@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.
- 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 +42 -42
- package/dist/model/Authorization.js +2 -2
- package/dist/model/Comment.js +18 -18
- 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 +56 -56
- package/dist/model/DataSheetImportPrivacySettings.js +9 -9
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +42 -42
- package/dist/model/DocumentPart.js +45 -45
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +16 -16
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- 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 +28 -27
- package/dist/model/GraphAction.js +10 -9
- 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 +20 -19
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +29 -28
- 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 +12 -11
- package/dist/model/GraphRelationObjectObject.js +12 -11
- package/dist/model/GraphRelationship.js +12 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +12 -11
- package/dist/model/GraphSchema.js +39 -38
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +17 -17
- package/dist/model/ImageUploadObject.js +17 -17
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +24 -24
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +30 -30
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +14 -14
- package/dist/model/Member.js +22 -22
- 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 +26 -26
- 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 +58 -58
- 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 +32 -31
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +16 -16
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- 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 +22 -22
- package/dist/model/UserDataPayload.js +22 -22
- 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 +22 -22
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Video.js +37 -37
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +45 -45
- package/dist/model/VideoUploadObject.js +37 -37
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +2 -2
|
@@ -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 CreateAccountResponse model module.
|
|
29
29
|
* @module model/CreateAccountResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.8
|
|
31
31
|
*/
|
|
32
32
|
var CreateAccountResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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 CreateCustomerResponse model module.
|
|
29
29
|
* @module model/CreateCustomerResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.8
|
|
31
31
|
*/
|
|
32
32
|
var CreateCustomerResponse = /*#__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 CreateStripeAccountInput model module.
|
|
28
28
|
* @module model/CreateStripeAccountInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var CreateStripeAccountInput = /*#__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 CreateStripeCustomerInput model module.
|
|
28
28
|
* @module model/CreateStripeCustomerInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var CreateStripeCustomerInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/DataObject.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 DataObject model module.
|
|
28
28
|
* @module model/DataObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var DataObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* Gobodo API
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.8
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* The DataSheetImport model module.
|
|
34
34
|
* @module model/DataSheetImport
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.8
|
|
36
36
|
*/
|
|
37
37
|
var DataSheetImport = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -68,6 +68,24 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('container')) {
|
|
69
69
|
obj['container'] = _GraphObject["default"].constructFromObject(data['container']);
|
|
70
70
|
}
|
|
71
|
+
if (data.hasOwnProperty('published')) {
|
|
72
|
+
obj['published'] = _ApiClient["default"].convertToType(data['published'], 'Boolean');
|
|
73
|
+
}
|
|
74
|
+
if (data.hasOwnProperty('communityeditable')) {
|
|
75
|
+
obj['communityeditable'] = _ApiClient["default"].convertToType(data['communityeditable'], 'Boolean');
|
|
76
|
+
}
|
|
77
|
+
if (data.hasOwnProperty('importrelationshiptype')) {
|
|
78
|
+
obj['importrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['importrelationshiptype']);
|
|
79
|
+
}
|
|
80
|
+
if (data.hasOwnProperty('orphan')) {
|
|
81
|
+
obj['orphan'] = _ApiClient["default"].convertToType(data['orphan'], 'Boolean');
|
|
82
|
+
}
|
|
83
|
+
if (data.hasOwnProperty('importobjecttype')) {
|
|
84
|
+
obj['importobjecttype'] = _GraphObjectType["default"].constructFromObject(data['importobjecttype']);
|
|
85
|
+
}
|
|
86
|
+
if (data.hasOwnProperty('preview')) {
|
|
87
|
+
obj['preview'] = _ApiClient["default"].convertToType(data['preview'], Object);
|
|
88
|
+
}
|
|
71
89
|
if (data.hasOwnProperty('graph')) {
|
|
72
90
|
obj['graph'] = _Graph["default"].constructFromObject(data['graph']);
|
|
73
91
|
}
|
|
@@ -86,27 +104,9 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
86
104
|
if (data.hasOwnProperty('sheetprops')) {
|
|
87
105
|
obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
|
|
88
106
|
}
|
|
89
|
-
if (data.hasOwnProperty('importobjecttype')) {
|
|
90
|
-
obj['importobjecttype'] = _GraphObjectType["default"].constructFromObject(data['importobjecttype']);
|
|
91
|
-
}
|
|
92
107
|
if (data.hasOwnProperty('isorphan')) {
|
|
93
108
|
obj['isorphan'] = _ApiClient["default"].convertToType(data['isorphan'], 'Boolean');
|
|
94
109
|
}
|
|
95
|
-
if (data.hasOwnProperty('published')) {
|
|
96
|
-
obj['published'] = _ApiClient["default"].convertToType(data['published'], 'Boolean');
|
|
97
|
-
}
|
|
98
|
-
if (data.hasOwnProperty('communityeditable')) {
|
|
99
|
-
obj['communityeditable'] = _ApiClient["default"].convertToType(data['communityeditable'], 'Boolean');
|
|
100
|
-
}
|
|
101
|
-
if (data.hasOwnProperty('importrelationshiptype')) {
|
|
102
|
-
obj['importrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['importrelationshiptype']);
|
|
103
|
-
}
|
|
104
|
-
if (data.hasOwnProperty('orphan')) {
|
|
105
|
-
obj['orphan'] = _ApiClient["default"].convertToType(data['orphan'], 'Boolean');
|
|
106
|
-
}
|
|
107
|
-
if (data.hasOwnProperty('preview')) {
|
|
108
|
-
obj['preview'] = _ApiClient["default"].convertToType(data['preview'], Object);
|
|
109
|
-
}
|
|
110
110
|
if (data.hasOwnProperty('creator')) {
|
|
111
111
|
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
112
112
|
}
|
|
@@ -148,6 +148,16 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
148
148
|
// data not null
|
|
149
149
|
_GraphObject["default"].validateJSON(data['container']);
|
|
150
150
|
}
|
|
151
|
+
// validate the optional field `importrelationshiptype`
|
|
152
|
+
if (data['importrelationshiptype']) {
|
|
153
|
+
// data not null
|
|
154
|
+
_GraphRelationshipType["default"].validateJSON(data['importrelationshiptype']);
|
|
155
|
+
}
|
|
156
|
+
// validate the optional field `importobjecttype`
|
|
157
|
+
if (data['importobjecttype']) {
|
|
158
|
+
// data not null
|
|
159
|
+
_GraphObjectType["default"].validateJSON(data['importobjecttype']);
|
|
160
|
+
}
|
|
151
161
|
// validate the optional field `graph`
|
|
152
162
|
if (data['graph']) {
|
|
153
163
|
// data not null
|
|
@@ -170,16 +180,6 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
170
180
|
if (!Array.isArray(data['sheetprops'])) {
|
|
171
181
|
throw new Error("Expected the field `sheetprops` to be an array in the JSON data but got " + data['sheetprops']);
|
|
172
182
|
}
|
|
173
|
-
// validate the optional field `importobjecttype`
|
|
174
|
-
if (data['importobjecttype']) {
|
|
175
|
-
// data not null
|
|
176
|
-
_GraphObjectType["default"].validateJSON(data['importobjecttype']);
|
|
177
|
-
}
|
|
178
|
-
// validate the optional field `importrelationshiptype`
|
|
179
|
-
if (data['importrelationshiptype']) {
|
|
180
|
-
// data not null
|
|
181
|
-
_GraphRelationshipType["default"].validateJSON(data['importrelationshiptype']);
|
|
182
|
-
}
|
|
183
183
|
// validate the optional field `creator`
|
|
184
184
|
if (data['creator']) {
|
|
185
185
|
// data not null
|
|
@@ -210,69 +210,69 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
210
210
|
DataSheetImport.prototype['container'] = undefined;
|
|
211
211
|
|
|
212
212
|
/**
|
|
213
|
-
* @member {
|
|
213
|
+
* @member {Boolean} published
|
|
214
214
|
*/
|
|
215
|
-
DataSheetImport.prototype['
|
|
215
|
+
DataSheetImport.prototype['published'] = undefined;
|
|
216
216
|
|
|
217
217
|
/**
|
|
218
|
-
* @member {
|
|
218
|
+
* @member {Boolean} communityeditable
|
|
219
219
|
*/
|
|
220
|
-
DataSheetImport.prototype['
|
|
220
|
+
DataSheetImport.prototype['communityeditable'] = undefined;
|
|
221
221
|
|
|
222
222
|
/**
|
|
223
|
-
* @member {module:model/
|
|
223
|
+
* @member {module:model/GraphRelationshipType} importrelationshiptype
|
|
224
224
|
*/
|
|
225
|
-
DataSheetImport.prototype['
|
|
225
|
+
DataSheetImport.prototype['importrelationshiptype'] = undefined;
|
|
226
226
|
|
|
227
227
|
/**
|
|
228
|
-
* @member {
|
|
228
|
+
* @member {Boolean} orphan
|
|
229
229
|
*/
|
|
230
|
-
DataSheetImport.prototype['
|
|
230
|
+
DataSheetImport.prototype['orphan'] = undefined;
|
|
231
231
|
|
|
232
232
|
/**
|
|
233
|
-
* @member {
|
|
233
|
+
* @member {module:model/GraphObjectType} importobjecttype
|
|
234
234
|
*/
|
|
235
|
-
DataSheetImport.prototype['
|
|
235
|
+
DataSheetImport.prototype['importobjecttype'] = undefined;
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
* @member {
|
|
238
|
+
* @member {Object} preview
|
|
239
239
|
*/
|
|
240
|
-
DataSheetImport.prototype['
|
|
240
|
+
DataSheetImport.prototype['preview'] = undefined;
|
|
241
241
|
|
|
242
242
|
/**
|
|
243
|
-
* @member {module:model/
|
|
243
|
+
* @member {module:model/Graph} graph
|
|
244
244
|
*/
|
|
245
|
-
DataSheetImport.prototype['
|
|
245
|
+
DataSheetImport.prototype['graph'] = undefined;
|
|
246
246
|
|
|
247
247
|
/**
|
|
248
|
-
* @member {
|
|
248
|
+
* @member {module:model/GraphRelationshipType} containerrelationshiptype
|
|
249
249
|
*/
|
|
250
|
-
DataSheetImport.prototype['
|
|
250
|
+
DataSheetImport.prototype['containerrelationshiptype'] = undefined;
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
|
-
* @member {
|
|
253
|
+
* @member {module:model/DataSheetImport.ImporttypeEnum} importtype
|
|
254
254
|
*/
|
|
255
|
-
DataSheetImport.prototype['
|
|
255
|
+
DataSheetImport.prototype['importtype'] = undefined;
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
|
-
* @member {
|
|
258
|
+
* @member {module:model/DataSheetImport.RunstatusEnum} runstatus
|
|
259
259
|
*/
|
|
260
|
-
DataSheetImport.prototype['
|
|
260
|
+
DataSheetImport.prototype['runstatus'] = undefined;
|
|
261
261
|
|
|
262
262
|
/**
|
|
263
|
-
* @member {
|
|
263
|
+
* @member {Date} rundate
|
|
264
264
|
*/
|
|
265
|
-
DataSheetImport.prototype['
|
|
265
|
+
DataSheetImport.prototype['rundate'] = undefined;
|
|
266
266
|
|
|
267
267
|
/**
|
|
268
|
-
* @member {
|
|
268
|
+
* @member {Array.<String>} sheetprops
|
|
269
269
|
*/
|
|
270
|
-
DataSheetImport.prototype['
|
|
270
|
+
DataSheetImport.prototype['sheetprops'] = undefined;
|
|
271
271
|
|
|
272
272
|
/**
|
|
273
|
-
* @member {
|
|
273
|
+
* @member {Boolean} isorphan
|
|
274
274
|
*/
|
|
275
|
-
DataSheetImport.prototype['
|
|
275
|
+
DataSheetImport.prototype['isorphan'] = undefined;
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
278
|
* @member {module:model/User} creator
|
|
@@ -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 DataSheetImportPrivacySettings model module.
|
|
28
28
|
* @module model/DataSheetImportPrivacySettings
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.8
|
|
30
30
|
*/
|
|
31
31
|
var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -59,12 +59,12 @@ var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
|
|
|
59
59
|
value: function constructFromObject(data, obj) {
|
|
60
60
|
if (data) {
|
|
61
61
|
obj = obj || new DataSheetImportPrivacySettings();
|
|
62
|
-
if (data.hasOwnProperty('isorphan')) {
|
|
63
|
-
obj['isorphan'] = _ApiClient["default"].convertToType(data['isorphan'], 'Boolean');
|
|
64
|
-
}
|
|
65
62
|
if (data.hasOwnProperty('published')) {
|
|
66
63
|
obj['published'] = _ApiClient["default"].convertToType(data['published'], 'Boolean');
|
|
67
64
|
}
|
|
65
|
+
if (data.hasOwnProperty('isorphan')) {
|
|
66
|
+
obj['isorphan'] = _ApiClient["default"].convertToType(data['isorphan'], 'Boolean');
|
|
67
|
+
}
|
|
68
68
|
if (data.hasOwnProperty('editable')) {
|
|
69
69
|
obj['editable'] = _ApiClient["default"].convertToType(data['editable'], 'Boolean');
|
|
70
70
|
}
|
|
@@ -86,14 +86,14 @@ var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
|
|
|
86
86
|
return DataSheetImportPrivacySettings;
|
|
87
87
|
}();
|
|
88
88
|
/**
|
|
89
|
-
* @member {Boolean}
|
|
89
|
+
* @member {Boolean} published
|
|
90
90
|
*/
|
|
91
|
-
DataSheetImportPrivacySettings.prototype['
|
|
91
|
+
DataSheetImportPrivacySettings.prototype['published'] = undefined;
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
* @member {Boolean}
|
|
94
|
+
* @member {Boolean} isorphan
|
|
95
95
|
*/
|
|
96
|
-
DataSheetImportPrivacySettings.prototype['
|
|
96
|
+
DataSheetImportPrivacySettings.prototype['isorphan'] = undefined;
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
* @member {Boolean} editable
|
|
@@ -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.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 DataSheetImportSummary model module.
|
|
32
32
|
* @module model/DataSheetImportSummary
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.8
|
|
34
34
|
*/
|
|
35
35
|
var DataSheetImportSummary = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Document.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
23
23
|
* Gobodo API
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.8
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
34
34
|
/**
|
|
35
35
|
* The Document model module.
|
|
36
36
|
* @module model/Document
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.8
|
|
38
38
|
*/
|
|
39
39
|
var Document = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -73,6 +73,12 @@ var Document = /*#__PURE__*/function () {
|
|
|
73
73
|
if (data.hasOwnProperty('creatorpageid')) {
|
|
74
74
|
obj['creatorpageid'] = _ApiClient["default"].convertToType(data['creatorpageid'], 'Number');
|
|
75
75
|
}
|
|
76
|
+
if (data.hasOwnProperty('description')) {
|
|
77
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('status')) {
|
|
80
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
81
|
+
}
|
|
76
82
|
if (data.hasOwnProperty('entrypartarray')) {
|
|
77
83
|
obj['entrypartarray'] = _ApiClient["default"].convertToType(data['entrypartarray'], Object);
|
|
78
84
|
}
|
|
@@ -82,18 +88,15 @@ var Document = /*#__PURE__*/function () {
|
|
|
82
88
|
if (data.hasOwnProperty('documenttype')) {
|
|
83
89
|
obj['documenttype'] = _DocumentType["default"].constructFromObject(data['documenttype']);
|
|
84
90
|
}
|
|
85
|
-
if (data.hasOwnProperty('description')) {
|
|
86
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
87
|
-
}
|
|
88
|
-
if (data.hasOwnProperty('status')) {
|
|
89
|
-
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
90
|
-
}
|
|
91
91
|
if (data.hasOwnProperty('mainPhoto')) {
|
|
92
92
|
obj['mainPhoto'] = _ApiClient["default"].convertToType(data['mainPhoto'], 'String');
|
|
93
93
|
}
|
|
94
94
|
if (data.hasOwnProperty('filterManager')) {
|
|
95
95
|
obj['filterManager'] = _FilterManager["default"].constructFromObject(data['filterManager']);
|
|
96
96
|
}
|
|
97
|
+
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
98
|
+
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
99
|
+
}
|
|
97
100
|
if (data.hasOwnProperty('pagecount')) {
|
|
98
101
|
obj['pagecount'] = _ApiClient["default"].convertToType(data['pagecount'], 'Number');
|
|
99
102
|
}
|
|
@@ -109,24 +112,21 @@ var Document = /*#__PURE__*/function () {
|
|
|
109
112
|
if (data.hasOwnProperty('contributors')) {
|
|
110
113
|
obj['contributors'] = _ApiClient["default"].convertToType(data['contributors'], [_User["default"]]);
|
|
111
114
|
}
|
|
112
|
-
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
113
|
-
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
114
|
-
}
|
|
115
115
|
if (data.hasOwnProperty('body')) {
|
|
116
116
|
obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
|
|
117
117
|
}
|
|
118
118
|
if (data.hasOwnProperty('creationdate')) {
|
|
119
119
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
120
120
|
}
|
|
121
|
+
if (data.hasOwnProperty('subject')) {
|
|
122
|
+
obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
|
|
123
|
+
}
|
|
121
124
|
if (data.hasOwnProperty('modificationdate')) {
|
|
122
125
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
123
126
|
}
|
|
124
127
|
if (data.hasOwnProperty('creatorid')) {
|
|
125
128
|
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
126
129
|
}
|
|
127
|
-
if (data.hasOwnProperty('subject')) {
|
|
128
|
-
obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
|
|
129
|
-
}
|
|
130
130
|
if (data.hasOwnProperty('modifier')) {
|
|
131
131
|
obj['modifier'] = _ApiClient["default"].convertToType(data['modifier'], 'Number');
|
|
132
132
|
}
|
|
@@ -172,16 +172,16 @@ var Document = /*#__PURE__*/function () {
|
|
|
172
172
|
}
|
|
173
173
|
;
|
|
174
174
|
}
|
|
175
|
+
// ensure the json data is a string
|
|
176
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
177
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
178
|
+
}
|
|
175
179
|
// validate the optional field `documenttype`
|
|
176
180
|
if (data['documenttype']) {
|
|
177
181
|
// data not null
|
|
178
182
|
_DocumentType["default"].validateJSON(data['documenttype']);
|
|
179
183
|
}
|
|
180
184
|
// ensure the json data is a string
|
|
181
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
182
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
183
|
-
}
|
|
184
|
-
// ensure the json data is a string
|
|
185
185
|
if (data['mainPhoto'] && !(typeof data['mainPhoto'] === 'string' || data['mainPhoto'] instanceof String)) {
|
|
186
186
|
throw new Error("Expected the field `mainPhoto` to be a primitive type in the JSON string but got " + data['mainPhoto']);
|
|
187
187
|
}
|
|
@@ -190,16 +190,16 @@ var Document = /*#__PURE__*/function () {
|
|
|
190
190
|
// data not null
|
|
191
191
|
_FilterManager["default"].validateJSON(data['filterManager']);
|
|
192
192
|
}
|
|
193
|
+
// ensure the json data is a string
|
|
194
|
+
if (data['unfilteredSubject'] && !(typeof data['unfilteredSubject'] === 'string' || data['unfilteredSubject'] instanceof String)) {
|
|
195
|
+
throw new Error("Expected the field `unfilteredSubject` to be a primitive type in the JSON string but got " + data['unfilteredSubject']);
|
|
196
|
+
}
|
|
193
197
|
// validate the optional field `topentrypartarray`
|
|
194
198
|
if (data['topentrypartarray']) {
|
|
195
199
|
// data not null
|
|
196
200
|
_GraphIteratorEntryPart["default"].validateJSON(data['topentrypartarray']);
|
|
197
201
|
}
|
|
198
202
|
// ensure the json data is a string
|
|
199
|
-
if (data['unfilteredSubject'] && !(typeof data['unfilteredSubject'] === 'string' || data['unfilteredSubject'] instanceof String)) {
|
|
200
|
-
throw new Error("Expected the field `unfilteredSubject` to be a primitive type in the JSON string but got " + data['unfilteredSubject']);
|
|
201
|
-
}
|
|
202
|
-
// ensure the json data is a string
|
|
203
203
|
if (data['body'] && !(typeof data['body'] === 'string' || data['body'] instanceof String)) {
|
|
204
204
|
throw new Error("Expected the field `body` to be a primitive type in the JSON string but got " + data['body']);
|
|
205
205
|
}
|
|
@@ -223,29 +223,29 @@ Document.prototype['documentparts'] = undefined;
|
|
|
223
223
|
Document.prototype['creatorpageid'] = undefined;
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
|
-
* @member {
|
|
226
|
+
* @member {String} description
|
|
227
227
|
*/
|
|
228
|
-
Document.prototype['
|
|
228
|
+
Document.prototype['description'] = undefined;
|
|
229
229
|
|
|
230
230
|
/**
|
|
231
|
-
* @member {
|
|
231
|
+
* @member {Number} status
|
|
232
232
|
*/
|
|
233
|
-
Document.prototype['
|
|
233
|
+
Document.prototype['status'] = undefined;
|
|
234
234
|
|
|
235
235
|
/**
|
|
236
|
-
* @member {
|
|
236
|
+
* @member {Object} entrypartarray
|
|
237
237
|
*/
|
|
238
|
-
Document.prototype['
|
|
238
|
+
Document.prototype['entrypartarray'] = undefined;
|
|
239
239
|
|
|
240
240
|
/**
|
|
241
|
-
* @member {
|
|
241
|
+
* @member {Date} expirationdate
|
|
242
242
|
*/
|
|
243
|
-
Document.prototype['
|
|
243
|
+
Document.prototype['expirationdate'] = undefined;
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
|
-
* @member {
|
|
246
|
+
* @member {module:model/DocumentType} documenttype
|
|
247
247
|
*/
|
|
248
|
-
Document.prototype['
|
|
248
|
+
Document.prototype['documenttype'] = undefined;
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
251
|
* @member {String} mainPhoto
|
|
@@ -257,6 +257,11 @@ Document.prototype['mainPhoto'] = undefined;
|
|
|
257
257
|
*/
|
|
258
258
|
Document.prototype['filterManager'] = undefined;
|
|
259
259
|
|
|
260
|
+
/**
|
|
261
|
+
* @member {String} unfilteredSubject
|
|
262
|
+
*/
|
|
263
|
+
Document.prototype['unfilteredSubject'] = undefined;
|
|
264
|
+
|
|
260
265
|
/**
|
|
261
266
|
* @member {Number} pagecount
|
|
262
267
|
*/
|
|
@@ -282,11 +287,6 @@ Document.prototype['keywords'] = undefined;
|
|
|
282
287
|
*/
|
|
283
288
|
Document.prototype['contributors'] = undefined;
|
|
284
289
|
|
|
285
|
-
/**
|
|
286
|
-
* @member {String} unfilteredSubject
|
|
287
|
-
*/
|
|
288
|
-
Document.prototype['unfilteredSubject'] = undefined;
|
|
289
|
-
|
|
290
290
|
/**
|
|
291
291
|
* @member {String} body
|
|
292
292
|
*/
|
|
@@ -297,6 +297,11 @@ Document.prototype['body'] = undefined;
|
|
|
297
297
|
*/
|
|
298
298
|
Document.prototype['creationdate'] = undefined;
|
|
299
299
|
|
|
300
|
+
/**
|
|
301
|
+
* @member {String} subject
|
|
302
|
+
*/
|
|
303
|
+
Document.prototype['subject'] = undefined;
|
|
304
|
+
|
|
300
305
|
/**
|
|
301
306
|
* @member {Date} modificationdate
|
|
302
307
|
*/
|
|
@@ -307,11 +312,6 @@ Document.prototype['modificationdate'] = undefined;
|
|
|
307
312
|
*/
|
|
308
313
|
Document.prototype['creatorid'] = undefined;
|
|
309
314
|
|
|
310
|
-
/**
|
|
311
|
-
* @member {String} subject
|
|
312
|
-
*/
|
|
313
|
-
Document.prototype['subject'] = undefined;
|
|
314
|
-
|
|
315
315
|
/**
|
|
316
316
|
* @member {Number} modifier
|
|
317
317
|
*/
|