@gobodo/gobodo-api-promise 0.1.46 → 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 (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +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/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +31 -31
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +42 -42
  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 +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +31 -31
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +27 -27
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +71 -71
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +52 -52
  114. package/dist/model/ImageUploadObject.js +52 -52
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +27 -27
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  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 +30 -30
  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 +27 -27
  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 +71 -71
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +30 -30
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  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 +2 -2
  181. package/dist/model/VideoLiveUrl.js +27 -27
  182. package/dist/model/VideoSchema.js +29 -29
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Default service.
30
30
  * @module api/DefaultApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var DefaultApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -51,6 +51,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -77,6 +78,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
77
78
  'cachegroup': opts['cachegroup'],
78
79
  'cachekey': opts['cachekey'],
79
80
  'cachescope': opts['cachescope'],
81
+ 'cacheuser': opts['cacheuser'],
80
82
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
81
83
  'zeusportal-postas': opts['zeusportalPostas'],
82
84
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -98,6 +100,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
98
100
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
99
101
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
100
102
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
103
+ * @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)
101
104
  * @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
102
105
  * @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
103
106
  * @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
@@ -121,6 +124,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
121
124
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
122
125
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
123
126
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
127
+ * @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)
124
128
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
129
  * @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
126
130
  * @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 DefaultApi = 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 DefaultApi = 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
@@ -226,6 +232,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
226
232
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
227
233
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
228
234
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
235
+ * @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)
229
236
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
230
237
  * @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
231
238
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -245,6 +252,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
245
252
  'cachegroup': opts['cachegroup'],
246
253
  'cachekey': opts['cachekey'],
247
254
  'cachescope': opts['cachescope'],
255
+ 'cacheuser': opts['cacheuser'],
248
256
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
249
257
  'zeusportal-postas': opts['zeusportalPostas'],
250
258
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -266,6 +274,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
266
274
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
267
275
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
268
276
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
277
+ * @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)
269
278
  * @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
270
279
  * @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
271
280
  * @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
@@ -289,6 +298,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
289
298
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
290
299
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
291
300
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
301
+ * @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)
292
302
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
293
303
  * @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
294
304
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -314,6 +324,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
314
324
  'cachegroup': opts['cachegroup'],
315
325
  'cachekey': opts['cachekey'],
316
326
  'cachescope': opts['cachescope'],
327
+ 'cacheuser': opts['cacheuser'],
317
328
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
318
329
  'zeusportal-postas': opts['zeusportalPostas'],
319
330
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -338,6 +349,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
338
349
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
339
350
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
340
351
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
352
+ * @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)
341
353
  * @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
342
354
  * @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
343
355
  * @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
@@ -360,6 +372,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
360
372
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
361
373
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
362
374
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
375
+ * @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)
363
376
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
364
377
  * @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
365
378
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -379,6 +392,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
379
392
  'cachegroup': opts['cachegroup'],
380
393
  'cachekey': opts['cachekey'],
381
394
  'cachescope': opts['cachescope'],
395
+ 'cacheuser': opts['cacheuser'],
382
396
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
383
397
  'zeusportal-postas': opts['zeusportalPostas'],
384
398
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -400,6 +414,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
400
414
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
401
415
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
402
416
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
417
+ * @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)
403
418
  * @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
404
419
  * @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
405
420
  * @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
@@ -423,6 +438,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
423
438
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
424
439
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
425
440
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
441
+ * @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)
426
442
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
427
443
  * @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
428
444
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -448,6 +464,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
448
464
  'cachegroup': opts['cachegroup'],
449
465
  'cachekey': opts['cachekey'],
450
466
  'cachescope': opts['cachescope'],
467
+ 'cacheuser': opts['cacheuser'],
451
468
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
452
469
  'zeusportal-postas': opts['zeusportalPostas'],
453
470
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -472,6 +489,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
472
489
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
473
490
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
474
491
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
492
+ * @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)
475
493
  * @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
476
494
  * @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
477
495
  * @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
@@ -495,6 +513,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
495
513
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
496
514
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
497
515
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
516
+ * @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)
498
517
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
499
518
  * @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
500
519
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -515,6 +534,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
515
534
  'cachegroup': opts['cachegroup'],
516
535
  'cachekey': opts['cachekey'],
517
536
  'cachescope': opts['cachescope'],
537
+ 'cacheuser': opts['cacheuser'],
518
538
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
519
539
  'zeusportal-postas': opts['zeusportalPostas'],
520
540
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -537,6 +557,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
537
557
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
538
558
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
539
559
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
560
+ * @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)
540
561
  * @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
541
562
  * @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
542
563
  * @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
@@ -560,6 +581,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
560
581
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
561
582
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
562
583
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
584
+ * @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)
563
585
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
564
586
  * @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
565
587
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -585,6 +607,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
585
607
  'cachegroup': opts['cachegroup'],
586
608
  'cachekey': opts['cachekey'],
587
609
  'cachescope': opts['cachescope'],
610
+ 'cacheuser': opts['cacheuser'],
588
611
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
589
612
  'zeusportal-postas': opts['zeusportalPostas'],
590
613
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -606,6 +629,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
606
629
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
607
630
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
608
631
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
632
+ * @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)
609
633
  * @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
610
634
  * @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
611
635
  * @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 DefaultApi = 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
@@ -653,6 +678,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
653
678
  'cachegroup': opts['cachegroup'],
654
679
  'cachekey': opts['cachekey'],
655
680
  'cachescope': opts['cachescope'],
681
+ 'cacheuser': opts['cacheuser'],
656
682
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
657
683
  'zeusportal-postas': opts['zeusportalPostas'],
658
684
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -674,6 +700,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
674
700
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
675
701
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
676
702
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
703
+ * @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)
677
704
  * @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
678
705
  * @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
679
706
  * @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
@@ -697,6 +724,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
697
724
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
698
725
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
699
726
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
727
+ * @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)
700
728
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
701
729
  * @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
702
730
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -717,6 +745,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
717
745
  'cachegroup': opts['cachegroup'],
718
746
  'cachekey': opts['cachekey'],
719
747
  'cachescope': opts['cachescope'],
748
+ 'cacheuser': opts['cacheuser'],
720
749
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
721
750
  'zeusportal-postas': opts['zeusportalPostas'],
722
751
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -739,6 +768,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
739
768
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
740
769
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
741
770
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
771
+ * @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)
742
772
  * @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
743
773
  * @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
744
774
  * @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
@@ -762,6 +792,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
762
792
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
763
793
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
764
794
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
795
+ * @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)
765
796
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
766
797
  * @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
767
798
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -788,6 +819,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
788
819
  'cachegroup': opts['cachegroup'],
789
820
  'cachekey': opts['cachekey'],
790
821
  'cachescope': opts['cachescope'],
822
+ 'cacheuser': opts['cacheuser'],
791
823
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
792
824
  'zeusportal-postas': opts['zeusportalPostas'],
793
825
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -809,6 +841,7 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
809
841
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
810
842
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
811
843
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
844
+ * @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)
812
845
  * @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
813
846
  * @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
814
847
  * @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