@gobodo/gobodo-api 0.1.24 → 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 +11 -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 +314 -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 +2 -2
  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 +14 -14
  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 +9 -9
  74. package/dist/model/Coordinates.js +2 -2
  75. package/dist/model/CreateAccountResponse.js +2 -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 +59 -59
  81. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  82. package/dist/model/DataSheetImportSummary.js +2 -2
  83. package/dist/model/Document.js +14 -14
  84. package/dist/model/DocumentPart.js +14 -14
  85. package/dist/model/DocumentPartType.js +2 -2
  86. package/dist/model/DocumentType.js +2 -2
  87. package/dist/model/FieldMapping.js +2 -2
  88. package/dist/model/Fields.js +24 -24
  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 +10 -10
  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 +9 -9
  133. package/dist/model/PageSchema.js +2 -2
  134. package/dist/model/Pageable.js +2 -2
  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 +2 -2
  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 +2 -2
  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 +24 -24
  158. package/dist/model/SocialGroup.js +2 -2
  159. package/dist/model/SocialGroupType.js +2 -2
  160. package/dist/model/Sort.js +2 -2
  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 +2 -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 +13 -3
  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 +22 -22
  184. package/dist/model/VideoLiveUrl.js +2 -2
  185. package/dist/model/VideoSchema.js +22 -22
  186. package/dist/model/VideoUploadObject.js +22 -22
  187. package/dist/model/ZeusPortalCategory.js +2 -2
  188. package/package.json +1 -1
@@ -33,7 +33,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
33
33
  * gobodo-api
34
34
  * REST Interface for Gobodo API
35
35
  *
36
- * The version of the OpenAPI document: 0.1.24
36
+ * The version of the OpenAPI document: 0.1.25
37
37
  * Contact: info@gobodo.io
38
38
  *
39
39
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -44,7 +44,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
44
44
  /**
45
45
  * StripeAccounts service.
46
46
  * @module api/StripeAccountsApi
47
- * @version 0.1.24
47
+ * @version 0.1.25
48
48
  */
