@gobodo/gobodo-api 0.1.97 → 0.1.100
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 +602 -684
- package/dist/ApiClient.d.ts +1 -1
- package/dist/ApiClient.js +7 -3
- package/dist/api/ActionTypesApi.d.ts +2 -1
- package/dist/api/ActionTypesApi.js +6 -3
- package/dist/api/AdCampaignsApi.d.ts +30 -47
- package/dist/api/AdCampaignsApi.js +107 -145
- package/dist/api/AdManagementApi.d.ts +53 -41
- package/dist/api/AdManagementApi.js +186 -156
- package/dist/api/AdminDataManagementApi.d.ts +4 -3
- package/dist/api/AdminDataManagementApi.js +17 -15
- package/dist/api/AdsApi.d.ts +24 -43
- package/dist/api/AdsApi.js +80 -124
- package/dist/api/AttachmentsApi.d.ts +14 -58
- package/dist/api/AttachmentsApi.js +64 -166
- package/dist/api/AuthenticationApi.d.ts +1 -1
- package/dist/api/AuthenticationApi.js +12 -12
- package/dist/api/CategoriesApi.d.ts +17 -10
- package/dist/api/CategoriesApi.js +88 -65
- package/dist/api/CommentsApi.d.ts +11 -53
- package/dist/api/CommentsApi.js +64 -159
- package/dist/api/ContentManagementApi.d.ts +44 -16
- package/dist/api/ContentManagementApi.js +306 -222
- package/dist/api/ConversationsApi.d.ts +13 -29
- package/dist/api/ConversationsApi.js +87 -119
- package/dist/api/CurrencyApi.d.ts +8 -1
- package/dist/api/CurrencyApi.js +71 -50
- package/dist/api/DataSheetImportsApi.d.ts +23 -11
- package/dist/api/DataSheetImportsApi.js +167 -127
- package/dist/api/DefaultApi.d.ts +18 -13
- package/dist/api/DefaultApi.js +73 -58
- package/dist/api/DocumentPartTypesApi.d.ts +3 -1
- package/dist/api/DocumentPartTypesApi.js +23 -16
- package/dist/api/DocumentTypesApi.d.ts +3 -1
- package/dist/api/DocumentTypesApi.js +23 -16
- package/dist/api/DocumentsApi.d.ts +20 -32
- package/dist/api/DocumentsApi.js +131 -153
- package/dist/api/EmailsApi.d.ts +5 -1
- package/dist/api/EmailsApi.js +43 -30
- package/dist/api/EntryPartsApi.d.ts +21 -33
- package/dist/api/EntryPartsApi.js +132 -152
- package/dist/api/FacebookApi.d.ts +1 -1
- package/dist/api/FacebookApi.js +3 -3
- package/dist/api/FieldsApi.d.ts +4 -1
- package/dist/api/FieldsApi.js +33 -23
- package/dist/api/FilesApi.d.ts +5 -5
- package/dist/api/FilesApi.js +13 -12
- package/dist/api/FormsApi.d.ts +52 -34
- package/dist/api/FormsApi.js +233 -182
- package/dist/api/FunctionsApi.d.ts +21 -27
- package/dist/api/FunctionsApi.js +196 -203
- package/dist/api/GeocodeApi.d.ts +30 -70
- package/dist/api/GeocodeApi.js +72 -176
- package/dist/api/GobodoManagementApi.d.ts +6 -1
- package/dist/api/GobodoManagementApi.js +53 -37
- package/dist/api/GoogleApi.d.ts +1 -1
- package/dist/api/GoogleApi.js +3 -3
- package/dist/api/GraphActionTypesApi.d.ts +79 -61
- package/dist/api/GraphActionTypesApi.js +225 -184
- package/dist/api/GraphActionsApi.d.ts +28 -149
- package/dist/api/GraphActionsApi.js +85 -374
- package/dist/api/GraphObjectTypesApi.d.ts +38 -148
- package/dist/api/GraphObjectTypesApi.js +140 -392
- package/dist/api/GraphObjectsApi.d.ts +194 -1103
- package/dist/api/GraphObjectsApi.js +597 -2774
- package/dist/api/GraphRelationshipTypesApi.d.ts +67 -303
- package/dist/api/GraphRelationshipTypesApi.js +200 -748
- package/dist/api/GraphRelationshipsApi.d.ts +83 -494
- package/dist/api/GraphRelationshipsApi.js +351 -1306
- package/dist/api/GraphSchemasApi.d.ts +9 -229
- package/dist/api/GraphSchemasApi.js +86 -610
- package/dist/api/GraphTraversalApi.d.ts +12 -5
- package/dist/api/GraphTraversalApi.js +80 -58
- package/dist/api/GraphsApi.d.ts +102 -87
- package/dist/api/GraphsApi.js +274 -233
- package/dist/api/IAMApi.d.ts +21 -17
- package/dist/api/IAMApi.js +69 -57
- package/dist/api/ImagesApi.d.ts +15 -86
- package/dist/api/ImagesApi.js +71 -238
- package/dist/api/InvitesApi.d.ts +6 -1
- package/dist/api/InvitesApi.js +53 -37
- package/dist/api/LikesApi.d.ts +42 -29
- package/dist/api/LikesApi.js +179 -143
- package/dist/api/LinkedINApi.d.ts +1 -1
- package/dist/api/LinkedINApi.js +3 -3
- package/dist/api/LiveMeetingsApi.d.ts +5 -3
- package/dist/api/LiveMeetingsApi.js +27 -22
- package/dist/api/MeetingEventsApi.d.ts +20 -131
- package/dist/api/MeetingEventsApi.js +175 -431
- package/dist/api/NotificationsApi.d.ts +15 -1
- package/dist/api/NotificationsApi.js +137 -97
- package/dist/api/PagesApi.d.ts +15 -31
- package/dist/api/PagesApi.js +94 -126
- package/dist/api/PasswordResetApi.d.ts +78 -0
- package/dist/api/PasswordResetApi.js +189 -0
- package/dist/api/PhoneNumbersApi.d.ts +6 -1
- package/dist/api/PhoneNumbersApi.js +53 -37
- package/dist/api/PostsApi.d.ts +9 -29
- package/dist/api/PostsApi.js +47 -91
- package/dist/api/PrivateMessagesApi.d.ts +24 -33
- package/dist/api/PrivateMessagesApi.js +160 -171
- package/dist/api/PublicationsApi.d.ts +10 -25
- package/dist/api/PublicationsApi.js +83 -116
- package/dist/api/RestApplicationsApi.d.ts +6 -1
- package/dist/api/RestApplicationsApi.js +51 -36
- package/dist/api/ScreensApi.d.ts +4 -1
- package/dist/api/ScreensApi.js +33 -23
- package/dist/api/SitesApi.d.ts +11 -1
- package/dist/api/SitesApi.js +99 -70
- package/dist/api/SocialGroupsApi.d.ts +25 -6
- package/dist/api/SocialGroupsApi.js +193 -139
- package/dist/api/SocialIntegrationApi.d.ts +1 -1
- package/dist/api/SocialIntegrationApi.js +6 -6
- package/dist/api/StripeAccountsApi.d.ts +42 -3
- package/dist/api/StripeAccountsApi.js +397 -281
- package/dist/api/TagsApi.d.ts +2 -1
- package/dist/api/TagsApi.js +6 -3
- package/dist/api/TemplatesApi.d.ts +4 -1
- package/dist/api/TemplatesApi.js +33 -23
- package/dist/api/ThemeMappingsApi.d.ts +8 -5
- package/dist/api/ThemeMappingsApi.js +39 -29
- package/dist/api/TopicsApi.d.ts +9 -1
- package/dist/api/TopicsApi.js +83 -58
- package/dist/api/TransactionsApi.d.ts +1 -1
- package/dist/api/TransactionsApi.js +5 -5
- package/dist/api/TwitterApi.d.ts +1 -1
- package/dist/api/TwitterApi.js +3 -3
- package/dist/api/UserManagerAdministrationApi.d.ts +96 -0
- package/dist/api/UserManagerAdministrationApi.js +234 -0
- package/dist/api/UserTagsApi.d.ts +33 -75
- package/dist/api/UserTagsApi.js +111 -209
- package/dist/api/UsersApi.d.ts +12 -1
- package/dist/api/UsersApi.js +111 -78
- package/dist/api/UtilsApi.d.ts +1 -1
- package/dist/api/UtilsApi.js +3 -3
- package/dist/api/VideosApi.d.ts +17 -57
- package/dist/api/VideosApi.js +102 -192
- package/dist/api/WalletsApi.d.ts +18 -1
- package/dist/api/WalletsApi.js +167 -118
- package/dist/index.d.ts +33 -16
- package/dist/index.js +204 -85
- package/dist/model/APIClient.d.ts +2 -2
- package/dist/model/APIClient.js +10 -10
- 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 +33 -0
- package/dist/model/Address.js +137 -0
- package/dist/model/AddressResponse.d.ts +46 -0
- package/dist/model/AddressResponse.js +168 -0
- package/dist/model/ApplicationPaymentAccountResponse.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.d.ts +1 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/Article.d.ts +10 -10
- package/dist/model/Article.js +68 -68
- package/dist/model/AuthResponse.d.ts +1 -1
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.d.ts +1 -1
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.d.ts +2 -2
- package/dist/model/Balance.js +19 -19
- 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 +46 -0
- package/dist/model/CacheInvalidation.js +137 -0
- package/dist/model/CardInfo.d.ts +1 -1
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.d.ts +4 -4
- package/dist/model/Comment.js +22 -22
- 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/Currency.d.ts +1 -1
- package/dist/model/Currency.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 +8 -8
- package/dist/model/DataSheetImport.js +76 -76
- package/dist/model/DataSheetImportPrivacySettings.d.ts +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +10 -10
- package/dist/model/DataSheetImportSummary.d.ts +2 -2
- package/dist/model/DataSheetImportSummary.js +14 -14
- package/dist/model/DeviceRegistrationRequest.d.ts +1 -1
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.d.ts +11 -11
- package/dist/model/Document.js +72 -72
- package/dist/model/DocumentPart.d.ts +6 -6
- package/dist/model/DocumentPart.js +54 -54
- package/dist/model/DocumentPartType.d.ts +4 -4
- package/dist/model/DocumentPartType.js +30 -30
- package/dist/model/DocumentType.d.ts +6 -6
- package/dist/model/DocumentType.js +46 -46
- package/dist/model/DomainMappingInput.d.ts +40 -0
- package/dist/model/DomainMappingInput.js +122 -0
- package/dist/model/DomainMappingResponse.d.ts +40 -0
- package/dist/model/DomainMappingResponse.js +122 -0
- 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 +5 -5
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.d.ts +5 -5
- package/dist/model/File.js +28 -28
- package/dist/model/FileAttachmentUploadObject.d.ts +5 -5
- package/dist/model/FileAttachmentUploadObject.js +28 -28
- 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 +3 -3
- package/dist/model/Form.js +21 -21
- package/dist/model/FormSection.d.ts +1 -1
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.d.ts +3 -3
- package/dist/model/FormSubmission.js +17 -17
- 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/Geocode.d.ts +1 -1
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.d.ts +1 -1
- package/dist/model/GeocodePayload.js +6 -6
- package/dist/model/GeocodeResponse.d.ts +42 -0
- package/dist/model/GeocodeResponse.js +140 -0
- 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 +5 -5
- package/dist/model/Graph.js +33 -33
- package/dist/model/GraphAction.d.ts +2 -2
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphActionPayload.d.ts +1 -1
- package/dist/model/GraphActionPayload.js +2 -2
- package/dist/model/GraphActionResponse.d.ts +3 -1
- package/dist/model/GraphActionResponse.js +26 -2
- package/dist/model/GraphActionTypeInput.d.ts +55 -0
- package/dist/model/GraphActionTypeInput.js +316 -0
- package/dist/model/GraphActionTypeResponse.d.ts +69 -0
- package/dist/model/GraphActionTypeResponse.js +407 -0
- package/dist/model/GraphDatabaseService.d.ts +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.d.ts +1 -1
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphInput.d.ts +43 -0
- package/dist/model/GraphInput.js +152 -0
- package/dist/model/GraphIteratorEntryPart.d.ts +1 -1
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.d.ts +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +9 -9
- package/dist/model/GraphObject.d.ts +3 -3
- package/dist/model/GraphObject.js +19 -19
- package/dist/model/GraphObjectPayload.d.ts +3 -3
- package/dist/model/GraphObjectPayload.js +17 -19
- package/dist/model/GraphObjectResponse.d.ts +11 -3
- package/dist/model/GraphObjectResponse.js +74 -6
- package/dist/model/GraphObjectSchema.d.ts +4 -4
- package/dist/model/GraphObjectSchema.js +31 -31
- package/dist/model/GraphObjectType.d.ts +3 -3
- package/dist/model/GraphObjectType.js +18 -18
- package/dist/model/GraphObjectTypeInput.d.ts +1 -1
- package/dist/model/GraphObjectTypeInput.js +2 -2
- package/dist/model/GraphObjectTypeResponse.d.ts +9 -7
- package/dist/model/GraphObjectTypeResponse.js +59 -28
- package/dist/model/GraphObjectTypeSchema.d.ts +3 -3
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- package/dist/model/GraphOwner.d.ts +1 -1
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.d.ts +2 -2
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.d.ts +3 -3
- package/dist/model/GraphRelationshipPayload.js +22 -24
- package/dist/model/GraphRelationshipResponse.d.ts +55 -0
- package/dist/model/GraphRelationshipResponse.js +229 -0
- package/dist/model/GraphRelationshipType.d.ts +6 -6
- package/dist/model/GraphRelationshipType.js +43 -43
- package/dist/model/GraphRelationshipTypeInput.d.ts +59 -0
- package/dist/model/GraphRelationshipTypeInput.js +367 -0
- package/dist/model/GraphRelationshipTypeResponse.d.ts +4 -1
- package/dist/model/GraphRelationshipTypeResponse.js +38 -2
- package/dist/model/GraphResponse.d.ts +54 -0
- package/dist/model/GraphResponse.js +196 -0
- package/dist/model/GraphSchema.d.ts +7 -7
- package/dist/model/GraphSchema.js +42 -42
- 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 +7 -1
- package/dist/model/GraphTraversalInput.js +74 -2
- package/dist/model/Image.d.ts +1 -1
- package/dist/model/Image.js +2 -2
- package/dist/model/InputPart.d.ts +5 -3
- package/dist/model/InputPart.js +42 -23
- package/dist/model/InputPartHeaders.d.ts +29 -0
- package/dist/model/InputPartHeaders.js +87 -0
- package/dist/model/InputPartMediaType.d.ts +1 -1
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/JsonArray.d.ts +34 -0
- package/dist/model/JsonArray.js +95 -0
- package/dist/model/JsonObject.d.ts +41 -0
- package/dist/model/JsonObject.js +143 -0
- package/dist/model/JsonValue.d.ts +40 -0
- package/dist/model/JsonValue.js +132 -0
- package/dist/model/KafkaSettings.d.ts +1 -1
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.d.ts +3 -3
- package/dist/model/Link.js +21 -21
- package/dist/model/LiveStreamInfo.d.ts +1 -1
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MediaType.d.ts +33 -0
- package/dist/model/MediaType.js +127 -0
- package/dist/model/MeetingEvent.d.ts +7 -7
- package/dist/model/MeetingEvent.js +50 -50
- 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/MeetingEventTimezone.d.ts +1 -1
- package/dist/model/MeetingEventTimezone.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 +2 -2
- package/dist/model/MeetingInfo.js +15 -15
- package/dist/model/Member.d.ts +4 -4
- package/dist/model/Member.js +24 -24
- 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 +39 -0
- package/dist/model/MemberManagerConfigInput.js +124 -0
- package/dist/model/MemberManagerConfigResponse.d.ts +41 -0
- package/dist/model/MemberManagerConfigResponse.js +134 -0
- package/dist/model/MemberManagerInput.d.ts +41 -0
- package/dist/model/MemberManagerInput.js +134 -0
- package/dist/model/MemberManagerResponse.d.ts +41 -0
- package/dist/model/MemberManagerResponse.js +134 -0
- 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 +29 -0
- package/dist/model/MultivaluedMapStringString.js +87 -0
- 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 +3 -3
- package/dist/model/Objecttype.js +18 -18
- package/dist/model/OutParameter.d.ts +1 -1
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.d.ts +3 -3
- package/dist/model/Page.js +16 -16
- package/dist/model/PageSchema.d.ts +4 -4
- package/dist/model/PageSchema.js +25 -25
- package/dist/model/Pageable.d.ts +3 -3
- package/dist/model/Pageable.js +16 -16
- package/dist/model/Parameter.d.ts +1 -1
- package/dist/model/Parameter.js +2 -2
- package/dist/model/PasswordResetInitiateRequest.d.ts +38 -0
- package/dist/model/PasswordResetInitiateRequest.js +112 -0
- package/dist/model/PasswordResetInitiateResponse.d.ts +46 -0
- package/dist/model/PasswordResetInitiateResponse.js +156 -0
- package/dist/model/PasswordResetRequest.d.ts +42 -0
- package/dist/model/PasswordResetRequest.js +136 -0
- package/dist/model/PasswordResetResponse.d.ts +46 -0
- package/dist/model/PasswordResetResponse.js +162 -0
- package/dist/model/PasswordResetValidationResponse.d.ts +46 -0
- package/dist/model/PasswordResetValidationResponse.js +162 -0
- package/dist/model/Path.d.ts +1 -1
- package/dist/model/Path.js +9 -9
- 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 +2 -2
- package/dist/model/PaymentMethod.js +10 -10
- 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 +2 -2
- package/dist/model/Payout.js +15 -15
- 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 +3 -3
- package/dist/model/PhoneNumber.js +20 -20
- package/dist/model/Post.d.ts +3 -3
- package/dist/model/Post.js +17 -17
- package/dist/model/PrivateMessage.d.ts +4 -4
- package/dist/model/PrivateMessage.js +28 -28
- package/dist/model/PrivateMessageConversation.d.ts +6 -6
- package/dist/model/PrivateMessageConversation.js +52 -52
- package/dist/model/PrivateMessageConversationSchema.d.ts +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.d.ts +2 -2
- package/dist/model/Profile.js +14 -14
- package/dist/model/Profiletype.d.ts +1 -1
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.d.ts +1 -1
- package/dist/model/PropertyContainer.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 +41 -0
- package/dist/model/PurgeDataDefaultResponse.js +143 -0
- package/dist/model/PurgeDataDefaultResponseValue.d.ts +1 -1
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.d.ts +2 -2
- package/dist/model/RelationshipMapping.js +18 -18
- 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 +5 -5
- package/dist/model/ScreenSchema.js +37 -37
- 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 +5 -5
- package/dist/model/SkinField.js +25 -25
- package/dist/model/SkinFieldResponse.d.ts +1 -1
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.d.ts +2 -2
- package/dist/model/SocialGroup.js +14 -14
- 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 +2 -2
- package/dist/model/Sort.js +9 -9
- package/dist/model/SourceTypes.d.ts +1 -1
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.d.ts +2 -2
- package/dist/model/StatusUpdate.js +10 -10
- package/dist/model/StreetAddress.d.ts +1 -1
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.d.ts +2 -2
- package/dist/model/StripeAccount.js +10 -10
- package/dist/model/StripeCustomerAccount.d.ts +1 -1
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.d.ts +2 -2
- package/dist/model/Template.js +10 -10
- package/dist/model/TemplateResponse.d.ts +1 -1
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.d.ts +2 -2
- package/dist/model/TemplateSchema.js +10 -10
- package/dist/model/ThemeMapping.d.ts +2 -2
- package/dist/model/ThemeMapping.js +14 -14
- 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 +2 -2
- package/dist/model/Transfer.js +12 -12
- 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 +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +12 -12
- package/dist/model/TraversalRelationResponse.d.ts +1 -1
- package/dist/model/TraversalRelationResponse.js +10 -10
- package/dist/model/User.d.ts +4 -4
- package/dist/model/User.js +24 -24
- package/dist/model/UserDataPayload.d.ts +4 -4
- package/dist/model/UserDataPayload.js +24 -24
- package/dist/model/UserDomain.d.ts +1 -1
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.d.ts +4 -4
- package/dist/model/UserInvite.js +26 -26
- 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 +4 -4
- package/dist/model/UserSchema.js +24 -24
- package/dist/model/UserTag.d.ts +3 -3
- package/dist/model/UserTag.js +21 -21
- package/dist/model/Userid.d.ts +1 -1
- package/dist/model/Userid.js +2 -2
- package/dist/model/UsernameReminderRequest.d.ts +38 -0
- package/dist/model/UsernameReminderRequest.js +112 -0
- package/dist/model/UsernameReminderResponse.d.ts +46 -0
- package/dist/model/UsernameReminderResponse.js +156 -0
- package/dist/model/Video.d.ts +10 -10
- package/dist/model/Video.js +63 -63
- 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.js +63 -63
- package/dist/model/VideoUploadObject.d.ts +10 -10
- package/dist/model/VideoUploadObject.js +63 -63
- 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 +3 -3
|
@@ -9,6 +9,7 @@ var _AccountSessionInput = _interopRequireDefault(require("../model/AccountSessi
|
|
|
9
9
|
var _AccountSessionResponse = _interopRequireDefault(require("../model/AccountSessionResponse"));
|
|
10
10
|
var _ApplicationPaymentAccountResponse = _interopRequireDefault(require("../model/ApplicationPaymentAccountResponse"));
|
|
11
11
|
var _BalanceResponse = _interopRequireDefault(require("../model/BalanceResponse"));
|
|
12
|
+
var _CacheInvalidation = _interopRequireDefault(require("../model/CacheInvalidation"));
|
|
12
13
|
var _CreateAccountResponse = _interopRequireDefault(require("../model/CreateAccountResponse"));
|
|
13
14
|
var _CreateStripeAccountInput = _interopRequireDefault(require("../model/CreateStripeAccountInput"));
|
|
14
15
|
var _CreateStripeCustomerInput = _interopRequireDefault(require("../model/CreateStripeCustomerInput"));
|
|
@@ -20,7 +21,7 @@ var _PaymentMethodResponse = _interopRequireDefault(require("../model/PaymentMet
|
|
|
20
21
|
var _PaymentMethodsResponse = _interopRequireDefault(require("../model/PaymentMethodsResponse"));
|
|
21
22
|
var _PayoutInput = _interopRequireDefault(require("../model/PayoutInput"));
|
|
22
23
|
var _PayoutResponse = _interopRequireDefault(require("../model/PayoutResponse"));
|
|
23
|
-
var
|
|
24
|
+
var _PurgeDataDefaultResponse = _interopRequireDefault(require("../model/PurgeDataDefaultResponse"));
|
|
24
25
|
var _TransferInput = _interopRequireDefault(require("../model/TransferInput"));
|
|
25
26
|
var _TransferResponse = _interopRequireDefault(require("../model/TransferResponse"));
|
|
26
27
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
@@ -33,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
34
|
* gobodo-api
|
|
34
35
|
* REST Interface for Gobodo API
|
|
35
36
|
*
|
|
36
|
-
* The version of the OpenAPI document: 0.1.
|
|
37
|
+
* The version of the OpenAPI document: 0.1.100
|
|
37
38
|
* Contact: info@gobodo.io
|
|
38
39
|
*
|
|
39
40
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -44,7 +45,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
44
45
|
/**
|
|
45
46
|
* StripeAccounts service.
|
|
46
47
|
* @module api/StripeAccountsApi
|
|
47
|
-
* @version 0.1.
|
|
48
|
+
* @version 0.1.100
|
|
48
49
|
*/
|
|
49
50
|
var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
50
51
|
/**
|
|
@@ -77,6 +78,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
78
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
78
79
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
79
80
|
* @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)
|
|
81
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
80
82
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
81
83
|
* @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
|
|
82
84
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -91,14 +93,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
93
|
opts = opts || {};
|
|
92
94
|
var postBody = opts['paymentMethodInput'];
|
|
93
95
|
var pathParams = {};
|
|
94
|
-
var queryParams = {
|
|
95
|
-
var headerParams = {
|
|
96
|
-
'Authorization': opts['authorization'],
|
|
96
|
+
var queryParams = {
|
|
97
97
|
'cacheduration': opts['cacheduration'],
|
|
98
|
-
'cachegroup': opts['cachegroup'],
|
|
99
|
-
'cachekey': opts['cachekey'],
|
|
98
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
99
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
100
100
|
'cachescope': opts['cachescope'],
|
|
101
|
-
'cacheuser': opts['cacheuser'],
|
|
101
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
102
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
103
|
+
};
|
|
104
|
+
var headerParams = {
|
|
105
|
+
'Authorization': opts['authorization'],
|
|
102
106
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
103
107
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
104
108
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -109,7 +113,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
113
|
var contentTypes = ['application/json'];
|
|
110
114
|
var accepts = ['application/json'];
|
|
111
115
|
var returnType = _PaymentMethodResponse["default"];
|
|
112
|
-
return this.apiClient.callApi('/
|
|
116
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
113
117
|
}
|
|
114
118
|
|
|
115
119
|
/**
|
|
@@ -132,6 +136,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
136
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
133
137
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
134
138
|
* @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)
|
|
139
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
135
140
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
136
141
|
* @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
|
|
137
142
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -155,14 +160,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
160
|
var pathParams = {
|
|
156
161
|
'customerID': customerID
|
|
157
162
|
};
|
|
158
|
-
var queryParams = {
|
|
159
|
-
var headerParams = {
|
|
160
|
-
'Authorization': opts['authorization'],
|
|
163
|
+
var queryParams = {
|
|
161
164
|
'cacheduration': opts['cacheduration'],
|
|
162
|
-
'cachegroup': opts['cachegroup'],
|
|
163
|
-
'cachekey': opts['cachekey'],
|
|
165
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
166
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
164
167
|
'cachescope': opts['cachescope'],
|
|
165
|
-
'cacheuser': opts['cacheuser'],
|
|
168
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
169
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
170
|
+
};
|
|
171
|
+
var headerParams = {
|
|
172
|
+
'Authorization': opts['authorization'],
|
|
166
173
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
167
174
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
168
175
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -173,7 +180,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
180
|
var contentTypes = ['text/plain'];
|
|
174
181
|
var accepts = ['application/json'];
|
|
175
182
|
var returnType = _PaymentMethodResponse["default"];
|
|
176
|
-
return this.apiClient.callApi('/
|
|
183
|
+
return this.apiClient.callApi('/payments/stripe/customer/{customerID}/paymentmethods', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
177
184
|
}
|
|
178
185
|
|
|
179
186
|
/**
|
|
@@ -195,6 +202,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
202
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
196
203
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
197
204
|
* @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)
|
|
205
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
198
206
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
199
207
|
* @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
|
|
200
208
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -212,14 +220,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
220
|
throw new Error("Missing the required parameter 'body' when calling attachStripePaymentMethod");
|
|
213
221
|
}
|
|
214
222
|
var pathParams = {};
|
|
215
|
-
var queryParams = {
|
|
216
|
-
var headerParams = {
|
|
217
|
-
'Authorization': opts['authorization'],
|
|
223
|
+
var queryParams = {
|
|
218
224
|
'cacheduration': opts['cacheduration'],
|
|
219
|
-
'cachegroup': opts['cachegroup'],
|
|
220
|
-
'cachekey': opts['cachekey'],
|
|
225
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
226
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
221
227
|
'cachescope': opts['cachescope'],
|
|
222
|
-
'cacheuser': opts['cacheuser'],
|
|
228
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
229
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
230
|
+
};
|
|
231
|
+
var headerParams = {
|
|
232
|
+
'Authorization': opts['authorization'],
|
|
223
233
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
224
234
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
225
235
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -230,7 +240,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
240
|
var contentTypes = ['text/plain'];
|
|
231
241
|
var accepts = ['application/json'];
|
|
232
242
|
var returnType = _PaymentMethodResponse["default"];
|
|
233
|
-
return this.apiClient.callApi('/
|
|
243
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
234
244
|
}
|
|
235
245
|
|
|
236
246
|
/**
|
|
@@ -252,6 +262,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
252
262
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
253
263
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
254
264
|
* @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)
|
|
265
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
255
266
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
256
267
|
* @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
|
|
257
268
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -269,14 +280,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
269
280
|
throw new Error("Missing the required parameter 'accountSessionInput' when calling createAccountSession");
|
|
270
281
|
}
|
|
271
282
|
var pathParams = {};
|
|
272
|
-
var queryParams = {
|
|
273
|
-
var headerParams = {
|
|
274
|
-
'Authorization': opts['authorization'],
|
|
283
|
+
var queryParams = {
|
|
275
284
|
'cacheduration': opts['cacheduration'],
|
|
276
|
-
'cachegroup': opts['cachegroup'],
|
|
277
|
-
'cachekey': opts['cachekey'],
|
|
285
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
286
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
278
287
|
'cachescope': opts['cachescope'],
|
|
279
|
-
'cacheuser': opts['cacheuser'],
|
|
288
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
289
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
290
|
+
};
|
|
291
|
+
var headerParams = {
|
|
292
|
+
'Authorization': opts['authorization'],
|
|
280
293
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
281
294
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
282
295
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -287,7 +300,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
287
300
|
var contentTypes = ['application/json'];
|
|
288
301
|
var accepts = ['application/json'];
|
|
289
302
|
var returnType = _AccountSessionResponse["default"];
|
|
290
|
-
return this.apiClient.callApi('/
|
|
303
|
+
return this.apiClient.callApi('/payments/stripe/accountSession', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
291
304
|
}
|
|
292
305
|
|
|
293
306
|
/**
|
|
@@ -309,6 +322,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
309
322
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
310
323
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
311
324
|
* @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)
|
|
325
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
312
326
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
313
327
|
* @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
|
|
314
328
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -326,14 +340,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
326
340
|
throw new Error("Missing the required parameter 'createStripeAccountInput' when calling createAndLinkStripeAccount");
|
|
327
341
|
}
|
|
328
342
|
var pathParams = {};
|
|
329
|
-
var queryParams = {
|
|
330
|
-
var headerParams = {
|
|
331
|
-
'Authorization': opts['authorization'],
|
|
343
|
+
var queryParams = {
|
|
332
344
|
'cacheduration': opts['cacheduration'],
|
|
333
|
-
'cachegroup': opts['cachegroup'],
|
|
334
|
-
'cachekey': opts['cachekey'],
|
|
345
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
346
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
335
347
|
'cachescope': opts['cachescope'],
|
|
336
|
-
'cacheuser': opts['cacheuser'],
|
|
348
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
349
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
350
|
+
};
|
|
351
|
+
var headerParams = {
|
|
352
|
+
'Authorization': opts['authorization'],
|
|
337
353
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
338
354
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
339
355
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -344,7 +360,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
344
360
|
var contentTypes = ['application/json'];
|
|
345
361
|
var accepts = ['application/json'];
|
|
346
362
|
var returnType = _CreateAccountResponse["default"];
|
|
347
|
-
return this.apiClient.callApi('/
|
|
363
|
+
return this.apiClient.callApi('/payments/stripe/account', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
348
364
|
}
|
|
349
365
|
|
|
350
366
|
/**
|
|
@@ -366,6 +382,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
366
382
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
367
383
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
368
384
|
* @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)
|
|
385
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
369
386
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
370
387
|
* @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
|
|
371
388
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -383,14 +400,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
383
400
|
throw new Error("Missing the required parameter 'createStripeCustomerInput' when calling createAndLinkStripeCustomerAccount");
|
|
384
401
|
}
|
|
385
402
|
var pathParams = {};
|
|
386
|
-
var queryParams = {
|
|
387
|
-
var headerParams = {
|
|
388
|
-
'Authorization': opts['authorization'],
|
|
403
|
+
var queryParams = {
|
|
389
404
|
'cacheduration': opts['cacheduration'],
|
|
390
|
-
'cachegroup': opts['cachegroup'],
|
|
391
|
-
'cachekey': opts['cachekey'],
|
|
405
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
406
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
392
407
|
'cachescope': opts['cachescope'],
|
|
393
|
-
'cacheuser': opts['cacheuser'],
|
|
408
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
409
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
410
|
+
};
|
|
411
|
+
var headerParams = {
|
|
412
|
+
'Authorization': opts['authorization'],
|
|
394
413
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
395
414
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
396
415
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -401,7 +420,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
401
420
|
var contentTypes = ['application/json'];
|
|
402
421
|
var accepts = ['application/json'];
|
|
403
422
|
var returnType = _CustomerResponse["default"];
|
|
404
|
-
return this.apiClient.callApi('/
|
|
423
|
+
return this.apiClient.callApi('/payments/stripe/customer', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
405
424
|
}
|
|
406
425
|
|
|
407
426
|
/**
|
|
@@ -424,6 +443,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
443
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
425
444
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
426
445
|
* @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)
|
|
446
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
427
447
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
428
448
|
* @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
|
|
429
449
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -447,14 +467,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
447
467
|
var pathParams = {
|
|
448
468
|
'applicationid': applicationid
|
|
449
469
|
};
|
|
450
|
-
var queryParams = {
|
|
451
|
-
var headerParams = {
|
|
452
|
-
'Authorization': opts['authorization'],
|
|
470
|
+
var queryParams = {
|
|
453
471
|
'cacheduration': opts['cacheduration'],
|
|
454
|
-
'cachegroup': opts['cachegroup'],
|
|
455
|
-
'cachekey': opts['cachekey'],
|
|
472
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
473
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
456
474
|
'cachescope': opts['cachescope'],
|
|
457
|
-
'cacheuser': opts['cacheuser'],
|
|
475
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
476
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
477
|
+
};
|
|
478
|
+
var headerParams = {
|
|
479
|
+
'Authorization': opts['authorization'],
|
|
458
480
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
459
481
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
460
482
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -465,7 +487,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
465
487
|
var contentTypes = [];
|
|
466
488
|
var accepts = ['application/json'];
|
|
467
489
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
468
|
-
return this.apiClient.callApi('/
|
|
490
|
+
return this.apiClient.callApi('/payments/stripe/application/{applicationid}/paymentaccount', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
469
491
|
}
|
|
470
492
|
|
|
471
493
|
/**
|
|
@@ -488,6 +510,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
510
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
489
511
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
490
512
|
* @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)
|
|
513
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
491
514
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
492
515
|
* @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
|
|
493
516
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -511,14 +534,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
511
534
|
var pathParams = {
|
|
512
535
|
'siteid': siteid
|
|
513
536
|
};
|
|
514
|
-
var queryParams = {
|
|
515
|
-
var headerParams = {
|
|
516
|
-
'Authorization': opts['authorization'],
|
|
537
|
+
var queryParams = {
|
|
517
538
|
'cacheduration': opts['cacheduration'],
|
|
518
|
-
'cachegroup': opts['cachegroup'],
|
|
519
|
-
'cachekey': opts['cachekey'],
|
|
539
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
540
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
520
541
|
'cachescope': opts['cachescope'],
|
|
521
|
-
'cacheuser': opts['cacheuser'],
|
|
542
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
543
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
544
|
+
};
|
|
545
|
+
var headerParams = {
|
|
546
|
+
'Authorization': opts['authorization'],
|
|
522
547
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
523
548
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
524
549
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -529,7 +554,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
529
554
|
var contentTypes = [];
|
|
530
555
|
var accepts = ['application/json'];
|
|
531
556
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
532
|
-
return this.apiClient.callApi('/
|
|
557
|
+
return this.apiClient.callApi('/payments/stripe/site/{siteid}/paymentaccount', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
533
558
|
}
|
|
534
559
|
|
|
535
560
|
/**
|
|
@@ -551,6 +576,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
551
576
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
552
577
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
553
578
|
* @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)
|
|
579
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
554
580
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
555
581
|
* @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
|
|
556
582
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -568,14 +594,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
568
594
|
throw new Error("Missing the required parameter 'paymentIntentInput' when calling createStripePaymentIntent");
|
|
569
595
|
}
|
|
570
596
|
var pathParams = {};
|
|
571
|
-
var queryParams = {
|
|
572
|
-
var headerParams = {
|
|
573
|
-
'Authorization': opts['authorization'],
|
|
597
|
+
var queryParams = {
|
|
574
598
|
'cacheduration': opts['cacheduration'],
|
|
575
|
-
'cachegroup': opts['cachegroup'],
|
|
576
|
-
'cachekey': opts['cachekey'],
|
|
599
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
600
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
577
601
|
'cachescope': opts['cachescope'],
|
|
578
|
-
'cacheuser': opts['cacheuser'],
|
|
602
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
603
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
604
|
+
};
|
|
605
|
+
var headerParams = {
|
|
606
|
+
'Authorization': opts['authorization'],
|
|
579
607
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
580
608
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
581
609
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -586,7 +614,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
586
614
|
var contentTypes = ['application/json'];
|
|
587
615
|
var accepts = ['application/json'];
|
|
588
616
|
var returnType = _PaymentIntentResponse["default"];
|
|
589
|
-
return this.apiClient.callApi('/
|
|
617
|
+
return this.apiClient.callApi('/payments/stripe/payment', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
590
618
|
}
|
|
591
619
|
|
|
592
620
|
/**
|
|
@@ -605,6 +633,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
605
633
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
606
634
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
607
635
|
* @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)
|
|
636
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
608
637
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
609
638
|
* @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
|
|
610
639
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -618,14 +647,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
618
647
|
opts = opts || {};
|
|
619
648
|
var postBody = null;
|
|
620
649
|
var pathParams = {};
|
|
621
|
-
var queryParams = {
|
|
622
|
-
var headerParams = {
|
|
623
|
-
'Authorization': opts['authorization'],
|
|
650
|
+
var queryParams = {
|
|
624
651
|
'cacheduration': opts['cacheduration'],
|
|
625
|
-
'cachegroup': opts['cachegroup'],
|
|
626
|
-
'cachekey': opts['cachekey'],
|
|
652
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
653
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
627
654
|
'cachescope': opts['cachescope'],
|
|
628
|
-
'cacheuser': opts['cacheuser'],
|
|
655
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
656
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
657
|
+
};
|
|
658
|
+
var headerParams = {
|
|
659
|
+
'Authorization': opts['authorization'],
|
|
629
660
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
630
661
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
631
662
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -636,7 +667,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
636
667
|
var contentTypes = [];
|
|
637
668
|
var accepts = ['application/json'];
|
|
638
669
|
var returnType = Object;
|
|
639
|
-
return this.apiClient.callApi('/
|
|
670
|
+
return this.apiClient.callApi('/payments/stripe/account', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
640
671
|
}
|
|
641
672
|
|
|
642
673
|
/**
|
|
@@ -656,6 +687,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
656
687
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
657
688
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
658
689
|
* @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)
|
|
690
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
659
691
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
660
692
|
* @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
|
|
661
693
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -675,14 +707,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
675
707
|
var pathParams = {
|
|
676
708
|
'accountID': accountID
|
|
677
709
|
};
|
|
678
|
-
var queryParams = {
|
|
679
|
-
var headerParams = {
|
|
680
|
-
'Authorization': opts['authorization'],
|
|
710
|
+
var queryParams = {
|
|
681
711
|
'cacheduration': opts['cacheduration'],
|
|
682
|
-
'cachegroup': opts['cachegroup'],
|
|
683
|
-
'cachekey': opts['cachekey'],
|
|
712
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
713
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
684
714
|
'cachescope': opts['cachescope'],
|
|
685
|
-
'cacheuser': opts['cacheuser'],
|
|
715
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
716
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
717
|
+
};
|
|
718
|
+
var headerParams = {
|
|
719
|
+
'Authorization': opts['authorization'],
|
|
686
720
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
687
721
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
688
722
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -693,7 +727,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
693
727
|
var contentTypes = [];
|
|
694
728
|
var accepts = ['application/json'];
|
|
695
729
|
var returnType = Object;
|
|
696
|
-
return this.apiClient.callApi('/
|
|
730
|
+
return this.apiClient.callApi('/payments/stripe/account/{accountID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
697
731
|
}
|
|
698
732
|
|
|
699
733
|
/**
|
|
@@ -715,6 +749,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
715
749
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
716
750
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
717
751
|
* @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)
|
|
752
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
718
753
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
719
754
|
* @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
|
|
720
755
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -734,14 +769,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
734
769
|
var pathParams = {
|
|
735
770
|
'paymentMethodID': paymentMethodID
|
|
736
771
|
};
|
|
737
|
-
var queryParams = {
|
|
738
|
-
var headerParams = {
|
|
739
|
-
'Authorization': opts['authorization'],
|
|
772
|
+
var queryParams = {
|
|
740
773
|
'cacheduration': opts['cacheduration'],
|
|
741
|
-
'cachegroup': opts['cachegroup'],
|
|
742
|
-
'cachekey': opts['cachekey'],
|
|
774
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
775
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
743
776
|
'cachescope': opts['cachescope'],
|
|
744
|
-
'cacheuser': opts['cacheuser'],
|
|
777
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
778
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
779
|
+
};
|
|
780
|
+
var headerParams = {
|
|
781
|
+
'Authorization': opts['authorization'],
|
|
745
782
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
746
783
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
747
784
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -752,7 +789,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
752
789
|
var contentTypes = [];
|
|
753
790
|
var accepts = ['application/json'];
|
|
754
791
|
var returnType = _PaymentMethodResponse["default"];
|
|
755
|
-
return this.apiClient.callApi('/
|
|
792
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods/{paymentMethodID}', 'DELETE', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
756
793
|
}
|
|
757
794
|
|
|
758
795
|
/**
|
|
@@ -772,6 +809,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
772
809
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
773
810
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
774
811
|
* @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)
|
|
812
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
775
813
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
776
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
|
|
777
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
|
|
@@ -784,14 +822,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
784
822
|
opts = opts || {};
|
|
785
823
|
var postBody = null;
|
|
786
824
|
var pathParams = {};
|
|
787
|
-
var queryParams = {
|
|
788
|
-
var headerParams = {
|
|
789
|
-
'Authorization': opts['authorization'],
|
|
825
|
+
var queryParams = {
|
|
790
826
|
'cacheduration': opts['cacheduration'],
|
|
791
|
-
'cachegroup': opts['cachegroup'],
|
|
792
|
-
'cachekey': opts['cachekey'],
|
|
827
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
828
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
793
829
|
'cachescope': opts['cachescope'],
|
|
794
|
-
'cacheuser': opts['cacheuser'],
|
|
830
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
831
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
832
|
+
};
|
|
833
|
+
var headerParams = {
|
|
834
|
+
'Authorization': opts['authorization'],
|
|
795
835
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
796
836
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
797
837
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -802,14 +842,14 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
802
842
|
var contentTypes = [];
|
|
803
843
|
var accepts = ['application/json'];
|
|
804
844
|
var returnType = null;
|
|
805
|
-
return this.apiClient.callApi('/
|
|
845
|
+
return this.apiClient.callApi('/payments/stripe', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
806
846
|
}
|
|
807
847
|
|
|
808
848
|
/**
|
|
809
849
|
* Callback function to receive the result of the get1 operation.
|
|
810
850
|
* @callback module:api/StripeAccountsApi~get1Callback
|
|
811
851
|
* @param {String} error Error message, if any.
|
|
812
|
-
* @param {
|
|
852
|
+
* @param {module:model/PurgeDataDefaultResponse} data The data returned by the service call.
|
|
813
853
|
* @param {String} response The complete HTTP response.
|
|
814
854
|
*/
|
|
815
855
|
|
|
@@ -823,12 +863,13 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
823
863
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
824
864
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
825
865
|
* @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)
|
|
866
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
826
867
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
827
868
|
* @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
|
|
828
869
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
829
870
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
830
871
|
* @param {module:api/StripeAccountsApi~get1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
831
|
-
* data is of type: {@link
|
|
872
|
+
* data is of type: {@link module:model/PurgeDataDefaultResponse}
|
|
832
873
|
*/
|
|
833
874
|
}, {
|
|
834
875
|
key: "get1",
|
|
@@ -842,14 +883,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
842
883
|
var pathParams = {
|
|
843
884
|
'id': id
|
|
844
885
|
};
|
|
845
|
-
var queryParams = {
|
|
846
|
-
var headerParams = {
|
|
847
|
-
'Authorization': opts['authorization'],
|
|
886
|
+
var queryParams = {
|
|
848
887
|
'cacheduration': opts['cacheduration'],
|
|
849
|
-
'cachegroup': opts['cachegroup'],
|
|
850
|
-
'cachekey': opts['cachekey'],
|
|
888
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
889
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
851
890
|
'cachescope': opts['cachescope'],
|
|
852
|
-
'cacheuser': opts['cacheuser'],
|
|
891
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
892
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
893
|
+
};
|
|
894
|
+
var headerParams = {
|
|
895
|
+
'Authorization': opts['authorization'],
|
|
853
896
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
854
897
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
855
898
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -859,10 +902,8 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
859
902
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
860
903
|
var contentTypes = [];
|
|
861
904
|
var accepts = ['application/json'];
|
|
862
|
-
var returnType =
|
|
863
|
-
|
|
864
|
-
};
|
|
865
|
-
return this.apiClient.callApi('/graph/data/payments/stripe/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
905
|
+
var returnType = _PurgeDataDefaultResponse["default"];
|
|
906
|
+
return this.apiClient.callApi('/payments/stripe/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
866
907
|
}
|
|
867
908
|
|
|
868
909
|
/**
|
|
@@ -884,6 +925,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
884
925
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
885
926
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
886
927
|
* @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)
|
|
928
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
887
929
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
888
930
|
* @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
|
|
889
931
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -903,14 +945,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
903
945
|
var pathParams = {
|
|
904
946
|
'applicationid': applicationid
|
|
905
947
|
};
|
|
906
|
-
var queryParams = {
|
|
907
|
-
var headerParams = {
|
|
908
|
-
'Authorization': opts['authorization'],
|
|
948
|
+
var queryParams = {
|
|
909
949
|
'cacheduration': opts['cacheduration'],
|
|
910
|
-
'cachegroup': opts['cachegroup'],
|
|
911
|
-
'cachekey': opts['cachekey'],
|
|
950
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
951
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
912
952
|
'cachescope': opts['cachescope'],
|
|
913
|
-
'cacheuser': opts['cacheuser'],
|
|
953
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
954
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
955
|
+
};
|
|
956
|
+
var headerParams = {
|
|
957
|
+
'Authorization': opts['authorization'],
|
|
914
958
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
915
959
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
916
960
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -921,7 +965,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
921
965
|
var contentTypes = [];
|
|
922
966
|
var accepts = ['application/json'];
|
|
923
967
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
924
|
-
return this.apiClient.callApi('/
|
|
968
|
+
return this.apiClient.callApi('/payments/stripe/application/{applicationid}/paymentaccount', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
925
969
|
}
|
|
926
970
|
|
|
927
971
|
/**
|
|
@@ -943,6 +987,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
943
987
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
944
988
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
945
989
|
* @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)
|
|
990
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
946
991
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
947
992
|
* @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
|
|
948
993
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -962,14 +1007,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
962
1007
|
var pathParams = {
|
|
963
1008
|
'customerID': customerID
|
|
964
1009
|
};
|
|
965
|
-
var queryParams = {
|
|
966
|
-
var headerParams = {
|
|
967
|
-
'Authorization': opts['authorization'],
|
|
1010
|
+
var queryParams = {
|
|
968
1011
|
'cacheduration': opts['cacheduration'],
|
|
969
|
-
'cachegroup': opts['cachegroup'],
|
|
970
|
-
'cachekey': opts['cachekey'],
|
|
1012
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1013
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
971
1014
|
'cachescope': opts['cachescope'],
|
|
972
|
-
'cacheuser': opts['cacheuser'],
|
|
1015
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1016
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1017
|
+
};
|
|
1018
|
+
var headerParams = {
|
|
1019
|
+
'Authorization': opts['authorization'],
|
|
973
1020
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
974
1021
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
975
1022
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -980,7 +1027,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
980
1027
|
var contentTypes = [];
|
|
981
1028
|
var accepts = ['application/json'];
|
|
982
1029
|
var returnType = _PaymentMethodResponse["default"];
|
|
983
|
-
return this.apiClient.callApi('/
|
|
1030
|
+
return this.apiClient.callApi('/payments/stripe/customer/{customerID}/paymentmethods/default', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
984
1031
|
}
|
|
985
1032
|
|
|
986
1033
|
/**
|
|
@@ -1001,6 +1048,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1001
1048
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1002
1049
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1003
1050
|
* @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)
|
|
1051
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1004
1052
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1005
1053
|
* @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
|
|
1006
1054
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1014,14 +1062,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1014
1062
|
opts = opts || {};
|
|
1015
1063
|
var postBody = null;
|
|
1016
1064
|
var pathParams = {};
|
|
1017
|
-
var queryParams = {
|
|
1018
|
-
var headerParams = {
|
|
1019
|
-
'Authorization': opts['authorization'],
|
|
1065
|
+
var queryParams = {
|
|
1020
1066
|
'cacheduration': opts['cacheduration'],
|
|
1021
|
-
'cachegroup': opts['cachegroup'],
|
|
1022
|
-
'cachekey': opts['cachekey'],
|
|
1067
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1068
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1023
1069
|
'cachescope': opts['cachescope'],
|
|
1024
|
-
'cacheuser': opts['cacheuser'],
|
|
1070
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1071
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1072
|
+
};
|
|
1073
|
+
var headerParams = {
|
|
1074
|
+
'Authorization': opts['authorization'],
|
|
1025
1075
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1026
1076
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1027
1077
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1032,7 +1082,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1032
1082
|
var contentTypes = [];
|
|
1033
1083
|
var accepts = ['application/json'];
|
|
1034
1084
|
var returnType = _PaymentMethodResponse["default"];
|
|
1035
|
-
return this.apiClient.callApi('/
|
|
1085
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods/default', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1036
1086
|
}
|
|
1037
1087
|
|
|
1038
1088
|
/**
|
|
@@ -1054,6 +1104,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1054
1104
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1055
1105
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1056
1106
|
* @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)
|
|
1107
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1057
1108
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1058
1109
|
* @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
|
|
1059
1110
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1073,14 +1124,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1073
1124
|
var pathParams = {
|
|
1074
1125
|
'siteid': siteid
|
|
1075
1126
|
};
|
|
1076
|
-
var queryParams = {
|
|
1077
|
-
var headerParams = {
|
|
1078
|
-
'Authorization': opts['authorization'],
|
|
1127
|
+
var queryParams = {
|
|
1079
1128
|
'cacheduration': opts['cacheduration'],
|
|
1080
|
-
'cachegroup': opts['cachegroup'],
|
|
1081
|
-
'cachekey': opts['cachekey'],
|
|
1129
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1130
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1082
1131
|
'cachescope': opts['cachescope'],
|
|
1083
|
-
'cacheuser': opts['cacheuser'],
|
|
1132
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1133
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1134
|
+
};
|
|
1135
|
+
var headerParams = {
|
|
1136
|
+
'Authorization': opts['authorization'],
|
|
1084
1137
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1085
1138
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1086
1139
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1091,7 +1144,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1091
1144
|
var contentTypes = [];
|
|
1092
1145
|
var accepts = ['application/json'];
|
|
1093
1146
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
1094
|
-
return this.apiClient.callApi('/
|
|
1147
|
+
return this.apiClient.callApi('/payments/stripe/site/{siteid}/paymentaccount', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1095
1148
|
}
|
|
1096
1149
|
|
|
1097
1150
|
/**
|
|
@@ -1112,6 +1165,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1112
1165
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1113
1166
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1114
1167
|
* @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)
|
|
1168
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1115
1169
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1116
1170
|
* @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
|
|
1117
1171
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1125,14 +1179,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1125
1179
|
opts = opts || {};
|
|
1126
1180
|
var postBody = null;
|
|
1127
1181
|
var pathParams = {};
|
|
1128
|
-
var queryParams = {
|
|
1129
|
-
var headerParams = {
|
|
1130
|
-
'Authorization': opts['authorization'],
|
|
1182
|
+
var queryParams = {
|
|
1131
1183
|
'cacheduration': opts['cacheduration'],
|
|
1132
|
-
'cachegroup': opts['cachegroup'],
|
|
1133
|
-
'cachekey': opts['cachekey'],
|
|
1184
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1185
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1134
1186
|
'cachescope': opts['cachescope'],
|
|
1135
|
-
'cacheuser': opts['cacheuser'],
|
|
1187
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1188
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1189
|
+
};
|
|
1190
|
+
var headerParams = {
|
|
1191
|
+
'Authorization': opts['authorization'],
|
|
1136
1192
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1137
1193
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1138
1194
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1143,7 +1199,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1143
1199
|
var contentTypes = [];
|
|
1144
1200
|
var accepts = ['application/json'];
|
|
1145
1201
|
var returnType = _CreateAccountResponse["default"];
|
|
1146
|
-
return this.apiClient.callApi('/
|
|
1202
|
+
return this.apiClient.callApi('/payments/stripe/account', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1147
1203
|
}
|
|
1148
1204
|
|
|
1149
1205
|
/**
|
|
@@ -1165,6 +1221,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1165
1221
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1166
1222
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1167
1223
|
* @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)
|
|
1224
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1168
1225
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1169
1226
|
* @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
|
|
1170
1227
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1184,14 +1241,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1184
1241
|
var pathParams = {
|
|
1185
1242
|
'accountID': accountID
|
|
1186
1243
|
};
|
|
1187
|
-
var queryParams = {
|
|
1188
|
-
var headerParams = {
|
|
1189
|
-
'Authorization': opts['authorization'],
|
|
1244
|
+
var queryParams = {
|
|
1190
1245
|
'cacheduration': opts['cacheduration'],
|
|
1191
|
-
'cachegroup': opts['cachegroup'],
|
|
1192
|
-
'cachekey': opts['cachekey'],
|
|
1246
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1247
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1193
1248
|
'cachescope': opts['cachescope'],
|
|
1194
|
-
'cacheuser': opts['cacheuser'],
|
|
1249
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1250
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1251
|
+
};
|
|
1252
|
+
var headerParams = {
|
|
1253
|
+
'Authorization': opts['authorization'],
|
|
1195
1254
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1196
1255
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1197
1256
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1202,7 +1261,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1202
1261
|
var contentTypes = [];
|
|
1203
1262
|
var accepts = ['application/json'];
|
|
1204
1263
|
var returnType = _BalanceResponse["default"];
|
|
1205
|
-
return this.apiClient.callApi('/
|
|
1264
|
+
return this.apiClient.callApi('/payments/stripe/account/{accountID}/balance', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1206
1265
|
}
|
|
1207
1266
|
|
|
1208
1267
|
/**
|
|
@@ -1223,6 +1282,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1223
1282
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1224
1283
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1225
1284
|
* @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)
|
|
1285
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1226
1286
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1227
1287
|
* @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
|
|
1228
1288
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1236,14 +1296,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1236
1296
|
opts = opts || {};
|
|
1237
1297
|
var postBody = null;
|
|
1238
1298
|
var pathParams = {};
|
|
1239
|
-
var queryParams = {
|
|
1240
|
-
var headerParams = {
|
|
1241
|
-
'Authorization': opts['authorization'],
|
|
1299
|
+
var queryParams = {
|
|
1242
1300
|
'cacheduration': opts['cacheduration'],
|
|
1243
|
-
'cachegroup': opts['cachegroup'],
|
|
1244
|
-
'cachekey': opts['cachekey'],
|
|
1301
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1302
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1245
1303
|
'cachescope': opts['cachescope'],
|
|
1246
|
-
'cacheuser': opts['cacheuser'],
|
|
1304
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1305
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1306
|
+
};
|
|
1307
|
+
var headerParams = {
|
|
1308
|
+
'Authorization': opts['authorization'],
|
|
1247
1309
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1248
1310
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1249
1311
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1254,7 +1316,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1254
1316
|
var contentTypes = [];
|
|
1255
1317
|
var accepts = ['text/plain'];
|
|
1256
1318
|
var returnType = 'String';
|
|
1257
|
-
return this.apiClient.callApi('/
|
|
1319
|
+
return this.apiClient.callApi('/payments/stripe/apikey', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1258
1320
|
}
|
|
1259
1321
|
|
|
1260
1322
|
/**
|
|
@@ -1275,6 +1337,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1275
1337
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1276
1338
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1277
1339
|
* @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)
|
|
1340
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1278
1341
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1279
1342
|
* @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
|
|
1280
1343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1288,14 +1351,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1288
1351
|
opts = opts || {};
|
|
1289
1352
|
var postBody = null;
|
|
1290
1353
|
var pathParams = {};
|
|
1291
|
-
var queryParams = {
|
|
1292
|
-
var headerParams = {
|
|
1293
|
-
'Authorization': opts['authorization'],
|
|
1354
|
+
var queryParams = {
|
|
1294
1355
|
'cacheduration': opts['cacheduration'],
|
|
1295
|
-
'cachegroup': opts['cachegroup'],
|
|
1296
|
-
'cachekey': opts['cachekey'],
|
|
1356
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1357
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1297
1358
|
'cachescope': opts['cachescope'],
|
|
1298
|
-
'cacheuser': opts['cacheuser'],
|
|
1359
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1360
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1361
|
+
};
|
|
1362
|
+
var headerParams = {
|
|
1363
|
+
'Authorization': opts['authorization'],
|
|
1299
1364
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1300
1365
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1301
1366
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1306,7 +1371,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1306
1371
|
var contentTypes = [];
|
|
1307
1372
|
var accepts = ['application/json'];
|
|
1308
1373
|
var returnType = _BalanceResponse["default"];
|
|
1309
|
-
return this.apiClient.callApi('/
|
|
1374
|
+
return this.apiClient.callApi('/payments/stripe/balance', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1310
1375
|
}
|
|
1311
1376
|
|
|
1312
1377
|
/**
|
|
@@ -1327,6 +1392,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1327
1392
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1328
1393
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1329
1394
|
* @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)
|
|
1395
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1330
1396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1331
1397
|
* @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
|
|
1332
1398
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1340,14 +1406,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1340
1406
|
opts = opts || {};
|
|
1341
1407
|
var postBody = null;
|
|
1342
1408
|
var pathParams = {};
|
|
1343
|
-
var queryParams = {
|
|
1344
|
-
var headerParams = {
|
|
1345
|
-
'Authorization': opts['authorization'],
|
|
1409
|
+
var queryParams = {
|
|
1346
1410
|
'cacheduration': opts['cacheduration'],
|
|
1347
|
-
'cachegroup': opts['cachegroup'],
|
|
1348
|
-
'cachekey': opts['cachekey'],
|
|
1411
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1412
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1349
1413
|
'cachescope': opts['cachescope'],
|
|
1350
|
-
'cacheuser': opts['cacheuser'],
|
|
1414
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1415
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1416
|
+
};
|
|
1417
|
+
var headerParams = {
|
|
1418
|
+
'Authorization': opts['authorization'],
|
|
1351
1419
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1352
1420
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1353
1421
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1358,7 +1426,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1358
1426
|
var contentTypes = [];
|
|
1359
1427
|
var accepts = ['application/json'];
|
|
1360
1428
|
var returnType = _CustomerResponse["default"];
|
|
1361
|
-
return this.apiClient.callApi('/
|
|
1429
|
+
return this.apiClient.callApi('/payments/stripe/customer', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1362
1430
|
}
|
|
1363
1431
|
|
|
1364
1432
|
/**
|
|
@@ -1380,6 +1448,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1380
1448
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1381
1449
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1382
1450
|
* @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)
|
|
1451
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1383
1452
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1384
1453
|
* @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
|
|
1385
1454
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1399,14 +1468,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1399
1468
|
var pathParams = {
|
|
1400
1469
|
'customerID': customerID
|
|
1401
1470
|
};
|
|
1402
|
-
var queryParams = {
|
|
1403
|
-
var headerParams = {
|
|
1404
|
-
'Authorization': opts['authorization'],
|
|
1471
|
+
var queryParams = {
|
|
1405
1472
|
'cacheduration': opts['cacheduration'],
|
|
1406
|
-
'cachegroup': opts['cachegroup'],
|
|
1407
|
-
'cachekey': opts['cachekey'],
|
|
1473
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1474
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1408
1475
|
'cachescope': opts['cachescope'],
|
|
1409
|
-
'cacheuser': opts['cacheuser'],
|
|
1476
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1477
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1478
|
+
};
|
|
1479
|
+
var headerParams = {
|
|
1480
|
+
'Authorization': opts['authorization'],
|
|
1410
1481
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1411
1482
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1412
1483
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1417,7 +1488,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1417
1488
|
var contentTypes = [];
|
|
1418
1489
|
var accepts = ['application/json'];
|
|
1419
1490
|
var returnType = _PaymentMethodsResponse["default"];
|
|
1420
|
-
return this.apiClient.callApi('/
|
|
1491
|
+
return this.apiClient.callApi('/payments/stripe/customer/{customerID}/paymentmethods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1421
1492
|
}
|
|
1422
1493
|
|
|
1423
1494
|
/**
|
|
@@ -1438,6 +1509,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1438
1509
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1439
1510
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1440
1511
|
* @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)
|
|
1512
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1441
1513
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1442
1514
|
* @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
|
|
1443
1515
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1451,14 +1523,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1451
1523
|
opts = opts || {};
|
|
1452
1524
|
var postBody = null;
|
|
1453
1525
|
var pathParams = {};
|
|
1454
|
-
var queryParams = {
|
|
1455
|
-
var headerParams = {
|
|
1456
|
-
'Authorization': opts['authorization'],
|
|
1526
|
+
var queryParams = {
|
|
1457
1527
|
'cacheduration': opts['cacheduration'],
|
|
1458
|
-
'cachegroup': opts['cachegroup'],
|
|
1459
|
-
'cachekey': opts['cachekey'],
|
|
1528
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1529
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1460
1530
|
'cachescope': opts['cachescope'],
|
|
1461
|
-
'cacheuser': opts['cacheuser'],
|
|
1531
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1532
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1533
|
+
};
|
|
1534
|
+
var headerParams = {
|
|
1535
|
+
'Authorization': opts['authorization'],
|
|
1462
1536
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1463
1537
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1464
1538
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1469,7 +1543,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1469
1543
|
var contentTypes = [];
|
|
1470
1544
|
var accepts = ['application/json'];
|
|
1471
1545
|
var returnType = _PaymentMethodsResponse["default"];
|
|
1472
|
-
return this.apiClient.callApi('/
|
|
1546
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1473
1547
|
}
|
|
1474
1548
|
|
|
1475
1549
|
/**
|
|
@@ -1491,6 +1565,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1491
1565
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1492
1566
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1493
1567
|
* @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)
|
|
1568
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1494
1569
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1495
1570
|
* @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
|
|
1496
1571
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1510,14 +1585,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1510
1585
|
var pathParams = {
|
|
1511
1586
|
'transferID': transferID
|
|
1512
1587
|
};
|
|
1513
|
-
var queryParams = {
|
|
1514
|
-
var headerParams = {
|
|
1515
|
-
'Authorization': opts['authorization'],
|
|
1588
|
+
var queryParams = {
|
|
1516
1589
|
'cacheduration': opts['cacheduration'],
|
|
1517
|
-
'cachegroup': opts['cachegroup'],
|
|
1518
|
-
'cachekey': opts['cachekey'],
|
|
1590
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1591
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1519
1592
|
'cachescope': opts['cachescope'],
|
|
1520
|
-
'cacheuser': opts['cacheuser'],
|
|
1593
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1594
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1595
|
+
};
|
|
1596
|
+
var headerParams = {
|
|
1597
|
+
'Authorization': opts['authorization'],
|
|
1521
1598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1522
1599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1523
1600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1528,7 +1605,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1528
1605
|
var contentTypes = [];
|
|
1529
1606
|
var accepts = ['application/json'];
|
|
1530
1607
|
var returnType = _TransferResponse["default"];
|
|
1531
|
-
return this.apiClient.callApi('/
|
|
1608
|
+
return this.apiClient.callApi('/payments/stripe/transfer/{transferID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1532
1609
|
}
|
|
1533
1610
|
|
|
1534
1611
|
/**
|
|
@@ -1550,6 +1627,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1550
1627
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1551
1628
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1552
1629
|
* @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)
|
|
1630
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1553
1631
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1554
1632
|
* @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
|
|
1555
1633
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1569,14 +1647,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1569
1647
|
var pathParams = {
|
|
1570
1648
|
'transferID': transferID
|
|
1571
1649
|
};
|
|
1572
|
-
var queryParams = {
|
|
1573
|
-
var headerParams = {
|
|
1574
|
-
'Authorization': opts['authorization'],
|
|
1650
|
+
var queryParams = {
|
|
1575
1651
|
'cacheduration': opts['cacheduration'],
|
|
1576
|
-
'cachegroup': opts['cachegroup'],
|
|
1577
|
-
'cachekey': opts['cachekey'],
|
|
1652
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1653
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1578
1654
|
'cachescope': opts['cachescope'],
|
|
1579
|
-
'cacheuser': opts['cacheuser'],
|
|
1655
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1656
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1657
|
+
};
|
|
1658
|
+
var headerParams = {
|
|
1659
|
+
'Authorization': opts['authorization'],
|
|
1580
1660
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1581
1661
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1582
1662
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1587,7 +1667,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1587
1667
|
var contentTypes = [];
|
|
1588
1668
|
var accepts = ['application/json'];
|
|
1589
1669
|
var returnType = _TransferResponse["default"];
|
|
1590
|
-
return this.apiClient.callApi('/
|
|
1670
|
+
return this.apiClient.callApi('/payments/stripe/transfer/{transferID}/paymentMethodDetails', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1591
1671
|
}
|
|
1592
1672
|
|
|
1593
1673
|
/**
|
|
@@ -1609,6 +1689,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1609
1689
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1610
1690
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1611
1691
|
* @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)
|
|
1692
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1612
1693
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1613
1694
|
* @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
1695
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1628,14 +1709,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1628
1709
|
var pathParams = {
|
|
1629
1710
|
'userID': userID
|
|
1630
1711
|
};
|
|
1631
|
-
var queryParams = {
|
|
1632
|
-
var headerParams = {
|
|
1633
|
-
'Authorization': opts['authorization'],
|
|
1712
|
+
var queryParams = {
|
|
1634
1713
|
'cacheduration': opts['cacheduration'],
|
|
1635
|
-
'cachegroup': opts['cachegroup'],
|
|
1636
|
-
'cachekey': opts['cachekey'],
|
|
1714
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1715
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1637
1716
|
'cachescope': opts['cachescope'],
|
|
1638
|
-
'cacheuser': opts['cacheuser'],
|
|
1717
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1718
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1719
|
+
};
|
|
1720
|
+
var headerParams = {
|
|
1721
|
+
'Authorization': opts['authorization'],
|
|
1639
1722
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1640
1723
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1641
1724
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1646,7 +1729,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1646
1729
|
var contentTypes = [];
|
|
1647
1730
|
var accepts = ['application/json'];
|
|
1648
1731
|
var returnType = _CreateAccountResponse["default"];
|
|
1649
|
-
return this.apiClient.callApi('/
|
|
1732
|
+
return this.apiClient.callApi('/payments/stripe/user/{userID}/account', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1650
1733
|
}
|
|
1651
1734
|
|
|
1652
1735
|
/**
|
|
@@ -1668,6 +1751,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1668
1751
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1669
1752
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1670
1753
|
* @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)
|
|
1754
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1671
1755
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1672
1756
|
* @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
|
|
1673
1757
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1687,14 +1771,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1687
1771
|
var pathParams = {
|
|
1688
1772
|
'userID': userID
|
|
1689
1773
|
};
|
|
1690
|
-
var queryParams = {
|
|
1691
|
-
var headerParams = {
|
|
1692
|
-
'Authorization': opts['authorization'],
|
|
1774
|
+
var queryParams = {
|
|
1693
1775
|
'cacheduration': opts['cacheduration'],
|
|
1694
|
-
'cachegroup': opts['cachegroup'],
|
|
1695
|
-
'cachekey': opts['cachekey'],
|
|
1776
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1777
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1696
1778
|
'cachescope': opts['cachescope'],
|
|
1697
|
-
'cacheuser': opts['cacheuser'],
|
|
1779
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1780
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1781
|
+
};
|
|
1782
|
+
var headerParams = {
|
|
1783
|
+
'Authorization': opts['authorization'],
|
|
1698
1784
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1699
1785
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1700
1786
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1705,7 +1791,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1705
1791
|
var contentTypes = [];
|
|
1706
1792
|
var accepts = ['application/json'];
|
|
1707
1793
|
var returnType = _CustomerResponse["default"];
|
|
1708
|
-
return this.apiClient.callApi('/
|
|
1794
|
+
return this.apiClient.callApi('/payments/stripe/user/{userID}/customer', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1709
1795
|
}
|
|
1710
1796
|
|
|
1711
1797
|
/**
|
|
@@ -1728,6 +1814,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1728
1814
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1729
1815
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1730
1816
|
* @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)
|
|
1817
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1731
1818
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1732
1819
|
* @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
|
|
1733
1820
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1751,14 +1838,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1751
1838
|
var pathParams = {
|
|
1752
1839
|
'accountID': accountID
|
|
1753
1840
|
};
|
|
1754
|
-
var queryParams = {
|
|
1755
|
-
var headerParams = {
|
|
1756
|
-
'Authorization': opts['authorization'],
|
|
1841
|
+
var queryParams = {
|
|
1757
1842
|
'cacheduration': opts['cacheduration'],
|
|
1758
|
-
'cachegroup': opts['cachegroup'],
|
|
1759
|
-
'cachekey': opts['cachekey'],
|
|
1843
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1844
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1760
1845
|
'cachescope': opts['cachescope'],
|
|
1761
|
-
'cacheuser': opts['cacheuser'],
|
|
1846
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1847
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1848
|
+
};
|
|
1849
|
+
var headerParams = {
|
|
1850
|
+
'Authorization': opts['authorization'],
|
|
1762
1851
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1763
1852
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1764
1853
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1769,7 +1858,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1769
1858
|
var contentTypes = ['application/json'];
|
|
1770
1859
|
var accepts = ['application/json'];
|
|
1771
1860
|
var returnType = _PayoutResponse["default"];
|
|
1772
|
-
return this.apiClient.callApi('/
|
|
1861
|
+
return this.apiClient.callApi('/payments/stripe/account/{accountID}/payout', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1773
1862
|
}
|
|
1774
1863
|
|
|
1775
1864
|
/**
|
|
@@ -1792,6 +1881,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1792
1881
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1793
1882
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1794
1883
|
* @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)
|
|
1884
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1795
1885
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1796
1886
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1797
1887
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1816,14 +1906,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1816
1906
|
'applicationid': applicationid,
|
|
1817
1907
|
'accountid': accountid
|
|
1818
1908
|
};
|
|
1819
|
-
var queryParams = {
|
|
1820
|
-
var headerParams = {
|
|
1821
|
-
'Authorization': opts['authorization'],
|
|
1909
|
+
var queryParams = {
|
|
1822
1910
|
'cacheduration': opts['cacheduration'],
|
|
1823
|
-
'cachegroup': opts['cachegroup'],
|
|
1824
|
-
'cachekey': opts['cachekey'],
|
|
1911
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1912
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1825
1913
|
'cachescope': opts['cachescope'],
|
|
1826
|
-
'cacheuser': opts['cacheuser'],
|
|
1914
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1915
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1916
|
+
};
|
|
1917
|
+
var headerParams = {
|
|
1918
|
+
'Authorization': opts['authorization'],
|
|
1827
1919
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1828
1920
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1829
1921
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1834,7 +1926,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1834
1926
|
var contentTypes = [];
|
|
1835
1927
|
var accepts = ['application/json'];
|
|
1836
1928
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
1837
|
-
return this.apiClient.callApi('/
|
|
1929
|
+
return this.apiClient.callApi('/payments/stripe/application/{applicationid}/{accountId}/paymentaccount', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1838
1930
|
}
|
|
1839
1931
|
|
|
1840
1932
|
/**
|
|
@@ -1857,6 +1949,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1857
1949
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1858
1950
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1859
1951
|
* @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)
|
|
1952
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1860
1953
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1861
1954
|
* @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
|
|
1862
1955
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1880,14 +1973,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1880
1973
|
var pathParams = {
|
|
1881
1974
|
'customerID': customerID
|
|
1882
1975
|
};
|
|
1883
|
-
var queryParams = {
|
|
1884
|
-
var headerParams = {
|
|
1885
|
-
'Authorization': opts['authorization'],
|
|
1976
|
+
var queryParams = {
|
|
1886
1977
|
'cacheduration': opts['cacheduration'],
|
|
1887
|
-
'cachegroup': opts['cachegroup'],
|
|
1888
|
-
'cachekey': opts['cachekey'],
|
|
1978
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
1979
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1889
1980
|
'cachescope': opts['cachescope'],
|
|
1890
|
-
'cacheuser': opts['cacheuser'],
|
|
1981
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
1982
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
1983
|
+
};
|
|
1984
|
+
var headerParams = {
|
|
1985
|
+
'Authorization': opts['authorization'],
|
|
1891
1986
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1892
1987
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1893
1988
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1898,7 +1993,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1898
1993
|
var contentTypes = ['text/plain'];
|
|
1899
1994
|
var accepts = ['application/json'];
|
|
1900
1995
|
var returnType = _PaymentMethodResponse["default"];
|
|
1901
|
-
return this.apiClient.callApi('/
|
|
1996
|
+
return this.apiClient.callApi('/payments/stripe/customer/{customerID}/paymentmethods/default', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1902
1997
|
}
|
|
1903
1998
|
|
|
1904
1999
|
/**
|
|
@@ -1920,6 +2015,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1920
2015
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1921
2016
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1922
2017
|
* @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)
|
|
2018
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1923
2019
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1924
2020
|
* @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
|
|
1925
2021
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1937,14 +2033,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1937
2033
|
throw new Error("Missing the required parameter 'body' when calling setDefaultStripePaymentMethod");
|
|
1938
2034
|
}
|
|
1939
2035
|
var pathParams = {};
|
|
1940
|
-
var queryParams = {
|
|
1941
|
-
var headerParams = {
|
|
1942
|
-
'Authorization': opts['authorization'],
|
|
2036
|
+
var queryParams = {
|
|
1943
2037
|
'cacheduration': opts['cacheduration'],
|
|
1944
|
-
'cachegroup': opts['cachegroup'],
|
|
1945
|
-
'cachekey': opts['cachekey'],
|
|
2038
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2039
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
1946
2040
|
'cachescope': opts['cachescope'],
|
|
1947
|
-
'cacheuser': opts['cacheuser'],
|
|
2041
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2042
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2043
|
+
};
|
|
2044
|
+
var headerParams = {
|
|
2045
|
+
'Authorization': opts['authorization'],
|
|
1948
2046
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1949
2047
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1950
2048
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1955,7 +2053,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1955
2053
|
var contentTypes = ['text/plain'];
|
|
1956
2054
|
var accepts = ['application/json'];
|
|
1957
2055
|
var returnType = _PaymentMethodResponse["default"];
|
|
1958
|
-
return this.apiClient.callApi('/
|
|
2056
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods/default', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
1959
2057
|
}
|
|
1960
2058
|
|
|
1961
2059
|
/**
|
|
@@ -1978,6 +2076,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1978
2076
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1979
2077
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1980
2078
|
* @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)
|
|
2079
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
1981
2080
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1982
2081
|
* @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
|
|
1983
2082
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2002,14 +2101,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2002
2101
|
'siteid': siteid,
|
|
2003
2102
|
'accountid': accountid
|
|
2004
2103
|
};
|
|
2005
|
-
var queryParams = {
|
|
2006
|
-
var headerParams = {
|
|
2007
|
-
'Authorization': opts['authorization'],
|
|
2104
|
+
var queryParams = {
|
|
2008
2105
|
'cacheduration': opts['cacheduration'],
|
|
2009
|
-
'cachegroup': opts['cachegroup'],
|
|
2010
|
-
'cachekey': opts['cachekey'],
|
|
2106
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2107
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2011
2108
|
'cachescope': opts['cachescope'],
|
|
2012
|
-
'cacheuser': opts['cacheuser'],
|
|
2109
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2110
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2111
|
+
};
|
|
2112
|
+
var headerParams = {
|
|
2113
|
+
'Authorization': opts['authorization'],
|
|
2013
2114
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2014
2115
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2015
2116
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2020,7 +2121,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2020
2121
|
var contentTypes = [];
|
|
2021
2122
|
var accepts = ['application/json'];
|
|
2022
2123
|
var returnType = _ApplicationPaymentAccountResponse["default"];
|
|
2023
|
-
return this.apiClient.callApi('/
|
|
2124
|
+
return this.apiClient.callApi('/payments/stripe/site/{siteid}/{accountId}/paymentaccount', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2024
2125
|
}
|
|
2025
2126
|
|
|
2026
2127
|
/**
|
|
@@ -2042,6 +2143,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2042
2143
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2043
2144
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2044
2145
|
* @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)
|
|
2146
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2045
2147
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2046
2148
|
* @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
|
|
2047
2149
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2059,14 +2161,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2059
2161
|
throw new Error("Missing the required parameter 'payoutInput' when calling stripePayout");
|
|
2060
2162
|
}
|
|
2061
2163
|
var pathParams = {};
|
|
2062
|
-
var queryParams = {
|
|
2063
|
-
var headerParams = {
|
|
2064
|
-
'Authorization': opts['authorization'],
|
|
2164
|
+
var queryParams = {
|
|
2065
2165
|
'cacheduration': opts['cacheduration'],
|
|
2066
|
-
'cachegroup': opts['cachegroup'],
|
|
2067
|
-
'cachekey': opts['cachekey'],
|
|
2166
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2167
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2068
2168
|
'cachescope': opts['cachescope'],
|
|
2069
|
-
'cacheuser': opts['cacheuser'],
|
|
2169
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2170
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2171
|
+
};
|
|
2172
|
+
var headerParams = {
|
|
2173
|
+
'Authorization': opts['authorization'],
|
|
2070
2174
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2071
2175
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2072
2176
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2077,7 +2181,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2077
2181
|
var contentTypes = [];
|
|
2078
2182
|
var accepts = ['application/json'];
|
|
2079
2183
|
var returnType = _PayoutResponse["default"];
|
|
2080
|
-
return this.apiClient.callApi('/
|
|
2184
|
+
return this.apiClient.callApi('/payments/stripe/payout', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2081
2185
|
}
|
|
2082
2186
|
|
|
2083
2187
|
/**
|
|
@@ -2099,6 +2203,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2099
2203
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2100
2204
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2101
2205
|
* @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)
|
|
2206
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2102
2207
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2103
2208
|
* @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
|
|
2104
2209
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2116,14 +2221,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2116
2221
|
throw new Error("Missing the required parameter 'transferInput' when calling stripeTransfer");
|
|
2117
2222
|
}
|
|
2118
2223
|
var pathParams = {};
|
|
2119
|
-
var queryParams = {
|
|
2120
|
-
var headerParams = {
|
|
2121
|
-
'Authorization': opts['authorization'],
|
|
2224
|
+
var queryParams = {
|
|
2122
2225
|
'cacheduration': opts['cacheduration'],
|
|
2123
|
-
'cachegroup': opts['cachegroup'],
|
|
2124
|
-
'cachekey': opts['cachekey'],
|
|
2226
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2227
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2125
2228
|
'cachescope': opts['cachescope'],
|
|
2126
|
-
'cacheuser': opts['cacheuser'],
|
|
2229
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2230
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2231
|
+
};
|
|
2232
|
+
var headerParams = {
|
|
2233
|
+
'Authorization': opts['authorization'],
|
|
2127
2234
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2128
2235
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2129
2236
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2134,7 +2241,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2134
2241
|
var contentTypes = ['application/json'];
|
|
2135
2242
|
var accepts = ['application/json'];
|
|
2136
2243
|
var returnType = _TransferResponse["default"];
|
|
2137
|
-
return this.apiClient.callApi('/
|
|
2244
|
+
return this.apiClient.callApi('/payments/stripe/transfer', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2138
2245
|
}
|
|
2139
2246
|
|
|
2140
2247
|
/**
|
|
@@ -2157,6 +2264,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2157
2264
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2158
2265
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2159
2266
|
* @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)
|
|
2267
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2160
2268
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2161
2269
|
* @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
|
|
2162
2270
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2180,14 +2288,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2180
2288
|
var pathParams = {
|
|
2181
2289
|
'accountID': accountID
|
|
2182
2290
|
};
|
|
2183
|
-
var queryParams = {
|
|
2184
|
-
var headerParams = {
|
|
2185
|
-
'Authorization': opts['authorization'],
|
|
2291
|
+
var queryParams = {
|
|
2186
2292
|
'cacheduration': opts['cacheduration'],
|
|
2187
|
-
'cachegroup': opts['cachegroup'],
|
|
2188
|
-
'cachekey': opts['cachekey'],
|
|
2293
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2294
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2189
2295
|
'cachescope': opts['cachescope'],
|
|
2190
|
-
'cacheuser': opts['cacheuser'],
|
|
2296
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2297
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2298
|
+
};
|
|
2299
|
+
var headerParams = {
|
|
2300
|
+
'Authorization': opts['authorization'],
|
|
2191
2301
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2192
2302
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2193
2303
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2198,7 +2308,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2198
2308
|
var contentTypes = ['application/json'];
|
|
2199
2309
|
var accepts = ['application/json'];
|
|
2200
2310
|
var returnType = _CreateAccountResponse["default"];
|
|
2201
|
-
return this.apiClient.callApi('/
|
|
2311
|
+
return this.apiClient.callApi('/payments/stripe/account/{accountID}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2202
2312
|
}
|
|
2203
2313
|
|
|
2204
2314
|
/**
|
|
@@ -2221,6 +2331,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2221
2331
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2222
2332
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2223
2333
|
* @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)
|
|
2334
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2224
2335
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2225
2336
|
* @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
|
|
2226
2337
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2244,14 +2355,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2244
2355
|
var pathParams = {
|
|
2245
2356
|
'customerID': customerID
|
|
2246
2357
|
};
|
|
2247
|
-
var queryParams = {
|
|
2248
|
-
var headerParams = {
|
|
2249
|
-
'Authorization': opts['authorization'],
|
|
2358
|
+
var queryParams = {
|
|
2250
2359
|
'cacheduration': opts['cacheduration'],
|
|
2251
|
-
'cachegroup': opts['cachegroup'],
|
|
2252
|
-
'cachekey': opts['cachekey'],
|
|
2360
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2361
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2253
2362
|
'cachescope': opts['cachescope'],
|
|
2254
|
-
'cacheuser': opts['cacheuser'],
|
|
2363
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2364
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2365
|
+
};
|
|
2366
|
+
var headerParams = {
|
|
2367
|
+
'Authorization': opts['authorization'],
|
|
2255
2368
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2256
2369
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2257
2370
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2262,7 +2375,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2262
2375
|
var contentTypes = ['application/json'];
|
|
2263
2376
|
var accepts = ['application/json'];
|
|
2264
2377
|
var returnType = _CustomerResponse["default"];
|
|
2265
|
-
return this.apiClient.callApi('/
|
|
2378
|
+
return this.apiClient.callApi('/payments/stripe/customer/{customerID}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2266
2379
|
}
|
|
2267
2380
|
|
|
2268
2381
|
/**
|
|
@@ -2284,6 +2397,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2284
2397
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2285
2398
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2286
2399
|
* @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)
|
|
2400
|
+
* @param {Array.<module:model/CacheInvalidation>} [invalidationkeys] Cache keys that should be invalidated in this operation
|
|
2287
2401
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2288
2402
|
* @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
|
|
2289
2403
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2304,14 +2418,16 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2304
2418
|
var pathParams = {
|
|
2305
2419
|
'paymentMethodID': paymentMethodID
|
|
2306
2420
|
};
|
|
2307
|
-
var queryParams = {
|
|
2308
|
-
var headerParams = {
|
|
2309
|
-
'Authorization': opts['authorization'],
|
|
2421
|
+
var queryParams = {
|
|
2310
2422
|
'cacheduration': opts['cacheduration'],
|
|
2311
|
-
'cachegroup': opts['cachegroup'],
|
|
2312
|
-
'cachekey': opts['cachekey'],
|
|
2423
|
+
'cachegroup': this.apiClient.buildCollectionParam(opts['cachegroup'], 'multi'),
|
|
2424
|
+
'cachekey': this.apiClient.buildCollectionParam(opts['cachekey'], 'multi'),
|
|
2313
2425
|
'cachescope': opts['cachescope'],
|
|
2314
|
-
'cacheuser': opts['cacheuser'],
|
|
2426
|
+
'cacheuser': this.apiClient.buildCollectionParam(opts['cacheuser'], 'multi'),
|
|
2427
|
+
'invalidationkeys': this.apiClient.buildCollectionParam(opts['invalidationkeys'], 'multi')
|
|
2428
|
+
};
|
|
2429
|
+
var headerParams = {
|
|
2430
|
+
'Authorization': opts['authorization'],
|
|
2315
2431
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2316
2432
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2317
2433
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2322,7 +2438,7 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2322
2438
|
var contentTypes = ['application/json'];
|
|
2323
2439
|
var accepts = ['application/json'];
|
|
2324
2440
|
var returnType = _PaymentMethodResponse["default"];
|
|
2325
|
-
return this.apiClient.callApi('/
|
|
2441
|
+
return this.apiClient.callApi('/payments/stripe/paymentmethods/{paymentMethodID}', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
2326
2442
|
}
|
|
2327
2443
|
}]);
|
|
2328
2444
|
}();
|