@gobodo/gobodo-api 0.1.46 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +75 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +86 -9
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +71 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/model/APIClient.js +9 -9
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +9 -9
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +23 -23
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +2 -2
  82. package/dist/model/DocumentPart.js +9 -9
  83. package/dist/model/DocumentPartType.js +10 -10
  84. package/dist/model/DocumentType.js +10 -10
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +14 -14
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +9 -9
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +13 -13
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +9 -9
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +14 -14
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +9 -9
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +15 -15
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +14 -14
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +9 -9
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +13 -13
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +13 -13
  183. package/dist/model/VideoUploadObject.js +13 -13
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.46
24
+ * The version of the OpenAPI document: 0.1.48
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
32
32
  /**
33
33
  * DataSheetImports service.
34
34
  * @module api/DataSheetImportsApi
35
- * @version 0.1.46
35
+ * @version 0.1.48
36
36
  */
37
37
  var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
38
38
  /**
@@ -67,6 +67,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
67
67
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
68
68
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
69
69
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
70
+ * @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)
70
71
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
71
72
  * @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
72
73
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -101,6 +102,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
101
102
  'cachegroup': opts['cachegroup'],
102
103
  'cachekey': opts['cachekey'],
103
104
  'cachescope': opts['cachescope'],
105
+ 'cacheuser': opts['cacheuser'],
104
106
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
105
107
  'zeusportal-postas': opts['zeusportalPostas'],
106
108
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -134,6 +136,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
134
136
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
135
137
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
136
138
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
139
+ * @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)
137
140
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
138
141
  * @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
139
142
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -168,6 +171,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
168
171
  'cachegroup': opts['cachegroup'],
169
172
  'cachekey': opts['cachekey'],
170
173
  'cachescope': opts['cachescope'],
174
+ 'cacheuser': opts['cacheuser'],
171
175
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
172
176
  'zeusportal-postas': opts['zeusportalPostas'],
173
177
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -200,6 +204,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
200
204
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
201
205
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
202
206
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
207
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
203
208
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
204
209
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
205
210
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -229,6 +234,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
229
234
  'cachegroup': opts['cachegroup'],
230
235
  'cachekey': opts['cachekey'],
231
236
  'cachescope': opts['cachescope'],
237
+ 'cacheuser': opts['cacheuser'],
232
238
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
233
239
  'zeusportal-postas': opts['zeusportalPostas'],
234
240
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -261,6 +267,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
261
267
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
262
268
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
263
269
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
270
+ * @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
271
  * @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
272
  * @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
273
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -290,6 +297,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
290
297
  'cachegroup': opts['cachegroup'],
291
298
  'cachekey': opts['cachekey'],
292
299
  'cachescope': opts['cachescope'],
300
+ 'cacheuser': opts['cacheuser'],
293
301
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
294
302
  'zeusportal-postas': opts['zeusportalPostas'],
295
303
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -323,6 +331,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
323
331
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
324
332
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
325
333
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
334
+ * @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)
326
335
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
327
336
  * @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
328
337
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -363,6 +372,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
363
372
  'cachegroup': opts['cachegroup'],
364
373
  'cachekey': opts['cachekey'],
365
374
  'cachescope': opts['cachescope'],
375
+ 'cacheuser': opts['cacheuser'],
366
376
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
367
377
  'zeusportal-postas': opts['zeusportalPostas'],
368
378
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -401,6 +411,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
401
411
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
402
412
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
403
413
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
414
+ * @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)
404
415
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
405
416
  * @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
406
417
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -441,6 +452,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
441
452
  'cachegroup': opts['cachegroup'],
442
453
  'cachekey': opts['cachekey'],
443
454
  'cachescope': opts['cachescope'],
455
+ 'cacheuser': opts['cacheuser'],
444
456
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
445
457
  'zeusportal-postas': opts['zeusportalPostas'],
446
458
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -475,6 +487,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
475
487
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
476
488
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
477
489
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
490
+ * @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)
478
491
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
479
492
  * @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
480
493
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -494,6 +507,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
494
507
  'cachegroup': opts['cachegroup'],
495
508
  'cachekey': opts['cachekey'],
496
509
  'cachescope': opts['cachescope'],
510
+ 'cacheuser': opts['cacheuser'],
497
511
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
498
512
  'zeusportal-postas': opts['zeusportalPostas'],
499
513
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -525,6 +539,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
525
539
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
526
540
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
527
541
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
542
+ * @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)
528
543
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
529
544
  * @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
530
545
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -551,6 +566,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
551
566
  'cachegroup': opts['cachegroup'],
552
567
  'cachekey': opts['cachekey'],
553
568
  'cachescope': opts['cachescope'],
569
+ 'cacheuser': opts['cacheuser'],
554
570
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
555
571
  'zeusportal-postas': opts['zeusportalPostas'],
556
572
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -583,6 +599,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
583
599
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
584
600
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
585
601
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
602
+ * @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)
586
603
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
587
604
  * @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
588
605
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -614,6 +631,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
614
631
  'cachegroup': opts['cachegroup'],
615
632
  'cachekey': opts['cachekey'],
616
633
  'cachescope': opts['cachescope'],
634
+ 'cacheuser': opts['cacheuser'],
617
635
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
618
636
  'zeusportal-postas': opts['zeusportalPostas'],
619
637
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -645,6 +663,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
645
663
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
646
664
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
647
665
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
666
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
648
667
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
649
668
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
650
669
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -671,6 +690,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
671
690
  'cachegroup': opts['cachegroup'],
672
691
  'cachekey': opts['cachekey'],
673
692
  'cachescope': opts['cachescope'],
693
+ 'cacheuser': opts['cacheuser'],
674
694
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
675
695
  'zeusportal-postas': opts['zeusportalPostas'],
676
696
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -702,6 +722,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
702
722
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
703
723
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
704
724
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
725
+ * @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)
705
726
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
706
727
  * @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
707
728
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -727,6 +748,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
727
748
  'cachegroup': opts['cachegroup'],
728
749
  'cachekey': opts['cachekey'],
729
750
  'cachescope': opts['cachescope'],
751
+ 'cacheuser': opts['cacheuser'],
730
752
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
731
753
  'zeusportal-postas': opts['zeusportalPostas'],
732
754
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -759,6 +781,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
759
781
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
760
782
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
761
783
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
784
+ * @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)
762
785
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
763
786
  * @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
764
787
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -789,6 +812,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
789
812
  'cachegroup': opts['cachegroup'],
790
813
  'cachekey': opts['cachekey'],
791
814
  'cachescope': opts['cachescope'],
815
+ 'cacheuser': opts['cacheuser'],
792
816
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
793
817
  'zeusportal-postas': opts['zeusportalPostas'],
794
818
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -820,6 +844,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
820
844
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
821
845
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
822
846
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
847
+ * @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)
823
848
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
824
849
  * @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
825
850
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -846,6 +871,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
846
871
  'cachegroup': opts['cachegroup'],
847
872
  'cachekey': opts['cachekey'],
848
873
  'cachescope': opts['cachescope'],
874
+ 'cacheuser': opts['cacheuser'],
849
875
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
850
876
  'zeusportal-postas': opts['zeusportalPostas'],
851
877
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -878,6 +904,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
878
904
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
879
905
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
880
906
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
907
+ * @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)
881
908
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
882
909
  * @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
883
910
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -907,6 +934,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
907
934
  'cachegroup': opts['cachegroup'],
908
935
  'cachekey': opts['cachekey'],
909
936
  'cachescope': opts['cachescope'],
937
+ 'cacheuser': opts['cacheuser'],
910
938
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
911
939
  'zeusportal-postas': opts['zeusportalPostas'],
912
940
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -938,6 +966,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
938
966
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
939
967
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
940
968
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
969
+ * @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)
941
970
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
942
971
  * @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
943
972
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -968,6 +997,7 @@ var DataSheetImportsApi = exports["default"] = /*#__PURE__*/function () {
968
997
  'cachegroup': opts['cachegroup'],
969
998
  'cachekey': opts['cachekey'],
970
999
  'cachescope': opts['cachescope'],
1000
+ 'cacheuser': opts['cacheuser'],
971
1001
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
972
1002
  'zeusportal-postas': opts['zeusportalPostas'],
973
1003
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.48
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * Default service.
30
30
  * @module api/DefaultApi
31
- * @version 0.1.46
31
+ * @version 0.1.48
32
32
  */
33
33
  var DefaultApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -59,6 +59,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @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)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -86,6 +87,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