49
49
  var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  /**
@@ -72,7 +72,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
72
72
  * Retrieves the payment methods for the customer stored in stripe
73
73
  * @param {Object} opts Optional parameters
74
74
  * @param {String} [authorization] The authorization token of the logged in user
75
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
75
76
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
77
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
76
78
  * @param {String} [transactionid] The id of the transaction this operation is being run in
77
79
  * @param {module:model/PaymentMethodInput} [paymentMethodInput]
78
80
  * @param {module:api/StripeAccountsApi~addStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
@@ -87,7 +89,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
87
89
  var queryParams = {};
88
90
  var headerParams = {
89
91
  'Authorization': opts['authorization'],
92
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
90
93
  'zeusportal-postas': opts['zeusportalPostas'],
94
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
91
95
  'transactionid': opts['transactionid']
92
96
  };
93
97
  var formParams = {};
@@ -112,7 +116,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
112
116
  * @param {module:model/AccountSessionInput} accountSessionInput Contains the info to create the Account Session
113
117
  * @param {Object} opts Optional parameters
114
118
  * @param {String} [authorization] The authorization token of the logged in user
119
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
115
120
  * @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
121
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
116
122
  * @param {String} [transactionid] The id of the transaction this operation is being run in
117
123
  * @param {module:api/StripeAccountsApi~createAccountSessionCallback} callback The callback function, accepting three arguments: error, data, response
118
124
  * data is of type: {@link module:model/AccountSessionResponse}
@@ -130,7 +136,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
130
136
  var queryParams = {};
131
137
  var headerParams = {
132
138
  'Authorization': opts['authorization'],
139
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
133
140
  'zeusportal-postas': opts['zeusportalPostas'],
141
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
134
142
  'transactionid': opts['transactionid']
135
143
  };
136
144
  var formParams = {};
@@ -155,7 +163,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
155
163
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
156
164
  * @param {Object} opts Optional parameters
157
165
  * @param {String} [authorization] The authorization token of the logged in user
166
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
158
167
  * @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
168
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
159
169
  * @param {String} [transactionid] The id of the transaction this operation is being run in
160
170
  * @param {module:api/StripeAccountsApi~createAndLinkStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
161
171
  * data is of type: {@link module:model/CreateAccountResponse}
@@ -173,7 +183,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
173
183
  var queryParams = {};
174
184
  var headerParams = {
175
185
  'Authorization': opts['authorization'],
186
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
176
187
  'zeusportal-postas': opts['zeusportalPostas'],
188
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
177
189
  'transactionid': opts['transactionid']
178
190
  };
179
191
  var formParams = {};
@@ -198,7 +210,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
198
210
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to create the Stripe Account
199
211
  * @param {Object} opts Optional parameters
200
212
  * @param {String} [authorization] The authorization token of the logged in user
213
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
201
214
  * @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
215
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
202
216
  * @param {String} [transactionid] The id of the transaction this operation is being run in
203
217
  * @param {module:api/StripeAccountsApi~createAndLinkStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
204
218
  * data is of type: {@link module:model/CustomerResponse}
@@ -216,7 +230,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
216
230
  var queryParams = {};
217
231
  var headerParams = {
218
232
  'Authorization': opts['authorization'],
233
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
219
234
  'zeusportal-postas': opts['zeusportalPostas'],
235
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
220
236
  'transactionid': opts['transactionid']
221
237
  };
222
238
  var formParams = {};
@@ -242,7 +258,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
242
258
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
243
259
  * @param {Object} opts Optional parameters
244
260
  * @param {String} [authorization] The authorization token of the logged in user
261
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
245
262
  * @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
263
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
246
264
  * @param {String} [transactionid] The id of the transaction this operation is being run in
247
265
  * @param {module:api/StripeAccountsApi~createApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
248
266
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -266,7 +284,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
266
284
  var queryParams = {};
267
285
  var headerParams = {
268
286
  'Authorization': opts['authorization'],
287
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
269
288
  'zeusportal-postas': opts['zeusportalPostas'],
289
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
270
290
  'transactionid': opts['transactionid']
271
291
  };
272
292
  var formParams = {};
@@ -292,7 +312,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
292
312
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
293
313
  * @param {Object} opts Optional parameters
294
314
  * @param {String} [authorization] The authorization token of the logged in user
315
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
295
316
  * @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
317
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
296
318
  * @param {String} [transactionid] The id of the transaction this operation is being run in
297
319
  * @param {module:api/StripeAccountsApi~createSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
298
320
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -316,7 +338,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
316
338
  var queryParams = {};
317
339
  var headerParams = {
318
340
  'Authorization': opts['authorization'],
341
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
319
342
  'zeusportal-postas': opts['zeusportalPostas'],
343
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
320
344
  'transactionid': opts['transactionid']
321
345
  };
322
346
  var formParams = {};
@@ -341,7 +365,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
341
365
  * @param {module:model/PaymentIntentInput} paymentIntentInput Contains the info to create the Stripe Payment Intent
342
366
  * @param {Object} opts Optional parameters
343
367
  * @param {String} [authorization] The authorization token of the logged in user
368
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
344
369
  * @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
370
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
345
371
  * @param {String} [transactionid] The id of the transaction this operation is being run in
346
372
  * @param {module:api/StripeAccountsApi~createStripePaymentIntentCallback} callback The callback function, accepting three arguments: error, data, response
347
373
  * data is of type: {@link module:model/PaymentIntentResponse}
@@ -359,7 +385,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
359
385
  var queryParams = {};
360
386
  var headerParams = {
361
387
  'Authorization': opts['authorization'],
388
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
362
389
  'zeusportal-postas': opts['zeusportalPostas'],
390
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
363
391
  'transactionid': opts['transactionid']
364
392
  };
365
393
  var formParams = {};
@@ -381,7 +409,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
381
409
  /**
382
410
  * @param {Object} opts Optional parameters
383
411
  * @param {String} [authorization] The authorization token of the logged in user
412
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
384
413
  * @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
414
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
385
415
  * @param {String} [transactionid] The id of the transaction this operation is being run in
386
416
  * @param {module:api/StripeAccountsApi~deleteAccountCallback} callback The callback function, accepting three arguments: error, data, response
387
417
  * data is of type: {@link Object}
@@ -395,7 +425,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
395
425
  var queryParams = {};
396
426
  var headerParams = {
397
427
  'Authorization': opts['authorization'],
428
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
398
429
  'zeusportal-postas': opts['zeusportalPostas'],
430
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
399
431
  'transactionid': opts['transactionid']
400
432
  };
401
433
  var formParams = {};
@@ -418,7 +450,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
418
450
  * Root for the API
419
451
  * @param {Object} opts Optional parameters
420
452
  * @param {String} [authorization] The authorization token of the logged in user
453
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
421
454
  * @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
455
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
422
456
  * @param {String} [transactionid] The id of the transaction this operation is being run in
423
457
  * @param {module:api/StripeAccountsApi~getCallback} callback The callback function, accepting three arguments: error, data, response
424
458
  */
