@gobodo/gobodo-api-promise 0.1.78 → 0.1.80
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 +14 -2
- 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/CurrencyApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentPartTypesApi.js +2 -2
- package/dist/api/DocumentTypesApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EmailsApi.js +2 -2
- 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 +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GobodoManagementApi.js +400 -0
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +2 -2
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +141 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +72 -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 +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PhoneNumbersApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/RestApplicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SitesApi.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 +2 -2
- 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/api/WalletsApi.js +2 -2
- package/dist/index.js +35 -0
- package/dist/model/APIClient.js +2 -2
- 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 -2
- package/dist/model/Article.js +25 -25
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +78 -78
- 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 +25 -25
- package/dist/model/ConsoleProjectInput.js +187 -0
- package/dist/model/ConsoleProjectResponse.js +187 -0
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +2 -2
- package/dist/model/CreateTopicListenerInput.js +2 -2
- package/dist/model/Currency.js +25 -25
- package/dist/model/CurrencyGrantInput.js +2 -2
- package/dist/model/CurrencyGrantResponse.js +2 -2
- package/dist/model/CurrencyInput.js +2 -2
- package/dist/model/CurrencyMinterRegistrationInput.js +2 -2
- package/dist/model/CurrencyResponse.js +2 -2
- package/dist/model/CurrencySettings.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +32 -32
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +2 -2
- package/dist/model/Document.js +25 -25
- package/dist/model/DocumentPart.js +51 -51
- package/dist/model/DocumentPartType.js +27 -27
- package/dist/model/DocumentType.js +75 -75
- package/dist/model/EmailAddress.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +64 -64
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.js +30 -30
- package/dist/model/FunctionConfigInput.js +2 -2
- package/dist/model/FunctionEnvironmentConfig.js +2 -2
- package/dist/model/FunctionInput.js +2 -2
- package/dist/model/FunctionOutput.js +2 -2
- 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 +2 -2
- package/dist/model/GetFunctionEnvironmentConfig.js +2 -2
- package/dist/model/GetFunctionResponse.js +2 -2
- package/dist/model/GoogleCloudSettings.js +2 -2
- package/dist/model/Graph.js +113 -113
- package/dist/model/GraphAction.js +2 -2
- package/dist/model/GraphDatabaseService.js +29 -29
- package/dist/model/GraphGeocode.js +2 -2
- package/dist/model/GraphIteratorEntryPart.js +2 -2
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +30 -30
- package/dist/model/GraphObjectType.js +27 -27
- package/dist/model/GraphObjectTypeInput.js +570 -0
- package/dist/model/GraphObjectTypeResponse.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +27 -27
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +2 -2
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +29 -29
- package/dist/model/GraphRelationshipTypeResponse.js +2 -2
- package/dist/model/GraphSchema.js +27 -27
- package/dist/model/GraphSchemaInput.js +260 -0
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +31 -31
- package/dist/model/ImageUploadObject.js +31 -31
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +2 -2
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +81 -81
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +25 -25
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +2 -2
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/NotificationInput.js +2 -2
- package/dist/model/NotificationResponse.js +2 -2
- package/dist/model/NumberSettings.js +2 -2
- package/dist/model/ObjectSettings.js +2 -2
- package/dist/model/Objecttype.js +27 -27
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +43 -43
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.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 +2 -2
- 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 +32 -32
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/PhoneNumber.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +31 -31
- package/dist/model/PrivateMessageConversation.js +140 -140
- package/dist/model/PrivateMessageConversationSchema.js +2 -2
- package/dist/model/Profile.js +2 -2
- package/dist/model/Profiletype.js +2 -2
- package/dist/model/Project.js +187 -0
- package/dist/model/ProjectInput.js +187 -0
- package/dist/model/PropertyContainer.js +2 -2
- package/dist/model/PurchaseInput.js +2 -2
- package/dist/model/PurchaseResponse.js +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +35 -35
- package/dist/model/RestApplicationInput.js +2 -2
- package/dist/model/RestApplicationResponse.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SiteInput.js +2 -2
- package/dist/model/SiteResponse.js +2 -2
- package/dist/model/SiteTypeInput.js +2 -2
- package/dist/model/SiteTypeResponse.js +2 -2
- package/dist/model/SkinField.js +2 -2
- package/dist/model/SkinFieldResponse.js +2 -2
- package/dist/model/SocialGroup.js +33 -33
- package/dist/model/SocialGroupType.js +25 -25
- 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 +27 -27
- package/dist/model/TemplateResponse.js +2 -2
- package/dist/model/TemplateSchema.js +27 -27
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/TopicInfoResponse.js +2 -2
- package/dist/model/TopicMessageInput.js +2 -2
- package/dist/model/TopicSubscriptionResponse.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +29 -29
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +29 -29
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +25 -25
- package/dist/model/UserDataPayload.js +25 -25
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +31 -31
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +25 -25
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/WalletHoldInput.js +2 -2
- package/dist/model/WalletHoldResponse.js +2 -2
- package/dist/model/WalletPayoutInput.js +2 -2
- package/dist/model/WalletPayoutResponse.js +2 -2
- package/dist/model/WalletResponse.js +2 -2
- package/dist/model/ZeusPortalCategory.js +57 -57
- package/package.json +1 -1
package/dist/model/GraphOwner.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphOwner model module.
|
|
28
28
|
* @module model/GraphOwner
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var GraphOwner = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationship model module.
|
|
28
28
|
* @module model/GraphRelationship
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationship = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
26
26
|
/**
|
|
27
27
|
* The GraphRelationshipPayload model module.
|
|
28
28
|
* @module model/GraphRelationshipPayload
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.80
|
|
30
30
|
*/
|
|
31
31
|
var GraphRelationshipPayload = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The GraphRelationshipType model module.
|
|
30
30
|
* @module model/GraphRelationshipType
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.80
|
|
32
32
|
*/
|
|
33
33
|
var GraphRelationshipType = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -46,12 +46,29 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
46
46
|
* Only for internal use.
|
|
47
47
|
*/
|
|
48
48
|
_createClass(GraphRelationshipType, [{
|
|
49
|
-
key: "
|
|
49
|
+
key: "getSkinFields",
|
|
50
50
|
value:
|
|
51
|
+
/**
|
|
52
|
+
* @return {Object}
|
|
53
|
+
*/
|
|
54
|
+
function getSkinFields() {
|
|
55
|
+
return this.skinFields;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @param {Object} skinFields
|
|
60
|
+
*/
|
|
61
|
+
}, {
|
|
62
|
+
key: "setSkinFields",
|
|
63
|
+
value: function setSkinFields(skinFields) {
|
|
64
|
+
this['skinFields'] = skinFields;
|
|
65
|
+
}
|
|
51
66
|
/**
|
|
52
67
|
* @return {module:model/Member}
|
|
53
68
|
*/
|
|
54
|
-
|
|
69
|
+
}, {
|
|
70
|
+
key: "getCreator",
|
|
71
|
+
value: function getCreator() {
|
|
55
72
|
return this.creator;
|
|
56
73
|
}
|
|
57
74
|
|
|
@@ -82,23 +99,6 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
82
99
|
value: function setModificationdate(modificationdate) {
|
|
83
100
|
this['modificationdate'] = modificationdate;
|
|
84
101
|
}
|
|
85
|
-
/**
|
|
86
|
-
* @return {Object}
|
|
87
|
-
*/
|
|
88
|
-
}, {
|
|
89
|
-
key: "getSkinFields",
|
|
90
|
-
value: function getSkinFields() {
|
|
91
|
-
return this.skinFields;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* @param {Object} skinFields
|
|
96
|
-
*/
|
|
97
|
-
}, {
|
|
98
|
-
key: "setSkinFields",
|
|
99
|
-
value: function setSkinFields(skinFields) {
|
|
100
|
-
this['skinFields'] = skinFields;
|
|
101
|
-
}
|
|
102
102
|
/**
|
|
103
103
|
* @return {Boolean}
|
|
104
104
|
*/
|
|
@@ -399,15 +399,15 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
399
399
|
value: function constructFromObject(data, obj) {
|
|
400
400
|
if (data) {
|
|
401
401
|
obj = obj || new GraphRelationshipType();
|
|
402
|
+
if (data.hasOwnProperty('skinFields')) {
|
|
403
|
+
obj['skinFields'] = _ApiClient["default"].convertToType(data['skinFields'], Object);
|
|
404
|
+
}
|
|
402
405
|
if (data.hasOwnProperty('creator')) {
|
|
403
406
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
404
407
|
}
|
|
405
408
|
if (data.hasOwnProperty('modificationdate')) {
|
|
406
409
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
407
410
|
}
|
|
408
|
-
if (data.hasOwnProperty('skinFields')) {
|
|
409
|
-
obj['skinFields'] = _ApiClient["default"].convertToType(data['skinFields'], Object);
|
|
410
|
-
}
|
|
411
411
|
if (data.hasOwnProperty('isParentChildRelationship')) {
|
|
412
412
|
obj['isParentChildRelationship'] = _ApiClient["default"].convertToType(data['isParentChildRelationship'], 'Boolean');
|
|
413
413
|
}
|
|
@@ -515,6 +515,11 @@ var GraphRelationshipType = /*#__PURE__*/function () {
|
|
|
515
515
|
}]);
|
|
516
516
|
return GraphRelationshipType;
|
|
517
517
|
}();
|
|
518
|
+
/**
|
|
519
|
+
* @member {Object} skinFields
|
|
520
|
+
*/
|
|
521
|
+
GraphRelationshipType.prototype['skinFields'] = undefined;
|
|
522
|
+
|
|
518
523
|
/**
|
|
519
524
|
* @member {module:model/Member} creator
|
|
520
525
|
*/
|
|
@@ -526,11 +531,6 @@ GraphRelationshipType.prototype['creator'] = undefined;
|
|
|
526
531
|
*/
|
|
527
532
|
GraphRelationshipType.prototype['modificationdate'] = undefined;
|
|
528
533
|
|
|
529
|
-
/**
|
|
530
|
-
* @member {Object} skinFields
|
|
531
|
-
*/
|
|
532
|
-
GraphRelationshipType.prototype['skinFields'] = undefined;
|
|
533
|
-
|
|
534
534
|
/**
|
|
535
535
|
* @member {Boolean} isParentChildRelationship
|
|
536
536
|
*/
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
32
32
|
/**
|
|
33
33
|
* The GraphRelationshipTypeResponse model module.
|
|
34
34
|
* @module model/GraphRelationshipTypeResponse
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.80
|
|
36
36
|
*/
|
|
37
37
|
var GraphRelationshipTypeResponse = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
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.80
|
|
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(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The GraphSchema model module.
|
|
31
31
|
* @module model/GraphSchema
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.80
|
|
33
33
|
*/
|
|
34
34
|
var GraphSchema = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -117,23 +117,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
117
117
|
value: function setDescription(description) {
|
|
118
118
|
this['description'] = description;
|
|
119
119
|
}
|
|
120
|
-
/**
|
|
121
|
-
* @return {module:model/User}
|
|
122
|
-
*/
|
|
123
|
-
}, {
|
|
124
|
-
key: "getCreator",
|
|
125
|
-
value: function getCreator() {
|
|
126
|
-
return this.creator;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* @param {module:model/User} creator
|
|
131
|
-
*/
|
|
132
|
-
}, {
|
|
133
|
-
key: "setCreator",
|
|
134
|
-
value: function setCreator(creator) {
|
|
135
|
-
this['creator'] = creator;
|
|
136
|
-
}
|
|
137
120
|
/**
|
|
138
121
|
* @return {Object}
|
|
139
122
|
*/
|
|
@@ -185,6 +168,23 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
185
168
|
value: function setActionTypes(actionTypes) {
|
|
186
169
|
this['actionTypes'] = actionTypes;
|
|
187
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* @return {module:model/User}
|
|
173
|
+
*/
|
|
174
|
+
}, {
|
|
175
|
+
key: "getCreator",
|
|
176
|
+
value: function getCreator() {
|
|
177
|
+
return this.creator;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* @param {module:model/User} creator
|
|
182
|
+
*/
|
|
183
|
+
}, {
|
|
184
|
+
key: "setCreator",
|
|
185
|
+
value: function setCreator(creator) {
|
|
186
|
+
this['creator'] = creator;
|
|
187
|
+
}
|
|
188
188
|
/**
|
|
189
189
|
* @return {module:model/Template}
|
|
190
190
|
*/
|
|
@@ -436,9 +436,6 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
436
436
|
if (data.hasOwnProperty('description')) {
|
|
437
437
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
438
438
|
}
|
|
439
|
-
if (data.hasOwnProperty('creator')) {
|
|
440
|
-
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
441
|
-
}
|
|
442
439
|
if (data.hasOwnProperty('objectTypes')) {
|
|
443
440
|
obj['objectTypes'] = _ApiClient["default"].convertToType(data['objectTypes'], Object);
|
|
444
441
|
}
|
|
@@ -448,6 +445,9 @@ var GraphSchema = /*#__PURE__*/function () {
|
|
|
448
445
|
if (data.hasOwnProperty('actionTypes')) {
|
|
449
446
|
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
450
447
|
}
|
|
448
|
+
if (data.hasOwnProperty('creator')) {
|
|
449
|
+
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
450
|
+
}
|
|
451
451
|
if (data.hasOwnProperty('template')) {
|
|
452
452
|
obj['template'] = _Template["default"].constructFromObject(data['template']);
|
|
453
453
|
}
|
|
@@ -557,11 +557,6 @@ GraphSchema.prototype['parent'] = undefined;
|
|
|
557
557
|
*/
|
|
558
558
|
GraphSchema.prototype['description'] = undefined;
|
|
559
559
|
|
|
560
|
-
/**
|
|
561
|
-
* @member {module:model/User} creator
|
|
562
|
-
*/
|
|
563
|
-
GraphSchema.prototype['creator'] = undefined;
|
|
564
|
-
|
|
565
560
|
/**
|
|
566
561
|
* @member {Object} objectTypes
|
|
567
562
|
*/
|
|
@@ -577,6 +572,11 @@ GraphSchema.prototype['relationshipTypes'] = undefined;
|
|
|
577
572
|
*/
|
|
578
573
|
GraphSchema.prototype['actionTypes'] = undefined;
|
|
579
574
|
|
|
575
|
+
/**
|
|
576
|
+
* @member {module:model/User} creator
|
|
577
|
+
*/
|
|
578
|
+
GraphSchema.prototype['creator'] = undefined;
|
|
579
|
+
|
|
580
580
|
/**
|
|
581
581
|
* @member {module:model/Template} template
|
|
582
582
|
*/
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
9
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
10
|
+
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
11
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
12
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
13
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
14
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
15
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
17
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /**
|
|
18
|
+
* gobodo-api
|
|
19
|
+
* REST Interface for Gobodo API
|
|
20
|
+
*
|
|
21
|
+
* The version of the OpenAPI document: 0.1.80
|
|
22
|
+
* Contact: info@gobodo.io
|
|
23
|
+
*
|
|
24
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
25
|
+
* https://openapi-generator.tech
|
|
26
|
+
* Do not edit the class manually.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
/**
|
|
30
|
+
* The GraphSchemaInput model module.
|
|
31
|
+
* @module model/GraphSchemaInput
|
|
32
|
+
* @version 0.1.80
|
|
33
|
+
*/
|
|
34
|
+
var GraphSchemaInput = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>GraphSchemaInput</code>.
|
|
37
|
+
* @alias module:model/GraphSchemaInput
|
|
38
|
+
* @param properties {Object}
|
|
39
|
+
*/
|
|
40
|
+
function GraphSchemaInput(properties) {
|
|
41
|
+
_classCallCheck(this, GraphSchemaInput);
|
|
42
|
+
GraphSchemaInput.initialize(this, properties);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Initializes the fields of this object.
|
|
47
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
48
|
+
* Only for internal use.
|
|
49
|
+
*/
|
|
50
|
+
_createClass(GraphSchemaInput, [{
|
|
51
|
+
key: "getName",
|
|
52
|
+
value:
|
|
53
|
+
/**
|
|
54
|
+
* @return {String}
|
|
55
|
+
*/
|
|
56
|
+
function getName() {
|
|
57
|
+
return this.name;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @param {String} name
|
|
62
|
+
*/
|
|
63
|
+
}, {
|
|
64
|
+
key: "setName",
|
|
65
|
+
value: function setName(name) {
|
|
66
|
+
this['name'] = name;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* @return {Number}
|
|
70
|
+
*/
|
|
71
|
+
}, {
|
|
72
|
+
key: "getParentid",
|
|
73
|
+
value: function getParentid() {
|
|
74
|
+
return this.parentid;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @param {Number} parentid
|
|
79
|
+
*/
|
|
80
|
+
}, {
|
|
81
|
+
key: "setParentid",
|
|
82
|
+
value: function setParentid(parentid) {
|
|
83
|
+
this['parentid'] = parentid;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @return {String}
|
|
87
|
+
*/
|
|
88
|
+
}, {
|
|
89
|
+
key: "getDescription",
|
|
90
|
+
value: function getDescription() {
|
|
91
|
+
return this.description;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @param {String} description
|
|
96
|
+
*/
|
|
97
|
+
}, {
|
|
98
|
+
key: "setDescription",
|
|
99
|
+
value: function setDescription(description) {
|
|
100
|
+
this['description'] = description;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @return {Number}
|
|
104
|
+
*/
|
|
105
|
+
}, {
|
|
106
|
+
key: "getTemplateid",
|
|
107
|
+
value: function getTemplateid() {
|
|
108
|
+
return this.templateid;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* @param {Number} templateid
|
|
113
|
+
*/
|
|
114
|
+
}, {
|
|
115
|
+
key: "setTemplateid",
|
|
116
|
+
value: function setTemplateid(templateid) {
|
|
117
|
+
this['templateid'] = templateid;
|
|
118
|
+
}
|
|
119
|
+
/**
|
|
120
|
+
* @return {Boolean}
|
|
121
|
+
*/
|
|
122
|
+
}, {
|
|
123
|
+
key: "getSchemaLocked",
|
|
124
|
+
value: function getSchemaLocked() {
|
|
125
|
+
return this.schemaLocked;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @param {Boolean} schemaLocked
|
|
130
|
+
*/
|
|
131
|
+
}, {
|
|
132
|
+
key: "setSchemaLocked",
|
|
133
|
+
value: function setSchemaLocked(schemaLocked) {
|
|
134
|
+
this['schemaLocked'] = schemaLocked;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* @return {Object}
|
|
138
|
+
*/
|
|
139
|
+
}, {
|
|
140
|
+
key: "getProperties",
|
|
141
|
+
value: function getProperties() {
|
|
142
|
+
return this.properties;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @param {Object} properties
|
|
147
|
+
*/
|
|
148
|
+
}, {
|
|
149
|
+
key: "setProperties",
|
|
150
|
+
value: function setProperties(properties) {
|
|
151
|
+
this['properties'] = properties;
|
|
152
|
+
}
|
|
153
|
+
}], [{
|
|
154
|
+
key: "initialize",
|
|
155
|
+
value: function initialize(obj, properties) {
|
|
156
|
+
obj['properties'] = properties;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Constructs a <code>GraphSchemaInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
161
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
162
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
163
|
+
* @param {module:model/GraphSchemaInput} obj Optional instance to populate.
|
|
164
|
+
* @return {module:model/GraphSchemaInput} The populated <code>GraphSchemaInput</code> instance.
|
|
165
|
+
*/
|
|
166
|
+
}, {
|
|
167
|
+
key: "constructFromObject",
|
|
168
|
+
value: function constructFromObject(data, obj) {
|
|
169
|
+
if (data) {
|
|
170
|
+
obj = obj || new GraphSchemaInput();
|
|
171
|
+
if (data.hasOwnProperty('name')) {
|
|
172
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
173
|
+
}
|
|
174
|
+
if (data.hasOwnProperty('parentid')) {
|
|
175
|
+
obj['parentid'] = _ApiClient["default"].convertToType(data['parentid'], 'Number');
|
|
176
|
+
}
|
|
177
|
+
if (data.hasOwnProperty('description')) {
|
|
178
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
179
|
+
}
|
|
180
|
+
if (data.hasOwnProperty('templateid')) {
|
|
181
|
+
obj['templateid'] = _ApiClient["default"].convertToType(data['templateid'], 'Number');
|
|
182
|
+
}
|
|
183
|
+
if (data.hasOwnProperty('schemaLocked')) {
|
|
184
|
+
obj['schemaLocked'] = _ApiClient["default"].convertToType(data['schemaLocked'], 'Boolean');
|
|
185
|
+
}
|
|
186
|
+
if (data.hasOwnProperty('properties')) {
|
|
187
|
+
obj['properties'] = _ApiClient["default"].convertToType(data['properties'], Object);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
return obj;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* Validates the JSON data with respect to <code>GraphSchemaInput</code>.
|
|
195
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
196
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>GraphSchemaInput</code>.
|
|
197
|
+
*/
|
|
198
|
+
}, {
|
|
199
|
+
key: "validateJSON",
|
|
200
|
+
value: function validateJSON(data) {
|
|
201
|
+
// check to make sure all required properties are present in the JSON string
|
|
202
|
+
var _iterator = _createForOfIteratorHelper(GraphSchemaInput.RequiredProperties),
|
|
203
|
+
_step;
|
|
204
|
+
try {
|
|
205
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
206
|
+
var property = _step.value;
|
|
207
|
+
if (!data[property]) {
|
|
208
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
// ensure the json data is a string
|
|
212
|
+
} catch (err) {
|
|
213
|
+
_iterator.e(err);
|
|
214
|
+
} finally {
|
|
215
|
+
_iterator.f();
|
|
216
|
+
}
|
|
217
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
218
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
219
|
+
}
|
|
220
|
+
// ensure the json data is a string
|
|
221
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
222
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
223
|
+
}
|
|
224
|
+
return true;
|
|
225
|
+
}
|
|
226
|
+
}]);
|
|
227
|
+
return GraphSchemaInput;
|
|
228
|
+
}();
|
|
229
|
+
GraphSchemaInput.RequiredProperties = ["properties"];
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @member {String} name
|
|
233
|
+
*/
|
|
234
|
+
GraphSchemaInput.prototype['name'] = undefined;
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* @member {Number} parentid
|
|
238
|
+
*/
|
|
239
|
+
GraphSchemaInput.prototype['parentid'] = undefined;
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @member {String} description
|
|
243
|
+
*/
|
|
244
|
+
GraphSchemaInput.prototype['description'] = undefined;
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @member {Number} templateid
|
|
248
|
+
*/
|
|
249
|
+
GraphSchemaInput.prototype['templateid'] = undefined;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @member {Boolean} schemaLocked
|
|
253
|
+
*/
|
|
254
|
+
GraphSchemaInput.prototype['schemaLocked'] = undefined;
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* @member {Object} properties
|
|
258
|
+
*/
|
|
259
|
+
GraphSchemaInput.prototype['properties'] = undefined;
|
|
260
|
+
var _default = exports["default"] = GraphSchemaInput;
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
16
16
|
* gobodo-api
|
|
17
17
|
* REST Interface for Gobodo API
|
|
18
18
|
*
|
|
19
|
-
* The version of the OpenAPI document: 0.1.
|
|
19
|
+
* The version of the OpenAPI document: 0.1.80
|
|
20
20
|
* Contact: info@gobodo.io
|
|
21
21
|
*
|
|
22
22
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The GraphTraversalInput model module.
|
|
29
29
|
* @module model/GraphTraversalInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.80
|
|
31
31
|
*/
|
|
32
32
|
var GraphTraversalInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|