@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
@@ -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.45
24
+ * The version of the OpenAPI document: 0.1.47
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
  * Users service.
34
34
  * @module api/UsersApi
35
- * @version 0.1.45
35
+ * @version 0.1.47
36
36
  */
37
37
  var UsersApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -57,6 +57,7 @@ var UsersApi = 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 UsersApi = 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 UsersApi = 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
@@ -125,6 +128,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
125
128
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
129
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
130
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
131
+ * @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)
128
132
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
129
133
  * @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
130
134
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -144,6 +148,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
144
148
  'cachegroup': opts['cachegroup'],
145
149
  'cachekey': opts['cachekey'],
146
150
  'cachescope': opts['cachescope'],
151
+ 'cacheuser': opts['cacheuser'],
147
152
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
148
153
  'zeusportal-postas': opts['zeusportalPostas'],
149
154
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -165,6 +170,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
165
170
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
166
171
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
167
172
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
173
+ * @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)
168
174
  * @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
169
175
  * @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
170
176
  * @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
@@ -190,6 +196,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
190
196
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
191
197
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
192
198
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
199
+ * @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)
193
200
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
194
201
  * @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
195
202
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -220,6 +227,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
220
227
  'cachegroup': opts['cachegroup'],
221
228
  'cachekey': opts['cachekey'],
222
229
  'cachescope': opts['cachescope'],
230
+ 'cacheuser': opts['cacheuser'],
223
231
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
224
232
  'zeusportal-postas': opts['zeusportalPostas'],
225
233
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -244,6 +252,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
244
252
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
245
253
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
246
254
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
255
+ * @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)
247
256
  * @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
248
257
  * @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
249
258
  * @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
@@ -268,6 +277,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
268
277
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
269
278
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
270
279
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
280
+ * @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)
271
281
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
272
282
  * @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
273
283
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -293,6 +303,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
293
303
  'cachegroup': opts['cachegroup'],
294
304
  'cachekey': opts['cachekey'],
295
305
  'cachescope': opts['cachescope'],
306
+ 'cacheuser': opts['cacheuser'],
296
307
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
308
  'zeusportal-postas': opts['zeusportalPostas'],
298
309
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -316,6 +327,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
316
327
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
317
328
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
318
329
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
330
+ * @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)
319
331
  * @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
320
332
  * @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
321
333
  * @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
@@ -339,6 +351,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
339
351
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
340
352
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
341
353
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
+ * @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)
342
355
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
343
356
  * @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
344
357
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -358,6 +371,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
358
371
  'cachegroup': opts['cachegroup'],
359
372
  'cachekey': opts['cachekey'],
360
373
  'cachescope': opts['cachescope'],
374
+ 'cacheuser': opts['cacheuser'],
361
375
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
362
376
  'zeusportal-postas': opts['zeusportalPostas'],
363
377
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -380,6 +394,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
380
394
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
381
395
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
382
396
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
397
+ * @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)
383
398
  * @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
384
399
  * @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
385
400
  * @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
@@ -404,6 +419,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
404
419
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
405
420
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
406
421
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
422
+ * @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)
407
423
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
408
424
  * @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
409
425
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -429,6 +445,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
429
445
  'cachegroup': opts['cachegroup'],
430
446
  'cachekey': opts['cachekey'],
431
447
  'cachescope': opts['cachescope'],
448
+ 'cacheuser': opts['cacheuser'],
432
449
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
433
450
  'zeusportal-postas': opts['zeusportalPostas'],
434
451
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -452,6 +469,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
452
469
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
453
470
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
454
471
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
472
+ * @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)
455
473
  * @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
456
474
  * @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
457
475
  * @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
@@ -476,6 +494,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
476
494
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
477
495
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
478
496
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
497
+ * @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)
479
498
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
480
499
  * @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
481
500
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -501,6 +520,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
501
520
  'cachegroup': opts['cachegroup'],
502
521
  'cachekey': opts['cachekey'],
503
522
  'cachescope': opts['cachescope'],
523
+ 'cacheuser': opts['cacheuser'],
504
524
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
505
525
  'zeusportal-postas': opts['zeusportalPostas'],
506
526
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -524,6 +544,7 @@ var UsersApi = 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 UsersApi = 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
@@ -575,6 +597,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
575
597
  'cachegroup': opts['cachegroup'],
576
598
  'cachekey': opts['cachekey'],
577
599
  'cachescope': opts['cachescope'],
600
+ 'cacheuser': opts['cacheuser'],
578
601
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
579
602
  'zeusportal-postas': opts['zeusportalPostas'],
580
603
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -601,6 +624,7 @@ var UsersApi = 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
@@ -628,6 +652,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
628
652
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
653
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
654
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
655
+ * @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)
631
656
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
632
657
  * @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
633
658
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -657,6 +682,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
657
682
  'cachegroup': opts['cachegroup'],
