Auto-commit 2026-04-29 16:31
This commit is contained in:
29
node_modules/twilio/lib/rest/Verify.d.ts
generated
vendored
Normal file
29
node_modules/twilio/lib/rest/Verify.d.ts
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
import { FormListInstance } from "./verify/v2/form";
|
||||
import { ServiceListInstance } from "./verify/v2/service";
|
||||
import { TemplateListInstance } from "./verify/v2/template";
|
||||
import { VerificationAttemptListInstance } from "./verify/v2/verificationAttempt";
|
||||
import { VerificationAttemptsSummaryListInstance } from "./verify/v2/verificationAttemptsSummary";
|
||||
import VerifyBase from "./VerifyBase";
|
||||
declare class Verify extends VerifyBase {
|
||||
/**
|
||||
* @deprecated - Use v2.forms instead
|
||||
*/
|
||||
get forms(): FormListInstance;
|
||||
/**
|
||||
* @deprecated - Use v2.services instead
|
||||
*/
|
||||
get services(): ServiceListInstance;
|
||||
/**
|
||||
* @deprecated - Use v2.verificationAttempts instead
|
||||
*/
|
||||
get verificationAttempts(): VerificationAttemptListInstance;
|
||||
/**
|
||||
* @deprecated - Use v2.verificationAttemptsSummary instead
|
||||
*/
|
||||
get verificationAttemptsSummary(): VerificationAttemptsSummaryListInstance;
|
||||
/**
|
||||
* @deprecated - Use v2.templates instead
|
||||
*/
|
||||
get templates(): TemplateListInstance;
|
||||
}
|
||||
export = Verify;
|
||||
Reference in New Issue
Block a user