@gobodo/gobodo-api 0.1.45 → 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 -3
- 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/index.js +0 -7
- 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 +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +36 -36
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +10 -10
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- 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 +11 -11
- 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 +14 -14
- package/dist/model/ImageUploadObject.js +14 -14
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- 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 +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +6 -6
- 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 +9 -9
- package/dist/model/PrivateMessageConversation.js +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +10 -10
- 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 +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 +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- 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 +14 -14
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +22 -22
- package/dist/model/VideoUploadObject.js +14 -14
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
- package/dist/model/PathPathInner.js +0 -9
|
@@ -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
|
* GraphActions service.
|
|
30
30
|
* @module api/GraphActionsApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -60,6 +60,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
60
60
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
61
61
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
62
62
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
63
|
+
* @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)
|
|
63
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
|
|
64
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
|
|
65
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
|
|
@@ -90,6 +91,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
90
91
|
'cachegroup': opts['cachegroup'],
|
|
91
92
|
'cachekey': opts['cachekey'],
|
|
92
93
|
'cachescope': opts['cachescope'],
|
|
94
|
+
'cacheuser': opts['cacheuser'],
|
|
93
95
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
94
96
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
95
97
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -121,6 +123,7 @@ var GraphActionsApi = 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
|
|
@@ -146,6 +149,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
146
149
|
'cachegroup': opts['cachegroup'],
|
|
147
150
|
'cachekey': opts['cachekey'],
|
|
148
151
|
'cachescope': opts['cachescope'],
|
|
152
|
+
'cacheuser': opts['cacheuser'],
|
|
149
153
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
150
154
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
151
155
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -175,6 +179,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
175
179
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
176
180
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
177
181
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
182
|
+
* @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)
|
|
178
183
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
179
184
|
* @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
|
|
180
185
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -194,6 +199,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
194
199
|
'cachegroup': opts['cachegroup'],
|
|
195
200
|
'cachekey': opts['cachekey'],
|
|
196
201
|
'cachescope': opts['cachescope'],
|
|
202
|
+
'cacheuser': opts['cacheuser'],
|
|
197
203
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
198
204
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
199
205
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -224,6 +230,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
224
230
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
225
231
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
226
232
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
233
|
+
* @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)
|
|
227
234
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
228
235
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
229
236
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -250,6 +257,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
257
|
'cachegroup': opts['cachegroup'],
|
|
251
258
|
'cachekey': opts['cachekey'],
|
|
252
259
|
'cachescope': opts['cachescope'],
|
|
260
|
+
'cacheuser': opts['cacheuser'],
|
|
253
261
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
254
262
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
255
263
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -281,6 +289,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
281
289
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
282
290
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
283
291
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
292
|
+
* @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)
|
|
284
293
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
285
294
|
* @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
|
|
286
295
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -307,6 +316,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
307
316
|
'cachegroup': opts['cachegroup'],
|
|
308
317
|
'cachekey': opts['cachekey'],
|
|
309
318
|
'cachescope': opts['cachescope'],
|
|
319
|
+
'cacheuser': opts['cacheuser'],
|
|
310
320
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
311
321
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
312
322
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -341,6 +351,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
351
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
342
352
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
343
353
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
354
|
+
* @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)
|
|
344
355
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
345
356
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
346
357
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -372,6 +383,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
372
383
|
'cachegroup': opts['cachegroup'],
|
|
373
384
|
'cachekey': opts['cachekey'],
|
|
374
385
|
'cachescope': opts['cachescope'],
|
|
386
|
+
'cacheuser': opts['cacheuser'],
|
|
375
387
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
376
388
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
377
389
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -405,6 +417,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
417
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
406
418
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
407
419
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
420
|
+
* @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)
|
|
408
421
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
409
422
|
* @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
|
|
410
423
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -431,6 +444,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
431
444
|
'cachegroup': opts['cachegroup'],
|
|
432
445
|
'cachekey': opts['cachekey'],
|
|
433
446
|
'cachescope': opts['cachescope'],
|
|
447
|
+
'cacheuser': opts['cacheuser'],
|
|
434
448
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
435
449
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
436
450
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -463,6 +477,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
463
477
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
464
478
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
465
479
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
480
|
+
* @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)
|
|
466
481
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
467
482
|
* @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
|
|
468
483
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -494,6 +509,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
494
509
|
'cachegroup': opts['cachegroup'],
|
|
495
510
|
'cachekey': opts['cachekey'],
|
|
496
511
|
'cachescope': opts['cachescope'],
|
|
512
|
+
'cacheuser': opts['cacheuser'],
|
|
497
513
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
498
514
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
499
515
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -526,6 +542,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
526
542
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
527
543
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
528
544
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
545
|
+
* @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)
|
|
529
546
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
530
547
|
* @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
|
|
531
548
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -555,6 +572,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
555
572
|
'cachegroup': opts['cachegroup'],
|
|
556
573
|
'cachekey': opts['cachekey'],
|
|
557
574
|
'cachescope': opts['cachescope'],
|
|
575
|
+
'cacheuser': opts['cacheuser'],
|
|
558
576
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
559
577
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
560
578
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -588,6 +606,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
588
606
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
589
607
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
590
608
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
609
|
+
* @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)
|
|
591
610
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
592
611
|
* @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
|
|
593
612
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -622,6 +641,7 @@ var GraphActionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
622
641
|
'cachegroup': opts['cachegroup'],
|
|
623
642
|
'cachekey': opts['cachekey'],
|
|
624
643
|
'cachescope': opts['cachescope'],
|
|
644
|
+
'cacheuser': opts['cacheuser'],
|
|
625
645
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
626
646
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
627
647
|
'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
|
* GraphObjectTypes service.
|
|
30
30
|
* @module api/GraphObjectTypesApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -59,6 +59,7 @@ var GraphObjectTypesApi = 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
|
|
@@ -86,6 +87,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
87
|
'cachegroup': opts['cachegroup'],
|
|
87
88
|
'cachekey': opts['cachekey'],
|
|
88
89
|
'cachescope': opts['cachescope'],
|
|
90
|
+
'cacheuser': opts['cacheuser'],
|
|
89
91
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
90
92
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
91
93
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -116,6 +118,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
116
118
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
117
119
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
118
120
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
121
|
+
* @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)
|
|
119
122
|
* @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
123
|
* @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
124
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -142,6 +145,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
142
145
|
'cachegroup': opts['cachegroup'],
|
|
143
146
|
'cachekey': opts['cachekey'],
|
|
144
147
|
'cachescope': opts['cachescope'],
|
|
148
|
+
'cacheuser': opts['cacheuser'],
|
|
145
149
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
146
150
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
147
151
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -171,6 +175,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
171
175
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
172
176
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
173
177
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
178
|
+
* @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)
|
|
174
179
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
175
180
|
* @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
|
|
176
181
|
* @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 +195,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
190
195
|
'cachegroup': opts['cachegroup'],
|
|
191
196
|
'cachekey': opts['cachekey'],
|
|
192
197
|
'cachescope': opts['cachescope'],
|
|
198
|
+
'cacheuser': opts['cacheuser'],
|
|
193
199
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
194
200
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
195
201
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -219,6 +225,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
219
225
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
220
226
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
221
227
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
228
|
+
* @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)
|
|
222
229
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
223
230
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
224
231
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -245,6 +252,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
245
252
|
'cachegroup': opts['cachegroup'],
|
|
246
253
|
'cachekey': opts['cachekey'],
|
|
247
254
|
'cachescope': opts['cachescope'],
|
|
255
|
+
'cacheuser': opts['cacheuser'],
|
|
248
256
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
249
257
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
250
258
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -273,6 +281,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
281
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
274
282
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
275
283
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
284
|
+
* @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)
|
|
276
285
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
277
286
|
* @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
|
|
278
287
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -293,6 +302,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
302
|
'cachegroup': opts['cachegroup'],
|
|
294
303
|
'cachekey': opts['cachekey'],
|
|
295
304
|
'cachescope': opts['cachescope'],
|
|
305
|
+
'cacheuser': opts['cacheuser'],
|
|
296
306
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
297
307
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
298
308
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -321,6 +331,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
331
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
322
332
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
323
333
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
334
|
+
* @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)
|
|
324
335
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
325
336
|
* @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
|
|
326
337
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -341,6 +352,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
341
352
|
'cachegroup': opts['cachegroup'],
|
|
342
353
|
'cachekey': opts['cachekey'],
|
|
343
354
|
'cachescope': opts['cachescope'],
|
|
355
|
+
'cacheuser': opts['cacheuser'],
|
|
344
356
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
345
357
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
346
358
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -370,6 +382,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
370
382
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
371
383
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
372
384
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
385
|
+
* @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)
|
|
373
386
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
374
387
|
* @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
|
|
375
388
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -396,6 +409,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
396
409
|
'cachegroup': opts['cachegroup'],
|
|
397
410
|
'cachekey': opts['cachekey'],
|
|
398
411
|
'cachescope': opts['cachescope'],
|
|
412
|
+
'cacheuser': opts['cacheuser'],
|
|
399
413
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
400
414
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
401
415
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -424,6 +438,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
424
438
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
425
439
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
426
440
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
441
|
+
* @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)
|
|
427
442
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
428
443
|
* @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
|
|
429
444
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -444,6 +459,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
444
459
|
'cachegroup': opts['cachegroup'],
|
|
445
460
|
'cachekey': opts['cachekey'],
|
|
446
461
|
'cachescope': opts['cachescope'],
|
|
462
|
+
'cacheuser': opts['cacheuser'],
|
|
447
463
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
448
464
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
449
465
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -473,6 +489,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
489
|
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
474
490
|
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
475
491
|
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
492
|
+
* @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)
|
|
476
493
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
477
494
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
478
495
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -500,6 +517,7 @@ var GraphObjectTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
500
517
|
'cachegroup': opts['cachegroup'],
|
|
501
518
|
'cachekey': opts['cachekey'],
|
|
502
519
|
'cachescope': opts['cachescope'],
|
|
520
|
+
'cacheuser': opts['cacheuser'],
|
|
503
521
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
504
522
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
505
523
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|