86
87
  'cachegroup': opts['cachegroup'],
87
88
  'cachekey': opts['cachekey'],
88
89
  'cachescope': opts['cachescope'],
90
+ 'cacheuser': opts['cacheuser'],
89
91
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
90
92
  'zeusportal-postas': opts['zeusportalPostas'],
91
93
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -115,6 +117,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
115
117
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
116
118
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
117
119
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
120
+ * @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)
118
121
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
119
122
  * @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
120
123
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -139,6 +142,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
139
142
  'cachegroup': opts['cachegroup'],
140
143
  'cachekey': opts['cachekey'],
141
144
  'cachescope': opts['cachescope'],
145
+ 'cacheuser': opts['cacheuser'],
142
146
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
143
147
  'zeusportal-postas': opts['zeusportalPostas'],
144
148
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -202,6 +206,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
202
206
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
203
207
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
204
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)
205
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
206
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
207
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
@@ -221,6 +226,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
221
226
  'cachegroup': opts['cachegroup'],
222
227
  'cachekey': opts['cachekey'],
223
228
  'cachescope': opts['cachescope'],
229
+ 'cacheuser': opts['cacheuser'],
224
230
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
225
231
  'zeusportal-postas': opts['zeusportalPostas'],
226
232
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -251,6 +257,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
251
257
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
252
258
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
253
259
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
260
+ * @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)
254
261
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
255
262
  * @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
