@gobodo/gobodo-api-promise 0.1.45 → 0.1.47

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 (187) hide show
  1. package/README.md +3 -3
  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 +32 -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 +38 -2
  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 +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +23 -23
  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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +64 -64
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +24 -24
  88. package/dist/model/File.js +31 -31
  89. package/dist/model/FileAttachmentUploadObject.js +31 -31
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +25 -25
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +30 -30
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +31 -31
  115. package/dist/model/ImageUploadObject.js +31 -31
  116. package/dist/model/InputPart.js +29 -29
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +26 -26
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +25 -25
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +29 -29
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +8 -8
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +25 -25
  145. package/dist/model/PrivateMessageConversation.js +30 -30
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +24 -24
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +25 -25
  174. package/dist/model/UserDataPayload.js +25 -25
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +25 -25
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +31 -31
  182. package/dist/model/VideoLiveUrl.js +27 -27
  183. package/dist/model/VideoSchema.js +58 -58
  184. package/dist/model/VideoUploadObject.js +31 -31
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * EntryParts service.
30
30
  * @module api/EntryPartsApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -53,6 +53,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
54
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
55
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
+ * @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)
56
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
58
  * @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
58
59
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -106,6 +108,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
106
108
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
107
109
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
108
110
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
111
+ * @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)
109
112
  * @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
110
113
  * @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
111
114
  * @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
@@ -129,6 +132,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
129
132
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
130
133
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
131
134
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
135
+ * @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)
132
136
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
133
137
  * @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
134
138
  * @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,6 +158,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
154
158
  'cachegroup': opts['cachegroup'],
155
159
  'cachekey': opts['cachekey'],
156
160
  'cachescope': opts['cachescope'],
161
+ 'cacheuser': opts['cacheuser'],
157
162
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
158
163
  'zeusportal-postas': opts['zeusportalPostas'],
159
164
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -176,6 +181,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
176
181
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
177
182
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
178
183
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
184
+ * @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)
179
185
  * @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
180
186
  * @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
181
187
  * @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
@@ -200,6 +206,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
200
206
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
201
207
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
202
208
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
209
+ * @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)
203
210
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
204
211
  * @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
205
212
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -229,6 +236,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
229
236
  'cachegroup': opts['cachegroup'],
230
237
  'cachekey': opts['cachekey'],
231
238
  'cachescope': opts['cachescope'],
239
+ 'cacheuser': opts['cacheuser'],
232
240
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
233
241
  'zeusportal-postas': opts['zeusportalPostas'],
234
242
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -252,6 +260,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
252
260
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
253
261
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
254
262
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
263
+ * @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)
255
264
  * @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
256
265
  * @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
257
266
  * @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
@@ -275,6 +284,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
275
284
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
276
285
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
277
286
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
287
+ * @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)
278
288
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
279
289
  * @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
280
290
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -298,6 +308,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
298
308
  'cachegroup': opts['cachegroup'],
299
309
  'cachekey': opts['cachekey'],
300
310
  'cachescope': opts['cachescope'],
311
+ 'cacheuser': opts['cacheuser'],
301
312
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
302
313
  'zeusportal-postas': opts['zeusportalPostas'],
303
314
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -320,6 +331,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
320
331
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
321
332
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
322
333
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
334
+ * @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)
323
335
  * @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
324
336
  * @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
325
337
  * @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
@@ -344,6 +356,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
344
356
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
345
357
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
346
358
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
359
+ * @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)
347
360
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
348
361
  * @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
349
362
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -369,6 +382,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
369
382
  'cachegroup': opts['cachegroup'],
370
383
  'cachekey': opts['cachekey'],
371
384
  'cachescope': opts['cachescope'],
385
+ 'cacheuser': opts['cacheuser'],
372
386
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
373
387
  'zeusportal-postas': opts['zeusportalPostas'],
374
388
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -392,6 +406,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
392
406
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
393
407
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
394
408
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
409
+ * @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)
395
410
  * @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
396
411
  * @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
397
412
  * @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
