@gobodo/gobodo-api 0.1.7 → 0.1.9

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 (163) hide show
  1. package/README.md +2 -2
  2. package/dist/ApiClient.js +4 -4
  3. package/dist/api/ActionTypesApi.js +3 -3
  4. package/dist/api/AdCampaignsApi.js +3 -3
  5. package/dist/api/AdManagementApi.js +3 -3
  6. package/dist/api/AdminDataManagementApi.js +3 -3
  7. package/dist/api/AdsApi.js +3 -3
  8. package/dist/api/AttachmentsApi.js +3 -3
  9. package/dist/api/AuthenticationApi.js +3 -3
  10. package/dist/api/CategoriesApi.js +3 -3
  11. package/dist/api/CommentsApi.js +3 -3
  12. package/dist/api/ContentManagementApi.js +3 -3
  13. package/dist/api/ConversationsApi.js +3 -3
  14. package/dist/api/DataSheetImportsApi.js +3 -3
  15. package/dist/api/DefaultApi.js +3 -3
  16. package/dist/api/DocumentsApi.js +3 -3
  17. package/dist/api/EntryPartsApi.js +3 -3
  18. package/dist/api/FacebookApi.js +3 -3
  19. package/dist/api/FieldsApi.js +3 -3
  20. package/dist/api/FilesApi.js +3 -3
  21. package/dist/api/FormsApi.js +3 -3
  22. package/dist/api/FunctionsApi.js +3 -3
  23. package/dist/api/GeocodeApi.js +3 -3
  24. package/dist/api/GoogleApi.js +3 -3
  25. package/dist/api/GraphActionsApi.js +3 -3
  26. package/dist/api/GraphObjectTypesApi.js +3 -3
  27. package/dist/api/GraphObjectsApi.js +3 -3
  28. package/dist/api/GraphRelationshipTypesApi.js +3 -3
  29. package/dist/api/GraphRelationshipsApi.js +3 -3
  30. package/dist/api/GraphSchemasApi.js +3 -3
  31. package/dist/api/GraphTraversalApi.js +3 -3
  32. package/dist/api/GraphsApi.js +3 -3
  33. package/dist/api/GroupsApi.js +3 -3
  34. package/dist/api/IAMApi.js +3 -3
  35. package/dist/api/ImagesApi.js +3 -3
  36. package/dist/api/InvitesApi.js +3 -3
  37. package/dist/api/LikesApi.js +3 -3
  38. package/dist/api/LinkedINApi.js +3 -3
  39. package/dist/api/LiveMeetingsApi.js +3 -3
  40. package/dist/api/MeetingEventsApi.js +3 -3
  41. package/dist/api/PagesApi.js +3 -3
  42. package/dist/api/PostsApi.js +3 -3
  43. package/dist/api/PrivateMessagesApi.js +3 -3
  44. package/dist/api/PublicationsApi.js +3 -3
  45. package/dist/api/ScreensApi.js +3 -3
  46. package/dist/api/SocialIntegrationApi.js +3 -3
  47. package/dist/api/StripeAccountsApi.js +3 -3
  48. package/dist/api/TagsApi.js +3 -3
  49. package/dist/api/TemplatesApi.js +3 -3
  50. package/dist/api/ThemeMappingsApi.js +3 -3
  51. package/dist/api/TransactionsApi.js +3 -3
  52. package/dist/api/TwitterApi.js +3 -3
  53. package/dist/api/UserTagsApi.js +3 -3
  54. package/dist/api/UsersApi.js +3 -3
  55. package/dist/api/UtilsApi.js +3 -3
  56. package/dist/api/VideosApi.js +3 -3
  57. package/dist/model/APIClient.js +3 -3
  58. package/dist/model/Article.js +47 -47
  59. package/dist/model/Authorization.js +3 -3
  60. package/dist/model/Comment.js +22 -22
  61. package/dist/model/Coordinates.js +3 -3
  62. package/dist/model/CreateAccountResponse.js +3 -3
  63. package/dist/model/CreateCustomerResponse.js +3 -3
  64. package/dist/model/CreateStripeAccountInput.js +3 -3
  65. package/dist/model/CreateStripeCustomerInput.js +3 -3
  66. package/dist/model/DataObject.js +3 -3
  67. package/dist/model/DataSheetImport.js +60 -60
  68. package/dist/model/DataSheetImportPrivacySettings.js +3 -3
  69. package/dist/model/DataSheetImportSummary.js +3 -3
  70. package/dist/model/Document.js +47 -47
  71. package/dist/model/DocumentPart.js +28 -28
  72. package/dist/model/DocumentPartType.js +10 -10
  73. package/dist/model/DocumentType.js +10 -10
  74. package/dist/model/FieldMapping.js +3 -3
  75. package/dist/model/Fields.js +15 -15
  76. package/dist/model/File.js +15 -15
  77. package/dist/model/FileAttachmentUploadObject.js +15 -15
  78. package/dist/model/Filter.js +3 -3
  79. package/dist/model/FilterManager.js +3 -3
  80. package/dist/model/Form.js +14 -14
  81. package/dist/model/FormSection.js +3 -3
  82. package/dist/model/FormSubmission.js +3 -3
  83. package/dist/model/Geocode.js +3 -3
  84. package/dist/model/GeocodePayload.js +3 -3
  85. package/dist/model/GeolocationInput.js +3 -3
  86. package/dist/model/Graph.js +18 -18
  87. package/dist/model/GraphAction.js +10 -10
  88. package/dist/model/GraphDatabaseService.js +3 -3
  89. package/dist/model/GraphGeocode.js +3 -3
  90. package/dist/model/GraphIteratorEntryPart.js +3 -3
  91. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +3 -3
  92. package/dist/model/GraphObject.js +11 -11
  93. package/dist/model/GraphObjectPayload.js +3 -3
  94. package/dist/model/GraphObjectSchema.js +11 -11
  95. package/dist/model/GraphObjectType.js +3 -3
  96. package/dist/model/GraphObjectTypeSchema.js +3 -3
  97. package/dist/model/GraphOwner.js +3 -3
  98. package/dist/model/GraphRelation.js +12 -12
  99. package/dist/model/GraphRelationObjectObject.js +12 -12
  100. package/dist/model/GraphRelationship.js +12 -12
  101. package/dist/model/GraphRelationshipPayload.js +3 -3
  102. package/dist/model/GraphRelationshipType.js +14 -14
  103. package/dist/model/GraphSchema.js +3 -3
  104. package/dist/model/GraphTraversalInput.js +263 -3
  105. package/dist/model/Image.js +23 -23
  106. package/dist/model/ImageUploadObject.js +23 -23
  107. package/dist/model/InputPart.js +13 -13
  108. package/dist/model/InputPartMediaType.js +3 -3
  109. package/dist/model/Link.js +28 -28
  110. package/dist/model/LiveStreamInfo.js +3 -3
  111. package/dist/model/MeetingEvent.js +11 -11
  112. package/dist/model/MeetingEventTimezone.js +3 -3
  113. package/dist/model/MeetingInfo.js +15 -15
  114. package/dist/model/Member.js +23 -23
  115. package/dist/model/MemberGroupCategory.js +3 -3
  116. package/dist/model/MemberList.js +3 -3
  117. package/dist/model/MessageGroup.js +3 -3
  118. package/dist/model/MultipartBody.js +3 -3
  119. package/dist/model/Objecttype.js +3 -3
  120. package/dist/model/Page.js +10 -10
  121. package/dist/model/PageSchema.js +22 -22
  122. package/dist/model/Pageable.js +3 -3
  123. package/dist/model/Path.js +3 -3
  124. package/dist/model/PaymentIntentInput.js +3 -3
  125. package/dist/model/PaymentIntentResponse.js +3 -3
  126. package/dist/model/PaymentMethod.js +3 -3
  127. package/dist/model/Post.js +11 -11
  128. package/dist/model/PrivateMessage.js +18 -18
  129. package/dist/model/PrivateMessageConversation.js +16 -16
  130. package/dist/model/PrivateMessageConversationSchema.js +3 -3
  131. package/dist/model/Profile.js +3 -3
  132. package/dist/model/Profiletype.js +3 -3
  133. package/dist/model/PropertyContainer.js +3 -3
  134. package/dist/model/PurgeDataDefaultResponseValue.js +3 -3
  135. package/dist/model/RelationshipMapping.js +3 -3
  136. package/dist/model/ScreenSchema.js +11 -11
  137. package/dist/model/SimulcastInfo.js +3 -3
  138. package/dist/model/SkinField.js +15 -15
  139. package/dist/model/SocialGroup.js +11 -11
  140. package/dist/model/SocialGroupType.js +10 -10
  141. package/dist/model/Sort.js +3 -3
  142. package/dist/model/StatusUpdate.js +11 -11
  143. package/dist/model/StreetAddress.js +3 -3
  144. package/dist/model/StripeAccount.js +3 -3
  145. package/dist/model/StripeCustomerAccount.js +3 -3
  146. package/dist/model/Template.js +3 -3
  147. package/dist/model/TemplateSchema.js +3 -3
  148. package/dist/model/ThemeMapping.js +3 -3
  149. package/dist/model/ThemeMappingPayload.js +3 -3
  150. package/dist/model/Transaction.js +3 -3
  151. package/dist/model/User.js +23 -23
  152. package/dist/model/UserDataPayload.js +23 -23
  153. package/dist/model/UserDomain.js +3 -3
  154. package/dist/model/UserInvite.js +3 -3
  155. package/dist/model/UserInviteInput.js +3 -3
  156. package/dist/model/UserSchema.js +23 -23
  157. package/dist/model/UserTag.js +3 -3
  158. package/dist/model/Video.js +30 -30
  159. package/dist/model/VideoLiveUrl.js +14 -14
  160. package/dist/model/VideoSchema.js +30 -30
  161. package/dist/model/VideoUploadObject.js +30 -30
  162. package/dist/model/ZeusPortalCategory.js +3 -3
  163. package/package.json +1 -1
