@gobodo/gobodo-api-promise 0.1.36 → 0.1.38
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 +7 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +14 -2
- package/dist/api/AdCampaignsApi.js +98 -2
- package/dist/api/AdManagementApi.js +146 -2
- package/dist/api/AdminDataManagementApi.js +14 -2
- package/dist/api/AdsApi.js +74 -2
- package/dist/api/AttachmentsApi.js +86 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +86 -2
- package/dist/api/CommentsApi.js +98 -2
- package/dist/api/ContentManagementApi.js +290 -2
- package/dist/api/ConversationsApi.js +110 -2
- package/dist/api/DataSheetImportsApi.js +182 -2
- package/dist/api/DefaultApi.js +134 -2
- package/dist/api/DocumentsApi.js +158 -2
- package/dist/api/EntryPartsApi.js +158 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +38 -2
- package/dist/api/FilesApi.js +14 -2
- package/dist/api/FormsApi.js +218 -2
- package/dist/api/FunctionsApi.js +14 -2
- package/dist/api/GeocodeApi.js +62 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +122 -2
- package/dist/api/GraphObjectTypesApi.js +110 -2
- package/dist/api/GraphObjectsApi.js +779 -11
- package/dist/api/GraphRelationshipTypesApi.js +206 -2
- package/dist/api/GraphRelationshipsApi.js +374 -2
- package/dist/api/GraphSchemasApi.js +86 -2
- package/dist/api/GraphTraversalApi.js +144 -2
- package/dist/api/GraphsApi.js +134 -2
- package/dist/api/GroupsApi.js +134 -2
- package/dist/api/IAMApi.js +50 -2
- package/dist/api/ImagesApi.js +98 -2
- package/dist/api/InvitesApi.js +62 -2
- package/dist/api/LikesApi.js +146 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +26 -2
- package/dist/api/MeetingEventsApi.js +62 -2
- package/dist/api/PagesApi.js +110 -2
- package/dist/api/PostsApi.js +62 -2
- package/dist/api/PrivateMessagesApi.js +194 -2
- package/dist/api/PublicationsApi.js +14 -2
- package/dist/api/ScreensApi.js +38 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +458 -2
- package/dist/api/TagsApi.js +14 -2
- package/dist/api/TemplatesApi.js +38 -2
- package/dist/api/ThemeMappingsApi.js +38 -2
- package/dist/api/TransactionsApi.js +8 -8
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +110 -2
- package/dist/api/UsersApi.js +110 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +134 -2
- 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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +54 -54
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +34 -34
- 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 +31 -31
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +54 -54
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +27 -27
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +50 -50
- package/dist/model/File.js +65 -65
- package/dist/model/FileAttachmentUploadObject.js +65 -65
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.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/Graph.js +25 -25
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +27 -27
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationObjectObject.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +87 -87
- package/dist/model/ImageUploadObject.js +87 -87
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +32 -32
- 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/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +29 -29
- package/dist/model/Pageable.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 +30 -30
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +30 -30
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +50 -50
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +30 -30
- package/dist/model/TemplateSchema.js +30 -30
- package/dist/model/ThemeMapping.js +39 -39
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +53 -53
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
- 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 +2 -2
- 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/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/model/Image.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The Image model module.
|
|
28
28
|
* @module model/Image
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var Image = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -99,52 +99,35 @@ var Image = /*#__PURE__*/function () {
|
|
|
99
99
|
* @return {String}
|
|
100
100
|
*/
|
|
101
101
|
}, {
|
|
102
|
-
key: "
|
|
103
|
-
value: function
|
|
104
|
-
return this.
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* @param {String} description
|
|
109
|
-
*/
|
|
110
|
-
}, {
|
|
111
|
-
key: "setDescription",
|
|
112
|
-
value: function setDescription(description) {
|
|
113
|
-
this['description'] = description;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* @return {Number}
|
|
117
|
-
*/
|
|
118
|
-
}, {
|
|
119
|
-
key: "getHeight",
|
|
120
|
-
value: function getHeight() {
|
|
121
|
-
return this.height;
|
|
102
|
+
key: "getContenttype",
|
|
103
|
+
value: function getContenttype() {
|
|
104
|
+
return this.contenttype;
|
|
122
105
|
}
|
|
123
106
|
|
|
124
107
|
/**
|
|
125
|
-
* @param {
|
|
108
|
+
* @param {String} contenttype
|
|
126
109
|
*/
|
|
127
110
|
}, {
|
|
128
|
-
key: "
|
|
129
|
-
value: function
|
|
130
|
-
this['
|
|
111
|
+
key: "setContenttype",
|
|
112
|
+
value: function setContenttype(contenttype) {
|
|
113
|
+
this['contenttype'] = contenttype;
|
|
131
114
|
}
|
|
132
115
|
/**
|
|
133
|
-
* @return {
|
|
116
|
+
* @return {String}
|
|
134
117
|
*/
|
|
135
118
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
return this.
|
|
119
|
+
key: "getDescription",
|
|
120
|
+
value: function getDescription() {
|
|
121
|
+
return this.description;
|
|
139
122
|
}
|
|
140
123
|
|
|
141
124
|
/**
|
|
142
|
-
* @param {
|
|
125
|
+
* @param {String} description
|
|
143
126
|
*/
|
|
144
127
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
this['
|
|
128
|
+
key: "setDescription",
|
|
129
|
+
value: function setDescription(description) {
|
|
130
|
+
this['description'] = description;
|
|
148
131
|
}
|
|
149
132
|
/**
|
|
150
133
|
* @return {Number}
|
|
@@ -181,38 +164,55 @@ var Image = /*#__PURE__*/function () {
|
|
|
181
164
|
this['imageurl'] = imageurl;
|
|
182
165
|
}
|
|
183
166
|
/**
|
|
184
|
-
* @return {
|
|
167
|
+
* @return {Number}
|
|
185
168
|
*/
|
|
186
169
|
}, {
|
|
187
|
-
key: "
|
|
188
|
-
value: function
|
|
189
|
-
return this.
|
|
170
|
+
key: "getWidth",
|
|
171
|
+
value: function getWidth() {
|
|
172
|
+
return this.width;
|
|
190
173
|
}
|
|
191
174
|
|
|
192
175
|
/**
|
|
193
|
-
* @param {
|
|
176
|
+
* @param {Number} width
|
|
194
177
|
*/
|
|
195
178
|
}, {
|
|
196
|
-
key: "
|
|
197
|
-
value: function
|
|
198
|
-
this['
|
|
179
|
+
key: "setWidth",
|
|
180
|
+
value: function setWidth(width) {
|
|
181
|
+
this['width'] = width;
|
|
199
182
|
}
|
|
200
183
|
/**
|
|
201
184
|
* @return {Number}
|
|
202
185
|
*/
|
|
203
186
|
}, {
|
|
204
|
-
key: "
|
|
205
|
-
value: function
|
|
206
|
-
return this.
|
|
187
|
+
key: "getHeight",
|
|
188
|
+
value: function getHeight() {
|
|
189
|
+
return this.height;
|
|
207
190
|
}
|
|
208
191
|
|
|
209
192
|
/**
|
|
210
|
-
* @param {Number}
|
|
193
|
+
* @param {Number} height
|
|
211
194
|
*/
|
|
212
195
|
}, {
|
|
213
|
-
key: "
|
|
214
|
-
value: function
|
|
215
|
-
this['
|
|
196
|
+
key: "setHeight",
|
|
197
|
+
value: function setHeight(height) {
|
|
198
|
+
this['height'] = height;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* @return {String}
|
|
202
|
+
*/
|
|
203
|
+
}, {
|
|
204
|
+
key: "getFormattedname",
|
|
205
|
+
value: function getFormattedname() {
|
|
206
|
+
return this.formattedname;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @param {String} formattedname
|
|
211
|
+
*/
|
|
212
|
+
}, {
|
|
213
|
+
key: "setFormattedname",
|
|
214
|
+
value: function setFormattedname(formattedname) {
|
|
215
|
+
this['formattedname'] = formattedname;
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
218
|
* @return {Number}
|
|
@@ -232,21 +232,21 @@ var Image = /*#__PURE__*/function () {
|
|
|
232
232
|
this['containerObjectID'] = containerObjectID;
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
|
-
* @return {
|
|
235
|
+
* @return {Number}
|
|
236
236
|
*/
|
|
237
237
|
}, {
|
|
238
|
-
key: "
|
|
239
|
-
value: function
|
|
240
|
-
return this.
|
|
238
|
+
key: "getContainerObjectType",
|
|
239
|
+
value: function getContainerObjectType() {
|
|
240
|
+
return this.containerObjectType;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
/**
|
|
244
|
-
* @param {
|
|
244
|
+
* @param {Number} containerObjectType
|
|
245
245
|
*/
|
|
246
246
|
}, {
|
|
247
|
-
key: "
|
|
248
|
-
value: function
|
|
249
|
-
this['
|
|
247
|
+
key: "setContainerObjectType",
|
|
248
|
+
value: function setContainerObjectType(containerObjectType) {
|
|
249
|
+
this['containerObjectType'] = containerObjectType;
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* @return {Object}
|
|
@@ -307,32 +307,32 @@ var Image = /*#__PURE__*/function () {
|
|
|
307
307
|
if (data.hasOwnProperty('content')) {
|
|
308
308
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
309
309
|
}
|
|
310
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
311
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
312
|
+
}
|
|
310
313
|
if (data.hasOwnProperty('description')) {
|
|
311
314
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
312
315
|
}
|
|
313
|
-
if (data.hasOwnProperty('height')) {
|
|
314
|
-
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
315
|
-
}
|
|
316
|
-
if (data.hasOwnProperty('width')) {
|
|
317
|
-
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
318
|
-
}
|
|
319
316
|
if (data.hasOwnProperty('creator')) {
|
|
320
317
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
321
318
|
}
|
|
322
319
|
if (data.hasOwnProperty('imageurl')) {
|
|
323
320
|
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
324
321
|
}
|
|
322
|
+
if (data.hasOwnProperty('width')) {
|
|
323
|
+
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
324
|
+
}
|
|
325
|
+
if (data.hasOwnProperty('height')) {
|
|
326
|
+
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
327
|
+
}
|
|
325
328
|
if (data.hasOwnProperty('formattedname')) {
|
|
326
329
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
327
330
|
}
|
|
328
|
-
if (data.hasOwnProperty('containerObjectType')) {
|
|
329
|
-
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
330
|
-
}
|
|
331
331
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
332
332
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
333
333
|
}
|
|
334
|
-
if (data.hasOwnProperty('
|
|
335
|
-
obj['
|
|
334
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
335
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
336
336
|
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
@@ -357,6 +357,10 @@ var Image = /*#__PURE__*/function () {
|
|
|
357
357
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
358
358
|
}
|
|
359
359
|
// ensure the json data is a string
|
|
360
|
+
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
361
|
+
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
362
|
+
}
|
|
363
|
+
// ensure the json data is a string
|
|
360
364
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
361
365
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
362
366
|
}
|
|
@@ -368,10 +372,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
368
372
|
if (data['formattedname'] && !(typeof data['formattedname'] === 'string' || data['formattedname'] instanceof String)) {
|
|
369
373
|
throw new Error("Expected the field `formattedname` to be a primitive type in the JSON string but got " + data['formattedname']);
|
|
370
374
|
}
|
|
371
|
-
// ensure the json data is a string
|
|
372
|
-
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
373
|
-
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
374
|
-
}
|
|
375
375
|
return true;
|
|
376
376
|
}
|
|
377
377
|
}]);
|
|
@@ -393,19 +393,14 @@ Image.prototype['size'] = undefined;
|
|
|
393
393
|
Image.prototype['content'] = undefined;
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
|
-
* @member {String}
|
|
397
|
-
*/
|
|
398
|
-
Image.prototype['description'] = undefined;
|
|
399
|
-
|
|
400
|
-
/**
|
|
401
|
-
* @member {Number} height
|
|
396
|
+
* @member {String} contenttype
|
|
402
397
|
*/
|
|
403
|
-
Image.prototype['
|
|
398
|
+
Image.prototype['contenttype'] = undefined;
|
|
404
399
|
|
|
405
400
|
/**
|
|
406
|
-
* @member {
|
|
401
|
+
* @member {String} description
|
|
407
402
|
*/
|
|
408
|
-
Image.prototype['
|
|
403
|
+
Image.prototype['description'] = undefined;
|
|
409
404
|
|
|
410
405
|
/**
|
|
411
406
|
* @member {Number} creator
|
|
@@ -418,14 +413,19 @@ Image.prototype['creator'] = undefined;
|
|
|
418
413
|
Image.prototype['imageurl'] = undefined;
|
|
419
414
|
|
|
420
415
|
/**
|
|
421
|
-
* @member {
|
|
416
|
+
* @member {Number} width
|
|
422
417
|
*/
|
|
423
|
-
Image.prototype['
|
|
418
|
+
Image.prototype['width'] = undefined;
|
|
424
419
|
|
|
425
420
|
/**
|
|
426
|
-
* @member {Number}
|
|
421
|
+
* @member {Number} height
|
|
427
422
|
*/
|
|
428
|
-
Image.prototype['
|
|
423
|
+
Image.prototype['height'] = undefined;
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* @member {String} formattedname
|
|
427
|
+
*/
|
|
428
|
+
Image.prototype['formattedname'] = undefined;
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
431
|
* @member {Number} containerObjectID
|
|
@@ -433,9 +433,9 @@ Image.prototype['containerObjectType'] = undefined;
|
|
|
433
433
|
Image.prototype['containerObjectID'] = undefined;
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
|
-
* @member {
|
|
436
|
+
* @member {Number} containerObjectType
|
|
437
437
|
*/
|
|
438
|
-
Image.prototype['
|
|
438
|
+
Image.prototype['containerObjectType'] = undefined;
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
441
|
* @member {Object} data
|
|
@@ -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.38
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The ImageUploadObject model module.
|
|
28
28
|
* @module model/ImageUploadObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var ImageUploadObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -99,52 +99,35 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
99
99
|
* @return {String}
|
|
100
100
|
*/
|
|
101
101
|
}, {
|
|
102
|
-
key: "
|
|
103
|
-
value: function
|
|
104
|
-
return this.
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* @param {String} description
|
|
109
|
-
*/
|
|
110
|
-
}, {
|
|
111
|
-
key: "setDescription",
|
|
112
|
-
value: function setDescription(description) {
|
|
113
|
-
this['description'] = description;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* @return {Number}
|
|
117
|
-
*/
|
|
118
|
-
}, {
|
|
119
|
-
key: "getHeight",
|
|
120
|
-
value: function getHeight() {
|
|
121
|
-
return this.height;
|
|
102
|
+
key: "getContenttype",
|
|
103
|
+
value: function getContenttype() {
|
|
104
|
+
return this.contenttype;
|
|
122
105
|
}
|
|
123
106
|
|
|
124
107
|
/**
|
|
125
|
-
* @param {
|
|
108
|
+
* @param {String} contenttype
|
|
126
109
|
*/
|
|
127
110
|
}, {
|
|
128
|
-
key: "
|
|
129
|
-
value: function
|
|
130
|
-
this['
|
|
111
|
+
key: "setContenttype",
|
|
112
|
+
value: function setContenttype(contenttype) {
|
|
113
|
+
this['contenttype'] = contenttype;
|
|
131
114
|
}
|
|
132
115
|
/**
|
|
133
|
-
* @return {
|
|
116
|
+
* @return {String}
|
|
134
117
|
*/
|
|
135
118
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
return this.
|
|
119
|
+
key: "getDescription",
|
|
120
|
+
value: function getDescription() {
|
|
121
|
+
return this.description;
|
|
139
122
|
}
|
|
140
123
|
|
|
141
124
|
/**
|
|
142
|
-
* @param {
|
|
125
|
+
* @param {String} description
|
|
143
126
|
*/
|
|
144
127
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
this['
|
|
128
|
+
key: "setDescription",
|
|
129
|
+
value: function setDescription(description) {
|
|
130
|
+
this['description'] = description;
|
|
148
131
|
}
|
|
149
132
|
/**
|
|
150
133
|
* @return {Number}
|
|
@@ -181,38 +164,55 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
181
164
|
this['imageurl'] = imageurl;
|
|
182
165
|
}
|
|
183
166
|
/**
|
|
184
|
-
* @return {
|
|
167
|
+
* @return {Number}
|
|
185
168
|
*/
|
|
186
169
|
}, {
|
|
187
|
-
key: "
|
|
188
|
-
value: function
|
|
189
|
-
return this.
|
|
170
|
+
key: "getWidth",
|
|
171
|
+
value: function getWidth() {
|
|
172
|
+
return this.width;
|
|
190
173
|
}
|
|
191
174
|
|
|
192
175
|
/**
|
|
193
|
-
* @param {
|
|
176
|
+
* @param {Number} width
|
|
194
177
|
*/
|
|
195
178
|
}, {
|
|
196
|
-
key: "
|
|
197
|
-
value: function
|
|
198
|
-
this['
|
|
179
|
+
key: "setWidth",
|
|
180
|
+
value: function setWidth(width) {
|
|
181
|
+
this['width'] = width;
|
|
199
182
|
}
|
|
200
183
|
/**
|
|
201
184
|
* @return {Number}
|
|
202
185
|
*/
|
|
203
186
|
}, {
|
|
204
|
-
key: "
|
|
205
|
-
value: function
|
|
206
|
-
return this.
|
|
187
|
+
key: "getHeight",
|
|
188
|
+
value: function getHeight() {
|
|
189
|
+
return this.height;
|
|
207
190
|
}
|
|
208
191
|
|
|
209
192
|
/**
|
|
210
|
-
* @param {Number}
|
|
193
|
+
* @param {Number} height
|
|
211
194
|
*/
|
|
212
195
|
}, {
|
|
213
|
-
key: "
|
|
214
|
-
value: function
|
|
215
|
-
this['
|
|
196
|
+
key: "setHeight",
|
|
197
|
+
value: function setHeight(height) {
|
|
198
|
+
this['height'] = height;
|
|
199
|
+
}
|
|
200
|
+
/**
|
|
201
|
+
* @return {String}
|
|
202
|
+
*/
|
|
203
|
+
}, {
|
|
204
|
+
key: "getFormattedname",
|
|
205
|
+
value: function getFormattedname() {
|
|
206
|
+
return this.formattedname;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @param {String} formattedname
|
|
211
|
+
*/
|
|
212
|
+
}, {
|
|
213
|
+
key: "setFormattedname",
|
|
214
|
+
value: function setFormattedname(formattedname) {
|
|
215
|
+
this['formattedname'] = formattedname;
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
218
|
* @return {Number}
|
|
@@ -232,21 +232,21 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
232
232
|
this['containerObjectID'] = containerObjectID;
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
|
-
* @return {
|
|
235
|
+
* @return {Number}
|
|
236
236
|
*/
|
|
237
237
|
}, {
|
|
238
|
-
key: "
|
|
239
|
-
value: function
|
|
240
|
-
return this.
|
|
238
|
+
key: "getContainerObjectType",
|
|
239
|
+
value: function getContainerObjectType() {
|
|
240
|
+
return this.containerObjectType;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
/**
|
|
244
|
-
* @param {
|
|
244
|
+
* @param {Number} containerObjectType
|
|
245
245
|
*/
|
|
246
246
|
}, {
|
|
247
|
-
key: "
|
|
248
|
-
value: function
|
|
249
|
-
this['
|
|
247
|
+
key: "setContainerObjectType",
|
|
248
|
+
value: function setContainerObjectType(containerObjectType) {
|
|
249
|
+
this['containerObjectType'] = containerObjectType;
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* @return {Object}
|
|
@@ -307,32 +307,32 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
307
307
|
if (data.hasOwnProperty('content')) {
|
|
308
308
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
309
309
|
}
|
|
310
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
311
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
312
|
+
}
|
|
310
313
|
if (data.hasOwnProperty('description')) {
|
|
311
314
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
312
315
|
}
|
|
313
|
-
if (data.hasOwnProperty('height')) {
|
|
314
|
-
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
315
|
-
}
|
|
316
|
-
if (data.hasOwnProperty('width')) {
|
|
317
|
-
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
318
|
-
}
|
|
319
316
|
if (data.hasOwnProperty('creator')) {
|
|
320
317
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
321
318
|
}
|
|
322
319
|
if (data.hasOwnProperty('imageurl')) {
|
|
323
320
|
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
324
321
|
}
|
|
322
|
+
if (data.hasOwnProperty('width')) {
|
|
323
|
+
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
324
|
+
}
|
|
325
|
+
if (data.hasOwnProperty('height')) {
|
|
326
|
+
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
327
|
+
}
|
|
325
328
|
if (data.hasOwnProperty('formattedname')) {
|
|
326
329
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
327
330
|
}
|
|
328
|
-
if (data.hasOwnProperty('containerObjectType')) {
|
|
329
|
-
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
330
|
-
}
|
|
331
331
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
332
332
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
333
333
|
}
|
|
334
|
-
if (data.hasOwnProperty('
|
|
335
|
-
obj['
|
|
334
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
335
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
336
336
|
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
@@ -357,6 +357,10 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
357
357
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
358
358
|
}
|
|
359
359
|
// ensure the json data is a string
|
|
360
|
+
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
361
|
+
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
362
|
+
}
|
|
363
|
+
// ensure the json data is a string
|
|
360
364
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
361
365
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
362
366
|
}
|
|
@@ -368,10 +372,6 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
368
372
|
if (data['formattedname'] && !(typeof data['formattedname'] === 'string' || data['formattedname'] instanceof String)) {
|
|
369
373
|
throw new Error("Expected the field `formattedname` to be a primitive type in the JSON string but got " + data['formattedname']);
|
|
370
374
|
}
|
|
371
|
-
// ensure the json data is a string
|
|
372
|
-
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
373
|
-
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
374
|
-
}
|
|
375
375
|
return true;
|
|
376
376
|
}
|
|
377
377
|
}]);
|
|
@@ -393,19 +393,14 @@ ImageUploadObject.prototype['size'] = undefined;
|
|
|
393
393
|
ImageUploadObject.prototype['content'] = undefined;
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
|
-
* @member {String}
|
|
397
|
-
*/
|
|
398
|
-
ImageUploadObject.prototype['description'] = undefined;
|
|
399
|
-
|
|
400
|
-
/**
|
|
401
|
-
* @member {Number} height
|
|
396
|
+
* @member {String} contenttype
|
|
402
397
|
*/
|
|
403
|
-
ImageUploadObject.prototype['
|
|
398
|
+
ImageUploadObject.prototype['contenttype'] = undefined;
|
|
404
399
|
|
|
405
400
|
/**
|
|
406
|
-
* @member {
|
|
401
|
+
* @member {String} description
|
|
407
402
|
*/
|
|
408
|
-
ImageUploadObject.prototype['
|
|
403
|
+
ImageUploadObject.prototype['description'] = undefined;
|
|
409
404
|
|
|
410
405
|
/**
|
|
411
406
|
* @member {Number} creator
|
|
@@ -418,14 +413,19 @@ ImageUploadObject.prototype['creator'] = undefined;
|
|
|
418
413
|
ImageUploadObject.prototype['imageurl'] = undefined;
|
|
419
414
|
|
|
420
415
|
/**
|
|
421
|
-
* @member {
|
|
416
|
+
* @member {Number} width
|
|
422
417
|
*/
|
|
423
|
-
ImageUploadObject.prototype['
|
|
418
|
+
ImageUploadObject.prototype['width'] = undefined;
|
|
424
419
|
|
|
425
420
|
/**
|
|
426
|
-
* @member {Number}
|
|
421
|
+
* @member {Number} height
|
|
427
422
|
*/
|
|
428
|
-
ImageUploadObject.prototype['
|
|
423
|
+
ImageUploadObject.prototype['height'] = undefined;
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* @member {String} formattedname
|
|
427
|
+
*/
|
|
428
|
+
ImageUploadObject.prototype['formattedname'] = undefined;
|
|
429
429
|
|
|
430
430
|
/**
|
|
431
431
|
* @member {Number} containerObjectID
|
|
@@ -433,9 +433,9 @@ ImageUploadObject.prototype['containerObjectType'] = undefined;
|
|
|
433
433
|
ImageUploadObject.prototype['containerObjectID'] = undefined;
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
|
-
* @member {
|
|
436
|
+
* @member {Number} containerObjectType
|
|
437
437
|
*/
|
|
438
|
-
ImageUploadObject.prototype['
|
|
438
|
+
ImageUploadObject.prototype['containerObjectType'] = undefined;
|
|
439
439
|
|
|
440
440
|
/**
|
|
441
441
|
* @member {Object} data
|