@gobodo/gobodo-api-promise 0.1.46 → 0.1.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +3 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +32 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +38 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +29 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +31 -31
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +42 -42
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +2 -2
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +31 -31
  82. package/dist/model/DocumentPart.js +2 -2
  83. package/dist/model/DocumentPartType.js +27 -27
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +71 -71
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +52 -52
  114. package/dist/model/ImageUploadObject.js +52 -52
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +27 -27
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +2 -2
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +30 -30
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +27 -27
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +71 -71
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +30 -30
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +2 -2
  181. package/dist/model/VideoLiveUrl.js +27 -27
  182. package/dist/model/VideoSchema.js +29 -29
  183. package/dist/model/VideoUploadObject.js +2 -2
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.47
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * GraphSchemas service.
30
30
  * @module api/GraphSchemasApi
31
- * @version 0.1.46
31
+ * @version 0.1.47
32
32
  */
33
33
  var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -53,6 +53,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
53
53
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
54
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
55
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
56
+ * @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)
56
57
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
57
58
  * @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
58
59
  * @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 GraphSchemasApi = 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'],
@@ -105,6 +107,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
105
107
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
106
108
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
107
109
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
110
+ * @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)
108
111
  * @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
109
112
  * @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
110
113
  * @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
@@ -127,6 +130,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
127
130
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
128
131
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
129
132
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
133
+ * @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)
130
134
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
131
135
  * @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
132
136
  * @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 +150,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
146
150
  'cachegroup': opts['cachegroup'],
147
151
  'cachekey': opts['cachekey'],
148
152
  'cachescope': opts['cachescope'],
153
+ 'cacheuser': opts['cacheuser'],
149
154
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
150
155
  'zeusportal-postas': opts['zeusportalPostas'],
151
156
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -167,6 +172,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
167
172
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
168
173
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
169
174
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
175
+ * @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)
170
176
  * @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
171
177
  * @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
172
178
  * @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
@@ -190,6 +196,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
190
196
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
191
197
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
192
198
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
199
+ * @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)
193
200
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
194
201
  * @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
195
202
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -215,6 +222,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
215
222
  'cachegroup': opts['cachegroup'],
216
223
  'cachekey': opts['cachekey'],
217
224
  'cachescope': opts['cachescope'],
225
+ 'cacheuser': opts['cacheuser'],
218
226
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
219
227
  'zeusportal-postas': opts['zeusportalPostas'],
220
228
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -239,6 +247,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
239
247
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
240
248
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
241
249
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
250
+ * @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)
242
251
  * @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
243
252
  * @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
244
253
  * @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
@@ -262,6 +271,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
262
271
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
263
272
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
264
273
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
274
+ * @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)
265
275
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
266
276
  * @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
267
277
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -287,6 +297,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
287
297
  'cachegroup': opts['cachegroup'],
288
298
  'cachekey': opts['cachekey'],
289
299
  'cachescope': opts['cachescope'],
300
+ 'cacheuser': opts['cacheuser'],
290
301
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
291
302
  'zeusportal-postas': opts['zeusportalPostas'],
292
303
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -309,6 +320,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
309
320
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
310
321
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
311
322
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
323
+ * @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)
312
324
  * @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
313
325
  * @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
314
326
  * @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
@@ -333,6 +345,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
333
345
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
334
346
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
335
347
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
348
+ * @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)
336
349
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
337
350
  * @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
338
351
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -362,6 +375,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
362
375
  'cachegroup': opts['cachegroup'],
363
376
  'cachekey': opts['cachekey'],
364
377
  'cachescope': opts['cachescope'],
378
+ 'cacheuser': opts['cacheuser'],
365
379
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
366
380
  'zeusportal-postas': opts['zeusportalPostas'],
367
381
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -385,6 +399,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
385
399
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
386
400
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
387
401
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
402
+ * @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)
388
403
  * @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
389
404
  * @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
390
405
  * @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
@@ -407,6 +422,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
407
422
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
408
423
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
409
424
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
425
+ * @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)
410
426
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
411
427
  * @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
412
428
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -433,6 +449,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
433
449
  'cachegroup': opts['cachegroup'],
434
450
  'cachekey': opts['cachekey'],
435
451
  'cachescope': opts['cachescope'],
452
+ 'cacheuser': opts['cacheuser'],
436
453
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
437
454
  'zeusportal-postas': opts['zeusportalPostas'],
438
455
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -454,6 +471,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
454
471
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
455
472
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
456
473
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
474
+ * @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)
457
475
  * @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
458
476
  * @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
459
477
  * @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
@@ -477,6 +495,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
477
495
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
478
496
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
479
497
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
498
+ * @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)
480
499
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
481
500
  * @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
482
501
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -503,6 +522,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
503
522
  'cachegroup': opts['cachegroup'],
504
523
  'cachekey': opts['cachekey'],
505
524
  'cachescope': opts['cachescope'],
525
+ 'cacheuser': opts['cacheuser'],
506
526
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
507
527
  'zeusportal-postas': opts['zeusportalPostas'],
