@gobodo/gobodo-api 0.1.23 → 0.1.25

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.
Files changed (188) hide show
  1. package/README.md +13 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +6 -2
  4. package/dist/api/AdCampaignsApi.js +34 -2
  5. package/dist/api/AdManagementApi.js +50 -2
  6. package/dist/api/AdminDataManagementApi.js +6 -2
  7. package/dist/api/AdsApi.js +26 -2
  8. package/dist/api/AttachmentsApi.js +30 -2
  9. package/dist/api/AuthenticationApi.js +74 -2
  10. package/dist/api/CategoriesApi.js +30 -2
  11. package/dist/api/CommentsApi.js +34 -2
  12. package/dist/api/ContentManagementApi.js +98 -2
  13. package/dist/api/ConversationsApi.js +38 -2
  14. package/dist/api/DataSheetImportsApi.js +62 -2
  15. package/dist/api/DefaultApi.js +46 -2
  16. package/dist/api/DocumentsApi.js +54 -2
  17. package/dist/api/EntryPartsApi.js +54 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +14 -2
  20. package/dist/api/FilesApi.js +6 -2
  21. package/dist/api/FormsApi.js +74 -2
  22. package/dist/api/FunctionsApi.js +6 -2
  23. package/dist/api/GeocodeApi.js +22 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +42 -2
  26. package/dist/api/GraphObjectTypesApi.js +38 -2
  27. package/dist/api/GraphObjectsApi.js +258 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +70 -2
  29. package/dist/api/GraphRelationshipsApi.js +126 -2
  30. package/dist/api/GraphSchemasApi.js +30 -2
  31. package/dist/api/GraphTraversalApi.js +22 -2
  32. package/dist/api/GraphsApi.js +46 -2
  33. package/dist/api/GroupsApi.js +46 -2
  34. package/dist/api/IAMApi.js +18 -2
  35. package/dist/api/ImagesApi.js +34 -2
  36. package/dist/api/InvitesApi.js +22 -2
  37. package/dist/api/LikesApi.js +50 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +10 -2
  40. package/dist/api/MeetingEventsApi.js +22 -2
  41. package/dist/api/PagesApi.js +38 -2
  42. package/dist/api/PostsApi.js +22 -2
  43. package/dist/api/PrivateMessagesApi.js +66 -2
  44. package/dist/api/PublicationsApi.js +6 -2
  45. package/dist/api/ScreensApi.js +14 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +414 -2
  48. package/dist/api/TagsApi.js +6 -2
  49. package/dist/api/TemplatesApi.js +14 -2
  50. package/dist/api/ThemeMappingsApi.js +14 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +38 -2
  54. package/dist/api/UsersApi.js +38 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +46 -2
  57. package/dist/index.js +7 -0
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/Article.js +26 -26
  67. package/dist/model/Authorization.js +2 -2
  68. package/dist/model/Balance.js +2 -2
  69. package/dist/model/BalanceDetails.js +2 -2
  70. package/dist/model/BalanceResponse.js +2 -2
  71. package/dist/model/BankAccountInfo.js +2 -2
  72. package/dist/model/CardInfo.js +2 -2
  73. package/dist/model/Comment.js +10 -10
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +11 -2
  76. package/dist/model/CreateStripeAccountInput.js +2 -2
  77. package/dist/model/CreateStripeCustomerInput.js +2 -2
  78. package/dist/model/CustomerResponse.js +2 -2
  79. package/dist/model/DataObject.js +2 -2
  80. package/dist/model/DataSheetImport.js +10 -10
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +26 -26
  84. package/dist/model/DocumentPart.js +21 -21
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +10 -10
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +10 -10
  89. package/dist/model/File.js +2 -2
  90. package/dist/model/FileAttachmentUploadObject.js +2 -2
  91. package/dist/model/Filter.js +2 -2
  92. package/dist/model/FilterManager.js +2 -2
  93. package/dist/model/Form.js +2 -2
  94. package/dist/model/FormSection.js +2 -2
  95. package/dist/model/FormSubmission.js +2 -2
  96. package/dist/model/Geocode.js +2 -2
  97. package/dist/model/GeocodePayload.js +2 -2
  98. package/dist/model/GeolocationInput.js +2 -2
  99. package/dist/model/Graph.js +9 -9
  100. package/dist/model/GraphAction.js +2 -2
  101. package/dist/model/GraphDatabaseService.js +10 -10
  102. package/dist/model/GraphGeocode.js +2 -2
  103. package/dist/model/GraphIteratorEntryPart.js +2 -2
  104. package/dist/model/GraphObject.js +2 -2
  105. package/dist/model/GraphObjectPayload.js +2 -2
  106. package/dist/model/GraphObjectSchema.js +11 -11
  107. package/dist/model/GraphObjectType.js +2 -2
  108. package/dist/model/GraphObjectTypeSchema.js +2 -2
  109. package/dist/model/GraphOwner.js +2 -2
  110. package/dist/model/GraphRelation.js +2 -2
  111. package/dist/model/GraphRelationObjectObject.js +2 -2
  112. package/dist/model/GraphRelationship.js +2 -2
  113. package/dist/model/GraphRelationshipPayload.js +2 -2
  114. package/dist/model/GraphRelationshipType.js +2 -2
  115. package/dist/model/GraphSchema.js +30 -30
  116. package/dist/model/GraphTraversalInput.js +2 -2
  117. package/dist/model/Image.js +16 -16
  118. package/dist/model/ImageUploadObject.js +16 -16
  119. package/dist/model/InputPart.js +2 -2
  120. package/dist/model/InputPartMediaType.js +2 -2
  121. package/dist/model/Link.js +24 -24
  122. package/dist/model/LiveStreamInfo.js +2 -2
  123. package/dist/model/MeetingEvent.js +2 -2
  124. package/dist/model/MeetingEventTimezone.js +2 -2
  125. package/dist/model/MeetingInfo.js +2 -2
  126. package/dist/model/Member.js +2 -2
  127. package/dist/model/MemberGroupCategory.js +2 -2
  128. package/dist/model/MemberList.js +2 -2
  129. package/dist/model/MessageGroup.js +2 -2
  130. package/dist/model/MultipartBody.js +2 -2
  131. package/dist/model/Objecttype.js +2 -2
  132. package/dist/model/Page.js +16 -16
  133. package/dist/model/PageSchema.js +2 -2
  134. package/dist/model/Pageable.js +16 -16
  135. package/dist/model/Path.js +2 -2
  136. package/dist/model/PaymentAccountObject.js +2 -2
  137. package/dist/model/PaymentIntentInput.js +2 -2
  138. package/dist/model/PaymentIntentResponse.js +2 -2
  139. package/dist/model/PaymentMethod.js +2 -2
  140. package/dist/model/PaymentMethodInput.js +2 -2
  141. package/dist/model/PaymentMethodResponse.js +2 -2
  142. package/dist/model/PaymentMethodsResponse.js +2 -2
  143. package/dist/model/Payout.js +11 -11
  144. package/dist/model/PayoutInput.js +2 -2
  145. package/dist/model/PayoutResponse.js +2 -2
  146. package/dist/model/Post.js +2 -2
  147. package/dist/model/PrivateMessage.js +2 -2
  148. package/dist/model/PrivateMessageConversation.js +15 -15
  149. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  150. package/dist/model/Profile.js +2 -2
  151. package/dist/model/Profiletype.js +2 -2
  152. package/dist/model/PropertyContainer.js +9 -9
  153. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  154. package/dist/model/RelationshipMapping.js +2 -2
  155. package/dist/model/ScreenSchema.js +2 -2
  156. package/dist/model/SimulcastInfo.js +2 -2
  157. package/dist/model/SkinField.js +10 -10
  158. package/dist/model/SocialGroup.js +9 -9
  159. package/dist/model/SocialGroupType.js +2 -2
  160. package/dist/model/Sort.js +9 -9
  161. package/dist/model/SourceTypes.js +2 -2
  162. package/dist/model/StatusUpdate.js +2 -2
  163. package/dist/model/StreetAddress.js +2 -2
  164. package/dist/model/StripeAccount.js +11 -2
  165. package/dist/model/StripeCustomerAccount.js +2 -2
  166. package/dist/model/Template.js +22 -22
  167. package/dist/model/TemplateSchema.js +22 -22
  168. package/dist/model/ThemeMapping.js +10 -10
  169. package/dist/model/ThemeMappingPayload.js +9 -9
  170. package/dist/model/Transaction.js +2 -2
  171. package/dist/model/Transfer.js +21 -11
  172. package/dist/model/TransferInput.js +2 -2
  173. package/dist/model/TransferResponse.js +16 -2
  174. package/dist/model/TransferResponsePaymentMethodDetails.js +158 -0
  175. package/dist/model/User.js +2 -2
  176. package/dist/model/UserDataPayload.js +2 -2
  177. package/dist/model/UserDomain.js +2 -2
  178. package/dist/model/UserInvite.js +2 -2
  179. package/dist/model/UserInviteInput.js +2 -2
  180. package/dist/model/UserSchema.js +2 -2
  181. package/dist/model/UserTag.js +2 -2
  182. package/dist/model/Userid.js +2 -2
  183. package/dist/model/Video.js +26 -26
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +34 -34
  186. package/dist/model/VideoUploadObject.js +26 -26
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.23
24
+ * The version of the OpenAPI document: 0.1.25
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
32
32
  /**
33
33
  * Users service.
34
34
  * @module api/UsersApi
35
- * @version 0.1.23
35
+ * @version 0.1.25
36
36
  */
