@gobodo/gobodo-api-promise 0.1.108 → 0.1.110
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 +20 -5
- package/dist/.tsbuildinfo +1 -1
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +3 -3
- package/dist/api/AbilitiesApi.d.ts +158 -0
- package/dist/api/AbilitiesApi.d.ts.map +1 -0
- package/dist/api/AbilitiesApi.js +289 -0
- package/dist/api/AdCampaignsApi.d.ts +15 -1
- package/dist/api/AdCampaignsApi.d.ts.map +1 -1
- package/dist/api/AdCampaignsApi.js +23 -2
- package/dist/api/AdManagementApi.d.ts +25 -1
- package/dist/api/AdManagementApi.d.ts.map +1 -1
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.d.ts +3 -1
- package/dist/api/AdminDataManagementApi.d.ts.map +1 -1
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.d.ts +11 -1
- package/dist/api/AdsApi.d.ts.map +1 -1
- package/dist/api/AdsApi.js +17 -2
- package/dist/api/AttachmentsApi.d.ts +11 -1
- package/dist/api/AttachmentsApi.d.ts.map +1 -1
- package/dist/api/AttachmentsApi.js +17 -2
- package/dist/api/AuthenticationApi.d.ts +21 -1
- package/dist/api/AuthenticationApi.d.ts.map +1 -1
- package/dist/api/AuthenticationApi.js +44 -2
- package/dist/api/CategoriesApi.d.ts +15 -1
- package/dist/api/CategoriesApi.d.ts.map +1 -1
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.d.ts +13 -1
- package/dist/api/CommentsApi.d.ts.map +1 -1
- package/dist/api/CommentsApi.js +20 -2
- package/dist/api/ContentManagementApi.d.ts +57 -1
- package/dist/api/ContentManagementApi.d.ts.map +1 -1
- package/dist/api/ContentManagementApi.js +86 -2
- package/dist/api/ConversationsApi.d.ts +17 -1
- package/dist/api/ConversationsApi.d.ts.map +1 -1
- package/dist/api/ConversationsApi.js +26 -2
- package/dist/api/CurrencyApi.d.ts +15 -1
- package/dist/api/CurrencyApi.d.ts.map +1 -1
- package/dist/api/CurrencyApi.js +23 -2
- package/dist/api/DataSheetImportsApi.d.ts +31 -1
- package/dist/api/DataSheetImportsApi.d.ts.map +1 -1
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.d.ts +11 -1
- package/dist/api/DefaultApi.d.ts.map +1 -1
- package/dist/api/DefaultApi.js +17 -2
- package/dist/api/DocumentPartTypesApi.d.ts +5 -1
- package/dist/api/DocumentPartTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentPartTypesApi.js +8 -2
- package/dist/api/DocumentTypesApi.d.ts +5 -1
- package/dist/api/DocumentTypesApi.d.ts.map +1 -1
- package/dist/api/DocumentTypesApi.js +8 -2
- package/dist/api/DocumentsApi.d.ts +25 -1
- package/dist/api/DocumentsApi.d.ts.map +1 -1
- package/dist/api/DocumentsApi.js +38 -2
- package/dist/api/EmailsApi.d.ts +9 -1
- package/dist/api/EmailsApi.d.ts.map +1 -1
- package/dist/api/EmailsApi.js +14 -2
- package/dist/api/EntryPartsApi.d.ts +25 -1
- package/dist/api/EntryPartsApi.d.ts.map +1 -1
- package/dist/api/EntryPartsApi.js +38 -2
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.d.ts +7 -1
- package/dist/api/FieldsApi.d.ts.map +1 -1
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FormsApi.d.ts +29 -1
- package/dist/api/FormsApi.d.ts.map +1 -1
- package/dist/api/FormsApi.js +44 -2
- package/dist/api/FunctionsApi.d.ts +41 -1
- package/dist/api/FunctionsApi.d.ts.map +1 -1
- package/dist/api/FunctionsApi.js +62 -2
- package/dist/api/GeocodeApi.d.ts +7 -1
- package/dist/api/GeocodeApi.d.ts.map +1 -1
- package/dist/api/GeocodeApi.js +11 -2
- package/dist/api/GobodoManagementApi.d.ts +236 -1
- package/dist/api/GobodoManagementApi.d.ts.map +1 -1
- package/dist/api/GobodoManagementApi.js +418 -5
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.d.ts +27 -1
- package/dist/api/GraphActionTypesApi.d.ts.map +1 -1
- package/dist/api/GraphActionTypesApi.js +41 -2
- package/dist/api/GraphActionsApi.d.ts +19 -1
- package/dist/api/GraphActionsApi.d.ts.map +1 -1
- package/dist/api/GraphActionsApi.js +29 -2
- package/dist/api/GraphObjectTypesApi.d.ts +41 -1
- package/dist/api/GraphObjectTypesApi.d.ts.map +1 -1
- package/dist/api/GraphObjectTypesApi.js +62 -2
- package/dist/api/GraphObjectsApi.d.ts +59 -1
- package/dist/api/GraphObjectsApi.d.ts.map +1 -1
- package/dist/api/GraphObjectsApi.js +89 -2
- package/dist/api/GraphRelationshipTypesApi.d.ts +39 -1
- package/dist/api/GraphRelationshipTypesApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipTypesApi.js +59 -2
- package/dist/api/GraphRelationshipsApi.d.ts +29 -1
- package/dist/api/GraphRelationshipsApi.d.ts.map +1 -1
- package/dist/api/GraphRelationshipsApi.js +44 -2
- package/dist/api/GraphSchemasApi.d.ts +29 -1
- package/dist/api/GraphSchemasApi.d.ts.map +1 -1
- package/dist/api/GraphSchemasApi.js +44 -2
- package/dist/api/GraphTraversalApi.d.ts +15 -1
- package/dist/api/GraphTraversalApi.d.ts.map +1 -1
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.d.ts +23 -1
- package/dist/api/GraphsApi.d.ts.map +1 -1
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.d.ts +11 -11
- package/dist/api/IAMApi.d.ts +9 -1
- package/dist/api/IAMApi.d.ts.map +1 -1
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.d.ts +13 -1
- package/dist/api/ImagesApi.d.ts.map +1 -1
- package/dist/api/ImagesApi.js +20 -2
- package/dist/api/InvitesApi.d.ts +11 -1
- package/dist/api/InvitesApi.d.ts.map +1 -1
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.d.ts +27 -1
- package/dist/api/LikesApi.d.ts.map +1 -1
- package/dist/api/LikesApi.js +41 -2
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.d.ts +5 -1
- package/dist/api/LiveMeetingsApi.d.ts.map +1 -1
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.d.ts +39 -1
- package/dist/api/MeetingEventsApi.d.ts.map +1 -1
- package/dist/api/MeetingEventsApi.js +59 -2
- package/dist/api/NotificationsApi.d.ts +29 -1
- package/dist/api/NotificationsApi.d.ts.map +1 -1
- package/dist/api/NotificationsApi.js +44 -2
- package/dist/api/PagesApi.d.ts +17 -1
- package/dist/api/PagesApi.d.ts.map +1 -1
- package/dist/api/PagesApi.js +26 -2
- package/dist/api/PasswordResetApi.d.ts +1 -1
- package/dist/api/PasswordResetApi.js +2 -2
- package/dist/api/PhoneNumbersApi.d.ts +11 -1
- package/dist/api/PhoneNumbersApi.d.ts.map +1 -1
- package/dist/api/PhoneNumbersApi.js +17 -2
- package/dist/api/PostsApi.d.ts +9 -1
- package/dist/api/PostsApi.d.ts.map +1 -1
- package/dist/api/PostsApi.js +14 -2
- package/dist/api/PrivateMessagesApi.d.ts +31 -1
- package/dist/api/PrivateMessagesApi.d.ts.map +1 -1
- package/dist/api/PrivateMessagesApi.js +47 -2
- package/dist/api/PublicationsApi.d.ts +19 -1
- package/dist/api/PublicationsApi.d.ts.map +1 -1
- package/dist/api/PublicationsApi.js +29 -2
- package/dist/api/RestApplicationsApi.d.ts +11 -1
- package/dist/api/RestApplicationsApi.d.ts.map +1 -1
- package/dist/api/RestApplicationsApi.js +17 -2
- package/dist/api/ScreensApi.d.ts +7 -1
- package/dist/api/ScreensApi.d.ts.map +1 -1
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SitesApi.d.ts +21 -1
- package/dist/api/SitesApi.d.ts.map +1 -1
- package/dist/api/SitesApi.js +32 -2
- package/dist/api/SocialGroupsApi.d.ts +39 -1
- package/dist/api/SocialGroupsApi.d.ts.map +1 -1
- package/dist/api/SocialGroupsApi.js +59 -2
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.d.ts +79 -1
- package/dist/api/StripeAccountsApi.d.ts.map +1 -1
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TemplatesApi.d.ts +7 -1
- package/dist/api/TemplatesApi.d.ts.map +1 -1
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.d.ts +7 -1
- package/dist/api/ThemeMappingsApi.d.ts.map +1 -1
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TopicsApi.d.ts +17 -1
- package/dist/api/TopicsApi.d.ts.map +1 -1
- package/dist/api/TopicsApi.js +26 -2
- 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/UserManagerAdministrationApi.d.ts +1 -1
- package/dist/api/UserManagerAdministrationApi.js +2 -2
- package/dist/api/UserTagsApi.d.ts +7 -1
- package/dist/api/UserTagsApi.d.ts.map +1 -1
- package/dist/api/UserTagsApi.js +11 -2
- package/dist/api/UsersApi.d.ts +23 -1
- package/dist/api/UsersApi.d.ts.map +1 -1
- package/dist/api/UsersApi.js +35 -2
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.d.ts +19 -1
- package/dist/api/VideosApi.d.ts.map +1 -1
- package/dist/api/VideosApi.js +29 -2
- package/dist/api/WalletsApi.d.ts +35 -1
- package/dist/api/WalletsApi.d.ts.map +1 -1
- package/dist/api/WalletsApi.js +53 -2
- package/dist/index.d.ts +6 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +35 -0
- package/dist/model/APIClient.d.ts +1 -1
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AbilityResponse.d.ts +65 -0
- package/dist/model/AbilityResponse.d.ts.map +1 -0
- package/dist/model/AbilityResponse.js +191 -0
- 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/Address.d.ts +1 -1
- package/dist/model/Address.js +2 -2
- package/dist/model/AddressResponse.d.ts +1 -1
- package/dist/model/AddressResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/Article.d.ts +1 -1
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AuthorizationCheckResponse.d.ts +67 -0
- package/dist/model/AuthorizationCheckResponse.d.ts.map +1 -0
- package/dist/model/AuthorizationCheckResponse.js +185 -0
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +9 -9
- package/dist/model/Balance.d.ts.map +1 -1
- package/dist/model/Balance.js +33 -33
- 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/BankAccountInfo.d.ts +1 -1
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/Base64ImageUpload.d.ts +1 -1
- package/dist/model/Base64ImageUpload.js +2 -2
- package/dist/model/BlogPostResponse.d.ts +1 -1
- package/dist/model/BlogPostResponse.js +2 -2
- package/dist/model/CacheInvalidation.d.ts +1 -1
- package/dist/model/CacheInvalidation.js +2 -2
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +10 -10
- package/dist/model/Comment.d.ts.map +1 -1
- package/dist/model/Comment.js +31 -31
- package/dist/model/ConsoleOrganizationInput.d.ts +66 -0
- package/dist/model/ConsoleOrganizationInput.d.ts.map +1 -0
- package/dist/model/ConsoleOrganizationInput.js +187 -0
- package/dist/model/ConsoleOrganizationResponse.d.ts +77 -0
- package/dist/model/ConsoleOrganizationResponse.d.ts.map +1 -0
- package/dist/model/ConsoleOrganizationResponse.js +216 -0
- 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/Coordinates.d.ts +1 -1
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.d.ts +1 -1
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.d.ts +1 -1
- package/dist/model/CreateFunctionInput.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/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/CurrencyResponse.d.ts +1 -1
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.d.ts +1 -1
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.d.ts +1 -1
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.d.ts +1 -1
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.d.ts +30 -30
- package/dist/model/DataSheetImport.d.ts.map +1 -1
- package/dist/model/DataSheetImport.js +83 -83
- package/dist/model/DataSheetImportPrivacySettings.d.ts +1 -1
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.d.ts +1 -1
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +1 -1
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.d.ts +10 -10
- package/dist/model/DocumentPart.d.ts.map +1 -1
- package/dist/model/DocumentPart.js +31 -31
- package/dist/model/DocumentPartType.d.ts +10 -10
- package/dist/model/DocumentPartType.d.ts.map +1 -1
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.d.ts +10 -10
- package/dist/model/DocumentType.d.ts.map +1 -1
- package/dist/model/DocumentType.js +25 -25
- 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/EmailAddress.d.ts +1 -1
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.d.ts +1 -1
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.d.ts +10 -10
- package/dist/model/Fields.d.ts.map +1 -1
- package/dist/model/Fields.js +27 -27
- package/dist/model/File.d.ts +10 -10
- package/dist/model/File.d.ts.map +1 -1
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.d.ts +10 -10
- package/dist/model/FileAttachmentUploadObject.d.ts.map +1 -1
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.d.ts +1 -1
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.d.ts +1 -1
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.d.ts +10 -10
- package/dist/model/Form.d.ts.map +1 -1
- package/dist/model/Form.js +37 -37
- package/dist/model/FormSection.d.ts +10 -10
- package/dist/model/FormSection.d.ts.map +1 -1
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.d.ts +10 -10
- package/dist/model/FormSubmission.d.ts.map +1 -1
- package/dist/model/FormSubmission.js +30 -30
- 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/FunctionInput.d.ts +1 -1
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.d.ts +1 -1
- package/dist/model/FunctionOutput.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/GoogleCloudSettings.d.ts +1 -1
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.d.ts +11 -11
- package/dist/model/Graph.d.ts.map +1 -1
- package/dist/model/Graph.js +26 -26
- package/dist/model/GraphAction.d.ts +1 -1
- package/dist/model/GraphAction.js +2 -2
- 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 +10 -10
- package/dist/model/GraphObject.d.ts.map +1 -1
- package/dist/model/GraphObject.js +27 -27
- 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 +9 -9
- package/dist/model/GraphObjectType.d.ts.map +1 -1
- package/dist/model/GraphObjectType.js +23 -23
- 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 +9 -9
- package/dist/model/GraphObjectTypeSchema.d.ts.map +1 -1
- package/dist/model/GraphObjectTypeSchema.js +23 -23
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +1 -1
- package/dist/model/GraphRelationship.js +2 -2
- 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 +1 -1
- package/dist/model/GraphRelationshipType.js +2 -2
- 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/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/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/IndexFilter.d.ts +1 -1
- package/dist/model/IndexFilter.js +2 -2
- package/dist/model/InputPart.d.ts +10 -10
- package/dist/model/InputPart.d.ts.map +1 -1
- package/dist/model/InputPart.js +25 -25
- package/dist/model/InputPartHeaders.d.ts +1 -1
- package/dist/model/InputPartHeaders.js +2 -2
- package/dist/model/JsonArray.d.ts +1 -1
- package/dist/model/JsonArray.js +2 -2
- package/dist/model/JsonObject.d.ts +1 -1
- package/dist/model/JsonObject.js +2 -2
- 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/Link.d.ts +10 -10
- package/dist/model/Link.d.ts.map +1 -1
- package/dist/model/Link.js +29 -29
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MediaType.d.ts +1 -1
- package/dist/model/MediaType.js +2 -2
- 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 +1 -1
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.d.ts +1 -1
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.d.ts +1 -1
- package/dist/model/MemberGroupCategory.js +2 -2
- 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/MessageGroup.d.ts +1 -1
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.d.ts +1 -1
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/MultivaluedMapStringString.d.ts +1 -1
- package/dist/model/MultivaluedMapStringString.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/NumberSettings.d.ts +1 -1
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.d.ts +1 -1
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.d.ts +9 -9
- package/dist/model/Objecttype.d.ts.map +1 -1
- package/dist/model/Objecttype.js +23 -23
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +1 -1
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.d.ts +1 -1
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.d.ts +1 -1
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.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/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/PaymentAccountObject.d.ts +1 -1
- package/dist/model/PaymentAccountObject.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/PaymentMethod.d.ts +1 -1
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.d.ts +1 -1
- package/dist/model/PaymentMethodInput.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/Payout.d.ts +1 -1
- package/dist/model/Payout.js +2 -2
- 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/PhoneNumber.d.ts +1 -1
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.d.ts +1 -1
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.d.ts +1 -1
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.d.ts +1 -1
- package/dist/model/PrivateMessageConversation.js +2 -2
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +1 -1
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.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/RelationshipMapping.d.ts +1 -1
- package/dist/model/RelationshipMapping.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/ScreenSchema.d.ts +10 -10
- package/dist/model/ScreenSchema.d.ts.map +1 -1
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/SimulcastInfo.d.ts +1 -1
- package/dist/model/SimulcastInfo.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 +10 -10
- package/dist/model/SkinField.d.ts.map +1 -1
- package/dist/model/SkinField.js +27 -27
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +1 -1
- package/dist/model/SocialGroup.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/Sort.d.ts +1 -1
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +1 -1
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StripeAccount.d.ts +1 -1
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +1 -1
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +1 -1
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.d.ts +10 -10
- package/dist/model/ThemeMapping.d.ts.map +1 -1
- package/dist/model/ThemeMapping.js +25 -25
- package/dist/model/ThemeMappingPayload.d.ts +1 -1
- package/dist/model/ThemeMappingPayload.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/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/Transaction.d.ts +1 -1
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.d.ts +1 -1
- package/dist/model/Transfer.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 +1 -1
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.d.ts +1 -1
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.d.ts +1 -1
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +1 -1
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.d.ts +1 -1
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.d.ts +1 -1
- package/dist/model/UserResponse.js +2 -2
- package/dist/model/UserSchema.d.ts +1 -1
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- 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/Video.d.ts +10 -10
- package/dist/model/Video.d.ts.map +1 -1
- package/dist/model/Video.js +31 -31
- package/dist/model/VideoLiveUrl.d.ts +1 -1
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.d.ts +10 -10
- package/dist/model/VideoSchema.d.ts.map +1 -1
- package/dist/model/VideoSchema.js +31 -31
- package/dist/model/VideoUploadObject.d.ts +10 -10
- package/dist/model/VideoUploadObject.d.ts.map +1 -1
- package/dist/model/VideoUploadObject.js +31 -31
- 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/ZeusPortalCategory.d.ts +1 -1
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
* gobodo-api
|
|
35
35
|
* REST Interface for Gobodo API
|
|
36
36
|
*
|
|
37
|
-
* The version of the OpenAPI document: 0.1.
|
|
37
|
+
* The version of the OpenAPI document: 0.1.110
|
|
38
38
|
* Contact: info@gobodo.io
|
|
39
39
|
*
|
|
40
40
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -45,7 +45,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
45
45
|
/**
|
|
46
46
|
* StripeAccounts service.
|
|
47
47
|
* @module api/StripeAccountsApi
|
|
48
|
-
* @version 0.1.
|
|
48
|
+
* @version 0.1.110
|
|
49
49
|
*/
|
|
50
50
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
51
51
|
/**
|
|
@@ -72,6 +72,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
72
72
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
73
73
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
74
74
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
75
|
+
* @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
|
|
75
76
|
* @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
|
|
76
77
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
77
78
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -95,6 +96,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
95
96
|
var headerParams = {
|
|
96
97
|
'Authorization': opts['authorization'],
|
|
97
98
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
99
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
98
100
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
99
101
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
100
102
|
'transactionid': opts['transactionid']
|
|
@@ -119,6 +121,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
119
121
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
120
122
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
121
123
|
* @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
|
|
124
|
+
* @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
|
|
122
125
|
* @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
|
|
123
126
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
124
127
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -147,6 +150,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
150
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
148
151
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
149
152
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
153
|
+
* @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
|
|
150
154
|
* @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
|
|
151
155
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
152
156
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -179,6 +183,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
179
183
|
var headerParams = {
|
|
180
184
|
'Authorization': opts['authorization'],
|
|
181
185
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
186
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
182
187
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
183
188
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
184
189
|
'transactionid': opts['transactionid']
|
|
@@ -205,6 +210,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
205
210
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
206
211
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
207
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
|
|
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
|
|
208
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
|
|
209
215
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
210
216
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -231,6 +237,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
231
237
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
232
238
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
233
239
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
240
|
+
* @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
|
|
234
241
|
* @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
|
|
235
242
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
236
243
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -257,6 +264,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
264
|
var headerParams = {
|
|
258
265
|
'Authorization': opts['authorization'],
|
|
259
266
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
267
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
260
268
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
261
269
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
262
270
|
'transactionid': opts['transactionid']
|
|
@@ -282,6 +290,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
282
290
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
283
291
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
284
292
|
* @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
|
|
293
|
+
* @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
|
|
285
294
|
* @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
|
|
286
295
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
287
296
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -308,6 +317,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
317
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
309
318
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
310
319
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
320
|
+
* @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
|
|
311
321
|
* @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
|
|
312
322
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
313
323
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -334,6 +344,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
334
344
|
var headerParams = {
|
|
335
345
|
'Authorization': opts['authorization'],
|
|
336
346
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
347
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
337
348
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
338
349
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
339
350
|
'transactionid': opts['transactionid']
|
|
@@ -359,6 +370,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
370
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
360
371
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
361
372
|
* @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
|
|
373
|
+
* @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
|
|
362
374
|
* @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
|
|
363
375
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
364
376
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -385,6 +397,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
385
397
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
386
398
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
387
399
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
400
|
+
* @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
|
|
388
401
|
* @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
|
|
389
402
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
390
403
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -411,6 +424,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
424
|
var headerParams = {
|
|
412
425
|
'Authorization': opts['authorization'],
|
|
413
426
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
427
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
414
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
415
429
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
416
430
|
'transactionid': opts['transactionid']
|
|
@@ -436,6 +450,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
436
450
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
437
451
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
438
452
|
* @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
|
|
453
|
+
* @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
|
|
439
454
|
* @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
|
|
440
455
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
441
456
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -462,6 +477,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
462
477
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
463
478
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
464
479
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
480
|
+
* @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
|
|
465
481
|
* @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
|
|
466
482
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
467
483
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -488,6 +504,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
504
|
var headerParams = {
|
|
489
505
|
'Authorization': opts['authorization'],
|
|
490
506
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
507
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
491
508
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
492
509
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
493
510
|
'transactionid': opts['transactionid']
|
|
@@ -513,6 +530,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
513
530
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
514
531
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
515
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
|
|
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
|
|
516
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
|
|
517
535
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
518
536
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -540,6 +558,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
558
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
541
559
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
542
560
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
561
|
+
* @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
|
|
543
562
|
* @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
|
|
544
563
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
545
564
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -572,6 +591,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
572
591
|
var headerParams = {
|
|
573
592
|
'Authorization': opts['authorization'],
|
|
574
593
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
594
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
575
595
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
576
596
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
577
597
|
'transactionid': opts['transactionid']
|
|
@@ -598,6 +618,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
598
618
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
599
619
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
600
620
|
* @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
|
|
621
|
+
* @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
|
|
601
622
|
* @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
|
|
602
623
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
603
624
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -625,6 +646,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
625
646
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
626
647
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
627
648
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
649
|
+
* @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
650
|
* @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
|
|
629
651
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
630
652
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -657,6 +679,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
657
679
|
var headerParams = {
|
|
658
680
|
'Authorization': opts['authorization'],
|
|
659
681
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
682
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
660
683
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
661
684
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
662
685
|
'transactionid': opts['transactionid']
|
|
@@ -683,6 +706,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
683
706
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
684
707
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
685
708
|
* @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
|
|
709
|
+
* @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
|
|
686
710
|
* @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
|
|
687
711
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
688
712
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -709,6 +733,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
709
733
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
710
734
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
711
735
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
736
|
+
* @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
|
|
712
737
|
* @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
|
|
713
738
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
714
739
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -735,6 +760,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
735
760
|
var headerParams = {
|
|
736
761
|
'Authorization': opts['authorization'],
|
|
737
762
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
763
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
738
764
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
739
765
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
740
766
|
'transactionid': opts['transactionid']
|
|
@@ -760,6 +786,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
760
786
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
761
787
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
762
788
|
* @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
|
|
789
|
+
* @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
|
|
763
790
|
* @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
|
|
764
791
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
765
792
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -783,6 +810,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
783
810
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
784
811
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
785
812
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
813
|
+
* @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
|
|
786
814
|
* @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
|
|
787
815
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
788
816
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -805,6 +833,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
805
833
|
var headerParams = {
|
|
806
834
|
'Authorization': opts['authorization'],
|
|
807
835
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
836
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
808
837
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
809
838
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
810
839
|
'transactionid': opts['transactionid']
|
|
@@ -827,6 +856,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
827
856
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
828
857
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
829
858
|
* @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
|
|
859
|
+
* @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
|
|
830
860
|
* @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
|
|
831
861
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
832
862
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -851,6 +881,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
851
881
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
852
882
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
853
883
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
884
|
+
* @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
|
|
854
885
|
* @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
|
|
855
886
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
856
887
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -879,6 +910,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
879
910
|
var headerParams = {
|
|
880
911
|
'Authorization': opts['authorization'],
|
|
881
912
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
913
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
882
914
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
883
915
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
884
916
|
'transactionid': opts['transactionid']
|
|
@@ -902,6 +934,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
902
934
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
903
935
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
904
936
|
* @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
|
|
937
|
+
* @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
|
|
905
938
|
* @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
|
|
906
939
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
907
940
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -928,6 +961,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
928
961
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
929
962
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
930
963
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
964
|
+
* @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
|
|
931
965
|
* @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
|
|
932
966
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
933
967
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -956,6 +990,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
956
990
|
var headerParams = {
|
|
957
991
|
'Authorization': opts['authorization'],
|
|
958
992
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
993
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
959
994
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
960
995
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
961
996
|
'transactionid': opts['transactionid']
|
|
@@ -981,6 +1016,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
981
1016
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
982
1017
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
983
1018
|
* @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
|
|
1019
|
+
* @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
|
|
984
1020
|
* @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
|
|
985
1021
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
986
1022
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1005,6 +1041,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1005
1041
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1006
1042
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1007
1043
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1044
|
+
* @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
|
|
1008
1045
|
* @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
|
|
1009
1046
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1010
1047
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1027,6 +1064,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1027
1064
|
var headerParams = {
|
|
1028
1065
|
'Authorization': opts['authorization'],
|
|
1029
1066
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1067
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1030
1068
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1031
1069
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1032
1070
|
'transactionid': opts['transactionid']
|
|
@@ -1050,6 +1088,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1050
1088
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1051
1089
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1052
1090
|
* @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
|
|
1091
|
+
* @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
|
|
1053
1092
|
* @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
|
|
1054
1093
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1055
1094
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1075,6 +1114,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1075
1114
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1076
1115
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1077
1116
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1117
|
+
* @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
|
|
1078
1118
|
* @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
|
|
1079
1119
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1080
1120
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1103,6 +1143,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1103
1143
|
var headerParams = {
|
|
1104
1144
|
'Authorization': opts['authorization'],
|
|
1105
1145
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1146
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1106
1147
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1107
1148
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1108
1149
|
'transactionid': opts['transactionid']
|
|
@@ -1127,6 +1168,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1127
1168
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1128
1169
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1129
1170
|
* @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
|
|
1171
|
+
* @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
|
|
1130
1172
|
* @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
|
|
1131
1173
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1132
1174
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1153,6 +1195,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1153
1195
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1154
1196
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1155
1197
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1198
|
+
* @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
|
|
1156
1199
|
* @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
|
|
1157
1200
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1158
1201
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1181,6 +1224,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1181
1224
|
var headerParams = {
|
|
1182
1225
|
'Authorization': opts['authorization'],
|
|
1183
1226
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1227
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1184
1228
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1185
1229
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1186
1230
|
'transactionid': opts['transactionid']
|
|
@@ -1206,6 +1250,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1206
1250
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1207
1251
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1208
1252
|
* @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
|
|
1253
|
+
* @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
|
|
1209
1254
|
* @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
|
|
1210
1255
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1211
1256
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1232,6 +1277,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1232
1277
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1233
1278
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1234
1279
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1280
|
+
* @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
|
|
1235
1281
|
* @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
|
|
1236
1282
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1237
1283
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1260,6 +1306,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1260
1306
|
var headerParams = {
|
|
1261
1307
|
'Authorization': opts['authorization'],
|
|
1262
1308
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1309
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1263
1310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1264
1311
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1265
1312
|
'transactionid': opts['transactionid']
|
|
@@ -1285,6 +1332,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1285
1332
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1286
1333
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1287
1334
|
* @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
|
|
1335
|
+
* @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
|
|
1288
1336
|
* @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
|
|
1289
1337
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1290
1338
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1310,6 +1358,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1310
1358
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1311
1359
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1312
1360
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1361
|
+
* @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
|
|
1313
1362
|
* @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
|
|
1314
1363
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1315
1364
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1332,6 +1381,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1332
1381
|
var headerParams = {
|
|
1333
1382
|
'Authorization': opts['authorization'],
|
|
1334
1383
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1384
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1335
1385
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1336
1386
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1337
1387
|
'transactionid': opts['transactionid']
|
|
@@ -1356,6 +1406,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1356
1406
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1357
1407
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1358
1408
|
* @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
|
|
1409
|
+
* @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
|
|
1359
1410
|
* @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
|
|
1360
1411
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1361
1412
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1382,6 +1433,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1382
1433
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1383
1434
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1384
1435
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1436
|
+
* @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
|
|
1385
1437
|
* @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
|
|
1386
1438
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1387
1439
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1410,6 +1462,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1410
1462
|
var headerParams = {
|
|
1411
1463
|
'Authorization': opts['authorization'],
|
|
1412
1464
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1465
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1413
1466
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1414
1467
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1415
1468
|
'transactionid': opts['transactionid']
|
|
@@ -1435,6 +1488,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1435
1488
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1436
1489
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1437
1490
|
* @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
|
|
1491
|
+
* @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
|
|
1438
1492
|
* @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
|
|
1439
1493
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1440
1494
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1460,6 +1514,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1460
1514
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1461
1515
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1462
1516
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1517
|
+
* @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
|
|
1463
1518
|
* @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
|
|
1464
1519
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1465
1520
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1482,6 +1537,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1482
1537
|
var headerParams = {
|
|
1483
1538
|
'Authorization': opts['authorization'],
|
|
1484
1539
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1540
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1485
1541
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1486
1542
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1487
1543
|
'transactionid': opts['transactionid']
|
|
@@ -1506,6 +1562,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1506
1562
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1507
1563
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1508
1564
|
* @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
|
|
1565
|
+
* @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
|
|
1509
1566
|
* @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
|
|
1510
1567
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1511
1568
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1532,6 +1589,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1532
1589
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1533
1590
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1534
1591
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1592
|
+
* @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
|
|
1535
1593
|
* @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
|
|
1536
1594
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1537
1595
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1560,6 +1618,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1560
1618
|
var headerParams = {
|
|
1561
1619
|
'Authorization': opts['authorization'],
|
|
1562
1620
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1621
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1563
1622
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1564
1623
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1565
1624
|
'transactionid': opts['transactionid']
|
|
@@ -1585,6 +1644,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1585
1644
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1586
1645
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1587
1646
|
* @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
|
|
1647
|
+
* @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
|
|
1588
1648
|
* @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
|
|
1589
1649
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1590
1650
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1610,6 +1670,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1610
1670
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1611
1671
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1612
1672
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1673
|
+
* @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
|
|
1613
1674
|
* @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
|
|
1614
1675
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1615
1676
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1632,6 +1693,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1632
1693
|
var headerParams = {
|
|
1633
1694
|
'Authorization': opts['authorization'],
|
|
1634
1695
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1696
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1635
1697
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1636
1698
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1637
1699
|
'transactionid': opts['transactionid']
|
|
@@ -1656,6 +1718,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1656
1718
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1657
1719
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1658
1720
|
* @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
|
|
1721
|
+
* @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
|
|
1659
1722
|
* @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
|
|
1660
1723
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1661
1724
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1681,6 +1744,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1681
1744
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1682
1745
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1683
1746
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1747
|
+
* @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
|
|
1684
1748
|
* @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
|
|
1685
1749
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1686
1750
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1703,6 +1767,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1703
1767
|
var headerParams = {
|
|
1704
1768
|
'Authorization': opts['authorization'],
|
|
1705
1769
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1770
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1706
1771
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1707
1772
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1708
1773
|
'transactionid': opts['transactionid']
|
|
@@ -1727,6 +1792,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1727
1792
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1728
1793
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1729
1794
|
* @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
|
|
1795
|
+
* @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
|
|
1730
1796
|
* @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
|
|
1731
1797
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1732
1798
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1752,6 +1818,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1752
1818
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1753
1819
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1754
1820
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1821
|
+
* @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
|
|
1755
1822
|
* @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
|
|
1756
1823
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1757
1824
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1774,6 +1841,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1774
1841
|
var headerParams = {
|
|
1775
1842
|
'Authorization': opts['authorization'],
|
|
1776
1843
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1844
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1777
1845
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1778
1846
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1779
1847
|
'transactionid': opts['transactionid']
|
|
@@ -1798,6 +1866,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1798
1866
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1799
1867
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1800
1868
|
* @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
|
|
1869
|
+
* @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
|
|
1801
1870
|
* @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
|
|
1802
1871
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1803
1872
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1824,6 +1893,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1824
1893
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1825
1894
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1826
1895
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1896
|
+
* @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
|
|
1827
1897
|
* @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
|
|
1828
1898
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1829
1899
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1852,6 +1922,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1852
1922
|
var headerParams = {
|
|
1853
1923
|
'Authorization': opts['authorization'],
|
|
1854
1924
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1925
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1855
1926
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1856
1927
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1857
1928
|
'transactionid': opts['transactionid']
|
|
@@ -1877,6 +1948,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1877
1948
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1878
1949
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1879
1950
|
* @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
|
|
1951
|
+
* @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
|
|
1880
1952
|
* @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
|
|
1881
1953
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1882
1954
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1902,6 +1974,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1902
1974
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1903
1975
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1904
1976
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1977
|
+
* @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
|
|
1905
1978
|
* @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
|
|
1906
1979
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1907
1980
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -1924,6 +1997,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1924
1997
|
var headerParams = {
|
|
1925
1998
|
'Authorization': opts['authorization'],
|
|
1926
1999
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2000
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
1927
2001
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1928
2002
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
1929
2003
|
'transactionid': opts['transactionid']
|
|
@@ -1948,6 +2022,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1948
2022
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1949
2023
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
1950
2024
|
* @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
|
|
2025
|
+
* @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
|
|
1951
2026
|
* @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
|
|
1952
2027
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1953
2028
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -1974,6 +2049,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1974
2049
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
1975
2050
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1976
2051
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2052
|
+
* @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
|
|
1977
2053
|
* @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
|
|
1978
2054
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1979
2055
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2002,6 +2078,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2002
2078
|
var headerParams = {
|
|
2003
2079
|
'Authorization': opts['authorization'],
|
|
2004
2080
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2081
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2005
2082
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2006
2083
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2007
2084
|
'transactionid': opts['transactionid']
|
|
@@ -2027,6 +2104,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2027
2104
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2028
2105
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2029
2106
|
* @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
|
|
2107
|
+
* @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
|
|
2030
2108
|
* @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
|
|
2031
2109
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2032
2110
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2053,6 +2131,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2053
2131
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2054
2132
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2055
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
|
|
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
|
|
2056
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
|
|
2057
2136
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2058
2137
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2081,6 +2160,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2081
2160
|
var headerParams = {
|
|
2082
2161
|
'Authorization': opts['authorization'],
|
|
2083
2162
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2163
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2084
2164
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2085
2165
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2086
2166
|
'transactionid': opts['transactionid']
|
|
@@ -2106,6 +2186,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2106
2186
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2107
2187
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2108
2188
|
* @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
|
|
2189
|
+
* @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
|
|
2109
2190
|
* @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
|
|
2110
2191
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2111
2192
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2132,6 +2213,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2132
2213
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2133
2214
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2134
2215
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2216
|
+
* @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
|
|
2135
2217
|
* @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
|
|
2136
2218
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2137
2219
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2160,6 +2242,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2160
2242
|
var headerParams = {
|
|
2161
2243
|
'Authorization': opts['authorization'],
|
|
2162
2244
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2245
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2163
2246
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2164
2247
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2165
2248
|
'transactionid': opts['transactionid']
|
|
@@ -2185,6 +2268,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2185
2268
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2186
2269
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2187
2270
|
* @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
|
|
2271
|
+
* @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
|
|
2188
2272
|
* @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
|
|
2189
2273
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2190
2274
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2211,6 +2295,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2211
2295
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2212
2296
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2213
2297
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2298
|
+
* @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
|
|
2214
2299
|
* @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
|
|
2215
2300
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2216
2301
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2239,6 +2324,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2239
2324
|
var headerParams = {
|
|
2240
2325
|
'Authorization': opts['authorization'],
|
|
2241
2326
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2327
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2242
2328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2243
2329
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2244
2330
|
'transactionid': opts['transactionid']
|
|
@@ -2264,6 +2350,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2264
2350
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2265
2351
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2266
2352
|
* @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
|
|
2353
|
+
* @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
|
|
2267
2354
|
* @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
|
|
2268
2355
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2269
2356
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2291,6 +2378,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2291
2378
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2292
2379
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2293
2380
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2381
|
+
* @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
|
|
2294
2382
|
* @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
|
|
2295
2383
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2296
2384
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2323,6 +2411,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2323
2411
|
var headerParams = {
|
|
2324
2412
|
'Authorization': opts['authorization'],
|
|
2325
2413
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2414
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2326
2415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2327
2416
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2328
2417
|
'transactionid': opts['transactionid']
|
|
@@ -2349,6 +2438,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2349
2438
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2350
2439
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2351
2440
|
* @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
|
|
2441
|
+
* @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
|
|
2352
2442
|
* @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
|
|
2353
2443
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2354
2444
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2376,6 +2466,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2376
2466
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2377
2467
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2378
2468
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2469
|
+
* @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
|
|
2379
2470
|
* @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
|
|
2380
2471
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2381
2472
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2409,6 +2500,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2409
2500
|
var headerParams = {
|
|
2410
2501
|
'Authorization': opts['authorization'],
|
|
2411
2502
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2503
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2412
2504
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2413
2505
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2414
2506
|
'transactionid': opts['transactionid']
|
|
@@ -2435,6 +2527,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2435
2527
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2436
2528
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2437
2529
|
* @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
|
|
2530
|
+
* @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
|
|
2438
2531
|
* @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
|
|
2439
2532
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2440
2533
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2462,6 +2555,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2462
2555
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2463
2556
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2464
2557
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2558
|
+
* @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
|
|
2465
2559
|
* @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
|
|
2466
2560
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2467
2561
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2494,6 +2588,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2494
2588
|
var headerParams = {
|
|
2495
2589
|
'Authorization': opts['authorization'],
|
|
2496
2590
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2591
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2497
2592
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2498
2593
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2499
2594
|
'transactionid': opts['transactionid']
|
|
@@ -2520,6 +2615,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2520
2615
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2521
2616
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2522
2617
|
* @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
|
|
2618
|
+
* @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
|
|
2523
2619
|
* @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
|
|
2524
2620
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2525
2621
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2546,6 +2642,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2546
2642
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2547
2643
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2548
2644
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2645
|
+
* @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
|
|
2549
2646
|
* @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
|
|
2550
2647
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2551
2648
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2572,6 +2669,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2572
2669
|
var headerParams = {
|
|
2573
2670
|
'Authorization': opts['authorization'],
|
|
2574
2671
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2672
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2575
2673
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2576
2674
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2577
2675
|
'transactionid': opts['transactionid']
|
|
@@ -2597,6 +2695,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2597
2695
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2598
2696
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2599
2697
|
* @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
|
|
2698
|
+
* @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
|
|
2600
2699
|
* @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
|
|
2601
2700
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2602
2701
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2624,6 +2723,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2624
2723
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2625
2724
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2626
2725
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2726
|
+
* @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
|
|
2627
2727
|
* @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
|
|
2628
2728
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2629
2729
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2657,6 +2757,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2657
2757
|
var headerParams = {
|
|
2658
2758
|
'Authorization': opts['authorization'],
|
|
2659
2759
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2760
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2660
2761
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2661
2762
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2662
2763
|
'transactionid': opts['transactionid']
|
|
@@ -2683,6 +2784,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2683
2784
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2684
2785
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2685
2786
|
* @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
|
|
2787
|
+
* @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
|
|
2686
2788
|
* @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
|
|
2687
2789
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2688
2790
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2709,6 +2811,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2709
2811
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2710
2812
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2711
2813
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2814
|
+
* @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
|
|
2712
2815
|
* @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
|
|
2713
2816
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2714
2817
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2735,6 +2838,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2735
2838
|
var headerParams = {
|
|
2736
2839
|
'Authorization': opts['authorization'],
|
|
2737
2840
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2841
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2738
2842
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2739
2843
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2740
2844
|
'transactionid': opts['transactionid']
|
|
@@ -2760,6 +2864,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2760
2864
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2761
2865
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2762
2866
|
* @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
|
|
2867
|
+
* @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
|
|
2763
2868
|
* @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
|
|
2764
2869
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2765
2870
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2786,6 +2891,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2786
2891
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2787
2892
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2788
2893
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2894
|
+
* @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
|
|
2789
2895
|
* @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
|
|
2790
2896
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2791
2897
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2812,6 +2918,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2812
2918
|
var headerParams = {
|
|
2813
2919
|
'Authorization': opts['authorization'],
|
|
2814
2920
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2921
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2815
2922
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2816
2923
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2817
2924
|
'transactionid': opts['transactionid']
|
|
@@ -2837,6 +2944,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2837
2944
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2838
2945
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2839
2946
|
* @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
|
|
2947
|
+
* @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
|
|
2840
2948
|
* @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
|
|
2841
2949
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2842
2950
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2864,6 +2972,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2864
2972
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2865
2973
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2866
2974
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2975
|
+
* @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
|
|
2867
2976
|
* @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
|
|
2868
2977
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2869
2978
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2896,6 +3005,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2896
3005
|
var headerParams = {
|
|
2897
3006
|
'Authorization': opts['authorization'],
|
|
2898
3007
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3008
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2899
3009
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2900
3010
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2901
3011
|
'transactionid': opts['transactionid']
|
|
@@ -2922,6 +3032,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2922
3032
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2923
3033
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
2924
3034
|
* @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
|
|
3035
|
+
* @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
|
|
2925
3036
|
* @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
|
|
2926
3037
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2927
3038
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -2949,6 +3060,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2949
3060
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
2950
3061
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2951
3062
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3063
|
+
* @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
|
|
2952
3064
|
* @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
|
|
2953
3065
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
2954
3066
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -2981,6 +3093,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2981
3093
|
var headerParams = {
|
|
2982
3094
|
'Authorization': opts['authorization'],
|
|
2983
3095
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3096
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
2984
3097
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2985
3098
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
2986
3099
|
'transactionid': opts['transactionid']
|
|
@@ -3007,6 +3120,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3007
3120
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3008
3121
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3009
3122
|
* @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
|
|
3123
|
+
* @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
|
|
3010
3124
|
* @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
|
|
3011
3125
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
3012
3126
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
@@ -3033,6 +3147,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3033
3147
|
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3034
3148
|
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
3035
3149
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3150
|
+
* @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
|
|
3036
3151
|
* @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
|
|
3037
3152
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
3038
3153
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
@@ -3062,6 +3177,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3062
3177
|
var headerParams = {
|
|
3063
3178
|
'Authorization': opts['authorization'],
|
|
3064
3179
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3180
|
+
'zeusportal-postas-org': opts['zeusportalPostasOrg'],
|
|
3065
3181
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3066
3182
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
3067
3183
|
'transactionid': opts['transactionid']
|
|
@@ -3087,6 +3203,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3087
3203
|
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
3088
3204
|
* @param {Array.<module:model/CacheInvalidation>} opts.invalidationkeys Cache keys that should be invalidated in this operation
|
|
3089
3205
|
* @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
|
|
3206
|
+
* @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
|
|
3090
3207
|
* @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
|
|
3091
3208
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
3092
3209
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|