508
528
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -524,6 +544,7 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
524
544
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
525
545
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
526
546
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
547
+ * @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)
527
548
  * @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
528
549
  * @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
529
550
  * @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
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
19
19
  * gobodo-api
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.46
22
+ * The version of the OpenAPI document: 0.1.47
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
30
30
  /**
31
31
  * GraphTraversal service.
32
32
  * @module api/GraphTraversalApi
33
- * @version 0.1.46
33
+ * @version 0.1.47
34
34
  */
35
35
  var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
36
36
  /**
@@ -55,6 +55,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
55
55
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
56
56
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
57
57
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
58
+ * @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)
58
59
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
59
60
  * @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
60
61
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -78,6 +79,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
78
79
  'cachegroup': opts['cachegroup'],
79
80
  'cachekey': opts['cachekey'],
80
81
  'cachescope': opts['cachescope'],
82
+ 'cacheuser': opts['cacheuser'],
81
83
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
84
  'zeusportal-postas': opts['zeusportalPostas'],
83
85
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -101,6 +103,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
101
103
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
102
104
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
103
105
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
106
+ * @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)
104
107
  * @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
105
108
  * @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
106
109
  * @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
@@ -125,6 +128,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
125
128
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
129
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
130
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
131
+ * @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)
128
132
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
129
133
  * @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
130
134
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -154,6 +158,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
154
158
  'cachegroup': opts['cachegroup'],
155
159
  'cachekey': opts['cachekey'],
156
160
  'cachescope': opts['cachescope'],
161
+ 'cacheuser': opts['cacheuser'],
157
162
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
158
163
  'zeusportal-postas': opts['zeusportalPostas'],
159
164
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -177,6 +182,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
177
182
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
178
183
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
179
184
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
185
+ * @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)
180
186
  * @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
181
187
  * @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
182
188
  * @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
@@ -201,6 +207,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
201
207
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
202
208
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
203
209
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
210
+ * @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)
204
211
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
205
212
  * @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
206
213
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -230,6 +237,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
230
237
  'cachegroup': opts['cachegroup'],
231
238
  'cachekey': opts['cachekey'],
232
239
  'cachescope': opts['cachescope'],
240
+ 'cacheuser': opts['cacheuser'],
233
241
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
234
242
  'zeusportal-postas': opts['zeusportalPostas'],
235
243
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -253,6 +261,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
253
261
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
254
262
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
255
263
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
264
+ * @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)
256
265
  * @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
257
266
  * @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
258
267
  * @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
@@ -277,6 +286,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
277
286
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
278
287
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
279
288
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
289
+ * @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)
280
290
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
281
291
  * @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
282
292
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -306,6 +316,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
306
316
  'cachegroup': opts['cachegroup'],
307
317
  'cachekey': opts['cachekey'],
308
318
  'cachescope': opts['cachescope'],
319
+ 'cacheuser': opts['cacheuser'],
309
320
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
310
321
  'zeusportal-postas': opts['zeusportalPostas'],
311
322
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -329,6 +340,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
329
340
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
330
341
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
331
342
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
343
+ * @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)
332
344
  * @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
333
345
  * @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
334
346
  * @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
@@ -353,6 +365,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
353
365
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
354
366
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
355
367
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
368
+ * @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)
356
369
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
357
370
  * @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
358
371
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -376,6 +389,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
376
389
  'cachegroup': opts['cachegroup'],
377
390
  'cachekey': opts['cachekey'],
378
391
  'cachescope': opts['cachescope'],
392
+ 'cacheuser': opts['cacheuser'],
379
393
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
380
394
  'zeusportal-postas': opts['zeusportalPostas'],
381
395
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -399,6 +413,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
399
413
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
400
414
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
401
415
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
416
+ * @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)
402
417
  * @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
403
418
  * @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
404
419
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -423,6 +438,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
423
438
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
424
439
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
425
440
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
441
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
426
442
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
427
443
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
428
444
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -446,6 +462,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
446
462
  'cachegroup': opts['cachegroup'],
447
463
  'cachekey': opts['cachekey'],
448
464
  'cachescope': opts['cachescope'],
465
+ 'cacheuser': opts['cacheuser'],
449
466
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
450
467
  'zeusportal-postas': opts['zeusportalPostas'],
451
468
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -469,6 +486,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
469
486
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
470
487
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
471
488
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
489
+ * @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)
472
490
  * @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
473
491
  * @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
474
492
  * @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
@@ -493,6 +511,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
493
511
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
494
512
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
495
513
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
514
+ * @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)
496
515
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
497
516
  * @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
498
517
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -516,6 +535,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
516
535
  'cachegroup': opts['cachegroup'],
517
536
  'cachekey': opts['cachekey'],
518
537
  'cachescope': opts['cachescope'],
538
+ 'cacheuser': opts['cacheuser'],
519
539
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
520
540
  'zeusportal-postas': opts['zeusportalPostas'],
521
541
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -539,6 +559,7 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
539
559
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
540
560
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
541
561
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
562
+ * @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)
542
563
  * @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
543
564
  * @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
544
565
  * @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