@gobodo/gobodo-api 0.1.45 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +3 -3
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +4 -2
  4. package/dist/api/AdCampaignsApi.js +18 -2
  5. package/dist/api/AdManagementApi.js +26 -2
  6. package/dist/api/AdminDataManagementApi.js +4 -2
  7. package/dist/api/AdsApi.js +14 -2
  8. package/dist/api/AttachmentsApi.js +16 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +16 -2
  11. package/dist/api/CommentsApi.js +18 -2
  12. package/dist/api/ContentManagementApi.js +50 -2
  13. package/dist/api/ConversationsApi.js +20 -2
  14. package/dist/api/DataSheetImportsApi.js +32 -2
  15. package/dist/api/DefaultApi.js +24 -2
  16. package/dist/api/DocumentsApi.js +28 -2
  17. package/dist/api/EntryPartsApi.js +28 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +8 -2
  20. package/dist/api/FilesApi.js +4 -2
  21. package/dist/api/FormsApi.js +38 -2
  22. package/dist/api/FunctionsApi.js +4 -2
  23. package/dist/api/GeocodeApi.js +12 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +22 -2
  26. package/dist/api/GraphObjectTypesApi.js +20 -2
  27. package/dist/api/GraphObjectsApi.js +130 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +36 -2
  29. package/dist/api/GraphRelationshipsApi.js +64 -2
  30. package/dist/api/GraphSchemasApi.js +16 -2
  31. package/dist/api/GraphTraversalApi.js +16 -2
  32. package/dist/api/GraphsApi.js +24 -2
  33. package/dist/api/GroupsApi.js +24 -2
  34. package/dist/api/IAMApi.js +10 -2
  35. package/dist/api/ImagesApi.js +18 -2
  36. package/dist/api/InvitesApi.js +12 -2
  37. package/dist/api/LikesApi.js +26 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +6 -2
  40. package/dist/api/MeetingEventsApi.js +12 -2
  41. package/dist/api/PagesApi.js +20 -2
  42. package/dist/api/PostsApi.js +12 -2
  43. package/dist/api/PrivateMessagesApi.js +34 -2
  44. package/dist/api/PublicationsApi.js +4 -2
  45. package/dist/api/ScreensApi.js +8 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +80 -2
  48. package/dist/api/TagsApi.js +4 -2
  49. package/dist/api/TemplatesApi.js +8 -2
  50. package/dist/api/ThemeMappingsApi.js +8 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +20 -2
  54. package/dist/api/UsersApi.js +20 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/index.js +0 -7
  58. package/dist/model/APIClient.js +9 -9
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +21 -21
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +36 -36
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +2 -2
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +21 -21
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +2 -2
  85. package/dist/model/DocumentType.js +2 -2
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +10 -10
  88. package/dist/model/File.js +14 -14
  89. package/dist/model/FileAttachmentUploadObject.js +14 -14
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +9 -9
  92. package/dist/model/Form.js +13 -13
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +2 -2
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +2 -2
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +11 -11
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationship.js +2 -2
  110. package/dist/model/GraphRelationshipPayload.js +2 -2
  111. package/dist/model/GraphRelationshipType.js +2 -2
  112. package/dist/model/GraphSchema.js +2 -2
  113. package/dist/model/GraphTraversalInput.js +2 -2
  114. package/dist/model/Image.js +14 -14
  115. package/dist/model/ImageUploadObject.js +14 -14
  116. package/dist/model/InputPart.js +12 -12
  117. package/dist/model/InputPartMediaType.js +2 -2
  118. package/dist/model/Link.js +2 -2
  119. package/dist/model/LiveStreamInfo.js +2 -2
  120. package/dist/model/MeetingEvent.js +10 -10
  121. package/dist/model/MeetingEventTimezone.js +2 -2
  122. package/dist/model/MeetingInfo.js +2 -2
  123. package/dist/model/Member.js +9 -9
  124. package/dist/model/MemberGroupCategory.js +2 -2
  125. package/dist/model/MemberList.js +2 -2
  126. package/dist/model/MessageGroup.js +2 -2
  127. package/dist/model/MultipartBody.js +2 -2
  128. package/dist/model/Objecttype.js +2 -2
  129. package/dist/model/Page.js +2 -2
  130. package/dist/model/PageSchema.js +13 -13
  131. package/dist/model/Pageable.js +2 -2
  132. package/dist/model/Path.js +6 -6
  133. package/dist/model/PaymentAccountObject.js +2 -2
  134. package/dist/model/PaymentIntentInput.js +2 -2
  135. package/dist/model/PaymentIntentResponse.js +2 -2
  136. package/dist/model/PaymentMethod.js +2 -2
  137. package/dist/model/PaymentMethodInput.js +2 -2
  138. package/dist/model/PaymentMethodResponse.js +2 -2
  139. package/dist/model/PaymentMethodsResponse.js +2 -2
  140. package/dist/model/Payout.js +2 -2
  141. package/dist/model/PayoutInput.js +2 -2
  142. package/dist/model/PayoutResponse.js +2 -2
  143. package/dist/model/Post.js +2 -2
  144. package/dist/model/PrivateMessage.js +9 -9
  145. package/dist/model/PrivateMessageConversation.js +11 -11
  146. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  147. package/dist/model/Profile.js +2 -2
  148. package/dist/model/Profiletype.js +2 -2
  149. package/dist/model/PropertyContainer.js +2 -2
  150. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  151. package/dist/model/RelationshipMapping.js +2 -2
  152. package/dist/model/ScreenSchema.js +2 -2
  153. package/dist/model/SimulcastInfo.js +2 -2
  154. package/dist/model/SkinField.js +10 -10
  155. package/dist/model/SocialGroup.js +2 -2
  156. package/dist/model/SocialGroupType.js +2 -2
  157. package/dist/model/Sort.js +2 -2
  158. package/dist/model/SourceTypes.js +2 -2
  159. package/dist/model/StatusUpdate.js +2 -2
  160. package/dist/model/StreetAddress.js +2 -2
  161. package/dist/model/StripeAccount.js +2 -2
  162. package/dist/model/StripeCustomerAccount.js +2 -2
  163. package/dist/model/Template.js +2 -2
  164. package/dist/model/TemplateSchema.js +2 -2
  165. package/dist/model/ThemeMapping.js +2 -2
  166. package/dist/model/ThemeMappingPayload.js +2 -2
  167. package/dist/model/Transaction.js +2 -2
  168. package/dist/model/Transfer.js +2 -2
  169. package/dist/model/TransferInput.js +2 -2
  170. package/dist/model/TransferResponse.js +2 -2
  171. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  172. package/dist/model/TraversalRelationResponse.js +2 -2
  173. package/dist/model/User.js +9 -9
  174. package/dist/model/UserDataPayload.js +9 -9
  175. package/dist/model/UserDomain.js +2 -2
  176. package/dist/model/UserInvite.js +2 -2
  177. package/dist/model/UserInviteInput.js +2 -2
  178. package/dist/model/UserSchema.js +9 -9
  179. package/dist/model/UserTag.js +2 -2
  180. package/dist/model/Userid.js +2 -2
  181. package/dist/model/Video.js +14 -14
  182. package/dist/model/VideoLiveUrl.js +13 -13
  183. package/dist/model/VideoSchema.js +22 -22
  184. package/dist/model/VideoUploadObject.js +14 -14
  185. package/dist/model/ZeusPortalCategory.js +2 -2
  186. package/package.json +1 -1
  187. package/dist/model/PathPathInner.js +0 -9
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * GraphActions service.
30
30
  * @module api/GraphActionsApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -60,6 +60,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
