@gobodo/gobodo-api-promise 0.1.78 → 0.1.80
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 +14 -2
- 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/GobodoManagementApi.js +400 -0
- 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 +2 -2
- 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 +35 -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 +25 -25
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +78 -78
- 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 +187 -0
- package/dist/model/ConsoleProjectResponse.js +187 -0
- 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 +25 -25
- package/dist/model/CurrencyGrantInput.js +2 -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 +32 -32
- 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 +25 -25
- package/dist/model/DocumentPart.js +51 -51
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +75 -75
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- 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 +64 -64
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.js +30 -30
- 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 +113 -113
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +29 -29
- 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 +27 -27
- package/dist/model/GraphObjectTypeInput.js +570 -0
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +27 -27
- 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 +29 -29
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +27 -27
- package/dist/model/GraphSchemaInput.js +260 -0
- 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 +27 -27
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +43 -43
- 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 +32 -32
- 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 +31 -31
- package/dist/model/PrivateMessageConversation.js +140 -140
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/Project.js +187 -0
- package/dist/model/ProjectInput.js +187 -0
- 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 +35 -35
- 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 +2 -2
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +33 -33
- package/dist/model/SocialGroupType.js +25 -25
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +27 -27
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.js +27 -27
- 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 +29 -29
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +29 -29
- 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 +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- 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 +57 -57
- package/package.json +1 -1
|
@@ -0,0 +1,187 @@
|
|
|
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.80
|
|
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 ConsoleProjectInput model module.
|
|
31
|
+
* @module model/ConsoleProjectInput
|
|
32
|
+
* @version 0.1.80
|
|
33
|
+
*/
|
|
34
|
+
var ConsoleProjectInput = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>ConsoleProjectInput</code>.
|
|
37
|
+
* @alias module:model/ConsoleProjectInput
|
|
38
|
+
* @param name {String}
|
|
39
|
+
* @param data {Object}
|
|
40
|
+
*/
|
|
41
|
+
function ConsoleProjectInput(name, data) {
|
|
42
|
+
_classCallCheck(this, ConsoleProjectInput);
|
|
43
|
+
ConsoleProjectInput.initialize(this, name, data);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Initializes the fields of this object.
|
|
48
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
49
|
+
* Only for internal use.
|
|
50
|
+
*/
|
|
51
|
+
_createClass(ConsoleProjectInput, [{
|
|
52
|
+
key: "getName",
|
|
53
|
+
value:
|
|
54
|
+
/**
|
|
55
|
+
* @return {String}
|
|
56
|
+
*/
|
|
57
|
+
function getName() {
|
|
58
|
+
return this.name;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* @param {String} name
|
|
63
|
+
*/
|
|
64
|
+
}, {
|
|
65
|
+
key: "setName",
|
|
66
|
+
value: function setName(name) {
|
|
67
|
+
this['name'] = name;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* @return {String}
|
|
71
|
+
*/
|
|
72
|
+
}, {
|
|
73
|
+
key: "getDescription",
|
|
74
|
+
value: function getDescription() {
|
|
75
|
+
return this.description;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @param {String} description
|
|
80
|
+
*/
|
|
81
|
+
}, {
|
|
82
|
+
key: "setDescription",
|
|
83
|
+
value: function setDescription(description) {
|
|
84
|
+
this['description'] = description;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @return {Object}
|
|
88
|
+
*/
|
|
89
|
+
}, {
|
|
90
|
+
key: "getData",
|
|
91
|
+
value: function getData() {
|
|
92
|
+
return this.data;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @param {Object} data
|
|
97
|
+
*/
|
|
98
|
+
}, {
|
|
99
|
+
key: "setData",
|
|
100
|
+
value: function setData(data) {
|
|
101
|
+
this['data'] = data;
|
|
102
|
+
}
|
|
103
|
+
}], [{
|
|
104
|
+
key: "initialize",
|
|
105
|
+
value: function initialize(obj, name, data) {
|
|
106
|
+
obj['name'] = name;
|
|
107
|
+
obj['data'] = data;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Constructs a <code>ConsoleProjectInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
112
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
113
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
114
|
+
* @param {module:model/ConsoleProjectInput} obj Optional instance to populate.
|
|
115
|
+
* @return {module:model/ConsoleProjectInput} The populated <code>ConsoleProjectInput</code> instance.
|
|
116
|
+
*/
|
|
117
|
+
}, {
|
|
118
|
+
key: "constructFromObject",
|
|
119
|
+
value: function constructFromObject(data, obj) {
|
|
120
|
+
if (data) {
|
|
121
|
+
obj = obj || new ConsoleProjectInput();
|
|
122
|
+
if (data.hasOwnProperty('name')) {
|
|
123
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
124
|
+
}
|
|
125
|
+
if (data.hasOwnProperty('description')) {
|
|
126
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
127
|
+
}
|
|
128
|
+
if (data.hasOwnProperty('data')) {
|
|
129
|
+
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return obj;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* Validates the JSON data with respect to <code>ConsoleProjectInput</code>.
|
|
137
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
138
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>ConsoleProjectInput</code>.
|
|
139
|
+
*/
|
|
140
|
+
}, {
|
|
141
|
+
key: "validateJSON",
|
|
142
|
+
value: function validateJSON(data) {
|
|
143
|
+
// check to make sure all required properties are present in the JSON string
|
|
144
|
+
var _iterator = _createForOfIteratorHelper(ConsoleProjectInput.RequiredProperties),
|
|
145
|
+
_step;
|
|
146
|
+
try {
|
|
147
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
148
|
+
var property = _step.value;
|
|
149
|
+
if (!data[property]) {
|
|
150
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
// ensure the json data is a string
|
|
154
|
+
} catch (err) {
|
|
155
|
+
_iterator.e(err);
|
|
156
|
+
} finally {
|
|
157
|
+
_iterator.f();
|
|
158
|
+
}
|
|
159
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
160
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
161
|
+
}
|
|
162
|
+
// ensure the json data is a string
|
|
163
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
164
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
165
|
+
}
|
|
166
|
+
return true;
|
|
167
|
+
}
|
|
168
|
+
}]);
|
|
169
|
+
return ConsoleProjectInput;
|
|
170
|
+
}();
|
|
171
|
+
ConsoleProjectInput.RequiredProperties = ["name", "data"];
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @member {String} name
|
|
175
|
+
*/
|
|
176
|
+
ConsoleProjectInput.prototype['name'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {String} description
|
|
180
|
+
*/
|
|
181
|
+
ConsoleProjectInput.prototype['description'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @member {Object} data
|
|
185
|
+
*/
|
|
186
|
+
ConsoleProjectInput.prototype['data'] = undefined;
|
|
187
|
+
var _default = exports["default"] = ConsoleProjectInput;
|
|
@@ -0,0 +1,187 @@
|
|
|
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.80
|
|
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 ConsoleProjectResponse model module.
|
|
28
|
+
* @module model/ConsoleProjectResponse
|
|
29
|
+
* @version 0.1.80
|
|
30
|
+
*/
|
|
31
|
+
var ConsoleProjectResponse = /*#__PURE__*/function () {
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a new <code>ConsoleProjectResponse</code>.
|
|
34
|
+
* @alias module:model/ConsoleProjectResponse
|
|
35
|
+
*/
|
|
36
|
+
function ConsoleProjectResponse() {
|
|
37
|
+
_classCallCheck(this, ConsoleProjectResponse);
|
|
38
|
+
ConsoleProjectResponse.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(ConsoleProjectResponse, [{
|
|
47
|
+
key: "getId",
|
|
48
|
+
value:
|
|
49
|
+
/**
|
|
50
|
+
* @return {Number}
|
|
51
|
+
*/
|
|
52
|
+
function getId() {
|
|
53
|
+
return this.id;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* @param {Number} id
|
|
58
|
+
*/
|
|
59
|
+
}, {
|
|
60
|
+
key: "setId",
|
|
61
|
+
value: function setId(id) {
|
|
62
|
+
this['id'] = id;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @return {String}
|
|
66
|
+
*/
|
|
67
|
+
}, {
|
|
68
|
+
key: "getName",
|
|
69
|
+
value: function getName() {
|
|
70
|
+
return this.name;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @param {String} name
|
|
75
|
+
*/
|
|
76
|
+
}, {
|
|
77
|
+
key: "setName",
|
|
78
|
+
value: function setName(name) {
|
|
79
|
+
this['name'] = name;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @return {String}
|
|
83
|
+
*/
|
|
84
|
+
}, {
|
|
85
|
+
key: "getDescription",
|
|
86
|
+
value: function getDescription() {
|
|
87
|
+
return this.description;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @param {String} description
|
|
92
|
+
*/
|
|
93
|
+
}, {
|
|
94
|
+
key: "setDescription",
|
|
95
|
+
value: function setDescription(description) {
|
|
96
|
+
this['description'] = description;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* @return {Object}
|
|
100
|
+
*/
|
|
101
|
+
}, {
|
|
102
|
+
key: "getData",
|
|
103
|
+
value: function getData() {
|
|
104
|
+
return this.data;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* @param {Object} data
|
|
109
|
+
*/
|
|
110
|
+
}, {
|
|
111
|
+
key: "setData",
|
|
112
|
+
value: function setData(data) {
|
|
113
|
+
this['data'] = data;
|
|
114
|
+
}
|
|
115
|
+
}], [{
|
|
116
|
+
key: "initialize",
|
|
117
|
+
value: function initialize(obj) {}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Constructs a <code>ConsoleProjectResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
121
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
122
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
123
|
+
* @param {module:model/ConsoleProjectResponse} obj Optional instance to populate.
|
|
124
|
+
* @return {module:model/ConsoleProjectResponse} The populated <code>ConsoleProjectResponse</code> instance.
|
|
125
|
+
*/
|
|
126
|
+
}, {
|
|
127
|
+
key: "constructFromObject",
|
|
128
|
+
value: function constructFromObject(data, obj) {
|
|
129
|
+
if (data) {
|
|
130
|
+
obj = obj || new ConsoleProjectResponse();
|
|
131
|
+
if (data.hasOwnProperty('id')) {
|
|
132
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
133
|
+
}
|
|
134
|
+
if (data.hasOwnProperty('name')) {
|
|
135
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
136
|
+
}
|
|
137
|
+
if (data.hasOwnProperty('description')) {
|
|
138
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
139
|
+
}
|
|
140
|
+
if (data.hasOwnProperty('data')) {
|
|
141
|
+
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
return obj;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Validates the JSON data with respect to <code>ConsoleProjectResponse</code>.
|
|
149
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
150
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>ConsoleProjectResponse</code>.
|
|
151
|
+
*/
|
|
152
|
+
}, {
|
|
153
|
+
key: "validateJSON",
|
|
154
|
+
value: function validateJSON(data) {
|
|
155
|
+
// ensure the json data is a string
|
|
156
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
157
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
158
|
+
}
|
|
159
|
+
// ensure the json data is a string
|
|
160
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
161
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
162
|
+
}
|
|
163
|
+
return true;
|
|
164
|
+
}
|
|
165
|
+
}]);
|
|
166
|
+
return ConsoleProjectResponse;
|
|
167
|
+
}();
|
|
168
|
+
/**
|
|
169
|
+
* @member {Number} id
|
|
170
|
+
*/
|
|
171
|
+
ConsoleProjectResponse.prototype['id'] = undefined;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @member {String} name
|
|
175
|
+
*/
|
|
176
|
+
ConsoleProjectResponse.prototype['name'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {String} description
|
|
180
|
+
*/
|
|
181
|
+
ConsoleProjectResponse.prototype['description'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @member {Object} data
|
|
185
|
+
*/
|
|
186
|
+
ConsoleProjectResponse.prototype['data'] = undefined;
|
|
187
|
+
var _default = exports["default"] = ConsoleProjectResponse;
|
|
@@ -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.80
|
|
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 Coordinates model module.
|
|
28
28
|
* @module model/Coordinates
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var Coordinates = /*#__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.80
|
|
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 CreateAccountResponse model module.
|
|
30
30
|
* @module model/CreateAccountResponse
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.80
|
|
32
32
|
*/
|
|
33
33
|
var CreateAccountResponse = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.80
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The CreateFunctionInput model module.
|
|
33
33
|
* @module model/CreateFunctionInput
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.80
|
|
35
35
|
*/
|
|
36
36
|
var CreateFunctionInput = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -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.80
|
|
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 CreateStripeAccountInput model module.
|
|
28
28
|
* @module model/CreateStripeAccountInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var CreateStripeAccountInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.80
|
|
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 CreateStripeCustomerInput model module.
|
|
29
29
|
* @module model/CreateStripeCustomerInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.80
|
|
31
31
|
*/
|
|
32
32
|
var CreateStripeCustomerInput = /*#__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.80
|
|
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 CreateTopicInput model module.
|
|
32
32
|
* @module model/CreateTopicInput
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.80
|
|
34
34
|
*/
|
|
35
35
|
var CreateTopicInput = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.80
|
|
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 CreateTopicListenerInput model module.
|
|
31
31
|
* @module model/CreateTopicListenerInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var CreateTopicListenerInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
package/dist/model/Currency.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.80
|
|
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 Currency model module.
|
|
28
28
|
* @module model/Currency
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var Currency = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -96,38 +96,38 @@ var Currency = /*#__PURE__*/function () {
|
|
|
96
96
|
this['symbol'] = symbol;
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
|
-
* @return {
|
|
99
|
+
* @return {Number}
|
|
100
100
|
*/
|
|
101
101
|
}, {
|
|
102
|
-
key: "
|
|
103
|
-
value: function
|
|
104
|
-
return this.
|
|
102
|
+
key: "getMaxSupply",
|
|
103
|
+
value: function getMaxSupply() {
|
|
104
|
+
return this.maxSupply;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
|
-
* @param {
|
|
108
|
+
* @param {Number} maxSupply
|
|
109
109
|
*/
|
|
110
110
|
}, {
|
|
111
|
-
key: "
|
|
112
|
-
value: function
|
|
113
|
-
this['
|
|
111
|
+
key: "setMaxSupply",
|
|
112
|
+
value: function setMaxSupply(maxSupply) {
|
|
113
|
+
this['maxSupply'] = maxSupply;
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
* @return {
|
|
116
|
+
* @return {Boolean}
|
|
117
117
|
*/
|
|
118
118
|
}, {
|
|
119
|
-
key: "
|
|
120
|
-
value: function
|
|
121
|
-
return this.
|
|
119
|
+
key: "getCanCashOut",
|
|
120
|
+
value: function getCanCashOut() {
|
|
121
|
+
return this.canCashOut;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
|
-
* @param {
|
|
125
|
+
* @param {Boolean} canCashOut
|
|
126
126
|
*/
|
|
127
127
|
}, {
|
|
128
|
-
key: "
|
|
129
|
-
value: function
|
|
130
|
-
this['
|
|
128
|
+
key: "setCanCashOut",
|
|
129
|
+
value: function setCanCashOut(canCashOut) {
|
|
130
|
+
this['canCashOut'] = canCashOut;
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
133
|
* @return {Object}
|
|
@@ -188,12 +188,12 @@ var Currency = /*#__PURE__*/function () {
|
|
|
188
188
|
if (data.hasOwnProperty('symbol')) {
|
|
189
189
|
obj['symbol'] = _ApiClient["default"].convertToType(data['symbol'], 'String');
|
|
190
190
|
}
|
|
191
|
-
if (data.hasOwnProperty('canCashOut')) {
|
|
192
|
-
obj['canCashOut'] = _ApiClient["default"].convertToType(data['canCashOut'], 'Boolean');
|
|
193
|
-
}
|
|
194
191
|
if (data.hasOwnProperty('maxSupply')) {
|
|
195
192
|
obj['maxSupply'] = _ApiClient["default"].convertToType(data['maxSupply'], 'Number');
|
|
196
193
|
}
|
|
194
|
+
if (data.hasOwnProperty('canCashOut')) {
|
|
195
|
+
obj['canCashOut'] = _ApiClient["default"].convertToType(data['canCashOut'], 'Boolean');
|
|
196
|
+
}
|
|
197
197
|
if (data.hasOwnProperty('data')) {
|
|
198
198
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
199
199
|
}
|
|
@@ -241,14 +241,14 @@ Currency.prototype['value'] = undefined;
|
|
|
241
241
|
Currency.prototype['symbol'] = undefined;
|
|
242
242
|
|
|
243
243
|
/**
|
|
244
|
-
* @member {
|
|
244
|
+
* @member {Number} maxSupply
|
|
245
245
|
*/
|
|
246
|
-
Currency.prototype['
|
|
246
|
+
Currency.prototype['maxSupply'] = undefined;
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
|
-
* @member {
|
|
249
|
+
* @member {Boolean} canCashOut
|
|
250
250
|
*/
|
|
251
|
-
Currency.prototype['
|
|
251
|
+
Currency.prototype['canCashOut'] = undefined;
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* @member {Object} data
|
|
@@ -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.80
|
|
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 CurrencyGrantInput model module.
|
|
31
31
|
* @module model/CurrencyGrantInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var CurrencyGrantInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.80
|
|
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 CurrencyGrantResponse model module.
|
|
31
31
|
* @module model/CurrencyGrantResponse
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var CurrencyGrantResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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.80
|
|
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 CurrencyInput model module.
|
|
31
31
|
* @module model/CurrencyInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var CurrencyInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|