@@ -415,6 +430,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
415
430
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
416
431
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
417
432
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
433
+ * @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)
418
434
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
419
435
  * @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
420
436
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -440,6 +456,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
440
456
  'cachegroup': opts['cachegroup'],
441
457
  'cachekey': opts['cachekey'],
442
458
  'cachescope': opts['cachescope'],
459
+ 'cacheuser': opts['cacheuser'],
443
460
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
444
461
  'zeusportal-postas': opts['zeusportalPostas'],
445
462
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -462,6 +479,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
462
479
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
463
480
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
464
481
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
482
+ * @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)
465
483
  * @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
466
484
  * @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
467
485
  * @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
@@ -484,6 +502,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
484
502
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
485
503
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
486
504
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
505
+ * @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)
487
506
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
488
507
  * @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
489
508
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -503,6 +522,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
503
522
  'cachegroup': opts['cachegroup'],
504
523
  'cachekey': opts['cachekey'],
505
524
  'cachescope': opts['cachescope'],
525
+ 'cacheuser': opts['cacheuser'],
506
526
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
507
527
  'zeusportal-postas': opts['zeusportalPostas'],
508
528
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -524,6 +544,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
524
544
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
525
545
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
526
546
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
547
+ * @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)
527
548
  * @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
528
549
  * @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
529
550
  * @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
@@ -548,6 +569,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
548
569
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
549
570
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
550
571
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
572
+ * @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)
551
573
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
552
574
  * @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
553
575
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -578,6 +600,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
578
600
  'cachegroup': opts['cachegroup'],
579
601
  'cachekey': opts['cachekey'],
580
602
  'cachescope': opts['cachescope'],
603
+ 'cacheuser': opts['cacheuser'],
581
604
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
582
605
  'zeusportal-postas': opts['zeusportalPostas'],
583
606
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -601,6 +624,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
601
624
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
602
625
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
603
626
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
627
+ * @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)
604
628
  * @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
605
629
  * @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
606
630
  * @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
@@ -624,6 +648,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
624
648
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
625
649
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
626
650
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
651
+ * @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)
627
652
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
628
653
  * @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
629
654
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -649,6 +674,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
649
674
  'cachegroup': opts['cachegroup'],
650
675
  'cachekey': opts['cachekey'],
651
676
  'cachescope': opts['cachescope'],
677
+ 'cacheuser': opts['cacheuser'],
652
678
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
653
679
  'zeusportal-postas': opts['zeusportalPostas'],
654
680
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -671,6 +697,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
671
697
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
672
698
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
673
699
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
700
+ * @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)
674
701
  * @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
675
702
  * @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
676
703
  * @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
@@ -694,6 +721,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
694
721
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
695
722
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
696
723
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
724
+ * @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)
697
725
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
698
726
  * @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
699
727
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -719,6 +747,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
719
747
  'cachegroup': opts['cachegroup'],
720
748
  'cachekey': opts['cachekey'],
721
749
  'cachescope': opts['cachescope'],
750
+ 'cacheuser': opts['cacheuser'],
722
751
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
723
752
  'zeusportal-postas': opts['zeusportalPostas'],
724
753
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -741,6 +770,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
741
770
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
742
771
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
743
772
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
773
+ * @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)
744
774
  * @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
745
775
  * @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
746
776
  * @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
@@ -766,6 +796,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
766
796
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
767
797
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
798
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
799
+ * @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)
769
800
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
770
801
  * @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
771
802
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -801,6 +832,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
801
832
  'cachegroup': opts['cachegroup'],
802
833
  'cachekey': opts['cachekey'],
803
834
  'cachescope': opts['cachescope'],
835
+ 'cacheuser': opts['cacheuser'],
804
836
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
805
837
  'zeusportal-postas': opts['zeusportalPostas'],
806
838
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -825,6 +857,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
825
857
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
826
858
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
827
859
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
860
+ * @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)
828
861
  * @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
829
862
  * @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
830
863
  * @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
