@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
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
20
20
  * gobodo-api
21
21
  * REST Interface for Gobodo API
22
22
  *
23
- * The version of the OpenAPI document: 0.1.46
23
+ * The version of the OpenAPI document: 0.1.47
24
24
  * Contact: info@gobodo.io
25
25
  *
26
26
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
31
31
  /**
32
32
  * Forms service.
33
33
  * @module api/FormsApi
34
- * @version 0.1.46
34
+ * @version 0.1.47
35
35
  */
36
36
  var FormsApi = exports["default"] = /*#__PURE__*/function () {
37
37
  /**
@@ -57,6 +57,7 @@ var FormsApi = 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
@@ -86,6 +87,7 @@ var FormsApi = 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'],
@@ -110,6 +112,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
110
112
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
111
113
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
112
114
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
115
+ * @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)
113
116
  * @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
114
117
  * @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
115
118
  * @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
@@ -134,6 +137,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
134
137
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
135
138
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
136
139
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
140
+ * @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
141
  * @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
142
  * @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
143
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -157,6 +161,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
157
161
  'cachegroup': opts['cachegroup'],
158
162
  'cachekey': opts['cachekey'],
159
163
  'cachescope': opts['cachescope'],
164
+ 'cacheuser': opts['cacheuser'],
160
165
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
161
166
  'zeusportal-postas': opts['zeusportalPostas'],
162
167
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -180,6 +185,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
180
185
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
181
186
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
182
187
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
188
+ * @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)
183
189
  * @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
184
190
  * @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
185
191
  * @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
@@ -205,6 +211,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
205
211
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
206
212
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
207
213
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
214
+ * @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)
208
215
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
209
216
  * @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
210
217
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -234,6 +241,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
234
241
  'cachegroup': opts['cachegroup'],
235
242
  'cachekey': opts['cachekey'],
236
243
  'cachescope': opts['cachescope'],
244
+ 'cacheuser': opts['cacheuser'],
237
245
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
238
246
  'zeusportal-postas': opts['zeusportalPostas'],
239
247
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -258,6 +266,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
258
266
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
259
267
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
260
268
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
269
+ * @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)
261
270
  * @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
262
271
  * @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
263
272
  * @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
@@ -283,6 +292,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
283
292
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
284
293
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
285
294
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
295
+ * @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)
286
296
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
287
297
  * @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
288
298
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -312,6 +322,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
312
322
  'cachegroup': opts['cachegroup'],
313
323
  'cachekey': opts['cachekey'],
314
324
  'cachescope': opts['cachescope'],
325
+ 'cacheuser': opts['cacheuser'],
315
326
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
316
327
  'zeusportal-postas': opts['zeusportalPostas'],
317
328
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -336,6 +347,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
336
347
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
337
348
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
338
349
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
350
+ * @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)
339
351
  * @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
340
352
  * @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
341
353
  * @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
@@ -361,6 +373,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
361
373
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
362
374
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
363
375
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
376
+ * @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)
364
377
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
365
378
  * @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
366
379
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -390,6 +403,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
390
403
  'cachegroup': opts['cachegroup'],
391
404
  'cachekey': opts['cachekey'],
392
405
  'cachescope': opts['cachescope'],
406
+ 'cacheuser': opts['cacheuser'],
393
407
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
394
408
  'zeusportal-postas': opts['zeusportalPostas'],
395
409
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -414,6 +428,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
414
428
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
415
429
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
416
430
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
431
+ * @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)
417
432
  * @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
418
433
  * @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
419
434
  * @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
@@ -438,6 +453,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
438
453
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
439
454
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
440
455
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
456
+ * @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)
441
457
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
442
458
  * @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
443
459
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -463,6 +479,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
463
479
  'cachegroup': opts['cachegroup'],
464
480
  'cachekey': opts['cachekey'],
465
481
  'cachescope': opts['cachescope'],
482
+ 'cacheuser': opts['cacheuser'],
466
483
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
467
484
  'zeusportal-postas': opts['zeusportalPostas'],
468
485
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -486,6 +503,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
486
503
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
487
504
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
488
505
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
506
+ * @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)
489
507
  * @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
490
508
  * @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
491
509
  * @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
@@ -508,6 +526,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
508
526
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
509
527
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
510
528
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
529
+ * @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)
511
530
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
512
531
  * @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
513
532
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -527,6 +546,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
527
546
  'cachegroup': opts['cachegroup'],
528
547
  'cachekey': opts['cachekey'],
529
548
  'cachescope': opts['cachescope'],
549
+ 'cacheuser': opts['cacheuser'],
530
550
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
531
551
  'zeusportal-postas': opts['zeusportalPostas'],
532
552
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -548,6 +568,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
548
568
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
549
569
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
550
570
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
571
+ * @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)
551
572
  * @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
552
573
  * @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
553
574
  * @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
@@ -570,6 +591,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
570
591
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
571
592
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
572
593
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
594
+ * @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)
573
595
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
574
596
  * @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
575
597
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -589,6 +611,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
589
611
  'cachegroup': opts['cachegroup'],
590
612
  'cachekey': opts['cachekey'],
591
613
  'cachescope': opts['cachescope'],
614
+ 'cacheuser': opts['cacheuser'],
592
615
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
593
616
  'zeusportal-postas': opts['zeusportalPostas'],
594
617
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -610,6 +633,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
610
633
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
611
634
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
612
635
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
636
+ * @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)
613
637
  * @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
614
638
  * @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
615
639
  * @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
@@ -632,6 +656,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
632
656
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
633
657
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
634
658
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
659
+ * @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)
635
660
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
636
661
  * @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
637
662
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -651,6 +676,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
651
676
  'cachegroup': opts['cachegroup'],
652
677
  'cachekey': opts['cachekey'],
653
678
  'cachescope': opts['cachescope'],
679
+ 'cacheuser': opts['cacheuser'],
654
680
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
655
681
  'zeusportal-postas': opts['zeusportalPostas'],
656
682
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -672,6 +698,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
672
698
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
673
699
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
674
700
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
701
+ * @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)
675
702
  * @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
676
703
  * @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
677
704
  * @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
@@ -696,6 +723,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
696
723
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
697
724
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
698
725
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
726
+ * @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)
699
727
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
700
728
  * @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
701
729
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -721,6 +749,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
721
749
  'cachegroup': opts['cachegroup'],
722
750
  'cachekey': opts['cachekey'],
723
751
  'cachescope': opts['cachescope'],
752
+ 'cacheuser': opts['cacheuser'],
724
753
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
725
754
  'zeusportal-postas': opts['zeusportalPostas'],
726
755
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -744,6 +773,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
744
773
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
745
774
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
746
775
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
776
+ * @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)
747
777
  * @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
748
778
  * @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
749
779
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -766,6 +796,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
766
796
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
767
797
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
768
798
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
799
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
769
800
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
770
801
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
771
802
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -791,6 +822,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
791
822
  'cachegroup': opts['cachegroup'],
792
823
  'cachekey': opts['cachekey'],
793
824
  'cachescope': opts['cachescope'],
825
+ 'cacheuser': opts['cacheuser'],
794
826
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
795
827
  'zeusportal-postas': opts['zeusportalPostas'],
796
828
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -812,6 +844,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
812
844
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
813
845
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
814
846
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
847
+ * @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)
815
848
  * @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
816
849
  * @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
817
850
  * @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
@@ -836,6 +869,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
836
869
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
837
870
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
838
871
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
872
+ * @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)
839
873
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
840
874
  * @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
841
875
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -861,6 +895,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
861
895
  'cachegroup': opts['cachegroup'],
862
896
  'cachekey': opts['cachekey'],
863
897
  'cachescope': opts['cachescope'],
898
+ 'cacheuser': opts['cacheuser'],
864
899
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
865
900
  'zeusportal-postas': opts['zeusportalPostas'],
866
901
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -884,6 +919,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
884
919
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
885
920
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
886
921
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
922
+ * @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)
887
923
  * @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
888
924
  * @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
889
925
  * @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
@@ -906,6 +942,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
906
942
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
907
943
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
908
944
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
945
+ * @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)
909
946
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
910
947
  * @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
911
948
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -931,6 +968,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
931
968
  'cachegroup': opts['cachegroup'],
932
969
  'cachekey': opts['cachekey'],
933
970
  'cachescope': opts['cachescope'],
971
+ 'cacheuser': opts['cacheuser'],
934
972
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
935
973
  'zeusportal-postas': opts['zeusportalPostas'],
936
974
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -952,6 +990,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
952
990
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
953
991
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
954
992
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
993
+ * @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)
955
994
  * @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
956
995
  * @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
957
996
  * @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
@@ -976,6 +1015,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
976
1015
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
977
1016
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
978
1017
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1018
+ * @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)
979
1019
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
980
1020
  * @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
981
1021
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1001,6 +1041,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1001
1041
  'cachegroup': opts['cachegroup'],
1002
1042
  'cachekey': opts['cachekey'],
1003
1043
  'cachescope': opts['cachescope'],
1044
+ 'cacheuser': opts['cacheuser'],
1004
1045
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1005
1046
  'zeusportal-postas': opts['zeusportalPostas'],
1006
1047
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1024,6 +1065,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1024
1065
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1025
1066
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1026
1067
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1068
+ * @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)
1027
1069
  * @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
1028
1070
  * @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
1029
1071
  * @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
@@ -1048,6 +1090,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1048
1090
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1049
1091
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1050
1092
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1093
+ * @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)
1051
1094
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1052
1095
  * @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
1053
1096
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1073,6 +1116,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1073
1116
  'cachegroup': opts['cachegroup'],
1074
1117
  'cachekey': opts['cachekey'],
1075
1118
  'cachescope': opts['cachescope'],
1119
+ 'cacheuser': opts['cacheuser'],
1076
1120
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1077
1121
  'zeusportal-postas': opts['zeusportalPostas'],
1078
1122
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1098,6 +1142,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1098
1142
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1099
1143
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1100
1144
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1145
+ * @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)
1101
1146
  * @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
1102
1147
  * @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
1103
1148
  * @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
@@ -1123,6 +1168,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1123
1168
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1124
1169
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1125
1170
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1171
+ * @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)
1126
1172
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1127
1173
  * @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
1128
1174
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1153,6 +1199,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1153
1199
  'cachegroup': opts['cachegroup'],
1154
1200
  'cachekey': opts['cachekey'],
1155
1201
  'cachescope': opts['cachescope'],
1202
+ 'cacheuser': opts['cacheuser'],
1156
1203
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1157
1204
  'zeusportal-postas': opts['zeusportalPostas'],
1158
1205
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1179,6 +1226,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1179
1226
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1180
1227
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1181
1228
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1229
+ * @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)
1182
1230
  * @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
1183
1231
  * @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
1184
1232
  * @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
@@ -1203,6 +1251,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1203
1251
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1204
1252
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1205
1253
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1254
+ * @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)
1206
1255
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1207
1256
  * @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
1208
1257
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1229,6 +1278,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1229
1278
  'cachegroup': opts['cachegroup'],
1230
1279
  'cachekey': opts['cachekey'],
1231
1280
  'cachescope': opts['cachescope'],
1281
+ 'cacheuser': opts['cacheuser'],
1232
1282
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1233
1283
  'zeusportal-postas': opts['zeusportalPostas'],
1234
1284
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1252,6 +1302,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1252
1302
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1253
1303
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1254
1304
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1305
+ * @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)
1255
1306
  * @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
1256
1307
  * @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
1257
1308
  * @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
@@ -1278,6 +1329,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1278
1329
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
1279
1330
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
1280
1331
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
1332
+ * @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)
1281
1333
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
1282
1334
  * @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
1283
1335
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -1309,6 +1361,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1309
1361
  'cachegroup': opts['cachegroup'],
1310
1362
  'cachekey': opts['cachekey'],
1311
1363
  'cachescope': opts['cachescope'],
1364
+ 'cacheuser': opts['cacheuser'],
1312
1365
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
1313
1366
  'zeusportal-postas': opts['zeusportalPostas'],
1314
1367
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -1333,6 +1386,7 @@ var FormsApi = exports["default"] = /*#__PURE__*/function () {
1333
1386
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
1334
1387
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
1335
1388
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1389
+ * @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)
1336
1390
  * @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
1337
1391
  * @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
1338
1392
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.47
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * Functions service.
29
29
  * @module api/FunctionsApi
30
- * @version 0.1.46
30
+ * @version 0.1.47
31
31
  */
32
32
  var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var FunctionsApi = 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
@@ -82,6 +83,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
82
83
  'cachegroup': opts['cachegroup'],
83
84
  'cachekey': opts['cachekey'],
84
85
  'cachescope': opts['cachescope'],
86
+ 'cacheuser': opts['cacheuser'],
85
87
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
86
88
  'zeusportal-postas': opts['zeusportalPostas'],
87
89
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -104,6 +106,7 @@ var FunctionsApi = exports["default"] = /*#__PURE__*/function () {
104
106
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
105
107
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
106
108
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
109
+ * @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)
107
110
  * @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
108
111
  * @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
109
112
  * @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