@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 _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 Project model module.
|
|
28
|
+
* @module model/Project
|
|
29
|
+
* @version 0.1.80
|
|
30
|
+
*/
|
|
31
|
+
var Project = /*#__PURE__*/function () {
|
|
32
|
+
/**
|
|
33
|
+
* Constructs a new <code>Project</code>.
|
|
34
|
+
* @alias module:model/Project
|
|
35
|
+
*/
|
|
36
|
+
function Project() {
|
|
37
|
+
_classCallCheck(this, Project);
|
|
38
|
+
Project.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(Project, [{
|
|
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>Project</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/Project} obj Optional instance to populate.
|
|
124
|
+
* @return {module:model/Project} The populated <code>Project</code> instance.
|
|
125
|
+
*/
|
|
126
|
+
}, {
|
|
127
|
+
key: "constructFromObject",
|
|
128
|
+
value: function constructFromObject(data, obj) {
|
|
129
|
+
if (data) {
|
|
130
|
+
obj = obj || new Project();
|
|
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>Project</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>Project</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 Project;
|
|
167
|
+
}();
|
|
168
|
+
/**
|
|
169
|
+
* @member {Number} id
|
|
170
|
+
*/
|
|
171
|
+
Project.prototype['id'] = undefined;
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @member {String} name
|
|
175
|
+
*/
|
|
176
|
+
Project.prototype['name'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {String} description
|
|
180
|
+
*/
|
|
181
|
+
Project.prototype['description'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @member {Object} data
|
|
185
|
+
*/
|
|
186
|
+
Project.prototype['data'] = undefined;
|
|
187
|
+
var _default = exports["default"] = Project;
|
|
@@ -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 ProjectInput model module.
|
|
31
|
+
* @module model/ProjectInput
|
|
32
|
+
* @version 0.1.80
|
|
33
|
+
*/
|
|
34
|
+
var ProjectInput = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>ProjectInput</code>.
|
|
37
|
+
* @alias module:model/ProjectInput
|
|
38
|
+
* @param name {String}
|
|
39
|
+
* @param data {Object}
|
|
40
|
+
*/
|
|
41
|
+
function ProjectInput(name, data) {
|
|
42
|
+
_classCallCheck(this, ProjectInput);
|
|
43
|
+
ProjectInput.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(ProjectInput, [{
|
|
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>ProjectInput</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/ProjectInput} obj Optional instance to populate.
|
|
115
|
+
* @return {module:model/ProjectInput} The populated <code>ProjectInput</code> instance.
|
|
116
|
+
*/
|
|
117
|
+
}, {
|
|
118
|
+
key: "constructFromObject",
|
|
119
|
+
value: function constructFromObject(data, obj) {
|
|
120
|
+
if (data) {
|
|
121
|
+
obj = obj || new ProjectInput();
|
|
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>ProjectInput</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>ProjectInput</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(ProjectInput.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 ProjectInput;
|
|
170
|
+
}();
|
|
171
|
+
ProjectInput.RequiredProperties = ["name", "data"];
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @member {String} name
|
|
175
|
+
*/
|
|
176
|
+
ProjectInput.prototype['name'] = undefined;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @member {String} description
|
|
180
|
+
*/
|
|
181
|
+
ProjectInput.prototype['description'] = undefined;
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @member {Object} data
|
|
185
|
+
*/
|
|
186
|
+
ProjectInput.prototype['data'] = undefined;
|
|
187
|
+
var _default = exports["default"] = ProjectInput;
|
|
@@ -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 PropertyContainer model module.
|
|
29
29
|
* @module model/PropertyContainer
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.80
|
|
31
31
|
*/
|
|
32
32
|
var PropertyContainer = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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 PurchaseInput model module.
|
|
31
31
|
* @module model/PurchaseInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var PurchaseInput = /*#__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 PurchaseResponse model module.
|
|
31
31
|
* @module model/PurchaseResponse
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var PurchaseResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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 PurgeDataDefaultResponseValue model module.
|
|
28
28
|
* @module model/PurgeDataDefaultResponseValue
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var PurgeDataDefaultResponseValue = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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 RelationshipMapping model module.
|
|
32
32
|
* @module model/RelationshipMapping
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.80
|
|
34
34
|
*/
|
|
35
35
|
var RelationshipMapping = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -65,6 +65,23 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
65
65
|
value: function setFormat(format) {
|
|
66
66
|
this['format'] = format;
|
|
67
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* @return {Array.<module:model/GraphObjectType>}
|
|
70
|
+
*/
|
|
71
|
+
}, {
|
|
72
|
+
key: "getObjecttypes",
|
|
73
|
+
value: function getObjecttypes() {
|
|
74
|
+
return this.objecttypes;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @param {Array.<module:model/GraphObjectType>} objecttypes
|
|
79
|
+
*/
|
|
80
|
+
}, {
|
|
81
|
+
key: "setObjecttypes",
|
|
82
|
+
value: function setObjecttypes(objecttypes) {
|
|
83
|
+
this['objecttypes'] = objecttypes;
|
|
84
|
+
}
|
|
68
85
|
/**
|
|
69
86
|
* @return {String}
|
|
70
87
|
*/
|
|
@@ -99,23 +116,6 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
99
116
|
value: function setLookupdatafield(lookupdatafield) {
|
|
100
117
|
this['lookupdatafield'] = lookupdatafield;
|
|
101
118
|
}
|
|
102
|
-
/**
|
|
103
|
-
* @return {Array.<module:model/GraphObjectType>}
|
|
104
|
-
*/
|
|
105
|
-
}, {
|
|
106
|
-
key: "getObjecttypes",
|
|
107
|
-
value: function getObjecttypes() {
|
|
108
|
-
return this.objecttypes;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* @param {Array.<module:model/GraphObjectType>} objecttypes
|
|
113
|
-
*/
|
|
114
|
-
}, {
|
|
115
|
-
key: "setObjecttypes",
|
|
116
|
-
value: function setObjecttypes(objecttypes) {
|
|
117
|
-
this['objecttypes'] = objecttypes;
|
|
118
|
-
}
|
|
119
119
|
}], [{
|
|
120
120
|
key: "initialize",
|
|
121
121
|
value: function initialize(obj) {}
|
|
@@ -135,15 +135,15 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
135
135
|
if (data.hasOwnProperty('format')) {
|
|
136
136
|
obj['format'] = _ApiClient["default"].convertToType(data['format'], 'String');
|
|
137
137
|
}
|
|
138
|
+
if (data.hasOwnProperty('objecttypes')) {
|
|
139
|
+
obj['objecttypes'] = _ApiClient["default"].convertToType(data['objecttypes'], [_GraphObjectType["default"]]);
|
|
140
|
+
}
|
|
138
141
|
if (data.hasOwnProperty('sheetprop')) {
|
|
139
142
|
obj['sheetprop'] = _ApiClient["default"].convertToType(data['sheetprop'], 'String');
|
|
140
143
|
}
|
|
141
144
|
if (data.hasOwnProperty('lookupdatafield')) {
|
|
142
145
|
obj['lookupdatafield'] = _ApiClient["default"].convertToType(data['lookupdatafield'], 'String');
|
|
143
146
|
}
|
|
144
|
-
if (data.hasOwnProperty('objecttypes')) {
|
|
145
|
-
obj['objecttypes'] = _ApiClient["default"].convertToType(data['objecttypes'], [_GraphObjectType["default"]]);
|
|
146
|
-
}
|
|
147
147
|
}
|
|
148
148
|
return obj;
|
|
149
149
|
}
|
|
@@ -160,14 +160,6 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
160
160
|
if (data['format'] && !(typeof data['format'] === 'string' || data['format'] instanceof String)) {
|
|
161
161
|
throw new Error("Expected the field `format` to be a primitive type in the JSON string but got " + data['format']);
|
|
162
162
|
}
|
|
163
|
-
// ensure the json data is a string
|
|
164
|
-
if (data['sheetprop'] && !(typeof data['sheetprop'] === 'string' || data['sheetprop'] instanceof String)) {
|
|
165
|
-
throw new Error("Expected the field `sheetprop` to be a primitive type in the JSON string but got " + data['sheetprop']);
|
|
166
|
-
}
|
|
167
|
-
// ensure the json data is a string
|
|
168
|
-
if (data['lookupdatafield'] && !(typeof data['lookupdatafield'] === 'string' || data['lookupdatafield'] instanceof String)) {
|
|
169
|
-
throw new Error("Expected the field `lookupdatafield` to be a primitive type in the JSON string but got " + data['lookupdatafield']);
|
|
170
|
-
}
|
|
171
163
|
if (data['objecttypes']) {
|
|
172
164
|
// data not null
|
|
173
165
|
// ensure the json data is an array
|
|
@@ -189,6 +181,14 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
189
181
|
}
|
|
190
182
|
;
|
|
191
183
|
}
|
|
184
|
+
// ensure the json data is a string
|
|
185
|
+
if (data['sheetprop'] && !(typeof data['sheetprop'] === 'string' || data['sheetprop'] instanceof String)) {
|
|
186
|
+
throw new Error("Expected the field `sheetprop` to be a primitive type in the JSON string but got " + data['sheetprop']);
|
|
187
|
+
}
|
|
188
|
+
// ensure the json data is a string
|
|
189
|
+
if (data['lookupdatafield'] && !(typeof data['lookupdatafield'] === 'string' || data['lookupdatafield'] instanceof String)) {
|
|
190
|
+
throw new Error("Expected the field `lookupdatafield` to be a primitive type in the JSON string but got " + data['lookupdatafield']);
|
|
191
|
+
}
|
|
192
192
|
return true;
|
|
193
193
|
}
|
|
194
194
|
}]);
|
|
@@ -199,6 +199,11 @@ var RelationshipMapping = /*#__PURE__*/function () {
|
|
|
199
199
|
*/
|
|
200
200
|
RelationshipMapping.prototype['format'] = undefined;
|
|
201
201
|
|
|
202
|
+
/**
|
|
203
|
+
* @member {Array.<module:model/GraphObjectType>} objecttypes
|
|
204
|
+
*/
|
|
205
|
+
RelationshipMapping.prototype['objecttypes'] = undefined;
|
|
206
|
+
|
|
202
207
|
/**
|
|
203
208
|
* @member {String} sheetprop
|
|
204
209
|
*/
|
|
@@ -209,11 +214,6 @@ RelationshipMapping.prototype['sheetprop'] = undefined;
|
|
|
209
214
|
*/
|
|
210
215
|
RelationshipMapping.prototype['lookupdatafield'] = undefined;
|
|
211
216
|
|
|
212
|
-
/**
|
|
213
|
-
* @member {Array.<module:model/GraphObjectType>} objecttypes
|
|
214
|
-
*/
|
|
215
|
-
RelationshipMapping.prototype['objecttypes'] = undefined;
|
|
216
|
-
|
|
217
217
|
/**
|
|
218
218
|
* Allowed values for the <code>format</code> property.
|
|
219
219
|
* @enum {String}
|
|
@@ -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 RestApplicationInput model module.
|
|
31
31
|
* @module model/RestApplicationInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var RestApplicationInput = /*#__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 RestApplicationResponse model module.
|
|
31
31
|
* @module model/RestApplicationResponse
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var RestApplicationResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -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 ScreenSchema model module.
|
|
30
30
|
* @module model/ScreenSchema
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.80
|
|
32
32
|
*/
|
|
33
33
|
var ScreenSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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 SimulcastInfo model module.
|
|
28
28
|
* @module model/SimulcastInfo
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var SimulcastInfo = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/SiteInput.js
CHANGED
|
@@ -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 SiteInput model module.
|
|
31
31
|
* @module model/SiteInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var SiteInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|