@gobodo/gobodo-api-promise 0.1.52 → 0.1.61
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 +137 -54
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +13 -13
- package/dist/api/AdManagementApi.js +24 -24
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +13 -13
- package/dist/api/AttachmentsApi.js +7 -7
- package/dist/api/AuthenticationApi.js +44 -2
- package/dist/api/CategoriesApi.js +7 -7
- package/dist/api/CommentsApi.js +7 -7
- package/dist/api/ContentManagementApi.js +12 -12
- package/dist/api/ConversationsApi.js +7 -7
- package/dist/api/DataSheetImportsApi.js +7 -7
- package/dist/api/DefaultApi.js +15 -443
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.js +346 -0
- package/dist/api/EntryPartsApi.js +7 -7
- 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 +17 -17
- package/dist/api/FunctionsApi.js +1373 -25
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionTypesApi.js +632 -0
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +250 -86
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +172 -13
- package/dist/api/GraphRelationshipsApi.js +21 -20
- package/dist/api/GraphSchemasApi.js +13 -13
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +13 -13
- package/dist/api/GroupsApi.js +7 -7
- package/dist/api/IAMApi.js +13 -13
- package/dist/api/ImagesApi.js +7 -7
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +7 -7
- 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 +1076 -0
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.js +403 -0
- package/dist/api/PostsApi.js +7 -7
- package/dist/api/PrivateMessagesApi.js +18 -18
- 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 +8 -8
- package/dist/api/TopicsApi.js +569 -0
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +7 -7
- package/dist/api/UsersApi.js +7 -7
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +7 -7
- package/dist/index.js +245 -7
- package/dist/model/APIClient.js +23 -23
- 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 -49
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +193 -0
- package/dist/model/Balance.js +33 -33
- 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 +31 -31
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +238 -0
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CreateTopicInput.js +191 -0
- package/dist/model/CreateTopicListenerInput.js +160 -0
- package/dist/model/CurrencySettings.js +108 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +27 -27
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/DeviceRegistrationRequest.js +252 -0
- package/dist/model/Document.js +2 -2
- package/dist/model/DocumentPart.js +52 -52
- package/dist/model/DocumentPartType.js +23 -23
- package/dist/model/DocumentType.js +63 -63
- package/dist/model/EmailAddress.js +245 -0
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +71 -71
- package/dist/model/File.js +23 -23
- package/dist/model/FileAttachmentUploadObject.js +23 -23
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +37 -37
- package/dist/model/FormSection.js +37 -37
- package/dist/model/FormSubmission.js +30 -30
- package/dist/model/FunctionConfigInput.js +563 -0
- package/dist/model/FunctionEnvironmentConfig.js +221 -0
- package/dist/model/FunctionInput.js +260 -0
- package/dist/model/FunctionOutput.js +235 -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 +536 -0
- package/dist/model/GetFunctionEnvironmentConfig.js +223 -0
- package/dist/model/GetFunctionResponse.js +302 -0
- package/dist/model/GoogleCloudSettings.js +162 -0
- package/dist/model/Graph.js +91 -91
- package/dist/model/GraphAction.js +29 -29
- 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 +81 -81
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +109 -109
- package/dist/model/GraphObjectType.js +52 -52
- package/dist/model/GraphObjectTypeResponse.js +377 -0
- package/dist/model/GraphObjectTypeSchema.js +52 -52
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelationship.js +30 -30
- package/dist/model/GraphRelationshipPayload.js +2 -2
- package/dist/model/GraphRelationshipType.js +33 -33
- package/dist/model/GraphRelationshipTypeResponse.js +612 -0
- package/dist/model/GraphSchema.js +115 -115
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +70 -70
- package/dist/model/ImageUploadObject.js +70 -70
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartHeaders.js +106 -0
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +220 -0
- package/dist/model/Link.js +54 -54
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +108 -108
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +31 -31
- package/dist/model/MemberGroupCategory.js +2 -2
- package/dist/model/MemberList.js +2 -2
- package/dist/model/MessageGroup.js +25 -25
- package/dist/model/MultipartBody.js +2 -2
- package/dist/model/Notification.js +381 -0
- package/dist/model/NotificationInput.js +273 -0
- package/dist/model/NotificationResponse.js +332 -0
- package/dist/model/NumberSettings.js +104 -0
- package/dist/model/ObjectSettings.js +129 -0
- package/dist/model/Objecttype.js +48 -48
- package/dist/model/OutParameter.js +162 -0
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +27 -27
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Parameter.js +162 -0
- 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 +25 -25
- 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 +332 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +91 -91
- 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 +25 -25
- package/dist/model/PurgeDataDefaultResponse.js +179 -0
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +81 -81
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +71 -71
- package/dist/model/SkinFieldResponse.js +596 -0
- package/dist/model/SocialGroup.js +2 -2
- 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 +58 -58
- package/dist/model/TemplateResponse.js +301 -0
- package/dist/model/TemplateSchema.js +58 -58
- package/dist/model/ThemeMapping.js +27 -27
- package/dist/model/ThemeMappingPayload.js +25 -25
- package/dist/model/TopicInfoResponse.js +269 -0
- package/dist/model/TopicMessageInput.js +158 -0
- package/dist/model/TopicSubscriptionResponse.js +220 -0
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +32 -32
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +32 -32
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +31 -31
- package/dist/model/UserDataPayload.js +31 -31
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +29 -29
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +31 -31
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +52 -52
- package/dist/model/VideoLiveUrl.js +27 -27
- package/dist/model/VideoSchema.js +52 -52
- package/dist/model/VideoUploadObject.js +52 -52
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
|
@@ -0,0 +1,596 @@
|
|
|
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 _CurrencySettings = _interopRequireDefault(require("./CurrencySettings"));
|
|
9
|
+
var _NumberSettings = _interopRequireDefault(require("./NumberSettings"));
|
|
10
|
+
var _ObjectSettings = _interopRequireDefault(require("./ObjectSettings"));
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
|
+
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); }
|
|
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.61
|
|
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 SkinFieldResponse model module.
|
|
31
|
+
* @module model/SkinFieldResponse
|
|
32
|
+
* @version 0.1.61
|
|
33
|
+
*/
|
|
34
|
+
var SkinFieldResponse = /*#__PURE__*/function () {
|
|
35
|
+
/**
|
|
36
|
+
* Constructs a new <code>SkinFieldResponse</code>.
|
|
37
|
+
* @alias module:model/SkinFieldResponse
|
|
38
|
+
*/
|
|
39
|
+
function SkinFieldResponse() {
|
|
40
|
+
_classCallCheck(this, SkinFieldResponse);
|
|
41
|
+
SkinFieldResponse.initialize(this);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* Initializes the fields of this object.
|
|
46
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
47
|
+
* Only for internal use.
|
|
48
|
+
*/
|
|
49
|
+
_createClass(SkinFieldResponse, [{
|
|
50
|
+
key: "getId",
|
|
51
|
+
value:
|
|
52
|
+
/**
|
|
53
|
+
* @return {Number}
|
|
54
|
+
*/
|
|
55
|
+
function getId() {
|
|
56
|
+
return this.id;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @param {Number} id
|
|
61
|
+
*/
|
|
62
|
+
}, {
|
|
63
|
+
key: "setId",
|
|
64
|
+
value: function setId(id) {
|
|
65
|
+
this['id'] = id;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @return {String}
|
|
69
|
+
*/
|
|
70
|
+
}, {
|
|
71
|
+
key: "getName",
|
|
72
|
+
value: function getName() {
|
|
73
|
+
return this.name;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* @param {String} name
|
|
78
|
+
*/
|
|
79
|
+
}, {
|
|
80
|
+
key: "setName",
|
|
81
|
+
value: function setName(name) {
|
|
82
|
+
this['name'] = name;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* @return {String}
|
|
86
|
+
*/
|
|
87
|
+
}, {
|
|
88
|
+
key: "getLabel",
|
|
89
|
+
value: function getLabel() {
|
|
90
|
+
return this.label;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @param {String} label
|
|
95
|
+
*/
|
|
96
|
+
}, {
|
|
97
|
+
key: "setLabel",
|
|
98
|
+
value: function setLabel(label) {
|
|
99
|
+
this['label'] = label;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* @return {String}
|
|
103
|
+
*/
|
|
104
|
+
}, {
|
|
105
|
+
key: "getDescription",
|
|
106
|
+
value: function getDescription() {
|
|
107
|
+
return this.description;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* @param {String} description
|
|
112
|
+
*/
|
|
113
|
+
}, {
|
|
114
|
+
key: "setDescription",
|
|
115
|
+
value: function setDescription(description) {
|
|
116
|
+
this['description'] = description;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @return {String}
|
|
120
|
+
*/
|
|
121
|
+
}, {
|
|
122
|
+
key: "getType",
|
|
123
|
+
value: function getType() {
|
|
124
|
+
return this.type;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* @param {String} type
|
|
129
|
+
*/
|
|
130
|
+
}, {
|
|
131
|
+
key: "setType",
|
|
132
|
+
value: function setType(type) {
|
|
133
|
+
this['type'] = type;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* @return {Boolean}
|
|
137
|
+
*/
|
|
138
|
+
}, {
|
|
139
|
+
key: "getRequired",
|
|
140
|
+
value: function getRequired() {
|
|
141
|
+
return this.required;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* @param {Boolean} required
|
|
146
|
+
*/
|
|
147
|
+
}, {
|
|
148
|
+
key: "setRequired",
|
|
149
|
+
value: function setRequired(required) {
|
|
150
|
+
this['required'] = required;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @return {String}
|
|
154
|
+
*/
|
|
155
|
+
}, {
|
|
156
|
+
key: "getDefaultValue",
|
|
157
|
+
value: function getDefaultValue() {
|
|
158
|
+
return this.defaultValue;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* @param {String} defaultValue
|
|
163
|
+
*/
|
|
164
|
+
}, {
|
|
165
|
+
key: "setDefaultValue",
|
|
166
|
+
value: function setDefaultValue(defaultValue) {
|
|
167
|
+
this['defaultValue'] = defaultValue;
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* @return {Array.<String>}
|
|
171
|
+
*/
|
|
172
|
+
}, {
|
|
173
|
+
key: "getEnumValues",
|
|
174
|
+
value: function getEnumValues() {
|
|
175
|
+
return this.enumValues;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @param {Array.<String>} enumValues
|
|
180
|
+
*/
|
|
181
|
+
}, {
|
|
182
|
+
key: "setEnumValues",
|
|
183
|
+
value: function setEnumValues(enumValues) {
|
|
184
|
+
this['enumValues'] = enumValues;
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* @return {Boolean}
|
|
188
|
+
*/
|
|
189
|
+
}, {
|
|
190
|
+
key: "getIsUnique",
|
|
191
|
+
value: function getIsUnique() {
|
|
192
|
+
return this.isUnique;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* @param {Boolean} isUnique
|
|
197
|
+
*/
|
|
198
|
+
}, {
|
|
199
|
+
key: "setIsUnique",
|
|
200
|
+
value: function setIsUnique(isUnique) {
|
|
201
|
+
this['isUnique'] = isUnique;
|
|
202
|
+
}
|
|
203
|
+
/**
|
|
204
|
+
* @return {Boolean}
|
|
205
|
+
*/
|
|
206
|
+
}, {
|
|
207
|
+
key: "getIsIndexed",
|
|
208
|
+
value: function getIsIndexed() {
|
|
209
|
+
return this.isIndexed;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @param {Boolean} isIndexed
|
|
214
|
+
*/
|
|
215
|
+
}, {
|
|
216
|
+
key: "setIsIndexed",
|
|
217
|
+
value: function setIsIndexed(isIndexed) {
|
|
218
|
+
this['isIndexed'] = isIndexed;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* @return {Boolean}
|
|
222
|
+
*/
|
|
223
|
+
}, {
|
|
224
|
+
key: "getIsAutoGenerated",
|
|
225
|
+
value: function getIsAutoGenerated() {
|
|
226
|
+
return this.isAutoGenerated;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @param {Boolean} isAutoGenerated
|
|
231
|
+
*/
|
|
232
|
+
}, {
|
|
233
|
+
key: "setIsAutoGenerated",
|
|
234
|
+
value: function setIsAutoGenerated(isAutoGenerated) {
|
|
235
|
+
this['isAutoGenerated'] = isAutoGenerated;
|
|
236
|
+
}
|
|
237
|
+
/**
|
|
238
|
+
* @return {Boolean}
|
|
239
|
+
*/
|
|
240
|
+
}, {
|
|
241
|
+
key: "getIsReadOnly",
|
|
242
|
+
value: function getIsReadOnly() {
|
|
243
|
+
return this.isReadOnly;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @param {Boolean} isReadOnly
|
|
248
|
+
*/
|
|
249
|
+
}, {
|
|
250
|
+
key: "setIsReadOnly",
|
|
251
|
+
value: function setIsReadOnly(isReadOnly) {
|
|
252
|
+
this['isReadOnly'] = isReadOnly;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* @return {Boolean}
|
|
256
|
+
*/
|
|
257
|
+
}, {
|
|
258
|
+
key: "getIsHidden",
|
|
259
|
+
value: function getIsHidden() {
|
|
260
|
+
return this.isHidden;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* @param {Boolean} isHidden
|
|
265
|
+
*/
|
|
266
|
+
}, {
|
|
267
|
+
key: "setIsHidden",
|
|
268
|
+
value: function setIsHidden(isHidden) {
|
|
269
|
+
this['isHidden'] = isHidden;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* @return {Boolean}
|
|
273
|
+
*/
|
|
274
|
+
}, {
|
|
275
|
+
key: "getIsDeprecated",
|
|
276
|
+
value: function getIsDeprecated() {
|
|
277
|
+
return this.isDeprecated;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* @param {Boolean} isDeprecated
|
|
282
|
+
*/
|
|
283
|
+
}, {
|
|
284
|
+
key: "setIsDeprecated",
|
|
285
|
+
value: function setIsDeprecated(isDeprecated) {
|
|
286
|
+
this['isDeprecated'] = isDeprecated;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @return {Number}
|
|
290
|
+
*/
|
|
291
|
+
}, {
|
|
292
|
+
key: "getParentObjectID",
|
|
293
|
+
value: function getParentObjectID() {
|
|
294
|
+
return this.parentObjectID;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* @param {Number} parentObjectID
|
|
299
|
+
*/
|
|
300
|
+
}, {
|
|
301
|
+
key: "setParentObjectID",
|
|
302
|
+
value: function setParentObjectID(parentObjectID) {
|
|
303
|
+
this['parentObjectID'] = parentObjectID;
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* @return {Number}
|
|
307
|
+
*/
|
|
308
|
+
}, {
|
|
309
|
+
key: "getParentObjectType",
|
|
310
|
+
value: function getParentObjectType() {
|
|
311
|
+
return this.parentObjectType;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* @param {Number} parentObjectType
|
|
316
|
+
*/
|
|
317
|
+
}, {
|
|
318
|
+
key: "setParentObjectType",
|
|
319
|
+
value: function setParentObjectType(parentObjectType) {
|
|
320
|
+
this['parentObjectType'] = parentObjectType;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* @return {module:model/ObjectSettings}
|
|
324
|
+
*/
|
|
325
|
+
}, {
|
|
326
|
+
key: "getObjectSettings",
|
|
327
|
+
value: function getObjectSettings() {
|
|
328
|
+
return this.objectSettings;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
/**
|
|
332
|
+
* @param {module:model/ObjectSettings} objectSettings
|
|
333
|
+
*/
|
|
334
|
+
}, {
|
|
335
|
+
key: "setObjectSettings",
|
|
336
|
+
value: function setObjectSettings(objectSettings) {
|
|
337
|
+
this['objectSettings'] = objectSettings;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* @return {module:model/CurrencySettings}
|
|
341
|
+
*/
|
|
342
|
+
}, {
|
|
343
|
+
key: "getCurrencySettings",
|
|
344
|
+
value: function getCurrencySettings() {
|
|
345
|
+
return this.currencySettings;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* @param {module:model/CurrencySettings} currencySettings
|
|
350
|
+
*/
|
|
351
|
+
}, {
|
|
352
|
+
key: "setCurrencySettings",
|
|
353
|
+
value: function setCurrencySettings(currencySettings) {
|
|
354
|
+
this['currencySettings'] = currencySettings;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* @return {module:model/NumberSettings}
|
|
358
|
+
*/
|
|
359
|
+
}, {
|
|
360
|
+
key: "getNumberSettings",
|
|
361
|
+
value: function getNumberSettings() {
|
|
362
|
+
return this.numberSettings;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* @param {module:model/NumberSettings} numberSettings
|
|
367
|
+
*/
|
|
368
|
+
}, {
|
|
369
|
+
key: "setNumberSettings",
|
|
370
|
+
value: function setNumberSettings(numberSettings) {
|
|
371
|
+
this['numberSettings'] = numberSettings;
|
|
372
|
+
}
|
|
373
|
+
}], [{
|
|
374
|
+
key: "initialize",
|
|
375
|
+
value: function initialize(obj) {}
|
|
376
|
+
|
|
377
|
+
/**
|
|
378
|
+
* Constructs a <code>SkinFieldResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
379
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
380
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
381
|
+
* @param {module:model/SkinFieldResponse} obj Optional instance to populate.
|
|
382
|
+
* @return {module:model/SkinFieldResponse} The populated <code>SkinFieldResponse</code> instance.
|
|
383
|
+
*/
|
|
384
|
+
}, {
|
|
385
|
+
key: "constructFromObject",
|
|
386
|
+
value: function constructFromObject(data, obj) {
|
|
387
|
+
if (data) {
|
|
388
|
+
obj = obj || new SkinFieldResponse();
|
|
389
|
+
if (data.hasOwnProperty('id')) {
|
|
390
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
391
|
+
}
|
|
392
|
+
if (data.hasOwnProperty('name')) {
|
|
393
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
394
|
+
}
|
|
395
|
+
if (data.hasOwnProperty('label')) {
|
|
396
|
+
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
397
|
+
}
|
|
398
|
+
if (data.hasOwnProperty('description')) {
|
|
399
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
400
|
+
}
|
|
401
|
+
if (data.hasOwnProperty('type')) {
|
|
402
|
+
obj['type'] = _ApiClient["default"].convertToType(data['type'], 'String');
|
|
403
|
+
}
|
|
404
|
+
if (data.hasOwnProperty('required')) {
|
|
405
|
+
obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
|
|
406
|
+
}
|
|
407
|
+
if (data.hasOwnProperty('defaultValue')) {
|
|
408
|
+
obj['defaultValue'] = _ApiClient["default"].convertToType(data['defaultValue'], 'String');
|
|
409
|
+
}
|
|
410
|
+
if (data.hasOwnProperty('enumValues')) {
|
|
411
|
+
obj['enumValues'] = _ApiClient["default"].convertToType(data['enumValues'], ['String']);
|
|
412
|
+
}
|
|
413
|
+
if (data.hasOwnProperty('isUnique')) {
|
|
414
|
+
obj['isUnique'] = _ApiClient["default"].convertToType(data['isUnique'], 'Boolean');
|
|
415
|
+
}
|
|
416
|
+
if (data.hasOwnProperty('isIndexed')) {
|
|
417
|
+
obj['isIndexed'] = _ApiClient["default"].convertToType(data['isIndexed'], 'Boolean');
|
|
418
|
+
}
|
|
419
|
+
if (data.hasOwnProperty('isAutoGenerated')) {
|
|
420
|
+
obj['isAutoGenerated'] = _ApiClient["default"].convertToType(data['isAutoGenerated'], 'Boolean');
|
|
421
|
+
}
|
|
422
|
+
if (data.hasOwnProperty('isReadOnly')) {
|
|
423
|
+
obj['isReadOnly'] = _ApiClient["default"].convertToType(data['isReadOnly'], 'Boolean');
|
|
424
|
+
}
|
|
425
|
+
if (data.hasOwnProperty('isHidden')) {
|
|
426
|
+
obj['isHidden'] = _ApiClient["default"].convertToType(data['isHidden'], 'Boolean');
|
|
427
|
+
}
|
|
428
|
+
if (data.hasOwnProperty('isDeprecated')) {
|
|
429
|
+
obj['isDeprecated'] = _ApiClient["default"].convertToType(data['isDeprecated'], 'Boolean');
|
|
430
|
+
}
|
|
431
|
+
if (data.hasOwnProperty('parentObjectID')) {
|
|
432
|
+
obj['parentObjectID'] = _ApiClient["default"].convertToType(data['parentObjectID'], 'Number');
|
|
433
|
+
}
|
|
434
|
+
if (data.hasOwnProperty('parentObjectType')) {
|
|
435
|
+
obj['parentObjectType'] = _ApiClient["default"].convertToType(data['parentObjectType'], 'Number');
|
|
436
|
+
}
|
|
437
|
+
if (data.hasOwnProperty('objectSettings')) {
|
|
438
|
+
obj['objectSettings'] = _ObjectSettings["default"].constructFromObject(data['objectSettings']);
|
|
439
|
+
}
|
|
440
|
+
if (data.hasOwnProperty('currencySettings')) {
|
|
441
|
+
obj['currencySettings'] = _CurrencySettings["default"].constructFromObject(data['currencySettings']);
|
|
442
|
+
}
|
|
443
|
+
if (data.hasOwnProperty('numberSettings')) {
|
|
444
|
+
obj['numberSettings'] = _NumberSettings["default"].constructFromObject(data['numberSettings']);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
return obj;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
/**
|
|
451
|
+
* Validates the JSON data with respect to <code>SkinFieldResponse</code>.
|
|
452
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
453
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>SkinFieldResponse</code>.
|
|
454
|
+
*/
|
|
455
|
+
}, {
|
|
456
|
+
key: "validateJSON",
|
|
457
|
+
value: function validateJSON(data) {
|
|
458
|
+
// ensure the json data is a string
|
|
459
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
460
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
461
|
+
}
|
|
462
|
+
// ensure the json data is a string
|
|
463
|
+
if (data['label'] && !(typeof data['label'] === 'string' || data['label'] instanceof String)) {
|
|
464
|
+
throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
|
|
465
|
+
}
|
|
466
|
+
// ensure the json data is a string
|
|
467
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
468
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
469
|
+
}
|
|
470
|
+
// ensure the json data is a string
|
|
471
|
+
if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
|
|
472
|
+
throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
|
|
473
|
+
}
|
|
474
|
+
// ensure the json data is a string
|
|
475
|
+
if (data['defaultValue'] && !(typeof data['defaultValue'] === 'string' || data['defaultValue'] instanceof String)) {
|
|
476
|
+
throw new Error("Expected the field `defaultValue` to be a primitive type in the JSON string but got " + data['defaultValue']);
|
|
477
|
+
}
|
|
478
|
+
// ensure the json data is an array
|
|
479
|
+
if (!Array.isArray(data['enumValues'])) {
|
|
480
|
+
throw new Error("Expected the field `enumValues` to be an array in the JSON data but got " + data['enumValues']);
|
|
481
|
+
}
|
|
482
|
+
// validate the optional field `objectSettings`
|
|
483
|
+
if (data['objectSettings']) {
|
|
484
|
+
// data not null
|
|
485
|
+
_ObjectSettings["default"].validateJSON(data['objectSettings']);
|
|
486
|
+
}
|
|
487
|
+
// validate the optional field `currencySettings`
|
|
488
|
+
if (data['currencySettings']) {
|
|
489
|
+
// data not null
|
|
490
|
+
_CurrencySettings["default"].validateJSON(data['currencySettings']);
|
|
491
|
+
}
|
|
492
|
+
// validate the optional field `numberSettings`
|
|
493
|
+
if (data['numberSettings']) {
|
|
494
|
+
// data not null
|
|
495
|
+
_NumberSettings["default"].validateJSON(data['numberSettings']);
|
|
496
|
+
}
|
|
497
|
+
return true;
|
|
498
|
+
}
|
|
499
|
+
}]);
|
|
500
|
+
return SkinFieldResponse;
|
|
501
|
+
}();
|
|
502
|
+
/**
|
|
503
|
+
* @member {Number} id
|
|
504
|
+
*/
|
|
505
|
+
SkinFieldResponse.prototype['id'] = undefined;
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* @member {String} name
|
|
509
|
+
*/
|
|
510
|
+
SkinFieldResponse.prototype['name'] = undefined;
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* @member {String} label
|
|
514
|
+
*/
|
|
515
|
+
SkinFieldResponse.prototype['label'] = undefined;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @member {String} description
|
|
519
|
+
*/
|
|
520
|
+
SkinFieldResponse.prototype['description'] = undefined;
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @member {String} type
|
|
524
|
+
*/
|
|
525
|
+
SkinFieldResponse.prototype['type'] = undefined;
|
|
526
|
+
|
|
527
|
+
/**
|
|
528
|
+
* @member {Boolean} required
|
|
529
|
+
*/
|
|
530
|
+
SkinFieldResponse.prototype['required'] = undefined;
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* @member {String} defaultValue
|
|
534
|
+
*/
|
|
535
|
+
SkinFieldResponse.prototype['defaultValue'] = undefined;
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @member {Array.<String>} enumValues
|
|
539
|
+
*/
|
|
540
|
+
SkinFieldResponse.prototype['enumValues'] = undefined;
|
|
541
|
+
|
|
542
|
+
/**
|
|
543
|
+
* @member {Boolean} isUnique
|
|
544
|
+
*/
|
|
545
|
+
SkinFieldResponse.prototype['isUnique'] = undefined;
|
|
546
|
+
|
|
547
|
+
/**
|
|
548
|
+
* @member {Boolean} isIndexed
|
|
549
|
+
*/
|
|
550
|
+
SkinFieldResponse.prototype['isIndexed'] = undefined;
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* @member {Boolean} isAutoGenerated
|
|
554
|
+
*/
|
|
555
|
+
SkinFieldResponse.prototype['isAutoGenerated'] = undefined;
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* @member {Boolean} isReadOnly
|
|
559
|
+
*/
|
|
560
|
+
SkinFieldResponse.prototype['isReadOnly'] = undefined;
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @member {Boolean} isHidden
|
|
564
|
+
*/
|
|
565
|
+
SkinFieldResponse.prototype['isHidden'] = undefined;
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* @member {Boolean} isDeprecated
|
|
569
|
+
*/
|
|
570
|
+
SkinFieldResponse.prototype['isDeprecated'] = undefined;
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* @member {Number} parentObjectID
|
|
574
|
+
*/
|
|
575
|
+
SkinFieldResponse.prototype['parentObjectID'] = undefined;
|
|
576
|
+
|
|
577
|
+
/**
|
|
578
|
+
* @member {Number} parentObjectType
|
|
579
|
+
*/
|
|
580
|
+
SkinFieldResponse.prototype['parentObjectType'] = undefined;
|
|
581
|
+
|
|
582
|
+
/**
|
|
583
|
+
* @member {module:model/ObjectSettings} objectSettings
|
|
584
|
+
*/
|
|
585
|
+
SkinFieldResponse.prototype['objectSettings'] = undefined;
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* @member {module:model/CurrencySettings} currencySettings
|
|
589
|
+
*/
|
|
590
|
+
SkinFieldResponse.prototype['currencySettings'] = undefined;
|
|
591
|
+
|
|
592
|
+
/**
|
|
593
|
+
* @member {module:model/NumberSettings} numberSettings
|
|
594
|
+
*/
|
|
595
|
+
SkinFieldResponse.prototype['numberSettings'] = undefined;
|
|
596
|
+
var _default = exports["default"] = SkinFieldResponse;
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
19
19
|
* gobodo-api
|
|
20
20
|
* REST Interface for Gobodo API
|
|
21
21
|
*
|
|
22
|
-
* The version of the OpenAPI document: 0.1.
|
|
22
|
+
* The version of the OpenAPI document: 0.1.61
|
|
23
23
|
* Contact: info@gobodo.io
|
|
24
24
|
*
|
|
25
25
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The SocialGroup model module.
|
|
32
32
|
* @module model/SocialGroup
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.61
|
|
34
34
|
*/
|
|
35
35
|
var SocialGroup = /*#__PURE__*/function () {
|
|
36
36
|
/**
|