@gobodo/gobodo-api-promise 0.1.46 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +6 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +5 -2
  4. package/dist/api/AdCampaignsApi.js +26 -2
  5. package/dist/api/AdManagementApi.js +38 -2
  6. package/dist/api/AdminDataManagementApi.js +5 -2
  7. package/dist/api/AdsApi.js +20 -2
  8. package/dist/api/AttachmentsApi.js +23 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +23 -2
  11. package/dist/api/CommentsApi.js +26 -2
  12. package/dist/api/ContentManagementApi.js +74 -2
  13. package/dist/api/ConversationsApi.js +29 -2
  14. package/dist/api/DataSheetImportsApi.js +47 -2
  15. package/dist/api/DefaultApi.js +35 -2
  16. package/dist/api/DocumentsApi.js +41 -2
  17. package/dist/api/EntryPartsApi.js +41 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +11 -2
  20. package/dist/api/FilesApi.js +5 -2
  21. package/dist/api/FormsApi.js +56 -2
  22. package/dist/api/FunctionsApi.js +5 -2
  23. package/dist/api/GeocodeApi.js +17 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +101 -2
  26. package/dist/api/GraphObjectTypesApi.js +29 -2
  27. package/dist/api/GraphObjectsApi.js +194 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +53 -2
  29. package/dist/api/GraphRelationshipsApi.js +95 -2
  30. package/dist/api/GraphSchemasApi.js +23 -2
  31. package/dist/api/GraphTraversalApi.js +23 -2
  32. package/dist/api/GraphsApi.js +35 -2
  33. package/dist/api/GroupsApi.js +35 -2
  34. package/dist/api/IAMApi.js +14 -2
  35. package/dist/api/ImagesApi.js +26 -2
  36. package/dist/api/InvitesApi.js +17 -2
  37. package/dist/api/LikesApi.js +111 -6
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +8 -2
  40. package/dist/api/MeetingEventsApi.js +17 -2
  41. package/dist/api/PagesApi.js +29 -2
  42. package/dist/api/PostsApi.js +17 -2
  43. package/dist/api/PrivateMessagesApi.js +50 -2
  44. package/dist/api/PublicationsApi.js +5 -2
  45. package/dist/api/ScreensApi.js +11 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +119 -2
  48. package/dist/api/TagsApi.js +5 -2
  49. package/dist/api/TemplatesApi.js +11 -2
  50. package/dist/api/ThemeMappingsApi.js +11 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +29 -2
  54. package/dist/api/UsersApi.js +96 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +35 -2
  57. package/dist/model/APIClient.js +23 -23
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
  64. package/dist/model/Article.js +2 -2
  65. package/dist/model/AuthResponse.js +2 -2
  66. package/dist/model/Balance.js +2 -2
  67. package/dist/model/BalanceDetails.js +2 -2
  68. package/dist/model/BalanceResponse.js +2 -2
  69. package/dist/model/BankAccountInfo.js +2 -2
  70. package/dist/model/CardInfo.js +2 -2
  71. package/dist/model/Comment.js +25 -25
  72. package/dist/model/Coordinates.js +2 -2
  73. package/dist/model/CreateAccountResponse.js +2 -2
  74. package/dist/model/CreateStripeAccountInput.js +2 -2
  75. package/dist/model/CreateStripeCustomerInput.js +2 -2
  76. package/dist/model/CustomerResponse.js +2 -2
  77. package/dist/model/DataObject.js +2 -2
  78. package/dist/model/DataSheetImport.js +57 -57
  79. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  80. package/dist/model/DataSheetImportSummary.js +2 -2
  81. package/dist/model/Document.js +2 -2
  82. package/dist/model/DocumentPart.js +23 -23
  83. package/dist/model/DocumentPartType.js +26 -26
  84. package/dist/model/DocumentType.js +27 -27
  85. package/dist/model/FieldMapping.js +2 -2
  86. package/dist/model/Fields.js +39 -39
  87. package/dist/model/File.js +2 -2
  88. package/dist/model/FileAttachmentUploadObject.js +2 -2
  89. package/dist/model/Filter.js +2 -2
  90. package/dist/model/FilterManager.js +25 -25
  91. package/dist/model/Form.js +2 -2
  92. package/dist/model/FormSection.js +2 -2
  93. package/dist/model/FormSubmission.js +2 -2
  94. package/dist/model/Geocode.js +2 -2
  95. package/dist/model/GeocodePayload.js +2 -2
  96. package/dist/model/GeolocationInput.js +2 -2
  97. package/dist/model/Graph.js +2 -2
  98. package/dist/model/GraphAction.js +2 -2
  99. package/dist/model/GraphDatabaseService.js +2 -2
  100. package/dist/model/GraphGeocode.js +2 -2
  101. package/dist/model/GraphIteratorEntryPart.js +2 -2
  102. package/dist/model/GraphObject.js +2 -2
  103. package/dist/model/GraphObjectPayload.js +2 -2
  104. package/dist/model/GraphObjectSchema.js +2 -2
  105. package/dist/model/GraphObjectType.js +2 -2
  106. package/dist/model/GraphObjectTypeSchema.js +2 -2
  107. package/dist/model/GraphOwner.js +2 -2
  108. package/dist/model/GraphRelationship.js +2 -2
  109. package/dist/model/GraphRelationshipPayload.js +2 -2
  110. package/dist/model/GraphRelationshipType.js +2 -2
  111. package/dist/model/GraphSchema.js +2 -2
  112. package/dist/model/GraphTraversalInput.js +2 -2
  113. package/dist/model/Image.js +2 -2
  114. package/dist/model/ImageUploadObject.js +2 -2
  115. package/dist/model/InputPart.js +2 -2
  116. package/dist/model/InputPartMediaType.js +2 -2
  117. package/dist/model/Link.js +27 -27
  118. package/dist/model/LiveStreamInfo.js +2 -2
  119. package/dist/model/MeetingEvent.js +25 -25
  120. package/dist/model/MeetingEventTimezone.js +2 -2
  121. package/dist/model/MeetingInfo.js +2 -2
  122. package/dist/model/Member.js +2 -2
  123. package/dist/model/MemberGroupCategory.js +2 -2
  124. package/dist/model/MemberList.js +2 -2
  125. package/dist/model/MessageGroup.js +2 -2
  126. package/dist/model/MultipartBody.js +2 -2
  127. package/dist/model/Objecttype.js +2 -2
  128. package/dist/model/Page.js +2 -2
  129. package/dist/model/PageSchema.js +31 -31
  130. package/dist/model/Pageable.js +2 -2
  131. package/dist/model/Path.js +2 -2
  132. package/dist/model/PaymentAccountObject.js +2 -2
  133. package/dist/model/PaymentIntentInput.js +2 -2
  134. package/dist/model/PaymentIntentResponse.js +2 -2
  135. package/dist/model/PaymentMethod.js +23 -23
  136. package/dist/model/PaymentMethodInput.js +2 -2
  137. package/dist/model/PaymentMethodResponse.js +2 -2
  138. package/dist/model/PaymentMethodsResponse.js +2 -2
  139. package/dist/model/Payout.js +2 -2
  140. package/dist/model/PayoutInput.js +2 -2
  141. package/dist/model/PayoutResponse.js +2 -2
  142. package/dist/model/Post.js +2 -2
  143. package/dist/model/PrivateMessage.js +2 -2
  144. package/dist/model/PrivateMessageConversation.js +34 -34
  145. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  146. package/dist/model/Profile.js +2 -2
  147. package/dist/model/Profiletype.js +2 -2
  148. package/dist/model/PropertyContainer.js +2 -2
  149. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  150. package/dist/model/RelationshipMapping.js +2 -2
  151. package/dist/model/ScreenSchema.js +2 -2
  152. package/dist/model/SimulcastInfo.js +2 -2
  153. package/dist/model/SkinField.js +39 -39
  154. package/dist/model/SocialGroup.js +2 -2
  155. package/dist/model/SocialGroupType.js +25 -25
  156. package/dist/model/Sort.js +2 -2
  157. package/dist/model/SourceTypes.js +2 -2
  158. package/dist/model/StatusUpdate.js +2 -2
  159. package/dist/model/StreetAddress.js +2 -2
  160. package/dist/model/StripeAccount.js +2 -2
  161. package/dist/model/StripeCustomerAccount.js +2 -2
  162. package/dist/model/Template.js +2 -2
  163. package/dist/model/TemplateSchema.js +2 -2
  164. package/dist/model/ThemeMapping.js +2 -2
  165. package/dist/model/ThemeMappingPayload.js +2 -2
  166. package/dist/model/Transaction.js +2 -2
  167. package/dist/model/Transfer.js +2 -2
  168. package/dist/model/TransferInput.js +2 -2
  169. package/dist/model/TransferResponse.js +2 -2
  170. package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
  171. package/dist/model/TraversalRelationResponse.js +2 -2
  172. package/dist/model/User.js +2 -2
  173. package/dist/model/UserDataPayload.js +2 -2
  174. package/dist/model/UserDomain.js +2 -2
  175. package/dist/model/UserInvite.js +2 -2
  176. package/dist/model/UserInviteInput.js +2 -2
  177. package/dist/model/UserSchema.js +2 -2
  178. package/dist/model/UserTag.js +2 -2
  179. package/dist/model/Userid.js +2 -2
  180. package/dist/model/Video.js +27 -27
  181. package/dist/model/VideoLiveUrl.js +2 -2
  182. package/dist/model/VideoSchema.js +27 -27
  183. package/dist/model/VideoUploadObject.js +27 -27
  184. package/dist/model/ZeusPortalCategory.js +2 -2
  185. package/package.json +1 -1
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.48
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * Likes service.
30
30
  * @module api/LikesApi
