@gobodo/gobodo-api-promise 0.1.46 → 0.1.48

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 (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +101 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +111 -6
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +96 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +25 -25
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +2 -2
  82. package/dist/model/DocumentPart.js +23 -23
  83. package/dist/model/DocumentPartType.js +26 -26
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +39 -39
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +25 -25
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +23 -23
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +34 -34
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +39 -39
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +27 -27
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +27 -27
  183. package/dist/model/VideoUploadObject.js +27 -27
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.46
24
+ * The version of the OpenAPI document: 0.1.48
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * Pages service.
34
34
  * @module api/PagesApi
35
- * @version 0.1.46
35
+ * @version 0.1.48
36
36
  */
37
37
  var PagesApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -57,6 +57,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
57
57
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
58
58
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
59
59
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
60
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
60
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
62
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
@@ -80,6 +81,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
80
81
  'cachegroup': opts['cachegroup'],
81
82
  'cachekey': opts['cachekey'],
82
83
  'cachescope': opts['cachescope'],
84
+ 'cacheuser': opts['cacheuser'],
83
85
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
84
86
  'zeusportal-postas': opts['zeusportalPostas'],
85
87
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -103,6 +105,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
103
105
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
104
106
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
105
107
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
108
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
106
109
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
107
110
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
108
111
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -126,6 +129,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
126
129
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
127
130
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
128
131
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
132
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
129
133
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
130
134
  * @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
131
135
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -151,6 +155,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
151
155
  'cachegroup': opts['cachegroup'],
152
156
  'cachekey': opts['cachekey'],
153
157
  'cachescope': opts['cachescope'],
158
+ 'cacheuser': opts['cacheuser'],
154
159
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
155
160
  'zeusportal-postas': opts['zeusportalPostas'],
156
161
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -173,6 +178,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
173
178
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
174
179
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
175
180
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
181
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
176
182
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
177
183
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
178
184
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -198,6 +204,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
198
204
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
199
205
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
200
206
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
207
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
201
208
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
202
209
  * @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
203
210
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -227,6 +234,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
227
234
  'cachegroup': opts['cachegroup'],
228
235
  'cachekey': opts['cachekey'],
229
236
  'cachescope': opts['cachescope'],
237
+ 'cacheuser': opts['cacheuser'],
230
238
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
231
239
  'zeusportal-postas': opts['zeusportalPostas'],
232
240
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -251,6 +259,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
251
259
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
252
260
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
253
261
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
262
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
254
263
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
255
264
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
256
265
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -273,6 +282,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
273
282
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
274
283
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
275
284
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
285
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
276
286
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
277
287
  * @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
278
288
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -292,6 +302,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
292
302
  'cachegroup': opts['cachegroup'],
293
303
  'cachekey': opts['cachekey'],
294
304
  'cachescope': opts['cachescope'],
305
+ 'cacheuser': opts['cacheuser'],
295
306
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
296
307
  'zeusportal-postas': opts['zeusportalPostas'],
297
308
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -313,6 +324,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
313
324
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
314
325
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
315
326
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
327
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
316
328
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
317
329
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
318
330
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -337,6 +349,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
337
349
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
338
350
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
339
351
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
352
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
340
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
341
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
342
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
@@ -362,6 +375,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
362
375
  'cachegroup': opts['cachegroup'],
363
376
  'cachekey': opts['cachekey'],
364
377
  'cachescope': opts['cachescope'],
378
+ 'cacheuser': opts['cacheuser'],
365
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
366
380
  'zeusportal-postas': opts['zeusportalPostas'],
367
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -385,6 +399,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
385
399
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
386
400
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
387
401
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
402
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
388
403
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
389
404
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
390
405
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -409,6 +424,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
409
424
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
410
425
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
411
426
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
427
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
412
428
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
413
429
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
414
430
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -434,6 +450,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
434
450
  'cachegroup': opts['cachegroup'],
435
451
  'cachekey': opts['cachekey'],
436
452
  'cachescope': opts['cachescope'],
453
+ 'cacheuser': opts['cacheuser'],
437
454
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
438
455
  'zeusportal-postas': opts['zeusportalPostas'],
439
456
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -457,6 +474,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
457
474
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
458
475
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
459
476
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
477
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
460
478
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
461
479
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
462
480
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -481,6 +499,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
481
499
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
482
500
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
483
501
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
502
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
484
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
485
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
486
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
@@ -508,6 +527,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
508
527
  'cachegroup': opts['cachegroup'],
509
528
  'cachekey': opts['cachekey'],
510
529
  'cachescope': opts['cachescope'],
530
+ 'cacheuser': opts['cacheuser'],
511
531
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
512
532
  'zeusportal-postas': opts['zeusportalPostas'],
513
533
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -534,6 +554,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
534
554
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
535
555
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
536
556
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
557
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
537
558
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
538
559
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
539
560
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -561,6 +582,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
561
582
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
562
583
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
563
584
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
585
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
564
586
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
565
587
  * @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
566
588
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -590,6 +612,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
590
612
  'cachegroup': opts['cachegroup'],
591
613
  'cachekey': opts['cachekey'],
592
614
  'cachescope': opts['cachescope'],
615
+ 'cacheuser': opts['cacheuser'],
593
616
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
594
617
  'zeusportal-postas': opts['zeusportalPostas'],
595
618
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -614,6 +637,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
614
637
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
615
638
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
616
639
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
640
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
617
641
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
618
642
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
619
643
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -639,6 +663,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
639
663
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
640
664
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
641
665
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
666
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
642
667
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
643
668
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
644
669
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -670,6 +695,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
670
695
  'cachegroup': opts['cachegroup'],
671
696
  'cachekey': opts['cachekey'],
672
697
  'cachescope': opts['cachescope'],
698
+ 'cacheuser': opts['cacheuser'],
673
699
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
674
700
  'zeusportal-postas': opts['zeusportalPostas'],
675
701
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -694,6 +720,7 @@ var PagesApi = exports["default"] = /*#__PURE__*/function () {
694
720
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
695
721
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
696
722
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
723
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
697
724
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
698
725
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
699
726
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Posts service.
29
29
  * @module api/PostsApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var PostsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -50,6 +50,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
50
50
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
51
51
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
52
52
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
53
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
53
54
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
54
55
  * @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
55
56
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -73,6 +74,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
73
74
  'cachegroup': opts['cachegroup'],
74
75
  'cachekey': opts['cachekey'],
75
76
  'cachescope': opts['cachescope'],
77
+ 'cacheuser': opts['cacheuser'],
76
78
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
77
79
  'zeusportal-postas': opts['zeusportalPostas'],
78
80
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -94,6 +96,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
94
96
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
95
97
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
96
98
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
99
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
97
100
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
98
101
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
99
102
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -117,6 +120,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
117
120
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
118
121
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
119
122
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
123
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
120
124
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
121
125
  * @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
122
126
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -142,6 +146,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
142
146
  'cachegroup': opts['cachegroup'],
143
147
  'cachekey': opts['cachekey'],
144
148
  'cachescope': opts['cachescope'],
149
+ 'cacheuser': opts['cacheuser'],
145
150
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
146
151
  'zeusportal-postas': opts['zeusportalPostas'],
147
152
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -164,6 +169,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
164
169
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
165
170
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
166
171
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
172
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
167
173
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
168
174
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
169
175
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -186,6 +192,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
186
192
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
187
193
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
188
194
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
195
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
189
196
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
190
197
  * @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
191
198
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -205,6 +212,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
205
212
  'cachegroup': opts['cachegroup'],
206
213
  'cachekey': opts['cachekey'],
207
214
  'cachescope': opts['cachescope'],
215
+ 'cacheuser': opts['cacheuser'],
208
216
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
209
217
  'zeusportal-postas': opts['zeusportalPostas'],
210
218
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -226,6 +234,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
226
234
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
227
235
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
228
236
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
237
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
229
238
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
230
239
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
231
240
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -250,6 +259,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
250
259
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
251
260
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
252
261
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
262
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
253
263
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
254
264
  * @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
265
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -275,6 +285,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
275
285
  'cachegroup': opts['cachegroup'],
276
286
  'cachekey': opts['cachekey'],
277
287
  'cachescope': opts['cachescope'],
288
+ 'cacheuser': opts['cacheuser'],
278
289
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
279
290
  'zeusportal-postas': opts['zeusportalPostas'],
280
291
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -298,6 +309,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
298
309
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
299
310
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
300
311
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
312
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
301
313
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
302
314
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
303
315
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -321,6 +333,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
321
333
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
322
334
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
323
335
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
336
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
324
337
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
325
338
  * @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
326
339
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -350,6 +363,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
350
363
  'cachegroup': opts['cachegroup'],
351
364
  'cachekey': opts['cachekey'],
352
365
  'cachescope': opts['cachescope'],
366
+ 'cacheuser': opts['cacheuser'],
353
367
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
354
368
  'zeusportal-postas': opts['zeusportalPostas'],
355
369
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -372,6 +386,7 @@ var PostsApi = exports["default"] = /*#__PURE__*/function () {
372
386
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
373
387
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
374
388
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
389
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
375
390
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
376
391
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
377
392
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page