@gobodo/gobodo-api-promise 0.1.85 → 0.1.87
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 +43 -40
- 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 +2 -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/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +7 -7
- package/dist/api/DefaultApi.js +13 -13
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.js +2 -2
- 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 +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.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 +117 -32
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +6 -5
- 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 +2 -2
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.js +18 -18
- 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 +8 -8
- 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 +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/api/WalletsApi.js +2 -2
- package/dist/index.js +14 -0
- 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/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +2 -2
- 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 +25 -25
- package/dist/model/ConsoleProjectInput.js +2 -2
- package/dist/model/ConsoleProjectResponse.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/Currency.js +2 -2
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.js +27 -2
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.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 +2 -2
- package/dist/model/DocumentPart.js +52 -52
- package/dist/model/DocumentPartType.js +31 -31
- package/dist/model/DocumentType.js +31 -31
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +52 -52
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- 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 +2 -2
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +30 -30
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeInput.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 +31 -31
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphSchemaInput.js +2 -2
- package/dist/model/GraphSchemaResponse.js +640 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- 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 +43 -43
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/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 +2 -2
- 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 +29 -29
- 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/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.js +27 -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 +52 -52
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/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 +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserResponse.js +578 -0
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +2 -2
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +2 -2
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.js +27 -2
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.js +27 -2
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,640 @@
|
|
|
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
|
+
var _TemplateResponse = _interopRequireDefault(require("./TemplateResponse"));
|
|
9
|
+
var _UserResponse = _interopRequireDefault(require("./UserResponse"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
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; } } }; }
|
|
13
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
14
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
15
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
16
|
+
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); } }
|
|
17
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
19
|
+
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); } /**
|
|
20
|
+
* gobodo-api
|
|
21
|
+
* REST Interface for Gobodo API
|
|
22
|
+
*
|
|
23
|
+
* The version of the OpenAPI document: 0.1.87
|
|
24
|
+
* Contact: info@gobodo.io
|
|
25
|
+
*
|
|
26
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
27
|
+
* https://openapi-generator.tech
|
|
28
|
+
* Do not edit the class manually.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
/**
|
|
32
|
+
* The GraphSchemaResponse model module.
|
|
33
|
+
* @module model/GraphSchemaResponse
|
|
34
|
+
* @version 0.1.87
|
|
35
|
+
*/
|
|
36
|
+
var GraphSchemaResponse = /*#__PURE__*/function () {
|
|
37
|
+
/**
|
|
38
|
+
* Constructs a new <code>GraphSchemaResponse</code>.
|
|
39
|
+
* @alias module:model/GraphSchemaResponse
|
|
40
|
+
* @param name {String}
|
|
41
|
+
* @param key {String}
|
|
42
|
+
* @param description {String}
|
|
43
|
+
* @param objectTypes {Object}
|
|
44
|
+
* @param relationshipTypes {Object}
|
|
45
|
+
* @param actionTypes {Object}
|
|
46
|
+
* @param creator {module:model/UserResponse}
|
|
47
|
+
* @param template {module:model/TemplateResponse}
|
|
48
|
+
* @param administrators {Object}
|
|
49
|
+
* @param objectTypeDefinitions {Object}
|
|
50
|
+
* @param schemaLocked {Boolean}
|
|
51
|
+
* @param workflows {Object}
|
|
52
|
+
* @param pastVersions {Object}
|
|
53
|
+
* @param futureVersions {Object}
|
|
54
|
+
* @param allVersions {Object}
|
|
55
|
+
* @param modificationdate {Date}
|
|
56
|
+
* @param data {Object}
|
|
57
|
+
* @param id {Number}
|
|
58
|
+
*/
|
|
59
|
+
function GraphSchemaResponse(name, key, description, objectTypes, relationshipTypes, actionTypes, creator, template, administrators, objectTypeDefinitions, schemaLocked, workflows, pastVersions, futureVersions, allVersions, modificationdate, data, id) {
|
|
60
|
+
_classCallCheck(this, GraphSchemaResponse);
|
|
61
|
+
GraphSchemaResponse.initialize(this, name, key, description, objectTypes, relationshipTypes, actionTypes, creator, template, administrators, objectTypeDefinitions, schemaLocked, workflows, pastVersions, futureVersions, allVersions, modificationdate, data, id);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Initializes the fields of this object.
|
|
66
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
67
|
+
* Only for internal use.
|
|
68
|
+
*/
|
|
69
|
+
_createClass(GraphSchemaResponse, [{
|
|
70
|
+
key: "getName",
|
|
71
|
+
value:
|
|
72
|
+
/**
|
|
73
|
+
* @return {String}
|
|
74
|
+
*/
|
|
75
|
+
function getName() {
|
|
76
|
+
return this.name;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @param {String} name
|
|
81
|
+
*/
|
|
82
|
+
}, {
|
|
83
|
+
key: "setName",
|
|
84
|
+
value: function setName(name) {
|
|
85
|
+
this['name'] = name;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @return {String}
|
|
89
|
+
*/
|
|
90
|
+
}, {
|
|
91
|
+
key: "getKey",
|
|
92
|
+
value: function getKey() {
|
|
93
|
+
return this.key;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @param {String} key
|
|
98
|
+
*/
|
|
99
|
+
}, {
|
|
100
|
+
key: "setKey",
|
|
101
|
+
value: function setKey(key) {
|
|
102
|
+
this['key'] = key;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* @return {module:model/GraphSchemaResponse}
|
|
106
|
+
*/
|
|
107
|
+
}, {
|
|
108
|
+
key: "getParent",
|
|
109
|
+
value: function getParent() {
|
|
110
|
+
return this.parent;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @param {module:model/GraphSchemaResponse} parent
|
|
115
|
+
*/
|
|
116
|
+
}, {
|
|
117
|
+
key: "setParent",
|
|
118
|
+
value: function setParent(parent) {
|
|
119
|
+
this['parent'] = parent;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* @return {String}
|
|
123
|
+
*/
|
|
124
|
+
}, {
|
|
125
|
+
key: "getDescription",
|
|
126
|
+
value: function getDescription() {
|
|
127
|
+
return this.description;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @param {String} description
|
|
132
|
+
*/
|
|
133
|
+
}, {
|
|
134
|
+
key: "setDescription",
|
|
135
|
+
value: function setDescription(description) {
|
|
136
|
+
this['description'] = description;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* @return {Object}
|
|
140
|
+
*/
|
|
141
|
+
}, {
|
|
142
|
+
key: "getObjectTypes",
|
|
143
|
+
value: function getObjectTypes() {
|
|
144
|
+
return this.objectTypes;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* @param {Object} objectTypes
|
|
149
|
+
*/
|
|
150
|
+
}, {
|
|
151
|
+
key: "setObjectTypes",
|
|
152
|
+
value: function setObjectTypes(objectTypes) {
|
|
153
|
+
this['objectTypes'] = objectTypes;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* @return {Object}
|
|
157
|
+
*/
|
|
158
|
+
}, {
|
|
159
|
+
key: "getRelationshipTypes",
|
|
160
|
+
value: function getRelationshipTypes() {
|
|
161
|
+
return this.relationshipTypes;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @param {Object} relationshipTypes
|
|
166
|
+
*/
|
|
167
|
+
}, {
|
|
168
|
+
key: "setRelationshipTypes",
|
|
169
|
+
value: function setRelationshipTypes(relationshipTypes) {
|
|
170
|
+
this['relationshipTypes'] = relationshipTypes;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* @return {Object}
|
|
174
|
+
*/
|
|
175
|
+
}, {
|
|
176
|
+
key: "getActionTypes",
|
|
177
|
+
value: function getActionTypes() {
|
|
178
|
+
return this.actionTypes;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @param {Object} actionTypes
|
|
183
|
+
*/
|
|
184
|
+
}, {
|
|
185
|
+
key: "setActionTypes",
|
|
186
|
+
value: function setActionTypes(actionTypes) {
|
|
187
|
+
this['actionTypes'] = actionTypes;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* @return {module:model/UserResponse}
|
|
191
|
+
*/
|
|
192
|
+
}, {
|
|
193
|
+
key: "getCreator",
|
|
194
|
+
value: function getCreator() {
|
|
195
|
+
return this.creator;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* @param {module:model/UserResponse} creator
|
|
200
|
+
*/
|
|
201
|
+
}, {
|
|
202
|
+
key: "setCreator",
|
|
203
|
+
value: function setCreator(creator) {
|
|
204
|
+
this['creator'] = creator;
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* @return {module:model/TemplateResponse}
|
|
208
|
+
*/
|
|
209
|
+
}, {
|
|
210
|
+
key: "getTemplate",
|
|
211
|
+
value: function getTemplate() {
|
|
212
|
+
return this.template;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* @param {module:model/TemplateResponse} template
|
|
217
|
+
*/
|
|
218
|
+
}, {
|
|
219
|
+
key: "setTemplate",
|
|
220
|
+
value: function setTemplate(template) {
|
|
221
|
+
this['template'] = template;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @return {Object}
|
|
225
|
+
*/
|
|
226
|
+
}, {
|
|
227
|
+
key: "getAdministrators",
|
|
228
|
+
value: function getAdministrators() {
|
|
229
|
+
return this.administrators;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @param {Object} administrators
|
|
234
|
+
*/
|
|
235
|
+
}, {
|
|
236
|
+
key: "setAdministrators",
|
|
237
|
+
value: function setAdministrators(administrators) {
|
|
238
|
+
this['administrators'] = administrators;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* @return {Object}
|
|
242
|
+
*/
|
|
243
|
+
}, {
|
|
244
|
+
key: "getObjectTypeDefinitions",
|
|
245
|
+
value: function getObjectTypeDefinitions() {
|
|
246
|
+
return this.objectTypeDefinitions;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* @param {Object} objectTypeDefinitions
|
|
251
|
+
*/
|
|
252
|
+
}, {
|
|
253
|
+
key: "setObjectTypeDefinitions",
|
|
254
|
+
value: function setObjectTypeDefinitions(objectTypeDefinitions) {
|
|
255
|
+
this['objectTypeDefinitions'] = objectTypeDefinitions;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* @return {Boolean}
|
|
259
|
+
*/
|
|
260
|
+
}, {
|
|
261
|
+
key: "getSchemaLocked",
|
|
262
|
+
value: function getSchemaLocked() {
|
|
263
|
+
return this.schemaLocked;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* @param {Boolean} schemaLocked
|
|
268
|
+
*/
|
|
269
|
+
}, {
|
|
270
|
+
key: "setSchemaLocked",
|
|
271
|
+
value: function setSchemaLocked(schemaLocked) {
|
|
272
|
+
this['schemaLocked'] = schemaLocked;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* @return {Object}
|
|
276
|
+
*/
|
|
277
|
+
}, {
|
|
278
|
+
key: "getWorkflows",
|
|
279
|
+
value: function getWorkflows() {
|
|
280
|
+
return this.workflows;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* @param {Object} workflows
|
|
285
|
+
*/
|
|
286
|
+
}, {
|
|
287
|
+
key: "setWorkflows",
|
|
288
|
+
value: function setWorkflows(workflows) {
|
|
289
|
+
this['workflows'] = workflows;
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* @return {Object}
|
|
293
|
+
*/
|
|
294
|
+
}, {
|
|
295
|
+
key: "getPastVersions",
|
|
296
|
+
value: function getPastVersions() {
|
|
297
|
+
return this.pastVersions;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* @param {Object} pastVersions
|
|
302
|
+
*/
|
|
303
|
+
}, {
|
|
304
|
+
key: "setPastVersions",
|
|
305
|
+
value: function setPastVersions(pastVersions) {
|
|
306
|
+
this['pastVersions'] = pastVersions;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* @return {Object}
|
|
310
|
+
*/
|
|
311
|
+
}, {
|
|
312
|
+
key: "getFutureVersions",
|
|
313
|
+
value: function getFutureVersions() {
|
|
314
|
+
return this.futureVersions;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* @param {Object} futureVersions
|
|
319
|
+
*/
|
|
320
|
+
}, {
|
|
321
|
+
key: "setFutureVersions",
|
|
322
|
+
value: function setFutureVersions(futureVersions) {
|
|
323
|
+
this['futureVersions'] = futureVersions;
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* @return {Object}
|
|
327
|
+
*/
|
|
328
|
+
}, {
|
|
329
|
+
key: "getAllVersions",
|
|
330
|
+
value: function getAllVersions() {
|
|
331
|
+
return this.allVersions;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
/**
|
|
335
|
+
* @param {Object} allVersions
|
|
336
|
+
*/
|
|
337
|
+
}, {
|
|
338
|
+
key: "setAllVersions",
|
|
339
|
+
value: function setAllVersions(allVersions) {
|
|
340
|
+
this['allVersions'] = allVersions;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* @return {Date}
|
|
344
|
+
*/
|
|
345
|
+
}, {
|
|
346
|
+
key: "getModificationdate",
|
|
347
|
+
value: function getModificationdate() {
|
|
348
|
+
return this.modificationdate;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* @param {Date} modificationdate
|
|
353
|
+
*/
|
|
354
|
+
}, {
|
|
355
|
+
key: "setModificationdate",
|
|
356
|
+
value: function setModificationdate(modificationdate) {
|
|
357
|
+
this['modificationdate'] = modificationdate;
|
|
358
|
+
}
|
|
359
|
+
/**
|
|
360
|
+
* @return {Object}
|
|
361
|
+
*/
|
|
362
|
+
}, {
|
|
363
|
+
key: "getData",
|
|
364
|
+
value: function getData() {
|
|
365
|
+
return this.data;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @param {Object} data
|
|
370
|
+
*/
|
|
371
|
+
}, {
|
|
372
|
+
key: "setData",
|
|
373
|
+
value: function setData(data) {
|
|
374
|
+
this['data'] = data;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* @return {Number}
|
|
378
|
+
*/
|
|
379
|
+
}, {
|
|
380
|
+
key: "getId",
|
|
381
|
+
value: function getId() {
|
|
382
|
+
return this.id;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* @param {Number} id
|
|
387
|
+
*/
|
|
388
|
+
}, {
|
|
389
|
+
key: "setId",
|
|
390
|
+
value: function setId(id) {
|
|
391
|
+
this['id'] = id;
|
|
392
|
+
}
|
|
393
|
+
}], [{
|
|
394
|
+
key: "initialize",
|
|
395
|
+
value: function initialize(obj, name, key, description, objectTypes, relationshipTypes, actionTypes, creator, template, administrators, objectTypeDefinitions, schemaLocked, workflows, pastVersions, futureVersions, allVersions, modificationdate, data, id) {
|
|
396
|
+
obj['name'] = name;
|
|
397
|
+
obj['key'] = key;
|
|
398
|
+
obj['description'] = description;
|
|
399
|
+
obj['objectTypes'] = objectTypes;
|
|
400
|
+
obj['relationshipTypes'] = relationshipTypes;
|
|
401
|
+
obj['actionTypes'] = actionTypes;
|
|
402
|
+
obj['creator'] = creator;
|
|
403
|
+
obj['template'] = template;
|
|
404
|
+
obj['administrators'] = administrators;
|
|
405
|
+
obj['objectTypeDefinitions'] = objectTypeDefinitions;
|
|
406
|
+
obj['schemaLocked'] = schemaLocked;
|
|
407
|
+
obj['workflows'] = workflows;
|
|
408
|
+
obj['pastVersions'] = pastVersions;
|
|
409
|
+
obj['futureVersions'] = futureVersions;
|
|
410
|
+
obj['allVersions'] = allVersions;
|
|
411
|
+
obj['modificationdate'] = modificationdate;
|
|
412
|
+
obj['data'] = data;
|
|
413
|
+
obj['id'] = id;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
/**
|
|
417
|
+
* Constructs a <code>GraphSchemaResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
418
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
419
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
420
|
+
* @param {module:model/GraphSchemaResponse} obj Optional instance to populate.
|
|
421
|
+
* @return {module:model/GraphSchemaResponse} The populated <code>GraphSchemaResponse</code> instance.
|
|
422
|
+
*/
|
|
423
|
+
}, {
|
|
424
|
+
key: "constructFromObject",
|
|
425
|
+
value: function constructFromObject(data, obj) {
|
|
426
|
+
if (data) {
|
|
427
|
+
obj = obj || new GraphSchemaResponse();
|
|
428
|
+
if (data.hasOwnProperty('name')) {
|
|
429
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
430
|
+
}
|
|
431
|
+
if (data.hasOwnProperty('key')) {
|
|
432
|
+
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
433
|
+
}
|
|
434
|
+
if (data.hasOwnProperty('parent')) {
|
|
435
|
+
obj['parent'] = GraphSchemaResponse.constructFromObject(data['parent']);
|
|
436
|
+
}
|
|
437
|
+
if (data.hasOwnProperty('description')) {
|
|
438
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
439
|
+
}
|
|
440
|
+
if (data.hasOwnProperty('objectTypes')) {
|
|
441
|
+
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
442
|
+
}
|
|
443
|
+
if (data.hasOwnProperty('relationshipTypes')) {
|
|
444
|
+
obj['relationshipTypes'] = _ApiClient["default"].convertToType(data['relationshipTypes'], Object);
|
|
445
|
+
}
|
|
446
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
447
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
448
|
+
}
|
|
449
|
+
if (data.hasOwnProperty('creator')) {
|
|
450
|
+
obj['creator'] = _UserResponse["default"].constructFromObject(data['creator']);
|
|
451
|
+
}
|
|
452
|
+
if (data.hasOwnProperty('template')) {
|
|
453
|
+
obj['template'] = _TemplateResponse["default"].constructFromObject(data['template']);
|
|
454
|
+
}
|
|
455
|
+
if (data.hasOwnProperty('administrators')) {
|
|
456
|
+
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
457
|
+
}
|
|
458
|
+
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
459
|
+
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
460
|
+
}
|
|
461
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
462
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
463
|
+
}
|
|
464
|
+
if (data.hasOwnProperty('workflows')) {
|
|
465
|
+
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
466
|
+
}
|
|
467
|
+
if (data.hasOwnProperty('pastVersions')) {
|
|
468
|
+
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
469
|
+
}
|
|
470
|
+
if (data.hasOwnProperty('futureVersions')) {
|
|
471
|
+
obj['futureVersions'] = _ApiClient["default"].convertToType(data['futureVersions'], Object);
|
|
472
|
+
}
|
|
473
|
+
if (data.hasOwnProperty('allVersions')) {
|
|
474
|
+
obj['allVersions'] = _ApiClient["default"].convertToType(data['allVersions'], Object);
|
|
475
|
+
}
|
|
476
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
477
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
478
|
+
}
|
|
479
|
+
if (data.hasOwnProperty('data')) {
|
|
480
|
+
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
481
|
+
}
|
|
482
|
+
if (data.hasOwnProperty('id')) {
|
|
483
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
return obj;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* Validates the JSON data with respect to <code>GraphSchemaResponse</code>.
|
|
491
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
492
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>GraphSchemaResponse</code>.
|
|
493
|
+
*/
|
|
494
|
+
}, {
|
|
495
|
+
key: "validateJSON",
|
|
496
|
+
value: function validateJSON(data) {
|
|
497
|
+
// check to make sure all required properties are present in the JSON string
|
|
498
|
+
var _iterator = _createForOfIteratorHelper(GraphSchemaResponse.RequiredProperties),
|
|
499
|
+
_step;
|
|
500
|
+
try {
|
|
501
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
502
|
+
var property = _step.value;
|
|
503
|
+
if (!data[property]) {
|
|
504
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
// ensure the json data is a string
|
|
508
|
+
} catch (err) {
|
|
509
|
+
_iterator.e(err);
|
|
510
|
+
} finally {
|
|
511
|
+
_iterator.f();
|
|
512
|
+
}
|
|
513
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
514
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
515
|
+
}
|
|
516
|
+
// ensure the json data is a string
|
|
517
|
+
if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) {
|
|
518
|
+
throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']);
|
|
519
|
+
}
|
|
520
|
+
// validate the optional field `parent`
|
|
521
|
+
if (data['parent']) {
|
|
522
|
+
// data not null
|
|
523
|
+
GraphSchemaResponse.validateJSON(data['parent']);
|
|
524
|
+
}
|
|
525
|
+
// ensure the json data is a string
|
|
526
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
527
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
528
|
+
}
|
|
529
|
+
// validate the optional field `creator`
|
|
530
|
+
if (data['creator']) {
|
|
531
|
+
// data not null
|
|
532
|
+
_UserResponse["default"].validateJSON(data['creator']);
|
|
533
|
+
}
|
|
534
|
+
// validate the optional field `template`
|
|
535
|
+
if (data['template']) {
|
|
536
|
+
// data not null
|
|
537
|
+
_TemplateResponse["default"].validateJSON(data['template']);
|
|
538
|
+
}
|
|
539
|
+
return true;
|
|
540
|
+
}
|
|
541
|
+
}]);
|
|
542
|
+
return GraphSchemaResponse;
|
|
543
|
+
}();
|
|
544
|
+
GraphSchemaResponse.RequiredProperties = ["name", "key", "description", "objectTypes", "relationshipTypes", "actionTypes", "creator", "template", "administrators", "objectTypeDefinitions", "schemaLocked", "workflows", "pastVersions", "futureVersions", "allVersions", "modificationdate", "data", "id"];
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* @member {String} name
|
|
548
|
+
*/
|
|
549
|
+
GraphSchemaResponse.prototype['name'] = undefined;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @member {String} key
|
|
553
|
+
*/
|
|
554
|
+
GraphSchemaResponse.prototype['key'] = undefined;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @member {module:model/GraphSchemaResponse} parent
|
|
558
|
+
*/
|
|
559
|
+
GraphSchemaResponse.prototype['parent'] = undefined;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* @member {String} description
|
|
563
|
+
*/
|
|
564
|
+
GraphSchemaResponse.prototype['description'] = undefined;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* @member {Object} objectTypes
|
|
568
|
+
*/
|
|
569
|
+
GraphSchemaResponse.prototype['objectTypes'] = undefined;
|
|
570
|
+
|
|
571
|
+
/**
|
|
572
|
+
* @member {Object} relationshipTypes
|
|
573
|
+
*/
|
|
574
|
+
GraphSchemaResponse.prototype['relationshipTypes'] = undefined;
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @member {Object} actionTypes
|
|
578
|
+
*/
|
|
579
|
+
GraphSchemaResponse.prototype['actionTypes'] = undefined;
|
|
580
|
+
|
|
581
|
+
/**
|
|
582
|
+
* @member {module:model/UserResponse} creator
|
|
583
|
+
*/
|
|
584
|
+
GraphSchemaResponse.prototype['creator'] = undefined;
|
|
585
|
+
|
|
586
|
+
/**
|
|
587
|
+
* @member {module:model/TemplateResponse} template
|
|
588
|
+
*/
|
|
589
|
+
GraphSchemaResponse.prototype['template'] = undefined;
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @member {Object} administrators
|
|
593
|
+
*/
|
|
594
|
+
GraphSchemaResponse.prototype['administrators'] = undefined;
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* @member {Object} objectTypeDefinitions
|
|
598
|
+
*/
|
|
599
|
+
GraphSchemaResponse.prototype['objectTypeDefinitions'] = undefined;
|
|
600
|
+
|
|
601
|
+
/**
|
|
602
|
+
* @member {Boolean} schemaLocked
|
|
603
|
+
*/
|
|
604
|
+
GraphSchemaResponse.prototype['schemaLocked'] = undefined;
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* @member {Object} workflows
|
|
608
|
+
*/
|
|
609
|
+
GraphSchemaResponse.prototype['workflows'] = undefined;
|
|
610
|
+
|
|
611
|
+
/**
|
|
612
|
+
* @member {Object} pastVersions
|
|
613
|
+
*/
|
|
614
|
+
GraphSchemaResponse.prototype['pastVersions'] = undefined;
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* @member {Object} futureVersions
|
|
618
|
+
*/
|
|
619
|
+
GraphSchemaResponse.prototype['futureVersions'] = undefined;
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* @member {Object} allVersions
|
|
623
|
+
*/
|
|
624
|
+
GraphSchemaResponse.prototype['allVersions'] = undefined;
|
|
625
|
+
|
|
626
|
+
/**
|
|
627
|
+
* @member {Date} modificationdate
|
|
628
|
+
*/
|
|
629
|
+
GraphSchemaResponse.prototype['modificationdate'] = undefined;
|
|
630
|
+
|
|
631
|
+
/**
|
|
632
|
+
* @member {Object} data
|
|
633
|
+
*/
|
|
634
|
+
GraphSchemaResponse.prototype['data'] = undefined;
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* @member {Number} id
|
|
638
|
+
*/
|
|
639
|
+
GraphSchemaResponse.prototype['id'] = undefined;
|
|
640
|
+
var _default = exports["default"] = GraphSchemaResponse;
|
|
@@ -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.87
|
|
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.87
|
|
31
31
|
*/
|
|
32
32
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/Image.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.87
|
|
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 Image model module.
|
|
28
28
|
* @module model/Image
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.87
|
|
30
30
|
*/
|
|
31
31
|
var Image = /*#__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.87
|
|
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 ImageUploadObject model module.
|
|
28
28
|
* @module model/ImageUploadObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.87
|
|
30
30
|
*/
|
|
31
31
|
var ImageUploadObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|