@gobodo/gobodo-api 0.1.4 → 0.1.5
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 +11 -9
- package/dist/ApiClient.js +2 -2
- package/dist/api/ActionTypesApi.js +1 -1
- package/dist/api/AdCampaignsApi.js +1 -1
- package/dist/api/AdManagementApi.js +1 -1
- package/dist/api/AdminDataManagementApi.js +1 -1
- package/dist/api/AdsApi.js +1 -1
- package/dist/api/AttachmentsApi.js +1 -1
- package/dist/api/AuthenticationApi.js +1 -1
- package/dist/api/CategoriesApi.js +1 -1
- package/dist/api/CommentsApi.js +1 -1
- package/dist/api/ContentManagementApi.js +1 -1
- package/dist/api/ConversationsApi.js +1 -1
- package/dist/api/DataSheetImportsApi.js +1 -1
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/DocumentsApi.js +1 -1
- package/dist/api/EntryPartsApi.js +1 -1
- package/dist/api/FacebookApi.js +1 -1
- package/dist/api/FieldsApi.js +1 -1
- package/dist/api/FilesApi.js +1 -1
- package/dist/api/FormsApi.js +1 -1
- package/dist/api/FunctionsApi.js +1 -1
- package/dist/api/GeocodeApi.js +1 -1
- package/dist/api/GoogleApi.js +1 -1
- package/dist/api/GraphActionsApi.js +1 -1
- package/dist/api/GraphObjectTypesApi.js +1 -1
- package/dist/api/GraphObjectsApi.js +97 -9
- package/dist/api/GraphRelationshipTypesApi.js +1 -1
- package/dist/api/GraphRelationshipsApi.js +1 -1
- package/dist/api/GraphSchemasApi.js +1 -1
- package/dist/api/GraphTraversalApi.js +1 -1
- package/dist/api/GraphsApi.js +3 -3
- package/dist/api/GroupsApi.js +1 -1
- package/dist/api/IAMApi.js +1 -1
- package/dist/api/ImagesApi.js +1 -1
- package/dist/api/InvitesApi.js +1 -1
- package/dist/api/LikesApi.js +1 -1
- package/dist/api/LinkedINApi.js +1 -1
- package/dist/api/LiveMeetingsApi.js +7 -7
- package/dist/api/MeetingEventsApi.js +1 -1
- package/dist/api/PagesApi.js +1 -1
- package/dist/api/PostsApi.js +1 -1
- package/dist/api/PrivateMessagesApi.js +1 -1
- package/dist/api/PublicationsApi.js +1 -1
- package/dist/api/ScreensApi.js +1 -1
- package/dist/api/SocialIntegrationApi.js +1 -1
- package/dist/api/StripeAccountsApi.js +1 -1
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +1 -1
- package/dist/api/ThemeMappingsApi.js +1 -1
- package/dist/api/TransactionsApi.js +1 -1
- package/dist/api/TwitterApi.js +1 -1
- package/dist/api/UserTagsApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/api/UtilsApi.js +1 -1
- package/dist/api/VideosApi.js +1 -1
- package/dist/model/APIClient.js +9 -9
- package/dist/model/Article.js +1 -1
- package/dist/model/Authorization.js +1 -1
- package/dist/model/Comment.js +9 -9
- package/dist/model/Coordinates.js +1 -1
- package/dist/model/CreateAccountResponse.js +1 -1
- package/dist/model/CreateCustomerResponse.js +1 -1
- package/dist/model/CreateStripeAccountInput.js +1 -1
- package/dist/model/CreateStripeCustomerInput.js +1 -1
- package/dist/model/DataObject.js +1 -1
- package/dist/model/DataSheetImport.js +37 -37
- package/dist/model/DataSheetImportPrivacySettings.js +1 -1
- package/dist/model/DataSheetImportSummary.js +1 -1
- package/dist/model/Document.js +1 -1
- package/dist/model/DocumentPart.js +10 -10
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +13 -13
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +26 -26
- package/dist/model/File.js +9 -9
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +1 -1
- package/dist/model/FormSection.js +1 -1
- package/dist/model/FormSubmission.js +1 -1
- package/dist/model/Geocode.js +1 -1
- package/dist/model/GeocodePayload.js +1 -1
- package/dist/model/GeolocationInput.js +1 -1
- package/dist/model/Graph.js +13 -13
- package/dist/model/GraphAction.js +1 -1
- package/dist/model/GraphDatabaseService.js +1 -1
- package/dist/model/GraphGeocode.js +1 -1
- package/dist/model/GraphIteratorEntryPart.js +1 -1
- package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
- package/dist/model/GraphObject.js +1 -1
- package/dist/model/GraphObjectPayload.js +10 -1
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +10 -10
- package/dist/model/GraphObjectTypeSchema.js +10 -10
- package/dist/model/GraphOwner.js +1 -1
- package/dist/model/GraphRelation.js +1 -1
- package/dist/model/GraphRelationObjectObject.js +1 -1
- package/dist/model/GraphRelationship.js +1 -1
- package/dist/model/GraphRelationshipPayload.js +1 -1
- package/dist/model/GraphRelationshipType.js +1 -1
- package/dist/model/GraphSchema.js +28 -28
- package/dist/model/GraphTraversalInput.js +1 -1
- package/dist/model/Image.js +23 -23
- package/dist/model/InlineObject.js +1 -1
- package/dist/model/InlineObject1.js +1 -1
- package/dist/model/InlineObject2.js +1 -1
- package/dist/model/InlineObject3.js +1 -1
- package/dist/model/InlineObject4.js +1 -1
- package/dist/model/InlineObject5.js +1 -1
- package/dist/model/InlineResponseDefault.js +1 -1
- package/dist/model/Link.js +17 -17
- package/dist/model/LiveStreamInfo.js +1 -1
- package/dist/model/MeetingEvent.js +1 -1
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +1 -1
- package/dist/model/Member.js +14 -14
- package/dist/model/MemberGroupCategory.js +1 -1
- package/dist/model/MemberList.js +1 -1
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/Page.js +1 -1
- package/dist/model/PageSchema.js +10 -10
- package/dist/model/Pageable.js +1 -1
- package/dist/model/Path.js +1 -1
- package/dist/model/PaymentIntentInput.js +1 -1
- package/dist/model/PaymentIntentResponse.js +1 -1
- package/dist/model/PaymentMethod.js +1 -1
- package/dist/model/Post.js +1 -1
- package/dist/model/PrivateMessage.js +1 -1
- package/dist/model/PrivateMessageConversation.js +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +1 -1
- package/dist/model/Profile.js +1 -1
- package/dist/model/Profiletype.js +1 -1
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/RelationshipMapping.js +1 -1
- package/dist/model/ScreenSchema.js +1 -1
- package/dist/model/SimulcastInfo.js +1 -1
- package/dist/model/SkinField.js +26 -26
- package/dist/model/SocialGroup.js +1 -1
- package/dist/model/SocialGroupType.js +1 -1
- package/dist/model/Sort.js +1 -1
- package/dist/model/StatusUpdate.js +1 -1
- package/dist/model/StreetAddress.js +1 -1
- package/dist/model/StripeAccount.js +1 -1
- package/dist/model/StripeCustomerAccount.js +1 -1
- package/dist/model/Template.js +1 -1
- package/dist/model/TemplateSchema.js +1 -1
- package/dist/model/ThemeMapping.js +1 -1
- package/dist/model/ThemeMappingPayload.js +1 -1
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +14 -14
- package/dist/model/UserDataPayload.js +14 -14
- package/dist/model/UserDomain.js +1 -1
- package/dist/model/UserInvite.js +1 -1
- package/dist/model/UserInviteInput.js +1 -1
- package/dist/model/UserSchema.js +14 -14
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +14 -14
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +14 -14
- package/dist/model/ZeusPortalCategory.js +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* LiveMeetings service.
|
|
24
24
|
* @module api/LiveMeetingsApi
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.5
|
|
26
26
|
*/
|
|
27
27
|
var LiveMeetingsApi = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -90,8 +90,8 @@ var LiveMeetingsApi = /*#__PURE__*/function () {
|
|
|
90
90
|
return this.apiClient.callApi('/graph/data/live/{objectid}/add', 'PUT', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
|
-
* Callback function to receive the result of the
|
|
94
|
-
* @callback module:api/LiveMeetingsApi~
|
|
93
|
+
* Callback function to receive the result of the addLiveStream operation.
|
|
94
|
+
* @callback module:api/LiveMeetingsApi~addLiveStreamCallback
|
|
95
95
|
* @param {String} error Error message, if any.
|
|
96
96
|
* @param {Object.<String, module:model/{String: InlineObject5}>} data The data returned by the service call.
|
|
97
97
|
* @param {String} response The complete HTTP response.
|
|
@@ -105,18 +105,18 @@ var LiveMeetingsApi = /*#__PURE__*/function () {
|
|
|
105
105
|
* @param {String} opts.authorization The authorization token of the logged in user
|
|
106
106
|
* @param {Number} opts.zeusportalPostas The id of the organization page this operation is being performed as if the caller chooses to post as an organization page
|
|
107
107
|
* @param {String} opts.transactionid The id of the transaction this operation is being run in
|
|
108
|
-
* @param {module:api/LiveMeetingsApi~
|
|
108
|
+
* @param {module:api/LiveMeetingsApi~addLiveStreamCallback} callback The callback function, accepting three arguments: error, data, response
|
|
109
109
|
* data is of type: {@link Object.<String, module:model/{String: InlineObject5}>}
|
|
110
110
|
*/
|
|
111
111
|
|
|
112
112
|
}, {
|
|
113
|
-
key: "
|
|
114
|
-
value: function
|
|
113
|
+
key: "addLiveStream",
|
|
114
|
+
value: function addLiveStream(objectid, opts, callback) {
|
|
115
115
|
opts = opts || {};
|
|
116
116
|
var postBody = null; // verify the required parameter 'objectid' is set
|
|
117
117
|
|
|
118
118
|
if (objectid === undefined || objectid === null) {
|
|
119
|
-
throw new Error("Missing the required parameter 'objectid' when calling
|
|
119
|
+
throw new Error("Missing the required parameter 'objectid' when calling addLiveStream");
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
var pathParams = {
|
package/dist/api/PagesApi.js
CHANGED
package/dist/api/PostsApi.js
CHANGED
|
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
26
26
|
/**
|
|
27
27
|
* PrivateMessages service.
|
|
28
28
|
* @module api/PrivateMessagesApi
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.5
|
|
30
30
|
*/
|
|
31
31
|
var PrivateMessagesApi = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/api/ScreensApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* SocialIntegration service.
|
|
22
22
|
* @module api/SocialIntegrationApi
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var SocialIntegrationApi = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/api/TagsApi.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* Tags service.
|
|
22
22
|
* @module api/TagsApi
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var TagsApi = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -86,7 +86,7 @@ var TagsApi = /*#__PURE__*/function () {
|
|
|
86
86
|
var contentTypes = [];
|
|
87
87
|
var accepts = ['application/json'];
|
|
88
88
|
var returnType = [_GraphObjectSchema["default"]];
|
|
89
|
-
return this.apiClient.callApi('/graph/data/graph/{id}/objects/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
89
|
+
return this.apiClient.callApi('/graph/data/graph/{id}/objects/tag/{tag}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null, callback);
|
|
90
90
|
}
|
|
91
91
|
}]);
|
|
92
92
|
|
package/dist/api/TemplatesApi.js
CHANGED
package/dist/api/TwitterApi.js
CHANGED
package/dist/api/UserTagsApi.js
CHANGED
package/dist/api/UsersApi.js
CHANGED
package/dist/api/UtilsApi.js
CHANGED
package/dist/api/VideosApi.js
CHANGED
package/dist/model/APIClient.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The APIClient model module.
|
|
22
22
|
* @module model/APIClient
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var APIClient = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -76,14 +76,14 @@ var APIClient = /*#__PURE__*/function () {
|
|
|
76
76
|
obj['secretKey'] = _ApiClient["default"].convertToType(data['secretKey'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
if (data.hasOwnProperty('developers')) {
|
|
80
|
-
obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
79
|
if (data.hasOwnProperty('users')) {
|
|
84
80
|
obj['users'] = _ApiClient["default"].convertToType(data['users'], [_User["default"]]);
|
|
85
81
|
}
|
|
86
82
|
|
|
83
|
+
if (data.hasOwnProperty('developers')) {
|
|
84
|
+
obj['developers'] = _ApiClient["default"].convertToType(data['developers'], [_User["default"]]);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
87
|
if (data.hasOwnProperty('data')) {
|
|
88
88
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
89
89
|
}
|
|
@@ -126,15 +126,15 @@ APIClient.prototype['apiKey'] = undefined;
|
|
|
126
126
|
|
|
127
127
|
APIClient.prototype['secretKey'] = undefined;
|
|
128
128
|
/**
|
|
129
|
-
* @member {Array.<module:model/User>}
|
|
129
|
+
* @member {Array.<module:model/User>} users
|
|
130
130
|
*/
|
|
131
131
|
|
|
132
|
-
APIClient.prototype['
|
|
132
|
+
APIClient.prototype['users'] = undefined;
|
|
133
133
|
/**
|
|
134
|
-
* @member {Array.<module:model/User>}
|
|
134
|
+
* @member {Array.<module:model/User>} developers
|
|
135
135
|
*/
|
|
136
136
|
|
|
137
|
-
APIClient.prototype['
|
|
137
|
+
APIClient.prototype['developers'] = undefined;
|
|
138
138
|
/**
|
|
139
139
|
* @member {Object} data
|
|
140
140
|
*/
|
package/dist/model/Article.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The Authorization model module.
|
|
20
20
|
* @module model/Authorization
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var Authorization = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/model/Comment.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The Comment model module.
|
|
20
20
|
* @module model/Comment
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var Comment = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -70,14 +70,14 @@ var Comment = /*#__PURE__*/function () {
|
|
|
70
70
|
obj['unfilteredmessage'] = _ApiClient["default"].convertToType(data['unfilteredmessage'], 'String');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
if (data.hasOwnProperty('parentComment')) {
|
|
74
|
-
obj['parentComment'] = _ApiClient["default"].convertToType(data['parentComment'], 'Number');
|
|
75
|
-
}
|
|
76
|
-
|
|
77
73
|
if (data.hasOwnProperty('unfilteredsubject')) {
|
|
78
74
|
obj['unfilteredsubject'] = _ApiClient["default"].convertToType(data['unfilteredsubject'], 'String');
|
|
79
75
|
}
|
|
80
76
|
|
|
77
|
+
if (data.hasOwnProperty('parentComment')) {
|
|
78
|
+
obj['parentComment'] = _ApiClient["default"].convertToType(data['parentComment'], 'Number');
|
|
79
|
+
}
|
|
80
|
+
|
|
81
81
|
if (data.hasOwnProperty('replies')) {
|
|
82
82
|
obj['replies'] = _ApiClient["default"].convertToType(data['replies'], Object);
|
|
83
83
|
}
|
|
@@ -147,15 +147,15 @@ Comment.prototype['anonymous'] = undefined;
|
|
|
147
147
|
|
|
148
148
|
Comment.prototype['unfilteredmessage'] = undefined;
|
|
149
149
|
/**
|
|
150
|
-
* @member {
|
|
150
|
+
* @member {String} unfilteredsubject
|
|
151
151
|
*/
|
|
152
152
|
|
|
153
|
-
Comment.prototype['
|
|
153
|
+
Comment.prototype['unfilteredsubject'] = undefined;
|
|
154
154
|
/**
|
|
155
|
-
* @member {
|
|
155
|
+
* @member {Number} parentComment
|
|
156
156
|
*/
|
|
157
157
|
|
|
158
|
-
Comment.prototype['
|
|
158
|
+
Comment.prototype['parentComment'] = undefined;
|
|
159
159
|
/**
|
|
160
160
|
* @member {Object} replies
|
|
161
161
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The CreateAccountResponse model module.
|
|
22
22
|
* @module model/CreateAccountResponse
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var CreateAccountResponse = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The CreateCustomerResponse model module.
|
|
22
22
|
* @module model/CreateCustomerResponse
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var CreateCustomerResponse = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The CreateStripeAccountInput model module.
|
|
20
20
|
* @module model/CreateStripeAccountInput
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var CreateStripeAccountInput = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The CreateStripeCustomerInput model module.
|
|
20
20
|
* @module model/CreateStripeCustomerInput
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var CreateStripeCustomerInput = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/model/DataObject.js
CHANGED
|
@@ -30,7 +30,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
30
30
|
/**
|
|
31
31
|
* The DataSheetImport model module.
|
|
32
32
|
* @module model/DataSheetImport
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.5
|
|
34
34
|
*/
|
|
35
35
|
var DataSheetImport = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -70,22 +70,6 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
70
70
|
obj['container'] = _GraphObject["default"].constructFromObject(data['container']);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
if (data.hasOwnProperty('importtype')) {
|
|
74
|
-
obj['importtype'] = _ApiClient["default"].convertToType(data['importtype'], 'String');
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
if (data.hasOwnProperty('runstatus')) {
|
|
78
|
-
obj['runstatus'] = _ApiClient["default"].convertToType(data['runstatus'], 'String');
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
if (data.hasOwnProperty('rundate')) {
|
|
82
|
-
obj['rundate'] = _ApiClient["default"].convertToType(data['rundate'], 'Date');
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
if (data.hasOwnProperty('sheetprops')) {
|
|
86
|
-
obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
73
|
if (data.hasOwnProperty('importobjecttype')) {
|
|
90
74
|
obj['importobjecttype'] = _GraphObjectType["default"].constructFromObject(data['importobjecttype']);
|
|
91
75
|
}
|
|
@@ -122,6 +106,22 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
122
106
|
obj['containerrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['containerrelationshiptype']);
|
|
123
107
|
}
|
|
124
108
|
|
|
109
|
+
if (data.hasOwnProperty('importtype')) {
|
|
110
|
+
obj['importtype'] = _ApiClient["default"].convertToType(data['importtype'], 'String');
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
if (data.hasOwnProperty('runstatus')) {
|
|
114
|
+
obj['runstatus'] = _ApiClient["default"].convertToType(data['runstatus'], 'String');
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
if (data.hasOwnProperty('rundate')) {
|
|
118
|
+
obj['rundate'] = _ApiClient["default"].convertToType(data['rundate'], 'Date');
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
if (data.hasOwnProperty('sheetprops')) {
|
|
122
|
+
obj['sheetprops'] = _ApiClient["default"].convertToType(data['sheetprops'], ['String']);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
125
|
if (data.hasOwnProperty('creator')) {
|
|
126
126
|
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
127
127
|
}
|
|
@@ -167,26 +167,6 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
DataSheetImport.prototype['container'] = undefined;
|
|
170
|
-
/**
|
|
171
|
-
* @member {module:model/DataSheetImport.ImporttypeEnum} importtype
|
|
172
|
-
*/
|
|
173
|
-
|
|
174
|
-
DataSheetImport.prototype['importtype'] = undefined;
|
|
175
|
-
/**
|
|
176
|
-
* @member {module:model/DataSheetImport.RunstatusEnum} runstatus
|
|
177
|
-
*/
|
|
178
|
-
|
|
179
|
-
DataSheetImport.prototype['runstatus'] = undefined;
|
|
180
|
-
/**
|
|
181
|
-
* @member {Date} rundate
|
|
182
|
-
*/
|
|
183
|
-
|
|
184
|
-
DataSheetImport.prototype['rundate'] = undefined;
|
|
185
|
-
/**
|
|
186
|
-
* @member {Array.<String>} sheetprops
|
|
187
|
-
*/
|
|
188
|
-
|
|
189
|
-
DataSheetImport.prototype['sheetprops'] = undefined;
|
|
190
170
|
/**
|
|
191
171
|
* @member {module:model/GraphObjectType} importobjecttype
|
|
192
172
|
*/
|
|
@@ -232,6 +212,26 @@ DataSheetImport.prototype['graph'] = undefined;
|
|
|
232
212
|
*/
|
|
233
213
|
|
|
234
214
|
DataSheetImport.prototype['containerrelationshiptype'] = undefined;
|
|
215
|
+
/**
|
|
216
|
+
* @member {module:model/DataSheetImport.ImporttypeEnum} importtype
|
|
217
|
+
*/
|
|
218
|
+
|
|
219
|
+
DataSheetImport.prototype['importtype'] = undefined;
|
|
220
|
+
/**
|
|
221
|
+
* @member {module:model/DataSheetImport.RunstatusEnum} runstatus
|
|
222
|
+
*/
|
|
223
|
+
|
|
224
|
+
DataSheetImport.prototype['runstatus'] = undefined;
|
|
225
|
+
/**
|
|
226
|
+
* @member {Date} rundate
|
|
227
|
+
*/
|
|
228
|
+
|
|
229
|
+
DataSheetImport.prototype['rundate'] = undefined;
|
|
230
|
+
/**
|
|
231
|
+
* @member {Array.<String>} sheetprops
|
|
232
|
+
*/
|
|
233
|
+
|
|
234
|
+
DataSheetImport.prototype['sheetprops'] = undefined;
|
|
235
235
|
/**
|
|
236
236
|
* @member {module:model/User} creator
|
|
237
237
|
*/
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The DataSheetImportPrivacySettings model module.
|
|
20
20
|
* @module model/DataSheetImportPrivacySettings
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The DataSheetImportSummary model module.
|
|
22
22
|
* @module model/DataSheetImportSummary
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var DataSheetImportSummary = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Document.js
CHANGED
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The DocumentPart model module.
|
|
26
26
|
* @module model/DocumentPart
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.5
|
|
28
28
|
*/
|
|
29
29
|
var DocumentPart = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -88,10 +88,6 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
88
88
|
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
if (data.hasOwnProperty('title')) {
|
|
92
|
-
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
93
|
-
}
|
|
94
|
-
|
|
95
91
|
if (data.hasOwnProperty('childentryparts')) {
|
|
96
92
|
obj['childentryparts'] = _ApiClient["default"].convertToType(data['childentryparts'], Object);
|
|
97
93
|
}
|
|
@@ -108,6 +104,10 @@ var DocumentPart = /*#__PURE__*/function () {
|
|
|
108
104
|
obj['articleid'] = _ApiClient["default"].convertToType(data['articleid'], 'Number');
|
|
109
105
|
}
|
|
110
106
|
|
|
107
|
+
if (data.hasOwnProperty('title')) {
|
|
108
|
+
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
109
|
+
}
|
|
110
|
+
|
|
111
111
|
if (data.hasOwnProperty('childentrypartcount')) {
|
|
112
112
|
obj['childentrypartcount'] = _ApiClient["default"].convertToType(data['childentrypartcount'], 'Number');
|
|
113
113
|
}
|
|
@@ -179,11 +179,6 @@ DocumentPart.prototype['creationdate'] = undefined;
|
|
|
179
179
|
*/
|
|
180
180
|
|
|
181
181
|
DocumentPart.prototype['status'] = undefined;
|
|
182
|
-
/**
|
|
183
|
-
* @member {String} title
|
|
184
|
-
*/
|
|
185
|
-
|
|
186
|
-
DocumentPart.prototype['title'] = undefined;
|
|
187
182
|
/**
|
|
188
183
|
* @member {Object} childentryparts
|
|
189
184
|
*/
|
|
@@ -204,6 +199,11 @@ DocumentPart.prototype['creator'] = undefined;
|
|
|
204
199
|
*/
|
|
205
200
|
|
|
206
201
|
DocumentPart.prototype['articleid'] = undefined;
|
|
202
|
+
/**
|
|
203
|
+
* @member {String} title
|
|
204
|
+
*/
|
|
205
|
+
|
|
206
|
+
DocumentPart.prototype['title'] = undefined;
|
|
207
207
|
/**
|
|
208
208
|
* @member {Number} childentrypartcount
|
|
209
209
|
*/
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The DocumentPartType model module.
|
|
24
24
|
* @module model/DocumentPartType
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.5
|
|
26
26
|
*/
|
|
27
27
|
var DocumentPartType = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -70,14 +70,14 @@ var DocumentPartType = /*#__PURE__*/function () {
|
|
|
70
70
|
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
if (data.hasOwnProperty('entryTypes')) {
|
|
74
|
-
obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
73
|
if (data.hasOwnProperty('childTypes')) {
|
|
78
74
|
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
79
75
|
}
|
|
80
76
|
|
|
77
|
+
if (data.hasOwnProperty('entryTypes')) {
|
|
78
|
+
obj['entryTypes'] = _ApiClient["default"].convertToType(data['entryTypes'], Object);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
81
|
if (data.hasOwnProperty('description')) {
|
|
82
82
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
83
83
|
}
|
|
@@ -122,15 +122,15 @@ DocumentPartType.prototype['parent'] = undefined;
|
|
|
122
122
|
|
|
123
123
|
DocumentPartType.prototype['singleDescription'] = undefined;
|
|
124
124
|
/**
|
|
125
|
-
* @member {Object}
|
|
125
|
+
* @member {Object} childTypes
|
|
126
126
|
*/
|
|
127
127
|
|
|
128
|
-
DocumentPartType.prototype['
|
|
128
|
+
DocumentPartType.prototype['childTypes'] = undefined;
|
|
129
129
|
/**
|
|
130
|
-
* @member {Object}
|
|
130
|
+
* @member {Object} entryTypes
|
|
131
131
|
*/
|
|
132
132
|
|
|
133
|
-
DocumentPartType.prototype['
|
|
133
|
+
DocumentPartType.prototype['entryTypes'] = undefined;
|
|
134
134
|
/**
|
|
135
135
|
* @member {String} description
|
|
136
136
|
*/
|