60
60
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
61
61
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
62
62
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
63
+ * @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)
63
64
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @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
65
66
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -90,6 +91,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
90
91
  'cachegroup': opts['cachegroup'],
91
92
  'cachekey': opts['cachekey'],
92
93
  'cachescope': opts['cachescope'],
94
+ 'cacheuser': opts['cacheuser'],
93
95
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
94
96
  'zeusportal-postas': opts['zeusportalPostas'],
95
97
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -121,6 +123,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
121
123
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
122
124
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
123
125
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
126
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
124
127
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
125
128
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
126
129
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -146,6 +149,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
146
149
  'cachegroup': opts['cachegroup'],
147
150
  'cachekey': opts['cachekey'],
148
151
  'cachescope': opts['cachescope'],
152
+ 'cacheuser': opts['cacheuser'],
149
153
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
150
154
  'zeusportal-postas': opts['zeusportalPostas'],
151
155
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -175,6 +179,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
175
179
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
176
180
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
177
181
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
182
+ * @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)
178
183
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
179
184
  * @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
180
185
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -194,6 +199,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
194
199
  'cachegroup': opts['cachegroup'],
195
200
  'cachekey': opts['cachekey'],
196
201
  'cachescope': opts['cachescope'],
202
+ 'cacheuser': opts['cacheuser'],
197
203
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
198
204
  'zeusportal-postas': opts['zeusportalPostas'],
