@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
|
@@ -0,0 +1,570 @@
|
|
|
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
|
+
var _CreateFunctionInput = _interopRequireDefault(require("./CreateFunctionInput"));
|
|
9
|
+
var _SkinFieldResponse = _interopRequireDefault(require("./SkinFieldResponse"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
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); }
|
|
12
|
+
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; } } }; }
|
|
13
|
+
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); }
|
|
14
|
+
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; }
|
|
15
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
16
|
+
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); } }
|
|
17
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
18
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
19
|
+
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); } /**
|
|
20
|
+
* gobodo-api
|
|
21
|
+
* REST Interface for Gobodo API
|
|
22
|
+
*
|
|
23
|
+
* The version of the OpenAPI document: 0.1.80
|
|
24
|
+
* Contact: info@gobodo.io
|
|
25
|
+
*
|
|
26
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
27
|
+
* https://openapi-generator.tech
|
|
28
|
+
* Do not edit the class manually.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
/**
|
|
32
|
+
* The GraphObjectTypeInput model module.
|
|
33
|
+
* @module model/GraphObjectTypeInput
|
|
34
|
+
* @version 0.1.80
|
|
35
|
+
*/
|
|
36
|
+
var GraphObjectTypeInput = /*#__PURE__*/function () {
|
|
37
|
+
/**
|
|
38
|
+
* Constructs a new <code>GraphObjectTypeInput</code>.
|
|
39
|
+
* @alias module:model/GraphObjectTypeInput
|
|
40
|
+
* @param methods {Array.<module:model/CreateFunctionInput>}
|
|
41
|
+
* @param fields {Array.<module:model/SkinFieldResponse>}
|
|
42
|
+
* @param properties {Object}
|
|
43
|
+
*/
|
|
44
|
+
function GraphObjectTypeInput(methods, fields, properties) {
|
|
45
|
+
_classCallCheck(this, GraphObjectTypeInput);
|
|
46
|
+
GraphObjectTypeInput.initialize(this, methods, fields, properties);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Initializes the fields of this object.
|
|
51
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
52
|
+
* Only for internal use.
|
|
53
|
+
*/
|
|
54
|
+
_createClass(GraphObjectTypeInput, [{
|
|
55
|
+
key: "getName",
|
|
56
|
+
value:
|
|
57
|
+
/**
|
|
58
|
+
* @return {String}
|
|
59
|
+
*/
|
|
60
|
+
function getName() {
|
|
61
|
+
return this.name;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @param {String} name
|
|
66
|
+
*/
|
|
67
|
+
}, {
|
|
68
|
+
key: "setName",
|
|
69
|
+
value: function setName(name) {
|
|
70
|
+
this['name'] = name;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* @return {Number}
|
|
74
|
+
*/
|
|
75
|
+
}, {
|
|
76
|
+
key: "getParentid",
|
|
77
|
+
value: function getParentid() {
|
|
78
|
+
return this.parentid;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @param {Number} parentid
|
|
83
|
+
*/
|
|
84
|
+
}, {
|
|
85
|
+
key: "setParentid",
|
|
86
|
+
value: function setParentid(parentid) {
|
|
87
|
+
this['parentid'] = parentid;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @return {Boolean}
|
|
91
|
+
*/
|
|
92
|
+
}, {
|
|
93
|
+
key: "getAbstract",
|
|
94
|
+
value: function getAbstract() {
|
|
95
|
+
return this["abstract"];
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @param {Boolean} _abstract
|
|
100
|
+
*/
|
|
101
|
+
}, {
|
|
102
|
+
key: "setAbstract",
|
|
103
|
+
value: function setAbstract(_abstract) {
|
|
104
|
+
this['abstract'] = _abstract;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* @return {Boolean}
|
|
108
|
+
*/
|
|
109
|
+
}, {
|
|
110
|
+
key: "getSearchable",
|
|
111
|
+
value: function getSearchable() {
|
|
112
|
+
return this.searchable;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @param {Boolean} searchable
|
|
117
|
+
*/
|
|
118
|
+
}, {
|
|
119
|
+
key: "setSearchable",
|
|
120
|
+
value: function setSearchable(searchable) {
|
|
121
|
+
this['searchable'] = searchable;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* @return {Number}
|
|
125
|
+
*/
|
|
126
|
+
}, {
|
|
127
|
+
key: "getTemplateid",
|
|
128
|
+
value: function getTemplateid() {
|
|
129
|
+
return this.templateid;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* @param {Number} templateid
|
|
134
|
+
*/
|
|
135
|
+
}, {
|
|
136
|
+
key: "setTemplateid",
|
|
137
|
+
value: function setTemplateid(templateid) {
|
|
138
|
+
this['templateid'] = templateid;
|
|
139
|
+
}
|
|
140
|
+
/**
|
|
141
|
+
* @return {Boolean}
|
|
142
|
+
*/
|
|
143
|
+
}, {
|
|
144
|
+
key: "getHiddenFromCreationScreen",
|
|
145
|
+
value: function getHiddenFromCreationScreen() {
|
|
146
|
+
return this.hiddenFromCreationScreen;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @param {Boolean} hiddenFromCreationScreen
|
|
151
|
+
*/
|
|
152
|
+
}, {
|
|
153
|
+
key: "setHiddenFromCreationScreen",
|
|
154
|
+
value: function setHiddenFromCreationScreen(hiddenFromCreationScreen) {
|
|
155
|
+
this['hiddenFromCreationScreen'] = hiddenFromCreationScreen;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* @return {Boolean}
|
|
159
|
+
*/
|
|
160
|
+
}, {
|
|
161
|
+
key: "getCreatorrequiredtobepage",
|
|
162
|
+
value: function getCreatorrequiredtobepage() {
|
|
163
|
+
return this.creatorrequiredtobepage;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @param {Boolean} creatorrequiredtobepage
|
|
168
|
+
*/
|
|
169
|
+
}, {
|
|
170
|
+
key: "setCreatorrequiredtobepage",
|
|
171
|
+
value: function setCreatorrequiredtobepage(creatorrequiredtobepage) {
|
|
172
|
+
this['creatorrequiredtobepage'] = creatorrequiredtobepage;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @return {String}
|
|
176
|
+
*/
|
|
177
|
+
}, {
|
|
178
|
+
key: "getDescription",
|
|
179
|
+
value: function getDescription() {
|
|
180
|
+
return this.description;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @param {String} description
|
|
185
|
+
*/
|
|
186
|
+
}, {
|
|
187
|
+
key: "setDescription",
|
|
188
|
+
value: function setDescription(description) {
|
|
189
|
+
this['description'] = description;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* @return {Date}
|
|
193
|
+
*/
|
|
194
|
+
}, {
|
|
195
|
+
key: "getModificationdate",
|
|
196
|
+
value: function getModificationdate() {
|
|
197
|
+
return this.modificationdate;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* @param {Date} modificationdate
|
|
202
|
+
*/
|
|
203
|
+
}, {
|
|
204
|
+
key: "setModificationdate",
|
|
205
|
+
value: function setModificationdate(modificationdate) {
|
|
206
|
+
this['modificationdate'] = modificationdate;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* @return {String}
|
|
210
|
+
*/
|
|
211
|
+
}, {
|
|
212
|
+
key: "getSingularname",
|
|
213
|
+
value: function getSingularname() {
|
|
214
|
+
return this.singularname;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @param {String} singularname
|
|
219
|
+
*/
|
|
220
|
+
}, {
|
|
221
|
+
key: "setSingularname",
|
|
222
|
+
value: function setSingularname(singularname) {
|
|
223
|
+
this['singularname'] = singularname;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @return {String}
|
|
227
|
+
*/
|
|
228
|
+
}, {
|
|
229
|
+
key: "getPluralname",
|
|
230
|
+
value: function getPluralname() {
|
|
231
|
+
return this.pluralname;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* @param {String} pluralname
|
|
236
|
+
*/
|
|
237
|
+
}, {
|
|
238
|
+
key: "setPluralname",
|
|
239
|
+
value: function setPluralname(pluralname) {
|
|
240
|
+
this['pluralname'] = pluralname;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* @return {String}
|
|
244
|
+
*/
|
|
245
|
+
}, {
|
|
246
|
+
key: "getKey",
|
|
247
|
+
value: function getKey() {
|
|
248
|
+
return this.key;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @param {String} key
|
|
253
|
+
*/
|
|
254
|
+
}, {
|
|
255
|
+
key: "setKey",
|
|
256
|
+
value: function setKey(key) {
|
|
257
|
+
this['key'] = key;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @return {Array.<module:model/CreateFunctionInput>}
|
|
261
|
+
*/
|
|
262
|
+
}, {
|
|
263
|
+
key: "getMethods",
|
|
264
|
+
value: function getMethods() {
|
|
265
|
+
return this.methods;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* @param {Array.<module:model/CreateFunctionInput>} methods
|
|
270
|
+
*/
|
|
271
|
+
}, {
|
|
272
|
+
key: "setMethods",
|
|
273
|
+
value: function setMethods(methods) {
|
|
274
|
+
this['methods'] = methods;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* @return {Array.<module:model/SkinFieldResponse>}
|
|
278
|
+
*/
|
|
279
|
+
}, {
|
|
280
|
+
key: "getFields",
|
|
281
|
+
value: function getFields() {
|
|
282
|
+
return this.fields;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* @param {Array.<module:model/SkinFieldResponse>} fields
|
|
287
|
+
*/
|
|
288
|
+
}, {
|
|
289
|
+
key: "setFields",
|
|
290
|
+
value: function setFields(fields) {
|
|
291
|
+
this['fields'] = fields;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* @return {Object}
|
|
295
|
+
*/
|
|
296
|
+
}, {
|
|
297
|
+
key: "getProperties",
|
|
298
|
+
value: function getProperties() {
|
|
299
|
+
return this.properties;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @param {Object} properties
|
|
304
|
+
*/
|
|
305
|
+
}, {
|
|
306
|
+
key: "setProperties",
|
|
307
|
+
value: function setProperties(properties) {
|
|
308
|
+
this['properties'] = properties;
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* @return {Number}
|
|
312
|
+
*/
|
|
313
|
+
}, {
|
|
314
|
+
key: "getId",
|
|
315
|
+
value: function getId() {
|
|
316
|
+
return this.id;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* @param {Number} id
|
|
321
|
+
*/
|
|
322
|
+
}, {
|
|
323
|
+
key: "setId",
|
|
324
|
+
value: function setId(id) {
|
|
325
|
+
this['id'] = id;
|
|
326
|
+
}
|
|
327
|
+
}], [{
|
|
328
|
+
key: "initialize",
|
|
329
|
+
value: function initialize(obj, methods, fields, properties) {
|
|
330
|
+
obj['methods'] = methods;
|
|
331
|
+
obj['fields'] = fields;
|
|
332
|
+
obj['properties'] = properties;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Constructs a <code>GraphObjectTypeInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
337
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
338
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
339
|
+
* @param {module:model/GraphObjectTypeInput} obj Optional instance to populate.
|
|
340
|
+
* @return {module:model/GraphObjectTypeInput} The populated <code>GraphObjectTypeInput</code> instance.
|
|
341
|
+
*/
|
|
342
|
+
}, {
|
|
343
|
+
key: "constructFromObject",
|
|
344
|
+
value: function constructFromObject(data, obj) {
|
|
345
|
+
if (data) {
|
|
346
|
+
obj = obj || new GraphObjectTypeInput();
|
|
347
|
+
if (data.hasOwnProperty('name')) {
|
|
348
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
349
|
+
}
|
|
350
|
+
if (data.hasOwnProperty('parentid')) {
|
|
351
|
+
obj['parentid'] = _ApiClient["default"].convertToType(data['parentid'], 'Number');
|
|
352
|
+
}
|
|
353
|
+
if (data.hasOwnProperty('abstract')) {
|
|
354
|
+
obj['abstract'] = _ApiClient["default"].convertToType(data['abstract'], 'Boolean');
|
|
355
|
+
}
|
|
356
|
+
if (data.hasOwnProperty('searchable')) {
|
|
357
|
+
obj['searchable'] = _ApiClient["default"].convertToType(data['searchable'], 'Boolean');
|
|
358
|
+
}
|
|
359
|
+
if (data.hasOwnProperty('templateid')) {
|
|
360
|
+
obj['templateid'] = _ApiClient["default"].convertToType(data['templateid'], 'Number');
|
|
361
|
+
}
|
|
362
|
+
if (data.hasOwnProperty('hiddenFromCreationScreen')) {
|
|
363
|
+
obj['hiddenFromCreationScreen'] = _ApiClient["default"].convertToType(data['hiddenFromCreationScreen'], 'Boolean');
|
|
364
|
+
}
|
|
365
|
+
if (data.hasOwnProperty('creatorrequiredtobepage')) {
|
|
366
|
+
obj['creatorrequiredtobepage'] = _ApiClient["default"].convertToType(data['creatorrequiredtobepage'], 'Boolean');
|
|
367
|
+
}
|
|
368
|
+
if (data.hasOwnProperty('description')) {
|
|
369
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
370
|
+
}
|
|
371
|
+
if (data.hasOwnProperty('modificationdate')) {
|
|
372
|
+
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
373
|
+
}
|
|
374
|
+
if (data.hasOwnProperty('singularname')) {
|
|
375
|
+
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
376
|
+
}
|
|
377
|
+
if (data.hasOwnProperty('pluralname')) {
|
|
378
|
+
obj['pluralname'] = _ApiClient["default"].convertToType(data['pluralname'], 'String');
|
|
379
|
+
}
|
|
380
|
+
if (data.hasOwnProperty('key')) {
|
|
381
|
+
obj['key'] = _ApiClient["default"].convertToType(data['key'], 'String');
|
|
382
|
+
}
|
|
383
|
+
if (data.hasOwnProperty('methods')) {
|
|
384
|
+
obj['methods'] = _ApiClient["default"].convertToType(data['methods'], [_CreateFunctionInput["default"]]);
|
|
385
|
+
}
|
|
386
|
+
if (data.hasOwnProperty('fields')) {
|
|
387
|
+
obj['fields'] = _ApiClient["default"].convertToType(data['fields'], [_SkinFieldResponse["default"]]);
|
|
388
|
+
}
|
|
389
|
+
if (data.hasOwnProperty('properties')) {
|
|
390
|
+
obj['properties'] = _ApiClient["default"].convertToType(data['properties'], Object);
|
|
391
|
+
}
|
|
392
|
+
if (data.hasOwnProperty('id')) {
|
|
393
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
return obj;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* Validates the JSON data with respect to <code>GraphObjectTypeInput</code>.
|
|
401
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
402
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>GraphObjectTypeInput</code>.
|
|
403
|
+
*/
|
|
404
|
+
}, {
|
|
405
|
+
key: "validateJSON",
|
|
406
|
+
value: function validateJSON(data) {
|
|
407
|
+
// check to make sure all required properties are present in the JSON string
|
|
408
|
+
var _iterator = _createForOfIteratorHelper(GraphObjectTypeInput.RequiredProperties),
|
|
409
|
+
_step;
|
|
410
|
+
try {
|
|
411
|
+
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
412
|
+
var property = _step.value;
|
|
413
|
+
if (!data[property]) {
|
|
414
|
+
throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data));
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
// ensure the json data is a string
|
|
418
|
+
} catch (err) {
|
|
419
|
+
_iterator.e(err);
|
|
420
|
+
} finally {
|
|
421
|
+
_iterator.f();
|
|
422
|
+
}
|
|
423
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
424
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
425
|
+
}
|
|
426
|
+
// ensure the json data is a string
|
|
427
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
428
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
429
|
+
}
|
|
430
|
+
// ensure the json data is a string
|
|
431
|
+
if (data['singularname'] && !(typeof data['singularname'] === 'string' || data['singularname'] instanceof String)) {
|
|
432
|
+
throw new Error("Expected the field `singularname` to be a primitive type in the JSON string but got " + data['singularname']);
|
|
433
|
+
}
|
|
434
|
+
// ensure the json data is a string
|
|
435
|
+
if (data['pluralname'] && !(typeof data['pluralname'] === 'string' || data['pluralname'] instanceof String)) {
|
|
436
|
+
throw new Error("Expected the field `pluralname` to be a primitive type in the JSON string but got " + data['pluralname']);
|
|
437
|
+
}
|
|
438
|
+
// ensure the json data is a string
|
|
439
|
+
if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) {
|
|
440
|
+
throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']);
|
|
441
|
+
}
|
|
442
|
+
if (data['methods']) {
|
|
443
|
+
// data not null
|
|
444
|
+
// ensure the json data is an array
|
|
445
|
+
if (!Array.isArray(data['methods'])) {
|
|
446
|
+
throw new Error("Expected the field `methods` to be an array in the JSON data but got " + data['methods']);
|
|
447
|
+
}
|
|
448
|
+
// validate the optional field `methods` (array)
|
|
449
|
+
var _iterator2 = _createForOfIteratorHelper(data['methods']),
|
|
450
|
+
_step2;
|
|
451
|
+
try {
|
|
452
|
+
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
453
|
+
var item = _step2.value;
|
|
454
|
+
_CreateFunctionInput["default"].validateJSON(item);
|
|
455
|
+
}
|
|
456
|
+
} catch (err) {
|
|
457
|
+
_iterator2.e(err);
|
|
458
|
+
} finally {
|
|
459
|
+
_iterator2.f();
|
|
460
|
+
}
|
|
461
|
+
;
|
|
462
|
+
}
|
|
463
|
+
if (data['fields']) {
|
|
464
|
+
// data not null
|
|
465
|
+
// ensure the json data is an array
|
|
466
|
+
if (!Array.isArray(data['fields'])) {
|
|
467
|
+
throw new Error("Expected the field `fields` to be an array in the JSON data but got " + data['fields']);
|
|
468
|
+
}
|
|
469
|
+
// validate the optional field `fields` (array)
|
|
470
|
+
var _iterator3 = _createForOfIteratorHelper(data['fields']),
|
|
471
|
+
_step3;
|
|
472
|
+
try {
|
|
473
|
+
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
474
|
+
var _item = _step3.value;
|
|
475
|
+
_SkinFieldResponse["default"].validateJSON(_item);
|
|
476
|
+
}
|
|
477
|
+
} catch (err) {
|
|
478
|
+
_iterator3.e(err);
|
|
479
|
+
} finally {
|
|
480
|
+
_iterator3.f();
|
|
481
|
+
}
|
|
482
|
+
;
|
|
483
|
+
}
|
|
484
|
+
return true;
|
|
485
|
+
}
|
|
486
|
+
}]);
|
|
487
|
+
return GraphObjectTypeInput;
|
|
488
|
+
}();
|
|
489
|
+
GraphObjectTypeInput.RequiredProperties = ["methods", "fields", "properties"];
|
|
490
|
+
|
|
491
|
+
/**
|
|
492
|
+
* @member {String} name
|
|
493
|
+
*/
|
|
494
|
+
GraphObjectTypeInput.prototype['name'] = undefined;
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* @member {Number} parentid
|
|
498
|
+
*/
|
|
499
|
+
GraphObjectTypeInput.prototype['parentid'] = undefined;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @member {Boolean} abstract
|
|
503
|
+
*/
|
|
504
|
+
GraphObjectTypeInput.prototype['abstract'] = undefined;
|
|
505
|
+
|
|
506
|
+
/**
|
|
507
|
+
* @member {Boolean} searchable
|
|
508
|
+
*/
|
|
509
|
+
GraphObjectTypeInput.prototype['searchable'] = undefined;
|
|
510
|
+
|
|
511
|
+
/**
|
|
512
|
+
* @member {Number} templateid
|
|
513
|
+
*/
|
|
514
|
+
GraphObjectTypeInput.prototype['templateid'] = undefined;
|
|
515
|
+
|
|
516
|
+
/**
|
|
517
|
+
* @member {Boolean} hiddenFromCreationScreen
|
|
518
|
+
*/
|
|
519
|
+
GraphObjectTypeInput.prototype['hiddenFromCreationScreen'] = undefined;
|
|
520
|
+
|
|
521
|
+
/**
|
|
522
|
+
* @member {Boolean} creatorrequiredtobepage
|
|
523
|
+
*/
|
|
524
|
+
GraphObjectTypeInput.prototype['creatorrequiredtobepage'] = undefined;
|
|
525
|
+
|
|
526
|
+
/**
|
|
527
|
+
* @member {String} description
|
|
528
|
+
*/
|
|
529
|
+
GraphObjectTypeInput.prototype['description'] = undefined;
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* @member {Date} modificationdate
|
|
533
|
+
*/
|
|
534
|
+
GraphObjectTypeInput.prototype['modificationdate'] = undefined;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* @member {String} singularname
|
|
538
|
+
*/
|
|
539
|
+
GraphObjectTypeInput.prototype['singularname'] = undefined;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* @member {String} pluralname
|
|
543
|
+
*/
|
|
544
|
+
GraphObjectTypeInput.prototype['pluralname'] = undefined;
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* @member {String} key
|
|
548
|
+
*/
|
|
549
|
+
GraphObjectTypeInput.prototype['key'] = undefined;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @member {Array.<module:model/CreateFunctionInput>} methods
|
|
553
|
+
*/
|
|
554
|
+
GraphObjectTypeInput.prototype['methods'] = undefined;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @member {Array.<module:model/SkinFieldResponse>} fields
|
|
558
|
+
*/
|
|
559
|
+
GraphObjectTypeInput.prototype['fields'] = undefined;
|
|
560
|
+
|
|
561
|
+
/**
|
|
562
|
+
* @member {Object} properties
|
|
563
|
+
*/
|
|
564
|
+
GraphObjectTypeInput.prototype['properties'] = undefined;
|
|
565
|
+
|
|
566
|
+
/**
|
|
567
|
+
* @member {Number} id
|
|
568
|
+
*/
|
|
569
|
+
GraphObjectTypeInput.prototype['id'] = undefined;
|
|
570
|
+
var _default = exports["default"] = GraphObjectTypeInput;
|
|
@@ -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 GraphObjectTypeResponse model module.
|
|
34
34
|
* @module model/GraphObjectTypeResponse
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.80
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeResponse = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -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 GraphObjectTypeSchema model module.
|
|
34
34
|
* @module model/GraphObjectTypeSchema
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.80
|
|
36
36
|
*/
|
|
37
37
|
var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -205,6 +205,23 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
205
205
|
value: function setDescription(description) {
|
|
206
206
|
this['description'] = description;
|
|
207
207
|
}
|
|
208
|
+
/**
|
|
209
|
+
* @return {Object}
|
|
210
|
+
*/
|
|
211
|
+
}, {
|
|
212
|
+
key: "getActionTypes",
|
|
213
|
+
value: function getActionTypes() {
|
|
214
|
+
return this.actionTypes;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @param {Object} actionTypes
|
|
219
|
+
*/
|
|
220
|
+
}, {
|
|
221
|
+
key: "setActionTypes",
|
|
222
|
+
value: function setActionTypes(actionTypes) {
|
|
223
|
+
this['actionTypes'] = actionTypes;
|
|
224
|
+
}
|
|
208
225
|
/**
|
|
209
226
|
* @return {module:model/Member}
|
|
210
227
|
*/
|
|
@@ -241,23 +258,6 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
241
258
|
value: function setModificationdate(modificationdate) {
|
|
242
259
|
this['modificationdate'] = modificationdate;
|
|
243
260
|
}
|
|
244
|
-
/**
|
|
245
|
-
* @return {Object}
|
|
246
|
-
*/
|
|
247
|
-
}, {
|
|
248
|
-
key: "getActionTypes",
|
|
249
|
-
value: function getActionTypes() {
|
|
250
|
-
return this.actionTypes;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* @param {Object} actionTypes
|
|
255
|
-
*/
|
|
256
|
-
}, {
|
|
257
|
-
key: "setActionTypes",
|
|
258
|
-
value: function setActionTypes(actionTypes) {
|
|
259
|
-
this['actionTypes'] = actionTypes;
|
|
260
|
-
}
|
|
261
261
|
/**
|
|
262
262
|
* @return {String}
|
|
263
263
|
*/
|
|
@@ -439,15 +439,15 @@ var GraphObjectTypeSchema = /*#__PURE__*/function () {
|
|
|
439
439
|
if (data.hasOwnProperty('description')) {
|
|
440
440
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
441
441
|
}
|
|
442
|
+
if (data.hasOwnProperty('actionTypes')) {
|
|
443
|
+
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
444
|
+
}
|
|
442
445
|
if (data.hasOwnProperty('creator')) {
|
|
443
446
|
obj['creator'] = _Member["default"].constructFromObject(data['creator']);
|
|
444
447
|
}
|
|
445
448
|
if (data.hasOwnProperty('modificationdate')) {
|
|
446
449
|
obj['modificationdate'] = _ApiClient["default"].convertToType(data['modificationdate'], 'Date');
|
|
447
450
|
}
|
|
448
|
-
if (data.hasOwnProperty('actionTypes')) {
|
|
449
|
-
obj['actionTypes'] = _ApiClient["default"].convertToType(data['actionTypes'], Object);
|
|
450
|
-
}
|
|
451
451
|
if (data.hasOwnProperty('singularname')) {
|
|
452
452
|
obj['singularname'] = _ApiClient["default"].convertToType(data['singularname'], 'String');
|
|
453
453
|
}
|
|
@@ -586,6 +586,11 @@ GraphObjectTypeSchema.prototype['workflows'] = undefined;
|
|
|
586
586
|
*/
|
|
587
587
|
GraphObjectTypeSchema.prototype['description'] = undefined;
|
|
588
588
|
|
|
589
|
+
/**
|
|
590
|
+
* @member {Object} actionTypes
|
|
591
|
+
*/
|
|
592
|
+
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
593
|
+
|
|
589
594
|
/**
|
|
590
595
|
* @member {module:model/Member} creator
|
|
591
596
|
*/
|
|
@@ -597,11 +602,6 @@ GraphObjectTypeSchema.prototype['creator'] = undefined;
|
|
|
597
602
|
*/
|
|
598
603
|
GraphObjectTypeSchema.prototype['modificationdate'] = undefined;
|
|
599
604
|
|
|
600
|
-
/**
|
|
601
|
-
* @member {Object} actionTypes
|
|
602
|
-
*/
|
|
603
|
-
GraphObjectTypeSchema.prototype['actionTypes'] = undefined;
|
|
604
|
-
|
|
605
605
|
/**
|
|
606
606
|
* @member {String} singularname
|
|
607
607
|
*/
|