@gobodo/gobodo-api 0.1.52 → 0.1.58
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 +73 -9
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +8 -348
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.js +282 -0
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +946 -10
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +511 -0
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +134 -9
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +127 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/NotificationsApi.js +735 -0
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +322 -0
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TopicsApi.js +457 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +147 -7
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -32
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +37 -37
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +169 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +139 -0
- package/dist/model/CreateTopicListenerInput.js +125 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +10 -10
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +200 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +21 -21
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +18 -18
- package/dist/model/EmailAddress.js +142 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +25 -25
- package/dist/model/File.js +9 -9
- package/dist/model/FileAttachmentUploadObject.js +9 -9
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +2 -2
- package/dist/model/FunctionConfigInput.js +333 -0
- package/dist/model/FunctionEnvironmentConfig.js +169 -0
- package/dist/model/Geocode.js +2 -2
- package/dist/model/GeocodePayload.js +2 -2
- package/dist/model/GeolocationInput.js +2 -2
- package/dist/model/GetFunctionConfig.js +365 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +171 -0
- package/dist/model/GetFunctionResponse.js +199 -0
- package/dist/model/Graph.js +37 -37
- package/dist/model/GraphAction.js +11 -11
- package/dist/model/GraphDatabaseService.js +2 -2
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphObject.js +27 -27
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +36 -36
- package/dist/model/GraphObjectType.js +18 -18
- package/dist/model/GraphObjectTypeSchema.js +18 -18
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +11 -11
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +2 -2
- package/dist/model/GraphSchema.js +38 -38
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +23 -23
- package/dist/model/ImageUploadObject.js +23 -23
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +88 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +26 -26
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +41 -41
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +14 -14
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +9 -9
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +210 -0
- package/dist/model/NotificationInput.js +187 -0
- package/dist/model/NotificationResponse.js +185 -0
- package/dist/model/Objecttype.js +17 -17
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +10 -10
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +9 -9
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +178 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +36 -36
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/PropertyContainer.js +9 -9
- package/dist/model/PurgeDataDefaultResponse.js +144 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +27 -27
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +25 -25
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +16 -16
- package/dist/model/Sort.js +2 -2
- package/dist/model/SourceTypes.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +2 -2
- package/dist/model/StripeCustomerAccount.js +2 -2
- package/dist/model/Template.js +22 -22
- package/dist/model/TemplateSchema.js +22 -22
- package/dist/model/ThemeMapping.js +10 -10
- package/dist/model/ThemeMappingPayload.js +9 -9
- package/dist/model/TopicInfoResponse.js +183 -0
- package/dist/model/TopicMessageInput.js +123 -0
- package/dist/model/TopicSubscriptionResponse.js +151 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +13 -13
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +13 -13
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +14 -14
- package/dist/model/UserDataPayload.js +14 -14
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +13 -13
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +14 -14
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +30 -30
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +38 -38
- package/dist/model/VideoUploadObject.js +30 -30
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.58
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The GraphObjectSchema model module.
|
|
30
30
|
* @module model/GraphObjectSchema
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.58
|
|
32
32
|
*/
|
|
33
33
|
var GraphObjectSchema = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -67,18 +67,27 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
67
67
|
if (data.hasOwnProperty('mainphoto')) {
|
|
68
68
|
obj['mainphoto'] = _Image["default"].constructFromObject(data['mainphoto']);
|
|
69
69
|
}
|
|
70
|
-
if (data.hasOwnProperty('objecttypekey')) {
|
|
71
|
-
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
72
|
-
}
|
|
73
70
|
if (data.hasOwnProperty('creatorpageid')) {
|
|
74
71
|
obj['creatorpageid'] = _ApiClient["default"].convertToType(data['creatorpageid'], 'Number');
|
|
75
72
|
}
|
|
73
|
+
if (data.hasOwnProperty('objecttypekey')) {
|
|
74
|
+
obj['objecttypekey'] = _ApiClient["default"].convertToType(data['objecttypekey'], 'String');
|
|
75
|
+
}
|
|
76
76
|
if (data.hasOwnProperty('actions_performed')) {
|
|
77
77
|
obj['actions_performed'] = _ApiClient["default"].convertToType(data['actions_performed'], 'String');
|
|
78
78
|
}
|
|
79
79
|
if (data.hasOwnProperty('label')) {
|
|
80
80
|
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
81
81
|
}
|
|
82
|
+
if (data.hasOwnProperty('searchable')) {
|
|
83
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
84
|
+
}
|
|
85
|
+
if (data.hasOwnProperty('creationdate')) {
|
|
86
|
+
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
87
|
+
}
|
|
88
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
89
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
90
|
+
}
|
|
82
91
|
if (data.hasOwnProperty('tags')) {
|
|
83
92
|
obj['tags'] = _ApiClient["default"].convertToType(data['tags'], Object);
|
|
84
93
|
}
|
|
@@ -88,15 +97,6 @@ var GraphObjectSchema = /*#__PURE__*/function () {
|
|
|
88
97
|
if (data.hasOwnProperty('relationships')) {
|
|
89
98
|
obj['relationships'] = _ApiClient["default"].convertToType(data['relationships'], 'String');
|
|
90
99
|
}
|
|
91
|
-
if (data.hasOwnProperty('creationdate')) {
|
|
92
|
-
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
93
|
-
}
|
|
94
|
-
if (data.hasOwnProperty('modificationdate')) {
|
|
95
|
-
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
96
|
-
}
|
|
97
|
-
if (data.hasOwnProperty('searchable')) {
|
|
98
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
99
|
-
}
|
|
100
100
|
if (data.hasOwnProperty('key')) {
|
|
101
101
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
102
102
|
}
|
|
@@ -170,18 +170,18 @@ GraphObjectSchema.prototype['objecttype'] = undefined;
|
|
|
170
170
|
*/
|
|
171
171
|
GraphObjectSchema.prototype['mainphoto'] = undefined;
|
|
172
172
|
|
|
173
|
-
/**
|
|
174
|
-
* The Object Type of this Object
|
|
175
|
-
* @member {String} objecttypekey
|
|
176
|
-
*/
|
|
177
|
-
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
178
|
-
|
|
179
173
|
/**
|
|
180
174
|
* The creator of this Object
|
|
181
175
|
* @member {Number} creatorpageid
|
|
182
176
|
*/
|
|
183
177
|
GraphObjectSchema.prototype['creatorpageid'] = undefined;
|
|
184
178
|
|
|
179
|
+
/**
|
|
180
|
+
* The Object Type of this Object
|
|
181
|
+
* @member {String} objecttypekey
|
|
182
|
+
*/
|
|
183
|
+
GraphObjectSchema.prototype['objecttypekey'] = undefined;
|
|
184
|
+
|
|
185
185
|
/**
|
|
186
186
|
* Actions performed on this object
|
|
187
187
|
* @member {String} actions_performed
|
|
@@ -195,21 +195,9 @@ GraphObjectSchema.prototype['actions_performed'] = undefined;
|
|
|
195
195
|
GraphObjectSchema.prototype['label'] = undefined;
|
|
196
196
|
|
|
197
197
|
/**
|
|
198
|
-
* @member {
|
|
199
|
-
*/
|
|
200
|
-
GraphObjectSchema.prototype['tags'] = undefined;
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* Graphs this object is apart of
|
|
204
|
-
* @member {String} graphs
|
|
205
|
-
*/
|
|
206
|
-
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Relationships on this object
|
|
210
|
-
* @member {String} relationships
|
|
198
|
+
* @member {Boolean} searchable
|
|
211
199
|
*/
|
|
212
|
-
GraphObjectSchema.prototype['
|
|
200
|
+
GraphObjectSchema.prototype['searchable'] = undefined;
|
|
213
201
|
|
|
214
202
|
/**
|
|
215
203
|
* Creation Date
|
|
@@ -224,9 +212,21 @@ GraphObjectSchema.prototype['creationdate'] = undefined;
|
|
|
224
212
|
GraphObjectSchema.prototype['modificationdate'] = undefined;
|
|
225
213
|
|
|
226
214
|
/**
|
|
227
|
-
* @member {
|
|
215
|
+
* @member {Object} tags
|
|
228
216
|
*/
|
|
229
|
-
GraphObjectSchema.prototype['
|
|
217
|
+
GraphObjectSchema.prototype['tags'] = undefined;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Graphs this object is apart of
|
|
221
|
+
* @member {String} graphs
|
|
222
|
+
*/
|
|
223
|
+
GraphObjectSchema.prototype['graphs'] = undefined;
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Relationships on this object
|
|
227
|
+
* @member {String} relationships
|
|
228
|
+
*/
|
|
229
|
+
GraphObjectSchema.prototype['relationships'] = undefined;
|
|
230
230
|
|
|
231
231
|
/**
|
|
232
232
|
* The unique key of this entity
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.58
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphObjectType model module.
|
|
31
31
|
* @module model/GraphObjectType
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.58
|
|
33
33
|
*/
|
|
34
34
|
var GraphObjectType = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -71,15 +71,15 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
71
71
|
if (data.hasOwnProperty('abstract')) {
|
|
72
72
|
obj['abstract'] = _ApiClient["default"].convertToType(data['abstract'], 'Boolean');
|
|
73
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('searchable')) {
|
|
75
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
76
|
+
}
|
|
74
77
|
if (data.hasOwnProperty('template')) {
|
|
75
78
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
76
79
|
}
|
|
77
80
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
78
81
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
79
82
|
}
|
|
80
|
-
if (data.hasOwnProperty('searchable')) {
|
|
81
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
82
|
-
}
|
|
83
83
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
84
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
85
|
}
|
|
@@ -92,15 +92,15 @@ var GraphObjectType = /*#__PURE__*/function () {
|
|
|
92
92
|
if (data.hasOwnProperty('description')) {
|
|
93
93
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
94
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
96
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
97
|
+
}
|
|
95
98
|
if (data.hasOwnProperty('creator')) {
|
|
96
99
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
97
100
|
}
|
|
98
101
|
if (data.hasOwnProperty('modificationdate')) {
|
|
99
102
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
100
103
|
}
|
|
101
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
102
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
103
|
-
}
|
|
104
104
|
if (data.hasOwnProperty('singularname')) {
|
|
105
105
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
106
106
|
}
|
|
@@ -189,6 +189,11 @@ GraphObjectType.prototype['parent'] = undefined;
|
|
|
189
189
|
*/
|
|
190
190
|
GraphObjectType.prototype['abstract'] = undefined;
|
|
191
191
|
|
|
192
|
+
/**
|
|
193
|
+
* @member {Boolean} searchable
|
|
194
|
+
*/
|
|
195
|
+
GraphObjectType.prototype['searchable'] = undefined;
|
|
196
|
+
|
|
192
197
|
/**
|
|
193
198
|
* @member {module:model/TemplateSchema} template
|
|
194
199
|
*/
|
|
@@ -199,11 +204,6 @@ GraphObjectType.prototype['template'] = undefined;
|
|
|
199
204
|
*/
|
|
200
205
|
GraphObjectType.prototype['hiddenFromCreationScreen'] = undefined;
|
|
201
206
|
|
|
202
|
-
/**
|
|
203
|
-
* @member {Boolean} searchable
|
|
204
|
-
*/
|
|
205
|
-
GraphObjectType.prototype['searchable'] = undefined;
|
|
206
|
-
|
|
207
207
|
/**
|
|
208
208
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
209
209
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -225,6 +225,11 @@ GraphObjectType.prototype['workflows'] = undefined;
|
|
|
225
225
|
*/
|
|
226
226
|
GraphObjectType.prototype['description'] = undefined;
|
|
227
227
|
|
|
228
|
+
/**
|
|
229
|
+
* @member {Object} actionTypes
|
|
230
|
+
*/
|
|
231
|
+
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
232
|
+
|
|
228
233
|
/**
|
|
229
234
|
* @member {module:model/Member} creator
|
|
230
235
|
*/
|
|
@@ -236,11 +241,6 @@ GraphObjectType.prototype['creator'] = undefined;
|
|
|
236
241
|
*/
|
|
237
242
|
GraphObjectType.prototype['modificationdate'] = undefined;
|
|
238
243
|
|
|
239
|
-
/**
|
|
240
|
-
* @member {Object} actionTypes
|
|
241
|
-
*/
|
|
242
|
-
GraphObjectType.prototype['actionTypes'] = undefined;
|
|
243
|
-
|
|
244
244
|
/**
|
|
245
245
|
* @member {String} singularname
|
|
246
246
|
*/
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.58
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphObjectTypeSchema model module.
|
|
34
34
|
* @module model/GraphObjectTypeSchema
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.58
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -71,15 +71,15 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
71
71
|
if (data.hasOwnProperty('abstract')) {
|
|
72
72
|
obj['abstract'] = _ApiClient["default"].convertToType(data['abstract'], 'Boolean');
|
|
73
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('searchable')) {
|
|
75
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
76
|
+
}
|
|
74
77
|
if (data.hasOwnProperty('template')) {
|
|
75
78
|
obj['template'] = _TemplateSchema["default"].constructFromObject(data['template']);
|
|
76
79
|
}
|
|
77
80
|
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
78
81
|
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
79
82
|
}
|
|
80
|
-
if (data.hasOwnProperty('searchable')) {
|
|
81
|
-
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
82
|
-
}
|
|
83
83
|
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
84
84
|
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
85
85
|
}
|
|
@@ -92,15 +92,15 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
92
92
|
if (data.hasOwnProperty('description')) {
|
|
93
93
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
94
94
|
}
|
|
95
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
96
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
97
|
+
}
|
|
95
98
|
if (data.hasOwnProperty('creator')) {
|
|
96
99
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
97
100
|
}
|
|
98
101
|
if (data.hasOwnProperty('modificationdate')) {
|
|
99
102
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
100
103
|
}
|
|
101
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
102
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
103
|
-
}
|
|
104
104
|
if (data.hasOwnProperty('singularname')) {
|
|
105
105
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
106
106
|
}
|
|
@@ -203,6 +203,11 @@ GraphObjectTypeSchema.prototype['name'] = undefined;
|
|
|
203
203
|
*/
|
|
204
204
|
GraphObjectTypeSchema.prototype['abstract'] = undefined;
|
|
205
205
|
|
|
206
|
+
/**
|
|
207
|
+
* @member {Boolean} searchable
|
|
208
|
+
*/
|
|
209
|
+
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
210
|
+
|
|
206
211
|
/**
|
|
207
212
|
* @member {module:model/TemplateSchema} template
|
|
208
213
|
*/
|
|
@@ -213,11 +218,6 @@ GraphObjectTypeSchema.prototype['template'] = undefined;
|
|
|
213
218
|
*/
|
|
214
219
|
GraphObjectTypeSchema.prototype['hiddenFromCreationScreen'] = undefined;
|
|
215
220
|
|
|
216
|
-
/**
|
|
217
|
-
* @member {Boolean} searchable
|
|
218
|
-
*/
|
|
219
|
-
GraphObjectTypeSchema.prototype['searchable'] = undefined;
|
|
220
|
-
|
|
221
221
|
/**
|
|
222
222
|
* Determines whether the user that's creating an instance of this type is required to be an Organization Page
|
|
223
223
|
* @member {Boolean} creatorrequiredtobepage
|
|
@@ -239,6 +239,11 @@ GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
|
239
239
|
*/
|
|
240
240
|
GraphObjectTypeSchema.prototype['description'] = undefined;
|
|
241
241
|
|
|
242
|
+
/**
|
|
243
|
+
* @member {Object} actionTypes
|
|
244
|
+
*/
|
|
245
|
+
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
246
|
+
|
|
242
247
|
/**
|
|
243
248
|
* @member {module:model/Member} creator
|
|
244
249
|
*/
|
|
@@ -250,11 +255,6 @@ GraphObjectTypeSchema.prototype['creator'] = undefined;
|
|
|
250
255
|
*/
|
|
251
256
|
GraphObjectTypeSchema.prototype['modificationdate'] = undefined;
|
|
252
257
|
|
|
253
|
-
/**
|
|
254
|
-
* @member {Object} actionTypes
|
|
255
|
-
*/
|
|
256
|
-
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
257
|
-
|
|
258
258
|
/**
|
|
259
259
|
* @member {String} singularname
|
|
260
260
|
*/
|
package/dist/model/GraphOwner.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.58
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphOwner model module.
|
|
28
28
|
* @module model/GraphOwner
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.58
|
|
30
30
|
*/
|
|
31
31
|
var GraphOwner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.58
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationship model module.
|
|
28
28
|
* @module model/GraphRelationship
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.58
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -62,9 +62,6 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
62
62
|
if (data.hasOwnProperty('reltypeid')) {
|
|
63
63
|
obj['reltypeid'] = _ApiClient["default"].convertToType(data['reltypeid'], 'Number');
|
|
64
64
|
}
|
|
65
|
-
if (data.hasOwnProperty('startobject')) {
|
|
66
|
-
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
67
|
-
}
|
|
68
65
|
if (data.hasOwnProperty('creationdate')) {
|
|
69
66
|
obj['creationdate'] = _ApiClient["default"].convertToType(data['creationdate'], 'Date');
|
|
70
67
|
}
|
|
@@ -74,6 +71,9 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
74
71
|
if (data.hasOwnProperty('endobject')) {
|
|
75
72
|
obj['endobject'] = _ApiClient["default"].convertToType(data['endobject'], Object);
|
|
76
73
|
}
|
|
74
|
+
if (data.hasOwnProperty('startobject')) {
|
|
75
|
+
obj['startobject'] = _ApiClient["default"].convertToType(data['startobject'], Object);
|
|
76
|
+
}
|
|
77
77
|
if (data.hasOwnProperty('key')) {
|
|
78
78
|
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
79
79
|
}
|
|
@@ -110,12 +110,6 @@ var GraphRelationship = /*#__PURE__*/function () {
|
|
|
110
110
|
*/
|
|
111
111
|
GraphRelationship.prototype['reltypeid'] = undefined;
|
|
112
112
|
|
|
113
|
-
/**
|
|
114
|
-
* The Start Object of this Relationship
|
|
115
|
-
* @member {Object} startobject
|
|
116
|
-
*/
|
|
117
|
-
GraphRelationship.prototype['startobject'] = undefined;
|
|
118
|
-
|
|
119
113
|
/**
|
|
120
114
|
* The creation date of this relationship
|
|
121
115
|
* @member {Date} creationdate
|
|
@@ -134,6 +128,12 @@ GraphRelationship.prototype['modificationdate'] = undefined;
|
|
|
134
128
|
*/
|
|
135
129
|
GraphRelationship.prototype['endobject'] = undefined;
|
|
136
130
|
|
|
131
|
+
/**
|
|
132
|
+
* The Start Object of this Relationship
|
|
133
|
+
* @member {Object} startobject
|
|
134
|
+
*/
|
|
135
|
+
GraphRelationship.prototype['startobject'] = undefined;
|
|
136
|
+
|
|
137
137
|
/**
|
|
138
138
|
* The unique key of this entity
|
|
139
139
|
* @member {String} key
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.58
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationshipPayload model module.
|
|
28
28
|
* @module model/GraphRelationshipPayload
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.58
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.58
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The GraphRelationshipType model module.
|
|
30
30
|
* @module model/GraphRelationshipType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.58
|
|
32
32
|
*/
|
|
33
33
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.58
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphSchema model module.
|
|
31
31
|
* @module model/GraphSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.58
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -74,9 +74,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
74
74
|
if (data.hasOwnProperty('description')) {
|
|
75
75
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
76
76
|
}
|
|
77
|
-
if (data.hasOwnProperty('creator')) {
|
|
78
|
-
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
79
|
-
}
|
|
80
77
|
if (data.hasOwnProperty('objectTypes')) {
|
|
81
78
|
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
82
79
|
}
|
|
@@ -86,24 +83,15 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
86
83
|
if (data.hasOwnProperty('actionTypes')) {
|
|
87
84
|
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
88
85
|
}
|
|
86
|
+
if (data.hasOwnProperty('creator')) {
|
|
87
|
+
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
88
|
+
}
|
|
89
89
|
if (data.hasOwnProperty('template')) {
|
|
90
90
|
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
91
91
|
}
|
|
92
92
|
if (data.hasOwnProperty('administrators')) {
|
|
93
93
|
obj['administrators'] = _ApiClient["default"].convertToType(data['administrators'], Object);
|
|
94
94
|
}
|
|
95
|
-
if (data.hasOwnProperty('pastVersions')) {
|
|
96
|
-
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
97
|
-
}
|
|
98
|
-
if (data.hasOwnProperty('futureVersions')) {
|
|
99
|
-
obj['futureVersions'] = _ApiClient["default"].convertToType(data['futureVersions'], Object);
|
|
100
|
-
}
|
|
101
|
-
if (data.hasOwnProperty('allVersions')) {
|
|
102
|
-
obj['allVersions'] = _ApiClient["default"].convertToType(data['allVersions'], Object);
|
|
103
|
-
}
|
|
104
|
-
if (data.hasOwnProperty('schemaConfig')) {
|
|
105
|
-
obj['schemaConfig'] = _ApiClient["default"].convertToType(data['schemaConfig'], Object);
|
|
106
|
-
}
|
|
107
95
|
if (data.hasOwnProperty('objectTypeDefinitions')) {
|
|
108
96
|
obj['objectTypeDefinitions'] = _ApiClient["default"].convertToType(data['objectTypeDefinitions'], Object);
|
|
109
97
|
}
|
|
@@ -116,6 +104,18 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
116
104
|
if (data.hasOwnProperty('workflows')) {
|
|
117
105
|
obj['workflows'] = _ApiClient["default"].convertToType(data['workflows'], Object);
|
|
118
106
|
}
|
|
107
|
+
if (data.hasOwnProperty('pastVersions')) {
|
|
108
|
+
obj['pastVersions'] = _ApiClient["default"].convertToType(data['pastVersions'], Object);
|
|
109
|
+
}
|
|
110
|
+
if (data.hasOwnProperty('futureVersions')) {
|
|
111
|
+
obj['futureVersions'] = _ApiClient["default"].convertToType(data['futureVersions'], Object);
|
|
112
|
+
}
|
|
113
|
+
if (data.hasOwnProperty('allVersions')) {
|
|
114
|
+
obj['allVersions'] = _ApiClient["default"].convertToType(data['allVersions'], Object);
|
|
115
|
+
}
|
|
116
|
+
if (data.hasOwnProperty('schemaConfig')) {
|
|
117
|
+
obj['schemaConfig'] = _ApiClient["default"].convertToType(data['schemaConfig'], Object);
|
|
118
|
+
}
|
|
119
119
|
if (data.hasOwnProperty('modificationdate')) {
|
|
120
120
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
121
121
|
}
|
|
@@ -195,11 +195,6 @@ GraphSchema.prototype['parent'] = undefined;
|
|
|
195
195
|
*/
|
|
196
196
|
GraphSchema.prototype['description'] = undefined;
|
|
197
197
|
|
|
198
|
-
/**
|
|
199
|
-
* @member {module:model/User} creator
|
|
200
|
-
*/
|
|
201
|
-
GraphSchema.prototype['creator'] = undefined;
|
|
202
|
-
|
|
203
198
|
/**
|
|
204
199
|
* @member {Object} objectTypes
|
|
205
200
|
*/
|
|
@@ -215,6 +210,11 @@ GraphSchema.prototype['relationshipTypes'] = undefined;
|
|
|
215
210
|
*/
|
|
216
211
|
GraphSchema.prototype['actionTypes'] = undefined;
|
|
217
212
|
|
|
213
|
+
/**
|
|
214
|
+
* @member {module:model/User} creator
|
|
215
|
+
*/
|
|
216
|
+
GraphSchema.prototype['creator'] = undefined;
|
|
217
|
+
|
|
218
218
|
/**
|
|
219
219
|
* @member {module:model/Template} template
|
|
220
220
|
*/
|
|
@@ -226,44 +226,44 @@ GraphSchema.prototype['template'] = undefined;
|
|
|
226
226
|
GraphSchema.prototype['administrators'] = undefined;
|
|
227
227
|
|
|
228
228
|
/**
|
|
229
|
-
* @member {Object}
|
|
229
|
+
* @member {Object} objectTypeDefinitions
|
|
230
230
|
*/
|
|
231
|
-
GraphSchema.prototype['
|
|
231
|
+
GraphSchema.prototype['objectTypeDefinitions'] = undefined;
|
|
232
232
|
|
|
233
233
|
/**
|
|
234
|
-
* @member {
|
|
234
|
+
* @member {Boolean} schemaLocked
|
|
235
235
|
*/
|
|
236
|
-
GraphSchema.prototype['
|
|
236
|
+
GraphSchema.prototype['schemaLocked'] = undefined;
|
|
237
237
|
|
|
238
238
|
/**
|
|
239
|
-
* @member {
|
|
239
|
+
* @member {module:model/Member} schemaCreator
|
|
240
240
|
*/
|
|
241
|
-
GraphSchema.prototype['
|
|
241
|
+
GraphSchema.prototype['schemaCreator'] = undefined;
|
|
242
242
|
|
|
243
243
|
/**
|
|
244
|
-
* @member {Object}
|
|
244
|
+
* @member {Object} workflows
|
|
245
245
|
*/
|
|
246
|
-
GraphSchema.prototype['
|
|
246
|
+
GraphSchema.prototype['workflows'] = undefined;
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
|
-
* @member {Object}
|
|
249
|
+
* @member {Object} pastVersions
|
|
250
250
|
*/
|
|
251
|
-
GraphSchema.prototype['
|
|
251
|
+
GraphSchema.prototype['pastVersions'] = undefined;
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
|
-
* @member {
|
|
254
|
+
* @member {Object} futureVersions
|
|
255
255
|
*/
|
|
256
|
-
GraphSchema.prototype['
|
|
256
|
+
GraphSchema.prototype['futureVersions'] = undefined;
|
|
257
257
|
|
|
258
258
|
/**
|
|
259
|
-
* @member {
|
|
259
|
+
* @member {Object} allVersions
|
|
260
260
|
*/
|
|
261
|
-
GraphSchema.prototype['
|
|
261
|
+
GraphSchema.prototype['allVersions'] = undefined;
|
|
262
262
|
|
|
263
263
|
/**
|
|
264
|
-
* @member {Object}
|
|
264
|
+
* @member {Object} schemaConfig
|
|
265
265
|
*/
|
|
266
|
-
GraphSchema.prototype['
|
|
266
|
+
GraphSchema.prototype['schemaConfig'] = undefined;
|
|
267
267
|
|
|
268
268
|
/**
|
|
269
269
|
* The modification date of this entity
|