@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
@@ -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.23
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
  * EntryParts service.
30
30
  * @module api/EntryPartsApi
31
- * @version 0.1.23
31
+ * @version 0.1.25
32
32
  */
33
33
  var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -57,7 +57,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
57
57
  * @param {Number} typeid
58
58
  * @param {Object} opts Optional parameters
59
59
  * @param {String} [authorization] The authorization token of the logged in user
60
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
60
61
  * @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
62
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
61
63
  * @param {String} [transactionid] The id of the transaction this operation is being run in
62
64
  * @param {module:api/EntryPartsApi~changeDocPartTypeCallback} callback The callback function, accepting three arguments: error, data, response
63
65
  */
@@ -81,7 +83,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
81
83
  var queryParams = {};
82
84
  var headerParams = {
83
85
  'Authorization': opts['authorization'],
86
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
87
  'zeusportal-postas': opts['zeusportalPostas'],
88
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
85
89
  'transactionid': opts['transactionid']
86
90
  };
87
91
  var formParams = {};
@@ -105,7 +109,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
105
109
  * @param {Number} docpartid
106
110
  * @param {Object} opts Optional parameters
107
111
  * @param {String} [authorization] The authorization token of the logged in user
112
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
108
113
  * @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
114
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
109
115
  * @param {String} [transactionid] The id of the transaction this operation is being run in
