@gobodo/gobodo-api-promise 0.1.46 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +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 +101 -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 +111 -6
  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 +96 -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 +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +25 -25
  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 +2 -2
  82. package/dist/model/DocumentPart.js +23 -23
  83. package/dist/model/DocumentPartType.js +26 -26
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +39 -39
  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 +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +25 -25
  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 +23 -23
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +34 -34
  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 +39 -39
  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 +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +27 -27
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +27 -27
  183. package/dist/model/VideoUploadObject.js +27 -27
  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.48
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * GraphObjectTypes service.
30
30
  * @module api/GraphObjectTypesApi
31
- * @version 0.1.46
31
+ * @version 0.1.48
32
32
  */
33
33
  var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -51,6 +51,7 @@ var GraphObjectTypesApi = 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 GraphObjectTypesApi = 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 GraphObjectTypesApi = 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
@@ -122,6 +125,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
122
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
127
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
128
+ * @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)
125
129
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
130
  * @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
127
131
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -147,6 +151,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
147
151
  'cachegroup': opts['cachegroup'],
148
152
  'cachekey': opts['cachekey'],
149
153
  'cachescope': opts['cachescope'],
154
+ 'cacheuser': opts['cacheuser'],
150
155
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
151
156
  'zeusportal-postas': opts['zeusportalPostas'],
152
157
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -169,6 +174,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
169
174
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
170
175
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
171
176
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
177
+ * @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)
172
178
  * @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
173
179
  * @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
174
180
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -191,6 +197,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
191
197
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
192
198
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
193
199
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
200
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
194
201
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
195
202
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
196
203
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -210,6 +217,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
210
217
  'cachegroup': opts['cachegroup'],
211
218
  'cachekey': opts['cachekey'],
212
219
  'cachescope': opts['cachescope'],
220
+ 'cacheuser': opts['cacheuser'],
213
221
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
214
222
  'zeusportal-postas': opts['zeusportalPostas'],
215
223
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -231,6 +239,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
231
239
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
232
240
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
233
241
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
242
+ * @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)
234
243
  * @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
235
244
  * @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
236
245
  * @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
@@ -253,6 +262,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
253
262
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
254
263
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
255
264
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
265
+ * @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)
256
266
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
257
267
  * @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
258
268
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -278,6 +288,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
278
288
  'cachegroup': opts['cachegroup'],
279
289
  'cachekey': opts['cachekey'],
280
290
  'cachescope': opts['cachescope'],
291
+ 'cacheuser': opts['cacheuser'],
281
292
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
282
293
  'zeusportal-postas': opts['zeusportalPostas'],
283
294
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -299,6 +310,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
299
310
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
300
311
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
301
312
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
313
+ * @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)
302
314
  * @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
303
315
  * @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
304
316
  * @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
@@ -320,6 +332,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
320
332
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
321
333
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
322
334
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
335
+ * @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)
323
336
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
324
337
  * @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
325
338
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -339,6 +352,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
339
352
  'cachegroup': opts['cachegroup'],
340
353
  'cachekey': opts['cachekey'],
341
354
  'cachescope': opts['cachescope'],
355
+ 'cacheuser': opts['cacheuser'],
342
356
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
343
357
  'zeusportal-postas': opts['zeusportalPostas'],
344
358
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -359,6 +373,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
359
373
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
360
374
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
361
375
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
376
+ * @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)
362
377
  * @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
363
378
  * @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
364
379
  * @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
@@ -380,6 +395,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
380
395
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
381
396
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
382
397
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
398
+ * @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)
383
399
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
384
400
  * @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
385
401
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -399,6 +415,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
399
415
  'cachegroup': opts['cachegroup'],
400
416
  'cachekey': opts['cachekey'],
401
417
  'cachescope': opts['cachescope'],
418
+ 'cacheuser': opts['cacheuser'],
402
419
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
403
420
  'zeusportal-postas': opts['zeusportalPostas'],
404
421
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -419,6 +436,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
419
436
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
420
437
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
421
438
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
439
+ * @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)
422
440
  * @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
423
441
  * @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
424
442
  * @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
@@ -441,6 +459,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
441
459
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
442
460
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
443
461
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
462
+ * @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)
444
463
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
445
464
  * @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
446
465
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -466,6 +485,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
466
485
  'cachegroup': opts['cachegroup'],
467
486
  'cachekey': opts['cachekey'],
468
487
  'cachescope': opts['cachescope'],
488
+ 'cacheuser': opts['cacheuser'],
469
489
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
470
490
  'zeusportal-postas': opts['zeusportalPostas'],
471
491
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -487,6 +507,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
487
507
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
488
508
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
489
509
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
510
+ * @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)
490
511
  * @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
491
512
  * @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
492
513
  * @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 +529,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
508
529
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
509
530
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
510
531
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
532
+ * @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
533
  * @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
534
  * @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
535
  * @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 +549,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
527
549
  'cachegroup': opts['cachegroup'],
528
550
  'cachekey': opts['cachekey'],
529
551
  'cachescope': opts['cachescope'],
552
+ 'cacheuser': opts['cacheuser'],
530
553
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
531
554
  'zeusportal-postas': opts['zeusportalPostas'],
532
555
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -547,6 +570,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
547
570
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
548
571
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
549
572
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
573
+ * @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)
550
574
  * @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
551
575
  * @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
552
576
  * @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
@@ -569,6 +593,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
569
593
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
570
594
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
571
595
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
596
+ * @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)
572
597
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
573
598
  * @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
574
599
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -595,6 +620,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
595
620
  'cachegroup': opts['cachegroup'],
596
621
  'cachekey': opts['cachekey'],
597
622
  'cachescope': opts['cachescope'],
623
+ 'cacheuser': opts['cacheuser'],
598
624
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
599
625
  'zeusportal-postas': opts['zeusportalPostas'],
600
626
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -616,6 +642,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
616
642
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
617
643
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
618
644
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
645
+ * @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)
619
646
  * @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
620
647
  * @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
621
648
  * @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