@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
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.23
22
+ * The version of the OpenAPI document: 0.1.25
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * Groups service.
32
32
  * @module api/GroupsApi
33
- * @version 0.1.23
33
+ * @version 0.1.25
34
34
  */
35
35
  var GroupsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -60,7 +60,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
60
60
  * @param {Array.<Number>} requestBody Id of user or an array of user ids to add
61
61
  * @param {Object} opts Optional parameters
62
62
  * @param {String} [authorization] The authorization token of the logged in user
63
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @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
65
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
64
66
  * @param {String} [transactionid] The id of the transaction this operation is being run in
65
67
  * @param {String} [inviteCode]
66
68
  * @param {module:api/GroupsApi~addMembersCallback} callback The callback function, accepting three arguments: error, data, response
@@ -86,7 +88,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
86
88
  };
87
89
  var headerParams = {
88
90
  'Authorization': opts['authorization'],
91
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
89
92
  'zeusportal-postas': opts['zeusportalPostas'],
93
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
90
94
  'transactionid': opts['transactionid']
91
95
  };
92
96
  var formParams = {};
@@ -111,7 +115,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
111
115
  * @param {module:model/SocialGroup} socialGroup Group object or array of objects to create
112
116
  * @param {Object} opts Optional parameters
113
117
  * @param {String} [authorization] The authorization token of the logged in user
118
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
114
119
  * @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
120
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
115
121
  * @param {String} [transactionid] The id of the transaction this operation is being run in
116
122
  * @param {module:api/GroupsApi~createGroupCallback} callback The callback function, accepting three arguments: error, data, response
117
123
  * data is of type: {@link Array.<module:model/SocialGroup>}
@@ -129,7 +135,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
129
135
  var queryParams = {};
130
136
  var headerParams = {
131
137
  'Authorization': opts['authorization'],
138
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
132
139
  'zeusportal-postas': opts['zeusportalPostas'],
140
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
133
141
  'transactionid': opts['transactionid']
134
142
  };
135
143
  var formParams = {};
@@ -155,7 +163,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
155
163
  * @param {module:model/Page} page Conversation object or array of objects to create
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/GroupsApi~editGroupCallback} callback The callback function, accepting three arguments: error, data, response
161
171
  * data is of type: {@link module:model/Page}
@@ -179,7 +189,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
179
189
  var queryParams = {};
180
190
  var headerParams = {
181
191
  'Authorization': opts['authorization'],
192
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
182
193
  'zeusportal-postas': opts['zeusportalPostas'],
194
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
183
195
  'transactionid': opts['transactionid']
184
196
  };
185
197
  var formParams = {};
@@ -202,7 +214,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
202
214
  * Root for the API
203
215
  * @param {Object} opts Optional parameters
204
216
  * @param {String} [authorization] The authorization token of the logged in user
217
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
205
218
  * @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
219
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
206
220
  * @param {String} [transactionid] The id of the transaction this operation is being run in
207
221
  * @param {module:api/GroupsApi~get41Callback} callback The callback function, accepting three arguments: error, data, response
208
222
  */
@@ -215,7 +229,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
215
229
  var queryParams = {};
216
230
  var headerParams = {
217
231
  'Authorization': opts['authorization'],
232
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
218
233
  'zeusportal-postas': opts['zeusportalPostas'],
234
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
219
235
  'transactionid': opts['transactionid']
220
236
  };
221
237
  var formParams = {};
@@ -240,7 +256,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
240
256
  * @param {Number} id
241
257
  * @param {Object} opts Optional parameters
242
258
  * @param {String} [authorization] The authorization token of the logged in user
259
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
243
260
  * @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
261
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
244
262
  * @param {String} [transactionid] The id of the transaction this operation is being run in
245
263
  * @param {module:api/GroupsApi~getGroupByIdCallback} callback The callback function, accepting three arguments: error, data, response
246
264
  * data is of type: {@link module:model/SocialGroup}
@@ -260,7 +278,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
260
278
  var queryParams = {};
261
279
  var headerParams = {
262
280
  'Authorization': opts['authorization'],
281
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
263
282
  'zeusportal-postas': opts['zeusportalPostas'],
283
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
264
284
  'transactionid': opts['transactionid']
265
285
  };
266
286
  var formParams = {};
@@ -285,7 +305,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
285
305
  * @param {Number} groupid
286
306
  * @param {Object} opts Optional parameters
287
307
  * @param {String} [authorization] The authorization token of the logged in user
308
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
288
309
  * @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
310
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
289
311
  * @param {String} [transactionid] The id of the transaction this operation is being run in
