@gobodo/gobodo-api 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/ApiClient.js +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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +14 -14
- package/dist/model/Article.js +51 -51
- package/dist/model/Authorization.js +1 -1
- package/dist/model/Comment.js +18 -18
- 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 +95 -95
- package/dist/model/DataSheetImportPrivacySettings.js +1 -1
- package/dist/model/DataSheetImportSummary.js +11 -11
- package/dist/model/Document.js +51 -51
- package/dist/model/DocumentPart.js +45 -45
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +41 -41
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +42 -42
- package/dist/model/File.js +13 -13
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +10 -10
- package/dist/model/FormSection.js +9 -9
- package/dist/model/FormSubmission.js +9 -9
- 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 +35 -35
- package/dist/model/GraphAction.js +1 -1
- package/dist/model/GraphDatabaseService.js +23 -23
- 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 +24 -24
- package/dist/model/GraphObjectPayload.js +1 -1
- package/dist/model/GraphObjectSchema.js +24 -24
- package/dist/model/GraphObjectType.js +36 -36
- package/dist/model/GraphObjectTypeSchema.js +36 -36
- package/dist/model/GraphOwner.js +1 -1
- package/dist/model/GraphRelation.js +12 -12
- package/dist/model/GraphRelationObjectObject.js +12 -12
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +1 -1
- package/dist/model/GraphRelationshipType.js +44 -44
- package/dist/model/GraphSchema.js +27 -27
- package/dist/model/GraphTraversalInput.js +14 -5
- package/dist/model/Image.js +21 -21
- 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 +41 -41
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +11 -11
- package/dist/model/Member.js +45 -45
- 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 +36 -36
- package/dist/model/Page.js +13 -13
- package/dist/model/PageSchema.js +29 -29
- 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 +9 -9
- package/dist/model/PrivateMessage.js +18 -18
- package/dist/model/PrivateMessageConversation.js +35 -35
- package/dist/model/PrivateMessageConversationSchema.js +1 -1
- package/dist/model/Profile.js +9 -9
- 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 +44 -44
- package/dist/model/SimulcastInfo.js +1 -1
- package/dist/model/SkinField.js +42 -42
- package/dist/model/SocialGroup.js +25 -25
- package/dist/model/SocialGroupType.js +17 -17
- package/dist/model/Sort.js +1 -1
- package/dist/model/StatusUpdate.js +9 -9
- 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 +14 -14
- package/dist/model/TemplateSchema.js +14 -14
- package/dist/model/ThemeMapping.js +13 -13
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +45 -45
- package/dist/model/UserDataPayload.js +45 -45
- 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 +45 -45
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +42 -42
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +52 -52
- package/dist/model/ZeusPortalCategory.js +19 -19
- package/package.json +1 -1
package/dist/model/UserSchema.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The UserSchema model module.
|
|
22
22
|
* @module model/UserSchema
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.3
|
|
24
24
|
*/
|
|
25
25
|
var UserSchema = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -68,48 +68,48 @@ var UserSchema = /*#__PURE__*/function () {
|
|
|
68
68
|
obj['domain'] = _UserDomain["default"].constructFromObject(data['domain']);
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
if (data.hasOwnProperty('
|
|
72
|
-
obj['
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
if (data.hasOwnProperty('username')) {
|
|
76
|
-
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
if (data.hasOwnProperty('city')) {
|
|
80
|
-
obj['city'] = _ApiClient["default"].convertToType(data['city'], 'String');
|
|
71
|
+
if (data.hasOwnProperty('status')) {
|
|
72
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'Number');
|
|
81
73
|
}
|
|
82
74
|
|
|
83
|
-
if (data.hasOwnProperty('
|
|
84
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('firstname')) {
|
|
76
|
+
obj['firstname'] = _ApiClient["default"].convertToType(data['firstname'], 'String');
|
|
85
77
|
}
|
|
86
78
|
|
|
87
79
|
if (data.hasOwnProperty('email')) {
|
|
88
80
|
obj['email'] = _ApiClient["default"].convertToType(data['email'], 'String');
|
|
89
81
|
}
|
|
90
82
|
|
|
91
|
-
if (data.hasOwnProperty('
|
|
92
|
-
obj['
|
|
83
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
84
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (data.hasOwnProperty('username')) {
|
|
88
|
+
obj['username'] = _ApiClient["default"].convertToType(data['username'], 'String');
|
|
93
89
|
}
|
|
94
90
|
|
|
95
91
|
if (data.hasOwnProperty('lastname')) {
|
|
96
92
|
obj['lastname'] = _ApiClient["default"].convertToType(data['lastname'], 'String');
|
|
97
93
|
}
|
|
98
94
|
|
|
99
|
-
if (data.hasOwnProperty('
|
|
100
|
-
obj['
|
|
95
|
+
if (data.hasOwnProperty('alias')) {
|
|
96
|
+
obj['alias'] = _ApiClient["default"].convertToType(data['alias'], 'String');
|
|
101
97
|
}
|
|
102
98
|
|
|
103
|
-
if (data.hasOwnProperty('
|
|
104
|
-
obj['
|
|
99
|
+
if (data.hasOwnProperty('password')) {
|
|
100
|
+
obj['password'] = _ApiClient["default"].convertToType(data['password'], 'String');
|
|
105
101
|
}
|
|
106
102
|
|
|
107
|
-
if (data.hasOwnProperty('
|
|
108
|
-
obj['
|
|
103
|
+
if (data.hasOwnProperty('city')) {
|
|
104
|
+
obj['city'] = _ApiClient["default"].convertToType(data['city'], 'String');
|
|
109
105
|
}
|
|
110
106
|
|
|
111
|
-
if (data.hasOwnProperty('
|
|
112
|
-
obj['
|
|
107
|
+
if (data.hasOwnProperty('zip')) {
|
|
108
|
+
obj['zip'] = _ApiClient["default"].convertToType(data['zip'], 'String');
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if (data.hasOwnProperty('creationdate')) {
|
|
112
|
+
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
if (data.hasOwnProperty('data')) {
|
|
@@ -144,60 +144,60 @@ UserSchema.prototype['address'] = undefined;
|
|
|
144
144
|
|
|
145
145
|
UserSchema.prototype['domain'] = undefined;
|
|
146
146
|
/**
|
|
147
|
-
* @member {
|
|
147
|
+
* @member {Number} status
|
|
148
148
|
*/
|
|
149
149
|
|
|
150
|
-
UserSchema.prototype['
|
|
150
|
+
UserSchema.prototype['status'] = undefined;
|
|
151
151
|
/**
|
|
152
|
-
* @member {String}
|
|
152
|
+
* @member {String} firstname
|
|
153
153
|
*/
|
|
154
154
|
|
|
155
|
-
UserSchema.prototype['
|
|
155
|
+
UserSchema.prototype['firstname'] = undefined;
|
|
156
156
|
/**
|
|
157
|
-
* @member {String}
|
|
157
|
+
* @member {String} email
|
|
158
158
|
*/
|
|
159
159
|
|
|
160
|
-
UserSchema.prototype['
|
|
160
|
+
UserSchema.prototype['email'] = undefined;
|
|
161
161
|
/**
|
|
162
|
-
* @member {
|
|
162
|
+
* @member {Date} modificationdate
|
|
163
163
|
*/
|
|
164
164
|
|
|
165
|
-
UserSchema.prototype['
|
|
165
|
+
UserSchema.prototype['modificationdate'] = undefined;
|
|
166
166
|
/**
|
|
167
|
-
* @member {String}
|
|
167
|
+
* @member {String} username
|
|
168
168
|
*/
|
|
169
169
|
|
|
170
|
-
UserSchema.prototype['
|
|
170
|
+
UserSchema.prototype['username'] = undefined;
|
|
171
171
|
/**
|
|
172
|
-
* @member {String}
|
|
172
|
+
* @member {String} lastname
|
|
173
173
|
*/
|
|
174
174
|
|
|
175
|
-
UserSchema.prototype['
|
|
175
|
+
UserSchema.prototype['lastname'] = undefined;
|
|
176
176
|
/**
|
|
177
|
-
* @member {String}
|
|
177
|
+
* @member {String} alias
|
|
178
178
|
*/
|
|
179
179
|
|
|
180
|
-
UserSchema.prototype['
|
|
180
|
+
UserSchema.prototype['alias'] = undefined;
|
|
181
181
|
/**
|
|
182
|
-
* @member {
|
|
182
|
+
* @member {String} password
|
|
183
183
|
*/
|
|
184
184
|
|
|
185
|
-
UserSchema.prototype['
|
|
185
|
+
UserSchema.prototype['password'] = undefined;
|
|
186
186
|
/**
|
|
187
|
-
* @member {
|
|
187
|
+
* @member {String} city
|
|
188
188
|
*/
|
|
189
189
|
|
|
190
|
-
UserSchema.prototype['
|
|
190
|
+
UserSchema.prototype['city'] = undefined;
|
|
191
191
|
/**
|
|
192
|
-
* @member {String}
|
|
192
|
+
* @member {String} zip
|
|
193
193
|
*/
|
|
194
194
|
|
|
195
|
-
UserSchema.prototype['
|
|
195
|
+
UserSchema.prototype['zip'] = undefined;
|
|
196
196
|
/**
|
|
197
|
-
* @member {
|
|
197
|
+
* @member {Date} creationdate
|
|
198
198
|
*/
|
|
199
199
|
|
|
200
|
-
UserSchema.prototype['
|
|
200
|
+
UserSchema.prototype['creationdate'] = undefined;
|
|
201
201
|
/**
|
|
202
202
|
* @member {Object} data
|
|
203
203
|
*/
|
package/dist/model/UserTag.js
CHANGED
package/dist/model/Video.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The Video model module.
|
|
20
20
|
* @module model/Video
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var Video = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -70,18 +70,18 @@ var Video = /*#__PURE__*/function () {
|
|
|
70
70
|
obj['fileName'] = _ApiClient["default"].convertToType(data['fileName'], 'String');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
if (data.hasOwnProperty('
|
|
74
|
-
obj['
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
if (data.hasOwnProperty('url')) {
|
|
78
|
-
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
73
|
+
if (data.hasOwnProperty('description')) {
|
|
74
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
79
75
|
}
|
|
80
76
|
|
|
81
77
|
if (data.hasOwnProperty('creator')) {
|
|
82
78
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
83
79
|
}
|
|
84
80
|
|
|
81
|
+
if (data.hasOwnProperty('mainphoto')) {
|
|
82
|
+
obj['mainphoto'] = _ApiClient["default"].convertToType(data['mainphoto'], 'String');
|
|
83
|
+
}
|
|
84
|
+
|
|
85
85
|
if (data.hasOwnProperty('creationdate')) {
|
|
86
86
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
87
87
|
}
|
|
@@ -90,14 +90,6 @@ var Video = /*#__PURE__*/function () {
|
|
|
90
90
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
if (data.hasOwnProperty('description')) {
|
|
94
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
if (data.hasOwnProperty('mainphoto')) {
|
|
98
|
-
obj['mainphoto'] = _ApiClient["default"].convertToType(data['mainphoto'], 'String');
|
|
99
|
-
}
|
|
100
|
-
|
|
101
93
|
if (data.hasOwnProperty('liveDuration')) {
|
|
102
94
|
obj['liveDuration'] = _ApiClient["default"].convertToType(data['liveDuration'], 'Number');
|
|
103
95
|
}
|
|
@@ -106,6 +98,18 @@ var Video = /*#__PURE__*/function () {
|
|
|
106
98
|
obj['videoProcessingStatus'] = _ApiClient["default"].convertToType(data['videoProcessingStatus'], 'Number');
|
|
107
99
|
}
|
|
108
100
|
|
|
101
|
+
if (data.hasOwnProperty('url')) {
|
|
102
|
+
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (data.hasOwnProperty('containerObjectID')) {
|
|
106
|
+
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
110
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
111
|
+
}
|
|
112
|
+
|
|
109
113
|
if (data.hasOwnProperty('videoType')) {
|
|
110
114
|
obj['videoType'] = _ApiClient["default"].convertToType(data['videoType'], 'Number');
|
|
111
115
|
}
|
|
@@ -122,12 +126,8 @@ var Video = /*#__PURE__*/function () {
|
|
|
122
126
|
obj['hostKey'] = _ApiClient["default"].convertToType(data['hostKey'], 'String');
|
|
123
127
|
}
|
|
124
128
|
|
|
125
|
-
if (data.hasOwnProperty('
|
|
126
|
-
obj['
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
if (data.hasOwnProperty('containerObjectID')) {
|
|
130
|
-
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
129
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
130
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
if (data.hasOwnProperty('data')) {
|
|
@@ -167,20 +167,20 @@ Video.prototype['content'] = undefined;
|
|
|
167
167
|
|
|
168
168
|
Video.prototype['fileName'] = undefined;
|
|
169
169
|
/**
|
|
170
|
-
* @member {String}
|
|
170
|
+
* @member {String} description
|
|
171
171
|
*/
|
|
172
172
|
|
|
173
|
-
Video.prototype['
|
|
173
|
+
Video.prototype['description'] = undefined;
|
|
174
174
|
/**
|
|
175
|
-
* @member {
|
|
175
|
+
* @member {Number} creator
|
|
176
176
|
*/
|
|
177
177
|
|
|
178
|
-
Video.prototype['
|
|
178
|
+
Video.prototype['creator'] = undefined;
|
|
179
179
|
/**
|
|
180
|
-
* @member {
|
|
180
|
+
* @member {String} mainphoto
|
|
181
181
|
*/
|
|
182
182
|
|
|
183
|
-
Video.prototype['
|
|
183
|
+
Video.prototype['mainphoto'] = undefined;
|
|
184
184
|
/**
|
|
185
185
|
* @member {Date} creationdate
|
|
186
186
|
*/
|
|
@@ -192,25 +192,30 @@ Video.prototype['creationdate'] = undefined;
|
|
|
192
192
|
|
|
193
193
|
Video.prototype['modificationdate'] = undefined;
|
|
194
194
|
/**
|
|
195
|
-
* @member {
|
|
195
|
+
* @member {Number} liveDuration
|
|
196
196
|
*/
|
|
197
197
|
|
|
198
|
-
Video.prototype['
|
|
198
|
+
Video.prototype['liveDuration'] = undefined;
|
|
199
199
|
/**
|
|
200
|
-
* @member {
|
|
200
|
+
* @member {Number} videoProcessingStatus
|
|
201
201
|
*/
|
|
202
202
|
|
|
203
|
-
Video.prototype['
|
|
203
|
+
Video.prototype['videoProcessingStatus'] = undefined;
|
|
204
204
|
/**
|
|
205
|
-
* @member {
|
|
205
|
+
* @member {String} url
|
|
206
206
|
*/
|
|
207
207
|
|
|
208
|
-
Video.prototype['
|
|
208
|
+
Video.prototype['url'] = undefined;
|
|
209
209
|
/**
|
|
210
|
-
* @member {Number}
|
|
210
|
+
* @member {Number} containerObjectID
|
|
211
211
|
*/
|
|
212
212
|
|
|
213
|
-
Video.prototype['
|
|
213
|
+
Video.prototype['containerObjectID'] = undefined;
|
|
214
|
+
/**
|
|
215
|
+
* @member {Number} containerObjectType
|
|
216
|
+
*/
|
|
217
|
+
|
|
218
|
+
Video.prototype['containerObjectType'] = undefined;
|
|
214
219
|
/**
|
|
215
220
|
* @member {Number} videoType
|
|
216
221
|
*/
|
|
@@ -232,15 +237,10 @@ Video.prototype['thumbnailImages'] = undefined;
|
|
|
232
237
|
|
|
233
238
|
Video.prototype['hostKey'] = undefined;
|
|
234
239
|
/**
|
|
235
|
-
* @member {
|
|
236
|
-
*/
|
|
237
|
-
|
|
238
|
-
Video.prototype['containerObjectType'] = undefined;
|
|
239
|
-
/**
|
|
240
|
-
* @member {Number} containerObjectID
|
|
240
|
+
* @member {String} contenttype
|
|
241
241
|
*/
|
|
242
242
|
|
|
243
|
-
Video.prototype['
|
|
243
|
+
Video.prototype['contenttype'] = undefined;
|
|
244
244
|
/**
|
|
245
245
|
* @member {Object} data
|
|
246
246
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The VideoSchema model module.
|
|
22
22
|
* @module model/VideoSchema
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.3
|
|
24
24
|
*/
|
|
25
25
|
var VideoSchema = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -56,10 +56,6 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
56
56
|
if (data) {
|
|
57
57
|
obj = obj || new VideoSchema();
|
|
58
58
|
|
|
59
|
-
if (data.hasOwnProperty('liveUrl')) {
|
|
60
|
-
obj['liveUrl'] = _VideoLiveUrl["default"].constructFromObject(data['liveUrl']);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
59
|
if (data.hasOwnProperty('creatorpageid')) {
|
|
64
60
|
obj['creatorpageid'] = _ApiClient["default"].convertToType(data['creatorpageid'], 'Number');
|
|
65
61
|
}
|
|
@@ -68,6 +64,10 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
68
64
|
obj['dataurl'] = _ApiClient["default"].convertToType(data['dataurl'], 'String');
|
|
69
65
|
}
|
|
70
66
|
|
|
67
|
+
if (data.hasOwnProperty('liveUrl')) {
|
|
68
|
+
obj['liveUrl'] = _VideoLiveUrl["default"].constructFromObject(data['liveUrl']);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
71
|
if (data.hasOwnProperty('name')) {
|
|
72
72
|
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
73
73
|
}
|
|
@@ -84,18 +84,18 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
84
84
|
obj['fileName'] = _ApiClient["default"].convertToType(data['fileName'], 'String');
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
if (data.hasOwnProperty('
|
|
88
|
-
obj['
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
if (data.hasOwnProperty('url')) {
|
|
92
|
-
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
87
|
+
if (data.hasOwnProperty('description')) {
|
|
88
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
93
89
|
}
|
|
94
90
|
|
|
95
91
|
if (data.hasOwnProperty('creator')) {
|
|
96
92
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
97
93
|
}
|
|
98
94
|
|
|
95
|
+
if (data.hasOwnProperty('mainphoto')) {
|
|
96
|
+
obj['mainphoto'] = _ApiClient["default"].convertToType(data['mainphoto'], 'String');
|
|
97
|
+
}
|
|
98
|
+
|
|
99
99
|
if (data.hasOwnProperty('creationdate')) {
|
|
100
100
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
101
101
|
}
|
|
@@ -104,14 +104,6 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
104
104
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
if (data.hasOwnProperty('description')) {
|
|
108
|
-
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
if (data.hasOwnProperty('mainphoto')) {
|
|
112
|
-
obj['mainphoto'] = _ApiClient["default"].convertToType(data['mainphoto'], 'String');
|
|
113
|
-
}
|
|
114
|
-
|
|
115
107
|
if (data.hasOwnProperty('liveDuration')) {
|
|
116
108
|
obj['liveDuration'] = _ApiClient["default"].convertToType(data['liveDuration'], 'Number');
|
|
117
109
|
}
|
|
@@ -120,6 +112,18 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
120
112
|
obj['videoProcessingStatus'] = _ApiClient["default"].convertToType(data['videoProcessingStatus'], 'Number');
|
|
121
113
|
}
|
|
122
114
|
|
|
115
|
+
if (data.hasOwnProperty('url')) {
|
|
116
|
+
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
if (data.hasOwnProperty('containerObjectID')) {
|
|
120
|
+
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
if (data.hasOwnProperty('containerObjectType')) {
|
|
124
|
+
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
125
|
+
}
|
|
126
|
+
|
|
123
127
|
if (data.hasOwnProperty('videoType')) {
|
|
124
128
|
obj['videoType'] = _ApiClient["default"].convertToType(data['videoType'], 'Number');
|
|
125
129
|
}
|
|
@@ -136,12 +140,8 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
136
140
|
obj['hostKey'] = _ApiClient["default"].convertToType(data['hostKey'], 'String');
|
|
137
141
|
}
|
|
138
142
|
|
|
139
|
-
if (data.hasOwnProperty('
|
|
140
|
-
obj['
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
if (data.hasOwnProperty('containerObjectID')) {
|
|
144
|
-
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
143
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
144
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
if (data.hasOwnProperty('data')) {
|
|
@@ -159,22 +159,22 @@ var VideoSchema = /*#__PURE__*/function () {
|
|
|
159
159
|
|
|
160
160
|
return VideoSchema;
|
|
161
161
|
}();
|
|
162
|
-
/**
|
|
163
|
-
* @member {module:model/VideoLiveUrl} liveUrl
|
|
164
|
-
*/
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
VideoSchema.prototype['liveUrl'] = undefined;
|
|
168
162
|
/**
|
|
169
163
|
* @member {Number} creatorpageid
|
|
170
164
|
*/
|
|
171
165
|
|
|
166
|
+
|
|
172
167
|
VideoSchema.prototype['creatorpageid'] = undefined;
|
|
173
168
|
/**
|
|
174
169
|
* @member {String} dataurl
|
|
175
170
|
*/
|
|
176
171
|
|
|
177
172
|
VideoSchema.prototype['dataurl'] = undefined;
|
|
173
|
+
/**
|
|
174
|
+
* @member {module:model/VideoLiveUrl} liveUrl
|
|
175
|
+
*/
|
|
176
|
+
|
|
177
|
+
VideoSchema.prototype['liveUrl'] = undefined;
|
|
178
178
|
/**
|
|
179
179
|
* @member {String} name
|
|
180
180
|
*/
|
|
@@ -196,20 +196,20 @@ VideoSchema.prototype['content'] = undefined;
|
|
|
196
196
|
|
|
197
197
|
VideoSchema.prototype['fileName'] = undefined;
|
|
198
198
|
/**
|
|
199
|
-
* @member {String}
|
|
199
|
+
* @member {String} description
|
|
200
200
|
*/
|
|
201
201
|
|
|
202
|
-
VideoSchema.prototype['
|
|
202
|
+
VideoSchema.prototype['description'] = undefined;
|
|
203
203
|
/**
|
|
204
|
-
* @member {
|
|
204
|
+
* @member {Number} creator
|
|
205
205
|
*/
|
|
206
206
|
|
|
207
|
-
VideoSchema.prototype['
|
|
207
|
+
VideoSchema.prototype['creator'] = undefined;
|
|
208
208
|
/**
|
|
209
|
-
* @member {
|
|
209
|
+
* @member {String} mainphoto
|
|
210
210
|
*/
|
|
211
211
|
|
|
212
|
-
VideoSchema.prototype['
|
|
212
|
+
VideoSchema.prototype['mainphoto'] = undefined;
|
|
213
213
|
/**
|
|
214
214
|
* @member {Date} creationdate
|
|
215
215
|
*/
|
|
@@ -221,25 +221,30 @@ VideoSchema.prototype['creationdate'] = undefined;
|
|
|
221
221
|
|
|
222
222
|
VideoSchema.prototype['modificationdate'] = undefined;
|
|
223
223
|
/**
|
|
224
|
-
* @member {
|
|
224
|
+
* @member {Number} liveDuration
|
|
225
225
|
*/
|
|
226
226
|
|
|
227
|
-
VideoSchema.prototype['
|
|
227
|
+
VideoSchema.prototype['liveDuration'] = undefined;
|
|
228
228
|
/**
|
|
229
|
-
* @member {
|
|
229
|
+
* @member {Number} videoProcessingStatus
|
|
230
230
|
*/
|
|
231
231
|
|
|
232
|
-
VideoSchema.prototype['
|
|
232
|
+
VideoSchema.prototype['videoProcessingStatus'] = undefined;
|
|
233
233
|
/**
|
|
234
|
-
* @member {
|
|
234
|
+
* @member {String} url
|
|
235
235
|
*/
|
|
236
236
|
|
|
237
|
-
VideoSchema.prototype['
|
|
237
|
+
VideoSchema.prototype['url'] = undefined;
|
|
238
238
|
/**
|
|
239
|
-
* @member {Number}
|
|
239
|
+
* @member {Number} containerObjectID
|
|
240
240
|
*/
|
|
241
241
|
|
|
242
|
-
VideoSchema.prototype['
|
|
242
|
+
VideoSchema.prototype['containerObjectID'] = undefined;
|
|
243
|
+
/**
|
|
244
|
+
* @member {Number} containerObjectType
|
|
245
|
+
*/
|
|
246
|
+
|
|
247
|
+
VideoSchema.prototype['containerObjectType'] = undefined;
|
|
243
248
|
/**
|
|
244
249
|
* @member {Number} videoType
|
|
245
250
|
*/
|
|
@@ -261,15 +266,10 @@ VideoSchema.prototype['thumbnailImages'] = undefined;
|
|
|
261
266
|
|
|
262
267
|
VideoSchema.prototype['hostKey'] = undefined;
|
|
263
268
|
/**
|
|
264
|
-
* @member {
|
|
265
|
-
*/
|
|
266
|
-
|
|
267
|
-
VideoSchema.prototype['containerObjectType'] = undefined;
|
|
268
|
-
/**
|
|
269
|
-
* @member {Number} containerObjectID
|
|
269
|
+
* @member {String} contenttype
|
|
270
270
|
*/
|
|
271
271
|
|
|
272
|
-
VideoSchema.prototype['
|
|
272
|
+
VideoSchema.prototype['contenttype'] = undefined;
|
|
273
273
|
/**
|
|
274
274
|
* @member {Object} data
|
|
275
275
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The ZeusPortalCategory model module.
|
|
22
22
|
* @module model/ZeusPortalCategory
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.3
|
|
24
24
|
*/
|
|
25
25
|
var ZeusPortalCategory = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -64,14 +64,6 @@ var ZeusPortalCategory = /*#__PURE__*/function () {
|
|
|
64
64
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
if (data.hasOwnProperty('templateid')) {
|
|
68
|
-
obj['templateid'] = _ApiClient["default"].convertToType(data['templateid'], 'Number');
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
if (data.hasOwnProperty('shortname')) {
|
|
72
|
-
obj['shortname'] = _ApiClient["default"].convertToType(data['shortname'], 'String');
|
|
73
|
-
}
|
|
74
|
-
|
|
75
67
|
if (data.hasOwnProperty('description')) {
|
|
76
68
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
77
69
|
}
|
|
@@ -80,10 +72,18 @@ var ZeusPortalCategory = /*#__PURE__*/function () {
|
|
|
80
72
|
obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
|
|
81
73
|
}
|
|
82
74
|
|
|
75
|
+
if (data.hasOwnProperty('templateid')) {
|
|
76
|
+
obj['templateid'] = _ApiClient["default"].convertToType(data['templateid'], 'Number');
|
|
77
|
+
}
|
|
78
|
+
|
|
83
79
|
if (data.hasOwnProperty('linkedcategoryid')) {
|
|
84
80
|
obj['linkedcategoryid'] = _ApiClient["default"].convertToType(data['linkedcategoryid'], 'Number');
|
|
85
81
|
}
|
|
86
82
|
|
|
83
|
+
if (data.hasOwnProperty('shortname')) {
|
|
84
|
+
obj['shortname'] = _ApiClient["default"].convertToType(data['shortname'], 'String');
|
|
85
|
+
}
|
|
86
|
+
|
|
87
87
|
if (data.hasOwnProperty('secretCode')) {
|
|
88
88
|
obj['secretCode'] = _ApiClient["default"].convertToType(data['secretCode'], 'String');
|
|
89
89
|
}
|
|
@@ -126,16 +126,6 @@ ZeusPortalCategory.prototype['path'] = undefined;
|
|
|
126
126
|
*/
|
|
127
127
|
|
|
128
128
|
ZeusPortalCategory.prototype['label'] = undefined;
|
|
129
|
-
/**
|
|
130
|
-
* @member {Number} templateid
|
|
131
|
-
*/
|
|
132
|
-
|
|
133
|
-
ZeusPortalCategory.prototype['templateid'] = undefined;
|
|
134
|
-
/**
|
|
135
|
-
* @member {String} shortname
|
|
136
|
-
*/
|
|
137
|
-
|
|
138
|
-
ZeusPortalCategory.prototype['shortname'] = undefined;
|
|
139
129
|
/**
|
|
140
130
|
* @member {String} description
|
|
141
131
|
*/
|
|
@@ -146,11 +136,21 @@ ZeusPortalCategory.prototype['description'] = undefined;
|
|
|
146
136
|
*/
|
|
147
137
|
|
|
148
138
|
ZeusPortalCategory.prototype['mainPhoto'] = undefined;
|
|
139
|
+
/**
|
|
140
|
+
* @member {Number} templateid
|
|
141
|
+
*/
|
|
142
|
+
|
|
143
|
+
ZeusPortalCategory.prototype['templateid'] = undefined;
|
|
149
144
|
/**
|
|
150
145
|
* @member {Number} linkedcategoryid
|
|
151
146
|
*/
|
|
152
147
|
|
|
153
148
|
ZeusPortalCategory.prototype['linkedcategoryid'] = undefined;
|
|
149
|
+
/**
|
|
150
|
+
* @member {String} shortname
|
|
151
|
+
*/
|
|
152
|
+
|
|
153
|
+
ZeusPortalCategory.prototype['shortname'] = undefined;
|
|
154
154
|
/**
|
|
155
155
|
* @member {String} secretCode
|
|
156
156
|
*/
|