199
205
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -224,6 +230,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
224
230
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
225
231
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
226
232
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
233
+ * @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)
227
234
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
228
235
  * @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
229
236
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -250,6 +257,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
250
257
  'cachegroup': opts['cachegroup'],
251
258
  'cachekey': opts['cachekey'],
252
259
  'cachescope': opts['cachescope'],
260
+ 'cacheuser': opts['cacheuser'],
253
261
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
254
262
  'zeusportal-postas': opts['zeusportalPostas'],
255
263
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -281,6 +289,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
281
289
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
282
290
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
283
291
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
292
+ * @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)
284
293
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
285
294
  * @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
286
295
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -307,6 +316,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
307
316
  'cachegroup': opts['cachegroup'],
308
317
  'cachekey': opts['cachekey'],
309
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
310
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
311
321
  'zeusportal-postas': opts['zeusportalPostas'],
312
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -341,6 +351,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
341
351
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
342
352
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
343
353
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
354
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
344
355
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
345
356
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
346
357
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -372,6 +383,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
372
383
  'cachegroup': opts['cachegroup'],
373
384
  'cachekey': opts['cachekey'],
374
385
  'cachescope': opts['cachescope'],
386
+ 'cacheuser': opts['cacheuser'],
375
387
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
376
388
  'zeusportal-postas': opts['zeusportalPostas'],
377
389
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -405,6 +417,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
405
417
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
406
418
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
407
419
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
420
+ * @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)
408
421
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
409
422
  * @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
410
423
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -431,6 +444,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
431
444
  'cachegroup': opts['cachegroup'],
432
445
  'cachekey': opts['cachekey'],
433
446
  'cachescope': opts['cachescope'],
447
+ 'cacheuser': opts['cacheuser'],
434
448
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
435
449
  'zeusportal-postas': opts['zeusportalPostas'],
436
450
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -463,6 +477,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
463
477
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
464
478
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
465
479
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
480
+ * @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)
466
481
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
467
482
  * @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
468
483
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -494,6 +509,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
494
509
  'cachegroup': opts['cachegroup'],
495
510
  'cachekey': opts['cachekey'],
496
511
  'cachescope': opts['cachescope'],
512
+ 'cacheuser': opts['cacheuser'],
497
513
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
498
514
  'zeusportal-postas': opts['zeusportalPostas'],
499
515
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -526,6 +542,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
526
542
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
527
543
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
528
544
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
545
+ * @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)
529
546
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
530
547
  * @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
531
548
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -555,6 +572,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
555
572
  'cachegroup': opts['cachegroup'],
556
573
  'cachekey': opts['cachekey'],
557
574
  'cachescope': opts['cachescope'],
575
+ 'cacheuser': opts['cacheuser'],
558
576
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
559
577
  'zeusportal-postas': opts['zeusportalPostas'],
560
578
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -588,6 +606,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
588
606
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
589
607
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
590
608
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
609
+ * @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)
591
610
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
592
611
  * @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
593
612
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -622,6 +641,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
622
641
  'cachegroup': opts['cachegroup'],
623
642
  'cachekey': opts['cachekey'],
624
643
  'cachescope': opts['cachescope'],
644
+ 'cacheuser': opts['cacheuser'],
625
645
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
626
646
  'zeusportal-postas': opts['zeusportalPostas'],
627
647
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.45
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * GraphObjectTypes service.
30
30
  * @module api/GraphObjectTypesApi
31
- * @version 0.1.45
31
+ * @version 0.1.47
32
32
  */
