@gobodo/gobodo-api-promise 0.1.36 → 0.1.39

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 (190) hide show
  1. package/README.md +11 -6
  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 +527 -3
  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/index.js +6 -13
  58. package/dist/model/APIClient.js +2 -2
  59. package/dist/model/AccountSessionInput.js +2 -2
  60. package/dist/model/AccountSessionResponse.js +2 -2
  61. package/dist/model/ApplicationPaymentAccountResponse.js +31 -2
  62. package/dist/model/ApplicationPaymentAccountResponseFailureException.js +16 -47
  63. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
  64. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
  65. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
  66. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +303 -0
  67. package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +187 -0
  68. package/dist/model/Article.js +2 -2
  69. package/dist/model/AuthResponse.js +2 -2
  70. package/dist/model/Balance.js +49 -49
  71. package/dist/model/BalanceDetails.js +2 -2
  72. package/dist/model/BalanceResponse.js +2 -2
  73. package/dist/model/BankAccountInfo.js +2 -2
  74. package/dist/model/CardInfo.js +2 -2
  75. package/dist/model/Comment.js +28 -28
  76. package/dist/model/Coordinates.js +2 -2
  77. package/dist/model/CreateAccountResponse.js +2 -2
  78. package/dist/model/CreateStripeAccountInput.js +27 -2
  79. package/dist/model/CreateStripeCustomerInput.js +2 -2
  80. package/dist/model/CustomerResponse.js +2 -2
  81. package/dist/model/DataObject.js +2 -2
  82. package/dist/model/DataSheetImport.js +141 -141
  83. package/dist/model/DataSheetImportPrivacySettings.js +2 -2
  84. package/dist/model/DataSheetImportSummary.js +25 -25
  85. package/dist/model/Document.js +2 -2
  86. package/dist/model/DocumentPart.js +31 -31
  87. package/dist/model/DocumentPartType.js +2 -2
  88. package/dist/model/DocumentType.js +27 -27
  89. package/dist/model/FieldMapping.js +2 -2
  90. package/dist/model/Fields.js +52 -52
  91. package/dist/model/File.js +25 -25
  92. package/dist/model/FileAttachmentUploadObject.js +25 -25
  93. package/dist/model/Filter.js +2 -2
  94. package/dist/model/FilterManager.js +2 -2
  95. package/dist/model/Form.js +2 -2
  96. package/dist/model/FormSection.js +2 -2
  97. package/dist/model/FormSubmission.js +2 -2
  98. package/dist/model/Geocode.js +2 -2
  99. package/dist/model/GeocodePayload.js +2 -2
  100. package/dist/model/GeolocationInput.js +2 -2
  101. package/dist/model/Graph.js +25 -25
  102. package/dist/model/GraphAction.js +2 -2
  103. package/dist/model/GraphDatabaseService.js +2 -2
  104. package/dist/model/GraphGeocode.js +2 -2
  105. package/dist/model/GraphIteratorEntryPart.js +8 -8
  106. package/dist/model/GraphObject.js +2 -2
  107. package/dist/model/GraphObjectPayload.js +2 -2
  108. package/dist/model/GraphObjectSchema.js +30 -30
  109. package/dist/model/GraphObjectType.js +2 -2
  110. package/dist/model/GraphObjectTypeSchema.js +2 -2
  111. package/dist/model/GraphOwner.js +2 -2
  112. package/dist/model/GraphRelationObjectObject.js +2 -2
  113. package/dist/model/GraphRelationship.js +2 -2
  114. package/dist/model/GraphRelationshipPayload.js +2 -2
  115. package/dist/model/GraphRelationshipType.js +2 -2
  116. package/dist/model/GraphSchema.js +90 -90
  117. package/dist/model/GraphTraversalInput.js +2 -2
  118. package/dist/model/Image.js +23 -23
  119. package/dist/model/ImageUploadObject.js +23 -23
  120. package/dist/model/InputPart.js +2 -2
  121. package/dist/model/InputPartMediaType.js +2 -2
  122. package/dist/model/Link.js +28 -28
  123. package/dist/model/LiveStreamInfo.js +2 -2
  124. package/dist/model/MeetingEvent.js +81 -81
  125. package/dist/model/MeetingEventTimezone.js +2 -2
  126. package/dist/model/MeetingInfo.js +2 -2
  127. package/dist/model/Member.js +31 -31
  128. package/dist/model/MemberGroupCategory.js +2 -2
  129. package/dist/model/MemberList.js +2 -2
  130. package/dist/model/MessageGroup.js +25 -25
  131. package/dist/model/MultipartBody.js +2 -2
  132. package/dist/model/Objecttype.js +2 -2
  133. package/dist/model/Page.js +2 -2
  134. package/dist/model/PageSchema.js +27 -27
  135. package/dist/model/Pageable.js +2 -2
  136. package/dist/model/Path.js +2 -2
  137. package/dist/model/PaymentAccountObject.js +2 -2
  138. package/dist/model/PaymentIntentInput.js +2 -2
  139. package/dist/model/PaymentIntentResponse.js +2 -2
  140. package/dist/model/PaymentMethod.js +2 -2
  141. package/dist/model/PaymentMethodInput.js +2 -2
  142. package/dist/model/PaymentMethodResponse.js +2 -2
  143. package/dist/model/PaymentMethodsResponse.js +2 -2
  144. package/dist/model/Payout.js +30 -30
  145. package/dist/model/PayoutInput.js +2 -2
  146. package/dist/model/PayoutResponse.js +2 -2
  147. package/dist/model/Post.js +2 -2
  148. package/dist/model/PrivateMessage.js +25 -25
  149. package/dist/model/PrivateMessageConversation.js +33 -33
  150. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  151. package/dist/model/Profile.js +2 -2
  152. package/dist/model/Profiletype.js +2 -2
  153. package/dist/model/PropertyContainer.js +25 -25
  154. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  155. package/dist/model/RelationshipMapping.js +2 -2
  156. package/dist/model/ScreenSchema.js +2 -2
  157. package/dist/model/SimulcastInfo.js +2 -2
  158. package/dist/model/SkinField.js +52 -52
  159. package/dist/model/SocialGroup.js +2 -2
  160. package/dist/model/SocialGroupType.js +2 -2
  161. package/dist/model/Sort.js +2 -2
  162. package/dist/model/SourceTypes.js +2 -2
  163. package/dist/model/StatusUpdate.js +2 -2
  164. package/dist/model/StreetAddress.js +2 -2
  165. package/dist/model/StripeAccount.js +52 -2
  166. package/dist/model/StripeCustomerAccount.js +2 -2
  167. package/dist/model/Template.js +2 -2
  168. package/dist/model/TemplateSchema.js +2 -2
  169. package/dist/model/ThemeMapping.js +2 -2
  170. package/dist/model/ThemeMappingPayload.js +2 -2
  171. package/dist/model/Transaction.js +2 -2
  172. package/dist/model/Transfer.js +30 -30
  173. package/dist/model/TransferInput.js +2 -2
  174. package/dist/model/TransferResponse.js +2 -2
  175. package/dist/model/TransferResponsePaymentMethodDetails.js +30 -30
  176. package/dist/model/TraversalRelationResponse.js +2 -2
  177. package/dist/model/User.js +31 -31
  178. package/dist/model/UserDataPayload.js +31 -31
  179. package/dist/model/UserDomain.js +2 -2
  180. package/dist/model/UserInvite.js +2 -2
  181. package/dist/model/UserInviteInput.js +2 -2
  182. package/dist/model/UserSchema.js +31 -31
  183. package/dist/model/UserTag.js +2 -2
  184. package/dist/model/Userid.js +2 -2
  185. package/dist/model/Video.js +2 -2
  186. package/dist/model/VideoLiveUrl.js +2 -2
  187. package/dist/model/VideoSchema.js +29 -29
  188. package/dist/model/VideoUploadObject.js +2 -2
  189. package/dist/model/ZeusPortalCategory.js +2 -2
  190. package/package.json +1 -1
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
21
21
  * gobodo-api