31
- * @version 0.1.46
31
+ * @version 0.1.48
32
32
  */
33
33
  var LikesApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -44,22 +44,92 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
44
44
  }
45
45
 
46
46
  /**
47
- * Delete Action
48
- * Delete an individual action
49
- * @param {Number} id
47
+ * Perform multiple actions in a single bulk operation
48
+ * Create a new action
50
49
  * @param {Object} opts Optional parameters
51
50
  * @param {String} [authorization] The authorization token of the logged in user
52
51
  * @param {Number} [cacheduration] The how long the cache entry should persist
53
52
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
54
53
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
55
54
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
55
+ * @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
56
  * @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
57
  * @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
58
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
59
59
  * @param {String} [transactionid] The id of the transaction this operation is being run in
60
- * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
60
+ * @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
61
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/GraphAction>} and HTTP response
61
62
  */
62
63
  _createClass(LikesApi, [{
64
+ key: "createBulkActions1WithHttpInfo",
65
+ value: function createBulkActions1WithHttpInfo(opts) {
66
+ opts = opts || {};
67
+ var postBody = opts['purgeDataDefaultResponseValue'];
68
+ var pathParams = {};
69
+ var queryParams = {};
70
+ var headerParams = {
71
+ 'Authorization': opts['authorization'],
72
+ 'cacheduration': opts['cacheduration'],
73
+ 'cachegroup': opts['cachegroup'],
74
+ 'cachekey': opts['cachekey'],
75
+ 'cachescope': opts['cachescope'],
76
+ 'cacheuser': opts['cacheuser'],
77
+ 'zeusportal-postas-app': opts['zeusportalPostasApp'],
78
+ 'zeusportal-postas': opts['zeusportalPostas'],
79
+ 'zeusportal-postas-site': opts['zeusportalPostasSite'],
80
+ 'transactionid': opts['transactionid']
81
+ };
82
+ var formParams = {};
83
+ var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
84
+ var contentTypes = ['application/json'];
85
+ var accepts = ['application/json'];
86
+ var returnType = [_GraphAction["default"]];
87
+ return this.apiClient.callApi('/graph/data/likes', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
88
+ }
89
+
90
+ /**
91
+ * Perform multiple actions in a single bulk operation
92
+ * Create a new action
93
+ * @param {Object} opts Optional parameters
94
+ * @param {String} opts.authorization The authorization token of the logged in user
95
+ * @param {Number} opts.cacheduration The how long the cache entry should persist
96
+ * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
97
+ * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
98
+ * @param {module:model/String} opts.cachescope The scope of storage of the cache item
99
+ * @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)
100
+ * @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
101
+ * @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
102
+ * @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
103
+ * @param {String} opts.transactionid The id of the transaction this operation is being run in
104
+ * @param {Array.<module:model/PurgeDataDefaultResponseValue>} opts.purgeDataDefaultResponseValue
105
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/GraphAction>}
106
+ */
107
+ }, {
108
+ key: "createBulkActions1",
109
+ value: function createBulkActions1(opts) {
110
+ return this.createBulkActions1WithHttpInfo(opts).then(function (response_and_data) {
111
+ return response_and_data.data;
112
+ });
113
+ }
114
+
115
+ /**
116
+ * Delete Action
117
+ * Delete an individual action
118
+ * @param {Number} id
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
+ * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
131
+ */
132
+ }, {
63
133
  key: "deleteAction1WithHttpInfo",
64
134
  value: function deleteAction1WithHttpInfo(id, opts) {
65
135
  opts = opts || {};
@@ -78,6 +148,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
78
148
  'cachegroup': opts['cachegroup'],
79
149
  'cachekey': opts['cachekey'],
80
150
  'cachescope': opts['cachescope'],
151
+ 'cacheuser': opts['cacheuser'],
81
152
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
82
153
  'zeusportal-postas': opts['zeusportalPostas'],
83
154
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -101,6 +172,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
101
172
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
102
173
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
103
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)
104
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
105
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
106
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
@@ -125,6 +197,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
125
197
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
126
198
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
127
199
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
200
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
128
201
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
129
202
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
130
203
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -150,6 +223,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
150
223
  'cachegroup': opts['cachegroup'],
151
224
  'cachekey': opts['cachekey'],
152
225
  'cachescope': opts['cachescope'],
226
+ 'cacheuser': opts['cacheuser'],
153
227
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
154
228
  'zeusportal-postas': opts['zeusportalPostas'],
155
229
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -173,6 +247,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
173
247
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
174
248
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
175
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)
176
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
177
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
178
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
@@ -197,6 +272,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
197
272
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
198
273
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
199
274
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
275
+ * @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)
200
276
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
201
277
  * @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
202
278
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -222,6 +298,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
222
298
  'cachegroup': opts['cachegroup'],
223
299
  'cachekey': opts['cachekey'],
224
300
  'cachescope': opts['cachescope'],
301
+ 'cacheuser': opts['cacheuser'],
225
302
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
226
303
  'zeusportal-postas': opts['zeusportalPostas'],
227
304
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -245,6 +322,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
245
322
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
246
323
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
247
324
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
325
+ * @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)
248
326
  * @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
249
327
  * @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
250
328
  * @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
@@ -267,6 +345,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
267
345
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
268
346
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
269
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)
270
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
271
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
272
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
@@ -286,6 +365,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
286
365
  'cachegroup': opts['cachegroup'],