37
37
  var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -61,7 +61,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
61
61
  * @param {module:model/UserDataPayload} userDataPayload User data to create
62
62
  * @param {Object} opts Optional parameters
63
63
  * @param {String} [authorization] The authorization token of the logged in user
64
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @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
66
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
65
67
  * @param {String} [transactionid] The id of the transaction this operation is being run in
66
68
  * @param {module:api/UsersApi~createUserCallback} callback The callback function, accepting three arguments: error, data, response
67
69
  * data is of type: {@link module:model/UserSchema}
@@ -79,7 +81,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
79
81
  var queryParams = {};
80
82
  var headerParams = {
81
83
  'Authorization': opts['authorization'],
84
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
85
  'zeusportal-postas': opts['zeusportalPostas'],
86
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
83
87
  'transactionid': opts['transactionid']
84
88
  };
85
89
  var formParams = {};
@@ -102,7 +106,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
102
106
  * Root for the API
103
107
  * @param {Object} opts Optional parameters
104
108
  * @param {String} [authorization] The authorization token of the logged in user
109
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
105
110
  * @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
111
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
106
112
  * @param {String} [transactionid] The id of the transaction this operation is being run in
107
113
  * @param {module:api/UsersApi~get33Callback} callback The callback function, accepting three arguments: error, data, response
