@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
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The GraphRelationshipType model module.
|
|
24
24
|
* @module model/GraphRelationshipType
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.3
|
|
26
26
|
*/
|
|
27
27
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -70,6 +70,14 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
70
70
|
obj['skinFields'] = _ApiClient["default"].convertToType(data['skinFields'], Object);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
if (data.hasOwnProperty('isParentChildRelationship')) {
|
|
74
|
+
obj['isParentChildRelationship'] = _ApiClient["default"].convertToType(data['isParentChildRelationship'], 'Boolean');
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (data.hasOwnProperty('isReverseParentChildRelationship')) {
|
|
78
|
+
obj['isReverseParentChildRelationship'] = _ApiClient["default"].convertToType(data['isReverseParentChildRelationship'], 'Boolean');
|
|
79
|
+
}
|
|
80
|
+
|
|
73
81
|
if (data.hasOwnProperty('isparentchild')) {
|
|
74
82
|
obj['isparentchild'] = _ApiClient["default"].convertToType(data['isparentchild'], 'Boolean');
|
|
75
83
|
}
|
|
@@ -78,44 +86,36 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
78
86
|
obj['isreverseparentchild'] = _ApiClient["default"].convertToType(data['isreverseparentchild'], 'Boolean');
|
|
79
87
|
}
|
|
80
88
|
|
|
81
|
-
if (data.hasOwnProperty('
|
|
82
|
-
obj['
|
|
89
|
+
if (data.hasOwnProperty('name')) {
|
|
90
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
83
91
|
}
|
|
84
92
|
|
|
85
|
-
if (data.hasOwnProperty('
|
|
86
|
-
obj['
|
|
93
|
+
if (data.hasOwnProperty('description')) {
|
|
94
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
87
95
|
}
|
|
88
96
|
|
|
89
|
-
if (data.hasOwnProperty('
|
|
90
|
-
obj['
|
|
97
|
+
if (data.hasOwnProperty('cardinality')) {
|
|
98
|
+
obj['cardinality'] = _ApiClient["default"].convertToType(data['cardinality'], 'String');
|
|
91
99
|
}
|
|
92
100
|
|
|
93
101
|
if (data.hasOwnProperty('template')) {
|
|
94
102
|
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
95
103
|
}
|
|
96
104
|
|
|
97
|
-
if (data.hasOwnProperty('
|
|
98
|
-
obj['
|
|
105
|
+
if (data.hasOwnProperty('cardinatlity')) {
|
|
106
|
+
obj['cardinatlity'] = _ApiClient["default"].convertToType(data['cardinatlity'], 'String');
|
|
99
107
|
}
|
|
100
108
|
|
|
101
109
|
if (data.hasOwnProperty('friendlyname')) {
|
|
102
110
|
obj['friendlyname'] = _ApiClient["default"].convertToType(data['friendlyname'], 'String');
|
|
103
111
|
}
|
|
104
112
|
|
|
105
|
-
if (data.hasOwnProperty('reversefriendlyname')) {
|
|
106
|
-
obj['reversefriendlyname'] = _ApiClient["default"].convertToType(data['reversefriendlyname'], 'String');
|
|
107
|
-
}
|
|
108
|
-
|
|
109
113
|
if (data.hasOwnProperty('performname')) {
|
|
110
114
|
obj['performname'] = _ApiClient["default"].convertToType(data['performname'], 'String');
|
|
111
115
|
}
|
|
112
116
|
|
|
113
|
-
if (data.hasOwnProperty('
|
|
114
|
-
obj['
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
if (data.hasOwnProperty('cardinality')) {
|
|
118
|
-
obj['cardinality'] = _ApiClient["default"].convertToType(data['cardinality'], 'String');
|
|
117
|
+
if (data.hasOwnProperty('reversefriendlyname')) {
|
|
118
|
+
obj['reversefriendlyname'] = _ApiClient["default"].convertToType(data['reversefriendlyname'], 'String');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
if (data.hasOwnProperty('key')) {
|
|
@@ -158,6 +158,16 @@ GraphRelationshipType.prototype['modificationdate'] = undefined;
|
|
|
158
158
|
*/
|
|
159
159
|
|
|
160
160
|
GraphRelationshipType.prototype['skinFields'] = undefined;
|
|
161
|
+
/**
|
|
162
|
+
* @member {Boolean} isParentChildRelationship
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
GraphRelationshipType.prototype['isParentChildRelationship'] = undefined;
|
|
166
|
+
/**
|
|
167
|
+
* @member {Boolean} isReverseParentChildRelationship
|
|
168
|
+
*/
|
|
169
|
+
|
|
170
|
+
GraphRelationshipType.prototype['isReverseParentChildRelationship'] = undefined;
|
|
161
171
|
/**
|
|
162
172
|
* If this RelationshipType is a container or Parent Child relationship (The start object is a child of the end object) Permissions granted on start nodes (child) in container relationships are cascaded down to the end objects (parent) Furthermore if a parent object is added to a graph, this relationship along with the child object is also added to that graph
|
|
163
173
|
* @member {Boolean} isparentchild
|
|
@@ -171,42 +181,36 @@ GraphRelationshipType.prototype['isparentchild'] = undefined;
|
|
|
171
181
|
|
|
172
182
|
GraphRelationshipType.prototype['isreverseparentchild'] = undefined;
|
|
173
183
|
/**
|
|
174
|
-
* @member {
|
|
184
|
+
* @member {String} name
|
|
175
185
|
*/
|
|
176
186
|
|
|
177
|
-
GraphRelationshipType.prototype['
|
|
187
|
+
GraphRelationshipType.prototype['name'] = undefined;
|
|
178
188
|
/**
|
|
179
|
-
* @member {
|
|
189
|
+
* @member {String} description
|
|
180
190
|
*/
|
|
181
191
|
|
|
182
|
-
GraphRelationshipType.prototype['
|
|
192
|
+
GraphRelationshipType.prototype['description'] = undefined;
|
|
183
193
|
/**
|
|
184
|
-
* @member {
|
|
194
|
+
* @member {module:model/GraphRelationshipType.CardinalityEnum} cardinality
|
|
185
195
|
*/
|
|
186
196
|
|
|
187
|
-
GraphRelationshipType.prototype['
|
|
197
|
+
GraphRelationshipType.prototype['cardinality'] = undefined;
|
|
188
198
|
/**
|
|
189
199
|
* @member {module:model/Template} template
|
|
190
200
|
*/
|
|
191
201
|
|
|
192
202
|
GraphRelationshipType.prototype['template'] = undefined;
|
|
193
203
|
/**
|
|
194
|
-
* @member {
|
|
204
|
+
* @member {module:model/GraphRelationshipType.CardinatlityEnum} cardinatlity
|
|
195
205
|
*/
|
|
196
206
|
|
|
197
|
-
GraphRelationshipType.prototype['
|
|
207
|
+
GraphRelationshipType.prototype['cardinatlity'] = undefined;
|
|
198
208
|
/**
|
|
199
209
|
* The Friendly Name (user facing name) of this RelationshipType
|
|
200
210
|
* @member {String} friendlyname
|
|
201
211
|
*/
|
|
202
212
|
|
|
203
213
|
GraphRelationshipType.prototype['friendlyname'] = undefined;
|
|
204
|
-
/**
|
|
205
|
-
* the Friendly name from the perspective of the end node
|
|
206
|
-
* @member {String} reversefriendlyname
|
|
207
|
-
*/
|
|
208
|
-
|
|
209
|
-
GraphRelationshipType.prototype['reversefriendlyname'] = undefined;
|
|
210
214
|
/**
|
|
211
215
|
* the name of this action/relationship when the user is prompted to perform or create it
|
|
212
216
|
* @member {String} performname
|
|
@@ -214,15 +218,11 @@ GraphRelationshipType.prototype['reversefriendlyname'] = undefined;
|
|
|
214
218
|
|
|
215
219
|
GraphRelationshipType.prototype['performname'] = undefined;
|
|
216
220
|
/**
|
|
217
|
-
*
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
GraphRelationshipType.prototype['cardinatlity'] = undefined;
|
|
221
|
-
/**
|
|
222
|
-
* @member {module:model/GraphRelationshipType.CardinalityEnum} cardinality
|
|
221
|
+
* the Friendly name from the perspective of the end node
|
|
222
|
+
* @member {String} reversefriendlyname
|
|
223
223
|
*/
|
|
224
224
|
|
|
225
|
-
GraphRelationshipType.prototype['
|
|
225
|
+
GraphRelationshipType.prototype['reversefriendlyname'] = undefined;
|
|
226
226
|
/**
|
|
227
227
|
* @member {String} key
|
|
228
228
|
*/
|
|
@@ -244,12 +244,12 @@ GraphRelationshipType.prototype['data'] = undefined;
|
|
|
244
244
|
|
|
245
245
|
GraphRelationshipType.prototype['id'] = undefined;
|
|
246
246
|
/**
|
|
247
|
-
* Allowed values for the <code>
|
|
247
|
+
* Allowed values for the <code>cardinality</code> property.
|
|
248
248
|
* @enum {String}
|
|
249
249
|
* @readonly
|
|
250
250
|
*/
|
|
251
251
|
|
|
252
|
-
GraphRelationshipType['
|
|
252
|
+
GraphRelationshipType['CardinalityEnum'] = {
|
|
253
253
|
/**
|
|
254
254
|
* value: "MANY_TO_MANY"
|
|
255
255
|
* @const
|
|
@@ -275,12 +275,12 @@ GraphRelationshipType['CardinatlityEnum'] = {
|
|
|
275
275
|
"ONE_TO_ONE": "ONE_TO_ONE"
|
|
276
276
|
};
|
|
277
277
|
/**
|
|
278
|
-
* Allowed values for the <code>
|
|
278
|
+
* Allowed values for the <code>cardinatlity</code> property.
|
|
279
279
|
* @enum {String}
|
|
280
280
|
* @readonly
|
|
281
281
|
*/
|
|
282
282
|
|
|
283
|
-
GraphRelationshipType['
|
|
283
|
+
GraphRelationshipType['CardinatlityEnum'] = {
|
|
284
284
|
/**
|
|
285
285
|
* value: "MANY_TO_MANY"
|
|
286
286
|
* @const
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The GraphSchema model module.
|
|
26
26
|
* @module model/GraphSchema
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.3
|
|
28
28
|
*/
|
|
29
29
|
var GraphSchema = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -72,8 +72,8 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
72
72
|
obj['parent'] = GraphSchema.constructFromObject(data['parent']);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('description')) {
|
|
76
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('creator')) {
|
|
@@ -84,10 +84,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
84
84
|
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
88
|
-
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
87
|
if (data.hasOwnProperty('relationshipTypes')) {
|
|
92
88
|
obj['relationshipTypes'] = _ApiClient["default"].convertToType(data['relationshipTypes'], Object);
|
|
93
89
|
}
|
|
@@ -96,8 +92,12 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
96
92
|
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
97
93
|
}
|
|
98
94
|
|
|
99
|
-
if (data.hasOwnProperty('
|
|
100
|
-
obj['
|
|
95
|
+
if (data.hasOwnProperty('template')) {
|
|
96
|
+
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
if (data.hasOwnProperty('administrators')) {
|
|
100
|
+
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
if (data.hasOwnProperty('pastVersions')) {
|
|
@@ -116,6 +116,10 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
116
116
|
obj['schemaConfig'] = _ApiClient["default"].convertToType(data['schemaConfig'], Object);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
+
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
120
|
+
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
121
|
+
}
|
|
122
|
+
|
|
119
123
|
if (data.hasOwnProperty('schemaLocked')) {
|
|
120
124
|
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
121
125
|
}
|
|
@@ -124,10 +128,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
124
128
|
obj['schemaCreator'] = _Member["default"].constructFromObject(data['schemaCreator']);
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
if (data.hasOwnProperty('administrators')) {
|
|
128
|
-
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
131
|
if (data.hasOwnProperty('workflows')) {
|
|
132
132
|
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
133
133
|
}
|
|
@@ -168,10 +168,10 @@ GraphSchema.prototype['key'] = undefined;
|
|
|
168
168
|
|
|
169
169
|
GraphSchema.prototype['parent'] = undefined;
|
|
170
170
|
/**
|
|
171
|
-
* @member {
|
|
171
|
+
* @member {String} description
|
|
172
172
|
*/
|
|
173
173
|
|
|
174
|
-
GraphSchema.prototype['
|
|
174
|
+
GraphSchema.prototype['description'] = undefined;
|
|
175
175
|
/**
|
|
176
176
|
* @member {module:model/User} creator
|
|
177
177
|
*/
|
|
@@ -182,11 +182,6 @@ GraphSchema.prototype['creator'] = undefined;
|
|
|
182
182
|
*/
|
|
183
183
|
|
|
184
184
|
GraphSchema.prototype['objectTypes'] = undefined;
|
|
185
|
-
/**
|
|
186
|
-
* @member {Object} objectTypeDefinitions
|
|
187
|
-
*/
|
|
188
|
-
|
|
189
|
-
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
190
185
|
/**
|
|
191
186
|
* @member {Object} relationshipTypes
|
|
192
187
|
*/
|
|
@@ -198,10 +193,15 @@ GraphSchema.prototype['relationshipTypes'] = undefined;
|
|
|
198
193
|
|
|
199
194
|
GraphSchema.prototype['actionTypes'] = undefined;
|
|
200
195
|
/**
|
|
201
|
-
* @member {
|
|
196
|
+
* @member {module:model/Template} template
|
|
202
197
|
*/
|
|
203
198
|
|
|
204
|
-
GraphSchema.prototype['
|
|
199
|
+
GraphSchema.prototype['template'] = undefined;
|
|
200
|
+
/**
|
|
201
|
+
* @member {Object} administrators
|
|
202
|
+
*/
|
|
203
|
+
|
|
204
|
+
GraphSchema.prototype['administrators'] = undefined;
|
|
205
205
|
/**
|
|
206
206
|
* @member {Object} pastVersions
|
|
207
207
|
*/
|
|
@@ -222,6 +222,11 @@ GraphSchema.prototype['allVersions'] = undefined;
|
|
|
222
222
|
*/
|
|
223
223
|
|
|
224
224
|
GraphSchema.prototype['schemaConfig'] = undefined;
|
|
225
|
+
/**
|
|
226
|
+
* @member {Object} objectTypeDefinitions
|
|
227
|
+
*/
|
|
228
|
+
|
|
229
|
+
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
225
230
|
/**
|
|
226
231
|
* @member {Boolean} schemaLocked
|
|
227
232
|
*/
|
|
@@ -232,11 +237,6 @@ GraphSchema.prototype['schemaLocked'] = undefined;
|
|
|
232
237
|
*/
|
|
233
238
|
|
|
234
239
|
GraphSchema.prototype['schemaCreator'] = undefined;
|
|
235
|
-
/**
|
|
236
|
-
* @member {Object} administrators
|
|
237
|
-
*/
|
|
238
|
-
|
|
239
|
-
GraphSchema.prototype['administrators'] = undefined;
|
|
240
240
|
/**
|
|
241
241
|
* @member {Object} workflows
|
|
242
242
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The GraphTraversalInput model module.
|
|
22
22
|
* @module model/GraphTraversalInput
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.3
|
|
24
24
|
*/
|
|
25
25
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -80,8 +80,12 @@ var GraphTraversalInput = /*#__PURE__*/function () {
|
|
|
80
80
|
obj['excludeObjectTypes'] = _ApiClient["default"].convertToType(data['excludeObjectTypes'], ['String']);
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
if (data.hasOwnProperty('
|
|
84
|
-
obj['
|
|
83
|
+
if (data.hasOwnProperty('relationshipTypes')) {
|
|
84
|
+
obj['relationshipTypes'] = _ApiClient["default"].convertToType(data['relationshipTypes'], ['String']);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
88
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], ['String']);
|
|
85
89
|
}
|
|
86
90
|
|
|
87
91
|
if (data.hasOwnProperty('startGeoLocation')) {
|
|
@@ -167,10 +171,15 @@ GraphTraversalInput.prototype['endObjectTypes'] = undefined;
|
|
|
167
171
|
|
|
168
172
|
GraphTraversalInput.prototype['excludeObjectTypes'] = undefined;
|
|
169
173
|
/**
|
|
170
|
-
* @member {Array.<String>}
|
|
174
|
+
* @member {Array.<String>} relationshipTypes
|
|
175
|
+
*/
|
|
176
|
+
|
|
177
|
+
GraphTraversalInput.prototype['relationshipTypes'] = undefined;
|
|
178
|
+
/**
|
|
179
|
+
* @member {Array.<String>} actionTypes
|
|
171
180
|
*/
|
|
172
181
|
|
|
173
|
-
GraphTraversalInput.prototype['
|
|
182
|
+
GraphTraversalInput.prototype['actionTypes'] = undefined;
|
|
174
183
|
/**
|
|
175
184
|
* @member {module:model/GeolocationInput} startGeoLocation
|
|
176
185
|
*/
|
package/dist/model/Image.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The Image model module.
|
|
20
20
|
* @module model/Image
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var Image = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -66,8 +66,8 @@ var Image = /*#__PURE__*/function () {
|
|
|
66
66
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('
|
|
70
|
-
obj['
|
|
69
|
+
if (data.hasOwnProperty('description')) {
|
|
70
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
if (data.hasOwnProperty('creator')) {
|
|
@@ -78,30 +78,30 @@ var Image = /*#__PURE__*/function () {
|
|
|
78
78
|
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
if (data.hasOwnProperty('
|
|
82
|
-
obj['
|
|
81
|
+
if (data.hasOwnProperty('height')) {
|
|
82
|
+
obj['height'] = _ApiClient["default"].convertToType(data['height'], 'Number');
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
if (data.hasOwnProperty('width')) {
|
|
86
86
|
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
if (data.hasOwnProperty('
|
|
90
|
-
obj['
|
|
89
|
+
if (data.hasOwnProperty('containerObjectID')) {
|
|
90
|
+
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
if (data.hasOwnProperty('containerObjectType')) {
|
|
94
94
|
obj['containerObjectType'] = _ApiClient["default"].convertToType(data['containerObjectType'], 'Number');
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
if (data.hasOwnProperty('containerObjectID')) {
|
|
98
|
-
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
99
|
-
}
|
|
100
|
-
|
|
101
97
|
if (data.hasOwnProperty('formattedname')) {
|
|
102
98
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
103
99
|
}
|
|
104
100
|
|
|
101
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
102
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
103
|
+
}
|
|
104
|
+
|
|
105
105
|
if (data.hasOwnProperty('data')) {
|
|
106
106
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
107
107
|
}
|
|
@@ -134,10 +134,10 @@ Image.prototype['size'] = undefined;
|
|
|
134
134
|
|
|
135
135
|
Image.prototype['content'] = undefined;
|
|
136
136
|
/**
|
|
137
|
-
* @member {String}
|
|
137
|
+
* @member {String} description
|
|
138
138
|
*/
|
|
139
139
|
|
|
140
|
-
Image.prototype['
|
|
140
|
+
Image.prototype['description'] = undefined;
|
|
141
141
|
/**
|
|
142
142
|
* @member {Number} creator
|
|
143
143
|
*/
|
|
@@ -149,35 +149,35 @@ Image.prototype['creator'] = undefined;
|
|
|
149
149
|
|
|
150
150
|
Image.prototype['imageurl'] = undefined;
|
|
151
151
|
/**
|
|
152
|
-
* @member {
|
|
152
|
+
* @member {Number} height
|
|
153
153
|
*/
|
|
154
154
|
|
|
155
|
-
Image.prototype['
|
|
155
|
+
Image.prototype['height'] = undefined;
|
|
156
156
|
/**
|
|
157
157
|
* @member {Number} width
|
|
158
158
|
*/
|
|
159
159
|
|
|
160
160
|
Image.prototype['width'] = undefined;
|
|
161
161
|
/**
|
|
162
|
-
* @member {Number}
|
|
162
|
+
* @member {Number} containerObjectID
|
|
163
163
|
*/
|
|
164
164
|
|
|
165
|
-
Image.prototype['
|
|
165
|
+
Image.prototype['containerObjectID'] = undefined;
|
|
166
166
|
/**
|
|
167
167
|
* @member {Number} containerObjectType
|
|
168
168
|
*/
|
|
169
169
|
|
|
170
170
|
Image.prototype['containerObjectType'] = undefined;
|
|
171
171
|
/**
|
|
172
|
-
* @member {
|
|
172
|
+
* @member {String} formattedname
|
|
173
173
|
*/
|
|
174
174
|
|
|
175
|
-
Image.prototype['
|
|
175
|
+
Image.prototype['formattedname'] = undefined;
|
|
176
176
|
/**
|
|
177
|
-
* @member {String}
|
|
177
|
+
* @member {String} contenttype
|
|
178
178
|
*/
|
|
179
179
|
|
|
180
|
-
Image.prototype['
|
|
180
|
+
Image.prototype['contenttype'] = undefined;
|
|
181
181
|
/**
|
|
182
182
|
* @member {Object} data
|
|
183
183
|
*/
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineObject1 model module.
|
|
20
20
|
* @module model/InlineObject1
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject1 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineObject2 model module.
|
|
20
20
|
* @module model/InlineObject2
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject2 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineObject3 model module.
|
|
20
20
|
* @module model/InlineObject3
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject3 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineObject4 model module.
|
|
20
20
|
* @module model/InlineObject4
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject4 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineObject5 model module.
|
|
20
20
|
* @module model/InlineObject5
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject5 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The InlineResponseDefault model module.
|
|
20
20
|
* @module model/InlineResponseDefault
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var InlineResponseDefault = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
package/dist/model/Link.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The Link model module.
|
|
22
22
|
* @module model/Link
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.3
|
|
24
24
|
*/
|
|
25
25
|
var Link = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -60,22 +60,22 @@ var Link = /*#__PURE__*/function () {
|
|
|
60
60
|
obj['provider'] = _ApiClient["default"].convertToType(data['provider'], 'String');
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
if (data.hasOwnProperty('body')) {
|
|
64
|
-
obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (data.hasOwnProperty('url')) {
|
|
68
|
-
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
69
|
-
}
|
|
70
|
-
|
|
71
63
|
if (data.hasOwnProperty('description')) {
|
|
72
64
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
73
65
|
}
|
|
74
66
|
|
|
67
|
+
if (data.hasOwnProperty('body')) {
|
|
68
|
+
obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
|
|
69
|
+
}
|
|
70
|
+
|
|
75
71
|
if (data.hasOwnProperty('mainPhoto')) {
|
|
76
72
|
obj['mainPhoto'] = _Image["default"].constructFromObject(data['mainPhoto']);
|
|
77
73
|
}
|
|
78
74
|
|
|
75
|
+
if (data.hasOwnProperty('url')) {
|
|
76
|
+
obj['url'] = _ApiClient["default"].convertToType(data['url'], 'String');
|
|
77
|
+
}
|
|
78
|
+
|
|
79
79
|
if (data.hasOwnProperty('title')) {
|
|
80
80
|
obj['title'] = _ApiClient["default"].convertToType(data['title'], 'String');
|
|
81
81
|
}
|
|
@@ -102,25 +102,25 @@ var Link = /*#__PURE__*/function () {
|
|
|
102
102
|
|
|
103
103
|
Link.prototype['provider'] = undefined;
|
|
104
104
|
/**
|
|
105
|
-
* @member {String}
|
|
105
|
+
* @member {String} description
|
|
106
106
|
*/
|
|
107
107
|
|
|
108
|
-
Link.prototype['
|
|
108
|
+
Link.prototype['description'] = undefined;
|
|
109
109
|
/**
|
|
110
|
-
* @member {String}
|
|
110
|
+
* @member {String} body
|
|
111
111
|
*/
|
|
112
112
|
|
|
113
|
-
Link.prototype['
|
|
113
|
+
Link.prototype['body'] = undefined;
|
|
114
114
|
/**
|
|
115
|
-
* @member {
|
|
115
|
+
* @member {module:model/Image} mainPhoto
|
|
116
116
|
*/
|
|
117
117
|
|
|
118
|
-
Link.prototype['
|
|
118
|
+
Link.prototype['mainPhoto'] = undefined;
|
|
119
119
|
/**
|
|
120
|
-
* @member {
|
|
120
|
+
* @member {String} url
|
|
121
121
|
*/
|
|
122
122
|
|
|
123
|
-
Link.prototype['
|
|
123
|
+
Link.prototype['url'] = undefined;
|
|
124
124
|
/**
|
|
125
125
|
* @member {String} title
|
|
126
126
|
*/
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The LiveStreamInfo model module.
|
|
20
20
|
* @module model/LiveStreamInfo
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.3
|
|
22
22
|
*/
|
|
23
23
|
var LiveStreamInfo = /*#__PURE__*/function () {
|
|
24
24
|
/**
|