@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
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.24
20
+ * The version of the OpenAPI document: 0.1.25
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * Default service.
30
30
  * @module api/DefaultApi
31
- * @version 0.1.24
31
+ * @version 0.1.25
32
32
  */
33
33
  var DefaultApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -55,7 +55,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Number} id
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 {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
61
63
  * @param {module:api/DefaultApi~addEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
@@ -76,7 +78,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
76
78
  var queryParams = {};
77
79
  var headerParams = {
78
80
  'Authorization': opts['authorization'],
81
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
79
82
  'zeusportal-postas': opts['zeusportalPostas'],
83
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
80
84
  'transactionid': opts['transactionid']
81
85
  };
82
86
  var formParams = {};
@@ -99,7 +103,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
99
103
  * @param {Array.<module:model/APIClient>} aPIClient API Client Object
100
104
  * @param {Object} opts Optional parameters
101
105
  * @param {String} [authorization] The authorization token of the logged in user
106
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
102
107
  * @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
108
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
103
109
  * @param {String} [transactionid] The id of the transaction this operation is being run in
104
110
  * @param {module:api/DefaultApi~createApiClientCallback} callback The callback function, accepting three arguments: error, data, response
105
111
  * data is of type: {@link Array.<module:model/APIClient>}
@@ -117,7 +123,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
117
123
  var queryParams = {};
118
124
  var headerParams = {
119
125
  'Authorization': opts['authorization'],
126
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
120
127
  'zeusportal-postas': opts['zeusportalPostas'],
128
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
121
129
  'transactionid': opts['transactionid']
122
130
  };
123
131
  var formParams = {};
@@ -174,7 +182,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
174
182
  * Root for the API
175
183
  * @param {Object} opts Optional parameters
176
184
  * @param {String} [authorization] The authorization token of the logged in user
185
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
177
186
  * @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
187
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
178
188
  * @param {String} [transactionid] The id of the transaction this operation is being run in
179
189
  * @param {module:api/DefaultApi~get21Callback} callback The callback function, accepting three arguments: error, data, response
180
190
  */
@@ -187,7 +197,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
187
197
  var queryParams = {};
188
198
  var headerParams = {
189
199
  'Authorization': opts['authorization'],
200
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
190
201
  'zeusportal-postas': opts['zeusportalPostas'],
202
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
191
203
  'transactionid': opts['transactionid']
192
204
  };
193
205
  var formParams = {};
@@ -211,7 +223,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
211
223
  * @param {Number} id
212
224
  * @param {Object} opts Optional parameters
213
225
  * @param {String} [authorization] The authorization token of the logged in user
226
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
214
227
  * @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
228
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
215
229
  * @param {String} [transactionid] The id of the transaction this operation is being run in
216
230
  * @param {module:api/DefaultApi~get22Callback} callback The callback function, accepting three arguments: error, data, response
217
231
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -231,7 +245,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
231
245
  var queryParams = {};
232
246
  var headerParams = {
233
247
  'Authorization': opts['authorization'],
248
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
234
249
  'zeusportal-postas': opts['zeusportalPostas'],
250
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
235
251
  'transactionid': opts['transactionid']
236
252
  };
237
253
  var formParams = {};
@@ -256,7 +272,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
256
272
  * Root for the API
257
273
  * @param {Object} opts Optional parameters
258
274
  * @param {String} [authorization] The authorization token of the logged in user
275
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
259
276
  * @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
277
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
260
278
  * @param {String} [transactionid] The id of the transaction this operation is being run in
261
279
  * @param {module:api/DefaultApi~get5Callback} callback The callback function, accepting three arguments: error, data, response
262
280
  */
@@ -269,7 +287,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
269
287
  var queryParams = {};
270
288
  var headerParams = {
271
289
  'Authorization': opts['authorization'],
290
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
272
291
  'zeusportal-postas': opts['zeusportalPostas'],
292
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
273
293
  'transactionid': opts['transactionid']
274
294
  };
275
295
  var formParams = {};
@@ -293,7 +313,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
293
313
  * @param {Number} id
294
314
  * @param {Object} opts Optional parameters
295
315
  * @param {String} [authorization] The authorization token of the logged in user
316
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
296
317
  * @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
318
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
297
319
  * @param {String} [transactionid] The id of the transaction this operation is being run in
298
320
  * @param {module:api/DefaultApi~get6Callback} callback The callback function, accepting three arguments: error, data, response
299
321
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -313,7 +335,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
313
335
  var queryParams = {};
314
336
  var headerParams = {
315
337
  'Authorization': opts['authorization'],
338
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
316
339
  'zeusportal-postas': opts['zeusportalPostas'],
340
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
317
341
  'transactionid': opts['transactionid']
318
342
  };
319
343
  var formParams = {};
@@ -339,7 +363,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
339
363
  * Gets a comment by id
340
364
  * @param {Object} opts Optional parameters
341
365
  * @param {String} [authorization] The authorization token of the logged in user
366
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
342
367
  * @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
368
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
343
369
  * @param {String} [transactionid] The id of the transaction this operation is being run in
344
370
  * @param {String} [body] The id of the object that we are retreiving
345
371
  * @param {module:api/DefaultApi~getApiClientByIdCallback} callback The callback function, accepting three arguments: error, data, response
@@ -354,7 +380,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
354
380
  var queryParams = {};
355
381
  var headerParams = {
356
382
  'Authorization': opts['authorization'],
383
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
357
384
  'zeusportal-postas': opts['zeusportalPostas'],
385
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
358
386
  'transactionid': opts['transactionid']
359
387
  };
360
388
  var formParams = {};
@@ -377,7 +405,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
377
405
  * @param {Number} id
378
406
  * @param {Object} opts Optional parameters
379
407
  * @param {String} [authorization] The authorization token of the logged in user
408
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
380
409
  * @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
410
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
381
411
  * @param {String} [transactionid] The id of the transaction this operation is being run in
382
412
  * @param {module:api/DefaultApi~getEndObjectTypesCallback} callback The callback function, accepting three arguments: error, data, response
383
413
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -397,7 +427,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
397
427
  var queryParams = {};
398
428
  var headerParams = {
399
429
  'Authorization': opts['authorization'],
430
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
400
431
  'zeusportal-postas': opts['zeusportalPostas'],
432
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
401
433
  'transactionid': opts['transactionid']
402
434
  };
403
435
  var formParams = {};
@@ -420,7 +452,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
420
452
  * @param {Number} id
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/DefaultApi~getFieldsCallback} callback The callback function, accepting three arguments: error, data, response
426
460
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -440,7 +474,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
440
474
  var queryParams = {};
441
475
  var headerParams = {
442
476
  'Authorization': opts['authorization'],
477
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
443
478
  'zeusportal-postas': opts['zeusportalPostas'],
479
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
444
480
  'transactionid': opts['transactionid']
445
481
  };
446
482
  var formParams = {};
@@ -464,7 +500,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
464
500
  * Resets the secret key of the API Client
465
501
  * @param {Object} opts Optional parameters
466
502
  * @param {String} [authorization] The authorization token of the logged in user
503
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
467
504
  * @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
505
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
468
506
  * @param {String} [transactionid] The id of the transaction this operation is being run in
469
507
  * @param {String} [body] The id of the client we are resetting the secret key for
470
508
  * @param {module:api/DefaultApi~resetSecretKeyCallback} callback The callback function, accepting three arguments: error, data, response
@@ -479,7 +517,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
479
517
  var queryParams = {};
480
518
  var headerParams = {
481
519
  'Authorization': opts['authorization'],
520
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
482
521
  'zeusportal-postas': opts['zeusportalPostas'],
522
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
483
523
  'transactionid': opts['transactionid']
484
524
  };
485
525
  var formParams = {};
@@ -502,7 +542,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
502
542
  * @param {Number} id
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 {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
508
550
  * @param {module:api/DefaultApi~updateTemplateCallback} callback The callback function, accepting three arguments: error, data, response
@@ -523,7 +565,9 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
523
565
  var queryParams = {};
524
566
  var headerParams = {
525
567
  'Authorization': opts['authorization'],
568
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
526
569
  'zeusportal-postas': opts['zeusportalPostas'],
570
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
527
571
  'transactionid': opts['transactionid']
528
572
  };
529
573
  var formParams = {};
@@ -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.24
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
  * Documents service.
32
32
  * @module api/DocumentsApi
33
- * @version 0.1.24
33
+ * @version 0.1.25
34
34
  */
35
35
  var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -59,7 +59,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
60
60
  * @param {Object} opts Optional parameters
61
61
  * @param {String} [authorization] The authorization token of the logged in user
62
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
62
63
  * @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
64
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
63
65
  * @param {String} [transactionid] The id of the transaction this operation is being run in
64
66
  * @param {module:api/DocumentsApi~addDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
65
67
  * data is of type: {@link Array.<module:model/DocumentPart>}
@@ -83,7 +85,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
83
85
  var queryParams = {};
84
86
  var headerParams = {
85
87
  'Authorization': opts['authorization'],
88
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
86
89
  'zeusportal-postas': opts['zeusportalPostas'],
90
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
87
91
  'transactionid': opts['transactionid']
88
92
  };
89
93
  var formParams = {};
@@ -106,7 +110,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
106
110
  * @param {Number} id
107
111
  * @param {Object} opts Optional parameters
108
112
  * @param {String} [authorization] The authorization token of the logged in user
113
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
109
114
  * @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
115
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
110
116
  * @param {String} [transactionid] The id of the transaction this operation is being run in
111
117
  * @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} [requestBody]
112
118
  * @param {module:api/DocumentsApi~changeStatusCallback} callback The callback function, accepting three arguments: error, data, response
@@ -126,7 +132,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
126
132
  var queryParams = {};
127
133
  var headerParams = {
128
134
  'Authorization': opts['authorization'],
135
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
129
136
  'zeusportal-postas': opts['zeusportalPostas'],
137
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
130
138
  'transactionid': opts['transactionid']
131
139
  };
132
140
  var formParams = {};
@@ -150,7 +158,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
150
158
  * @param {Number} docid
151
159
  * @param {Object} opts Optional parameters
152
160
  * @param {String} [authorization] The authorization token of the logged in user
161
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
153
162
  * @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
163
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
154
164
  * @param {String} [transactionid] The id of the transaction this operation is being run in
155
165
  * @param {module:api/DocumentsApi~copyDocumentCallback} callback The callback function, accepting three arguments: error, data, response
156
166
  * data is of type: {@link module:model/Document}
@@ -170,7 +180,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
170
180
  var queryParams = {};
171
181
  var headerParams = {
172
182
  'Authorization': opts['authorization'],
183
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
173
184
  'zeusportal-postas': opts['zeusportalPostas'],
185
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
174
186
  'transactionid': opts['transactionid']
175
187
  };
176
188
  var formParams = {};
@@ -194,7 +206,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
194
206
  * @param {Array.<module:model/Document>} document Document or array of documents to create
195
207
  * @param {Object} opts Optional parameters
196
208
  * @param {String} [authorization] The authorization token of the logged in user
209
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
197
210
  * @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
211
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
198
212
  * @param {String} [transactionid] The id of the transaction this operation is being run in
199
213
  * @param {module:api/DocumentsApi~createDocumentCallback} callback The callback function, accepting three arguments: error, data, response
200
214
  * data is of type: {@link Array.<module:model/Document>}
@@ -212,7 +226,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
212
226
  var queryParams = {};
213
227
  var headerParams = {
214
228
  'Authorization': opts['authorization'],
229
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
215
230
  'zeusportal-postas': opts['zeusportalPostas'],
231
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
216
232
  'transactionid': opts['transactionid']
217
233
  };
218
234
  var formParams = {};
@@ -237,7 +253,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
237
253
  * @param {Number} docid
238
254
  * @param {Object} opts Optional parameters
239
255
  * @param {String} [authorization] The authorization token of the logged in user
256
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
240
257
  * @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
258
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
241
259
  * @param {String} [transactionid] The id of the transaction this operation is being run in
242
260
  * @param {module:api/DocumentsApi~deleteDocumentCallback} callback The callback function, accepting three arguments: error, data, response
243
261
  */
@@ -256,7 +274,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
256
274
  var queryParams = {};
257
275
  var headerParams = {
258
276
  'Authorization': opts['authorization'],
277
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
259
278
  'zeusportal-postas': opts['zeusportalPostas'],
279
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
260
280
  'transactionid': opts['transactionid']
261
281
  };
262
282
  var formParams = {};
@@ -280,7 +300,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
280
300
  * @param {Number} id The id of the object to delete
281
301
  * @param {Object} opts Optional parameters
282
302
  * @param {String} [authorization] The authorization token of the logged in user
303
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
283
304
  * @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
305
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
284
306
  * @param {String} [transactionid] The id of the transaction this operation is being run in
285
307
  * @param {module:api/DocumentsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
286
308
  */
@@ -299,7 +321,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
299
321
  var queryParams = {};
300
322
  var headerParams = {
301
323
  'Authorization': opts['authorization'],
324
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
302
325
  'zeusportal-postas': opts['zeusportalPostas'],
326
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
303
327
  'transactionid': opts['transactionid']
304
328
  };
305
329
  var formParams = {};
@@ -324,7 +348,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
324
348
  * @param {module:model/Document} document The document to update
325
349
  * @param {Object} opts Optional parameters
326
350
  * @param {String} [authorization] The authorization token of the logged in user
351
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
327
352
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
353
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
328
354
  * @param {String} [transactionid] The id of the transaction this operation is being run in
329
355
  * @param {module:api/DocumentsApi~editDocumentCallback} callback The callback function, accepting three arguments: error, data, response
330
356
  * data is of type: {@link module:model/Document}
@@ -348,7 +374,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
348
374
  var queryParams = {};
349
375
  var headerParams = {
350
376
  'Authorization': opts['authorization'],
377
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
351
378
  'zeusportal-postas': opts['zeusportalPostas'],
379
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
352
380
  'transactionid': opts['transactionid']
353
381
  };
354
382
  var formParams = {};
@@ -371,7 +399,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
371
399
  * Root for the API
372
400
  * @param {Object} opts Optional parameters
373
401
  * @param {String} [authorization] The authorization token of the logged in user
402
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
374
403
  * @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
404
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
375
405
  * @param {String} [transactionid] The id of the transaction this operation is being run in
376
406
  * @param {module:api/DocumentsApi~get26Callback} callback The callback function, accepting three arguments: error, data, response
377
407
  */
@@ -384,7 +414,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
384
414
  var queryParams = {};
385
415
  var headerParams = {
386
416
  'Authorization': opts['authorization'],
417
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
387
418
  'zeusportal-postas': opts['zeusportalPostas'],
419
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
388
420
  'transactionid': opts['transactionid']
389
421
  };
390
422
  var formParams = {};
@@ -407,7 +439,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
407
439
  * Returns all documents
408
440
  * @param {Object} opts Optional parameters
409
441
  * @param {String} [authorization] The authorization token of the logged in user
442
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
410
443
  * @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
444
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
411
445
  * @param {String} [transactionid] The id of the transaction this operation is being run in
412
446
  * @param {module:api/DocumentsApi~getAllDocumentsCallback} callback The callback function, accepting three arguments: error, data, response
413
447
  * data is of type: {@link Array.<module:model/Document>}
@@ -421,7 +455,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
421
455
  var queryParams = {};
422
456
  var headerParams = {
423
457
  'Authorization': opts['authorization'],
458
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
424
459
  'zeusportal-postas': opts['zeusportalPostas'],
460
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
425
461
  'transactionid': opts['transactionid']
426
462
  };
427
463
  var formParams = {};
@@ -445,7 +481,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
445
481
  * @param {Number} id
446
482
  * @param {Object} opts Optional parameters
447
483
  * @param {String} [authorization] The authorization token of the logged in user
484
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
448
485
  * @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
486
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
449
487
  * @param {String} [transactionid] The id of the transaction this operation is being run in
450
488
  * @param {module:api/DocumentsApi~getDocumentByIdCallback} callback The callback function, accepting three arguments: error, data, response
451
489
  * data is of type: {@link module:model/Document}
@@ -465,7 +503,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
465
503
  var queryParams = {};
466
504
  var headerParams = {
467
505
  'Authorization': opts['authorization'],
506
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
468
507
  'zeusportal-postas': opts['zeusportalPostas'],
508
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
469
509
  'transactionid': opts['transactionid']
470
510
  };
471
511
  var formParams = {};
@@ -490,7 +530,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
490
530
  * @param {Number} id2
491
531
  * @param {Object} opts Optional parameters
492
532
  * @param {String} [authorization] The authorization token of the logged in user
533
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
493
534
  * @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
535
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
494
536
  * @param {String} [transactionid] The id of the transaction this operation is being run in
495
537
  * @param {module:api/DocumentsApi~getDocumentPartByPageNumberCallback} callback The callback function, accepting three arguments: error, data, response
496
538
  * data is of type: {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
@@ -514,7 +556,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
514
556
  var queryParams = {};
515
557
  var headerParams = {
516
558
  'Authorization': opts['authorization'],
559
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
517
560
  'zeusportal-postas': opts['zeusportalPostas'],
561
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
518
562
  'transactionid': opts['transactionid']
519
563
  };
520
564
  var formParams = {};
@@ -540,7 +584,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
540
584
  * @param {Number} id
541
585
  * @param {Object} opts Optional parameters
542
586
  * @param {String} [authorization] The authorization token of the logged in user
587
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
543
588
  * @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
589
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
544
590
  * @param {String} [transactionid] The id of the transaction this operation is being run in
545
591
  * @param {module:api/DocumentsApi~getDocumentPartsCallback} callback The callback function, accepting three arguments: error, data, response
546
592
  * data is of type: {@link Array.<module:model/DocumentPart>}
@@ -560,7 +606,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
560
606
  var queryParams = {};
561
607
  var headerParams = {
562
608
  'Authorization': opts['authorization'],
609
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
563
610
  'zeusportal-postas': opts['zeusportalPostas'],
611
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
564
612
  'transactionid': opts['transactionid']
565
613
  };
566
614
  var formParams = {};
@@ -584,7 +632,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
584
632
  * @param {Number} typeid
585
633
  * @param {Object} opts Optional parameters
586
634
  * @param {String} [authorization] The authorization token of the logged in user
635
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
587
636
  * @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
637
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
588
638
  * @param {String} [transactionid] The id of the transaction this operation is being run in
589
639
  * @param {module:api/DocumentsApi~getDocumentsByTypeCallback} callback The callback function, accepting three arguments: error, data, response
590
640
  * data is of type: {@link Array.<module:model/Document>}
@@ -604,7 +654,9 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
604
654
  var queryParams = {};
605
655
  var headerParams = {
606
656
  'Authorization': opts['authorization'],
657
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
607
658
  'zeusportal-postas': opts['zeusportalPostas'],
659
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
608
660
  'transactionid': opts['transactionid']
609
661
  };
610
662
  var formParams = {};