@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 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,15 +68,27 @@ 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('
|
|
72
|
-
obj['
|
|
71
|
+
if (data.hasOwnProperty('published')) {
|
|
72
|
+
obj['published'] = _ApiClient["default"].convertToType(data['published'], 'Boolean');
|
|
73
73
|
}
|
|
74
|
-
if (data.hasOwnProperty('
|
|
75
|
-
obj['
|
|
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']);
|
|
76
85
|
}
|
|
77
86
|
if (data.hasOwnProperty('preview')) {
|
|
78
87
|
obj['preview'] = _ApiClient["default"].convertToType(data['preview'], Object);
|
|
79
88
|
}
|
|
89
|
+
if (data.hasOwnProperty('graph')) {
|
|
90
|
+
obj['graph'] = _Graph["default"].constructFromObject(data['graph']);
|
|
91
|
+
}
|
|
80
92
|
if (data.hasOwnProperty('containerrelationshiptype')) {
|
|
81
93
|
obj['containerrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['containerrelationshiptype']);
|
|
82
94
|
}
|
|
@@ -92,23 +104,11 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
92
104
|
if (data.hasOwnProperty('sheetprops')) {
|
|
93
105
|
obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
|
|
94
106
|
}
|
|
95
|
-
if (data.hasOwnProperty('importobjecttype')) {
|
|
96
|
-
obj['importobjecttype'] = _GraphObjectType["default"].constructFromObject(data['importobjecttype']);
|
|
97
|
-
}
|
|
98
107
|
if (data.hasOwnProperty('isorphan')) {
|
|
99
108
|
obj['isorphan'] = _ApiClient["default"].convertToType(data['isorphan'], 'Boolean');
|
|
100
109
|
}
|
|
101
|
-
if (data.hasOwnProperty('
|
|
102
|
-
obj['
|
|
103
|
-
}
|
|
104
|
-
if (data.hasOwnProperty('communityeditable')) {
|
|
105
|
-
obj['communityeditable'] = _ApiClient["default"].convertToType(data['communityeditable'], 'Boolean');
|
|
106
|
-
}
|
|
107
|
-
if (data.hasOwnProperty('importrelationshiptype')) {
|
|
108
|
-
obj['importrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['importrelationshiptype']);
|
|
109
|
-
}
|
|
110
|
-
if (data.hasOwnProperty('orphan')) {
|
|
111
|
-
obj['orphan'] = _ApiClient["default"].convertToType(data['orphan'], 'Boolean');
|
|
110
|
+
if (data.hasOwnProperty('creator')) {
|
|
111
|
+
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
112
112
|
}
|
|
113
113
|
if (data.hasOwnProperty('dataSheet')) {
|
|
114
114
|
obj['dataSheet'] = _ApiClient["default"].convertToType(data['dataSheet'], Object);
|
|
@@ -148,16 +148,21 @@ 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
|
|
154
164
|
_Graph["default"].validateJSON(data['graph']);
|
|
155
165
|
}
|
|
156
|
-
// validate the optional field `creator`
|
|
157
|
-
if (data['creator']) {
|
|
158
|
-
// data not null
|
|
159
|
-
_User["default"].validateJSON(data['creator']);
|
|
160
|
-
}
|
|
161
166
|
// validate the optional field `containerrelationshiptype`
|
|
162
167
|
if (data['containerrelationshiptype']) {
|
|
163
168
|
// data not null
|
|
@@ -175,15 +180,10 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
175
180
|
if (!Array.isArray(data['sheetprops'])) {
|
|
176
181
|
throw new Error("Expected the field `sheetprops` to be an array in the JSON data but got " + data['sheetprops']);
|
|
177
182
|
}
|
|
178
|
-
// validate the optional field `
|
|
179
|
-
if (data['
|
|
180
|
-
// data not null
|
|
181
|
-
_GraphObjectType["default"].validateJSON(data['importobjecttype']);
|
|
182
|
-
}
|
|
183
|
-
// validate the optional field `importrelationshiptype`
|
|
184
|
-
if (data['importrelationshiptype']) {
|
|
183
|
+
// validate the optional field `creator`
|
|
184
|
+
if (data['creator']) {
|
|
185
185
|
// data not null
|
|
186
|
-
|
|
186
|
+
_User["default"].validateJSON(data['creator']);
|
|
187
187
|
}
|
|
188
188
|
// validate the optional field `startObjectMapping`
|
|
189
189
|
if (data['startObjectMapping']) {
|
|
@@ -210,20 +210,40 @@ 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
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @member {module:model/GraphRelationshipType} importrelationshiptype
|
|
224
|
+
*/
|
|
225
|
+
DataSheetImport.prototype['importrelationshiptype'] = undefined;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @member {Boolean} orphan
|
|
229
|
+
*/
|
|
230
|
+
DataSheetImport.prototype['orphan'] = undefined;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @member {module:model/GraphObjectType} importobjecttype
|
|
234
|
+
*/
|
|
235
|
+
DataSheetImport.prototype['importobjecttype'] = undefined;
|
|
221
236
|
|
|
222
237
|
/**
|
|
223
238
|
* @member {Object} preview
|
|
224
239
|
*/
|
|
225
240
|
DataSheetImport.prototype['preview'] = undefined;
|
|
226
241
|
|
|
242
|
+
/**
|
|
243
|
+
* @member {module:model/Graph} graph
|
|
244
|
+
*/
|
|
245
|
+
DataSheetImport.prototype['graph'] = undefined;
|
|
246
|
+
|
|
227
247
|
/**
|
|
228
248
|
* @member {module:model/GraphRelationshipType} containerrelationshiptype
|
|
229
249
|
*/
|
|
@@ -249,35 +269,15 @@ DataSheetImport.prototype['rundate'] = undefined;
|
|
|
249
269
|
*/
|
|
250
270
|
DataSheetImport.prototype['sheetprops'] = undefined;
|
|
251
271
|
|
|
252
|
-
/**
|
|
253
|
-
* @member {module:model/GraphObjectType} importobjecttype
|
|
254
|
-
*/
|
|
255
|
-
DataSheetImport.prototype['importobjecttype'] = undefined;
|
|
256
|
-
|
|
257
272
|
/**
|
|
258
273
|
* @member {Boolean} isorphan
|
|
259
274
|
*/
|
|
260
275
|
DataSheetImport.prototype['isorphan'] = undefined;
|
|
261
276
|
|
|
262
277
|
/**
|
|
263
|
-
* @member {
|
|
264
|
-
*/
|
|
265
|
-
DataSheetImport.prototype['published'] = undefined;
|
|
266
|
-
|
|
267
|
-
/**
|
|
268
|
-
* @member {Boolean} communityeditable
|
|
269
|
-
*/
|
|
270
|
-
DataSheetImport.prototype['communityeditable'] = undefined;
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* @member {module:model/GraphRelationshipType} importrelationshiptype
|
|
274
|
-
*/
|
|
275
|
-
DataSheetImport.prototype['importrelationshiptype'] = undefined;
|
|
276
|
-
|
|
277
|
-
/**
|
|
278
|
-
* @member {Boolean} orphan
|
|
278
|
+
* @member {module:model/User} creator
|
|
279
279
|
*/
|
|
280
|
-
DataSheetImport.prototype['
|
|
280
|
+
DataSheetImport.prototype['creator'] = undefined;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @member {Object} dataSheet
|
|
@@ -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,17 +73,11 @@ 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('status')) {
|
|
77
|
-
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
78
|
-
}
|
|
79
|
-
if (data.hasOwnProperty('documenttype')) {
|
|
80
|
-
obj['documenttype'] = _DocumentType["default"].constructFromObject(data['documenttype']);
|
|
81
|
-
}
|
|
82
76
|
if (data.hasOwnProperty('description')) {
|
|
83
77
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
84
78
|
}
|
|
85
|
-
if (data.hasOwnProperty('
|
|
86
|
-
obj['
|
|
79
|
+
if (data.hasOwnProperty('status')) {
|
|
80
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
87
81
|
}
|
|
88
82
|
if (data.hasOwnProperty('entrypartarray')) {
|
|
89
83
|
obj['entrypartarray'] = _ApiClient["default"].convertToType(data['entrypartarray'], Object);
|
|
@@ -91,15 +85,21 @@ var Document = /*#__PURE__*/function () {
|
|
|
91
85
|
if (data.hasOwnProperty('expirationdate')) {
|
|
92
86
|
obj['expirationdate'] = _ApiClient["default"].convertToType(data['expirationdate'], 'Date');
|
|
93
87
|
}
|
|
88
|
+
if (data.hasOwnProperty('documenttype')) {
|
|
89
|
+
obj['documenttype'] = _DocumentType["default"].constructFromObject(data['documenttype']);
|
|
90
|
+
}
|
|
91
|
+
if (data.hasOwnProperty('mainPhoto')) {
|
|
92
|
+
obj['mainPhoto'] = _ApiClient["default"].convertToType(data['mainPhoto'], 'String');
|
|
93
|
+
}
|
|
94
94
|
if (data.hasOwnProperty('filterManager')) {
|
|
95
95
|
obj['filterManager'] = _FilterManager["default"].constructFromObject(data['filterManager']);
|
|
96
96
|
}
|
|
97
|
-
if (data.hasOwnProperty('pagecount')) {
|
|
98
|
-
obj['pagecount'] = _ApiClient["default"].convertToType(data['pagecount'], 'Number');
|
|
99
|
-
}
|
|
100
97
|
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
101
98
|
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
102
99
|
}
|
|
100
|
+
if (data.hasOwnProperty('pagecount')) {
|
|
101
|
+
obj['pagecount'] = _ApiClient["default"].convertToType(data['pagecount'], 'Number');
|
|
102
|
+
}
|
|
103
103
|
if (data.hasOwnProperty('topentrypartarray')) {
|
|
104
104
|
obj['topentrypartarray'] = _GraphIteratorEntryPart["default"].constructFromObject(data['topentrypartarray']);
|
|
105
105
|
}
|
|
@@ -118,15 +118,15 @@ var Document = /*#__PURE__*/function () {
|
|
|
118
118
|
if (data.hasOwnProperty('creationdate')) {
|
|
119
119
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
120
120
|
}
|
|
121
|
-
if (data.hasOwnProperty('creatorid')) {
|
|
122
|
-
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
123
|
-
}
|
|
124
121
|
if (data.hasOwnProperty('subject')) {
|
|
125
122
|
obj['subject'] = _ApiClient["default"].convertToType(data['subject'], 'String');
|
|
126
123
|
}
|
|
127
124
|
if (data.hasOwnProperty('modificationdate')) {
|
|
128
125
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
129
126
|
}
|
|
127
|
+
if (data.hasOwnProperty('creatorid')) {
|
|
128
|
+
obj['creatorid'] = _ApiClient["default"].convertToType(data['creatorid'], 'Number');
|
|
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
|
}
|
|
@@ -222,25 +222,15 @@ Document.prototype['documentparts'] = undefined;
|
|
|
222
222
|
*/
|
|
223
223
|
Document.prototype['creatorpageid'] = undefined;
|
|
224
224
|
|
|
225
|
-
/**
|
|
226
|
-
* @member {Number} status
|
|
227
|
-
*/
|
|
228
|
-
Document.prototype['status'] = undefined;
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* @member {module:model/DocumentType} documenttype
|
|
232
|
-
*/
|
|
233
|
-
Document.prototype['documenttype'] = undefined;
|
|
234
|
-
|
|
235
225
|
/**
|
|
236
226
|
* @member {String} description
|
|
237
227
|
*/
|
|
238
228
|
Document.prototype['description'] = undefined;
|
|
239
229
|
|
|
240
230
|
/**
|
|
241
|
-
* @member {
|
|
231
|
+
* @member {Number} status
|
|
242
232
|
*/
|
|
243
|
-
Document.prototype['
|
|
233
|
+
Document.prototype['status'] = undefined;
|
|
244
234
|
|
|
245
235
|
/**
|
|
246
236
|
* @member {Object} entrypartarray
|
|
@@ -253,20 +243,30 @@ Document.prototype['entrypartarray'] = undefined;
|
|
|
253
243
|
Document.prototype['expirationdate'] = undefined;
|
|
254
244
|
|
|
255
245
|
/**
|
|
256
|
-
* @member {module:model/
|
|
246
|
+
* @member {module:model/DocumentType} documenttype
|
|
257
247
|
*/
|
|
258
|
-
Document.prototype['
|
|
248
|
+
Document.prototype['documenttype'] = undefined;
|
|
259
249
|
|
|
260
250
|
/**
|
|
261
|
-
* @member {
|
|
251
|
+
* @member {String} mainPhoto
|
|
262
252
|
*/
|
|
263
|
-
Document.prototype['
|
|
253
|
+
Document.prototype['mainPhoto'] = undefined;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* @member {module:model/FilterManager} filterManager
|
|
257
|
+
*/
|
|
258
|
+
Document.prototype['filterManager'] = undefined;
|
|
264
259
|
|
|
265
260
|
/**
|
|
266
261
|
* @member {String} unfilteredSubject
|
|
267
262
|
*/
|
|
268
263
|
Document.prototype['unfilteredSubject'] = undefined;
|
|
269
264
|
|
|
265
|
+
/**
|
|
266
|
+
* @member {Number} pagecount
|
|
267
|
+
*/
|
|
268
|
+
Document.prototype['pagecount'] = undefined;
|
|
269
|
+
|
|
270
270
|
/**
|
|
271
271
|
* @member {module:model/GraphIteratorEntryPart} topentrypartarray
|
|
272
272
|
*/
|
|
@@ -297,11 +297,6 @@ Document.prototype['body'] = undefined;
|
|
|
297
297
|
*/
|
|
298
298
|
Document.prototype['creationdate'] = undefined;
|
|
299
299
|
|
|
300
|
-
/**
|
|
301
|
-
* @member {Number} creatorid
|
|
302
|
-
*/
|
|
303
|
-
Document.prototype['creatorid'] = undefined;
|
|
304
|
-
|
|
305
300
|
/**
|
|
306
301
|
* @member {String} subject
|
|
307
302
|
*/
|
|
@@ -312,6 +307,11 @@ Document.prototype['subject'] = undefined;
|
|
|
312
307
|
*/
|
|
313
308
|
Document.prototype['modificationdate'] = undefined;
|
|
314
309
|
|
|
310
|
+
/**
|
|
311
|
+
* @member {Number} creatorid
|
|
312
|
+
*/
|
|
313
|
+
Document.prototype['creatorid'] = undefined;
|
|
314
|
+
|
|
315
315
|
/**
|
|
316
316
|
* @member {Number} modifier
|
|
317
317
|
*/
|
|
@@ -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 DocumentPart model module.
|
|
34
34
|
* @module model/DocumentPart
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.8
|
|
36
36
|
*/
|
|
37
37
|
var DocumentPart = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -89,9 +89,6 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
89
89
|
if (data.hasOwnProperty('title')) {
|
|
90
90
|
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
91
91
|
}
|
|
92
|
-
if (data.hasOwnProperty('mainPhoto')) {
|
|
93
|
-
obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
|
|
94
|
-
}
|
|
95
92
|
if (data.hasOwnProperty('childentryparts')) {
|
|
96
93
|
obj['childentryparts'] = _ApiClient["default"].convertToType(data['childentryparts'], Object);
|
|
97
94
|
}
|
|
@@ -110,6 +107,9 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
110
107
|
if (data.hasOwnProperty('modificationdate')) {
|
|
111
108
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
112
109
|
}
|
|
110
|
+
if (data.hasOwnProperty('mainPhoto')) {
|
|
111
|
+
obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
|
|
112
|
+
}
|
|
113
113
|
if (data.hasOwnProperty('modifier')) {
|
|
114
114
|
obj['modifier'] = _Member["default"].constructFromObject(data['modifier']);
|
|
115
115
|
}
|
|
@@ -163,11 +163,6 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
163
163
|
if (data['title'] && !(typeof data['title'] === 'string' || data['title'] instanceof String)) {
|
|
164
164
|
throw new Error("Expected the field `title` to be a primitive type in the JSON string but got " + data['title']);
|
|
165
165
|
}
|
|
166
|
-
// validate the optional field `mainPhoto`
|
|
167
|
-
if (data['mainPhoto']) {
|
|
168
|
-
// data not null
|
|
169
|
-
_Image["default"].validateJSON(data['mainPhoto']);
|
|
170
|
-
}
|
|
171
166
|
// validate the optional field `documentparttype`
|
|
172
167
|
if (data['documentparttype']) {
|
|
173
168
|
// data not null
|
|
@@ -177,6 +172,11 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
177
172
|
if (data['creator'] && !(typeof data['creator'] === 'string' || data['creator'] instanceof String)) {
|
|
178
173
|
throw new Error("Expected the field `creator` to be a primitive type in the JSON string but got " + data['creator']);
|
|
179
174
|
}
|
|
175
|
+
// validate the optional field `mainPhoto`
|
|
176
|
+
if (data['mainPhoto']) {
|
|
177
|
+
// data not null
|
|
178
|
+
_Image["default"].validateJSON(data['mainPhoto']);
|
|
179
|
+
}
|
|
180
180
|
// validate the optional field `modifier`
|
|
181
181
|
if (data['modifier']) {
|
|
182
182
|
// data not null
|
|
@@ -231,11 +231,6 @@ DocumentPart.prototype['status'] = undefined;
|
|
|
231
231
|
*/
|
|
232
232
|
DocumentPart.prototype['title'] = undefined;
|
|
233
233
|
|
|
234
|
-
/**
|
|
235
|
-
* @member {module:model/Image} mainPhoto
|
|
236
|
-
*/
|
|
237
|
-
DocumentPart.prototype['mainPhoto'] = undefined;
|
|
238
|
-
|
|
239
234
|
/**
|
|
240
235
|
* @member {Object} childentryparts
|
|
241
236
|
*/
|
|
@@ -266,6 +261,11 @@ DocumentPart.prototype['childentrypartcount'] = undefined;
|
|
|
266
261
|
*/
|
|
267
262
|
DocumentPart.prototype['modificationdate'] = undefined;
|
|
268
263
|
|
|
264
|
+
/**
|
|
265
|
+
* @member {module:model/Image} mainPhoto
|
|
266
|
+
*/
|
|
267
|
+
DocumentPart.prototype['mainPhoto'] = undefined;
|
|
268
|
+
|
|
269
269
|
/**
|
|
270
270
|
* @member {module:model/Member} modifier
|
|
271
271
|
*/
|