@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
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.37
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* EntryParts service.
|
|
30
30
|
* @module api/EntryPartsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.37
|
|
32
32
|
*/
|
|
33
33
|
var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,6 +57,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Number} typeid
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -83,6 +87,10 @@ var EntryPartsApi = 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'],
|
|
@@ -109,6 +117,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
109
117
|
* @param {Number} docpartid
|
|
110
118
|
* @param {Object} opts Optional parameters
|
|
111
119
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
120
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
121
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
112
124
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
113
125
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
114
126
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -131,6 +143,10 @@ var EntryPartsApi = 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'],
|
|
@@ -158,6 +174,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
174
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
159
175
|
* @param {Object} opts Optional parameters
|
|
160
176
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
177
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
178
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
179
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
180
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
161
181
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
162
182
|
* @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
|
|
163
183
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -184,6 +204,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
184
204
|
var queryParams = {};
|
|
185
205
|
var headerParams = {
|
|
186
206
|
'Authorization': opts['authorization'],
|
|
207
|
+
'cacheduration': opts['cacheduration'],
|
|
208
|
+
'cachegroup': opts['cachegroup'],
|
|
209
|
+
'cachekey': opts['cachekey'],
|
|
210
|
+
'cachescope': opts['cachescope'],
|
|
187
211
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
188
212
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
189
213
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -210,6 +234,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
210
234
|
* @param {Array.<module:model/DocumentPart>} documentPart Document part or array of document parts to create
|
|
211
235
|
* @param {Object} opts Optional parameters
|
|
212
236
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
237
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
238
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
239
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
240
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
213
241
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
214
242
|
* @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
|
|
215
243
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -230,6 +258,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
230
258
|
var queryParams = {};
|
|
231
259
|
var headerParams = {
|
|
232
260
|
'Authorization': opts['authorization'],
|
|
261
|
+
'cacheduration': opts['cacheduration'],
|
|
262
|
+
'cachegroup': opts['cachegroup'],
|
|
263
|
+
'cachekey': opts['cachekey'],
|
|
264
|
+
'cachescope': opts['cachescope'],
|
|
233
265
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
234
266
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
235
267
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -257,6 +289,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
289
|
* @param {Number} docpartid
|
|
258
290
|
* @param {Object} opts Optional parameters
|
|
259
291
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
292
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
293
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
294
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
295
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
260
296
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
261
297
|
* @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
|
|
262
298
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -278,6 +314,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
278
314
|
var queryParams = {};
|
|
279
315
|
var headerParams = {
|
|
280
316
|
'Authorization': opts['authorization'],
|
|
317
|
+
'cacheduration': opts['cacheduration'],
|
|
318
|
+
'cachegroup': opts['cachegroup'],
|
|
319
|
+
'cachekey': opts['cachekey'],
|
|
320
|
+
'cachescope': opts['cachescope'],
|
|
281
321
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
282
322
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
283
323
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -304,6 +344,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
304
344
|
* @param {Number} id The id of the object to delete
|
|
305
345
|
* @param {Object} opts Optional parameters
|
|
306
346
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
347
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
348
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
349
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
350
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
307
351
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
308
352
|
* @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
|
|
309
353
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -325,6 +369,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
325
369
|
var queryParams = {};
|
|
326
370
|
var headerParams = {
|
|
327
371
|
'Authorization': opts['authorization'],
|
|
372
|
+
'cacheduration': opts['cacheduration'],
|
|
373
|
+
'cachegroup': opts['cachegroup'],
|
|
374
|
+
'cachekey': opts['cachekey'],
|
|
375
|
+
'cachescope': opts['cachescope'],
|
|
328
376
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
329
377
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
330
378
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -350,6 +398,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
350
398
|
* Root for the API
|
|
351
399
|
* @param {Object} opts Optional parameters
|
|
352
400
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
401
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
402
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
403
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
404
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
353
405
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
354
406
|
* @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
|
|
355
407
|
* @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 EntryPartsApi = 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 EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
392
448
|
* @param {Number} pagenum
|
|
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
|
|
@@ -419,6 +479,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
419
479
|
var queryParams = {};
|
|
420
480
|
var headerParams = {
|
|
421
481
|
'Authorization': opts['authorization'],
|
|
482
|
+
'cacheduration': opts['cacheduration'],
|
|
483
|
+
'cachegroup': opts['cachegroup'],
|
|
484
|
+
'cachekey': opts['cachekey'],
|
|
485
|
+
'cachescope': opts['cachescope'],
|
|
422
486
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
423
487
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
424
488
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -445,6 +509,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
445
509
|
* @param {Number} id
|
|
446
510
|
* @param {Object} opts Optional parameters
|
|
447
511
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
512
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
513
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
514
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
515
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
448
516
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
449
517
|
* @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
|
|
450
518
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -467,6 +535,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
467
535
|
var queryParams = {};
|
|
468
536
|
var headerParams = {
|
|
469
537
|
'Authorization': opts['authorization'],
|
|
538
|
+
'cacheduration': opts['cacheduration'],
|
|
539
|
+
'cachegroup': opts['cachegroup'],
|
|
540
|
+
'cachekey': opts['cachekey'],
|
|
541
|
+
'cachescope': opts['cachescope'],
|
|
470
542
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
471
543
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
472
544
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -493,6 +565,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
493
565
|
* @param {Number} id
|
|
494
566
|
* @param {Object} opts Optional parameters
|
|
495
567
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
568
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
569
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
570
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
571
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
496
572
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
497
573
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
498
574
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -515,6 +591,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
515
591
|
var queryParams = {};
|
|
516
592
|
var headerParams = {
|
|
517
593
|
'Authorization': opts['authorization'],
|
|
594
|
+
'cacheduration': opts['cacheduration'],
|
|
595
|
+
'cachegroup': opts['cachegroup'],
|
|
596
|
+
'cachekey': opts['cachekey'],
|
|
597
|
+
'cachescope': opts['cachescope'],
|
|
518
598
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
519
599
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
520
600
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -543,6 +623,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
543
623
|
* @param {Number} partindex
|
|
544
624
|
* @param {Object} opts Optional parameters
|
|
545
625
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
626
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
627
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
628
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
629
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
546
630
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
547
631
|
* @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
|
|
548
632
|
* @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 EntryPartsApi = 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'],
|
|
@@ -602,6 +690,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
602
690
|
* @param {Number} partindex
|
|
603
691
|
* @param {Object} opts Optional parameters
|
|
604
692
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
693
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
694
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
695
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
696
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
605
697
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
606
698
|
* @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
|
|
607
699
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -633,6 +725,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
633
725
|
var queryParams = {};
|
|
634
726
|
var headerParams = {
|
|
635
727
|
'Authorization': opts['authorization'],
|
|
728
|
+
'cacheduration': opts['cacheduration'],
|
|
729
|
+
'cachegroup': opts['cachegroup'],
|
|
730
|
+
'cachekey': opts['cachekey'],
|
|
731
|
+
'cachescope': opts['cachescope'],
|
|
636
732
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
637
733
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
638
734
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -660,6 +756,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
660
756
|
* @param {module:model/DocumentPart} documentPart Document part or array of document parts to create
|
|
661
757
|
* @param {Object} opts Optional parameters
|
|
662
758
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
759
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
760
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
761
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
762
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
663
763
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
664
764
|
* @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
|
|
665
765
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -686,6 +786,10 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
686
786
|
var queryParams = {};
|
|
687
787
|
var headerParams = {
|
|
688
788
|
'Authorization': opts['authorization'],
|
|
789
|
+
'cacheduration': opts['cacheduration'],
|
|
790
|
+
'cachegroup': opts['cachegroup'],
|
|
791
|
+
'cachekey': opts['cachekey'],
|
|
792
|
+
'cachescope': opts['cachescope'],
|
|
689
793
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
690
794
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
691
795
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/FacebookApi.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
|
* Facebook service.
|
|
29
29
|
* @module api/FacebookApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var FacebookApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/api/FieldsApi.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
|
* Fields service.
|
|
29
29
|
* @module api/FieldsApi
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.37
|
|
31
31
|
*/
|
|
32
32
|
var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -58,6 +58,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
58
58
|
* @param {module:model/SkinField} skinField Field data to create the new field from
|
|
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
|
|
@@ -89,6 +93,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
89
93
|
var queryParams = {};
|
|
90
94
|
var headerParams = {
|
|
91
95
|
'Authorization': opts['authorization'],
|
|
96
|
+
'cacheduration': opts['cacheduration'],
|
|
97
|
+
'cachegroup': opts['cachegroup'],
|
|
98
|
+
'cachekey': opts['cachekey'],
|
|
99
|
+
'cachescope': opts['cachescope'],
|
|
92
100
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
93
101
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
94
102
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -116,6 +124,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
116
124
|
* @param {Array.<module:model/SkinField>} skinField Field data to create the new fields from
|
|
117
125
|
* @param {Object} opts Optional parameters
|
|
118
126
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
127
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
128
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
129
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
130
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
119
131
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
120
132
|
* @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
|
|
121
133
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -136,6 +148,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
136
148
|
var queryParams = {};
|
|
137
149
|
var headerParams = {
|
|
138
150
|
'Authorization': opts['authorization'],
|
|
151
|
+
'cacheduration': opts['cacheduration'],
|
|
152
|
+
'cachegroup': opts['cachegroup'],
|
|
153
|
+
'cachekey': opts['cachekey'],
|
|
154
|
+
'cachescope': opts['cachescope'],
|
|
139
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
140
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
141
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -164,6 +180,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
164
180
|
* @param {module:model/SkinField} skinField Field data to create the new field from
|
|
165
181
|
* @param {Object} opts Optional parameters
|
|
166
182
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
183
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
184
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
185
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
186
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
167
187
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
168
188
|
* @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
|
|
169
189
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -190,6 +210,10 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
210
|
var queryParams = {};
|
|
191
211
|
var headerParams = {
|
|
192
212
|
'Authorization': opts['authorization'],
|
|
213
|
+
'cacheduration': opts['cacheduration'],
|
|
214
|
+
'cachegroup': opts['cachegroup'],
|
|
215
|
+
'cachekey': opts['cachekey'],
|
|
216
|
+
'cachescope': opts['cachescope'],
|
|
193
217
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
194
218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
195
219
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
package/dist/api/FilesApi.js
CHANGED
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.37
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* Files service.
|
|
30
30
|
* @module api/FilesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.37
|
|
32
32
|
*/
|
|
33
33
|
var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -55,6 +55,10 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
* @param {Number} id The id of the object that the file is being attached to
|
|
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
|
|
@@ -81,6 +85,10 @@ var FilesApi = 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'],
|