@gobodo/gobodo-api 0.1.36 → 0.1.38
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- 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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- 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 +14 -14
- 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 +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- 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 +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.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 +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- 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 +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +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 +17 -17
- 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 +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- 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 +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.38
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* GraphRelationships service.
|
|
32
32
|
* @module api/GraphRelationshipsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -57,6 +57,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} id
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -80,6 +84,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
80
84
|
var queryParams = {};
|
|
81
85
|
var headerParams = {
|
|
82
86
|
'Authorization': opts['authorization'],
|
|
87
|
+
'cacheduration': opts['cacheduration'],
|
|
88
|
+
'cachegroup': opts['cachegroup'],
|
|
89
|
+
'cachekey': opts['cachekey'],
|
|
90
|
+
'cachescope': opts['cachescope'],
|
|
83
91
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
84
92
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
85
93
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -105,6 +113,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
113
|
* @param {Number} id
|
|
106
114
|
* @param {Object} opts Optional parameters
|
|
107
115
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
116
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
117
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
120
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
121
|
* @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
|
|
110
122
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -128,6 +140,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
140
|
var queryParams = {};
|
|
129
141
|
var headerParams = {
|
|
130
142
|
'Authorization': opts['authorization'],
|
|
143
|
+
'cacheduration': opts['cacheduration'],
|
|
144
|
+
'cachegroup': opts['cachegroup'],
|
|
145
|
+
'cachekey': opts['cachekey'],
|
|
146
|
+
'cachescope': opts['cachescope'],
|
|
131
147
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
132
148
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
133
149
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -156,6 +172,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
156
172
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
157
173
|
* @param {Object} opts Optional parameters
|
|
158
174
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
175
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
176
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
177
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
178
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
159
179
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
160
180
|
* @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
|
|
161
181
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -182,6 +202,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
182
202
|
var queryParams = {};
|
|
183
203
|
var headerParams = {
|
|
184
204
|
'Authorization': opts['authorization'],
|
|
205
|
+
'cacheduration': opts['cacheduration'],
|
|
206
|
+
'cachegroup': opts['cachegroup'],
|
|
207
|
+
'cachekey': opts['cachekey'],
|
|
208
|
+
'cachescope': opts['cachescope'],
|
|
185
209
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
186
210
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
187
211
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -209,6 +233,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
233
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data
|
|
210
234
|
* @param {Object} opts Optional parameters
|
|
211
235
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
236
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
237
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
238
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
239
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
212
240
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
213
241
|
* @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
|
|
214
242
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -229,6 +257,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
257
|
var queryParams = {};
|
|
230
258
|
var headerParams = {
|
|
231
259
|
'Authorization': opts['authorization'],
|
|
260
|
+
'cacheduration': opts['cacheduration'],
|
|
261
|
+
'cachegroup': opts['cachegroup'],
|
|
262
|
+
'cachekey': opts['cachekey'],
|
|
263
|
+
'cachescope': opts['cachescope'],
|
|
232
264
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
233
265
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
266
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -257,6 +289,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
289
|
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
258
290
|
* @param {Object} opts Optional parameters
|
|
259
291
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
292
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
293
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
294
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
295
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
260
296
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
261
297
|
* @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
|
|
262
298
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -283,6 +319,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
283
319
|
var queryParams = {};
|
|
284
320
|
var headerParams = {
|
|
285
321
|
'Authorization': opts['authorization'],
|
|
322
|
+
'cacheduration': opts['cacheduration'],
|
|
323
|
+
'cachegroup': opts['cachegroup'],
|
|
324
|
+
'cachekey': opts['cachekey'],
|
|
325
|
+
'cachescope': opts['cachescope'],
|
|
286
326
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
287
327
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
288
328
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -310,6 +350,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
310
350
|
* @param {Number} id
|
|
311
351
|
* @param {Object} opts Optional parameters
|
|
312
352
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
353
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
354
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
355
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
356
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
313
357
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
314
358
|
* @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
|
|
315
359
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -331,6 +375,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
331
375
|
var queryParams = {};
|
|
332
376
|
var headerParams = {
|
|
333
377
|
'Authorization': opts['authorization'],
|
|
378
|
+
'cacheduration': opts['cacheduration'],
|
|
379
|
+
'cachegroup': opts['cachegroup'],
|
|
380
|
+
'cachekey': opts['cachekey'],
|
|
381
|
+
'cachescope': opts['cachescope'],
|
|
334
382
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
335
383
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
336
384
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -356,6 +404,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
356
404
|
* Root for the API
|
|
357
405
|
* @param {Object} opts Optional parameters
|
|
358
406
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
407
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
408
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
409
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
410
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
359
411
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
360
412
|
* @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
|
|
361
413
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -371,6 +423,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
371
423
|
var queryParams = {};
|
|
372
424
|
var headerParams = {
|
|
373
425
|
'Authorization': opts['authorization'],
|
|
426
|
+
'cacheduration': opts['cacheduration'],
|
|
427
|
+
'cachegroup': opts['cachegroup'],
|
|
428
|
+
'cachekey': opts['cachekey'],
|
|
429
|
+
'cachescope': opts['cachescope'],
|
|
374
430
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
375
431
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
376
432
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -396,6 +452,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
452
|
* Root for the API
|
|
397
453
|
* @param {Object} opts Optional parameters
|
|
398
454
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
455
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
456
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
457
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
458
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
399
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
|
|
400
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
|
|
401
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
|
|
@@ -411,6 +471,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
411
471
|
var queryParams = {};
|
|
412
472
|
var headerParams = {
|
|
413
473
|
'Authorization': opts['authorization'],
|
|
474
|
+
'cacheduration': opts['cacheduration'],
|
|
475
|
+
'cachegroup': opts['cachegroup'],
|
|
476
|
+
'cachekey': opts['cachekey'],
|
|
477
|
+
'cachescope': opts['cachescope'],
|
|
414
478
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
415
479
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
416
480
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -438,6 +502,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
438
502
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
439
503
|
* @param {Object} opts Optional parameters
|
|
440
504
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
505
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
506
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
507
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
508
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
441
509
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
442
510
|
* @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
|
|
443
511
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -460,6 +528,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
460
528
|
var queryParams = {};
|
|
461
529
|
var headerParams = {
|
|
462
530
|
'Authorization': opts['authorization'],
|
|
531
|
+
'cacheduration': opts['cacheduration'],
|
|
532
|
+
'cachegroup': opts['cachegroup'],
|
|
533
|
+
'cachekey': opts['cachekey'],
|
|
534
|
+
'cachescope': opts['cachescope'],
|
|
463
535
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
464
536
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
465
537
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -488,6 +560,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
560
|
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
489
561
|
* @param {Object} opts Optional parameters
|
|
490
562
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
563
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
564
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
565
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
566
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
491
567
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
492
568
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
493
569
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -515,6 +591,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
591
|
var queryParams = {};
|
|
516
592
|
var headerParams = {
|
|
517
593
|
'Authorization': opts['authorization'],
|
|
594
|
+
'cacheduration': opts['cacheduration'],
|
|
595
|
+
'cachegroup': opts['cachegroup'],
|
|
596
|
+
'cachekey': opts['cachekey'],
|
|
597
|
+
'cachescope': opts['cachescope'],
|
|
518
598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
519
599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
520
600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -540,6 +620,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
620
|
* @param {Number} id
|
|
541
621
|
* @param {Object} opts Optional parameters
|
|
542
622
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
623
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
624
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
625
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
626
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
543
627
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
544
628
|
* @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
|
|
545
629
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -562,6 +646,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
562
646
|
var queryParams = {};
|
|
563
647
|
var headerParams = {
|
|
564
648
|
'Authorization': opts['authorization'],
|
|
649
|
+
'cacheduration': opts['cacheduration'],
|
|
650
|
+
'cachegroup': opts['cachegroup'],
|
|
651
|
+
'cachekey': opts['cachekey'],
|
|
652
|
+
'cachescope': opts['cachescope'],
|
|
565
653
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
566
654
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
567
655
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -587,6 +675,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
587
675
|
* @param {Number} id
|
|
588
676
|
* @param {Object} opts Optional parameters
|
|
589
677
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
678
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
679
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
680
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
681
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
590
682
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
591
683
|
* @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
|
|
592
684
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -609,6 +701,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
609
701
|
var queryParams = {};
|
|
610
702
|
var headerParams = {
|
|
611
703
|
'Authorization': opts['authorization'],
|
|
704
|
+
'cacheduration': opts['cacheduration'],
|
|
705
|
+
'cachegroup': opts['cachegroup'],
|
|
706
|
+
'cachekey': opts['cachekey'],
|
|
707
|
+
'cachescope': opts['cachescope'],
|
|
612
708
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
613
709
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
614
710
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -636,6 +732,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
636
732
|
* @param {Number} id
|
|
637
733
|
* @param {Object} opts Optional parameters
|
|
638
734
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
735
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
736
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
737
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
738
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
639
739
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
640
740
|
* @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
|
|
641
741
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -658,6 +758,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
658
758
|
var queryParams = {};
|
|
659
759
|
var headerParams = {
|
|
660
760
|
'Authorization': opts['authorization'],
|
|
761
|
+
'cacheduration': opts['cacheduration'],
|
|
762
|
+
'cachegroup': opts['cachegroup'],
|
|
763
|
+
'cachekey': opts['cachekey'],
|
|
764
|
+
'cachescope': opts['cachescope'],
|
|
661
765
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
662
766
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
663
767
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -688,6 +792,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
688
792
|
* @param {String} prop
|
|
689
793
|
* @param {Object} opts Optional parameters
|
|
690
794
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
795
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
796
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
797
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
798
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
691
799
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
692
800
|
* @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
|
|
693
801
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -715,6 +823,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
715
823
|
var queryParams = {};
|
|
716
824
|
var headerParams = {
|
|
717
825
|
'Authorization': opts['authorization'],
|
|
826
|
+
'cacheduration': opts['cacheduration'],
|
|
827
|
+
'cachegroup': opts['cachegroup'],
|
|
828
|
+
'cachekey': opts['cachekey'],
|
|
829
|
+
'cachescope': opts['cachescope'],
|
|
718
830
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
719
831
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
720
832
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -743,6 +855,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
743
855
|
* @param {Number} id
|
|
744
856
|
* @param {Object} opts Optional parameters
|
|
745
857
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
858
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
859
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
860
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
861
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
746
862
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
747
863
|
* @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
|
|
748
864
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -765,6 +881,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
765
881
|
var queryParams = {};
|
|
766
882
|
var headerParams = {
|
|
767
883
|
'Authorization': opts['authorization'],
|
|
884
|
+
'cacheduration': opts['cacheduration'],
|
|
885
|
+
'cachegroup': opts['cachegroup'],
|
|
886
|
+
'cachekey': opts['cachekey'],
|
|
887
|
+
'cachescope': opts['cachescope'],
|
|
768
888
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
769
889
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
770
890
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -791,6 +911,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
791
911
|
* @param {String} classname
|
|
792
912
|
* @param {Object} opts Optional parameters
|
|
793
913
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
914
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
915
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
916
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
917
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
794
918
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
795
919
|
* @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
|
|
796
920
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -813,6 +937,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
813
937
|
var queryParams = {};
|
|
814
938
|
var headerParams = {
|
|
815
939
|
'Authorization': opts['authorization'],
|
|
940
|
+
'cacheduration': opts['cacheduration'],
|
|
941
|
+
'cachegroup': opts['cachegroup'],
|
|
942
|
+
'cachekey': opts['cachekey'],
|
|
943
|
+
'cachescope': opts['cachescope'],
|
|
816
944
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
817
945
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
818
946
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -839,6 +967,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
839
967
|
* @param {String} id
|
|
840
968
|
* @param {Object} opts Optional parameters
|
|
841
969
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
970
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
971
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
972
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
973
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
842
974
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
843
975
|
* @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
|
|
844
976
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -861,6 +993,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
861
993
|
var queryParams = {};
|
|
862
994
|
var headerParams = {
|
|
863
995
|
'Authorization': opts['authorization'],
|
|
996
|
+
'cacheduration': opts['cacheduration'],
|
|
997
|
+
'cachegroup': opts['cachegroup'],
|
|
998
|
+
'cachekey': opts['cachekey'],
|
|
999
|
+
'cachescope': opts['cachescope'],
|
|
864
1000
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
865
1001
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
866
1002
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -887,6 +1023,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
887
1023
|
* @param {String} key
|
|
888
1024
|
* @param {Object} opts Optional parameters
|
|
889
1025
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1026
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1027
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1028
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1029
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
890
1030
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
891
1031
|
* @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
|
|
892
1032
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -909,6 +1049,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
909
1049
|
var queryParams = {};
|
|
910
1050
|
var headerParams = {
|
|
911
1051
|
'Authorization': opts['authorization'],
|
|
1052
|
+
'cacheduration': opts['cacheduration'],
|
|
1053
|
+
'cachegroup': opts['cachegroup'],
|
|
1054
|
+
'cachekey': opts['cachekey'],
|
|
1055
|
+
'cachescope': opts['cachescope'],
|
|
912
1056
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
913
1057
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
914
1058
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -935,6 +1079,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
935
1079
|
* @param {Number} id
|
|
936
1080
|
* @param {Object} opts Optional parameters
|
|
937
1081
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1082
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1083
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1084
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1085
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
938
1086
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
939
1087
|
* @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
|
|
940
1088
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -957,6 +1105,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
957
1105
|
var queryParams = {};
|
|
958
1106
|
var headerParams = {
|
|
959
1107
|
'Authorization': opts['authorization'],
|
|
1108
|
+
'cacheduration': opts['cacheduration'],
|
|
1109
|
+
'cachegroup': opts['cachegroup'],
|
|
1110
|
+
'cachekey': opts['cachekey'],
|
|
1111
|
+
'cachescope': opts['cachescope'],
|
|
960
1112
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
961
1113
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
962
1114
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -984,6 +1136,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
984
1136
|
* @param {String} type
|
|
985
1137
|
* @param {Object} opts Optional parameters
|
|
986
1138
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1139
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1140
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1141
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1142
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
987
1143
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
988
1144
|
* @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
|
|
989
1145
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1011,6 +1167,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1011
1167
|
var queryParams = {};
|
|
1012
1168
|
var headerParams = {
|
|
1013
1169
|
'Authorization': opts['authorization'],
|
|
1170
|
+
'cacheduration': opts['cacheduration'],
|
|
1171
|
+
'cachegroup': opts['cachegroup'],
|
|
1172
|
+
'cachekey': opts['cachekey'],
|
|
1173
|
+
'cachescope': opts['cachescope'],
|
|
1014
1174
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1015
1175
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1016
1176
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1039,6 +1199,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1039
1199
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1040
1200
|
* @param {Object} opts Optional parameters
|
|
1041
1201
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1202
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1203
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1204
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1205
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1042
1206
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1043
1207
|
* @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
|
|
1044
1208
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1066,6 +1230,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1066
1230
|
var queryParams = {};
|
|
1067
1231
|
var headerParams = {
|
|
1068
1232
|
'Authorization': opts['authorization'],
|
|
1233
|
+
'cacheduration': opts['cacheduration'],
|
|
1234
|
+
'cachegroup': opts['cachegroup'],
|
|
1235
|
+
'cachekey': opts['cachekey'],
|
|
1236
|
+
'cachescope': opts['cachescope'],
|
|
1069
1237
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1070
1238
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1071
1239
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1094,6 +1262,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1094
1262
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
1095
1263
|
* @param {Object} opts Optional parameters
|
|
1096
1264
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1265
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1266
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1267
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1268
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1097
1269
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1098
1270
|
* @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
|
|
1099
1271
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1121,6 +1293,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1121
1293
|
var queryParams = {};
|
|
1122
1294
|
var headerParams = {
|
|
1123
1295
|
'Authorization': opts['authorization'],
|
|
1296
|
+
'cacheduration': opts['cacheduration'],
|
|
1297
|
+
'cachegroup': opts['cachegroup'],
|
|
1298
|
+
'cachekey': opts['cachekey'],
|
|
1299
|
+
'cachescope': opts['cachescope'],
|
|
1124
1300
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1125
1301
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1126
1302
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1148,6 +1324,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1148
1324
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1149
1325
|
* @param {Object} opts Optional parameters
|
|
1150
1326
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1327
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1328
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1329
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1330
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1151
1331
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1152
1332
|
* @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
|
|
1153
1333
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1170,6 +1350,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1170
1350
|
var queryParams = {};
|
|
1171
1351
|
var headerParams = {
|
|
1172
1352
|
'Authorization': opts['authorization'],
|
|
1353
|
+
'cacheduration': opts['cacheduration'],
|
|
1354
|
+
'cachegroup': opts['cachegroup'],
|
|
1355
|
+
'cachekey': opts['cachekey'],
|
|
1356
|
+
'cachescope': opts['cachescope'],
|
|
1173
1357
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1174
1358
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1175
1359
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1197,6 +1381,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1197
1381
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1198
1382
|
* @param {Object} opts Optional parameters
|
|
1199
1383
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1384
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1385
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1386
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1387
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1200
1388
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1201
1389
|
* @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
|
|
1202
1390
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1219,6 +1407,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1219
1407
|
var queryParams = {};
|
|
1220
1408
|
var headerParams = {
|
|
1221
1409
|
'Authorization': opts['authorization'],
|
|
1410
|
+
'cacheduration': opts['cacheduration'],
|
|
1411
|
+
'cachegroup': opts['cachegroup'],
|
|
1412
|
+
'cachekey': opts['cachekey'],
|
|
1413
|
+
'cachescope': opts['cachescope'],
|
|
1222
1414
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1223
1415
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1224
1416
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1244,6 +1436,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1244
1436
|
* @param {Number} id
|
|
1245
1437
|
* @param {Object} opts Optional parameters
|
|
1246
1438
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1439
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1440
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1441
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1442
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1247
1443
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1248
1444
|
* @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
|
|
1249
1445
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1266,6 +1462,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1266
1462
|
var queryParams = {};
|
|
1267
1463
|
var headerParams = {
|
|
1268
1464
|
'Authorization': opts['authorization'],
|
|
1465
|
+
'cacheduration': opts['cacheduration'],
|
|
1466
|
+
'cachegroup': opts['cachegroup'],
|
|
1467
|
+
'cachekey': opts['cachekey'],
|
|
1468
|
+
'cachescope': opts['cachescope'],
|
|
1269
1469
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1270
1470
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1271
1471
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1291,6 +1491,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1291
1491
|
* @param {Number} id
|
|
1292
1492
|
* @param {Object} opts Optional parameters
|
|
1293
1493
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1494
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1495
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1496
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1497
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1294
1498
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1295
1499
|
* @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
|
|
1296
1500
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1314,6 +1518,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1314
1518
|
var queryParams = {};
|
|
1315
1519
|
var headerParams = {
|
|
1316
1520
|
'Authorization': opts['authorization'],
|
|
1521
|
+
'cacheduration': opts['cacheduration'],
|
|
1522
|
+
'cachegroup': opts['cachegroup'],
|
|
1523
|
+
'cachekey': opts['cachekey'],
|
|
1524
|
+
'cachescope': opts['cachescope'],
|
|
1317
1525
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1318
1526
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1319
1527
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1339,6 +1547,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1339
1547
|
* @param {Number} id
|
|
1340
1548
|
* @param {Object} opts Optional parameters
|
|
1341
1549
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1550
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1551
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1552
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1553
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1342
1554
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1343
1555
|
* @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
|
|
1344
1556
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1362,6 +1574,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1362
1574
|
var queryParams = {};
|
|
1363
1575
|
var headerParams = {
|
|
1364
1576
|
'Authorization': opts['authorization'],
|
|
1577
|
+
'cacheduration': opts['cacheduration'],
|
|
1578
|
+
'cachegroup': opts['cachegroup'],
|
|
1579
|
+
'cachekey': opts['cachekey'],
|
|
1580
|
+
'cachescope': opts['cachescope'],
|
|
1365
1581
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1366
1582
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1367
1583
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1389,6 +1605,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1389
1605
|
* @param {Number} id
|
|
1390
1606
|
* @param {Object} opts Optional parameters
|
|
1391
1607
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1608
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1609
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1610
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1611
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1392
1612
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1393
1613
|
* @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
|
|
1394
1614
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1411,6 +1631,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1411
1631
|
var queryParams = {};
|
|
1412
1632
|
var headerParams = {
|
|
1413
1633
|
'Authorization': opts['authorization'],
|
|
1634
|
+
'cacheduration': opts['cacheduration'],
|
|
1635
|
+
'cachegroup': opts['cachegroup'],
|
|
1636
|
+
'cachekey': opts['cachekey'],
|
|
1637
|
+
'cachescope': opts['cachescope'],
|
|
1414
1638
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1415
1639
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1416
1640
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1439,6 +1663,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1439
1663
|
* @param {String} prop
|
|
1440
1664
|
* @param {Object} opts Optional parameters
|
|
1441
1665
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1666
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1667
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1668
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1669
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1442
1670
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1443
1671
|
* @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
|
|
1444
1672
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1466,6 +1694,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1466
1694
|
var queryParams = {};
|
|
1467
1695
|
var headerParams = {
|
|
1468
1696
|
'Authorization': opts['authorization'],
|
|
1697
|
+
'cacheduration': opts['cacheduration'],
|
|
1698
|
+
'cachegroup': opts['cachegroup'],
|
|
1699
|
+
'cachekey': opts['cachekey'],
|
|
1700
|
+
'cachescope': opts['cachescope'],
|
|
1469
1701
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1470
1702
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1471
1703
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1494,6 +1726,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1494
1726
|
* @param {module:model/GraphRelationshipType} graphRelationshipType Relationship Type data object to update
|
|
1495
1727
|
* @param {Object} opts Optional parameters
|
|
1496
1728
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1729
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1730
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1731
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1732
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1497
1733
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1498
1734
|
* @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
|
|
1499
1735
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1520,6 +1756,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1520
1756
|
var queryParams = {};
|
|
1521
1757
|
var headerParams = {
|
|
1522
1758
|
'Authorization': opts['authorization'],
|
|
1759
|
+
'cacheduration': opts['cacheduration'],
|
|
1760
|
+
'cachegroup': opts['cachegroup'],
|
|
1761
|
+
'cachekey': opts['cachekey'],
|
|
1762
|
+
'cachescope': opts['cachescope'],
|
|
1523
1763
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1524
1764
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1525
1765
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1545,6 +1785,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1545
1785
|
* @param {Number} id
|
|
1546
1786
|
* @param {Object} opts Optional parameters
|
|
1547
1787
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1788
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1789
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1790
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1791
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1548
1792
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1549
1793
|
* @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
|
|
1550
1794
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1568,6 +1812,10 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1568
1812
|
var queryParams = {};
|
|
1569
1813
|
var headerParams = {
|
|
1570
1814
|
'Authorization': opts['authorization'],
|
|
1815
|
+
'cacheduration': opts['cacheduration'],
|
|
1816
|
+
'cachegroup': opts['cachegroup'],
|
|
1817
|
+
'cachekey': opts['cachekey'],
|
|
1818
|
+
'cachescope': opts['cachescope'],
|
|
1571
1819
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1572
1820
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1573
1821
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|