290
312
  * @param {module:api/GroupsApi~getMembersCallback} callback The callback function, accepting three arguments: error, data, response
291
313
  * data is of type: {@link Array.<module:model/User>}
@@ -305,7 +327,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
305
327
  var queryParams = {};
306
328
  var headerParams = {
307
329
  'Authorization': opts['authorization'],
330
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
308
331
  'zeusportal-postas': opts['zeusportalPostas'],
332
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
309
333
  'transactionid': opts['transactionid']
310
334
  };
311
335
  var formParams = {};
@@ -330,7 +354,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
330
354
  * @param {Number} groupid
331
355
  * @param {Object} opts Optional parameters
332
356
  * @param {String} [authorization] The authorization token of the logged in user
357
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
333
358
  * @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
359
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
334
360
  * @param {String} [transactionid] The id of the transaction this operation is being run in
335
361
  * @param {module:api/GroupsApi~getMembers1Callback} callback The callback function, accepting three arguments: error, data, response
336
362
  * data is of type: {@link Array.<module:model/User>}
@@ -350,7 +376,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
350
376
  var queryParams = {};
351
377
  var headerParams = {
352
378
  'Authorization': opts['authorization'],
379
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
353
380
  'zeusportal-postas': opts['zeusportalPostas'],
381
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
354
382
  'transactionid': opts['transactionid']
355
383
  };
356
384
  var formParams = {};
@@ -375,7 +403,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
375
403
  * @param {Number} groupid
376
404
  * @param {Object} opts Optional parameters
377
405
  * @param {String} [authorization] The authorization token of the logged in user
406
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
378
407
  * @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
408
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
379
409
  * @param {String} [transactionid] The id of the transaction this operation is being run in
380
410
  * @param {module:api/GroupsApi~joinGroupCallback} callback The callback function, accepting three arguments: error, data, response
381
411
  */
@@ -394,7 +424,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
394
424
  var queryParams = {};
395
425
  var headerParams = {
396
426
  'Authorization': opts['authorization'],
427
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
397
428
  'zeusportal-postas': opts['zeusportalPostas'],
429
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
398
430
  'transactionid': opts['transactionid']
399
431
  };
400
432
  var formParams = {};
@@ -420,7 +452,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
420
452
  * @param {Number} uid
421
453
  * @param {Object} opts Optional parameters
422
454
  * @param {String} [authorization] The authorization token of the logged in user
455
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
423
456
  * @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
457
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
424
458
  * @param {String} [transactionid] The id of the transaction this operation is being run in
425
459
  * @param {module:api/GroupsApi~removeMemberCallback} callback The callback function, accepting three arguments: error, data, response
426
460
  */
@@ -444,7 +478,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
444
478
  var queryParams = {};
445
479
  var headerParams = {
446
480
  'Authorization': opts['authorization'],
481
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
447
482
  'zeusportal-postas': opts['zeusportalPostas'],
483
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
448
484
  'transactionid': opts['transactionid']
449
485
  };
450
486
  var formParams = {};
@@ -469,7 +505,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
469
505
  * @param {Number} id
470
506
  * @param {Object} opts Optional parameters
471
507
  * @param {String} [authorization] The authorization token of the logged in user
508
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
472
509
  * @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
510
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
473
511
  * @param {String} [transactionid] The id of the transaction this operation is being run in
474
512
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
475
513
  * @param {module:api/GroupsApi~setGroupPropertiesCallback} callback The callback function, accepting three arguments: error, data, response
@@ -489,7 +527,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
489
527
  var queryParams = {};
490
528
  var headerParams = {
491
529
  'Authorization': opts['authorization'],
530
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
492
531
  'zeusportal-postas': opts['zeusportalPostas'],
532
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
493
533
  'transactionid': opts['transactionid']
494
534
  };
495
535
  var formParams = {};
@@ -515,7 +555,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
515
555
  * @param {String} prop
516
556
  * @param {Object} opts Optional parameters
517
557
  * @param {String} [authorization] The authorization token of the logged in user
558
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
518
559
  * @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
560
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
519
561
  * @param {String} [transactionid] The id of the transaction this operation is being run in
520
562
  * @param {String} [body]
521
563
  * @param {module:api/GroupsApi~setGroupPropertyCallback} callback The callback function, accepting three arguments: error, data, response
@@ -540,7 +582,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
540
582
  var queryParams = {};
541
583
  var headerParams = {
542
584
  'Authorization': opts['authorization'],
585
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
543
586
  'zeusportal-postas': opts['zeusportalPostas'],
587
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
544
588
  'transactionid': opts['transactionid']
545
589
  };
