@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.
Files changed (187) hide show
  1. package/README.md +7 -2
  2. package/dist/ApiClient.js +3 -3
  3. package/dist/api/ActionTypesApi.js +14 -2
  4. package/dist/api/AdCampaignsApi.js +98 -2
  5. package/dist/api/AdManagementApi.js +146 -2
  6. package/dist/api/AdminDataManagementApi.js +14 -2
  7. package/dist/api/AdsApi.js +74 -2
  8. package/dist/api/AttachmentsApi.js +86 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +86 -2
  11. package/dist/api/CommentsApi.js +98 -2
  12. package/dist/api/ContentManagementApi.js +290 -2
  13. package/dist/api/ConversationsApi.js +110 -2
  14. package/dist/api/DataSheetImportsApi.js +182 -2
  15. package/dist/api/DefaultApi.js +134 -2
  16. package/dist/api/DocumentsApi.js +158 -2
  17. package/dist/api/EntryPartsApi.js +158 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +38 -2
  20. package/dist/api/FilesApi.js +14 -2
  21. package/dist/api/FormsApi.js +218 -2
  22. package/dist/api/FunctionsApi.js +14 -2
  23. package/dist/api/GeocodeApi.js +62 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +122 -2
  26. package/dist/api/GraphObjectTypesApi.js +110 -2
  27. package/dist/api/GraphObjectsApi.js +779 -11
  28. package/dist/api/GraphRelationshipTypesApi.js +206 -2
  29. package/dist/api/GraphRelationshipsApi.js +374 -2
  30. package/dist/api/GraphSchemasApi.js +86 -2
  31. package/dist/api/GraphTraversalApi.js +144 -2
  32. package/dist/api/GraphsApi.js +134 -2
  33. package/dist/api/GroupsApi.js +134 -2
  34. package/dist/api/IAMApi.js +50 -2
  35. package/dist/api/ImagesApi.js +98 -2
  36. package/dist/api/InvitesApi.js +62 -2
  37. package/dist/api/LikesApi.js +146 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +26 -2
  40. package/dist/api/MeetingEventsApi.js +62 -2
  41. package/dist/api/PagesApi.js +110 -2
  42. package/dist/api/PostsApi.js +62 -2
  43. package/dist/api/PrivateMessagesApi.js +194 -2
  44. package/dist/api/PublicationsApi.js +14 -2
  45. package/dist/api/ScreensApi.js +38 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +458 -2
  48. package/dist/api/TagsApi.js +14 -2
  49. package/dist/api/TemplatesApi.js +38 -2
  50. package/dist/api/ThemeMappingsApi.js +38 -2
  51. package/dist/api/TransactionsApi.js +8 -8
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +110 -2
  54. package/dist/api/UsersApi.js +110 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +134 -2
  57. package/dist/model/APIClient.js +2 -2
  58. package/dist/model/AccountSessionInput.js +2 -2
  59. package/dist/model/AccountSessionResponse.js +2 -2
  60. package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  65. package/dist/model/Article.js +54 -54
  66. package/dist/model/AuthResponse.js +2 -2
  67. package/dist/model/Balance.js +34 -34
  68. package/dist/model/BalanceDetails.js +2 -2
  69. package/dist/model/BalanceResponse.js +2 -2
  70. package/dist/model/BankAccountInfo.js +2 -2
  71. package/dist/model/CardInfo.js +2 -2
  72. package/dist/model/Comment.js +31 -31
  73. package/dist/model/Coordinates.js +2 -2
  74. package/dist/model/CreateAccountResponse.js +2 -2
  75. package/dist/model/CreateStripeAccountInput.js +2 -2
  76. package/dist/model/CreateStripeCustomerInput.js +2 -2
  77. package/dist/model/CustomerResponse.js +2 -2
  78. package/dist/model/DataObject.js +2 -2
  79. package/dist/model/DataSheetImport.js +2 -2
  80. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  81. package/dist/model/DataSheetImportSummary.js +2 -2
  82. package/dist/model/Document.js +54 -54
  83. package/dist/model/DocumentPart.js +2 -2
  84. package/dist/model/DocumentPartType.js +25 -25
  85. package/dist/model/DocumentType.js +27 -27
  86. package/dist/model/FieldMapping.js +2 -2
  87. package/dist/model/Fields.js +50 -50
  88. package/dist/model/File.js +65 -65
  89. package/dist/model/FileAttachmentUploadObject.js +65 -65
  90. package/dist/model/Filter.js +2 -2
  91. package/dist/model/FilterManager.js +2 -2
  92. package/dist/model/Form.js +29 -29
  93. package/dist/model/FormSection.js +2 -2
  94. package/dist/model/FormSubmission.js +2 -2
  95. package/dist/model/Geocode.js +2 -2
  96. package/dist/model/GeocodePayload.js +2 -2
  97. package/dist/model/GeolocationInput.js +2 -2
  98. package/dist/model/Graph.js +25 -25
  99. package/dist/model/GraphAction.js +2 -2
  100. package/dist/model/GraphDatabaseService.js +27 -27
  101. package/dist/model/GraphGeocode.js +2 -2
  102. package/dist/model/GraphIteratorEntryPart.js +2 -2
  103. package/dist/model/GraphObject.js +2 -2
  104. package/dist/model/GraphObjectPayload.js +2 -2
  105. package/dist/model/GraphObjectSchema.js +2 -2
  106. package/dist/model/GraphObjectType.js +2 -2
  107. package/dist/model/GraphObjectTypeSchema.js +2 -2
  108. package/dist/model/GraphOwner.js +2 -2
  109. package/dist/model/GraphRelationObjectObject.js +2 -2
  110. package/dist/model/GraphRelationship.js +2 -2
  111. package/dist/model/GraphRelationshipPayload.js +2 -2
  112. package/dist/model/GraphRelationshipType.js +2 -2
  113. package/dist/model/GraphSchema.js +90 -90
  114. package/dist/model/GraphTraversalInput.js +2 -2
  115. package/dist/model/Image.js +87 -87
  116. package/dist/model/ImageUploadObject.js +87 -87
  117. package/dist/model/InputPart.js +29 -29
  118. package/dist/model/InputPartMediaType.js +2 -2
  119. package/dist/model/Link.js +32 -32
  120. package/dist/model/LiveStreamInfo.js +2 -2
  121. package/dist/model/MeetingEvent.js +81 -81
  122. package/dist/model/MeetingEventTimezone.js +2 -2
  123. package/dist/model/MeetingInfo.js +2 -2
  124. package/dist/model/Member.js +25 -25
  125. package/dist/model/MemberGroupCategory.js +2 -2
  126. package/dist/model/MemberList.js +2 -2
  127. package/dist/model/MessageGroup.js +2 -2
  128. package/dist/model/MultipartBody.js +2 -2
  129. package/dist/model/Objecttype.js +2 -2
  130. package/dist/model/Page.js +2 -2
  131. package/dist/model/PageSchema.js +29 -29
  132. package/dist/model/Pageable.js +2 -2
  133. package/dist/model/Path.js +2 -2
  134. package/dist/model/PaymentAccountObject.js +2 -2
  135. package/dist/model/PaymentIntentInput.js +2 -2
  136. package/dist/model/PaymentIntentResponse.js +2 -2
  137. package/dist/model/PaymentMethod.js +2 -2
  138. package/dist/model/PaymentMethodInput.js +2 -2
  139. package/dist/model/PaymentMethodResponse.js +2 -2
  140. package/dist/model/PaymentMethodsResponse.js +2 -2
  141. package/dist/model/Payout.js +30 -30
  142. package/dist/model/PayoutInput.js +2 -2
  143. package/dist/model/PayoutResponse.js +2 -2
  144. package/dist/model/Post.js +2 -2
  145. package/dist/model/PrivateMessage.js +2 -2
  146. package/dist/model/PrivateMessageConversation.js +30 -30
  147. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  148. package/dist/model/Profile.js +2 -2
  149. package/dist/model/Profiletype.js +2 -2
  150. package/dist/model/PropertyContainer.js +2 -2
  151. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  152. package/dist/model/RelationshipMapping.js +2 -2
  153. package/dist/model/ScreenSchema.js +2 -2
  154. package/dist/model/SimulcastInfo.js +2 -2
  155. package/dist/model/SkinField.js +50 -50
  156. package/dist/model/SocialGroup.js +2 -2
  157. package/dist/model/SocialGroupType.js +2 -2
  158. package/dist/model/Sort.js +2 -2
  159. package/dist/model/SourceTypes.js +2 -2
  160. package/dist/model/StatusUpdate.js +2 -2
  161. package/dist/model/StreetAddress.js +2 -2
  162. package/dist/model/StripeAccount.js +2 -2
  163. package/dist/model/StripeCustomerAccount.js +2 -2
  164. package/dist/model/Template.js +30 -30
  165. package/dist/model/TemplateSchema.js +30 -30
  166. package/dist/model/ThemeMapping.js +39 -39
  167. package/dist/model/ThemeMappingPayload.js +25 -25
  168. package/dist/model/Transaction.js +2 -2
  169. package/dist/model/Transfer.js +53 -53
  170. package/dist/model/TransferInput.js +2 -2
  171. package/dist/model/TransferResponse.js +2 -2
  172. package/dist/model/TransferResponsePaymentMethodDetails.js +53 -53
  173. package/dist/model/TraversalRelationResponse.js +2 -2
  174. package/dist/model/User.js +25 -25
  175. package/dist/model/UserDataPayload.js +25 -25
  176. package/dist/model/UserDomain.js +2 -2
  177. package/dist/model/UserInvite.js +2 -2
  178. package/dist/model/UserInviteInput.js +2 -2
  179. package/dist/model/UserSchema.js +25 -25
  180. package/dist/model/UserTag.js +2 -2
  181. package/dist/model/Userid.js +2 -2
  182. package/dist/model/Video.js +68 -68
  183. package/dist/model/VideoLiveUrl.js +2 -2
  184. package/dist/model/VideoSchema.js +68 -68
  185. package/dist/model/VideoUploadObject.js +68 -68
  186. package/dist/model/ZeusPortalCategory.js +2 -2
  187. package/package.json +1 -1
