@gobodo/gobodo-api 0.1.2 → 0.1.4
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 +37 -37
- 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 +36 -36
- package/dist/model/DocumentPart.js +45 -45
- package/dist/model/DocumentPartType.js +21 -21
- package/dist/model/DocumentType.js +37 -37
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +42 -42
- 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 +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 +29 -29
- 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 +14 -14
- 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 +46 -46
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +11 -11
- package/dist/model/Member.js +49 -49
- 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 +36 -36
- package/dist/model/Page.js +13 -13
- package/dist/model/PageSchema.js +26 -26
- 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 +17 -17
- 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 +29 -29
- 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 +9 -9
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +49 -49
- package/dist/model/UserDataPayload.js +49 -49
- 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 +49 -49
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +39 -39
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +49 -49
- package/dist/model/ZeusPortalCategory.js +19 -19
- package/package.json +1 -1
package/dist/model/Form.js
CHANGED
|
@@ -26,7 +26,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
26
26
|
/**
|
|
27
27
|
* The Form model module.
|
|
28
28
|
* @module model/Form
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.4
|
|
30
30
|
*/
|
|
31
31
|
var Form = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -66,16 +66,16 @@ var Form = /*#__PURE__*/function () {
|
|
|
66
66
|
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('
|
|
70
|
-
obj['
|
|
69
|
+
if (data.hasOwnProperty('status')) {
|
|
70
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
if (data.hasOwnProperty('description')) {
|
|
74
74
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
if (data.hasOwnProperty('
|
|
78
|
-
obj['
|
|
77
|
+
if (data.hasOwnProperty('creator')) {
|
|
78
|
+
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
if (data.hasOwnProperty('submissions')) {
|
|
@@ -112,20 +112,20 @@ var Form = /*#__PURE__*/function () {
|
|
|
112
112
|
|
|
113
113
|
Form.prototype['name'] = undefined;
|
|
114
114
|
/**
|
|
115
|
-
* @member {module:model/
|
|
115
|
+
* @member {module:model/Form.StatusEnum} status
|
|
116
116
|
*/
|
|
117
117
|
|
|
118
|
-
Form.prototype['
|
|
118
|
+
Form.prototype['status'] = undefined;
|
|
119
119
|
/**
|
|
120
120
|
* @member {String} description
|
|
121
121
|
*/
|
|
122
122
|
|
|
123
123
|
Form.prototype['description'] = undefined;
|
|
124
124
|
/**
|
|
125
|
-
* @member {module:model/
|
|
125
|
+
* @member {module:model/User} creator
|
|
126
126
|
*/
|
|
127
127
|
|
|
128
|
-
Form.prototype['
|
|
128
|
+
Form.prototype['creator'] = undefined;
|
|
129
129
|
/**
|
|
130
130
|
* @member {module:model/FormSubmission} submissions
|
|
131
131
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The FormSection model module.
|
|
22
22
|
* @module model/FormSection
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var FormSection = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -56,14 +56,14 @@ var FormSection = /*#__PURE__*/function () {
|
|
|
56
56
|
if (data) {
|
|
57
57
|
obj = obj || new FormSection();
|
|
58
58
|
|
|
59
|
-
if (data.hasOwnProperty('formid')) {
|
|
60
|
-
obj['formid'] = _ApiClient["default"].convertToType(data['formid'], 'Number');
|
|
61
|
-
}
|
|
62
|
-
|
|
63
59
|
if (data.hasOwnProperty('parentsectionid')) {
|
|
64
60
|
obj['parentsectionid'] = _ApiClient["default"].convertToType(data['parentsectionid'], 'Number');
|
|
65
61
|
}
|
|
66
62
|
|
|
63
|
+
if (data.hasOwnProperty('formid')) {
|
|
64
|
+
obj['formid'] = _ApiClient["default"].convertToType(data['formid'], 'Number');
|
|
65
|
+
}
|
|
66
|
+
|
|
67
67
|
if (data.hasOwnProperty('name')) {
|
|
68
68
|
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
69
69
|
}
|
|
@@ -92,16 +92,16 @@ var FormSection = /*#__PURE__*/function () {
|
|
|
92
92
|
return FormSection;
|
|
93
93
|
}();
|
|
94
94
|
/**
|
|
95
|
-
* @member {Number}
|
|
95
|
+
* @member {Number} parentsectionid
|
|
96
96
|
*/
|
|
97
97
|
|
|
98
98
|
|
|
99
|
-
FormSection.prototype['
|
|
99
|
+
FormSection.prototype['parentsectionid'] = undefined;
|
|
100
100
|
/**
|
|
101
|
-
* @member {Number}
|
|
101
|
+
* @member {Number} formid
|
|
102
102
|
*/
|
|
103
103
|
|
|
104
|
-
FormSection.prototype['
|
|
104
|
+
FormSection.prototype['formid'] = undefined;
|
|
105
105
|
/**
|
|
106
106
|
* @member {String} name
|
|
107
107
|
*/
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The FormSubmission model module.
|
|
24
24
|
* @module model/FormSubmission
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.4
|
|
26
26
|
*/
|
|
27
27
|
var FormSubmission = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -58,16 +58,16 @@ var FormSubmission = /*#__PURE__*/function () {
|
|
|
58
58
|
if (data) {
|
|
59
59
|
obj = obj || new FormSubmission();
|
|
60
60
|
|
|
61
|
-
if (data.hasOwnProperty('
|
|
62
|
-
obj['
|
|
61
|
+
if (data.hasOwnProperty('status')) {
|
|
62
|
+
obj['status'] = _ApiClient["default"].convertToType(data['status'], 'String');
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
if (data.hasOwnProperty('form')) {
|
|
66
66
|
obj['form'] = _Form["default"].constructFromObject(data['form']);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('
|
|
70
|
-
obj['
|
|
69
|
+
if (data.hasOwnProperty('submitter')) {
|
|
70
|
+
obj['submitter'] = _DataObject["default"].constructFromObject(data['submitter']);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
if (data.hasOwnProperty('data')) {
|
|
@@ -86,21 +86,21 @@ var FormSubmission = /*#__PURE__*/function () {
|
|
|
86
86
|
return FormSubmission;
|
|
87
87
|
}();
|
|
88
88
|
/**
|
|
89
|
-
* @member {module:model/
|
|
89
|
+
* @member {module:model/FormSubmission.StatusEnum} status
|
|
90
90
|
*/
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
FormSubmission.prototype['
|
|
93
|
+
FormSubmission.prototype['status'] = undefined;
|
|
94
94
|
/**
|
|
95
95
|
* @member {module:model/Form} form
|
|
96
96
|
*/
|
|
97
97
|
|
|
98
98
|
FormSubmission.prototype['form'] = undefined;
|
|
99
99
|
/**
|
|
100
|
-
* @member {module:model/
|
|
100
|
+
* @member {module:model/DataObject} submitter
|
|
101
101
|
*/
|
|
102
102
|
|
|
103
|
-
FormSubmission.prototype['
|
|
103
|
+
FormSubmission.prototype['submitter'] = undefined;
|
|
104
104
|
/**
|
|
105
105
|
* @member {Object} data
|
|
106
106
|
*/
|
package/dist/model/Geocode.js
CHANGED
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The GeocodePayload model module.
|
|
24
24
|
* @module model/GeocodePayload
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.4
|
|
26
26
|
*/
|
|
27
27
|
var GeocodePayload = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The GeolocationInput model module.
|
|
22
22
|
* @module model/GeolocationInput
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var GeolocationInput = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
package/dist/model/Graph.js
CHANGED
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The Graph model module.
|
|
22
22
|
* @module model/Graph
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var Graph = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -60,18 +60,22 @@ var Graph = /*#__PURE__*/function () {
|
|
|
60
60
|
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
if (data.hasOwnProperty('
|
|
64
|
-
obj['
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
if (data.hasOwnProperty('schemas')) {
|
|
68
|
-
obj['schemas'] = _ApiClient["default"].convertToType(data['schemas'], Object);
|
|
63
|
+
if (data.hasOwnProperty('objects')) {
|
|
64
|
+
obj['objects'] = _ApiClient["default"].convertToType(data['objects'], Object);
|
|
69
65
|
}
|
|
70
66
|
|
|
71
67
|
if (data.hasOwnProperty('modificationdate')) {
|
|
72
68
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
73
69
|
}
|
|
74
70
|
|
|
71
|
+
if (data.hasOwnProperty('relationshipRepository')) {
|
|
72
|
+
obj['relationshipRepository'] = _ApiClient["default"].convertToType(data['relationshipRepository'], Object);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
if (data.hasOwnProperty('objectRepository')) {
|
|
76
|
+
obj['objectRepository'] = _ApiClient["default"].convertToType(data['objectRepository'], Object);
|
|
77
|
+
}
|
|
78
|
+
|
|
75
79
|
if (data.hasOwnProperty('objectTypes')) {
|
|
76
80
|
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
77
81
|
}
|
|
@@ -84,26 +88,22 @@ var Graph = /*#__PURE__*/function () {
|
|
|
84
88
|
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
85
89
|
}
|
|
86
90
|
|
|
87
|
-
if (data.hasOwnProperty('
|
|
88
|
-
obj['
|
|
91
|
+
if (data.hasOwnProperty('schemas')) {
|
|
92
|
+
obj['schemas'] = _ApiClient["default"].convertToType(data['schemas'], Object);
|
|
89
93
|
}
|
|
90
94
|
|
|
91
|
-
if (data.hasOwnProperty('
|
|
92
|
-
obj['
|
|
95
|
+
if (data.hasOwnProperty('detached')) {
|
|
96
|
+
obj['detached'] = _ApiClient["default"].convertToType(data['detached'], 'Boolean');
|
|
93
97
|
}
|
|
94
98
|
|
|
95
|
-
if (data.hasOwnProperty('
|
|
96
|
-
obj['
|
|
99
|
+
if (data.hasOwnProperty('owningObject')) {
|
|
100
|
+
obj['owningObject'] = _GraphOwner["default"].constructFromObject(data['owningObject']);
|
|
97
101
|
}
|
|
98
102
|
|
|
99
103
|
if (data.hasOwnProperty('activeObjects')) {
|
|
100
104
|
obj['activeObjects'] = _ApiClient["default"].convertToType(data['activeObjects'], Object);
|
|
101
105
|
}
|
|
102
106
|
|
|
103
|
-
if (data.hasOwnProperty('owningObject')) {
|
|
104
|
-
obj['owningObject'] = _GraphOwner["default"].constructFromObject(data['owningObject']);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
107
|
if (data.hasOwnProperty('schemaLocked')) {
|
|
108
108
|
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
109
109
|
}
|
|
@@ -134,21 +134,26 @@ var Graph = /*#__PURE__*/function () {
|
|
|
134
134
|
|
|
135
135
|
Graph.prototype['name'] = undefined;
|
|
136
136
|
/**
|
|
137
|
-
* @member {
|
|
138
|
-
*/
|
|
139
|
-
|
|
140
|
-
Graph.prototype['detached'] = undefined;
|
|
141
|
-
/**
|
|
142
|
-
* @member {Object} schemas
|
|
137
|
+
* @member {Object} objects
|
|
143
138
|
*/
|
|
144
139
|
|
|
145
|
-
Graph.prototype['
|
|
140
|
+
Graph.prototype['objects'] = undefined;
|
|
146
141
|
/**
|
|
147
142
|
* The modification date of this entity
|
|
148
143
|
* @member {Date} modificationdate
|
|
149
144
|
*/
|
|
150
145
|
|
|
151
146
|
Graph.prototype['modificationdate'] = undefined;
|
|
147
|
+
/**
|
|
148
|
+
* @member {Object} relationshipRepository
|
|
149
|
+
*/
|
|
150
|
+
|
|
151
|
+
Graph.prototype['relationshipRepository'] = undefined;
|
|
152
|
+
/**
|
|
153
|
+
* @member {Object} objectRepository
|
|
154
|
+
*/
|
|
155
|
+
|
|
156
|
+
Graph.prototype['objectRepository'] = undefined;
|
|
152
157
|
/**
|
|
153
158
|
* @member {Object} objectTypes
|
|
154
159
|
*/
|
|
@@ -165,30 +170,25 @@ Graph.prototype['relationshipTypes'] = undefined;
|
|
|
165
170
|
|
|
166
171
|
Graph.prototype['actionTypes'] = undefined;
|
|
167
172
|
/**
|
|
168
|
-
* @member {Object}
|
|
173
|
+
* @member {Object} schemas
|
|
169
174
|
*/
|
|
170
175
|
|
|
171
|
-
Graph.prototype['
|
|
176
|
+
Graph.prototype['schemas'] = undefined;
|
|
172
177
|
/**
|
|
173
|
-
* @member {
|
|
178
|
+
* @member {Boolean} detached
|
|
174
179
|
*/
|
|
175
180
|
|
|
176
|
-
Graph.prototype['
|
|
181
|
+
Graph.prototype['detached'] = undefined;
|
|
177
182
|
/**
|
|
178
|
-
* @member {
|
|
183
|
+
* @member {module:model/GraphOwner} owningObject
|
|
179
184
|
*/
|
|
180
185
|
|
|
181
|
-
Graph.prototype['
|
|
186
|
+
Graph.prototype['owningObject'] = undefined;
|
|
182
187
|
/**
|
|
183
188
|
* @member {Object} activeObjects
|
|
184
189
|
*/
|
|
185
190
|
|
|
186
191
|
Graph.prototype['activeObjects'] = undefined;
|
|
187
|
-
/**
|
|
188
|
-
* @member {module:model/GraphOwner} owningObject
|
|
189
|
-
*/
|
|
190
|
-
|
|
191
|
-
Graph.prototype['owningObject'] = undefined;
|
|
192
192
|
/**
|
|
193
193
|
* @member {Boolean} schemaLocked
|
|
194
194
|
*/
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphDatabaseService model module.
|
|
20
20
|
* @module model/GraphDatabaseService
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphDatabaseService = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -54,32 +54,32 @@ var GraphDatabaseService = /*#__PURE__*/function () {
|
|
|
54
54
|
if (data) {
|
|
55
55
|
obj = obj || new GraphDatabaseService();
|
|
56
56
|
|
|
57
|
-
if (data.hasOwnProperty('
|
|
58
|
-
obj['
|
|
57
|
+
if (data.hasOwnProperty('allRelationships')) {
|
|
58
|
+
obj['allRelationships'] = _ApiClient["default"].convertToType(data['allRelationships'], Object);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
if (data.hasOwnProperty('
|
|
62
|
-
obj['
|
|
61
|
+
if (data.hasOwnProperty('allNodes')) {
|
|
62
|
+
obj['allNodes'] = _ApiClient["default"].convertToType(data['allNodes'], Object);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
if (data.hasOwnProperty('
|
|
66
|
-
obj['
|
|
65
|
+
if (data.hasOwnProperty('allLabelsInUse')) {
|
|
66
|
+
obj['allLabelsInUse'] = _ApiClient["default"].convertToType(data['allLabelsInUse'], Object);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('
|
|
70
|
-
obj['
|
|
69
|
+
if (data.hasOwnProperty('allRelationshipTypesInUse')) {
|
|
70
|
+
obj['allRelationshipTypesInUse'] = _ApiClient["default"].convertToType(data['allRelationshipTypesInUse'], Object);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
if (data.hasOwnProperty('
|
|
74
|
-
obj['
|
|
73
|
+
if (data.hasOwnProperty('allLabels')) {
|
|
74
|
+
obj['allLabels'] = _ApiClient["default"].convertToType(data['allLabels'], Object);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
if (data.hasOwnProperty('
|
|
78
|
-
obj['
|
|
77
|
+
if (data.hasOwnProperty('allRelationshipTypes')) {
|
|
78
|
+
obj['allRelationshipTypes'] = _ApiClient["default"].convertToType(data['allRelationshipTypes'], Object);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
|
-
if (data.hasOwnProperty('
|
|
82
|
-
obj['
|
|
81
|
+
if (data.hasOwnProperty('allPropertyKeys')) {
|
|
82
|
+
obj['allPropertyKeys'] = _ApiClient["default"].convertToType(data['allPropertyKeys'], Object);
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -90,40 +90,40 @@ var GraphDatabaseService = /*#__PURE__*/function () {
|
|
|
90
90
|
return GraphDatabaseService;
|
|
91
91
|
}();
|
|
92
92
|
/**
|
|
93
|
-
* @member {Object}
|
|
93
|
+
* @member {Object} allRelationships
|
|
94
94
|
*/
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
GraphDatabaseService.prototype['
|
|
97
|
+
GraphDatabaseService.prototype['allRelationships'] = undefined;
|
|
98
98
|
/**
|
|
99
|
-
* @member {Object}
|
|
99
|
+
* @member {Object} allNodes
|
|
100
100
|
*/
|
|
101
101
|
|
|
102
|
-
GraphDatabaseService.prototype['
|
|
102
|
+
GraphDatabaseService.prototype['allNodes'] = undefined;
|
|
103
103
|
/**
|
|
104
|
-
* @member {Object}
|
|
104
|
+
* @member {Object} allLabelsInUse
|
|
105
105
|
*/
|
|
106
106
|
|
|
107
|
-
GraphDatabaseService.prototype['
|
|
107
|
+
GraphDatabaseService.prototype['allLabelsInUse'] = undefined;
|
|
108
108
|
/**
|
|
109
|
-
* @member {Object}
|
|
109
|
+
* @member {Object} allRelationshipTypesInUse
|
|
110
110
|
*/
|
|
111
111
|
|
|
112
|
-
GraphDatabaseService.prototype['
|
|
112
|
+
GraphDatabaseService.prototype['allRelationshipTypesInUse'] = undefined;
|
|
113
113
|
/**
|
|
114
|
-
* @member {Object}
|
|
114
|
+
* @member {Object} allLabels
|
|
115
115
|
*/
|
|
116
116
|
|
|
117
|
-
GraphDatabaseService.prototype['
|
|
117
|
+
GraphDatabaseService.prototype['allLabels'] = undefined;
|
|
118
118
|
/**
|
|
119
|
-
* @member {Object}
|
|
119
|
+
* @member {Object} allRelationshipTypes
|
|
120
120
|
*/
|
|
121
121
|
|
|
122
|
-
GraphDatabaseService.prototype['
|
|
122
|
+
GraphDatabaseService.prototype['allRelationshipTypes'] = undefined;
|
|
123
123
|
/**
|
|
124
|
-
* @member {Object}
|
|
124
|
+
* @member {Object} allPropertyKeys
|
|
125
125
|
*/
|
|
126
126
|
|
|
127
|
-
GraphDatabaseService.prototype['
|
|
127
|
+
GraphDatabaseService.prototype['allPropertyKeys'] = undefined;
|
|
128
128
|
var _default = GraphDatabaseService;
|
|
129
129
|
exports["default"] = _default;
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The GraphIteratorEntryPart model module.
|
|
22
22
|
* @module model/GraphIteratorEntryPart
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var GraphIteratorEntryPart = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphIteratorEntryPartStackTrace model module.
|
|
20
20
|
* @module model/GraphIteratorEntryPartStackTrace
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.4
|
|
22
22
|
*/
|
|
23
23
|
var GraphIteratorEntryPartStackTrace = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The GraphObject model module.
|
|
22
22
|
* @module model/GraphObject
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var GraphObject = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -68,28 +68,28 @@ var GraphObject = /*#__PURE__*/function () {
|
|
|
68
68
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
if (data.hasOwnProperty('
|
|
72
|
-
obj['
|
|
71
|
+
if (data.hasOwnProperty('tags')) {
|
|
72
|
+
obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
if (data.hasOwnProperty('
|
|
76
|
-
obj['
|
|
75
|
+
if (data.hasOwnProperty('graphs')) {
|
|
76
|
+
obj['graphs'] = _ApiClient["default"].convertToType(data['graphs'], 'String');
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
if (data.hasOwnProperty('relationships')) {
|
|
80
80
|
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
if (data.hasOwnProperty('
|
|
84
|
-
obj['
|
|
83
|
+
if (data.hasOwnProperty('creationdate')) {
|
|
84
|
+
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
if (data.hasOwnProperty('
|
|
88
|
-
obj['
|
|
87
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
88
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
if (data.hasOwnProperty('
|
|
92
|
-
obj['
|
|
91
|
+
if (data.hasOwnProperty('searchable')) {
|
|
92
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
if (data.hasOwnProperty('key')) {
|
|
@@ -134,17 +134,16 @@ GraphObject.prototype['objecttype'] = undefined;
|
|
|
134
134
|
|
|
135
135
|
GraphObject.prototype['label'] = undefined;
|
|
136
136
|
/**
|
|
137
|
-
*
|
|
138
|
-
* @member {Date} creationdate
|
|
137
|
+
* @member {Object} tags
|
|
139
138
|
*/
|
|
140
139
|
|
|
141
|
-
GraphObject.prototype['
|
|
140
|
+
GraphObject.prototype['tags'] = undefined;
|
|
142
141
|
/**
|
|
143
|
-
*
|
|
144
|
-
* @member {
|
|
142
|
+
* Graphs this object is apart of
|
|
143
|
+
* @member {String} graphs
|
|
145
144
|
*/
|
|
146
145
|
|
|
147
|
-
GraphObject.prototype['
|
|
146
|
+
GraphObject.prototype['graphs'] = undefined;
|
|
148
147
|
/**
|
|
149
148
|
* Relationships on this object
|
|
150
149
|
* @member {String} relationships
|
|
@@ -152,21 +151,22 @@ GraphObject.prototype['modificationdate'] = undefined;
|
|
|
152
151
|
|
|
153
152
|
GraphObject.prototype['relationships'] = undefined;
|
|
154
153
|
/**
|
|
155
|
-
*
|
|
154
|
+
* Creation Date
|
|
155
|
+
* @member {Date} creationdate
|
|
156
156
|
*/
|
|
157
157
|
|
|
158
|
-
GraphObject.prototype['
|
|
158
|
+
GraphObject.prototype['creationdate'] = undefined;
|
|
159
159
|
/**
|
|
160
|
-
*
|
|
160
|
+
* Modification Date
|
|
161
|
+
* @member {Date} modificationdate
|
|
161
162
|
*/
|
|
162
163
|
|
|
163
|
-
GraphObject.prototype['
|
|
164
|
+
GraphObject.prototype['modificationdate'] = undefined;
|
|
164
165
|
/**
|
|
165
|
-
*
|
|
166
|
-
* @member {String} graphs
|
|
166
|
+
* @member {Boolean} searchable
|
|
167
167
|
*/
|
|
168
168
|
|
|
169
|
-
GraphObject.prototype['
|
|
169
|
+
GraphObject.prototype['searchable'] = undefined;
|
|
170
170
|
/**
|
|
171
171
|
* @member {String} key
|
|
172
172
|
*/
|
|
@@ -20,7 +20,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
20
20
|
/**
|
|
21
21
|
* The GraphObjectPayload model module.
|
|
22
22
|
* @module model/GraphObjectPayload
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.4
|
|
24
24
|
*/
|
|
25
25
|
var GraphObjectPayload = /*#__PURE__*/function () {
|
|
26
26
|
/**
|