287
366
  'cachekey': opts['cachekey'],
288
367
  'cachescope': opts['cachescope'],
368
+ 'cacheuser': opts['cacheuser'],
289
369
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
290
370
  'zeusportal-postas': opts['zeusportalPostas'],
291
371
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -307,6 +387,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
307
387
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
308
388
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
309
389
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
390
+ * @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)
310
391
  * @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
311
392
  * @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
312
393
  * @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
@@ -330,6 +411,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
330
411
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
331
412
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
332
413
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
414
+ * @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)
333
415
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
334
416
  * @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
335
417
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -355,6 +437,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
355
437
  'cachegroup': opts['cachegroup'],
356
438
  'cachekey': opts['cachekey'],
357
439
  'cachescope': opts['cachescope'],
440
+ 'cacheuser': opts['cacheuser'],
358
441
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
359
442
  'zeusportal-postas': opts['zeusportalPostas'],
360
443
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -377,6 +460,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
377
460
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
378
461
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
379
462
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
463
+ * @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)
380
464
  * @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
381
465
  * @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
382
466
  * @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
@@ -401,6 +485,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
401
485
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
402
486
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
403
487
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
488
+ * @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)
404
489
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
405
490
  * @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
406
491
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -426,6 +511,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
426
511
  'cachegroup': opts['cachegroup'],