33
33
  var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -59,6 +59,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
59
59
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
60
60
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
61
61
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
62
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
62
63
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
63
64
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
64
65
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -86,6 +87,7 @@ var GraphObjectTypesApi = 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'],
@@ -116,6 +118,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
116
118
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
117
119
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
118
120
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
121
+ * @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)
119
122
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
120
123
  * @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
121
124
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -142,6 +145,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
142
145
  'cachegroup': opts['cachegroup'],
143
146
  'cachekey': opts['cachekey'],
144
147
  'cachescope': opts['cachescope'],
148
+ 'cacheuser': opts['cacheuser'],
145
149
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
146
150
  'zeusportal-postas': opts['zeusportalPostas'],
147
151
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -171,6 +175,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
171
175
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
172
176
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
173
177
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
178
+ * @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)
174
179
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
175
180
  * @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
176
181
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -190,6 +195,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
190
195
  'cachegroup': opts['cachegroup'],
191
196
  'cachekey': opts['cachekey'],
192
197
  'cachescope': opts['cachescope'],
198
+ 'cacheuser': opts['cacheuser'],
193
199
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
194
200
  'zeusportal-postas': opts['zeusportalPostas'],
195
201
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -219,6 +225,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
219
225
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
220
226
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
221
227
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
228
+ * @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)
222
229
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
223
230
  * @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
224
231
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -245,6 +252,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
245
252
  'cachegroup': opts['cachegroup'],
246
253
  'cachekey': opts['cachekey'],
247
254
  'cachescope': opts['cachescope'],
255
+ 'cacheuser': opts['cacheuser'],
248
256
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
249
257
  'zeusportal-postas': opts['zeusportalPostas'],
250
258
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -273,6 +281,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
273
281
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
274
282
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
275
283
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
284
+ * @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)
276
285
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
277
286
  * @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
278
287
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -293,6 +302,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
293
302
  'cachegroup': opts['cachegroup'],
294
303
  'cachekey': opts['cachekey'],
295
304
  'cachescope': opts['cachescope'],
305
+ 'cacheuser': opts['cacheuser'],
296
306
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
297
307
  'zeusportal-postas': opts['zeusportalPostas'],
298
308
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -321,6 +331,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
321
331
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
322
332
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
323
333
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
334
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
324
335
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
325
336
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
326
337
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -341,6 +352,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
341
352
  'cachegroup': opts['cachegroup'],
342
353
  'cachekey': opts['cachekey'],
343
354
  'cachescope': opts['cachescope'],
355
+ 'cacheuser': opts['cacheuser'],
344
356
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
345
357
  'zeusportal-postas': opts['zeusportalPostas'],
346
358
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -370,6 +382,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
370
382
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
371
383
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
372
384
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
385
+ * @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)
373
386
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
374
387
  * @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
375
388
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -396,6 +409,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
396
409
  'cachegroup': opts['cachegroup'],
397
410
  'cachekey': opts['cachekey'],
398
411
  'cachescope': opts['cachescope'],
412
+ 'cacheuser': opts['cacheuser'],
399
413
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
400
414
  'zeusportal-postas': opts['zeusportalPostas'],
401
415
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -424,6 +438,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
424
438
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
425
439
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
426
440
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
441
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
427
442
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
428
443
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
429
444
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -444,6 +459,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
444
459
  'cachegroup': opts['cachegroup'],
445
460
  'cachekey': opts['cachekey'],
446
461
  'cachescope': opts['cachescope'],
462
+ 'cacheuser': opts['cacheuser'],
447
463
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
448
464
  'zeusportal-postas': opts['zeusportalPostas'],
449
465
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -473,6 +489,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
473
489
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
474
490
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
475
491
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
492
+ * @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)
476
493
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
477
494
  * @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
478
495
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -500,6 +517,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
500
517
  'cachegroup': opts['cachegroup'],
501
518
  'cachekey': opts['cachekey'],
502
519
  'cachescope': opts['cachescope'],
520
+ 'cacheuser': opts['cacheuser'],
503
521
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
504
522
  'zeusportal-postas': opts['zeusportalPostas'],
505
523
  'zeusportal-postas-site': opts['zeusportalPostasSite'],