@gobodo/gobodo-api 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +10 -2
- package/dist/api/AdCampaignsApi.js +66 -2
- package/dist/api/AdManagementApi.js +98 -2
- package/dist/api/AdminDataManagementApi.js +10 -2
- package/dist/api/AdsApi.js +50 -2
- package/dist/api/AttachmentsApi.js +58 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +58 -2
- package/dist/api/CommentsApi.js +66 -2
- package/dist/api/ContentManagementApi.js +194 -2
- package/dist/api/ConversationsApi.js +74 -2
- package/dist/api/DataSheetImportsApi.js +122 -2
- package/dist/api/DefaultApi.js +90 -2
- package/dist/api/DocumentsApi.js +106 -2
- package/dist/api/EntryPartsApi.js +106 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +26 -2
- package/dist/api/FilesApi.js +10 -2
- package/dist/api/FormsApi.js +146 -2
- package/dist/api/FunctionsApi.js +10 -2
- package/dist/api/GeocodeApi.js +42 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +82 -2
- package/dist/api/GraphObjectTypesApi.js +74 -2
- package/dist/api/GraphObjectsApi.js +520 -8
- package/dist/api/GraphRelationshipTypesApi.js +138 -2
- package/dist/api/GraphRelationshipsApi.js +250 -2
- package/dist/api/GraphSchemasApi.js +58 -2
- package/dist/api/GraphTraversalApi.js +105 -2
- package/dist/api/GraphsApi.js +90 -2
- package/dist/api/GroupsApi.js +90 -2
- package/dist/api/IAMApi.js +34 -2
- package/dist/api/ImagesApi.js +66 -2
- package/dist/api/InvitesApi.js +42 -2
- package/dist/api/LikesApi.js +98 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +18 -2
- package/dist/api/MeetingEventsApi.js +42 -2
- package/dist/api/PagesApi.js +74 -2
- package/dist/api/PostsApi.js +42 -2
- package/dist/api/PrivateMessagesApi.js +130 -2
- package/dist/api/PublicationsApi.js +10 -2
- package/dist/api/ScreensApi.js +26 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +306 -2
- package/dist/api/TagsApi.js +10 -2
- package/dist/api/TemplatesApi.js +26 -2
- package/dist/api/ThemeMappingsApi.js +26 -2
- package/dist/api/TransactionsApi.js +6 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +74 -2
- package/dist/api/UsersApi.js +74 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +90 -2
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +21 -21
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +20 -20
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +21 -21
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +17 -17
- package/dist/model/File.js +25 -25
- package/dist/model/FileAttachmentUploadObject.js +25 -25
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +32 -32
- package/dist/model/ImageUploadObject.js +32 -32
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +15 -15
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +11 -11
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +17 -17
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +11 -11
- package/dist/model/TemplateSchema.js +11 -11
- package/dist/model/ThemeMapping.js +14 -14
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +18 -18
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +18 -18
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +29 -29
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +29 -29
- package/dist/model/VideoUploadObject.js +29 -29
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.38
|
|
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
|
* GraphSchemas service.
|
|
30
30
|
* @module api/GraphSchemasApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.38
|
|
32
32
|
*/
|
|
33
33
|
var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -57,6 +57,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
57
57
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
58
58
|
* @param {Object} opts Optional parameters
|
|
59
59
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
60
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
61
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
62
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
63
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
60
64
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
61
65
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
62
66
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -83,6 +87,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
83
87
|
var queryParams = {};
|
|
84
88
|
var headerParams = {
|
|
85
89
|
'Authorization': opts['authorization'],
|
|
90
|
+
'cacheduration': opts['cacheduration'],
|
|
91
|
+
'cachegroup': opts['cachegroup'],
|
|
92
|
+
'cachekey': opts['cachekey'],
|
|
93
|
+
'cachescope': opts['cachescope'],
|
|
86
94
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
87
95
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
88
96
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -108,6 +116,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
108
116
|
* Root for the API
|
|
109
117
|
* @param {Object} opts Optional parameters
|
|
110
118
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
119
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
120
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
121
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
122
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
111
123
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
112
124
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
113
125
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -123,6 +135,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
135
|
var queryParams = {};
|
|
124
136
|
var headerParams = {
|
|
125
137
|
'Authorization': opts['authorization'],
|
|
138
|
+
'cacheduration': opts['cacheduration'],
|
|
139
|
+
'cachegroup': opts['cachegroup'],
|
|
140
|
+
'cachekey': opts['cachekey'],
|
|
141
|
+
'cachescope': opts['cachescope'],
|
|
126
142
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
127
143
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
128
144
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -149,6 +165,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
149
165
|
* @param {Number} id
|
|
150
166
|
* @param {Object} opts Optional parameters
|
|
151
167
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
168
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
169
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
170
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
171
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
152
172
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
153
173
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
154
174
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -171,6 +191,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
171
191
|
var queryParams = {};
|
|
172
192
|
var headerParams = {
|
|
173
193
|
'Authorization': opts['authorization'],
|
|
194
|
+
'cacheduration': opts['cacheduration'],
|
|
195
|
+
'cachegroup': opts['cachegroup'],
|
|
196
|
+
'cachekey': opts['cachekey'],
|
|
197
|
+
'cachescope': opts['cachescope'],
|
|
174
198
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
175
199
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
176
200
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -199,6 +223,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
223
|
* @param {Number} id
|
|
200
224
|
* @param {Object} opts Optional parameters
|
|
201
225
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
226
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
227
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
228
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
229
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
202
230
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
203
231
|
* @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
|
|
204
232
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -221,6 +249,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
221
249
|
var queryParams = {};
|
|
222
250
|
var headerParams = {
|
|
223
251
|
'Authorization': opts['authorization'],
|
|
252
|
+
'cacheduration': opts['cacheduration'],
|
|
253
|
+
'cachegroup': opts['cachegroup'],
|
|
254
|
+
'cachekey': opts['cachekey'],
|
|
255
|
+
'cachescope': opts['cachescope'],
|
|
224
256
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
225
257
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
226
258
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -248,6 +280,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
248
280
|
* @param {Array.<Number>} requestBody Array of schema ids
|
|
249
281
|
* @param {Object} opts Optional parameters
|
|
250
282
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
283
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
284
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
285
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
286
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
251
287
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
252
288
|
* @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
|
|
253
289
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -273,6 +309,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
309
|
var queryParams = {};
|
|
274
310
|
var headerParams = {
|
|
275
311
|
'Authorization': opts['authorization'],
|
|
312
|
+
'cacheduration': opts['cacheduration'],
|
|
313
|
+
'cachegroup': opts['cachegroup'],
|
|
314
|
+
'cachekey': opts['cachekey'],
|
|
315
|
+
'cachescope': opts['cachescope'],
|
|
276
316
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
277
317
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
278
318
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -298,6 +338,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
338
|
* @param {Number} id
|
|
299
339
|
* @param {Object} opts Optional parameters
|
|
300
340
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
341
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
342
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
343
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
344
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
301
345
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
302
346
|
* @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
|
|
303
347
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -321,6 +365,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
365
|
var queryParams = {};
|
|
322
366
|
var headerParams = {
|
|
323
367
|
'Authorization': opts['authorization'],
|
|
368
|
+
'cacheduration': opts['cacheduration'],
|
|
369
|
+
'cachegroup': opts['cachegroup'],
|
|
370
|
+
'cachekey': opts['cachekey'],
|
|
371
|
+
'cachescope': opts['cachescope'],
|
|
324
372
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
325
373
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
326
374
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -346,6 +394,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
346
394
|
* @param {Number} id
|
|
347
395
|
* @param {Object} opts Optional parameters
|
|
348
396
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
397
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
398
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
399
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
400
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
349
401
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
350
402
|
* @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
|
|
351
403
|
* @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 +421,10 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
369
421
|
var queryParams = {};
|
|
370
422
|
var headerParams = {
|
|
371
423
|
'Authorization': opts['authorization'],
|
|
424
|
+
'cacheduration': opts['cacheduration'],
|
|
425
|
+
'cachegroup': opts['cachegroup'],
|
|
426
|
+
'cachekey': opts['cachekey'],
|
|
427
|
+
'cachescope': opts['cachescope'],
|
|
372
428
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
373
429
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
374
430
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.38
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* GraphTraversal service.
|
|
32
32
|
* @module api/GraphTraversalApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.38
|
|
34
34
|
*/
|
|
35
35
|
var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -59,6 +59,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
59
59
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
60
60
|
* @param {Object} opts Optional parameters
|
|
61
61
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
62
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
63
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
64
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
65
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
62
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
|
|
63
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
|
|
64
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
|
|
@@ -79,6 +83,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
79
83
|
var queryParams = {};
|
|
80
84
|
var headerParams = {
|
|
81
85
|
'Authorization': opts['authorization'],
|
|
86
|
+
'cacheduration': opts['cacheduration'],
|
|
87
|
+
'cachegroup': opts['cachegroup'],
|
|
88
|
+
'cachekey': opts['cachekey'],
|
|
89
|
+
'cachescope': opts['cachescope'],
|
|
82
90
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
83
91
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
84
92
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -106,6 +114,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
106
114
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
107
115
|
* @param {Object} opts Optional parameters
|
|
108
116
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
117
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
118
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
119
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
120
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
109
121
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
110
122
|
* @param {Number} [zeusportalPostas] The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
111
123
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -132,6 +144,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
132
144
|
var queryParams = {};
|
|
133
145
|
var headerParams = {
|
|
134
146
|
'Authorization': opts['authorization'],
|
|
147
|
+
'cacheduration': opts['cacheduration'],
|
|
148
|
+
'cachegroup': opts['cachegroup'],
|
|
149
|
+
'cachekey': opts['cachekey'],
|
|
150
|
+
'cachescope': opts['cachescope'],
|
|
135
151
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
136
152
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
137
153
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -159,6 +175,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
175
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
160
176
|
* @param {Object} opts Optional parameters
|
|
161
177
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
178
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
179
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
180
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
181
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
162
182
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
163
183
|
* @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
|
|
164
184
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -185,6 +205,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
185
205
|
var queryParams = {};
|
|
186
206
|
var headerParams = {
|
|
187
207
|
'Authorization': opts['authorization'],
|
|
208
|
+
'cacheduration': opts['cacheduration'],
|
|
209
|
+
'cachegroup': opts['cachegroup'],
|
|
210
|
+
'cachekey': opts['cachekey'],
|
|
211
|
+
'cachescope': opts['cachescope'],
|
|
188
212
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
189
213
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
190
214
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -212,6 +236,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
212
236
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
213
237
|
* @param {Object} opts Optional parameters
|
|
214
238
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
239
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
240
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
241
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
242
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
215
243
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
216
244
|
* @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
|
|
217
245
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -238,6 +266,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
238
266
|
var queryParams = {};
|
|
239
267
|
var headerParams = {
|
|
240
268
|
'Authorization': opts['authorization'],
|
|
269
|
+
'cacheduration': opts['cacheduration'],
|
|
270
|
+
'cachegroup': opts['cachegroup'],
|
|
271
|
+
'cachekey': opts['cachekey'],
|
|
272
|
+
'cachescope': opts['cachescope'],
|
|
241
273
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
242
274
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
243
275
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -265,6 +297,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
265
297
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
266
298
|
* @param {Object} opts Optional parameters
|
|
267
299
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
300
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
301
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
302
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
303
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
268
304
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
269
305
|
* @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
|
|
270
306
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -285,6 +321,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
285
321
|
var queryParams = {};
|
|
286
322
|
var headerParams = {
|
|
287
323
|
'Authorization': opts['authorization'],
|
|
324
|
+
'cacheduration': opts['cacheduration'],
|
|
325
|
+
'cachegroup': opts['cachegroup'],
|
|
326
|
+
'cachekey': opts['cachekey'],
|
|
327
|
+
'cachescope': opts['cachescope'],
|
|
288
328
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
289
329
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
290
330
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
@@ -298,6 +338,61 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
298
338
|
return this.apiClient.callApi('/graph/data/traverse/objects', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
299
339
|
}
|
|
300
340
|
|
|
341
|
+
/**
|
|
342
|
+
* Callback function to receive the result of the traverseObjectsCount operation.
|
|
343
|
+
* @callback module:api/GraphTraversalApi~traverseObjectsCountCallback
|
|
344
|
+
* @param {String} error Error message, if any.
|
|
345
|
+
* @param {Number} data The data returned by the service call.
|
|
346
|
+
* @param {String} response The complete HTTP response.
|
|
347
|
+
*/
|
|
348
|
+
|
|
349
|
+
/**
|
|
350
|
+
* Traverses the graph based on the traversal query provided and returns a count of the discovered objects
|
|
351
|
+
* Traverses the graph based on the traversal query provided
|
|
352
|
+
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
353
|
+
* @param {Object} opts Optional parameters
|
|
354
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
355
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
356
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
357
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
358
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
359
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
360
|
+
* @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
|
|
361
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
362
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
363
|
+
* @param {module:api/GraphTraversalApi~traverseObjectsCountCallback} callback The callback function, accepting three arguments: error, data, response
|
|
364
|
+
* data is of type: {@link Number}
|
|
365
|
+
*/
|
|
366
|
+
}, {
|
|
367
|
+
key: "traverseObjectsCount",
|
|
368
|
+
value: function traverseObjectsCount(graphTraversalInput, opts, callback) {
|
|
369
|
+
opts = opts || {};
|
|
370
|
+
var postBody = graphTraversalInput;
|
|
371
|
+
// verify the required parameter 'graphTraversalInput' is set
|
|
372
|
+
if (graphTraversalInput === undefined || graphTraversalInput === null) {
|
|
373
|
+
throw new Error("Missing the required parameter 'graphTraversalInput' when calling traverseObjectsCount");
|
|
374
|
+
}
|
|
375
|
+
var pathParams = {};
|
|
376
|
+
var queryParams = {};
|
|
377
|
+
var headerParams = {
|
|
378
|
+
'Authorization': opts['authorization'],
|
|
379
|
+
'cacheduration': opts['cacheduration'],
|
|
380
|
+
'cachegroup': opts['cachegroup'],
|
|
381
|
+
'cachekey': opts['cachekey'],
|
|
382
|
+
'cachescope': opts['cachescope'],
|
|
383
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
384
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
385
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
386
|
+
'transactionid': opts['transactionid']
|
|
387
|
+
};
|
|
388
|
+
var formParams = {};
|
|
389
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
390
|
+
var contentTypes = ['application/json'];
|
|
391
|
+
var accepts = ['text/plain'];
|
|
392
|
+
var returnType = 'Number';
|
|
393
|
+
return this.apiClient.callApi('/graph/data/traverse/objects/count', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
394
|
+
}
|
|
395
|
+
|
|
301
396
|
/**
|
|
302
397
|
* Callback function to receive the result of the traverseRelationships operation.
|
|
303
398
|
* @callback module:api/GraphTraversalApi~traverseRelationshipsCallback
|
|
@@ -312,6 +407,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
312
407
|
* @param {module:model/GraphTraversalInput} graphTraversalInput The traversal query to execute
|
|
313
408
|
* @param {Object} opts Optional parameters
|
|
314
409
|
* @param {String} [authorization] The authorization token of the logged in user
|
|
410
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
411
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
412
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
413
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
315
414
|
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
316
415
|
* @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
|
|
317
416
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
@@ -332,6 +431,10 @@ var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
332
431
|
var queryParams = {};
|
|
333
432
|
var headerParams = {
|
|
334
433
|
'Authorization': opts['authorization'],
|
|
434
|
+
'cacheduration': opts['cacheduration'],
|
|
435
|
+
'cachegroup': opts['cachegroup'],
|
|
436
|
+
'cachekey': opts['cachekey'],
|
|
437
|
+
'cachescope': opts['cachescope'],
|
|
335
438
|
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
336
439
|
'zeusportal-postas': opts['zeusportalPostas'],
|
|
337
440
|
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|