@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* GraphActions service.
|
|
30
30
|
* @module api/GraphActionsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -56,6 +56,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
56
56
|
* @param {Array.<module:model/GraphAction>} graphAction Conversation object or array of objects to create
|
|
57
57
|
* @param {Object} opts Optional parameters
|
|
58
58
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
59
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
60
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
59
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
60
64
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -82,6 +86,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
82
86
|
var queryParams = {};
|
|
83
87
|
var headerParams = {
|
|
84
88
|
'Authorization': opts['authorization'],
|
|
89
|
+
'cacheduration': opts['cacheduration'],
|
|
90
|
+
'cachegroup': opts['cachegroup'],
|
|
91
|
+
'cachekey': opts['cachekey'],
|
|
92
|
+
'cachescope': opts['cachescope'],
|
|
85
93
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
86
94
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
87
95
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -109,6 +117,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
117
|
* @param {Number} id
|
|
110
118
|
* @param {Object} opts Optional parameters
|
|
111
119
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
120
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
121
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
112
124
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
113
125
|
* @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
|
|
114
126
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -130,6 +142,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
130
142
|
var queryParams = {};
|
|
131
143
|
var headerParams = {
|
|
132
144
|
'Authorization': opts['authorization'],
|
|
145
|
+
'cacheduration': opts['cacheduration'],
|
|
146
|
+
'cachegroup': opts['cachegroup'],
|
|
147
|
+
'cachekey': opts['cachekey'],
|
|
148
|
+
'cachescope': opts['cachescope'],
|
|
133
149
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
134
150
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
135
151
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -155,6 +171,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
171
|
* Root for the API
|
|
156
172
|
* @param {Object} opts Optional parameters
|
|
157
173
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
174
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
175
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
176
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
177
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
158
178
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
159
179
|
* @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
|
|
160
180
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -170,6 +190,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
170
190
|
var queryParams = {};
|
|
171
191
|
var headerParams = {
|
|
172
192
|
'Authorization': opts['authorization'],
|
|
193
|
+
'cacheduration': opts['cacheduration'],
|
|
194
|
+
'cachegroup': opts['cachegroup'],
|
|
195
|
+
'cachekey': opts['cachekey'],
|
|
196
|
+
'cachescope': opts['cachescope'],
|
|
173
197
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
174
198
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
175
199
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -196,6 +220,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
196
220
|
* @param {Number} id
|
|
197
221
|
* @param {Object} opts Optional parameters
|
|
198
222
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
223
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
224
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
225
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
226
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
199
227
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
200
228
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
201
229
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -218,6 +246,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
246
|
var queryParams = {};
|
|
219
247
|
var headerParams = {
|
|
220
248
|
'Authorization': opts['authorization'],
|
|
249
|
+
'cacheduration': opts['cacheduration'],
|
|
250
|
+
'cachegroup': opts['cachegroup'],
|
|
251
|
+
'cachekey': opts['cachekey'],
|
|
252
|
+
'cachescope': opts['cachescope'],
|
|
221
253
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
222
254
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
223
255
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -245,6 +277,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
277
|
* @param {Number} id
|
|
246
278
|
* @param {Object} opts Optional parameters
|
|
247
279
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
280
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
281
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
282
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
283
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
248
284
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
249
285
|
* @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
|
|
250
286
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -267,6 +303,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
267
303
|
var queryParams = {};
|
|
268
304
|
var headerParams = {
|
|
269
305
|
'Authorization': opts['authorization'],
|
|
306
|
+
'cacheduration': opts['cacheduration'],
|
|
307
|
+
'cachegroup': opts['cachegroup'],
|
|
308
|
+
'cachekey': opts['cachekey'],
|
|
309
|
+
'cachescope': opts['cachescope'],
|
|
270
310
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
271
311
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
272
312
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -297,6 +337,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
297
337
|
* @param {String} prop
|
|
298
338
|
* @param {Object} opts Optional parameters
|
|
299
339
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
340
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
341
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
342
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
343
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
300
344
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
301
345
|
* @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
|
|
302
346
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -324,6 +368,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
324
368
|
var queryParams = {};
|
|
325
369
|
var headerParams = {
|
|
326
370
|
'Authorization': opts['authorization'],
|
|
371
|
+
'cacheduration': opts['cacheduration'],
|
|
372
|
+
'cachegroup': opts['cachegroup'],
|
|
373
|
+
'cachekey': opts['cachekey'],
|
|
374
|
+
'cachescope': opts['cachescope'],
|
|
327
375
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
328
376
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
329
377
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -353,6 +401,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
353
401
|
* @param {Number} id The id of the object that we are retrieving actions on
|
|
354
402
|
* @param {Object} opts Optional parameters
|
|
355
403
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
404
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
405
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
406
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
407
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
356
408
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
357
409
|
* @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
|
|
358
410
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -375,6 +427,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
375
427
|
var queryParams = {};
|
|
376
428
|
var headerParams = {
|
|
377
429
|
'Authorization': opts['authorization'],
|
|
430
|
+
'cacheduration': opts['cacheduration'],
|
|
431
|
+
'cachegroup': opts['cachegroup'],
|
|
432
|
+
'cachekey': opts['cachekey'],
|
|
433
|
+
'cachescope': opts['cachescope'],
|
|
378
434
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
379
435
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
380
436
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -403,6 +459,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
403
459
|
* @param {Number} actiontypeid
|
|
404
460
|
* @param {Object} opts Optional parameters
|
|
405
461
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
462
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
463
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
464
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
465
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
406
466
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
407
467
|
* @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
|
|
408
468
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -430,6 +490,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
490
|
var queryParams = {};
|
|
431
491
|
var headerParams = {
|
|
432
492
|
'Authorization': opts['authorization'],
|
|
493
|
+
'cacheduration': opts['cacheduration'],
|
|
494
|
+
'cachegroup': opts['cachegroup'],
|
|
495
|
+
'cachekey': opts['cachekey'],
|
|
496
|
+
'cachescope': opts['cachescope'],
|
|
433
497
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
434
498
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
435
499
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -458,6 +522,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
458
522
|
* @param {Object.<String, Object>} body The key/value of the property map with the properties to update
|
|
459
523
|
* @param {Object} opts Optional parameters
|
|
460
524
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
525
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
526
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
527
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
528
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
461
529
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
462
530
|
* @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
|
|
463
531
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -483,6 +551,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
483
551
|
var queryParams = {};
|
|
484
552
|
var headerParams = {
|
|
485
553
|
'Authorization': opts['authorization'],
|
|
554
|
+
'cacheduration': opts['cacheduration'],
|
|
555
|
+
'cachegroup': opts['cachegroup'],
|
|
556
|
+
'cachekey': opts['cachekey'],
|
|
557
|
+
'cachescope': opts['cachescope'],
|
|
486
558
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
487
559
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
488
560
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -512,6 +584,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
512
584
|
* @param {String} body The value of the property
|
|
513
585
|
* @param {Object} opts Optional parameters
|
|
514
586
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
587
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
588
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
589
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
590
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
515
591
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
516
592
|
* @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
|
|
517
593
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -542,6 +618,10 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
542
618
|
var queryParams = {};
|
|
543
619
|
var headerParams = {
|
|
544
620
|
'Authorization': opts['authorization'],
|
|
621
|
+
'cacheduration': opts['cacheduration'],
|
|
622
|
+
'cachegroup': opts['cachegroup'],
|
|
623
|
+
'cachekey': opts['cachekey'],
|
|
624
|
+
'cachescope': opts['cachescope'],
|
|
545
625
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
546
626
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
547
627
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.38
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* GraphObjectTypes service.
|
|
30
30
|
* @module api/GraphObjectTypesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,6 +55,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @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
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -78,6 +82,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
78
82
|
var queryParams = {};
|
|
79
83
|
var headerParams = {
|
|
80
84
|
'Authorization': opts['authorization'],
|
|
85
|
+
'cacheduration': opts['cacheduration'],
|
|
86
|
+
'cachegroup': opts['cachegroup'],
|
|
87
|
+
'cachekey': opts['cachekey'],
|
|
88
|
+
'cachescope': opts['cachescope'],
|
|
81
89
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
82
90
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
83
91
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -104,6 +112,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
104
112
|
* @param {Number} id
|
|
105
113
|
* @param {Object} opts Optional parameters
|
|
106
114
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
115
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
116
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
107
119
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
108
120
|
* @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
|
|
109
121
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -126,6 +138,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
126
138
|
var queryParams = {};
|
|
127
139
|
var headerParams = {
|
|
128
140
|
'Authorization': opts['authorization'],
|
|
141
|
+
'cacheduration': opts['cacheduration'],
|
|
142
|
+
'cachegroup': opts['cachegroup'],
|
|
143
|
+
'cachekey': opts['cachekey'],
|
|
144
|
+
'cachescope': opts['cachescope'],
|
|
129
145
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
130
146
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
131
147
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -151,6 +167,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
167
|
* Root for the API
|
|
152
168
|
* @param {Object} opts Optional parameters
|
|
153
169
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
170
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
171
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
172
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
173
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
154
174
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
155
175
|
* @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
|
|
156
176
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -166,6 +186,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
166
186
|
var queryParams = {};
|
|
167
187
|
var headerParams = {
|
|
168
188
|
'Authorization': opts['authorization'],
|
|
189
|
+
'cacheduration': opts['cacheduration'],
|
|
190
|
+
'cachegroup': opts['cachegroup'],
|
|
191
|
+
'cachekey': opts['cachekey'],
|
|
192
|
+
'cachescope': opts['cachescope'],
|
|
169
193
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
170
194
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
171
195
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -191,6 +215,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
215
|
* @param {String} key
|
|
192
216
|
* @param {Object} opts Optional parameters
|
|
193
217
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
218
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
219
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
220
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
221
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
194
222
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
195
223
|
* @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
|
|
196
224
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -213,6 +241,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
241
|
var queryParams = {};
|
|
214
242
|
var headerParams = {
|
|
215
243
|
'Authorization': opts['authorization'],
|
|
244
|
+
'cacheduration': opts['cacheduration'],
|
|
245
|
+
'cachegroup': opts['cachegroup'],
|
|
246
|
+
'cachekey': opts['cachekey'],
|
|
247
|
+
'cachescope': opts['cachescope'],
|
|
216
248
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
217
249
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
218
250
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -237,6 +269,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
237
269
|
/**
|
|
238
270
|
* @param {Object} opts Optional parameters
|
|
239
271
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
272
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
273
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
274
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
275
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
240
276
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
241
277
|
* @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
|
|
242
278
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -253,6 +289,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
253
289
|
var queryParams = {};
|
|
254
290
|
var headerParams = {
|
|
255
291
|
'Authorization': opts['authorization'],
|
|
292
|
+
'cacheduration': opts['cacheduration'],
|
|
293
|
+
'cachegroup': opts['cachegroup'],
|
|
294
|
+
'cachekey': opts['cachekey'],
|
|
295
|
+
'cachescope': opts['cachescope'],
|
|
256
296
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
257
297
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
258
298
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -277,6 +317,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
277
317
|
/**
|
|
278
318
|
* @param {Object} opts Optional parameters
|
|
279
319
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
320
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
321
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
322
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
323
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
280
324
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
281
325
|
* @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
|
|
282
326
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -293,6 +337,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
337
|
var queryParams = {};
|
|
294
338
|
var headerParams = {
|
|
295
339
|
'Authorization': opts['authorization'],
|
|
340
|
+
'cacheduration': opts['cacheduration'],
|
|
341
|
+
'cachegroup': opts['cachegroup'],
|
|
342
|
+
'cachekey': opts['cachekey'],
|
|
343
|
+
'cachescope': opts['cachescope'],
|
|
296
344
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
345
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
346
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -318,6 +366,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
318
366
|
* @param {Number} id
|
|
319
367
|
* @param {Object} opts Optional parameters
|
|
320
368
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
369
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
370
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
371
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
372
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
321
373
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
322
374
|
* @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
|
|
323
375
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -340,6 +392,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
340
392
|
var queryParams = {};
|
|
341
393
|
var headerParams = {
|
|
342
394
|
'Authorization': opts['authorization'],
|
|
395
|
+
'cacheduration': opts['cacheduration'],
|
|
396
|
+
'cachegroup': opts['cachegroup'],
|
|
397
|
+
'cachekey': opts['cachekey'],
|
|
398
|
+
'cachescope': opts['cachescope'],
|
|
343
399
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
344
400
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
345
401
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -364,6 +420,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
364
420
|
/**
|
|
365
421
|
* @param {Object} opts Optional parameters
|
|
366
422
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
423
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
424
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
425
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
426
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
367
427
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
368
428
|
* @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
|
|
369
429
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -380,6 +440,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
440
|
var queryParams = {};
|
|
381
441
|
var headerParams = {
|
|
382
442
|
'Authorization': opts['authorization'],
|
|
443
|
+
'cacheduration': opts['cacheduration'],
|
|
444
|
+
'cachegroup': opts['cachegroup'],
|
|
445
|
+
'cachekey': opts['cachekey'],
|
|
446
|
+
'cachescope': opts['cachescope'],
|
|
383
447
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
448
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
449
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -405,6 +469,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
469
|
* @param {Number} id
|
|
406
470
|
* @param {Object} opts Optional parameters
|
|
407
471
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
472
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
473
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
474
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
475
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
408
476
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
477
|
* @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
|
|
410
478
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -428,6 +496,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
428
496
|
var queryParams = {};
|
|
429
497
|
var headerParams = {
|
|
430
498
|
'Authorization': opts['authorization'],
|
|
499
|
+
'cacheduration': opts['cacheduration'],
|
|
500
|
+
'cachegroup': opts['cachegroup'],
|
|
501
|
+
'cachekey': opts['cachekey'],
|
|
502
|
+
'cachescope': opts['cachescope'],
|
|
431
503
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
432
504
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
433
505
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|