@gobodo/gobodo-api 0.1.7 → 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.
- 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 +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- 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 +2 -2
- package/dist/model/Article.js +41 -41
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Comment.js +22 -22
- 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 +59 -59
- package/dist/model/DataSheetImportPrivacySettings.js +9 -9
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +41 -41
- package/dist/model/DocumentPart.js +15 -15
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +17 -17
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +22 -22
- 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 +24 -24
- package/dist/model/GraphAction.js +9 -9
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +10 -10
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +10 -10
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.js +11 -11
- package/dist/model/GraphRelationObjectObject.js +11 -11
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +13 -13
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +29 -29
- package/dist/model/ImageUploadObject.js +29 -29
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +28 -28
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +18 -18
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.js +25 -25
- 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 +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +20 -20
- 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 +10 -10
- package/dist/model/PrivateMessageConversation.js +15 -15
- 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 +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +10 -10
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +22 -22
- package/dist/model/SocialGroup.js +10 -10
- 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 +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- 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 +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Video.js +36 -36
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +36 -36
- package/dist/model/VideoUploadObject.js +36 -36
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -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.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.
|
|
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('creatorid')) {
|
|
69
|
-
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
70
|
-
}
|
|
71
68
|
if (data.hasOwnProperty('subject')) {
|
|
72
69
|
obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
|
|
73
70
|
}
|
|
74
71
|
if (data.hasOwnProperty('modificationdate')) {
|
|
75
72
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
76
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('creatorid')) {
|
|
75
|
+
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
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 {Number} creatorid
|
|
126
|
-
*/
|
|
127
|
-
StatusUpdate.prototype['creatorid'] = undefined;
|
|
128
|
-
|
|
129
124
|
/**
|
|
130
125
|
* @member {String} subject
|
|
131
126
|
*/
|
|
@@ -136,6 +131,11 @@ StatusUpdate.prototype['subject'] = undefined;
|
|
|
136
131
|
*/
|
|
137
132
|
StatusUpdate.prototype['modificationdate'] = undefined;
|
|
138
133
|
|
|
134
|
+
/**
|
|
135
|
+
* @member {Number} creatorid
|
|
136
|
+
*/
|
|
137
|
+
StatusUpdate.prototype['creatorid'] = 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.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var StripeCustomerAccount = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Template.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.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
31
|
+
* @version 0.1.8
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMapping = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.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 ThemeMappingPayload model module.
|
|
29
29
|
* @module model/ThemeMappingPayload
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.8
|
|
31
31
|
*/
|
|
32
32
|
var ThemeMappingPayload = /*#__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.
|
|
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 Transaction model module.
|
|
28
28
|
* @module model/Transaction
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var Transaction = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/User.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.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 User model module.
|
|
29
29
|
* @module model/User
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.8
|
|
31
31
|
*/
|
|
32
32
|
var User = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,24 +66,24 @@ var User = /*#__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('
|
|
76
|
-
obj['
|
|
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
|
}
|
|
81
|
-
if (data.hasOwnProperty('modificationdate')) {
|
|
82
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
83
|
-
}
|
|
84
78
|
if (data.hasOwnProperty('password')) {
|
|
85
79
|
obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
|
|
86
80
|
}
|
|
81
|
+
if (data.hasOwnProperty('email')) {
|
|
82
|
+
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
83
|
+
}
|
|
84
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
85
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
86
|
+
}
|
|
87
87
|
if (data.hasOwnProperty('username')) {
|
|
88
88
|
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
89
89
|
}
|
|
@@ -134,10 +134,6 @@ var User = /*#__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 User = /*#__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,20 +180,15 @@ User.prototype['state'] = undefined;
|
|
|
180
180
|
*/
|
|
181
181
|
User.prototype['address'] = undefined;
|
|
182
182
|
|
|
183
|
-
/**
|
|
184
|
-
* @member {Number} status
|
|
185
|
-
*/
|
|
186
|
-
User.prototype['status'] = undefined;
|
|
187
|
-
|
|
188
183
|
/**
|
|
189
184
|
* @member {module:model/UserDomain} domain
|
|
190
185
|
*/
|
|
191
186
|
User.prototype['domain'] = undefined;
|
|
192
187
|
|
|
193
188
|
/**
|
|
194
|
-
* @member {
|
|
189
|
+
* @member {Number} status
|
|
195
190
|
*/
|
|
196
|
-
User.prototype['
|
|
191
|
+
User.prototype['status'] = undefined;
|
|
197
192
|
|
|
198
193
|
/**
|
|
199
194
|
* @member {String} firstname
|
|
@@ -201,14 +196,19 @@ User.prototype['email'] = undefined;
|
|
|
201
196
|
User.prototype['firstname'] = undefined;
|
|
202
197
|
|
|
203
198
|
/**
|
|
204
|
-
* @member {
|
|
199
|
+
* @member {String} password
|
|
205
200
|
*/
|
|
206
|
-
User.prototype['
|
|
201
|
+
User.prototype['password'] = undefined;
|
|
207
202
|
|
|
208
203
|
/**
|
|
209
|
-
* @member {String}
|
|
204
|
+
* @member {String} email
|
|
210
205
|
*/
|
|
211
|
-
User.prototype['
|
|
206
|
+
User.prototype['email'] = undefined;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @member {Date} modificationdate
|
|
210
|
+
*/
|
|
211
|
+
User.prototype['modificationdate'] = undefined;
|
|
212
212
|
|
|
213
213
|
/**
|
|
214
214
|
* @member {String} username
|
|
@@ -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.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 UserDataPayload model module.
|
|
29
29
|
* @module model/UserDataPayload
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.8
|
|
31
31
|
*/
|
|
32
32
|
var UserDataPayload = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,24 +66,24 @@ var UserDataPayload = /*#__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('
|
|
76
|
-
obj['
|
|
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
|
}
|
|
81
|
-
if (data.hasOwnProperty('modificationdate')) {
|
|
82
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
83
|
-
}
|
|
84
78
|
if (data.hasOwnProperty('password')) {
|
|
85
79
|
obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
|
|
86
80
|
}
|
|
81
|
+
if (data.hasOwnProperty('email')) {
|
|
82
|
+
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
83
|
+
}
|
|
84
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
85
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
86
|
+
}
|
|
87
87
|
if (data.hasOwnProperty('username')) {
|
|
88
88
|
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
89
89
|
}
|
|
@@ -134,10 +134,6 @@ var UserDataPayload = /*#__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 UserDataPayload = /*#__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,20 +180,15 @@ UserDataPayload.prototype['state'] = undefined;
|
|
|
180
180
|
*/
|
|
181
181
|
UserDataPayload.prototype['address'] = undefined;
|
|
182
182
|
|
|
183
|
-
/**
|
|
184
|
-
* @member {Number} status
|
|
185
|
-
*/
|
|
186
|
-
UserDataPayload.prototype['status'] = undefined;
|
|
187
|
-
|
|
188
183
|
/**
|
|
189
184
|
* @member {module:model/UserDomain} domain
|
|
190
185
|
*/
|
|
191
186
|
UserDataPayload.prototype['domain'] = undefined;
|
|
192
187
|
|
|
193
188
|
/**
|
|
194
|
-
* @member {
|
|
189
|
+
* @member {Number} status
|
|
195
190
|
*/
|
|
196
|
-
UserDataPayload.prototype['
|
|
191
|
+
UserDataPayload.prototype['status'] = undefined;
|
|
197
192
|
|
|
198
193
|
/**
|
|
199
194
|
* @member {String} firstname
|
|
@@ -201,14 +196,19 @@ UserDataPayload.prototype['email'] = undefined;
|
|
|
201
196
|
UserDataPayload.prototype['firstname'] = undefined;
|
|
202
197
|
|
|
203
198
|
/**
|
|
204
|
-
* @member {
|
|
199
|
+
* @member {String} password
|
|
205
200
|
*/
|
|
206
|
-
UserDataPayload.prototype['
|
|
201
|
+
UserDataPayload.prototype['password'] = undefined;
|
|
207
202
|
|
|
208
203
|
/**
|
|
209
|
-
* @member {String}
|
|
204
|
+
* @member {String} email
|
|
210
205
|
*/
|
|
211
|
-
UserDataPayload.prototype['
|
|
206
|
+
UserDataPayload.prototype['email'] = undefined;
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* @member {Date} modificationdate
|
|
210
|
+
*/
|
|
211
|
+
UserDataPayload.prototype['modificationdate'] = undefined;
|
|
212
212
|
|
|
213
213
|
/**
|
|
214
214
|
* @member {String} username
|
package/dist/model/UserDomain.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.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 UserDomain model module.
|
|
28
28
|
* @module model/UserDomain
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var UserDomain = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/UserInvite.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.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 UserInvite model module.
|
|
28
28
|
* @module model/UserInvite
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var UserInvite = /*#__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.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 UserInviteInput model module.
|
|
28
28
|
* @module model/UserInviteInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var UserInviteInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|