@gobodo/gobodo-api 0.1.3 → 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 +24 -24
- 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 +23 -23
- package/dist/model/DocumentPart.js +18 -18
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +9 -9
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +31 -31
- package/dist/model/File.js +10 -10
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +9 -9
- 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 +10 -10
- 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 +26 -26
- 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 +10 -10
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +1 -1
- package/dist/model/Member.js +22 -22
- package/dist/model/MemberGroupCategory.js +1 -1
- package/dist/model/MemberList.js +1 -1
- package/dist/model/MessageGroup.js +1 -1
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/Page.js +1 -1
- package/dist/model/PageSchema.js +18 -18
- 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 +9 -9
- 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 +31 -31
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +9 -9
- 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 +9 -9
- package/dist/model/ThemeMappingPayload.js +1 -1
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +22 -22
- package/dist/model/UserDataPayload.js +22 -22
- 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 +22 -22
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +23 -23
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +23 -23
- 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
|
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
26
26
|
/**
|
|
27
27
|
* The Article model module.
|
|
28
28
|
* @module model/Article
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.5
|
|
30
30
|
*/
|
|
31
31
|
var Article = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -62,16 +62,12 @@ var Article = /*#__PURE__*/function () {
|
|
|
62
62
|
if (data) {
|
|
63
63
|
obj = obj || new Article();
|
|
64
64
|
|
|
65
|
-
if (data.hasOwnProperty('description')) {
|
|
66
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
67
|
-
}
|
|
68
|
-
|
|
69
65
|
if (data.hasOwnProperty('status')) {
|
|
70
66
|
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
71
67
|
}
|
|
72
68
|
|
|
73
|
-
if (data.hasOwnProperty('
|
|
74
|
-
obj['
|
|
69
|
+
if (data.hasOwnProperty('description')) {
|
|
70
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
75
71
|
}
|
|
76
72
|
|
|
77
73
|
if (data.hasOwnProperty('entrypartarray')) {
|
|
@@ -86,10 +82,18 @@ var Article = /*#__PURE__*/function () {
|
|
|
86
82
|
obj['documenttype'] = _DocumentType["default"].constructFromObject(data['documenttype']);
|
|
87
83
|
}
|
|
88
84
|
|
|
85
|
+
if (data.hasOwnProperty('mainPhoto')) {
|
|
86
|
+
obj['mainPhoto'] = _ApiClient["default"].convertToType(data['mainPhoto'], 'String');
|
|
87
|
+
}
|
|
88
|
+
|
|
89
89
|
if (data.hasOwnProperty('filterManager')) {
|
|
90
90
|
obj['filterManager'] = _FilterManager["default"].constructFromObject(data['filterManager']);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
94
|
+
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
95
|
+
}
|
|
96
|
+
|
|
93
97
|
if (data.hasOwnProperty('pagecount')) {
|
|
94
98
|
obj['pagecount'] = _ApiClient["default"].convertToType(data['pagecount'], 'Number');
|
|
95
99
|
}
|
|
@@ -110,10 +114,6 @@ var Article = /*#__PURE__*/function () {
|
|
|
110
114
|
obj['contributors'] = _ApiClient["default"].convertToType(data['contributors'], [_User["default"]]);
|
|
111
115
|
}
|
|
112
116
|
|
|
113
|
-
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
114
|
-
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
115
|
-
}
|
|
116
|
-
|
|
117
117
|
if (data.hasOwnProperty('body')) {
|
|
118
118
|
obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
|
|
119
119
|
}
|
|
@@ -157,22 +157,17 @@ var Article = /*#__PURE__*/function () {
|
|
|
157
157
|
|
|
158
158
|
return Article;
|
|
159
159
|
}();
|
|
160
|
-
/**
|
|
161
|
-
* @member {String} description
|
|
162
|
-
*/
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
Article.prototype['description'] = undefined;
|
|
166
160
|
/**
|
|
167
161
|
* @member {Number} status
|
|
168
162
|
*/
|
|
169
163
|
|
|
164
|
+
|
|
170
165
|
Article.prototype['status'] = undefined;
|
|
171
166
|
/**
|
|
172
|
-
* @member {String}
|
|
167
|
+
* @member {String} description
|
|
173
168
|
*/
|
|
174
169
|
|
|
175
|
-
Article.prototype['
|
|
170
|
+
Article.prototype['description'] = undefined;
|
|
176
171
|
/**
|
|
177
172
|
* @member {Object} entrypartarray
|
|
178
173
|
*/
|
|
@@ -188,11 +183,21 @@ Article.prototype['expirationdate'] = undefined;
|
|
|
188
183
|
*/
|
|
189
184
|
|
|
190
185
|
Article.prototype['documenttype'] = undefined;
|
|
186
|
+
/**
|
|
187
|
+
* @member {String} mainPhoto
|
|
188
|
+
*/
|
|
189
|
+
|
|
190
|
+
Article.prototype['mainPhoto'] = undefined;
|
|
191
191
|
/**
|
|
192
192
|
* @member {module:model/FilterManager} filterManager
|
|
193
193
|
*/
|
|
194
194
|
|
|
195
195
|
Article.prototype['filterManager'] = undefined;
|
|
196
|
+
/**
|
|
197
|
+
* @member {String} unfilteredSubject
|
|
198
|
+
*/
|
|
199
|
+
|
|
200
|
+
Article.prototype['unfilteredSubject'] = undefined;
|
|
196
201
|
/**
|
|
197
202
|
* @member {Number} pagecount
|
|
198
203
|
*/
|
|
@@ -218,11 +223,6 @@ Article.prototype['keywords'] = undefined;
|
|
|
218
223
|
*/
|
|
219
224
|
|
|
220
225
|
Article.prototype['contributors'] = undefined;
|
|
221
|
-
/**
|
|
222
|
-
* @member {String} unfilteredSubject
|
|
223
|
-
*/
|
|
224
|
-
|
|
225
|
-
Article.prototype['unfilteredSubject'] = undefined;
|
|
226
226
|
/**
|
|
227
227
|
* @member {String} body
|
|
228
228
|
*/
|
|
@@ -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
|
/**
|