427
512
  'cachekey': opts['cachekey'],
428
513
  'cachescope': opts['cachescope'],
514
+ 'cacheuser': opts['cacheuser'],
429
515
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
430
516
  'zeusportal-postas': opts['zeusportalPostas'],
431
517
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -451,6 +537,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
451
537
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
452
538
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
453
539
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
540
+ * @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)
454
541
  * @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
455
542
  * @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
456
543
  * @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
@@ -476,6 +563,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
476
563
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
477
564
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
478
565
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
566
+ * @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)
479
567
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
480
568
  * @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
481
569
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -506,6 +594,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
506
594
  'cachegroup': opts['cachegroup'],
507
595
  'cachekey': opts['cachekey'],
508
596
  'cachescope': opts['cachescope'],
597
+ 'cacheuser': opts['cacheuser'],
509
598
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
510
599
  'zeusportal-postas': opts['zeusportalPostas'],
511
600
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -532,6 +621,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
532
621
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
533
622
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
534
623
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
624
+ * @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)
535
625
  * @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
536
626
  * @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
537
627
  * @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
@@ -556,6 +646,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
556
646
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
557
647
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
558
648
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
649
+ * @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)
559
650
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
560
651
  * @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
561
652
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -581,6 +672,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
581
672
  'cachegroup': opts['cachegroup'],