22
22
  * REST Interface for Gobodo API
23
23
  *
24
- * The version of the OpenAPI document: 0.1.36
24
+ * The version of the OpenAPI document: 0.1.39
25
25
  * Contact: info@gobodo.io
26
26
  *
27
27
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -32,7 +32,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
32
32
  /**
33
33
  * The DocumentPart model module.
34
34
  * @module model/DocumentPart
35
- * @version 0.1.36
35
+ * @version 0.1.39
36
36
  */
37
37
  var DocumentPart = /*#__PURE__*/function () {
38
38
  /**
@@ -169,6 +169,23 @@ var DocumentPart = /*#__PURE__*/function () {
169
169
  value: function setStatus(status) {
170
170
  this['status'] = status;
171
171
  }
172
+ /**
173
+ * @return {String}
174
+ */
175
+ }, {
176
+ key: "getTitle",
177
+ value: function getTitle() {
178
+ return this.title;
179
+ }
180
+
181
+ /**
182
+ * @param {String} title
183
+ */
184
+ }, {
185
+ key: "setTitle",
186
+ value: function setTitle(title) {
187
+ this['title'] = title;
188
+ }
172
189
  /**
173
190
  * @return {Object}
174
191
  */
@@ -237,23 +254,6 @@ var DocumentPart = /*#__PURE__*/function () {
237
254
  value: function setArticleid(articleid) {
238
255
  this['articleid'] = articleid;
239
256
  }
240
- /**
241
- * @return {String}
242
- */
243
- }, {
244
- key: "getTitle",
245
- value: function getTitle() {
246
- return this.title;
247
- }
248
-
249
- /**
250
- * @param {String} title
251
- */
252
- }, {
253
- key: "setTitle",
254
- value: function setTitle(title) {
255
- this['title'] = title;
256
- }
257
257
  /**
258
258
  * @return {Number}
259
259
  */
@@ -410,6 +410,9 @@ var DocumentPart = /*#__PURE__*/function () {
410
410
  if (data.hasOwnProperty('status')) {
411
411
  obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
412
412
  }
413
+ if (data.hasOwnProperty('title')) {
414
+ obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
415
+ }
413
416
  if (data.hasOwnProperty('childentryparts')) {
414
417
  obj['childentryparts'] = _ApiClient["default"].convertToType(data['childentryparts'], Object);
415
418
  }
@@ -422,9 +425,6 @@ var DocumentPart = /*#__PURE__*/function () {
422
425
  if (data.hasOwnProperty('articleid')) {
423
426
  obj['articleid'] = _ApiClient["default"].convertToType(data['articleid'], 'Number');
424
427
  }
425
- if (data.hasOwnProperty('title')) {
426
- obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
427
- }
428
428
  if (data.hasOwnProperty('childentrypartcount')) {
429
429
  obj['childentrypartcount'] = _ApiClient["default"].convertToType(data['childentrypartcount'], 'Number');
430
430
  }
@@ -483,6 +483,10 @@ var DocumentPart = /*#__PURE__*/function () {
483
483
  if (data['body'] && !(typeof data['body'] === 'string' || data['body'] instanceof String)) {
484
484
  throw new Error("Expected the field `body` to be a primitive type in the JSON string but got " + data['body']);
485
485
  }
486
+ // ensure the json data is a string
487
+ if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
488
+ throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
489
+ }
486
490
  // validate the optional field `documentparttype`
487
491
  if (data['documentparttype']) {
488
492
  // data not null
@@ -492,10 +496,6 @@ var DocumentPart = /*#__PURE__*/function () {
492
496
  if (data['creator'] && !(typeof data['creator'] === 'string' || data['creator'] instanceof String)) {
493
497
  throw new Error("Expected the field `creator` to be a primitive type in the JSON string but got " + data['creator']);
494
498
  }
495
- // ensure the json data is a string
496
- if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
497
- throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
498
- }
499
499
  // validate the optional field `mainPhoto`
500
500
  if (data['mainPhoto']) {
501
501
  // data not null
@@ -550,6 +550,11 @@ DocumentPart.prototype['creationdate'] = undefined;
550
550
  */
551
551
  DocumentPart.prototype['status'] = undefined;
552
552
 
553
+ /**
554
+ * @member {String} title
555
+ */
556
+ DocumentPart.prototype['title'] = undefined;
557
+
553
558
  /**
554
559
  * @member {Object} childentryparts
555
560
  */
@@ -570,11 +575,6 @@ DocumentPart.prototype['creator'] = undefined;
570
575
  */
571
576
  DocumentPart.prototype['articleid'] = undefined;
572
577
 
573
- /**
574
- * @member {String} title
575
- */
576
- DocumentPart.prototype['title'] = undefined;
577
-
578
578
  /**
579
579
  * @member {Number} childentrypartcount
580
580
  */
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.36
20
+ * The version of the OpenAPI document: 0.1.39
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The DocumentPartType model module.
30
30
  * @module model/DocumentPartType
31
- * @version 0.1.36
31
+ * @version 0.1.39
32
32
  */
33
33
  var DocumentPartType = /*#__PURE__*/function () {
34
34
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
17
17
  * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.36
20
+ * The version of the OpenAPI document: 0.1.39
21
21
  * Contact: info@gobodo.io
22
22
  *
23
23
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
28
28
  /**
29
29
  * The DocumentType model module.
30
30
  * @module model/DocumentType
31
- * @version 0.1.36
31
+ * @version 0.1.39
32
32
  */
33
33
  var DocumentType = /*#__PURE__*/function () {
34
34
  /**
@@ -97,23 +97,6 @@ var DocumentType = /*#__PURE__*/function () {
97
97
  value: function setChildTypes(childTypes) {
98
98
  this['childTypes'] = childTypes;
99
99
  }
100
- /**
101
- * @return {Boolean}
102
- */
103
- }, {
104
- key: "getMediaItem",
105
- value: function getMediaItem() {
106
- return this.mediaItem;
107
- }
108
-
109
- /**
110
- * @param {Boolean} mediaItem
111
- */
112
- }, {
113
- key: "setMediaItem",
114
- value: function setMediaItem(mediaItem) {
115
- this['mediaItem'] = mediaItem;
116
- }
117
100
  /**
118
101
  * @return {String}
119
102
  */
@@ -165,6 +148,23 @@ var DocumentType = /*#__PURE__*/function () {
165
148
  value: function setEntryPartTypes(entryPartTypes) {
166
149
  this['entryPartTypes'] = entryPartTypes;
167
150
  }
151
+ /**
152
+ * @return {Boolean}
153
+ */
154
+ }, {
155
+ key: "getMediaItem",
156
+ value: function getMediaItem() {
157
+ return this.mediaItem;
158
+ }
159
+
160
+ /**
161
+ * @param {Boolean} mediaItem
162
+ */
163
+ }, {
164
+ key: "setMediaItem",
165
+ value: function setMediaItem(mediaItem) {
166
+ this['mediaItem'] = mediaItem;
167
+ }
168
168
  /**
169
169
  * @return {String}
170
170
  */
@@ -309,9 +309,6 @@ var DocumentType = /*#__PURE__*/function () {
309
309
  if (data.hasOwnProperty('childTypes')) {
310
310
  obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
311
311
  }
312
- if (data.hasOwnProperty('mediaItem')) {
313
- obj['mediaItem'] = _ApiClient["default"].convertToType(data['mediaItem'], 'Boolean');
314
- }
315
312
  if (data.hasOwnProperty('singleDescription')) {
316
313
  obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
317
314
  }
@@ -321,6 +318,9 @@ var DocumentType = /*#__PURE__*/function () {
321
318
  if (data.hasOwnProperty('entryPartTypes')) {
322
319
  obj['entryPartTypes'] = _ApiClient["default"].convertToType(data['entryPartTypes'], Object);
323
320
  }
321
+ if (data.hasOwnProperty('mediaItem')) {
322
+ obj['mediaItem'] = _ApiClient["default"].convertToType(data['mediaItem'], 'Boolean');
323
+ }
324
324
  if (data.hasOwnProperty('description')) {
325
325
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
326
326
  }
@@ -401,11 +401,6 @@ DocumentType.prototype['parent'] = undefined;
401
401
  */
402
402
  DocumentType.prototype['childTypes'] = undefined;
403
403
 
404
- /**
405
- * @member {Boolean} mediaItem
406
- */
407
- DocumentType.prototype['mediaItem'] = undefined;
408
-
409
404
  /**
410
405
  * @member {String} singleDescription
411
406
  */
@@ -421,6 +416,11 @@ DocumentType.prototype['singlePart'] = undefined;
421
416
  */
422
417
  DocumentType.prototype['entryPartTypes'] = undefined;
423
418
 
419
+ /**
420
+ * @member {Boolean} mediaItem
421
+ */
422
+ DocumentType.prototype['mediaItem'] = undefined;
423
+
424
424
  /**
425
425
  * @member {String} description
426
426
  */
@@ -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.39
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 FieldMapping model module.
28
28
  * @module model/FieldMapping
29
- * @version 0.1.36
29
+ * @version 0.1.39
30
30
  */
31
31
  var FieldMapping = /*#__PURE__*/function () {
32
32
  /**
@@ -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.36
19
+ * The version of the OpenAPI document: 0.1.39
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 Fields model module.
29
29
  * @module model/Fields
30
- * @version 0.1.36
30
+ * @version 0.1.39
31
31
  */
32
32
  var Fields = /*#__PURE__*/function () {
33
33
  /**
@@ -167,6 +167,23 @@ var Fields = /*#__PURE__*/function () {
167
167
  /**
168
168
  * @return {Boolean}
169
169
  */
170
+ }, {
171
+ key: "getVisible",
172
+ value: function getVisible() {
173
+ return this.visible;
174
+ }
175
+
176
+ /**
177
+ * @param {Boolean} visible
178
+ */
179
+ }, {
180
+ key: "setVisible",
181
+ value: function setVisible(visible) {
182
+ this['visible'] = visible;
183
+ }
184
+ /**
185
+ * @return {Boolean}
186
+ */
170
187
  }, {
171
188
  key: "getRequired",
172
189
  value: function getRequired() {
@@ -201,23 +218,6 @@ var Fields = /*#__PURE__*/function () {
201
218
  /**
202
219
  * @return {Boolean}
203
220
  */
204
- }, {
205
- key: "getVisible",
206
- value: function getVisible() {
207
- return this.visible;
208
- }
209
-
210
- /**
211
- * @param {Boolean} visible
212
- */
213
- }, {
214
- key: "setVisible",
215
- value: function setVisible(visible) {
216
- this['visible'] = visible;
217
- }
218
- /**
219
- * @return {Boolean}
220
- */
221
221
  }, {
222
222
  key: "getSearchable",
223
223
  value: function getSearchable() {
@@ -249,6 +249,23 @@ var Fields = /*#__PURE__*/function () {
249
249
  value: function setRelationshipType(relationshipType) {
250
250
  this['relationshipType'] = relationshipType;
251
251
  }
252
+ /**
253
+ * @return {String}
254
+ */
255
+ }, {
256
+ key: "getDefaultFieldOption",
257
+ value: function getDefaultFieldOption() {
258
+ return this.defaultFieldOption;
259
+ }
260
+
261
+ /**
262
+ * @param {String} defaultFieldOption
263
+ */
264
+ }, {
265
+ key: "setDefaultFieldOption",
266
+ value: function setDefaultFieldOption(defaultFieldOption) {
267
+ this['defaultFieldOption'] = defaultFieldOption;
268
+ }
252
269
  /**
253
270
  * @return {Number}
254
271
  */
@@ -283,23 +300,6 @@ var Fields = /*#__PURE__*/function () {
283
300
  value: function setParentObjectType(parentObjectType) {
284
301
  this['parentObjectType'] = parentObjectType;
285
302
  }
286
- /**
287
- * @return {String}
288
- */
289
- }, {
290
- key: "getDefaultFieldOption",
291
- value: function getDefaultFieldOption() {
292
- return this.defaultFieldOption;
293
- }
294
-
295
- /**
296
- * @param {String} defaultFieldOption
297
- */
298
- }, {
299
- key: "setDefaultFieldOption",
300
- value: function setDefaultFieldOption(defaultFieldOption) {
301
- this['defaultFieldOption'] = defaultFieldOption;
302
- }
303
303
  /**
304
304
  * @return {Number}
305
305
  */
@@ -371,30 +371,30 @@ var Fields = /*#__PURE__*/function () {
371
371
  if (data.hasOwnProperty('description')) {
372
372
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
373
373
  }
374
+ if (data.hasOwnProperty('visible')) {
375
+ obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
376
+ }
374
377
  if (data.hasOwnProperty('required')) {
375
378
  obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
376
379
  }
377
380
  if (data.hasOwnProperty('relationshipTypeId')) {
378
381
  obj['relationshipTypeId'] = _ApiClient["default"].convertToType(data['relationshipTypeId'], 'Number');
379
382
  }
380
- if (data.hasOwnProperty('visible')) {
381
- obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
382
- }
383
383
  if (data.hasOwnProperty('searchable')) {
384
384
  obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
385
385
  }
386
386
  if (data.hasOwnProperty('relationshipType')) {
387
387
  obj['relationshipType'] = _GraphRelationshipType["default"].constructFromObject(data['relationshipType']);
388
388
  }
389
+ if (data.hasOwnProperty('defaultFieldOption')) {
390
+ obj['defaultFieldOption'] = _ApiClient["default"].convertToType(data['defaultFieldOption'], 'String');
391
+ }
389
392
  if (data.hasOwnProperty('parentObjectID')) {
390
393
  obj['parentObjectID'] = _ApiClient["default"].convertToType(data['parentObjectID'], 'Number');
391
394
  }
392
395
  if (data.hasOwnProperty('parentObjectType')) {
393
396
  obj['parentObjectType'] = _ApiClient["default"].convertToType(data['parentObjectType'], 'Number');
394
397
  }
395
- if (data.hasOwnProperty('defaultFieldOption')) {
396
- obj['defaultFieldOption'] = _ApiClient["default"].convertToType(data['defaultFieldOption'], 'String');
397
- }
398
398
  if (data.hasOwnProperty('objectTypeId')) {
399
399
  obj['objectTypeId'] = _ApiClient["default"].convertToType(data['objectTypeId'], 'Number');
400
400
  }
@@ -482,6 +482,11 @@ Fields.prototype['options'] = undefined;
482
482
  */
483
483
  Fields.prototype['description'] = undefined;
484
484
 
485
+ /**
486
+ * @member {Boolean} visible
487
+ */
488
+ Fields.prototype['visible'] = undefined;
489
+
485
490
  /**
486
491
  * @member {Boolean} required
487
492
  */
@@ -492,11 +497,6 @@ Fields.prototype['required'] = undefined;
492
497
  */
493
498
  Fields.prototype['relationshipTypeId'] = undefined;
494
499
 
495
- /**
496
- * @member {Boolean} visible
497
- */
498
- Fields.prototype['visible'] = undefined;
499
-
500
500
  /**
501
501
  * @member {Boolean} searchable
502
502
  */
@@ -507,6 +507,11 @@ Fields.prototype['searchable'] = undefined;
507
507
  */
508
508
  Fields.prototype['relationshipType'] = undefined;
509
509
 
510
+ /**
511
+ * @member {String} defaultFieldOption
512
+ */
513
+ Fields.prototype['defaultFieldOption'] = undefined;
514
+
510
515
  /**
511
516
  * @member {Number} parentObjectID
512
517
  */
@@ -517,11 +522,6 @@ Fields.prototype['parentObjectID'] = undefined;
517
522
  */
518
523
  Fields.prototype['parentObjectType'] = undefined;
519
524
 
520
- /**
521
- * @member {String} defaultFieldOption
522
- */
523
- Fields.prototype['defaultFieldOption'] = undefined;
524
-
525
525
  /**
526
526
  * @member {Number} objectTypeId
527
527
  */
@@ -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.39
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 File model module.
28
28
  * @module model/File
29
- * @version 0.1.36
29
+ * @version 0.1.39
30
30
  */
31
31
  var File = /*#__PURE__*/function () {
32
32
  /**
@@ -79,38 +79,38 @@ var File = /*#__PURE__*/function () {
79
79
  this['size'] = size;
80
80
  }
81
81
  /**
82
- * @return {String}
82
+ * @return {Object}
83
83
  */
84
84
  }, {
85
- key: "getDescription",
86
- value: function getDescription() {
87
- return this.description;
85
+ key: "getData",
86
+ value: function getData() {
87
+ return this.data;
88
88
  }
89
89
 
90
90
  /**
91
- * @param {String} description
91
+ * @param {Object} data
92
92
  */
93
93
  }, {
94
- key: "setDescription",
95
- value: function setDescription(description) {
96
- this['description'] = description;
94
+ key: "setData",
95
+ value: function setData(data) {
96
+ this['data'] = data;
97
97
  }
98
98
  /**
99
- * @return {Object}
99
+ * @return {String}
100
100
  */
101
101
  }, {
102
- key: "getData",
103
- value: function getData() {
104
- return this.data;
102
+ key: "getDescription",
103
+ value: function getDescription() {
104
+ return this.description;
105
105
  }
106
106
 
107
107
  /**
108
- * @param {Object} data
108
+ * @param {String} description
109
109
  */
110
110
  }, {
111
- key: "setData",
112
- value: function setData(data) {
113
- this['data'] = data;
111
+ key: "setDescription",
112
+ value: function setDescription(description) {
113
+ this['description'] = description;
114
114
  }
115
115
  /**
116
116
  * @return {Date}
@@ -236,12 +236,12 @@ var File = /*#__PURE__*/function () {
236
236
  if (data.hasOwnProperty('size')) {
237
237
  obj['size'] = _ApiClient["default"].convertToType(data['size'], 'Number');
238
238
  }
239
- if (data.hasOwnProperty('description')) {
240
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
241
- }
242
239
  if (data.hasOwnProperty('data')) {
243
240
  obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
244
241
  }
242
+ if (data.hasOwnProperty('description')) {
243
+ obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
244
+ }
245
245
  if (data.hasOwnProperty('creationdate')) {
246
246
  obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
247
247
  }
@@ -300,14 +300,14 @@ File.prototype['name'] = undefined;
300
300
  File.prototype['size'] = undefined;
301
301
 
302
302
  /**
303
- * @member {String} description
303
+ * @member {Object} data
304
304
  */
305
- File.prototype['description'] = undefined;
305
+ File.prototype['data'] = undefined;
306
306
 
307
307
  /**
308
- * @member {Object} data
308
+ * @member {String} description
309
309
  */
310
- File.prototype['data'] = undefined;
310
+ File.prototype['description'] = undefined;
311
311
 
312
312
  /**
313
313
  * @member {Date} creationdate
@@ -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.39
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 FileAttachmentUploadObject model module.
28
28
  * @module model/FileAttachmentUploadObject
29
- * @version 0.1.36
29
+ * @version 0.1.39
30
30
  */
31
31
  var FileAttachmentUploadObject = /*#__PURE__*/function () {
32
32
  /**
@@ -79,38 +79,38 @@ var FileAttachmentUploadObject = /*#__PURE__*/function () {
79
79
  this['size'] = size;
80
80
  }
81
81
  /**
82
- * @return {String}
82
+ * @return {Object}
83
83
  */
84
84
  }, {
85
- key: "getDescription",
86
- value: function getDescription() {
87
- return this.description;
85
+ key: "getData",
86
+ value: function getData() {
87
+ return this.data;
88
88
  }
89
89
 
90
90
  /**
91
- * @param {String} description
91
+ * @param {Object} data
92
92
  */
93
93
  }, {
94
- key: "setDescription",
95
- value: function setDescription(description) {
96
- this['description'] = description;
94
+ key: "setData",
95
+ value: function setData(data) {
96
+ this['data'] = data;
97
97
  }
98
98
  /**
99
- * @return {Object}
99
+ * @return {String}
100
100
  */
101
101
  }, {
102
- key: "getData",
103
- value: function getData() {
104
- return this.data;
102
+ key: "getDescription",
103
+ value: function getDescription() {
104
+ return this.description;
105
105
  }
106
106
 
107
107
  /**
108
- * @param {Object} data
108
+ * @param {String} description
109
109
  */
110
110
  }, {
111
- key: "setData",
112
- value: function setData(data) {
113
- this['data'] = data;
111
+ key: "setDescription",
112
+ value: function setDescription(description) {
113
+ this['description'] = description;
114
114
  }
115
115
  /**
116
116
  * @return {Date}
@@ -236,12 +236,12 @@ var FileAttachmentUploadObject = /*#__PURE__*/function () {
236
236
  if (data.hasOwnProperty('size')) {
237
237
  obj['size'] = _ApiClient["default"].convertToType(data['size'], 'Number');
238
238
  }
239
- if (data.hasOwnProperty('description')) {
240
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
241
- }
242
239
  if (data.hasOwnProperty('data')) {
243
240
  obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
244
241
  }
242
+ if (data.hasOwnProperty('description')) {
243
+ obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
244
+ }
245
245
  if (data.hasOwnProperty('creationdate')) {
246
246
  obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
247
247
  }
@@ -300,14 +300,14 @@ FileAttachmentUploadObject.prototype['name'] = undefined;
300
300
  FileAttachmentUploadObject.prototype['size'] = undefined;
301
301
 
302
302
  /**
303
- * @member {String} description
303
+ * @member {Object} data
304
304
  */
305
- FileAttachmentUploadObject.prototype['description'] = undefined;
305
+ FileAttachmentUploadObject.prototype['data'] = undefined;
306
306
 
307
307
  /**
308
- * @member {Object} data
308
+ * @member {String} description
309
309
  */
310
- FileAttachmentUploadObject.prototype['data'] = undefined;
310
+ FileAttachmentUploadObject.prototype['description'] = undefined;
311
311
 
312
312
  /**
313
313
  * @member {Date} creationdate