658
683
  'cachekey': opts['cachekey'],
659
684
  'cachescope': opts['cachescope'],
685
+ 'cacheuser': opts['cacheuser'],
660
686
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
661
687
  'zeusportal-postas': opts['zeusportalPostas'],
662
688
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -681,6 +707,7 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
681
707
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
682
708
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
683
709
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
710
+ * @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)
684
711
  * @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
685
712
  * @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
686
713
  * @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
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
15
15
  * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.45
18
+ * The version of the OpenAPI document: 0.1.47
19
19
  * Contact: info@gobodo.io
20
20
  *
21
21
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
26
26
  /**
27
27
  * Utils service.
28
28
  * @module api/UtilsApi
29
- * @version 0.1.45
29
+ * @version 0.1.47
30
30
  */
31
31
  var UtilsApi = exports["default"] = /*#__PURE__*/function () {
32
32
  /**
@@ -23,7 +23,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
23
23
  * gobodo-api
24
24
  * REST Interface for Gobodo API
25
25
  *
26
- * The version of the OpenAPI document: 0.1.45
26
+ * The version of the OpenAPI document: 0.1.47
27
27
  * Contact: info@gobodo.io
28
28
  *
29
29
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
34
34
  /**
35
35
  * Videos service.
36
36
  * @module api/VideosApi
37
- * @version 0.1.45
37
+ * @version 0.1.47
38
38
  */
39
39
  var VideosApi = exports["default"] = /*#__PURE__*/function () {
40
40
  /**
@@ -58,6 +58,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
58
58
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
59
59
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
60
60
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
61
+ * @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)
61
62
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
62
63
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var VideosApi = 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'],
@@ -105,6 +107,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
105
107
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
108
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
109
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
110
+ * @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)
108
111
  * @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
109
112
  * @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
110
113
  * @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
@@ -127,6 +130,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
127
130
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
131
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
132
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
133
+ * @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)
130
134
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
131
135
  * @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
132
136
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -146,6 +150,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
146
150
  'cachegroup': opts['cachegroup'],
147
151
  'cachekey': opts['cachekey'],
148
152
  'cachescope': opts['cachescope'],
153
+ 'cacheuser': opts['cacheuser'],
149
154
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
150
155
  'zeusportal-postas': opts['zeusportalPostas'],
151
156
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -167,6 +172,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
167
172
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
168
173
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
169
174
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
175
+ * @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)
170
176
  * @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
171
177
  * @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
172
178
  * @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
@@ -191,6 +197,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
191
197
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
192
198
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
193
199
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
200
+ * @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)
194
201
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
195
202
  * @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
196
203
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -216,6 +223,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
216
223
  'cachegroup': opts['cachegroup'],
217
224
  'cachekey': opts['cachekey'],
218
225
  'cachescope': opts['cachescope'],
226
+ 'cacheuser': opts['cacheuser'],
219
227
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
220
228
  'zeusportal-postas': opts['zeusportalPostas'],
221
229
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -239,6 +247,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
239
247
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
240
248
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
241
249
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
250
+ * @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)
242
251
  * @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
243
252
  * @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
244
253
  * @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
@@ -261,6 +270,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
261
270
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
262
271
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
263
272
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
273
+ * @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)
264
274
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
265
275
  * @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
266
276
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -286,6 +296,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
286
296
  'cachegroup': opts['cachegroup'],
287
297
  'cachekey': opts['cachekey'],
288
298
  'cachescope': opts['cachescope'],
299
+ 'cacheuser': opts['cacheuser'],
289
300
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
290
301
  'zeusportal-postas': opts['zeusportalPostas'],
291
302
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -307,6 +318,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
307
318
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
308
319
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
309
320
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
321
+ * @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)
310
322
  * @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
311
323
  * @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
312
324
  * @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
@@ -330,6 +342,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
330
342
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
343
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
344
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
345
+ * @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)
333
346
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
334
347
  * @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
335
348
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -359,6 +372,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
359
372
  'cachegroup': opts['cachegroup'],
360
373
  'cachekey': opts['cachekey'],
361
374
  'cachescope': opts['cachescope'],
375
+ 'cacheuser': opts['cacheuser'],
362
376
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
363
377
  'zeusportal-postas': opts['zeusportalPostas'],
364
378
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -381,6 +395,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
381
395
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
382
396
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
383
397
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
398
+ * @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)
384
399
  * @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
385
400
  * @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
386
401
  * @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
@@ -404,6 +419,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
404
419
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
405
420
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
406
421
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
422
+ * @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)
407
423
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
408
424
  * @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
409
425
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -433,6 +449,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
433
449
  'cachegroup': opts['cachegroup'],
434
450
  'cachekey': opts['cachekey'],
435
451
  'cachescope': opts['cachescope'],
452
+ 'cacheuser': opts['cacheuser'],
436
453
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
437
454
  'zeusportal-postas': opts['zeusportalPostas'],
438
455
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -455,6 +472,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
455
472
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
456
473
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
457
474
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
475
+ * @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)
458
476
  * @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
459
477
  * @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
460
478
  * @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
@@ -477,6 +495,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
477
495
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
478
496
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
479
497
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
498
+ * @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)
480
499
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
481
500
  * @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
482
501
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -500,6 +519,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
500
519
  'cachegroup': opts['cachegroup'],
501
520
  'cachekey': opts['cachekey'],
502
521
  'cachescope': opts['cachescope'],
522
+ 'cacheuser': opts['cacheuser'],
503
523
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
504
524
  'zeusportal-postas': opts['zeusportalPostas'],
505
525
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -521,6 +541,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
521
541
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
522
542
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
523
543
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
544
+ * @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)
524
545
  * @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
525
546
  * @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
526
547
  * @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
@@ -544,6 +565,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
544
565
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
545
566
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
546
567
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
568
+ * @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)
547
569
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
548
570
  * @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
549
571
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -573,6 +595,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
573
595
  'cachegroup': opts['cachegroup'],
574
596
  'cachekey': opts['cachekey'],
575
597
  'cachescope': opts['cachescope'],
598
+ 'cacheuser': opts['cacheuser'],
576
599
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
577
600
  'zeusportal-postas': opts['zeusportalPostas'],
578
601
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -595,6 +618,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
595
618
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
596
619
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
597
620
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
621
+ * @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)
598
622
  * @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
599
623
  * @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
600
624
  * @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
@@ -618,6 +642,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
618
642
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
619
643
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
620
644
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
645
+ * @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)
621
646
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
622
647
  * @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
623
648
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -647,6 +672,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
647
672
  'cachegroup': opts['cachegroup'],
648
673
  'cachekey': opts['cachekey'],
649
674
  'cachescope': opts['cachescope'],
675
+ 'cacheuser': opts['cacheuser'],
650
676
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
651
677
  'zeusportal-postas': opts['zeusportalPostas'],
652
678
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -669,6 +695,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
669
695
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
670
696
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
671
697
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
698
+ * @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)
672
699
  * @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
673
700
  * @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
674
701
  * @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
@@ -691,6 +718,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
691
718
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
692
719
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
693
720
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
721
+ * @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)
694
722
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
695
723
  * @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
696
724
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -720,6 +748,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
720
748
  'cachegroup': opts['cachegroup'],
721
749
  'cachekey': opts['cachekey'],
722
750
  'cachescope': opts['cachescope'],
751
+ 'cacheuser': opts['cacheuser'],
723
752
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
724
753
  'zeusportal-postas': opts['zeusportalPostas'],
725
754
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -748,6 +777,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
748
777
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
749
778
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
750
779
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
780
+ * @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)
751
781
  * @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
752
782
  * @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
753
783
  * @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
@@ -775,6 +805,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
775
805
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
776
806
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
777
807
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
808
+ * @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)
778
809
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
779
810
  * @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
780
811
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -796,6 +827,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
796
827
  'cachegroup': opts['cachegroup'],
797
828
  'cachekey': opts['cachekey'],
798
829
  'cachescope': opts['cachescope'],
830
+ 'cacheuser': opts['cacheuser'],
799
831
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
800
832
  'zeusportal-postas': opts['zeusportalPostas'],
801
833
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -821,6 +853,7 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
821
853
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
822
854
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
823
855
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
856
+ * @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)
824
857
  * @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
825
858
  * @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
826
859
  * @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
package/dist/index.js CHANGED
@@ -693,12 +693,6 @@ Object.defineProperty(exports, "Path", {
693
693
  return _Path["default"];
694
694
  }
695
695
  });
696
- Object.defineProperty(exports, "PathPathInner", {
697
- enumerable: true,
698
- get: function get() {
699
- return _PathPathInner["default"];
700
- }
701
- });
702
696
  Object.defineProperty(exports, "PaymentAccountObject", {
703
697
  enumerable: true,
704
698
  get: function get() {
@@ -1183,7 +1177,6 @@ var _Page = _interopRequireDefault(require("./model/Page"));
1183
1177
  var _PageSchema = _interopRequireDefault(require("./model/PageSchema"));
1184
1178
  var _Pageable = _interopRequireDefault(require("./model/Pageable"));
1185
1179
  var _Path = _interopRequireDefault(require("./model/Path"));
1186
- var _PathPathInner = _interopRequireDefault(require("./model/PathPathInner"));
1187
1180
  var _PaymentAccountObject = _interopRequireDefault(require("./model/PaymentAccountObject"));
1188
1181
  var _PaymentIntentInput = _interopRequireDefault(require("./model/PaymentIntentInput"));
1189
1182
  var _PaymentIntentResponse = _interopRequireDefault(require("./model/PaymentIntentResponse"));