546
590
  var formParams = {};
@@ -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
  * IAM service.
29
29
  * @module api/IAMApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var IAMApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -55,7 +55,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * Creates a new Policy
56
56
  * @param {Object} opts Optional parameters
57
57
  * @param {String} [authorization] The authorization token of the logged in user
58
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @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
60
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
59
61
  * @param {String} [transactionid] The id of the transaction this operation is being run in
60
62
  * @param {module:model/PurgeDataDefaultResponseValue} [purgeDataDefaultResponseValue]
61
63
  * @param {module:api/IAMApi~createPolicyCallback} callback The callback function, accepting three arguments: error, data, response
@@ -70,7 +72,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
70
72
  var queryParams = {};
71
73
  var headerParams = {
72
74
  'Authorization': opts['authorization'],
75
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
73
76
  'zeusportal-postas': opts['zeusportalPostas'],
77
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
74
78
  'transactionid': opts['transactionid']
75
79
  };
76
80
  var formParams = {};
@@ -93,7 +97,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
93
97
  * Root for the API
94
98
  * @param {Object} opts Optional parameters
95
99
  * @param {String} [authorization] The authorization token of the logged in user
100
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
96
101
  * @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
102
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
97
103
  * @param {String} [transactionid] The id of the transaction this operation is being run in
98
104
  * @param {module:api/IAMApi~get35Callback} callback The callback function, accepting three arguments: error, data, response
99
105
  */
@@ -106,7 +112,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
106
112
  var queryParams = {};
107
113
  var headerParams = {
108
114
  'Authorization': opts['authorization'],
115
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
109
116
  'zeusportal-postas': opts['zeusportalPostas'],
117
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
110
118
  'transactionid': opts['transactionid']
111
119
  };
112
120
  var formParams = {};
@@ -130,7 +138,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
130
138
  * @param {Number} id
131
139
  * @param {Object} opts Optional parameters
132
140
  * @param {String} [authorization] The authorization token of the logged in user
141
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
133
142
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
143
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
134
144
  * @param {String} [transactionid] The id of the transaction this operation is being run in
135
145
  * @param {module:api/IAMApi~get36Callback} callback The callback function, accepting three arguments: error, data, response
136
146
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -150,7 +160,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
150
160
  var queryParams = {};
151
161
  var headerParams = {
152
162
  'Authorization': opts['authorization'],
163
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
153
164
  'zeusportal-postas': opts['zeusportalPostas'],
165
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
154
166
  'transactionid': opts['transactionid']
155
167
  };
156
168
  var formParams = {};
@@ -175,7 +187,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
175
187
  * @param {Number} id
176
188
  * @param {Object} opts Optional parameters
177
189
  * @param {String} [authorization] The authorization token of the logged in user
190
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
178
191
  * @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
192
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
179
193
  * @param {String} [transactionid] The id of the transaction this operation is being run in
180
194
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
181
195
  * @param {module:api/IAMApi~update2Callback} callback The callback function, accepting three arguments: error, data, response
@@ -196,7 +210,9 @@ var IAMApi = exports["default"] = /*#__PURE__*/function () {
196
210
  var queryParams = {};
197
211
  var headerParams = {
198
212
  'Authorization': opts['authorization'],
213
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
199
214
  'zeusportal-postas': opts['zeusportalPostas'],
215
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
200
216
  'transactionid': opts['transactionid']
201
217
  };
202
218
  var formParams = {};
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
20
20
  * gobodo-api
21
21
  * REST Interface for Gobodo API
22
22
  *
23
- * The version of the OpenAPI document: 0.1.23
23
+ * The version of the OpenAPI document: 0.1.25
24
24
  * Contact: info@gobodo.io
25
25
  *
26
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
31
31
  /**
32
32
  * Images service.
33
33
  * @module api/ImagesApi
34
- * @version 0.1.23
34
+ * @version 0.1.25
35
35
  */
36
36
  var ImagesApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -58,7 +58,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Number} id The id of the object that the image is being attached to
59
59
  * @param {Object} opts Optional parameters
60
60
  * @param {String} [authorization] The authorization token of the logged in user
61
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
61
62
  * @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
63
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
62
64
  * @param {String} [transactionid] The id of the transaction this operation is being run in
63
65
  * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
64
66
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -82,7 +84,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
82
84
  var queryParams = {};
83
85
  var headerParams = {
84
86
  'Authorization': opts['authorization'],
87
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
85
88
  'zeusportal-postas': opts['zeusportalPostas'],
89
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
86
90
  'transactionid': opts['transactionid']
87
91
  };