108
114
  */
@@ -115,7 +121,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
115
121
  var queryParams = {};
116
122
  var headerParams = {
117
123
  'Authorization': opts['authorization'],
124
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
118
125
  'zeusportal-postas': opts['zeusportalPostas'],
126
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
119
127
  'transactionid': opts['transactionid']
120
128
  };
121
129
  var formParams = {};
@@ -141,7 +149,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
141
149
  * @param {String} type
142
150
  * @param {Object} opts Optional parameters
143
151
  * @param {String} [authorization] The authorization token of the logged in user
152
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
144
153
  * @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
154
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
145
155
  * @param {String} [transactionid] The id of the transaction this operation is being run in
146
156
  * @param {module:api/UsersApi~getProfileByTypeCallback} callback The callback function, accepting three arguments: error, data, response
147
157
  * data is of type: {@link module:model/Profile}
@@ -166,7 +176,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
166
176
  var queryParams = {};
167
177
  var headerParams = {
168
178
  'Authorization': opts['authorization'],
179
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
169
180
  'zeusportal-postas': opts['zeusportalPostas'],
181
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
170
182
  'transactionid': opts['transactionid']
171
183
  };
172
184
  var formParams = {};
@@ -191,7 +203,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
191
203
  * @param {Number} id
192
204
  * @param {Object} opts Optional parameters
193
205
  * @param {String} [authorization] The authorization token of the logged in user
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
194
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
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
195
209
  * @param {String} [transactionid] The id of the transaction this operation is being run in
196
210
  * @param {module:api/UsersApi~getProfilesCallback} callback The callback function, accepting three arguments: error, data, response
197
211
  * data is of type: {@link Array.<module:model/Profile>}
@@ -211,7 +225,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
211
225
  var queryParams = {};
212
226
  var headerParams = {
213
227
  'Authorization': opts['authorization'],
228
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
214
229
  'zeusportal-postas': opts['zeusportalPostas'],
230
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
215
231
  'transactionid': opts['transactionid']
216
232
  };
217
233
  var formParams = {};
@@ -235,7 +251,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
235
251
  * Returns the current logged in user
236
252
  * @param {Object} opts Optional parameters
237
253
  * @param {String} [authorization] The authorization token of the logged in user
