@gobodo/gobodo-api 0.1.6 → 0.1.8

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 +3 -3
  3. package/dist/api/ActionTypesApi.js +2 -2
  4. package/dist/api/AdCampaignsApi.js +2 -2
  5. package/dist/api/AdManagementApi.js +2 -2
  6. package/dist/api/AdminDataManagementApi.js +2 -2
  7. package/dist/api/AdsApi.js +2 -2
  8. package/dist/api/AttachmentsApi.js +2 -2
  9. package/dist/api/AuthenticationApi.js +2 -2
  10. package/dist/api/CategoriesApi.js +2 -2
  11. package/dist/api/CommentsApi.js +2 -2
  12. package/dist/api/ContentManagementApi.js +2 -2
  13. package/dist/api/ConversationsApi.js +2 -2
  14. package/dist/api/DataSheetImportsApi.js +2 -2
  15. package/dist/api/DefaultApi.js +2 -2
  16. package/dist/api/DocumentsApi.js +2 -2
  17. package/dist/api/EntryPartsApi.js +2 -2
  18. package/dist/api/FacebookApi.js +2 -2
  19. package/dist/api/FieldsApi.js +2 -2
  20. package/dist/api/FilesApi.js +2 -2
  21. package/dist/api/FormsApi.js +2 -2
  22. package/dist/api/FunctionsApi.js +2 -2
  23. package/dist/api/GeocodeApi.js +2 -2
  24. package/dist/api/GoogleApi.js +2 -2
  25. package/dist/api/GraphActionsApi.js +2 -2
  26. package/dist/api/GraphObjectTypesApi.js +2 -2
  27. package/dist/api/GraphObjectsApi.js +2 -2
  28. package/dist/api/GraphRelationshipTypesApi.js +3 -3
  29. package/dist/api/GraphRelationshipsApi.js +3 -3
  30. package/dist/api/GraphSchemasApi.js +2 -2
  31. package/dist/api/GraphTraversalApi.js +2 -2
  32. package/dist/api/GraphsApi.js +2 -2
  33. package/dist/api/GroupsApi.js +2 -2
  34. package/dist/api/IAMApi.js +2 -2
  35. package/dist/api/ImagesApi.js +2 -2
  36. package/dist/api/InvitesApi.js +2 -2
  37. package/dist/api/LikesApi.js +2 -2
  38. package/dist/api/LinkedINApi.js +2 -2
  39. package/dist/api/LiveMeetingsApi.js +2 -2
  40. package/dist/api/MeetingEventsApi.js +2 -2
  41. package/dist/api/PagesApi.js +2 -2
  42. package/dist/api/PostsApi.js +2 -2
  43. package/dist/api/PrivateMessagesApi.js +2 -2
  44. package/dist/api/PublicationsApi.js +2 -2
  45. package/dist/api/ScreensApi.js +2 -2
  46. package/dist/api/SocialIntegrationApi.js +2 -2
  47. package/dist/api/StripeAccountsApi.js +2 -2
  48. package/dist/api/TagsApi.js +2 -2
  49. package/dist/api/TemplatesApi.js +2 -2
  50. package/dist/api/ThemeMappingsApi.js +2 -2
  51. package/dist/api/TransactionsApi.js +2 -2
  52. package/dist/api/TwitterApi.js +2 -2
  53. package/dist/api/UserTagsApi.js +2 -2
  54. package/dist/api/UsersApi.js +2 -2
  55. package/dist/api/UtilsApi.js +2 -2
  56. package/dist/api/VideosApi.js +2 -2
  57. package/dist/model/APIClient.js +19 -19
  58. package/dist/model/Article.js +42 -42
  59. package/dist/model/Authorization.js +2 -2
  60. package/dist/model/Comment.js +18 -18
  61. package/dist/model/Coordinates.js +2 -2
  62. package/dist/model/CreateAccountResponse.js +2 -2
  63. package/dist/model/CreateCustomerResponse.js +2 -2
  64. package/dist/model/CreateStripeAccountInput.js +2 -2
  65. package/dist/model/CreateStripeCustomerInput.js +2 -2
  66. package/dist/model/DataObject.js +2 -2
  67. package/dist/model/DataSheetImport.js +56 -56
  68. package/dist/model/DataSheetImportPrivacySettings.js +9 -9
  69. package/dist/model/DataSheetImportSummary.js +2 -2
  70. package/dist/model/Document.js +42 -42
  71. package/dist/model/DocumentPart.js +45 -45
  72. package/dist/model/DocumentPartType.js +9 -9
  73. package/dist/model/DocumentType.js +18 -18
  74. package/dist/model/FieldMapping.js +2 -2
  75. package/dist/model/Fields.js +16 -16
  76. package/dist/model/File.js +2 -2
  77. package/dist/model/FileAttachmentUploadObject.js +2 -2
  78. package/dist/model/Filter.js +2 -2
  79. package/dist/model/FilterManager.js +2 -2
  80. package/dist/model/Form.js +2 -2
  81. package/dist/model/FormSection.js +2 -2
  82. package/dist/model/FormSubmission.js +2 -2
  83. package/dist/model/Geocode.js +2 -2
  84. package/dist/model/GeocodePayload.js +2 -2
  85. package/dist/model/GeolocationInput.js +2 -2
  86. package/dist/model/Graph.js +28 -27
  87. package/dist/model/GraphAction.js +10 -9
  88. package/dist/model/GraphDatabaseService.js +2 -2
  89. package/dist/model/GraphGeocode.js +3 -2
  90. package/dist/model/GraphIteratorEntryPart.js +2 -2
  91. package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
  92. package/dist/model/GraphObject.js +20 -19
  93. package/dist/model/GraphObjectPayload.js +2 -2
  94. package/dist/model/GraphObjectSchema.js +29 -28
  95. package/dist/model/GraphObjectType.js +11 -10
  96. package/dist/model/GraphObjectTypeSchema.js +11 -10
  97. package/dist/model/GraphOwner.js +2 -2
  98. package/dist/model/GraphRelation.js +12 -11
  99. package/dist/model/GraphRelationObjectObject.js +12 -11
  100. package/dist/model/GraphRelationship.js +12 -11
  101. package/dist/model/GraphRelationshipPayload.js +2 -2
  102. package/dist/model/GraphRelationshipType.js +12 -11
  103. package/dist/model/GraphSchema.js +39 -38
  104. package/dist/model/GraphTraversalInput.js +2 -2
  105. package/dist/model/Image.js +17 -17
  106. package/dist/model/ImageUploadObject.js +17 -17
  107. package/dist/model/InputPart.js +2 -2
  108. package/dist/model/InputPartMediaType.js +2 -2
  109. package/dist/model/Link.js +24 -24
  110. package/dist/model/LiveStreamInfo.js +2 -2
  111. package/dist/model/MeetingEvent.js +30 -30
  112. package/dist/model/MeetingEventTimezone.js +2 -2
  113. package/dist/model/MeetingInfo.js +14 -14
  114. package/dist/model/Member.js +22 -22
  115. package/dist/model/MemberGroupCategory.js +2 -2
  116. package/dist/model/MemberList.js +2 -2
  117. package/dist/model/MessageGroup.js +2 -2
  118. package/dist/model/MultipartBody.js +2 -2
  119. package/dist/model/Objecttype.js +11 -10
  120. package/dist/model/Page.js +9 -9
  121. package/dist/model/PageSchema.js +26 -26
  122. package/dist/model/Pageable.js +2 -2
  123. package/dist/model/Path.js +2 -2
  124. package/dist/model/PaymentIntentInput.js +2 -2
  125. package/dist/model/PaymentIntentResponse.js +2 -2
  126. package/dist/model/PaymentMethod.js +2 -2
  127. package/dist/model/Post.js +10 -10
  128. package/dist/model/PrivateMessage.js +21 -21
  129. package/dist/model/PrivateMessageConversation.js +58 -58
  130. package/dist/model/PrivateMessageConversationSchema.js +2 -2
  131. package/dist/model/Profile.js +2 -2
  132. package/dist/model/Profiletype.js +2 -2
  133. package/dist/model/PropertyContainer.js +9 -9
  134. package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
  135. package/dist/model/RelationshipMapping.js +2 -2
  136. package/dist/model/ScreenSchema.js +32 -31
  137. package/dist/model/SimulcastInfo.js +2 -2
  138. package/dist/model/SkinField.js +16 -16
  139. package/dist/model/SocialGroup.js +10 -10
  140. package/dist/model/SocialGroupType.js +2 -2
  141. package/dist/model/Sort.js +2 -2
  142. package/dist/model/StatusUpdate.js +10 -10
  143. package/dist/model/StreetAddress.js +2 -2
  144. package/dist/model/StripeAccount.js +2 -2
  145. package/dist/model/StripeCustomerAccount.js +2 -2
  146. package/dist/model/Template.js +2 -2
  147. package/dist/model/TemplateSchema.js +2 -2
  148. package/dist/model/ThemeMapping.js +2 -2
  149. package/dist/model/ThemeMappingPayload.js +2 -2
  150. package/dist/model/Transaction.js +2 -2
  151. package/dist/model/User.js +22 -22
  152. package/dist/model/UserDataPayload.js +22 -22
  153. package/dist/model/UserDomain.js +2 -2
  154. package/dist/model/UserInvite.js +2 -2
  155. package/dist/model/UserInviteInput.js +2 -2
  156. package/dist/model/UserSchema.js +22 -22
  157. package/dist/model/UserTag.js +2 -2
  158. package/dist/model/Video.js +37 -37
  159. package/dist/model/VideoLiveUrl.js +2 -2
  160. package/dist/model/VideoSchema.js +45 -45
  161. package/dist/model/VideoUploadObject.js +37 -37
  162. package/dist/model/ZeusPortalCategory.js +2 -2
  163. package/package.json +2 -2
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * Gobodo API
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.6
20
+ * The version of the OpenAPI document: 0.1.8
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 ScreenSchema model module.
30
30
  * @module model/ScreenSchema
