@gobodo/gobodo-api 0.1.58 → 0.1.60
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 +15 -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 +136 -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 +26 -27
- package/dist/model/AuthResponse.js +19 -20
- package/dist/model/AwsSettings.js +140 -0
- package/dist/model/Balance.js +57 -58
- 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 +30 -31
- 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 +29 -30
- package/dist/model/DocumentPart.js +22 -23
- package/dist/model/DocumentPartType.js +26 -27
- package/dist/model/DocumentType.js +26 -27
- package/dist/model/EmailAddress.js +19 -20
- package/dist/model/FieldMapping.js +19 -20
- package/dist/model/Fields.js +26 -27
- package/dist/model/File.js +31 -32
- package/dist/model/FileAttachmentUploadObject.js +31 -32
- package/dist/model/Filter.js +19 -20
- package/dist/model/FilterManager.js +22 -23
- package/dist/model/Form.js +33 -34
- 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 +19 -20
- 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 +19 -20
- package/dist/model/GraphSchema.js +19 -20
- package/dist/model/GraphTraversalInput.js +19 -20
- package/dist/model/Image.js +39 -40
- package/dist/model/ImageUploadObject.js +39 -40
- package/dist/model/InputPart.js +29 -30
- 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 +26 -27
- 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 +19 -20
- package/dist/model/PageSchema.js +30 -31
- 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 +19 -20
- 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 +26 -27
- package/dist/model/SocialGroup.js +19 -20
- 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 +19 -20
- package/dist/model/TemplateSchema.js +19 -20
- package/dist/model/ThemeMapping.js +26 -27
- 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 +26 -27
- package/dist/model/UserDataPayload.js +26 -27
- 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 +26 -27
- package/dist/model/UserTag.js +19 -20
- package/dist/model/Userid.js +19 -20
- package/dist/model/Video.js +31 -32
- package/dist/model/VideoLiveUrl.js +19 -20
- package/dist/model/VideoSchema.js +31 -32
- package/dist/model/VideoUploadObject.js +31 -32
- package/dist/model/ZeusPortalCategory.js +19 -20
- package/package.json +1 -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
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.60
|
|
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.60
|
|
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
|
|
|
@@ -68,9 +68,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('content')) {
|
|
69
69
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
70
70
|
}
|
|
71
|
-
if (data.hasOwnProperty('contenttype')) {
|
|
72
|
-
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
73
|
-
}
|
|
74
71
|
if (data.hasOwnProperty('description')) {
|
|
75
72
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
76
73
|
}
|
|
@@ -86,15 +83,18 @@ var Image = /*#__PURE__*/function () {
|
|
|
86
83
|
if (data.hasOwnProperty('height')) {
|
|
87
84
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
88
85
|
}
|
|
89
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
90
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
91
|
-
}
|
|
92
86
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
93
87
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
94
88
|
}
|
|
95
89
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
96
90
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
97
91
|
}
|
|
92
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
93
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
94
|
+
}
|
|
95
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
96
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
97
|
+
}
|
|
98
98
|
if (data.hasOwnProperty('data')) {
|
|
99
99
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
100
100
|
}
|
|
@@ -118,10 +118,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
118
118
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
119
119
|
}
|
|
120
120
|
// ensure the json data is a string
|
|
121
|
-
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
122
|
-
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
123
|
-
}
|
|
124
|
-
// ensure the json data is a string
|
|
125
121
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
126
122
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
127
123
|
}
|
|
@@ -133,10 +129,13 @@ var Image = /*#__PURE__*/function () {
|
|
|
133
129
|
if (data['formattedname'] && !(typeof data['formattedname'] === 'string' || data['formattedname'] instanceof String)) {
|
|
134
130
|
throw new Error("Expected the field `formattedname` to be a primitive type in the JSON string but got " + data['formattedname']);
|
|
135
131
|
}
|
|
132
|
+
// ensure the json data is a string
|
|
133
|
+
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
134
|
+
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
135
|
+
}
|
|
136
136
|
return true;
|
|
137
137
|
}
|
|
138
138
|
}]);
|
|
139
|
-
return Image;
|
|
140
139
|
}();
|
|
141
140
|
/**
|
|
142
141
|
* @member {String} name
|
|
@@ -153,11 +152,6 @@ Image.prototype['size'] = undefined;
|
|
|
153
152
|
*/
|
|
154
153
|
Image.prototype['content'] = undefined;
|
|
155
154
|
|
|
156
|
-
/**
|
|
157
|
-
* @member {String} contenttype
|
|
158
|
-
*/
|
|
159
|
-
Image.prototype['contenttype'] = undefined;
|
|
160
|
-
|
|
161
155
|
/**
|
|
162
156
|
* @member {String} description
|
|
163
157
|
*/
|
|
@@ -183,11 +177,6 @@ Image.prototype['width'] = undefined;
|
|
|
183
177
|
*/
|
|
184
178
|
Image.prototype['height'] = undefined;
|
|
185
179
|
|
|
186
|
-
/**
|
|
187
|
-
* @member {String} formattedname
|
|
188
|
-
*/
|
|
189
|
-
Image.prototype['formattedname'] = undefined;
|
|
190
|
-
|
|
191
180
|
/**
|
|
192
181
|
* @member {Number} containerObjectType
|
|
193
182
|
*/
|
|
@@ -198,6 +187,16 @@ Image.prototype['containerObjectType'] = undefined;
|
|
|
198
187
|
*/
|
|
199
188
|
Image.prototype['containerObjectID'] = undefined;
|
|
200
189
|
|
|
190
|
+
/**
|
|
191
|
+
* @member {String} formattedname
|
|
192
|
+
*/
|
|
193
|
+
Image.prototype['formattedname'] = undefined;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @member {String} contenttype
|
|
197
|
+
*/
|
|
198
|
+
Image.prototype['contenttype'] = 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.60
|
|
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.60
|
|
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
|
|
|
@@ -68,9 +68,6 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('content')) {
|
|
69
69
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
70
70
|
}
|
|
71
|
-
if (data.hasOwnProperty('contenttype')) {
|
|
72
|
-
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
73
|
-
}
|
|
74
71
|
if (data.hasOwnProperty('description')) {
|
|
75
72
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
76
73
|
}
|
|
@@ -86,15 +83,18 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
86
83
|
if (data.hasOwnProperty('height')) {
|
|
87
84
|
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
88
85
|
}
|
|
89
|
-
if (data.hasOwnProperty('formattedname')) {
|
|
90
|
-
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
91
|
-
}
|
|
92
86
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
93
87
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
94
88
|
}
|
|
95
89
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
96
90
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
97
91
|
}
|
|
92
|
+
if (data.hasOwnProperty('formattedname')) {
|
|
93
|
+
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
94
|
+
}
|
|
95
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
96
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
97
|
+
}
|
|
98
98
|
if (data.hasOwnProperty('data')) {
|
|
99
99
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
100
100
|
}
|
|
@@ -118,10 +118,6 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
118
118
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
119
119
|
}
|
|
120
120
|
// ensure the json data is a string
|
|
121
|
-
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
122
|
-
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
123
|
-
}
|
|
124
|
-
// ensure the json data is a string
|
|
125
121
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
126
122
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
127
123
|
}
|
|
@@ -133,10 +129,13 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
133
129
|
if (data['formattedname'] && !(typeof data['formattedname'] === 'string' || data['formattedname'] instanceof String)) {
|
|
134
130
|
throw new Error("Expected the field `formattedname` to be a primitive type in the JSON string but got " + data['formattedname']);
|
|
135
131
|
}
|
|
132
|
+
// ensure the json data is a string
|
|
133
|
+
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
134
|
+
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
135
|
+
}
|
|
136
136
|
return true;
|
|
137
137
|
}
|
|
138
138
|
}]);
|
|
139
|
-
return ImageUploadObject;
|
|
140
139
|
}();
|
|
141
140
|
/**
|
|
142
141
|
* @member {String} name
|
|
@@ -153,11 +152,6 @@ ImageUploadObject.prototype['size'] = undefined;
|
|
|
153
152
|
*/
|
|
154
153
|
ImageUploadObject.prototype['content'] = undefined;
|
|
155
154
|
|
|
156
|
-
/**
|
|
157
|
-
* @member {String} contenttype
|
|
158
|
-
*/
|
|
159
|
-
ImageUploadObject.prototype['contenttype'] = undefined;
|
|
160
|
-
|
|
161
155
|
/**
|
|
162
156
|
* @member {String} description
|
|
163
157
|
*/
|
|
@@ -183,11 +177,6 @@ ImageUploadObject.prototype['width'] = undefined;
|
|
|
183
177
|
*/
|
|
184
178
|
ImageUploadObject.prototype['height'] = undefined;
|
|
185
179
|
|
|
186
|
-
/**
|
|
187
|
-
* @member {String} formattedname
|
|
188
|
-
*/
|
|
189
|
-
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
190
|
-
|
|
191
180
|
/**
|
|
192
181
|
* @member {Number} containerObjectType
|
|
193
182
|
*/
|
|
@@ -198,6 +187,16 @@ ImageUploadObject.prototype['containerObjectType'] = undefined;
|
|
|
198
187
|
*/
|
|
199
188
|
ImageUploadObject.prototype['containerObjectID'] = undefined;
|
|
200
189
|
|
|
190
|
+
/**
|
|
191
|
+
* @member {String} formattedname
|
|
192
|
+
*/
|
|
193
|
+
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @member {String} contenttype
|
|
197
|
+
*/
|
|
198
|
+
ImageUploadObject.prototype['contenttype'] = 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.60
|
|
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.60
|
|
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
|
|
|
@@ -63,17 +63,17 @@ var InputPart = /*#__PURE__*/function () {
|
|
|
63
63
|
if (data.hasOwnProperty('contentTypeFromMessage')) {
|
|
64
64
|
obj['contentTypeFromMessage'] = _ApiClient["default"].convertToType(data['contentTypeFromMessage'], 'Boolean');
|
|
65
65
|
}
|
|
66
|
-
if (data.hasOwnProperty('headers')) {
|
|
67
|
-
obj['headers'] = _ApiClient["default"].convertToType(data['headers'], {
|
|
68
|
-
'String': ['String']
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
66
|
if (data.hasOwnProperty('mediaType')) {
|
|
72
67
|
obj['mediaType'] = _InputPartMediaType["default"].constructFromObject(data['mediaType']);
|
|
73
68
|
}
|
|
74
69
|
if (data.hasOwnProperty('bodyAsString')) {
|
|
75
70
|
obj['bodyAsString'] = _ApiClient["default"].convertToType(data['bodyAsString'], 'String');
|
|
76
71
|
}
|
|
72
|
+
if (data.hasOwnProperty('headers')) {
|
|
73
|
+
obj['headers'] = _ApiClient["default"].convertToType(data['headers'], {
|
|
74
|
+
'String': ['String']
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
77
|
}
|
|
78
78
|
return obj;
|
|
79
79
|
}
|
|
@@ -98,18 +98,12 @@ var InputPart = /*#__PURE__*/function () {
|
|
|
98
98
|
return true;
|
|
99
99
|
}
|
|
100
100
|
}]);
|
|
101
|
-
return InputPart;
|
|
102
101
|
}();
|
|
103
102
|
/**
|
|
104
103
|
* @member {Boolean} contentTypeFromMessage
|
|
105
104
|
*/
|
|
106
105
|
InputPart.prototype['contentTypeFromMessage'] = undefined;
|
|
107
106
|
|
|
108
|
-
/**
|
|
109
|
-
* @member {Object.<String, Array.<String>>} headers
|
|
110
|
-
*/
|
|
111
|
-
InputPart.prototype['headers'] = undefined;
|
|
112
|
-
|
|
113
107
|
/**
|
|
114
108
|
* @member {module:model/InputPartMediaType} mediaType
|
|
115
109
|
*/
|
|
@@ -119,4 +113,9 @@ InputPart.prototype['mediaType'] = undefined;
|
|
|
119
113
|
* @member {String} bodyAsString
|
|
120
114
|
*/
|
|
121
115
|
InputPart.prototype['bodyAsString'] = undefined;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* @member {Object.<String, Array.<String>>} headers
|
|
119
|
+
*/
|
|
120
|
+
InputPart.prototype['headers'] = undefined;
|
|
122
121
|
var _default = exports["default"] = InputPart;
|
|
@@ -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.60
|
|
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 InputPartMediaType model module.
|
|
28
28
|
* @module model/InputPartMediaType
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.60
|
|
30
30
|
*/
|
|
31
31
|
var InputPartMediaType = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -43,7 +43,7 @@ var InputPartMediaType = /*#__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(InputPartMediaType, null, [{
|
|
46
|
+
return _createClass(InputPartMediaType, null, [{
|
|
47
47
|
key: "initialize",
|
|
48
48
|
value: function initialize(obj) {}
|
|
49
49
|
|
|
@@ -99,7 +99,6 @@ var InputPartMediaType = /*#__PURE__*/function () {
|
|
|
99
99
|
return true;
|
|
100
100
|
}
|
|
101
101
|
}]);
|
|
102
|
-
return InputPartMediaType;
|
|
103
102
|
}();
|
|
104
103
|
/**
|
|
105
104
|
* @member {String} type
|