@gobodo/gobodo-api-promise 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 +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -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 +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +50 -50
- package/dist/model/File.js +65 -65
- package/dist/model/FileAttachmentUploadObject.js +65 -65
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +27 -27
- 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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +87 -87
- package/dist/model/ImageUploadObject.js +87 -87
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +32 -32
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +29 -29
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +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 +30 -30
- 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 +30 -30
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +50 -50
- 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 +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +53 -53
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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
|
/**
|
|
@@ -47,6 +47,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
47
47
|
* @param {Number} id
|
|
48
48
|
* @param {Object} opts Optional parameters
|
|
49
49
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
50
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
51
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
52
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
53
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
50
54
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
51
55
|
* @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
|
|
52
56
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -69,6 +73,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
69
73
|
var queryParams = {};
|
|
70
74
|
var headerParams = {
|
|
71
75
|
'Authorization': opts['authorization'],
|
|
76
|
+
'cacheduration': opts['cacheduration'],
|
|
77
|
+
'cachegroup': opts['cachegroup'],
|
|
78
|
+
'cachekey': opts['cachekey'],
|
|
79
|
+
'cachescope': opts['cachescope'],
|
|
72
80
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
73
81
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
74
82
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -86,6 +94,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
94
|
* @param {Number} id
|
|
87
95
|
* @param {Object} opts Optional parameters
|
|
88
96
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
97
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
98
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
99
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
100
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
89
101
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
90
102
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
91
103
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -106,6 +118,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
118
|
* @param {Number} id
|
|
107
119
|
* @param {Object} opts Optional parameters
|
|
108
120
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
121
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
122
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
109
125
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
110
126
|
* @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
|
|
111
127
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -127,6 +143,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
127
143
|
var queryParams = {};
|
|
128
144
|
var headerParams = {
|
|
129
145
|
'Authorization': opts['authorization'],
|
|
146
|
+
'cacheduration': opts['cacheduration'],
|
|
147
|
+
'cachegroup': opts['cachegroup'],
|
|
148
|
+
'cachekey': opts['cachekey'],
|
|
149
|
+
'cachescope': opts['cachescope'],
|
|
130
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
131
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
132
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -145,6 +165,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
145
165
|
* @param {Number} id
|
|
146
166
|
* @param {Object} opts Optional parameters
|
|
147
167
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
168
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
169
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
148
172
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
149
173
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
150
174
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -163,6 +187,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
163
187
|
* Root for the API
|
|
164
188
|
* @param {Object} opts Optional parameters
|
|
165
189
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
190
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
191
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
192
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
193
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
166
194
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
167
195
|
* @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
|
|
168
196
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -178,6 +206,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
206
|
var queryParams = {};
|
|
179
207
|
var headerParams = {
|
|
180
208
|
'Authorization': opts['authorization'],
|
|
209
|
+
'cacheduration': opts['cacheduration'],
|
|
210
|
+
'cachegroup': opts['cachegroup'],
|
|
211
|
+
'cachekey': opts['cachekey'],
|
|
212
|
+
'cachescope': opts['cachescope'],
|
|
181
213
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
182
214
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
183
215
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -195,6 +227,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
227
|
* Root for the API
|
|
196
228
|
* @param {Object} opts Optional parameters
|
|
197
229
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
230
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
231
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
232
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
233
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
198
234
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
199
235
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
200
236
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -213,6 +249,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
249
|
* @param {String} key
|
|
214
250
|
* @param {Object} opts Optional parameters
|
|
215
251
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
252
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
253
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
254
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
255
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
216
256
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
217
257
|
* @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
|
|
218
258
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -234,6 +274,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
274
|
var queryParams = {};
|
|
235
275
|
var headerParams = {
|
|
236
276
|
'Authorization': opts['authorization'],
|
|
277
|
+
'cacheduration': opts['cacheduration'],
|
|
278
|
+
'cachegroup': opts['cachegroup'],
|
|
279
|
+
'cachekey': opts['cachekey'],
|
|
280
|
+
'cachescope': opts['cachescope'],
|
|
237
281
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
238
282
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
239
283
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -251,6 +295,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
295
|
* @param {String} key
|
|
252
296
|
* @param {Object} opts Optional parameters
|
|
253
297
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
298
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
299
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
300
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
301
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
254
302
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
255
303
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
256
304
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -268,6 +316,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
268
316
|
/**
|
|
269
317
|
* @param {Object} opts Optional parameters
|
|
270
318
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
319
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
320
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
321
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
322
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
271
323
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
272
324
|
* @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
|
|
273
325
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -283,6 +335,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
283
335
|
var queryParams = {};
|
|
284
336
|
var headerParams = {
|
|
285
337
|
'Authorization': opts['authorization'],
|
|
338
|
+
'cacheduration': opts['cacheduration'],
|
|
339
|
+
'cachegroup': opts['cachegroup'],
|
|
340
|
+
'cachekey': opts['cachekey'],
|
|
341
|
+
'cachescope': opts['cachescope'],
|
|
286
342
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
287
343
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
288
344
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -299,6 +355,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
355
|
/**
|
|
300
356
|
* @param {Object} opts Optional parameters
|
|
301
357
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
358
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
359
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
360
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
361
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
302
362
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
303
363
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
304
364
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -316,6 +376,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
376
|
/**
|
|
317
377
|
* @param {Object} opts Optional parameters
|
|
318
378
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
379
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
380
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
381
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
382
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
319
383
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
320
384
|
* @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
|
|
321
385
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -331,6 +395,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
331
395
|
var queryParams = {};
|
|
332
396
|
var headerParams = {
|
|
333
397
|
'Authorization': opts['authorization'],
|
|
398
|
+
'cacheduration': opts['cacheduration'],
|
|
399
|
+
'cachegroup': opts['cachegroup'],
|
|
400
|
+
'cachekey': opts['cachekey'],
|
|
401
|
+
'cachescope': opts['cachescope'],
|
|
334
402
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
335
403
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
336
404
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -347,6 +415,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
415
|
/**
|
|
348
416
|
* @param {Object} opts Optional parameters
|
|
349
417
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
418
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
419
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
420
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
421
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
350
422
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
351
423
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
352
424
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -365,6 +437,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
365
437
|
* @param {Number} id
|
|
366
438
|
* @param {Object} opts Optional parameters
|
|
367
439
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
440
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
441
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
442
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
443
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
368
444
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
369
445
|
* @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
|
|
370
446
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -386,6 +462,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
386
462
|
var queryParams = {};
|
|
387
463
|
var headerParams = {
|
|
388
464
|
'Authorization': opts['authorization'],
|
|
465
|
+
'cacheduration': opts['cacheduration'],
|
|
466
|
+
'cachegroup': opts['cachegroup'],
|
|
467
|
+
'cachekey': opts['cachekey'],
|
|
468
|
+
'cachescope': opts['cachescope'],
|
|
389
469
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
390
470
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
391
471
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -403,6 +483,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
403
483
|
* @param {Number} id
|
|
404
484
|
* @param {Object} opts Optional parameters
|
|
405
485
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
486
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
487
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
488
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
489
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
406
490
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
407
491
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
408
492
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -420,6 +504,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
420
504
|
/**
|
|
421
505
|
* @param {Object} opts Optional parameters
|
|
422
506
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
507
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
508
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
509
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
510
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
423
511
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
424
512
|
* @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
|
|
425
513
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -435,6 +523,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
435
523
|
var queryParams = {};
|
|
436
524
|
var headerParams = {
|
|
437
525
|
'Authorization': opts['authorization'],
|
|
526
|
+
'cacheduration': opts['cacheduration'],
|
|
527
|
+
'cachegroup': opts['cachegroup'],
|
|
528
|
+
'cachekey': opts['cachekey'],
|
|
529
|
+
'cachescope': opts['cachescope'],
|
|
438
530
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
439
531
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
440
532
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -451,6 +543,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
543
|
/**
|
|
452
544
|
* @param {Object} opts Optional parameters
|
|
453
545
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
546
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
547
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
548
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
549
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
454
550
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
455
551
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
456
552
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -469,6 +565,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
469
565
|
* @param {Number} id
|
|
470
566
|
* @param {Object} opts Optional parameters
|
|
471
567
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
568
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
569
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
570
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
571
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
472
572
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
473
573
|
* @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
|
|
474
574
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -491,6 +591,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
491
591
|
var queryParams = {};
|
|
492
592
|
var headerParams = {
|
|
493
593
|
'Authorization': opts['authorization'],
|
|
594
|
+
'cacheduration': opts['cacheduration'],
|
|
595
|
+
'cachegroup': opts['cachegroup'],
|
|
596
|
+
'cachekey': opts['cachekey'],
|
|
597
|
+
'cachescope': opts['cachescope'],
|
|
494
598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
495
599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
496
600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -508,6 +612,10 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
508
612
|
* @param {Number} id
|
|
509
613
|
* @param {Object} opts Optional parameters
|
|
510
614
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
615
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
616
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
617
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
618
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
511
619
|
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
512
620
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
513
621
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|