88
92
  var formParams = {
@@ -111,7 +115,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
111
115
  * @param {Number} id The id of the object to delete
112
116
  * @param {Object} opts Optional parameters
113
117
  * @param {String} [authorization] The authorization token of the logged in user
118
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
114
119
  * @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
120
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
115
121
  * @param {String} [transactionid] The id of the transaction this operation is being run in
116
122
  * @param {module:api/ImagesApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
117
123
  */
@@ -130,7 +136,9 @@ var ImagesApi = 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 = {};
@@ -153,7 +161,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
153
161
  * Root for the API
154
162
  * @param {Object} opts Optional parameters
155
163
  * @param {String} [authorization] The authorization token of the logged in user
164
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
156
165
  * @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
166
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
157
167
  * @param {String} [transactionid] The id of the transaction this operation is being run in
158
168
  * @param {module:api/ImagesApi~get32Callback} callback The callback function, accepting three arguments: error, data, response
159
169
  */
@@ -166,7 +176,9 @@ var ImagesApi = 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 ImagesApi = 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/ImagesApi~getImageByIdCallback} callback The callback function, accepting three arguments: error, data, response
197
211
  * data is of type: {@link module:model/Image}
@@ -211,7 +225,9 @@ var ImagesApi = 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 = {};
@@ -234,7 +250,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
234
250
  * @param {Number} id
235
251
  * @param {Object} opts Optional parameters
236
252
  * @param {String} [authorization] The authorization token of the logged in user
253
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
237
254
  * @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
255
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
238
256
  * @param {String} [transactionid] The id of the transaction this operation is being run in
239
257
  * @param {module:api/ImagesApi~getImagesCallback} callback The callback function, accepting three arguments: error, data, response
240
258
  * data is of type: {@link Array.<module:model/Image>}
@@ -254,7 +272,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
254
272
  var queryParams = {};
255
273
  var headerParams = {
256
274
  'Authorization': opts['authorization'],
275
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
257
276
  'zeusportal-postas': opts['zeusportalPostas'],
277
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
258
278
  'transactionid': opts['transactionid']
259
279
  };
260
280
  var formParams = {};
@@ -279,7 +299,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
279
299
  * @param {Number} id
280
300
  * @param {Object} opts Optional parameters
281
301
  * @param {String} [authorization] The authorization token of the logged in user
302
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
282
303
  * @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
304
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
283
305
  * @param {String} [transactionid] The id of the transaction this operation is being run in
284
306
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
285
307
  * @param {module:api/ImagesApi~updateImageCallback} callback The callback function, accepting three arguments: error, data, response
@@ -300,7 +322,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
300
322
  var queryParams = {};
301
323
  var headerParams = {
302
324
  'Authorization': opts['authorization'],
325
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
303
326
  'zeusportal-postas': opts['zeusportalPostas'],
327
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
304
328
  'transactionid': opts['transactionid']
305
329
  };
306
330
  var formParams = {};
@@ -323,7 +347,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
323
347
  * @param {Number} id
324
348
  * @param {Object} opts Optional parameters
325
349
  * @param {String} [authorization] The authorization token of the logged in user
350
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
326
351
  * @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
352
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
327
353
  * @param {String} [transactionid] The id of the transaction this operation is being run in
328
354
  * @param {Object.<String, {String: [InputPart]}>} [formDataMap]
329
355
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -347,7 +373,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
347
373
  var queryParams = {};
348
374
  var headerParams = {
349
375
  'Authorization': opts['authorization'],
376
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
350
377
  'zeusportal-postas': opts['zeusportalPostas'],
378
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
351
379
  'transactionid': opts['transactionid']
352
380
  };
353
381
  var formParams = {
@@ -378,7 +406,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
378
406
  * Uploads one or more images
379
407
  * @param {Object} opts Optional parameters
380
408
  * @param {String} [authorization] The authorization token of the logged in user
409
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
381
410
  * @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
411
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
382
412
  * @param {String} [transactionid] The id of the transaction this operation is being run in
383
413
  * @param {module:model/ImageUploadObject} [object]
384
414
  * @param {module:model/MultipartBody} [body]
@@ -394,7 +424,9 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
394
424
  var queryParams = {};
395
425
  var headerParams = {
396
426
  'Authorization': opts['authorization'],
427
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
397
428
  'zeusportal-postas': opts['zeusportalPostas'],
429
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
398
430
  'transactionid': opts['transactionid']
399
431
  };
400
432
  var formParams = {