582
673
  'cachekey': opts['cachekey'],
583
674
  'cachescope': opts['cachescope'],
675
+ 'cacheuser': opts['cacheuser'],
584
676
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
585
677
  'zeusportal-postas': opts['zeusportalPostas'],
586
678
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -604,6 +696,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
604
696
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
605
697
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
606
698
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
699
+ * @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)
607
700
  * @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
608
701
  * @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
609
702
  * @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
@@ -628,6 +721,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
628
721
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
629
722
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
630
723
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
724
+ * @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)
631
725
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
632
726
  * @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
633
727
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -653,6 +747,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
653
747
  'cachegroup': opts['cachegroup'],
654
748
  'cachekey': opts['cachekey'],
655
749
  'cachescope': opts['cachescope'],
750
+ 'cacheuser': opts['cacheuser'],
656
751
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
657
752
  'zeusportal-postas': opts['zeusportalPostas'],
658
753
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -676,6 +771,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
676
771
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
677
772
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
678
773
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
774
+ * @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)
679
775
  * @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
680
776
  * @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
681
777
  * @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
@@ -700,6 +796,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
700
796
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
701
797
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
702
798
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
799
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
703
800
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
704
801
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
705
802
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -725,6 +822,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
725
822
  'cachegroup': opts['cachegroup'],
726
823
  'cachekey': opts['cachekey'],
727
824
  'cachescope': opts['cachescope'],
825
+ 'cacheuser': opts['cacheuser'],
728
826
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
729
827
  'zeusportal-postas': opts['zeusportalPostas'],
730
828
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -748,6 +846,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
748
846
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
749
847
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
750
848
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
849
+ * @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)
751
850
  * @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
752
851
  * @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
753
852
  * @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
@@ -773,6 +872,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
773
872
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
774
873
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
775
874
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
875
+ * @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)
776
876
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
777
877
  * @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
778
878
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -802,6 +902,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
802
902
  'cachegroup': opts['cachegroup'],
803
903
  'cachekey': opts['cachekey'],
804
904
  'cachescope': opts['cachescope'],
905
+ 'cacheuser': opts['cacheuser'],
805
906
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
806
907
  'zeusportal-postas': opts['zeusportalPostas'],
807
908
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -826,6 +927,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
826
927
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
827
928
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
828
929
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
930
+ * @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)
829
931
  * @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
830
932
  * @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
831
933
  * @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
@@ -852,6 +954,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
852
954
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
853
955
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
854
956
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
957
+ * @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)
855
958
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
856
959
  * @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
857
960
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -886,6 +989,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
886
989
  'cachegroup': opts['cachegroup'],
887
990
  'cachekey': opts['cachekey'],
888
991
  'cachescope': opts['cachescope'],
992
+ 'cacheuser': opts['cacheuser'],
889
993
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
890
994
  'zeusportal-postas': opts['zeusportalPostas'],
891
995
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -911,6 +1015,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
911
1015
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
912
1016
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
913
1017
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
1018
+ * @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)
914
1019
  * @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
915
1020
  * @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
916
1021
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * LinkedIN service.
29
29
  * @module api/LinkedINApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.46
20
+ * The version of the OpenAPI document: 0.1.48
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * LiveMeetings service.
30
30
  * @module api/LiveMeetingsApi
31
- * @version 0.1.46
31
+ * @version 0.1.48
32
32
  */
33
33
  var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
34
34
  /**
@@ -54,6 +54,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
54
54
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
55
55
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
56
56
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
57
+ * @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)
57
58
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
58
59
  * @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
59
60
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -83,6 +84,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
83
84
  'cachegroup': opts['cachegroup'],
84
85
  'cachekey': opts['cachekey'],
85
86
  'cachescope': opts['cachescope'],
87
+ 'cacheuser': opts['cacheuser'],
86
88
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
87
89
  'zeusportal-postas': opts['zeusportalPostas'],
88
90
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -107,6 +109,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
107
109
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
108
110
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
109
111
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
112
+ * @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)
110
113
  * @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
111
114
  * @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
112
115
  * @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
@@ -131,6 +134,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
131
134
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
132
135
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
133
136
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
137
+ * @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)
134
138
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
135
139
  * @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
136
140
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -156,6 +160,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
156
160
  'cachegroup': opts['cachegroup'],
157
161
  'cachekey': opts['cachekey'],
158
162
  'cachescope': opts['cachescope'],
163
+ 'cacheuser': opts['cacheuser'],
159
164
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
160
165
  'zeusportal-postas': opts['zeusportalPostas'],
161
166
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -181,6 +186,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
181
186
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
182
187
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
183
188
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
189
+ * @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)
184
190
  * @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
185
191
  * @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
186
192
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
16
16
  * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.46
19
+ * The version of the OpenAPI document: 0.1.48
20
20
  * Contact: info@gobodo.io
21
21
  *
22
22
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
27
27
  /**
28
28
  * MeetingEvents service.
29
29
  * @module api/MeetingEventsApi
30
- * @version 0.1.46
30
+ * @version 0.1.48
31
31
  */