@@ -13,10 +13,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * Gobodo API
16
+ * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.7
19
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The InputPart model module.
29
29
  * @module model/InputPart
30
- * @version 0.1.7
30
+ * @version 0.1.9
31
31
  */
32
32
  var InputPart = /*#__PURE__*/function () {
33
33
  /**
@@ -63,17 +63,17 @@ var InputPart = /*#__PURE__*/function () {
63
63
  if (data.hasOwnProperty('contentTypeFromMessage')) {
64
64
  obj['contentTypeFromMessage'] = _ApiClient["default"].convertToType(data['contentTypeFromMessage'], 'Boolean');
65
65
  }
66
- if (data.hasOwnProperty('headers')) {
67
- obj['headers'] = _ApiClient["default"].convertToType(data['headers'], {
68
- 'String': ['String']
69
- });
70
- }
71
66
  if (data.hasOwnProperty('mediaType')) {
72
67
  obj['mediaType'] = _InputPartMediaType["default"].constructFromObject(data['mediaType']);
73
68
  }
74
69
  if (data.hasOwnProperty('bodyAsString')) {
75
70
  obj['bodyAsString'] = _ApiClient["default"].convertToType(data['bodyAsString'], 'String');
76
71
  }
72
+ if (data.hasOwnProperty('headers')) {
73
+ obj['headers'] = _ApiClient["default"].convertToType(data['headers'], {
74
+ 'String': ['String']
75
+ });
76
+ }
77
77
  }
78
78
  return obj;
79
79
  }
