@gobodo/gobodo-api 0.1.46 → 0.1.47
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 +3 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +22 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +26 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +20 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- 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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +14 -14
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +25 -25
- 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 +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +9 -9
- package/dist/model/Form.js +2 -2
- 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/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +18 -18
- package/dist/model/ImageUploadObject.js +18 -18
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +10 -10
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- 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 +14 -14
- 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 +10 -10
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +9 -9
- 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 +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +11 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +11 -11
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- 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 +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +10 -10
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/api/DocumentsApi.js
CHANGED
|
@@ -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.47
|
|
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
|
* Documents service.
|
|
32
32
|
* @module api/DocumentsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -63,6 +63,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
63
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
64
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
65
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
66
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
66
67
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
67
68
|
* @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
|
|
68
69
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -93,6 +94,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
94
|
'cachegroup': opts['cachegroup'],
|
|
94
95
|
'cachekey': opts['cachekey'],
|
|
95
96
|
'cachescope': opts['cachescope'],
|
|
97
|
+
'cacheuser': opts['cacheuser'],
|
|
96
98
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
97
99
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
98
100
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -122,6 +124,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
122
124
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
123
125
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
124
126
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
127
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
125
128
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
126
129
|
* @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
|
|
127
130
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -148,6 +151,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
148
151
|
'cachegroup': opts['cachegroup'],
|
|
149
152
|
'cachekey': opts['cachekey'],
|
|
150
153
|
'cachescope': opts['cachescope'],
|
|
154
|
+
'cacheuser': opts['cacheuser'],
|
|
151
155
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
152
156
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
153
157
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -178,6 +182,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
182
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
179
183
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
180
184
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
185
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
181
186
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
182
187
|
* @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
|
|
183
188
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -204,6 +209,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
209
|
'cachegroup': opts['cachegroup'],
|
|
205
210
|
'cachekey': opts['cachekey'],
|
|
206
211
|
'cachescope': opts['cachescope'],
|
|
212
|
+
'cacheuser': opts['cacheuser'],
|
|
207
213
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
208
214
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
209
215
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -234,6 +240,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
234
240
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
235
241
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
236
242
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
243
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
237
244
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
238
245
|
* @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
|
|
239
246
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -258,6 +265,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
258
265
|
'cachegroup': opts['cachegroup'],
|
|
259
266
|
'cachekey': opts['cachekey'],
|
|
260
267
|
'cachescope': opts['cachescope'],
|
|
268
|
+
'cacheuser': opts['cacheuser'],
|
|
261
269
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
262
270
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
263
271
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -289,6 +297,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
289
297
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
290
298
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
291
299
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
300
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
292
301
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
293
302
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
294
303
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -314,6 +323,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
314
323
|
'cachegroup': opts['cachegroup'],
|
|
315
324
|
'cachekey': opts['cachekey'],
|
|
316
325
|
'cachescope': opts['cachescope'],
|
|
326
|
+
'cacheuser': opts['cacheuser'],
|
|
317
327
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
318
328
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
319
329
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -344,6 +354,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
344
354
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
345
355
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
346
356
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
357
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
347
358
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
348
359
|
* @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
|
|
349
360
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -369,6 +380,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
369
380
|
'cachegroup': opts['cachegroup'],
|
|
370
381
|
'cachekey': opts['cachekey'],
|
|
371
382
|
'cachescope': opts['cachescope'],
|
|
383
|
+
'cacheuser': opts['cacheuser'],
|
|
372
384
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
373
385
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
374
386
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -400,6 +412,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
400
412
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
401
413
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
402
414
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
415
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
403
416
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
404
417
|
* @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
|
|
405
418
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -430,6 +443,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
430
443
|
'cachegroup': opts['cachegroup'],
|
|
431
444
|
'cachekey': opts['cachekey'],
|
|
432
445
|
'cachescope': opts['cachescope'],
|
|
446
|
+
'cacheuser': opts['cacheuser'],
|
|
433
447
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
434
448
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
435
449
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -459,6 +473,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
459
473
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
460
474
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
461
475
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
476
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
462
477
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
463
478
|
* @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
|
|
464
479
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -478,6 +493,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
478
493
|
'cachegroup': opts['cachegroup'],
|
|
479
494
|
'cachekey': opts['cachekey'],
|
|
480
495
|
'cachescope': opts['cachescope'],
|
|
496
|
+
'cacheuser': opts['cacheuser'],
|
|
481
497
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
482
498
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
483
499
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -507,6 +523,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
507
523
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
508
524
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
509
525
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
526
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
510
527
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
511
528
|
* @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
|
|
512
529
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -527,6 +544,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
527
544
|
'cachegroup': opts['cachegroup'],
|
|
528
545
|
'cachekey': opts['cachekey'],
|
|
529
546
|
'cachescope': opts['cachescope'],
|
|
547
|
+
'cacheuser': opts['cacheuser'],
|
|
530
548
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
531
549
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
532
550
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -557,6 +575,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
557
575
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
558
576
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
559
577
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
578
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
560
579
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
561
580
|
* @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
|
|
562
581
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -583,6 +602,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
583
602
|
'cachegroup': opts['cachegroup'],
|
|
584
603
|
'cachekey': opts['cachekey'],
|
|
585
604
|
'cachescope': opts['cachescope'],
|
|
605
|
+
'cacheuser': opts['cacheuser'],
|
|
586
606
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
587
607
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
588
608
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -614,6 +634,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
614
634
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
615
635
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
616
636
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
637
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
617
638
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
618
639
|
* @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
|
|
619
640
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -644,6 +665,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
644
665
|
'cachegroup': opts['cachegroup'],
|
|
645
666
|
'cachekey': opts['cachekey'],
|
|
646
667
|
'cachescope': opts['cachescope'],
|
|
668
|
+
'cacheuser': opts['cacheuser'],
|
|
647
669
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
648
670
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
649
671
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -676,6 +698,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
676
698
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
677
699
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
678
700
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
701
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
679
702
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
680
703
|
* @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
|
|
681
704
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -702,6 +725,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
702
725
|
'cachegroup': opts['cachegroup'],
|
|
703
726
|
'cachekey': opts['cachekey'],
|
|
704
727
|
'cachescope': opts['cachescope'],
|
|
728
|
+
'cacheuser': opts['cacheuser'],
|
|
705
729
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
706
730
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
707
731
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -732,6 +756,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
732
756
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
733
757
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
734
758
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
759
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
735
760
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
736
761
|
* @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
|
|
737
762
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -758,6 +783,7 @@ var DocumentsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
758
783
|
'cachegroup': opts['cachegroup'],
|
|
759
784
|
'cachekey': opts['cachekey'],
|
|
760
785
|
'cachescope': opts['cachescope'],
|
|
786
|
+
'cacheuser': opts['cacheuser'],
|
|
761
787
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
762
788
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
763
789
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -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.47
|
|
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.47
|
|
32
32
|
*/
|
|
33
33
|
var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -61,6 +61,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
61
61
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
62
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
63
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
64
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
64
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
|
|
65
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
|
|
66
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
|
|
@@ -91,6 +92,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
91
92
|
'cachegroup': opts['cachegroup'],
|
|
92
93
|
'cachekey': opts['cachekey'],
|
|
93
94
|
'cachescope': opts['cachescope'],
|
|
95
|
+
'cacheuser': opts['cacheuser'],
|
|
94
96
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
95
97
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
96
98
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -121,6 +123,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
121
123
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
122
124
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
123
125
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
126
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
124
127
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
125
128
|
* @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
|
|
126
129
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -147,6 +150,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
147
150
|
'cachegroup': opts['cachegroup'],
|
|
148
151
|
'cachekey': opts['cachekey'],
|
|
149
152
|
'cachescope': opts['cachescope'],
|
|
153
|
+
'cacheuser': opts['cacheuser'],
|
|
150
154
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
151
155
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
152
156
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -178,6 +182,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
178
182
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
179
183
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
180
184
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
185
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
181
186
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
182
187
|
* @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
|
|
183
188
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -208,6 +213,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
208
213
|
'cachegroup': opts['cachegroup'],
|
|
209
214
|
'cachekey': opts['cachekey'],
|
|
210
215
|
'cachescope': opts['cachescope'],
|
|
216
|
+
'cacheuser': opts['cacheuser'],
|
|
211
217
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
212
218
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
213
219
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -238,6 +244,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
238
244
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
239
245
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
240
246
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
247
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
241
248
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
242
249
|
* @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
|
|
243
250
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -262,6 +269,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
269
|
'cachegroup': opts['cachegroup'],
|
|
263
270
|
'cachekey': opts['cachekey'],
|
|
264
271
|
'cachescope': opts['cachescope'],
|
|
272
|
+
'cacheuser': opts['cacheuser'],
|
|
265
273
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
266
274
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
267
275
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -293,6 +301,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
301
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
294
302
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
295
303
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
304
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
296
305
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
297
306
|
* @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
|
|
298
307
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -318,6 +327,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
318
327
|
'cachegroup': opts['cachegroup'],
|
|
319
328
|
'cachekey': opts['cachekey'],
|
|
320
329
|
'cachescope': opts['cachescope'],
|
|
330
|
+
'cacheuser': opts['cacheuser'],
|
|
321
331
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
322
332
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
323
333
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -348,6 +358,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
348
358
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
349
359
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
350
360
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
361
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
351
362
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
352
363
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
353
364
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -373,6 +384,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
373
384
|
'cachegroup': opts['cachegroup'],
|
|
374
385
|
'cachekey': opts['cachekey'],
|
|
375
386
|
'cachescope': opts['cachescope'],
|
|
387
|
+
'cacheuser': opts['cacheuser'],
|
|
376
388
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
377
389
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
378
390
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -402,6 +414,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
402
414
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
403
415
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
404
416
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
417
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
405
418
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
406
419
|
* @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
|
|
407
420
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -421,6 +434,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
421
434
|
'cachegroup': opts['cachegroup'],
|
|
422
435
|
'cachekey': opts['cachekey'],
|
|
423
436
|
'cachescope': opts['cachescope'],
|
|
437
|
+
'cacheuser': opts['cacheuser'],
|
|
424
438
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
425
439
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
426
440
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -452,6 +466,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
452
466
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
453
467
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
454
468
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
469
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
455
470
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
456
471
|
* @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
|
|
457
472
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -483,6 +498,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
483
498
|
'cachegroup': opts['cachegroup'],
|
|
484
499
|
'cachekey': opts['cachekey'],
|
|
485
500
|
'cachescope': opts['cachescope'],
|
|
501
|
+
'cacheuser': opts['cacheuser'],
|
|
486
502
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
487
503
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
488
504
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -513,6 +529,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
513
529
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
514
530
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
515
531
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
532
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
516
533
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
517
534
|
* @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
|
|
518
535
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -539,6 +556,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
539
556
|
'cachegroup': opts['cachegroup'],
|
|
540
557
|
'cachekey': opts['cachekey'],
|
|
541
558
|
'cachescope': opts['cachescope'],
|
|
559
|
+
'cacheuser': opts['cacheuser'],
|
|
542
560
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
543
561
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
544
562
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -569,6 +587,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
569
587
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
570
588
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
571
589
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
590
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
572
591
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
573
592
|
* @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
|
|
574
593
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -595,6 +614,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
595
614
|
'cachegroup': opts['cachegroup'],
|
|
596
615
|
'cachekey': opts['cachekey'],
|
|
597
616
|
'cachescope': opts['cachescope'],
|
|
617
|
+
'cacheuser': opts['cacheuser'],
|
|
598
618
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
599
619
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
600
620
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -627,6 +647,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
627
647
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
628
648
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
629
649
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
650
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
630
651
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
631
652
|
* @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
|
|
632
653
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -662,6 +683,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
662
683
|
'cachegroup': opts['cachegroup'],
|
|
663
684
|
'cachekey': opts['cachekey'],
|
|
664
685
|
'cachescope': opts['cachescope'],
|
|
686
|
+
'cacheuser': opts['cacheuser'],
|
|
665
687
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
666
688
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
667
689
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -694,6 +716,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
694
716
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
695
717
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
696
718
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
719
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
697
720
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
698
721
|
* @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
|
|
699
722
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -729,6 +752,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
729
752
|
'cachegroup': opts['cachegroup'],
|
|
730
753
|
'cachekey': opts['cachekey'],
|
|
731
754
|
'cachescope': opts['cachescope'],
|
|
755
|
+
'cacheuser': opts['cacheuser'],
|
|
732
756
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
733
757
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
734
758
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -760,6 +784,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
760
784
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
761
785
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
762
786
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
787
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
763
788
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
764
789
|
* @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
|
|
765
790
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -790,6 +815,7 @@ var EntryPartsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
790
815
|
'cachegroup': opts['cachegroup'],
|
|
791
816
|
'cachekey': opts['cachekey'],
|
|
792
817
|
'cachescope': opts['cachescope'],
|
|
818
|
+
'cacheuser': opts['cacheuser'],
|
|
793
819
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
794
820
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
795
821
|
'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.47
|
|
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.47
|
|
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.47
|
|
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.47
|
|
31
31
|
*/
|
|
32
32
|
var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -62,6 +62,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
62
62
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
63
63
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
64
64
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
65
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
65
66
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
66
67
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
67
68
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -97,6 +98,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
97
98
|
'cachegroup': opts['cachegroup'],
|
|
98
99
|
'cachekey': opts['cachekey'],
|
|
99
100
|
'cachescope': opts['cachescope'],
|
|
101
|
+
'cacheuser': opts['cacheuser'],
|
|
100
102
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
101
103
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
102
104
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -128,6 +130,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
128
130
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
129
131
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
130
132
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
133
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
131
134
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
132
135
|
* @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
|
|
133
136
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -152,6 +155,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
152
155
|
'cachegroup': opts['cachegroup'],
|
|
153
156
|
'cachekey': opts['cachekey'],
|
|
154
157
|
'cachescope': opts['cachescope'],
|
|
158
|
+
'cacheuser': opts['cacheuser'],
|
|
155
159
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
156
160
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
157
161
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -184,6 +188,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
184
188
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
185
189
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
186
190
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
191
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
187
192
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
188
193
|
* @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
|
|
189
194
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -214,6 +219,7 @@ var FieldsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
214
219
|
'cachegroup': opts['cachegroup'],
|
|
215
220
|
'cachekey': opts['cachekey'],
|
|
216
221
|
'cachescope': opts['cachescope'],
|
|
222
|
+
'cacheuser': opts['cacheuser'],
|
|
217
223
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
218
224
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
219
225
|
'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.47
|
|
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.47
|
|
32
32
|
*/
|
|
33
33
|
var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -59,6 +59,7 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
60
60
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
61
61
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
|
+
* @param {Array.<String>} [cacheuser] The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
62
63
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
63
64
|
* @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
|
|
64
65
|
* @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 +90,7 @@ var FilesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
89
90
|
'cachegroup': opts['cachegroup'],
|
|
90
91
|
'cachekey': opts['cachekey'],
|
|
91
92
|
'cachescope': opts['cachescope'],
|
|
93
|
+
'cacheuser': opts['cacheuser'],
|
|
92
94
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
93
95
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
94
96
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|