@gobodo/gobodo-api 0.1.59 → 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 +56 -47
- 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 +2 -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 +13 -13
- package/dist/api/DocumentsApi.js +7 -7
- package/dist/api/EmailsApi.js +2 -2
- 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 +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- 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 +85 -82
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +14 -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 +118 -2
- package/dist/api/PagesApi.js +7 -7
- package/dist/api/PhoneNumbersApi.js +2 -2
- 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 +2 -2
- 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 +49 -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/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/Article.js +2 -2
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/AwsSettings.js +2 -2
- package/dist/model/Balance.js +36 -36
- package/dist/model/BalanceDetails.js +2 -2
- package/dist/model/BalanceResponse.js +2 -2
- package/dist/model/BankAccountInfo.js +2 -2
- package/dist/model/CardInfo.js +2 -2
- package/dist/model/Comment.js +14 -14
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateFunctionInput.js +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/CurrencySettings.js +89 -0
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +2 -2
- 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 +2 -2
- package/dist/model/DocumentPart.js +14 -14
- package/dist/model/DocumentPartType.js +9 -9
- package/dist/model/DocumentType.js +13 -13
- package/dist/model/EmailAddress.js +13 -13
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +2 -2
- package/dist/model/File.js +2 -2
- package/dist/model/FileAttachmentUploadObject.js +2 -2
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +21 -21
- package/dist/model/FormSection.js +21 -21
- package/dist/model/FormSubmission.js +2 -2
- 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 +2 -2
- package/dist/model/GraphAction.js +2 -2
- 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 +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeResponse.js +222 -0
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- 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 +15 -15
- package/dist/model/GraphRelationshipTypeResponse.js +355 -0
- package/dist/model/GraphSchema.js +30 -30
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +2 -2
- package/dist/model/ImageUploadObject.js +2 -2
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/KafkaSettings.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +21 -21
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +2 -2
- 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 +85 -0
- package/dist/model/ObjectSettings.js +93 -0
- package/dist/model/Objecttype.js +2 -2
- package/dist/model/OutParameter.js +2 -2
- package/dist/model/Page.js +9 -9
- package/dist/model/PageSchema.js +2 -2
- 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 +9 -9
- package/dist/model/PaymentMethodInput.js +2 -2
- package/dist/model/PaymentMethodResponse.js +2 -2
- package/dist/model/PaymentMethodsResponse.js +2 -2
- package/dist/model/Payout.js +13 -13
- 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 +2 -2
- package/dist/model/PrivateMessageConversation.js +15 -15
- 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 +2 -2
- package/dist/model/PurgeDataDefaultResponseValue.js +2 -2
- package/dist/model/RelationshipMapping.js +2 -2
- package/dist/model/ScreenSchema.js +2 -2
- package/dist/model/SimulcastInfo.js +2 -2
- package/dist/model/SkinField.js +2 -2
- package/dist/model/SkinFieldResponse.js +271 -0
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +9 -9
- 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 +10 -10
- package/dist/model/TemplateResponse.js +180 -0
- package/dist/model/TemplateSchema.js +10 -10
- 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 +2 -2
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +2 -2
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +2 -2
- package/dist/model/UserDataPayload.js +2 -2
- package/dist/model/UserDomain.js +2 -2
- package/dist/model/UserInvite.js +2 -2
- package/dist/model/UserInviteInput.js +2 -2
- package/dist/model/UserSchema.js +2 -2
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +18 -18
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +26 -26
- package/dist/model/VideoUploadObject.js +18 -18
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -3
|
@@ -0,0 +1,271 @@
|
|
|
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(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
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(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
|
14
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
|
15
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
|
16
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : 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
|
+
return _createClass(SkinFieldResponse, null, [{
|
|
50
|
+
key: "initialize",
|
|
51
|
+
value: function initialize(obj) {}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Constructs a <code>SkinFieldResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
55
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
56
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
57
|
+
* @param {module:model/SkinFieldResponse} obj Optional instance to populate.
|
|
58
|
+
* @return {module:model/SkinFieldResponse} The populated <code>SkinFieldResponse</code> instance.
|
|
59
|
+
*/
|
|
60
|
+
}, {
|
|
61
|
+
key: "constructFromObject",
|
|
62
|
+
value: function constructFromObject(data, obj) {
|
|
63
|
+
if (data) {
|
|
64
|
+
obj = obj || new SkinFieldResponse();
|
|
65
|
+
if (data.hasOwnProperty('id')) {
|
|
66
|
+
obj['id'] = _ApiClient["default"].convertToType(data['id'], 'Number');
|
|
67
|
+
}
|
|
68
|
+
if (data.hasOwnProperty('name')) {
|
|
69
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
70
|
+
}
|
|
71
|
+
if (data.hasOwnProperty('label')) {
|
|
72
|
+
obj['label'] = _ApiClient["default"].convertToType(data['label'], 'String');
|
|
73
|
+
}
|
|
74
|
+
if (data.hasOwnProperty('description')) {
|
|
75
|
+
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
76
|
+
}
|
|
77
|
+
if (data.hasOwnProperty('type')) {
|
|
78
|
+
obj['type'] = _ApiClient["default"].convertToType(data['type'], 'String');
|
|
79
|
+
}
|
|
80
|
+
if (data.hasOwnProperty('required')) {
|
|
81
|
+
obj['required'] = _ApiClient["default"].convertToType(data['required'], 'Boolean');
|
|
82
|
+
}
|
|
83
|
+
if (data.hasOwnProperty('defaultValue')) {
|
|
84
|
+
obj['defaultValue'] = _ApiClient["default"].convertToType(data['defaultValue'], 'String');
|
|
85
|
+
}
|
|
86
|
+
if (data.hasOwnProperty('enumValues')) {
|
|
87
|
+
obj['enumValues'] = _ApiClient["default"].convertToType(data['enumValues'], ['String']);
|
|
88
|
+
}
|
|
89
|
+
if (data.hasOwnProperty('isUnique')) {
|
|
90
|
+
obj['isUnique'] = _ApiClient["default"].convertToType(data['isUnique'], 'Boolean');
|
|
91
|
+
}
|
|
92
|
+
if (data.hasOwnProperty('isIndexed')) {
|
|
93
|
+
obj['isIndexed'] = _ApiClient["default"].convertToType(data['isIndexed'], 'Boolean');
|
|
94
|
+
}
|
|
95
|
+
if (data.hasOwnProperty('isAutoGenerated')) {
|
|
96
|
+
obj['isAutoGenerated'] = _ApiClient["default"].convertToType(data['isAutoGenerated'], 'Boolean');
|
|
97
|
+
}
|
|
98
|
+
if (data.hasOwnProperty('isReadOnly')) {
|
|
99
|
+
obj['isReadOnly'] = _ApiClient["default"].convertToType(data['isReadOnly'], 'Boolean');
|
|
100
|
+
}
|
|
101
|
+
if (data.hasOwnProperty('isHidden')) {
|
|
102
|
+
obj['isHidden'] = _ApiClient["default"].convertToType(data['isHidden'], 'Boolean');
|
|
103
|
+
}
|
|
104
|
+
if (data.hasOwnProperty('isDeprecated')) {
|
|
105
|
+
obj['isDeprecated'] = _ApiClient["default"].convertToType(data['isDeprecated'], 'Boolean');
|
|
106
|
+
}
|
|
107
|
+
if (data.hasOwnProperty('parentObjectID')) {
|
|
108
|
+
obj['parentObjectID'] = _ApiClient["default"].convertToType(data['parentObjectID'], 'Number');
|
|
109
|
+
}
|
|
110
|
+
if (data.hasOwnProperty('parentObjectType')) {
|
|
111
|
+
obj['parentObjectType'] = _ApiClient["default"].convertToType(data['parentObjectType'], 'Number');
|
|
112
|
+
}
|
|
113
|
+
if (data.hasOwnProperty('objectSettings')) {
|
|
114
|
+
obj['objectSettings'] = _ObjectSettings["default"].constructFromObject(data['objectSettings']);
|
|
115
|
+
}
|
|
116
|
+
if (data.hasOwnProperty('currencySettings')) {
|
|
117
|
+
obj['currencySettings'] = _CurrencySettings["default"].constructFromObject(data['currencySettings']);
|
|
118
|
+
}
|
|
119
|
+
if (data.hasOwnProperty('numberSettings')) {
|
|
120
|
+
obj['numberSettings'] = _NumberSettings["default"].constructFromObject(data['numberSettings']);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
return obj;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Validates the JSON data with respect to <code>SkinFieldResponse</code>.
|
|
128
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
129
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>SkinFieldResponse</code>.
|
|
130
|
+
*/
|
|
131
|
+
}, {
|
|
132
|
+
key: "validateJSON",
|
|
133
|
+
value: function validateJSON(data) {
|
|
134
|
+
// ensure the json data is a string
|
|
135
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
136
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
137
|
+
}
|
|
138
|
+
// ensure the json data is a string
|
|
139
|
+
if (data['label'] && !(typeof data['label'] === 'string' || data['label'] instanceof String)) {
|
|
140
|
+
throw new Error("Expected the field `label` to be a primitive type in the JSON string but got " + data['label']);
|
|
141
|
+
}
|
|
142
|
+
// ensure the json data is a string
|
|
143
|
+
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
144
|
+
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
145
|
+
}
|
|
146
|
+
// ensure the json data is a string
|
|
147
|
+
if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
|
|
148
|
+
throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
|
|
149
|
+
}
|
|
150
|
+
// ensure the json data is a string
|
|
151
|
+
if (data['defaultValue'] && !(typeof data['defaultValue'] === 'string' || data['defaultValue'] instanceof String)) {
|
|
152
|
+
throw new Error("Expected the field `defaultValue` to be a primitive type in the JSON string but got " + data['defaultValue']);
|
|
153
|
+
}
|
|
154
|
+
// ensure the json data is an array
|
|
155
|
+
if (!Array.isArray(data['enumValues'])) {
|
|
156
|
+
throw new Error("Expected the field `enumValues` to be an array in the JSON data but got " + data['enumValues']);
|
|
157
|
+
}
|
|
158
|
+
// validate the optional field `objectSettings`
|
|
159
|
+
if (data['objectSettings']) {
|
|
160
|
+
// data not null
|
|
161
|
+
_ObjectSettings["default"].validateJSON(data['objectSettings']);
|
|
162
|
+
}
|
|
163
|
+
// validate the optional field `currencySettings`
|
|
164
|
+
if (data['currencySettings']) {
|
|
165
|
+
// data not null
|
|
166
|
+
_CurrencySettings["default"].validateJSON(data['currencySettings']);
|
|
167
|
+
}
|
|
168
|
+
// validate the optional field `numberSettings`
|
|
169
|
+
if (data['numberSettings']) {
|
|
170
|
+
// data not null
|
|
171
|
+
_NumberSettings["default"].validateJSON(data['numberSettings']);
|
|
172
|
+
}
|
|
173
|
+
return true;
|
|
174
|
+
}
|
|
175
|
+
}]);
|
|
176
|
+
}();
|
|
177
|
+
/**
|
|
178
|
+
* @member {Number} id
|
|
179
|
+
*/
|
|
180
|
+
SkinFieldResponse.prototype['id'] = undefined;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* @member {String} name
|
|
184
|
+
*/
|
|
185
|
+
SkinFieldResponse.prototype['name'] = undefined;
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* @member {String} label
|
|
189
|
+
*/
|
|
190
|
+
SkinFieldResponse.prototype['label'] = undefined;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* @member {String} description
|
|
194
|
+
*/
|
|
195
|
+
SkinFieldResponse.prototype['description'] = undefined;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* @member {String} type
|
|
199
|
+
*/
|
|
200
|
+
SkinFieldResponse.prototype['type'] = undefined;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @member {Boolean} required
|
|
204
|
+
*/
|
|
205
|
+
SkinFieldResponse.prototype['required'] = undefined;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* @member {String} defaultValue
|
|
209
|
+
*/
|
|
210
|
+
SkinFieldResponse.prototype['defaultValue'] = undefined;
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* @member {Array.<String>} enumValues
|
|
214
|
+
*/
|
|
215
|
+
SkinFieldResponse.prototype['enumValues'] = undefined;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @member {Boolean} isUnique
|
|
219
|
+
*/
|
|
220
|
+
SkinFieldResponse.prototype['isUnique'] = undefined;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* @member {Boolean} isIndexed
|
|
224
|
+
*/
|
|
225
|
+
SkinFieldResponse.prototype['isIndexed'] = undefined;
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* @member {Boolean} isAutoGenerated
|
|
229
|
+
*/
|
|
230
|
+
SkinFieldResponse.prototype['isAutoGenerated'] = undefined;
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* @member {Boolean} isReadOnly
|
|
234
|
+
*/
|
|
235
|
+
SkinFieldResponse.prototype['isReadOnly'] = undefined;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @member {Boolean} isHidden
|
|
239
|
+
*/
|
|
240
|
+
SkinFieldResponse.prototype['isHidden'] = undefined;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* @member {Boolean} isDeprecated
|
|
244
|
+
*/
|
|
245
|
+
SkinFieldResponse.prototype['isDeprecated'] = undefined;
|
|
246
|
+
|
|
247
|
+
/**
|
|
248
|
+
* @member {Number} parentObjectID
|
|
249
|
+
*/
|
|
250
|
+
SkinFieldResponse.prototype['parentObjectID'] = undefined;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* @member {Number} parentObjectType
|
|
254
|
+
*/
|
|
255
|
+
SkinFieldResponse.prototype['parentObjectType'] = undefined;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* @member {module:model/ObjectSettings} objectSettings
|
|
259
|
+
*/
|
|
260
|
+
SkinFieldResponse.prototype['objectSettings'] = undefined;
|
|
261
|
+
|
|
262
|
+
/**
|
|
263
|
+
* @member {module:model/CurrencySettings} currencySettings
|
|
264
|
+
*/
|
|
265
|
+
SkinFieldResponse.prototype['currencySettings'] = undefined;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* @member {module:model/NumberSettings} numberSettings
|
|
269
|
+
*/
|
|
270
|
+
SkinFieldResponse.prototype['numberSettings'] = undefined;
|
|
271
|
+
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
|
/**
|
|
@@ -99,6 +99,9 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
99
99
|
if (data.hasOwnProperty('memberCount')) {
|
|
100
100
|
obj['memberCount'] = _ApiClient["default"].convertToType(data['memberCount'], 'Number');
|
|
101
101
|
}
|
|
102
|
+
if (data.hasOwnProperty('memberCountRecursive')) {
|
|
103
|
+
obj['memberCountRecursive'] = _ApiClient["default"].convertToType(data['memberCountRecursive'], 'Number');
|
|
104
|
+
}
|
|
102
105
|
if (data.hasOwnProperty('adminCount')) {
|
|
103
106
|
obj['adminCount'] = _ApiClient["default"].convertToType(data['adminCount'], 'Number');
|
|
104
107
|
}
|
|
@@ -108,9 +111,6 @@ var SocialGroup = /*#__PURE__*/function () {
|
|
|
108
111
|
if (data.hasOwnProperty('groupsRecursive')) {
|
|
109
112
|
obj['groupsRecursive'] = _ApiClient["default"].convertToType(data['groupsRecursive'], Object);
|
|
110
113
|
}
|
|
111
|
-
if (data.hasOwnProperty('memberCountRecursive')) {
|
|
112
|
-
obj['memberCountRecursive'] = _ApiClient["default"].convertToType(data['memberCountRecursive'], 'Number');
|
|
113
|
-
}
|
|
114
114
|
if (data.hasOwnProperty('data')) {
|
|
115
115
|
obj['data'] = _ApiClient["default"].convertToType(data['data'], Object);
|
|
116
116
|
}
|
|
@@ -229,6 +229,11 @@ SocialGroup.prototype['visibility'] = undefined;
|
|
|
229
229
|
*/
|
|
230
230
|
SocialGroup.prototype['memberCount'] = undefined;
|
|
231
231
|
|
|
232
|
+
/**
|
|
233
|
+
* @member {Number} memberCountRecursive
|
|
234
|
+
*/
|
|
235
|
+
SocialGroup.prototype['memberCountRecursive'] = undefined;
|
|
236
|
+
|
|
232
237
|
/**
|
|
233
238
|
* @member {Number} adminCount
|
|
234
239
|
*/
|
|
@@ -244,11 +249,6 @@ SocialGroup.prototype['membersRecursive'] = undefined;
|
|
|
244
249
|
*/
|
|
245
250
|
SocialGroup.prototype['groupsRecursive'] = undefined;
|
|
246
251
|
|
|
247
|
-
/**
|
|
248
|
-
* @member {Number} memberCountRecursive
|
|
249
|
-
*/
|
|
250
|
-
SocialGroup.prototype['memberCountRecursive'] = undefined;
|
|
251
|
-
|
|
252
252
|
/**
|
|
253
253
|
* @member {Object} data
|
|
254
254
|
*/
|
|
@@ -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.61
|
|
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 SocialGroupType model module.
|
|
29
29
|
* @module model/SocialGroupType
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.61
|
|
31
31
|
*/
|
|
32
32
|
var SocialGroupType = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -66,12 +66,12 @@ var SocialGroupType = /*#__PURE__*/function () {
|
|
|
66
66
|
if (data.hasOwnProperty('parent')) {
|
|
67
67
|
obj['parent'] = SocialGroupType.constructFromObject(data['parent']);
|
|
68
68
|
}
|
|
69
|
-
if (data.hasOwnProperty('childTypes')) {
|
|
70
|
-
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
71
|
-
}
|
|
72
69
|
if (data.hasOwnProperty('singleDescription')) {
|
|
73
70
|
obj['singleDescription'] = _ApiClient["default"].convertToType(data['singleDescription'], 'String');
|
|
74
71
|
}
|
|
72
|
+
if (data.hasOwnProperty('childTypes')) {
|
|
73
|
+
obj['childTypes'] = _ApiClient["default"].convertToType(data['childTypes'], Object);
|
|
74
|
+
}
|
|
75
75
|
if (data.hasOwnProperty('description')) {
|
|
76
76
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
77
77
|
}
|
|
@@ -136,14 +136,14 @@ SocialGroupType.prototype['name'] = undefined;
|
|
|
136
136
|
SocialGroupType.prototype['parent'] = undefined;
|
|
137
137
|
|
|
138
138
|
/**
|
|
139
|
-
* @member {
|
|
139
|
+
* @member {String} singleDescription
|
|
140
140
|
*/
|
|
141
|
-
SocialGroupType.prototype['
|
|
141
|
+
SocialGroupType.prototype['singleDescription'] = undefined;
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
|
-
* @member {
|
|
144
|
+
* @member {Object} childTypes
|
|
145
145
|
*/
|
|
146
|
-
SocialGroupType.prototype['
|
|
146
|
+
SocialGroupType.prototype['childTypes'] = undefined;
|
|
147
147
|
|
|
148
148
|
/**
|
|
149
149
|
* @member {String} description
|
package/dist/model/Sort.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.61
|
|
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 Sort model module.
|
|
28
28
|
* @module model/Sort
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var Sort = /*#__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.61
|
|
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 SourceTypes model module.
|
|
28
28
|
* @module model/SourceTypes
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var SourceTypes = /*#__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.61
|
|
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 StatusUpdate model module.
|
|
28
28
|
* @module model/StatusUpdate
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var StatusUpdate = /*#__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.61
|
|
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 StreetAddress model module.
|
|
28
28
|
* @module model/StreetAddress
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var StreetAddress = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -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.61
|
|
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 StripeAccount model module.
|
|
29
29
|
* @module model/StripeAccount
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.61
|
|
31
31
|
*/
|
|
32
32
|
var StripeAccount = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -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.61
|
|
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 StripeCustomerAccount model module.
|
|
28
28
|
* @module model/StripeCustomerAccount
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var StripeCustomerAccount = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Template.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.61
|
|
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 Template model module.
|
|
28
28
|
* @module model/Template
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.61
|
|
30
30
|
*/
|
|
31
31
|
var Template = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -65,12 +65,12 @@ var Template = /*#__PURE__*/function () {
|
|
|
65
65
|
if (data.hasOwnProperty('description')) {
|
|
66
66
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
67
67
|
}
|
|
68
|
-
if (data.hasOwnProperty('renderObjectType')) {
|
|
69
|
-
obj['renderObjectType'] = _ApiClient["default"].convertToType(data['renderObjectType'], 'Number');
|
|
70
|
-
}
|
|
71
68
|
if (data.hasOwnProperty('creator')) {
|
|
72
69
|
obj['creator'] = _ApiClient["default"].convertToType(data['creator'], 'Number');
|
|
73
70
|
}
|
|
71
|
+
if (data.hasOwnProperty('renderObjectType')) {
|
|
72
|
+
obj['renderObjectType'] = _ApiClient["default"].convertToType(data['renderObjectType'], 'Number');
|
|
73
|
+
}
|
|
74
74
|
if (data.hasOwnProperty('rootpath')) {
|
|
75
75
|
obj['rootpath'] = _ApiClient["default"].convertToType(data['rootpath'], 'String');
|
|
76
76
|
}
|
|
@@ -118,17 +118,17 @@ Template.prototype['name'] = undefined;
|
|
|
118
118
|
*/
|
|
119
119
|
Template.prototype['description'] = undefined;
|
|
120
120
|
|
|
121
|
-
/**
|
|
122
|
-
* @member {Number} renderObjectType
|
|
123
|
-
*/
|
|
124
|
-
Template.prototype['renderObjectType'] = undefined;
|
|
125
|
-
|
|
126
121
|
/**
|
|
127
122
|
* The id of the creator of this Template
|
|
128
123
|
* @member {Number} creator
|
|
129
124
|
*/
|
|
130
125
|
Template.prototype['creator'] = undefined;
|
|
131
126
|
|
|
127
|
+
/**
|
|
128
|
+
* @member {Number} renderObjectType
|
|
129
|
+
*/
|
|
130
|
+
Template.prototype['renderObjectType'] = undefined;
|
|
131
|
+
|
|
132
132
|
/**
|
|
133
133
|
* The root path of this template if one exists
|
|
134
134
|
* @member {String} rootpath
|