@gobodo/gobodo-api 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 +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +22 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +26 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +20 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/index.js +0 -7
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +36 -36
- 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 +21 -21
- 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 +10 -10
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +13 -13
- 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 +11 -11
- 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 +14 -14
- package/dist/model/ImageUploadObject.js +14 -14
- package/dist/model/InputPart.js +12 -12
- 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 +10 -10
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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 +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +6 -6
- 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 +9 -9
- package/dist/model/PrivateMessageConversation.js +11 -11
- 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 +10 -10
- 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 +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +14 -14
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +14 -14
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
|
@@ -35,7 +35,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
35
35
|
* gobodo-api
|
|
36
36
|
* REST Interface for Gobodo API
|
|
37
37
|
*
|
|
38
|
-
* The version of the OpenAPI document: 0.1.
|
|
38
|
+
* The version of the OpenAPI document: 0.1.47
|
|
39
39
|
* Contact: info@gobodo.io
|
|
40
40
|
*
|
|
41
41
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -46,7 +46,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
46
46
|
/**
|
|
47
47
|
* GraphObjects service.
|
|
48
48
|
* @module api/GraphObjectsApi
|
|
49
|
-
* @version 0.1.
|
|
49
|
+
* @version 0.1.47
|
|
50
50
|
*/
|
|
51
51
|
var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
52
|
/**
|
|
@@ -80,6 +80,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
80
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
81
81
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
82
82
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
83
|
+
* @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)
|
|
83
84
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
84
85
|
* @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
|
|
85
86
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -109,6 +110,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
110
|
'cachegroup': opts['cachegroup'],
|
|
110
111
|
'cachekey': opts['cachekey'],
|
|
111
112
|
'cachescope': opts['cachescope'],
|
|
113
|
+
'cacheuser': opts['cacheuser'],
|
|
112
114
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
113
115
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
114
116
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -140,6 +142,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
140
142
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
141
143
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
142
144
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
145
|
+
* @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)
|
|
143
146
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
144
147
|
* @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
|
|
145
148
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -166,6 +169,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
169
|
'cachegroup': opts['cachegroup'],
|
|
167
170
|
'cachekey': opts['cachekey'],
|
|
168
171
|
'cachescope': opts['cachescope'],
|
|
172
|
+
'cacheuser': opts['cacheuser'],
|
|
169
173
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
170
174
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
171
175
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -197,6 +201,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
201
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
198
202
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
199
203
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
204
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
200
205
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
201
206
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
202
207
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -227,6 +232,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
227
232
|
'cachegroup': opts['cachegroup'],
|
|
228
233
|
'cachekey': opts['cachekey'],
|
|
229
234
|
'cachescope': opts['cachescope'],
|
|
235
|
+
'cacheuser': opts['cacheuser'],
|
|
230
236
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
231
237
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
232
238
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -261,6 +267,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
261
267
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
262
268
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
263
269
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
270
|
+
* @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)
|
|
264
271
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
265
272
|
* @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
|
|
266
273
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -291,6 +298,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
291
298
|
'cachegroup': opts['cachegroup'],
|
|
292
299
|
'cachekey': opts['cachekey'],
|
|
293
300
|
'cachescope': opts['cachescope'],
|
|
301
|
+
'cacheuser': opts['cacheuser'],
|
|
294
302
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
295
303
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
296
304
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -326,6 +334,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
326
334
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
327
335
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
328
336
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
337
|
+
* @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)
|
|
329
338
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
330
339
|
* @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
|
|
331
340
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -356,6 +365,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
356
365
|
'cachegroup': opts['cachegroup'],
|
|
357
366
|
'cachekey': opts['cachekey'],
|
|
358
367
|
'cachescope': opts['cachescope'],
|
|
368
|
+
'cacheuser': opts['cacheuser'],
|
|
359
369
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
360
370
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
361
371
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -386,6 +396,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
386
396
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
387
397
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
388
398
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
399
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
389
400
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
390
401
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
391
402
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -413,6 +424,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
413
424
|
'cachegroup': opts['cachegroup'],
|
|
414
425
|
'cachekey': opts['cachekey'],
|
|
415
426
|
'cachescope': opts['cachescope'],
|
|
427
|
+
'cacheuser': opts['cacheuser'],
|
|
416
428
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
417
429
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
418
430
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -443,6 +455,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
443
455
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
444
456
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
445
457
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
458
|
+
* @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)
|
|
446
459
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
447
460
|
* @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
|
|
448
461
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -473,6 +486,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
486
|
'cachegroup': opts['cachegroup'],
|
|
474
487
|
'cachekey': opts['cachekey'],
|
|
475
488
|
'cachescope': opts['cachescope'],
|
|
489
|
+
'cacheuser': opts['cacheuser'],
|
|
476
490
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
477
491
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
478
492
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -505,6 +519,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
505
519
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
506
520
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
507
521
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
522
|
+
* @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)
|
|
508
523
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
509
524
|
* @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
|
|
510
525
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -535,6 +550,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
535
550
|
'cachegroup': opts['cachegroup'],
|
|
536
551
|
'cachekey': opts['cachekey'],
|
|
537
552
|
'cachescope': opts['cachescope'],
|
|
553
|
+
'cacheuser': opts['cacheuser'],
|
|
538
554
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
539
555
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
540
556
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -566,6 +582,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
566
582
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
567
583
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
568
584
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
585
|
+
* @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)
|
|
569
586
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
570
587
|
* @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
|
|
571
588
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -590,6 +607,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
590
607
|
'cachegroup': opts['cachegroup'],
|
|
591
608
|
'cachekey': opts['cachekey'],
|
|
592
609
|
'cachescope': opts['cachescope'],
|
|
610
|
+
'cacheuser': opts['cacheuser'],
|
|
593
611
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
594
612
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
595
613
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -621,6 +639,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
621
639
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
622
640
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
623
641
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
642
|
+
* @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)
|
|
624
643
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
625
644
|
* @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
|
|
626
645
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -645,6 +664,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
645
664
|
'cachegroup': opts['cachegroup'],
|
|
646
665
|
'cachekey': opts['cachekey'],
|
|
647
666
|
'cachescope': opts['cachescope'],
|
|
667
|
+
'cacheuser': opts['cacheuser'],
|
|
648
668
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
649
669
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
650
670
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -677,6 +697,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
677
697
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
678
698
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
679
699
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
700
|
+
* @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)
|
|
680
701
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
681
702
|
* @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
|
|
682
703
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -707,6 +728,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
707
728
|
'cachegroup': opts['cachegroup'],
|
|
708
729
|
'cachekey': opts['cachekey'],
|
|
709
730
|
'cachescope': opts['cachescope'],
|
|
731
|
+
'cacheuser': opts['cacheuser'],
|
|
710
732
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
711
733
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
712
734
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -739,6 +761,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
739
761
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
740
762
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
741
763
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
764
|
+
* @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)
|
|
742
765
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
743
766
|
* @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
|
|
744
767
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -769,6 +792,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
769
792
|
'cachegroup': opts['cachegroup'],
|
|
770
793
|
'cachekey': opts['cachekey'],
|
|
771
794
|
'cachescope': opts['cachescope'],
|
|
795
|
+
'cacheuser': opts['cacheuser'],
|
|
772
796
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
773
797
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
774
798
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -799,6 +823,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
799
823
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
800
824
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
801
825
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
826
|
+
* @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)
|
|
802
827
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
803
828
|
* @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
|
|
804
829
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -829,6 +854,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
829
854
|
'cachegroup': opts['cachegroup'],
|
|
830
855
|
'cachekey': opts['cachekey'],
|
|
831
856
|
'cachescope': opts['cachescope'],
|
|
857
|
+
'cacheuser': opts['cacheuser'],
|
|
832
858
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
833
859
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
834
860
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -860,6 +886,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
860
886
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
861
887
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
862
888
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
889
|
+
* @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)
|
|
863
890
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
864
891
|
* @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
|
|
865
892
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -885,6 +912,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
885
912
|
'cachegroup': opts['cachegroup'],
|
|
886
913
|
'cachekey': opts['cachekey'],
|
|
887
914
|
'cachescope': opts['cachescope'],
|
|
915
|
+
'cacheuser': opts['cacheuser'],
|
|
888
916
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
889
917
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
890
918
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -915,6 +943,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
915
943
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
916
944
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
917
945
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
946
|
+
* @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)
|
|
918
947
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
919
948
|
* @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
|
|
920
949
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -940,6 +969,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
940
969
|
'cachegroup': opts['cachegroup'],
|
|
941
970
|
'cachekey': opts['cachekey'],
|
|
942
971
|
'cachescope': opts['cachescope'],
|
|
972
|
+
'cacheuser': opts['cacheuser'],
|
|
943
973
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
944
974
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
945
975
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -971,6 +1001,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
971
1001
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
972
1002
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
973
1003
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1004
|
+
* @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)
|
|
974
1005
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
975
1006
|
* @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
|
|
976
1007
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -996,6 +1027,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
996
1027
|
'cachegroup': opts['cachegroup'],
|
|
997
1028
|
'cachekey': opts['cachekey'],
|
|
998
1029
|
'cachescope': opts['cachescope'],
|
|
1030
|
+
'cacheuser': opts['cacheuser'],
|
|
999
1031
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1000
1032
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1001
1033
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1026,6 +1058,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1026
1058
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1027
1059
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1028
1060
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1061
|
+
* @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)
|
|
1029
1062
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1030
1063
|
* @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
|
|
1031
1064
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1058,6 +1091,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1058
1091
|
'cachegroup': opts['cachegroup'],
|
|
1059
1092
|
'cachekey': opts['cachekey'],
|
|
1060
1093
|
'cachescope': opts['cachescope'],
|
|
1094
|
+
'cacheuser': opts['cacheuser'],
|
|
1061
1095
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1062
1096
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1063
1097
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1087,6 +1121,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1087
1121
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1088
1122
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1089
1123
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1124
|
+
* @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)
|
|
1090
1125
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1091
1126
|
* @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
|
|
1092
1127
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1112,6 +1147,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1112
1147
|
'cachegroup': opts['cachegroup'],
|
|
1113
1148
|
'cachekey': opts['cachekey'],
|
|
1114
1149
|
'cachescope': opts['cachescope'],
|
|
1150
|
+
'cacheuser': opts['cacheuser'],
|
|
1115
1151
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1116
1152
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1117
1153
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1141,6 +1177,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1141
1177
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1142
1178
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1143
1179
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1180
|
+
* @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)
|
|
1144
1181
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1145
1182
|
* @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
|
|
1146
1183
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1160,6 +1197,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1160
1197
|
'cachegroup': opts['cachegroup'],
|
|
1161
1198
|
'cachekey': opts['cachekey'],
|
|
1162
1199
|
'cachescope': opts['cachescope'],
|
|
1200
|
+
'cacheuser': opts['cacheuser'],
|
|
1163
1201
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1164
1202
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1165
1203
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1191,6 +1229,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1191
1229
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1192
1230
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1193
1231
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1232
|
+
* @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)
|
|
1194
1233
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1195
1234
|
* @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
|
|
1196
1235
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1217,6 +1256,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1217
1256
|
'cachegroup': opts['cachegroup'],
|
|
1218
1257
|
'cachekey': opts['cachekey'],
|
|
1219
1258
|
'cachescope': opts['cachescope'],
|
|
1259
|
+
'cacheuser': opts['cacheuser'],
|
|
1220
1260
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1221
1261
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1222
1262
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1249,6 +1289,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1249
1289
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1250
1290
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1251
1291
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1292
|
+
* @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)
|
|
1252
1293
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1253
1294
|
* @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
|
|
1254
1295
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1280,6 +1321,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1280
1321
|
'cachegroup': opts['cachegroup'],
|
|
1281
1322
|
'cachekey': opts['cachekey'],
|
|
1282
1323
|
'cachescope': opts['cachescope'],
|
|
1324
|
+
'cacheuser': opts['cacheuser'],
|
|
1283
1325
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1284
1326
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1285
1327
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1311,6 +1353,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1311
1353
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1312
1354
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1313
1355
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1356
|
+
* @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)
|
|
1314
1357
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1315
1358
|
* @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
|
|
1316
1359
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1337,6 +1380,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1337
1380
|
'cachegroup': opts['cachegroup'],
|
|
1338
1381
|
'cachekey': opts['cachekey'],
|
|
1339
1382
|
'cachescope': opts['cachescope'],
|
|
1383
|
+
'cacheuser': opts['cacheuser'],
|
|
1340
1384
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1341
1385
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1342
1386
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1369,6 +1413,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1369
1413
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1370
1414
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1371
1415
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1416
|
+
* @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)
|
|
1372
1417
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1373
1418
|
* @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
|
|
1374
1419
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1400,6 +1445,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1400
1445
|
'cachegroup': opts['cachegroup'],
|
|
1401
1446
|
'cachekey': opts['cachekey'],
|
|
1402
1447
|
'cachescope': opts['cachescope'],
|
|
1448
|
+
'cacheuser': opts['cacheuser'],
|
|
1403
1449
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1404
1450
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1405
1451
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1429,6 +1475,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1429
1475
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1430
1476
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1431
1477
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1478
|
+
* @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)
|
|
1432
1479
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1433
1480
|
* @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
|
|
1434
1481
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1455,6 +1502,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1455
1502
|
'cachegroup': opts['cachegroup'],
|
|
1456
1503
|
'cachekey': opts['cachekey'],
|
|
1457
1504
|
'cachescope': opts['cachescope'],
|
|
1505
|
+
'cacheuser': opts['cacheuser'],
|
|
1458
1506
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1459
1507
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1460
1508
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1486,6 +1534,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1486
1534
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1487
1535
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1488
1536
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1537
|
+
* @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)
|
|
1489
1538
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1490
1539
|
* @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
|
|
1491
1540
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1512,6 +1561,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1512
1561
|
'cachegroup': opts['cachegroup'],
|
|
1513
1562
|
'cachekey': opts['cachekey'],
|
|
1514
1563
|
'cachescope': opts['cachescope'],
|
|
1564
|
+
'cacheuser': opts['cacheuser'],
|
|
1515
1565
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1516
1566
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1517
1567
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1543,6 +1593,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1543
1593
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1544
1594
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1545
1595
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1596
|
+
* @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)
|
|
1546
1597
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1547
1598
|
* @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
|
|
1548
1599
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1569,6 +1620,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1569
1620
|
'cachegroup': opts['cachegroup'],
|
|
1570
1621
|
'cachekey': opts['cachekey'],
|
|
1571
1622
|
'cachescope': opts['cachescope'],
|
|
1623
|
+
'cacheuser': opts['cacheuser'],
|
|
1572
1624
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1573
1625
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1574
1626
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1602,6 +1654,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1602
1654
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1603
1655
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1604
1656
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1657
|
+
* @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)
|
|
1605
1658
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1606
1659
|
* @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
|
|
1607
1660
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1638,6 +1691,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1638
1691
|
'cachegroup': opts['cachegroup'],
|
|
1639
1692
|
'cachekey': opts['cachekey'],
|
|
1640
1693
|
'cachescope': opts['cachescope'],
|
|
1694
|
+
'cacheuser': opts['cacheuser'],
|
|
1641
1695
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1642
1696
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1643
1697
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1669,6 +1723,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1669
1723
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1670
1724
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1671
1725
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1726
|
+
* @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)
|
|
1672
1727
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1673
1728
|
* @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
|
|
1674
1729
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1695,6 +1750,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1695
1750
|
'cachegroup': opts['cachegroup'],
|
|
1696
1751
|
'cachekey': opts['cachekey'],
|
|
1697
1752
|
'cachescope': opts['cachescope'],
|
|
1753
|
+
'cacheuser': opts['cacheuser'],
|
|
1698
1754
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1699
1755
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1700
1756
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1726,6 +1782,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1726
1782
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1727
1783
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1728
1784
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1785
|
+
* @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)
|
|
1729
1786
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1730
1787
|
* @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
|
|
1731
1788
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1752,6 +1809,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1752
1809
|
'cachegroup': opts['cachegroup'],
|
|
1753
1810
|
'cachekey': opts['cachekey'],
|
|
1754
1811
|
'cachescope': opts['cachescope'],
|
|
1812
|
+
'cacheuser': opts['cacheuser'],
|
|
1755
1813
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1756
1814
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1757
1815
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1781,6 +1839,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1781
1839
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1782
1840
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1783
1841
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1842
|
+
* @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)
|
|
1784
1843
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1785
1844
|
* @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
|
|
1786
1845
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1807,6 +1866,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1807
1866
|
'cachegroup': opts['cachegroup'],
|
|
1808
1867
|
'cachekey': opts['cachekey'],
|
|
1809
1868
|
'cachescope': opts['cachescope'],
|
|
1869
|
+
'cacheuser': opts['cacheuser'],
|
|
1810
1870
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1811
1871
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1812
1872
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1836,6 +1896,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1836
1896
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1837
1897
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1838
1898
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1899
|
+
* @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)
|
|
1839
1900
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1840
1901
|
* @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
|
|
1841
1902
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1862,6 +1923,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1862
1923
|
'cachegroup': opts['cachegroup'],
|
|
1863
1924
|
'cachekey': opts['cachekey'],
|
|
1864
1925
|
'cachescope': opts['cachescope'],
|
|
1926
|
+
'cacheuser': opts['cacheuser'],
|
|
1865
1927
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1866
1928
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1867
1929
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1891,6 +1953,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1891
1953
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1892
1954
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1893
1955
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1956
|
+
* @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)
|
|
1894
1957
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1895
1958
|
* @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
|
|
1896
1959
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1917,6 +1980,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1917
1980
|
'cachegroup': opts['cachegroup'],
|
|
1918
1981
|
'cachekey': opts['cachekey'],
|
|
1919
1982
|
'cachescope': opts['cachescope'],
|
|
1983
|
+
'cacheuser': opts['cacheuser'],
|
|
1920
1984
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1921
1985
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1922
1986
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1946,6 +2010,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1946
2010
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1947
2011
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1948
2012
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2013
|
+
* @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)
|
|
1949
2014
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1950
2015
|
* @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
|
|
1951
2016
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1972,6 +2037,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1972
2037
|
'cachegroup': opts['cachegroup'],
|
|
1973
2038
|
'cachekey': opts['cachekey'],
|
|
1974
2039
|
'cachescope': opts['cachescope'],
|
|
2040
|
+
'cacheuser': opts['cacheuser'],
|
|
1975
2041
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1976
2042
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1977
2043
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2001,6 +2067,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2001
2067
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2002
2068
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2003
2069
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2070
|
+
* @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)
|
|
2004
2071
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2005
2072
|
* @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
|
|
2006
2073
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2027,6 +2094,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2027
2094
|
'cachegroup': opts['cachegroup'],
|
|
2028
2095
|
'cachekey': opts['cachekey'],
|
|
2029
2096
|
'cachescope': opts['cachescope'],
|
|
2097
|
+
'cacheuser': opts['cacheuser'],
|
|
2030
2098
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2031
2099
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2032
2100
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2058,6 +2126,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2058
2126
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2059
2127
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2060
2128
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2129
|
+
* @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)
|
|
2061
2130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2062
2131
|
* @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
|
|
2063
2132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2094,6 +2163,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2094
2163
|
'cachegroup': opts['cachegroup'],
|
|
2095
2164
|
'cachekey': opts['cachekey'],
|
|
2096
2165
|
'cachescope': opts['cachescope'],
|
|
2166
|
+
'cacheuser': opts['cacheuser'],
|
|
2097
2167
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2098
2168
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2099
2169
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2125,6 +2195,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2125
2195
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2126
2196
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2127
2197
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2198
|
+
* @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)
|
|
2128
2199
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2129
2200
|
* @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
|
|
2130
2201
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2161,6 +2232,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2161
2232
|
'cachegroup': opts['cachegroup'],
|
|
2162
2233
|
'cachekey': opts['cachekey'],
|
|
2163
2234
|
'cachescope': opts['cachescope'],
|
|
2235
|
+
'cacheuser': opts['cacheuser'],
|
|
2164
2236
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2165
2237
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2166
2238
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2191,6 +2263,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2191
2263
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2192
2264
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2193
2265
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2266
|
+
* @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)
|
|
2194
2267
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2195
2268
|
* @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
|
|
2196
2269
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2217,6 +2290,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2217
2290
|
'cachegroup': opts['cachegroup'],
|
|
2218
2291
|
'cachekey': opts['cachekey'],
|
|
2219
2292
|
'cachescope': opts['cachescope'],
|
|
2293
|
+
'cacheuser': opts['cacheuser'],
|
|
2220
2294
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2221
2295
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2222
2296
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2248,6 +2322,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2248
2322
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2249
2323
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2250
2324
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2325
|
+
* @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)
|
|
2251
2326
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2252
2327
|
* @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
|
|
2253
2328
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2274,6 +2349,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2274
2349
|
'cachegroup': opts['cachegroup'],
|
|
2275
2350
|
'cachekey': opts['cachekey'],
|
|
2276
2351
|
'cachescope': opts['cachescope'],
|
|
2352
|
+
'cacheuser': opts['cacheuser'],
|
|
2277
2353
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2278
2354
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2279
2355
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2305,6 +2381,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2305
2381
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2306
2382
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2307
2383
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2384
|
+
* @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)
|
|
2308
2385
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2309
2386
|
* @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
|
|
2310
2387
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2331,6 +2408,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2331
2408
|
'cachegroup': opts['cachegroup'],
|
|
2332
2409
|
'cachekey': opts['cachekey'],
|
|
2333
2410
|
'cachescope': opts['cachescope'],
|
|
2411
|
+
'cacheuser': opts['cacheuser'],
|
|
2334
2412
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2335
2413
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2336
2414
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2362,6 +2440,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2362
2440
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2363
2441
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2364
2442
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2443
|
+
* @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)
|
|
2365
2444
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2366
2445
|
* @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
|
|
2367
2446
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2388,6 +2467,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2388
2467
|
'cachegroup': opts['cachegroup'],
|
|
2389
2468
|
'cachekey': opts['cachekey'],
|
|
2390
2469
|
'cachescope': opts['cachescope'],
|
|
2470
|
+
'cacheuser': opts['cacheuser'],
|
|
2391
2471
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2392
2472
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2393
2473
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2422,6 +2502,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2422
2502
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2423
2503
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2424
2504
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2505
|
+
* @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)
|
|
2425
2506
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2426
2507
|
* @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
|
|
2427
2508
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2453,6 +2534,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2453
2534
|
'cachegroup': opts['cachegroup'],
|
|
2454
2535
|
'cachekey': opts['cachekey'],
|
|
2455
2536
|
'cachescope': opts['cachescope'],
|
|
2537
|
+
'cacheuser': opts['cacheuser'],
|
|
2456
2538
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2457
2539
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2458
2540
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2485,6 +2567,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2485
2567
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2486
2568
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2487
2569
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2570
|
+
* @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)
|
|
2488
2571
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2489
2572
|
* @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
|
|
2490
2573
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2511,6 +2594,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2511
2594
|
'cachegroup': opts['cachegroup'],
|
|
2512
2595
|
'cachekey': opts['cachekey'],
|
|
2513
2596
|
'cachescope': opts['cachescope'],
|
|
2597
|
+
'cacheuser': opts['cacheuser'],
|
|
2514
2598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2515
2599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2516
2600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2542,6 +2626,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2542
2626
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2543
2627
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2544
2628
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2629
|
+
* @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)
|
|
2545
2630
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2546
2631
|
* @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
|
|
2547
2632
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2573,6 +2658,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2573
2658
|
'cachegroup': opts['cachegroup'],
|
|
2574
2659
|
'cachekey': opts['cachekey'],
|
|
2575
2660
|
'cachescope': opts['cachescope'],
|
|
2661
|
+
'cacheuser': opts['cacheuser'],
|
|
2576
2662
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2577
2663
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2578
2664
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2604,6 +2690,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2604
2690
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2605
2691
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2606
2692
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2693
|
+
* @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)
|
|
2607
2694
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2608
2695
|
* @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
|
|
2609
2696
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2635,6 +2722,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2635
2722
|
'cachegroup': opts['cachegroup'],
|
|
2636
2723
|
'cachekey': opts['cachekey'],
|
|
2637
2724
|
'cachescope': opts['cachescope'],
|
|
2725
|
+
'cacheuser': opts['cacheuser'],
|
|
2638
2726
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2639
2727
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2640
2728
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2667,6 +2755,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2667
2755
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2668
2756
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2669
2757
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2758
|
+
* @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)
|
|
2670
2759
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2671
2760
|
* @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
|
|
2672
2761
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2698,6 +2787,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2698
2787
|
'cachegroup': opts['cachegroup'],
|
|
2699
2788
|
'cachekey': opts['cachekey'],
|
|
2700
2789
|
'cachescope': opts['cachescope'],
|
|
2790
|
+
'cacheuser': opts['cacheuser'],
|
|
2701
2791
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2702
2792
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2703
2793
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2730,6 +2820,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2730
2820
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2731
2821
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2732
2822
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2823
|
+
* @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)
|
|
2733
2824
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2734
2825
|
* @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
|
|
2735
2826
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2761,6 +2852,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2761
2852
|
'cachegroup': opts['cachegroup'],
|
|
2762
2853
|
'cachekey': opts['cachekey'],
|
|
2763
2854
|
'cachescope': opts['cachescope'],
|
|
2855
|
+
'cacheuser': opts['cacheuser'],
|
|
2764
2856
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2765
2857
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2766
2858
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2793,6 +2885,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2793
2885
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2794
2886
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2795
2887
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2888
|
+
* @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)
|
|
2796
2889
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2797
2890
|
* @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
|
|
2798
2891
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2824,6 +2917,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2824
2917
|
'cachegroup': opts['cachegroup'],
|
|
2825
2918
|
'cachekey': opts['cachekey'],
|
|
2826
2919
|
'cachescope': opts['cachescope'],
|
|
2920
|
+
'cacheuser': opts['cacheuser'],
|
|
2827
2921
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2828
2922
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2829
2923
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2856,6 +2950,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2856
2950
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2857
2951
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2858
2952
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2953
|
+
* @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)
|
|
2859
2954
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2860
2955
|
* @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
|
|
2861
2956
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2887,6 +2982,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2887
2982
|
'cachegroup': opts['cachegroup'],
|
|
2888
2983
|
'cachekey': opts['cachekey'],
|
|
2889
2984
|
'cachescope': opts['cachescope'],
|
|
2985
|
+
'cacheuser': opts['cacheuser'],
|
|
2890
2986
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2891
2987
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2892
2988
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2919,6 +3015,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2919
3015
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2920
3016
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2921
3017
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3018
|
+
* @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)
|
|
2922
3019
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2923
3020
|
* @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
|
|
2924
3021
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2950,6 +3047,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2950
3047
|
'cachegroup': opts['cachegroup'],
|
|
2951
3048
|
'cachekey': opts['cachekey'],
|
|
2952
3049
|
'cachescope': opts['cachescope'],
|
|
3050
|
+
'cacheuser': opts['cacheuser'],
|
|
2953
3051
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2954
3052
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2955
3053
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2981,6 +3079,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2981
3079
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2982
3080
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2983
3081
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3082
|
+
* @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)
|
|
2984
3083
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2985
3084
|
* @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
|
|
2986
3085
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3007,6 +3106,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3007
3106
|
'cachegroup': opts['cachegroup'],
|
|
3008
3107
|
'cachekey': opts['cachekey'],
|
|
3009
3108
|
'cachescope': opts['cachescope'],
|
|
3109
|
+
'cacheuser': opts['cacheuser'],
|
|
3010
3110
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3011
3111
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3012
3112
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3038,6 +3138,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3038
3138
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3039
3139
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3040
3140
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3141
|
+
* @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)
|
|
3041
3142
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3042
3143
|
* @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
|
|
3043
3144
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3064,6 +3165,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3064
3165
|
'cachegroup': opts['cachegroup'],
|
|
3065
3166
|
'cachekey': opts['cachekey'],
|
|
3066
3167
|
'cachescope': opts['cachescope'],
|
|
3168
|
+
'cacheuser': opts['cacheuser'],
|
|
3067
3169
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3068
3170
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3069
3171
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3093,6 +3195,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3093
3195
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3094
3196
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3095
3197
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3198
|
+
* @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)
|
|
3096
3199
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3097
3200
|
* @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
|
|
3098
3201
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3119,6 +3222,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3119
3222
|
'cachegroup': opts['cachegroup'],
|
|
3120
3223
|
'cachekey': opts['cachekey'],
|
|
3121
3224
|
'cachescope': opts['cachescope'],
|
|
3225
|
+
'cacheuser': opts['cacheuser'],
|
|
3122
3226
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3123
3227
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3124
3228
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3148,6 +3252,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3148
3252
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3149
3253
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3150
3254
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3255
|
+
* @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)
|
|
3151
3256
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3152
3257
|
* @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
|
|
3153
3258
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3174,6 +3279,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3174
3279
|
'cachegroup': opts['cachegroup'],
|
|
3175
3280
|
'cachekey': opts['cachekey'],
|
|
3176
3281
|
'cachescope': opts['cachescope'],
|
|
3282
|
+
'cacheuser': opts['cacheuser'],
|
|
3177
3283
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3178
3284
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3179
3285
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3203,6 +3309,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3203
3309
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3204
3310
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3205
3311
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3312
|
+
* @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)
|
|
3206
3313
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3207
3314
|
* @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
|
|
3208
3315
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3229,6 +3336,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3229
3336
|
'cachegroup': opts['cachegroup'],
|
|
3230
3337
|
'cachekey': opts['cachekey'],
|
|
3231
3338
|
'cachescope': opts['cachescope'],
|
|
3339
|
+
'cacheuser': opts['cacheuser'],
|
|
3232
3340
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3233
3341
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3234
3342
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3260,6 +3368,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3260
3368
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3261
3369
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3262
3370
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3371
|
+
* @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)
|
|
3263
3372
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3264
3373
|
* @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
|
|
3265
3374
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3286,6 +3395,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3286
3395
|
'cachegroup': opts['cachegroup'],
|
|
3287
3396
|
'cachekey': opts['cachekey'],
|
|
3288
3397
|
'cachescope': opts['cachescope'],
|
|
3398
|
+
'cacheuser': opts['cacheuser'],
|
|
3289
3399
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3290
3400
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3291
3401
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3317,6 +3427,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3317
3427
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3318
3428
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3319
3429
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3430
|
+
* @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)
|
|
3320
3431
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3321
3432
|
* @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
|
|
3322
3433
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3343,6 +3454,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3343
3454
|
'cachegroup': opts['cachegroup'],
|
|
3344
3455
|
'cachekey': opts['cachekey'],
|
|
3345
3456
|
'cachescope': opts['cachescope'],
|
|
3457
|
+
'cacheuser': opts['cacheuser'],
|
|
3346
3458
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3347
3459
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3348
3460
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3374,6 +3486,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3374
3486
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3375
3487
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3376
3488
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3489
|
+
* @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)
|
|
3377
3490
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3378
3491
|
* @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
|
|
3379
3492
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3399,6 +3512,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3399
3512
|
'cachegroup': opts['cachegroup'],
|
|
3400
3513
|
'cachekey': opts['cachekey'],
|
|
3401
3514
|
'cachescope': opts['cachescope'],
|
|
3515
|
+
'cacheuser': opts['cacheuser'],
|
|
3402
3516
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3403
3517
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3404
3518
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3431,6 +3545,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3431
3545
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3432
3546
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3433
3547
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3548
|
+
* @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)
|
|
3434
3549
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3435
3550
|
* @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
|
|
3436
3551
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3460,6 +3575,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3460
3575
|
'cachegroup': opts['cachegroup'],
|
|
3461
3576
|
'cachekey': opts['cachekey'],
|
|
3462
3577
|
'cachescope': opts['cachescope'],
|
|
3578
|
+
'cacheuser': opts['cacheuser'],
|
|
3463
3579
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3464
3580
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3465
3581
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3492,6 +3608,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3492
3608
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3493
3609
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3494
3610
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3611
|
+
* @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)
|
|
3495
3612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3496
3613
|
* @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
|
|
3497
3614
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3523,6 +3640,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3523
3640
|
'cachegroup': opts['cachegroup'],
|
|
3524
3641
|
'cachekey': opts['cachekey'],
|
|
3525
3642
|
'cachescope': opts['cachescope'],
|
|
3643
|
+
'cacheuser': opts['cacheuser'],
|
|
3526
3644
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3527
3645
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3528
3646
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3552,6 +3670,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3552
3670
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3553
3671
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3554
3672
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3673
|
+
* @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)
|
|
3555
3674
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3556
3675
|
* @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
|
|
3557
3676
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3579,6 +3698,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3579
3698
|
'cachegroup': opts['cachegroup'],
|
|
3580
3699
|
'cachekey': opts['cachekey'],
|
|
3581
3700
|
'cachescope': opts['cachescope'],
|
|
3701
|
+
'cacheuser': opts['cacheuser'],
|
|
3582
3702
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3583
3703
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3584
3704
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3611,6 +3731,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3611
3731
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3612
3732
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3613
3733
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3734
|
+
* @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)
|
|
3614
3735
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3615
3736
|
* @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
|
|
3616
3737
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3641,6 +3762,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3641
3762
|
'cachegroup': opts['cachegroup'],
|
|
3642
3763
|
'cachekey': opts['cachekey'],
|
|
3643
3764
|
'cachescope': opts['cachescope'],
|
|
3765
|
+
'cacheuser': opts['cacheuser'],
|
|
3644
3766
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3645
3767
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3646
3768
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3671,6 +3793,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3671
3793
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3672
3794
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3673
3795
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3796
|
+
* @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)
|
|
3674
3797
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3675
3798
|
* @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
|
|
3676
3799
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3700,6 +3823,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3700
3823
|
'cachegroup': opts['cachegroup'],
|
|
3701
3824
|
'cachekey': opts['cachekey'],
|
|
3702
3825
|
'cachescope': opts['cachescope'],
|
|
3826
|
+
'cacheuser': opts['cacheuser'],
|
|
3703
3827
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3704
3828
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3705
3829
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3731,6 +3855,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3731
3855
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3732
3856
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3733
3857
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3858
|
+
* @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)
|
|
3734
3859
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3735
3860
|
* @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
|
|
3736
3861
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3756,6 +3881,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3756
3881
|
'cachegroup': opts['cachegroup'],
|
|
3757
3882
|
'cachekey': opts['cachekey'],
|
|
3758
3883
|
'cachescope': opts['cachescope'],
|
|
3884
|
+
'cacheuser': opts['cacheuser'],
|
|
3759
3885
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3760
3886
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3761
3887
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3787,6 +3913,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3787
3913
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3788
3914
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3789
3915
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3916
|
+
* @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)
|
|
3790
3917
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3791
3918
|
* @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
|
|
3792
3919
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3812,6 +3939,7 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3812
3939
|
'cachegroup': opts['cachegroup'],
|
|
3813
3940
|
'cachekey': opts['cachekey'],
|
|
3814
3941
|
'cachescope': opts['cachescope'],
|
|
3942
|
+
'cacheuser': opts['cacheuser'],
|
|
3815
3943
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3816
3944
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3817
3945
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|