@gobodo/gobodo-api 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +75 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +86 -9
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +71 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- 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 +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- 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 +9 -9
- 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 +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +14 -14
- 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 +9 -9
- 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 +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- 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 +14 -14
- 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 +9 -9
- 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 +2 -2
- 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 +15 -15
- 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 +14 -14
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- 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 +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- 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 +13 -13
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +13 -13
- package/dist/model/VideoUploadObject.js +13 -13
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/LikesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.48
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.48
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -44,30 +44,84 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
* Callback function to receive the result of the
|
|
48
|
-
* @callback module:api/LikesApi~
|
|
47
|
+
* Callback function to receive the result of the createBulkActions1 operation.
|
|
48
|
+
* @callback module:api/LikesApi~createBulkActions1Callback
|
|
49
49
|
* @param {String} error Error message, if any.
|
|
50
|
-
* @param data
|
|
50
|
+
* @param {Array.<module:model/GraphAction>} data The data returned by the service call.
|
|
51
51
|
* @param {String} response The complete HTTP response.
|
|
52
52
|
*/
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
* @param {Number} id
|
|
55
|
+
* Perform multiple actions in a single bulk operation
|
|
56
|
+
* Create a new action
|
|
58
57
|
* @param {Object} opts Optional parameters
|
|
59
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
59
|
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
60
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
61
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
62
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
63
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
64
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
66
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
67
67
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
68
|
-
* @param {module:
|
|
68
|
+
* @param {Array.<module:model/PurgeDataDefaultResponseValue>} [purgeDataDefaultResponseValue]
|
|
69
|
+
* @param {module:api/LikesApi~createBulkActions1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
70
|
+
* data is of type: {@link Array.<module:model/GraphAction>}
|
|
69
71
|
*/
|
|
70
72
|
_createClass(LikesApi, [{
|
|
73
|
+
key: "createBulkActions1",
|
|
74
|
+
value: function createBulkActions1(opts, callback) {
|
|
75
|
+
opts = opts || {};
|
|
76
|
+
var postBody = opts['purgeDataDefaultResponseValue'];
|
|
77
|
+
var pathParams = {};
|
|
78
|
+
var queryParams = {};
|
|
79
|
+
var headerParams = {
|
|
80
|
+
'Authorization': opts['authorization'],
|
|
81
|
+
'cacheduration': opts['cacheduration'],
|
|
82
|
+
'cachegroup': opts['cachegroup'],
|
|
83
|
+
'cachekey': opts['cachekey'],
|
|
84
|
+
'cachescope': opts['cachescope'],
|
|
85
|
+
'cacheuser': opts['cacheuser'],
|
|
86
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
89
|
+
'transactionid': opts['transactionid']
|
|
90
|
+
};
|
|
91
|
+
var formParams = {};
|
|
92
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
93
|
+
var contentTypes = ['application/json'];
|
|
94
|
+
var accepts = ['application/json'];
|
|
95
|
+
var returnType = [_GraphAction["default"]];
|
|
96
|
+
return this.apiClient.callApi('/graph/data/likes', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Callback function to receive the result of the deleteAction1 operation.
|
|
101
|
+
* @callback module:api/LikesApi~deleteAction1Callback
|
|
102
|
+
* @param {String} error Error message, if any.
|
|
103
|
+
* @param data This operation does not return a value.
|
|
104
|
+
* @param {String} response The complete HTTP response.
|
|
105
|
+
*/
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* Delete Action
|
|
109
|
+
* Delete an individual action
|
|
110
|
+
* @param {Number} id
|
|
111
|
+
* @param {Object} opts Optional parameters
|
|
112
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
114
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
115
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
116
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
117
|
+
* @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)
|
|
118
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
119
|
+
* @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
|
|
120
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
121
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
122
|
+
* @param {module:api/LikesApi~deleteAction1Callback} callback The callback function, accepting three arguments: error, data, response
|
|
123
|
+
*/
|
|
124
|
+
}, {
|
|
71
125
|
key: "deleteAction1",
|
|
72
126
|
value: function deleteAction1(id, opts, callback) {
|
|
73
127
|
opts = opts || {};
|
|
@@ -86,6 +140,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
140
|
'cachegroup': opts['cachegroup'],
|
|
87
141
|
'cachekey': opts['cachekey'],
|
|
88
142
|
'cachescope': opts['cachescope'],
|
|
143
|
+
'cacheuser': opts['cacheuser'],
|
|
89
144
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
90
145
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
91
146
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -117,6 +172,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
172
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
173
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
174
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
175
|
+
* @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)
|
|
120
176
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
121
177
|
* @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
|
|
122
178
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -142,6 +198,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
142
198
|
'cachegroup': opts['cachegroup'],
|
|
143
199
|
'cachekey': opts['cachekey'],
|
|
144
200
|
'cachescope': opts['cachescope'],
|
|
201
|
+
'cacheuser': opts['cacheuser'],
|
|
145
202
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
146
203
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
147
204
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -173,6 +230,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
173
230
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
174
231
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
175
232
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
233
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
176
234
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
177
235
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
178
236
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -198,6 +256,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
256
|
'cachegroup': opts['cachegroup'],
|
|
199
257
|
'cachekey': opts['cachekey'],
|
|
200
258
|
'cachescope': opts['cachescope'],
|
|
259
|
+
'cacheuser': opts['cacheuser'],
|
|
201
260
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
202
261
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
203
262
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -227,6 +286,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
227
286
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
228
287
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
229
288
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
289
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
230
290
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
231
291
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
232
292
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -246,6 +306,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
246
306
|
'cachegroup': opts['cachegroup'],
|
|
247
307
|
'cachekey': opts['cachekey'],
|
|
248
308
|
'cachescope': opts['cachescope'],
|
|
309
|
+
'cacheuser': opts['cacheuser'],
|
|
249
310
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
250
311
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
251
312
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -276,6 +337,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
276
337
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
277
338
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
278
339
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
340
|
+
* @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)
|
|
279
341
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
280
342
|
* @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
|
|
281
343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -302,6 +364,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
302
364
|
'cachegroup': opts['cachegroup'],
|
|
303
365
|
'cachekey': opts['cachekey'],
|
|
304
366
|
'cachescope': opts['cachescope'],
|
|
367
|
+
'cacheuser': opts['cacheuser'],
|
|
305
368
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
306
369
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
307
370
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -333,6 +396,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
333
396
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
334
397
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
335
398
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
399
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
336
400
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
337
401
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
338
402
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -359,6 +423,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
423
|
'cachegroup': opts['cachegroup'],
|
|
360
424
|
'cachekey': opts['cachekey'],
|
|
361
425
|
'cachescope': opts['cachescope'],
|
|
426
|
+
'cacheuser': opts['cacheuser'],
|
|
362
427
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
363
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
364
429
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -393,6 +458,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
393
458
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
394
459
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
395
460
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
461
|
+
* @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)
|
|
396
462
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
397
463
|
* @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
|
|
398
464
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -424,6 +490,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
490
|
'cachegroup': opts['cachegroup'],
|
|
425
491
|
'cachekey': opts['cachekey'],
|
|
426
492
|
'cachescope': opts['cachescope'],
|
|
493
|
+
'cacheuser': opts['cacheuser'],
|
|
427
494
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
428
495
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
496
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -457,6 +524,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
457
524
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
458
525
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
459
526
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
527
|
+
* @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)
|
|
460
528
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
461
529
|
* @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
|
|
462
530
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -483,6 +551,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
483
551
|
'cachegroup': opts['cachegroup'],
|
|
484
552
|
'cachekey': opts['cachekey'],
|
|
485
553
|
'cachescope': opts['cachescope'],
|
|
554
|
+
'cacheuser': opts['cacheuser'],
|
|
486
555
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
487
556
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
488
557
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -514,6 +583,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
514
583
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
515
584
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
516
585
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
586
|
+
* @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)
|
|
517
587
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
518
588
|
* @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
|
|
519
589
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -540,6 +610,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
610
|
'cachegroup': opts['cachegroup'],
|
|
541
611
|
'cachekey': opts['cachekey'],
|
|
542
612
|
'cachescope': opts['cachescope'],
|
|
613
|
+
'cacheuser': opts['cacheuser'],
|
|
543
614
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
544
615
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
545
616
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -571,6 +642,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
571
642
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
572
643
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
573
644
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
645
|
+
* @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)
|
|
574
646
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
575
647
|
* @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
|
|
576
648
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -596,6 +668,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
596
668
|
'cachegroup': opts['cachegroup'],
|
|
597
669
|
'cachekey': opts['cachekey'],
|
|
598
670
|
'cachescope': opts['cachescope'],
|
|
671
|
+
'cacheuser': opts['cacheuser'],
|
|
599
672
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
600
673
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
601
674
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -628,6 +701,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
701
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
629
702
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
630
703
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
704
|
+
* @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
705
|
* @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
706
|
* @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
707
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -657,6 +731,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
657
731
|
'cachegroup': opts['cachegroup'],
|
|
658
732
|
'cachekey': opts['cachekey'],
|
|
659
733
|
'cachescope': opts['cachescope'],
|
|
734
|
+
'cacheuser': opts['cacheuser'],
|
|
660
735
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
661
736
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
662
737
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -690,6 +765,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
690
765
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
691
766
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
692
767
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
768
|
+
* @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)
|
|
693
769
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
694
770
|
* @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
|
|
695
771
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -724,6 +800,7 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
724
800
|
'cachegroup': opts['cachegroup'],
|
|
725
801
|
'cachekey': opts['cachekey'],
|
|
726
802
|
'cachescope': opts['cachescope'],
|
|
803
|
+
'cacheuser': opts['cacheuser'],
|
|
727
804
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
728
805
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
729
806
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/LinkedINApi.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* LinkedIN service.
|
|
29
29
|
* @module api/LinkedINApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var LinkedINApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.48
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* LiveMeetings service.
|
|
30
30
|
* @module api/LiveMeetingsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.48
|
|
32
32
|
*/
|
|
33
33
|
var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -62,6 +62,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
63
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
64
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
65
|
+
* @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)
|
|
65
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
66
67
|
* @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
|
|
67
68
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -91,6 +92,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
92
|
'cachegroup': opts['cachegroup'],
|
|
92
93
|
'cachekey': opts['cachekey'],
|
|
93
94
|
'cachescope': opts['cachescope'],
|
|
95
|
+
'cacheuser': opts['cacheuser'],
|
|
94
96
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
95
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
96
98
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -122,6 +124,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
124
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
125
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
126
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
127
|
+
* @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
128
|
* @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
129
|
* @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
130
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -148,6 +151,7 @@ var LiveMeetingsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
151
|
'cachegroup': opts['cachegroup'],
|
|
149
152
|
'cachekey': opts['cachekey'],
|
|
150
153
|
'cachescope': opts['cachescope'],
|
|
154
|
+
'cacheuser': opts['cacheuser'],
|
|
151
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
152
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
153
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* MeetingEvents service.
|
|
29
29
|
* @module api/MeetingEventsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.48
|
|
31
31
|
*/
|
|
32
32
|
var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -59,6 +59,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
64
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +85,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
85
|
'cachegroup': opts['cachegroup'],
|
|
85
86
|
'cachekey': opts['cachekey'],
|
|
86
87
|
'cachescope': opts['cachescope'],
|
|
88
|
+
'cacheuser': opts['cacheuser'],
|
|
87
89
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
90
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
91
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -115,6 +117,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
117
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
116
118
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
117
119
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
120
|
+
* @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)
|
|
118
121
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
119
122
|
* @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
|
|
120
123
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -141,6 +144,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
141
144
|
'cachegroup': opts['cachegroup'],
|
|
142
145
|
'cachekey': opts['cachekey'],
|
|
143
146
|
'cachescope': opts['cachescope'],
|
|
147
|
+
'cacheuser': opts['cacheuser'],
|
|
144
148
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
145
149
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
146
150
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -174,6 +178,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
174
178
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
175
179
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
176
180
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
181
|
+
* @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)
|
|
177
182
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
178
183
|
* @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
|
|
179
184
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -210,6 +215,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
215
|
'cachegroup': opts['cachegroup'],
|
|
211
216
|
'cachekey': opts['cachekey'],
|
|
212
217
|
'cachescope': opts['cachescope'],
|
|
218
|
+
'cacheuser': opts['cacheuser'],
|
|
213
219
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
214
220
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
215
221
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -241,6 +247,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
241
247
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
242
248
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
243
249
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
250
|
+
* @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)
|
|
244
251
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
245
252
|
* @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
|
|
246
253
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -267,6 +274,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
267
274
|
'cachegroup': opts['cachegroup'],
|
|
268
275
|
'cachekey': opts['cachekey'],
|
|
269
276
|
'cachescope': opts['cachescope'],
|
|
277
|
+
'cacheuser': opts['cacheuser'],
|
|
270
278
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
271
279
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
272
280
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -298,6 +306,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
306
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
299
307
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
300
308
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
309
|
+
* @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)
|
|
301
310
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
302
311
|
* @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
|
|
303
312
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -324,6 +333,7 @@ var MeetingEventsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
324
333
|
'cachegroup': opts['cachegroup'],
|
|
325
334
|
'cachekey': opts['cachekey'],
|
|
326
335
|
'cachescope': opts['cachescope'],
|
|
336
|
+
'cacheuser': opts['cacheuser'],
|
|
327
337
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
328
338
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
329
339
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|