254
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
238
255
  * @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
256
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
239
257
  * @param {String} [transactionid] The id of the transaction this operation is being run in
240
258
  * @param {module:api/UsersApi~getSelfCallback} callback The callback function, accepting three arguments: error, data, response
241
259
  * data is of type: {@link module:model/UserSchema}
@@ -249,7 +267,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
249
267
  var queryParams = {};
250
268
  var headerParams = {
251
269
  'Authorization': opts['authorization'],
270
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
252
271
  'zeusportal-postas': opts['zeusportalPostas'],
272
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
253
273
  'transactionid': opts['transactionid']
254
274
  };
255
275
  var formParams = {};
@@ -274,7 +294,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
274
294
  * @param {Number} id
275
295
  * @param {Object} opts Optional parameters
276
296
  * @param {String} [authorization] The authorization token of the logged in user
297
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
277
298
  * @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
299
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
278
300
  * @param {String} [transactionid] The id of the transaction this operation is being run in
279
301
  * @param {module:api/UsersApi~getUserByIdCallback} callback The callback function, accepting three arguments: error, data, response
280
302
  * data is of type: {@link module:model/UserSchema}
@@ -294,7 +316,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
294
316
  var queryParams = {};
295
317
  var headerParams = {
296
318
  'Authorization': opts['authorization'],
319
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
320
  'zeusportal-postas': opts['zeusportalPostas'],
321
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
298
322
  'transactionid': opts['transactionid']
299
323
  };
300
324
  var formParams = {};
@@ -319,7 +343,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
319
343
  * @param {String} username
320
344
  * @param {Object} opts Optional parameters
321
345
  * @param {String} [authorization] The authorization token of the logged in user
346
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
322
347
  * @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
348
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
323
349
  * @param {String} [transactionid] The id of the transaction this operation is being run in
324
350
  * @param {module:api/UsersApi~getUserByUserNameCallback} callback The callback function, accepting three arguments: error, data, response
325
351
  * data is of type: {@link module:model/UserSchema}
@@ -339,7 +365,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
339
365
  var queryParams = {};
340
366
  var headerParams = {
341
367
  'Authorization': opts['authorization'],
368
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
342
369
  'zeusportal-postas': opts['zeusportalPostas'],
370
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
343
371
  'transactionid': opts['transactionid']
344
372
  };
345
373
  var formParams = {};
@@ -364,7 +392,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
364
392
  * @param {Number} id
365
393
  * @param {Object} opts Optional parameters
366
394
  * @param {String} [authorization] The authorization token of the logged in user
395
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
367
396
  * @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
397
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
368
398
  * @param {String} [transactionid] The id of the transaction this operation is being run in
369
399
  * @param {module:model/ImageUploadObject} [object]
370
400
  * @param {module:model/MultipartBody} [body]
@@ -386,7 +416,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
386
416
  var queryParams = {};
387
417
  var headerParams = {
388
418
  'Authorization': opts['authorization'],
419
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
389
420
  'zeusportal-postas': opts['zeusportalPostas'],
421
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
390
422
  'transactionid': opts['transactionid']
391
423
  };
