@gobodo/gobodo-api-promise 0.1.218 → 0.1.220
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -2
- package/dist/.tsbuildinfo +1 -1
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AIApi.d.ts +253 -1
- package/dist/api/AIApi.d.ts.map +1 -1
- package/dist/api/AIApi.js +274 -12
- package/dist/api/AIConversationsApi.d.ts +580 -1
- package/dist/api/AIConversationsApi.d.ts.map +1 -1
- package/dist/api/AIConversationsApi.js +774 -17
- package/dist/api/AILaunchTemplatesApi.d.ts +234 -1
- package/dist/api/AILaunchTemplatesApi.d.ts.map +1 -1
- package/dist/api/AILaunchTemplatesApi.js +284 -12
- package/dist/api/AIPersonasApi.d.ts +595 -1
- package/dist/api/AIPersonasApi.d.ts.map +1 -1
- package/dist/api/AIPersonasApi.js +656 -32
- package/dist/api/AbilitiesApi.d.ts +55 -1
- package/dist/api/AbilitiesApi.d.ts.map +1 -1
- package/dist/api/AbilitiesApi.js +60 -4
- package/dist/api/AdCampaignsApi.d.ts +127 -1
- package/dist/api/AdCampaignsApi.d.ts.map +1 -1
- package/dist/api/AdCampaignsApi.js +142 -9
- package/dist/api/AdManagementApi.d.ts +217 -1
- package/dist/api/AdManagementApi.d.ts.map +1 -1
- package/dist/api/AdManagementApi.js +242 -14
- package/dist/api/AdminDataManagementApi.d.ts +19 -1
- package/dist/api/AdminDataManagementApi.d.ts.map +1 -1
- package/dist/api/AdminDataManagementApi.js +22 -3
- package/dist/api/AdminRequestLogConfigApi.d.ts +37 -1
- package/dist/api/AdminRequestLogConfigApi.d.ts.map +1 -1
- package/dist/api/AdminRequestLogConfigApi.js +42 -4
- package/dist/api/AdsApi.d.ts +91 -1
- package/dist/api/AdsApi.d.ts.map +1 -1
- package/dist/api/AdsApi.js +102 -7
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/BatchApi.d.ts +271 -1
- package/dist/api/BatchApi.d.ts.map +1 -1
- package/dist/api/BatchApi.js +286 -9
- package/dist/api/CategoriesApi.d.ts +127 -1
- package/dist/api/CategoriesApi.d.ts.map +1 -1
- package/dist/api/CategoriesApi.js +142 -9
- package/dist/api/CircleAccountsApi.d.ts +181 -1
- package/dist/api/CircleAccountsApi.d.ts.map +1 -1
- package/dist/api/CircleAccountsApi.js +202 -12
- package/dist/api/CommentsApi.d.ts +199 -1
- package/dist/api/CommentsApi.d.ts.map +1 -1
- package/dist/api/CommentsApi.js +212 -8
- package/dist/api/ContentManagementApi.d.ts +505 -1
- package/dist/api/ContentManagementApi.d.ts.map +1 -1
- package/dist/api/ContentManagementApi.js +562 -30
- package/dist/api/ConversationsApi.d.ts +127 -1
- package/dist/api/ConversationsApi.d.ts.map +1 -1
- package/dist/api/ConversationsApi.js +138 -7
- package/dist/api/CurrencyApi.d.ts +145 -1
- package/dist/api/CurrencyApi.d.ts.map +1 -1
- package/dist/api/CurrencyApi.js +160 -9
- package/dist/api/DataSheetImportsApi.d.ts +277 -10
- package/dist/api/DataSheetImportsApi.d.ts.map +1 -1
- package/dist/api/DataSheetImportsApi.js +314 -29
- package/dist/api/DataSyncApi.d.ts +163 -1
- package/dist/api/DataSyncApi.d.ts.map +1 -1
- package/dist/api/DataSyncApi.js +182 -11
- package/dist/api/DefaultApi.d.ts +199 -1
- package/dist/api/DefaultApi.d.ts.map +1 -1
- package/dist/api/DefaultApi.js +222 -13
- package/dist/api/DocumentPartTypesApi.d.ts +37 -1
- package/dist/api/DocumentPartTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentPartTypesApi.js +42 -4
- package/dist/api/DocumentTypesApi.d.ts +37 -1
- package/dist/api/DocumentTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentTypesApi.js +42 -4
- package/dist/api/DocumentsApi.d.ts +253 -1
- package/dist/api/DocumentsApi.d.ts.map +1 -1
- package/dist/api/DocumentsApi.js +278 -14
- package/dist/api/DynamoDBSyncApi.d.ts +19 -1
- package/dist/api/DynamoDBSyncApi.d.ts.map +1 -1
- package/dist/api/DynamoDBSyncApi.js +20 -2
- package/dist/api/EmailApi.d.ts +19 -1
- package/dist/api/EmailApi.d.ts.map +1 -1
- package/dist/api/EmailApi.js +22 -3
- package/dist/api/EmailsApi.d.ts +73 -1
- package/dist/api/EmailsApi.d.ts.map +1 -1
- package/dist/api/EmailsApi.js +82 -6
- package/dist/api/EntryPartsApi.d.ts +217 -1
- package/dist/api/EntryPartsApi.d.ts.map +1 -1
- package/dist/api/EntryPartsApi.js +242 -14
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +253 -1
- package/dist/api/FieldsApi.d.ts.map +1 -1
- package/dist/api/FieldsApi.js +270 -10
- package/dist/api/FilesApi.d.ts +111 -4
- package/dist/api/FilesApi.d.ts.map +1 -1
- package/dist/api/FilesApi.js +118 -8
- package/dist/api/FormsApi.d.ts +253 -1
- package/dist/api/FormsApi.d.ts.map +1 -1
- package/dist/api/FormsApi.js +282 -16
- package/dist/api/FunctionsApi.d.ts +469 -1
- package/dist/api/FunctionsApi.d.ts.map +1 -1
- package/dist/api/FunctionsApi.js +516 -25
- package/dist/api/GeocodeApi.d.ts +55 -1
- package/dist/api/GeocodeApi.d.ts.map +1 -1
- package/dist/api/GeocodeApi.js +62 -5
- package/dist/api/GobodoManagementApi.d.ts +361 -1
- package/dist/api/GobodoManagementApi.d.ts.map +1 -1
- package/dist/api/GobodoManagementApi.js +402 -22
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +397 -1
- package/dist/api/GraphActionTypesApi.d.ts.map +1 -1
- package/dist/api/GraphActionTypesApi.js +428 -17
- package/dist/api/GraphActionsApi.d.ts +345 -4
- package/dist/api/GraphActionsApi.d.ts.map +1 -1
- package/dist/api/GraphActionsApi.js +358 -11
- package/dist/api/GraphObjectPermissionsApi.d.ts +181 -1
- package/dist/api/GraphObjectPermissionsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectPermissionsApi.js +194 -8
- package/dist/api/GraphObjectTypesApi.d.ts +685 -1
- package/dist/api/GraphObjectTypesApi.d.ts.map +1 -1
- package/dist/api/GraphObjectTypesApi.js +738 -28
- package/dist/api/GraphObjectsApi.d.ts +1175 -25
- package/dist/api/GraphObjectsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectsApi.js +1213 -45
- package/dist/api/GraphRelationshipTypesApi.d.ts +541 -1
- package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +582 -22
- package/dist/api/GraphRelationshipsApi.d.ts +547 -10
- package/dist/api/GraphRelationshipsApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipsApi.js +562 -18
- package/dist/api/GraphSchemasApi.d.ts +433 -1
- package/dist/api/GraphSchemasApi.d.ts.map +1 -1
- package/dist/api/GraphSchemasApi.js +474 -22
- package/dist/api/GraphTraversalApi.d.ts +145 -1
- package/dist/api/GraphTraversalApi.d.ts.map +1 -1
- package/dist/api/GraphTraversalApi.js +150 -4
- package/dist/api/GraphsApi.d.ts +583 -1
- package/dist/api/GraphsApi.d.ts.map +1 -1
- package/dist/api/GraphsApi.js +631 -26
- package/dist/api/GroupsApi.d.ts +11 -11
- package/dist/api/IAMApi.d.ts +73 -1
- package/dist/api/IAMApi.d.ts.map +1 -1
- package/dist/api/IAMApi.js +82 -6
- package/dist/api/ImagesApi.d.ts +111 -4
- package/dist/api/ImagesApi.d.ts.map +1 -1
- package/dist/api/ImagesApi.js +118 -8
- package/dist/api/InvitesApi.d.ts +91 -1
- package/dist/api/InvitesApi.d.ts.map +1 -1
- package/dist/api/InvitesApi.js +102 -7
- package/dist/api/LaunchTemplatesApi.d.ts +289 -1
- package/dist/api/LaunchTemplatesApi.d.ts.map +1 -1
- package/dist/api/LaunchTemplatesApi.js +312 -13
- package/dist/api/LikesApi.d.ts +235 -1
- package/dist/api/LikesApi.d.ts.map +1 -1
- package/dist/api/LikesApi.js +262 -15
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LinksApi.d.ts +163 -1
- package/dist/api/LinksApi.d.ts.map +1 -1
- package/dist/api/LinksApi.js +176 -8
- package/dist/api/LiveMeetingsApi.d.ts +37 -1
- package/dist/api/LiveMeetingsApi.d.ts.map +1 -1
- package/dist/api/LiveMeetingsApi.js +42 -4
- package/dist/api/MeetingEventsApi.d.ts +433 -1
- package/dist/api/MeetingEventsApi.d.ts.map +1 -1
- package/dist/api/MeetingEventsApi.js +456 -13
- package/dist/api/MenuItemsApi.d.ts +109 -1
- package/dist/api/MenuItemsApi.d.ts.map +1 -1
- package/dist/api/MenuItemsApi.js +120 -7
- package/dist/api/MenusApi.d.ts +109 -1
- package/dist/api/MenusApi.d.ts.map +1 -1
- package/dist/api/MenusApi.js +120 -7
- package/dist/api/NotificationsApi.d.ts +253 -1
- package/dist/api/NotificationsApi.d.ts.map +1 -1
- package/dist/api/NotificationsApi.js +276 -13
- package/dist/api/PageLayoutsApi.d.ts +109 -1
- package/dist/api/PageLayoutsApi.d.ts.map +1 -1
- package/dist/api/PageLayoutsApi.js +116 -5
- package/dist/api/PagesApi.d.ts +327 -4
- package/dist/api/PagesApi.d.ts.map +1 -1
- package/dist/api/PagesApi.js +356 -19
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +91 -1
- package/dist/api/PhoneNumbersApi.d.ts.map +1 -1
- package/dist/api/PhoneNumbersApi.js +102 -7
- package/dist/api/PostsApi.d.ts +163 -1
- package/dist/api/PostsApi.d.ts.map +1 -1
- package/dist/api/PostsApi.js +174 -7
- package/dist/api/PrivateMessagesApi.d.ts +235 -1
- package/dist/api/PrivateMessagesApi.d.ts.map +1 -1
- package/dist/api/PrivateMessagesApi.js +258 -13
- package/dist/api/ProxyServersApi.d.ts +253 -1
- package/dist/api/ProxyServersApi.d.ts.map +1 -1
- package/dist/api/ProxyServersApi.js +268 -9
- package/dist/api/PublicationsApi.d.ts +163 -1
- package/dist/api/PublicationsApi.d.ts.map +1 -1
- package/dist/api/PublicationsApi.js +174 -7
- package/dist/api/RequestLogsApi.d.ts +73 -1
- package/dist/api/RequestLogsApi.d.ts.map +1 -1
- package/dist/api/RequestLogsApi.js +74 -2
- package/dist/api/RestApplicationsApi.d.ts +217 -1
- package/dist/api/RestApplicationsApi.d.ts.map +1 -1
- package/dist/api/RestApplicationsApi.js +238 -12
- package/dist/api/SchemaViewsApi.d.ts +91 -1
- package/dist/api/SchemaViewsApi.d.ts.map +1 -1
- package/dist/api/SchemaViewsApi.js +100 -6
- package/dist/api/ScreensApi.d.ts +37 -1
- package/dist/api/ScreensApi.d.ts.map +1 -1
- package/dist/api/ScreensApi.js +42 -4
- package/dist/api/SearchApi.d.ts +109 -1
- package/dist/api/SearchApi.d.ts.map +1 -1
- package/dist/api/SearchApi.js +110 -2
- package/dist/api/SitesApi.d.ts +343 -1
- package/dist/api/SitesApi.d.ts.map +1 -1
- package/dist/api/SitesApi.js +376 -18
- package/dist/api/SocialGroupsApi.d.ts +361 -1
- package/dist/api/SocialGroupsApi.d.ts.map +1 -1
- package/dist/api/SocialGroupsApi.js +390 -16
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/SquareAccountsApi.d.ts +55 -1
- package/dist/api/SquareAccountsApi.d.ts.map +1 -1
- package/dist/api/SquareAccountsApi.js +62 -5
- package/dist/api/StripeAccountsApi.d.ts +1657 -1
- package/dist/api/StripeAccountsApi.d.ts.map +1 -1
- package/dist/api/StripeAccountsApi.js +1402 -3812
- package/dist/api/TabDefinitionsApi.d.ts +73 -1
- package/dist/api/TabDefinitionsApi.d.ts.map +1 -1
- package/dist/api/TabDefinitionsApi.js +82 -6
- package/dist/api/TabSetsApi.d.ts +127 -1
- package/dist/api/TabSetsApi.d.ts.map +1 -1
- package/dist/api/TabSetsApi.js +138 -7
- package/dist/api/TemplatesApi.d.ts +163 -1
- package/dist/api/TemplatesApi.d.ts.map +1 -1
- package/dist/api/TemplatesApi.js +182 -11
- package/dist/api/ThemeMappingsApi.d.ts +145 -1
- package/dist/api/ThemeMappingsApi.d.ts.map +1 -1
- package/dist/api/ThemeMappingsApi.js +160 -9
- package/dist/api/TopicsApi.d.ts +199 -1
- package/dist/api/TopicsApi.d.ts.map +1 -1
- package/dist/api/TopicsApi.js +222 -13
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/URLMappingsApi.d.ts +145 -1
- package/dist/api/URLMappingsApi.d.ts.map +1 -1
- package/dist/api/URLMappingsApi.js +158 -8
- package/dist/api/UserManagerAdministrationApi.d.ts +487 -1
- package/dist/api/UserManagerAdministrationApi.d.ts.map +1 -1
- package/dist/api/UserManagerAdministrationApi.js +542 -29
- package/dist/api/UserTagsApi.d.ts +55 -1
- package/dist/api/UserTagsApi.d.ts.map +1 -1
- package/dist/api/UserTagsApi.js +62 -5
- package/dist/api/UsersApi.d.ts +289 -1
- package/dist/api/UsersApi.d.ts.map +1 -1
- package/dist/api/UsersApi.js +308 -11
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +183 -4
- package/dist/api/VideosApi.d.ts.map +1 -1
- package/dist/api/VideosApi.js +200 -13
- package/dist/api/ViewsApi.d.ts +91 -1
- package/dist/api/ViewsApi.d.ts.map +1 -1
- package/dist/api/ViewsApi.js +102 -7
- package/dist/api/WalletsApi.d.ts +307 -1
- package/dist/api/WalletsApi.d.ts.map +1 -1
- package/dist/api/WalletsApi.js +324 -10
- package/dist/api/WidgetsApi.d.ts +217 -1
- package/dist/api/WidgetsApi.d.ts.map +1 -1
- package/dist/api/WidgetsApi.js +240 -13
- package/dist/model/AIConfigRequest.d.ts +1 -1
- package/dist/model/AIConfigRequest.js +2 -2
- package/dist/model/AIConfigResponse.d.ts +1 -1
- package/dist/model/AIConfigResponse.js +2 -2
- package/dist/model/AIConversationInput.d.ts +1 -1
- package/dist/model/AIConversationInput.js +2 -2
- package/dist/model/AIConversationResponse.d.ts +1 -1
- package/dist/model/AIConversationResponse.js +2 -2
- package/dist/model/AIMessageInput.d.ts +1 -1
- package/dist/model/AIMessageInput.js +2 -2
- package/dist/model/AIMessageResponse.d.ts +1 -1
- package/dist/model/AIMessageResponse.js +2 -2
- package/dist/model/AIParticipantRequest.d.ts +1 -1
- package/dist/model/AIParticipantRequest.js +2 -2
- package/dist/model/AIParticipantResponse.d.ts +1 -1
- package/dist/model/AIParticipantResponse.js +2 -2
- package/dist/model/AIPersonaBuilderApplyRequest.d.ts +1 -1
- package/dist/model/AIPersonaBuilderApplyRequest.js +2 -2
- package/dist/model/AIPersonaBuilderCreateRequest.d.ts +1 -1
- package/dist/model/AIPersonaBuilderCreateRequest.js +2 -2
- package/dist/model/AIPersonaBuilderPreviewRequest.d.ts +1 -1
- package/dist/model/AIPersonaBuilderPreviewRequest.js +2 -2
- package/dist/model/AIPersonaBuilderStartRequest.d.ts +1 -1
- package/dist/model/AIPersonaBuilderStartRequest.js +2 -2
- package/dist/model/AIPersonaBuilderStateResponse.d.ts +1 -1
- package/dist/model/AIPersonaBuilderStateResponse.js +2 -2
- package/dist/model/AIPersonaBuilderSuggestRequest.d.ts +1 -1
- package/dist/model/AIPersonaBuilderSuggestRequest.js +2 -2
- package/dist/model/AIPersonaBuilderSuggestionResponse.d.ts +1 -1
- package/dist/model/AIPersonaBuilderSuggestionResponse.js +2 -2
- package/dist/model/AIPersonaMemoryListResponse.d.ts +1 -1
- package/dist/model/AIPersonaMemoryListResponse.js +2 -2
- package/dist/model/AIPersonaMemoryRequest.d.ts +1 -1
- package/dist/model/AIPersonaMemoryRequest.js +2 -2
- package/dist/model/AIPersonaMemoryResponse.d.ts +1 -1
- package/dist/model/AIPersonaMemoryResponse.js +2 -2
- package/dist/model/AIPersonaPreviewRequest.d.ts +1 -1
- package/dist/model/AIPersonaPreviewRequest.js +2 -2
- package/dist/model/AIPersonaPreviewResponse.d.ts +1 -1
- package/dist/model/AIPersonaPreviewResponse.js +2 -2
- package/dist/model/AIPersonaPromotionRequest.d.ts +1 -1
- package/dist/model/AIPersonaPromotionRequest.js +2 -2
- package/dist/model/AIPersonaRequest.d.ts +1 -1
- package/dist/model/AIPersonaRequest.js +2 -2
- package/dist/model/AIPersonaResponse.d.ts +1 -1
- package/dist/model/AIPersonaResponse.js +2 -2
- package/dist/model/AIPersonaSourceListResponse.d.ts +1 -1
- package/dist/model/AIPersonaSourceListResponse.js +2 -2
- package/dist/model/AIPersonaSourceRequest.d.ts +1 -1
- package/dist/model/AIPersonaSourceRequest.js +2 -2
- package/dist/model/AIPersonaSourceResponse.d.ts +1 -1
- package/dist/model/AIPersonaSourceResponse.js +2 -2
- package/dist/model/AIPersonaSpeechRequest.d.ts +1 -1
- package/dist/model/AIPersonaSpeechRequest.js +2 -2
- package/dist/model/AIPersonaSpeechResponse.d.ts +1 -1
- package/dist/model/AIPersonaSpeechResponse.js +2 -2
- package/dist/model/AIPersonaTestRequest.d.ts +1 -1
- package/dist/model/AIPersonaTestRequest.js +2 -2
- package/dist/model/AIPersonaTrainingApplyRequest.d.ts +1 -1
- package/dist/model/AIPersonaTrainingApplyRequest.js +2 -2
- package/dist/model/AIPersonaTrainingApplyResponse.d.ts +1 -1
- package/dist/model/AIPersonaTrainingApplyResponse.js +2 -2
- package/dist/model/AIPersonaTrainingDraftResponse.d.ts +1 -1
- package/dist/model/AIPersonaTrainingDraftResponse.js +2 -2
- package/dist/model/AIPersonaTrainingPurgeRequest.d.ts +1 -1
- package/dist/model/AIPersonaTrainingPurgeRequest.js +2 -2
- package/dist/model/AIPersonaTrainingPurgeResponse.d.ts +1 -1
- package/dist/model/AIPersonaTrainingPurgeResponse.js +2 -2
- package/dist/model/AIPersonaTrainingSourceRequest.d.ts +1 -1
- package/dist/model/AIPersonaTrainingSourceRequest.js +2 -2
- package/dist/model/AIPromptRequest.d.ts +1 -1
- package/dist/model/AIPromptRequest.js +2 -2
- package/dist/model/AIPromptResponse.d.ts +1 -1
- package/dist/model/AIPromptResponse.js +2 -2
- package/dist/model/AIProviderInfo.d.ts +1 -1
- package/dist/model/AIProviderInfo.js +2 -2
- package/dist/model/AISpeechRequest.d.ts +1 -1
- package/dist/model/AISpeechRequest.js +2 -2
- package/dist/model/APIClient.d.ts +20 -20
- package/dist/model/APIClient.d.ts.map +1 -1
- package/dist/model/APIClient.js +59 -59
- package/dist/model/Aba.d.ts +1 -1
- package/dist/model/Aba.js +2 -2
- package/dist/model/AbilityResponse.d.ts +1 -1
- package/dist/model/AbilityResponse.js +2 -2
- package/dist/model/Account.d.ts +1 -1
- package/dist/model/Account.js +2 -2
- package/dist/model/AccountSessionInput.d.ts +1 -1
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.d.ts +1 -1
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/AchCreditTransfer.d.ts +1 -1
- package/dist/model/AchCreditTransfer.js +2 -2
- package/dist/model/AchDebit.d.ts +1 -1
- package/dist/model/AchDebit.js +2 -2
- package/dist/model/AcssDebit.d.ts +1 -1
- package/dist/model/AcssDebit.js +2 -2
- package/dist/model/AddInvoiceItem.d.ts +1 -1
- package/dist/model/AddInvoiceItem.js +2 -2
- package/dist/model/AddMembersInput.d.ts +1 -1
- package/dist/model/AddMembersInput.js +2 -2
- package/dist/model/AdditionalDocument.d.ts +1 -1
- package/dist/model/AdditionalDocument.js +2 -2
- package/dist/model/AdditionalTosAcceptances.d.ts +1 -1
- package/dist/model/AdditionalTosAcceptances.js +2 -2
- package/dist/model/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressKana.d.ts +1 -1
- package/dist/model/AddressKana.js +2 -2
- package/dist/model/AddressKanji.d.ts +1 -1
- package/dist/model/AddressKanji.js +2 -2
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/Affirm.d.ts +1 -1
- package/dist/model/Affirm.js +2 -2
- package/dist/model/AfterCompletion.d.ts +1 -1
- package/dist/model/AfterCompletion.js +2 -2
- package/dist/model/AfterExpiration.d.ts +1 -1
- package/dist/model/AfterExpiration.js +2 -2
- package/dist/model/AfterpayClearpay.d.ts +1 -1
- package/dist/model/AfterpayClearpay.js +2 -2
- package/dist/model/Alipay.d.ts +1 -1
- package/dist/model/Alipay.js +2 -2
- package/dist/model/AlipayHandleRedirect.d.ts +1 -1
- package/dist/model/AlipayHandleRedirect.js +2 -2
- package/dist/model/Alternative.d.ts +1 -1
- package/dist/model/Alternative.js +2 -2
- package/dist/model/AmexExpressCheckout.d.ts +1 -1
- package/dist/model/AmexExpressCheckout.js +2 -2
- package/dist/model/AmountDetails.d.ts +1 -1
- package/dist/model/AmountDetails.js +2 -2
- package/dist/model/ApplePay.d.ts +1 -1
- package/dist/model/ApplePay.js +2 -2
- package/dist/model/Application.d.ts +1 -1
- package/dist/model/Application.js +2 -2
- package/dist/model/ApplicationFee.d.ts +19 -19
- package/dist/model/ApplicationFee.d.ts.map +1 -1
- package/dist/model/ApplicationFee.js +62 -62
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/AppliesTo.d.ts +1 -1
- package/dist/model/AppliesTo.js +2 -2
- package/dist/model/Article.d.ts +86 -86
- package/dist/model/Article.d.ts.map +1 -1
- package/dist/model/Article.js +231 -231
- package/dist/model/AttachmentData.d.ts +1 -1
- package/dist/model/AttachmentData.js +2 -2
- package/dist/model/AuBecsDebit.d.ts +1 -1
- package/dist/model/AuBecsDebit.js +2 -2
- package/dist/model/Auth0ConfigInput.d.ts +1 -1
- package/dist/model/Auth0ConfigInput.js +2 -2
- package/dist/model/Auth0ConfigResponse.d.ts +1 -1
- package/dist/model/Auth0ConfigResponse.js +2 -2
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AuthorizationCheckResponse.d.ts +1 -1
- package/dist/model/AuthorizationCheckResponse.js +2 -2
- package/dist/model/AutomaticPaymentMethods.d.ts +1 -1
- package/dist/model/AutomaticPaymentMethods.js +2 -2
- package/dist/model/AutomaticTax.d.ts +1 -1
- package/dist/model/AutomaticTax.js +2 -2
- package/dist/model/AvailablePlan.d.ts +1 -1
- package/dist/model/AvailablePlan.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/BacsDebit.d.ts +1 -1
- package/dist/model/BacsDebit.js +2 -2
- package/dist/model/BacsDebitPayments.d.ts +1 -1
- package/dist/model/BacsDebitPayments.js +2 -2
- package/dist/model/Balance.d.ts +29 -29
- package/dist/model/Balance.d.ts.map +1 -1
- package/dist/model/Balance.js +100 -100
- package/dist/model/BalanceDetails.d.ts +1 -1
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.d.ts +1 -1
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BalanceTransaction.d.ts +1 -1
- package/dist/model/BalanceTransaction.js +2 -2
- package/dist/model/BalanceTransactionSource.d.ts +1 -1
- package/dist/model/BalanceTransactionSource.js +2 -2
- package/dist/model/Bancontact.d.ts +1 -1
- package/dist/model/Bancontact.js +2 -2
- package/dist/model/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/BankTransfer.d.ts +1 -1
- package/dist/model/BankTransfer.js +2 -2
- package/dist/model/Base64AttachmentUpload.d.ts +1 -1
- package/dist/model/Base64AttachmentUpload.js +2 -2
- package/dist/model/Base64ImageUpload.d.ts +1 -1
- package/dist/model/Base64ImageUpload.js +2 -2
- package/dist/model/Base64ImportUpload.d.ts +1 -1
- package/dist/model/Base64ImportUpload.js +2 -2
- package/dist/model/Base64Upload.d.ts +1 -1
- package/dist/model/Base64Upload.js +2 -2
- package/dist/model/Base64VideoUpload.d.ts +1 -1
- package/dist/model/Base64VideoUpload.js +2 -2
- package/dist/model/BatchExecuteResult.d.ts +1 -1
- package/dist/model/BatchExecuteResult.js +2 -2
- package/dist/model/BatchExecutionListResponse.d.ts +1 -1
- package/dist/model/BatchExecutionListResponse.js +2 -2
- package/dist/model/BatchExecutionResponse.d.ts +1 -1
- package/dist/model/BatchExecutionResponse.js +2 -2
- package/dist/model/BatchExecutionSummaryResponse.d.ts +1 -1
- package/dist/model/BatchExecutionSummaryResponse.js +2 -2
- package/dist/model/BatchFailedRecordResponse.d.ts +1 -1
- package/dist/model/BatchFailedRecordResponse.js +2 -2
- package/dist/model/BatchOperationDetailResponse.d.ts +1 -1
- package/dist/model/BatchOperationDetailResponse.js +2 -2
- package/dist/model/BatchOperationListResponse.d.ts +1 -1
- package/dist/model/BatchOperationListResponse.js +2 -2
- package/dist/model/BatchOperationResponse.d.ts +1 -1
- package/dist/model/BatchOperationResponse.js +2 -2
- package/dist/model/BatchOperationSummaryResponse.d.ts +1 -1
- package/dist/model/BatchOperationSummaryResponse.js +2 -2
- package/dist/model/BatchStartInput.d.ts +1 -1
- package/dist/model/BatchStartInput.js +2 -2
- package/dist/model/BatchStartResponse.d.ts +1 -1
- package/dist/model/BatchStartResponse.js +2 -2
- package/dist/model/BatchUpdateInput.d.ts +1 -1
- package/dist/model/BatchUpdateInput.js +2 -2
- package/dist/model/BillingDetails.d.ts +1 -1
- package/dist/model/BillingDetails.js +2 -2
- package/dist/model/BillingThresholds.d.ts +1 -1
- package/dist/model/BillingThresholds.js +2 -2
- package/dist/model/Blik.d.ts +1 -1
- package/dist/model/Blik.js +2 -2
- package/dist/model/Blocked.d.ts +1 -1
- package/dist/model/Blocked.js +2 -2
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/Boleto.d.ts +1 -1
- package/dist/model/Boleto.js +2 -2
- package/dist/model/BoletoDisplayDetails.d.ts +1 -1
- package/dist/model/BoletoDisplayDetails.js +2 -2
- package/dist/model/Branding.d.ts +1 -1
- package/dist/model/Branding.js +2 -2
- package/dist/model/Breakdown.d.ts +1 -1
- package/dist/model/Breakdown.js +2 -2
- package/dist/model/BulkUpsertActionPayload.d.ts +1 -1
- package/dist/model/BulkUpsertActionPayload.js +2 -2
- package/dist/model/BulkUpsertRelationshipPayload.d.ts +1 -1
- package/dist/model/BulkUpsertRelationshipPayload.js +2 -2
- package/dist/model/BusinessProfile.d.ts +1 -1
- package/dist/model/BusinessProfile.js +2 -2
- package/dist/model/CancellationDetails.d.ts +1 -1
- package/dist/model/CancellationDetails.js +2 -2
- package/dist/model/Card.d.ts +1 -1
- package/dist/model/Card.js +2 -2
- package/dist/model/CardAwaitNotification.d.ts +1 -1
- package/dist/model/CardAwaitNotification.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/CardIssuing.d.ts +1 -1
- package/dist/model/CardIssuing.js +2 -2
- package/dist/model/CardPayments.d.ts +1 -1
- package/dist/model/CardPayments.js +2 -2
- package/dist/model/CardPresent.d.ts +1 -1
- package/dist/model/CardPresent.js +2 -2
- package/dist/model/CashBalance.d.ts +1 -1
- package/dist/model/CashBalance.js +2 -2
- package/dist/model/Cashapp.d.ts +1 -1
- package/dist/model/Cashapp.js +2 -2
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.d.ts +1 -1
- package/dist/model/CashappHandleRedirectOrDisplayQrCode.js +2 -2
- package/dist/model/Charge.d.ts +46 -46
- package/dist/model/Charge.d.ts.map +1 -1
- package/dist/model/Charge.js +147 -147
- package/dist/model/CheckoutSessionInput.d.ts +1 -1
- package/dist/model/CheckoutSessionInput.js +2 -2
- package/dist/model/CheckoutSessionResponse.d.ts +1 -1
- package/dist/model/CheckoutSessionResponse.js +2 -2
- package/dist/model/Checks.d.ts +1 -1
- package/dist/model/Checks.js +2 -2
- package/dist/model/ClerkConfigInput.d.ts +1 -1
- package/dist/model/ClerkConfigInput.js +2 -2
- package/dist/model/ClerkConfigResponse.d.ts +1 -1
- package/dist/model/ClerkConfigResponse.js +2 -2
- package/dist/model/CognitoConfigInput.d.ts +1 -1
- package/dist/model/CognitoConfigInput.js +2 -2
- package/dist/model/CognitoConfigResponse.d.ts +1 -1
- package/dist/model/CognitoConfigResponse.js +2 -2
- package/dist/model/CommentInput.d.ts +1 -1
- package/dist/model/CommentInput.js +2 -2
- package/dist/model/CommentResponse.d.ts +1 -1
- package/dist/model/CommentResponse.js +2 -2
- package/dist/model/Company.d.ts +1 -1
- package/dist/model/Company.js +2 -2
- package/dist/model/CompletedSessions.d.ts +1 -1
- package/dist/model/CompletedSessions.js +2 -2
- package/dist/model/Computed.d.ts +1 -1
- package/dist/model/Computed.js +2 -2
- package/dist/model/Consent.d.ts +1 -1
- package/dist/model/Consent.js +2 -2
- package/dist/model/ConsentCollection.d.ts +1 -1
- package/dist/model/ConsentCollection.js +2 -2
- package/dist/model/ConsoleOrganizationInput.d.ts +1 -1
- package/dist/model/ConsoleOrganizationInput.js +2 -2
- package/dist/model/ConsoleOrganizationResponse.d.ts +1 -1
- package/dist/model/ConsoleOrganizationResponse.js +2 -2
- package/dist/model/ConsoleProjectInput.d.ts +1 -1
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.d.ts +1 -1
- package/dist/model/ConsoleProjectResponse.js +2 -2
- package/dist/model/Controller.d.ts +1 -1
- package/dist/model/Controller.js +2 -2
- package/dist/model/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/Coupon.d.ts +1 -1
- package/dist/model/Coupon.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateCircleAccountInput.d.ts +1 -1
- package/dist/model/CreateCircleAccountInput.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateOrphanStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateOrphanStripeCustomerInput.js +2 -2
- package/dist/model/CreatePayPalAccountInput.d.ts +1 -1
- package/dist/model/CreatePayPalAccountInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.d.ts +1 -1
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.d.ts +1 -1
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.d.ts +1 -1
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.d.ts +1 -1
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CreditedItems.d.ts +1 -1
- package/dist/model/CreditedItems.js +2 -2
- package/dist/model/CurrencyConversion.d.ts +1 -1
- package/dist/model/CurrencyConversion.js +2 -2
- package/dist/model/CurrencyGrantInput.d.ts +1 -1
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.d.ts +1 -1
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.d.ts +1 -1
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.d.ts +1 -1
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyOption.d.ts +1 -1
- package/dist/model/CurrencyOption.js +2 -2
- package/dist/model/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettingsInput.d.ts +1 -1
- package/dist/model/CurrencySettingsInput.js +2 -2
- package/dist/model/CurrencySettingsResponse.d.ts +1 -1
- package/dist/model/CurrencySettingsResponse.js +2 -2
- package/dist/model/CurrentPhase.d.ts +1 -1
- package/dist/model/CurrentPhase.js +2 -2
- package/dist/model/CustomField.d.ts +1 -1
- package/dist/model/CustomField.js +2 -2
- package/dist/model/CustomText.d.ts +1 -1
- package/dist/model/CustomText.js +2 -2
- package/dist/model/CustomUnitAmount.d.ts +1 -1
- package/dist/model/CustomUnitAmount.js +2 -2
- package/dist/model/Customer.d.ts +10 -10
- package/dist/model/Customer.d.ts.map +1 -1
- package/dist/model/Customer.js +27 -27
- package/dist/model/CustomerAcceptance.d.ts +1 -1
- package/dist/model/CustomerAcceptance.js +2 -2
- package/dist/model/CustomerBalance.d.ts +1 -1
- package/dist/model/CustomerBalance.js +2 -2
- package/dist/model/CustomerDetails.d.ts +1 -1
- package/dist/model/CustomerDetails.js +2 -2
- package/dist/model/CustomerNotification.d.ts +1 -1
- package/dist/model/CustomerNotification.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/CustomerTaxId.d.ts +1 -1
- package/dist/model/CustomerTaxId.js +2 -2
- package/dist/model/Dashboard.d.ts +1 -1
- package/dist/model/Dashboard.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +78 -78
- package/dist/model/DataSheetImport.d.ts.map +1 -1
- package/dist/model/DataSheetImport.js +239 -239
- package/dist/model/DataSheetImportPrivacySettings.d.ts +10 -10
- package/dist/model/DataSheetImportPrivacySettings.d.ts.map +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +29 -29
- package/dist/model/DataSheetImportSummary.d.ts +10 -10
- package/dist/model/DataSheetImportSummary.d.ts.map +1 -1
- package/dist/model/DataSheetImportSummary.js +33 -33
- package/dist/model/DataSyncInput.d.ts +1 -1
- package/dist/model/DataSyncInput.js +2 -2
- package/dist/model/DataSyncResponse.d.ts +1 -1
- package/dist/model/DataSyncResponse.js +2 -2
- package/dist/model/DeclineOn.d.ts +1 -1
- package/dist/model/DeclineOn.js +2 -2
- package/dist/model/DefaultSettings.d.ts +10 -10
- package/dist/model/DefaultSettings.d.ts.map +1 -1
- package/dist/model/DefaultSettings.js +30 -30
- package/dist/model/DeliveryEstimate.d.ts +1 -1
- package/dist/model/DeliveryEstimate.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Discount.d.ts +1 -1
- package/dist/model/Discount.js +2 -2
- package/dist/model/DiscountAmount.d.ts +1 -1
- package/dist/model/DiscountAmount.js +2 -2
- package/dist/model/DisplayBankTransferInstructions.d.ts +1 -1
- package/dist/model/DisplayBankTransferInstructions.js +2 -2
- package/dist/model/DisplayDetails.d.ts +1 -1
- package/dist/model/DisplayDetails.js +2 -2
- package/dist/model/Dob.d.ts +1 -1
- package/dist/model/Dob.js +2 -2
- package/dist/model/Document.d.ts +91 -91
- package/dist/model/Document.d.ts.map +1 -1
- package/dist/model/Document.js +251 -251
- package/dist/model/DocumentPart.d.ts +70 -70
- package/dist/model/DocumentPart.d.ts.map +1 -1
- package/dist/model/DocumentPart.js +203 -203
- package/dist/model/DocumentPartType.d.ts +38 -38
- package/dist/model/DocumentPartType.d.ts.map +1 -1
- package/dist/model/DocumentPartType.js +107 -107
- package/dist/model/DocumentType.d.ts +57 -57
- package/dist/model/DocumentType.d.ts.map +1 -1
- package/dist/model/DocumentType.js +155 -155
- package/dist/model/DomainCreateInput.d.ts +1 -1
- package/dist/model/DomainCreateInput.js +2 -2
- package/dist/model/DomainCreateResponse.d.ts +1 -1
- package/dist/model/DomainCreateResponse.js +2 -2
- package/dist/model/DomainMappingInput.d.ts +1 -1
- package/dist/model/DomainMappingInput.js +2 -2
- package/dist/model/DomainMappingResponse.d.ts +1 -1
- package/dist/model/DomainMappingResponse.js +2 -2
- package/dist/model/Dropdown.d.ts +1 -1
- package/dist/model/Dropdown.js +2 -2
- package/dist/model/EmailAddress.d.ts +17 -17
- package/dist/model/EmailAddress.d.ts.map +1 -1
- package/dist/model/EmailAddress.js +52 -52
- package/dist/model/EmailSent.d.ts +1 -1
- package/dist/model/EmailSent.js +2 -2
- package/dist/model/EndBehavior.d.ts +1 -1
- package/dist/model/EndBehavior.js +2 -2
- package/dist/model/Eps.d.ts +1 -1
- package/dist/model/Eps.js +2 -2
- package/dist/model/Errors.d.ts +1 -1
- package/dist/model/Errors.js +2 -2
- package/dist/model/EuBankTransfer.d.ts +1 -1
- package/dist/model/EuBankTransfer.js +2 -2
- package/dist/model/ExtendedAuthorization.d.ts +1 -1
- package/dist/model/ExtendedAuthorization.js +2 -2
- package/dist/model/ExternalAccount.d.ts +1 -1
- package/dist/model/ExternalAccount.js +2 -2
- package/dist/model/ExternalAccountCollection.d.ts +1 -1
- package/dist/model/ExternalAccountCollection.js +2 -2
- package/dist/model/ExternalAccountCollectionPageTypeToken.d.ts +1 -1
- package/dist/model/ExternalAccountCollectionPageTypeToken.js +2 -2
- package/dist/model/Familymart.d.ts +1 -1
- package/dist/model/Familymart.js +2 -2
- package/dist/model/Feature.d.ts +1 -1
- package/dist/model/Feature.js +2 -2
- package/dist/model/FeeDetail.d.ts +1 -1
- package/dist/model/FeeDetail.js +2 -2
- package/dist/model/FeeRefund.d.ts +10 -10
- package/dist/model/FeeRefund.d.ts.map +1 -1
- package/dist/model/FeeRefund.js +30 -30
- package/dist/model/FeeRefundCollection.d.ts +1 -1
- package/dist/model/FeeRefundCollection.js +2 -2
- package/dist/model/Field.d.ts +1 -1
- package/dist/model/Field.js +2 -2
- package/dist/model/FieldMapping.d.ts +10 -10
- package/dist/model/FieldMapping.d.ts.map +1 -1
- package/dist/model/FieldMapping.js +29 -29
- package/dist/model/Fields.d.ts +148 -148
- package/dist/model/Fields.d.ts.map +1 -1
- package/dist/model/Fields.js +392 -392
- package/dist/model/File.d.ts +1 -1
- package/dist/model/File.js +2 -2
- package/dist/model/FileLink.d.ts +1 -1
- package/dist/model/FileLink.js +2 -2
- package/dist/model/FileLinkCollection.d.ts +1 -1
- package/dist/model/FileLinkCollection.js +2 -2
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +10 -10
- package/dist/model/FilterManager.d.ts.map +1 -1
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/FinancialAddress.d.ts +1 -1
- package/dist/model/FinancialAddress.js +2 -2
- package/dist/model/FinancialConnections.d.ts +1 -1
- package/dist/model/FinancialConnections.js +2 -2
- package/dist/model/FirebaseConfigInput.d.ts +1 -1
- package/dist/model/FirebaseConfigInput.js +2 -2
- package/dist/model/FirebaseConfigResponse.d.ts +1 -1
- package/dist/model/FirebaseConfigResponse.js +2 -2
- package/dist/model/FixedAmount.d.ts +1 -1
- package/dist/model/FixedAmount.js +2 -2
- package/dist/model/Form.d.ts +20 -20
- package/dist/model/Form.d.ts.map +1 -1
- package/dist/model/Form.js +63 -63
- package/dist/model/FormSection.d.ts +15 -15
- package/dist/model/FormSection.d.ts.map +1 -1
- package/dist/model/FormSection.js +45 -45
- package/dist/model/FormSubmission.d.ts +11 -11
- package/dist/model/FormSubmission.d.ts.map +1 -1
- package/dist/model/FormSubmission.js +32 -32
- package/dist/model/Fpx.d.ts +1 -1
- package/dist/model/Fpx.js +2 -2
- package/dist/model/FraudDetails.d.ts +1 -1
- package/dist/model/FraudDetails.js +2 -2
- package/dist/model/FromInvoice.d.ts +1 -1
- package/dist/model/FromInvoice.js +2 -2
- package/dist/model/FromQuote.d.ts +1 -1
- package/dist/model/FromQuote.js +2 -2
- package/dist/model/FunctionConfigInput.d.ts +1 -1
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.js +2 -2
- package/dist/model/FunctionSettingsInput.d.ts +1 -1
- package/dist/model/FunctionSettingsInput.js +2 -2
- package/dist/model/FunctionSettingsResponse.d.ts +1 -1
- package/dist/model/FunctionSettingsResponse.js +2 -2
- package/dist/model/FutureRequirements.d.ts +1 -1
- package/dist/model/FutureRequirements.js +2 -2
- package/dist/model/GeneratedFrom.d.ts +1 -1
- package/dist/model/GeneratedFrom.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeocodeResponse.d.ts +1 -1
- package/dist/model/GeocodeResponse.js +2 -2
- package/dist/model/GeolocationInput.d.ts +1 -1
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.d.ts +1 -1
- package/dist/model/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.d.ts +1 -1
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.d.ts +1 -1
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/Giropay.d.ts +1 -1
- package/dist/model/Giropay.js +2 -2
- package/dist/model/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/GooglePay.d.ts +1 -1
- package/dist/model/GooglePay.js +2 -2
- package/dist/model/Grabpay.d.ts +1 -1
- package/dist/model/Grabpay.js +2 -2
- package/dist/model/Graph.d.ts +81 -81
- package/dist/model/Graph.d.ts.map +1 -1
- package/dist/model/Graph.js +207 -207
- package/dist/model/GraphAction.d.ts +10 -10
- package/dist/model/GraphAction.d.ts.map +1 -1
- package/dist/model/GraphAction.js +29 -29
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +1 -1
- package/dist/model/GraphActionResponse.js +2 -2
- package/dist/model/GraphActionTypeInput.d.ts +1 -1
- package/dist/model/GraphActionTypeInput.js +2 -2
- package/dist/model/GraphActionTypeResponse.d.ts +1 -1
- package/dist/model/GraphActionTypeResponse.js +2 -2
- package/dist/model/GraphInput.d.ts +1 -1
- package/dist/model/GraphInput.js +2 -2
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.d.ts +43 -43
- package/dist/model/GraphObject.d.ts.map +1 -1
- package/dist/model/GraphObject.js +118 -118
- package/dist/model/GraphObjectCountResponse.d.ts +1 -1
- package/dist/model/GraphObjectCountResponse.js +2 -2
- package/dist/model/GraphObjectPayload.d.ts +1 -1
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectResponse.d.ts +1 -1
- package/dist/model/GraphObjectResponse.js +2 -2
- package/dist/model/GraphObjectType.d.ts +85 -85
- package/dist/model/GraphObjectType.d.ts.map +1 -1
- package/dist/model/GraphObjectType.js +246 -246
- package/dist/model/GraphObjectTypeDefinitionSummary.d.ts +1 -1
- package/dist/model/GraphObjectTypeDefinitionSummary.js +2 -2
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +1 -1
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.d.ts +80 -71
- package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -1
- package/dist/model/GraphObjectTypeSchema.js +236 -205
- package/dist/model/GraphObjectTypeSummaryEntry.d.ts +1 -1
- package/dist/model/GraphObjectTypeSummaryEntry.js +2 -2
- package/dist/model/GraphObjectTypeSummaryReport.d.ts +1 -1
- package/dist/model/GraphObjectTypeSummaryReport.js +2 -2
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRebuildDatasetRequest.d.ts +1 -1
- package/dist/model/GraphRebuildDatasetRequest.js +2 -2
- package/dist/model/GraphRebuildPriorityRequest.d.ts +1 -1
- package/dist/model/GraphRebuildPriorityRequest.js +2 -2
- package/dist/model/GraphRebuildPriorityResponse.d.ts +1 -1
- package/dist/model/GraphRebuildPriorityResponse.js +2 -2
- package/dist/model/GraphRebuildRequest.d.ts +1 -1
- package/dist/model/GraphRebuildRequest.js +2 -2
- package/dist/model/GraphRebuildStatusResponse.d.ts +1 -1
- package/dist/model/GraphRebuildStatusResponse.js +2 -2
- package/dist/model/GraphRelationship.d.ts +23 -23
- package/dist/model/GraphRelationship.d.ts.map +1 -1
- package/dist/model/GraphRelationship.js +58 -58
- package/dist/model/GraphRelationshipPayload.d.ts +1 -1
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipResponse.js +2 -2
- package/dist/model/GraphRelationshipType.d.ts +92 -92
- package/dist/model/GraphRelationshipType.d.ts.map +1 -1
- package/dist/model/GraphRelationshipType.js +256 -256
- package/dist/model/GraphRelationshipTypeInput.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeInput.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphRelationshipTypeSummaryEntry.d.ts +1 -1
- package/dist/model/GraphRelationshipTypeSummaryEntry.js +2 -2
- package/dist/model/GraphResponse.d.ts +1 -1
- package/dist/model/GraphResponse.js +2 -2
- package/dist/model/GraphSchemaInput.d.ts +1 -1
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.d.ts +1 -1
- package/dist/model/GraphSchemaResponse.js +2 -2
- package/dist/model/GraphTraversalInput.d.ts +1 -1
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/GroupPermissionPayload.d.ts +1 -1
- package/dist/model/GroupPermissionPayload.js +2 -2
- package/dist/model/HostedConfirmation.d.ts +1 -1
- package/dist/model/HostedConfirmation.js +2 -2
- package/dist/model/Iban.d.ts +1 -1
- package/dist/model/Iban.js +2 -2
- package/dist/model/Ideal.d.ts +1 -1
- package/dist/model/Ideal.js +2 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/IncrementalAuthorization.d.ts +1 -1
- package/dist/model/IncrementalAuthorization.js +2 -2
- package/dist/model/IndexFilter.d.ts +1 -1
- package/dist/model/IndexFilter.js +2 -2
- package/dist/model/InheritedPayload.d.ts +1 -1
- package/dist/model/InheritedPayload.js +2 -2
- package/dist/model/InputPart.d.ts +25 -25
- package/dist/model/InputPart.d.ts.map +1 -1
- package/dist/model/InputPart.js +68 -68
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/Installments.d.ts +1 -1
- package/dist/model/Installments.js +2 -2
- package/dist/model/InteracPresent.d.ts +1 -1
- package/dist/model/InteracPresent.js +2 -2
- package/dist/model/InviteMembersInput.d.ts +1 -1
- package/dist/model/InviteMembersInput.js +2 -2
- package/dist/model/Invoice.d.ts +28 -28
- package/dist/model/Invoice.d.ts.map +1 -1
- package/dist/model/Invoice.js +92 -92
- package/dist/model/InvoiceCreation.d.ts +1 -1
- package/dist/model/InvoiceCreation.js +2 -2
- package/dist/model/InvoiceData.d.ts +1 -1
- package/dist/model/InvoiceData.js +2 -2
- package/dist/model/InvoiceFromPricebookInput.d.ts +1 -1
- package/dist/model/InvoiceFromPricebookInput.js +2 -2
- package/dist/model/InvoiceInput.d.ts +1 -1
- package/dist/model/InvoiceInput.js +2 -2
- package/dist/model/InvoiceItem.d.ts +1 -1
- package/dist/model/InvoiceItem.js +2 -2
- package/dist/model/InvoiceLineItem.d.ts +10 -10
- package/dist/model/InvoiceLineItem.d.ts.map +1 -1
- package/dist/model/InvoiceLineItem.js +32 -32
- package/dist/model/InvoiceLineItemCollection.d.ts +1 -1
- package/dist/model/InvoiceLineItemCollection.js +2 -2
- package/dist/model/InvoiceLineItemInput.d.ts +1 -1
- package/dist/model/InvoiceLineItemInput.js +2 -2
- package/dist/model/InvoiceResponse.d.ts +1 -1
- package/dist/model/InvoiceResponse.js +2 -2
- package/dist/model/InvoiceSettings.d.ts +1 -1
- package/dist/model/InvoiceSettings.js +2 -2
- package/dist/model/IpAddressLocation.d.ts +1 -1
- package/dist/model/IpAddressLocation.js +2 -2
- package/dist/model/Item.d.ts +1 -1
- package/dist/model/Item.js +2 -2
- package/dist/model/ItemReason.d.ts +1 -1
- package/dist/model/ItemReason.js +2 -2
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonNull.d.ts +93 -93
- package/dist/model/JsonNull.d.ts.map +1 -1
- package/dist/model/JsonNull.js +242 -242
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- package/dist/model/JsonPrimitive.d.ts +91 -91
- package/dist/model/JsonPrimitive.d.ts.map +1 -1
- package/dist/model/JsonPrimitive.js +244 -244
- package/dist/model/JsonValue.d.ts +1 -1
- package/dist/model/JsonValue.js +2 -2
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/KeycloakConfigInput.d.ts +1 -1
- package/dist/model/KeycloakConfigInput.js +2 -2
- package/dist/model/KeycloakConfigResponse.d.ts +1 -1
- package/dist/model/KeycloakConfigResponse.js +2 -2
- package/dist/model/Klarna.d.ts +1 -1
- package/dist/model/Klarna.js +2 -2
- package/dist/model/Konbini.d.ts +1 -1
- package/dist/model/Konbini.js +2 -2
- package/dist/model/KonbiniDisplayDetails.d.ts +1 -1
- package/dist/model/KonbiniDisplayDetails.js +2 -2
- package/dist/model/Label.d.ts +1 -1
- package/dist/model/Label.js +2 -2
- package/dist/model/LaunchTemplateExecutionRequest.d.ts +1 -1
- package/dist/model/LaunchTemplateExecutionRequest.js +2 -2
- package/dist/model/LaunchTemplateExecutionResponse.d.ts +1 -1
- package/dist/model/LaunchTemplateExecutionResponse.js +2 -2
- package/dist/model/LaunchTemplateInput.d.ts +1 -1
- package/dist/model/LaunchTemplateInput.js +2 -2
- package/dist/model/LaunchTemplateObject.d.ts +28 -28
- package/dist/model/LaunchTemplateObject.d.ts.map +1 -1
- package/dist/model/LaunchTemplateObject.js +76 -76
- package/dist/model/LaunchTemplateResponse.d.ts +1 -1
- package/dist/model/LaunchTemplateResponse.js +2 -2
- package/dist/model/Lawson.d.ts +1 -1
- package/dist/model/Lawson.js +2 -2
- package/dist/model/Level3.d.ts +1 -1
- package/dist/model/Level3.js +2 -2
- package/dist/model/LineItem.d.ts +1 -1
- package/dist/model/LineItem.js +2 -2
- package/dist/model/LineItemCollection.d.ts +1 -1
- package/dist/model/LineItemCollection.js +2 -2
- package/dist/model/LineItemInput.d.ts +1 -1
- package/dist/model/LineItemInput.js +2 -2
- package/dist/model/Link.d.ts +1 -1
- package/dist/model/Link.js +2 -2
- package/dist/model/LinkInput.d.ts +1 -1
- package/dist/model/LinkInput.js +2 -2
- package/dist/model/LinkResponse.d.ts +1 -1
- package/dist/model/LinkResponse.js +2 -2
- package/dist/model/LiveStreamInfo.d.ts +10 -10
- package/dist/model/LiveStreamInfo.d.ts.map +1 -1
- package/dist/model/LiveStreamInfo.js +33 -33
- package/dist/model/Location.d.ts +1 -1
- package/dist/model/Location.js +2 -2
- package/dist/model/MainPhoto.d.ts +1 -1
- package/dist/model/MainPhoto.js +2 -2
- package/dist/model/MainPhotoInput.d.ts +1 -1
- package/dist/model/MainPhotoInput.js +2 -2
- package/dist/model/Mandate.d.ts +1 -1
- package/dist/model/Mandate.js +2 -2
- package/dist/model/MandateOptions.d.ts +1 -1
- package/dist/model/MandateOptions.js +2 -2
- package/dist/model/Masterpass.d.ts +1 -1
- package/dist/model/Masterpass.js +2 -2
- package/dist/model/Maximum.d.ts +1 -1
- package/dist/model/Maximum.js +2 -2
- package/dist/model/MediaType.d.ts +9 -9
- package/dist/model/MediaType.d.ts.map +1 -1
- package/dist/model/MediaType.js +23 -23
- package/dist/model/MeetingEventInput.d.ts +1 -1
- package/dist/model/MeetingEventInput.js +2 -2
- package/dist/model/MeetingEventResponse.d.ts +1 -1
- package/dist/model/MeetingEventResponse.js +2 -2
- package/dist/model/MeetingEventTypeInput.d.ts +1 -1
- package/dist/model/MeetingEventTypeInput.js +2 -2
- package/dist/model/MeetingEventTypeResponse.d.ts +1 -1
- package/dist/model/MeetingEventTypeResponse.js +2 -2
- package/dist/model/MeetingInfo.d.ts +24 -24
- package/dist/model/MeetingInfo.d.ts.map +1 -1
- package/dist/model/MeetingInfo.js +64 -64
- package/dist/model/Member.d.ts +37 -37
- package/dist/model/Member.d.ts.map +1 -1
- package/dist/model/Member.js +117 -117
- package/dist/model/MemberList.d.ts +1 -1
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MemberManagerConfigInput.d.ts +1 -1
- package/dist/model/MemberManagerConfigInput.js +2 -2
- package/dist/model/MemberManagerConfigResponse.d.ts +1 -1
- package/dist/model/MemberManagerConfigResponse.js +2 -2
- package/dist/model/MemberManagerInput.d.ts +1 -1
- package/dist/model/MemberManagerInput.js +2 -2
- package/dist/model/MemberManagerResponse.d.ts +1 -1
- package/dist/model/MemberManagerResponse.js +2 -2
- package/dist/model/MemberManagerSecretInput.d.ts +1 -1
- package/dist/model/MemberManagerSecretInput.js +2 -2
- package/dist/model/MemberManagerSecretResponse.d.ts +1 -1
- package/dist/model/MemberManagerSecretResponse.js +2 -2
- package/dist/model/MemoryCandidate.d.ts +1 -1
- package/dist/model/MemoryCandidate.js +2 -2
- package/dist/model/MenuInput.d.ts +1 -1
- package/dist/model/MenuInput.js +2 -2
- package/dist/model/MenuItemInput.d.ts +1 -1
- package/dist/model/MenuItemInput.js +2 -2
- package/dist/model/MenuItemResponse.d.ts +1 -1
- package/dist/model/MenuItemResponse.js +2 -2
- package/dist/model/MenuResponse.d.ts +1 -1
- package/dist/model/MenuResponse.js +2 -2
- package/dist/model/Message.d.ts +1 -1
- package/dist/model/Message.js +2 -2
- package/dist/model/Minimum.d.ts +1 -1
- package/dist/model/Minimum.js +2 -2
- package/dist/model/Ministop.d.ts +1 -1
- package/dist/model/Ministop.js +2 -2
- package/dist/model/MonthlyEstimatedRevenue.d.ts +1 -1
- package/dist/model/MonthlyEstimatedRevenue.js +2 -2
- package/dist/model/MultiUse.d.ts +1 -1
- package/dist/model/MultiUse.js +2 -2
- package/dist/model/Multibanco.d.ts +1 -1
- package/dist/model/Multibanco.js +2 -2
- package/dist/model/Multicapture.d.ts +1 -1
- package/dist/model/Multicapture.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.js +2 -2
- package/dist/model/N8nSettings.d.ts +1 -1
- package/dist/model/N8nSettings.js +2 -2
- package/dist/model/NetworkToken.d.ts +1 -1
- package/dist/model/NetworkToken.js +2 -2
- package/dist/model/Networks.d.ts +1 -1
- package/dist/model/Networks.js +2 -2
- package/dist/model/NextAction.d.ts +1 -1
- package/dist/model/NextAction.js +2 -2
- package/dist/model/NotificationInput.d.ts +1 -1
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.d.ts +1 -1
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettingsInput.d.ts +1 -1
- package/dist/model/NumberSettingsInput.js +2 -2
- package/dist/model/NumberSettingsResponse.d.ts +1 -1
- package/dist/model/NumberSettingsResponse.js +2 -2
- package/dist/model/Numeric.d.ts +1 -1
- package/dist/model/Numeric.js +2 -2
- package/dist/model/ObjectSettingsInput.d.ts +1 -1
- package/dist/model/ObjectSettingsInput.js +2 -2
- package/dist/model/ObjectSettingsResponse.d.ts +1 -1
- package/dist/model/ObjectSettingsResponse.js +2 -2
- package/dist/model/Objecttype.d.ts +71 -80
- package/dist/model/Objecttype.d.ts.map +1 -1
- package/dist/model/Objecttype.js +204 -235
- package/dist/model/Offline.d.ts +1 -1
- package/dist/model/Offline.js +2 -2
- package/dist/model/Online.d.ts +1 -1
- package/dist/model/Online.js +2 -2
- package/dist/model/Option.d.ts +1 -1
- package/dist/model/Option.js +2 -2
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Outcome.d.ts +1 -1
- package/dist/model/Outcome.js +2 -2
- package/dist/model/Overcapture.d.ts +1 -1
- package/dist/model/Overcapture.js +2 -2
- package/dist/model/OwnershipDeclaration.d.ts +1 -1
- package/dist/model/OwnershipDeclaration.js +2 -2
- package/dist/model/Oxxo.d.ts +1 -1
- package/dist/model/Oxxo.js +2 -2
- package/dist/model/OxxoDisplayDetails.d.ts +1 -1
- package/dist/model/OxxoDisplayDetails.js +2 -2
- package/dist/model/P24.d.ts +1 -1
- package/dist/model/P24.js +2 -2
- package/dist/model/PackageDimensions.d.ts +1 -1
- package/dist/model/PackageDimensions.js +2 -2
- package/dist/model/PageInput.d.ts +1 -1
- package/dist/model/PageInput.js +2 -2
- package/dist/model/PageLayoutInput.d.ts +1 -1
- package/dist/model/PageLayoutInput.js +2 -2
- package/dist/model/PageLayoutResponse.d.ts +1 -1
- package/dist/model/PageLayoutResponse.js +2 -2
- package/dist/model/PageLayoutSection.d.ts +1 -1
- package/dist/model/PageLayoutSection.js +2 -2
- package/dist/model/PageResponse.d.ts +1 -1
- package/dist/model/PageResponse.js +2 -2
- package/dist/model/PageTypeInput.d.ts +1 -1
- package/dist/model/PageTypeInput.js +2 -2
- package/dist/model/PageTypeResponse.d.ts +1 -1
- package/dist/model/PageTypeResponse.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetCompleteByEmailRequest.d.ts +1 -1
- package/dist/model/PasswordResetCompleteByEmailRequest.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +1 -1
- package/dist/model/PasswordResetInitiateRequest.js +2 -2
- package/dist/model/PasswordResetInitiateResponse.d.ts +1 -1
- package/dist/model/PasswordResetInitiateResponse.js +2 -2
- package/dist/model/PasswordResetRequest.d.ts +1 -1
- package/dist/model/PasswordResetRequest.js +2 -2
- package/dist/model/PasswordResetResponse.d.ts +1 -1
- package/dist/model/PasswordResetResponse.js +2 -2
- package/dist/model/PasswordResetValidateByEmailRequest.d.ts +1 -1
- package/dist/model/PasswordResetValidateByEmailRequest.js +2 -2
- package/dist/model/PasswordResetValidationResponse.d.ts +1 -1
- package/dist/model/PasswordResetValidationResponse.js +2 -2
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +2 -2
- package/dist/model/PauseCollection.d.ts +1 -1
- package/dist/model/PauseCollection.js +2 -2
- package/dist/model/PaymentAccountObject.d.ts +10 -10
- package/dist/model/PaymentAccountObject.d.ts.map +1 -1
- package/dist/model/PaymentAccountObject.js +26 -26
- package/dist/model/PaymentIntent.d.ts +24 -24
- package/dist/model/PaymentIntent.d.ts.map +1 -1
- package/dist/model/PaymentIntent.js +77 -77
- package/dist/model/PaymentIntentData.d.ts +1 -1
- package/dist/model/PaymentIntentData.js +2 -2
- package/dist/model/PaymentIntentInput.d.ts +1 -1
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.d.ts +1 -1
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentLink.d.ts +1 -1
- package/dist/model/PaymentLink.js +2 -2
- package/dist/model/PaymentMethod.d.ts +1 -1
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodConfigurationDetails.d.ts +1 -1
- package/dist/model/PaymentMethodConfigurationDetails.js +2 -2
- package/dist/model/PaymentMethodDetails.d.ts +1 -1
- package/dist/model/PaymentMethodDetails.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodOptions.d.ts +1 -1
- package/dist/model/PaymentMethodOptions.js +2 -2
- package/dist/model/PaymentMethodResponse.d.ts +1 -1
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.d.ts +1 -1
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/PaymentSettings.d.ts +1 -1
- package/dist/model/PaymentSettings.js +2 -2
- package/dist/model/PaymentSource.d.ts +1 -1
- package/dist/model/PaymentSource.js +2 -2
- package/dist/model/PaymentSourceCollection.d.ts +1 -1
- package/dist/model/PaymentSourceCollection.js +2 -2
- package/dist/model/Payments.d.ts +1 -1
- package/dist/model/Payments.js +2 -2
- package/dist/model/Paynow.d.ts +1 -1
- package/dist/model/Paynow.js +2 -2
- package/dist/model/PaynowDisplayQrCode.d.ts +1 -1
- package/dist/model/PaynowDisplayQrCode.js +2 -2
- package/dist/model/Payout.d.ts +43 -43
- package/dist/model/Payout.d.ts.map +1 -1
- package/dist/model/Payout.js +96 -96
- package/dist/model/PayoutInput.d.ts +1 -1
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.d.ts +1 -1
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Payouts.d.ts +1 -1
- package/dist/model/Payouts.js +2 -2
- package/dist/model/Paypal.d.ts +1 -1
- package/dist/model/Paypal.js +2 -2
- package/dist/model/Pdf.d.ts +1 -1
- package/dist/model/Pdf.js +2 -2
- package/dist/model/PendingInvoiceItemInterval.d.ts +1 -1
- package/dist/model/PendingInvoiceItemInterval.js +2 -2
- package/dist/model/PendingUpdate.d.ts +1 -1
- package/dist/model/PendingUpdate.js +2 -2
- package/dist/model/Period.d.ts +1 -1
- package/dist/model/Period.js +2 -2
- package/dist/model/PermissionOnlyPayload.d.ts +1 -1
- package/dist/model/PermissionOnlyPayload.js +2 -2
- package/dist/model/Person.d.ts +1 -1
- package/dist/model/Person.js +2 -2
- package/dist/model/Phase.d.ts +10 -10
- package/dist/model/Phase.d.ts.map +1 -1
- package/dist/model/Phase.js +30 -30
- package/dist/model/PhoneNumber.d.ts +28 -28
- package/dist/model/PhoneNumber.d.ts.map +1 -1
- package/dist/model/PhoneNumber.js +86 -86
- package/dist/model/PhoneNumberCollection.d.ts +1 -1
- package/dist/model/PhoneNumberCollection.js +2 -2
- package/dist/model/Pix.d.ts +1 -1
- package/dist/model/Pix.js +2 -2
- package/dist/model/PixDisplayQrCode.d.ts +1 -1
- package/dist/model/PixDisplayQrCode.js +2 -2
- package/dist/model/Plan.d.ts +1 -1
- package/dist/model/Plan.js +2 -2
- package/dist/model/PostInput.d.ts +1 -1
- package/dist/model/PostInput.js +2 -2
- package/dist/model/PostResponse.d.ts +1 -1
- package/dist/model/PostResponse.js +2 -2
- package/dist/model/Price.d.ts +1 -1
- package/dist/model/Price.js +2 -2
- package/dist/model/PriceInput.d.ts +1 -1
- package/dist/model/PriceInput.js +2 -2
- package/dist/model/PriceOutput.d.ts +1 -1
- package/dist/model/PriceOutput.js +2 -2
- package/dist/model/PriceResponse.d.ts +1 -1
- package/dist/model/PriceResponse.js +2 -2
- package/dist/model/Pricebook.d.ts +1 -1
- package/dist/model/Pricebook.js +2 -2
- package/dist/model/PricebookInput.d.ts +1 -1
- package/dist/model/PricebookInput.js +2 -2
- package/dist/model/PricebookResponse.d.ts +1 -1
- package/dist/model/PricebookResponse.js +2 -2
- package/dist/model/PrivateMessageConversationPayload.d.ts +1 -1
- package/dist/model/PrivateMessageConversationPayload.js +2 -2
- package/dist/model/PrivateMessageConversationResponse.d.ts +1 -1
- package/dist/model/PrivateMessageConversationResponse.js +2 -2
- package/dist/model/PrivateMessageGroupResponse.d.ts +1 -1
- package/dist/model/PrivateMessageGroupResponse.js +2 -2
- package/dist/model/PrivateMessageInput.d.ts +1 -1
- package/dist/model/PrivateMessageInput.js +2 -2
- package/dist/model/PrivateMessageLinkInput.d.ts +1 -1
- package/dist/model/PrivateMessageLinkInput.js +2 -2
- package/dist/model/PrivateMessageResponse.d.ts +1 -1
- package/dist/model/PrivateMessageResponse.js +2 -2
- package/dist/model/Processing.d.ts +1 -1
- package/dist/model/Processing.js +2 -2
- package/dist/model/Product.d.ts +1 -1
- package/dist/model/Product.js +2 -2
- package/dist/model/ProductCategoryInput.d.ts +1 -1
- package/dist/model/ProductCategoryInput.js +2 -2
- package/dist/model/ProductCategoryOutput.d.ts +1 -1
- package/dist/model/ProductCategoryOutput.js +2 -2
- package/dist/model/ProductCategoryResponse.d.ts +1 -1
- package/dist/model/ProductCategoryResponse.js +2 -2
- package/dist/model/ProductInput.d.ts +1 -1
- package/dist/model/ProductInput.js +2 -2
- package/dist/model/ProductOutput.d.ts +1 -1
- package/dist/model/ProductOutput.js +2 -2
- package/dist/model/ProductResponse.d.ts +1 -1
- package/dist/model/ProductResponse.js +2 -2
- package/dist/model/Profile.d.ts +10 -10
- package/dist/model/Profile.d.ts.map +1 -1
- package/dist/model/Profile.js +30 -30
- package/dist/model/ProfilePatch.d.ts +1 -1
- package/dist/model/ProfilePatch.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PromotionCode.d.ts +1 -1
- package/dist/model/PromotionCode.js +2 -2
- package/dist/model/Promptpay.d.ts +1 -1
- package/dist/model/Promptpay.js +2 -2
- package/dist/model/PromptpayDisplayQrCode.d.ts +1 -1
- package/dist/model/PromptpayDisplayQrCode.js +2 -2
- package/dist/model/ProrationDetails.d.ts +1 -1
- package/dist/model/ProrationDetails.js +2 -2
- package/dist/model/ProxyServerInput.d.ts +1 -1
- package/dist/model/ProxyServerInput.js +2 -2
- package/dist/model/ProxyServerResponse.d.ts +1 -1
- package/dist/model/ProxyServerResponse.js +2 -2
- package/dist/model/PublicationInput.d.ts +1 -1
- package/dist/model/PublicationInput.js +2 -2
- package/dist/model/PublicationResponse.d.ts +1 -1
- package/dist/model/PublicationResponse.js +2 -2
- package/dist/model/PurchaseInput.d.ts +1 -1
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.d.ts +1 -1
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponse.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponse.js +2 -2
- package/dist/model/QrCode.d.ts +1 -1
- package/dist/model/QrCode.js +2 -2
- package/dist/model/Quote.d.ts +19 -19
- package/dist/model/Quote.d.ts.map +1 -1
- package/dist/model/Quote.js +85 -85
- package/dist/model/RadarOptions.d.ts +1 -1
- package/dist/model/RadarOptions.js +2 -2
- package/dist/model/Receipt.d.ts +1 -1
- package/dist/model/Receipt.js +2 -2
- package/dist/model/Recovery.d.ts +1 -1
- package/dist/model/Recovery.js +2 -2
- package/dist/model/Recurring.d.ts +1 -1
- package/dist/model/Recurring.js +2 -2
- package/dist/model/RecurringInput.d.ts +1 -1
- package/dist/model/RecurringInput.js +2 -2
- package/dist/model/Redirect.d.ts +1 -1
- package/dist/model/Redirect.js +2 -2
- package/dist/model/RedirectToUrl.d.ts +1 -1
- package/dist/model/RedirectToUrl.js +2 -2
- package/dist/model/Refund.d.ts +29 -29
- package/dist/model/Refund.d.ts.map +1 -1
- package/dist/model/Refund.js +85 -85
- package/dist/model/RefundCollection.d.ts +1 -1
- package/dist/model/RefundCollection.js +2 -2
- package/dist/model/Relationship.d.ts +1 -1
- package/dist/model/Relationship.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +18 -18
- package/dist/model/RelationshipMapping.d.ts.map +1 -1
- package/dist/model/RelationshipMapping.js +56 -56
- package/dist/model/Rendering.d.ts +1 -1
- package/dist/model/Rendering.js +2 -2
- package/dist/model/RenderingOptions.d.ts +1 -1
- package/dist/model/RenderingOptions.js +2 -2
- package/dist/model/RequestLogConfigRequest.d.ts +1 -1
- package/dist/model/RequestLogConfigRequest.js +2 -2
- package/dist/model/RequestLogConfigResponse.d.ts +1 -1
- package/dist/model/RequestLogConfigResponse.js +2 -2
- package/dist/model/RequestLogDetailResponse.d.ts +1 -1
- package/dist/model/RequestLogDetailResponse.js +2 -2
- package/dist/model/RequestLogListItemResponse.d.ts +1 -1
- package/dist/model/RequestLogListItemResponse.js +2 -2
- package/dist/model/RequestLogPageResponse.d.ts +1 -1
- package/dist/model/RequestLogPageResponse.js +2 -2
- package/dist/model/RequestOptions.d.ts +1 -1
- package/dist/model/RequestOptions.js +2 -2
- package/dist/model/RequestOptionsProxyCredential.d.ts +1 -1
- package/dist/model/RequestOptionsProxyCredential.js +2 -2
- package/dist/model/Requirements.d.ts +1 -1
- package/dist/model/Requirements.js +2 -2
- package/dist/model/ResponseProjectionInput.d.ts +1 -1
- package/dist/model/ResponseProjectionInput.js +2 -2
- package/dist/model/RestApplicationInput.d.ts +1 -1
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.d.ts +1 -1
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/Restrictions.d.ts +1 -1
- package/dist/model/Restrictions.js +2 -2
- package/dist/model/Review.d.ts +1 -1
- package/dist/model/Review.js +2 -2
- package/dist/model/RevolutPay.d.ts +1 -1
- package/dist/model/RevolutPay.js +2 -2
- package/dist/model/Rule.d.ts +1 -1
- package/dist/model/Rule.js +2 -2
- package/dist/model/SamsungPay.d.ts +1 -1
- package/dist/model/SamsungPay.js +2 -2
- package/dist/model/Schedule.d.ts +1 -1
- package/dist/model/Schedule.js +2 -2
- package/dist/model/Schema.d.ts +1 -1
- package/dist/model/Schema.js +2 -2
- package/dist/model/SchemaDeploymentSettingsDto.d.ts +1 -1
- package/dist/model/SchemaDeploymentSettingsDto.js +2 -2
- package/dist/model/SchemaViewInput.d.ts +1 -1
- package/dist/model/SchemaViewInput.js +2 -2
- package/dist/model/SchemaViewResponse.d.ts +1 -1
- package/dist/model/SchemaViewResponse.js +2 -2
- package/dist/model/ScreenSchema.d.ts +75 -75
- package/dist/model/ScreenSchema.d.ts.map +1 -1
- package/dist/model/ScreenSchema.js +215 -215
- package/dist/model/Seicomart.d.ts +1 -1
- package/dist/model/Seicomart.js +2 -2
- package/dist/model/SellerProtection.d.ts +1 -1
- package/dist/model/SellerProtection.js +2 -2
- package/dist/model/SendEmailInput.d.ts +1 -1
- package/dist/model/SendEmailInput.js +2 -2
- package/dist/model/SendEmailResponse.d.ts +1 -1
- package/dist/model/SendEmailResponse.js +2 -2
- package/dist/model/SepaCreditTransfer.d.ts +1 -1
- package/dist/model/SepaCreditTransfer.js +2 -2
- package/dist/model/SepaDebit.d.ts +1 -1
- package/dist/model/SepaDebit.js +2 -2
- package/dist/model/SepaDebitPayments.d.ts +1 -1
- package/dist/model/SepaDebitPayments.js +2 -2
- package/dist/model/Session.d.ts +1 -1
- package/dist/model/Session.js +2 -2
- package/dist/model/Settings.d.ts +1 -1
- package/dist/model/Settings.js +2 -2
- package/dist/model/SetupAttempt.d.ts +1 -1
- package/dist/model/SetupAttempt.js +2 -2
- package/dist/model/SetupIntent.d.ts +10 -10
- package/dist/model/SetupIntent.d.ts.map +1 -1
- package/dist/model/SetupIntent.js +32 -32
- package/dist/model/ShippingAddress.d.ts +1 -1
- package/dist/model/ShippingAddress.js +2 -2
- package/dist/model/ShippingAddressCollection.d.ts +1 -1
- package/dist/model/ShippingAddressCollection.js +2 -2
- package/dist/model/ShippingCost.d.ts +1 -1
- package/dist/model/ShippingCost.js +2 -2
- package/dist/model/ShippingDetails.d.ts +1 -1
- package/dist/model/ShippingDetails.js +2 -2
- package/dist/model/ShippingOption.d.ts +1 -1
- package/dist/model/ShippingOption.js +2 -2
- package/dist/model/ShippingRate.d.ts +1 -1
- package/dist/model/ShippingRate.js +2 -2
- package/dist/model/SingleUse.d.ts +1 -1
- package/dist/model/SingleUse.js +2 -2
- package/dist/model/SiteInput.d.ts +1 -1
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.d.ts +1 -1
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.d.ts +1 -1
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.d.ts +1 -1
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.d.ts +148 -148
- package/dist/model/SkinField.d.ts.map +1 -1
- package/dist/model/SkinField.js +392 -392
- package/dist/model/SkinFieldInput.d.ts +1 -1
- package/dist/model/SkinFieldInput.js +2 -2
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroupInput.d.ts +1 -1
- package/dist/model/SocialGroupInput.js +2 -2
- package/dist/model/SocialGroupResponse.d.ts +1 -1
- package/dist/model/SocialGroupResponse.js +2 -2
- package/dist/model/SocialGroupType.d.ts +1 -1
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/SocialGroupTypeInput.d.ts +1 -1
- package/dist/model/SocialGroupTypeInput.js +2 -2
- package/dist/model/Sofort.d.ts +1 -1
- package/dist/model/Sofort.js +2 -2
- package/dist/model/SortCode.d.ts +1 -1
- package/dist/model/SortCode.js +2 -2
- package/dist/model/SourceCandidate.d.ts +1 -1
- package/dist/model/SourceCandidate.js +2 -2
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/Spei.d.ts +1 -1
- package/dist/model/Spei.js +2 -2
- package/dist/model/StatusDetails.d.ts +1 -1
- package/dist/model/StatusDetails.js +2 -2
- package/dist/model/StatusTransitions.d.ts +1 -1
- package/dist/model/StatusTransitions.js +2 -2
- package/dist/model/Store.d.ts +1 -1
- package/dist/model/Store.js +2 -2
- package/dist/model/Stores.d.ts +1 -1
- package/dist/model/Stores.js +2 -2
- package/dist/model/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCheckoutSession.d.ts +51 -51
- package/dist/model/StripeCheckoutSession.d.ts.map +1 -1
- package/dist/model/StripeCheckoutSession.js +132 -132
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/StripeError.d.ts +1 -1
- package/dist/model/StripeError.js +2 -2
- package/dist/model/StripePaymentIntent.d.ts +36 -36
- package/dist/model/StripePaymentIntent.d.ts.map +1 -1
- package/dist/model/StripePaymentIntent.js +94 -94
- package/dist/model/StripePrice.d.ts +46 -46
- package/dist/model/StripePrice.d.ts.map +1 -1
- package/dist/model/StripePrice.js +136 -136
- package/dist/model/StripeSubscription.d.ts +54 -54
- package/dist/model/StripeSubscription.d.ts.map +1 -1
- package/dist/model/StripeSubscription.js +123 -123
- package/dist/model/StripeTenantConfigRequest.d.ts +1 -1
- package/dist/model/StripeTenantConfigRequest.js +2 -2
- package/dist/model/StripeTenantConfigResponse.d.ts +1 -1
- package/dist/model/StripeTenantConfigResponse.js +2 -2
- package/dist/model/Submit.d.ts +1 -1
- package/dist/model/Submit.js +2 -2
- package/dist/model/Subscription.d.ts +19 -19
- package/dist/model/Subscription.d.ts.map +1 -1
- package/dist/model/Subscription.js +62 -62
- package/dist/model/SubscriptionCollection.d.ts +1 -1
- package/dist/model/SubscriptionCollection.js +2 -2
- package/dist/model/SubscriptionData.d.ts +1 -1
- package/dist/model/SubscriptionData.js +2 -2
- package/dist/model/SubscriptionDetails.d.ts +1 -1
- package/dist/model/SubscriptionDetails.js +2 -2
- package/dist/model/SubscriptionInput.d.ts +1 -1
- package/dist/model/SubscriptionInput.js +2 -2
- package/dist/model/SubscriptionItem.d.ts +1 -1
- package/dist/model/SubscriptionItem.js +2 -2
- package/dist/model/SubscriptionItemCollection.d.ts +1 -1
- package/dist/model/SubscriptionItemCollection.js +2 -2
- package/dist/model/SubscriptionItemInput.d.ts +1 -1
- package/dist/model/SubscriptionItemInput.js +2 -2
- package/dist/model/SubscriptionResponse.d.ts +1 -1
- package/dist/model/SubscriptionResponse.js +2 -2
- package/dist/model/SubscriptionSchedule.d.ts +1 -1
- package/dist/model/SubscriptionSchedule.js +2 -2
- package/dist/model/SupabaseConfigInput.d.ts +1 -1
- package/dist/model/SupabaseConfigInput.js +2 -2
- package/dist/model/SupabaseConfigResponse.d.ts +1 -1
- package/dist/model/SupabaseConfigResponse.js +2 -2
- package/dist/model/Swift.d.ts +1 -1
- package/dist/model/Swift.js +2 -2
- package/dist/model/TabDeployInput.d.ts +1 -1
- package/dist/model/TabDeployInput.js +2 -2
- package/dist/model/TabItem.d.ts +1 -1
- package/dist/model/TabItem.js +2 -2
- package/dist/model/TabItemDefinitionInput.d.ts +1 -1
- package/dist/model/TabItemDefinitionInput.js +2 -2
- package/dist/model/TabItemDefinitionResponse.d.ts +1 -1
- package/dist/model/TabItemDefinitionResponse.js +2 -2
- package/dist/model/TabSetInput.d.ts +1 -1
- package/dist/model/TabSetInput.js +2 -2
- package/dist/model/TabSetResponse.d.ts +1 -1
- package/dist/model/TabSetResponse.js +2 -2
- package/dist/model/Tax.d.ts +1 -1
- package/dist/model/Tax.js +2 -2
- package/dist/model/TaxAmount.d.ts +1 -1
- package/dist/model/TaxAmount.js +2 -2
- package/dist/model/TaxCode.d.ts +1 -1
- package/dist/model/TaxCode.js +2 -2
- package/dist/model/TaxId.d.ts +1 -1
- package/dist/model/TaxId.js +2 -2
- package/dist/model/TaxIdCollection.d.ts +1 -1
- package/dist/model/TaxIdCollection.js +2 -2
- package/dist/model/TaxRate.d.ts +1 -1
- package/dist/model/TaxRate.js +2 -2
- package/dist/model/Template.d.ts +28 -28
- package/dist/model/Template.d.ts.map +1 -1
- package/dist/model/Template.js +78 -78
- package/dist/model/TemplateInput.d.ts +1 -1
- package/dist/model/TemplateInput.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +28 -28
- package/dist/model/TemplateSchema.d.ts.map +1 -1
- package/dist/model/TemplateSchema.js +78 -78
- package/dist/model/TermsOfServiceAcceptance.d.ts +1 -1
- package/dist/model/TermsOfServiceAcceptance.js +2 -2
- package/dist/model/TestClock.d.ts +1 -1
- package/dist/model/TestClock.js +2 -2
- package/dist/model/TestConnectionRequest.d.ts +1 -1
- package/dist/model/TestConnectionRequest.js +2 -2
- package/dist/model/TestConnectionResponse.d.ts +1 -1
- package/dist/model/TestConnectionResponse.js +2 -2
- package/dist/model/Text.d.ts +1 -1
- package/dist/model/Text.js +2 -2
- package/dist/model/TextSettingsInput.d.ts +1 -1
- package/dist/model/TextSettingsInput.js +2 -2
- package/dist/model/TextSettingsResponse.d.ts +1 -1
- package/dist/model/TextSettingsResponse.js +2 -2
- package/dist/model/ThemeMapping.d.ts +11 -11
- package/dist/model/ThemeMapping.d.ts.map +1 -1
- package/dist/model/ThemeMapping.js +31 -31
- package/dist/model/ThemeMappingPayload.d.ts +11 -11
- package/dist/model/ThemeMappingPayload.d.ts.map +1 -1
- package/dist/model/ThemeMappingPayload.js +26 -26
- package/dist/model/ThreeDSecure.d.ts +1 -1
- package/dist/model/ThreeDSecure.js +2 -2
- package/dist/model/ThreeDSecureUsage.d.ts +1 -1
- package/dist/model/ThreeDSecureUsage.js +2 -2
- package/dist/model/ThresholdReason.d.ts +1 -1
- package/dist/model/ThresholdReason.js +2 -2
- package/dist/model/Tier.d.ts +1 -1
- package/dist/model/Tier.js +2 -2
- package/dist/model/TierInput.d.ts +1 -1
- package/dist/model/TierInput.js +2 -2
- package/dist/model/TierOutput.d.ts +1 -1
- package/dist/model/TierOutput.js +2 -2
- package/dist/model/Timezone.d.ts +1 -1
- package/dist/model/Timezone.js +2 -2
- package/dist/model/Timezone1.d.ts +1 -1
- package/dist/model/Timezone1.js +2 -2
- package/dist/model/Tip.d.ts +1 -1
- package/dist/model/Tip.js +2 -2
- package/dist/model/TopicInfoResponse.d.ts +1 -1
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.d.ts +1 -1
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.d.ts +1 -1
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/TosAcceptance.d.ts +1 -1
- package/dist/model/TosAcceptance.js +2 -2
- package/dist/model/TotalDetails.d.ts +1 -1
- package/dist/model/TotalDetails.js +2 -2
- package/dist/model/TotalDiscountAmount.d.ts +1 -1
- package/dist/model/TotalDiscountAmount.js +2 -2
- package/dist/model/TotalTaxAmount.d.ts +1 -1
- package/dist/model/TotalTaxAmount.js +2 -2
- package/dist/model/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/TransactionOutput.d.ts +1 -1
- package/dist/model/TransactionOutput.js +2 -2
- package/dist/model/Transfer.d.ts +32 -32
- package/dist/model/Transfer.d.ts.map +1 -1
- package/dist/model/Transfer.js +91 -91
- package/dist/model/TransferData.d.ts +1 -1
- package/dist/model/TransferData.js +2 -2
- package/dist/model/TransferInput.d.ts +1 -1
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.d.ts +1 -1
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts +32 -32
- package/dist/model/TransferResponsePaymentMethodDetails.d.ts.map +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +91 -91
- package/dist/model/TransferReversal.d.ts +9 -9
- package/dist/model/TransferReversal.d.ts.map +1 -1
- package/dist/model/TransferReversal.js +28 -28
- package/dist/model/TransferReversalCollection.d.ts +1 -1
- package/dist/model/TransferReversalCollection.js +2 -2
- package/dist/model/TransformQuantity.d.ts +1 -1
- package/dist/model/TransformQuantity.js +2 -2
- package/dist/model/TransformUsage.d.ts +1 -1
- package/dist/model/TransformUsage.js +2 -2
- package/dist/model/TraversalProjectionInput.d.ts +1 -1
- package/dist/model/TraversalProjectionInput.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/Treasury.d.ts +1 -1
- package/dist/model/Treasury.js +2 -2
- package/dist/model/TrialSettings.d.ts +1 -1
- package/dist/model/TrialSettings.js +2 -2
- package/dist/model/URLMappingInput.d.ts +1 -1
- package/dist/model/URLMappingInput.js +2 -2
- package/dist/model/URLMappingResponse.d.ts +1 -1
- package/dist/model/URLMappingResponse.js +2 -2
- package/dist/model/Upfront.d.ts +1 -1
- package/dist/model/Upfront.js +2 -2
- package/dist/model/UsBankAccount.d.ts +1 -1
- package/dist/model/UsBankAccount.js +2 -2
- package/dist/model/User.d.ts +37 -37
- package/dist/model/User.d.ts.map +1 -1
- package/dist/model/User.js +117 -117
- package/dist/model/UserDataPayload.d.ts +37 -37
- package/dist/model/UserDataPayload.d.ts.map +1 -1
- package/dist/model/UserDataPayload.js +117 -117
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +35 -35
- package/dist/model/UserInvite.d.ts.map +1 -1
- package/dist/model/UserInvite.js +100 -100
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserPermissionPayload.d.ts +1 -1
- package/dist/model/UserPermissionPayload.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +37 -37
- package/dist/model/UserSchema.d.ts.map +1 -1
- package/dist/model/UserSchema.js +117 -117
- package/dist/model/Userid.d.ts +10 -10
- package/dist/model/Userid.d.ts.map +1 -1
- package/dist/model/Userid.js +25 -25
- package/dist/model/UsernameReminderRequest.d.ts +1 -1
- package/dist/model/UsernameReminderRequest.js +2 -2
- package/dist/model/UsernameReminderResponse.d.ts +1 -1
- package/dist/model/UsernameReminderResponse.js +2 -2
- package/dist/model/Verification.d.ts +1 -1
- package/dist/model/Verification.js +2 -2
- package/dist/model/VerifyWithMicrodeposits.d.ts +1 -1
- package/dist/model/VerifyWithMicrodeposits.js +2 -2
- package/dist/model/Video.d.ts +1 -1
- package/dist/model/Video.js +2 -2
- package/dist/model/ViewInput.d.ts +1 -1
- package/dist/model/ViewInput.js +2 -2
- package/dist/model/ViewResponse.d.ts +1 -1
- package/dist/model/ViewResponse.js +2 -2
- package/dist/model/VisaCheckout.d.ts +1 -1
- package/dist/model/VisaCheckout.js +2 -2
- package/dist/model/Wallet.d.ts +1 -1
- package/dist/model/Wallet.js +2 -2
- package/dist/model/WalletHoldInput.d.ts +1 -1
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.d.ts +1 -1
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.d.ts +1 -1
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.d.ts +1 -1
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.d.ts +1 -1
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/Wechat.d.ts +1 -1
- package/dist/model/Wechat.js +2 -2
- package/dist/model/WechatPay.d.ts +1 -1
- package/dist/model/WechatPay.js +2 -2
- package/dist/model/WechatPayDisplayQrCode.d.ts +1 -1
- package/dist/model/WechatPayDisplayQrCode.js +2 -2
- package/dist/model/WechatPayRedirectToAndroidApp.d.ts +1 -1
- package/dist/model/WechatPayRedirectToAndroidApp.js +2 -2
- package/dist/model/WechatPayRedirectToIosApp.d.ts +1 -1
- package/dist/model/WechatPayRedirectToIosApp.js +2 -2
- package/dist/model/WidgetDeployInput.d.ts +1 -1
- package/dist/model/WidgetDeployInput.js +2 -2
- package/dist/model/WidgetDeployMoveInput.d.ts +1 -1
- package/dist/model/WidgetDeployMoveInput.js +2 -2
- package/dist/model/WidgetDeployResponse.d.ts +1 -1
- package/dist/model/WidgetDeployResponse.js +2 -2
- package/dist/model/WidgetDeployUpdateInput.d.ts +1 -1
- package/dist/model/WidgetDeployUpdateInput.js +2 -2
- package/dist/model/WidgetInput.d.ts +1 -1
- package/dist/model/WidgetInput.js +2 -2
- package/dist/model/WidgetResponse.d.ts +1 -1
- package/dist/model/WidgetResponse.js +2 -2
- package/dist/model/WidgetScreenInput.d.ts +1 -1
- package/dist/model/WidgetScreenInput.js +2 -2
- package/dist/model/WysiwygSettingsInput.d.ts +1 -1
- package/dist/model/WysiwygSettingsInput.js +2 -2
- package/dist/model/WysiwygSettingsResponse.d.ts +1 -1
- package/dist/model/WysiwygSettingsResponse.js +2 -2
- package/dist/model/Zengin.d.ts +1 -1
- package/dist/model/Zengin.js +2 -2
- package/dist/model/ZeusPortalCategory.d.ts +41 -41
- package/dist/model/ZeusPortalCategory.d.ts.map +1 -1
- package/dist/model/ZeusPortalCategory.js +117 -117
- package/dist/model/Zip.d.ts +1 -1
- package/dist/model/Zip.js +2 -2
- package/dist/src/api/AIApi.d.ts +6 -6
- package/dist/src/api/AIConversationsApi.d.ts +10 -10
- package/dist/src/api/AbilitiesApi.d.ts +3 -3
- package/dist/src/api/ActionTypesApi.d.ts +1 -1
- package/dist/src/api/AdCampaignsApi.d.ts +7 -7
- package/dist/src/api/AdManagementApi.d.ts +12 -12
- package/dist/src/api/AdminDataManagementApi.d.ts +1 -1
- package/dist/src/api/AdsApi.d.ts +5 -5
- package/dist/src/api/AttachmentsApi.d.ts +6 -6
- package/dist/src/api/AuthenticationApi.d.ts +11 -11
- package/dist/src/api/BatchApi.d.ts +7 -7
- package/dist/src/api/CategoriesApi.d.ts +7 -7
- package/dist/src/api/CircleAccountsApi.d.ts +10 -10
- package/dist/src/api/CommentsApi.d.ts +9 -9
- package/dist/src/api/ContentManagementApi.d.ts +28 -28
- package/dist/src/api/ConversationsApi.d.ts +8 -8
- package/dist/src/api/CurrencyApi.d.ts +7 -7
- package/dist/src/api/DataSheetImportsApi.d.ts +15 -15
- package/dist/src/api/DataSyncApi.d.ts +9 -9
- package/dist/src/api/DefaultApi.d.ts +12 -12
- package/dist/src/api/DocumentPartTypesApi.d.ts +2 -2
- package/dist/src/api/DocumentTypesApi.d.ts +2 -2
- package/dist/src/api/DocumentsApi.d.ts +14 -14
- package/dist/src/api/DynamoDBSyncApi.d.ts +1 -1
- package/dist/src/api/EmailApi.d.ts +1 -1
- package/dist/src/api/EmailsApi.d.ts +4 -4
- package/dist/src/api/EntryPartsApi.d.ts +12 -12
- package/dist/src/api/FacebookApi.d.ts +1 -1
- package/dist/src/api/FieldsApi.d.ts +8 -8
- package/dist/src/api/FilesApi.d.ts +6 -6
- package/dist/src/api/FormsApi.d.ts +14 -14
- package/dist/src/api/FunctionsApi.d.ts +25 -25
- package/dist/src/api/GeocodeApi.d.ts +3 -3
- package/dist/src/api/GobodoManagementApi.d.ts +17 -17
- package/dist/src/api/GoogleApi.d.ts +1 -1
- package/dist/src/api/GraphActionTypesApi.d.ts +18 -18
- package/dist/src/api/GraphActionsApi.d.ts +11 -11
- package/dist/src/api/GraphObjectPermissionsApi.d.ts +10 -10
- package/dist/src/api/GraphObjectTypesApi.d.ts +33 -33
- package/dist/src/api/GraphObjectsApi.d.ts +45 -45
- package/dist/src/api/GraphRelationshipTypesApi.d.ts +26 -26
- package/dist/src/api/GraphRelationshipsApi.d.ts +21 -21
- package/dist/src/api/GraphSchemasApi.d.ts +20 -20
- package/dist/src/api/GraphTraversalApi.d.ts +7 -7
- package/dist/src/api/GraphsApi.d.ts +27 -27
- package/dist/src/api/IAMApi.d.ts +4 -4
- package/dist/src/api/ImagesApi.d.ts +6 -6
- package/dist/src/api/InvitesApi.d.ts +5 -5
- package/dist/src/api/LaunchTemplatesApi.d.ts +16 -16
- package/dist/src/api/LikesApi.d.ts +13 -13
- package/dist/src/api/LinkedINApi.d.ts +1 -1
- package/dist/src/api/LinksApi.d.ts +9 -9
- package/dist/src/api/LiveMeetingsApi.d.ts +2 -2
- package/dist/src/api/MeetingEventsApi.d.ts +24 -24
- package/dist/src/api/MenuItemsApi.d.ts +6 -6
- package/dist/src/api/MenusApi.d.ts +6 -6
- package/dist/src/api/NotificationsApi.d.ts +14 -14
- package/dist/src/api/PageLayoutsApi.d.ts +6 -6
- package/dist/src/api/PagesApi.d.ts +18 -18
- package/dist/src/api/PasswordResetApi.d.ts +1 -1
- package/dist/src/api/PayPalAccountsApi.d.ts +3 -3
- package/dist/src/api/PhoneNumbersApi.d.ts +5 -5
- package/dist/src/api/PostsApi.d.ts +9 -9
- package/dist/src/api/PrivateMessagesApi.d.ts +15 -15
- package/dist/src/api/ProxyServersApi.d.ts +14 -14
- package/dist/src/api/PublicationsApi.d.ts +9 -9
- package/dist/src/api/RestApplicationsApi.d.ts +8 -8
- package/dist/src/api/SchemaViewsApi.d.ts +5 -5
- package/dist/src/api/ScreensApi.d.ts +2 -2
- package/dist/src/api/SearchApi.d.ts +6 -6
- package/dist/src/api/SitesApi.d.ts +15 -15
- package/dist/src/api/SocialGroupsApi.d.ts +20 -20
- package/dist/src/api/SocialIntegrationApi.d.ts +4 -4
- package/dist/src/api/SquareAccountsApi.d.ts +3 -3
- package/dist/src/api/StripeAccountsApi.d.ts +92 -92
- package/dist/src/api/TabDefinitionsApi.d.ts +4 -4
- package/dist/src/api/TabSetsApi.d.ts +7 -7
- package/dist/src/api/TagsApi.d.ts +1 -1
- package/dist/src/api/TemplatesApi.d.ts +9 -9
- package/dist/src/api/ThemeMappingsApi.d.ts +8 -8
- package/dist/src/api/TopicsApi.d.ts +8 -8
- package/dist/src/api/TwitterApi.d.ts +1 -1
- package/dist/src/api/URLMappingsApi.d.ts +8 -8
- package/dist/src/api/UserManagerAdministrationApi.d.ts +27 -27
- package/dist/src/api/UserTagsApi.d.ts +3 -3
- package/dist/src/api/UsersApi.d.ts +13 -13
- package/dist/src/api/VideosApi.d.ts +10 -10
- package/dist/src/api/ViewsApi.d.ts +5 -5
- package/dist/src/api/WalletsApi.d.ts +17 -17
- package/dist/src/api/WidgetsApi.d.ts +12 -12
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* StripeAccounts service.
|
|
3
3
|
* @module api/StripeAccountsApi
|
|
4
|
-
* @version 0.1.
|
|
4
|
+
* @version 0.1.220
|
|
5
5
|
*/
|
|
6
6
|
export default class StripeAccountsApi {
|
|
7
7
|
/**
|
|
@@ -20,6 +20,12 @@ export default class StripeAccountsApi {
|
|
|
20
20
|
* @param {module:model/InvoiceLineItemInput} invoiceLineItemInput Line item: priceId and quantity
|
|
21
21
|
* @param {Object} opts Optional parameters
|
|
22
22
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
23
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
24
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
25
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
26
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
27
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
28
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
23
29
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
24
30
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
25
31
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -35,6 +41,12 @@ export default class StripeAccountsApi {
|
|
|
35
41
|
* @param {module:model/InvoiceLineItemInput} invoiceLineItemInput Line item: priceId and quantity
|
|
36
42
|
* @param {Object} opts Optional parameters
|
|
37
43
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
44
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
45
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
46
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
47
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
48
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
49
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
38
50
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
39
51
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
40
52
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -44,6 +56,12 @@ export default class StripeAccountsApi {
|
|
|
44
56
|
*/
|
|
45
57
|
addStripeInvoiceLineItem(invoiceId: string, invoiceLineItemInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
46
58
|
authorization?: string;
|
|
59
|
+
cacheduration?: string;
|
|
60
|
+
cachegroup?: string;
|
|
61
|
+
cachekey?: Array<string>;
|
|
62
|
+
cachescope?: any;
|
|
63
|
+
cacheuser?: string;
|
|
64
|
+
invalidationkeys?: string;
|
|
47
65
|
zeusportalPostasApp?: number;
|
|
48
66
|
zeusportalPostasOrg?: number;
|
|
49
67
|
zeusportalPostas?: number;
|
|
@@ -55,6 +73,12 @@ export default class StripeAccountsApi {
|
|
|
55
73
|
* Retrieves the payment methods for the customer stored in stripe
|
|
56
74
|
* @param {Object} opts Optional parameters
|
|
57
75
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
76
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
77
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
78
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
79
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
80
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
81
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
58
82
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
83
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
60
84
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -69,6 +93,12 @@ export default class StripeAccountsApi {
|
|
|
69
93
|
* Retrieves the payment methods for the customer stored in stripe
|
|
70
94
|
* @param {Object} opts Optional parameters
|
|
71
95
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
96
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
97
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
98
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
99
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
100
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
101
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
72
102
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
73
103
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
74
104
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -79,6 +109,12 @@ export default class StripeAccountsApi {
|
|
|
79
109
|
*/
|
|
80
110
|
addStripePaymentMethod(opts?: { [key: string]: any; [key: string]: any;
|
|
81
111
|
authorization?: string;
|
|
112
|
+
cacheduration?: string;
|
|
113
|
+
cachegroup?: string;
|
|
114
|
+
cachekey?: Array<string>;
|
|
115
|
+
cachescope?: any;
|
|
116
|
+
cacheuser?: string;
|
|
117
|
+
invalidationkeys?: string;
|
|
82
118
|
zeusportalPostasApp?: number;
|
|
83
119
|
zeusportalPostasOrg?: number;
|
|
84
120
|
zeusportalPostas?: number;
|
|
@@ -93,6 +129,12 @@ export default class StripeAccountsApi {
|
|
|
93
129
|
* @param {String} body The payment method id
|
|
94
130
|
* @param {Object} opts Optional parameters
|
|
95
131
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
132
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
133
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
134
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
135
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
136
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
137
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
96
138
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
97
139
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
98
140
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -108,6 +150,12 @@ export default class StripeAccountsApi {
|
|
|
108
150
|
* @param {String} body The payment method id
|
|
109
151
|
* @param {Object} opts Optional parameters
|
|
110
152
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
153
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
154
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
155
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
156
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
157
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
158
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
111
159
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
112
160
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
113
161
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -117,6 +165,12 @@ export default class StripeAccountsApi {
|
|
|
117
165
|
*/
|
|
118
166
|
attachCustomerStripePaymentMethod(customerID: number, body: string, opts?: { [key: string]: any; [key: string]: any;
|
|
119
167
|
authorization?: string;
|
|
168
|
+
cacheduration?: string;
|
|
169
|
+
cachegroup?: string;
|
|
170
|
+
cachekey?: Array<string>;
|
|
171
|
+
cachescope?: any;
|
|
172
|
+
cacheuser?: string;
|
|
173
|
+
invalidationkeys?: string;
|
|
120
174
|
zeusportalPostasApp?: number;
|
|
121
175
|
zeusportalPostasOrg?: number;
|
|
122
176
|
zeusportalPostas?: number;
|
|
@@ -129,6 +183,12 @@ export default class StripeAccountsApi {
|
|
|
129
183
|
* @param {String} body The payment method id
|
|
130
184
|
* @param {Object} opts Optional parameters
|
|
131
185
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
186
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
187
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
188
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
189
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
190
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
191
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
132
192
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
133
193
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
134
194
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -143,6 +203,12 @@ export default class StripeAccountsApi {
|
|
|
143
203
|
* @param {String} body The payment method id
|
|
144
204
|
* @param {Object} opts Optional parameters
|
|
145
205
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
206
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
207
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
208
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
209
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
210
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
211
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
146
212
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
147
213
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
148
214
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -152,6 +218,12 @@ export default class StripeAccountsApi {
|
|
|
152
218
|
*/
|
|
153
219
|
attachStripePaymentMethod(body: string, opts?: { [key: string]: any; [key: string]: any;
|
|
154
220
|
authorization?: string;
|
|
221
|
+
cacheduration?: string;
|
|
222
|
+
cachegroup?: string;
|
|
223
|
+
cachekey?: Array<string>;
|
|
224
|
+
cachescope?: any;
|
|
225
|
+
cacheuser?: string;
|
|
226
|
+
invalidationkeys?: string;
|
|
155
227
|
zeusportalPostasApp?: number;
|
|
156
228
|
zeusportalPostasOrg?: number;
|
|
157
229
|
zeusportalPostas?: number;
|
|
@@ -164,6 +236,12 @@ export default class StripeAccountsApi {
|
|
|
164
236
|
* @param {String} subscriptionId The subscription ID
|
|
165
237
|
* @param {Object} opts Optional parameters
|
|
166
238
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
239
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
240
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
241
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
242
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
243
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
244
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
167
245
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
246
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
169
247
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -178,6 +256,12 @@ export default class StripeAccountsApi {
|
|
|
178
256
|
* @param {String} subscriptionId The subscription ID
|
|
179
257
|
* @param {Object} opts Optional parameters
|
|
180
258
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
259
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
260
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
261
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
262
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
263
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
264
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
181
265
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
182
266
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
183
267
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -187,6 +271,12 @@ export default class StripeAccountsApi {
|
|
|
187
271
|
*/
|
|
188
272
|
cancelStripeSubscription(subscriptionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
189
273
|
authorization?: string;
|
|
274
|
+
cacheduration?: string;
|
|
275
|
+
cachegroup?: string;
|
|
276
|
+
cachekey?: Array<string>;
|
|
277
|
+
cachescope?: any;
|
|
278
|
+
cacheuser?: string;
|
|
279
|
+
invalidationkeys?: string;
|
|
190
280
|
zeusportalPostasApp?: number;
|
|
191
281
|
zeusportalPostasOrg?: number;
|
|
192
282
|
zeusportalPostas?: number;
|
|
@@ -199,6 +289,12 @@ export default class StripeAccountsApi {
|
|
|
199
289
|
* @param {String} subscriptionId The subscription ID
|
|
200
290
|
* @param {Object} opts Optional parameters
|
|
201
291
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
292
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
293
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
294
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
295
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
296
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
297
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
202
298
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
299
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
204
300
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -213,6 +309,12 @@ export default class StripeAccountsApi {
|
|
|
213
309
|
* @param {String} subscriptionId The subscription ID
|
|
214
310
|
* @param {Object} opts Optional parameters
|
|
215
311
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
312
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
313
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
314
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
315
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
316
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
317
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
216
318
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
319
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
218
320
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -222,6 +324,12 @@ export default class StripeAccountsApi {
|
|
|
222
324
|
*/
|
|
223
325
|
cancelStripeSubscriptionAtPeriodEnd(subscriptionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
224
326
|
authorization?: string;
|
|
327
|
+
cacheduration?: string;
|
|
328
|
+
cachegroup?: string;
|
|
329
|
+
cachekey?: Array<string>;
|
|
330
|
+
cachescope?: any;
|
|
331
|
+
cacheuser?: string;
|
|
332
|
+
invalidationkeys?: string;
|
|
225
333
|
zeusportalPostasApp?: number;
|
|
226
334
|
zeusportalPostasOrg?: number;
|
|
227
335
|
zeusportalPostas?: number;
|
|
@@ -234,6 +342,12 @@ export default class StripeAccountsApi {
|
|
|
234
342
|
* @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
|
|
235
343
|
* @param {Object} opts Optional parameters
|
|
236
344
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
345
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
346
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
347
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
348
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
349
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
350
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
237
351
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
238
352
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
239
353
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -248,6 +362,12 @@ export default class StripeAccountsApi {
|
|
|
248
362
|
* @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
|
|
249
363
|
* @param {Object} opts Optional parameters
|
|
250
364
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
365
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
366
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
367
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
368
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
369
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
370
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
251
371
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
252
372
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
253
373
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -257,6 +377,12 @@ export default class StripeAccountsApi {
|
|
|
257
377
|
*/
|
|
258
378
|
createAccountSession(accountSessionInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
259
379
|
authorization?: string;
|
|
380
|
+
cacheduration?: string;
|
|
381
|
+
cachegroup?: string;
|
|
382
|
+
cachekey?: Array<string>;
|
|
383
|
+
cachescope?: any;
|
|
384
|
+
cacheuser?: string;
|
|
385
|
+
invalidationkeys?: string;
|
|
260
386
|
zeusportalPostasApp?: number;
|
|
261
387
|
zeusportalPostasOrg?: number;
|
|
262
388
|
zeusportalPostas?: number;
|
|
@@ -269,6 +395,12 @@ export default class StripeAccountsApi {
|
|
|
269
395
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
270
396
|
* @param {Object} opts Optional parameters
|
|
271
397
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
398
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
399
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
400
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
401
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
402
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
403
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
272
404
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
273
405
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
274
406
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -283,6 +415,12 @@ export default class StripeAccountsApi {
|
|
|
283
415
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
284
416
|
* @param {Object} opts Optional parameters
|
|
285
417
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
418
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
419
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
420
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
421
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
422
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
423
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
286
424
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
287
425
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
288
426
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -292,6 +430,12 @@ export default class StripeAccountsApi {
|
|
|
292
430
|
*/
|
|
293
431
|
createAndLinkStripeAccount(createStripeAccountInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
294
432
|
authorization?: string;
|
|
433
|
+
cacheduration?: string;
|
|
434
|
+
cachegroup?: string;
|
|
435
|
+
cachekey?: Array<string>;
|
|
436
|
+
cachescope?: any;
|
|
437
|
+
cacheuser?: string;
|
|
438
|
+
invalidationkeys?: string;
|
|
295
439
|
zeusportalPostasApp?: number;
|
|
296
440
|
zeusportalPostasOrg?: number;
|
|
297
441
|
zeusportalPostas?: number;
|
|
@@ -304,6 +448,12 @@ export default class StripeAccountsApi {
|
|
|
304
448
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
|
|
305
449
|
* @param {Object} opts Optional parameters
|
|
306
450
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
451
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
452
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
453
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
454
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
455
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
456
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
307
457
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
308
458
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
309
459
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -318,6 +468,12 @@ export default class StripeAccountsApi {
|
|
|
318
468
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
|
|
319
469
|
* @param {Object} opts Optional parameters
|
|
320
470
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
471
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
472
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
473
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
474
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
475
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
476
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
321
477
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
322
478
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
323
479
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -327,6 +483,12 @@ export default class StripeAccountsApi {
|
|
|
327
483
|
*/
|
|
328
484
|
createAndLinkStripeCustomerAccount(createStripeCustomerInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
329
485
|
authorization?: string;
|
|
486
|
+
cacheduration?: string;
|
|
487
|
+
cachegroup?: string;
|
|
488
|
+
cachekey?: Array<string>;
|
|
489
|
+
cachescope?: any;
|
|
490
|
+
cacheuser?: string;
|
|
491
|
+
invalidationkeys?: string;
|
|
330
492
|
zeusportalPostasApp?: number;
|
|
331
493
|
zeusportalPostasOrg?: number;
|
|
332
494
|
zeusportalPostas?: number;
|
|
@@ -340,6 +502,12 @@ export default class StripeAccountsApi {
|
|
|
340
502
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
341
503
|
* @param {Object} opts Optional parameters
|
|
342
504
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
505
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
506
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
507
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
508
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
509
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
510
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
343
511
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
344
512
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
345
513
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -355,6 +523,12 @@ export default class StripeAccountsApi {
|
|
|
355
523
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
356
524
|
* @param {Object} opts Optional parameters
|
|
357
525
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
526
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
527
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
528
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
529
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
530
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
531
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
358
532
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
359
533
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
360
534
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -364,6 +538,12 @@ export default class StripeAccountsApi {
|
|
|
364
538
|
*/
|
|
365
539
|
createApplicationStripePaymentAccount(applicationid: number, createStripeAccountInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
366
540
|
authorization?: string;
|
|
541
|
+
cacheduration?: string;
|
|
542
|
+
cachegroup?: string;
|
|
543
|
+
cachekey?: Array<string>;
|
|
544
|
+
cachescope?: any;
|
|
545
|
+
cacheuser?: string;
|
|
546
|
+
invalidationkeys?: string;
|
|
367
547
|
zeusportalPostasApp?: number;
|
|
368
548
|
zeusportalPostasOrg?: number;
|
|
369
549
|
zeusportalPostas?: number;
|
|
@@ -376,6 +556,12 @@ export default class StripeAccountsApi {
|
|
|
376
556
|
* @param {module:model/CreateOrphanStripeCustomerInput} createOrphanStripeCustomerInput Orphan customer input: name (required), optional email, optional metadata
|
|
377
557
|
* @param {Object} opts Optional parameters
|
|
378
558
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
559
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
560
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
561
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
562
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
563
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
564
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
379
565
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
380
566
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
381
567
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -390,6 +576,12 @@ export default class StripeAccountsApi {
|
|
|
390
576
|
* @param {module:model/CreateOrphanStripeCustomerInput} createOrphanStripeCustomerInput Orphan customer input: name (required), optional email, optional metadata
|
|
391
577
|
* @param {Object} opts Optional parameters
|
|
392
578
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
579
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
580
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
581
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
582
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
583
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
584
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
393
585
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
394
586
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
395
587
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -399,6 +591,12 @@ export default class StripeAccountsApi {
|
|
|
399
591
|
*/
|
|
400
592
|
createOrphanStripeCustomer(createOrphanStripeCustomerInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
401
593
|
authorization?: string;
|
|
594
|
+
cacheduration?: string;
|
|
595
|
+
cachegroup?: string;
|
|
596
|
+
cachekey?: Array<string>;
|
|
597
|
+
cachescope?: any;
|
|
598
|
+
cacheuser?: string;
|
|
599
|
+
invalidationkeys?: string;
|
|
402
600
|
zeusportalPostasApp?: number;
|
|
403
601
|
zeusportalPostasOrg?: number;
|
|
404
602
|
zeusportalPostas?: number;
|
|
@@ -412,6 +610,12 @@ export default class StripeAccountsApi {
|
|
|
412
610
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
413
611
|
* @param {Object} opts Optional parameters
|
|
414
612
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
613
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
614
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
615
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
616
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
617
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
618
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
415
619
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
416
620
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
417
621
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -427,6 +631,12 @@ export default class StripeAccountsApi {
|
|
|
427
631
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
428
632
|
* @param {Object} opts Optional parameters
|
|
429
633
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
634
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
635
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
636
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
637
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
638
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
639
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
430
640
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
431
641
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
432
642
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -436,6 +646,12 @@ export default class StripeAccountsApi {
|
|
|
436
646
|
*/
|
|
437
647
|
createSiteStripePaymentAccount(siteid: number, createStripeAccountInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
438
648
|
authorization?: string;
|
|
649
|
+
cacheduration?: string;
|
|
650
|
+
cachegroup?: string;
|
|
651
|
+
cachekey?: Array<string>;
|
|
652
|
+
cachescope?: any;
|
|
653
|
+
cacheuser?: string;
|
|
654
|
+
invalidationkeys?: string;
|
|
439
655
|
zeusportalPostasApp?: number;
|
|
440
656
|
zeusportalPostasOrg?: number;
|
|
441
657
|
zeusportalPostas?: number;
|
|
@@ -448,6 +664,12 @@ export default class StripeAccountsApi {
|
|
|
448
664
|
* @param {module:model/CheckoutSessionInput} checkoutSessionInput Contains the info to create the Checkout Session. When invoiceId is set, only invoiceId, successUrl, and cancelUrl are required; other fields are optional or ignored.
|
|
449
665
|
* @param {Object} opts Optional parameters
|
|
450
666
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
667
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
668
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
669
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
670
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
671
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
672
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
451
673
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
452
674
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
453
675
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -462,6 +684,12 @@ export default class StripeAccountsApi {
|
|
|
462
684
|
* @param {module:model/CheckoutSessionInput} checkoutSessionInput Contains the info to create the Checkout Session. When invoiceId is set, only invoiceId, successUrl, and cancelUrl are required; other fields are optional or ignored.
|
|
463
685
|
* @param {Object} opts Optional parameters
|
|
464
686
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
687
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
688
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
689
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
690
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
691
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
692
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
465
693
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
466
694
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
467
695
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -471,6 +699,12 @@ export default class StripeAccountsApi {
|
|
|
471
699
|
*/
|
|
472
700
|
createStripeCheckoutSession(checkoutSessionInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
473
701
|
authorization?: string;
|
|
702
|
+
cacheduration?: string;
|
|
703
|
+
cachegroup?: string;
|
|
704
|
+
cachekey?: Array<string>;
|
|
705
|
+
cachescope?: any;
|
|
706
|
+
cacheuser?: string;
|
|
707
|
+
invalidationkeys?: string;
|
|
474
708
|
zeusportalPostasApp?: number;
|
|
475
709
|
zeusportalPostasOrg?: number;
|
|
476
710
|
zeusportalPostas?: number;
|
|
@@ -483,6 +717,12 @@ export default class StripeAccountsApi {
|
|
|
483
717
|
* @param {module:model/InvoiceInput} invoiceInput Invoice input: customerId (graph id), lineItems (priceId + quantity), optional collectionMethod, daysUntilDue, autoFinalize, sendAfterFinalize
|
|
484
718
|
* @param {Object} opts Optional parameters
|
|
485
719
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
720
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
721
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
722
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
723
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
724
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
725
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
486
726
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
487
727
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
488
728
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -497,6 +737,12 @@ export default class StripeAccountsApi {
|
|
|
497
737
|
* @param {module:model/InvoiceInput} invoiceInput Invoice input: customerId (graph id), lineItems (priceId + quantity), optional collectionMethod, daysUntilDue, autoFinalize, sendAfterFinalize
|
|
498
738
|
* @param {Object} opts Optional parameters
|
|
499
739
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
740
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
741
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
742
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
743
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
744
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
745
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
500
746
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
501
747
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
502
748
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -506,6 +752,12 @@ export default class StripeAccountsApi {
|
|
|
506
752
|
*/
|
|
507
753
|
createStripeInvoice(invoiceInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
508
754
|
authorization?: string;
|
|
755
|
+
cacheduration?: string;
|
|
756
|
+
cachegroup?: string;
|
|
757
|
+
cachekey?: Array<string>;
|
|
758
|
+
cachescope?: any;
|
|
759
|
+
cacheuser?: string;
|
|
760
|
+
invalidationkeys?: string;
|
|
509
761
|
zeusportalPostasApp?: number;
|
|
510
762
|
zeusportalPostasOrg?: number;
|
|
511
763
|
zeusportalPostas?: number;
|
|
@@ -518,6 +770,12 @@ export default class StripeAccountsApi {
|
|
|
518
770
|
* @param {module:model/InvoiceFromPricebookInput} invoiceFromPricebookInput InvoiceFromPricebookInput: customerId or stripeCustomerId, pricebookIdOrKey (required), optional lineItems (subset). When lineItems empty, entire pricebook used.
|
|
519
771
|
* @param {Object} opts Optional parameters
|
|
520
772
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
773
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
774
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
775
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
776
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
777
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
778
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
521
779
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
522
780
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
523
781
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -532,6 +790,12 @@ export default class StripeAccountsApi {
|
|
|
532
790
|
* @param {module:model/InvoiceFromPricebookInput} invoiceFromPricebookInput InvoiceFromPricebookInput: customerId or stripeCustomerId, pricebookIdOrKey (required), optional lineItems (subset). When lineItems empty, entire pricebook used.
|
|
533
791
|
* @param {Object} opts Optional parameters
|
|
534
792
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
793
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
794
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
795
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
796
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
797
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
798
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
535
799
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
536
800
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
537
801
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -541,6 +805,12 @@ export default class StripeAccountsApi {
|
|
|
541
805
|
*/
|
|
542
806
|
createStripeInvoiceFromPricebook(invoiceFromPricebookInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
543
807
|
authorization?: string;
|
|
808
|
+
cacheduration?: string;
|
|
809
|
+
cachegroup?: string;
|
|
810
|
+
cachekey?: Array<string>;
|
|
811
|
+
cachescope?: any;
|
|
812
|
+
cacheuser?: string;
|
|
813
|
+
invalidationkeys?: string;
|
|
544
814
|
zeusportalPostasApp?: number;
|
|
545
815
|
zeusportalPostasOrg?: number;
|
|
546
816
|
zeusportalPostas?: number;
|
|
@@ -553,6 +823,12 @@ export default class StripeAccountsApi {
|
|
|
553
823
|
* @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
|
|
554
824
|
* @param {Object} opts Optional parameters
|
|
555
825
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
826
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
827
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
828
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
829
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
830
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
831
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
556
832
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
557
833
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
558
834
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -567,6 +843,12 @@ export default class StripeAccountsApi {
|
|
|
567
843
|
* @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
|
|
568
844
|
* @param {Object} opts Optional parameters
|
|
569
845
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
846
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
847
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
848
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
849
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
850
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
851
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
570
852
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
571
853
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
572
854
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -576,6 +858,12 @@ export default class StripeAccountsApi {
|
|
|
576
858
|
*/
|
|
577
859
|
createStripePaymentIntent(paymentIntentInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
578
860
|
authorization?: string;
|
|
861
|
+
cacheduration?: string;
|
|
862
|
+
cachegroup?: string;
|
|
863
|
+
cachekey?: Array<string>;
|
|
864
|
+
cachescope?: any;
|
|
865
|
+
cacheuser?: string;
|
|
866
|
+
invalidationkeys?: string;
|
|
579
867
|
zeusportalPostasApp?: number;
|
|
580
868
|
zeusportalPostasOrg?: number;
|
|
581
869
|
zeusportalPostas?: number;
|
|
@@ -588,6 +876,12 @@ export default class StripeAccountsApi {
|
|
|
588
876
|
* @param {module:model/PriceInput} priceInput Contains the info to create the price
|
|
589
877
|
* @param {Object} opts Optional parameters
|
|
590
878
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
879
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
880
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
881
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
882
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
883
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
884
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
591
885
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
592
886
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
593
887
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -602,6 +896,12 @@ export default class StripeAccountsApi {
|
|
|
602
896
|
* @param {module:model/PriceInput} priceInput Contains the info to create the price
|
|
603
897
|
* @param {Object} opts Optional parameters
|
|
604
898
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
899
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
900
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
901
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
902
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
903
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
904
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
605
905
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
606
906
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
607
907
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -611,6 +911,12 @@ export default class StripeAccountsApi {
|
|
|
611
911
|
*/
|
|
612
912
|
createStripePrice(priceInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
613
913
|
authorization?: string;
|
|
914
|
+
cacheduration?: string;
|
|
915
|
+
cachegroup?: string;
|
|
916
|
+
cachekey?: Array<string>;
|
|
917
|
+
cachescope?: any;
|
|
918
|
+
cacheuser?: string;
|
|
919
|
+
invalidationkeys?: string;
|
|
614
920
|
zeusportalPostasApp?: number;
|
|
615
921
|
zeusportalPostasOrg?: number;
|
|
616
922
|
zeusportalPostas?: number;
|
|
@@ -623,6 +929,12 @@ export default class StripeAccountsApi {
|
|
|
623
929
|
* @param {module:model/PricebookInput} pricebookInput Contains the info to create the pricebook
|
|
624
930
|
* @param {Object} opts Optional parameters
|
|
625
931
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
932
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
933
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
934
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
935
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
936
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
937
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
626
938
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
627
939
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
628
940
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -637,6 +949,12 @@ export default class StripeAccountsApi {
|
|
|
637
949
|
* @param {module:model/PricebookInput} pricebookInput Contains the info to create the pricebook
|
|
638
950
|
* @param {Object} opts Optional parameters
|
|
639
951
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
952
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
953
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
954
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
955
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
956
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
957
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
640
958
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
641
959
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
642
960
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -646,6 +964,12 @@ export default class StripeAccountsApi {
|
|
|
646
964
|
*/
|
|
647
965
|
createStripePricebook(pricebookInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
648
966
|
authorization?: string;
|
|
967
|
+
cacheduration?: string;
|
|
968
|
+
cachegroup?: string;
|
|
969
|
+
cachekey?: Array<string>;
|
|
970
|
+
cachescope?: any;
|
|
971
|
+
cacheuser?: string;
|
|
972
|
+
invalidationkeys?: string;
|
|
649
973
|
zeusportalPostasApp?: number;
|
|
650
974
|
zeusportalPostasOrg?: number;
|
|
651
975
|
zeusportalPostas?: number;
|
|
@@ -658,6 +982,12 @@ export default class StripeAccountsApi {
|
|
|
658
982
|
* @param {module:model/ProductInput} productInput Contains the info to create the product
|
|
659
983
|
* @param {Object} opts Optional parameters
|
|
660
984
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
985
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
986
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
987
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
988
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
989
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
990
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
661
991
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
662
992
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
663
993
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -672,6 +1002,12 @@ export default class StripeAccountsApi {
|
|
|
672
1002
|
* @param {module:model/ProductInput} productInput Contains the info to create the product
|
|
673
1003
|
* @param {Object} opts Optional parameters
|
|
674
1004
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1005
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1006
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1007
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1008
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1009
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1010
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
675
1011
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
676
1012
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
677
1013
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -681,6 +1017,12 @@ export default class StripeAccountsApi {
|
|
|
681
1017
|
*/
|
|
682
1018
|
createStripeProduct(productInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
683
1019
|
authorization?: string;
|
|
1020
|
+
cacheduration?: string;
|
|
1021
|
+
cachegroup?: string;
|
|
1022
|
+
cachekey?: Array<string>;
|
|
1023
|
+
cachescope?: any;
|
|
1024
|
+
cacheuser?: string;
|
|
1025
|
+
invalidationkeys?: string;
|
|
684
1026
|
zeusportalPostasApp?: number;
|
|
685
1027
|
zeusportalPostasOrg?: number;
|
|
686
1028
|
zeusportalPostas?: number;
|
|
@@ -693,6 +1035,12 @@ export default class StripeAccountsApi {
|
|
|
693
1035
|
* @param {module:model/ProductCategoryInput} productCategoryInput Contains the info to create the category
|
|
694
1036
|
* @param {Object} opts Optional parameters
|
|
695
1037
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1038
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1039
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1040
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1041
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1042
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1043
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
696
1044
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
697
1045
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
698
1046
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -707,6 +1055,12 @@ export default class StripeAccountsApi {
|
|
|
707
1055
|
* @param {module:model/ProductCategoryInput} productCategoryInput Contains the info to create the category
|
|
708
1056
|
* @param {Object} opts Optional parameters
|
|
709
1057
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1058
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1059
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1060
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1061
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1062
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1063
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
710
1064
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
711
1065
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
712
1066
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -716,6 +1070,12 @@ export default class StripeAccountsApi {
|
|
|
716
1070
|
*/
|
|
717
1071
|
createStripeProductCategory(productCategoryInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
718
1072
|
authorization?: string;
|
|
1073
|
+
cacheduration?: string;
|
|
1074
|
+
cachegroup?: string;
|
|
1075
|
+
cachekey?: Array<string>;
|
|
1076
|
+
cachescope?: any;
|
|
1077
|
+
cacheuser?: string;
|
|
1078
|
+
invalidationkeys?: string;
|
|
719
1079
|
zeusportalPostasApp?: number;
|
|
720
1080
|
zeusportalPostasOrg?: number;
|
|
721
1081
|
zeusportalPostas?: number;
|
|
@@ -728,6 +1088,12 @@ export default class StripeAccountsApi {
|
|
|
728
1088
|
* @param {module:model/SubscriptionInput} subscriptionInput Contains the info to create the subscription
|
|
729
1089
|
* @param {Object} opts Optional parameters
|
|
730
1090
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1091
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1092
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1093
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1094
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1095
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1096
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
731
1097
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
732
1098
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
733
1099
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -742,6 +1108,12 @@ export default class StripeAccountsApi {
|
|
|
742
1108
|
* @param {module:model/SubscriptionInput} subscriptionInput Contains the info to create the subscription
|
|
743
1109
|
* @param {Object} opts Optional parameters
|
|
744
1110
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1111
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1112
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1113
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1114
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1115
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1116
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
745
1117
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
746
1118
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
747
1119
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -751,6 +1123,12 @@ export default class StripeAccountsApi {
|
|
|
751
1123
|
*/
|
|
752
1124
|
createStripeSubscription(subscriptionInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
753
1125
|
authorization?: string;
|
|
1126
|
+
cacheduration?: string;
|
|
1127
|
+
cachegroup?: string;
|
|
1128
|
+
cachekey?: Array<string>;
|
|
1129
|
+
cachescope?: any;
|
|
1130
|
+
cacheuser?: string;
|
|
1131
|
+
invalidationkeys?: string;
|
|
754
1132
|
zeusportalPostasApp?: number;
|
|
755
1133
|
zeusportalPostasOrg?: number;
|
|
756
1134
|
zeusportalPostas?: number;
|
|
@@ -760,6 +1138,12 @@ export default class StripeAccountsApi {
|
|
|
760
1138
|
/**
|
|
761
1139
|
* @param {Object} opts Optional parameters
|
|
762
1140
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1141
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1142
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1143
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1144
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1145
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1146
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
763
1147
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
764
1148
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
765
1149
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -771,6 +1155,12 @@ export default class StripeAccountsApi {
|
|
|
771
1155
|
/**
|
|
772
1156
|
* @param {Object} opts Optional parameters
|
|
773
1157
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1158
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1159
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1160
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1161
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1162
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1163
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
774
1164
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
775
1165
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
776
1166
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -780,6 +1170,12 @@ export default class StripeAccountsApi {
|
|
|
780
1170
|
*/
|
|
781
1171
|
deleteStripeAccount(opts?: { [key: string]: any; [key: string]: any;
|
|
782
1172
|
authorization?: string;
|
|
1173
|
+
cacheduration?: string;
|
|
1174
|
+
cachegroup?: string;
|
|
1175
|
+
cachekey?: Array<string>;
|
|
1176
|
+
cachescope?: any;
|
|
1177
|
+
cacheuser?: string;
|
|
1178
|
+
invalidationkeys?: string;
|
|
783
1179
|
zeusportalPostasApp?: number;
|
|
784
1180
|
zeusportalPostasOrg?: number;
|
|
785
1181
|
zeusportalPostas?: number;
|
|
@@ -790,6 +1186,12 @@ export default class StripeAccountsApi {
|
|
|
790
1186
|
* @param {Number} accountID The id of the account to delete
|
|
791
1187
|
* @param {Object} opts Optional parameters
|
|
792
1188
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1189
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1190
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1191
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1192
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1193
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1194
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
793
1195
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
794
1196
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
795
1197
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -802,6 +1204,12 @@ export default class StripeAccountsApi {
|
|
|
802
1204
|
* @param {Number} accountID The id of the account to delete
|
|
803
1205
|
* @param {Object} opts Optional parameters
|
|
804
1206
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1207
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1208
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1209
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1210
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1211
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1212
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
805
1213
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
806
1214
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
807
1215
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -811,6 +1219,12 @@ export default class StripeAccountsApi {
|
|
|
811
1219
|
*/
|
|
812
1220
|
deleteStripeAccountWithId(accountID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
813
1221
|
authorization?: string;
|
|
1222
|
+
cacheduration?: string;
|
|
1223
|
+
cachegroup?: string;
|
|
1224
|
+
cachekey?: Array<string>;
|
|
1225
|
+
cachescope?: any;
|
|
1226
|
+
cacheuser?: string;
|
|
1227
|
+
invalidationkeys?: string;
|
|
814
1228
|
zeusportalPostasApp?: number;
|
|
815
1229
|
zeusportalPostasOrg?: number;
|
|
816
1230
|
zeusportalPostas?: number;
|
|
@@ -823,6 +1237,12 @@ export default class StripeAccountsApi {
|
|
|
823
1237
|
* @param {String} paymentMethodID The id of the payment method to delete
|
|
824
1238
|
* @param {Object} opts Optional parameters
|
|
825
1239
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1240
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1241
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1242
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1243
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1244
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1245
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
826
1246
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
827
1247
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
828
1248
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -837,6 +1257,12 @@ export default class StripeAccountsApi {
|
|
|
837
1257
|
* @param {String} paymentMethodID The id of the payment method to delete
|
|
838
1258
|
* @param {Object} opts Optional parameters
|
|
839
1259
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1260
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1261
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1262
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1263
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1264
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1265
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
840
1266
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
841
1267
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
842
1268
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -846,6 +1272,12 @@ export default class StripeAccountsApi {
|
|
|
846
1272
|
*/
|
|
847
1273
|
deleteStripePaymentMethod(paymentMethodID: string, opts?: { [key: string]: any; [key: string]: any;
|
|
848
1274
|
authorization?: string;
|
|
1275
|
+
cacheduration?: string;
|
|
1276
|
+
cachegroup?: string;
|
|
1277
|
+
cachekey?: Array<string>;
|
|
1278
|
+
cachescope?: any;
|
|
1279
|
+
cacheuser?: string;
|
|
1280
|
+
invalidationkeys?: string;
|
|
849
1281
|
zeusportalPostasApp?: number;
|
|
850
1282
|
zeusportalPostasOrg?: number;
|
|
851
1283
|
zeusportalPostas?: number;
|
|
@@ -858,6 +1290,12 @@ export default class StripeAccountsApi {
|
|
|
858
1290
|
* @param {String} priceId The price ID
|
|
859
1291
|
* @param {Object} opts Optional parameters
|
|
860
1292
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1293
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1294
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1295
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1296
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1297
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1298
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
861
1299
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
862
1300
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
863
1301
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -872,6 +1310,12 @@ export default class StripeAccountsApi {
|
|
|
872
1310
|
* @param {String} priceId The price ID
|
|
873
1311
|
* @param {Object} opts Optional parameters
|
|
874
1312
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1313
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1314
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1315
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1316
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1317
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1318
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
875
1319
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
876
1320
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
877
1321
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -881,6 +1325,12 @@ export default class StripeAccountsApi {
|
|
|
881
1325
|
*/
|
|
882
1326
|
deleteStripePrice(priceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
883
1327
|
authorization?: string;
|
|
1328
|
+
cacheduration?: string;
|
|
1329
|
+
cachegroup?: string;
|
|
1330
|
+
cachekey?: Array<string>;
|
|
1331
|
+
cachescope?: any;
|
|
1332
|
+
cacheuser?: string;
|
|
1333
|
+
invalidationkeys?: string;
|
|
884
1334
|
zeusportalPostasApp?: number;
|
|
885
1335
|
zeusportalPostasOrg?: number;
|
|
886
1336
|
zeusportalPostas?: number;
|
|
@@ -893,6 +1343,12 @@ export default class StripeAccountsApi {
|
|
|
893
1343
|
* @param {Number} id The pricebook ID
|
|
894
1344
|
* @param {Object} opts Optional parameters
|
|
895
1345
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1346
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1347
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1348
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1349
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1350
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1351
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
896
1352
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
897
1353
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
898
1354
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -907,6 +1363,12 @@ export default class StripeAccountsApi {
|
|
|
907
1363
|
* @param {Number} id The pricebook ID
|
|
908
1364
|
* @param {Object} opts Optional parameters
|
|
909
1365
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1366
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1367
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1368
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1369
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1370
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1371
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
910
1372
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
911
1373
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
912
1374
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -916,6 +1378,12 @@ export default class StripeAccountsApi {
|
|
|
916
1378
|
*/
|
|
917
1379
|
deleteStripePricebook(id: number, opts?: { [key: string]: any; [key: string]: any;
|
|
918
1380
|
authorization?: string;
|
|
1381
|
+
cacheduration?: string;
|
|
1382
|
+
cachegroup?: string;
|
|
1383
|
+
cachekey?: Array<string>;
|
|
1384
|
+
cachescope?: any;
|
|
1385
|
+
cacheuser?: string;
|
|
1386
|
+
invalidationkeys?: string;
|
|
919
1387
|
zeusportalPostasApp?: number;
|
|
920
1388
|
zeusportalPostasOrg?: number;
|
|
921
1389
|
zeusportalPostas?: number;
|
|
@@ -928,6 +1396,12 @@ export default class StripeAccountsApi {
|
|
|
928
1396
|
* @param {String} productId The product ID
|
|
929
1397
|
* @param {Object} opts Optional parameters
|
|
930
1398
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1399
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1400
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1401
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1402
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1403
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1404
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
931
1405
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
932
1406
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
933
1407
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -942,6 +1416,12 @@ export default class StripeAccountsApi {
|
|
|
942
1416
|
* @param {String} productId The product ID
|
|
943
1417
|
* @param {Object} opts Optional parameters
|
|
944
1418
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1419
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1420
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1421
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1422
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1423
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1424
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
945
1425
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
946
1426
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
947
1427
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -951,6 +1431,12 @@ export default class StripeAccountsApi {
|
|
|
951
1431
|
*/
|
|
952
1432
|
deleteStripeProduct(productId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
953
1433
|
authorization?: string;
|
|
1434
|
+
cacheduration?: string;
|
|
1435
|
+
cachegroup?: string;
|
|
1436
|
+
cachekey?: Array<string>;
|
|
1437
|
+
cachescope?: any;
|
|
1438
|
+
cacheuser?: string;
|
|
1439
|
+
invalidationkeys?: string;
|
|
954
1440
|
zeusportalPostasApp?: number;
|
|
955
1441
|
zeusportalPostasOrg?: number;
|
|
956
1442
|
zeusportalPostas?: number;
|
|
@@ -963,6 +1449,12 @@ export default class StripeAccountsApi {
|
|
|
963
1449
|
* @param {Number} categoryId The category ID
|
|
964
1450
|
* @param {Object} opts Optional parameters
|
|
965
1451
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1452
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1453
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1454
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1455
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1456
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1457
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
966
1458
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
967
1459
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
968
1460
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -977,6 +1469,12 @@ export default class StripeAccountsApi {
|
|
|
977
1469
|
* @param {Number} categoryId The category ID
|
|
978
1470
|
* @param {Object} opts Optional parameters
|
|
979
1471
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1472
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1473
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1474
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1475
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1476
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1477
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
980
1478
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
981
1479
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
982
1480
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -986,6 +1484,12 @@ export default class StripeAccountsApi {
|
|
|
986
1484
|
*/
|
|
987
1485
|
deleteStripeProductCategory(categoryId: number, opts?: { [key: string]: any; [key: string]: any;
|
|
988
1486
|
authorization?: string;
|
|
1487
|
+
cacheduration?: string;
|
|
1488
|
+
cachegroup?: string;
|
|
1489
|
+
cachekey?: Array<string>;
|
|
1490
|
+
cachescope?: any;
|
|
1491
|
+
cacheuser?: string;
|
|
1492
|
+
invalidationkeys?: string;
|
|
989
1493
|
zeusportalPostasApp?: number;
|
|
990
1494
|
zeusportalPostasOrg?: number;
|
|
991
1495
|
zeusportalPostas?: number;
|
|
@@ -998,6 +1502,12 @@ export default class StripeAccountsApi {
|
|
|
998
1502
|
* @param {String} invoiceId Stripe invoice ID
|
|
999
1503
|
* @param {Object} opts Optional parameters
|
|
1000
1504
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1505
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1506
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1507
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1508
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1509
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1510
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1001
1511
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1002
1512
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1003
1513
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1012,6 +1522,12 @@ export default class StripeAccountsApi {
|
|
|
1012
1522
|
* @param {String} invoiceId Stripe invoice ID
|
|
1013
1523
|
* @param {Object} opts Optional parameters
|
|
1014
1524
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1525
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1526
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1527
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1528
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1529
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1530
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1015
1531
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1016
1532
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1017
1533
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1021,6 +1537,12 @@ export default class StripeAccountsApi {
|
|
|
1021
1537
|
*/
|
|
1022
1538
|
finalizeStripeInvoice(invoiceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1023
1539
|
authorization?: string;
|
|
1540
|
+
cacheduration?: string;
|
|
1541
|
+
cachegroup?: string;
|
|
1542
|
+
cachekey?: Array<string>;
|
|
1543
|
+
cachescope?: any;
|
|
1544
|
+
cacheuser?: string;
|
|
1545
|
+
invalidationkeys?: string;
|
|
1024
1546
|
zeusportalPostasApp?: number;
|
|
1025
1547
|
zeusportalPostasOrg?: number;
|
|
1026
1548
|
zeusportalPostas?: number;
|
|
@@ -1031,6 +1553,12 @@ export default class StripeAccountsApi {
|
|
|
1031
1553
|
* Root for the API
|
|
1032
1554
|
* @param {Object} opts Optional parameters
|
|
1033
1555
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1556
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1557
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1558
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1559
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1560
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1561
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1034
1562
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1035
1563
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1036
1564
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1043,6 +1571,12 @@ export default class StripeAccountsApi {
|
|
|
1043
1571
|
* Root for the API
|
|
1044
1572
|
* @param {Object} opts Optional parameters
|
|
1045
1573
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1574
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1575
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1576
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1577
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1578
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1579
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1046
1580
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1047
1581
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1048
1582
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1052,6 +1586,12 @@ export default class StripeAccountsApi {
|
|
|
1052
1586
|
*/
|
|
1053
1587
|
get6(opts?: { [key: string]: any; [key: string]: any;
|
|
1054
1588
|
authorization?: string;
|
|
1589
|
+
cacheduration?: string;
|
|
1590
|
+
cachegroup?: string;
|
|
1591
|
+
cachekey?: Array<string>;
|
|
1592
|
+
cachescope?: any;
|
|
1593
|
+
cacheuser?: string;
|
|
1594
|
+
invalidationkeys?: string;
|
|
1055
1595
|
zeusportalPostasApp?: number;
|
|
1056
1596
|
zeusportalPostasOrg?: number;
|
|
1057
1597
|
zeusportalPostas?: number;
|
|
@@ -1063,6 +1603,12 @@ export default class StripeAccountsApi {
|
|
|
1063
1603
|
* @param {Number} id
|
|
1064
1604
|
* @param {Object} opts Optional parameters
|
|
1065
1605
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1606
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1607
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1608
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1609
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1610
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1611
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1066
1612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1067
1613
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1068
1614
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1076,6 +1622,12 @@ export default class StripeAccountsApi {
|
|
|
1076
1622
|
* @param {Number} id
|
|
1077
1623
|
* @param {Object} opts Optional parameters
|
|
1078
1624
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1625
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1626
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1627
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1628
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1629
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1630
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1079
1631
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1080
1632
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1081
1633
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1085,6 +1637,12 @@ export default class StripeAccountsApi {
|
|
|
1085
1637
|
*/
|
|
1086
1638
|
get7(id: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1087
1639
|
authorization?: string;
|
|
1640
|
+
cacheduration?: string;
|
|
1641
|
+
cachegroup?: string;
|
|
1642
|
+
cachekey?: Array<string>;
|
|
1643
|
+
cachescope?: any;
|
|
1644
|
+
cacheuser?: string;
|
|
1645
|
+
invalidationkeys?: string;
|
|
1088
1646
|
zeusportalPostasApp?: number;
|
|
1089
1647
|
zeusportalPostasOrg?: number;
|
|
1090
1648
|
zeusportalPostas?: number;
|
|
@@ -1097,6 +1655,12 @@ export default class StripeAccountsApi {
|
|
|
1097
1655
|
* @param {Number} applicationid
|
|
1098
1656
|
* @param {Object} opts Optional parameters
|
|
1099
1657
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1658
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1659
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1660
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1661
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1662
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1663
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1100
1664
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1101
1665
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1102
1666
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1111,6 +1675,12 @@ export default class StripeAccountsApi {
|
|
|
1111
1675
|
* @param {Number} applicationid
|
|
1112
1676
|
* @param {Object} opts Optional parameters
|
|
1113
1677
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1678
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1679
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1680
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1681
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1682
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1683
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1114
1684
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1115
1685
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1116
1686
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1120,6 +1690,12 @@ export default class StripeAccountsApi {
|
|
|
1120
1690
|
*/
|
|
1121
1691
|
getApplicationStripePaymentAccount(applicationid: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1122
1692
|
authorization?: string;
|
|
1693
|
+
cacheduration?: string;
|
|
1694
|
+
cachegroup?: string;
|
|
1695
|
+
cachekey?: Array<string>;
|
|
1696
|
+
cachescope?: any;
|
|
1697
|
+
cacheuser?: string;
|
|
1698
|
+
invalidationkeys?: string;
|
|
1123
1699
|
zeusportalPostasApp?: number;
|
|
1124
1700
|
zeusportalPostasOrg?: number;
|
|
1125
1701
|
zeusportalPostas?: number;
|
|
@@ -1132,6 +1708,12 @@ export default class StripeAccountsApi {
|
|
|
1132
1708
|
* @param {Number} customerID The id of the customer
|
|
1133
1709
|
* @param {Object} opts Optional parameters
|
|
1134
1710
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1711
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1712
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1713
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1714
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1715
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1716
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1135
1717
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1136
1718
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1137
1719
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1146,6 +1728,12 @@ export default class StripeAccountsApi {
|
|
|
1146
1728
|
* @param {Number} customerID The id of the customer
|
|
1147
1729
|
* @param {Object} opts Optional parameters
|
|
1148
1730
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1731
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1732
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1733
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1734
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1735
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1736
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1149
1737
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1150
1738
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1151
1739
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1155,6 +1743,12 @@ export default class StripeAccountsApi {
|
|
|
1155
1743
|
*/
|
|
1156
1744
|
getDefaultCustomerStripePaymentMethod(customerID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1157
1745
|
authorization?: string;
|
|
1746
|
+
cacheduration?: string;
|
|
1747
|
+
cachegroup?: string;
|
|
1748
|
+
cachekey?: Array<string>;
|
|
1749
|
+
cachescope?: any;
|
|
1750
|
+
cacheuser?: string;
|
|
1751
|
+
invalidationkeys?: string;
|
|
1158
1752
|
zeusportalPostasApp?: number;
|
|
1159
1753
|
zeusportalPostasOrg?: number;
|
|
1160
1754
|
zeusportalPostas?: number;
|
|
@@ -1166,6 +1760,12 @@ export default class StripeAccountsApi {
|
|
|
1166
1760
|
* Retrieves the default payment for the customer stored in stripe
|
|
1167
1761
|
* @param {Object} opts Optional parameters
|
|
1168
1762
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1763
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1764
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1765
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1766
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1767
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1768
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1169
1769
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1170
1770
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1171
1771
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1179,6 +1779,12 @@ export default class StripeAccountsApi {
|
|
|
1179
1779
|
* Retrieves the default payment for the customer stored in stripe
|
|
1180
1780
|
* @param {Object} opts Optional parameters
|
|
1181
1781
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1782
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1783
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1784
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1785
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1786
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1787
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1182
1788
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1183
1789
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1184
1790
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1188,6 +1794,12 @@ export default class StripeAccountsApi {
|
|
|
1188
1794
|
*/
|
|
1189
1795
|
getDefaultStripePaymentMethod(opts?: { [key: string]: any; [key: string]: any;
|
|
1190
1796
|
authorization?: string;
|
|
1797
|
+
cacheduration?: string;
|
|
1798
|
+
cachegroup?: string;
|
|
1799
|
+
cachekey?: Array<string>;
|
|
1800
|
+
cachescope?: any;
|
|
1801
|
+
cacheuser?: string;
|
|
1802
|
+
invalidationkeys?: string;
|
|
1191
1803
|
zeusportalPostasApp?: number;
|
|
1192
1804
|
zeusportalPostasOrg?: number;
|
|
1193
1805
|
zeusportalPostas?: number;
|
|
@@ -1200,6 +1812,12 @@ export default class StripeAccountsApi {
|
|
|
1200
1812
|
* @param {Number} siteid
|
|
1201
1813
|
* @param {Object} opts Optional parameters
|
|
1202
1814
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1815
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1816
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1817
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1818
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1819
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1820
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1203
1821
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1204
1822
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1205
1823
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1214,6 +1832,12 @@ export default class StripeAccountsApi {
|
|
|
1214
1832
|
* @param {Number} siteid
|
|
1215
1833
|
* @param {Object} opts Optional parameters
|
|
1216
1834
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1835
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1836
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1837
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1838
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1839
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1840
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1217
1841
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1218
1842
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1219
1843
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1223,6 +1847,12 @@ export default class StripeAccountsApi {
|
|
|
1223
1847
|
*/
|
|
1224
1848
|
getSiteStripePaymentAccount(siteid: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1225
1849
|
authorization?: string;
|
|
1850
|
+
cacheduration?: string;
|
|
1851
|
+
cachegroup?: string;
|
|
1852
|
+
cachekey?: Array<string>;
|
|
1853
|
+
cachescope?: any;
|
|
1854
|
+
cacheuser?: string;
|
|
1855
|
+
invalidationkeys?: string;
|
|
1226
1856
|
zeusportalPostasApp?: number;
|
|
1227
1857
|
zeusportalPostasOrg?: number;
|
|
1228
1858
|
zeusportalPostas?: number;
|
|
@@ -1234,6 +1864,12 @@ export default class StripeAccountsApi {
|
|
|
1234
1864
|
* Retrieves the Stripe Customer Account
|
|
1235
1865
|
* @param {Object} opts Optional parameters
|
|
1236
1866
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1867
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1868
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1869
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1870
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1871
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1872
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1237
1873
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1238
1874
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1239
1875
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1247,6 +1883,12 @@ export default class StripeAccountsApi {
|
|
|
1247
1883
|
* Retrieves the Stripe Customer Account
|
|
1248
1884
|
* @param {Object} opts Optional parameters
|
|
1249
1885
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1886
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1887
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1888
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1889
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1890
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1891
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1250
1892
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1251
1893
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1252
1894
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1256,6 +1898,12 @@ export default class StripeAccountsApi {
|
|
|
1256
1898
|
*/
|
|
1257
1899
|
getStripeAccount(opts?: { [key: string]: any; [key: string]: any;
|
|
1258
1900
|
authorization?: string;
|
|
1901
|
+
cacheduration?: string;
|
|
1902
|
+
cachegroup?: string;
|
|
1903
|
+
cachekey?: Array<string>;
|
|
1904
|
+
cachescope?: any;
|
|
1905
|
+
cacheuser?: string;
|
|
1906
|
+
invalidationkeys?: string;
|
|
1259
1907
|
zeusportalPostasApp?: number;
|
|
1260
1908
|
zeusportalPostasOrg?: number;
|
|
1261
1909
|
zeusportalPostas?: number;
|
|
@@ -1268,6 +1916,12 @@ export default class StripeAccountsApi {
|
|
|
1268
1916
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
1269
1917
|
* @param {Object} opts Optional parameters
|
|
1270
1918
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1919
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1920
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1921
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1922
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1923
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1924
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1271
1925
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1272
1926
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1273
1927
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1282,6 +1936,12 @@ export default class StripeAccountsApi {
|
|
|
1282
1936
|
* @param {Number} accountID The id of the account we are getting the balance for
|
|
1283
1937
|
* @param {Object} opts Optional parameters
|
|
1284
1938
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1939
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1940
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1941
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1942
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1943
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1944
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1285
1945
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1286
1946
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1287
1947
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1291,6 +1951,12 @@ export default class StripeAccountsApi {
|
|
|
1291
1951
|
*/
|
|
1292
1952
|
getStripeAccountBalance(accountID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1293
1953
|
authorization?: string;
|
|
1954
|
+
cacheduration?: string;
|
|
1955
|
+
cachegroup?: string;
|
|
1956
|
+
cachekey?: Array<string>;
|
|
1957
|
+
cachescope?: any;
|
|
1958
|
+
cacheuser?: string;
|
|
1959
|
+
invalidationkeys?: string;
|
|
1294
1960
|
zeusportalPostasApp?: number;
|
|
1295
1961
|
zeusportalPostasOrg?: number;
|
|
1296
1962
|
zeusportalPostas?: number;
|
|
@@ -1302,6 +1968,12 @@ export default class StripeAccountsApi {
|
|
|
1302
1968
|
* Returns the publishable API key for Stripe
|
|
1303
1969
|
* @param {Object} opts Optional parameters
|
|
1304
1970
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1971
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1972
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
1973
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1974
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
1975
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
1976
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1305
1977
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1306
1978
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1307
1979
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1315,6 +1987,12 @@ export default class StripeAccountsApi {
|
|
|
1315
1987
|
* Returns the publishable API key for Stripe
|
|
1316
1988
|
* @param {Object} opts Optional parameters
|
|
1317
1989
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
1990
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
1991
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
1992
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
1993
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
1994
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
1995
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1318
1996
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1319
1997
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1320
1998
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1324,6 +2002,12 @@ export default class StripeAccountsApi {
|
|
|
1324
2002
|
*/
|
|
1325
2003
|
getStripeApiKey(opts?: { [key: string]: any; [key: string]: any;
|
|
1326
2004
|
authorization?: string;
|
|
2005
|
+
cacheduration?: string;
|
|
2006
|
+
cachegroup?: string;
|
|
2007
|
+
cachekey?: Array<string>;
|
|
2008
|
+
cachescope?: any;
|
|
2009
|
+
cacheuser?: string;
|
|
2010
|
+
invalidationkeys?: string;
|
|
1327
2011
|
zeusportalPostasApp?: number;
|
|
1328
2012
|
zeusportalPostasOrg?: number;
|
|
1329
2013
|
zeusportalPostas?: number;
|
|
@@ -1335,6 +2019,12 @@ export default class StripeAccountsApi {
|
|
|
1335
2019
|
* Gets the balance of the logged in user
|
|
1336
2020
|
* @param {Object} opts Optional parameters
|
|
1337
2021
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2022
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2023
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2024
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2025
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2026
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2027
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1338
2028
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1339
2029
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1340
2030
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1348,6 +2038,12 @@ export default class StripeAccountsApi {
|
|
|
1348
2038
|
* Gets the balance of the logged in user
|
|
1349
2039
|
* @param {Object} opts Optional parameters
|
|
1350
2040
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2041
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2042
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2043
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2044
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2045
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2046
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1351
2047
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1352
2048
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1353
2049
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1357,6 +2053,12 @@ export default class StripeAccountsApi {
|
|
|
1357
2053
|
*/
|
|
1358
2054
|
getStripeBalance(opts?: { [key: string]: any; [key: string]: any;
|
|
1359
2055
|
authorization?: string;
|
|
2056
|
+
cacheduration?: string;
|
|
2057
|
+
cachegroup?: string;
|
|
2058
|
+
cachekey?: Array<string>;
|
|
2059
|
+
cachescope?: any;
|
|
2060
|
+
cacheuser?: string;
|
|
2061
|
+
invalidationkeys?: string;
|
|
1360
2062
|
zeusportalPostasApp?: number;
|
|
1361
2063
|
zeusportalPostasOrg?: number;
|
|
1362
2064
|
zeusportalPostas?: number;
|
|
@@ -1369,6 +2071,12 @@ export default class StripeAccountsApi {
|
|
|
1369
2071
|
* @param {String} sessionId The checkout session ID
|
|
1370
2072
|
* @param {Object} opts Optional parameters
|
|
1371
2073
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2074
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2075
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2076
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2077
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2078
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2079
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1372
2080
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1373
2081
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1374
2082
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1383,6 +2091,12 @@ export default class StripeAccountsApi {
|
|
|
1383
2091
|
* @param {String} sessionId The checkout session ID
|
|
1384
2092
|
* @param {Object} opts Optional parameters
|
|
1385
2093
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2094
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2095
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2096
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2097
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2098
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2099
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1386
2100
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1387
2101
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1388
2102
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1392,6 +2106,12 @@ export default class StripeAccountsApi {
|
|
|
1392
2106
|
*/
|
|
1393
2107
|
getStripeCheckoutSession(sessionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1394
2108
|
authorization?: string;
|
|
2109
|
+
cacheduration?: string;
|
|
2110
|
+
cachegroup?: string;
|
|
2111
|
+
cachekey?: Array<string>;
|
|
2112
|
+
cachescope?: any;
|
|
2113
|
+
cacheuser?: string;
|
|
2114
|
+
invalidationkeys?: string;
|
|
1395
2115
|
zeusportalPostasApp?: number;
|
|
1396
2116
|
zeusportalPostasOrg?: number;
|
|
1397
2117
|
zeusportalPostas?: number;
|
|
@@ -1404,6 +2124,12 @@ export default class StripeAccountsApi {
|
|
|
1404
2124
|
* @param {String} sessionId The checkout session ID
|
|
1405
2125
|
* @param {Object} opts Optional parameters
|
|
1406
2126
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2127
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2128
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2129
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2130
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2131
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2132
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1407
2133
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1408
2134
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1409
2135
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1418,6 +2144,12 @@ export default class StripeAccountsApi {
|
|
|
1418
2144
|
* @param {String} sessionId The checkout session ID
|
|
1419
2145
|
* @param {Object} opts Optional parameters
|
|
1420
2146
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2147
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2148
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2149
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2150
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2151
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2152
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1421
2153
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1422
2154
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1423
2155
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1427,6 +2159,12 @@ export default class StripeAccountsApi {
|
|
|
1427
2159
|
*/
|
|
1428
2160
|
getStripeCheckoutSessionPayment(sessionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1429
2161
|
authorization?: string;
|
|
2162
|
+
cacheduration?: string;
|
|
2163
|
+
cachegroup?: string;
|
|
2164
|
+
cachekey?: Array<string>;
|
|
2165
|
+
cachescope?: any;
|
|
2166
|
+
cacheuser?: string;
|
|
2167
|
+
invalidationkeys?: string;
|
|
1430
2168
|
zeusportalPostasApp?: number;
|
|
1431
2169
|
zeusportalPostasOrg?: number;
|
|
1432
2170
|
zeusportalPostas?: number;
|
|
@@ -1438,6 +2176,12 @@ export default class StripeAccountsApi {
|
|
|
1438
2176
|
* Retrieves the Stripe Customer Account
|
|
1439
2177
|
* @param {Object} opts Optional parameters
|
|
1440
2178
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2179
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2180
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2181
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2182
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2183
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2184
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1441
2185
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1442
2186
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1443
2187
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1451,6 +2195,12 @@ export default class StripeAccountsApi {
|
|
|
1451
2195
|
* Retrieves the Stripe Customer Account
|
|
1452
2196
|
* @param {Object} opts Optional parameters
|
|
1453
2197
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2198
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2199
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2200
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2201
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2202
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2203
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1454
2204
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1455
2205
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1456
2206
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1460,6 +2210,12 @@ export default class StripeAccountsApi {
|
|
|
1460
2210
|
*/
|
|
1461
2211
|
getStripeCustomerAccount(opts?: { [key: string]: any; [key: string]: any;
|
|
1462
2212
|
authorization?: string;
|
|
2213
|
+
cacheduration?: string;
|
|
2214
|
+
cachegroup?: string;
|
|
2215
|
+
cachekey?: Array<string>;
|
|
2216
|
+
cachescope?: any;
|
|
2217
|
+
cacheuser?: string;
|
|
2218
|
+
invalidationkeys?: string;
|
|
1463
2219
|
zeusportalPostasApp?: number;
|
|
1464
2220
|
zeusportalPostasOrg?: number;
|
|
1465
2221
|
zeusportalPostas?: number;
|
|
@@ -1472,6 +2228,12 @@ export default class StripeAccountsApi {
|
|
|
1472
2228
|
* @param {Number} customerID The customerid to update
|
|
1473
2229
|
* @param {Object} opts Optional parameters
|
|
1474
2230
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2231
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2232
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2233
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2234
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2235
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2236
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1475
2237
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1476
2238
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1477
2239
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1486,6 +2248,12 @@ export default class StripeAccountsApi {
|
|
|
1486
2248
|
* @param {Number} customerID The customerid to update
|
|
1487
2249
|
* @param {Object} opts Optional parameters
|
|
1488
2250
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2251
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2252
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2253
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2254
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2255
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2256
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1489
2257
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1490
2258
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1491
2259
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1495,6 +2263,12 @@ export default class StripeAccountsApi {
|
|
|
1495
2263
|
*/
|
|
1496
2264
|
getStripeCustomerPaymentMethods(customerID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1497
2265
|
authorization?: string;
|
|
2266
|
+
cacheduration?: string;
|
|
2267
|
+
cachegroup?: string;
|
|
2268
|
+
cachekey?: Array<string>;
|
|
2269
|
+
cachescope?: any;
|
|
2270
|
+
cacheuser?: string;
|
|
2271
|
+
invalidationkeys?: string;
|
|
1498
2272
|
zeusportalPostasApp?: number;
|
|
1499
2273
|
zeusportalPostasOrg?: number;
|
|
1500
2274
|
zeusportalPostas?: number;
|
|
@@ -1507,6 +2281,12 @@ export default class StripeAccountsApi {
|
|
|
1507
2281
|
* @param {String} invoiceId Stripe invoice ID (e.g. in_xxx)
|
|
1508
2282
|
* @param {Object} opts Optional parameters
|
|
1509
2283
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2284
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2285
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2286
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2287
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2288
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2289
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1510
2290
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1511
2291
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1512
2292
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1521,6 +2301,12 @@ export default class StripeAccountsApi {
|
|
|
1521
2301
|
* @param {String} invoiceId Stripe invoice ID (e.g. in_xxx)
|
|
1522
2302
|
* @param {Object} opts Optional parameters
|
|
1523
2303
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2304
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2305
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2306
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2307
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2308
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2309
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1524
2310
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1525
2311
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1526
2312
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1530,6 +2316,12 @@ export default class StripeAccountsApi {
|
|
|
1530
2316
|
*/
|
|
1531
2317
|
getStripeInvoice(invoiceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1532
2318
|
authorization?: string;
|
|
2319
|
+
cacheduration?: string;
|
|
2320
|
+
cachegroup?: string;
|
|
2321
|
+
cachekey?: Array<string>;
|
|
2322
|
+
cachescope?: any;
|
|
2323
|
+
cacheuser?: string;
|
|
2324
|
+
invalidationkeys?: string;
|
|
1533
2325
|
zeusportalPostasApp?: number;
|
|
1534
2326
|
zeusportalPostasOrg?: number;
|
|
1535
2327
|
zeusportalPostas?: number;
|
|
@@ -1541,6 +2333,12 @@ export default class StripeAccountsApi {
|
|
|
1541
2333
|
* Retrieves the payment methods for the customer stored in stripe
|
|
1542
2334
|
* @param {Object} opts Optional parameters
|
|
1543
2335
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2336
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2337
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2338
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2339
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2340
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2341
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1544
2342
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1545
2343
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1546
2344
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1554,6 +2352,12 @@ export default class StripeAccountsApi {
|
|
|
1554
2352
|
* Retrieves the payment methods for the customer stored in stripe
|
|
1555
2353
|
* @param {Object} opts Optional parameters
|
|
1556
2354
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2355
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2356
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2357
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2358
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2359
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2360
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1557
2361
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1558
2362
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1559
2363
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1563,6 +2367,12 @@ export default class StripeAccountsApi {
|
|
|
1563
2367
|
*/
|
|
1564
2368
|
getStripePaymentMethods(opts?: { [key: string]: any; [key: string]: any;
|
|
1565
2369
|
authorization?: string;
|
|
2370
|
+
cacheduration?: string;
|
|
2371
|
+
cachegroup?: string;
|
|
2372
|
+
cachekey?: Array<string>;
|
|
2373
|
+
cachescope?: any;
|
|
2374
|
+
cacheuser?: string;
|
|
2375
|
+
invalidationkeys?: string;
|
|
1566
2376
|
zeusportalPostasApp?: number;
|
|
1567
2377
|
zeusportalPostasOrg?: number;
|
|
1568
2378
|
zeusportalPostas?: number;
|
|
@@ -1575,6 +2385,12 @@ export default class StripeAccountsApi {
|
|
|
1575
2385
|
* @param {String} priceId The price ID
|
|
1576
2386
|
* @param {Object} opts Optional parameters
|
|
1577
2387
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2388
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2389
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2390
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2391
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2392
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2393
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1578
2394
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1579
2395
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1580
2396
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1589,6 +2405,12 @@ export default class StripeAccountsApi {
|
|
|
1589
2405
|
* @param {String} priceId The price ID
|
|
1590
2406
|
* @param {Object} opts Optional parameters
|
|
1591
2407
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2408
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2409
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2410
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2411
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2412
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2413
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1592
2414
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1593
2415
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1594
2416
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1598,6 +2420,12 @@ export default class StripeAccountsApi {
|
|
|
1598
2420
|
*/
|
|
1599
2421
|
getStripePrice(priceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1600
2422
|
authorization?: string;
|
|
2423
|
+
cacheduration?: string;
|
|
2424
|
+
cachegroup?: string;
|
|
2425
|
+
cachekey?: Array<string>;
|
|
2426
|
+
cachescope?: any;
|
|
2427
|
+
cacheuser?: string;
|
|
2428
|
+
invalidationkeys?: string;
|
|
1601
2429
|
zeusportalPostasApp?: number;
|
|
1602
2430
|
zeusportalPostasOrg?: number;
|
|
1603
2431
|
zeusportalPostas?: number;
|
|
@@ -1610,6 +2438,12 @@ export default class StripeAccountsApi {
|
|
|
1610
2438
|
* @param {String} idOrKey The pricebook ID (numeric) or unique key
|
|
1611
2439
|
* @param {Object} opts Optional parameters
|
|
1612
2440
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2441
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2442
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2443
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2444
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2445
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2446
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1613
2447
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1614
2448
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1615
2449
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1624,6 +2458,12 @@ export default class StripeAccountsApi {
|
|
|
1624
2458
|
* @param {String} idOrKey The pricebook ID (numeric) or unique key
|
|
1625
2459
|
* @param {Object} opts Optional parameters
|
|
1626
2460
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2461
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2462
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2463
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2464
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2465
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2466
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1627
2467
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1628
2468
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1629
2469
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1633,6 +2473,12 @@ export default class StripeAccountsApi {
|
|
|
1633
2473
|
*/
|
|
1634
2474
|
getStripePricebook(idOrKey: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1635
2475
|
authorization?: string;
|
|
2476
|
+
cacheduration?: string;
|
|
2477
|
+
cachegroup?: string;
|
|
2478
|
+
cachekey?: Array<string>;
|
|
2479
|
+
cachescope?: any;
|
|
2480
|
+
cacheuser?: string;
|
|
2481
|
+
invalidationkeys?: string;
|
|
1636
2482
|
zeusportalPostasApp?: number;
|
|
1637
2483
|
zeusportalPostasOrg?: number;
|
|
1638
2484
|
zeusportalPostas?: number;
|
|
@@ -1645,6 +2491,12 @@ export default class StripeAccountsApi {
|
|
|
1645
2491
|
* @param {String} productId The product ID
|
|
1646
2492
|
* @param {Object} opts Optional parameters
|
|
1647
2493
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2494
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2495
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2496
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2497
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2498
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2499
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1648
2500
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1649
2501
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1650
2502
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1659,6 +2511,12 @@ export default class StripeAccountsApi {
|
|
|
1659
2511
|
* @param {String} productId The product ID
|
|
1660
2512
|
* @param {Object} opts Optional parameters
|
|
1661
2513
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2514
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2515
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2516
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2517
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2518
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2519
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1662
2520
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1663
2521
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1664
2522
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1668,6 +2526,12 @@ export default class StripeAccountsApi {
|
|
|
1668
2526
|
*/
|
|
1669
2527
|
getStripeProduct(productId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1670
2528
|
authorization?: string;
|
|
2529
|
+
cacheduration?: string;
|
|
2530
|
+
cachegroup?: string;
|
|
2531
|
+
cachekey?: Array<string>;
|
|
2532
|
+
cachescope?: any;
|
|
2533
|
+
cacheuser?: string;
|
|
2534
|
+
invalidationkeys?: string;
|
|
1671
2535
|
zeusportalPostasApp?: number;
|
|
1672
2536
|
zeusportalPostasOrg?: number;
|
|
1673
2537
|
zeusportalPostas?: number;
|
|
@@ -1680,6 +2544,12 @@ export default class StripeAccountsApi {
|
|
|
1680
2544
|
* @param {Number} categoryId The category ID
|
|
1681
2545
|
* @param {Object} opts Optional parameters
|
|
1682
2546
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2547
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2548
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2549
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2550
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2551
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2552
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1683
2553
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1684
2554
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1685
2555
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1694,6 +2564,12 @@ export default class StripeAccountsApi {
|
|
|
1694
2564
|
* @param {Number} categoryId The category ID
|
|
1695
2565
|
* @param {Object} opts Optional parameters
|
|
1696
2566
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2567
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2568
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2569
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2570
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2571
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2572
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1697
2573
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1698
2574
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1699
2575
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1703,6 +2579,12 @@ export default class StripeAccountsApi {
|
|
|
1703
2579
|
*/
|
|
1704
2580
|
getStripeProductCategory(categoryId: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1705
2581
|
authorization?: string;
|
|
2582
|
+
cacheduration?: string;
|
|
2583
|
+
cachegroup?: string;
|
|
2584
|
+
cachekey?: Array<string>;
|
|
2585
|
+
cachescope?: any;
|
|
2586
|
+
cacheuser?: string;
|
|
2587
|
+
invalidationkeys?: string;
|
|
1706
2588
|
zeusportalPostasApp?: number;
|
|
1707
2589
|
zeusportalPostasOrg?: number;
|
|
1708
2590
|
zeusportalPostas?: number;
|
|
@@ -1715,6 +2597,12 @@ export default class StripeAccountsApi {
|
|
|
1715
2597
|
* @param {String} key The category key
|
|
1716
2598
|
* @param {Object} opts Optional parameters
|
|
1717
2599
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2600
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2601
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2602
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2603
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2604
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2605
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1718
2606
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1719
2607
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1720
2608
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1729,6 +2617,12 @@ export default class StripeAccountsApi {
|
|
|
1729
2617
|
* @param {String} key The category key
|
|
1730
2618
|
* @param {Object} opts Optional parameters
|
|
1731
2619
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2620
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2621
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2622
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2623
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2624
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2625
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1732
2626
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1733
2627
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1734
2628
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1738,6 +2632,12 @@ export default class StripeAccountsApi {
|
|
|
1738
2632
|
*/
|
|
1739
2633
|
getStripeProductCategoryByKey(key: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1740
2634
|
authorization?: string;
|
|
2635
|
+
cacheduration?: string;
|
|
2636
|
+
cachegroup?: string;
|
|
2637
|
+
cachekey?: Array<string>;
|
|
2638
|
+
cachescope?: any;
|
|
2639
|
+
cacheuser?: string;
|
|
2640
|
+
invalidationkeys?: string;
|
|
1741
2641
|
zeusportalPostasApp?: number;
|
|
1742
2642
|
zeusportalPostasOrg?: number;
|
|
1743
2643
|
zeusportalPostas?: number;
|
|
@@ -1749,6 +2649,12 @@ export default class StripeAccountsApi {
|
|
|
1749
2649
|
* Retrieves all subscriptions for the current user
|
|
1750
2650
|
* @param {Object} opts Optional parameters
|
|
1751
2651
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2652
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2653
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2654
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2655
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2656
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2657
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1752
2658
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1753
2659
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1754
2660
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1762,6 +2668,12 @@ export default class StripeAccountsApi {
|
|
|
1762
2668
|
* Retrieves all subscriptions for the current user
|
|
1763
2669
|
* @param {Object} opts Optional parameters
|
|
1764
2670
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2671
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2672
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2673
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2674
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2675
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2676
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1765
2677
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1766
2678
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1767
2679
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1771,6 +2683,12 @@ export default class StripeAccountsApi {
|
|
|
1771
2683
|
*/
|
|
1772
2684
|
getStripeSubscriptions(opts?: { [key: string]: any; [key: string]: any;
|
|
1773
2685
|
authorization?: string;
|
|
2686
|
+
cacheduration?: string;
|
|
2687
|
+
cachegroup?: string;
|
|
2688
|
+
cachekey?: Array<string>;
|
|
2689
|
+
cachescope?: any;
|
|
2690
|
+
cacheuser?: string;
|
|
2691
|
+
invalidationkeys?: string;
|
|
1774
2692
|
zeusportalPostasApp?: number;
|
|
1775
2693
|
zeusportalPostasOrg?: number;
|
|
1776
2694
|
zeusportalPostas?: number;
|
|
@@ -1783,6 +2701,12 @@ export default class StripeAccountsApi {
|
|
|
1783
2701
|
* @param {String} idOrKey Graph relationship id, key, or external id (e.g. pi_xxx, in_xxx)
|
|
1784
2702
|
* @param {Object} opts Optional parameters
|
|
1785
2703
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2704
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2705
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2706
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2707
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2708
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2709
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1786
2710
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1787
2711
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1788
2712
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1797,6 +2721,12 @@ export default class StripeAccountsApi {
|
|
|
1797
2721
|
* @param {String} idOrKey Graph relationship id, key, or external id (e.g. pi_xxx, in_xxx)
|
|
1798
2722
|
* @param {Object} opts Optional parameters
|
|
1799
2723
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2724
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2725
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2726
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2727
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2728
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2729
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1800
2730
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1801
2731
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1802
2732
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1806,6 +2736,12 @@ export default class StripeAccountsApi {
|
|
|
1806
2736
|
*/
|
|
1807
2737
|
getStripeTransaction(idOrKey: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1808
2738
|
authorization?: string;
|
|
2739
|
+
cacheduration?: string;
|
|
2740
|
+
cachegroup?: string;
|
|
2741
|
+
cachekey?: Array<string>;
|
|
2742
|
+
cachescope?: any;
|
|
2743
|
+
cacheuser?: string;
|
|
2744
|
+
invalidationkeys?: string;
|
|
1809
2745
|
zeusportalPostasApp?: number;
|
|
1810
2746
|
zeusportalPostasOrg?: number;
|
|
1811
2747
|
zeusportalPostas?: number;
|
|
@@ -1818,6 +2754,12 @@ export default class StripeAccountsApi {
|
|
|
1818
2754
|
* @param {String} transferID The id of the transfer
|
|
1819
2755
|
* @param {Object} opts Optional parameters
|
|
1820
2756
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2757
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2758
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2759
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2760
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2761
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2762
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1821
2763
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1822
2764
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1823
2765
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1832,6 +2774,12 @@ export default class StripeAccountsApi {
|
|
|
1832
2774
|
* @param {String} transferID The id of the transfer
|
|
1833
2775
|
* @param {Object} opts Optional parameters
|
|
1834
2776
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2777
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2778
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2779
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2780
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2781
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2782
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1835
2783
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1836
2784
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1837
2785
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1841,6 +2789,12 @@ export default class StripeAccountsApi {
|
|
|
1841
2789
|
*/
|
|
1842
2790
|
getStripeTransfer(transferID: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1843
2791
|
authorization?: string;
|
|
2792
|
+
cacheduration?: string;
|
|
2793
|
+
cachegroup?: string;
|
|
2794
|
+
cachekey?: Array<string>;
|
|
2795
|
+
cachescope?: any;
|
|
2796
|
+
cacheuser?: string;
|
|
2797
|
+
invalidationkeys?: string;
|
|
1844
2798
|
zeusportalPostasApp?: number;
|
|
1845
2799
|
zeusportalPostasOrg?: number;
|
|
1846
2800
|
zeusportalPostas?: number;
|
|
@@ -1853,6 +2807,12 @@ export default class StripeAccountsApi {
|
|
|
1853
2807
|
* @param {String} transferID The id of the transfer
|
|
1854
2808
|
* @param {Object} opts Optional parameters
|
|
1855
2809
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2810
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2811
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2812
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2813
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2814
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2815
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1856
2816
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1857
2817
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1858
2818
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1867,6 +2827,12 @@ export default class StripeAccountsApi {
|
|
|
1867
2827
|
* @param {String} transferID The id of the transfer
|
|
1868
2828
|
* @param {Object} opts Optional parameters
|
|
1869
2829
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2830
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2831
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2832
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2833
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2834
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2835
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1870
2836
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1871
2837
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1872
2838
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1876,6 +2842,12 @@ export default class StripeAccountsApi {
|
|
|
1876
2842
|
*/
|
|
1877
2843
|
getStripeTransferPaymentMethodDetails(transferID: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1878
2844
|
authorization?: string;
|
|
2845
|
+
cacheduration?: string;
|
|
2846
|
+
cachegroup?: string;
|
|
2847
|
+
cachekey?: Array<string>;
|
|
2848
|
+
cachescope?: any;
|
|
2849
|
+
cacheuser?: string;
|
|
2850
|
+
invalidationkeys?: string;
|
|
1879
2851
|
zeusportalPostasApp?: number;
|
|
1880
2852
|
zeusportalPostasOrg?: number;
|
|
1881
2853
|
zeusportalPostas?: number;
|
|
@@ -1888,6 +2860,12 @@ export default class StripeAccountsApi {
|
|
|
1888
2860
|
* @param {String} subscriptionId The subscription ID
|
|
1889
2861
|
* @param {Object} opts Optional parameters
|
|
1890
2862
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2863
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2864
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2865
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2866
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2867
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2868
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1891
2869
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1892
2870
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1893
2871
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1902,6 +2880,12 @@ export default class StripeAccountsApi {
|
|
|
1902
2880
|
* @param {String} subscriptionId The subscription ID
|
|
1903
2881
|
* @param {Object} opts Optional parameters
|
|
1904
2882
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2883
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2884
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2885
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2886
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2887
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2888
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1905
2889
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1906
2890
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1907
2891
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1911,6 +2895,12 @@ export default class StripeAccountsApi {
|
|
|
1911
2895
|
*/
|
|
1912
2896
|
getSubscription(subscriptionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
1913
2897
|
authorization?: string;
|
|
2898
|
+
cacheduration?: string;
|
|
2899
|
+
cachegroup?: string;
|
|
2900
|
+
cachekey?: Array<string>;
|
|
2901
|
+
cachescope?: any;
|
|
2902
|
+
cacheuser?: string;
|
|
2903
|
+
invalidationkeys?: string;
|
|
1914
2904
|
zeusportalPostasApp?: number;
|
|
1915
2905
|
zeusportalPostasOrg?: number;
|
|
1916
2906
|
zeusportalPostas?: number;
|
|
@@ -1922,6 +2912,12 @@ export default class StripeAccountsApi {
|
|
|
1922
2912
|
* Returns the Stripe configuration for a tenant (Site or RestApplication) with masked credentials. Requires CATEGORY_ADMIN on the target tenant. Optional siteId or appId (at most one) identify the tenant; if omitted, the request root category is used.
|
|
1923
2913
|
* @param {Object} opts Optional parameters
|
|
1924
2914
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2915
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2916
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2917
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2918
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2919
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2920
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1925
2921
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1926
2922
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1927
2923
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1937,6 +2933,12 @@ export default class StripeAccountsApi {
|
|
|
1937
2933
|
* Returns the Stripe configuration for a tenant (Site or RestApplication) with masked credentials. Requires CATEGORY_ADMIN on the target tenant. Optional siteId or appId (at most one) identify the tenant; if omitted, the request root category is used.
|
|
1938
2934
|
* @param {Object} opts Optional parameters
|
|
1939
2935
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2936
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2937
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2938
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2939
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2940
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2941
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1940
2942
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1941
2943
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1942
2944
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1948,6 +2950,12 @@ export default class StripeAccountsApi {
|
|
|
1948
2950
|
*/
|
|
1949
2951
|
getTenantStripeConfig(opts?: { [key: string]: any; [key: string]: any;
|
|
1950
2952
|
authorization?: string;
|
|
2953
|
+
cacheduration?: string;
|
|
2954
|
+
cachegroup?: string;
|
|
2955
|
+
cachekey?: Array<string>;
|
|
2956
|
+
cachescope?: any;
|
|
2957
|
+
cacheuser?: string;
|
|
2958
|
+
invalidationkeys?: string;
|
|
1951
2959
|
zeusportalPostasApp?: number;
|
|
1952
2960
|
zeusportalPostasOrg?: number;
|
|
1953
2961
|
zeusportalPostas?: number;
|
|
@@ -1962,6 +2970,12 @@ export default class StripeAccountsApi {
|
|
|
1962
2970
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1963
2971
|
* @param {Object} opts Optional parameters
|
|
1964
2972
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2973
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2974
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
2975
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2976
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
2977
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
2978
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1965
2979
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1966
2980
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1967
2981
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1976,6 +2990,12 @@ export default class StripeAccountsApi {
|
|
|
1976
2990
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1977
2991
|
* @param {Object} opts Optional parameters
|
|
1978
2992
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
2993
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
2994
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
2995
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
2996
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
2997
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
2998
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
1979
2999
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1980
3000
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
1981
3001
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1985,6 +3005,12 @@ export default class StripeAccountsApi {
|
|
|
1985
3005
|
*/
|
|
1986
3006
|
getUserStripeAccount(userID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
1987
3007
|
authorization?: string;
|
|
3008
|
+
cacheduration?: string;
|
|
3009
|
+
cachegroup?: string;
|
|
3010
|
+
cachekey?: Array<string>;
|
|
3011
|
+
cachescope?: any;
|
|
3012
|
+
cacheuser?: string;
|
|
3013
|
+
invalidationkeys?: string;
|
|
1988
3014
|
zeusportalPostasApp?: number;
|
|
1989
3015
|
zeusportalPostasOrg?: number;
|
|
1990
3016
|
zeusportalPostas?: number;
|
|
@@ -1997,6 +3023,12 @@ export default class StripeAccountsApi {
|
|
|
1997
3023
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
1998
3024
|
* @param {Object} opts Optional parameters
|
|
1999
3025
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3026
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3027
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3028
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3029
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3030
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3031
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2000
3032
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2001
3033
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2002
3034
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2011,6 +3043,12 @@ export default class StripeAccountsApi {
|
|
|
2011
3043
|
* @param {Number} userID The id of the user to retrieve the account for
|
|
2012
3044
|
* @param {Object} opts Optional parameters
|
|
2013
3045
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3046
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3047
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3048
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3049
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3050
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3051
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2014
3052
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2015
3053
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2016
3054
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2020,6 +3058,12 @@ export default class StripeAccountsApi {
|
|
|
2020
3058
|
*/
|
|
2021
3059
|
getUserStripeCustomerAccount(userID: number, opts?: { [key: string]: any; [key: string]: any;
|
|
2022
3060
|
authorization?: string;
|
|
3061
|
+
cacheduration?: string;
|
|
3062
|
+
cachegroup?: string;
|
|
3063
|
+
cachekey?: Array<string>;
|
|
3064
|
+
cachescope?: any;
|
|
3065
|
+
cacheuser?: string;
|
|
3066
|
+
invalidationkeys?: string;
|
|
2023
3067
|
zeusportalPostasApp?: number;
|
|
2024
3068
|
zeusportalPostasOrg?: number;
|
|
2025
3069
|
zeusportalPostas?: number;
|
|
@@ -2031,6 +3075,12 @@ export default class StripeAccountsApi {
|
|
|
2031
3075
|
* Receives and processes webhook events from Stripe. This endpoint verifies the webhook signature and dispatches events to appropriate handlers. Use for tenant Stripe webhooks or as the forward target from the global webhook.
|
|
2032
3076
|
* @param {Object} opts Optional parameters
|
|
2033
3077
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3078
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3079
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3080
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3081
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3082
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3083
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2034
3084
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2035
3085
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2036
3086
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2045,6 +3095,12 @@ export default class StripeAccountsApi {
|
|
|
2045
3095
|
* Receives and processes webhook events from Stripe. This endpoint verifies the webhook signature and dispatches events to appropriate handlers. Use for tenant Stripe webhooks or as the forward target from the global webhook.
|
|
2046
3096
|
* @param {Object} opts Optional parameters
|
|
2047
3097
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3098
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3099
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3100
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3101
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3102
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3103
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2048
3104
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2049
3105
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2050
3106
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2055,6 +3111,12 @@ export default class StripeAccountsApi {
|
|
|
2055
3111
|
*/
|
|
2056
3112
|
handleStripeWebhook(opts?: { [key: string]: any; [key: string]: any;
|
|
2057
3113
|
authorization?: string;
|
|
3114
|
+
cacheduration?: string;
|
|
3115
|
+
cachegroup?: string;
|
|
3116
|
+
cachekey?: Array<string>;
|
|
3117
|
+
cachescope?: any;
|
|
3118
|
+
cacheuser?: string;
|
|
3119
|
+
invalidationkeys?: string;
|
|
2058
3120
|
zeusportalPostasApp?: number;
|
|
2059
3121
|
zeusportalPostasOrg?: number;
|
|
2060
3122
|
zeusportalPostas?: number;
|
|
@@ -2067,6 +3129,12 @@ export default class StripeAccountsApi {
|
|
|
2067
3129
|
* Global Stripe webhook: verifies signature with the system-wide webhook secret and forwards the event to the tenant webhook URL. Register this URL in the system-wide Stripe account. Does not process events locally.
|
|
2068
3130
|
* @param {Object} opts Optional parameters
|
|
2069
3131
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3132
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3133
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3134
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3135
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3136
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3137
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2070
3138
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2071
3139
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2072
3140
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2081,6 +3149,12 @@ export default class StripeAccountsApi {
|
|
|
2081
3149
|
* Global Stripe webhook: verifies signature with the system-wide webhook secret and forwards the event to the tenant webhook URL. Register this URL in the system-wide Stripe account. Does not process events locally.
|
|
2082
3150
|
* @param {Object} opts Optional parameters
|
|
2083
3151
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3152
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3153
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3154
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3155
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3156
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3157
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2084
3158
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2085
3159
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2086
3160
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2091,6 +3165,12 @@ export default class StripeAccountsApi {
|
|
|
2091
3165
|
*/
|
|
2092
3166
|
handleStripeWebhookGlobal(opts?: { [key: string]: any; [key: string]: any;
|
|
2093
3167
|
authorization?: string;
|
|
3168
|
+
cacheduration?: string;
|
|
3169
|
+
cachegroup?: string;
|
|
3170
|
+
cachekey?: Array<string>;
|
|
3171
|
+
cachescope?: any;
|
|
3172
|
+
cacheuser?: string;
|
|
3173
|
+
invalidationkeys?: string;
|
|
2094
3174
|
zeusportalPostasApp?: number;
|
|
2095
3175
|
zeusportalPostasOrg?: number;
|
|
2096
3176
|
zeusportalPostas?: number;
|
|
@@ -2103,6 +3183,12 @@ export default class StripeAccountsApi {
|
|
|
2103
3183
|
* Lists all invoices (root categories graph). Requires MANAGE_SALES_OR_CUSTOMERS on root category or graph.
|
|
2104
3184
|
* @param {Object} opts Optional parameters
|
|
2105
3185
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3186
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3187
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3188
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3189
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3190
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3191
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2106
3192
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2107
3193
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2108
3194
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2118,6 +3204,12 @@ export default class StripeAccountsApi {
|
|
|
2118
3204
|
* Lists all invoices (root categories graph). Requires MANAGE_SALES_OR_CUSTOMERS on root category or graph.
|
|
2119
3205
|
* @param {Object} opts Optional parameters
|
|
2120
3206
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3207
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3208
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3209
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3210
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3211
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3212
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2121
3213
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2122
3214
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2123
3215
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2129,6 +3221,12 @@ export default class StripeAccountsApi {
|
|
|
2129
3221
|
*/
|
|
2130
3222
|
listAllStripeInvoices(opts?: { [key: string]: any; [key: string]: any;
|
|
2131
3223
|
authorization?: string;
|
|
3224
|
+
cacheduration?: string;
|
|
3225
|
+
cachegroup?: string;
|
|
3226
|
+
cachekey?: Array<string>;
|
|
3227
|
+
cachescope?: any;
|
|
3228
|
+
cacheuser?: string;
|
|
3229
|
+
invalidationkeys?: string;
|
|
2132
3230
|
zeusportalPostasApp?: number;
|
|
2133
3231
|
zeusportalPostasOrg?: number;
|
|
2134
3232
|
zeusportalPostas?: number;
|
|
@@ -2142,6 +3240,12 @@ export default class StripeAccountsApi {
|
|
|
2142
3240
|
* Retrieves all prices
|
|
2143
3241
|
* @param {Object} opts Optional parameters
|
|
2144
3242
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3243
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3244
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3245
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3246
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3247
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3248
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2145
3249
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2146
3250
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2147
3251
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2155,6 +3259,12 @@ export default class StripeAccountsApi {
|
|
|
2155
3259
|
* Retrieves all prices
|
|
2156
3260
|
* @param {Object} opts Optional parameters
|
|
2157
3261
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3262
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3263
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3264
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3265
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3266
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3267
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2158
3268
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2159
3269
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2160
3270
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2164,6 +3274,12 @@ export default class StripeAccountsApi {
|
|
|
2164
3274
|
*/
|
|
2165
3275
|
listPrices(opts?: { [key: string]: any; [key: string]: any;
|
|
2166
3276
|
authorization?: string;
|
|
3277
|
+
cacheduration?: string;
|
|
3278
|
+
cachegroup?: string;
|
|
3279
|
+
cachekey?: Array<string>;
|
|
3280
|
+
cachescope?: any;
|
|
3281
|
+
cacheuser?: string;
|
|
3282
|
+
invalidationkeys?: string;
|
|
2167
3283
|
zeusportalPostasApp?: number;
|
|
2168
3284
|
zeusportalPostasOrg?: number;
|
|
2169
3285
|
zeusportalPostas?: number;
|
|
@@ -2176,6 +3292,12 @@ export default class StripeAccountsApi {
|
|
|
2176
3292
|
* @param {Number} customerId Graph customer ID
|
|
2177
3293
|
* @param {Object} opts Optional parameters
|
|
2178
3294
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3295
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3296
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3297
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3298
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3299
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3300
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2179
3301
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2180
3302
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2181
3303
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2190,6 +3312,12 @@ export default class StripeAccountsApi {
|
|
|
2190
3312
|
* @param {Number} customerId Graph customer ID
|
|
2191
3313
|
* @param {Object} opts Optional parameters
|
|
2192
3314
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3315
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3316
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3317
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3318
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3319
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3320
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2193
3321
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2194
3322
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2195
3323
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2199,6 +3327,12 @@ export default class StripeAccountsApi {
|
|
|
2199
3327
|
*/
|
|
2200
3328
|
listStripeInvoices(customerId: number, opts?: { [key: string]: any; [key: string]: any;
|
|
2201
3329
|
authorization?: string;
|
|
3330
|
+
cacheduration?: string;
|
|
3331
|
+
cachegroup?: string;
|
|
3332
|
+
cachekey?: Array<string>;
|
|
3333
|
+
cachescope?: any;
|
|
3334
|
+
cacheuser?: string;
|
|
3335
|
+
invalidationkeys?: string;
|
|
2202
3336
|
zeusportalPostasApp?: number;
|
|
2203
3337
|
zeusportalPostasOrg?: number;
|
|
2204
3338
|
zeusportalPostas?: number;
|
|
@@ -2210,6 +3344,12 @@ export default class StripeAccountsApi {
|
|
|
2210
3344
|
* Retrieves all pricebooks
|
|
2211
3345
|
* @param {Object} opts Optional parameters
|
|
2212
3346
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3347
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3348
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3349
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3350
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3351
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3352
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2213
3353
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2214
3354
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2215
3355
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2223,6 +3363,12 @@ export default class StripeAccountsApi {
|
|
|
2223
3363
|
* Retrieves all pricebooks
|
|
2224
3364
|
* @param {Object} opts Optional parameters
|
|
2225
3365
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3366
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3367
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3368
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3369
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3370
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3371
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2226
3372
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2227
3373
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2228
3374
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2232,6 +3378,12 @@ export default class StripeAccountsApi {
|
|
|
2232
3378
|
*/
|
|
2233
3379
|
listStripePricebooks(opts?: { [key: string]: any; [key: string]: any;
|
|
2234
3380
|
authorization?: string;
|
|
3381
|
+
cacheduration?: string;
|
|
3382
|
+
cachegroup?: string;
|
|
3383
|
+
cachekey?: Array<string>;
|
|
3384
|
+
cachescope?: any;
|
|
3385
|
+
cacheuser?: string;
|
|
3386
|
+
invalidationkeys?: string;
|
|
2235
3387
|
zeusportalPostasApp?: number;
|
|
2236
3388
|
zeusportalPostasOrg?: number;
|
|
2237
3389
|
zeusportalPostas?: number;
|
|
@@ -2244,6 +3396,12 @@ export default class StripeAccountsApi {
|
|
|
2244
3396
|
* @param {String} idOrKey The pricebook ID (numeric) or unique key
|
|
2245
3397
|
* @param {Object} opts Optional parameters
|
|
2246
3398
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3399
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3400
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3401
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3402
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3403
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3404
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2247
3405
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2248
3406
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2249
3407
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2258,6 +3416,12 @@ export default class StripeAccountsApi {
|
|
|
2258
3416
|
* @param {String} idOrKey The pricebook ID (numeric) or unique key
|
|
2259
3417
|
* @param {Object} opts Optional parameters
|
|
2260
3418
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3419
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3420
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3421
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3422
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3423
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3424
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2261
3425
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2262
3426
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2263
3427
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2267,6 +3431,12 @@ export default class StripeAccountsApi {
|
|
|
2267
3431
|
*/
|
|
2268
3432
|
listStripePricesByPricebook(idOrKey: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2269
3433
|
authorization?: string;
|
|
3434
|
+
cacheduration?: string;
|
|
3435
|
+
cachegroup?: string;
|
|
3436
|
+
cachekey?: Array<string>;
|
|
3437
|
+
cachescope?: any;
|
|
3438
|
+
cacheuser?: string;
|
|
3439
|
+
invalidationkeys?: string;
|
|
2270
3440
|
zeusportalPostasApp?: number;
|
|
2271
3441
|
zeusportalPostasOrg?: number;
|
|
2272
3442
|
zeusportalPostas?: number;
|
|
@@ -2279,6 +3449,12 @@ export default class StripeAccountsApi {
|
|
|
2279
3449
|
* @param {String} productId The product ID
|
|
2280
3450
|
* @param {Object} opts Optional parameters
|
|
2281
3451
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3452
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3453
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3454
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3455
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3456
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3457
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2282
3458
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2283
3459
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2284
3460
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2293,6 +3469,12 @@ export default class StripeAccountsApi {
|
|
|
2293
3469
|
* @param {String} productId The product ID
|
|
2294
3470
|
* @param {Object} opts Optional parameters
|
|
2295
3471
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3472
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3473
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3474
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3475
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3476
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3477
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2296
3478
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2297
3479
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2298
3480
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2302,6 +3484,12 @@ export default class StripeAccountsApi {
|
|
|
2302
3484
|
*/
|
|
2303
3485
|
listStripePricesByProduct(productId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2304
3486
|
authorization?: string;
|
|
3487
|
+
cacheduration?: string;
|
|
3488
|
+
cachegroup?: string;
|
|
3489
|
+
cachekey?: Array<string>;
|
|
3490
|
+
cachescope?: any;
|
|
3491
|
+
cacheuser?: string;
|
|
3492
|
+
invalidationkeys?: string;
|
|
2305
3493
|
zeusportalPostasApp?: number;
|
|
2306
3494
|
zeusportalPostasOrg?: number;
|
|
2307
3495
|
zeusportalPostas?: number;
|
|
@@ -2313,6 +3501,12 @@ export default class StripeAccountsApi {
|
|
|
2313
3501
|
* Retrieves all product categories scoped to the current ApplicationRoot
|
|
2314
3502
|
* @param {Object} opts Optional parameters
|
|
2315
3503
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3504
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3505
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3506
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3507
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3508
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3509
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2316
3510
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2317
3511
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2318
3512
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2326,6 +3520,12 @@ export default class StripeAccountsApi {
|
|
|
2326
3520
|
* Retrieves all product categories scoped to the current ApplicationRoot
|
|
2327
3521
|
* @param {Object} opts Optional parameters
|
|
2328
3522
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3523
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3524
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3525
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3526
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3527
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3528
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2329
3529
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2330
3530
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2331
3531
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2335,6 +3535,12 @@ export default class StripeAccountsApi {
|
|
|
2335
3535
|
*/
|
|
2336
3536
|
listStripeProductCategories(opts?: { [key: string]: any; [key: string]: any;
|
|
2337
3537
|
authorization?: string;
|
|
3538
|
+
cacheduration?: string;
|
|
3539
|
+
cachegroup?: string;
|
|
3540
|
+
cachekey?: Array<string>;
|
|
3541
|
+
cachescope?: any;
|
|
3542
|
+
cacheuser?: string;
|
|
3543
|
+
invalidationkeys?: string;
|
|
2338
3544
|
zeusportalPostasApp?: number;
|
|
2339
3545
|
zeusportalPostasOrg?: number;
|
|
2340
3546
|
zeusportalPostas?: number;
|
|
@@ -2346,6 +3552,12 @@ export default class StripeAccountsApi {
|
|
|
2346
3552
|
* Retrieves all products
|
|
2347
3553
|
* @param {Object} opts Optional parameters
|
|
2348
3554
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3555
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3556
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3557
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3558
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3559
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3560
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2349
3561
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2350
3562
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2351
3563
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2359,6 +3571,12 @@ export default class StripeAccountsApi {
|
|
|
2359
3571
|
* Retrieves all products
|
|
2360
3572
|
* @param {Object} opts Optional parameters
|
|
2361
3573
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3574
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3575
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3576
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3577
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3578
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3579
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2362
3580
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2363
3581
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2364
3582
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2368,6 +3586,12 @@ export default class StripeAccountsApi {
|
|
|
2368
3586
|
*/
|
|
2369
3587
|
listStripeProducts(opts?: { [key: string]: any; [key: string]: any;
|
|
2370
3588
|
authorization?: string;
|
|
3589
|
+
cacheduration?: string;
|
|
3590
|
+
cachegroup?: string;
|
|
3591
|
+
cachekey?: Array<string>;
|
|
3592
|
+
cachescope?: any;
|
|
3593
|
+
cacheuser?: string;
|
|
3594
|
+
invalidationkeys?: string;
|
|
2371
3595
|
zeusportalPostasApp?: number;
|
|
2372
3596
|
zeusportalPostasOrg?: number;
|
|
2373
3597
|
zeusportalPostas?: number;
|
|
@@ -2379,6 +3603,12 @@ export default class StripeAccountsApi {
|
|
|
2379
3603
|
* Lists payment transactions (from graph). Filter by invoiceId, userId, pageId, applicationId+applicationType, stripeAccountId, productGraphId/productStripeId, or customerId. Precedence: invoiceId > userId > pageId > stripeAccountId > application > product > customerId > all. Requires MANAGE_SALES_OR_CUSTOMERS when listing all or using invoice/product/stripeAccount/page/application filters; userId allows own user.
|
|
2380
3604
|
* @param {Object} opts Optional parameters
|
|
2381
3605
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3606
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3607
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3608
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3609
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3610
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3611
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2382
3612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2383
3613
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2384
3614
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2402,6 +3632,12 @@ export default class StripeAccountsApi {
|
|
|
2402
3632
|
* Lists payment transactions (from graph). Filter by invoiceId, userId, pageId, applicationId+applicationType, stripeAccountId, productGraphId/productStripeId, or customerId. Precedence: invoiceId > userId > pageId > stripeAccountId > application > product > customerId > all. Requires MANAGE_SALES_OR_CUSTOMERS when listing all or using invoice/product/stripeAccount/page/application filters; userId allows own user.
|
|
2403
3633
|
* @param {Object} opts Optional parameters
|
|
2404
3634
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3635
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3636
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3637
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3638
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3639
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3640
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2405
3641
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2406
3642
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2407
3643
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2421,6 +3657,12 @@ export default class StripeAccountsApi {
|
|
|
2421
3657
|
*/
|
|
2422
3658
|
listStripeTransactions(opts?: { [key: string]: any; [key: string]: any;
|
|
2423
3659
|
authorization?: string;
|
|
3660
|
+
cacheduration?: string;
|
|
3661
|
+
cachegroup?: string;
|
|
3662
|
+
cachekey?: Array<string>;
|
|
3663
|
+
cachescope?: any;
|
|
3664
|
+
cacheuser?: string;
|
|
3665
|
+
invalidationkeys?: string;
|
|
2424
3666
|
zeusportalPostasApp?: number;
|
|
2425
3667
|
zeusportalPostasOrg?: number;
|
|
2426
3668
|
zeusportalPostas?: number;
|
|
@@ -2444,6 +3686,12 @@ export default class StripeAccountsApi {
|
|
|
2444
3686
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2445
3687
|
* @param {Object} opts Optional parameters
|
|
2446
3688
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3689
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3690
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3691
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3692
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3693
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3694
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2447
3695
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2448
3696
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2449
3697
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2459,6 +3707,12 @@ export default class StripeAccountsApi {
|
|
|
2459
3707
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2460
3708
|
* @param {Object} opts Optional parameters
|
|
2461
3709
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3710
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3711
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3712
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3713
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3714
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3715
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2462
3716
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2463
3717
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2464
3718
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2468,6 +3722,12 @@ export default class StripeAccountsApi {
|
|
|
2468
3722
|
*/
|
|
2469
3723
|
payoutStripeAccount(accountID: number, payoutInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2470
3724
|
authorization?: string;
|
|
3725
|
+
cacheduration?: string;
|
|
3726
|
+
cachegroup?: string;
|
|
3727
|
+
cachekey?: Array<string>;
|
|
3728
|
+
cachescope?: any;
|
|
3729
|
+
cacheuser?: string;
|
|
3730
|
+
invalidationkeys?: string;
|
|
2471
3731
|
zeusportalPostasApp?: number;
|
|
2472
3732
|
zeusportalPostasOrg?: number;
|
|
2473
3733
|
zeusportalPostas?: number;
|
|
@@ -2481,6 +3741,12 @@ export default class StripeAccountsApi {
|
|
|
2481
3741
|
* @param {String} lineItemId Stripe line item ID (e.g. il_xxx)
|
|
2482
3742
|
* @param {Object} opts Optional parameters
|
|
2483
3743
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3744
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3745
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3746
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3747
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3748
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3749
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2484
3750
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2485
3751
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2486
3752
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2496,6 +3762,12 @@ export default class StripeAccountsApi {
|
|
|
2496
3762
|
* @param {String} lineItemId Stripe line item ID (e.g. il_xxx)
|
|
2497
3763
|
* @param {Object} opts Optional parameters
|
|
2498
3764
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3765
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3766
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3767
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3768
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3769
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3770
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2499
3771
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2500
3772
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2501
3773
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2505,6 +3777,12 @@ export default class StripeAccountsApi {
|
|
|
2505
3777
|
*/
|
|
2506
3778
|
removeStripeInvoiceLineItem(invoiceId: string, lineItemId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2507
3779
|
authorization?: string;
|
|
3780
|
+
cacheduration?: string;
|
|
3781
|
+
cachegroup?: string;
|
|
3782
|
+
cachekey?: Array<string>;
|
|
3783
|
+
cachescope?: any;
|
|
3784
|
+
cacheuser?: string;
|
|
3785
|
+
invalidationkeys?: string;
|
|
2508
3786
|
zeusportalPostasApp?: number;
|
|
2509
3787
|
zeusportalPostasOrg?: number;
|
|
2510
3788
|
zeusportalPostas?: number;
|
|
@@ -2517,6 +3795,12 @@ export default class StripeAccountsApi {
|
|
|
2517
3795
|
* @param {String} subscriptionId The subscription ID
|
|
2518
3796
|
* @param {Object} opts Optional parameters
|
|
2519
3797
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3798
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3799
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3800
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3801
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3802
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3803
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2520
3804
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2521
3805
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2522
3806
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2531,6 +3815,12 @@ export default class StripeAccountsApi {
|
|
|
2531
3815
|
* @param {String} subscriptionId The subscription ID
|
|
2532
3816
|
* @param {Object} opts Optional parameters
|
|
2533
3817
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3818
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3819
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3820
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3821
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3822
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3823
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2534
3824
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2535
3825
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2536
3826
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2540,6 +3830,12 @@ export default class StripeAccountsApi {
|
|
|
2540
3830
|
*/
|
|
2541
3831
|
resumeStripeSubscription(subscriptionId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2542
3832
|
authorization?: string;
|
|
3833
|
+
cacheduration?: string;
|
|
3834
|
+
cachegroup?: string;
|
|
3835
|
+
cachekey?: Array<string>;
|
|
3836
|
+
cachescope?: any;
|
|
3837
|
+
cacheuser?: string;
|
|
3838
|
+
invalidationkeys?: string;
|
|
2543
3839
|
zeusportalPostasApp?: number;
|
|
2544
3840
|
zeusportalPostasOrg?: number;
|
|
2545
3841
|
zeusportalPostas?: number;
|
|
@@ -2552,6 +3848,12 @@ export default class StripeAccountsApi {
|
|
|
2552
3848
|
* @param {String} invoiceId Stripe invoice ID
|
|
2553
3849
|
* @param {Object} opts Optional parameters
|
|
2554
3850
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3851
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3852
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3853
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3854
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3855
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3856
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2555
3857
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2556
3858
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2557
3859
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2566,6 +3868,12 @@ export default class StripeAccountsApi {
|
|
|
2566
3868
|
* @param {String} invoiceId Stripe invoice ID
|
|
2567
3869
|
* @param {Object} opts Optional parameters
|
|
2568
3870
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3871
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3872
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3873
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3874
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3875
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3876
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2569
3877
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2570
3878
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2571
3879
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2575,6 +3883,12 @@ export default class StripeAccountsApi {
|
|
|
2575
3883
|
*/
|
|
2576
3884
|
sendStripeInvoice(invoiceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2577
3885
|
authorization?: string;
|
|
3886
|
+
cacheduration?: string;
|
|
3887
|
+
cachegroup?: string;
|
|
3888
|
+
cachekey?: Array<string>;
|
|
3889
|
+
cachescope?: any;
|
|
3890
|
+
cacheuser?: string;
|
|
3891
|
+
invalidationkeys?: string;
|
|
2578
3892
|
zeusportalPostasApp?: number;
|
|
2579
3893
|
zeusportalPostasOrg?: number;
|
|
2580
3894
|
zeusportalPostas?: number;
|
|
@@ -2588,6 +3902,12 @@ export default class StripeAccountsApi {
|
|
|
2588
3902
|
* @param {Number} accountid
|
|
2589
3903
|
* @param {Object} opts Optional parameters
|
|
2590
3904
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3905
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3906
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3907
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3908
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3909
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3910
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2591
3911
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2592
3912
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2593
3913
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2603,6 +3923,12 @@ export default class StripeAccountsApi {
|
|
|
2603
3923
|
* @param {Number} accountid
|
|
2604
3924
|
* @param {Object} opts Optional parameters
|
|
2605
3925
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3926
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3927
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3928
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3929
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3930
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3931
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2606
3932
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2607
3933
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2608
3934
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2612,6 +3938,12 @@ export default class StripeAccountsApi {
|
|
|
2612
3938
|
*/
|
|
2613
3939
|
setApplicationStripePaymentAccount(applicationid: number, accountid: number, opts?: { [key: string]: any; [key: string]: any;
|
|
2614
3940
|
authorization?: string;
|
|
3941
|
+
cacheduration?: string;
|
|
3942
|
+
cachegroup?: string;
|
|
3943
|
+
cachekey?: Array<string>;
|
|
3944
|
+
cachescope?: any;
|
|
3945
|
+
cacheuser?: string;
|
|
3946
|
+
invalidationkeys?: string;
|
|
2615
3947
|
zeusportalPostasApp?: number;
|
|
2616
3948
|
zeusportalPostasOrg?: number;
|
|
2617
3949
|
zeusportalPostas?: number;
|
|
@@ -2625,6 +3957,12 @@ export default class StripeAccountsApi {
|
|
|
2625
3957
|
* @param {String} body The id of the payment method
|
|
2626
3958
|
* @param {Object} opts Optional parameters
|
|
2627
3959
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3960
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3961
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
3962
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3963
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
3964
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
3965
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2628
3966
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2629
3967
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2630
3968
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2640,6 +3978,12 @@ export default class StripeAccountsApi {
|
|
|
2640
3978
|
* @param {String} body The id of the payment method
|
|
2641
3979
|
* @param {Object} opts Optional parameters
|
|
2642
3980
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
3981
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
3982
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
3983
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
3984
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
3985
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
3986
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2643
3987
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2644
3988
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2645
3989
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2649,6 +3993,12 @@ export default class StripeAccountsApi {
|
|
|
2649
3993
|
*/
|
|
2650
3994
|
setDefaultCustomerStripePaymentMethod(customerID: number, body: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2651
3995
|
authorization?: string;
|
|
3996
|
+
cacheduration?: string;
|
|
3997
|
+
cachegroup?: string;
|
|
3998
|
+
cachekey?: Array<string>;
|
|
3999
|
+
cachescope?: any;
|
|
4000
|
+
cacheuser?: string;
|
|
4001
|
+
invalidationkeys?: string;
|
|
2652
4002
|
zeusportalPostasApp?: number;
|
|
2653
4003
|
zeusportalPostasOrg?: number;
|
|
2654
4004
|
zeusportalPostas?: number;
|
|
@@ -2661,6 +4011,12 @@ export default class StripeAccountsApi {
|
|
|
2661
4011
|
* @param {String} body The id of the payment method
|
|
2662
4012
|
* @param {Object} opts Optional parameters
|
|
2663
4013
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4014
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4015
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4016
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4017
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4018
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4019
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2664
4020
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2665
4021
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2666
4022
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2675,6 +4031,12 @@ export default class StripeAccountsApi {
|
|
|
2675
4031
|
* @param {String} body The id of the payment method
|
|
2676
4032
|
* @param {Object} opts Optional parameters
|
|
2677
4033
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4034
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4035
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4036
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4037
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4038
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4039
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2678
4040
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2679
4041
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2680
4042
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2684,6 +4046,12 @@ export default class StripeAccountsApi {
|
|
|
2684
4046
|
*/
|
|
2685
4047
|
setDefaultStripePaymentMethod(body: string, opts?: { [key: string]: any; [key: string]: any;
|
|
2686
4048
|
authorization?: string;
|
|
4049
|
+
cacheduration?: string;
|
|
4050
|
+
cachegroup?: string;
|
|
4051
|
+
cachekey?: Array<string>;
|
|
4052
|
+
cachescope?: any;
|
|
4053
|
+
cacheuser?: string;
|
|
4054
|
+
invalidationkeys?: string;
|
|
2687
4055
|
zeusportalPostasApp?: number;
|
|
2688
4056
|
zeusportalPostasOrg?: number;
|
|
2689
4057
|
zeusportalPostas?: number;
|
|
@@ -2697,6 +4065,12 @@ export default class StripeAccountsApi {
|
|
|
2697
4065
|
* @param {Number} accountid
|
|
2698
4066
|
* @param {Object} opts Optional parameters
|
|
2699
4067
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4068
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4069
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4070
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4071
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4072
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4073
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2700
4074
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2701
4075
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2702
4076
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2712,6 +4086,12 @@ export default class StripeAccountsApi {
|
|
|
2712
4086
|
* @param {Number} accountid
|
|
2713
4087
|
* @param {Object} opts Optional parameters
|
|
2714
4088
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4089
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4090
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4091
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4092
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4093
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4094
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2715
4095
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2716
4096
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2717
4097
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2721,6 +4101,12 @@ export default class StripeAccountsApi {
|
|
|
2721
4101
|
*/
|
|
2722
4102
|
setSiteStripePaymentAccount(siteid: number, accountid: number, opts?: { [key: string]: any; [key: string]: any;
|
|
2723
4103
|
authorization?: string;
|
|
4104
|
+
cacheduration?: string;
|
|
4105
|
+
cachegroup?: string;
|
|
4106
|
+
cachekey?: Array<string>;
|
|
4107
|
+
cachescope?: any;
|
|
4108
|
+
cacheuser?: string;
|
|
4109
|
+
invalidationkeys?: string;
|
|
2724
4110
|
zeusportalPostasApp?: number;
|
|
2725
4111
|
zeusportalPostasOrg?: number;
|
|
2726
4112
|
zeusportalPostas?: number;
|
|
@@ -2734,6 +4120,12 @@ export default class StripeAccountsApi {
|
|
|
2734
4120
|
* @param {Object.<String, {String: Object}>} requestBody Contains the parent category ID (or null to remove parent)
|
|
2735
4121
|
* @param {Object} opts Optional parameters
|
|
2736
4122
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4123
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4124
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4125
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4126
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4127
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4128
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2737
4129
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2738
4130
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2739
4131
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2749,6 +4141,12 @@ export default class StripeAccountsApi {
|
|
|
2749
4141
|
* @param {Object.<String, {String: Object}>} requestBody Contains the parent category ID (or null to remove parent)
|
|
2750
4142
|
* @param {Object} opts Optional parameters
|
|
2751
4143
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4144
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4145
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4146
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4147
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4148
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4149
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2752
4150
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2753
4151
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2754
4152
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2758,6 +4156,12 @@ export default class StripeAccountsApi {
|
|
|
2758
4156
|
*/
|
|
2759
4157
|
setStripeProductCategoryParent(categoryId: number, requestBody: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2760
4158
|
authorization?: string;
|
|
4159
|
+
cacheduration?: string;
|
|
4160
|
+
cachegroup?: string;
|
|
4161
|
+
cachekey?: Array<string>;
|
|
4162
|
+
cachescope?: any;
|
|
4163
|
+
cacheuser?: string;
|
|
4164
|
+
invalidationkeys?: string;
|
|
2761
4165
|
zeusportalPostasApp?: number;
|
|
2762
4166
|
zeusportalPostasOrg?: number;
|
|
2763
4167
|
zeusportalPostas?: number;
|
|
@@ -2770,6 +4174,12 @@ export default class StripeAccountsApi {
|
|
|
2770
4174
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2771
4175
|
* @param {Object} opts Optional parameters
|
|
2772
4176
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4177
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4178
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4179
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4180
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4181
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4182
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2773
4183
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2774
4184
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2775
4185
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2784,6 +4194,12 @@ export default class StripeAccountsApi {
|
|
|
2784
4194
|
* @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
|
|
2785
4195
|
* @param {Object} opts Optional parameters
|
|
2786
4196
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4197
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4198
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4199
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4200
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4201
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4202
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2787
4203
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2788
4204
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2789
4205
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2793,6 +4209,12 @@ export default class StripeAccountsApi {
|
|
|
2793
4209
|
*/
|
|
2794
4210
|
stripePayout(payoutInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2795
4211
|
authorization?: string;
|
|
4212
|
+
cacheduration?: string;
|
|
4213
|
+
cachegroup?: string;
|
|
4214
|
+
cachekey?: Array<string>;
|
|
4215
|
+
cachescope?: any;
|
|
4216
|
+
cacheuser?: string;
|
|
4217
|
+
invalidationkeys?: string;
|
|
2796
4218
|
zeusportalPostasApp?: number;
|
|
2797
4219
|
zeusportalPostasOrg?: number;
|
|
2798
4220
|
zeusportalPostas?: number;
|
|
@@ -2805,6 +4227,12 @@ export default class StripeAccountsApi {
|
|
|
2805
4227
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
2806
4228
|
* @param {Object} opts Optional parameters
|
|
2807
4229
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4230
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4231
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4232
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4233
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4234
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4235
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2808
4236
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2809
4237
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2810
4238
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2819,6 +4247,12 @@ export default class StripeAccountsApi {
|
|
|
2819
4247
|
* @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
|
|
2820
4248
|
* @param {Object} opts Optional parameters
|
|
2821
4249
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4250
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4251
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4252
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4253
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4254
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4255
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2822
4256
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2823
4257
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2824
4258
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2828,6 +4262,12 @@ export default class StripeAccountsApi {
|
|
|
2828
4262
|
*/
|
|
2829
4263
|
stripeTransfer(transferInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2830
4264
|
authorization?: string;
|
|
4265
|
+
cacheduration?: string;
|
|
4266
|
+
cachegroup?: string;
|
|
4267
|
+
cachekey?: Array<string>;
|
|
4268
|
+
cachescope?: any;
|
|
4269
|
+
cacheuser?: string;
|
|
4270
|
+
invalidationkeys?: string;
|
|
2831
4271
|
zeusportalPostasApp?: number;
|
|
2832
4272
|
zeusportalPostasOrg?: number;
|
|
2833
4273
|
zeusportalPostas?: number;
|
|
@@ -2839,6 +4279,12 @@ export default class StripeAccountsApi {
|
|
|
2839
4279
|
* Tests the Stripe configuration for a tenant. Requires CATEGORY_ADMIN on the target tenant. Optional siteId or appId (at most one) identify the tenant; if omitted, the request root is used.
|
|
2840
4280
|
* @param {Object} opts Optional parameters
|
|
2841
4281
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4282
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4283
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4284
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4285
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4286
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4287
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2842
4288
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2843
4289
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2844
4290
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2854,6 +4300,12 @@ export default class StripeAccountsApi {
|
|
|
2854
4300
|
* Tests the Stripe configuration for a tenant. Requires CATEGORY_ADMIN on the target tenant. Optional siteId or appId (at most one) identify the tenant; if omitted, the request root is used.
|
|
2855
4301
|
* @param {Object} opts Optional parameters
|
|
2856
4302
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4303
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4304
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4305
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4306
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4307
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4308
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2857
4309
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2858
4310
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2859
4311
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2865,6 +4317,12 @@ export default class StripeAccountsApi {
|
|
|
2865
4317
|
*/
|
|
2866
4318
|
testTenantStripeConnection(opts?: { [key: string]: any; [key: string]: any;
|
|
2867
4319
|
authorization?: string;
|
|
4320
|
+
cacheduration?: string;
|
|
4321
|
+
cachegroup?: string;
|
|
4322
|
+
cachekey?: Array<string>;
|
|
4323
|
+
cachescope?: any;
|
|
4324
|
+
cacheuser?: string;
|
|
4325
|
+
invalidationkeys?: string;
|
|
2868
4326
|
zeusportalPostasApp?: number;
|
|
2869
4327
|
zeusportalPostasOrg?: number;
|
|
2870
4328
|
zeusportalPostas?: number;
|
|
@@ -2880,6 +4338,12 @@ export default class StripeAccountsApi {
|
|
|
2880
4338
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
2881
4339
|
* @param {Object} opts Optional parameters
|
|
2882
4340
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4341
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4342
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4343
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4344
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4345
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4346
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2883
4347
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2884
4348
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2885
4349
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2895,6 +4359,12 @@ export default class StripeAccountsApi {
|
|
|
2895
4359
|
* @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
|
|
2896
4360
|
* @param {Object} opts Optional parameters
|
|
2897
4361
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4362
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4363
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4364
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4365
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4366
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4367
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2898
4368
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2899
4369
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2900
4370
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2904,6 +4374,12 @@ export default class StripeAccountsApi {
|
|
|
2904
4374
|
*/
|
|
2905
4375
|
updateAccountLink(accountID: number, createStripeAccountInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2906
4376
|
authorization?: string;
|
|
4377
|
+
cacheduration?: string;
|
|
4378
|
+
cachegroup?: string;
|
|
4379
|
+
cachekey?: Array<string>;
|
|
4380
|
+
cachescope?: any;
|
|
4381
|
+
cacheuser?: string;
|
|
4382
|
+
invalidationkeys?: string;
|
|
2907
4383
|
zeusportalPostasApp?: number;
|
|
2908
4384
|
zeusportalPostasOrg?: number;
|
|
2909
4385
|
zeusportalPostas?: number;
|
|
@@ -2917,6 +4393,12 @@ export default class StripeAccountsApi {
|
|
|
2917
4393
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
|
|
2918
4394
|
* @param {Object} opts Optional parameters
|
|
2919
4395
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4396
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4397
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4398
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4399
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4400
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4401
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2920
4402
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2921
4403
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2922
4404
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2932,6 +4414,12 @@ export default class StripeAccountsApi {
|
|
|
2932
4414
|
* @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
|
|
2933
4415
|
* @param {Object} opts Optional parameters
|
|
2934
4416
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4417
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4418
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4419
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4420
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4421
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4422
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2935
4423
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2936
4424
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2937
4425
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2941,6 +4429,12 @@ export default class StripeAccountsApi {
|
|
|
2941
4429
|
*/
|
|
2942
4430
|
updateCustomer(customerID: number, createStripeCustomerInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2943
4431
|
authorization?: string;
|
|
4432
|
+
cacheduration?: string;
|
|
4433
|
+
cachegroup?: string;
|
|
4434
|
+
cachekey?: Array<string>;
|
|
4435
|
+
cachescope?: any;
|
|
4436
|
+
cacheuser?: string;
|
|
4437
|
+
invalidationkeys?: string;
|
|
2944
4438
|
zeusportalPostasApp?: number;
|
|
2945
4439
|
zeusportalPostasOrg?: number;
|
|
2946
4440
|
zeusportalPostas?: number;
|
|
@@ -2954,6 +4448,12 @@ export default class StripeAccountsApi {
|
|
|
2954
4448
|
* @param {module:model/PriceInput} priceInput The price update data
|
|
2955
4449
|
* @param {Object} opts Optional parameters
|
|
2956
4450
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4451
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4452
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4453
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4454
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4455
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4456
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2957
4457
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2958
4458
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2959
4459
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2969,6 +4469,12 @@ export default class StripeAccountsApi {
|
|
|
2969
4469
|
* @param {module:model/PriceInput} priceInput The price update data
|
|
2970
4470
|
* @param {Object} opts Optional parameters
|
|
2971
4471
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4472
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4473
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4474
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4475
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4476
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4477
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2972
4478
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2973
4479
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2974
4480
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2978,6 +4484,12 @@ export default class StripeAccountsApi {
|
|
|
2978
4484
|
*/
|
|
2979
4485
|
updatePrice(priceId: string, priceInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
2980
4486
|
authorization?: string;
|
|
4487
|
+
cacheduration?: string;
|
|
4488
|
+
cachegroup?: string;
|
|
4489
|
+
cachekey?: Array<string>;
|
|
4490
|
+
cachescope?: any;
|
|
4491
|
+
cacheuser?: string;
|
|
4492
|
+
invalidationkeys?: string;
|
|
2981
4493
|
zeusportalPostasApp?: number;
|
|
2982
4494
|
zeusportalPostasOrg?: number;
|
|
2983
4495
|
zeusportalPostas?: number;
|
|
@@ -2992,6 +4504,12 @@ export default class StripeAccountsApi {
|
|
|
2992
4504
|
* @param {module:model/InvoiceLineItemInput} invoiceLineItemInput New quantity
|
|
2993
4505
|
* @param {Object} opts Optional parameters
|
|
2994
4506
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4507
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4508
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4509
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4510
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4511
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4512
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
2995
4513
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2996
4514
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
2997
4515
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3008,6 +4526,12 @@ export default class StripeAccountsApi {
|
|
|
3008
4526
|
* @param {module:model/InvoiceLineItemInput} invoiceLineItemInput New quantity
|
|
3009
4527
|
* @param {Object} opts Optional parameters
|
|
3010
4528
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4529
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4530
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4531
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4532
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4533
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4534
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3011
4535
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3012
4536
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3013
4537
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3017,6 +4541,12 @@ export default class StripeAccountsApi {
|
|
|
3017
4541
|
*/
|
|
3018
4542
|
updateStripeInvoiceLineItem(invoiceId: string, lineItemId: string, invoiceLineItemInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3019
4543
|
authorization?: string;
|
|
4544
|
+
cacheduration?: string;
|
|
4545
|
+
cachegroup?: string;
|
|
4546
|
+
cachekey?: Array<string>;
|
|
4547
|
+
cachescope?: any;
|
|
4548
|
+
cacheuser?: string;
|
|
4549
|
+
invalidationkeys?: string;
|
|
3020
4550
|
zeusportalPostasApp?: number;
|
|
3021
4551
|
zeusportalPostasOrg?: number;
|
|
3022
4552
|
zeusportalPostas?: number;
|
|
@@ -3029,6 +4559,12 @@ export default class StripeAccountsApi {
|
|
|
3029
4559
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
3030
4560
|
* @param {Object} opts Optional parameters
|
|
3031
4561
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4562
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4563
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4564
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4565
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4566
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4567
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3032
4568
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3033
4569
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3034
4570
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3044,6 +4580,12 @@ export default class StripeAccountsApi {
|
|
|
3044
4580
|
* @param {String} paymentMethodID The id of the payment method to update
|
|
3045
4581
|
* @param {Object} opts Optional parameters
|
|
3046
4582
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4583
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4584
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4585
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4586
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4587
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4588
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3047
4589
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3048
4590
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3049
4591
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3054,6 +4596,12 @@ export default class StripeAccountsApi {
|
|
|
3054
4596
|
*/
|
|
3055
4597
|
updateStripePaymentMethod(paymentMethodID: string, opts?: { [key: string]: any; [key: string]: any;
|
|
3056
4598
|
authorization?: string;
|
|
4599
|
+
cacheduration?: string;
|
|
4600
|
+
cachegroup?: string;
|
|
4601
|
+
cachekey?: Array<string>;
|
|
4602
|
+
cachescope?: any;
|
|
4603
|
+
cacheuser?: string;
|
|
4604
|
+
invalidationkeys?: string;
|
|
3057
4605
|
zeusportalPostasApp?: number;
|
|
3058
4606
|
zeusportalPostasOrg?: number;
|
|
3059
4607
|
zeusportalPostas?: number;
|
|
@@ -3068,6 +4616,12 @@ export default class StripeAccountsApi {
|
|
|
3068
4616
|
* @param {module:model/PricebookInput} pricebookInput The pricebook update data
|
|
3069
4617
|
* @param {Object} opts Optional parameters
|
|
3070
4618
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4619
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4620
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4621
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4622
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4623
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4624
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3071
4625
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3072
4626
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3073
4627
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3083,6 +4637,12 @@ export default class StripeAccountsApi {
|
|
|
3083
4637
|
* @param {module:model/PricebookInput} pricebookInput The pricebook update data
|
|
3084
4638
|
* @param {Object} opts Optional parameters
|
|
3085
4639
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4640
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4641
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4642
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4643
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4644
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4645
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3086
4646
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3087
4647
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3088
4648
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3092,6 +4652,12 @@ export default class StripeAccountsApi {
|
|
|
3092
4652
|
*/
|
|
3093
4653
|
updateStripePricebook(id: number, pricebookInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3094
4654
|
authorization?: string;
|
|
4655
|
+
cacheduration?: string;
|
|
4656
|
+
cachegroup?: string;
|
|
4657
|
+
cachekey?: Array<string>;
|
|
4658
|
+
cachescope?: any;
|
|
4659
|
+
cacheuser?: string;
|
|
4660
|
+
invalidationkeys?: string;
|
|
3095
4661
|
zeusportalPostasApp?: number;
|
|
3096
4662
|
zeusportalPostasOrg?: number;
|
|
3097
4663
|
zeusportalPostas?: number;
|
|
@@ -3105,6 +4671,12 @@ export default class StripeAccountsApi {
|
|
|
3105
4671
|
* @param {module:model/ProductInput} productInput The product update data
|
|
3106
4672
|
* @param {Object} opts Optional parameters
|
|
3107
4673
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4674
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4675
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4676
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4677
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4678
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4679
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3108
4680
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3109
4681
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3110
4682
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3120,6 +4692,12 @@ export default class StripeAccountsApi {
|
|
|
3120
4692
|
* @param {module:model/ProductInput} productInput The product update data
|
|
3121
4693
|
* @param {Object} opts Optional parameters
|
|
3122
4694
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4695
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4696
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4697
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4698
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4699
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4700
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3123
4701
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3124
4702
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3125
4703
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3129,6 +4707,12 @@ export default class StripeAccountsApi {
|
|
|
3129
4707
|
*/
|
|
3130
4708
|
updateStripeProduct(productId: string, productInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3131
4709
|
authorization?: string;
|
|
4710
|
+
cacheduration?: string;
|
|
4711
|
+
cachegroup?: string;
|
|
4712
|
+
cachekey?: Array<string>;
|
|
4713
|
+
cachescope?: any;
|
|
4714
|
+
cacheuser?: string;
|
|
4715
|
+
invalidationkeys?: string;
|
|
3132
4716
|
zeusportalPostasApp?: number;
|
|
3133
4717
|
zeusportalPostasOrg?: number;
|
|
3134
4718
|
zeusportalPostas?: number;
|
|
@@ -3142,6 +4726,12 @@ export default class StripeAccountsApi {
|
|
|
3142
4726
|
* @param {module:model/ProductCategoryInput} productCategoryInput The category update data
|
|
3143
4727
|
* @param {Object} opts Optional parameters
|
|
3144
4728
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4729
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4730
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4731
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4732
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4733
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4734
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3145
4735
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3146
4736
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3147
4737
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3157,6 +4747,12 @@ export default class StripeAccountsApi {
|
|
|
3157
4747
|
* @param {module:model/ProductCategoryInput} productCategoryInput The category update data
|
|
3158
4748
|
* @param {Object} opts Optional parameters
|
|
3159
4749
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4750
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4751
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4752
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4753
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4754
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4755
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3160
4756
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3161
4757
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3162
4758
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3166,6 +4762,12 @@ export default class StripeAccountsApi {
|
|
|
3166
4762
|
*/
|
|
3167
4763
|
updateStripeProductCategory(categoryId: number, productCategoryInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3168
4764
|
authorization?: string;
|
|
4765
|
+
cacheduration?: string;
|
|
4766
|
+
cachegroup?: string;
|
|
4767
|
+
cachekey?: Array<string>;
|
|
4768
|
+
cachescope?: any;
|
|
4769
|
+
cacheuser?: string;
|
|
4770
|
+
invalidationkeys?: string;
|
|
3169
4771
|
zeusportalPostasApp?: number;
|
|
3170
4772
|
zeusportalPostasOrg?: number;
|
|
3171
4773
|
zeusportalPostas?: number;
|
|
@@ -3179,6 +4781,12 @@ export default class StripeAccountsApi {
|
|
|
3179
4781
|
* @param {module:model/SubscriptionInput} subscriptionInput The subscription update data
|
|
3180
4782
|
* @param {Object} opts Optional parameters
|
|
3181
4783
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4784
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4785
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4786
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4787
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4788
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4789
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3182
4790
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3183
4791
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3184
4792
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3194,6 +4802,12 @@ export default class StripeAccountsApi {
|
|
|
3194
4802
|
* @param {module:model/SubscriptionInput} subscriptionInput The subscription update data
|
|
3195
4803
|
* @param {Object} opts Optional parameters
|
|
3196
4804
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4805
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4806
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4807
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4808
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4809
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4810
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3197
4811
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3198
4812
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3199
4813
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3203,6 +4817,12 @@ export default class StripeAccountsApi {
|
|
|
3203
4817
|
*/
|
|
3204
4818
|
updateStripeSubscription(subscriptionId: string, subscriptionInput: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3205
4819
|
authorization?: string;
|
|
4820
|
+
cacheduration?: string;
|
|
4821
|
+
cachegroup?: string;
|
|
4822
|
+
cachekey?: Array<string>;
|
|
4823
|
+
cachescope?: any;
|
|
4824
|
+
cacheuser?: string;
|
|
4825
|
+
invalidationkeys?: string;
|
|
3206
4826
|
zeusportalPostasApp?: number;
|
|
3207
4827
|
zeusportalPostasOrg?: number;
|
|
3208
4828
|
zeusportalPostas?: number;
|
|
@@ -3215,6 +4835,12 @@ export default class StripeAccountsApi {
|
|
|
3215
4835
|
* @param {module:model/StripeTenantConfigRequest} stripeTenantConfigRequest Stripe config fields to update (all optional). Request body is required.
|
|
3216
4836
|
* @param {Object} opts Optional parameters
|
|
3217
4837
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4838
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4839
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4840
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4841
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4842
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4843
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3218
4844
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3219
4845
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3220
4846
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3231,6 +4857,12 @@ export default class StripeAccountsApi {
|
|
|
3231
4857
|
* @param {module:model/StripeTenantConfigRequest} stripeTenantConfigRequest Stripe config fields to update (all optional). Request body is required.
|
|
3232
4858
|
* @param {Object} opts Optional parameters
|
|
3233
4859
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4860
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4861
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4862
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4863
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4864
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4865
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3234
4866
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3235
4867
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3236
4868
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3242,6 +4874,12 @@ export default class StripeAccountsApi {
|
|
|
3242
4874
|
*/
|
|
3243
4875
|
updateTenantStripeConfig(stripeTenantConfigRequest: any, opts?: { [key: string]: any; [key: string]: any;
|
|
3244
4876
|
authorization?: string;
|
|
4877
|
+
cacheduration?: string;
|
|
4878
|
+
cachegroup?: string;
|
|
4879
|
+
cachekey?: Array<string>;
|
|
4880
|
+
cachescope?: any;
|
|
4881
|
+
cacheuser?: string;
|
|
4882
|
+
invalidationkeys?: string;
|
|
3245
4883
|
zeusportalPostasApp?: number;
|
|
3246
4884
|
zeusportalPostasOrg?: number;
|
|
3247
4885
|
zeusportalPostas?: number;
|
|
@@ -3256,6 +4894,12 @@ export default class StripeAccountsApi {
|
|
|
3256
4894
|
* @param {String} invoiceId Stripe invoice ID
|
|
3257
4895
|
* @param {Object} opts Optional parameters
|
|
3258
4896
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
4897
|
+
* @param {String} [cacheduration] Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4898
|
+
* @param {String} [cachegroup] Optional cache grouping hint for cache-aware infrastructure.
|
|
4899
|
+
* @param {Array.<String>} [cachekey] Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4900
|
+
* @param {module:model/String} [cachescope] Cache scope for the REST request cache layer.
|
|
4901
|
+
* @param {String} [cacheuser] Optional cache user hint for cache-aware infrastructure.
|
|
4902
|
+
* @param {String} [invalidationkeys] JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3259
4903
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3260
4904
|
* @param {Number} [zeusportalPostasOrg] The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3261
4905
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3270,6 +4914,12 @@ export default class StripeAccountsApi {
|
|
|
3270
4914
|
* @param {String} invoiceId Stripe invoice ID
|
|
3271
4915
|
* @param {Object} opts Optional parameters
|
|
3272
4916
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
4917
|
+
* @param {String} opts.cacheduration Optional cache duration override in seconds for cache-aware infrastructure.
|
|
4918
|
+
* @param {String} opts.cachegroup Optional cache grouping hint for cache-aware infrastructure.
|
|
4919
|
+
* @param {Array.<String>} opts.cachekey Cache key used by the REST request cache layer. May be provided as repeated query params or as a JSON array string.
|
|
4920
|
+
* @param {module:model/String} opts.cachescope Cache scope for the REST request cache layer.
|
|
4921
|
+
* @param {String} opts.cacheuser Optional cache user hint for cache-aware infrastructure.
|
|
4922
|
+
* @param {String} opts.invalidationkeys JSON array of cache invalidation descriptors processed by the REST cache filter on mutation requests.
|
|
3273
4923
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3274
4924
|
* @param {Number} opts.zeusportalPostasOrg The id of the console organization this operation is being performed as if the caller chooses to post as a console organization
|
|
3275
4925
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3279,6 +4929,12 @@ export default class StripeAccountsApi {
|
|
|
3279
4929
|
*/
|
|
3280
4930
|
voidStripeInvoice(invoiceId: string, opts?: { [key: string]: any; [key: string]: any;
|
|
3281
4931
|
authorization?: string;
|
|
4932
|
+
cacheduration?: string;
|
|
4933
|
+
cachegroup?: string;
|
|
4934
|
+
cachekey?: Array<string>;
|
|
4935
|
+
cachescope?: any;
|
|
4936
|
+
cacheuser?: string;
|
|
4937
|
+
invalidationkeys?: string;
|
|
3282
4938
|
zeusportalPostasApp?: number;
|
|
3283
4939
|
zeusportalPostasOrg?: number;
|
|
3284
4940
|
zeusportalPostas?: number;
|