32
32
  var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
33
33
  /**
@@ -51,6 +51,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
51
51
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
52
52
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
53
53
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
54
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
54
55
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
55
56
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
56
57
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -76,6 +77,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
76
77
  'cachegroup': opts['cachegroup'],
77
78
  'cachekey': opts['cachekey'],
78
79
  'cachescope': opts['cachescope'],
80
+ 'cacheuser': opts['cacheuser'],
79
81
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
80
82
  'zeusportal-postas': opts['zeusportalPostas'],
81
83
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -98,6 +100,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
98
100
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
99
101
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
100
102
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
103
+ * @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
101
104
  * @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
102
105
  * @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
103
106
  * @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -122,6 +125,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
122
125
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
123
126
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
124
127
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
128
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
125
129
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
126
130
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
127
131
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -147,6 +151,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
147
151
  'cachegroup': opts['cachegroup'],
148
152
  'cachekey': opts['cachekey'],
149
153
  'cachescope': opts['cachescope'],
154
+ 'cacheuser': opts['cacheuser'],
150
155
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
151
156
  'zeusportal-postas': opts['zeusportalPostas'],
152
157
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -170,6 +175,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
170
175
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
171
176
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
172
177
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
178
+ * @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)
173
179
  * @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
174
180
  * @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
175
181
  * @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
@@ -196,6 +202,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
196
202
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
197
203
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
198
204
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
205
+ * @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)
199
206
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
200
207
  * @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
201
208
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -231,6 +238,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
231
238
  'cachegroup': opts['cachegroup'],
232
239
  'cachekey': opts['cachekey'],
233
240
  'cachescope': opts['cachescope'],
241
+ 'cacheuser': opts['cacheuser'],
234
242
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
235
243
  'zeusportal-postas': opts['zeusportalPostas'],
236
244
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -256,6 +264,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
256
264
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
257
265
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
258
266
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
267
+ * @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)
259
268
  * @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
260
269
  * @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
261
270
  * @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
@@ -280,6 +289,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
280
289
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
281
290
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
282
291
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
292
+ * @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
283
293
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
284
294
  * @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
285
295
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -305,6 +315,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
305
315
  'cachegroup': opts['cachegroup'],
306
316
  'cachekey': opts['cachekey'],
307
317
  'cachescope': opts['cachescope'],
318
+ 'cacheuser': opts['cacheuser'],
308
319
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
309
320
  'zeusportal-postas': opts['zeusportalPostas'],
310
321
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -328,6 +339,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
328
339
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
329
340
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
330
341
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
342
+ * @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)
331
343
  * @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
332
344
  * @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
333
345
  * @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
@@ -352,6 +364,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
352
364
  * @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
353
365
  * @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
354
366
  * @param {module:model/String} [cachescope] The scope of storage of the cache item
367
+ * @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)
355
368
  * @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
356
369
  * @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
357
370
  * @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
@@ -377,6 +390,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
377
390
  'cachegroup': opts['cachegroup'],
378
391
  'cachekey': opts['cachekey'],
379
392
  'cachescope': opts['cachescope'],
393
+ 'cacheuser': opts['cacheuser'],
380
394
  'zeusportal-postas-app': opts['zeusportalPostasApp'],
381
395
  'zeusportal-postas': opts['zeusportalPostas'],
382
396
  'zeusportal-postas-site': opts['zeusportalPostasSite'],
@@ -400,6 +414,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
400
414
  * @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
401
415
  * @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
402
416
  * @param {module:model/String} opts.cachescope The scope of storage of the cache item
417
+ * @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)
403
418
  * @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
404
419
  * @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
405
420
  * @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