@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
package/dist/api/ImagesApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.37
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* Images service.
|
|
33
33
|
* @module api/ImagesApi
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.37
|
|
35
35
|
*/
|
|
36
36
|
var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -58,6 +58,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {Number} id The id of the object that the image is being attached to
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
62
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
61
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @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
|
|
63
67
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +88,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
88
|
var queryParams = {};
|
|
85
89
|
var headerParams = {
|
|
86
90
|
'Authorization': opts['authorization'],
|
|
91
|
+
'cacheduration': opts['cacheduration'],
|
|
92
|
+
'cachegroup': opts['cachegroup'],
|
|
93
|
+
'cachekey': opts['cachekey'],
|
|
94
|
+
'cachescope': opts['cachescope'],
|
|
87
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
97
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -115,6 +123,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
115
123
|
* @param {Number} id The id of the object to delete
|
|
116
124
|
* @param {Object} opts Optional parameters
|
|
117
125
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
126
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
127
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
128
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
129
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
118
130
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
119
131
|
* @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
|
|
120
132
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -136,6 +148,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
148
|
var queryParams = {};
|
|
137
149
|
var headerParams = {
|
|
138
150
|
'Authorization': opts['authorization'],
|
|
151
|
+
'cacheduration': opts['cacheduration'],
|
|
152
|
+
'cachegroup': opts['cachegroup'],
|
|
153
|
+
'cachekey': opts['cachekey'],
|
|
154
|
+
'cachescope': opts['cachescope'],
|
|
139
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
140
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -161,6 +177,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
177
|
* Root for the API
|
|
162
178
|
* @param {Object} opts Optional parameters
|
|
163
179
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
180
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
181
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
182
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
183
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
164
184
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
165
185
|
* @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
|
|
166
186
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -176,6 +196,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
176
196
|
var queryParams = {};
|
|
177
197
|
var headerParams = {
|
|
178
198
|
'Authorization': opts['authorization'],
|
|
199
|
+
'cacheduration': opts['cacheduration'],
|
|
200
|
+
'cachegroup': opts['cachegroup'],
|
|
201
|
+
'cachekey': opts['cachekey'],
|
|
202
|
+
'cachescope': opts['cachescope'],
|
|
179
203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
180
204
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
181
205
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -203,6 +227,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
203
227
|
* @param {Number} id
|
|
204
228
|
* @param {Object} opts Optional parameters
|
|
205
229
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
230
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
231
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
232
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
233
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
206
234
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
207
235
|
* @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
|
|
208
236
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -225,6 +253,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
225
253
|
var queryParams = {};
|
|
226
254
|
var headerParams = {
|
|
227
255
|
'Authorization': opts['authorization'],
|
|
256
|
+
'cacheduration': opts['cacheduration'],
|
|
257
|
+
'cachegroup': opts['cachegroup'],
|
|
258
|
+
'cachekey': opts['cachekey'],
|
|
259
|
+
'cachescope': opts['cachescope'],
|
|
228
260
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
229
261
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
230
262
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -250,6 +282,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
282
|
* @param {Number} id
|
|
251
283
|
* @param {Object} opts Optional parameters
|
|
252
284
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
285
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
286
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
287
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
288
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
253
289
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
254
290
|
* @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
|
|
255
291
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -272,6 +308,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
272
308
|
var queryParams = {};
|
|
273
309
|
var headerParams = {
|
|
274
310
|
'Authorization': opts['authorization'],
|
|
311
|
+
'cacheduration': opts['cacheduration'],
|
|
312
|
+
'cachegroup': opts['cachegroup'],
|
|
313
|
+
'cachekey': opts['cachekey'],
|
|
314
|
+
'cachescope': opts['cachescope'],
|
|
275
315
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
276
316
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
277
317
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -299,6 +339,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
339
|
* @param {Number} id
|
|
300
340
|
* @param {Object} opts Optional parameters
|
|
301
341
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
342
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
343
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
344
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
345
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
302
346
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
303
347
|
* @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
|
|
304
348
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -322,6 +366,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
322
366
|
var queryParams = {};
|
|
323
367
|
var headerParams = {
|
|
324
368
|
'Authorization': opts['authorization'],
|
|
369
|
+
'cacheduration': opts['cacheduration'],
|
|
370
|
+
'cachegroup': opts['cachegroup'],
|
|
371
|
+
'cachekey': opts['cachekey'],
|
|
372
|
+
'cachescope': opts['cachescope'],
|
|
325
373
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
326
374
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
327
375
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -347,6 +395,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
347
395
|
* @param {Number} id
|
|
348
396
|
* @param {Object} opts Optional parameters
|
|
349
397
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
398
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
399
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
400
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
401
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
350
402
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
351
403
|
* @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
|
|
352
404
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -373,6 +425,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
373
425
|
var queryParams = {};
|
|
374
426
|
var headerParams = {
|
|
375
427
|
'Authorization': opts['authorization'],
|
|
428
|
+
'cacheduration': opts['cacheduration'],
|
|
429
|
+
'cachegroup': opts['cachegroup'],
|
|
430
|
+
'cachekey': opts['cachekey'],
|
|
431
|
+
'cachescope': opts['cachescope'],
|
|
376
432
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
377
433
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
378
434
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -406,6 +462,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
406
462
|
* Uploads one or more images
|
|
407
463
|
* @param {Object} opts Optional parameters
|
|
408
464
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
465
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
466
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
467
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
468
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
409
469
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
410
470
|
* @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
|
|
411
471
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -424,6 +484,10 @@ var ImagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
484
|
var queryParams = {};
|
|
425
485
|
var headerParams = {
|
|
426
486
|
'Authorization': opts['authorization'],
|
|
487
|
+
'cacheduration': opts['cacheduration'],
|
|
488
|
+
'cachegroup': opts['cachegroup'],
|
|
489
|
+
'cachekey': opts['cachekey'],
|
|
490
|
+
'cachescope': opts['cachescope'],
|
|
427
491
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
428
492
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
429
493
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/InvitesApi.js
CHANGED
|
@@ -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.37
|
|
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
|
* Invites service.
|
|
30
30
|
* @module api/InvitesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.37
|
|
32
32
|
*/
|
|
33
33
|
var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,6 +55,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {String} inviteid The id of the invite we are retrieving
|
|
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
|
|
@@ -76,6 +80,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
76
80
|
var queryParams = {};
|
|
77
81
|
var headerParams = {
|
|
78
82
|
'Authorization': opts['authorization'],
|
|
83
|
+
'cacheduration': opts['cacheduration'],
|
|
84
|
+
'cachegroup': opts['cachegroup'],
|
|
85
|
+
'cachekey': opts['cachekey'],
|
|
86
|
+
'cachescope': opts['cachescope'],
|
|
79
87
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
80
88
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
81
89
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -103,6 +111,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
111
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
104
112
|
* @param {Object} opts Optional parameters
|
|
105
113
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
114
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
115
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
116
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
117
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
106
118
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
107
119
|
* @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
|
|
108
120
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -123,6 +135,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
135
|
var queryParams = {};
|
|
124
136
|
var headerParams = {
|
|
125
137
|
'Authorization': opts['authorization'],
|
|
138
|
+
'cacheduration': opts['cacheduration'],
|
|
139
|
+
'cachegroup': opts['cachegroup'],
|
|
140
|
+
'cachekey': opts['cachekey'],
|
|
141
|
+
'cachescope': opts['cachescope'],
|
|
126
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
127
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -151,6 +167,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
151
167
|
* @param {module:model/UserInviteInput} userInviteInput An Invite Input
|
|
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
|
|
@@ -177,6 +197,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
177
197
|
var queryParams = {};
|
|
178
198
|
var headerParams = {
|
|
179
199
|
'Authorization': opts['authorization'],
|
|
200
|
+
'cacheduration': opts['cacheduration'],
|
|
201
|
+
'cachegroup': opts['cachegroup'],
|
|
202
|
+
'cachekey': opts['cachekey'],
|
|
203
|
+
'cachescope': opts['cachescope'],
|
|
180
204
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
181
205
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
182
206
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -204,6 +228,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
228
|
* @param {String} inviteCode The id of the invite we are retrieving
|
|
205
229
|
* @param {Object} opts Optional parameters
|
|
206
230
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
231
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
232
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
233
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
234
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
207
235
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
208
236
|
* @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
|
|
209
237
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -226,6 +254,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
226
254
|
var queryParams = {};
|
|
227
255
|
var headerParams = {
|
|
228
256
|
'Authorization': opts['authorization'],
|
|
257
|
+
'cacheduration': opts['cacheduration'],
|
|
258
|
+
'cachegroup': opts['cachegroup'],
|
|
259
|
+
'cachekey': opts['cachekey'],
|
|
260
|
+
'cachescope': opts['cachescope'],
|
|
229
261
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
230
262
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
231
263
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -252,6 +284,10 @@ var InvitesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
252
284
|
* Returns the logged in user, this is only for debugging and will be removed
|
|
253
285
|
* @param {Object} opts Optional parameters
|
|
254
286
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
287
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
288
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
289
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
290
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
255
291
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
256
292
|
* @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
|
|
257
293
|
* @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 InvitesApi = 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'],
|
package/dist/api/LikesApi.js
CHANGED
|
@@ -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.37
|
|
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
|
* Likes service.
|
|
30
30
|
* @module api/LikesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.37
|
|
32
32
|
*/
|
|
33
33
|
var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,6 +57,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} id
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -78,6 +82,10 @@ var LikesApi = 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'],
|
|
@@ -105,6 +113,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
113
|
* @param {Number} objectid
|
|
106
114
|
* @param {Object} opts Optional parameters
|
|
107
115
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
116
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
117
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
118
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
119
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
120
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
121
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
122
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -126,6 +138,10 @@ var LikesApi = 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'],
|
|
@@ -153,6 +169,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
153
169
|
* @param {Number} objectid
|
|
154
170
|
* @param {Object} opts Optional parameters
|
|
155
171
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
172
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
173
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
174
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
175
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
156
176
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
157
177
|
* @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
|
|
158
178
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -174,6 +194,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
174
194
|
var queryParams = {};
|
|
175
195
|
var headerParams = {
|
|
176
196
|
'Authorization': opts['authorization'],
|
|
197
|
+
'cacheduration': opts['cacheduration'],
|
|
198
|
+
'cachegroup': opts['cachegroup'],
|
|
199
|
+
'cachekey': opts['cachekey'],
|
|
200
|
+
'cachescope': opts['cachescope'],
|
|
177
201
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
178
202
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
179
203
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -199,6 +223,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
223
|
* Root for the API
|
|
200
224
|
* @param {Object} opts Optional parameters
|
|
201
225
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
226
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
227
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
228
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
229
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
202
230
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
231
|
* @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
|
|
204
232
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -214,6 +242,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
242
|
var queryParams = {};
|
|
215
243
|
var headerParams = {
|
|
216
244
|
'Authorization': opts['authorization'],
|
|
245
|
+
'cacheduration': opts['cacheduration'],
|
|
246
|
+
'cachegroup': opts['cachegroup'],
|
|
247
|
+
'cachekey': opts['cachekey'],
|
|
248
|
+
'cachescope': opts['cachescope'],
|
|
217
249
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
250
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
251
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -240,6 +272,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
240
272
|
* @param {Number} id
|
|
241
273
|
* @param {Object} opts Optional parameters
|
|
242
274
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
275
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
276
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
277
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
278
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
243
279
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
244
280
|
* @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
|
|
245
281
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -262,6 +298,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
298
|
var queryParams = {};
|
|
263
299
|
var headerParams = {
|
|
264
300
|
'Authorization': opts['authorization'],
|
|
301
|
+
'cacheduration': opts['cacheduration'],
|
|
302
|
+
'cachegroup': opts['cachegroup'],
|
|
303
|
+
'cachekey': opts['cachekey'],
|
|
304
|
+
'cachescope': opts['cachescope'],
|
|
265
305
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
266
306
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
267
307
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -289,6 +329,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
289
329
|
* @param {Number} id
|
|
290
330
|
* @param {Object} opts Optional parameters
|
|
291
331
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
332
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
333
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
334
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
335
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
292
336
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
293
337
|
* @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
|
|
294
338
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -311,6 +355,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
311
355
|
var queryParams = {};
|
|
312
356
|
var headerParams = {
|
|
313
357
|
'Authorization': opts['authorization'],
|
|
358
|
+
'cacheduration': opts['cacheduration'],
|
|
359
|
+
'cachegroup': opts['cachegroup'],
|
|
360
|
+
'cachekey': opts['cachekey'],
|
|
361
|
+
'cachescope': opts['cachescope'],
|
|
314
362
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
315
363
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
316
364
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -341,6 +389,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
389
|
* @param {String} prop
|
|
342
390
|
* @param {Object} opts Optional parameters
|
|
343
391
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
392
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
393
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
394
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
395
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
344
396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
345
397
|
* @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
|
|
346
398
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -368,6 +420,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
368
420
|
var queryParams = {};
|
|
369
421
|
var headerParams = {
|
|
370
422
|
'Authorization': opts['authorization'],
|
|
423
|
+
'cacheduration': opts['cacheduration'],
|
|
424
|
+
'cachegroup': opts['cachegroup'],
|
|
425
|
+
'cachekey': opts['cachekey'],
|
|
426
|
+
'cachescope': opts['cachescope'],
|
|
371
427
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
372
428
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
373
429
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -397,6 +453,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
397
453
|
* @param {Number} objectid
|
|
398
454
|
* @param {Object} opts Optional parameters
|
|
399
455
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
456
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
457
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
458
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
459
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
400
460
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
401
461
|
* @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
|
|
402
462
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -419,6 +479,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
479
|
var queryParams = {};
|
|
420
480
|
var headerParams = {
|
|
421
481
|
'Authorization': opts['authorization'],
|
|
482
|
+
'cacheduration': opts['cacheduration'],
|
|
483
|
+
'cachegroup': opts['cachegroup'],
|
|
484
|
+
'cachekey': opts['cachekey'],
|
|
485
|
+
'cachescope': opts['cachescope'],
|
|
422
486
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
423
487
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
424
488
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -446,6 +510,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
510
|
* @param {Number} objectid
|
|
447
511
|
* @param {Object} opts Optional parameters
|
|
448
512
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
513
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
514
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
515
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
516
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
449
517
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
450
518
|
* @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
|
|
451
519
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -468,6 +536,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
468
536
|
var queryParams = {};
|
|
469
537
|
var headerParams = {
|
|
470
538
|
'Authorization': opts['authorization'],
|
|
539
|
+
'cacheduration': opts['cacheduration'],
|
|
540
|
+
'cachegroup': opts['cachegroup'],
|
|
541
|
+
'cachekey': opts['cachekey'],
|
|
542
|
+
'cachescope': opts['cachescope'],
|
|
471
543
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
472
544
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
473
545
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -495,6 +567,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
567
|
* @param {Number} objectid
|
|
496
568
|
* @param {Object} opts Optional parameters
|
|
497
569
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
570
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
571
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
572
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
573
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
498
574
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
499
575
|
* @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
|
|
500
576
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -516,6 +592,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
516
592
|
var queryParams = {};
|
|
517
593
|
var headerParams = {
|
|
518
594
|
'Authorization': opts['authorization'],
|
|
595
|
+
'cacheduration': opts['cacheduration'],
|
|
596
|
+
'cachegroup': opts['cachegroup'],
|
|
597
|
+
'cachekey': opts['cachekey'],
|
|
598
|
+
'cachescope': opts['cachescope'],
|
|
519
599
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
520
600
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
521
601
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -544,6 +624,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
544
624
|
* @param {Object.<String, Object>} body The key/value of the property map with the properties to update
|
|
545
625
|
* @param {Object} opts Optional parameters
|
|
546
626
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
627
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
628
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
629
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
630
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
547
631
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
548
632
|
* @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
|
|
549
633
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -569,6 +653,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
653
|
var queryParams = {};
|
|
570
654
|
var headerParams = {
|
|
571
655
|
'Authorization': opts['authorization'],
|
|
656
|
+
'cacheduration': opts['cacheduration'],
|
|
657
|
+
'cachegroup': opts['cachegroup'],
|
|
658
|
+
'cachekey': opts['cachekey'],
|
|
659
|
+
'cachescope': opts['cachescope'],
|
|
572
660
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
573
661
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
574
662
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -598,6 +686,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
598
686
|
* @param {String} body The value of the property
|
|
599
687
|
* @param {Object} opts Optional parameters
|
|
600
688
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
689
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
690
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
691
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
692
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
601
693
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
602
694
|
* @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
|
|
603
695
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -628,6 +720,10 @@ var LikesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
720
|
var queryParams = {};
|
|
629
721
|
var headerParams = {
|
|
630
722
|
'Authorization': opts['authorization'],
|
|
723
|
+
'cacheduration': opts['cacheduration'],
|
|
724
|
+
'cachegroup': opts['cachegroup'],
|
|
725
|
+
'cachekey': opts['cachekey'],
|
|
726
|
+
'cachescope': opts['cachescope'],
|
|
631
727
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
632
728
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
633
729
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|