@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/UsersApi.js
CHANGED
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.37
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* Users service.
|
|
34
34
|
* @module api/UsersApi
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.37
|
|
36
36
|
*/
|
|
37
37
|
var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -61,6 +61,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {module:model/UserDataPayload} userDataPayload User data to create
|
|
62
62
|
* @param {Object} opts Optional parameters
|
|
63
63
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
64
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
65
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
66
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
67
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
68
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
65
69
|
* @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
|
|
66
70
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -81,6 +85,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
81
85
|
var queryParams = {};
|
|
82
86
|
var headerParams = {
|
|
83
87
|
'Authorization': opts['authorization'],
|
|
88
|
+
'cacheduration': opts['cacheduration'],
|
|
89
|
+
'cachegroup': opts['cachegroup'],
|
|
90
|
+
'cachekey': opts['cachekey'],
|
|
91
|
+
'cachescope': opts['cachescope'],
|
|
84
92
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
85
93
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
86
94
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -106,6 +114,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
114
|
* Root for the API
|
|
107
115
|
* @param {Object} opts Optional parameters
|
|
108
116
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
117
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
118
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
119
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
120
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
109
121
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
110
122
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
111
123
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -121,6 +133,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
121
133
|
var queryParams = {};
|
|
122
134
|
var headerParams = {
|
|
123
135
|
'Authorization': opts['authorization'],
|
|
136
|
+
'cacheduration': opts['cacheduration'],
|
|
137
|
+
'cachegroup': opts['cachegroup'],
|
|
138
|
+
'cachekey': opts['cachekey'],
|
|
139
|
+
'cachescope': opts['cachescope'],
|
|
124
140
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
125
141
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
126
142
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -149,6 +165,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
165
|
* @param {String} type
|
|
150
166
|
* @param {Object} opts Optional parameters
|
|
151
167
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
168
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
169
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
152
172
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
153
173
|
* @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
|
|
154
174
|
* @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 UsersApi = 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 UsersApi = 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 UsersApi = 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'],
|
|
@@ -251,6 +283,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
283
|
* Returns the current logged in user
|
|
252
284
|
* @param {Object} opts Optional parameters
|
|
253
285
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
286
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
287
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
288
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
289
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
254
290
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
255
291
|
* @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
|
|
256
292
|
* @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 UsersApi = 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'],
|
|
@@ -294,6 +334,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
294
334
|
* @param {Number} id
|
|
295
335
|
* @param {Object} opts Optional parameters
|
|
296
336
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
337
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
338
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
339
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
340
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
297
341
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
298
342
|
* @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
|
|
299
343
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -316,6 +360,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
316
360
|
var queryParams = {};
|
|
317
361
|
var headerParams = {
|
|
318
362
|
'Authorization': opts['authorization'],
|
|
363
|
+
'cacheduration': opts['cacheduration'],
|
|
364
|
+
'cachegroup': opts['cachegroup'],
|
|
365
|
+
'cachekey': opts['cachekey'],
|
|
366
|
+
'cachescope': opts['cachescope'],
|
|
319
367
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
320
368
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
321
369
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -343,6 +391,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
343
391
|
* @param {String} username
|
|
344
392
|
* @param {Object} opts Optional parameters
|
|
345
393
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
394
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
395
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
396
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
397
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
346
398
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
347
399
|
* @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
|
|
348
400
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -365,6 +417,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
365
417
|
var queryParams = {};
|
|
366
418
|
var headerParams = {
|
|
367
419
|
'Authorization': opts['authorization'],
|
|
420
|
+
'cacheduration': opts['cacheduration'],
|
|
421
|
+
'cachegroup': opts['cachegroup'],
|
|
422
|
+
'cachekey': opts['cachekey'],
|
|
423
|
+
'cachescope': opts['cachescope'],
|
|
368
424
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
369
425
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
370
426
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -392,6 +448,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
392
448
|
* @param {Number} id
|
|
393
449
|
* @param {Object} opts Optional parameters
|
|
394
450
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
451
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
452
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
453
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
454
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
395
455
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
396
456
|
* @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
|
|
397
457
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -416,6 +476,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
416
476
|
var queryParams = {};
|
|
417
477
|
var headerParams = {
|
|
418
478
|
'Authorization': opts['authorization'],
|
|
479
|
+
'cacheduration': opts['cacheduration'],
|
|
480
|
+
'cachegroup': opts['cachegroup'],
|
|
481
|
+
'cachekey': opts['cachekey'],
|
|
482
|
+
'cachescope': opts['cachescope'],
|
|
419
483
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
420
484
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
421
485
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -447,6 +511,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
447
511
|
* @param {module:model/UserDataPayload} userDataPayload User data to update
|
|
448
512
|
* @param {Object} opts Optional parameters
|
|
449
513
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
514
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
515
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
516
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
517
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
450
518
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
451
519
|
* @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
|
|
452
520
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -473,6 +541,10 @@ var UsersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
541
|
var queryParams = {};
|
|
474
542
|
var headerParams = {
|
|
475
543
|
'Authorization': opts['authorization'],
|
|
544
|
+
'cacheduration': opts['cacheduration'],
|
|
545
|
+
'cachegroup': opts['cachegroup'],
|
|
546
|
+
'cachekey': opts['cachekey'],
|
|
547
|
+
'cachescope': opts['cachescope'],
|
|
476
548
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
477
549
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
478
550
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/UtilsApi.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.37
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* Utils service.
|
|
28
28
|
* @module api/UtilsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.37
|
|
30
30
|
*/
|
|
31
31
|
var UtilsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/VideosApi.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
23
23
|
* gobodo-api
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.37
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
34
34
|
/**
|
|
35
35
|
* Videos service.
|
|
36
36
|
* @module api/VideosApi
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.37
|
|
38
38
|
*/
|
|
39
39
|
var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -62,6 +62,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
* @param {Number} id The id of the object to delete
|
|
63
63
|
* @param {Object} opts Optional parameters
|
|
64
64
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
65
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
66
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
67
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
68
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
65
69
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
66
70
|
* @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
|
|
67
71
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -83,6 +87,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
87
|
var queryParams = {};
|
|
84
88
|
var headerParams = {
|
|
85
89
|
'Authorization': opts['authorization'],
|
|
90
|
+
'cacheduration': opts['cacheduration'],
|
|
91
|
+
'cachegroup': opts['cachegroup'],
|
|
92
|
+
'cachekey': opts['cachekey'],
|
|
93
|
+
'cachescope': opts['cachescope'],
|
|
86
94
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
95
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
96
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -108,6 +116,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
108
116
|
* Root for the API
|
|
109
117
|
* @param {Object} opts Optional parameters
|
|
110
118
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
119
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
120
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
121
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
122
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
111
123
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
112
124
|
* @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
|
|
113
125
|
* @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 VideosApi = 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'],
|
|
@@ -150,6 +166,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
150
166
|
* @param {Number} id
|
|
151
167
|
* @param {Object} opts Optional parameters
|
|
152
168
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
169
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
170
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
171
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
172
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
153
173
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
154
174
|
* @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
|
|
155
175
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -172,6 +192,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
172
192
|
var queryParams = {};
|
|
173
193
|
var headerParams = {
|
|
174
194
|
'Authorization': opts['authorization'],
|
|
195
|
+
'cacheduration': opts['cacheduration'],
|
|
196
|
+
'cachegroup': opts['cachegroup'],
|
|
197
|
+
'cachekey': opts['cachekey'],
|
|
198
|
+
'cachescope': opts['cachescope'],
|
|
175
199
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
176
200
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
177
201
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -197,6 +221,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
197
221
|
* @param {Number} id
|
|
198
222
|
* @param {Object} opts Optional parameters
|
|
199
223
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
224
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
225
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
226
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
227
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
200
228
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
201
229
|
* @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
|
|
202
230
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -219,6 +247,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
219
247
|
var queryParams = {};
|
|
220
248
|
var headerParams = {
|
|
221
249
|
'Authorization': opts['authorization'],
|
|
250
|
+
'cacheduration': opts['cacheduration'],
|
|
251
|
+
'cachegroup': opts['cachegroup'],
|
|
252
|
+
'cachekey': opts['cachekey'],
|
|
253
|
+
'cachescope': opts['cachescope'],
|
|
222
254
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
223
255
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
224
256
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -245,6 +277,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
277
|
* @param {Number} body Video to update
|
|
246
278
|
* @param {Object} opts Optional parameters
|
|
247
279
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
280
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
281
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
282
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
283
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
248
284
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
249
285
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
250
286
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -271,6 +307,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
271
307
|
var queryParams = {};
|
|
272
308
|
var headerParams = {
|
|
273
309
|
'Authorization': opts['authorization'],
|
|
310
|
+
'cacheduration': opts['cacheduration'],
|
|
311
|
+
'cachegroup': opts['cachegroup'],
|
|
312
|
+
'cachekey': opts['cachekey'],
|
|
313
|
+
'cachescope': opts['cachescope'],
|
|
274
314
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
275
315
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
276
316
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -297,6 +337,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
297
337
|
* @param {module:model/SimulcastInfo} simulcastInfo The simulcast info
|
|
298
338
|
* @param {Object} opts Optional parameters
|
|
299
339
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
340
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
341
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
342
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
343
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
300
344
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
301
345
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
302
346
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -323,6 +367,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
323
367
|
var queryParams = {};
|
|
324
368
|
var headerParams = {
|
|
325
369
|
'Authorization': opts['authorization'],
|
|
370
|
+
'cacheduration': opts['cacheduration'],
|
|
371
|
+
'cachegroup': opts['cachegroup'],
|
|
372
|
+
'cachekey': opts['cachekey'],
|
|
373
|
+
'cachescope': opts['cachescope'],
|
|
326
374
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
327
375
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
328
376
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -348,6 +396,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
348
396
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
349
397
|
* @param {Object} opts Optional parameters
|
|
350
398
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
399
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
400
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
401
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
402
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
351
403
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
352
404
|
* @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
|
|
353
405
|
* @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 VideosApi = 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'],
|
|
@@ -394,6 +450,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
394
450
|
* @param {module:model/VideoSchema} videoSchema The simulcast info
|
|
395
451
|
* @param {Object} opts Optional parameters
|
|
396
452
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
453
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
454
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
455
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
456
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
397
457
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
398
458
|
* @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
|
|
399
459
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -420,6 +480,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
420
480
|
var queryParams = {};
|
|
421
481
|
var headerParams = {
|
|
422
482
|
'Authorization': opts['authorization'],
|
|
483
|
+
'cacheduration': opts['cacheduration'],
|
|
484
|
+
'cachegroup': opts['cachegroup'],
|
|
485
|
+
'cachekey': opts['cachekey'],
|
|
486
|
+
'cachescope': opts['cachescope'],
|
|
423
487
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
424
488
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
425
489
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -446,6 +510,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
510
|
* @param {module:model/VideoSchema} videoSchema Video to update
|
|
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
|
|
@@ -472,6 +540,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
472
540
|
var queryParams = {};
|
|
473
541
|
var headerParams = {
|
|
474
542
|
'Authorization': opts['authorization'],
|
|
543
|
+
'cacheduration': opts['cacheduration'],
|
|
544
|
+
'cachegroup': opts['cachegroup'],
|
|
545
|
+
'cachekey': opts['cachekey'],
|
|
546
|
+
'cachescope': opts['cachescope'],
|
|
475
547
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
476
548
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
477
549
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -497,6 +569,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
497
569
|
* @param {Number} id
|
|
498
570
|
* @param {Object} opts Optional parameters
|
|
499
571
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
572
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
573
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
574
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
575
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
500
576
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
501
577
|
* @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
|
|
502
578
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -523,6 +599,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
523
599
|
var queryParams = {};
|
|
524
600
|
var headerParams = {
|
|
525
601
|
'Authorization': opts['authorization'],
|
|
602
|
+
'cacheduration': opts['cacheduration'],
|
|
603
|
+
'cachegroup': opts['cachegroup'],
|
|
604
|
+
'cachekey': opts['cachekey'],
|
|
605
|
+
'cachescope': opts['cachescope'],
|
|
526
606
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
527
607
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
528
608
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -556,6 +636,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
556
636
|
* Uploads one or more videos
|
|
557
637
|
* @param {Object} opts Optional parameters
|
|
558
638
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
639
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
640
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
641
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
642
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
559
643
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
560
644
|
* @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
|
|
561
645
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -574,6 +658,10 @@ var VideosApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
574
658
|
var queryParams = {};
|
|
575
659
|
var headerParams = {
|
|
576
660
|
'Authorization': opts['authorization'],
|
|
661
|
+
'cacheduration': opts['cacheduration'],
|
|
662
|
+
'cachegroup': opts['cachegroup'],
|
|
663
|
+
'cachekey': opts['cachekey'],
|
|
664
|
+
'cachescope': opts['cachescope'],
|
|
577
665
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
578
666
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
579
667
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/model/APIClient.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.37
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The APIClient model module.
|
|
29
29
|
* @module model/APIClient
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var APIClient = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.37
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The AccountSessionInput model module.
|
|
29
29
|
* @module model/AccountSessionInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var AccountSessionInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.37
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The AccountSessionResponse model module.
|
|
28
28
|
* @module model/AccountSessionResponse
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.37
|
|
30
30
|
*/
|
|
31
31
|
var AccountSessionResponse = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.37
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The ApplicationPaymentAccountResponse model module.
|
|
29
29
|
* @module model/ApplicationPaymentAccountResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var ApplicationPaymentAccountResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.37
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* The ApplicationPaymentAccountResponseFailureException model module.
|
|
34
34
|
* @module model/ApplicationPaymentAccountResponseFailureException
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.37
|
|
36
36
|
*/
|
|
37
37
|
var ApplicationPaymentAccountResponseFailureException = /*#__PURE__*/function () {
|
|
38
38
|
/**
|