@@ -431,7 +465,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
431
465
  var queryParams = {};
432
466
  var headerParams = {
433
467
  'Authorization': opts['authorization'],
468
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
434
469
  'zeusportal-postas': opts['zeusportalPostas'],
470
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
435
471
  'transactionid': opts['transactionid']
436
472
  };
437
473
  var formParams = {};
@@ -455,7 +491,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
455
491
  * @param {Number} id
456
492
  * @param {Object} opts Optional parameters
457
493
  * @param {String} [authorization] The authorization token of the logged in user
494
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
458
495
  * @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
496
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
459
497
  * @param {String} [transactionid] The id of the transaction this operation is being run in
460
498
  * @param {module:api/StripeAccountsApi~get1Callback} callback The callback function, accepting three arguments: error, data, response
461
499
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -475,7 +513,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
475
513
  var queryParams = {};
476
514
  var headerParams = {
477
515
  'Authorization': opts['authorization'],
516
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
478
517
  'zeusportal-postas': opts['zeusportalPostas'],
518
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
479
519
  'transactionid': opts['transactionid']
480
520
  };
481
521
  var formParams = {};
@@ -502,7 +542,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
502
542
  * @param {Number} applicationid
503
543
  * @param {Object} opts Optional parameters
504
544
  * @param {String} [authorization] The authorization token of the logged in user
545
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
505
546
  * @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
547
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
506
548
  * @param {String} [transactionid] The id of the transaction this operation is being run in