256
263
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -277,6 +284,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
277
284
  'cachegroup': opts['cachegroup'],
278
285
  'cachekey': opts['cachekey'],
279
286
  'cachescope': opts['cachescope'],
287
+ 'cacheuser': opts['cacheuser'],
280
288
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
281
289
  'zeusportal-postas': opts['zeusportalPostas'],
282
290
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -308,6 +316,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
308
316
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
309
317
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
310
318
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
319
+ * @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)
311
320
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
312
321
  * @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
313
322
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -327,6 +336,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
327
336
  'cachegroup': opts['cachegroup'],
328
337
  'cachekey': opts['cachekey'],
329
338
  'cachescope': opts['cachescope'],
339
+ 'cacheuser': opts['cacheuser'],
330
340
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
331
341
  'zeusportal-postas': opts['zeusportalPostas'],
332
342
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -357,6 +367,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
357
367
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
358
368
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
359
369
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
370
+ * @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)
360
371
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
361
372
  * @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
362
373
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -383,6 +394,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
383
394
  'cachegroup': opts['cachegroup'],
384
395
  'cachekey': opts['cachekey'],
385
396
  'cachescope': opts['cachescope'],
397
+ 'cacheuser': opts['cacheuser'],
386
398
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
387
399
  'zeusportal-postas': opts['zeusportalPostas'],
388
400
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -415,6 +427,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
415
427
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
416
428
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
417
429
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
430
+ * @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
431
  * @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
432
  * @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
433
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -436,6 +449,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
436
449
  'cachegroup': opts['cachegroup'],
437
450
  'cachekey': opts['cachekey'],
438
451
  'cachescope': opts['cachescope'],
452
+ 'cacheuser': opts['cacheuser'],
439
453
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
440
454
  'zeusportal-postas': opts['zeusportalPostas'],
441
455
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -465,6 +479,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
465
479
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
466
480
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
467
481
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
482
+ * @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)
468
483
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
469
484
  * @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
470
485
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -491,6 +506,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
491
506
  'cachegroup': opts['cachegroup'],
492
507
  'cachekey': opts['cachekey'],
493
508
  'cachescope': opts['cachescope'],
509
+ 'cacheuser': opts['cacheuser'],
494
510
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
495
511
  'zeusportal-postas': opts['zeusportalPostas'],
496
512
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -520,6 +536,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
520
536
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
521
537
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
522
538
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
539
+ * @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)
523
540
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
524
541
  * @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
525
542
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -546,6 +563,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
546
563
  'cachegroup': opts['cachegroup'],
547
564
  'cachekey': opts['cachekey'],
548
565
  'cachescope': opts['cachescope'],
566
+ 'cacheuser': opts['cacheuser'],
549
567
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
550
568
  'zeusportal-postas': opts['zeusportalPostas'],
551
569
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -576,6 +594,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
576
594
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
577
595
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
578
596
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
597
+ * @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)
579
598
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
580
599
  * @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
581
600
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -597,6 +616,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
597
616
  'cachegroup': opts['cachegroup'],
598
617
  'cachekey': opts['cachekey'],
599
618
  'cachescope': opts['cachescope'],
619
+ 'cacheuser': opts['cacheuser'],
600
620
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
601
621
  'zeusportal-postas': opts['zeusportalPostas'],
602
622
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -626,6 +646,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
626
646
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
627
647
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
628
648
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
649
+ * @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)
629
650
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
630
651
  * @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
631
652
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -653,6 +674,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
653
674
  'cachegroup': opts['cachegroup'],
654
675
  'cachekey': opts['cachekey'],
655
676
  'cachescope': opts['cachescope'],
677
+ 'cacheuser': opts['cacheuser'],
656
678
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
657
679
  'zeusportal-postas': opts['zeusportalPostas'],
658
680
  'zeusportal-postas-site': opts['zeusportalPostasSite'],