392
424
  var formParams = {
@@ -415,7 +447,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
415
447
  * @param {module:model/UserDataPayload} userDataPayload User data to update
416
448
  * @param {Object} opts Optional parameters
417
449
  * @param {String} [authorization] The authorization token of the logged in user
450
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
418
451
  * @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
452
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
419
453
  * @param {String} [transactionid] The id of the transaction this operation is being run in
420
454
  * @param {module:api/UsersApi~updateUserCallback} callback The callback function, accepting three arguments: error, data, response
421
455
  * data is of type: {@link module:model/UserSchema}
@@ -439,7 +473,9 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
439
473
  var queryParams = {};
440
474
  var headerParams = {
441
475
  'Authorization': opts['authorization'],
476
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
442
477
  'zeusportal-postas': opts['zeusportalPostas'],
478
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
443
479
  'transactionid': opts['transactionid']
444
480
  };
445
481
  var formParams = {};
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.23
18
+ * The version of the OpenAPI document: 0.1.25
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * Utils service.
28
28
  * @module api/UtilsApi
29
- * @version 0.1.23
29
+ * @version 0.1.25
30
30
  */
31
31
  var UtilsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
23
23
  * gobodo-api
24
24
  * REST Interface for Gobodo API
25
25
  *
26
- * The version of the OpenAPI document: 0.1.23
26
+ * The version of the OpenAPI document: 0.1.25
27
27
  * Contact: info@gobodo.io
28
28
  *
29
29
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
34
34
  /**
35
35
  * Videos service.
36
36
  * @module api/VideosApi
37
- * @version 0.1.23
37
+ * @version 0.1.25
38
38
  */
39
39
  var VideosApi = exports["default"] = /*#__PURE__*/function () {
40
40
  /**
@@ -62,7 +62,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
62
62
  * @param {Number} id The id of the object to delete
63
63
  * @param {Object} opts Optional parameters
64
64
  * @param {String} [authorization] The authorization token of the logged in user
65
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
65
66
  * @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
67
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
66
68
  * @param {String} [transactionid] The id of the transaction this operation is being run in
67
69
  * @param {module:api/VideosApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
68
70
  */
@@ -81,7 +83,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
81
83
  var queryParams = {};
82
84
  var headerParams = {
83
85
  'Authorization': opts['authorization'],
86
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
87
  'zeusportal-postas': opts['zeusportalPostas'],
88
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
85
89
  'transactionid': opts['transactionid']
86
90
  };
87
91
  var formParams = {};
@@ -104,7 +108,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
104
108
  * Root for the API
105
109
  * @param {Object} opts Optional parameters
106
110
  * @param {String} [authorization] The authorization token of the logged in user
111
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
107
112
  * @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
113
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
108
114
  * @param {String} [transactionid] The id of the transaction this operation is being run in
109
115
  * @param {module:api/VideosApi~get44Callback} callback The callback function, accepting three arguments: error, data, response
110
116
  */
@@ -117,7 +123,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
117
123
  var queryParams = {};
118
124
  var headerParams = {
119
125
  'Authorization': opts['authorization'],
126
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
120
127
  'zeusportal-postas': opts['zeusportalPostas'],
128
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
121
129
  'transactionid': opts['transactionid']
122
130
  };
123
131
  var formParams = {};
@@ -142,7 +150,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
142
150
  * @param {Number} id
143
151
  * @param {Object} opts Optional parameters
144
152
  * @param {String} [authorization] The authorization token of the logged in user
153
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
145
154
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
155
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
146
156
  * @param {String} [transactionid] The id of the transaction this operation is being run in
147
157
  * @param {module:api/VideosApi~getVideoByIdCallback} callback The callback function, accepting three arguments: error, data, response
148
158
  * data is of type: {@link module:model/VideoSchema}
@@ -162,7 +172,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
162
172
  var queryParams = {};
163
173
  var headerParams = {
164
174
  'Authorization': opts['authorization'],
175
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
165
176
  'zeusportal-postas': opts['zeusportalPostas'],
177
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
166
178
  'transactionid': opts['transactionid']
167
179
  };
168
180
  var formParams = {};
@@ -185,7 +197,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
185
197
  * @param {Number} id
186
198
  * @param {Object} opts Optional parameters
187
199
  * @param {String} [authorization] The authorization token of the logged in user
200
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
188
201
  * @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
202
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
189
203
  * @param {String} [transactionid] The id of the transaction this operation is being run in
190
204
  * @param {module:api/VideosApi~getVideosCallback} callback The callback function, accepting three arguments: error, data, response
191
205
  * data is of type: {@link Array.<module:model/Video>}
@@ -205,7 +219,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
205
219
  var queryParams = {};
206
220
  var headerParams = {
207
221
  'Authorization': opts['authorization'],
222
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
208
223
  'zeusportal-postas': opts['zeusportalPostas'],
224
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
209
225
  'transactionid': opts['transactionid']
210
226
  };
211
227
  var formParams = {};
@@ -229,7 +245,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
229
245
  * @param {Number} body Video to update
230
246
  * @param {Object} opts Optional parameters
231
247
  * @param {String} [authorization] The authorization token of the logged in user
248
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
232
249
  * @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
250
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
233
251
  * @param {String} [transactionid] The id of the transaction this operation is being run in
234
252
  * @param {module:api/VideosApi~setThumbnailCallback} callback The callback function, accepting three arguments: error, data, response
235
253
  * data is of type: {@link module:model/Image}
@@ -253,7 +271,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
253
271
  var queryParams = {};
254
272
  var headerParams = {
255
273
  'Authorization': opts['authorization'],
274
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
256
275
  'zeusportal-postas': opts['zeusportalPostas'],
276
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
257
277
  'transactionid': opts['transactionid']
258
278
  };
259
279
  var formParams = {};
@@ -277,7 +297,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
277
297
  * @param {module:model/SimulcastInfo} simulcastInfo The simulcast info
278
298
  * @param {Object} opts Optional parameters
279
299
  * @param {String} [authorization] The authorization token of the logged in user
300
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
280
301
  * @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
302
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
281
303
  * @param {String} [transactionid] The id of the transaction this operation is being run in
282
304
  * @param {module:api/VideosApi~simulcastCallback} callback The callback function, accepting three arguments: error, data, response
283
305
  * data is of type: {@link module:model/SimulcastInfo}
@@ -301,7 +323,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
301
323
  var queryParams = {};
302
324
  var headerParams = {
303
325
  'Authorization': opts['authorization'],
326
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
304
327
  'zeusportal-postas': opts['zeusportalPostas'],
328
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
305
329
  'transactionid': opts['transactionid']
306
330
  };
307
331
  var formParams = {};
@@ -324,7 +348,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
324
348
  * @param {module:model/VideoSchema} videoSchema The simulcast info
325
349
  * @param {Object} opts Optional parameters
326
350
  * @param {String} [authorization] The authorization token of the logged in user
351
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
327
352
  * @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
353
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
328
354
  * @param {String} [transactionid] The id of the transaction this operation is being run in
329
355
  * @param {module:api/VideosApi~startLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
330
356
  * data is of type: {@link module:model/VideoSchema}
@@ -342,7 +368,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
342
368
  var queryParams = {};
343
369
  var headerParams = {
344
370
  'Authorization': opts['authorization'],
371
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
345
372
  'zeusportal-postas': opts['zeusportalPostas'],
373
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
346
374
  'transactionid': opts['transactionid']
347
375
  };
348
376
  var formParams = {};
@@ -366,7 +394,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
366
394
  * @param {module:model/VideoSchema} videoSchema The simulcast info
367
395
  * @param {Object} opts Optional parameters
368
396
  * @param {String} [authorization] The authorization token of the logged in user
397
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
369
398
  * @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
399
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
370
400
  * @param {String} [transactionid] The id of the transaction this operation is being run in
371
401
  * @param {module:api/VideosApi~streamMeetingCallback} callback The callback function, accepting three arguments: error, data, response
372
402
  * data is of type: {@link module:model/Video}
@@ -390,7 +420,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
390
420
  var queryParams = {};
391
421
  var headerParams = {
392
422
  'Authorization': opts['authorization'],
423
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
393
424
  'zeusportal-postas': opts['zeusportalPostas'],
425
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
394
426
  'transactionid': opts['transactionid']
395
427
  };
396
428
  var formParams = {};
@@ -414,7 +446,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
414
446
  * @param {module:model/VideoSchema} videoSchema Video to update
415
447
  * @param {Object} opts Optional parameters
416
448
  * @param {String} [authorization] The authorization token of the logged in user
449
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
417
450
  * @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
451
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
418
452
  * @param {String} [transactionid] The id of the transaction this operation is being run in
419
453
  * @param {module:api/VideosApi~updateVideoCallback} callback The callback function, accepting three arguments: error, data, response
420
454
  * data is of type: {@link module:model/VideoSchema}
@@ -438,7 +472,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
438
472
  var queryParams = {};
439
473
  var headerParams = {
440
474
  'Authorization': opts['authorization'],
475
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
441
476
  'zeusportal-postas': opts['zeusportalPostas'],
477
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
442
478
  'transactionid': opts['transactionid']
443
479
  };
444
480
  var formParams = {};
@@ -461,7 +497,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
461
497
  * @param {Number} id
462
498
  * @param {Object} opts Optional parameters
463
499
  * @param {String} [authorization] The authorization token of the logged in user
500
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
464
501
  * @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
502
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
465
503
  * @param {String} [transactionid] The id of the transaction this operation is being run in
466
504
  * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
467
505
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -485,7 +523,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
485
523
  var queryParams = {};
486
524
  var headerParams = {
487
525
  'Authorization': opts['authorization'],
526
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
488
527
  'zeusportal-postas': opts['zeusportalPostas'],
528
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
489
529
  'transactionid': opts['transactionid']
490
530
  };
491
531
  var formParams = {
@@ -516,7 +556,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
516
556
  * Uploads one or more videos
517
557
  * @param {Object} opts Optional parameters
518
558
  * @param {String} [authorization] The authorization token of the logged in user
559
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
519
560
  * @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
561
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
520
562
  * @param {String} [transactionid] The id of the transaction this operation is being run in
521
563
  * @param {module:model/VideoUploadObject} [object]
522
564
  * @param {module:model/MultipartBody} [body]
@@ -532,7 +574,9 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
532
574
  var queryParams = {};
533
575
  var headerParams = {
534
576
  'Authorization': opts['authorization'],
577
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
535
578
  'zeusportal-postas': opts['zeusportalPostas'],
579
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
536
580
  'transactionid': opts['transactionid']
537
581
  };
538
582
  var formParams = {
package/dist/index.js CHANGED
@@ -999,6 +999,12 @@ Object.defineProperty(exports, "TransferResponse", {
999
999
  return _TransferResponse["default"];
1000
1000
  }
1001
1001
  });
1002
+ Object.defineProperty(exports, "TransferResponsePaymentMethodDetails", {
1003
+ enumerable: true,
1004
+ get: function get() {
1005
+ return _TransferResponsePaymentMethodDetails["default"];
1006
+ }
1007
+ });
1002
1008
  Object.defineProperty(exports, "TwitterApi", {
1003
1009
  enumerable: true,
1004
1010
  get: function get() {
@@ -1224,6 +1230,7 @@ var _Transaction = _interopRequireDefault(require("./model/Transaction"));
1224
1230
  var _Transfer = _interopRequireDefault(require("./model/Transfer"));
1225
1231
  var _TransferInput = _interopRequireDefault(require("./model/TransferInput"));
1226
1232
  var _TransferResponse = _interopRequireDefault(require("./model/TransferResponse"));
1233
+ var _TransferResponsePaymentMethodDetails = _interopRequireDefault(require("./model/TransferResponsePaymentMethodDetails"));
1227
1234
  var _User = _interopRequireDefault(require("./model/User"));
1228
1235
  var _UserDataPayload = _interopRequireDefault(require("./model/UserDataPayload"));
1229
1236
  var _UserDomain = _interopRequireDefault(require("./model/UserDomain"));
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.23
19
+ * The version of the OpenAPI document: 0.1.25
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The APIClient model module.
29
29
  * @module model/APIClient
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var APIClient = /*#__PURE__*/function () {
33
33
  /**
@@ -75,12 +75,12 @@ var APIClient = /*#__PURE__*/function () {
75
75
  if (data.hasOwnProperty('secretKey')) {
76
76
  obj['secretKey'] = _ApiClient["default"].convertToType(data['secretKey'], 'String');
77
77
  }
78
- if (data.hasOwnProperty('users')) {
79
- obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
80
- }
81
78
  if (data.hasOwnProperty('developers')) {
82
79
  obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
83
80
  }
81
+ if (data.hasOwnProperty('users')) {
82
+ obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
83
+ }
84
84
  if (data.hasOwnProperty('data')) {
85
85
  obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
86
86
  }
@@ -151,14 +151,14 @@ APIClient.prototype['apiKey'] = undefined;
151
151
  APIClient.prototype['secretKey'] = undefined;
152
152
 
153
153
  /**
154
- * @member {Array.<module:model/User>} users
154
+ * @member {Array.<module:model/User>} developers
155
155
  */
156
- APIClient.prototype['users'] = undefined;
156
+ APIClient.prototype['developers'] = undefined;
157
157
 
158
158
  /**
159
- * @member {Array.<module:model/User>} developers
159
+ * @member {Array.<module:model/User>} users
160
160
  */
161
- APIClient.prototype['developers'] = undefined;
161
+ APIClient.prototype['users'] = undefined;
162
162
 
163
163
  /**
164
164
  * @member {Object} data
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.23
19
+ * The version of the OpenAPI document: 0.1.25
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The AccountSessionInput model module.
29
29
  * @module model/AccountSessionInput
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var AccountSessionInput = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.23
18
+ * The version of the OpenAPI document: 0.1.25
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The AccountSessionResponse model module.
28
28
  * @module model/AccountSessionResponse
29
- * @version 0.1.23
29
+ * @version 0.1.25
30
30
  */
31
31
  var AccountSessionResponse = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.23
19
+ * The version of the OpenAPI document: 0.1.25
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The ApplicationPaymentAccountResponse model module.
29
29
  * @module model/ApplicationPaymentAccountResponse
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
33
33
  /**