31
- * @version 0.1.6
31
+ * @version 0.1.8
32
32
  */
33
33
  var ScreenSchema = /*#__PURE__*/function () {
34
34
  /**
@@ -67,6 +67,9 @@ var ScreenSchema = /*#__PURE__*/function () {
67
67
  if (data.hasOwnProperty('name')) {
68
68
  obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
69
69
  }
70
+ if (data.hasOwnProperty('description')) {
71
+ obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
72
+ }
70
73
  if (data.hasOwnProperty('screentype')) {
71
74
  obj['screentype'] = _ApiClient["default"].convertToType(data['screentype'], 'String');
72
75
  }
@@ -82,9 +85,6 @@ var ScreenSchema = /*#__PURE__*/function () {
82
85
  if (data.hasOwnProperty('interfacedocument')) {
83
86
  obj['interfacedocument'] = _Article["default"].constructFromObject(data['interfacedocument']);
84
87
  }
85
- if (data.hasOwnProperty('description')) {
86
- obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
87
- }
88
88
  if (data.hasOwnProperty('templates')) {
89
89
  obj['templates'] = _ApiClient["default"].convertToType(data['templates'], Object);
90
90
  }
@@ -97,21 +97,21 @@ var ScreenSchema = /*#__PURE__*/function () {
97
97
  if (data.hasOwnProperty('label')) {
98
98
  obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
99
99
  }
100
- if (data.hasOwnProperty('relationships')) {
101
- obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
100
+ if (data.hasOwnProperty('tags')) {
101
+ obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
102
102
  }
103
103
  if (data.hasOwnProperty('graphs')) {
104
104
  obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
105
105
  }
106
+ if (data.hasOwnProperty('relationships')) {
107
+ obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
108
+ }
106
109
  if (data.hasOwnProperty('creationdate')) {
107
110
  obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
108
111
  }
109
112
  if (data.hasOwnProperty('modificationdate')) {
110
113
  obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
111
114
  }
112
- if (data.hasOwnProperty('tags')) {
113
- obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
114
- }
115
115
  if (data.hasOwnProperty('searchable')) {
116
116
  obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
117
117
  }
@@ -148,6 +148,10 @@ var ScreenSchema = /*#__PURE__*/function () {
148
148
  throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
149
149
  }
150
150
  // ensure the json data is a string
151
+ if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
152
+ throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
153
+ }
154
+ // ensure the json data is a string
151
155
  if (data['screentype'] && !(typeof data['screentype'] === 'string' || data['screentype'] instanceof String)) {
152
156
  throw new Error("Expected the field `screentype` to be a primitive type in the JSON string but got " + data['screentype']);
153
157
  }
@@ -169,10 +173,6 @@ var ScreenSchema = /*#__PURE__*/function () {
169
173
  _Article["default"].validateJSON(data['interfacedocument']);
170
174
  }
171
175
  // ensure the json data is a string
172
- if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
173
- throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
174
- }
175
- // ensure the json data is a string
176
176
  if (data['actions_performed'] && !(typeof data['actions_performed'] === 'string' || data['actions_performed'] instanceof String)) {
177
177
  throw new Error("Expected the field `actions_performed` to be a primitive type in the JSON string but got " + data['actions_performed']);
178
178
  }
@@ -186,14 +186,14 @@ var ScreenSchema = /*#__PURE__*/function () {
186
186
  throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
187
187
  }
188
188
  // ensure the json data is a string
189
- if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
190
- throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
191
- }
192
- // ensure the json data is a string
193
189
  if (data['graphs'] && !(typeof data['graphs'] === 'string' || data['graphs'] instanceof String)) {
194
190
  throw new Error("Expected the field `graphs` to be a primitive type in the JSON string but got " + data['graphs']);
195
191
  }
196
192
  // ensure the json data is a string
193
+ if (data['relationships'] && !(typeof data['relationships'] === 'string' || data['relationships'] instanceof String)) {
194
+ throw new Error("Expected the field `relationships` to be a primitive type in the JSON string but got " + data['relationships']);
195
+ }
196
+ // ensure the json data is a string
197
197
  if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) {
198
198
  throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']);
199
199
  }
@@ -212,6 +212,11 @@ ScreenSchema.prototype['remotezpml'] = undefined;
212
212
  */
213
213
  ScreenSchema.prototype['name'] = undefined;
214
214
 
215
+ /**
216
+ * @member {String} description
217
+ */
218
+ ScreenSchema.prototype['description'] = undefined;
219
+
215
220
  /**
216
221
  * @member {module:model/ScreenSchema.ScreentypeEnum} screentype
217
222
  */
@@ -238,11 +243,6 @@ ScreenSchema.prototype['remotepath'] = undefined;
238
243
  */
239
244
  ScreenSchema.prototype['interfacedocument'] = undefined;
240
245
 
241
- /**
242
- * @member {String} description
243
- */
244
- ScreenSchema.prototype['description'] = undefined;
245
-
246
246
  /**
247
247
  * @member {Object} templates
248
248
  */
@@ -266,10 +266,9 @@ ScreenSchema.prototype['objecttype'] = undefined;
266
266
  ScreenSchema.prototype['label'] = undefined;
267
267
 
268
268
  /**
269
- * Relationships on this object
270
- * @member {String} relationships
269
+ * @member {Object} tags
271
270
  */
272
- ScreenSchema.prototype['relationships'] = undefined;
271
+ ScreenSchema.prototype['tags'] = undefined;
273
272
 
274
273
  /**
275
274
  * Graphs this object is apart of
@@ -277,6 +276,12 @@ ScreenSchema.prototype['relationships'] = undefined;
277
276
  */
278
277
  ScreenSchema.prototype['graphs'] = undefined;
279
278
 
279
+ /**
280
+ * Relationships on this object
281
+ * @member {String} relationships
282
+ */
283
+ ScreenSchema.prototype['relationships'] = undefined;
284
+
280
285
  /**
281
286
  * Creation Date
282
287
  * @member {Date} creationdate
@@ -289,17 +294,13 @@ ScreenSchema.prototype['creationdate'] = undefined;
289
294
  */
290
295
  ScreenSchema.prototype['modificationdate'] = undefined;
291
296
 
292
- /**
293
- * @member {Object} tags
294
- */
295
- ScreenSchema.prototype['tags'] = undefined;
296
-
297
297
  /**
298
298
  * @member {Boolean} searchable
299
299
  */
300
300
  ScreenSchema.prototype['searchable'] = undefined;
301
301
 
302
302
  /**
303
+ * The unique key of this entity
303
304
  * @member {String} key
304
305
  */
305
306
  ScreenSchema.prototype['key'] = undefined;
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 SimulcastInfo model module.
28
28
  * @module model/SimulcastInfo
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var SimulcastInfo = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * Gobodo API
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.6
19
+ * The version of the OpenAPI document: 0.1.8
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 SkinField model module.
29
29
  * @module model/SkinField
30
- * @version 0.1.6
30
+ * @version 0.1.8
31
31
  */
32
32
  var SkinField = /*#__PURE__*/function () {
33
33
  /**
@@ -72,24 +72,24 @@ var SkinField = /*#__PURE__*/function () {
72
72
  if (data.hasOwnProperty('currencySymbol')) {
73
73
  obj['currencySymbol'] = _ApiClient["default"].convertToType(data['currencySymbol'], 'String');
74
74
  }
75
- if (data.hasOwnProperty('label')) {
76
- obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
77
- }
78
75
  if (data.hasOwnProperty('options')) {
79
76
  obj['options'] = _ApiClient["default"].convertToType(data['options'], Object);
80
77
  }
78
+ if (data.hasOwnProperty('label')) {
79
+ obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
80
+ }
81
81
  if (data.hasOwnProperty('description')) {
82
82
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
83
83
  }
84
84
  if (data.hasOwnProperty('required')) {
85
85
  obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
86
86
  }
87
- if (data.hasOwnProperty('relationshipTypeId')) {
88
- obj['relationshipTypeId'] = _ApiClient["default"].convertToType(data['relationshipTypeId'], 'Number');
89
- }
90
87
  if (data.hasOwnProperty('visible')) {
91
88
  obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
92
89
  }
90
+ if (data.hasOwnProperty('relationshipTypeId')) {
91
+ obj['relationshipTypeId'] = _ApiClient["default"].convertToType(data['relationshipTypeId'], 'Number');
92
+ }
93
93
  if (data.hasOwnProperty('searchable')) {
94
94
  obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
95
95
  }
@@ -178,14 +178,14 @@ SkinField.prototype['precision'] = undefined;
178
178
  SkinField.prototype['currencySymbol'] = undefined;
179
179
 
180
180
  /**
181
- * @member {String} label
181
+ * @member {Object} options
182
182
  */
183
- SkinField.prototype['label'] = undefined;
183
+ SkinField.prototype['options'] = undefined;
184
184
 
185
185
  /**
186
- * @member {Object} options
186
+ * @member {String} label
187
187
  */
188
- SkinField.prototype['options'] = undefined;
188
+ SkinField.prototype['label'] = undefined;
189
189
 
190
190
  /**
191
191
  * @member {String} description
@@ -198,14 +198,14 @@ SkinField.prototype['description'] = undefined;
198
198
  SkinField.prototype['required'] = undefined;
199
199
 
200
200
  /**
201
- * @member {Number} relationshipTypeId
201
+ * @member {Boolean} visible
202
202
  */
203
- SkinField.prototype['relationshipTypeId'] = undefined;
203
+ SkinField.prototype['visible'] = undefined;
204
204
 
205
205
  /**
206
- * @member {Boolean} visible
206
+ * @member {Number} relationshipTypeId
207
207
  */
208
- SkinField.prototype['visible'] = undefined;
208
+ SkinField.prototype['relationshipTypeId'] = undefined;
209
209
 
210
210
  /**
211
211
  * @member {Boolean} searchable
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
19
19
  * Gobodo API
20
20
  * REST Interface for Gobodo API
21
21
  *
22
- * The version of the OpenAPI document: 0.1.6
22
+ * The version of the OpenAPI document: 0.1.8
23
23
  * Contact: info@gobodo.io
24
24
  *
25
25
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -30,7 +30,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
30
30
  /**
31
31
  * The SocialGroup model module.
32
32
  * @module model/SocialGroup
33
- * @version 0.1.6
33
+ * @version 0.1.8
34
34
  */
35
35
  var SocialGroup = /*#__PURE__*/function () {
36
36
  /**
@@ -78,15 +78,15 @@ var SocialGroup = /*#__PURE__*/function () {
78
78
  if (data.hasOwnProperty('name')) {
79
79
  obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
80
80
  }
81
- if (data.hasOwnProperty('modDate')) {
82
- obj['modDate'] = _ApiClient["default"].convertToType(data['modDate'], 'Date');
83
- }
84
81
  if (data.hasOwnProperty('description')) {
85
82
  obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
86
83
  }
87
84
  if (data.hasOwnProperty('category')) {
88
85
  obj['category'] = _MemberGroupCategory["default"].constructFromObject(data['category']);
89
86
  }
87
+ if (data.hasOwnProperty('modDate')) {
88
+ obj['modDate'] = _ApiClient["default"].convertToType(data['modDate'], 'Date');
89
+ }
90
90
  if (data.hasOwnProperty('creationDate')) {
91
91
  obj['creationDate'] = _ApiClient["default"].convertToType(data['creationDate'], 'Date');
92
92
  }
@@ -195,11 +195,6 @@ SocialGroup.prototype['joinStatus'] = undefined;
195
195
  */
196
196
  SocialGroup.prototype['name'] = undefined;
197
197
 
198
- /**
199
- * @member {Date} modDate
200
- */
201
- SocialGroup.prototype['modDate'] = undefined;
202
-
203
198
  /**
204
199
  * @member {String} description
205
200
  */
@@ -210,6 +205,11 @@ SocialGroup.prototype['description'] = undefined;
210
205
  */
211
206
  SocialGroup.prototype['category'] = undefined;
212
207
 
208
+ /**
209
+ * @member {Date} modDate
210
+ */
211
+ SocialGroup.prototype['modDate'] = undefined;
212
+
213
213
  /**
214
214
  * @member {Date} creationDate
215
215
  */
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * Gobodo API
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.6
19
+ * The version of the OpenAPI document: 0.1.8
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 SocialGroupType model module.
29
29
  * @module model/SocialGroupType
30
- * @version 0.1.6
30
+ * @version 0.1.8
31
31
  */
32
32
  var SocialGroupType = /*#__PURE__*/function () {
33
33
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 Sort model module.
28
28
  * @module model/Sort
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var Sort = /*#__PURE__*/function () {
32
32
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 StatusUpdate model module.
28
28
  * @module model/StatusUpdate
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var StatusUpdate = /*#__PURE__*/function () {
32
32
  /**
@@ -65,15 +65,15 @@ var StatusUpdate = /*#__PURE__*/function () {
65
65
  if (data.hasOwnProperty('creationdate')) {
66
66
  obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
67
67
  }
68
+ if (data.hasOwnProperty('subject')) {
69
+ obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
70
+ }
68
71
  if (data.hasOwnProperty('modificationdate')) {
69
72
  obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
70
73
  }
71
74
  if (data.hasOwnProperty('creatorid')) {
72
75
  obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
73
76
  }
74
- if (data.hasOwnProperty('subject')) {
75
- obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
76
- }
77
77
  if (data.hasOwnProperty('modifier')) {
78
78
  obj['modifier'] = _ApiClient["default"].convertToType(data['modifier'], 'Number');
79
79
  }
@@ -121,6 +121,11 @@ StatusUpdate.prototype['body'] = undefined;
121
121
  */
122
122
  StatusUpdate.prototype['creationdate'] = undefined;
123
123
 
124
+ /**
125
+ * @member {String} subject
126
+ */
127
+ StatusUpdate.prototype['subject'] = undefined;
128
+
124
129
  /**
125
130
  * @member {Date} modificationdate
126
131
  */
@@ -131,11 +136,6 @@ StatusUpdate.prototype['modificationdate'] = undefined;
131
136
  */
132
137
  StatusUpdate.prototype['creatorid'] = undefined;
133
138
 
134
- /**
135
- * @member {String} subject
136
- */
137
- StatusUpdate.prototype['subject'] = undefined;
138
-
139
139
  /**
140
140
  * @member {Number} modifier
141
141
  */
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 StreetAddress model module.
28
28
  * @module model/StreetAddress
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var StreetAddress = /*#__PURE__*/function () {
32
32
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 StripeAccount model module.
28
28
  * @module model/StripeAccount
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var StripeAccount = /*#__PURE__*/function () {
32
32
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 StripeCustomerAccount model module.
28
28
  * @module model/StripeCustomerAccount
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var StripeCustomerAccount = /*#__PURE__*/function () {
32
32
  /**
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
15
15
  * Gobodo API
16
16
  * REST Interface for Gobodo API
17
17
  *
18
- * The version of the OpenAPI document: 0.1.6
18
+ * The version of the OpenAPI document: 0.1.8
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 Template model module.
28
28
  * @module model/Template
29
- * @version 0.1.6
29
+ * @version 0.1.8
30
30
  */
31
31
  var Template = /*#__PURE__*/function () {
32
32
  /**
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
16
16
  * Gobodo API
17
17
  * REST Interface for Gobodo API
18
18
  *
19
- * The version of the OpenAPI document: 0.1.6
19
+ * The version of the OpenAPI document: 0.1.8
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 TemplateSchema model module.
29
29
  * @module model/TemplateSchema
30
- * @version 0.1.6
30
+ * @version 0.1.8
31
31
  */
32
32
  var TemplateSchema = /*#__PURE__*/function () {
33
33
  /**
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
17
17
  * Gobodo API
18
18
  * REST Interface for Gobodo API
19
19
  *
20
- * The version of the OpenAPI document: 0.1.6
20
+ * The version of the OpenAPI document: 0.1.8
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 ThemeMapping model module.
30
30
  * @module model/ThemeMapping
31
- * @version 0.1.6
31
+ * @version 0.1.8
32
32
  */
33
33
  var ThemeMapping = /*#__PURE__*/function () {
34
34
  /**