@gobodo/gobodo-api-promise 0.1.45 → 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 -3
- 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/index.js +0 -7
- 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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +64 -64
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +25 -25
- package/dist/model/Form.js +29 -29
- 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 +30 -30
- 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 +31 -31
- package/dist/model/ImageUploadObject.js +31 -31
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +26 -26
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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 +29 -29
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +8 -8
- 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 +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 +25 -25
- package/dist/model/PrivateMessageConversation.js +30 -30
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- 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 +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +31 -31
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +58 -58
- package/dist/model/VideoUploadObject.js +31 -31
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.47
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* GraphRelationships service.
|
|
32
32
|
* @module api/GraphRelationshipsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -53,6 +53,7 @@ var GraphRelationshipsApi = 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
|
|
@@ -79,6 +80,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
80
|
'cachegroup': opts['cachegroup'],
|
|
80
81
|
'cachekey': opts['cachekey'],
|
|
81
82
|
'cachescope': opts['cachescope'],
|
|
83
|
+
'cacheuser': opts['cacheuser'],
|
|
82
84
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
85
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
86
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -100,6 +102,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
100
102
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
101
103
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
102
104
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
105
|
+
* @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)
|
|
103
106
|
* @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
|
|
104
107
|
* @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
|
|
105
108
|
* @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
|
|
@@ -123,6 +126,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
126
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
124
127
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
125
128
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
129
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
126
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
127
131
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
128
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -149,6 +153,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
153
|
'cachegroup': opts['cachegroup'],
|
|
150
154
|
'cachekey': opts['cachekey'],
|
|
151
155
|
'cachescope': opts['cachescope'],
|
|
156
|
+
'cacheuser': opts['cacheuser'],
|
|
152
157
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
153
158
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
154
159
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -170,6 +175,7 @@ var GraphRelationshipsApi = 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 GraphRelationshipsApi = 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
|
|
@@ -225,6 +232,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
225
232
|
'cachegroup': opts['cachegroup'],
|
|
226
233
|
'cachekey': opts['cachekey'],
|
|
227
234
|
'cachescope': opts['cachescope'],
|
|
235
|
+
'cacheuser': opts['cacheuser'],
|
|
228
236
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
229
237
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
230
238
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -249,6 +257,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
257
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
250
258
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
251
259
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
260
|
+
* @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)
|
|
252
261
|
* @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
|
|
253
262
|
* @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
|
|
254
263
|
* @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
|
|
@@ -273,6 +282,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
282
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
274
283
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
275
284
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
285
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
276
286
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
277
287
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
278
288
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -296,6 +306,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
296
306
|
'cachegroup': opts['cachegroup'],
|
|
297
307
|
'cachekey': opts['cachekey'],
|
|
298
308
|
'cachescope': opts['cachescope'],
|
|
309
|
+
'cacheuser': opts['cacheuser'],
|
|
299
310
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
300
311
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
301
312
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -319,6 +330,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
319
330
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
320
331
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
321
332
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
333
|
+
* @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)
|
|
322
334
|
* @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
|
|
323
335
|
* @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
|
|
324
336
|
* @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
|
|
@@ -344,6 +356,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
344
356
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
345
357
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
346
358
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
359
|
+
* @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)
|
|
347
360
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
348
361
|
* @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
|
|
349
362
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -373,6 +386,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
373
386
|
'cachegroup': opts['cachegroup'],
|
|
374
387
|
'cachekey': opts['cachekey'],
|
|
375
388
|
'cachescope': opts['cachescope'],
|
|
389
|
+
'cacheuser': opts['cacheuser'],
|
|
376
390
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
377
391
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
378
392
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -397,6 +411,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
397
411
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
398
412
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
399
413
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
414
|
+
* @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)
|
|
400
415
|
* @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
|
|
401
416
|
* @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
|
|
402
417
|
* @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
|
|
@@ -421,6 +436,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
436
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
422
437
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
423
438
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
439
|
+
* @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)
|
|
424
440
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
425
441
|
* @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
|
|
426
442
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -446,6 +462,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
462
|
'cachegroup': opts['cachegroup'],
|
|
447
463
|
'cachekey': opts['cachekey'],
|
|
448
464
|
'cachescope': opts['cachescope'],
|
|
465
|
+
'cacheuser': opts['cacheuser'],
|
|
449
466
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
450
467
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
451
468
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -469,6 +486,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
486
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
470
487
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
471
488
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
489
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
472
490
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
473
491
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
474
492
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -491,6 +509,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
491
509
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
492
510
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
493
511
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
512
|
+
* @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)
|
|
494
513
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
495
514
|
* @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
|
|
496
515
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -510,6 +529,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
510
529
|
'cachegroup': opts['cachegroup'],
|
|
511
530
|
'cachekey': opts['cachekey'],
|
|
512
531
|
'cachescope': opts['cachescope'],
|
|
532
|
+
'cacheuser': opts['cacheuser'],
|
|
513
533
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
514
534
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
515
535
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -531,6 +551,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
531
551
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
532
552
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
533
553
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
554
|
+
* @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)
|
|
534
555
|
* @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
|
|
535
556
|
* @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
|
|
536
557
|
* @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
|
|
@@ -553,6 +574,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
553
574
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
554
575
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
555
576
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
577
|
+
* @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)
|
|
556
578
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
557
579
|
* @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
|
|
558
580
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -572,6 +594,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
572
594
|
'cachegroup': opts['cachegroup'],
|
|
573
595
|
'cachekey': opts['cachekey'],
|
|
574
596
|
'cachescope': opts['cachescope'],
|
|
597
|
+
'cacheuser': opts['cacheuser'],
|
|
575
598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
576
599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
577
600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -593,6 +616,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
593
616
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
594
617
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
595
618
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
619
|
+
* @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)
|
|
596
620
|
* @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
|
|
597
621
|
* @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
|
|
598
622
|
* @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
|
|
@@ -617,6 +641,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
617
641
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
618
642
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
619
643
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
644
|
+
* @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)
|
|
620
645
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
621
646
|
* @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
|
|
622
647
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -642,6 +667,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
642
667
|
'cachegroup': opts['cachegroup'],
|
|
643
668
|
'cachekey': opts['cachekey'],
|
|
644
669
|
'cachescope': opts['cachescope'],
|
|
670
|
+
'cacheuser': opts['cacheuser'],
|
|
645
671
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
646
672
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
647
673
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -665,6 +691,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
665
691
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
666
692
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
667
693
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
694
|
+
* @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)
|
|
668
695
|
* @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
|
|
669
696
|
* @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
|
|
670
697
|
* @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
|
|
@@ -690,6 +717,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
690
717
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
691
718
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
692
719
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
720
|
+
* @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
721
|
* @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
722
|
* @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
723
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -720,6 +748,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
720
748
|
'cachegroup': opts['cachegroup'],
|
|
721
749
|
'cachekey': opts['cachekey'],
|
|
722
750
|
'cachescope': opts['cachescope'],
|
|
751
|
+
'cacheuser': opts['cacheuser'],
|
|
723
752
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
724
753
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
725
754
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -744,6 +773,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
744
773
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
745
774
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
746
775
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
776
|
+
* @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)
|
|
747
777
|
* @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
|
|
748
778
|
* @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
|
|
749
779
|
* @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
|
|
@@ -766,6 +796,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
766
796
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
767
797
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
768
798
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
799
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
769
800
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
770
801
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
771
802
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -791,6 +822,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
791
822
|
'cachegroup': opts['cachegroup'],
|
|
792
823
|
'cachekey': opts['cachekey'],
|
|
793
824
|
'cachescope': opts['cachescope'],
|
|
825
|
+
'cacheuser': opts['cacheuser'],
|
|
794
826
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
795
827
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
796
828
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -812,6 +844,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
812
844
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
813
845
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
814
846
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
847
|
+
* @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)
|
|
815
848
|
* @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
|
|
816
849
|
* @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
|
|
817
850
|
* @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
|
|
@@ -834,6 +867,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
834
867
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
835
868
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
836
869
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
870
|
+
* @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)
|
|
837
871
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
838
872
|
* @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
|
|
839
873
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -859,6 +893,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
859
893
|
'cachegroup': opts['cachegroup'],
|
|
860
894
|
'cachekey': opts['cachekey'],
|
|
861
895
|
'cachescope': opts['cachescope'],
|
|
896
|
+
'cacheuser': opts['cacheuser'],
|
|
862
897
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
863
898
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
864
899
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -880,6 +915,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
880
915
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
881
916
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
882
917
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
918
|
+
* @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)
|
|
883
919
|
* @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
|
|
884
920
|
* @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
|
|
885
921
|
* @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
|
|
@@ -904,6 +940,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
904
940
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
905
941
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
906
942
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
943
|
+
* @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)
|
|
907
944
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
908
945
|
* @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
|
|
909
946
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -929,6 +966,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
929
966
|
'cachegroup': opts['cachegroup'],
|
|
930
967
|
'cachekey': opts['cachekey'],
|
|
931
968
|
'cachescope': opts['cachescope'],
|
|
969
|
+
'cacheuser': opts['cacheuser'],
|
|
932
970
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
933
971
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
934
972
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -954,6 +992,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
954
992
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
955
993
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
956
994
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
995
|
+
* @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)
|
|
957
996
|
* @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
|
|
958
997
|
* @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
|
|
959
998
|
* @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
|
|
@@ -979,6 +1018,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
979
1018
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
980
1019
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
981
1020
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1021
|
+
* @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)
|
|
982
1022
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
983
1023
|
* @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
|
|
984
1024
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1009,6 +1049,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1009
1049
|
'cachegroup': opts['cachegroup'],
|
|
1010
1050
|
'cachekey': opts['cachekey'],
|
|
1011
1051
|
'cachescope': opts['cachescope'],
|
|
1052
|
+
'cacheuser': opts['cacheuser'],
|
|
1012
1053
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1013
1054
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1014
1055
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1035,6 +1076,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1035
1076
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1036
1077
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1037
1078
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1079
|
+
* @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)
|
|
1038
1080
|
* @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
|
|
1039
1081
|
* @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
|
|
1040
1082
|
* @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
|
|
@@ -1058,6 +1100,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1058
1100
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1059
1101
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1060
1102
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1103
|
+
* @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)
|
|
1061
1104
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1062
1105
|
* @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
|
|
1063
1106
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1083,6 +1126,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1083
1126
|
'cachegroup': opts['cachegroup'],
|
|
1084
1127
|
'cachekey': opts['cachekey'],
|
|
1085
1128
|
'cachescope': opts['cachescope'],
|
|
1129
|
+
'cacheuser': opts['cacheuser'],
|
|
1086
1130
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1087
1131
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1088
1132
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1105,6 +1149,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1105
1149
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1106
1150
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1107
1151
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1152
|
+
* @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)
|
|
1108
1153
|
* @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
|
|
1109
1154
|
* @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
|
|
1110
1155
|
* @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
|
|
@@ -1128,6 +1173,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1128
1173
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1129
1174
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1130
1175
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1176
|
+
* @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)
|
|
1131
1177
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1132
1178
|
* @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
|
|
1133
1179
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1153,6 +1199,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1153
1199
|
'cachegroup': opts['cachegroup'],
|
|
1154
1200
|
'cachekey': opts['cachekey'],
|
|
1155
1201
|
'cachescope': opts['cachescope'],
|
|
1202
|
+
'cacheuser': opts['cacheuser'],
|
|
1156
1203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1157
1204
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1158
1205
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1175,6 +1222,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1175
1222
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1176
1223
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1177
1224
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1225
|
+
* @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)
|
|
1178
1226
|
* @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
|
|
1179
1227
|
* @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
|
|
1180
1228
|
* @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
|
|
@@ -1198,6 +1246,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1198
1246
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1199
1247
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1200
1248
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1249
|
+
* @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)
|
|
1201
1250
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1202
1251
|
* @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
|
|
1203
1252
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1223,6 +1272,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1223
1272
|
'cachegroup': opts['cachegroup'],
|
|
1224
1273
|
'cachekey': opts['cachekey'],
|
|
1225
1274
|
'cachescope': opts['cachescope'],
|
|
1275
|
+
'cacheuser': opts['cacheuser'],
|
|
1226
1276
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1227
1277
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1228
1278
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1245,6 +1295,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1245
1295
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1246
1296
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1247
1297
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1298
|
+
* @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)
|
|
1248
1299
|
* @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
|
|
1249
1300
|
* @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
|
|
1250
1301
|
* @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
|
|
@@ -1268,6 +1319,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1268
1319
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1269
1320
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1270
1321
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1322
|
+
* @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)
|
|
1271
1323
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1272
1324
|
* @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
|
|
1273
1325
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1293,6 +1345,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1293
1345
|
'cachegroup': opts['cachegroup'],
|
|
1294
1346
|
'cachekey': opts['cachekey'],
|
|
1295
1347
|
'cachescope': opts['cachescope'],
|
|
1348
|
+
'cacheuser': opts['cacheuser'],
|
|
1296
1349
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1297
1350
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1298
1351
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1315,6 +1368,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1315
1368
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1316
1369
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1317
1370
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1371
|
+
* @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)
|
|
1318
1372
|
* @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
|
|
1319
1373
|
* @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
|
|
1320
1374
|
* @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
|
|
@@ -1338,6 +1392,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1338
1392
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1339
1393
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1340
1394
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1395
|
+
* @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)
|
|
1341
1396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1342
1397
|
* @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
|
|
1343
1398
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1363,6 +1418,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1363
1418
|
'cachegroup': opts['cachegroup'],
|
|
1364
1419
|
'cachekey': opts['cachekey'],
|
|
1365
1420
|
'cachescope': opts['cachescope'],
|
|
1421
|
+
'cacheuser': opts['cacheuser'],
|
|
1366
1422
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1367
1423
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1368
1424
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1385,6 +1441,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1385
1441
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1386
1442
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1387
1443
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1444
|
+
* @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)
|
|
1388
1445
|
* @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
|
|
1389
1446
|
* @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
|
|
1390
1447
|
* @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
|
|
@@ -1409,6 +1466,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1409
1466
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1410
1467
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1411
1468
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1469
|
+
* @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)
|
|
1412
1470
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1413
1471
|
* @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
|
|
1414
1472
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1439,6 +1497,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1439
1497
|
'cachegroup': opts['cachegroup'],
|
|
1440
1498
|
'cachekey': opts['cachekey'],
|
|
1441
1499
|
'cachescope': opts['cachescope'],
|
|
1500
|
+
'cacheuser': opts['cacheuser'],
|
|
1442
1501
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1443
1502
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1444
1503
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1462,6 +1521,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1462
1521
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1463
1522
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1464
1523
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1524
|
+
* @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)
|
|
1465
1525
|
* @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
|
|
1466
1526
|
* @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
|
|
1467
1527
|
* @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
|
|
@@ -1487,6 +1547,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1487
1547
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1488
1548
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1489
1549
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1550
|
+
* @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)
|
|
1490
1551
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1491
1552
|
* @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
|
|
1492
1553
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1517,6 +1578,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1517
1578
|
'cachegroup': opts['cachegroup'],
|
|
1518
1579
|
'cachekey': opts['cachekey'],
|
|
1519
1580
|
'cachescope': opts['cachescope'],
|
|
1581
|
+
'cacheuser': opts['cacheuser'],
|
|
1520
1582
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1521
1583
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1522
1584
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1541,6 +1603,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1541
1603
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1542
1604
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1543
1605
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1606
|
+
* @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)
|
|
1544
1607
|
* @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
|
|
1545
1608
|
* @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
|
|
1546
1609
|
* @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
|
|
@@ -1566,6 +1629,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1566
1629
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1567
1630
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1568
1631
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1632
|
+
* @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)
|
|
1569
1633
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1570
1634
|
* @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
|
|
1571
1635
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1596,6 +1660,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1596
1660
|
'cachegroup': opts['cachegroup'],
|
|
1597
1661
|
'cachekey': opts['cachekey'],
|
|
1598
1662
|
'cachescope': opts['cachescope'],
|
|
1663
|
+
'cacheuser': opts['cacheuser'],
|
|
1599
1664
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1600
1665
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1601
1666
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1620,6 +1685,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1620
1685
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1621
1686
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1622
1687
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1688
|
+
* @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)
|
|
1623
1689
|
* @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
|
|
1624
1690
|
* @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
|
|
1625
1691
|
* @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
|
|
@@ -1644,6 +1710,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1644
1710
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1645
1711
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1646
1712
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1713
|
+
* @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)
|
|
1647
1714
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1648
1715
|
* @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
|
|
1649
1716
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1669,6 +1736,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1669
1736
|
'cachegroup': opts['cachegroup'],
|
|
1670
1737
|
'cachekey': opts['cachekey'],
|
|
1671
1738
|
'cachescope': opts['cachescope'],
|
|
1739
|
+
'cacheuser': opts['cacheuser'],
|
|
1672
1740
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1673
1741
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1674
1742
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1692,6 +1760,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1692
1760
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1693
1761
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1694
1762
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1763
|
+
* @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)
|
|
1695
1764
|
* @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
|
|
1696
1765
|
* @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
|
|
1697
1766
|
* @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
|
|
@@ -1716,6 +1785,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1716
1785
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1717
1786
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1718
1787
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1788
|
+
* @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)
|
|
1719
1789
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1720
1790
|
* @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
|
|
1721
1791
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1741,6 +1811,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1741
1811
|
'cachegroup': opts['cachegroup'],
|
|
1742
1812
|
'cachekey': opts['cachekey'],
|
|
1743
1813
|
'cachescope': opts['cachescope'],
|
|
1814
|
+
'cacheuser': opts['cacheuser'],
|
|
1744
1815
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1745
1816
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1746
1817
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1764,6 +1835,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1764
1835
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1765
1836
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1766
1837
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1838
|
+
* @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)
|
|
1767
1839
|
* @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
|
|
1768
1840
|
* @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
|
|
1769
1841
|
* @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
|
|
@@ -1786,6 +1858,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1786
1858
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1787
1859
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1788
1860
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1861
|
+
* @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)
|
|
1789
1862
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1790
1863
|
* @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
|
|
1791
1864
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1811,6 +1884,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1811
1884
|
'cachegroup': opts['cachegroup'],
|
|
1812
1885
|
'cachekey': opts['cachekey'],
|
|
1813
1886
|
'cachescope': opts['cachescope'],
|
|
1887
|
+
'cacheuser': opts['cacheuser'],
|
|
1814
1888
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1815
1889
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1816
1890
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1832,6 +1906,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1832
1906
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1833
1907
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1834
1908
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1909
|
+
* @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)
|
|
1835
1910
|
* @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
|
|
1836
1911
|
* @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
|
|
1837
1912
|
* @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
|
|
@@ -1854,6 +1929,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1854
1929
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1855
1930
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1856
1931
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1932
|
+
* @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)
|
|
1857
1933
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1858
1934
|
* @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
|
|
1859
1935
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1880,6 +1956,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1880
1956
|
'cachegroup': opts['cachegroup'],
|
|
1881
1957
|
'cachekey': opts['cachekey'],
|
|
1882
1958
|
'cachescope': opts['cachescope'],
|
|
1959
|
+
'cacheuser': opts['cacheuser'],
|
|
1883
1960
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1884
1961
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1885
1962
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1901,6 +1978,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1901
1978
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1902
1979
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1903
1980
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
1981
|
+
* @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)
|
|
1904
1982
|
* @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
|
|
1905
1983
|
* @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
|
|
1906
1984
|
* @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
|
|
@@ -1924,6 +2002,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1924
2002
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1925
2003
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1926
2004
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2005
|
+
* @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)
|
|
1927
2006
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1928
2007
|
* @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
|
|
1929
2008
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1950,6 +2029,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1950
2029
|
'cachegroup': opts['cachegroup'],
|
|
1951
2030
|
'cachekey': opts['cachekey'],
|
|
1952
2031
|
'cachescope': opts['cachescope'],
|
|
2032
|
+
'cacheuser': opts['cacheuser'],
|
|
1953
2033
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1954
2034
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1955
2035
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1971,6 +2051,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1971
2051
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1972
2052
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1973
2053
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2054
|
+
* @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)
|
|
1974
2055
|
* @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
|
|
1975
2056
|
* @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
|
|
1976
2057
|
* @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
|
|
@@ -1996,6 +2077,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1996
2077
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1997
2078
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1998
2079
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2080
|
+
* @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)
|
|
1999
2081
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2000
2082
|
* @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
|
|
2001
2083
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2022,6 +2104,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2022
2104
|
'cachegroup': opts['cachegroup'],
|
|
2023
2105
|
'cachekey': opts['cachekey'],
|
|
2024
2106
|
'cachescope': opts['cachescope'],
|
|
2107
|
+
'cacheuser': opts['cacheuser'],
|
|
2025
2108
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2026
2109
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2027
2110
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2045,6 +2128,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2045
2128
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2046
2129
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2047
2130
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2131
|
+
* @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)
|
|
2048
2132
|
* @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
|
|
2049
2133
|
* @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
|
|
2050
2134
|
* @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
|
|
@@ -2071,6 +2155,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2071
2155
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2072
2156
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2073
2157
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2158
|
+
* @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)
|
|
2074
2159
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2075
2160
|
* @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
|
|
2076
2161
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2102,6 +2187,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2102
2187
|
'cachegroup': opts['cachegroup'],
|
|
2103
2188
|
'cachekey': opts['cachekey'],
|
|
2104
2189
|
'cachescope': opts['cachescope'],
|
|
2190
|
+
'cacheuser': opts['cacheuser'],
|
|
2105
2191
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2106
2192
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2107
2193
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2126,6 +2212,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2126
2212
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2127
2213
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2128
2214
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2215
|
+
* @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)
|
|
2129
2216
|
* @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
|
|
2130
2217
|
* @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
|
|
2131
2218
|
* @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
|
|
@@ -2152,6 +2239,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2152
2239
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2153
2240
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2154
2241
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2242
|
+
* @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)
|
|
2155
2243
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2156
2244
|
* @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
|
|
2157
2245
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2181,6 +2269,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2181
2269
|
'cachegroup': opts['cachegroup'],
|
|
2182
2270
|
'cachekey': opts['cachekey'],
|
|
2183
2271
|
'cachescope': opts['cachescope'],
|
|
2272
|
+
'cacheuser': opts['cacheuser'],
|
|
2184
2273
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2185
2274
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2186
2275
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2205,6 +2294,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2205
2294
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2206
2295
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2207
2296
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2297
|
+
* @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)
|
|
2208
2298
|
* @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
|
|
2209
2299
|
* @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
|
|
2210
2300
|
* @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
|
|
@@ -2227,6 +2317,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2227
2317
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2228
2318
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2229
2319
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2320
|
+
* @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)
|
|
2230
2321
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2231
2322
|
* @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
|
|
2232
2323
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2253,6 +2344,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2253
2344
|
'cachegroup': opts['cachegroup'],
|
|
2254
2345
|
'cachekey': opts['cachekey'],
|
|
2255
2346
|
'cachescope': opts['cachescope'],
|
|
2347
|
+
'cacheuser': opts['cacheuser'],
|
|
2256
2348
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2257
2349
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2258
2350
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2274,6 +2366,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2274
2366
|
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2275
2367
|
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2276
2368
|
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
2369
|
+
* @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)
|
|
2277
2370
|
* @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
|
|
2278
2371
|
* @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
|
|
2279
2372
|
* @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
|