@gobodo/gobodo-api 0.1.3 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -9
- package/dist/ApiClient.js +2 -2
- package/dist/api/ActionTypesApi.js +1 -1
- package/dist/api/AdCampaignsApi.js +1 -1
- package/dist/api/AdManagementApi.js +1 -1
- package/dist/api/AdminDataManagementApi.js +1 -1
- package/dist/api/AdsApi.js +1 -1
- package/dist/api/AttachmentsApi.js +1 -1
- package/dist/api/AuthenticationApi.js +1 -1
- package/dist/api/CategoriesApi.js +1 -1
- package/dist/api/CommentsApi.js +1 -1
- package/dist/api/ContentManagementApi.js +1 -1
- package/dist/api/ConversationsApi.js +1 -1
- package/dist/api/DataSheetImportsApi.js +1 -1
- package/dist/api/DefaultApi.js +1 -1
- package/dist/api/DocumentsApi.js +1 -1
- package/dist/api/EntryPartsApi.js +1 -1
- package/dist/api/FacebookApi.js +1 -1
- package/dist/api/FieldsApi.js +1 -1
- package/dist/api/FilesApi.js +1 -1
- package/dist/api/FormsApi.js +1 -1
- package/dist/api/FunctionsApi.js +1 -1
- package/dist/api/GeocodeApi.js +1 -1
- package/dist/api/GoogleApi.js +1 -1
- package/dist/api/GraphActionsApi.js +1 -1
- package/dist/api/GraphObjectTypesApi.js +1 -1
- package/dist/api/GraphObjectsApi.js +97 -9
- package/dist/api/GraphRelationshipTypesApi.js +1 -1
- package/dist/api/GraphRelationshipsApi.js +1 -1
- package/dist/api/GraphSchemasApi.js +1 -1
- package/dist/api/GraphTraversalApi.js +1 -1
- package/dist/api/GraphsApi.js +3 -3
- package/dist/api/GroupsApi.js +1 -1
- package/dist/api/IAMApi.js +1 -1
- package/dist/api/ImagesApi.js +1 -1
- package/dist/api/InvitesApi.js +1 -1
- package/dist/api/LikesApi.js +1 -1
- package/dist/api/LinkedINApi.js +1 -1
- package/dist/api/LiveMeetingsApi.js +7 -7
- package/dist/api/MeetingEventsApi.js +1 -1
- package/dist/api/PagesApi.js +1 -1
- package/dist/api/PostsApi.js +1 -1
- package/dist/api/PrivateMessagesApi.js +1 -1
- package/dist/api/PublicationsApi.js +1 -1
- package/dist/api/ScreensApi.js +1 -1
- package/dist/api/SocialIntegrationApi.js +1 -1
- package/dist/api/StripeAccountsApi.js +1 -1
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +1 -1
- package/dist/api/ThemeMappingsApi.js +1 -1
- package/dist/api/TransactionsApi.js +1 -1
- package/dist/api/TwitterApi.js +1 -1
- package/dist/api/UserTagsApi.js +1 -1
- package/dist/api/UsersApi.js +1 -1
- package/dist/api/UtilsApi.js +1 -1
- package/dist/api/VideosApi.js +1 -1
- package/dist/model/APIClient.js +9 -9
- package/dist/model/Article.js +24 -24
- package/dist/model/Authorization.js +1 -1
- package/dist/model/Comment.js +9 -9
- package/dist/model/Coordinates.js +1 -1
- package/dist/model/CreateAccountResponse.js +1 -1
- package/dist/model/CreateCustomerResponse.js +1 -1
- package/dist/model/CreateStripeAccountInput.js +1 -1
- package/dist/model/CreateStripeCustomerInput.js +1 -1
- package/dist/model/DataObject.js +1 -1
- package/dist/model/DataSheetImport.js +37 -37
- package/dist/model/DataSheetImportPrivacySettings.js +1 -1
- package/dist/model/DataSheetImportSummary.js +1 -1
- package/dist/model/Document.js +23 -23
- package/dist/model/DocumentPart.js +18 -18
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +9 -9
- package/dist/model/FieldMapping.js +1 -1
- package/dist/model/Fields.js +31 -31
- package/dist/model/File.js +10 -10
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterManager.js +1 -1
- package/dist/model/Form.js +9 -9
- package/dist/model/FormSection.js +1 -1
- package/dist/model/FormSubmission.js +1 -1
- package/dist/model/Geocode.js +1 -1
- package/dist/model/GeocodePayload.js +1 -1
- package/dist/model/GeolocationInput.js +1 -1
- package/dist/model/Graph.js +13 -13
- package/dist/model/GraphAction.js +1 -1
- package/dist/model/GraphDatabaseService.js +10 -10
- package/dist/model/GraphGeocode.js +1 -1
- package/dist/model/GraphIteratorEntryPart.js +1 -1
- package/dist/model/GraphIteratorEntryPartStackTrace.js +1 -1
- package/dist/model/GraphObject.js +1 -1
- package/dist/model/GraphObjectPayload.js +10 -1
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +10 -10
- package/dist/model/GraphObjectTypeSchema.js +10 -10
- package/dist/model/GraphOwner.js +1 -1
- package/dist/model/GraphRelation.js +1 -1
- package/dist/model/GraphRelationObjectObject.js +1 -1
- package/dist/model/GraphRelationship.js +1 -1
- package/dist/model/GraphRelationshipPayload.js +1 -1
- package/dist/model/GraphRelationshipType.js +1 -1
- package/dist/model/GraphSchema.js +28 -28
- package/dist/model/GraphTraversalInput.js +1 -1
- package/dist/model/Image.js +26 -26
- package/dist/model/InlineObject.js +1 -1
- package/dist/model/InlineObject1.js +1 -1
- package/dist/model/InlineObject2.js +1 -1
- package/dist/model/InlineObject3.js +1 -1
- package/dist/model/InlineObject4.js +1 -1
- package/dist/model/InlineObject5.js +1 -1
- package/dist/model/InlineResponseDefault.js +1 -1
- package/dist/model/Link.js +17 -17
- package/dist/model/LiveStreamInfo.js +1 -1
- package/dist/model/MeetingEvent.js +10 -10
- package/dist/model/MeetingEventTimezone.js +1 -1
- package/dist/model/MeetingInfo.js +1 -1
- package/dist/model/Member.js +22 -22
- package/dist/model/MemberGroupCategory.js +1 -1
- package/dist/model/MemberList.js +1 -1
- package/dist/model/MessageGroup.js +1 -1
- package/dist/model/Objecttype.js +10 -10
- package/dist/model/Page.js +1 -1
- package/dist/model/PageSchema.js +18 -18
- package/dist/model/Pageable.js +1 -1
- package/dist/model/Path.js +1 -1
- package/dist/model/PaymentIntentInput.js +1 -1
- package/dist/model/PaymentIntentResponse.js +1 -1
- package/dist/model/PaymentMethod.js +1 -1
- package/dist/model/Post.js +1 -1
- package/dist/model/PrivateMessage.js +9 -9
- package/dist/model/PrivateMessageConversation.js +1 -1
- package/dist/model/PrivateMessageConversationSchema.js +1 -1
- package/dist/model/Profile.js +1 -1
- package/dist/model/Profiletype.js +1 -1
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/RelationshipMapping.js +1 -1
- package/dist/model/ScreenSchema.js +1 -1
- package/dist/model/SimulcastInfo.js +1 -1
- package/dist/model/SkinField.js +31 -31
- package/dist/model/SocialGroup.js +9 -9
- package/dist/model/SocialGroupType.js +9 -9
- package/dist/model/Sort.js +1 -1
- package/dist/model/StatusUpdate.js +1 -1
- package/dist/model/StreetAddress.js +1 -1
- package/dist/model/StripeAccount.js +1 -1
- package/dist/model/StripeCustomerAccount.js +1 -1
- package/dist/model/Template.js +1 -1
- package/dist/model/TemplateSchema.js +1 -1
- package/dist/model/ThemeMapping.js +9 -9
- package/dist/model/ThemeMappingPayload.js +1 -1
- package/dist/model/Transaction.js +1 -1
- package/dist/model/User.js +22 -22
- package/dist/model/UserDataPayload.js +22 -22
- package/dist/model/UserDomain.js +1 -1
- package/dist/model/UserInvite.js +1 -1
- package/dist/model/UserInviteInput.js +1 -1
- package/dist/model/UserSchema.js +22 -22
- package/dist/model/UserTag.js +1 -1
- package/dist/model/Video.js +23 -23
- package/dist/model/VideoLiveUrl.js +1 -1
- package/dist/model/VideoSchema.js +23 -23
- package/dist/model/ZeusPortalCategory.js +1 -1
- package/package.json +1 -1
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.5
|
|
24
24
|
*/
|
|
25
25
|
var Graph = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -92,20 +92,20 @@ var Graph = /*#__PURE__*/function () {
|
|
|
92
92
|
obj['schemas'] = _ApiClient["default"].convertToType(data['schemas'], Object);
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
if (data.hasOwnProperty('
|
|
96
|
-
obj['
|
|
95
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
96
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
if (data.hasOwnProperty('owningObject')) {
|
|
100
100
|
obj['owningObject'] = _GraphOwner["default"].constructFromObject(data['owningObject']);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
-
if (data.hasOwnProperty('
|
|
104
|
-
obj['
|
|
103
|
+
if (data.hasOwnProperty('detached')) {
|
|
104
|
+
obj['detached'] = _ApiClient["default"].convertToType(data['detached'], 'Boolean');
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
if (data.hasOwnProperty('
|
|
108
|
-
obj['
|
|
107
|
+
if (data.hasOwnProperty('activeObjects')) {
|
|
108
|
+
obj['activeObjects'] = _ApiClient["default"].convertToType(data['activeObjects'], Object);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
if (data.hasOwnProperty('key')) {
|
|
@@ -175,25 +175,25 @@ Graph.prototype['actionTypes'] = undefined;
|
|
|
175
175
|
|
|
176
176
|
Graph.prototype['schemas'] = undefined;
|
|
177
177
|
/**
|
|
178
|
-
* @member {Boolean}
|
|
178
|
+
* @member {Boolean} schemaLocked
|
|
179
179
|
*/
|
|
180
180
|
|
|
181
|
-
Graph.prototype['
|
|
181
|
+
Graph.prototype['schemaLocked'] = undefined;
|
|
182
182
|
/**
|
|
183
183
|
* @member {module:model/GraphOwner} owningObject
|
|
184
184
|
*/
|
|
185
185
|
|
|
186
186
|
Graph.prototype['owningObject'] = undefined;
|
|
187
187
|
/**
|
|
188
|
-
* @member {
|
|
188
|
+
* @member {Boolean} detached
|
|
189
189
|
*/
|
|
190
190
|
|
|
191
|
-
Graph.prototype['
|
|
191
|
+
Graph.prototype['detached'] = undefined;
|
|
192
192
|
/**
|
|
193
|
-
* @member {
|
|
193
|
+
* @member {Object} activeObjects
|
|
194
194
|
*/
|
|
195
195
|
|
|
196
|
-
Graph.prototype['
|
|
196
|
+
Graph.prototype['activeObjects'] = undefined;
|
|
197
197
|
/**
|
|
198
198
|
* @member {String} key
|
|
199
199
|
*/
|
|
@@ -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.5
|
|
22
22
|
*/
|
|
23
23
|
var GraphDatabaseService = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -58,6 +58,10 @@ var GraphDatabaseService = /*#__PURE__*/function () {
|
|
|
58
58
|
obj['allRelationships'] = _ApiClient["default"].convertToType(data['allRelationships'], Object);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
if (data.hasOwnProperty('allNodes')) {
|
|
62
|
+
obj['allNodes'] = _ApiClient["default"].convertToType(data['allNodes'], Object);
|
|
63
|
+
}
|
|
64
|
+
|
|
61
65
|
if (data.hasOwnProperty('allLabelsInUse')) {
|
|
62
66
|
obj['allLabelsInUse'] = _ApiClient["default"].convertToType(data['allLabelsInUse'], Object);
|
|
63
67
|
}
|
|
@@ -77,10 +81,6 @@ var GraphDatabaseService = /*#__PURE__*/function () {
|
|
|
77
81
|
if (data.hasOwnProperty('allPropertyKeys')) {
|
|
78
82
|
obj['allPropertyKeys'] = _ApiClient["default"].convertToType(data['allPropertyKeys'], Object);
|
|
79
83
|
}
|
|
80
|
-
|
|
81
|
-
if (data.hasOwnProperty('allNodes')) {
|
|
82
|
-
obj['allNodes'] = _ApiClient["default"].convertToType(data['allNodes'], Object);
|
|
83
|
-
}
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
return obj;
|
|
@@ -95,6 +95,11 @@ var GraphDatabaseService = /*#__PURE__*/function () {
|
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
GraphDatabaseService.prototype['allRelationships'] = undefined;
|
|
98
|
+
/**
|
|
99
|
+
* @member {Object} allNodes
|
|
100
|
+
*/
|
|
101
|
+
|
|
102
|
+
GraphDatabaseService.prototype['allNodes'] = undefined;
|
|
98
103
|
/**
|
|
99
104
|
* @member {Object} allLabelsInUse
|
|
100
105
|
*/
|
|
@@ -120,10 +125,5 @@ GraphDatabaseService.prototype['allRelationshipTypes'] = undefined;
|
|
|
120
125
|
*/
|
|
121
126
|
|
|
122
127
|
GraphDatabaseService.prototype['allPropertyKeys'] = undefined;
|
|
123
|
-
/**
|
|
124
|
-
* @member {Object} allNodes
|
|
125
|
-
*/
|
|
126
|
-
|
|
127
|
-
GraphDatabaseService.prototype['allNodes'] = 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.5
|
|
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.5
|
|
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 GraphObjectPayload model module.
|
|
22
22
|
* @module model/GraphObjectPayload
|
|
23
|
-
* @version 0.1.
|
|
23
|
+
* @version 0.1.5
|
|
24
24
|
*/
|
|
25
25
|
var GraphObjectPayload = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
|
@@ -60,6 +60,10 @@ var GraphObjectPayload = /*#__PURE__*/function () {
|
|
|
60
60
|
obj['typeid'] = _ApiClient["default"].convertToType(data['typeid'], 'Number');
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
+
if (data.hasOwnProperty('typeKey')) {
|
|
64
|
+
obj['typeKey'] = _ApiClient["default"].convertToType(data['typeKey'], 'String');
|
|
65
|
+
}
|
|
66
|
+
|
|
63
67
|
if (data.hasOwnProperty('isprivate')) {
|
|
64
68
|
obj['isprivate'] = _ApiClient["default"].convertToType(data['isprivate'], 'Boolean');
|
|
65
69
|
}
|
|
@@ -107,6 +111,11 @@ var GraphObjectPayload = /*#__PURE__*/function () {
|
|
|
107
111
|
|
|
108
112
|
|
|
109
113
|
GraphObjectPayload.prototype['typeid'] = undefined;
|
|
114
|
+
/**
|
|
115
|
+
* @member {String} typeKey
|
|
116
|
+
*/
|
|
117
|
+
|
|
118
|
+
GraphObjectPayload.prototype['typeKey'] = undefined;
|
|
110
119
|
/**
|
|
111
120
|
* @member {Boolean} isprivate
|
|
112
121
|
*/
|
|
@@ -22,7 +22,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
22
22
|
/**
|
|
23
23
|
* The GraphObjectSchema model module.
|
|
24
24
|
* @module model/GraphObjectSchema
|
|
25
|
-
* @version 0.1.
|
|
25
|
+
* @version 0.1.5
|
|
26
26
|
*/
|
|
27
27
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -66,14 +66,14 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
66
66
|
obj['mainphoto'] = _Image["default"].constructFromObject(data['mainphoto']);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('objecttypekey')) {
|
|
70
|
-
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
71
|
-
}
|
|
72
|
-
|
|
73
69
|
if (data.hasOwnProperty('creatorpageid')) {
|
|
74
70
|
obj['creatorpageid'] = _ApiClient["default"].convertToType(data['creatorpageid'], 'Number');
|
|
75
71
|
}
|
|
76
72
|
|
|
73
|
+
if (data.hasOwnProperty('objecttypekey')) {
|
|
74
|
+
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
75
|
+
}
|
|
76
|
+
|
|
77
77
|
if (data.hasOwnProperty('actions_performed')) {
|
|
78
78
|
obj['actions_performed'] = _ApiClient["default"].convertToType(data['actions_performed'], 'String');
|
|
79
79
|
}
|
|
@@ -140,18 +140,18 @@ GraphObjectSchema.prototype['objecttype'] = undefined;
|
|
|
140
140
|
*/
|
|
141
141
|
|
|
142
142
|
GraphObjectSchema.prototype['mainphoto'] = undefined;
|
|
143
|
-
/**
|
|
144
|
-
* The Object Type of this Object
|
|
145
|
-
* @member {String} objecttypekey
|
|
146
|
-
*/
|
|
147
|
-
|
|
148
|
-
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
149
143
|
/**
|
|
150
144
|
* The creator of this Object
|
|
151
145
|
* @member {Number} creatorpageid
|
|
152
146
|
*/
|
|
153
147
|
|
|
154
148
|
GraphObjectSchema.prototype['creatorpageid'] = undefined;
|
|
149
|
+
/**
|
|
150
|
+
* The Object Type of this Object
|
|
151
|
+
* @member {String} objecttypekey
|
|
152
|
+
*/
|
|
153
|
+
|
|
154
|
+
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
155
155
|
/**
|
|
156
156
|
* Actions performed on this object
|
|
157
157
|
* @member {String} actions_performed
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The GraphObjectType model module.
|
|
26
26
|
* @module model/GraphObjectType
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.5
|
|
28
28
|
*/
|
|
29
29
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -84,6 +84,10 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
84
84
|
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
+
if (data.hasOwnProperty('workflows')) {
|
|
88
|
+
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
89
|
+
}
|
|
90
|
+
|
|
87
91
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
88
92
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
89
93
|
}
|
|
@@ -92,10 +96,6 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
92
96
|
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
93
97
|
}
|
|
94
98
|
|
|
95
|
-
if (data.hasOwnProperty('workflows')) {
|
|
96
|
-
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
99
|
if (data.hasOwnProperty('description')) {
|
|
100
100
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
101
101
|
}
|
|
@@ -178,6 +178,11 @@ GraphObjectType.prototype['hiddenFromCreationScreen'] = undefined;
|
|
|
178
178
|
*/
|
|
179
179
|
|
|
180
180
|
GraphObjectType.prototype['searchable'] = undefined;
|
|
181
|
+
/**
|
|
182
|
+
* @member {Object} workflows
|
|
183
|
+
*/
|
|
184
|
+
|
|
185
|
+
GraphObjectType.prototype['workflows'] = undefined;
|
|
181
186
|
/**
|
|
182
187
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
183
188
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -189,11 +194,6 @@ GraphObjectType.prototype['creatorrequiredtobepage'] = undefined;
|
|
|
189
194
|
*/
|
|
190
195
|
|
|
191
196
|
GraphObjectType.prototype['definitions'] = undefined;
|
|
192
|
-
/**
|
|
193
|
-
* @member {Object} workflows
|
|
194
|
-
*/
|
|
195
|
-
|
|
196
|
-
GraphObjectType.prototype['workflows'] = undefined;
|
|
197
197
|
/**
|
|
198
198
|
* @member {String} description
|
|
199
199
|
*/
|
|
@@ -24,7 +24,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
24
24
|
/**
|
|
25
25
|
* The GraphObjectTypeSchema model module.
|
|
26
26
|
* @module model/GraphObjectTypeSchema
|
|
27
|
-
* @version 0.1.
|
|
27
|
+
* @version 0.1.5
|
|
28
28
|
*/
|
|
29
29
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -80,6 +80,10 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
80
80
|
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
+
if (data.hasOwnProperty('workflows')) {
|
|
84
|
+
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
85
|
+
}
|
|
86
|
+
|
|
83
87
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
88
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
89
|
}
|
|
@@ -88,10 +92,6 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
88
92
|
obj['definitions'] = _ApiClient["default"].convertToType(data['definitions'], Object);
|
|
89
93
|
}
|
|
90
94
|
|
|
91
|
-
if (data.hasOwnProperty('workflows')) {
|
|
92
|
-
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
95
|
if (data.hasOwnProperty('description')) {
|
|
96
96
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
97
97
|
}
|
|
@@ -173,6 +173,11 @@ GraphObjectTypeSchema.prototype['hiddenFromCreationScreen'] = undefined;
|
|
|
173
173
|
*/
|
|
174
174
|
|
|
175
175
|
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
176
|
+
/**
|
|
177
|
+
* @member {Object} workflows
|
|
178
|
+
*/
|
|
179
|
+
|
|
180
|
+
GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
176
181
|
/**
|
|
177
182
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
178
183
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -184,11 +189,6 @@ GraphObjectTypeSchema.prototype['creatorrequiredtobepage'] = undefined;
|
|
|
184
189
|
*/
|
|
185
190
|
|
|
186
191
|
GraphObjectTypeSchema.prototype['definitions'] = undefined;
|
|
187
|
-
/**
|
|
188
|
-
* @member {Object} workflows
|
|
189
|
-
*/
|
|
190
|
-
|
|
191
|
-
GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
192
192
|
/**
|
|
193
193
|
* @member {String} description
|
|
194
194
|
*/
|
package/dist/model/GraphOwner.js
CHANGED
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelation model module.
|
|
20
20
|
* @module model/GraphRelation
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelation = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationObjectObject model module.
|
|
20
20
|
* @module model/GraphRelationObjectObject
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationObjectObject = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationship model module.
|
|
20
20
|
* @module model/GraphRelationship
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -18,7 +18,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
|
|
|
18
18
|
/**
|
|
19
19
|
* The GraphRelationshipPayload model module.
|
|
20
20
|
* @module model/GraphRelationshipPayload
|
|
21
|
-
* @version 0.1.
|
|
21
|
+
* @version 0.1.5
|
|
22
22
|
*/
|
|
23
23
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -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.5
|
|
26
26
|
*/
|
|
27
27
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
28
28
|
/**
|
|
@@ -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.5
|
|
28
28
|
*/
|
|
29
29
|
var GraphSchema = /*#__PURE__*/function () {
|
|
30
30
|
/**
|
|
@@ -100,6 +100,18 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
100
100
|
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
104
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
if (data.hasOwnProperty('schemaCreator')) {
|
|
108
|
+
obj['schemaCreator'] = _Member["default"].constructFromObject(data['schemaCreator']);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if (data.hasOwnProperty('workflows')) {
|
|
112
|
+
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
113
|
+
}
|
|
114
|
+
|
|
103
115
|
if (data.hasOwnProperty('pastVersions')) {
|
|
104
116
|
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
105
117
|
}
|
|
@@ -120,18 +132,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
120
132
|
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
121
133
|
}
|
|
122
134
|
|
|
123
|
-
if (data.hasOwnProperty('schemaLocked')) {
|
|
124
|
-
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
if (data.hasOwnProperty('schemaCreator')) {
|
|
128
|
-
obj['schemaCreator'] = _Member["default"].constructFromObject(data['schemaCreator']);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
if (data.hasOwnProperty('workflows')) {
|
|
132
|
-
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
135
|
if (data.hasOwnProperty('modificationdate')) {
|
|
136
136
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
137
137
|
}
|
|
@@ -202,6 +202,21 @@ GraphSchema.prototype['template'] = undefined;
|
|
|
202
202
|
*/
|
|
203
203
|
|
|
204
204
|
GraphSchema.prototype['administrators'] = undefined;
|
|
205
|
+
/**
|
|
206
|
+
* @member {Boolean} schemaLocked
|
|
207
|
+
*/
|
|
208
|
+
|
|
209
|
+
GraphSchema.prototype['schemaLocked'] = undefined;
|
|
210
|
+
/**
|
|
211
|
+
* @member {module:model/Member} schemaCreator
|
|
212
|
+
*/
|
|
213
|
+
|
|
214
|
+
GraphSchema.prototype['schemaCreator'] = undefined;
|
|
215
|
+
/**
|
|
216
|
+
* @member {Object} workflows
|
|
217
|
+
*/
|
|
218
|
+
|
|
219
|
+
GraphSchema.prototype['workflows'] = undefined;
|
|
205
220
|
/**
|
|
206
221
|
* @member {Object} pastVersions
|
|
207
222
|
*/
|
|
@@ -227,21 +242,6 @@ GraphSchema.prototype['schemaConfig'] = undefined;
|
|
|
227
242
|
*/
|
|
228
243
|
|
|
229
244
|
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
230
|
-
/**
|
|
231
|
-
* @member {Boolean} schemaLocked
|
|
232
|
-
*/
|
|
233
|
-
|
|
234
|
-
GraphSchema.prototype['schemaLocked'] = undefined;
|
|
235
|
-
/**
|
|
236
|
-
* @member {module:model/Member} schemaCreator
|
|
237
|
-
*/
|
|
238
|
-
|
|
239
|
-
GraphSchema.prototype['schemaCreator'] = undefined;
|
|
240
|
-
/**
|
|
241
|
-
* @member {Object} workflows
|
|
242
|
-
*/
|
|
243
|
-
|
|
244
|
-
GraphSchema.prototype['workflows'] = undefined;
|
|
245
245
|
/**
|
|
246
246
|
* The modification date of this entity
|
|
247
247
|
* @member {Date} modificationdate
|
|
@@ -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.5
|
|
24
24
|
*/
|
|
25
25
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
26
26
|
/**
|
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.5
|
|
22
22
|
*/
|
|
23
23
|
var Image = /*#__PURE__*/function () {
|
|
24
24
|
/**
|
|
@@ -66,16 +66,12 @@ var Image = /*#__PURE__*/function () {
|
|
|
66
66
|
obj['content'] = _ApiClient["default"].convertToType(data['content'], Object);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
if (data.hasOwnProperty('
|
|
70
|
-
obj['
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
if (data.hasOwnProperty('creator')) {
|
|
74
|
-
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
69
|
+
if (data.hasOwnProperty('contenttype')) {
|
|
70
|
+
obj['contenttype'] = _ApiClient["default"].convertToType(data['contenttype'], 'String');
|
|
75
71
|
}
|
|
76
72
|
|
|
77
|
-
if (data.hasOwnProperty('
|
|
78
|
-
obj['
|
|
73
|
+
if (data.hasOwnProperty('description')) {
|
|
74
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
79
75
|
}
|
|
80
76
|
|
|
81
77
|
if (data.hasOwnProperty('height')) {
|
|
@@ -86,6 +82,14 @@ var Image = /*#__PURE__*/function () {
|
|
|
86
82
|
obj['width'] = _ApiClient["default"].convertToType(data['width'], 'Number');
|
|
87
83
|
}
|
|
88
84
|
|
|
85
|
+
if (data.hasOwnProperty('creator')) {
|
|
86
|
+
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
if (data.hasOwnProperty('imageurl')) {
|
|
90
|
+
obj['imageurl'] = _ApiClient["default"].convertToType(data['imageurl'], 'String');
|
|
91
|
+
}
|
|
92
|
+
|
|
89
93
|
if (data.hasOwnProperty('containerObjectID')) {
|
|
90
94
|
obj['containerObjectID'] = _ApiClient["default"].convertToType(data['containerObjectID'], 'Number');
|
|
91
95
|
}
|
|
@@ -98,10 +102,6 @@ var Image = /*#__PURE__*/function () {
|
|
|
98
102
|
obj['formattedname'] = _ApiClient["default"].convertToType(data['formattedname'], 'String');
|
|
99
103
|
}
|
|
100
104
|
|
|
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
|
}
|
|
@@ -133,31 +133,36 @@ Image.prototype['size'] = undefined;
|
|
|
133
133
|
*/
|
|
134
134
|
|
|
135
135
|
Image.prototype['content'] = undefined;
|
|
136
|
+
/**
|
|
137
|
+
* @member {String} contenttype
|
|
138
|
+
*/
|
|
139
|
+
|
|
140
|
+
Image.prototype['contenttype'] = undefined;
|
|
136
141
|
/**
|
|
137
142
|
* @member {String} description
|
|
138
143
|
*/
|
|
139
144
|
|
|
140
145
|
Image.prototype['description'] = undefined;
|
|
141
146
|
/**
|
|
142
|
-
* @member {Number}
|
|
147
|
+
* @member {Number} height
|
|
143
148
|
*/
|
|
144
149
|
|
|
145
|
-
Image.prototype['
|
|
150
|
+
Image.prototype['height'] = undefined;
|
|
146
151
|
/**
|
|
147
|
-
* @member {
|
|
152
|
+
* @member {Number} width
|
|
148
153
|
*/
|
|
149
154
|
|
|
150
|
-
Image.prototype['
|
|
155
|
+
Image.prototype['width'] = undefined;
|
|
151
156
|
/**
|
|
152
|
-
* @member {Number}
|
|
157
|
+
* @member {Number} creator
|
|
153
158
|
*/
|
|
154
159
|
|
|
155
|
-
Image.prototype['
|
|
160
|
+
Image.prototype['creator'] = undefined;
|
|
156
161
|
/**
|
|
157
|
-
* @member {
|
|
162
|
+
* @member {String} imageurl
|
|
158
163
|
*/
|
|
159
164
|
|
|
160
|
-
Image.prototype['
|
|
165
|
+
Image.prototype['imageurl'] = undefined;
|
|
161
166
|
/**
|
|
162
167
|
* @member {Number} containerObjectID
|
|
163
168
|
*/
|
|
@@ -173,11 +178,6 @@ Image.prototype['containerObjectType'] = undefined;
|
|
|
173
178
|
*/
|
|
174
179
|
|
|
175
180
|
Image.prototype['formattedname'] = undefined;
|
|
176
|
-
/**
|
|
177
|
-
* @member {String} contenttype
|
|
178
|
-
*/
|
|
179
|
-
|
|
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.5
|
|
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.5
|
|
22
22
|
*/
|
|
23
23
|
var InlineObject2 = /*#__PURE__*/function () {
|
|
24
24
|
/**
|