@gobodo/gobodo-api-promise 0.1.34 → 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 +8 -3
- 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 +27 -27
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- 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 +15 -15
- 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 +6 -6
- 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/index.js +5 -5
- 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 +121 -121
- package/dist/model/AuthResponse.js +238 -0
- 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 +121 -121
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +48 -48
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +26 -26
- package/dist/model/File.js +48 -48
- package/dist/model/FileAttachmentUploadObject.js +48 -48
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- 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 +24 -24
- 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 +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +70 -70
- package/dist/model/ImageUploadObject.js +70 -70
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +54 -54
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +85 -85
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +42 -42
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- 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 +48 -48
- 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 +23 -23
- 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 +60 -60
- 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 +25 -25
- 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 +26 -26
- 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 +55 -55
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +77 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +55 -55
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +42 -42
- package/dist/model/UserDataPayload.js +42 -42
- 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 +42 -42
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +81 -81
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +81 -81
- package/dist/model/VideoUploadObject.js +81 -81
- 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
|
/**
|
|
@@ -133,86 +133,86 @@ var Image = /*#__PURE__*/function () {
|
|
|
133
133
|
* @return {Number}
|
|
134
134
|
*/
|
|
135
135
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
return this.
|
|
136
|
+
key: "getCreator",
|
|
137
|
+
value: function getCreator() {
|
|
138
|
+
return this.creator;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* @param {Number}
|
|
142
|
+
* @param {Number} creator
|
|
143
143
|
*/
|
|
144
144
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
this['
|
|
145
|
+
key: "setCreator",
|
|
146
|
+
value: function setCreator(creator) {
|
|
147
|
+
this['creator'] = creator;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
* @return {
|
|
150
|
+
* @return {String}
|
|
151
151
|
*/
|
|
152
152
|
}, {
|
|
153
|
-
key: "
|
|
154
|
-
value: function
|
|
155
|
-
return this.
|
|
153
|
+
key: "getImageurl",
|
|
154
|
+
value: function getImageurl() {
|
|
155
|
+
return this.imageurl;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* @param {
|
|
159
|
+
* @param {String} imageurl
|
|
160
160
|
*/
|
|
161
161
|
}, {
|
|
162
|
-
key: "
|
|
163
|
-
value: function
|
|
164
|
-
this['
|
|
162
|
+
key: "setImageurl",
|
|
163
|
+
value: function setImageurl(imageurl) {
|
|
164
|
+
this['imageurl'] = imageurl;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* @return {Number}
|
|
168
168
|
*/
|
|
169
169
|
}, {
|
|
170
|
-
key: "
|
|
171
|
-
value: function
|
|
172
|
-
return this.
|
|
170
|
+
key: "getWidth",
|
|
171
|
+
value: function getWidth() {
|
|
172
|
+
return this.width;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* @param {Number}
|
|
176
|
+
* @param {Number} width
|
|
177
177
|
*/
|
|
178
178
|
}, {
|
|
179
|
-
key: "
|
|
180
|
-
value: function
|
|
181
|
-
this['
|
|
179
|
+
key: "setWidth",
|
|
180
|
+
value: function setWidth(width) {
|
|
181
|
+
this['width'] = width;
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @return {
|
|
184
|
+
* @return {Number}
|
|
185
185
|
*/
|
|
186
186
|
}, {
|
|
187
|
-
key: "
|
|
188
|
-
value: function
|
|
189
|
-
return this.
|
|
187
|
+
key: "getHeight",
|
|
188
|
+
value: function getHeight() {
|
|
189
|
+
return this.height;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
|
-
* @param {
|
|
193
|
+
* @param {Number} height
|
|
194
194
|
*/
|
|
195
195
|
}, {
|
|
196
|
-
key: "
|
|
197
|
-
value: function
|
|
198
|
-
this['
|
|
196
|
+
key: "setHeight",
|
|
197
|
+
value: function setHeight(height) {
|
|
198
|
+
this['height'] = height;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* @return {
|
|
201
|
+
* @return {String}
|
|
202
202
|
*/
|
|
203
203
|
}, {
|
|
204
|
-
key: "
|
|
205
|
-
value: function
|
|
206
|
-
return this.
|
|
204
|
+
key: "getFormattedname",
|
|
205
|
+
value: function getFormattedname() {
|
|
206
|
+
return this.formattedname;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
|
-
* @param {
|
|
210
|
+
* @param {String} formattedname
|
|
211
211
|
*/
|
|
212
212
|
}, {
|
|
213
|
-
key: "
|
|
214
|
-
value: function
|
|
215
|
-
this['
|
|
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}
|
|
@@ -313,27 +313,27 @@ var Image = /*#__PURE__*/function () {
|
|
|
313
313
|
if (data.hasOwnProperty('description')) {
|
|
314
314
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
315
315
|
}
|
|
316
|
-
if (data.hasOwnProperty('width')) {
|
|
317
|
-
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
318
|
-
}
|
|
319
|
-
if (data.hasOwnProperty('height')) {
|
|
320
|
-
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
321
|
-
}
|
|
322
316
|
if (data.hasOwnProperty('creator')) {
|
|
323
317
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
324
318
|
}
|
|
325
319
|
if (data.hasOwnProperty('imageurl')) {
|
|
326
320
|
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
327
321
|
}
|
|
328
|
-
if (data.hasOwnProperty('
|
|
329
|
-
obj['
|
|
322
|
+
if (data.hasOwnProperty('width')) {
|
|
323
|
+
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
330
324
|
}
|
|
331
|
-
if (data.hasOwnProperty('
|
|
332
|
-
obj['
|
|
325
|
+
if (data.hasOwnProperty('height')) {
|
|
326
|
+
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
333
327
|
}
|
|
334
328
|
if (data.hasOwnProperty('formattedname')) {
|
|
335
329
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
336
330
|
}
|
|
331
|
+
if (data.hasOwnProperty('containerObjectID')) {
|
|
332
|
+
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
333
|
+
}
|
|
334
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
335
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
336
|
+
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
339
339
|
}
|
|
@@ -403,29 +403,29 @@ Image.prototype['contenttype'] = undefined;
|
|
|
403
403
|
Image.prototype['description'] = undefined;
|
|
404
404
|
|
|
405
405
|
/**
|
|
406
|
-
* @member {Number}
|
|
406
|
+
* @member {Number} creator
|
|
407
407
|
*/
|
|
408
|
-
Image.prototype['
|
|
408
|
+
Image.prototype['creator'] = undefined;
|
|
409
409
|
|
|
410
410
|
/**
|
|
411
|
-
* @member {
|
|
411
|
+
* @member {String} imageurl
|
|
412
412
|
*/
|
|
413
|
-
Image.prototype['
|
|
413
|
+
Image.prototype['imageurl'] = undefined;
|
|
414
414
|
|
|
415
415
|
/**
|
|
416
|
-
* @member {Number}
|
|
416
|
+
* @member {Number} width
|
|
417
417
|
*/
|
|
418
|
-
Image.prototype['
|
|
418
|
+
Image.prototype['width'] = undefined;
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
|
-
* @member {
|
|
421
|
+
* @member {Number} height
|
|
422
422
|
*/
|
|
423
|
-
Image.prototype['
|
|
423
|
+
Image.prototype['height'] = undefined;
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
|
-
* @member {
|
|
426
|
+
* @member {String} formattedname
|
|
427
427
|
*/
|
|
428
|
-
Image.prototype['
|
|
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
|
/**
|
|
@@ -133,86 +133,86 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
133
133
|
* @return {Number}
|
|
134
134
|
*/
|
|
135
135
|
}, {
|
|
136
|
-
key: "
|
|
137
|
-
value: function
|
|
138
|
-
return this.
|
|
136
|
+
key: "getCreator",
|
|
137
|
+
value: function getCreator() {
|
|
138
|
+
return this.creator;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
* @param {Number}
|
|
142
|
+
* @param {Number} creator
|
|
143
143
|
*/
|
|
144
144
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
this['
|
|
145
|
+
key: "setCreator",
|
|
146
|
+
value: function setCreator(creator) {
|
|
147
|
+
this['creator'] = creator;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
|
-
* @return {
|
|
150
|
+
* @return {String}
|
|
151
151
|
*/
|
|
152
152
|
}, {
|
|
153
|
-
key: "
|
|
154
|
-
value: function
|
|
155
|
-
return this.
|
|
153
|
+
key: "getImageurl",
|
|
154
|
+
value: function getImageurl() {
|
|
155
|
+
return this.imageurl;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
/**
|
|
159
|
-
* @param {
|
|
159
|
+
* @param {String} imageurl
|
|
160
160
|
*/
|
|
161
161
|
}, {
|
|
162
|
-
key: "
|
|
163
|
-
value: function
|
|
164
|
-
this['
|
|
162
|
+
key: "setImageurl",
|
|
163
|
+
value: function setImageurl(imageurl) {
|
|
164
|
+
this['imageurl'] = imageurl;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* @return {Number}
|
|
168
168
|
*/
|
|
169
169
|
}, {
|
|
170
|
-
key: "
|
|
171
|
-
value: function
|
|
172
|
-
return this.
|
|
170
|
+
key: "getWidth",
|
|
171
|
+
value: function getWidth() {
|
|
172
|
+
return this.width;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
* @param {Number}
|
|
176
|
+
* @param {Number} width
|
|
177
177
|
*/
|
|
178
178
|
}, {
|
|
179
|
-
key: "
|
|
180
|
-
value: function
|
|
181
|
-
this['
|
|
179
|
+
key: "setWidth",
|
|
180
|
+
value: function setWidth(width) {
|
|
181
|
+
this['width'] = width;
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
|
-
* @return {
|
|
184
|
+
* @return {Number}
|
|
185
185
|
*/
|
|
186
186
|
}, {
|
|
187
|
-
key: "
|
|
188
|
-
value: function
|
|
189
|
-
return this.
|
|
187
|
+
key: "getHeight",
|
|
188
|
+
value: function getHeight() {
|
|
189
|
+
return this.height;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
|
-
* @param {
|
|
193
|
+
* @param {Number} height
|
|
194
194
|
*/
|
|
195
195
|
}, {
|
|
196
|
-
key: "
|
|
197
|
-
value: function
|
|
198
|
-
this['
|
|
196
|
+
key: "setHeight",
|
|
197
|
+
value: function setHeight(height) {
|
|
198
|
+
this['height'] = height;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* @return {
|
|
201
|
+
* @return {String}
|
|
202
202
|
*/
|
|
203
203
|
}, {
|
|
204
|
-
key: "
|
|
205
|
-
value: function
|
|
206
|
-
return this.
|
|
204
|
+
key: "getFormattedname",
|
|
205
|
+
value: function getFormattedname() {
|
|
206
|
+
return this.formattedname;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
|
-
* @param {
|
|
210
|
+
* @param {String} formattedname
|
|
211
211
|
*/
|
|
212
212
|
}, {
|
|
213
|
-
key: "
|
|
214
|
-
value: function
|
|
215
|
-
this['
|
|
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}
|
|
@@ -313,27 +313,27 @@ var ImageUploadObject = /*#__PURE__*/function () {
|
|
|
313
313
|
if (data.hasOwnProperty('description')) {
|
|
314
314
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
315
315
|
}
|
|
316
|
-
if (data.hasOwnProperty('width')) {
|
|
317
|
-
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
318
|
-
}
|
|
319
|
-
if (data.hasOwnProperty('height')) {
|
|
320
|
-
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
321
|
-
}
|
|
322
316
|
if (data.hasOwnProperty('creator')) {
|
|
323
317
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
324
318
|
}
|
|
325
319
|
if (data.hasOwnProperty('imageurl')) {
|
|
326
320
|
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
327
321
|
}
|
|
328
|
-
if (data.hasOwnProperty('
|
|
329
|
-
obj['
|
|
322
|
+
if (data.hasOwnProperty('width')) {
|
|
323
|
+
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
330
324
|
}
|
|
331
|
-
if (data.hasOwnProperty('
|
|
332
|
-
obj['
|
|
325
|
+
if (data.hasOwnProperty('height')) {
|
|
326
|
+
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
333
327
|
}
|
|
334
328
|
if (data.hasOwnProperty('formattedname')) {
|
|
335
329
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
336
330
|
}
|
|
331
|
+
if (data.hasOwnProperty('containerObjectID')) {
|
|
332
|
+
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
333
|
+
}
|
|
334
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
335
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
336
|
+
}
|
|
337
337
|
if (data.hasOwnProperty('data')) {
|
|
338
338
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
339
339
|
}
|
|
@@ -403,29 +403,29 @@ ImageUploadObject.prototype['contenttype'] = undefined;
|
|
|
403
403
|
ImageUploadObject.prototype['description'] = undefined;
|
|
404
404
|
|
|
405
405
|
/**
|
|
406
|
-
* @member {Number}
|
|
406
|
+
* @member {Number} creator
|
|
407
407
|
*/
|
|
408
|
-
ImageUploadObject.prototype['
|
|
408
|
+
ImageUploadObject.prototype['creator'] = undefined;
|
|
409
409
|
|
|
410
410
|
/**
|
|
411
|
-
* @member {
|
|
411
|
+
* @member {String} imageurl
|
|
412
412
|
*/
|
|
413
|
-
ImageUploadObject.prototype['
|
|
413
|
+
ImageUploadObject.prototype['imageurl'] = undefined;
|
|
414
414
|
|
|
415
415
|
/**
|
|
416
|
-
* @member {Number}
|
|
416
|
+
* @member {Number} width
|
|
417
417
|
*/
|
|
418
|
-
ImageUploadObject.prototype['
|
|
418
|
+
ImageUploadObject.prototype['width'] = undefined;
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
|
-
* @member {
|
|
421
|
+
* @member {Number} height
|
|
422
422
|
*/
|
|
423
|
-
ImageUploadObject.prototype['
|
|
423
|
+
ImageUploadObject.prototype['height'] = undefined;
|
|
424
424
|
|
|
425
425
|
/**
|
|
426
|
-
* @member {
|
|
426
|
+
* @member {String} formattedname
|
|
427
427
|
*/
|
|
428
|
-
ImageUploadObject.prototype['
|
|
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
|
package/dist/model/InputPart.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.38
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The InputPart model module.
|
|
29
29
|
* @module model/InputPart
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.38
|
|
31
31
|
*/
|
|
32
32
|
var InputPart = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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 InputPartMediaType model module.
|
|
28
28
|
* @module model/InputPartMediaType
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.38
|
|
30
30
|
*/
|
|
31
31
|
var InputPartMediaType = /*#__PURE__*/function () {
|
|
32
32
|
/**
|