@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
package/dist/api/DefaultApi.js
CHANGED
|
@@ -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
|
* Default service.
|
|
30
30
|
* @module api/DefaultApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -47,6 +47,10 @@ var DefaultApi = 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 DefaultApi = 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 DefaultApi = 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
|
|
@@ -105,6 +117,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
105
117
|
* @param {Array.<module:model/APIClient>} aPIClient API Client Object
|
|
106
118
|
* @param {Object} opts Optional parameters
|
|
107
119
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
120
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
121
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
108
124
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
109
125
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
110
126
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -124,6 +140,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
124
140
|
var queryParams = {};
|
|
125
141
|
var headerParams = {
|
|
126
142
|
'Authorization': opts['authorization'],
|
|
143
|
+
'cacheduration': opts['cacheduration'],
|
|
144
|
+
'cachegroup': opts['cachegroup'],
|
|
145
|
+
'cachekey': opts['cachekey'],
|
|
146
|
+
'cachescope': opts['cachescope'],
|
|
127
147
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
128
148
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
129
149
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -141,6 +161,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
141
161
|
* @param {Array.<module:model/APIClient>} aPIClient API Client Object
|
|
142
162
|
* @param {Object} opts Optional parameters
|
|
143
163
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
164
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
165
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
166
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
167
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
144
168
|
* @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
|
|
145
169
|
* @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
|
|
146
170
|
* @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
|
|
@@ -198,6 +222,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
198
222
|
* Root for the API
|
|
199
223
|
* @param {Object} opts Optional parameters
|
|
200
224
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
225
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
226
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
227
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
228
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
201
229
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
202
230
|
* @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
|
|
203
231
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -213,6 +241,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
213
241
|
var queryParams = {};
|
|
214
242
|
var headerParams = {
|
|
215
243
|
'Authorization': opts['authorization'],
|
|
244
|
+
'cacheduration': opts['cacheduration'],
|
|
245
|
+
'cachegroup': opts['cachegroup'],
|
|
246
|
+
'cachekey': opts['cachekey'],
|
|
247
|
+
'cachescope': opts['cachescope'],
|
|
216
248
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
217
249
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
218
250
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -230,6 +262,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
262
|
* Root for the API
|
|
231
263
|
* @param {Object} opts Optional parameters
|
|
232
264
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
265
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
266
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
267
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
268
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
233
269
|
* @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
|
|
234
270
|
* @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
|
|
235
271
|
* @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
|
|
@@ -249,6 +285,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
249
285
|
* @param {Number} id
|
|
250
286
|
* @param {Object} opts Optional parameters
|
|
251
287
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
288
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
289
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
290
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
291
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
252
292
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
253
293
|
* @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
|
|
254
294
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -270,6 +310,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
270
310
|
var queryParams = {};
|
|
271
311
|
var headerParams = {
|
|
272
312
|
'Authorization': opts['authorization'],
|
|
313
|
+
'cacheduration': opts['cacheduration'],
|
|
314
|
+
'cachegroup': opts['cachegroup'],
|
|
315
|
+
'cachekey': opts['cachekey'],
|
|
316
|
+
'cachescope': opts['cachescope'],
|
|
273
317
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
274
318
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
275
319
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -290,6 +334,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
290
334
|
* @param {Number} id
|
|
291
335
|
* @param {Object} opts Optional parameters
|
|
292
336
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
337
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
338
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
339
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
340
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
293
341
|
* @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
|
|
294
342
|
* @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
|
|
295
343
|
* @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
|
|
@@ -308,6 +356,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
356
|
* Root for the API
|
|
309
357
|
* @param {Object} opts Optional parameters
|
|
310
358
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
359
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
360
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
361
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
362
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
311
363
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
312
364
|
* @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
|
|
313
365
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -323,6 +375,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
375
|
var queryParams = {};
|
|
324
376
|
var headerParams = {
|
|
325
377
|
'Authorization': opts['authorization'],
|
|
378
|
+
'cacheduration': opts['cacheduration'],
|
|
379
|
+
'cachegroup': opts['cachegroup'],
|
|
380
|
+
'cachekey': opts['cachekey'],
|
|
381
|
+
'cachescope': opts['cachescope'],
|
|
326
382
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
327
383
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
328
384
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -340,6 +396,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
340
396
|
* Root for the API
|
|
341
397
|
* @param {Object} opts Optional parameters
|
|
342
398
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
399
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
400
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
401
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
402
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
343
403
|
* @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
|
|
344
404
|
* @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
|
|
345
405
|
* @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
|
|
@@ -359,6 +419,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
359
419
|
* @param {Number} id
|
|
360
420
|
* @param {Object} opts Optional parameters
|
|
361
421
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
422
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
423
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
424
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
425
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
362
426
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
363
427
|
* @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
|
|
364
428
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -380,6 +444,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
380
444
|
var queryParams = {};
|
|
381
445
|
var headerParams = {
|
|
382
446
|
'Authorization': opts['authorization'],
|
|
447
|
+
'cacheduration': opts['cacheduration'],
|
|
448
|
+
'cachegroup': opts['cachegroup'],
|
|
449
|
+
'cachekey': opts['cachekey'],
|
|
450
|
+
'cachescope': opts['cachescope'],
|
|
383
451
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
452
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
453
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -400,6 +468,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
400
468
|
* @param {Number} id
|
|
401
469
|
* @param {Object} opts Optional parameters
|
|
402
470
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
471
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
472
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
473
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
474
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
403
475
|
* @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
|
|
404
476
|
* @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
|
|
405
477
|
* @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
|
|
@@ -419,6 +491,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
491
|
* Gets a comment by id
|
|
420
492
|
* @param {Object} opts Optional parameters
|
|
421
493
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
494
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
495
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
496
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
497
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
422
498
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
423
499
|
* @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
|
|
424
500
|
* @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 +511,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
435
511
|
var queryParams = {};
|
|
436
512
|
var headerParams = {
|
|
437
513
|
'Authorization': opts['authorization'],
|
|
514
|
+
'cacheduration': opts['cacheduration'],
|
|
515
|
+
'cachegroup': opts['cachegroup'],
|
|
516
|
+
'cachekey': opts['cachekey'],
|
|
517
|
+
'cachescope': opts['cachescope'],
|
|
438
518
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
439
519
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
440
520
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -453,6 +533,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
453
533
|
* Gets a comment by id
|
|
454
534
|
* @param {Object} opts Optional parameters
|
|
455
535
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
536
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
537
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
538
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
539
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
456
540
|
* @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
|
|
457
541
|
* @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
|
|
458
542
|
* @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
|
|
@@ -472,6 +556,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
472
556
|
* @param {Number} id
|
|
473
557
|
* @param {Object} opts Optional parameters
|
|
474
558
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
559
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
560
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
561
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
562
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
475
563
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
476
564
|
* @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
|
|
477
565
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -493,6 +581,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
493
581
|
var queryParams = {};
|
|
494
582
|
var headerParams = {
|
|
495
583
|
'Authorization': opts['authorization'],
|
|
584
|
+
'cacheduration': opts['cacheduration'],
|
|
585
|
+
'cachegroup': opts['cachegroup'],
|
|
586
|
+
'cachekey': opts['cachekey'],
|
|
587
|
+
'cachescope': opts['cachescope'],
|
|
496
588
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
497
589
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
498
590
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -510,6 +602,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
510
602
|
* @param {Number} id
|
|
511
603
|
* @param {Object} opts Optional parameters
|
|
512
604
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
605
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
606
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
607
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
608
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
513
609
|
* @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
|
|
514
610
|
* @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
|
|
515
611
|
* @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
|
|
@@ -528,6 +624,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
528
624
|
* @param {Number} id
|
|
529
625
|
* @param {Object} opts Optional parameters
|
|
530
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
|
|
531
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
|
|
532
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
|
|
533
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
|
|
@@ -549,6 +649,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
549
649
|
var queryParams = {};
|
|
550
650
|
var headerParams = {
|
|
551
651
|
'Authorization': opts['authorization'],
|
|
652
|
+
'cacheduration': opts['cacheduration'],
|
|
653
|
+
'cachegroup': opts['cachegroup'],
|
|
654
|
+
'cachekey': opts['cachekey'],
|
|
655
|
+
'cachescope': opts['cachescope'],
|
|
552
656
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
553
657
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
554
658
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -566,6 +670,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
566
670
|
* @param {Number} id
|
|
567
671
|
* @param {Object} opts Optional parameters
|
|
568
672
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
673
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
674
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
675
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
676
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
569
677
|
* @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
|
|
570
678
|
* @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
|
|
571
679
|
* @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
|
|
@@ -585,6 +693,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
585
693
|
* Resets the secret key of the API Client
|
|
586
694
|
* @param {Object} opts Optional parameters
|
|
587
695
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
696
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
697
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
698
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
699
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
588
700
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
589
701
|
* @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
|
|
590
702
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -601,6 +713,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
601
713
|
var queryParams = {};
|
|
602
714
|
var headerParams = {
|
|
603
715
|
'Authorization': opts['authorization'],
|
|
716
|
+
'cacheduration': opts['cacheduration'],
|
|
717
|
+
'cachegroup': opts['cachegroup'],
|
|
718
|
+
'cachekey': opts['cachekey'],
|
|
719
|
+
'cachescope': opts['cachescope'],
|
|
604
720
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
605
721
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
606
722
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -619,6 +735,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
619
735
|
* Resets the secret key of the API Client
|
|
620
736
|
* @param {Object} opts Optional parameters
|
|
621
737
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
738
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
739
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
740
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
741
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
622
742
|
* @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
|
|
623
743
|
* @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
|
|
624
744
|
* @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
|
|
@@ -638,6 +758,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
638
758
|
* @param {Number} id
|
|
639
759
|
* @param {Object} opts Optional parameters
|
|
640
760
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
761
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
762
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
763
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
764
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
641
765
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
642
766
|
* @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
|
|
643
767
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -660,6 +784,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
660
784
|
var queryParams = {};
|
|
661
785
|
var headerParams = {
|
|
662
786
|
'Authorization': opts['authorization'],
|
|
787
|
+
'cacheduration': opts['cacheduration'],
|
|
788
|
+
'cachegroup': opts['cachegroup'],
|
|
789
|
+
'cachekey': opts['cachekey'],
|
|
790
|
+
'cachescope': opts['cachescope'],
|
|
663
791
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
664
792
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
665
793
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -677,6 +805,10 @@ var DefaultApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
677
805
|
* @param {Number} id
|
|
678
806
|
* @param {Object} opts Optional parameters
|
|
679
807
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
808
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
809
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
810
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
811
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
680
812
|
* @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
|
|
681
813
|
* @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
|
|
682
814
|
* @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
|