@gobodo/gobodo-api 0.1.36 → 0.1.37
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 +514 -2
- 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 +29 -29
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +2 -2
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +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 +52 -52
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +29 -29
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +2 -2
- 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 +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 +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 +21 -21
- 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 +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +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 +9 -9
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +9 -9
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +9 -9
- 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 +13 -13
- package/package.json +1 -1
|
@@ -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.37
|
|
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.37
|
|
50
50
|
*/
|
|
51
51
|
var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
52
|
/**
|
|
@@ -76,6 +76,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
76
|
* @param {module:model/MeetingInfo} meetingInfo Contains the info to create the live meeting
|
|
77
77
|
* @param {Object} opts Optional parameters
|
|
78
78
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
79
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
80
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
81
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
82
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
79
83
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
80
84
|
* @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
|
|
81
85
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -101,6 +105,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
101
105
|
var queryParams = {};
|
|
102
106
|
var headerParams = {
|
|
103
107
|
'Authorization': opts['authorization'],
|
|
108
|
+
'cacheduration': opts['cacheduration'],
|
|
109
|
+
'cachegroup': opts['cachegroup'],
|
|
110
|
+
'cachekey': opts['cachekey'],
|
|
111
|
+
'cachescope': opts['cachescope'],
|
|
104
112
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
105
113
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
106
114
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -128,6 +136,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
136
|
* @param {Number} objectid The id of the object we are streaming
|
|
129
137
|
* @param {Object} opts Optional parameters
|
|
130
138
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
139
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
140
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
141
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
142
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
131
143
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
132
144
|
* @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
|
|
133
145
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -150,6 +162,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
162
|
var queryParams = {};
|
|
151
163
|
var headerParams = {
|
|
152
164
|
'Authorization': opts['authorization'],
|
|
165
|
+
'cacheduration': opts['cacheduration'],
|
|
166
|
+
'cachegroup': opts['cachegroup'],
|
|
167
|
+
'cachekey': opts['cachekey'],
|
|
168
|
+
'cachescope': opts['cachescope'],
|
|
153
169
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
154
170
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
155
171
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -177,6 +193,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
177
193
|
* @param {Number} id The id of the object that the file is being attached to
|
|
178
194
|
* @param {Object} opts Optional parameters
|
|
179
195
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
196
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
197
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
198
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
199
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
180
200
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
181
201
|
* @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
|
|
182
202
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -203,6 +223,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
223
|
var queryParams = {};
|
|
204
224
|
var headerParams = {
|
|
205
225
|
'Authorization': opts['authorization'],
|
|
226
|
+
'cacheduration': opts['cacheduration'],
|
|
227
|
+
'cachegroup': opts['cachegroup'],
|
|
228
|
+
'cachekey': opts['cachekey'],
|
|
229
|
+
'cachescope': opts['cachescope'],
|
|
206
230
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
207
231
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
208
232
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -233,6 +257,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
233
257
|
* @param {Number} id The id of the object that the image is being attached to
|
|
234
258
|
* @param {Object} opts Optional parameters
|
|
235
259
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
260
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
261
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
262
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
263
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
236
264
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
237
265
|
* @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
|
|
238
266
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -259,6 +287,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
259
287
|
var queryParams = {};
|
|
260
288
|
var headerParams = {
|
|
261
289
|
'Authorization': opts['authorization'],
|
|
290
|
+
'cacheduration': opts['cacheduration'],
|
|
291
|
+
'cachegroup': opts['cachegroup'],
|
|
292
|
+
'cachekey': opts['cachekey'],
|
|
293
|
+
'cachescope': opts['cachescope'],
|
|
262
294
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
263
295
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
264
296
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -290,6 +322,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
290
322
|
* @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
|
|
291
323
|
* @param {Object} opts Optional parameters
|
|
292
324
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
325
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
326
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
327
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
328
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
293
329
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
294
330
|
* @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
|
|
295
331
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -316,6 +352,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
352
|
var queryParams = {};
|
|
317
353
|
var headerParams = {
|
|
318
354
|
'Authorization': opts['authorization'],
|
|
355
|
+
'cacheduration': opts['cacheduration'],
|
|
356
|
+
'cachegroup': opts['cachegroup'],
|
|
357
|
+
'cachekey': opts['cachekey'],
|
|
358
|
+
'cachescope': opts['cachescope'],
|
|
319
359
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
320
360
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
361
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -342,6 +382,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
342
382
|
* @param {Number} id
|
|
343
383
|
* @param {Object} opts Optional parameters
|
|
344
384
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
385
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
386
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
387
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
388
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
345
389
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
346
390
|
* @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
|
|
347
391
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -365,6 +409,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
365
409
|
var queryParams = {};
|
|
366
410
|
var headerParams = {
|
|
367
411
|
'Authorization': opts['authorization'],
|
|
412
|
+
'cacheduration': opts['cacheduration'],
|
|
413
|
+
'cachegroup': opts['cachegroup'],
|
|
414
|
+
'cachekey': opts['cachekey'],
|
|
415
|
+
'cachescope': opts['cachescope'],
|
|
368
416
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
369
417
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
370
418
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -391,6 +439,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
391
439
|
* @param {module:model/GeocodePayload} geocodePayload Conversation object or array of objects to create
|
|
392
440
|
* @param {Object} opts Optional parameters
|
|
393
441
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
442
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
443
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
444
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
445
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
394
446
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
395
447
|
* @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
|
|
396
448
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -417,6 +469,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
417
469
|
var queryParams = {};
|
|
418
470
|
var headerParams = {
|
|
419
471
|
'Authorization': opts['authorization'],
|
|
472
|
+
'cacheduration': opts['cacheduration'],
|
|
473
|
+
'cachegroup': opts['cachegroup'],
|
|
474
|
+
'cachekey': opts['cachekey'],
|
|
475
|
+
'cachescope': opts['cachescope'],
|
|
420
476
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
421
477
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
422
478
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -445,6 +501,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
445
501
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
446
502
|
* @param {Object} opts Optional parameters
|
|
447
503
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
504
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
505
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
506
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
507
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
448
508
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
449
509
|
* @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
|
|
450
510
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -471,6 +531,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
471
531
|
var queryParams = {};
|
|
472
532
|
var headerParams = {
|
|
473
533
|
'Authorization': opts['authorization'],
|
|
534
|
+
'cacheduration': opts['cacheduration'],
|
|
535
|
+
'cachegroup': opts['cachegroup'],
|
|
536
|
+
'cachekey': opts['cachekey'],
|
|
537
|
+
'cachescope': opts['cachescope'],
|
|
474
538
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
475
539
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
476
540
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -498,6 +562,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
498
562
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject object data or array of object data to create
|
|
499
563
|
* @param {Object} opts Optional parameters
|
|
500
564
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
565
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
566
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
567
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
568
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
501
569
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
502
570
|
* @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
|
|
503
571
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -518,6 +586,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
518
586
|
var queryParams = {};
|
|
519
587
|
var headerParams = {
|
|
520
588
|
'Authorization': opts['authorization'],
|
|
589
|
+
'cacheduration': opts['cacheduration'],
|
|
590
|
+
'cachegroup': opts['cachegroup'],
|
|
591
|
+
'cachekey': opts['cachekey'],
|
|
592
|
+
'cachescope': opts['cachescope'],
|
|
521
593
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
522
594
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
523
595
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -545,6 +617,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
545
617
|
* @param {Array.<module:model/GraphObjectPayload>} graphObjectPayload GraphObject object data or array of object data to create
|
|
546
618
|
* @param {Object} opts Optional parameters
|
|
547
619
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
620
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
621
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
622
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
623
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
548
624
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
549
625
|
* @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
|
|
550
626
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -565,6 +641,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
565
641
|
var queryParams = {};
|
|
566
642
|
var headerParams = {
|
|
567
643
|
'Authorization': opts['authorization'],
|
|
644
|
+
'cacheduration': opts['cacheduration'],
|
|
645
|
+
'cachegroup': opts['cachegroup'],
|
|
646
|
+
'cachekey': opts['cachekey'],
|
|
647
|
+
'cachescope': opts['cachescope'],
|
|
568
648
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
569
649
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
570
650
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -593,6 +673,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
593
673
|
* @param {module:model/GraphRelationshipPayload} graphRelationshipPayload Conversation object or array of objects to create
|
|
594
674
|
* @param {Object} opts Optional parameters
|
|
595
675
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
676
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
677
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
678
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
679
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
596
680
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
597
681
|
* @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
|
|
598
682
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -619,6 +703,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
619
703
|
var queryParams = {};
|
|
620
704
|
var headerParams = {
|
|
621
705
|
'Authorization': opts['authorization'],
|
|
706
|
+
'cacheduration': opts['cacheduration'],
|
|
707
|
+
'cachegroup': opts['cachegroup'],
|
|
708
|
+
'cachekey': opts['cachekey'],
|
|
709
|
+
'cachescope': opts['cachescope'],
|
|
622
710
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
623
711
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
624
712
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -647,6 +735,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
647
735
|
* @param {Array.<module:model/GraphRelationshipPayload>} graphRelationshipPayload Conversation object or array of objects to create
|
|
648
736
|
* @param {Object} opts Optional parameters
|
|
649
737
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
738
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
739
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
740
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
741
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
650
742
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
651
743
|
* @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
|
|
652
744
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -673,6 +765,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
673
765
|
var queryParams = {};
|
|
674
766
|
var headerParams = {
|
|
675
767
|
'Authorization': opts['authorization'],
|
|
768
|
+
'cacheduration': opts['cacheduration'],
|
|
769
|
+
'cachegroup': opts['cachegroup'],
|
|
770
|
+
'cachekey': opts['cachekey'],
|
|
771
|
+
'cachescope': opts['cachescope'],
|
|
676
772
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
677
773
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
678
774
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -699,6 +795,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
699
795
|
* @param {Number} geocodeid The id of the object whose properties we are updating
|
|
700
796
|
* @param {Object} opts Optional parameters
|
|
701
797
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
798
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
799
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
800
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
801
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
702
802
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
703
803
|
* @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
|
|
704
804
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -725,6 +825,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
725
825
|
var queryParams = {};
|
|
726
826
|
var headerParams = {
|
|
727
827
|
'Authorization': opts['authorization'],
|
|
828
|
+
'cacheduration': opts['cacheduration'],
|
|
829
|
+
'cachegroup': opts['cachegroup'],
|
|
830
|
+
'cachekey': opts['cachekey'],
|
|
831
|
+
'cachescope': opts['cachescope'],
|
|
728
832
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
729
833
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
730
834
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -752,6 +856,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
752
856
|
* @param {Number} objectid
|
|
753
857
|
* @param {Object} opts Optional parameters
|
|
754
858
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
859
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
860
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
861
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
862
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
755
863
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
756
864
|
* @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
|
|
757
865
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -773,6 +881,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
773
881
|
var queryParams = {};
|
|
774
882
|
var headerParams = {
|
|
775
883
|
'Authorization': opts['authorization'],
|
|
884
|
+
'cacheduration': opts['cacheduration'],
|
|
885
|
+
'cachegroup': opts['cachegroup'],
|
|
886
|
+
'cachekey': opts['cachekey'],
|
|
887
|
+
'cachescope': opts['cachescope'],
|
|
776
888
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
777
889
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
778
890
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -799,6 +911,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
799
911
|
* @param {Number} id The id of the object to delete
|
|
800
912
|
* @param {Object} opts Optional parameters
|
|
801
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
|
|
802
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
|
|
803
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
|
|
804
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
|
|
@@ -820,6 +936,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
820
936
|
var queryParams = {};
|
|
821
937
|
var headerParams = {
|
|
822
938
|
'Authorization': opts['authorization'],
|
|
939
|
+
'cacheduration': opts['cacheduration'],
|
|
940
|
+
'cachegroup': opts['cachegroup'],
|
|
941
|
+
'cachekey': opts['cachekey'],
|
|
942
|
+
'cachescope': opts['cachescope'],
|
|
823
943
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
824
944
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
825
945
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -847,6 +967,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
847
967
|
* @param {Number} objectid
|
|
848
968
|
* @param {Object} opts Optional parameters
|
|
849
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
|
|
850
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
|
|
851
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
|
|
852
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
|
|
@@ -868,6 +992,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
868
992
|
var queryParams = {};
|
|
869
993
|
var headerParams = {
|
|
870
994
|
'Authorization': opts['authorization'],
|
|
995
|
+
'cacheduration': opts['cacheduration'],
|
|
996
|
+
'cachegroup': opts['cachegroup'],
|
|
997
|
+
'cachekey': opts['cachekey'],
|
|
998
|
+
'cachescope': opts['cachescope'],
|
|
871
999
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
872
1000
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
873
1001
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -894,6 +1022,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
894
1022
|
* @param {String} _function
|
|
895
1023
|
* @param {Object} opts Optional parameters
|
|
896
1024
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1025
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1026
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1027
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1028
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
897
1029
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
898
1030
|
* @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
|
|
899
1031
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -922,6 +1054,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
922
1054
|
var queryParams = {};
|
|
923
1055
|
var headerParams = {
|
|
924
1056
|
'Authorization': opts['authorization'],
|
|
1057
|
+
'cacheduration': opts['cacheduration'],
|
|
1058
|
+
'cachegroup': opts['cachegroup'],
|
|
1059
|
+
'cachekey': opts['cachekey'],
|
|
1060
|
+
'cachescope': opts['cachescope'],
|
|
925
1061
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
926
1062
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
927
1063
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -947,6 +1083,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
947
1083
|
* @param {Number} id The id of the object being followed
|
|
948
1084
|
* @param {Object} opts Optional parameters
|
|
949
1085
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1086
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1087
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1088
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1089
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
950
1090
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
951
1091
|
* @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
|
|
952
1092
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -968,6 +1108,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
968
1108
|
var queryParams = {};
|
|
969
1109
|
var headerParams = {
|
|
970
1110
|
'Authorization': opts['authorization'],
|
|
1111
|
+
'cacheduration': opts['cacheduration'],
|
|
1112
|
+
'cachegroup': opts['cachegroup'],
|
|
1113
|
+
'cachekey': opts['cachekey'],
|
|
1114
|
+
'cachescope': opts['cachescope'],
|
|
971
1115
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
972
1116
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
973
1117
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -993,6 +1137,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
993
1137
|
* Root for the API
|
|
994
1138
|
* @param {Object} opts Optional parameters
|
|
995
1139
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1140
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1141
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1142
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1143
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
996
1144
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
997
1145
|
* @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
|
|
998
1146
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1008,6 +1156,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1008
1156
|
var queryParams = {};
|
|
1009
1157
|
var headerParams = {
|
|
1010
1158
|
'Authorization': opts['authorization'],
|
|
1159
|
+
'cacheduration': opts['cacheduration'],
|
|
1160
|
+
'cachegroup': opts['cachegroup'],
|
|
1161
|
+
'cachekey': opts['cachekey'],
|
|
1162
|
+
'cachescope': opts['cachescope'],
|
|
1011
1163
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1012
1164
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1013
1165
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1035,6 +1187,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1035
1187
|
* @param {Number} id The id of the object that we are retrieving actions on
|
|
1036
1188
|
* @param {Object} opts Optional parameters
|
|
1037
1189
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1190
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1191
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1192
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1193
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1038
1194
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1039
1195
|
* @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
|
|
1040
1196
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1057,6 +1213,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1057
1213
|
var queryParams = {};
|
|
1058
1214
|
var headerParams = {
|
|
1059
1215
|
'Authorization': opts['authorization'],
|
|
1216
|
+
'cacheduration': opts['cacheduration'],
|
|
1217
|
+
'cachegroup': opts['cachegroup'],
|
|
1218
|
+
'cachekey': opts['cachekey'],
|
|
1219
|
+
'cachescope': opts['cachescope'],
|
|
1060
1220
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1061
1221
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1062
1222
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1085,6 +1245,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1085
1245
|
* @param {Number} actiontypeid
|
|
1086
1246
|
* @param {Object} opts Optional parameters
|
|
1087
1247
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1248
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1249
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1250
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1251
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1088
1252
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1089
1253
|
* @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
|
|
1090
1254
|
* @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 +1276,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1112
1276
|
var queryParams = {};
|
|
1113
1277
|
var headerParams = {
|
|
1114
1278
|
'Authorization': opts['authorization'],
|
|
1279
|
+
'cacheduration': opts['cacheduration'],
|
|
1280
|
+
'cachegroup': opts['cachegroup'],
|
|
1281
|
+
'cachekey': opts['cachekey'],
|
|
1282
|
+
'cachescope': opts['cachescope'],
|
|
1115
1283
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1116
1284
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1117
1285
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1139,6 +1307,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1139
1307
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
1140
1308
|
* @param {Object} opts Optional parameters
|
|
1141
1309
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1310
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1311
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1312
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1313
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1142
1314
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1143
1315
|
* @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
|
|
1144
1316
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1161,6 +1333,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1161
1333
|
var queryParams = {};
|
|
1162
1334
|
var headerParams = {
|
|
1163
1335
|
'Authorization': opts['authorization'],
|
|
1336
|
+
'cacheduration': opts['cacheduration'],
|
|
1337
|
+
'cachegroup': opts['cachegroup'],
|
|
1338
|
+
'cachekey': opts['cachekey'],
|
|
1339
|
+
'cachescope': opts['cachescope'],
|
|
1164
1340
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1165
1341
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1166
1342
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1189,6 +1365,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1189
1365
|
* @param {Number} reltypeid The id of the object that we are retrieving relationships on
|
|
1190
1366
|
* @param {Object} opts Optional parameters
|
|
1191
1367
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1368
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1369
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1370
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1371
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1192
1372
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1193
1373
|
* @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
|
|
1194
1374
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1216,6 +1396,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1216
1396
|
var queryParams = {};
|
|
1217
1397
|
var headerParams = {
|
|
1218
1398
|
'Authorization': opts['authorization'],
|
|
1399
|
+
'cacheduration': opts['cacheduration'],
|
|
1400
|
+
'cachegroup': opts['cachegroup'],
|
|
1401
|
+
'cachekey': opts['cachekey'],
|
|
1402
|
+
'cachescope': opts['cachescope'],
|
|
1219
1403
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1220
1404
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1221
1405
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1241,6 +1425,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1241
1425
|
* @param {Number} objectid
|
|
1242
1426
|
* @param {Object} opts Optional parameters
|
|
1243
1427
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1428
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1429
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1430
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1431
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1244
1432
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1245
1433
|
* @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
|
|
1246
1434
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1263,6 +1451,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1263
1451
|
var queryParams = {};
|
|
1264
1452
|
var headerParams = {
|
|
1265
1453
|
'Authorization': opts['authorization'],
|
|
1454
|
+
'cacheduration': opts['cacheduration'],
|
|
1455
|
+
'cachegroup': opts['cachegroup'],
|
|
1456
|
+
'cachekey': opts['cachekey'],
|
|
1457
|
+
'cachescope': opts['cachescope'],
|
|
1266
1458
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1267
1459
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1268
1460
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1290,6 +1482,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1290
1482
|
* @param {Number} objectid The id of the object we are importing the datasheet to
|
|
1291
1483
|
* @param {Object} opts Optional parameters
|
|
1292
1484
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1485
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1486
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1487
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1488
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1293
1489
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1294
1490
|
* @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
|
|
1295
1491
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1312,6 +1508,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1312
1508
|
var queryParams = {};
|
|
1313
1509
|
var headerParams = {
|
|
1314
1510
|
'Authorization': opts['authorization'],
|
|
1511
|
+
'cacheduration': opts['cacheduration'],
|
|
1512
|
+
'cachegroup': opts['cachegroup'],
|
|
1513
|
+
'cachekey': opts['cachekey'],
|
|
1514
|
+
'cachescope': opts['cachescope'],
|
|
1315
1515
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1316
1516
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1317
1517
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1339,6 +1539,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1339
1539
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
1340
1540
|
* @param {Object} opts Optional parameters
|
|
1341
1541
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1542
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1543
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1544
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1545
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1342
1546
|
* @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
1547
|
* @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
1548
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1361,6 +1565,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1361
1565
|
var queryParams = {};
|
|
1362
1566
|
var headerParams = {
|
|
1363
1567
|
'Authorization': opts['authorization'],
|
|
1568
|
+
'cacheduration': opts['cacheduration'],
|
|
1569
|
+
'cachegroup': opts['cachegroup'],
|
|
1570
|
+
'cachekey': opts['cachekey'],
|
|
1571
|
+
'cachescope': opts['cachescope'],
|
|
1364
1572
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1365
1573
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1366
1574
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1390,6 +1598,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1390
1598
|
* @param {Number} enddate The unix epoch time for the end time of the event
|
|
1391
1599
|
* @param {Object} opts Optional parameters
|
|
1392
1600
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1601
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1602
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1603
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1604
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1393
1605
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1394
1606
|
* @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
|
|
1395
1607
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1422,6 +1634,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1422
1634
|
var queryParams = {};
|
|
1423
1635
|
var headerParams = {
|
|
1424
1636
|
'Authorization': opts['authorization'],
|
|
1637
|
+
'cacheduration': opts['cacheduration'],
|
|
1638
|
+
'cachegroup': opts['cachegroup'],
|
|
1639
|
+
'cachekey': opts['cachekey'],
|
|
1640
|
+
'cachescope': opts['cachescope'],
|
|
1425
1641
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1426
1642
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1427
1643
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1449,6 +1665,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1449
1665
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
1450
1666
|
* @param {Object} opts Optional parameters
|
|
1451
1667
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1668
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1669
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1670
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1671
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1452
1672
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1453
1673
|
* @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
|
|
1454
1674
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1471,6 +1691,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1471
1691
|
var queryParams = {};
|
|
1472
1692
|
var headerParams = {
|
|
1473
1693
|
'Authorization': opts['authorization'],
|
|
1694
|
+
'cacheduration': opts['cacheduration'],
|
|
1695
|
+
'cachegroup': opts['cachegroup'],
|
|
1696
|
+
'cachekey': opts['cachekey'],
|
|
1697
|
+
'cachescope': opts['cachescope'],
|
|
1474
1698
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1475
1699
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1476
1700
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1498,6 +1722,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1498
1722
|
* @param {Number} id The id of the object that we are retrieving events for
|
|
1499
1723
|
* @param {Object} opts Optional parameters
|
|
1500
1724
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1725
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1726
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1727
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1728
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1501
1729
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1502
1730
|
* @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
|
|
1503
1731
|
* @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 +1748,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1520
1748
|
var queryParams = {};
|
|
1521
1749
|
var headerParams = {
|
|
1522
1750
|
'Authorization': opts['authorization'],
|
|
1751
|
+
'cacheduration': opts['cacheduration'],
|
|
1752
|
+
'cachegroup': opts['cachegroup'],
|
|
1753
|
+
'cachekey': opts['cachekey'],
|
|
1754
|
+
'cachescope': opts['cachescope'],
|
|
1523
1755
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1524
1756
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1525
1757
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1545,6 +1777,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1545
1777
|
* @param {Number} id
|
|
1546
1778
|
* @param {Object} opts Optional parameters
|
|
1547
1779
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1780
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1781
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1782
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1783
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1548
1784
|
* @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
1785
|
* @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
1786
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1567,6 +1803,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1567
1803
|
var queryParams = {};
|
|
1568
1804
|
var headerParams = {
|
|
1569
1805
|
'Authorization': opts['authorization'],
|
|
1806
|
+
'cacheduration': opts['cacheduration'],
|
|
1807
|
+
'cachegroup': opts['cachegroup'],
|
|
1808
|
+
'cachekey': opts['cachekey'],
|
|
1809
|
+
'cachescope': opts['cachescope'],
|
|
1570
1810
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1571
1811
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1572
1812
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1592,6 +1832,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1592
1832
|
* @param {Number} id The id of the object to retrieve the geolocation information
|
|
1593
1833
|
* @param {Object} opts Optional parameters
|
|
1594
1834
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1835
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1836
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1837
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1838
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1595
1839
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1596
1840
|
* @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
|
|
1597
1841
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1614,6 +1858,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1614
1858
|
var queryParams = {};
|
|
1615
1859
|
var headerParams = {
|
|
1616
1860
|
'Authorization': opts['authorization'],
|
|
1861
|
+
'cacheduration': opts['cacheduration'],
|
|
1862
|
+
'cachegroup': opts['cachegroup'],
|
|
1863
|
+
'cachekey': opts['cachekey'],
|
|
1864
|
+
'cachescope': opts['cachescope'],
|
|
1617
1865
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1618
1866
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1619
1867
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1639,6 +1887,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1639
1887
|
* @param {Number} id The id of the object whose graphs we are retrieving
|
|
1640
1888
|
* @param {Object} opts Optional parameters
|
|
1641
1889
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1890
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1891
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1892
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1893
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1642
1894
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1643
1895
|
* @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
|
|
1644
1896
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1661,6 +1913,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1661
1913
|
var queryParams = {};
|
|
1662
1914
|
var headerParams = {
|
|
1663
1915
|
'Authorization': opts['authorization'],
|
|
1916
|
+
'cacheduration': opts['cacheduration'],
|
|
1917
|
+
'cachegroup': opts['cachegroup'],
|
|
1918
|
+
'cachekey': opts['cachekey'],
|
|
1919
|
+
'cachescope': opts['cachescope'],
|
|
1664
1920
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1665
1921
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1666
1922
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1686,6 +1942,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1686
1942
|
* @param {Number} id
|
|
1687
1943
|
* @param {Object} opts Optional parameters
|
|
1688
1944
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
1945
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
1946
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
1947
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
1948
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1689
1949
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1690
1950
|
* @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
|
|
1691
1951
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1708,6 +1968,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1708
1968
|
var queryParams = {};
|
|
1709
1969
|
var headerParams = {
|
|
1710
1970
|
'Authorization': opts['authorization'],
|
|
1971
|
+
'cacheduration': opts['cacheduration'],
|
|
1972
|
+
'cachegroup': opts['cachegroup'],
|
|
1973
|
+
'cachekey': opts['cachekey'],
|
|
1974
|
+
'cachescope': opts['cachescope'],
|
|
1711
1975
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1712
1976
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1713
1977
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1733,6 +1997,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1733
1997
|
* @param {Number} id The id of the object that we are retrieving news feed items for
|
|
1734
1998
|
* @param {Object} opts Optional parameters
|
|
1735
1999
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2000
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2001
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2002
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2003
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1736
2004
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1737
2005
|
* @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
|
|
1738
2006
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1755,6 +2023,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1755
2023
|
var queryParams = {};
|
|
1756
2024
|
var headerParams = {
|
|
1757
2025
|
'Authorization': opts['authorization'],
|
|
2026
|
+
'cacheduration': opts['cacheduration'],
|
|
2027
|
+
'cachegroup': opts['cachegroup'],
|
|
2028
|
+
'cachekey': opts['cachekey'],
|
|
2029
|
+
'cachescope': opts['cachescope'],
|
|
1758
2030
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1759
2031
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1760
2032
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1782,6 +2054,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1782
2054
|
* @param {Number} end
|
|
1783
2055
|
* @param {Object} opts Optional parameters
|
|
1784
2056
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2057
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2058
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2059
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2060
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1785
2061
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1786
2062
|
* @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
|
|
1787
2063
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1814,6 +2090,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1814
2090
|
var queryParams = {};
|
|
1815
2091
|
var headerParams = {
|
|
1816
2092
|
'Authorization': opts['authorization'],
|
|
2093
|
+
'cacheduration': opts['cacheduration'],
|
|
2094
|
+
'cachegroup': opts['cachegroup'],
|
|
2095
|
+
'cachekey': opts['cachekey'],
|
|
2096
|
+
'cachescope': opts['cachescope'],
|
|
1817
2097
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1818
2098
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1819
2099
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1841,6 +2121,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1841
2121
|
* @param {Number} end
|
|
1842
2122
|
* @param {Object} opts Optional parameters
|
|
1843
2123
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2124
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2125
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2126
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2127
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1844
2128
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1845
2129
|
* @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
|
|
1846
2130
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1873,6 +2157,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1873
2157
|
var queryParams = {};
|
|
1874
2158
|
var headerParams = {
|
|
1875
2159
|
'Authorization': opts['authorization'],
|
|
2160
|
+
'cacheduration': opts['cacheduration'],
|
|
2161
|
+
'cachegroup': opts['cachegroup'],
|
|
2162
|
+
'cachekey': opts['cachekey'],
|
|
2163
|
+
'cachescope': opts['cachescope'],
|
|
1876
2164
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1877
2165
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1878
2166
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1899,6 +2187,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1899
2187
|
* @param {Number} id The id of the object that we are retreiving
|
|
1900
2188
|
* @param {Object} opts Optional parameters
|
|
1901
2189
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2190
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2191
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2192
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2193
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1902
2194
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1903
2195
|
* @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
|
|
1904
2196
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1921,6 +2213,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1921
2213
|
var queryParams = {};
|
|
1922
2214
|
var headerParams = {
|
|
1923
2215
|
'Authorization': opts['authorization'],
|
|
2216
|
+
'cacheduration': opts['cacheduration'],
|
|
2217
|
+
'cachegroup': opts['cachegroup'],
|
|
2218
|
+
'cachekey': opts['cachekey'],
|
|
2219
|
+
'cachescope': opts['cachescope'],
|
|
1924
2220
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1925
2221
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1926
2222
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1948,6 +2244,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1948
2244
|
* @param {String} key The unique key of the object we are retrieving
|
|
1949
2245
|
* @param {Object} opts Optional parameters
|
|
1950
2246
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2247
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2248
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2249
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2250
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
1951
2251
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
1952
2252
|
* @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
|
|
1953
2253
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -1970,6 +2270,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1970
2270
|
var queryParams = {};
|
|
1971
2271
|
var headerParams = {
|
|
1972
2272
|
'Authorization': opts['authorization'],
|
|
2273
|
+
'cacheduration': opts['cacheduration'],
|
|
2274
|
+
'cachegroup': opts['cachegroup'],
|
|
2275
|
+
'cachekey': opts['cachekey'],
|
|
2276
|
+
'cachescope': opts['cachescope'],
|
|
1973
2277
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
1974
2278
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
1975
2279
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -1997,6 +2301,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1997
2301
|
* @param {String} schemakey The unique id of the graph schema we are retrieving
|
|
1998
2302
|
* @param {Object} opts Optional parameters
|
|
1999
2303
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2304
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2305
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2306
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2307
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2000
2308
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2001
2309
|
* @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
|
|
2002
2310
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2019,6 +2327,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2019
2327
|
var queryParams = {};
|
|
2020
2328
|
var headerParams = {
|
|
2021
2329
|
'Authorization': opts['authorization'],
|
|
2330
|
+
'cacheduration': opts['cacheduration'],
|
|
2331
|
+
'cachegroup': opts['cachegroup'],
|
|
2332
|
+
'cachekey': opts['cachekey'],
|
|
2333
|
+
'cachescope': opts['cachescope'],
|
|
2022
2334
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2023
2335
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2024
2336
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2046,6 +2358,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2046
2358
|
* @param {Number} id The id of the object whose properties we are retrieve
|
|
2047
2359
|
* @param {Object} opts Optional parameters
|
|
2048
2360
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2361
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2362
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2363
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2364
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2049
2365
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2050
2366
|
* @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
|
|
2051
2367
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2068,6 +2384,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2068
2384
|
var queryParams = {};
|
|
2069
2385
|
var headerParams = {
|
|
2070
2386
|
'Authorization': opts['authorization'],
|
|
2387
|
+
'cacheduration': opts['cacheduration'],
|
|
2388
|
+
'cachegroup': opts['cachegroup'],
|
|
2389
|
+
'cachekey': opts['cachekey'],
|
|
2390
|
+
'cachescope': opts['cachescope'],
|
|
2071
2391
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2072
2392
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2073
2393
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2098,6 +2418,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2098
2418
|
* @param {String} prop The property is retrieving
|
|
2099
2419
|
* @param {Object} opts Optional parameters
|
|
2100
2420
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2421
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2422
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2423
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2424
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2101
2425
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2102
2426
|
* @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
|
|
2103
2427
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2125,6 +2449,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2125
2449
|
var queryParams = {};
|
|
2126
2450
|
var headerParams = {
|
|
2127
2451
|
'Authorization': opts['authorization'],
|
|
2452
|
+
'cacheduration': opts['cacheduration'],
|
|
2453
|
+
'cachegroup': opts['cachegroup'],
|
|
2454
|
+
'cachekey': opts['cachekey'],
|
|
2455
|
+
'cachescope': opts['cachescope'],
|
|
2128
2456
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2129
2457
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2130
2458
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2153,6 +2481,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2153
2481
|
* @param {Number} id
|
|
2154
2482
|
* @param {Object} opts Optional parameters
|
|
2155
2483
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2484
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2485
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2486
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2487
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2156
2488
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2157
2489
|
* @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
|
|
2158
2490
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2175,6 +2507,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2175
2507
|
var queryParams = {};
|
|
2176
2508
|
var headerParams = {
|
|
2177
2509
|
'Authorization': opts['authorization'],
|
|
2510
|
+
'cacheduration': opts['cacheduration'],
|
|
2511
|
+
'cachegroup': opts['cachegroup'],
|
|
2512
|
+
'cachekey': opts['cachekey'],
|
|
2513
|
+
'cachescope': opts['cachescope'],
|
|
2178
2514
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2179
2515
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2180
2516
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2202,6 +2538,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2202
2538
|
* @param {String} tag
|
|
2203
2539
|
* @param {Object} opts Optional parameters
|
|
2204
2540
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2541
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2542
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2543
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2544
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2205
2545
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2206
2546
|
* @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
|
|
2207
2547
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2229,6 +2569,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2229
2569
|
var queryParams = {};
|
|
2230
2570
|
var headerParams = {
|
|
2231
2571
|
'Authorization': opts['authorization'],
|
|
2572
|
+
'cacheduration': opts['cacheduration'],
|
|
2573
|
+
'cachegroup': opts['cachegroup'],
|
|
2574
|
+
'cachekey': opts['cachekey'],
|
|
2575
|
+
'cachescope': opts['cachescope'],
|
|
2232
2576
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2233
2577
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2234
2578
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2256,6 +2600,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2256
2600
|
* @param {String} type
|
|
2257
2601
|
* @param {Object} opts Optional parameters
|
|
2258
2602
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2603
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2604
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2605
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2606
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2259
2607
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2260
2608
|
* @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
|
|
2261
2609
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2283,6 +2631,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2283
2631
|
var queryParams = {};
|
|
2284
2632
|
var headerParams = {
|
|
2285
2633
|
'Authorization': opts['authorization'],
|
|
2634
|
+
'cacheduration': opts['cacheduration'],
|
|
2635
|
+
'cachegroup': opts['cachegroup'],
|
|
2636
|
+
'cachekey': opts['cachekey'],
|
|
2637
|
+
'cachescope': opts['cachescope'],
|
|
2286
2638
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2287
2639
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2288
2640
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2311,6 +2663,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2311
2663
|
* @param {Number} reltypeid The relationship type id
|
|
2312
2664
|
* @param {Object} opts Optional parameters
|
|
2313
2665
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2666
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2667
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2668
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2669
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2314
2670
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2315
2671
|
* @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
|
|
2316
2672
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2338,6 +2694,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2338
2694
|
var queryParams = {};
|
|
2339
2695
|
var headerParams = {
|
|
2340
2696
|
'Authorization': opts['authorization'],
|
|
2697
|
+
'cacheduration': opts['cacheduration'],
|
|
2698
|
+
'cachegroup': opts['cachegroup'],
|
|
2699
|
+
'cachekey': opts['cachekey'],
|
|
2700
|
+
'cachescope': opts['cachescope'],
|
|
2341
2701
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2342
2702
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2343
2703
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2366,6 +2726,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2366
2726
|
* @param {Number} reltypeid The relationship type id
|
|
2367
2727
|
* @param {Object} opts Optional parameters
|
|
2368
2728
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2729
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2730
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2731
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2732
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2369
2733
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2370
2734
|
* @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
|
|
2371
2735
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2393,6 +2757,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2393
2757
|
var queryParams = {};
|
|
2394
2758
|
var headerParams = {
|
|
2395
2759
|
'Authorization': opts['authorization'],
|
|
2760
|
+
'cacheduration': opts['cacheduration'],
|
|
2761
|
+
'cachegroup': opts['cachegroup'],
|
|
2762
|
+
'cachekey': opts['cachekey'],
|
|
2763
|
+
'cachescope': opts['cachescope'],
|
|
2396
2764
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2397
2765
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2398
2766
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2421,6 +2789,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2421
2789
|
* @param {Number} reltypeid The relationship type id
|
|
2422
2790
|
* @param {Object} opts Optional parameters
|
|
2423
2791
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2792
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2793
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2794
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2795
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2424
2796
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2425
2797
|
* @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
|
|
2426
2798
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2448,6 +2820,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2448
2820
|
var queryParams = {};
|
|
2449
2821
|
var headerParams = {
|
|
2450
2822
|
'Authorization': opts['authorization'],
|
|
2823
|
+
'cacheduration': opts['cacheduration'],
|
|
2824
|
+
'cachegroup': opts['cachegroup'],
|
|
2825
|
+
'cachekey': opts['cachekey'],
|
|
2826
|
+
'cachescope': opts['cachescope'],
|
|
2451
2827
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2452
2828
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2453
2829
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2476,6 +2852,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2476
2852
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
2477
2853
|
* @param {Object} opts Optional parameters
|
|
2478
2854
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2855
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2856
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2857
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2858
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2479
2859
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2480
2860
|
* @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
|
|
2481
2861
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2503,6 +2883,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2503
2883
|
var queryParams = {};
|
|
2504
2884
|
var headerParams = {
|
|
2505
2885
|
'Authorization': opts['authorization'],
|
|
2886
|
+
'cacheduration': opts['cacheduration'],
|
|
2887
|
+
'cachegroup': opts['cachegroup'],
|
|
2888
|
+
'cachekey': opts['cachekey'],
|
|
2889
|
+
'cachescope': opts['cachescope'],
|
|
2506
2890
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2507
2891
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2508
2892
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2531,6 +2915,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2531
2915
|
* @param {Number} reltypeid The id of the relationship type we are searching for
|
|
2532
2916
|
* @param {Object} opts Optional parameters
|
|
2533
2917
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2918
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2919
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2920
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2921
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2534
2922
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2535
2923
|
* @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
|
|
2536
2924
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2558,6 +2946,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2558
2946
|
var queryParams = {};
|
|
2559
2947
|
var headerParams = {
|
|
2560
2948
|
'Authorization': opts['authorization'],
|
|
2949
|
+
'cacheduration': opts['cacheduration'],
|
|
2950
|
+
'cachegroup': opts['cachegroup'],
|
|
2951
|
+
'cachekey': opts['cachekey'],
|
|
2952
|
+
'cachescope': opts['cachescope'],
|
|
2561
2953
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2562
2954
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2563
2955
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2585,6 +2977,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2585
2977
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
2586
2978
|
* @param {Object} opts Optional parameters
|
|
2587
2979
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
2980
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
2981
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
2982
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
2983
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2588
2984
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2589
2985
|
* @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
|
|
2590
2986
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2607,6 +3003,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2607
3003
|
var queryParams = {};
|
|
2608
3004
|
var headerParams = {
|
|
2609
3005
|
'Authorization': opts['authorization'],
|
|
3006
|
+
'cacheduration': opts['cacheduration'],
|
|
3007
|
+
'cachegroup': opts['cachegroup'],
|
|
3008
|
+
'cachekey': opts['cachekey'],
|
|
3009
|
+
'cachescope': opts['cachescope'],
|
|
2610
3010
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2611
3011
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2612
3012
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2634,6 +3034,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2634
3034
|
* @param {Number} id The id of the object that we are retrieving relationships on
|
|
2635
3035
|
* @param {Object} opts Optional parameters
|
|
2636
3036
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3037
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3038
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3039
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3040
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2637
3041
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2638
3042
|
* @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
|
|
2639
3043
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2656,6 +3060,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2656
3060
|
var queryParams = {};
|
|
2657
3061
|
var headerParams = {
|
|
2658
3062
|
'Authorization': opts['authorization'],
|
|
3063
|
+
'cacheduration': opts['cacheduration'],
|
|
3064
|
+
'cachegroup': opts['cachegroup'],
|
|
3065
|
+
'cachekey': opts['cachekey'],
|
|
3066
|
+
'cachescope': opts['cachescope'],
|
|
2659
3067
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2660
3068
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2661
3069
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2681,6 +3089,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2681
3089
|
* @param {Number} id
|
|
2682
3090
|
* @param {Object} opts Optional parameters
|
|
2683
3091
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3092
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3093
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3094
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3095
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2684
3096
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2685
3097
|
* @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
|
|
2686
3098
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2703,6 +3115,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2703
3115
|
var queryParams = {};
|
|
2704
3116
|
var headerParams = {
|
|
2705
3117
|
'Authorization': opts['authorization'],
|
|
3118
|
+
'cacheduration': opts['cacheduration'],
|
|
3119
|
+
'cachegroup': opts['cachegroup'],
|
|
3120
|
+
'cachekey': opts['cachekey'],
|
|
3121
|
+
'cachescope': opts['cachescope'],
|
|
2706
3122
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2707
3123
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2708
3124
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2728,6 +3144,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2728
3144
|
* @param {Number} id
|
|
2729
3145
|
* @param {Object} opts Optional parameters
|
|
2730
3146
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3147
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3148
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3149
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3150
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2731
3151
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2732
3152
|
* @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
|
|
2733
3153
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2750,6 +3170,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2750
3170
|
var queryParams = {};
|
|
2751
3171
|
var headerParams = {
|
|
2752
3172
|
'Authorization': opts['authorization'],
|
|
3173
|
+
'cacheduration': opts['cacheduration'],
|
|
3174
|
+
'cachegroup': opts['cachegroup'],
|
|
3175
|
+
'cachekey': opts['cachekey'],
|
|
3176
|
+
'cachescope': opts['cachescope'],
|
|
2753
3177
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2754
3178
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2755
3179
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2775,6 +3199,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2775
3199
|
* @param {Number} id
|
|
2776
3200
|
* @param {Object} opts Optional parameters
|
|
2777
3201
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3202
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3203
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3204
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3205
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2778
3206
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2779
3207
|
* @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
|
|
2780
3208
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2797,6 +3225,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2797
3225
|
var queryParams = {};
|
|
2798
3226
|
var headerParams = {
|
|
2799
3227
|
'Authorization': opts['authorization'],
|
|
3228
|
+
'cacheduration': opts['cacheduration'],
|
|
3229
|
+
'cachegroup': opts['cachegroup'],
|
|
3230
|
+
'cachekey': opts['cachekey'],
|
|
3231
|
+
'cachescope': opts['cachescope'],
|
|
2800
3232
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2801
3233
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2802
3234
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2824,6 +3256,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2824
3256
|
* @param {Number} objectid
|
|
2825
3257
|
* @param {Object} opts Optional parameters
|
|
2826
3258
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3259
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3260
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3261
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3262
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2827
3263
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2828
3264
|
* @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
|
|
2829
3265
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2846,6 +3282,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2846
3282
|
var queryParams = {};
|
|
2847
3283
|
var headerParams = {
|
|
2848
3284
|
'Authorization': opts['authorization'],
|
|
3285
|
+
'cacheduration': opts['cacheduration'],
|
|
3286
|
+
'cachegroup': opts['cachegroup'],
|
|
3287
|
+
'cachekey': opts['cachekey'],
|
|
3288
|
+
'cachescope': opts['cachescope'],
|
|
2849
3289
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2850
3290
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2851
3291
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2873,6 +3313,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2873
3313
|
* @param {Number} objectid
|
|
2874
3314
|
* @param {Object} opts Optional parameters
|
|
2875
3315
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3316
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3317
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3318
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3319
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2876
3320
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2877
3321
|
* @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
|
|
2878
3322
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2895,6 +3339,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2895
3339
|
var queryParams = {};
|
|
2896
3340
|
var headerParams = {
|
|
2897
3341
|
'Authorization': opts['authorization'],
|
|
3342
|
+
'cacheduration': opts['cacheduration'],
|
|
3343
|
+
'cachegroup': opts['cachegroup'],
|
|
3344
|
+
'cachekey': opts['cachekey'],
|
|
3345
|
+
'cachescope': opts['cachescope'],
|
|
2898
3346
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2899
3347
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2900
3348
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2922,6 +3370,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2922
3370
|
* @param {Number} objectid
|
|
2923
3371
|
* @param {Object} opts Optional parameters
|
|
2924
3372
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3373
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3374
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3375
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3376
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2925
3377
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2926
3378
|
* @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
|
|
2927
3379
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2943,6 +3395,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2943
3395
|
var queryParams = {};
|
|
2944
3396
|
var headerParams = {
|
|
2945
3397
|
'Authorization': opts['authorization'],
|
|
3398
|
+
'cacheduration': opts['cacheduration'],
|
|
3399
|
+
'cachegroup': opts['cachegroup'],
|
|
3400
|
+
'cachekey': opts['cachekey'],
|
|
3401
|
+
'cachescope': opts['cachescope'],
|
|
2946
3402
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
2947
3403
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
2948
3404
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -2971,6 +3427,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2971
3427
|
* @param {Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} requestBody The properties and values to set on the object
|
|
2972
3428
|
* @param {Object} opts Optional parameters
|
|
2973
3429
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3430
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3431
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3432
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3433
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
2974
3434
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
2975
3435
|
* @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
|
|
2976
3436
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -2996,6 +3456,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
2996
3456
|
var queryParams = {};
|
|
2997
3457
|
var headerParams = {
|
|
2998
3458
|
'Authorization': opts['authorization'],
|
|
3459
|
+
'cacheduration': opts['cacheduration'],
|
|
3460
|
+
'cachegroup': opts['cachegroup'],
|
|
3461
|
+
'cachekey': opts['cachekey'],
|
|
3462
|
+
'cachescope': opts['cachescope'],
|
|
2999
3463
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3000
3464
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3001
3465
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3024,6 +3488,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3024
3488
|
* @param {String} prop The property being updated
|
|
3025
3489
|
* @param {Object} opts Optional parameters
|
|
3026
3490
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3491
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3492
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3493
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3494
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3027
3495
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3028
3496
|
* @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
|
|
3029
3497
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3051,6 +3519,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3051
3519
|
var queryParams = {};
|
|
3052
3520
|
var headerParams = {
|
|
3053
3521
|
'Authorization': opts['authorization'],
|
|
3522
|
+
'cacheduration': opts['cacheduration'],
|
|
3523
|
+
'cachegroup': opts['cachegroup'],
|
|
3524
|
+
'cachekey': opts['cachekey'],
|
|
3525
|
+
'cachescope': opts['cachescope'],
|
|
3054
3526
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3055
3527
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3056
3528
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3076,6 +3548,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3076
3548
|
* @param {Number} id
|
|
3077
3549
|
* @param {Object} opts Optional parameters
|
|
3078
3550
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3551
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3552
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3553
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3554
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3079
3555
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3080
3556
|
* @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
|
|
3081
3557
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3099,6 +3575,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3099
3575
|
var queryParams = {};
|
|
3100
3576
|
var headerParams = {
|
|
3101
3577
|
'Authorization': opts['authorization'],
|
|
3578
|
+
'cacheduration': opts['cacheduration'],
|
|
3579
|
+
'cachegroup': opts['cachegroup'],
|
|
3580
|
+
'cachekey': opts['cachekey'],
|
|
3581
|
+
'cachescope': opts['cachescope'],
|
|
3102
3582
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3103
3583
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3104
3584
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3127,6 +3607,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3127
3607
|
* @param {module:model/GraphObjectPayload} graphObjectPayload GraphObject data object to update
|
|
3128
3608
|
* @param {Object} opts Optional parameters
|
|
3129
3609
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3610
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3611
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3612
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3613
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3130
3614
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3131
3615
|
* @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
|
|
3132
3616
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3153,6 +3637,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3153
3637
|
var queryParams = {};
|
|
3154
3638
|
var headerParams = {
|
|
3155
3639
|
'Authorization': opts['authorization'],
|
|
3640
|
+
'cacheduration': opts['cacheduration'],
|
|
3641
|
+
'cachegroup': opts['cachegroup'],
|
|
3642
|
+
'cachekey': opts['cachekey'],
|
|
3643
|
+
'cachescope': opts['cachescope'],
|
|
3156
3644
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3157
3645
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3158
3646
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3179,6 +3667,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3179
3667
|
* @param {String} body Conversation object or array of objects to create
|
|
3180
3668
|
* @param {Object} opts Optional parameters
|
|
3181
3669
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3670
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3671
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3672
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3673
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3182
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
|
|
3183
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
|
|
3184
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
|
|
@@ -3204,6 +3696,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3204
3696
|
var queryParams = {};
|
|
3205
3697
|
var headerParams = {
|
|
3206
3698
|
'Authorization': opts['authorization'],
|
|
3699
|
+
'cacheduration': opts['cacheduration'],
|
|
3700
|
+
'cachegroup': opts['cachegroup'],
|
|
3701
|
+
'cachekey': opts['cachekey'],
|
|
3702
|
+
'cachescope': opts['cachescope'],
|
|
3207
3703
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3208
3704
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3209
3705
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3231,6 +3727,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3231
3727
|
* @param {Number} objectid The id of the object being viewed
|
|
3232
3728
|
* @param {Object} opts Optional parameters
|
|
3233
3729
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3730
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3731
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3732
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3733
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3234
3734
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3235
3735
|
* @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
|
|
3236
3736
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3252,6 +3752,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3252
3752
|
var queryParams = {};
|
|
3253
3753
|
var headerParams = {
|
|
3254
3754
|
'Authorization': opts['authorization'],
|
|
3755
|
+
'cacheduration': opts['cacheduration'],
|
|
3756
|
+
'cachegroup': opts['cachegroup'],
|
|
3757
|
+
'cachekey': opts['cachekey'],
|
|
3758
|
+
'cachescope': opts['cachescope'],
|
|
3255
3759
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3256
3760
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3257
3761
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -3279,6 +3783,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3279
3783
|
* @param {Number} id The id of the object being viewed
|
|
3280
3784
|
* @param {Object} opts Optional parameters
|
|
3281
3785
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
3786
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
3787
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
3788
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
3789
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
3282
3790
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
3283
3791
|
* @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
|
|
3284
3792
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -3300,6 +3808,10 @@ var GraphObjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
3300
3808
|
var queryParams = {};
|
|
3301
3809
|
var headerParams = {
|
|
3302
3810
|
'Authorization': opts['authorization'],
|
|
3811
|
+
'cacheduration': opts['cacheduration'],
|
|
3812
|
+
'cachegroup': opts['cachegroup'],
|
|
3813
|
+
'cachekey': opts['cachekey'],
|
|
3814
|
+
'cachescope': opts['cachescope'],
|
|
3303
3815
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
3304
3816
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
3305
3817
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|