@gobodo/gobodo-api-promise 0.1.67 → 0.1.68
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 +11 -3
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +268 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.js +178 -0
- package/dist/api/DocumentTypesApi.js +178 -0
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- 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 +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- 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 +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.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 +2 -2
- package/dist/api/TopicsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +21 -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 +8 -8
- package/dist/model/Article.js +41 -41
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +64 -64
- 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/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CurrencySettings.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/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.js +39 -39
- package/dist/model/DocumentPart.js +27 -27
- package/dist/model/DocumentPartType.js +74 -74
- package/dist/model/DocumentType.js +108 -108
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.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/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.js +25 -25
- 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 +8 -8
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +303 -0
- 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/GraphObjectTypeResponse.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/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +31 -31
- package/dist/model/ImageUploadObject.js +31 -31
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- 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/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +29 -29
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.js +25 -25
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +25 -25
- package/dist/model/SocialGroupType.js +56 -56
- 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/TemplateResponse.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/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.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 +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +31 -31
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +81 -81
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +108 -108
- package/dist/model/VideoUploadObject.js +81 -81
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.68
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphDatabaseService model module.
|
|
28
28
|
* @module model/GraphDatabaseService
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var GraphDatabaseService = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.68
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphGeocode model module.
|
|
31
31
|
* @module model/GraphGeocode
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.68
|
|
33
33
|
*/
|
|
34
34
|
var GraphGeocode = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
var
|
|
8
|
+
var _GraphIteratorEntryPartStackTraceInner = _interopRequireDefault(require("./GraphIteratorEntryPartStackTraceInner"));
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
10
10
|
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); }
|
|
11
11
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
@@ -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.68
|
|
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
|
* The GraphIteratorEntryPart model module.
|
|
32
32
|
* @module model/GraphIteratorEntryPart
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.68
|
|
34
34
|
*/
|
|
35
35
|
var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -51,14 +51,14 @@ var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
|
51
51
|
key: "getStackTrace",
|
|
52
52
|
value:
|
|
53
53
|
/**
|
|
54
|
-
* @return {Array.<module:model/
|
|
54
|
+
* @return {Array.<module:model/GraphIteratorEntryPartStackTraceInner>}
|
|
55
55
|
*/
|
|
56
56
|
function getStackTrace() {
|
|
57
57
|
return this.stackTrace;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
/**
|
|
61
|
-
* @param {Array.<module:model/
|
|
61
|
+
* @param {Array.<module:model/GraphIteratorEntryPartStackTraceInner>} stackTrace
|
|
62
62
|
*/
|
|
63
63
|
}, {
|
|
64
64
|
key: "setStackTrace",
|
|
@@ -82,7 +82,7 @@ var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
|
82
82
|
if (data) {
|
|
83
83
|
obj = obj || new GraphIteratorEntryPart();
|
|
84
84
|
if (data.hasOwnProperty('stackTrace')) {
|
|
85
|
-
obj['stackTrace'] = _ApiClient["default"].convertToType(data['stackTrace'], [
|
|
85
|
+
obj['stackTrace'] = _ApiClient["default"].convertToType(data['stackTrace'], [_GraphIteratorEntryPartStackTraceInner["default"]]);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
return obj;
|
|
@@ -108,7 +108,7 @@ var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
|
108
108
|
try {
|
|
109
109
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
110
110
|
var item = _step.value;
|
|
111
|
-
|
|
111
|
+
_GraphIteratorEntryPartStackTraceInner["default"].validateJSON(item);
|
|
112
112
|
}
|
|
113
113
|
} catch (err) {
|
|
114
114
|
_iterator.e(err);
|
|
@@ -123,7 +123,7 @@ var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
|
123
123
|
return GraphIteratorEntryPart;
|
|
124
124
|
}();
|
|
125
125
|
/**
|
|
126
|
-
* @member {Array.<module:model/
|
|
126
|
+
* @member {Array.<module:model/GraphIteratorEntryPartStackTraceInner>} stackTrace
|
|
127
127
|
*/
|
|
128
128
|
GraphIteratorEntryPart.prototype['stackTrace'] = undefined;
|
|
129
129
|
var _default = exports["default"] = GraphIteratorEntryPart;
|
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
9
|
+
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); }
|
|
10
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
11
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
12
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
14
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
15
|
+
* gobodo-api
|
|
16
|
+
* REST Interface for Gobodo API
|
|
17
|
+
*
|
|
18
|
+
* The version of the OpenAPI document: 0.1.68
|
|
19
|
+
* Contact: info@gobodo.io
|
|
20
|
+
*
|
|
21
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
22
|
+
* https://openapi-generator.tech
|
|
23
|
+
* Do not edit the class manually.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* The GraphIteratorEntryPartStackTraceInner model module.
|
|
28
|
+
* @module model/GraphIteratorEntryPartStackTraceInner
|
|
29
|
+
* @version 0.1.68
|
|
30
|
+
*/
|
|
31
|
+
var GraphIteratorEntryPartStackTraceInner = /*#__PURE__*/function () {
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a new <code>GraphIteratorEntryPartStackTraceInner</code>.
|
|
34
|
+
* @alias module:model/GraphIteratorEntryPartStackTraceInner
|
|
35
|
+
*/
|
|
36
|
+
function GraphIteratorEntryPartStackTraceInner() {
|
|
37
|
+
_classCallCheck(this, GraphIteratorEntryPartStackTraceInner);
|
|
38
|
+
GraphIteratorEntryPartStackTraceInner.initialize(this);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Initializes the fields of this object.
|
|
43
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
44
|
+
* Only for internal use.
|
|
45
|
+
*/
|
|
46
|
+
_createClass(GraphIteratorEntryPartStackTraceInner, [{
|
|
47
|
+
key: "getClassLoaderName",
|
|
48
|
+
value:
|
|
49
|
+
/**
|
|
50
|
+
* @return {String}
|
|
51
|
+
*/
|
|
52
|
+
function getClassLoaderName() {
|
|
53
|
+
return this.classLoaderName;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @param {String} classLoaderName
|
|
58
|
+
*/
|
|
59
|
+
}, {
|
|
60
|
+
key: "setClassLoaderName",
|
|
61
|
+
value: function setClassLoaderName(classLoaderName) {
|
|
62
|
+
this['classLoaderName'] = classLoaderName;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @return {String}
|
|
66
|
+
*/
|
|
67
|
+
}, {
|
|
68
|
+
key: "getModuleName",
|
|
69
|
+
value: function getModuleName() {
|
|
70
|
+
return this.moduleName;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @param {String} moduleName
|
|
75
|
+
*/
|
|
76
|
+
}, {
|
|
77
|
+
key: "setModuleName",
|
|
78
|
+
value: function setModuleName(moduleName) {
|
|
79
|
+
this['moduleName'] = moduleName;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @return {String}
|
|
83
|
+
*/
|
|
84
|
+
}, {
|
|
85
|
+
key: "getModuleVersion",
|
|
86
|
+
value: function getModuleVersion() {
|
|
87
|
+
return this.moduleVersion;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @param {String} moduleVersion
|
|
92
|
+
*/
|
|
93
|
+
}, {
|
|
94
|
+
key: "setModuleVersion",
|
|
95
|
+
value: function setModuleVersion(moduleVersion) {
|
|
96
|
+
this['moduleVersion'] = moduleVersion;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @return {String}
|
|
100
|
+
*/
|
|
101
|
+
}, {
|
|
102
|
+
key: "getMethodName",
|
|
103
|
+
value: function getMethodName() {
|
|
104
|
+
return this.methodName;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @param {String} methodName
|
|
109
|
+
*/
|
|
110
|
+
}, {
|
|
111
|
+
key: "setMethodName",
|
|
112
|
+
value: function setMethodName(methodName) {
|
|
113
|
+
this['methodName'] = methodName;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @return {String}
|
|
117
|
+
*/
|
|
118
|
+
}, {
|
|
119
|
+
key: "getFileName",
|
|
120
|
+
value: function getFileName() {
|
|
121
|
+
return this.fileName;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @param {String} fileName
|
|
126
|
+
*/
|
|
127
|
+
}, {
|
|
128
|
+
key: "setFileName",
|
|
129
|
+
value: function setFileName(fileName) {
|
|
130
|
+
this['fileName'] = fileName;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* @return {Number}
|
|
134
|
+
*/
|
|
135
|
+
}, {
|
|
136
|
+
key: "getLineNumber",
|
|
137
|
+
value: function getLineNumber() {
|
|
138
|
+
return this.lineNumber;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* @param {Number} lineNumber
|
|
143
|
+
*/
|
|
144
|
+
}, {
|
|
145
|
+
key: "setLineNumber",
|
|
146
|
+
value: function setLineNumber(lineNumber) {
|
|
147
|
+
this['lineNumber'] = lineNumber;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* @return {Boolean}
|
|
151
|
+
*/
|
|
152
|
+
}, {
|
|
153
|
+
key: "getNativeMethod",
|
|
154
|
+
value: function getNativeMethod() {
|
|
155
|
+
return this.nativeMethod;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @param {Boolean} nativeMethod
|
|
160
|
+
*/
|
|
161
|
+
}, {
|
|
162
|
+
key: "setNativeMethod",
|
|
163
|
+
value: function setNativeMethod(nativeMethod) {
|
|
164
|
+
this['nativeMethod'] = nativeMethod;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* @return {String}
|
|
168
|
+
*/
|
|
169
|
+
}, {
|
|
170
|
+
key: "getClassName",
|
|
171
|
+
value: function getClassName() {
|
|
172
|
+
return this.className;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @param {String} className
|
|
177
|
+
*/
|
|
178
|
+
}, {
|
|
179
|
+
key: "setClassName",
|
|
180
|
+
value: function setClassName(className) {
|
|
181
|
+
this['className'] = className;
|
|
182
|
+
}
|
|
183
|
+
}], [{
|
|
184
|
+
key: "initialize",
|
|
185
|
+
value: function initialize(obj) {}
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* Constructs a <code>GraphIteratorEntryPartStackTraceInner</code> from a plain JavaScript object, optionally creating a new instance.
|
|
189
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
190
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
191
|
+
* @param {module:model/GraphIteratorEntryPartStackTraceInner} obj Optional instance to populate.
|
|
192
|
+
* @return {module:model/GraphIteratorEntryPartStackTraceInner} The populated <code>GraphIteratorEntryPartStackTraceInner</code> instance.
|
|
193
|
+
*/
|
|
194
|
+
}, {
|
|
195
|
+
key: "constructFromObject",
|
|
196
|
+
value: function constructFromObject(data, obj) {
|
|
197
|
+
if (data) {
|
|
198
|
+
obj = obj || new GraphIteratorEntryPartStackTraceInner();
|
|
199
|
+
if (data.hasOwnProperty('classLoaderName')) {
|
|
200
|
+
obj['classLoaderName'] = _ApiClient["default"].convertToType(data['classLoaderName'], 'String');
|
|
201
|
+
}
|
|
202
|
+
if (data.hasOwnProperty('moduleName')) {
|
|
203
|
+
obj['moduleName'] = _ApiClient["default"].convertToType(data['moduleName'], 'String');
|
|
204
|
+
}
|
|
205
|
+
if (data.hasOwnProperty('moduleVersion')) {
|
|
206
|
+
obj['moduleVersion'] = _ApiClient["default"].convertToType(data['moduleVersion'], 'String');
|
|
207
|
+
}
|
|
208
|
+
if (data.hasOwnProperty('methodName')) {
|
|
209
|
+
obj['methodName'] = _ApiClient["default"].convertToType(data['methodName'], 'String');
|
|
210
|
+
}
|
|
211
|
+
if (data.hasOwnProperty('fileName')) {
|
|
212
|
+
obj['fileName'] = _ApiClient["default"].convertToType(data['fileName'], 'String');
|
|
213
|
+
}
|
|
214
|
+
if (data.hasOwnProperty('lineNumber')) {
|
|
215
|
+
obj['lineNumber'] = _ApiClient["default"].convertToType(data['lineNumber'], 'Number');
|
|
216
|
+
}
|
|
217
|
+
if (data.hasOwnProperty('nativeMethod')) {
|
|
218
|
+
obj['nativeMethod'] = _ApiClient["default"].convertToType(data['nativeMethod'], 'Boolean');
|
|
219
|
+
}
|
|
220
|
+
if (data.hasOwnProperty('className')) {
|
|
221
|
+
obj['className'] = _ApiClient["default"].convertToType(data['className'], 'String');
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
return obj;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* Validates the JSON data with respect to <code>GraphIteratorEntryPartStackTraceInner</code>.
|
|
229
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
230
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>GraphIteratorEntryPartStackTraceInner</code>.
|
|
231
|
+
*/
|
|
232
|
+
}, {
|
|
233
|
+
key: "validateJSON",
|
|
234
|
+
value: function validateJSON(data) {
|
|
235
|
+
// ensure the json data is a string
|
|
236
|
+
if (data['classLoaderName'] && !(typeof data['classLoaderName'] === 'string' || data['classLoaderName'] instanceof String)) {
|
|
237
|
+
throw new Error("Expected the field `classLoaderName` to be a primitive type in the JSON string but got " + data['classLoaderName']);
|
|
238
|
+
}
|
|
239
|
+
// ensure the json data is a string
|
|
240
|
+
if (data['moduleName'] && !(typeof data['moduleName'] === 'string' || data['moduleName'] instanceof String)) {
|
|
241
|
+
throw new Error("Expected the field `moduleName` to be a primitive type in the JSON string but got " + data['moduleName']);
|
|
242
|
+
}
|
|
243
|
+
// ensure the json data is a string
|
|
244
|
+
if (data['moduleVersion'] && !(typeof data['moduleVersion'] === 'string' || data['moduleVersion'] instanceof String)) {
|
|
245
|
+
throw new Error("Expected the field `moduleVersion` to be a primitive type in the JSON string but got " + data['moduleVersion']);
|
|
246
|
+
}
|
|
247
|
+
// ensure the json data is a string
|
|
248
|
+
if (data['methodName'] && !(typeof data['methodName'] === 'string' || data['methodName'] instanceof String)) {
|
|
249
|
+
throw new Error("Expected the field `methodName` to be a primitive type in the JSON string but got " + data['methodName']);
|
|
250
|
+
}
|
|
251
|
+
// ensure the json data is a string
|
|
252
|
+
if (data['fileName'] && !(typeof data['fileName'] === 'string' || data['fileName'] instanceof String)) {
|
|
253
|
+
throw new Error("Expected the field `fileName` to be a primitive type in the JSON string but got " + data['fileName']);
|
|
254
|
+
}
|
|
255
|
+
// ensure the json data is a string
|
|
256
|
+
if (data['className'] && !(typeof data['className'] === 'string' || data['className'] instanceof String)) {
|
|
257
|
+
throw new Error("Expected the field `className` to be a primitive type in the JSON string but got " + data['className']);
|
|
258
|
+
}
|
|
259
|
+
return true;
|
|
260
|
+
}
|
|
261
|
+
}]);
|
|
262
|
+
return GraphIteratorEntryPartStackTraceInner;
|
|
263
|
+
}();
|
|
264
|
+
/**
|
|
265
|
+
* @member {String} classLoaderName
|
|
266
|
+
*/
|
|
267
|
+
GraphIteratorEntryPartStackTraceInner.prototype['classLoaderName'] = undefined;
|
|
268
|
+
|
|
269
|
+
/**
|
|
270
|
+
* @member {String} moduleName
|
|
271
|
+
*/
|
|
272
|
+
GraphIteratorEntryPartStackTraceInner.prototype['moduleName'] = undefined;
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* @member {String} moduleVersion
|
|
276
|
+
*/
|
|
277
|
+
GraphIteratorEntryPartStackTraceInner.prototype['moduleVersion'] = undefined;
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* @member {String} methodName
|
|
281
|
+
*/
|
|
282
|
+
GraphIteratorEntryPartStackTraceInner.prototype['methodName'] = undefined;
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* @member {String} fileName
|
|
286
|
+
*/
|
|
287
|
+
GraphIteratorEntryPartStackTraceInner.prototype['fileName'] = undefined;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* @member {Number} lineNumber
|
|
291
|
+
*/
|
|
292
|
+
GraphIteratorEntryPartStackTraceInner.prototype['lineNumber'] = undefined;
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* @member {Boolean} nativeMethod
|
|
296
|
+
*/
|
|
297
|
+
GraphIteratorEntryPartStackTraceInner.prototype['nativeMethod'] = undefined;
|
|
298
|
+
|
|
299
|
+
/**
|
|
300
|
+
* @member {String} className
|
|
301
|
+
*/
|
|
302
|
+
GraphIteratorEntryPartStackTraceInner.prototype['className'] = undefined;
|
|
303
|
+
var _default = exports["default"] = GraphIteratorEntryPartStackTraceInner;
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.68
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The GraphObject model module.
|
|
29
29
|
* @module model/GraphObject
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.68
|
|
31
31
|
*/
|
|
32
32
|
var GraphObject = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.68
|
|
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
|
* The GraphObjectPayload model module.
|
|
32
32
|
* @module model/GraphObjectPayload
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.68
|
|
34
34
|
*/
|
|
35
35
|
var GraphObjectPayload = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.68
|
|
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
|
* The GraphObjectSchema model module.
|
|
30
30
|
* @module model/GraphObjectSchema
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.68
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.68
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphObjectType model module.
|
|
31
31
|
* @module model/GraphObjectType
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.68
|
|
33
33
|
*/
|
|
34
34
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.68
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphObjectTypeResponse model module.
|
|
34
34
|
* @module model/GraphObjectTypeResponse
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.68
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeResponse = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.68
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphObjectTypeSchema model module.
|
|
34
34
|
* @module model/GraphObjectTypeSchema
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.68
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
package/dist/model/GraphOwner.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.68
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphOwner model module.
|
|
28
28
|
* @module model/GraphOwner
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var GraphOwner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.68
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationship model module.
|
|
28
28
|
* @module model/GraphRelationship
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.68
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationshipPayload model module.
|
|
28
28
|
* @module model/GraphRelationshipPayload
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.68
|
|
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
|
* The GraphRelationshipType model module.
|
|
30
30
|
* @module model/GraphRelationshipType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.68
|
|
32
32
|
*/
|
|
33
33
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.68
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphRelationshipTypeResponse model module.
|
|
34
34
|
* @module model/GraphRelationshipTypeResponse
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.68
|
|
36
36
|
*/
|
|
37
37
|
var GraphRelationshipTypeResponse = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.68
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphSchema model module.
|
|
31
31
|
* @module model/GraphSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.68
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.68
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The GraphTraversalInput model module.
|
|
29
29
|
* @module model/GraphTraversalInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.68
|
|
31
31
|
*/
|
|
32
32
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|