@gobodo/gobodo-api 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +3 -3
- package/dist/api/GraphRelationshipsApi.js +3 -3
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/model/APIClient.js +19 -19
- package/dist/model/Article.js +41 -41
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Comment.js +21 -21
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateCustomerResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +41 -41
- package/dist/model/DocumentPart.js +47 -47
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +18 -18
- package/dist/model/File.js +18 -18
- package/dist/model/FileAttachmentUploadObject.js +18 -18
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +13 -13
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/Graph.js +32 -31
- package/dist/model/GraphAction.js +3 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +3 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +16 -15
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +25 -24
- package/dist/model/GraphObjectType.js +11 -10
- package/dist/model/GraphObjectTypeSchema.js +11 -10
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +3 -2
- package/dist/model/GraphRelationObjectObject.js +3 -2
- package/dist/model/GraphRelationship.js +3 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +23 -22
- package/dist/model/GraphSchema.js +11 -10
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +22 -22
- package/dist/model/ImageUploadObject.js +22 -22
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +25 -25
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +13 -13
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Objecttype.js +11 -10
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.js +23 -23
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +2 -2
- package/dist/model/Post.js +10 -10
- package/dist/model/PrivateMessage.js +21 -21
- package/dist/model/PrivateMessageConversation.js +56 -56
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +28 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +18 -18
- package/dist/model/SocialGroup.js +16 -16
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +2 -2
- package/dist/model/StatusUpdate.js +10 -10
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/User.js +13 -13
- package/dist/model/UserDataPayload.js +13 -13
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +13 -13
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Video.js +30 -30
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +38 -38
- package/dist/model/VideoUploadObject.js +30 -30
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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 PurgeDataDefaultResponseValue model module.
|
|
28
28
|
* @module model/PurgeDataDefaultResponseValue
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.7
|
|
30
30
|
*/
|
|
31
31
|
var PurgeDataDefaultResponseValue = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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 RelationshipMapping model module.
|
|
32
32
|
* @module model/RelationshipMapping
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.7
|
|
34
34
|
*/
|
|
35
35
|
var RelationshipMapping = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -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.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
31
|
+
* @version 0.1.7
|
|
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,12 +97,12 @@ 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');
|
|
102
|
-
}
|
|
103
100
|
if (data.hasOwnProperty('graphs')) {
|
|
104
101
|
obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
|
|
105
102
|
}
|
|
103
|
+
if (data.hasOwnProperty('relationships')) {
|
|
104
|
+
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
105
|
+
}
|
|
106
106
|
if (data.hasOwnProperty('creationdate')) {
|
|
107
107
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
108
108
|
}
|
|
@@ -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
|
*/
|
|
@@ -265,18 +265,18 @@ ScreenSchema.prototype['objecttype'] = undefined;
|
|
|
265
265
|
*/
|
|
266
266
|
ScreenSchema.prototype['label'] = undefined;
|
|
267
267
|
|
|
268
|
-
/**
|
|
269
|
-
* Relationships on this object
|
|
270
|
-
* @member {String} relationships
|
|
271
|
-
*/
|
|
272
|
-
ScreenSchema.prototype['relationships'] = undefined;
|
|
273
|
-
|
|
274
268
|
/**
|
|
275
269
|
* Graphs this object is apart of
|
|
276
270
|
* @member {String} graphs
|
|
277
271
|
*/
|
|
278
272
|
ScreenSchema.prototype['graphs'] = undefined;
|
|
279
273
|
|
|
274
|
+
/**
|
|
275
|
+
* Relationships on this object
|
|
276
|
+
* @member {String} relationships
|
|
277
|
+
*/
|
|
278
|
+
ScreenSchema.prototype['relationships'] = undefined;
|
|
279
|
+
|
|
280
280
|
/**
|
|
281
281
|
* Creation Date
|
|
282
282
|
* @member {Date} creationdate
|
|
@@ -300,6 +300,7 @@ ScreenSchema.prototype['tags'] = undefined;
|
|
|
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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
30
30
|
*/
|
|
31
31
|
var SimulcastInfo = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/SkinField.js
CHANGED
|
@@ -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.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
30
|
+
* @version 0.1.7
|
|
31
31
|
*/
|
|
32
32
|
var SkinField = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -78,15 +78,15 @@ var SkinField = /*#__PURE__*/function () {
|
|
|
78
78
|
if (data.hasOwnProperty('options')) {
|
|
79
79
|
obj['options'] = _ApiClient["default"].convertToType(data['options'], Object);
|
|
80
80
|
}
|
|
81
|
+
if (data.hasOwnProperty('relationshipTypeId')) {
|
|
82
|
+
obj['relationshipTypeId'] = _ApiClient["default"].convertToType(data['relationshipTypeId'], 'Number');
|
|
83
|
+
}
|
|
81
84
|
if (data.hasOwnProperty('description')) {
|
|
82
85
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
83
86
|
}
|
|
84
87
|
if (data.hasOwnProperty('required')) {
|
|
85
88
|
obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
|
|
86
89
|
}
|
|
87
|
-
if (data.hasOwnProperty('relationshipTypeId')) {
|
|
88
|
-
obj['relationshipTypeId'] = _ApiClient["default"].convertToType(data['relationshipTypeId'], 'Number');
|
|
89
|
-
}
|
|
90
90
|
if (data.hasOwnProperty('visible')) {
|
|
91
91
|
obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
|
|
92
92
|
}
|
|
@@ -96,9 +96,6 @@ var SkinField = /*#__PURE__*/function () {
|
|
|
96
96
|
if (data.hasOwnProperty('relationshipType')) {
|
|
97
97
|
obj['relationshipType'] = _GraphRelationshipType["default"].constructFromObject(data['relationshipType']);
|
|
98
98
|
}
|
|
99
|
-
if (data.hasOwnProperty('objectTypeId')) {
|
|
100
|
-
obj['objectTypeId'] = _ApiClient["default"].convertToType(data['objectTypeId'], 'Number');
|
|
101
|
-
}
|
|
102
99
|
if (data.hasOwnProperty('defaultFieldOption')) {
|
|
103
100
|
obj['defaultFieldOption'] = _ApiClient["default"].convertToType(data['defaultFieldOption'], 'String');
|
|
104
101
|
}
|
|
@@ -108,6 +105,9 @@ var SkinField = /*#__PURE__*/function () {
|
|
|
108
105
|
if (data.hasOwnProperty('parentObjectType')) {
|
|
109
106
|
obj['parentObjectType'] = _ApiClient["default"].convertToType(data['parentObjectType'], 'Number');
|
|
110
107
|
}
|
|
108
|
+
if (data.hasOwnProperty('objectTypeId')) {
|
|
109
|
+
obj['objectTypeId'] = _ApiClient["default"].convertToType(data['objectTypeId'], 'Number');
|
|
110
|
+
}
|
|
111
111
|
if (data.hasOwnProperty('id')) {
|
|
112
112
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
113
113
|
}
|
|
@@ -187,6 +187,11 @@ SkinField.prototype['label'] = undefined;
|
|
|
187
187
|
*/
|
|
188
188
|
SkinField.prototype['options'] = undefined;
|
|
189
189
|
|
|
190
|
+
/**
|
|
191
|
+
* @member {Number} relationshipTypeId
|
|
192
|
+
*/
|
|
193
|
+
SkinField.prototype['relationshipTypeId'] = undefined;
|
|
194
|
+
|
|
190
195
|
/**
|
|
191
196
|
* @member {String} description
|
|
192
197
|
*/
|
|
@@ -197,11 +202,6 @@ SkinField.prototype['description'] = undefined;
|
|
|
197
202
|
*/
|
|
198
203
|
SkinField.prototype['required'] = undefined;
|
|
199
204
|
|
|
200
|
-
/**
|
|
201
|
-
* @member {Number} relationshipTypeId
|
|
202
|
-
*/
|
|
203
|
-
SkinField.prototype['relationshipTypeId'] = undefined;
|
|
204
|
-
|
|
205
205
|
/**
|
|
206
206
|
* @member {Boolean} visible
|
|
207
207
|
*/
|
|
@@ -217,11 +217,6 @@ SkinField.prototype['searchable'] = undefined;
|
|
|
217
217
|
*/
|
|
218
218
|
SkinField.prototype['relationshipType'] = undefined;
|
|
219
219
|
|
|
220
|
-
/**
|
|
221
|
-
* @member {Number} objectTypeId
|
|
222
|
-
*/
|
|
223
|
-
SkinField.prototype['objectTypeId'] = undefined;
|
|
224
|
-
|
|
225
220
|
/**
|
|
226
221
|
* @member {String} defaultFieldOption
|
|
227
222
|
*/
|
|
@@ -237,6 +232,11 @@ SkinField.prototype['parentObjectID'] = undefined;
|
|
|
237
232
|
*/
|
|
238
233
|
SkinField.prototype['parentObjectType'] = undefined;
|
|
239
234
|
|
|
235
|
+
/**
|
|
236
|
+
* @member {Number} objectTypeId
|
|
237
|
+
*/
|
|
238
|
+
SkinField.prototype['objectTypeId'] = undefined;
|
|
239
|
+
|
|
240
240
|
/**
|
|
241
241
|
* @member {Number} id
|
|
242
242
|
*/
|
|
@@ -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.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
33
|
+
* @version 0.1.7
|
|
34
34
|
*/
|
|
35
35
|
var SocialGroup = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -78,18 +78,18 @@ 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
|
-
if (data.hasOwnProperty('category')) {
|
|
88
|
-
obj['category'] = _MemberGroupCategory["default"].constructFromObject(data['category']);
|
|
89
|
-
}
|
|
90
84
|
if (data.hasOwnProperty('creationDate')) {
|
|
91
85
|
obj['creationDate'] = _ApiClient["default"].convertToType(data['creationDate'], 'Date');
|
|
92
86
|
}
|
|
87
|
+
if (data.hasOwnProperty('modDate')) {
|
|
88
|
+
obj['modDate'] = _ApiClient["default"].convertToType(data['modDate'], 'Date');
|
|
89
|
+
}
|
|
90
|
+
if (data.hasOwnProperty('category')) {
|
|
91
|
+
obj['category'] = _MemberGroupCategory["default"].constructFromObject(data['category']);
|
|
92
|
+
}
|
|
93
93
|
if (data.hasOwnProperty('alias')) {
|
|
94
94
|
obj['alias'] = _ApiClient["default"].convertToType(data['alias'], 'String');
|
|
95
95
|
}
|
|
@@ -196,24 +196,24 @@ SocialGroup.prototype['joinStatus'] = undefined;
|
|
|
196
196
|
SocialGroup.prototype['name'] = undefined;
|
|
197
197
|
|
|
198
198
|
/**
|
|
199
|
-
* @member {
|
|
199
|
+
* @member {String} description
|
|
200
200
|
*/
|
|
201
|
-
SocialGroup.prototype['
|
|
201
|
+
SocialGroup.prototype['description'] = undefined;
|
|
202
202
|
|
|
203
203
|
/**
|
|
204
|
-
* @member {
|
|
204
|
+
* @member {Date} creationDate
|
|
205
205
|
*/
|
|
206
|
-
SocialGroup.prototype['
|
|
206
|
+
SocialGroup.prototype['creationDate'] = undefined;
|
|
207
207
|
|
|
208
208
|
/**
|
|
209
|
-
* @member {
|
|
209
|
+
* @member {Date} modDate
|
|
210
210
|
*/
|
|
211
|
-
SocialGroup.prototype['
|
|
211
|
+
SocialGroup.prototype['modDate'] = undefined;
|
|
212
212
|
|
|
213
213
|
/**
|
|
214
|
-
* @member {
|
|
214
|
+
* @member {module:model/MemberGroupCategory} category
|
|
215
215
|
*/
|
|
216
|
-
SocialGroup.prototype['
|
|
216
|
+
SocialGroup.prototype['category'] = undefined;
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
219
|
* @member {String} alias
|
|
@@ -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.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
30
|
+
* @version 0.1.7
|
|
31
31
|
*/
|
|
32
32
|
var SocialGroupType = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,12 +66,12 @@ var SocialGroupType = /*#__PURE__*/function () {
|
|
|
66
66
|
if (data.hasOwnProperty('parent')) {
|
|
67
67
|
obj['parent'] = SocialGroupType.constructFromObject(data['parent']);
|
|
68
68
|
}
|
|
69
|
-
if (data.hasOwnProperty('singleDescription')) {
|
|
70
|
-
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
71
|
-
}
|
|
72
69
|
if (data.hasOwnProperty('childTypes')) {
|
|
73
70
|
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
74
71
|
}
|
|
72
|
+
if (data.hasOwnProperty('singleDescription')) {
|
|
73
|
+
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
74
|
+
}
|
|
75
75
|
if (data.hasOwnProperty('description')) {
|
|
76
76
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
77
77
|
}
|
|
@@ -137,14 +137,14 @@ SocialGroupType.prototype['name'] = undefined;
|
|
|
137
137
|
SocialGroupType.prototype['parent'] = undefined;
|
|
138
138
|
|
|
139
139
|
/**
|
|
140
|
-
* @member {
|
|
140
|
+
* @member {Object} childTypes
|
|
141
141
|
*/
|
|
142
|
-
SocialGroupType.prototype['
|
|
142
|
+
SocialGroupType.prototype['childTypes'] = undefined;
|
|
143
143
|
|
|
144
144
|
/**
|
|
145
|
-
* @member {
|
|
145
|
+
* @member {String} singleDescription
|
|
146
146
|
*/
|
|
147
|
-
SocialGroupType.prototype['
|
|
147
|
+
SocialGroupType.prototype['singleDescription'] = undefined;
|
|
148
148
|
|
|
149
149
|
/**
|
|
150
150
|
* @member {String} description
|
package/dist/model/Sort.js
CHANGED
|
@@ -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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
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('modificationdate')) {
|
|
69
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
70
|
-
}
|
|
71
68
|
if (data.hasOwnProperty('creatorid')) {
|
|
72
69
|
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
73
70
|
}
|
|
74
71
|
if (data.hasOwnProperty('subject')) {
|
|
75
72
|
obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
|
|
76
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
75
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
76
|
+
}
|
|
77
77
|
if (data.hasOwnProperty('modifier')) {
|
|
78
78
|
obj['modifier'] = _ApiClient["default"].convertToType(data['modifier'], 'Number');
|
|
79
79
|
}
|
|
@@ -121,11 +121,6 @@ StatusUpdate.prototype['body'] = undefined;
|
|
|
121
121
|
*/
|
|
122
122
|
StatusUpdate.prototype['creationdate'] = undefined;
|
|
123
123
|
|
|
124
|
-
/**
|
|
125
|
-
* @member {Date} modificationdate
|
|
126
|
-
*/
|
|
127
|
-
StatusUpdate.prototype['modificationdate'] = undefined;
|
|
128
|
-
|
|
129
124
|
/**
|
|
130
125
|
* @member {Number} creatorid
|
|
131
126
|
*/
|
|
@@ -136,6 +131,11 @@ StatusUpdate.prototype['creatorid'] = undefined;
|
|
|
136
131
|
*/
|
|
137
132
|
StatusUpdate.prototype['subject'] = undefined;
|
|
138
133
|
|
|
134
|
+
/**
|
|
135
|
+
* @member {Date} modificationdate
|
|
136
|
+
*/
|
|
137
|
+
StatusUpdate.prototype['modificationdate'] = 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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
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.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.7
|
|
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.
|
|
29
|
+
* @version 0.1.7
|
|
30
30
|
*/
|
|
31
31
|
var StripeCustomerAccount = /*#__PURE__*/function () {
|
|
32
32
|
/**
|