@@ -105,11 +105,6 @@ var InputPart = /*#__PURE__*/function () {
105
105
  */
106
106
  InputPart.prototype['contentTypeFromMessage'] = undefined;
107
107
 
108
- /**
109
- * @member {Object.<String, Array.<String>>} headers
110
- */
111
- InputPart.prototype['headers'] = undefined;
112
-
113
108
  /**
114
109
  * @member {module:model/InputPartMediaType} mediaType
115
110
  */
@@ -119,4 +114,9 @@ InputPart.prototype['mediaType'] = undefined;
119
114
  * @member {String} bodyAsString
120
115
  */
121
116
  InputPart.prototype['bodyAsString'] = undefined;
117
+
118
+ /**
119
+ * @member {Object.<String, Array.<String>>} headers
120
+ */
121
+ InputPart.prototype['headers'] = undefined;
122
122
  var _default = exports["default"] = InputPart;
@@ -12,10 +12,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * Gobodo API
15
+ * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.7
18
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The InputPartMediaType model module.
28
28
  * @module model/InputPartMediaType
29
- * @version 0.1.7
29
+ * @version 0.1.9
30
30
  */
31
31
  var InputPartMediaType = /*#__PURE__*/function () {
32
32
  /**
@@ -13,10 +13,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * Gobodo API
16
+ * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.7
19
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The Link model module.
29
29
  * @module model/Link
30
- * @version 0.1.7
30
+ * @version 0.1.9
31
31
  */
32
32
  var Link = /*#__PURE__*/function () {
33
33
  /**
@@ -63,21 +63,21 @@ var Link = /*#__PURE__*/function () {
63
63
  if (data.hasOwnProperty('provider')) {
64
64
  obj['provider'] = _ApiClient["default"].convertToType(data['provider'], 'String');
65
65
  }
66
- if (data.hasOwnProperty('body')) {
67
- obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
68
- }
69
66
  if (data.hasOwnProperty('description')) {
70
67
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
71
68
  }
72
- if (data.hasOwnProperty('mainPhoto')) {
73
- obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
74
- }
75
69
  if (data.hasOwnProperty('url')) {
76
70
  obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
77
71
  }
78
72
  if (data.hasOwnProperty('title')) {
79
73
  obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
80
74
  }
75
+ if (data.hasOwnProperty('body')) {
76
+ obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
77
+ }
78
+ if (data.hasOwnProperty('mainPhoto')) {
79
+ obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
80
+ }
81
81
  if (data.hasOwnProperty('data')) {
82
82
  obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
83
83
  }
@@ -101,18 +101,9 @@ var Link = /*#__PURE__*/function () {
101
101
  throw new Error("Expected the field `provider` to be a primitive type in the JSON string but got " + data['provider']);
102
102
  }
103
103
  // ensure the json data is a string
104
- if (data['body'] && !(typeof data['body'] === 'string' || data['body'] instanceof String)) {
105
- throw new Error("Expected the field `body` to be a primitive type in the JSON string but got " + data['body']);
106
- }
107
- // ensure the json data is a string
108
104
  if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
109
105
  throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
110
106
  }
111
- // validate the optional field `mainPhoto`
112
- if (data['mainPhoto']) {
113
- // data not null
114
- _Image["default"].validateJSON(data['mainPhoto']);
115
- }
116
107
  // ensure the json data is a string
117
108
  if (data['url'] && !(typeof data['url'] === 'string' || data['url'] instanceof String)) {
118
109
  throw new Error("Expected the field `url` to be a primitive type in the JSON string but got " + data['url']);
@@ -121,6 +112,15 @@ var Link = /*#__PURE__*/function () {
121
112
  if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
122
113
  throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
123
114
  }
115
+ // ensure the json data is a string
116
+ if (data['body'] && !(typeof data['body'] === 'string' || data['body'] instanceof String)) {
117
+ throw new Error("Expected the field `body` to be a primitive type in the JSON string but got " + data['body']);
118
+ }
119
+ // validate the optional field `mainPhoto`
120
+ if (data['mainPhoto']) {
121
+ // data not null
122
+ _Image["default"].validateJSON(data['mainPhoto']);
123
+ }
124
124
  return true;
125
125
  }
126
126
  }]);