110
116
  * @param {module:api/EntryPartsApi~copyDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
111
117
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -125,7 +131,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
125
131
  var queryParams = {};
126
132
  var headerParams = {
127
133
  'Authorization': opts['authorization'],
134
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
128
135
  'zeusportal-postas': opts['zeusportalPostas'],
136
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
129
137
  'transactionid': opts['transactionid']
130
138
  };
131
139
  var formParams = {};
@@ -150,7 +158,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
150
158
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
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/EntryPartsApi~createChildDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
156
166
  * data is of type: {@link Array.<module:model/DocumentPart>}
@@ -174,7 +184,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
174
184
  var queryParams = {};
175
185
  var headerParams = {
176
186
  'Authorization': opts['authorization'],
187
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
177
188
  'zeusportal-postas': opts['zeusportalPostas'],
189
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
178
190
  'transactionid': opts['transactionid']
179
191
  };
180
192
  var formParams = {};
@@ -198,7 +210,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
198
210
  * @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
199
211
  * @param {Object} opts Optional parameters
200
212
  * @param {String} [authorization] The authorization token of the logged in user
213
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
201
214
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
215
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
202
216
  * @param {String} [transactionid] The id of the transaction this operation is being run in
203
217
  * @param {module:api/EntryPartsApi~createDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
204
218
  * data is of type: {@link module:model/PurgeDataDefaultResponseValue}
@@ -216,7 +230,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
216
230
  var queryParams = {};
217
231
  var headerParams = {
218
232
  'Authorization': opts['authorization'],
233
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
219
234
  'zeusportal-postas': opts['zeusportalPostas'],
235
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
220
236
  'transactionid': opts['transactionid']
221
237
  };
222
238
  var formParams = {};
@@ -241,7 +257,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
241
257
  * @param {Number} docpartid
242
258
  * @param {Object} opts Optional parameters
243
259
  * @param {String} [authorization] The authorization token of the logged in user
260
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
244
261
  * @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
262
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
245
263
  * @param {String} [transactionid] The id of the transaction this operation is being run in
246
264
  * @param {module:api/EntryPartsApi~deleteDocPartCallback} callback The callback function, accepting three arguments: error, data, response
247
265
  */
@@ -260,7 +278,9 @@ var EntryPartsApi = 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 = {};
@@ -284,7 +304,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
284
304
  * @param {Number} id The id of the object to delete
285
305
  * @param {Object} opts Optional parameters
286
306
  * @param {String} [authorization] The authorization token of the logged in user
307
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
287
308
  * @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
309
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
288
310
  * @param {String} [transactionid] The id of the transaction this operation is being run in
289
311
  * @param {module:api/EntryPartsApi~deleteObjectCallback} callback The callback function, accepting three arguments: error, data, response
290
312
  */
@@ -303,7 +325,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
303
325
  var queryParams = {};
304
326
  var headerParams = {
305
327
  'Authorization': opts['authorization'],
328
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
306
329
  'zeusportal-postas': opts['zeusportalPostas'],
330
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
307
331
  'transactionid': opts['transactionid']
308
332
  };
309
333
  var formParams = {};
@@ -326,7 +350,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
326
350
  * Root for the API
327
351
  * @param {Object} opts Optional parameters
328
352
  * @param {String} [authorization] The authorization token of the logged in user
353
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
329
354
  * @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
355
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
330
356
  * @param {String} [transactionid] The id of the transaction this operation is being run in
331
357
  * @param {module:api/EntryPartsApi~get27Callback} callback The callback function, accepting three arguments: error, data, response
332
358
  */
@@ -339,7 +365,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
339
365
  var queryParams = {};
340
366
  var headerParams = {
341
367
  'Authorization': opts['authorization'],
368
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
342
369
  'zeusportal-postas': opts['zeusportalPostas'],
370
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
343
371
  'transactionid': opts['transactionid']
344
372
  };
345
373
  var formParams = {};
@@ -364,7 +392,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
364
392
  * @param {Number} pagenum
365
393
  * @param {Object} opts Optional parameters
366
394
  * @param {String} [authorization] The authorization token of the logged in user
395
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
367
396
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
397
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
368
398
  * @param {String} [transactionid] The id of the transaction this operation is being run in
369
399
  * @param {module:api/EntryPartsApi~getChildDocPartByPageNumCallback} callback The callback function, accepting three arguments: error, data, response
370
400
  * data is of type: {@link module:model/DocumentPart}
@@ -389,7 +419,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
389
419
  var queryParams = {};
390
420
  var headerParams = {
391
421
  'Authorization': opts['authorization'],
422
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
392
423
  'zeusportal-postas': opts['zeusportalPostas'],
424
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
393
425
  'transactionid': opts['transactionid']
394
426
  };
395
427
  var formParams = {};
@@ -413,7 +445,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
413
445
  * @param {Number} id
414
446
  * @param {Object} opts Optional parameters
415
447
  * @param {String} [authorization] The authorization token of the logged in user
448
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
416
449
  * @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
450
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
417
451
  * @param {String} [transactionid] The id of the transaction this operation is being run in
418
452
  * @param {module:api/EntryPartsApi~getDocumentPartByIdCallback} callback The callback function, accepting three arguments: error, data, response
419
453
  * data is of type: {@link module:model/DocumentPart}
@@ -433,7 +467,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
433
467
  var queryParams = {};
434
468
  var headerParams = {
435
469
  'Authorization': opts['authorization'],
470
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
436
471
  'zeusportal-postas': opts['zeusportalPostas'],
472
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
437
473
  'transactionid': opts['transactionid']
438
474
  };
439
475
  var formParams = {};
@@ -457,7 +493,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
457
493
  * @param {Number} id
458
494
  * @param {Object} opts Optional parameters
459
495
  * @param {String} [authorization] The authorization token of the logged in user
496
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
460
497
  * @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
498
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
461
499
  * @param {String} [transactionid] The id of the transaction this operation is being run in
462
500
  * @param {module:api/EntryPartsApi~getDocumentPartById1Callback} callback The callback function, accepting three arguments: error, data, response
463
501
  * data is of type: {@link Array.<module:model/DocumentPart>}
@@ -477,7 +515,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
477
515
  var queryParams = {};
478
516
  var headerParams = {
479
517
  'Authorization': opts['authorization'],
518
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
480
519
  'zeusportal-postas': opts['zeusportalPostas'],
520
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
481
521
  'transactionid': opts['transactionid']
482
522
  };
483
523
  var formParams = {};
@@ -503,7 +543,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
503
543
  * @param {Number} partindex
504
544
  * @param {Object} opts Optional parameters
505
545
  * @param {String} [authorization] The authorization token of the logged in user
546
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
506
547
  * @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
548
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
507
549
  * @param {String} [transactionid] The id of the transaction this operation is being run in
508
550
  * @param {module:api/EntryPartsApi~moveChildPartCallback} callback The callback function, accepting three arguments: error, data, response
509
551
  */
@@ -532,7 +574,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
532
574
  var queryParams = {};
533
575
  var headerParams = {
534
576
  'Authorization': opts['authorization'],
577
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
535
578
  'zeusportal-postas': opts['zeusportalPostas'],
579
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
536
580
  'transactionid': opts['transactionid']
537
581
  };
538
582
  var formParams = {};
@@ -558,7 +602,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
558
602
  * @param {Number} partindex
559
603
  * @param {Object} opts Optional parameters
560
604
  * @param {String} [authorization] The authorization token of the logged in user
605
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
561
606
  * @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
607
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
562
608
  * @param {String} [transactionid] The id of the transaction this operation is being run in
563
609
  * @param {module:api/EntryPartsApi~moveDocPartCallback} callback The callback function, accepting three arguments: error, data, response
564
610
  */
@@ -587,7 +633,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
587
633
  var queryParams = {};
588
634
  var headerParams = {
589
635
  'Authorization': opts['authorization'],
636
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
590
637
  'zeusportal-postas': opts['zeusportalPostas'],
638
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
591
639
  'transactionid': opts['transactionid']
592
640
  };
593
641
  var formParams = {};
@@ -612,7 +660,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
612
660
  * @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
613
661
  * @param {Object} opts Optional parameters
614
662
  * @param {String} [authorization] The authorization token of the logged in user
663
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
615
664
  * @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
665
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
616
666
  * @param {String} [transactionid] The id of the transaction this operation is being run in
617
667
  * @param {module:api/EntryPartsApi~updateDocumentPartCallback} callback The callback function, accepting three arguments: error, data, response
618
668
  * data is of type: {@link module:model/DocumentPart}
@@ -636,7 +686,9 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
636
686
  var queryParams = {};
637
687
  var headerParams = {
638
688
  'Authorization': opts['authorization'],
689
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
639
690
  'zeusportal-postas': opts['zeusportalPostas'],
691
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
640
692
  'transactionid': opts['transactionid']
641
693
  };
642
694
  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
  * Facebook service.
29
29
  * @module api/FacebookApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var FacebookApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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
  * Fields service.
29
29
  * @module api/FieldsApi
30
- * @version 0.1.23
30
+ * @version 0.1.25
31
31
  */
32
32
  var FieldsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -58,7 +58,9 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {module:model/SkinField} skinField Field data to create the new field from
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 {module:api/FieldsApi~createFieldInContainerCallback} callback The callback function, accepting three arguments: error, data, response
64
66
  * data is of type: {@link module:model/SkinField}
@@ -87,7 +89,9 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
87
89
  var queryParams = {};
88
90
  var headerParams = {
89
91
  'Authorization': opts['authorization'],
92
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
90
93
  'zeusportal-postas': opts['zeusportalPostas'],
94
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
91
95
  'transactionid': opts['transactionid']
92
96
  };
93
97
  var formParams = {};
@@ -112,7 +116,9 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
112
116
  * @param {Array.<module:model/SkinField>} skinField Field data to create the new fields from
113
117
  * @param {Object} opts Optional parameters
114
118
  * @param {String} [authorization] The authorization token of the logged in user
119
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
115
120
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
121
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
116
122
  * @param {String} [transactionid] The id of the transaction this operation is being run in
117
123
  * @param {module:api/FieldsApi~createFieldsCallback} callback The callback function, accepting three arguments: error, data, response
118
124
  * data is of type: {@link Array.<module:model/SkinField>}
@@ -130,7 +136,9 @@ var FieldsApi = 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 = {};
@@ -156,7 +164,9 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
156
164
  * @param {module:model/SkinField} skinField Field data to create the new field from
157
165
  * @param {Object} opts Optional parameters
158
166
  * @param {String} [authorization] The authorization token of the logged in user
167
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
159
168
  * @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
169
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
160
170
  * @param {String} [transactionid] The id of the transaction this operation is being run in
161
171
  * @param {module:api/FieldsApi~updateFieldCallback} callback The callback function, accepting three arguments: error, data, response
162
172
  * data is of type: {@link module:model/SkinField}
@@ -180,7 +190,9 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
180
190
  var queryParams = {};
181
191
  var headerParams = {
182
192
  'Authorization': opts['authorization'],
193
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
183
194
  'zeusportal-postas': opts['zeusportalPostas'],
195
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
184
196
  'transactionid': opts['transactionid']
185
197
  };
186
198
  var formParams = {};
@@ -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.23
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
  * Files service.
30
30
  * @module api/FilesApi
31
- * @version 0.1.23
31
+ * @version 0.1.25
32
32
  */
33
33
  var FilesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -55,7 +55,9 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Number} id The id of the object that the file is being attached to
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 {Object.<String, {String: [InputPart]}>} [formDataMap]
61
63
  * @param {Object.<String, {String: InputPart}>} [formData]
@@ -79,7 +81,9 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
79
81
  var queryParams = {};
80
82
  var headerParams = {
81
83
  'Authorization': opts['authorization'],
84
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
85
  'zeusportal-postas': opts['zeusportalPostas'],
86
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
83
87
  'transactionid': opts['transactionid']
84
88
  };
85
89
  var formParams = {