507
549
  * @param {module:api/StripeAccountsApi~getApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
508
550
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -522,7 +564,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
522
564
  var queryParams = {};
523
565
  var headerParams = {
524
566
  'Authorization': opts['authorization'],
567
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
525
568
  'zeusportal-postas': opts['zeusportalPostas'],
569
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
526
570
  'transactionid': opts['transactionid']
527
571
  };
528
572
  var formParams = {};
@@ -547,7 +591,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
547
591
  * @param {Number} siteid
548
592
  * @param {Object} opts Optional parameters
549
593
  * @param {String} [authorization] The authorization token of the logged in user
594
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
550
595
  * @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
596
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
551
597
  * @param {String} [transactionid] The id of the transaction this operation is being run in
552
598
  * @param {module:api/StripeAccountsApi~getSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
553
599
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -567,7 +613,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
567
613
  var queryParams = {};
568
614
  var headerParams = {
569
615
  'Authorization': opts['authorization'],
616
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
570
617
  'zeusportal-postas': opts['zeusportalPostas'],
618
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
571
619
  'transactionid': opts['transactionid']
572
620
  };
573
621
  var formParams = {};
@@ -591,7 +639,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
591
639
  * Retrieves the Stripe Customer Account
592
640
  * @param {Object} opts Optional parameters
593
641
  * @param {String} [authorization] The authorization token of the logged in user
642
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
594
643
  * @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
644
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
595
645
  * @param {String} [transactionid] The id of the transaction this operation is being run in
596
646
  * @param {module:api/StripeAccountsApi~getStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
597
647
  * data is of type: {@link module:model/CreateAccountResponse}
@@ -605,7 +655,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
605
655
  var queryParams = {};
606
656
  var headerParams = {
607
657
  'Authorization': opts['authorization'],
658
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
608
659
  'zeusportal-postas': opts['zeusportalPostas'],
660
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
609
661
  'transactionid': opts['transactionid']
610
662
  };
611
663
  var formParams = {};
@@ -630,7 +682,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
630
682
  * @param {Number} accountID The id of the account we are getting the balance for
631
683
  * @param {Object} opts Optional parameters
632
684
  * @param {String} [authorization] The authorization token of the logged in user
685
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
633
686
  * @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
687
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
634
688
  * @param {String} [transactionid] The id of the transaction this operation is being run in
635
689
  * @param {module:api/StripeAccountsApi~getStripeAccountBalanceCallback} callback The callback function, accepting three arguments: error, data, response
636
690
  * data is of type: {@link module:model/BalanceResponse}
@@ -650,7 +704,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
650
704
  var queryParams = {};
651
705
  var headerParams = {
652
706
  'Authorization': opts['authorization'],
707
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
653
708
  'zeusportal-postas': opts['zeusportalPostas'],
709
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
654
710
  'transactionid': opts['transactionid']
655
711
  };
656
712
  var formParams = {};
@@ -674,7 +730,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
674
730
  * Returns the publishable API key for Stripe
675
731
  * @param {Object} opts Optional parameters
676
732
  * @param {String} [authorization] The authorization token of the logged in user
733
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
677
734
  * @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
735
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
678
736
  * @param {String} [transactionid] The id of the transaction this operation is being run in
679
737
  * @param {module:api/StripeAccountsApi~getStripeApiKeyCallback} callback The callback function, accepting three arguments: error, data, response
680
738
  * data is of type: {@link String}
@@ -688,7 +746,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
688
746
  var queryParams = {};
689
747
  var headerParams = {
690
748
  'Authorization': opts['authorization'],
749
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
691
750
  'zeusportal-postas': opts['zeusportalPostas'],
751
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
692
752
  'transactionid': opts['transactionid']
693
753
  };
694
754
  var formParams = {};
@@ -712,7 +772,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
712
772
  * Gets the balance of the logged in user
713
773
  * @param {Object} opts Optional parameters
714
774
  * @param {String} [authorization] The authorization token of the logged in user
775
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
715
776
  * @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
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
716
778
  * @param {String} [transactionid] The id of the transaction this operation is being run in
717
779
  * @param {module:api/StripeAccountsApi~getStripeBalanceCallback} callback The callback function, accepting three arguments: error, data, response
718
780
  * data is of type: {@link module:model/BalanceResponse}
@@ -726,7 +788,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
726
788
  var queryParams = {};
727
789
  var headerParams = {
728
790
  'Authorization': opts['authorization'],
791
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
729
792
  'zeusportal-postas': opts['zeusportalPostas'],
793
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
730
794
  'transactionid': opts['transactionid']
731
795
  };
732
796
  var formParams = {};
@@ -750,7 +814,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
750
814
  * Retrieves the Stripe Customer Account
751
815
  * @param {Object} opts Optional parameters
752
816
  * @param {String} [authorization] The authorization token of the logged in user
817
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
753
818
  * @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
819
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
754
820
  * @param {String} [transactionid] The id of the transaction this operation is being run in
755
821
  * @param {module:api/StripeAccountsApi~getStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
756
822
  * data is of type: {@link module:model/CustomerResponse}
@@ -764,7 +830,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
764
830
  var queryParams = {};
765
831
  var headerParams = {
766
832
  'Authorization': opts['authorization'],
833
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
767
834
  'zeusportal-postas': opts['zeusportalPostas'],
835
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
768
836
  'transactionid': opts['transactionid']
769
837
  };
770
838
  var formParams = {};
@@ -789,7 +857,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
789
857
  * @param {Number} customerID The customerid to update
790
858
  * @param {Object} opts Optional parameters
791
859
  * @param {String} [authorization] The authorization token of the logged in user
860
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
792
861
  * @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
862
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
793
863
  * @param {String} [transactionid] The id of the transaction this operation is being run in
794
864
  * @param {module:api/StripeAccountsApi~getStripeCustomerPaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
795
865
  * data is of type: {@link module:model/PaymentMethodsResponse}
@@ -809,7 +879,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
809
879
  var queryParams = {};
810
880
  var headerParams = {
811
881
  'Authorization': opts['authorization'],
882
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
812
883
  'zeusportal-postas': opts['zeusportalPostas'],
884
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
813
885
  'transactionid': opts['transactionid']
814
886
  };
815
887
  var formParams = {};
@@ -833,7 +905,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
833
905
  * Retrieves the payment methods for the customer stored in stripe
834
906
  * @param {Object} opts Optional parameters
835
907
  * @param {String} [authorization] The authorization token of the logged in user
908
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
836
909
  * @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
910
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
837
911
  * @param {String} [transactionid] The id of the transaction this operation is being run in
838
912
  * @param {module:api/StripeAccountsApi~getStripePaymentMethodsCallback} callback The callback function, accepting three arguments: error, data, response
839
913
  * data is of type: {@link module:model/PaymentMethodsResponse}
@@ -847,7 +921,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
847
921
  var queryParams = {};
848
922
  var headerParams = {
849
923
  'Authorization': opts['authorization'],
924
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
850
925
  'zeusportal-postas': opts['zeusportalPostas'],
926
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
851
927
  'transactionid': opts['transactionid']
852
928
  };
853
929
  var formParams = {};
@@ -858,6 +934,202 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
858
934
  return this.apiClient.callApi('/graph/data/payments/stripe/paymentmethods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
859
935
  }
860
936
 
937
+ /**
938
+ * Callback function to receive the result of the getStripeTransfer operation.
939
+ * @callback module:api/StripeAccountsApi~getStripeTransferCallback
940
+ * @param {String} error Error message, if any.
941
+ * @param {module:model/TransferResponse} data The data returned by the service call.
942
+ * @param {String} response The complete HTTP response.
943
+ */
944
+
945
+ /**
946
+ * Retrieves the transfer payment with the given transferId
947
+ * Retrieves the transfer payment with the given transferId
948
+ * @param {String} transferID The id of the transfer
949
+ * @param {Object} opts Optional parameters
950
+ * @param {String} [authorization] The authorization token of the logged in user
951
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
952
+ * @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
953
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
954
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
955
+ * @param {module:api/StripeAccountsApi~getStripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
956
+ * data is of type: {@link module:model/TransferResponse}
957
+ */
958
+ }, {
959
+ key: "getStripeTransfer",
960
+ value: function getStripeTransfer(transferID, opts, callback) {
961
+ opts = opts || {};
962
+ var postBody = null;
963
+ // verify the required parameter 'transferID' is set
964
+ if (transferID === undefined || transferID === null) {
965
+ throw new Error("Missing the required parameter 'transferID' when calling getStripeTransfer");
966
+ }
967
+ var pathParams = {
968
+ 'transferID': transferID
969
+ };
970
+ var queryParams = {};
971
+ var headerParams = {
972
+ 'Authorization': opts['authorization'],
973
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
974
+ 'zeusportal-postas': opts['zeusportalPostas'],
975
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
976
+ 'transactionid': opts['transactionid']
977
+ };
978
+ var formParams = {};
979
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
980
+ var contentTypes = [];
981
+ var accepts = ['application/json'];
982
+ var returnType = _TransferResponse["default"];
983
+ return this.apiClient.callApi('/graph/data/payments/stripe/transfer/{transferID}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
984
+ }
985
+
986
+ /**
987
+ * Callback function to receive the result of the getStripeTransferPaymentMethodDetails operation.
988
+ * @callback module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback
989
+ * @param {String} error Error message, if any.
990
+ * @param {module:model/TransferResponse} data The data returned by the service call.
991
+ * @param {String} response The complete HTTP response.
992
+ */
993
+
994
+ /**
995
+ * Retrieves the transfer payment details with the given transferId
996
+ * Retrieves the transfer payment with the given transferId
997
+ * @param {String} transferID The id of the transfer
998
+ * @param {Object} opts Optional parameters
999
+ * @param {String} [authorization] The authorization token of the logged in user
1000
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1001
+ * @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
1002
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1003
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1004
+ * @param {module:api/StripeAccountsApi~getStripeTransferPaymentMethodDetailsCallback} callback The callback function, accepting three arguments: error, data, response
1005
+ * data is of type: {@link module:model/TransferResponse}
1006
+ */
1007
+ }, {
1008
+ key: "getStripeTransferPaymentMethodDetails",
1009
+ value: function getStripeTransferPaymentMethodDetails(transferID, opts, callback) {
1010
+ opts = opts || {};
1011
+ var postBody = null;
1012
+ // verify the required parameter 'transferID' is set
1013
+ if (transferID === undefined || transferID === null) {
1014
+ throw new Error("Missing the required parameter 'transferID' when calling getStripeTransferPaymentMethodDetails");
1015
+ }
1016
+ var pathParams = {
1017
+ 'transferID': transferID
1018
+ };
1019
+ var queryParams = {};
1020
+ var headerParams = {
1021
+ 'Authorization': opts['authorization'],
1022
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1023
+ 'zeusportal-postas': opts['zeusportalPostas'],
1024
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1025
+ 'transactionid': opts['transactionid']
1026
+ };
1027
+ var formParams = {};
1028
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1029
+ var contentTypes = [];
1030
+ var accepts = ['application/json'];
1031
+ var returnType = _TransferResponse["default"];
1032
+ return this.apiClient.callApi('/graph/data/payments/stripe/transfer/{transferID}/paymentMethodDetails', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1033
+ }
1034
+
1035
+ /**
1036
+ * Callback function to receive the result of the getUserStripeAccount operation.
1037
+ * @callback module:api/StripeAccountsApi~getUserStripeAccountCallback
1038
+ * @param {String} error Error message, if any.
1039
+ * @param {module:model/CreateAccountResponse} data The data returned by the service call.
1040
+ * @param {String} response The complete HTTP response.
1041
+ */
1042
+
1043
+ /**
1044
+ * Retrieves the Stripe Account For the Specified User
1045
+ * Retrieves the Stripe Account
1046
+ * @param {Number} userID The id of the user to retrieve the account for
1047
+ * @param {Object} opts Optional parameters
1048
+ * @param {String} [authorization] The authorization token of the logged in user
1049
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1050
+ * @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
1051
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1052
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1053
+ * @param {module:api/StripeAccountsApi~getUserStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
1054
+ * data is of type: {@link module:model/CreateAccountResponse}
1055
+ */
1056
+ }, {
1057
+ key: "getUserStripeAccount",
1058
+ value: function getUserStripeAccount(userID, opts, callback) {
1059
+ opts = opts || {};
1060
+ var postBody = null;
1061
+ // verify the required parameter 'userID' is set
1062
+ if (userID === undefined || userID === null) {
1063
+ throw new Error("Missing the required parameter 'userID' when calling getUserStripeAccount");
1064
+ }
1065
+ var pathParams = {
1066
+ 'userID': userID
1067
+ };
1068
+ var queryParams = {};
1069
+ var headerParams = {
1070
+ 'Authorization': opts['authorization'],
1071
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1072
+ 'zeusportal-postas': opts['zeusportalPostas'],
1073
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1074
+ 'transactionid': opts['transactionid']
1075
+ };
1076
+ var formParams = {};
1077
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1078
+ var contentTypes = [];
1079
+ var accepts = ['application/json'];
1080
+ var returnType = _CreateAccountResponse["default"];
1081
+ return this.apiClient.callApi('/graph/data/payments/stripe/user/{userID}/account', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1082
+ }
1083
+
1084
+ /**
1085
+ * Callback function to receive the result of the getUserStripeCustomerAccount operation.
1086
+ * @callback module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback
1087
+ * @param {String} error Error message, if any.
1088
+ * @param {module:model/CustomerResponse} data The data returned by the service call.
1089
+ * @param {String} response The complete HTTP response.
1090
+ */
1091
+
1092
+ /**
1093
+ * Retrieves the Stripe Customer Account For the Logged In User
1094
+ * Retrieves the Stripe Customer Account
1095
+ * @param {Number} userID The id of the user to retrieve the account for
1096
+ * @param {Object} opts Optional parameters
1097
+ * @param {String} [authorization] The authorization token of the logged in user
1098
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1099
+ * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1100
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1101
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
1102
+ * @param {module:api/StripeAccountsApi~getUserStripeCustomerAccountCallback} callback The callback function, accepting three arguments: error, data, response
1103
+ * data is of type: {@link module:model/CustomerResponse}
1104
+ */
1105
+ }, {
1106
+ key: "getUserStripeCustomerAccount",
1107
+ value: function getUserStripeCustomerAccount(userID, opts, callback) {
1108
+ opts = opts || {};
1109
+ var postBody = null;
1110
+ // verify the required parameter 'userID' is set
1111
+ if (userID === undefined || userID === null) {
1112
+ throw new Error("Missing the required parameter 'userID' when calling getUserStripeCustomerAccount");
1113
+ }
1114
+ var pathParams = {
1115
+ 'userID': userID
1116
+ };
1117
+ var queryParams = {};
1118
+ var headerParams = {
1119
+ 'Authorization': opts['authorization'],
1120
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1121
+ 'zeusportal-postas': opts['zeusportalPostas'],
1122
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1123
+ 'transactionid': opts['transactionid']
1124
+ };
1125
+ var formParams = {};
1126
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
1127
+ var contentTypes = [];
1128
+ var accepts = ['application/json'];
1129
+ var returnType = _CustomerResponse["default"];
1130
+ return this.apiClient.callApi('/graph/data/payments/stripe/user/{userID}/customer', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
1131
+ }
1132
+
861
1133
  /**
862
1134
  * Callback function to receive the result of the payoutStripeAccount operation.
863
1135
  * @callback module:api/StripeAccountsApi~payoutStripeAccountCallback
@@ -873,7 +1145,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
873
1145
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
874
1146
  * @param {Object} opts Optional parameters
875
1147
  * @param {String} [authorization] The authorization token of the logged in user
1148
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
876
1149
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1150
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
877
1151
  * @param {String} [transactionid] The id of the transaction this operation is being run in
878
1152
  * @param {module:api/StripeAccountsApi~payoutStripeAccountCallback} callback The callback function, accepting three arguments: error, data, response
879
1153
  * data is of type: {@link module:model/PayoutResponse}
@@ -897,7 +1171,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
897
1171
  var queryParams = {};
898
1172
  var headerParams = {
899
1173
  'Authorization': opts['authorization'],
1174
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
900
1175
  'zeusportal-postas': opts['zeusportalPostas'],
1176
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
901
1177
  'transactionid': opts['transactionid']
902
1178
  };
903
1179
  var formParams = {};
@@ -923,7 +1199,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
923
1199
  * @param {Number} accountid
924
1200
  * @param {Object} opts Optional parameters
925
1201
  * @param {String} [authorization] The authorization token of the logged in user
1202
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
926
1203
  * @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
1204
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
927
1205
  * @param {String} [transactionid] The id of the transaction this operation is being run in
928
1206
  * @param {module:api/StripeAccountsApi~setApplicationStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
929
1207
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -948,7 +1226,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
948
1226
  var queryParams = {};
949
1227
  var headerParams = {
950
1228
  'Authorization': opts['authorization'],
1229
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
951
1230
  'zeusportal-postas': opts['zeusportalPostas'],
1231
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
952
1232
  'transactionid': opts['transactionid']
953
1233
  };
954
1234
  var formParams = {};
@@ -974,7 +1254,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
974
1254
  * @param {String} body The id of the payment method
975
1255
  * @param {Object} opts Optional parameters
976
1256
  * @param {String} [authorization] The authorization token of the logged in user
1257
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
977
1258
  * @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
1259
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
978
1260
  * @param {String} [transactionid] The id of the transaction this operation is being run in
979
1261
  * @param {module:api/StripeAccountsApi~setDefaultCustomerStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
980
1262
  * data is of type: {@link module:model/PaymentMethodResponse}
@@ -998,7 +1280,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
998
1280
  var queryParams = {};
999
1281
  var headerParams = {
1000
1282
  'Authorization': opts['authorization'],
1283
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1001
1284
  'zeusportal-postas': opts['zeusportalPostas'],
1285
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1002
1286
  'transactionid': opts['transactionid']
1003
1287
  };
1004
1288
  var formParams = {};
@@ -1023,7 +1307,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1023
1307
  * @param {String} body The id of the payment method
1024
1308
  * @param {Object} opts Optional parameters
1025
1309
  * @param {String} [authorization] The authorization token of the logged in user
1310
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1026
1311
  * @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
1312
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1027
1313
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1028
1314
  * @param {module:api/StripeAccountsApi~setDefaultStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
1029
1315
  * data is of type: {@link module:model/PaymentMethodResponse}
@@ -1041,7 +1327,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1041
1327
  var queryParams = {};
1042
1328
  var headerParams = {
1043
1329
  'Authorization': opts['authorization'],
1330
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1044
1331
  'zeusportal-postas': opts['zeusportalPostas'],
1332
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1045
1333
  'transactionid': opts['transactionid']
1046
1334
  };
1047
1335
  var formParams = {};
@@ -1067,7 +1355,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1067
1355
  * @param {Number} accountid
1068
1356
  * @param {Object} opts Optional parameters
1069
1357
  * @param {String} [authorization] The authorization token of the logged in user
1358
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1070
1359
  * @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
1360
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1071
1361
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1072
1362
  * @param {module:api/StripeAccountsApi~setSiteStripePaymentAccountCallback} callback The callback function, accepting three arguments: error, data, response
1073
1363
  * data is of type: {@link module:model/ApplicationPaymentAccountResponse}
@@ -1092,7 +1382,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1092
1382
  var queryParams = {};
1093
1383
  var headerParams = {
1094
1384
  'Authorization': opts['authorization'],
1385
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1095
1386
  'zeusportal-postas': opts['zeusportalPostas'],
1387
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1096
1388
  'transactionid': opts['transactionid']
1097
1389
  };
1098
1390
  var formParams = {};
@@ -1117,7 +1409,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1117
1409
  * @param {module:model/PayoutInput} payoutInput Contains the info to create the Payout
1118
1410
  * @param {Object} opts Optional parameters
1119
1411
  * @param {String} [authorization] The authorization token of the logged in user
1412
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1120
1413
  * @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
1414
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1121
1415
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1122
1416
  * @param {module:api/StripeAccountsApi~stripePayoutCallback} callback The callback function, accepting three arguments: error, data, response
1123
1417
  * data is of type: {@link module:model/PayoutResponse}
@@ -1135,7 +1429,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1135
1429
  var queryParams = {};
1136
1430
  var headerParams = {
1137
1431
  'Authorization': opts['authorization'],
1432
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1138
1433
  'zeusportal-postas': opts['zeusportalPostas'],
1434
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1139
1435
  'transactionid': opts['transactionid']
1140
1436
  };
1141
1437
  var formParams = {};
@@ -1160,7 +1456,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1160
1456
  * @param {module:model/TransferInput} transferInput Contains the info to create the Transfer
1161
1457
  * @param {Object} opts Optional parameters
1162
1458
  * @param {String} [authorization] The authorization token of the logged in user
1459
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1163
1460
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
1461
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1164
1462
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1165
1463
  * @param {module:api/StripeAccountsApi~stripeTransferCallback} callback The callback function, accepting three arguments: error, data, response
1166
1464
  * data is of type: {@link module:model/TransferResponse}
@@ -1178,7 +1476,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1178
1476
  var queryParams = {};
1179
1477
  var headerParams = {
1180
1478
  'Authorization': opts['authorization'],
1479
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1181
1480
  'zeusportal-postas': opts['zeusportalPostas'],
1481
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1182
1482
  'transactionid': opts['transactionid']
1183
1483
  };
1184
1484
  var formParams = {};
@@ -1204,7 +1504,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1204
1504
  * @param {module:model/CreateStripeAccountInput} createStripeAccountInput Contains the info to create the Stripe Account
1205
1505
  * @param {Object} opts Optional parameters
1206
1506
  * @param {String} [authorization] The authorization token of the logged in user
1507
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1207
1508
  * @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
1509
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1208
1510
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1209
1511
  * @param {module:api/StripeAccountsApi~updateAccountLinkCallback} callback The callback function, accepting three arguments: error, data, response
1210
1512
  * data is of type: {@link module:model/CreateAccountResponse}
@@ -1228,7 +1530,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1228
1530
  var queryParams = {};
1229
1531
  var headerParams = {
1230
1532
  'Authorization': opts['authorization'],
1533
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1231
1534
  'zeusportal-postas': opts['zeusportalPostas'],
1535
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1232
1536
  'transactionid': opts['transactionid']
1233
1537
  };
1234
1538
  var formParams = {};
@@ -1254,7 +1558,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1254
1558
  * @param {module:model/CreateStripeCustomerInput} createStripeCustomerInput Contains the info to update the Stripe Customer Account including a client secret to pass into Stripe Payment Elements
1255
1559
  * @param {Object} opts Optional parameters
1256
1560
  * @param {String} [authorization] The authorization token of the logged in user
1561
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1257
1562
  * @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
1563
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1258
1564
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1259
1565
  * @param {module:api/StripeAccountsApi~updateCustomerCallback} callback The callback function, accepting three arguments: error, data, response
1260
1566
  * data is of type: {@link module:model/CustomerResponse}
@@ -1278,7 +1584,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1278
1584
  var queryParams = {};
1279
1585
  var headerParams = {
1280
1586
  'Authorization': opts['authorization'],
1587
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1281
1588
  'zeusportal-postas': opts['zeusportalPostas'],
1589
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1282
1590
  'transactionid': opts['transactionid']
1283
1591
  };
1284
1592
  var formParams = {};
@@ -1303,7 +1611,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1303
1611
  * @param {String} paymentMethodID The id of the payment method to update
1304
1612
  * @param {Object} opts Optional parameters
1305
1613
  * @param {String} [authorization] The authorization token of the logged in user
1614
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1306
1615
  * @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
1616
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
1307
1617
  * @param {String} [transactionid] The id of the transaction this operation is being run in
1308
1618
  * @param {module:model/PaymentMethodInput} [paymentMethodInput] The payment method data
1309
1619
  * @param {module:api/StripeAccountsApi~updateStripePaymentMethodCallback} callback The callback function, accepting three arguments: error, data, response
@@ -1324,7 +1634,9 @@ var StripeAccountsApi = exports["default"] = /*#__PURE__*/function () {
1324
1634
  var queryParams = {};
1325
1635
  var headerParams = {
1326
1636
  'Authorization': opts['authorization'],
1637
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
1327
1638
  'zeusportal-postas': opts['zeusportalPostas'],
1639
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
1328
1640
  'transactionid': opts['transactionid']
1329
1641
  };
1330
1642
  var formParams = {};