@@ -131,21 +131,11 @@ var Link = /*#__PURE__*/function () {
131
131
  */
132
132
  Link.prototype['provider'] = undefined;
133
133
 
134
- /**
135
- * @member {String} body
136
- */
137
- Link.prototype['body'] = undefined;
138
-
139
134
  /**
140
135
  * @member {String} description
141
136
  */
142
137
  Link.prototype['description'] = undefined;
143
138
 
144
- /**
145
- * @member {module:model/Image} mainPhoto
146
- */
147
- Link.prototype['mainPhoto'] = undefined;
148
-
149
139
  /**
150
140
  * @member {String} url
151
141
  */
@@ -156,6 +146,16 @@ Link.prototype['url'] = undefined;
156
146
  */
157
147
  Link.prototype['title'] = undefined;
158
148
 
149
+ /**
150
+ * @member {String} body
151
+ */
152
+ Link.prototype['body'] = undefined;
153
+
154
+ /**
155
+ * @member {module:model/Image} mainPhoto
156
+ */
157
+ Link.prototype['mainPhoto'] = undefined;
158
+
159
159
  /**
160
160
  * @member {Object} data
161
161
  */
@@ -12,10 +12,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * Gobodo API
15
+ * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.7
18
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The LiveStreamInfo model module.
28
28
  * @module model/LiveStreamInfo
29
- * @version 0.1.7
29
+ * @version 0.1.9
30
30
  */
31
31
  var LiveStreamInfo = /*#__PURE__*/function () {
32
32
  /**
@@ -14,10 +14,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
14
14
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
15
15
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
16
16
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
17
- * Gobodo API
17
+ * gobodo-api
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.7
20
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
28
28
  /**
29
29
  * The MeetingEvent model module.
30
30
  * @module model/MeetingEvent
31
- * @version 0.1.7
31
+ * @version 0.1.9
32
32
  */
33
33
  var MeetingEvent = /*#__PURE__*/function () {
34
34
  /**
@@ -70,15 +70,15 @@ var MeetingEvent = /*#__PURE__*/function () {
70
70
  if (data.hasOwnProperty('timezone')) {
71
71
  obj['timezone'] = _MeetingEventTimezone["default"].constructFromObject(data['timezone']);
72
72
  }
73
+ if (data.hasOwnProperty('shortdescription')) {
74
+ obj['shortdescription'] = _ApiClient["default"].convertToType(data['shortdescription'], 'String');
75
+ }
73
76
  if (data.hasOwnProperty('endtime')) {
74
77
  obj['endtime'] = _ApiClient["default"].convertToType(data['endtime'], 'Date');
75
78
  }
76
79
  if (data.hasOwnProperty('eventtypeid')) {
77
80
  obj['eventtypeid'] = _ApiClient["default"].convertToType(data['eventtypeid'], 'Number');
78
81
  }
79
- if (data.hasOwnProperty('shortdescription')) {
80
- obj['shortdescription'] = _ApiClient["default"].convertToType(data['shortdescription'], 'String');
81
- }
82
82
  if (data.hasOwnProperty('description')) {
83
83
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
84
84
  }
@@ -189,6 +189,11 @@ MeetingEvent.prototype['location'] = undefined;
189
189
  */
190
190
  MeetingEvent.prototype['timezone'] = undefined;
191
191
 
192
+ /**
193
+ * @member {String} shortdescription
194
+ */
195
+ MeetingEvent.prototype['shortdescription'] = undefined;
196
+
192
197
  /**
193
198
  * @member {Date} endtime
194
199
  */
@@ -199,11 +204,6 @@ MeetingEvent.prototype['endtime'] = undefined;
199
204
  */
200
205
  MeetingEvent.prototype['eventtypeid'] = undefined;
201
206
 
202
- /**
203
- * @member {String} shortdescription
204
- */
205
- MeetingEvent.prototype['shortdescription'] = undefined;
206
-
207
207
  /**
208
208
  * @member {String} description
209
209
  */
@@ -12,10 +12,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * Gobodo API
15
+ * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.7
18
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The MeetingEventTimezone model module.
28
28
  * @module model/MeetingEventTimezone
29
- * @version 0.1.7
29
+ * @version 0.1.9
30
30
  */
31
31
  var MeetingEventTimezone = /*#__PURE__*/function () {
32
32
  /**
@@ -13,10 +13,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * Gobodo API
16
+ * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.7
19
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The MeetingInfo model module.
29
29
  * @module model/MeetingInfo
30
- * @version 0.1.7
30
+ * @version 0.1.9
31
31
  */
32
32
  var MeetingInfo = /*#__PURE__*/function () {
33
33
  /**
@@ -66,12 +66,12 @@ var MeetingInfo = /*#__PURE__*/function () {
66
66
  if (data.hasOwnProperty('enddate')) {
67
67
  obj['enddate'] = _ApiClient["default"].convertToType(data['enddate'], 'String');
68
68
  }
69
- if (data.hasOwnProperty('roommode')) {
70
- obj['roommode'] = _ApiClient["default"].convertToType(data['roommode'], 'String');
71
- }
72
69
  if (data.hasOwnProperty('liveStreamInfo')) {
73
70
  obj['liveStreamInfo'] = _LiveStreamInfo["default"].constructFromObject(data['liveStreamInfo']);
74
71
  }
72
+ if (data.hasOwnProperty('roommode')) {
73
+ obj['roommode'] = _ApiClient["default"].convertToType(data['roommode'], 'String');
74
+ }
75
75
  }
76
76
  return obj;
77
77
  }
@@ -88,15 +88,15 @@ var MeetingInfo = /*#__PURE__*/function () {
88
88
  if (data['enddate'] && !(typeof data['enddate'] === 'string' || data['enddate'] instanceof String)) {
89
89
  throw new Error("Expected the field `enddate` to be a primitive type in the JSON string but got " + data['enddate']);
90
90
  }
91
- // ensure the json data is a string
92
- if (data['roommode'] && !(typeof data['roommode'] === 'string' || data['roommode'] instanceof String)) {
93
- throw new Error("Expected the field `roommode` to be a primitive type in the JSON string but got " + data['roommode']);
94
- }
95
91
  // validate the optional field `liveStreamInfo`
96
92
  if (data['liveStreamInfo']) {
97
93
  // data not null
98
94
  _LiveStreamInfo["default"].validateJSON(data['liveStreamInfo']);
99
95
  }
96
+ // ensure the json data is a string
97
+ if (data['roommode'] && !(typeof data['roommode'] === 'string' || data['roommode'] instanceof String)) {
98
+ throw new Error("Expected the field `roommode` to be a primitive type in the JSON string but got " + data['roommode']);
99
+ }
100
100
  return true;
101
101
  }
102
102
  }]);
@@ -115,15 +115,15 @@ MeetingInfo.prototype['islocked'] = undefined;
115
115
  MeetingInfo.prototype['enddate'] = undefined;
116
116
 
117
117
  /**
118
- * Indicates whether this is a normal meeting (up to four participants) or a group meeting
119
- * @member {module:model/MeetingInfo.RoommodeEnum} roommode
118
+ * @member {module:model/LiveStreamInfo} liveStreamInfo
120
119
  */
121
- MeetingInfo.prototype['roommode'] = undefined;
120
+ MeetingInfo.prototype['liveStreamInfo'] = undefined;
122
121
 
123
122
  /**
124
- * @member {module:model/LiveStreamInfo} liveStreamInfo
123
+ * Indicates whether this is a normal meeting (up to four participants) or a group meeting
124
+ * @member {module:model/MeetingInfo.RoommodeEnum} roommode
125
125
  */
126
- MeetingInfo.prototype['liveStreamInfo'] = undefined;
126
+ MeetingInfo.prototype['roommode'] = undefined;
127
127
 
128
128
  /**
129
129
  * Allowed values for the <code>roommode</code> property.
@@ -13,10 +13,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
13
13
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
14
14
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
15
15
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
16
- * Gobodo API
16
+ * gobodo-api
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.7
19
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  /**
28
28
  * The Member model module.
29
29
  * @module model/Member
30
- * @version 0.1.7
30
+ * @version 0.1.9
31
31
  */
32
32
  var Member = /*#__PURE__*/function () {
33
33
  /**
@@ -66,23 +66,23 @@ var Member = /*#__PURE__*/function () {
66
66
  if (data.hasOwnProperty('address')) {
67
67
  obj['address'] = _ApiClient["default"].convertToType(data['address'], 'String');
68
68
  }
69
- if (data.hasOwnProperty('status')) {
70
- obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
71
- }
72
69
  if (data.hasOwnProperty('domain')) {
73
70
  obj['domain'] = _UserDomain["default"].constructFromObject(data['domain']);
74
71
  }
75
- if (data.hasOwnProperty('email')) {
76
- obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
72
+ if (data.hasOwnProperty('status')) {
73
+ obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
77
74
  }
78
75
  if (data.hasOwnProperty('firstname')) {
79
76
  obj['firstname'] = _ApiClient["default"].convertToType(data['firstname'], 'String');
80
77
  }
78
+ if (data.hasOwnProperty('password')) {
79
+ obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
80
+ }
81
81
  if (data.hasOwnProperty('modificationdate')) {
82
82
  obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
83
83
  }
84
- if (data.hasOwnProperty('password')) {
85
- obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
84
+ if (data.hasOwnProperty('email')) {
85
+ obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
86
86
  }
87
87
  if (data.hasOwnProperty('username')) {
88
88
  obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
@@ -134,10 +134,6 @@ var Member = /*#__PURE__*/function () {
134
134
  _UserDomain["default"].validateJSON(data['domain']);
135
135
  }
136
136
  // ensure the json data is a string
137
- if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
138
- throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
139
- }
140
- // ensure the json data is a string
141
137
  if (data['firstname'] && !(typeof data['firstname'] === 'string' || data['firstname'] instanceof String)) {
142
138
  throw new Error("Expected the field `firstname` to be a primitive type in the JSON string but got " + data['firstname']);
143
139
  }
@@ -146,6 +142,10 @@ var Member = /*#__PURE__*/function () {
146
142
  throw new Error("Expected the field `password` to be a primitive type in the JSON string but got " + data['password']);
147
143
  }
148
144
  // ensure the json data is a string
145
+ if (data['email'] && !(typeof data['email'] === 'string' || data['email'] instanceof String)) {
146
+ throw new Error("Expected the field `email` to be a primitive type in the JSON string but got " + data['email']);
147
+ }
148
+ // ensure the json data is a string
149
149
  if (data['username'] && !(typeof data['username'] === 'string' || data['username'] instanceof String)) {
150
150
  throw new Error("Expected the field `username` to be a primitive type in the JSON string but got " + data['username']);
151
151
  }
@@ -180,35 +180,35 @@ Member.prototype['state'] = undefined;
180
180
  */
181
181
  Member.prototype['address'] = undefined;
182
182
 
183
- /**
184
- * @member {Number} status
185
- */
186
- Member.prototype['status'] = undefined;
187
-
188
183
  /**
189
184
  * @member {module:model/UserDomain} domain
190
185
  */
191
186
  Member.prototype['domain'] = undefined;
192
187
 
193
188
  /**
194
- * @member {String} email
189
+ * @member {Number} status
195
190
  */
196
- Member.prototype['email'] = undefined;
191
+ Member.prototype['status'] = undefined;
197
192
 
198
193
  /**
199
194
  * @member {String} firstname
200
195
  */
201
196
  Member.prototype['firstname'] = undefined;
202
197
 
198
+ /**
199
+ * @member {String} password
200
+ */
201
+ Member.prototype['password'] = undefined;
202
+
203
203
  /**
204
204
  * @member {Date} modificationdate
205
205
  */
206
206
  Member.prototype['modificationdate'] = undefined;
207
207
 
208
208
  /**
209
- * @member {String} password
209
+ * @member {String} email
210
210
  */
211
- Member.prototype['password'] = undefined;
211
+ Member.prototype['email'] = undefined;
212
212
 
213
213
  /**
214
214
  * @member {String} username
@@ -12,10 +12,10 @@ function _defineProperties(target, props) { for (var i = 0; i < props.length; i+
12
12
  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
13
13
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
14
14
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
15
- * Gobodo API
15
+ * gobodo-api
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.7
18
+ * The version of the OpenAPI document: 0.1.9
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(input, hint) { if (_typeof(input) !== "object" || input ==
26
26
  /**
27
27
  * The MemberGroupCategory model module.
28
28
  * @module model/MemberGroupCategory
29
- * @version 0.1.7
29
+ * @version 0.1.9
30
30
  */
31
31
  var MemberGroupCategory = /*#__PURE__*/function () {
32
32
  /**
@@ -23,10 +23,10 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
23
23
  function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; }
24
24
  function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
25
25
  function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**
26
- * Gobodo API
26
+ * gobodo-api
27
27
  * REST Interface for Gobodo API
28
28
  *
29
- * The version of the OpenAPI document: 0.1.7
29
+ * The version of the OpenAPI document: 0.1.9
30
30
  * Contact: info@gobodo.io
31
31
  *
32
32
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -37,7 +37,7 @@ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.g
37
37
  /**
38
38
  * The MemberList model module.
39
39
  * @module model/MemberList
40
- * @version 0.1.7
40
+ * @version 0.1.9
41
41
  */
42
42
  var MemberList = /*#__PURE__*/function (_Array) {
43
43
  _inherits(MemberList, _Array);