@@ -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.36
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.36
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: "getDescription",
103
- value: function getDescription() {
104
- return this.description;
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 {Number} height
108
+ * @param {String} contenttype
126
109
  */
127
110
  }, {
128
- key: "setHeight",
129
- value: function setHeight(height) {
130
- this['height'] = height;
111
+ key: "setContenttype",
112
+ value: function setContenttype(contenttype) {
113
+ this['contenttype'] = contenttype;
131
114
  }
132
115
  /**
133
- * @return {Number}
116
+ * @return {String}
134
117
  */
135
118
  }, {
136
- key: "getWidth",
137
- value: function getWidth() {
138
- return this.width;
119
+ key: "getDescription",
120
+ value: function getDescription() {
121
+ return this.description;
139
122
  }
140
123
 
141
124
  /**
142
- * @param {Number} width
125
+ * @param {String} description
143
126
  */
144
127
  }, {
145
- key: "setWidth",
146
- value: function setWidth(width) {
147
- this['width'] = width;
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 {String}
167
+ * @return {Number}
185
168
  */
186
169
  }, {
187
- key: "getFormattedname",
188
- value: function getFormattedname() {
189
- return this.formattedname;
170
+ key: "getWidth",
171
+ value: function getWidth() {
172
+ return this.width;
190
173
  }
191
174
 
192
175
  /**
193
- * @param {String} formattedname
176
+ * @param {Number} width
194
177
  */
195
178
  }, {
196
- key: "setFormattedname",
197
- value: function setFormattedname(formattedname) {
198
- this['formattedname'] = formattedname;
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: "getContainerObjectType",
205
- value: function getContainerObjectType() {
206
- return this.containerObjectType;
187
+ key: "getHeight",
188
+ value: function getHeight() {
189
+ return this.height;
207
190
  }
208
191
 
209
192
  /**
210
- * @param {Number} containerObjectType
193
+ * @param {Number} height
211
194
  */
212
195
  }, {
213
- key: "setContainerObjectType",
214
- value: function setContainerObjectType(containerObjectType) {
215
- this['containerObjectType'] = containerObjectType;
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 {String}
235
+ * @return {Number}
236
236
  */
237
237
  }, {
238
- key: "getContenttype",
239
- value: function getContenttype() {
240
- return this.contenttype;
238
+ key: "getContainerObjectType",
239
+ value: function getContainerObjectType() {
240
+ return this.containerObjectType;
241
241
  }
242
242
 
243
243
  /**
244
- * @param {String} contenttype
244
+ * @param {Number} containerObjectType
245
245
  */
246
246
  }, {
247
- key: "setContenttype",
248
- value: function setContenttype(contenttype) {
249
- this['contenttype'] = contenttype;
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('contenttype')) {
335
- obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
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} description
397
- */
398
- Image.prototype['description'] = undefined;
399
-
400
- /**
401
- * @member {Number} height
396
+ * @member {String} contenttype
402
397
  */
403
- Image.prototype['height'] = undefined;
398
+ Image.prototype['contenttype'] = undefined;
404
399
 
405
400
  /**
406
- * @member {Number} width
401
+ * @member {String} description
407
402
  */
408
- Image.prototype['width'] = undefined;
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 {String} formattedname
416
+ * @member {Number} width
422
417
  */
423
- Image.prototype['formattedname'] = undefined;
418
+ Image.prototype['width'] = undefined;
424
419
 
425
420
  /**
426
- * @member {Number} containerObjectType
421
+ * @member {Number} height
427
422
  */
428
- Image.prototype['containerObjectType'] = undefined;
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 {String} contenttype
436
+ * @member {Number} containerObjectType
437
437
  */
438
- Image.prototype['contenttype'] = undefined;
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.36
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.36
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: "getDescription",
103
- value: function getDescription() {
104
- return this.description;
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 {Number} height
108
+ * @param {String} contenttype
126
109
  */
127
110
  }, {
128
- key: "setHeight",
129
- value: function setHeight(height) {
130
- this['height'] = height;
111
+ key: "setContenttype",
112
+ value: function setContenttype(contenttype) {
113
+ this['contenttype'] = contenttype;
131
114
  }
132
115
  /**
133
- * @return {Number}
116
+ * @return {String}
134
117
  */
135
118
  }, {
136
- key: "getWidth",
137
- value: function getWidth() {
138
- return this.width;
119
+ key: "getDescription",
120
+ value: function getDescription() {
121
+ return this.description;
139
122
  }
140
123
 
141
124
  /**
142
- * @param {Number} width
125
+ * @param {String} description
143
126
  */
144
127
  }, {
145
- key: "setWidth",
146
- value: function setWidth(width) {
147
- this['width'] = width;
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 {String}
167
+ * @return {Number}
185
168
  */
186
169
  }, {
187
- key: "getFormattedname",
188
- value: function getFormattedname() {
189
- return this.formattedname;
170
+ key: "getWidth",
171
+ value: function getWidth() {
172
+ return this.width;
190
173
  }
191
174
 
192
175
  /**
193
- * @param {String} formattedname
176
+ * @param {Number} width
194
177
  */
195
178
  }, {
196
- key: "setFormattedname",
197
- value: function setFormattedname(formattedname) {
198
- this['formattedname'] = formattedname;
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: "getContainerObjectType",
205
- value: function getContainerObjectType() {
206
- return this.containerObjectType;
187
+ key: "getHeight",
188
+ value: function getHeight() {
189
+ return this.height;
207
190
  }
208
191
 
209
192
  /**
210
- * @param {Number} containerObjectType
193
+ * @param {Number} height
211
194
  */
212
195
  }, {
213
- key: "setContainerObjectType",
214
- value: function setContainerObjectType(containerObjectType) {
215
- this['containerObjectType'] = containerObjectType;
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 {String}
235
+ * @return {Number}
236
236
  */
237
237
  }, {
238
- key: "getContenttype",
239
- value: function getContenttype() {
240
- return this.contenttype;
238
+ key: "getContainerObjectType",
239
+ value: function getContainerObjectType() {
240
+ return this.containerObjectType;
241
241
  }
242
242
 
243
243
  /**
244
- * @param {String} contenttype
244
+ * @param {Number} containerObjectType
245
245
  */
246
246
  }, {
247
- key: "setContenttype",
248
- value: function setContenttype(contenttype) {
249
- this['contenttype'] = contenttype;
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('contenttype')) {
335
- obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
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} description
397
- */
398
- ImageUploadObject.prototype['description'] = undefined;
399
-
400
- /**
401
- * @member {Number} height
396
+ * @member {String} contenttype
402
397
  */
403
- ImageUploadObject.prototype['height'] = undefined;
398
+ ImageUploadObject.prototype['contenttype'] = undefined;
404
399
 
405
400
  /**
406
- * @member {Number} width
401
+ * @member {String} description
407
402
  */
408
- ImageUploadObject.prototype['width'] = undefined;
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 {String} formattedname
416
+ * @member {Number} width
422
417
  */
423
- ImageUploadObject.prototype['formattedname'] = undefined;
418
+ ImageUploadObject.prototype['width'] = undefined;
424
419
 
425
420
  /**
426
- * @member {Number} containerObjectType
421
+ * @member {Number} height
427
422
  */
428
- ImageUploadObject.prototype['containerObjectType'] = undefined;
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 {String} contenttype
436
+ * @member {Number} containerObjectType
437
437
  */
438
- ImageUploadObject.prototype['contenttype'] = undefined;
438
+ ImageUploadObject.prototype['containerObjectType'] = undefined;
439
439
 
440
440
  /**
441
441
  * @member {Object} data