@gobodo/gobodo-api-promise 0.1.77 → 0.1.79
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 +10 -5
- 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 +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.js +2 -2
- 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 +141 -2
- package/dist/api/GraphObjectsApi.js +5 -5
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +72 -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/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/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 +27 -2
- package/dist/model/CurrencyGrantResponse.js +2 -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 +56 -56
- 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 +2 -2
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +27 -27
- 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 +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 +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 +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 +570 -0
- 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/GraphSchemaInput.js +260 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +27 -27
- package/dist/model/ImageUploadObject.js +27 -27
- 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 +29 -29
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +27 -27
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +31 -31
- 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 +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/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.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 +58 -58
- 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/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 +2 -2
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.79
|
|
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.79
|
|
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.79
|
|
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.79
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -0,0 +1,260 @@
|
|
|
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 _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; } } }; }
|
|
11
|
+
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); }
|
|
12
|
+
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; }
|
|
13
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
|
+
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); } }
|
|
15
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
17
|
+
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); } /**
|
|
18
|
+
* gobodo-api
|
|
19
|
+
* REST Interface for Gobodo API
|
|
20
|
+
*
|
|
21
|
+
* The version of the OpenAPI document: 0.1.79
|
|
22
|
+
* Contact: info@gobodo.io
|
|
23
|
+
*
|
|
24
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
+
* https://openapi-generator.tech
|
|
26
|
+
* Do not edit the class manually.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* The GraphSchemaInput model module.
|
|
31
|
+
* @module model/GraphSchemaInput
|
|
32
|
+
* @version 0.1.79
|
|
33
|
+
*/
|
|
34
|
+
var GraphSchemaInput = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>GraphSchemaInput</code>.
|
|
37
|
+
* @alias module:model/GraphSchemaInput
|
|
38
|
+
* @param properties {Object}
|
|
39
|
+
*/
|
|
40
|
+
function GraphSchemaInput(properties) {
|
|
41
|
+
_classCallCheck(this, GraphSchemaInput);
|
|
42
|
+
GraphSchemaInput.initialize(this, properties);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Initializes the fields of this object.
|
|
47
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
48
|
+
* Only for internal use.
|
|
49
|
+
*/
|
|
50
|
+
_createClass(GraphSchemaInput, [{
|
|
51
|
+
key: "getName",
|
|
52
|
+
value:
|
|
53
|
+
/**
|
|
54
|
+
* @return {String}
|
|
55
|
+
*/
|
|
56
|
+
function getName() {
|
|
57
|
+
return this.name;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @param {String} name
|
|
62
|
+
*/
|
|
63
|
+
}, {
|
|
64
|
+
key: "setName",
|
|
65
|
+
value: function setName(name) {
|
|
66
|
+
this['name'] = name;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @return {Number}
|
|
70
|
+
*/
|
|
71
|
+
}, {
|
|
72
|
+
key: "getParentid",
|
|
73
|
+
value: function getParentid() {
|
|
74
|
+
return this.parentid;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @param {Number} parentid
|
|
79
|
+
*/
|
|
80
|
+
}, {
|
|
81
|
+
key: "setParentid",
|
|
82
|
+
value: function setParentid(parentid) {
|
|
83
|
+
this['parentid'] = parentid;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @return {String}
|
|
87
|
+
*/
|
|
88
|
+
}, {
|
|
89
|
+
key: "getDescription",
|
|
90
|
+
value: function getDescription() {
|
|
91
|
+
return this.description;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @param {String} description
|
|
96
|
+
*/
|
|
97
|
+
}, {
|
|
98
|
+
key: "setDescription",
|
|
99
|
+
value: function setDescription(description) {
|
|
100
|
+
this['description'] = description;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @return {Number}
|
|
104
|
+
*/
|
|
105
|
+
}, {
|
|
106
|
+
key: "getTemplateid",
|
|
107
|
+
value: function getTemplateid() {
|
|
108
|
+
return this.templateid;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* @param {Number} templateid
|
|
113
|
+
*/
|
|
114
|
+
}, {
|
|
115
|
+
key: "setTemplateid",
|
|
116
|
+
value: function setTemplateid(templateid) {
|
|
117
|
+
this['templateid'] = templateid;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @return {Boolean}
|
|
121
|
+
*/
|
|
122
|
+
}, {
|
|
123
|
+
key: "getSchemaLocked",
|
|
124
|
+
value: function getSchemaLocked() {
|
|
125
|
+
return this.schemaLocked;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @param {Boolean} schemaLocked
|
|
130
|
+
*/
|
|
131
|
+
}, {
|
|
132
|
+
key: "setSchemaLocked",
|
|
133
|
+
value: function setSchemaLocked(schemaLocked) {
|
|
134
|
+
this['schemaLocked'] = schemaLocked;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @return {Object}
|
|
138
|
+
*/
|
|
139
|
+
}, {
|
|
140
|
+
key: "getProperties",
|
|
141
|
+
value: function getProperties() {
|
|
142
|
+
return this.properties;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @param {Object} properties
|
|
147
|
+
*/
|
|
148
|
+
}, {
|
|
149
|
+
key: "setProperties",
|
|
150
|
+
value: function setProperties(properties) {
|
|
151
|
+
this['properties'] = properties;
|
|
152
|
+
}
|
|
153
|
+
}], [{
|
|
154
|
+
key: "initialize",
|
|
155
|
+
value: function initialize(obj, properties) {
|
|
156
|
+
obj['properties'] = properties;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Constructs a <code>GraphSchemaInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
161
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
162
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
163
|
+
* @param {module:model/GraphSchemaInput} obj Optional instance to populate.
|
|
164
|
+
* @return {module:model/GraphSchemaInput} The populated <code>GraphSchemaInput</code> instance.
|
|
165
|
+
*/
|
|
166
|
+
}, {
|
|
167
|
+
key: "constructFromObject",
|
|
168
|
+
value: function constructFromObject(data, obj) {
|
|
169
|
+
if (data) {
|
|
170
|
+
obj = obj || new GraphSchemaInput();
|
|
171
|
+
if (data.hasOwnProperty('name')) {
|
|
172
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
173
|
+
}
|
|
174
|
+
if (data.hasOwnProperty('parentid')) {
|
|
175
|
+
obj['parentid'] = _ApiClient["default"].convertToType(data['parentid'], 'Number');
|
|
176
|
+
}
|
|
177
|
+
if (data.hasOwnProperty('description')) {
|
|
178
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
179
|
+
}
|
|
180
|
+
if (data.hasOwnProperty('templateid')) {
|
|
181
|
+
obj['templateid'] = _ApiClient["default"].convertToType(data['templateid'], 'Number');
|
|
182
|
+
}
|
|
183
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
184
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
185
|
+
}
|
|
186
|
+
if (data.hasOwnProperty('properties')) {
|
|
187
|
+
obj['properties'] = _ApiClient["default"].convertToType(data['properties'], Object);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
return obj;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Validates the JSON data with respect to <code>GraphSchemaInput</code>.
|
|
195
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
196
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>GraphSchemaInput</code>.
|
|
197
|
+
*/
|
|
198
|
+
}, {
|
|
199
|
+
key: "validateJSON",
|
|
200
|
+
value: function validateJSON(data) {
|
|
201
|
+
// check to make sure all required properties are present in the JSON string
|
|
202
|
+
var _iterator = _createForOfIteratorHelper(GraphSchemaInput.RequiredProperties),
|
|
203
|
+
_step;
|
|
204
|
+
try {
|
|
205
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
206
|
+
var property = _step.value;
|
|
207
|
+
if (!data[property]) {
|
|
208
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
// ensure the json data is a string
|
|
212
|
+
} catch (err) {
|
|
213
|
+
_iterator.e(err);
|
|
214
|
+
} finally {
|
|
215
|
+
_iterator.f();
|
|
216
|
+
}
|
|
217
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
218
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
219
|
+
}
|
|
220
|
+
// ensure the json data is a string
|
|
221
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
222
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
223
|
+
}
|
|
224
|
+
return true;
|
|
225
|
+
}
|
|
226
|
+
}]);
|
|
227
|
+
return GraphSchemaInput;
|
|
228
|
+
}();
|
|
229
|
+
GraphSchemaInput.RequiredProperties = ["properties"];
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @member {String} name
|
|
233
|
+
*/
|
|
234
|
+
GraphSchemaInput.prototype['name'] = undefined;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* @member {Number} parentid
|
|
238
|
+
*/
|
|
239
|
+
GraphSchemaInput.prototype['parentid'] = undefined;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @member {String} description
|
|
243
|
+
*/
|
|
244
|
+
GraphSchemaInput.prototype['description'] = undefined;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @member {Number} templateid
|
|
248
|
+
*/
|
|
249
|
+
GraphSchemaInput.prototype['templateid'] = undefined;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @member {Boolean} schemaLocked
|
|
253
|
+
*/
|
|
254
|
+
GraphSchemaInput.prototype['schemaLocked'] = undefined;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @member {Object} properties
|
|
258
|
+
*/
|
|
259
|
+
GraphSchemaInput.prototype['properties'] = undefined;
|
|
260
|
+
var _default = exports["default"] = GraphSchemaInput;
|
|
@@ -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.79
|
|
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.79
|
|
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.79
|
|
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.79
|
|
30
30
|
*/
|
|
31
31
|
var Image = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -197,23 +197,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
197
197
|
value: function setHeight(height) {
|
|
198
198
|
this['height'] = height;
|
|
199
199
|
}
|
|
200
|
-
/**
|
|
201
|
-
* @return {String}
|
|
202
|
-
*/
|
|
203
|
-
}, {
|
|
204
|
-
key: "getFormattedname",
|
|
205
|
-
value: function getFormattedname() {
|
|
206
|
-
return this.formattedname;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/**
|
|
210
|
-
* @param {String} formattedname
|
|
211
|
-
*/
|
|
212
|
-
}, {
|
|
213
|
-
key: "setFormattedname",
|
|
214
|
-
value: function setFormattedname(formattedname) {
|
|
215
|
-
this['formattedname'] = formattedname;
|
|
216
|
-
}
|
|
217
200
|
/**
|
|
218
201
|
* @return {Number}
|
|
219
202
|
*/
|
|
@@ -248,6 +231,23 @@ var Image = /*#__PURE__*/function () {
|
|
|
248
231
|
value: function setContainerObjectID(containerObjectID) {
|
|
249
232
|
this['containerObjectID'] = containerObjectID;
|
|
250
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* @return {String}
|
|
236
|
+
*/
|
|
237
|
+
}, {
|
|
238
|
+
key: "getFormattedname",
|
|
239
|
+
value: function getFormattedname() {
|
|
240
|
+
return this.formattedname;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* @param {String} formattedname
|
|
245
|
+
*/
|
|
246
|
+
}, {
|
|
247
|
+
key: "setFormattedname",
|
|
248
|
+
value: function setFormattedname(formattedname) {
|
|
249
|
+
this['formattedname'] = formattedname;
|
|
250
|
+
}
|
|
251
251
|
/**
|
|
252
252
|
* @return {Object}
|
|
253
253
|
*/
|
|
@@ -325,15 +325,15 @@ var Image = /*#__PURE__*/function () {
|
|
|
325
325
|
if (data.hasOwnProperty('height')) {
|
|
326
326
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
327
327
|
}
|
|
328
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
329
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
330
|
-
}
|
|
331
328
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
332
329
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
333
330
|
}
|
|
334
331
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
335
332
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
336
333
|
}
|
|
334
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
335
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
336
|
+
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
339
339
|
}
|
|
@@ -422,11 +422,6 @@ Image.prototype['width'] = undefined;
|
|
|
422
422
|
*/
|
|
423
423
|
Image.prototype['height'] = undefined;
|
|
424
424
|
|
|
425
|
-
/**
|
|
426
|
-
* @member {String} formattedname
|
|
427
|
-
*/
|
|
428
|
-
Image.prototype['formattedname'] = undefined;
|
|
429
|
-
|
|
430
425
|
/**
|
|
431
426
|
* @member {Number} containerObjectType
|
|
432
427
|
*/
|
|
@@ -437,6 +432,11 @@ Image.prototype['containerObjectType'] = undefined;
|
|
|
437
432
|
*/
|
|
438
433
|
Image.prototype['containerObjectID'] = undefined;
|
|
439
434
|
|
|
435
|
+
/**
|
|
436
|
+
* @member {String} formattedname
|
|
437
|
+
*/
|
|
438
|
+
Image.prototype['formattedname'] = undefined;
|
|
439
|
+
|
|
440
440
|
/**
|
|
441
441
|
* @member {Object} data
|
|
442
442
|
*/
|
|
@@ -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.79
|
|
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.79
|
|
30
30
|
*/
|
|
31
31
|
var ImageUploadObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -197,23 +197,6 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
197
197
|
value: function setHeight(height) {
|
|
198
198
|
this['height'] = height;
|
|
199
199
|
}
|
|
200
|
-
/**
|
|
201
|
-
* @return {String}
|
|
202
|
-
*/
|
|
203
|
-
}, {
|
|
204
|
-
key: "getFormattedname",
|
|
205
|
-
value: function getFormattedname() {
|
|
206
|
-
return this.formattedname;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/**
|
|
210
|
-
* @param {String} formattedname
|
|
211
|
-
*/
|
|
212
|
-
}, {
|
|
213
|
-
key: "setFormattedname",
|
|
214
|
-
value: function setFormattedname(formattedname) {
|
|
215
|
-
this['formattedname'] = formattedname;
|
|
216
|
-
}
|
|
217
200
|
/**
|
|
218
201
|
* @return {Number}
|
|
219
202
|
*/
|
|
@@ -248,6 +231,23 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
248
231
|
value: function setContainerObjectID(containerObjectID) {
|
|
249
232
|
this['containerObjectID'] = containerObjectID;
|
|
250
233
|
}
|
|
234
|
+
/**
|
|
235
|
+
* @return {String}
|
|
236
|
+
*/
|
|
237
|
+
}, {
|
|
238
|
+
key: "getFormattedname",
|
|
239
|
+
value: function getFormattedname() {
|
|
240
|
+
return this.formattedname;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* @param {String} formattedname
|
|
245
|
+
*/
|
|
246
|
+
}, {
|
|
247
|
+
key: "setFormattedname",
|
|
248
|
+
value: function setFormattedname(formattedname) {
|
|
249
|
+
this['formattedname'] = formattedname;
|
|
250
|
+
}
|
|
251
251
|
/**
|
|
252
252
|
* @return {Object}
|
|
253
253
|
*/
|
|
@@ -325,15 +325,15 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
325
325
|
if (data.hasOwnProperty('height')) {
|
|
326
326
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
327
327
|
}
|
|
328
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
329
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
330
|
-
}
|
|
331
328
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
332
329
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
333
330
|
}
|
|
334
331
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
335
332
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
336
333
|
}
|
|
334
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
335
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
336
|
+
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
339
339
|
}
|
|
@@ -422,11 +422,6 @@ ImageUploadObject.prototype['width'] = undefined;
|
|
|
422
422
|
*/
|
|
423
423
|
ImageUploadObject.prototype['height'] = undefined;
|
|
424
424
|
|
|
425
|
-
/**
|
|
426
|
-
* @member {String} formattedname
|
|
427
|
-
*/
|
|
428
|
-
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
429
|
-
|
|
430
425
|
/**
|
|
431
426
|
* @member {Number} containerObjectType
|
|
432
427
|
*/
|
|
@@ -437,6 +432,11 @@ ImageUploadObject.prototype['containerObjectType'] = undefined;
|
|
|
437
432
|
*/
|
|
438
433
|
ImageUploadObject.prototype['containerObjectID'] = undefined;
|
|
439
434
|
|
|
435
|
+
/**
|
|
436
|
+
* @member {String} formattedname
|
|
437
|
+
*/
|
|
438
|
+
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
439
|
+
|
|
440
440
|
/**
|
|
441
441
|
* @member {Object} data
|
|
442
442
|
*/
|
package/dist/model/InputPart.js
CHANGED
|
@@ -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.79
|
|
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 InputPart model module.
|
|
29
29
|
* @module model/InputPart
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.79
|
|
31
31
|
*/
|
|
32
32
|
var InputPart = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.79
|
|
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 InputPartMediaType model module.
|
|
28
28
|
* @module model/InputPartMediaType
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.79
|
|
30
30
|
*/
|
|
31
31
|
var InputPartMediaType = /*#__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.79
|
|
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 KafkaSettings model module.
|
|
31
31
|
* @module model/KafkaSettings
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.79
|
|
33
33
|
*/
|
|
34
34
|
var KafkaSettings = /*#__PURE__*/function () {
|
|
35
35
|
/**
|