@gobodo/gobodo-api 0.1.58 → 0.1.59
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 +13 -3
- package/dist/ApiClient.js +20 -21
- package/dist/api/ActionTypesApi.js +19 -20
- package/dist/api/AdCampaignsApi.js +19 -20
- package/dist/api/AdManagementApi.js +19 -20
- package/dist/api/AdminDataManagementApi.js +19 -20
- package/dist/api/AdsApi.js +19 -20
- package/dist/api/AttachmentsApi.js +19 -20
- package/dist/api/AuthenticationApi.js +55 -20
- package/dist/api/CategoriesApi.js +19 -20
- package/dist/api/CommentsApi.js +19 -20
- package/dist/api/ContentManagementApi.js +20 -21
- package/dist/api/ConversationsApi.js +19 -20
- package/dist/api/DataSheetImportsApi.js +19 -20
- package/dist/api/DefaultApi.js +19 -20
- package/dist/api/DocumentsApi.js +20 -21
- package/dist/api/EmailsApi.js +19 -20
- package/dist/api/EntryPartsApi.js +19 -20
- package/dist/api/FacebookApi.js +19 -20
- package/dist/api/FieldsApi.js +19 -20
- package/dist/api/FilesApi.js +19 -20
- package/dist/api/FormsApi.js +19 -20
- package/dist/api/FunctionsApi.js +148 -21
- package/dist/api/GeocodeApi.js +19 -20
- package/dist/api/GoogleApi.js +19 -20
- package/dist/api/GraphActionTypesApi.js +19 -20
- package/dist/api/GraphActionsApi.js +19 -20
- package/dist/api/GraphObjectTypesApi.js +19 -20
- package/dist/api/GraphObjectsApi.js +19 -20
- package/dist/api/GraphRelationshipTypesApi.js +19 -20
- package/dist/api/GraphRelationshipsApi.js +19 -20
- package/dist/api/GraphSchemasApi.js +19 -20
- package/dist/api/GraphTraversalApi.js +19 -20
- package/dist/api/GraphsApi.js +19 -20
- package/dist/api/GroupsApi.js +19 -20
- package/dist/api/IAMApi.js +19 -20
- package/dist/api/ImagesApi.js +19 -20
- package/dist/api/InvitesApi.js +19 -20
- package/dist/api/LikesApi.js +19 -20
- package/dist/api/LinkedINApi.js +19 -20
- package/dist/api/LiveMeetingsApi.js +19 -20
- package/dist/api/MeetingEventsApi.js +19 -20
- package/dist/api/NotificationsApi.js +20 -21
- package/dist/api/PagesApi.js +19 -20
- package/dist/api/PhoneNumbersApi.js +19 -20
- package/dist/api/PostsApi.js +19 -20
- package/dist/api/PrivateMessagesApi.js +19 -20
- package/dist/api/PublicationsApi.js +19 -20
- package/dist/api/ScreensApi.js +19 -20
- package/dist/api/SocialIntegrationApi.js +19 -20
- package/dist/api/StripeAccountsApi.js +19 -20
- package/dist/api/TagsApi.js +19 -20
- package/dist/api/TemplatesApi.js +19 -20
- package/dist/api/ThemeMappingsApi.js +19 -20
- package/dist/api/TopicsApi.js +19 -20
- package/dist/api/TransactionsApi.js +19 -20
- package/dist/api/TwitterApi.js +19 -20
- package/dist/api/UserTagsApi.js +19 -20
- package/dist/api/UsersApi.js +19 -20
- package/dist/api/UtilsApi.js +19 -20
- package/dist/api/VideosApi.js +19 -20
- package/dist/index.js +50 -1
- package/dist/model/APIClient.js +19 -20
- package/dist/model/AccountSessionInput.js +19 -20
- package/dist/model/AccountSessionResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponse.js +19 -20
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +22 -23
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +19 -20
- package/dist/model/Article.js +19 -20
- package/dist/model/AuthResponse.js +19 -20
- package/dist/model/AwsSettings.js +140 -0
- package/dist/model/Balance.js +22 -23
- package/dist/model/BalanceDetails.js +19 -20
- package/dist/model/BalanceResponse.js +19 -20
- package/dist/model/BankAccountInfo.js +19 -20
- package/dist/model/CardInfo.js +19 -20
- package/dist/model/Comment.js +31 -32
- package/dist/model/Coordinates.js +19 -20
- package/dist/model/CreateAccountResponse.js +19 -20
- package/dist/model/CreateFunctionInput.js +22 -23
- package/dist/model/CreateStripeAccountInput.js +19 -20
- package/dist/model/CreateStripeCustomerInput.js +19 -20
- package/dist/model/CreateTopicInput.js +22 -23
- package/dist/model/CreateTopicListenerInput.js +22 -23
- package/dist/model/CustomerResponse.js +19 -20
- package/dist/model/DataObject.js +19 -20
- package/dist/model/DataSheetImport.js +19 -20
- package/dist/model/DataSheetImportPrivacySettings.js +19 -20
- package/dist/model/DataSheetImportSummary.js +22 -23
- package/dist/model/DeviceRegistrationRequest.js +22 -23
- package/dist/model/Document.js +22 -23
- package/dist/model/DocumentPart.js +22 -23
- package/dist/model/DocumentPartType.js +19 -20
- package/dist/model/DocumentType.js +33 -34
- package/dist/model/EmailAddress.js +19 -20
- package/dist/model/FieldMapping.js +19 -20
- package/dist/model/Fields.js +19 -20
- package/dist/model/File.js +19 -20
- package/dist/model/FileAttachmentUploadObject.js +19 -20
- package/dist/model/Filter.js +19 -20
- package/dist/model/FilterManager.js +22 -23
- package/dist/model/Form.js +22 -23
- package/dist/model/FormSection.js +22 -23
- package/dist/model/FormSubmission.js +31 -32
- package/dist/model/FunctionConfigInput.js +64 -23
- package/dist/model/FunctionEnvironmentConfig.js +22 -23
- package/dist/model/FunctionInput.js +190 -0
- package/dist/model/FunctionOutput.js +182 -0
- package/dist/model/Geocode.js +19 -20
- package/dist/model/GeocodePayload.js +19 -20
- package/dist/model/GeolocationInput.js +22 -23
- package/dist/model/GetFunctionConfig.js +22 -23
- package/dist/model/GetFunctionEnvironmentConfig.js +22 -23
- package/dist/model/GetFunctionResponse.js +22 -23
- package/dist/model/GoogleCloudSettings.js +126 -0
- package/dist/model/Graph.js +26 -27
- package/dist/model/GraphAction.js +19 -20
- package/dist/model/GraphDatabaseService.js +19 -20
- package/dist/model/GraphGeocode.js +19 -20
- package/dist/model/GraphIteratorEntryPart.js +22 -23
- package/dist/model/GraphObject.js +19 -20
- package/dist/model/GraphObjectPayload.js +22 -23
- package/dist/model/GraphObjectSchema.js +28 -29
- package/dist/model/GraphObjectType.js +19 -20
- package/dist/model/GraphObjectTypeSchema.js +22 -23
- package/dist/model/GraphOwner.js +19 -20
- package/dist/model/GraphRelationship.js +19 -20
- package/dist/model/GraphRelationshipPayload.js +19 -20
- package/dist/model/GraphRelationshipType.js +31 -32
- package/dist/model/GraphSchema.js +47 -48
- package/dist/model/GraphTraversalInput.js +19 -20
- package/dist/model/Image.js +27 -28
- package/dist/model/ImageUploadObject.js +27 -28
- package/dist/model/InputPart.js +19 -20
- package/dist/model/InputPartMediaType.js +19 -20
- package/dist/model/KafkaSettings.js +150 -0
- package/dist/model/Link.js +19 -20
- package/dist/model/LiveStreamInfo.js +19 -20
- package/dist/model/MeetingEvent.js +26 -27
- package/dist/model/MeetingEventTimezone.js +19 -20
- package/dist/model/MeetingInfo.js +19 -20
- package/dist/model/Member.js +19 -20
- package/dist/model/MemberGroupCategory.js +19 -20
- package/dist/model/MemberList.js +32 -34
- package/dist/model/MessageGroup.js +19 -20
- package/dist/model/MultipartBody.js +19 -20
- package/dist/model/NotificationInput.js +22 -23
- package/dist/model/NotificationResponse.js +36 -27
- package/dist/model/Objecttype.js +22 -23
- package/dist/model/OutParameter.js +126 -0
- package/dist/model/Page.js +26 -27
- package/dist/model/PageSchema.js +19 -20
- package/dist/model/Pageable.js +19 -20
- package/dist/model/Parameter.js +126 -0
- package/dist/model/Path.js +22 -23
- package/dist/model/PaymentAccountObject.js +19 -20
- package/dist/model/PaymentIntentInput.js +19 -20
- package/dist/model/PaymentIntentResponse.js +19 -20
- package/dist/model/PaymentMethod.js +26 -27
- package/dist/model/PaymentMethodInput.js +19 -20
- package/dist/model/PaymentMethodResponse.js +19 -20
- package/dist/model/PaymentMethodsResponse.js +22 -23
- package/dist/model/Payout.js +19 -20
- package/dist/model/PayoutInput.js +22 -23
- package/dist/model/PayoutResponse.js +19 -20
- package/dist/model/PhoneNumber.js +19 -20
- package/dist/model/Post.js +19 -20
- package/dist/model/PrivateMessage.js +19 -20
- package/dist/model/PrivateMessageConversation.js +32 -33
- package/dist/model/PrivateMessageConversationSchema.js +22 -23
- package/dist/model/Profile.js +19 -20
- package/dist/model/Profiletype.js +22 -23
- package/dist/model/PropertyContainer.js +19 -20
- package/dist/model/PurgeDataDefaultResponseValue.js +19 -20
- package/dist/model/RelationshipMapping.js +22 -23
- package/dist/model/ScreenSchema.js +19 -20
- package/dist/model/SimulcastInfo.js +19 -20
- package/dist/model/SkinField.js +19 -20
- package/dist/model/SocialGroup.js +27 -28
- package/dist/model/SocialGroupType.js +19 -20
- package/dist/model/Sort.js +19 -20
- package/dist/model/SourceTypes.js +19 -20
- package/dist/model/StatusUpdate.js +19 -20
- package/dist/model/StreetAddress.js +19 -20
- package/dist/model/StripeAccount.js +19 -20
- package/dist/model/StripeCustomerAccount.js +19 -20
- package/dist/model/Template.js +27 -28
- package/dist/model/TemplateSchema.js +27 -28
- package/dist/model/ThemeMapping.js +19 -20
- package/dist/model/ThemeMappingPayload.js +19 -20
- package/dist/model/TopicInfoResponse.js +22 -23
- package/dist/model/TopicMessageInput.js +22 -23
- package/dist/model/TopicSubscriptionResponse.js +22 -23
- package/dist/model/Transaction.js +19 -20
- package/dist/model/Transfer.js +19 -20
- package/dist/model/TransferInput.js +22 -23
- package/dist/model/TransferResponse.js +19 -20
- package/dist/model/TransferResponsePaymentMethodDetails.js +19 -20
- package/dist/model/TraversalRelationResponse.js +22 -23
- package/dist/model/User.js +19 -20
- package/dist/model/UserDataPayload.js +19 -20
- package/dist/model/UserDomain.js +19 -20
- package/dist/model/UserInvite.js +19 -20
- package/dist/model/UserInviteInput.js +19 -20
- package/dist/model/UserSchema.js +19 -20
- package/dist/model/UserTag.js +19 -20
- package/dist/model/Userid.js +19 -20
- package/dist/model/Video.js +19 -20
- package/dist/model/VideoLiveUrl.js +30 -31
- package/dist/model/VideoSchema.js +19 -20
- package/dist/model/VideoUploadObject.js +19 -20
- package/dist/model/ZeusPortalCategory.js +19 -20
- package/package.json +3 -1
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +0 -135
- package/dist/model/InputPartHeaders.js +0 -88
- package/dist/model/Notification.js +0 -210
- package/dist/model/PurgeDataDefaultResponse.js +0 -144
|
@@ -8,28 +8,28 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _Member = _interopRequireDefault(require("./Member"));
|
|
9
9
|
var _Template = _interopRequireDefault(require("./Template"));
|
|
10
10
|
var _User = _interopRequireDefault(require("./User"));
|
|
11
|
-
function _interopRequireDefault(
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
12
|
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); }
|
|
13
|
-
function _classCallCheck(
|
|
14
|
-
function _defineProperties(
|
|
15
|
-
function _createClass(
|
|
16
|
-
function _toPropertyKey(
|
|
17
|
-
function _toPrimitive(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
13
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
15
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : 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.59
|
|
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
29
|
/**
|
|
30
30
|
* The GraphSchema model module.
|
|
31
31
|
* @module model/GraphSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.59
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -46,7 +46,7 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
46
46
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
47
47
|
* Only for internal use.
|
|
48
48
|
*/
|
|
49
|
-
_createClass(GraphSchema, null, [{
|
|
49
|
+
return _createClass(GraphSchema, null, [{
|
|
50
50
|
key: "initialize",
|
|
51
51
|
value: function initialize(obj) {}
|
|
52
52
|
|
|
@@ -92,18 +92,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
92
92
|
if (data.hasOwnProperty('administrators')) {
|
|
93
93
|
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
94
94
|
}
|
|
95
|
-
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
96
|
-
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
97
|
-
}
|
|
98
|
-
if (data.hasOwnProperty('schemaLocked')) {
|
|
99
|
-
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
100
|
-
}
|
|
101
|
-
if (data.hasOwnProperty('schemaCreator')) {
|
|
102
|
-
obj['schemaCreator'] = _Member["default"].constructFromObject(data['schemaCreator']);
|
|
103
|
-
}
|
|
104
|
-
if (data.hasOwnProperty('workflows')) {
|
|
105
|
-
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
106
|
-
}
|
|
107
95
|
if (data.hasOwnProperty('pastVersions')) {
|
|
108
96
|
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
109
97
|
}
|
|
@@ -116,6 +104,18 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
116
104
|
if (data.hasOwnProperty('schemaConfig')) {
|
|
117
105
|
obj['schemaConfig'] = _ApiClient["default"].convertToType(data['schemaConfig'], Object);
|
|
118
106
|
}
|
|
107
|
+
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
108
|
+
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
109
|
+
}
|
|
110
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
111
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
112
|
+
}
|
|
113
|
+
if (data.hasOwnProperty('schemaCreator')) {
|
|
114
|
+
obj['schemaCreator'] = _Member["default"].constructFromObject(data['schemaCreator']);
|
|
115
|
+
}
|
|
116
|
+
if (data.hasOwnProperty('workflows')) {
|
|
117
|
+
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
118
|
+
}
|
|
119
119
|
if (data.hasOwnProperty('modificationdate')) {
|
|
120
120
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
121
121
|
}
|
|
@@ -172,7 +172,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
172
172
|
return true;
|
|
173
173
|
}
|
|
174
174
|
}]);
|
|
175
|
-
return GraphSchema;
|
|
176
175
|
}();
|
|
177
176
|
/**
|
|
178
177
|
* @member {String} name
|
|
@@ -226,44 +225,44 @@ GraphSchema.prototype['template'] = undefined;
|
|
|
226
225
|
GraphSchema.prototype['administrators'] = undefined;
|
|
227
226
|
|
|
228
227
|
/**
|
|
229
|
-
* @member {Object}
|
|
228
|
+
* @member {Object} pastVersions
|
|
230
229
|
*/
|
|
231
|
-
GraphSchema.prototype['
|
|
230
|
+
GraphSchema.prototype['pastVersions'] = undefined;
|
|
232
231
|
|
|
233
232
|
/**
|
|
234
|
-
* @member {
|
|
233
|
+
* @member {Object} futureVersions
|
|
235
234
|
*/
|
|
236
|
-
GraphSchema.prototype['
|
|
235
|
+
GraphSchema.prototype['futureVersions'] = undefined;
|
|
237
236
|
|
|
238
237
|
/**
|
|
239
|
-
* @member {
|
|
238
|
+
* @member {Object} allVersions
|
|
240
239
|
*/
|
|
241
|
-
GraphSchema.prototype['
|
|
240
|
+
GraphSchema.prototype['allVersions'] = undefined;
|
|
242
241
|
|
|
243
242
|
/**
|
|
244
|
-
* @member {Object}
|
|
243
|
+
* @member {Object} schemaConfig
|
|
245
244
|
*/
|
|
246
|
-
GraphSchema.prototype['
|
|
245
|
+
GraphSchema.prototype['schemaConfig'] = undefined;
|
|
247
246
|
|
|
248
247
|
/**
|
|
249
|
-
* @member {Object}
|
|
248
|
+
* @member {Object} objectTypeDefinitions
|
|
250
249
|
*/
|
|
251
|
-
GraphSchema.prototype['
|
|
250
|
+
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
252
251
|
|
|
253
252
|
/**
|
|
254
|
-
* @member {
|
|
253
|
+
* @member {Boolean} schemaLocked
|
|
255
254
|
*/
|
|
256
|
-
GraphSchema.prototype['
|
|
255
|
+
GraphSchema.prototype['schemaLocked'] = undefined;
|
|
257
256
|
|
|
258
257
|
/**
|
|
259
|
-
* @member {
|
|
258
|
+
* @member {module:model/Member} schemaCreator
|
|
260
259
|
*/
|
|
261
|
-
GraphSchema.prototype['
|
|
260
|
+
GraphSchema.prototype['schemaCreator'] = undefined;
|
|
262
261
|
|
|
263
262
|
/**
|
|
264
|
-
* @member {Object}
|
|
263
|
+
* @member {Object} workflows
|
|
265
264
|
*/
|
|
266
|
-
GraphSchema.prototype['
|
|
265
|
+
GraphSchema.prototype['workflows'] = undefined;
|
|
267
266
|
|
|
268
267
|
/**
|
|
269
268
|
* The modification date of this entity
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _GeolocationInput = _interopRequireDefault(require("./GeolocationInput"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
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); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* The GraphTraversalInput model module.
|
|
29
29
|
* @module model/GraphTraversalInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -44,7 +44,7 @@ var GraphTraversalInput = /*#__PURE__*/function () {
|
|
|
44
44
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
45
45
|
* Only for internal use.
|
|
46
46
|
*/
|
|
47
|
-
_createClass(GraphTraversalInput, null, [{
|
|
47
|
+
return _createClass(GraphTraversalInput, null, [{
|
|
48
48
|
key: "initialize",
|
|
49
49
|
value: function initialize(obj) {}
|
|
50
50
|
|
|
@@ -279,7 +279,6 @@ var GraphTraversalInput = /*#__PURE__*/function () {
|
|
|
279
279
|
return true;
|
|
280
280
|
}
|
|
281
281
|
}]);
|
|
282
|
-
return GraphTraversalInput;
|
|
283
282
|
}();
|
|
284
283
|
/**
|
|
285
284
|
* @member {Number} graphId
|
package/dist/model/Image.js
CHANGED
|
@@ -5,28 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
9
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(
|
|
11
|
-
function _defineProperties(
|
|
12
|
-
function _createClass(
|
|
13
|
-
function _toPropertyKey(
|
|
14
|
-
function _toPrimitive(
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
10
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
11
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
12
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : 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.59
|
|
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
26
|
/**
|
|
27
27
|
* The Image model module.
|
|
28
28
|
* @module model/Image
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.59
|
|
30
30
|
*/
|
|
31
31
|
var Image = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -43,7 +43,7 @@ var Image = /*#__PURE__*/function () {
|
|
|
43
43
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
44
44
|
* Only for internal use.
|
|
45
45
|
*/
|
|
46
|
-
_createClass(Image, null, [{
|
|
46
|
+
return _createClass(Image, null, [{
|
|
47
47
|
key: "initialize",
|
|
48
48
|
value: function initialize(obj) {}
|
|
49
49
|
|
|
@@ -86,15 +86,15 @@ var Image = /*#__PURE__*/function () {
|
|
|
86
86
|
if (data.hasOwnProperty('height')) {
|
|
87
87
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
88
88
|
}
|
|
89
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
90
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
91
|
-
}
|
|
92
89
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
93
90
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
94
91
|
}
|
|
95
92
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
96
93
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
97
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
96
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
97
|
+
}
|
|
98
98
|
if (data.hasOwnProperty('data')) {
|
|
99
99
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
100
100
|
}
|
|
@@ -136,7 +136,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
136
136
|
return true;
|
|
137
137
|
}
|
|
138
138
|
}]);
|
|
139
|
-
return Image;
|
|
140
139
|
}();
|
|
141
140
|
/**
|
|
142
141
|
* @member {String} name
|
|
@@ -183,11 +182,6 @@ Image.prototype['width'] = undefined;
|
|
|
183
182
|
*/
|
|
184
183
|
Image.prototype['height'] = undefined;
|
|
185
184
|
|
|
186
|
-
/**
|
|
187
|
-
* @member {String} formattedname
|
|
188
|
-
*/
|
|
189
|
-
Image.prototype['formattedname'] = undefined;
|
|
190
|
-
|
|
191
185
|
/**
|
|
192
186
|
* @member {Number} containerObjectType
|
|
193
187
|
*/
|
|
@@ -198,6 +192,11 @@ Image.prototype['containerObjectType'] = undefined;
|
|
|
198
192
|
*/
|
|
199
193
|
Image.prototype['containerObjectID'] = undefined;
|
|
200
194
|
|
|
195
|
+
/**
|
|
196
|
+
* @member {String} formattedname
|
|
197
|
+
*/
|
|
198
|
+
Image.prototype['formattedname'] = undefined;
|
|
199
|
+
|
|
201
200
|
/**
|
|
202
201
|
* @member {Object} data
|
|
203
202
|
*/
|
|
@@ -5,28 +5,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
9
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(
|
|
11
|
-
function _defineProperties(
|
|
12
|
-
function _createClass(
|
|
13
|
-
function _toPropertyKey(
|
|
14
|
-
function _toPrimitive(
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
10
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
11
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
12
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : 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.59
|
|
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
26
|
/**
|
|
27
27
|
* The ImageUploadObject model module.
|
|
28
28
|
* @module model/ImageUploadObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.59
|
|
30
30
|
*/
|
|
31
31
|
var ImageUploadObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -43,7 +43,7 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
43
43
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
44
44
|
* Only for internal use.
|
|
45
45
|
*/
|
|
46
|
-
_createClass(ImageUploadObject, null, [{
|
|
46
|
+
return _createClass(ImageUploadObject, null, [{
|
|
47
47
|
key: "initialize",
|
|
48
48
|
value: function initialize(obj) {}
|
|
49
49
|
|
|
@@ -86,15 +86,15 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
86
86
|
if (data.hasOwnProperty('height')) {
|
|
87
87
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
88
88
|
}
|
|
89
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
90
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
91
|
-
}
|
|
92
89
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
93
90
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
94
91
|
}
|
|
95
92
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
96
93
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
97
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
96
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
97
|
+
}
|
|
98
98
|
if (data.hasOwnProperty('data')) {
|
|
99
99
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
100
100
|
}
|
|
@@ -136,7 +136,6 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
136
136
|
return true;
|
|
137
137
|
}
|
|
138
138
|
}]);
|
|
139
|
-
return ImageUploadObject;
|
|
140
139
|
}();
|
|
141
140
|
/**
|
|
142
141
|
* @member {String} name
|
|
@@ -183,11 +182,6 @@ ImageUploadObject.prototype['width'] = undefined;
|
|
|
183
182
|
*/
|
|
184
183
|
ImageUploadObject.prototype['height'] = undefined;
|
|
185
184
|
|
|
186
|
-
/**
|
|
187
|
-
* @member {String} formattedname
|
|
188
|
-
*/
|
|
189
|
-
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
190
|
-
|
|
191
185
|
/**
|
|
192
186
|
* @member {Number} containerObjectType
|
|
193
187
|
*/
|
|
@@ -198,6 +192,11 @@ ImageUploadObject.prototype['containerObjectType'] = undefined;
|
|
|
198
192
|
*/
|
|
199
193
|
ImageUploadObject.prototype['containerObjectID'] = undefined;
|
|
200
194
|
|
|
195
|
+
/**
|
|
196
|
+
* @member {String} formattedname
|
|
197
|
+
*/
|
|
198
|
+
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
199
|
+
|
|
201
200
|
/**
|
|
202
201
|
* @member {Object} data
|
|
203
202
|
*/
|
package/dist/model/InputPart.js
CHANGED
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports["default"] = void 0;
|
|
7
7
|
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
8
|
var _InputPartMediaType = _interopRequireDefault(require("./InputPartMediaType"));
|
|
9
|
-
function _interopRequireDefault(
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
10
10
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
11
|
-
function _classCallCheck(
|
|
12
|
-
function _defineProperties(
|
|
13
|
-
function _createClass(
|
|
14
|
-
function _toPropertyKey(
|
|
15
|
-
function _toPrimitive(
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
11
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
12
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
13
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
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); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.59
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
27
|
/**
|
|
28
28
|
* The InputPart model module.
|
|
29
29
|
* @module model/InputPart
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.59
|
|
31
31
|
*/
|
|
32
32
|
var InputPart = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -44,7 +44,7 @@ var InputPart = /*#__PURE__*/function () {
|
|
|
44
44
|
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
45
45
|
* Only for internal use.
|
|
46
46
|
*/
|
|
47
|
-
_createClass(InputPart, null, [{
|
|
47
|
+
return _createClass(InputPart, null, [{
|
|
48
48
|
key: "initialize",
|
|
49
49
|
value: function initialize(obj) {}
|
|
50
50
|
|
|
@@ -98,7 +98,6 @@ var InputPart = /*#__PURE__*/function () {
|
|
|
98
98
|
return true;
|
|
99
99
|
}
|
|
100
100
|
}]);
|
|
101
|
-
return InputPart;
|
|
102
101
|
}();
|
|
103
102
|
/**
|
|
104
103
|
* @member {Boolean} contentTypeFromMessage
|