@gobodo/gobodo-api-promise 0.1.52 → 0.1.61
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 +137 -54
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +13 -13
- package/dist/api/AdManagementApi.js +24 -24
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +13 -13
- package/dist/api/AttachmentsApi.js +7 -7
- package/dist/api/AuthenticationApi.js +44 -2
- package/dist/api/CategoriesApi.js +7 -7
- package/dist/api/CommentsApi.js +7 -7
- package/dist/api/ContentManagementApi.js +12 -12
- package/dist/api/ConversationsApi.js +7 -7
- package/dist/api/DataSheetImportsApi.js +7 -7
- package/dist/api/DefaultApi.js +15 -443
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.js +346 -0
- package/dist/api/EntryPartsApi.js +7 -7
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +17 -17
- package/dist/api/FunctionsApi.js +1373 -25
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +632 -0
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +250 -86
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +172 -13
- package/dist/api/GraphRelationshipsApi.js +21 -20
- package/dist/api/GraphSchemasApi.js +13 -13
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +13 -13
- package/dist/api/GroupsApi.js +7 -7
- package/dist/api/IAMApi.js +13 -13
- package/dist/api/ImagesApi.js +7 -7
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +7 -7
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.js +1076 -0
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.js +403 -0
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.js +18 -18
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +8 -8
- package/dist/api/TopicsApi.js +569 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +7 -7
- package/dist/api/UsersApi.js +7 -7
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +7 -7
- package/dist/index.js +245 -7
- package/dist/model/APIClient.js +23 -23
- 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 -49
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +193 -0
- package/dist/model/Balance.js +33 -33
- 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 +31 -31
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +238 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +191 -0
- package/dist/model/CreateTopicListenerInput.js +160 -0
- package/dist/model/CurrencySettings.js +108 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +27 -27
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +252 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +52 -52
- package/dist/model/DocumentPartType.js +23 -23
- package/dist/model/DocumentType.js +63 -63
- package/dist/model/EmailAddress.js +245 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +71 -71
- package/dist/model/File.js +23 -23
- package/dist/model/FileAttachmentUploadObject.js +23 -23
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +37 -37
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.js +30 -30
- package/dist/model/FunctionConfigInput.js +563 -0
- package/dist/model/FunctionEnvironmentConfig.js +221 -0
- package/dist/model/FunctionInput.js +260 -0
- package/dist/model/FunctionOutput.js +235 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.js +536 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +223 -0
- package/dist/model/GetFunctionResponse.js +302 -0
- package/dist/model/GoogleCloudSettings.js +162 -0
- package/dist/model/Graph.js +91 -91
- package/dist/model/GraphAction.js +29 -29
- 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 +81 -81
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +109 -109
- package/dist/model/GraphObjectType.js +52 -52
- package/dist/model/GraphObjectTypeResponse.js +377 -0
- package/dist/model/GraphObjectTypeSchema.js +52 -52
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +30 -30
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +33 -33
- package/dist/model/GraphRelationshipTypeResponse.js +612 -0
- package/dist/model/GraphSchema.js +115 -115
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +70 -70
- package/dist/model/ImageUploadObject.js +70 -70
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +106 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +220 -0
- package/dist/model/Link.js +54 -54
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +108 -108
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +31 -31
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +381 -0
- package/dist/model/NotificationInput.js +273 -0
- package/dist/model/NotificationResponse.js +332 -0
- package/dist/model/NumberSettings.js +104 -0
- package/dist/model/ObjectSettings.js +129 -0
- package/dist/model/Objecttype.js +48 -48
- package/dist/model/OutParameter.js +162 -0
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +27 -27
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.js +162 -0
- 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 +25 -25
- 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 +32 -32
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +332 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +91 -91
- 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 +25 -25
- package/dist/model/PurgeDataDefaultResponse.js +179 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +81 -81
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +71 -71
- package/dist/model/SkinFieldResponse.js +596 -0
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +25 -25
- 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 +58 -58
- package/dist/model/TemplateResponse.js +301 -0
- package/dist/model/TemplateSchema.js +58 -58
- package/dist/model/ThemeMapping.js +27 -27
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/TopicInfoResponse.js +269 -0
- package/dist/model/TopicMessageInput.js +158 -0
- package/dist/model/TopicSubscriptionResponse.js +220 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +32 -32
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +32 -32
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +31 -31
- package/dist/model/UserDataPayload.js +31 -31
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +29 -29
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +31 -31
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +52 -52
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +52 -52
- package/dist/model/VideoUploadObject.js +52 -52
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -5,8 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
var _CreateFunctionInput = _interopRequireDefault(require("../model/CreateFunctionInput"));
|
|
9
|
+
var _GetFunctionResponse = _interopRequireDefault(require("../model/GetFunctionResponse"));
|
|
8
10
|
var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
|
|
9
11
|
var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
|
|
12
|
+
var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
|
|
10
13
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
11
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
15
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
@@ -18,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
21
|
* gobodo-api
|
|
19
22
|
* REST Interface for Gobodo API
|
|
20
23
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.61
|
|
22
25
|
* Contact: info@gobodo.io
|
|
23
26
|
*
|
|
24
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
32
|
/**
|
|
30
33
|
* GraphRelationshipTypes service.
|
|
31
34
|
* @module api/GraphRelationshipTypesApi
|
|
32
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.61
|
|
33
36
|
*/
|
|
34
37
|
var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
38
|
/**
|
|
@@ -117,6 +120,87 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
117
120
|
});
|
|
118
121
|
}
|
|
119
122
|
|
|
123
|
+
/**
|
|
124
|
+
* Adds a method to an relationship type
|
|
125
|
+
* Adds a method to a relationship type
|
|
126
|
+
* @param {Number} reltypeid
|
|
127
|
+
* @param {module:model/CreateFunctionInput} createFunctionInput
|
|
128
|
+
* @param {Object} opts Optional parameters
|
|
129
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
130
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
131
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
132
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
133
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
134
|
+
* @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)
|
|
135
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
136
|
+
* @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
|
|
137
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
138
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
139
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetFunctionResponse} and HTTP response
|
|
140
|
+
*/
|
|
141
|
+
}, {
|
|
142
|
+
key: "addMethodToRelationshipTypeWithHttpInfo",
|
|
143
|
+
value: function addMethodToRelationshipTypeWithHttpInfo(reltypeid, createFunctionInput, opts) {
|
|
144
|
+
opts = opts || {};
|
|
145
|
+
var postBody = createFunctionInput;
|
|
146
|
+
// verify the required parameter 'reltypeid' is set
|
|
147
|
+
if (reltypeid === undefined || reltypeid === null) {
|
|
148
|
+
throw new Error("Missing the required parameter 'reltypeid' when calling addMethodToRelationshipType");
|
|
149
|
+
}
|
|
150
|
+
// verify the required parameter 'createFunctionInput' is set
|
|
151
|
+
if (createFunctionInput === undefined || createFunctionInput === null) {
|
|
152
|
+
throw new Error("Missing the required parameter 'createFunctionInput' when calling addMethodToRelationshipType");
|
|
153
|
+
}
|
|
154
|
+
var pathParams = {
|
|
155
|
+
'reltypeid': reltypeid
|
|
156
|
+
};
|
|
157
|
+
var queryParams = {};
|
|
158
|
+
var headerParams = {
|
|
159
|
+
'Authorization': opts['authorization'],
|
|
160
|
+
'cacheduration': opts['cacheduration'],
|
|
161
|
+
'cachegroup': opts['cachegroup'],
|
|
162
|
+
'cachekey': opts['cachekey'],
|
|
163
|
+
'cachescope': opts['cachescope'],
|
|
164
|
+
'cacheuser': opts['cacheuser'],
|
|
165
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
166
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
167
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
168
|
+
'transactionid': opts['transactionid']
|
|
169
|
+
};
|
|
170
|
+
var formParams = {};
|
|
171
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
172
|
+
var contentTypes = [];
|
|
173
|
+
var accepts = ['application/json'];
|
|
174
|
+
var returnType = _GetFunctionResponse["default"];
|
|
175
|
+
return this.apiClient.callApi('/graph/data/functions/relationshiptype/{reltypeid}/method', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Adds a method to an relationship type
|
|
180
|
+
* Adds a method to a relationship type
|
|
181
|
+
* @param {Number} reltypeid
|
|
182
|
+
* @param {module:model/CreateFunctionInput} createFunctionInput
|
|
183
|
+
* @param {Object} opts Optional parameters
|
|
184
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
185
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
186
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
187
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
188
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
189
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
190
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
191
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
192
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
193
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
194
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetFunctionResponse}
|
|
195
|
+
*/
|
|
196
|
+
}, {
|
|
197
|
+
key: "addMethodToRelationshipType",
|
|
198
|
+
value: function addMethodToRelationshipType(reltypeid, createFunctionInput, opts) {
|
|
199
|
+
return this.addMethodToRelationshipTypeWithHttpInfo(reltypeid, createFunctionInput, opts).then(function (response_and_data) {
|
|
200
|
+
return response_and_data.data;
|
|
201
|
+
});
|
|
202
|
+
}
|
|
203
|
+
|
|
120
204
|
/**
|
|
121
205
|
* @param {Number} id
|
|
122
206
|
* @param {Object} opts Optional parameters
|
|
@@ -279,8 +363,8 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
279
363
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
280
364
|
*/
|
|
281
365
|
}, {
|
|
282
|
-
key: "
|
|
283
|
-
value: function
|
|
366
|
+
key: "get10WithHttpInfo",
|
|
367
|
+
value: function get10WithHttpInfo(opts) {
|
|
284
368
|
opts = opts || {};
|
|
285
369
|
var postBody = null;
|
|
286
370
|
var pathParams = {};
|
|
@@ -321,9 +405,9 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
321
405
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
322
406
|
*/
|
|
323
407
|
}, {
|
|
324
|
-
key: "
|
|
325
|
-
value: function
|
|
326
|
-
return this.
|
|
408
|
+
key: "get10",
|
|
409
|
+
value: function get10(opts) {
|
|
410
|
+
return this.get10WithHttpInfo(opts).then(function (response_and_data) {
|
|
327
411
|
return response_and_data.data;
|
|
328
412
|
});
|
|
329
413
|
}
|
|
@@ -639,7 +723,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
639
723
|
* @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
|
|
640
724
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
641
725
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
642
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
726
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
643
727
|
*/
|
|
644
728
|
}, {
|
|
645
729
|
key: "getRelationshipTypeByIdWithHttpInfo",
|
|
@@ -670,7 +754,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
670
754
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
671
755
|
var contentTypes = [];
|
|
672
756
|
var accepts = ['application/json'];
|
|
673
|
-
var returnType =
|
|
757
|
+
var returnType = _GraphRelationshipTypeResponse["default"];
|
|
674
758
|
return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
675
759
|
}
|
|
676
760
|
|
|
@@ -688,7 +772,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
688
772
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
689
773
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
690
774
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
691
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
775
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
692
776
|
*/
|
|
693
777
|
}, {
|
|
694
778
|
key: "getRelationshipTypeById",
|
|
@@ -712,7 +796,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
712
796
|
* @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
|
|
713
797
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
714
798
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
715
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
799
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
716
800
|
*/
|
|
717
801
|
}, {
|
|
718
802
|
key: "getRelationshipTypeByKeyWithHttpInfo",
|
|
@@ -743,7 +827,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
743
827
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
744
828
|
var contentTypes = [];
|
|
745
829
|
var accepts = ['application/json'];
|
|
746
|
-
var returnType =
|
|
830
|
+
var returnType = _GraphRelationshipTypeResponse["default"];
|
|
747
831
|
return this.apiClient.callApi('/graph/data/relationshiptype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
748
832
|
}
|
|
749
833
|
|
|
@@ -761,7 +845,7 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
761
845
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
762
846
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
763
847
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
764
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
848
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
765
849
|
*/
|
|
766
850
|
}, {
|
|
767
851
|
key: "getRelationshipTypeByKey",
|
|
@@ -771,6 +855,81 @@ var GraphRelationshipTypesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
771
855
|
});
|
|
772
856
|
}
|
|
773
857
|
|
|
858
|
+
/**
|
|
859
|
+
* Retrieves the methods associated with the Object Type
|
|
860
|
+
* Retrieves the methods associated with the Object Type
|
|
861
|
+
* @param {Number} reltypeid
|
|
862
|
+
* @param {Object} opts Optional parameters
|
|
863
|
+
* @param {String} [authorization] The authorization token of the logged in user
|
|
864
|
+
* @param {Number} [cacheduration] The how long the cache entry should persist
|
|
865
|
+
* @param {Array.<String>} [cachegroup] The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
866
|
+
* @param {Array.<String>} [cachekey] The key to cache the response or the key to remove if a post, put, or delete operation
|
|
867
|
+
* @param {module:model/String} [cachescope] The scope of storage of the cache item
|
|
868
|
+
* @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)
|
|
869
|
+
* @param {Number} [zeusportalPostasApp] The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
870
|
+
* @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
|
|
871
|
+
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
872
|
+
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
873
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetFunctionResponse} and HTTP response
|
|
874
|
+
*/
|
|
875
|
+
}, {
|
|
876
|
+
key: "getRelationshipTypeMethodsWithHttpInfo",
|
|
877
|
+
value: function getRelationshipTypeMethodsWithHttpInfo(reltypeid, opts) {
|
|
878
|
+
opts = opts || {};
|
|
879
|
+
var postBody = null;
|
|
880
|
+
// verify the required parameter 'reltypeid' is set
|
|
881
|
+
if (reltypeid === undefined || reltypeid === null) {
|
|
882
|
+
throw new Error("Missing the required parameter 'reltypeid' when calling getRelationshipTypeMethods");
|
|
883
|
+
}
|
|
884
|
+
var pathParams = {
|
|
885
|
+
'reltypeid': reltypeid
|
|
886
|
+
};
|
|
887
|
+
var queryParams = {};
|
|
888
|
+
var headerParams = {
|
|
889
|
+
'Authorization': opts['authorization'],
|
|
890
|
+
'cacheduration': opts['cacheduration'],
|
|
891
|
+
'cachegroup': opts['cachegroup'],
|
|
892
|
+
'cachekey': opts['cachekey'],
|
|
893
|
+
'cachescope': opts['cachescope'],
|
|
894
|
+
'cacheuser': opts['cacheuser'],
|
|
895
|
+
'zeusportal-postas-app': opts['zeusportalPostasApp'],
|
|
896
|
+
'zeusportal-postas': opts['zeusportalPostas'],
|
|
897
|
+
'zeusportal-postas-site': opts['zeusportalPostasSite'],
|
|
898
|
+
'transactionid': opts['transactionid']
|
|
899
|
+
};
|
|
900
|
+
var formParams = {};
|
|
901
|
+
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
902
|
+
var contentTypes = [];
|
|
903
|
+
var accepts = ['application/json'];
|
|
904
|
+
var returnType = _GetFunctionResponse["default"];
|
|
905
|
+
return this.apiClient.callApi('/graph/data/functions/relationshiptype/{reltypeid}/methods', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* Retrieves the methods associated with the Object Type
|
|
910
|
+
* Retrieves the methods associated with the Object Type
|
|
911
|
+
* @param {Number} reltypeid
|
|
912
|
+
* @param {Object} opts Optional parameters
|
|
913
|
+
* @param {String} opts.authorization The authorization token of the logged in user
|
|
914
|
+
* @param {Number} opts.cacheduration The how long the cache entry should persist
|
|
915
|
+
* @param {Array.<String>} opts.cachegroup The cache group(s) the cache entry specified by the cachekey should be grouped to
|
|
916
|
+
* @param {Array.<String>} opts.cachekey The key to cache the response or the key to remove if a post, put, or delete operation
|
|
917
|
+
* @param {module:model/String} opts.cachescope The scope of storage of the cache item
|
|
918
|
+
* @param {Array.<String>} opts.cacheuser The users the cachekey should be applied to (this is only valid for clearing cache elements previously set for that user)
|
|
919
|
+
* @param {Number} opts.zeusportalPostasApp The id of the application this operation is being performed as if the caller chooses to post as an organization page
|
|
920
|
+
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
921
|
+
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
922
|
+
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
923
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetFunctionResponse}
|
|
924
|
+
*/
|
|
925
|
+
}, {
|
|
926
|
+
key: "getRelationshipTypeMethods",
|
|
927
|
+
value: function getRelationshipTypeMethods(reltypeid, opts) {
|
|
928
|
+
return this.getRelationshipTypeMethodsWithHttpInfo(reltypeid, opts).then(function (response_and_data) {
|
|
929
|
+
return response_and_data.data;
|
|
930
|
+
});
|
|
931
|
+
}
|
|
932
|
+
|
|
774
933
|
/**
|
|
775
934
|
* Get Incoming Relationships By Type
|
|
776
935
|
* Returns a listing of relationships
|
|
@@ -8,6 +8,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _GraphRelationship = _interopRequireDefault(require("../model/GraphRelationship"));
|
|
9
9
|
var _GraphRelationshipPayload = _interopRequireDefault(require("../model/GraphRelationshipPayload"));
|
|
10
10
|
var _GraphRelationshipType = _interopRequireDefault(require("../model/GraphRelationshipType"));
|
|
11
|
+
var _GraphRelationshipTypeResponse = _interopRequireDefault(require("../model/GraphRelationshipTypeResponse"));
|
|
11
12
|
var _PurgeDataDefaultResponseValue = _interopRequireDefault(require("../model/PurgeDataDefaultResponseValue"));
|
|
12
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
14
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
@@ -19,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
19
20
|
* gobodo-api
|
|
20
21
|
* REST Interface for Gobodo API
|
|
21
22
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.61
|
|
23
24
|
* Contact: info@gobodo.io
|
|
24
25
|
*
|
|
25
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
31
|
/**
|
|
31
32
|
* GraphRelationships service.
|
|
32
33
|
* @module api/GraphRelationshipsApi
|
|
33
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.61
|
|
34
35
|
*/
|
|
35
36
|
var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
37
|
/**
|
|
@@ -517,8 +518,8 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
517
518
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
518
519
|
*/
|
|
519
520
|
}, {
|
|
520
|
-
key: "
|
|
521
|
-
value: function
|
|
521
|
+
key: "get10WithHttpInfo",
|
|
522
|
+
value: function get10WithHttpInfo(opts) {
|
|
522
523
|
opts = opts || {};
|
|
523
524
|
var postBody = null;
|
|
524
525
|
var pathParams = {};
|
|
@@ -540,7 +541,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
540
541
|
var contentTypes = [];
|
|
541
542
|
var accepts = ['*/*'];
|
|
542
543
|
var returnType = null;
|
|
543
|
-
return this.apiClient.callApi('/graph/data/
|
|
544
|
+
return this.apiClient.callApi('/graph/data/relationshiptype', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
544
545
|
}
|
|
545
546
|
|
|
546
547
|
/**
|
|
@@ -559,9 +560,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
559
560
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
560
561
|
*/
|
|
561
562
|
}, {
|
|
562
|
-
key: "
|
|
563
|
-
value: function
|
|
564
|
-
return this.
|
|
563
|
+
key: "get10",
|
|
564
|
+
value: function get10(opts) {
|
|
565
|
+
return this.get10WithHttpInfo(opts).then(function (response_and_data) {
|
|
565
566
|
return response_and_data.data;
|
|
566
567
|
});
|
|
567
568
|
}
|
|
@@ -582,8 +583,8 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
582
583
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
583
584
|
*/
|
|
584
585
|
}, {
|
|
585
|
-
key: "
|
|
586
|
-
value: function
|
|
586
|
+
key: "get9WithHttpInfo",
|
|
587
|
+
value: function get9WithHttpInfo(opts) {
|
|
587
588
|
opts = opts || {};
|
|
588
589
|
var postBody = null;
|
|
589
590
|
var pathParams = {};
|
|
@@ -605,7 +606,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
605
606
|
var contentTypes = [];
|
|
606
607
|
var accepts = ['*/*'];
|
|
607
608
|
var returnType = null;
|
|
608
|
-
return this.apiClient.callApi('/graph/data/
|
|
609
|
+
return this.apiClient.callApi('/graph/data/relationship', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
609
610
|
}
|
|
610
611
|
|
|
611
612
|
/**
|
|
@@ -624,9 +625,9 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
624
625
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
625
626
|
*/
|
|
626
627
|
}, {
|
|
627
|
-
key: "
|
|
628
|
-
value: function
|
|
629
|
-
return this.
|
|
628
|
+
key: "get9",
|
|
629
|
+
value: function get9(opts) {
|
|
630
|
+
return this.get9WithHttpInfo(opts).then(function (response_and_data) {
|
|
630
631
|
return response_and_data.data;
|
|
631
632
|
});
|
|
632
633
|
}
|
|
@@ -1251,7 +1252,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1251
1252
|
* @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
|
|
1252
1253
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1253
1254
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1254
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1255
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
1255
1256
|
*/
|
|
1256
1257
|
}, {
|
|
1257
1258
|
key: "getRelationshipTypeByIdWithHttpInfo",
|
|
@@ -1282,7 +1283,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1282
1283
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1283
1284
|
var contentTypes = [];
|
|
1284
1285
|
var accepts = ['application/json'];
|
|
1285
|
-
var returnType =
|
|
1286
|
+
var returnType = _GraphRelationshipTypeResponse["default"];
|
|
1286
1287
|
return this.apiClient.callApi('/graph/data/relationshiptype/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1287
1288
|
}
|
|
1288
1289
|
|
|
@@ -1300,7 +1301,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1300
1301
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1301
1302
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1302
1303
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1303
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1304
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
1304
1305
|
*/
|
|
1305
1306
|
}, {
|
|
1306
1307
|
key: "getRelationshipTypeById",
|
|
@@ -1324,7 +1325,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1324
1325
|
* @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
|
|
1325
1326
|
* @param {Number} [zeusportalPostasSite] The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1326
1327
|
* @param {String} [transactionid] The id of the transaction this operation is being run in
|
|
1327
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
1328
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GraphRelationshipTypeResponse} and HTTP response
|
|
1328
1329
|
*/
|
|
1329
1330
|
}, {
|
|
1330
1331
|
key: "getRelationshipTypeByKeyWithHttpInfo",
|
|
@@ -1355,7 +1356,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1355
1356
|
var authNames = ['NexusGraphAPIAuth', 'NexusGraphAPIKey'];
|
|
1356
1357
|
var contentTypes = [];
|
|
1357
1358
|
var accepts = ['application/json'];
|
|
1358
|
-
var returnType =
|
|
1359
|
+
var returnType = _GraphRelationshipTypeResponse["default"];
|
|
1359
1360
|
return this.apiClient.callApi('/graph/data/relationshiptype/{key}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1360
1361
|
}
|
|
1361
1362
|
|
|
@@ -1373,7 +1374,7 @@ var GraphRelationshipsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1373
1374
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
1374
1375
|
* @param {Number} opts.zeusportalPostasSite The id of the site this operation is being performed as if the caller chooses to post as an organization page
|
|
1375
1376
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
1376
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
1377
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GraphRelationshipTypeResponse}
|
|
1377
1378
|
*/
|
|
1378
1379
|
}, {
|
|
1379
1380
|
key: "getRelationshipTypeByKey",
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.61
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* GraphSchemas service.
|
|
30
30
|
* @module api/GraphSchemasApi
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.61
|
|
32
32
|
*/
|
|
33
33
|
var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -138,8 +138,8 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
138
138
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
139
139
|
*/
|
|
140
140
|
}, {
|
|
141
|
-
key: "
|
|
142
|
-
value: function
|
|
141
|
+
key: "get13WithHttpInfo",
|
|
142
|
+
value: function get13WithHttpInfo(opts) {
|
|
143
143
|
opts = opts || {};
|
|
144
144
|
var postBody = null;
|
|
145
145
|
var pathParams = {};
|
|
@@ -180,9 +180,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
180
180
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
181
181
|
*/
|
|
182
182
|
}, {
|
|
183
|
-
key: "
|
|
184
|
-
value: function
|
|
185
|
-
return this.
|
|
183
|
+
key: "get13",
|
|
184
|
+
value: function get13(opts) {
|
|
185
|
+
return this.get13WithHttpInfo(opts).then(function (response_and_data) {
|
|
186
186
|
return response_and_data.data;
|
|
187
187
|
});
|
|
188
188
|
}
|
|
@@ -204,13 +204,13 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
204
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
|
|
205
205
|
*/
|
|
206
206
|
}, {
|
|
207
|
-
key: "
|
|
208
|
-
value: function
|
|
207
|
+
key: "get14WithHttpInfo",
|
|
208
|
+
value: function get14WithHttpInfo(id, opts) {
|
|
209
209
|
opts = opts || {};
|
|
210
210
|
var postBody = null;
|
|
211
211
|
// verify the required parameter 'id' is set
|
|
212
212
|
if (id === undefined || id === null) {
|
|
213
|
-
throw new Error("Missing the required parameter 'id' when calling
|
|
213
|
+
throw new Error("Missing the required parameter 'id' when calling get14");
|
|
214
214
|
}
|
|
215
215
|
var pathParams = {
|
|
216
216
|
'id': id
|
|
@@ -255,9 +255,9 @@ var GraphSchemasApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
255
255
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
256
256
|
*/
|
|
257
257
|
}, {
|
|
258
|
-
key: "
|
|
259
|
-
value: function
|
|
260
|
-
return this.
|
|
258
|
+
key: "get14",
|
|
259
|
+
value: function get14(id, opts) {
|
|
260
|
+
return this.get14WithHttpInfo(id, opts).then(function (response_and_data) {
|
|
261
261
|
return response_and_data.data;
|
|
262
262
|
});
|
|
263
263
|
}
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.61
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* GraphTraversal service.
|
|
32
32
|
* @module api/GraphTraversalApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.61
|
|
34
34
|
*/
|
|
35
35
|
var GraphTraversalApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/api/GraphsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.61
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Graphs service.
|
|
32
32
|
* @module api/GraphsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.61
|
|
34
34
|
*/
|
|
35
35
|
var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -215,8 +215,8 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
215
215
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
216
216
|
*/
|
|
217
217
|
}, {
|
|
218
|
-
key: "
|
|
219
|
-
value: function
|
|
218
|
+
key: "get11WithHttpInfo",
|
|
219
|
+
value: function get11WithHttpInfo(opts) {
|
|
220
220
|
opts = opts || {};
|
|
221
221
|
var postBody = null;
|
|
222
222
|
var pathParams = {};
|
|
@@ -257,9 +257,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
257
257
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
258
258
|
*/
|
|
259
259
|
}, {
|
|
260
|
-
key: "
|
|
261
|
-
value: function
|
|
262
|
-
return this.
|
|
260
|
+
key: "get11",
|
|
261
|
+
value: function get11(opts) {
|
|
262
|
+
return this.get11WithHttpInfo(opts).then(function (response_and_data) {
|
|
263
263
|
return response_and_data.data;
|
|
264
264
|
});
|
|
265
265
|
}
|
|
@@ -281,13 +281,13 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
281
281
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>} and HTTP response
|
|
282
282
|
*/
|
|
283
283
|
}, {
|
|
284
|
-
key: "
|
|
285
|
-
value: function
|
|
284
|
+
key: "get12WithHttpInfo",
|
|
285
|
+
value: function get12WithHttpInfo(id, opts) {
|
|
286
286
|
opts = opts || {};
|
|
287
287
|
var postBody = null;
|
|
288
288
|
// verify the required parameter 'id' is set
|
|
289
289
|
if (id === undefined || id === null) {
|
|
290
|
-
throw new Error("Missing the required parameter 'id' when calling
|
|
290
|
+
throw new Error("Missing the required parameter 'id' when calling get12");
|
|
291
291
|
}
|
|
292
292
|
var pathParams = {
|
|
293
293
|
'id': id
|
|
@@ -332,9 +332,9 @@ var GraphsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
332
332
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Object.<String, module:model/{String: PurgeDataDefaultResponseValue}>}
|
|
333
333
|
*/
|
|
334
334
|
}, {
|
|
335
|
-
key: "
|
|
336
|
-
value: function
|
|
337
|
-
return this.
|
|
335
|
+
key: "get12",
|
|
336
|
+
value: function get12(id, opts) {
|
|
337
|
+
return this.get12WithHttpInfo(id, opts).then(function (response_and_data) {
|
|
338
338
|
return response_and_data.data;
|
|
339
339
|
});
|
|
340
340
|
}
|
package/dist/api/GroupsApi.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.61
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* Groups service.
|
|
32
32
|
* @module api/GroupsApi
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.61
|
|
34
34
|
*/
|
|
35
35
|
var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -300,8 +300,8 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
300
300
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
301
301
|
*/
|
|
302
302
|
}, {
|
|
303
|
-
key: "
|
|
304
|
-
value: function
|
|
303
|
+
key: "get39WithHttpInfo",
|
|
304
|
+
value: function get39WithHttpInfo(opts) {
|
|
305
305
|
opts = opts || {};
|
|
306
306
|
var postBody = null;
|
|
307
307
|
var pathParams = {};
|
|
@@ -342,9 +342,9 @@ var GroupsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
342
342
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
343
343
|
*/
|
|
344
344
|
}, {
|
|
345
|
-
key: "
|
|
346
|
-
value: function
|
|
347
|
-
return this.
|
|
345
|
+
key: "get39",
|
|
346
|
+
value: function get39(opts) {
|
|
347
|
+
return this.get39WithHttpInfo(opts).then(function (response_and_data) {
|
|
348
348
|
return response_and_data.data;
|
|
349
349
|
});
|
|
350
350
|
}
|