@gobodo/gobodo-api-promise 0.1.46 → 0.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +5 -2
- package/dist/api/AdCampaignsApi.js +26 -2
- package/dist/api/AdManagementApi.js +38 -2
- package/dist/api/AdminDataManagementApi.js +5 -2
- package/dist/api/AdsApi.js +20 -2
- package/dist/api/AttachmentsApi.js +23 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +23 -2
- package/dist/api/CommentsApi.js +26 -2
- package/dist/api/ContentManagementApi.js +74 -2
- package/dist/api/ConversationsApi.js +29 -2
- package/dist/api/DataSheetImportsApi.js +47 -2
- package/dist/api/DefaultApi.js +35 -2
- package/dist/api/DocumentsApi.js +41 -2
- package/dist/api/EntryPartsApi.js +41 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +11 -2
- package/dist/api/FilesApi.js +5 -2
- package/dist/api/FormsApi.js +56 -2
- package/dist/api/FunctionsApi.js +5 -2
- package/dist/api/GeocodeApi.js +17 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +32 -2
- package/dist/api/GraphObjectTypesApi.js +29 -2
- package/dist/api/GraphObjectsApi.js +194 -2
- package/dist/api/GraphRelationshipTypesApi.js +53 -2
- package/dist/api/GraphRelationshipsApi.js +95 -2
- package/dist/api/GraphSchemasApi.js +23 -2
- package/dist/api/GraphTraversalApi.js +23 -2
- package/dist/api/GraphsApi.js +35 -2
- package/dist/api/GroupsApi.js +35 -2
- package/dist/api/IAMApi.js +14 -2
- package/dist/api/ImagesApi.js +26 -2
- package/dist/api/InvitesApi.js +17 -2
- package/dist/api/LikesApi.js +38 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +8 -2
- package/dist/api/MeetingEventsApi.js +17 -2
- package/dist/api/PagesApi.js +29 -2
- package/dist/api/PostsApi.js +17 -2
- package/dist/api/PrivateMessagesApi.js +50 -2
- package/dist/api/PublicationsApi.js +5 -2
- package/dist/api/ScreensApi.js +11 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +119 -2
- package/dist/api/TagsApi.js +5 -2
- package/dist/api/TemplatesApi.js +11 -2
- package/dist/api/ThemeMappingsApi.js +11 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +29 -2
- package/dist/api/UsersApi.js +29 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +35 -2
- package/dist/model/APIClient.js +23 -23
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +31 -31
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +42 -42
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +57 -57
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +31 -31
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +71 -71
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +52 -52
- package/dist/model/ImageUploadObject.js +52 -52
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +27 -27
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +27 -27
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +31 -31
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +30 -30
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +27 -27
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +71 -71
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +25 -25
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +30 -30
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/LikesApi.js
CHANGED
|
@@ -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.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.47
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -53,6 +53,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
53
53
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
54
54
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
55
55
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
56
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
56
57
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
57
58
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
58
59
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -78,6 +79,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
79
|
'cachegroup': opts['cachegroup'],
|
|
79
80
|
'cachekey': opts['cachekey'],
|
|
80
81
|
'cachescope': opts['cachescope'],
|
|
82
|
+
'cacheuser': opts['cacheuser'],
|
|
81
83
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
82
84
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
83
85
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -101,6 +103,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
103
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
102
104
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
103
105
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
106
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
104
107
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
105
108
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
106
109
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -125,6 +128,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
125
128
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
126
129
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
127
130
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
131
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
128
132
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
129
133
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
130
134
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -150,6 +154,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
154
|
'cachegroup': opts['cachegroup'],
|
|
151
155
|
'cachekey': opts['cachekey'],
|
|
152
156
|
'cachescope': opts['cachescope'],
|
|
157
|
+
'cacheuser': opts['cacheuser'],
|
|
153
158
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
154
159
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
155
160
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -173,6 +178,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
178
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
174
179
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
175
180
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
181
|
+
* @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
182
|
* @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
183
|
* @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
184
|
* @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 +203,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
203
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
198
204
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
199
205
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
206
|
+
* @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
207
|
* @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
208
|
* @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
209
|
* @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 +229,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
222
229
|
'cachegroup': opts['cachegroup'],
|
|
223
230
|
'cachekey': opts['cachekey'],
|
|
224
231
|
'cachescope': opts['cachescope'],
|
|
232
|
+
'cacheuser': opts['cacheuser'],
|
|
225
233
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
226
234
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
227
235
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -245,6 +253,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
253
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
246
254
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
247
255
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
256
|
+
* @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
257
|
* @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
258
|
* @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
259
|
* @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 +276,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
267
276
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
268
277
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
269
278
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
279
|
+
* @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
280
|
* @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
281
|
* @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
282
|
* @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 +296,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
286
296
|
'cachegroup': opts['cachegroup'],
|
|
287
297
|
'cachekey': opts['cachekey'],
|
|
288
298
|
'cachescope': opts['cachescope'],
|
|
299
|
+
'cacheuser': opts['cacheuser'],
|
|
289
300
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
290
301
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
291
302
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -307,6 +318,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
307
318
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
308
319
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
309
320
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
321
|
+
* @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
322
|
* @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
323
|
* @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
324
|
* @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 +342,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
330
342
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
331
343
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
332
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)
|
|
333
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
|
|
334
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
|
|
335
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
|
|
@@ -355,6 +368,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
355
368
|
'cachegroup': opts['cachegroup'],
|
|
356
369
|
'cachekey': opts['cachekey'],
|
|
357
370
|
'cachescope': opts['cachescope'],
|
|
371
|
+
'cacheuser': opts['cacheuser'],
|
|
358
372
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
359
373
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
360
374
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -377,6 +391,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
377
391
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
378
392
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
379
393
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
394
|
+
* @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
395
|
* @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
396
|
* @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
397
|
* @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 +416,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
401
416
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
402
417
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
403
418
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
419
|
+
* @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
420
|
* @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
421
|
* @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
422
|
* @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 +442,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
426
442
|
'cachegroup': opts['cachegroup'],
|
|
427
443
|
'cachekey': opts['cachekey'],
|
|
428
444
|
'cachescope': opts['cachescope'],
|
|
445
|
+
'cacheuser': opts['cacheuser'],
|
|
429
446
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
430
447
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
431
448
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -451,6 +468,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
468
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
452
469
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
453
470
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
471
|
+
* @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
472
|
* @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
473
|
* @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
474
|
* @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 +494,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
476
494
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
477
495
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
478
496
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
497
|
+
* @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
498
|
* @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
499
|
* @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
500
|
* @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 +525,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
506
525
|
'cachegroup': opts['cachegroup'],
|
|
507
526
|
'cachekey': opts['cachekey'],
|
|
508
527
|
'cachescope': opts['cachescope'],
|
|
528
|
+
'cacheuser': opts['cacheuser'],
|
|
509
529
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
510
530
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
511
531
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -532,6 +552,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
532
552
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
533
553
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
534
554
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
555
|
+
* @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
556
|
* @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
557
|
* @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
558
|
* @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 +577,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
577
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
557
578
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
558
579
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
580
|
+
* @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
581
|
* @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
582
|
* @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
583
|
* @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 +603,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
581
603
|
'cachegroup': opts['cachegroup'],
|
|
582
604
|
'cachekey': opts['cachekey'],
|
|
583
605
|
'cachescope': opts['cachescope'],
|
|
606
|
+
'cacheuser': opts['cacheuser'],
|
|
584
607
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
585
608
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
586
609
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -604,6 +627,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
604
627
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
605
628
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
606
629
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
630
|
+
* @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
631
|
* @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
632
|
* @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
633
|
* @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 +652,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
652
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
629
653
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
630
654
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
655
|
+
* @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
656
|
* @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
657
|
* @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
658
|
* @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 +678,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
653
678
|
'cachegroup': opts['cachegroup'],
|
|
654
679
|
'cachekey': opts['cachekey'],
|
|
655
680
|
'cachescope': opts['cachescope'],
|
|
681
|
+
'cacheuser': opts['cacheuser'],
|
|
656
682
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
657
683
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
658
684
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -676,6 +702,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
676
702
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
677
703
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
678
704
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
705
|
+
* @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
706
|
* @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
707
|
* @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
708
|
* @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 +727,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
700
727
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
701
728
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
702
729
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
730
|
+
* @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
731
|
* @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
732
|
* @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
733
|
* @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 +753,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
725
753
|
'cachegroup': opts['cachegroup'],
|
|
726
754
|
'cachekey': opts['cachekey'],
|
|
727
755
|
'cachescope': opts['cachescope'],
|
|
756
|
+
'cacheuser': opts['cacheuser'],
|
|
728
757
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
729
758
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
730
759
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -748,6 +777,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
748
777
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
749
778
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
750
779
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
780
|
+
* @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
781
|
* @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
782
|
* @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
783
|
* @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 +803,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
773
803
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
774
804
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
775
805
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
806
|
+
* @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
807
|
* @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
808
|
* @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
809
|
* @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 +833,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
802
833
|
'cachegroup': opts['cachegroup'],
|
|
803
834
|
'cachekey': opts['cachekey'],
|
|
804
835
|
'cachescope': opts['cachescope'],
|
|
836
|
+
'cacheuser': opts['cacheuser'],
|
|
805
837
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
806
838
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
807
839
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -826,6 +858,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
826
858
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
827
859
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
828
860
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
861
|
+
* @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
862
|
* @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
863
|
* @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
864
|
* @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 +885,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
852
885
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
853
886
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
854
887
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
888
|
+
* @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
889
|
* @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
890
|
* @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
891
|
* @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 +920,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
886
920
|
'cachegroup': opts['cachegroup'],
|
|
887
921
|
'cachekey': opts['cachekey'],
|
|
888
922
|
'cachescope': opts['cachescope'],
|
|
923
|
+
'cacheuser': opts['cacheuser'],
|
|
889
924
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
890
925
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
891
926
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -911,6 +946,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
911
946
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
912
947
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
913
948
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
949
|
+
* @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
950
|
* @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
951
|
* @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
952
|
* @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
|
package/dist/api/LinkedINApi.js
CHANGED
|
@@ -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.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.47
|
|
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.
|
|
30
|
+
* @version 0.1.47
|
|
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.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.47
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
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.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.47
|
|
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.
|
|
30
|
+
* @version 0.1.47
|
|
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
|