@gobodo/gobodo-api 0.1.66 → 0.1.68
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 +17 -3
- 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 +210 -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/DocumentPartTypesApi.js +148 -0
- package/dist/api/DocumentTypesApi.js +148 -0
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.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/GraphActionTypesApi.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/NotificationsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.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/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.js +286 -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/TopicsApi.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/index.js +28 -7
- package/dist/model/APIClient.js +2 -2
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +6 -6
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +26 -26
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +36 -36
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.js +26 -26
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +39 -39
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +21 -21
- package/dist/model/File.js +14 -14
- package/dist/model/FileAttachmentUploadObject.js +14 -14
- 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/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.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/GetFunctionConfig.js +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.js +9 -9
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +6 -6
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +165 -0
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +14 -14
- package/dist/model/ImageUploadObject.js +14 -14
- package/dist/model/InputPart.js +12 -12
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +9 -9
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +9 -9
- 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/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.js +13 -13
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.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/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +2 -2
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.js +146 -0
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.js +21 -21
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +22 -22
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- 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/TemplateResponse.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/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +9 -9
- package/dist/model/UserDataPayload.js +9 -9
- 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 +9 -9
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +14 -14
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +14 -14
- package/dist/model/VideoUploadObject.js +14 -14
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The DocumentPart model module.
|
|
34
34
|
* @module model/DocumentPart
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.68
|
|
36
36
|
*/
|
|
37
37
|
var DocumentPart = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -83,11 +83,14 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
83
83
|
if (data.hasOwnProperty('creationdate')) {
|
|
84
84
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
85
85
|
}
|
|
86
|
+
if (data.hasOwnProperty('title')) {
|
|
87
|
+
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
88
|
+
}
|
|
86
89
|
if (data.hasOwnProperty('status')) {
|
|
87
90
|
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
88
91
|
}
|
|
89
|
-
if (data.hasOwnProperty('
|
|
90
|
-
obj['
|
|
92
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
93
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
91
94
|
}
|
|
92
95
|
if (data.hasOwnProperty('childentryparts')) {
|
|
93
96
|
obj['childentryparts'] = _ApiClient["default"].convertToType(data['childentryparts'], Object);
|
|
@@ -104,9 +107,6 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
104
107
|
if (data.hasOwnProperty('childentrypartcount')) {
|
|
105
108
|
obj['childentrypartcount'] = _ApiClient["default"].convertToType(data['childentrypartcount'], 'Number');
|
|
106
109
|
}
|
|
107
|
-
if (data.hasOwnProperty('modificationdate')) {
|
|
108
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
109
|
-
}
|
|
110
110
|
if (data.hasOwnProperty('mainPhoto')) {
|
|
111
111
|
obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
|
|
112
112
|
}
|
|
@@ -220,15 +220,20 @@ DocumentPart.prototype['body'] = undefined;
|
|
|
220
220
|
*/
|
|
221
221
|
DocumentPart.prototype['creationdate'] = undefined;
|
|
222
222
|
|
|
223
|
+
/**
|
|
224
|
+
* @member {String} title
|
|
225
|
+
*/
|
|
226
|
+
DocumentPart.prototype['title'] = undefined;
|
|
227
|
+
|
|
223
228
|
/**
|
|
224
229
|
* @member {Number} status
|
|
225
230
|
*/
|
|
226
231
|
DocumentPart.prototype['status'] = undefined;
|
|
227
232
|
|
|
228
233
|
/**
|
|
229
|
-
* @member {
|
|
234
|
+
* @member {Date} modificationdate
|
|
230
235
|
*/
|
|
231
|
-
DocumentPart.prototype['
|
|
236
|
+
DocumentPart.prototype['modificationdate'] = undefined;
|
|
232
237
|
|
|
233
238
|
/**
|
|
234
239
|
* @member {Object} childentryparts
|
|
@@ -255,11 +260,6 @@ DocumentPart.prototype['articleid'] = undefined;
|
|
|
255
260
|
*/
|
|
256
261
|
DocumentPart.prototype['childentrypartcount'] = undefined;
|
|
257
262
|
|
|
258
|
-
/**
|
|
259
|
-
* @member {Date} modificationdate
|
|
260
|
-
*/
|
|
261
|
-
DocumentPart.prototype['modificationdate'] = undefined;
|
|
262
|
-
|
|
263
263
|
/**
|
|
264
264
|
* @member {module:model/Image} mainPhoto
|
|
265
265
|
*/
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The DocumentPartType model module.
|
|
30
30
|
* @module model/DocumentPartType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.68
|
|
32
32
|
*/
|
|
33
33
|
var DocumentPartType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -67,24 +67,24 @@ var DocumentPartType = /*#__PURE__*/function () {
|
|
|
67
67
|
if (data.hasOwnProperty('parent')) {
|
|
68
68
|
obj['parent'] = DocumentPartType.constructFromObject(data['parent']);
|
|
69
69
|
}
|
|
70
|
-
if (data.hasOwnProperty('singleDescription')) {
|
|
71
|
-
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
72
|
-
}
|
|
73
|
-
if (data.hasOwnProperty('entryTypes')) {
|
|
74
|
-
obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
|
|
75
|
-
}
|
|
76
|
-
if (data.hasOwnProperty('childTypes')) {
|
|
77
|
-
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
78
|
-
}
|
|
79
70
|
if (data.hasOwnProperty('description')) {
|
|
80
71
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
81
72
|
}
|
|
82
73
|
if (data.hasOwnProperty('template')) {
|
|
83
74
|
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
84
75
|
}
|
|
76
|
+
if (data.hasOwnProperty('singleDescription')) {
|
|
77
|
+
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('childTypes')) {
|
|
80
|
+
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
81
|
+
}
|
|
85
82
|
if (data.hasOwnProperty('graphObjectType')) {
|
|
86
83
|
obj['graphObjectType'] = _GraphObjectType["default"].constructFromObject(data['graphObjectType']);
|
|
87
84
|
}
|
|
85
|
+
if (data.hasOwnProperty('entryTypes')) {
|
|
86
|
+
obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
|
|
87
|
+
}
|
|
88
88
|
if (data.hasOwnProperty('data')) {
|
|
89
89
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
90
90
|
}
|
|
@@ -113,10 +113,6 @@ var DocumentPartType = /*#__PURE__*/function () {
|
|
|
113
113
|
DocumentPartType.validateJSON(data['parent']);
|
|
114
114
|
}
|
|
115
115
|
// ensure the json data is a string
|
|
116
|
-
if (data['singleDescription'] && !(typeof data['singleDescription'] === 'string' || data['singleDescription'] instanceof String)) {
|
|
117
|
-
throw new Error("Expected the field `singleDescription` to be a primitive type in the JSON string but got " + data['singleDescription']);
|
|
118
|
-
}
|
|
119
|
-
// ensure the json data is a string
|
|
120
116
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
121
117
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
122
118
|
}
|
|
@@ -125,6 +121,10 @@ var DocumentPartType = /*#__PURE__*/function () {
|
|
|
125
121
|
// data not null
|
|
126
122
|
_Template["default"].validateJSON(data['template']);
|
|
127
123
|
}
|
|
124
|
+
// ensure the json data is a string
|
|
125
|
+
if (data['singleDescription'] && !(typeof data['singleDescription'] === 'string' || data['singleDescription'] instanceof String)) {
|
|
126
|
+
throw new Error("Expected the field `singleDescription` to be a primitive type in the JSON string but got " + data['singleDescription']);
|
|
127
|
+
}
|
|
128
128
|
// validate the optional field `graphObjectType`
|
|
129
129
|
if (data['graphObjectType']) {
|
|
130
130
|
// data not null
|
|
@@ -145,34 +145,34 @@ DocumentPartType.prototype['name'] = undefined;
|
|
|
145
145
|
DocumentPartType.prototype['parent'] = undefined;
|
|
146
146
|
|
|
147
147
|
/**
|
|
148
|
-
* @member {String}
|
|
148
|
+
* @member {String} description
|
|
149
149
|
*/
|
|
150
|
-
DocumentPartType.prototype['
|
|
150
|
+
DocumentPartType.prototype['description'] = undefined;
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
|
-
* @member {
|
|
153
|
+
* @member {module:model/Template} template
|
|
154
154
|
*/
|
|
155
|
-
DocumentPartType.prototype['
|
|
155
|
+
DocumentPartType.prototype['template'] = undefined;
|
|
156
156
|
|
|
157
157
|
/**
|
|
158
|
-
* @member {
|
|
158
|
+
* @member {String} singleDescription
|
|
159
159
|
*/
|
|
160
|
-
DocumentPartType.prototype['
|
|
160
|
+
DocumentPartType.prototype['singleDescription'] = undefined;
|
|
161
161
|
|
|
162
162
|
/**
|
|
163
|
-
* @member {
|
|
163
|
+
* @member {Object} childTypes
|
|
164
164
|
*/
|
|
165
|
-
DocumentPartType.prototype['
|
|
165
|
+
DocumentPartType.prototype['childTypes'] = undefined;
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
* @member {module:model/
|
|
168
|
+
* @member {module:model/GraphObjectType} graphObjectType
|
|
169
169
|
*/
|
|
170
|
-
DocumentPartType.prototype['
|
|
170
|
+
DocumentPartType.prototype['graphObjectType'] = undefined;
|
|
171
171
|
|
|
172
172
|
/**
|
|
173
|
-
* @member {
|
|
173
|
+
* @member {Object} entryTypes
|
|
174
174
|
*/
|
|
175
|
-
DocumentPartType.prototype['
|
|
175
|
+
DocumentPartType.prototype['entryTypes'] = undefined;
|
|
176
176
|
|
|
177
177
|
/**
|
|
178
178
|
* @member {Object} data
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The DocumentType model module.
|
|
30
30
|
* @module model/DocumentType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.68
|
|
32
32
|
*/
|
|
33
33
|
var DocumentType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -67,21 +67,6 @@ var DocumentType = /*#__PURE__*/function () {
|
|
|
67
67
|
if (data.hasOwnProperty('parent')) {
|
|
68
68
|
obj['parent'] = DocumentType.constructFromObject(data['parent']);
|
|
69
69
|
}
|
|
70
|
-
if (data.hasOwnProperty('singleDescription')) {
|
|
71
|
-
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
72
|
-
}
|
|
73
|
-
if (data.hasOwnProperty('singlePart')) {
|
|
74
|
-
obj['singlePart'] = _ApiClient["default"].convertToType(data['singlePart'], 'Boolean');
|
|
75
|
-
}
|
|
76
|
-
if (data.hasOwnProperty('entryPartTypes')) {
|
|
77
|
-
obj['entryPartTypes'] = _ApiClient["default"].convertToType(data['entryPartTypes'], Object);
|
|
78
|
-
}
|
|
79
|
-
if (data.hasOwnProperty('mediaItem')) {
|
|
80
|
-
obj['mediaItem'] = _ApiClient["default"].convertToType(data['mediaItem'], 'Boolean');
|
|
81
|
-
}
|
|
82
|
-
if (data.hasOwnProperty('childTypes')) {
|
|
83
|
-
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
84
|
-
}
|
|
85
70
|
if (data.hasOwnProperty('description')) {
|
|
86
71
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
87
72
|
}
|
|
@@ -94,6 +79,21 @@ var DocumentType = /*#__PURE__*/function () {
|
|
|
94
79
|
if (data.hasOwnProperty('skinFields')) {
|
|
95
80
|
obj['skinFields'] = _ApiClient["default"].convertToType(data['skinFields'], Object);
|
|
96
81
|
}
|
|
82
|
+
if (data.hasOwnProperty('singleDescription')) {
|
|
83
|
+
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('childTypes')) {
|
|
86
|
+
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('singlePart')) {
|
|
89
|
+
obj['singlePart'] = _ApiClient["default"].convertToType(data['singlePart'], 'Boolean');
|
|
90
|
+
}
|
|
91
|
+
if (data.hasOwnProperty('entryPartTypes')) {
|
|
92
|
+
obj['entryPartTypes'] = _ApiClient["default"].convertToType(data['entryPartTypes'], Object);
|
|
93
|
+
}
|
|
94
|
+
if (data.hasOwnProperty('mediaItem')) {
|
|
95
|
+
obj['mediaItem'] = _ApiClient["default"].convertToType(data['mediaItem'], 'Boolean');
|
|
96
|
+
}
|
|
97
97
|
if (data.hasOwnProperty('graphObjectType')) {
|
|
98
98
|
obj['graphObjectType'] = _GraphObjectType["default"].constructFromObject(data['graphObjectType']);
|
|
99
99
|
}
|
|
@@ -125,10 +125,6 @@ var DocumentType = /*#__PURE__*/function () {
|
|
|
125
125
|
DocumentType.validateJSON(data['parent']);
|
|
126
126
|
}
|
|
127
127
|
// ensure the json data is a string
|
|
128
|
-
if (data['singleDescription'] && !(typeof data['singleDescription'] === 'string' || data['singleDescription'] instanceof String)) {
|
|
129
|
-
throw new Error("Expected the field `singleDescription` to be a primitive type in the JSON string but got " + data['singleDescription']);
|
|
130
|
-
}
|
|
131
|
-
// ensure the json data is a string
|
|
132
128
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
133
129
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
134
130
|
}
|
|
@@ -137,6 +133,10 @@ var DocumentType = /*#__PURE__*/function () {
|
|
|
137
133
|
// data not null
|
|
138
134
|
_Template["default"].validateJSON(data['template']);
|
|
139
135
|
}
|
|
136
|
+
// ensure the json data is a string
|
|
137
|
+
if (data['singleDescription'] && !(typeof data['singleDescription'] === 'string' || data['singleDescription'] instanceof String)) {
|
|
138
|
+
throw new Error("Expected the field `singleDescription` to be a primitive type in the JSON string but got " + data['singleDescription']);
|
|
139
|
+
}
|
|
140
140
|
// validate the optional field `graphObjectType`
|
|
141
141
|
if (data['graphObjectType']) {
|
|
142
142
|
// data not null
|
|
@@ -157,49 +157,49 @@ DocumentType.prototype['name'] = undefined;
|
|
|
157
157
|
DocumentType.prototype['parent'] = undefined;
|
|
158
158
|
|
|
159
159
|
/**
|
|
160
|
-
* @member {String}
|
|
160
|
+
* @member {String} description
|
|
161
161
|
*/
|
|
162
|
-
DocumentType.prototype['
|
|
162
|
+
DocumentType.prototype['description'] = undefined;
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* @member {Boolean}
|
|
165
|
+
* @member {Boolean} searchable
|
|
166
166
|
*/
|
|
167
|
-
DocumentType.prototype['
|
|
167
|
+
DocumentType.prototype['searchable'] = undefined;
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
|
-
* @member {
|
|
170
|
+
* @member {module:model/Template} template
|
|
171
171
|
*/
|
|
172
|
-
DocumentType.prototype['
|
|
172
|
+
DocumentType.prototype['template'] = undefined;
|
|
173
173
|
|
|
174
174
|
/**
|
|
175
|
-
* @member {
|
|
175
|
+
* @member {Object} skinFields
|
|
176
176
|
*/
|
|
177
|
-
DocumentType.prototype['
|
|
177
|
+
DocumentType.prototype['skinFields'] = undefined;
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* @member {
|
|
180
|
+
* @member {String} singleDescription
|
|
181
181
|
*/
|
|
182
|
-
DocumentType.prototype['
|
|
182
|
+
DocumentType.prototype['singleDescription'] = undefined;
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
* @member {
|
|
185
|
+
* @member {Object} childTypes
|
|
186
186
|
*/
|
|
187
|
-
DocumentType.prototype['
|
|
187
|
+
DocumentType.prototype['childTypes'] = undefined;
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
|
-
* @member {Boolean}
|
|
190
|
+
* @member {Boolean} singlePart
|
|
191
191
|
*/
|
|
192
|
-
DocumentType.prototype['
|
|
192
|
+
DocumentType.prototype['singlePart'] = undefined;
|
|
193
193
|
|
|
194
194
|
/**
|
|
195
|
-
* @member {
|
|
195
|
+
* @member {Object} entryPartTypes
|
|
196
196
|
*/
|
|
197
|
-
DocumentType.prototype['
|
|
197
|
+
DocumentType.prototype['entryPartTypes'] = undefined;
|
|
198
198
|
|
|
199
199
|
/**
|
|
200
|
-
* @member {
|
|
200
|
+
* @member {Boolean} mediaItem
|
|
201
201
|
*/
|
|
202
|
-
DocumentType.prototype['
|
|
202
|
+
DocumentType.prototype['mediaItem'] = undefined;
|
|
203
203
|
|
|
204
204
|
/**
|
|
205
205
|
* @member {module:model/GraphObjectType} graphObjectType
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The EmailAddress model module.
|
|
28
28
|
* @module model/EmailAddress
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var EmailAddress = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The FieldMapping model module.
|
|
28
28
|
* @module model/FieldMapping
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var FieldMapping = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Fields.js
CHANGED
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The Fields model module.
|
|
29
29
|
* @module model/Fields
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.68
|
|
31
31
|
*/
|
|
32
32
|
var Fields = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -72,12 +72,12 @@ var Fields = /*#__PURE__*/function () {
|
|
|
72
72
|
if (data.hasOwnProperty('currencySymbol')) {
|
|
73
73
|
obj['currencySymbol'] = _ApiClient["default"].convertToType(data['currencySymbol'], 'String');
|
|
74
74
|
}
|
|
75
|
-
if (data.hasOwnProperty('options')) {
|
|
76
|
-
obj['options'] = _ApiClient["default"].convertToType(data['options'], Object);
|
|
77
|
-
}
|
|
78
75
|
if (data.hasOwnProperty('label')) {
|
|
79
76
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
80
77
|
}
|
|
78
|
+
if (data.hasOwnProperty('options')) {
|
|
79
|
+
obj['options'] = _ApiClient["default"].convertToType(data['options'], Object);
|
|
80
|
+
}
|
|
81
81
|
if (data.hasOwnProperty('description')) {
|
|
82
82
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
83
83
|
}
|
|
@@ -90,14 +90,11 @@ var Fields = /*#__PURE__*/function () {
|
|
|
90
90
|
if (data.hasOwnProperty('required')) {
|
|
91
91
|
obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
|
|
92
92
|
}
|
|
93
|
-
if (data.hasOwnProperty('visible')) {
|
|
94
|
-
obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
|
|
95
|
-
}
|
|
96
93
|
if (data.hasOwnProperty('relationshipType')) {
|
|
97
94
|
obj['relationshipType'] = _GraphRelationshipType["default"].constructFromObject(data['relationshipType']);
|
|
98
95
|
}
|
|
99
|
-
if (data.hasOwnProperty('
|
|
100
|
-
obj['
|
|
96
|
+
if (data.hasOwnProperty('visible')) {
|
|
97
|
+
obj['visible'] = _ApiClient["default"].convertToType(data['visible'], 'Boolean');
|
|
101
98
|
}
|
|
102
99
|
if (data.hasOwnProperty('defaultFieldOption')) {
|
|
103
100
|
obj['defaultFieldOption'] = _ApiClient["default"].convertToType(data['defaultFieldOption'], 'String');
|
|
@@ -108,6 +105,9 @@ var Fields = /*#__PURE__*/function () {
|
|
|
108
105
|
if (data.hasOwnProperty('parentObjectType')) {
|
|
109
106
|
obj['parentObjectType'] = _ApiClient["default"].convertToType(data['parentObjectType'], 'Number');
|
|
110
107
|
}
|
|
108
|
+
if (data.hasOwnProperty('objectTypeId')) {
|
|
109
|
+
obj['objectTypeId'] = _ApiClient["default"].convertToType(data['objectTypeId'], 'Number');
|
|
110
|
+
}
|
|
111
111
|
if (data.hasOwnProperty('id')) {
|
|
112
112
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
113
113
|
}
|
|
@@ -177,14 +177,14 @@ Fields.prototype['precision'] = undefined;
|
|
|
177
177
|
Fields.prototype['currencySymbol'] = undefined;
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
|
-
* @member {
|
|
180
|
+
* @member {String} label
|
|
181
181
|
*/
|
|
182
|
-
Fields.prototype['
|
|
182
|
+
Fields.prototype['label'] = undefined;
|
|
183
183
|
|
|
184
184
|
/**
|
|
185
|
-
* @member {
|
|
185
|
+
* @member {Object} options
|
|
186
186
|
*/
|
|
187
|
-
Fields.prototype['
|
|
187
|
+
Fields.prototype['options'] = undefined;
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
190
|
* @member {String} description
|
|
@@ -206,20 +206,15 @@ Fields.prototype['relationshipTypeId'] = undefined;
|
|
|
206
206
|
*/
|
|
207
207
|
Fields.prototype['required'] = undefined;
|
|
208
208
|
|
|
209
|
-
/**
|
|
210
|
-
* @member {Boolean} visible
|
|
211
|
-
*/
|
|
212
|
-
Fields.prototype['visible'] = undefined;
|
|
213
|
-
|
|
214
209
|
/**
|
|
215
210
|
* @member {module:model/GraphRelationshipType} relationshipType
|
|
216
211
|
*/
|
|
217
212
|
Fields.prototype['relationshipType'] = undefined;
|
|
218
213
|
|
|
219
214
|
/**
|
|
220
|
-
* @member {
|
|
215
|
+
* @member {Boolean} visible
|
|
221
216
|
*/
|
|
222
|
-
Fields.prototype['
|
|
217
|
+
Fields.prototype['visible'] = undefined;
|
|
223
218
|
|
|
224
219
|
/**
|
|
225
220
|
* @member {String} defaultFieldOption
|
|
@@ -236,6 +231,11 @@ Fields.prototype['parentObjectID'] = undefined;
|
|
|
236
231
|
*/
|
|
237
232
|
Fields.prototype['parentObjectType'] = undefined;
|
|
238
233
|
|
|
234
|
+
/**
|
|
235
|
+
* @member {Number} objectTypeId
|
|
236
|
+
*/
|
|
237
|
+
Fields.prototype['objectTypeId'] = undefined;
|
|
238
|
+
|
|
239
239
|
/**
|
|
240
240
|
* @member {Number} id
|
|
241
241
|
*/
|
package/dist/model/File.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The File model module.
|
|
28
28
|
* @module model/File
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var File = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -68,6 +68,9 @@ var File = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('data')) {
|
|
69
69
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
70
70
|
}
|
|
71
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
72
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
73
|
+
}
|
|
71
74
|
if (data.hasOwnProperty('description')) {
|
|
72
75
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
73
76
|
}
|
|
@@ -83,9 +86,6 @@ var File = /*#__PURE__*/function () {
|
|
|
83
86
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
84
87
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
85
88
|
}
|
|
86
|
-
if (data.hasOwnProperty('contenttype')) {
|
|
87
|
-
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
88
|
-
}
|
|
89
89
|
if (data.hasOwnProperty('id')) {
|
|
90
90
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
91
91
|
}
|
|
@@ -106,13 +106,13 @@ var File = /*#__PURE__*/function () {
|
|
|
106
106
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
107
107
|
}
|
|
108
108
|
// ensure the json data is a string
|
|
109
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
110
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
111
|
-
}
|
|
112
|
-
// ensure the json data is a string
|
|
113
109
|
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
114
110
|
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
115
111
|
}
|
|
112
|
+
// ensure the json data is a string
|
|
113
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
114
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
115
|
+
}
|
|
116
116
|
return true;
|
|
117
117
|
}
|
|
118
118
|
}]);
|
|
@@ -132,6 +132,11 @@ File.prototype['size'] = undefined;
|
|
|
132
132
|
*/
|
|
133
133
|
File.prototype['data'] = undefined;
|
|
134
134
|
|
|
135
|
+
/**
|
|
136
|
+
* @member {String} contenttype
|
|
137
|
+
*/
|
|
138
|
+
File.prototype['contenttype'] = undefined;
|
|
139
|
+
|
|
135
140
|
/**
|
|
136
141
|
* @member {String} description
|
|
137
142
|
*/
|
|
@@ -157,11 +162,6 @@ File.prototype['containerObjectType'] = undefined;
|
|
|
157
162
|
*/
|
|
158
163
|
File.prototype['containerObjectID'] = undefined;
|
|
159
164
|
|
|
160
|
-
/**
|
|
161
|
-
* @member {String} contenttype
|
|
162
|
-
*/
|
|
163
|
-
File.prototype['contenttype'] = undefined;
|
|
164
|
-
|
|
165
165
|
/**
|
|
166
166
|
* @member {Number} id
|
|
167
167
|
*/
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.68
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The FileAttachmentUploadObject model module.
|
|
28
28
|
* @module model/FileAttachmentUploadObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.68
|
|
30
30
|
*/
|
|
31
31
|
var FileAttachmentUploadObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -68,6 +68,9 @@ var FileAttachmentUploadObject = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('data')) {
|
|
69
69
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
70
70
|
}
|
|
71
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
72
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
73
|
+
}
|
|
71
74
|
if (data.hasOwnProperty('description')) {
|
|
72
75
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
73
76
|
}
|
|
@@ -83,9 +86,6 @@ var FileAttachmentUploadObject = /*#__PURE__*/function () {
|
|
|
83
86
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
84
87
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
85
88
|
}
|
|
86
|
-
if (data.hasOwnProperty('contenttype')) {
|
|
87
|
-
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
88
|
-
}
|
|
89
89
|
if (data.hasOwnProperty('id')) {
|
|
90
90
|
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
91
91
|
}
|
|
@@ -106,13 +106,13 @@ var FileAttachmentUploadObject = /*#__PURE__*/function () {
|
|
|
106
106
|
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
107
107
|
}
|
|
108
108
|
// ensure the json data is a string
|
|
109
|
-
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
110
|
-
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
111
|
-
}
|
|
112
|
-
// ensure the json data is a string
|
|
113
109
|
if (data['contenttype'] && !(typeof data['contenttype'] === 'string' || data['contenttype'] instanceof String)) {
|
|
114
110
|
throw new Error("Expected the field `contenttype` to be a primitive type in the JSON string but got " + data['contenttype']);
|
|
115
111
|
}
|
|
112
|
+
// ensure the json data is a string
|
|
113
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
114
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
115
|
+
}
|
|
116
116
|
return true;
|
|
117
117
|
}
|
|
118
118
|
}]);
|
|
@@ -132,6 +132,11 @@ FileAttachmentUploadObject.prototype['size'] = undefined;
|
|
|
132
132
|
*/
|
|
133
133
|
FileAttachmentUploadObject.prototype['data'] = undefined;
|
|
134
134
|
|
|
135
|
+
/**
|
|
136
|
+
* @member {String} contenttype
|
|
137
|
+
*/
|
|
138
|
+
FileAttachmentUploadObject.prototype['contenttype'] = undefined;
|
|
139
|
+
|
|
135
140
|
/**
|
|
136
141
|
* @member {String} description
|
|
137
142
|
*/
|
|
@@ -157,11 +162,6 @@ FileAttachmentUploadObject.prototype['containerObjectType'] = undefined;
|
|
|
157
162
|
*/
|
|
158
163
|
FileAttachmentUploadObject.prototype['containerObjectID'] = undefined;
|
|
159
164
|
|
|
160
|
-
/**
|
|
161
|
-
* @member {String} contenttype
|
|
162
|
-
*/
|
|
163
|
-
FileAttachmentUploadObject.prototype['contenttype'] = undefined;
|
|
164
|
-
|
|
165
165
|
/**
|
|
166
166
|
* @member {Number} id
|
|
167
167
|
*/
|