Auto-commit 2026-04-29 16:31
This commit is contained in:
18
node_modules/twilio/lib/rest/PreviewIam.d.ts
generated
vendored
Normal file
18
node_modules/twilio/lib/rest/PreviewIam.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import { TokenListInstance } from "./previewIam/v1/token";
|
||||
import { AuthorizeListInstance } from "./previewIam/v1/authorize";
|
||||
import PreviewIamBase from "./PreviewIamBase";
|
||||
import { OrganizationListInstance } from "./previewIam/versionless/organization";
|
||||
declare class PreviewIam extends PreviewIamBase {
|
||||
_organization?: OrganizationListInstance;
|
||||
/**
|
||||
* @deprecated - Use v1.tokens instead
|
||||
*/
|
||||
get tokens(): TokenListInstance;
|
||||
/**
|
||||
* @deprecated - Use v1.authorize instead
|
||||
*/
|
||||
get authorize(): AuthorizeListInstance;
|
||||
/** Getter for organization resource */
|
||||
get organization(): OrganizationListInstance;
|
||||
}
|
||||
export = PreviewIam;
|
||||
Reference in New Issue
Block a user