@@ -850,6 +883,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
850
883
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
851
884
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
852
885
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
886
+ * @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)
853
887
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
854
888
  * @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
855
889
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -885,6 +919,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
885
919
  'cachegroup': opts['cachegroup'],
886
920
  'cachekey': opts['cachekey'],
887
921
  'cachescope': opts['cachescope'],
922
+ 'cacheuser': opts['cacheuser'],
888
923
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
889
924
  'zeusportal-postas': opts['zeusportalPostas'],
890
925
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -909,6 +944,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
909
944
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
910
945
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
911
946
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
947
+ * @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)
912
948
  * @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
913
949
  * @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
914
950
  * @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
@@ -933,6 +969,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
933
969
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
934
970
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
935
971
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
972
+ * @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)
936
973
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
937
974
  * @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
938
975
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -962,6 +999,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
962
999
  'cachegroup': opts['cachegroup'],
963
1000
  'cachekey': opts['cachekey'],
964
1001
  'cachescope': opts['cachescope'],
1002
+ 'cacheuser': opts['cacheuser'],
965
1003
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
966
1004
  'zeusportal-postas': opts['zeusportalPostas'],
967
1005
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -985,6 +1023,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
985
1023
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
986
1024
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
987
1025
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1026
+ * @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)
988
1027
  * @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
989
1028
  * @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
990
1029
  * @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.45
19
+ * The version of the OpenAPI document: 0.1.47
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
  * Facebook service.
29
29
  * @module api/FacebookApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var FacebookApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -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.45
19
+ * The version of the OpenAPI document: 0.1.47
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
  * Fields service.
29
29
  * @module api/FieldsApi
30
- * @version 0.1.45
30
+ * @version 0.1.47
31
31
  */
32
32
  var FieldsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -54,6 +54,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
55
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
56
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
57
+ * @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)
57
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
59
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
@@ -88,6 +89,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
88
89
  'cachegroup': opts['cachegroup'],
89
90
  'cachekey': opts['cachekey'],
90
91
  'cachescope': opts['cachescope'],
92
+ 'cacheuser': opts['cacheuser'],
91
93
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
92
94
  'zeusportal-postas': opts['zeusportalPostas'],
93
95
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -113,6 +115,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
113
115
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
114
116
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
115
117
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
118
+ * @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)
116
119
  * @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
117
120
  * @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
118
121
  * @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
@@ -137,6 +140,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
137
140
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
138
141
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
139
142
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
143
+ * @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)
140
144
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
141
145
  * @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
142
146
  * @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,6 +164,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
160
164
  'cachegroup': opts['cachegroup'],
161
165
  'cachekey': opts['cachekey'],
162
166
  'cachescope': opts['cachescope'],
167
+ 'cacheuser': opts['cacheuser'],
163
168
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
164
169
  'zeusportal-postas': opts['zeusportalPostas'],
165
170
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -183,6 +188,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
183
188
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
184
189
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
185
190
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
191
+ * @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)
186
192
  * @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
187
193
  * @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
188
194
  * @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
@@ -208,6 +214,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
208
214
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
209
215
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
210
216
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
217
+ * @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)
211
218
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
212
219
  * @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
213
220
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -237,6 +244,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
237
244
  'cachegroup': opts['cachegroup'],
238
245
  'cachekey': opts['cachekey'],
239
246
  'cachescope': opts['cachescope'],
247
+ 'cacheuser': opts['cacheuser'],
240
248
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
241
249
  'zeusportal-postas': opts['zeusportalPostas'],
242
250
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -261,6 +269,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
261
269
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
262
270
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
263
271
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
272
+ * @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)
264
273
  * @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
265
274
  * @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
266
275
  * @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
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Files service.
30
30
  * @module api/FilesApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var FilesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -51,6 +51,7 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @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)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @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
56
57
  * @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 FilesApi = 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'],
@@ -106,6 +108,7 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
106
108
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
107
109
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
108
110
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
111
+ * @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)
109
112
  * @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
110
113
  * @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
111
114
  * @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