@gobodo/gobodo-api 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 +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 +75 -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 +86 -9
  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 +71 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +24 -2
  57. package/dist/model/APIClient.js +9 -9
  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 +9 -9
  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 +23 -23
  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 +9 -9
  83. package/dist/model/DocumentPartType.js +10 -10
  84. package/dist/model/DocumentType.js +10 -10
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +14 -14
  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 +9 -9
  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 +13 -13
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +9 -9
  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 +14 -14
  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 +9 -9
  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 +15 -15
  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 +14 -14
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +9 -9
  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 +13 -13
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +13 -13
  183. package/dist/model/VideoUploadObject.js +13 -13
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -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.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(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * GraphActions service.
30
30
  * @module api/GraphActionsApi
31
- * @version 0.1.46
31
+ * @version 0.1.48
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'],
@@ -103,6 +105,59 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
103
105
  return this.apiClient.callApi('/graph/data/object/{id}/actions', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
104
106
  }
105
107
 
108
+ /**
109
+ * Callback function to receive the result of the createBulkActions operation.
110
+ * @callback module:api/GraphActionsApi~createBulkActionsCallback
111
+ * @param {String} error Error message, if any.
112
+ * @param {Array.<module:model/GraphAction>} data The data returned by the service call.
113
+ * @param {String} response The complete HTTP response.
114
+ */
115
+
116
+ /**
117
+ * Perform multiple actions in a single bulk operation
118
+ * Create a new action
119
+ * @param {Object} opts Optional parameters
120
+ * @param {String} [authorization] The authorization token of the logged in user
121
+ * @param {Number} [cacheduration] The how long the cache entry should persist
122
+ * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
+ * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
+ * @param {module:model/String} [cachescope] The scope of storage of the cache item
125
+ * @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)
126
+ * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
127
+ * @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
128
+ * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
129
+ * @param {String} [transactionid] The id of the transaction this operation is being run in
130
+ * @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
131
+ * @param {module:api/GraphActionsApi~createBulkActionsCallback} callback The callback function, accepting three arguments: error, data, response
132
+ * data is of type: {@link Array.<module:model/GraphAction>}
133
+ */
134
+ }, {
135
+ key: "createBulkActions",
136
+ value: function createBulkActions(opts, callback) {
137
+ opts = opts || {};
138
+ var postBody = opts['purgeDataDefaultResponseValue'];
139
+ var pathParams = {};
140
+ var queryParams = {};
141
+ var headerParams = {
142
+ 'Authorization': opts['authorization'],
143
+ 'cacheduration': opts['cacheduration'],
144
+ 'cachegroup': opts['cachegroup'],
145
+ 'cachekey': opts['cachekey'],
146
+ 'cachescope': opts['cachescope'],
147
+ 'cacheuser': opts['cacheuser'],
148
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
149
+ 'zeusportal-postas': opts['zeusportalPostas'],
150
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
151
+ 'transactionid': opts['transactionid']
152
+ };
153
+ var formParams = {};
154
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
155
+ var contentTypes = ['application/json'];
156
+ var accepts = ['application/json'];
157
+ var returnType = [_GraphAction["default"]];
158
+ return this.apiClient.callApi('/graph/data/action', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
159
+ }
160
+
106
161
  /**
107
162
  * Callback function to receive the result of the deleteAction operation.
108
163
  * @callback module:api/GraphActionsApi~deleteActionCallback
@@ -121,6 +176,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
121
176
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
122
177
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
123
178
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
179
+ * @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
180
  * @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
181
  * @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
182
  * @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 +202,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
146
202
  'cachegroup': opts['cachegroup'],
147
203
  'cachekey': opts['cachekey'],
148
204
  'cachescope': opts['cachescope'],
205
+ 'cacheuser': opts['cacheuser'],
149
206
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
150
207
  'zeusportal-postas': opts['zeusportalPostas'],
151
208
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -175,6 +232,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
175
232
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
176
233
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
177
234
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
235
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
178
236
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
179
237
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
180
238
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -194,6 +252,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
194
252
  'cachegroup': opts['cachegroup'],
195
253
  'cachekey': opts['cachekey'],
196
254
  'cachescope': opts['cachescope'],
255
+ 'cacheuser': opts['cacheuser'],
197
256
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
198
257
  'zeusportal-postas': opts['zeusportalPostas'],
199
258
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -224,6 +283,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
224
283
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
225
284
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
226
285
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
286
+ * @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
287
  * @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
288
  * @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
289
  * @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 +310,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
250
310
  'cachegroup': opts['cachegroup'],
251
311
  'cachekey': opts['cachekey'],
252
312
  'cachescope': opts['cachescope'],
313
+ 'cacheuser': opts['cacheuser'],
253
314
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
254
315
  'zeusportal-postas': opts['zeusportalPostas'],
255
316
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -281,6 +342,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
281
342
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
282
343
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
283
344
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
345
+ * @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
346
  * @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
347
  * @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
348
  * @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 +369,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
307
369
  'cachegroup': opts['cachegroup'],
308
370
  'cachekey': opts['cachekey'],
309
371
  'cachescope': opts['cachescope'],
372
+ 'cacheuser': opts['cacheuser'],
310
373
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
311
374
  'zeusportal-postas': opts['zeusportalPostas'],
312
375
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -341,6 +404,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
341
404
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
342
405
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
343
406
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
407
+ * @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
408
  * @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
409
  * @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
410
  * @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 +436,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
372
436
  'cachegroup': opts['cachegroup'],
373
437
  'cachekey': opts['cachekey'],
374
438
  'cachescope': opts['cachescope'],
439
+ 'cacheuser': opts['cacheuser'],
375
440
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
376
441
  'zeusportal-postas': opts['zeusportalPostas'],
377
442
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -405,6 +470,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
405
470
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
406
471
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
407
472
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
473
+ * @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
474
  * @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
475
  * @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
476
  * @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 +497,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
431
497
  'cachegroup': opts['cachegroup'],
432
498
  'cachekey': opts['cachekey'],
433
499
  'cachescope': opts['cachescope'],
500
+ 'cacheuser': opts['cacheuser'],
434
501
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
435
502
  'zeusportal-postas': opts['zeusportalPostas'],
436
503
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -463,6 +530,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
463
530
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
464
531
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
465
532
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
533
+ * @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
534
  * @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
535
  * @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
536
  * @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 +562,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
494
562
  'cachegroup': opts['cachegroup'],
495
563
  'cachekey': opts['cachekey'],
496
564
  'cachescope': opts['cachescope'],
565
+ 'cacheuser': opts['cacheuser'],
497
566
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
498
567
  'zeusportal-postas': opts['zeusportalPostas'],
499
568
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -526,6 +595,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
526
595
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
527
596
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
528
597
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
598
+ * @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
599
  * @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
600
  * @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
601
  * @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 +625,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
555
625
  'cachegroup': opts['cachegroup'],
556
626
  'cachekey': opts['cachekey'],
557
627
  'cachescope': opts['cachescope'],
628
+ 'cacheuser': opts['cacheuser'],
558
629
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
559
630
  'zeusportal-postas': opts['zeusportalPostas'],
560
631
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -588,6 +659,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
588
659
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
589
660
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
590
661
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
662
+ * @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
663
  * @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
664
  * @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
665
  * @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 +694,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
622
694
  'cachegroup': opts['cachegroup'],
623
695
  'cachekey': opts['cachekey'],
624
696
  'cachescope': opts['cachescope'],
697
+ 'cacheuser': opts['cacheuser'],
625
698
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
626
699
  'zeusportal-postas': opts['zeusportalPostas'],
627
700
  '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.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(input, hint) { if (_typeof(input) !== "object" || input ==
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
  /**
@@ -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'],