@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.38
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* PrivateMessages service.
|
|
32
32
|
* @module api/PrivateMessagesApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -58,6 +58,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
59
59
|
* @param {Object} opts Optional parameters
|
|
60
60
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
61
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
62
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
61
65
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
63
67
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -84,6 +88,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
88
|
var queryParams = {};
|
|
85
89
|
var headerParams = {
|
|
86
90
|
'Authorization': opts['authorization'],
|
|
91
|
+
'cacheduration': opts['cacheduration'],
|
|
92
|
+
'cachegroup': opts['cachegroup'],
|
|
93
|
+
'cachekey': opts['cachekey'],
|
|
94
|
+
'cachescope': opts['cachescope'],
|
|
87
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
88
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
89
97
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -111,6 +119,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
111
119
|
* @param {module:model/PrivateMessageConversationSchema} privateMessageConversationSchema Conversation object or array of objects to create
|
|
112
120
|
* @param {Object} opts Optional parameters
|
|
113
121
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
122
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
123
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
124
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
125
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
114
126
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
115
127
|
* @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
|
|
116
128
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -131,6 +143,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
131
143
|
var queryParams = {};
|
|
132
144
|
var headerParams = {
|
|
133
145
|
'Authorization': opts['authorization'],
|
|
146
|
+
'cacheduration': opts['cacheduration'],
|
|
147
|
+
'cachegroup': opts['cachegroup'],
|
|
148
|
+
'cachekey': opts['cachekey'],
|
|
149
|
+
'cachescope': opts['cachescope'],
|
|
134
150
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
135
151
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
136
152
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -157,6 +173,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
157
173
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
158
174
|
* @param {Object} opts Optional parameters
|
|
159
175
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
176
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
177
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
178
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
179
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
160
180
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
161
181
|
* @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
|
|
162
182
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -183,6 +203,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
183
203
|
var queryParams = {};
|
|
184
204
|
var headerParams = {
|
|
185
205
|
'Authorization': opts['authorization'],
|
|
206
|
+
'cacheduration': opts['cacheduration'],
|
|
207
|
+
'cachegroup': opts['cachegroup'],
|
|
208
|
+
'cachekey': opts['cachekey'],
|
|
209
|
+
'cachescope': opts['cachescope'],
|
|
186
210
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
187
211
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
188
212
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -208,6 +232,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
208
232
|
* @param {Number} messageid
|
|
209
233
|
* @param {Object} opts Optional parameters
|
|
210
234
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
235
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
236
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
237
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
238
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
211
239
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
212
240
|
* @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
|
|
213
241
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -229,6 +257,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
229
257
|
var queryParams = {};
|
|
230
258
|
var headerParams = {
|
|
231
259
|
'Authorization': opts['authorization'],
|
|
260
|
+
'cacheduration': opts['cacheduration'],
|
|
261
|
+
'cachegroup': opts['cachegroup'],
|
|
262
|
+
'cachekey': opts['cachekey'],
|
|
263
|
+
'cachescope': opts['cachescope'],
|
|
232
264
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
233
265
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
234
266
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -255,6 +287,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
255
287
|
* @param {Number} id The id of the object to delete
|
|
256
288
|
* @param {Object} opts Optional parameters
|
|
257
289
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
290
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
291
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
292
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
293
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
258
294
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
259
295
|
* @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
|
|
260
296
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -276,6 +312,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
276
312
|
var queryParams = {};
|
|
277
313
|
var headerParams = {
|
|
278
314
|
'Authorization': opts['authorization'],
|
|
315
|
+
'cacheduration': opts['cacheduration'],
|
|
316
|
+
'cachegroup': opts['cachegroup'],
|
|
317
|
+
'cachekey': opts['cachekey'],
|
|
318
|
+
'cachescope': opts['cachescope'],
|
|
279
319
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
280
320
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
281
321
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -301,6 +341,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
301
341
|
* Root for the API
|
|
302
342
|
* @param {Object} opts Optional parameters
|
|
303
343
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
344
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
345
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
346
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
347
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
304
348
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
305
349
|
* @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
|
|
306
350
|
* @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 PrivateMessagesApi = 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'],
|
|
@@ -341,6 +389,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
389
|
* Root for the API
|
|
342
390
|
* @param {Object} opts Optional parameters
|
|
343
391
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
392
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
393
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
394
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
395
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
344
396
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
345
397
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
346
398
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -356,6 +408,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
356
408
|
var queryParams = {};
|
|
357
409
|
var headerParams = {
|
|
358
410
|
'Authorization': opts['authorization'],
|
|
411
|
+
'cacheduration': opts['cacheduration'],
|
|
412
|
+
'cachegroup': opts['cachegroup'],
|
|
413
|
+
'cachekey': opts['cachekey'],
|
|
414
|
+
'cachescope': opts['cachescope'],
|
|
359
415
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
360
416
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
361
417
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -382,6 +438,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
382
438
|
* @param {Number} id
|
|
383
439
|
* @param {Object} opts Optional parameters
|
|
384
440
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
441
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
442
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
443
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
444
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
385
445
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
386
446
|
* @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
|
|
387
447
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -404,6 +464,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
404
464
|
var queryParams = {};
|
|
405
465
|
var headerParams = {
|
|
406
466
|
'Authorization': opts['authorization'],
|
|
467
|
+
'cacheduration': opts['cacheduration'],
|
|
468
|
+
'cachegroup': opts['cachegroup'],
|
|
469
|
+
'cachekey': opts['cachekey'],
|
|
470
|
+
'cachescope': opts['cachescope'],
|
|
407
471
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
408
472
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
409
473
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -430,6 +494,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
494
|
* Returns all the conversations the user has access to
|
|
431
495
|
* @param {Object} opts Optional parameters
|
|
432
496
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
497
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
498
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
499
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
500
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
433
501
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
434
502
|
* @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
|
|
435
503
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -446,6 +514,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
514
|
var queryParams = {};
|
|
447
515
|
var headerParams = {
|
|
448
516
|
'Authorization': opts['authorization'],
|
|
517
|
+
'cacheduration': opts['cacheduration'],
|
|
518
|
+
'cachegroup': opts['cachegroup'],
|
|
519
|
+
'cachekey': opts['cachekey'],
|
|
520
|
+
'cachescope': opts['cachescope'],
|
|
449
521
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
450
522
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
451
523
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -473,6 +545,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
545
|
* @param {Number} convoid
|
|
474
546
|
* @param {Object} opts Optional parameters
|
|
475
547
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
548
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
549
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
550
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
551
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
476
552
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
553
|
* @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
|
|
478
554
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -495,6 +571,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
495
571
|
var queryParams = {};
|
|
496
572
|
var headerParams = {
|
|
497
573
|
'Authorization': opts['authorization'],
|
|
574
|
+
'cacheduration': opts['cacheduration'],
|
|
575
|
+
'cachegroup': opts['cachegroup'],
|
|
576
|
+
'cachekey': opts['cachekey'],
|
|
577
|
+
'cachescope': opts['cachescope'],
|
|
498
578
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
499
579
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
500
580
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -522,6 +602,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
522
602
|
* @param {Number} id
|
|
523
603
|
* @param {Object} opts Optional parameters
|
|
524
604
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
605
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
606
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
607
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
608
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
525
609
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
526
610
|
* @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
|
|
527
611
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -544,6 +628,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
544
628
|
var queryParams = {};
|
|
545
629
|
var headerParams = {
|
|
546
630
|
'Authorization': opts['authorization'],
|
|
631
|
+
'cacheduration': opts['cacheduration'],
|
|
632
|
+
'cachegroup': opts['cachegroup'],
|
|
633
|
+
'cachekey': opts['cachekey'],
|
|
634
|
+
'cachescope': opts['cachescope'],
|
|
547
635
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
548
636
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
549
637
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -571,6 +659,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
571
659
|
* @param {Number} convoid
|
|
572
660
|
* @param {Object} opts Optional parameters
|
|
573
661
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
662
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
663
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
664
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
665
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
574
666
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
575
667
|
* @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
|
|
576
668
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -593,6 +685,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
593
685
|
var queryParams = {};
|
|
594
686
|
var headerParams = {
|
|
595
687
|
'Authorization': opts['authorization'],
|
|
688
|
+
'cacheduration': opts['cacheduration'],
|
|
689
|
+
'cachegroup': opts['cachegroup'],
|
|
690
|
+
'cachekey': opts['cachekey'],
|
|
691
|
+
'cachescope': opts['cachescope'],
|
|
596
692
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
597
693
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
598
694
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -620,6 +716,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
620
716
|
* @param {Number} convoid
|
|
621
717
|
* @param {Object} opts Optional parameters
|
|
622
718
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
719
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
720
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
721
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
722
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
623
723
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
624
724
|
* @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
|
|
625
725
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -642,6 +742,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
642
742
|
var queryParams = {};
|
|
643
743
|
var headerParams = {
|
|
644
744
|
'Authorization': opts['authorization'],
|
|
745
|
+
'cacheduration': opts['cacheduration'],
|
|
746
|
+
'cachegroup': opts['cachegroup'],
|
|
747
|
+
'cachekey': opts['cachekey'],
|
|
748
|
+
'cachescope': opts['cachescope'],
|
|
645
749
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
646
750
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
647
751
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -668,6 +772,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
668
772
|
* Returns the number of unread messages
|
|
669
773
|
* @param {Object} opts Optional parameters
|
|
670
774
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
775
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
776
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
777
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
778
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
671
779
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
672
780
|
* @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
|
|
673
781
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -684,6 +792,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
684
792
|
var queryParams = {};
|
|
685
793
|
var headerParams = {
|
|
686
794
|
'Authorization': opts['authorization'],
|
|
795
|
+
'cacheduration': opts['cacheduration'],
|
|
796
|
+
'cachegroup': opts['cachegroup'],
|
|
797
|
+
'cachekey': opts['cachekey'],
|
|
798
|
+
'cachescope': opts['cachescope'],
|
|
687
799
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
688
800
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
689
801
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -709,6 +821,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
709
821
|
* @param {Number} messageid
|
|
710
822
|
* @param {Object} opts Optional parameters
|
|
711
823
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
824
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
825
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
826
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
827
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
712
828
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
713
829
|
* @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
|
|
714
830
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -731,6 +847,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
731
847
|
var queryParams = {};
|
|
732
848
|
var headerParams = {
|
|
733
849
|
'Authorization': opts['authorization'],
|
|
850
|
+
'cacheduration': opts['cacheduration'],
|
|
851
|
+
'cachegroup': opts['cachegroup'],
|
|
852
|
+
'cachekey': opts['cachekey'],
|
|
853
|
+
'cachescope': opts['cachescope'],
|
|
734
854
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
735
855
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
736
856
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -757,6 +877,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
757
877
|
* @param {module:model/PrivateMessage} privateMessage Private Message Object
|
|
758
878
|
* @param {Object} opts Optional parameters
|
|
759
879
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
880
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
881
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
882
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
883
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
760
884
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
761
885
|
* @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
|
|
762
886
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -783,6 +907,10 @@ var PrivateMessagesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
783
907
|
var queryParams = {};
|
|
784
908
|
var headerParams = {
|
|
785
909
|
'Authorization': opts['authorization'],
|
|
910
|
+
'cacheduration': opts['cacheduration'],
|
|
911
|
+
'cachegroup': opts['cachegroup'],
|
|
912
|
+
'cachekey': opts['cachekey'],
|
|
913
|
+
'cachescope': opts['cachescope'],
|
|
786
914
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
787
915
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
788
916
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -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.38
|
|
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
|
* Publications service.
|
|
28
28
|
* @module api/PublicationsApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -54,6 +54,10 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
54
54
|
* @param {Number} id The id of the object to delete
|
|
55
55
|
* @param {Object} opts Optional parameters
|
|
56
56
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
57
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
58
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
59
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
60
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
57
61
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
58
62
|
* @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
|
|
59
63
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var PublicationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/ScreensApi.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.38
|
|
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
|
* Screens service.
|
|
29
29
|
* @module api/ScreensApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -55,6 +55,10 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
56
56
|
* @param {Object} opts Optional parameters
|
|
57
57
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
58
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
59
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
58
62
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
59
63
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
60
64
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -75,6 +79,10 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
75
79
|
var queryParams = {};
|
|
76
80
|
var headerParams = {
|
|
77
81
|
'Authorization': opts['authorization'],
|
|
82
|
+
'cacheduration': opts['cacheduration'],
|
|
83
|
+
'cachegroup': opts['cachegroup'],
|
|
84
|
+
'cachekey': opts['cachekey'],
|
|
85
|
+
'cachescope': opts['cachescope'],
|
|
78
86
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
79
87
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
80
88
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -102,6 +110,10 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
102
110
|
* @param {Array.<module:model/ScreenSchema>} screenSchema Screen or array of screens to create
|
|
103
111
|
* @param {Object} opts Optional parameters
|
|
104
112
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
113
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
114
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
115
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
116
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
105
117
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
106
118
|
* @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
|
|
107
119
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -128,6 +140,10 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
140
|
var queryParams = {};
|
|
129
141
|
var headerParams = {
|
|
130
142
|
'Authorization': opts['authorization'],
|
|
143
|
+
'cacheduration': opts['cacheduration'],
|
|
144
|
+
'cachegroup': opts['cachegroup'],
|
|
145
|
+
'cachekey': opts['cachekey'],
|
|
146
|
+
'cachescope': opts['cachescope'],
|
|
131
147
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
132
148
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
133
149
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -154,6 +170,10 @@ var ScreensApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
154
170
|
* @param {Number} screenId
|
|
155
171
|
* @param {Object} opts Optional parameters
|
|
156
172
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
173
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
174
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
175
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
176
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
157
177
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
158
178
|
* @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
|
|
159
179
|
* @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 ScreensApi = 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'],
|
|
@@ -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.38
|
|
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
|
* SocialIntegration service.
|
|
29
29
|
* @module api/SocialIntegrationApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var SocialIntegrationApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|