@gobodo/gobodo-api 0.1.46 → 0.1.47
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 +3 -2
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +4 -2
- package/dist/api/AdCampaignsApi.js +18 -2
- package/dist/api/AdManagementApi.js +26 -2
- package/dist/api/AdminDataManagementApi.js +4 -2
- package/dist/api/AdsApi.js +14 -2
- package/dist/api/AttachmentsApi.js +16 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +16 -2
- package/dist/api/CommentsApi.js +18 -2
- package/dist/api/ContentManagementApi.js +50 -2
- package/dist/api/ConversationsApi.js +20 -2
- package/dist/api/DataSheetImportsApi.js +32 -2
- package/dist/api/DefaultApi.js +24 -2
- package/dist/api/DocumentsApi.js +28 -2
- package/dist/api/EntryPartsApi.js +28 -2
- package/dist/api/FacebookApi.js +2 -2
- package/dist/api/FieldsApi.js +8 -2
- package/dist/api/FilesApi.js +4 -2
- package/dist/api/FormsApi.js +38 -2
- package/dist/api/FunctionsApi.js +4 -2
- package/dist/api/GeocodeApi.js +12 -2
- package/dist/api/GoogleApi.js +2 -2
- package/dist/api/GraphActionsApi.js +22 -2
- package/dist/api/GraphObjectTypesApi.js +20 -2
- package/dist/api/GraphObjectsApi.js +130 -2
- package/dist/api/GraphRelationshipTypesApi.js +36 -2
- package/dist/api/GraphRelationshipsApi.js +64 -2
- package/dist/api/GraphSchemasApi.js +16 -2
- package/dist/api/GraphTraversalApi.js +16 -2
- package/dist/api/GraphsApi.js +24 -2
- package/dist/api/GroupsApi.js +24 -2
- package/dist/api/IAMApi.js +10 -2
- package/dist/api/ImagesApi.js +18 -2
- package/dist/api/InvitesApi.js +12 -2
- package/dist/api/LikesApi.js +26 -2
- package/dist/api/LinkedINApi.js +2 -2
- package/dist/api/LiveMeetingsApi.js +6 -2
- package/dist/api/MeetingEventsApi.js +12 -2
- package/dist/api/PagesApi.js +20 -2
- package/dist/api/PostsApi.js +12 -2
- package/dist/api/PrivateMessagesApi.js +34 -2
- package/dist/api/PublicationsApi.js +4 -2
- package/dist/api/ScreensApi.js +8 -2
- package/dist/api/SocialIntegrationApi.js +2 -2
- package/dist/api/StripeAccountsApi.js +80 -2
- package/dist/api/TagsApi.js +4 -2
- package/dist/api/TemplatesApi.js +8 -2
- package/dist/api/ThemeMappingsApi.js +8 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +2 -2
- package/dist/api/UserTagsApi.js +20 -2
- package/dist/api/UsersApi.js +20 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +24 -2
- package/dist/model/APIClient.js +9 -9
- package/dist/model/AccountSessionInput.js +2 -2
- package/dist/model/AccountSessionResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionSuppressedInner.js +2 -2
- package/dist/model/Article.js +14 -14
- package/dist/model/AuthResponse.js +2 -2
- package/dist/model/Balance.js +25 -25
- 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 +2 -2
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +2 -2
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +23 -23
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +14 -14
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +10 -10
- package/dist/model/DocumentType.js +10 -10
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +24 -24
- 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 +9 -9
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.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/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 +2 -2
- package/dist/model/GraphObjectType.js +2 -2
- 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 +2 -2
- package/dist/model/GraphSchema.js +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +18 -18
- package/dist/model/ImageUploadObject.js +18 -18
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +13 -13
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +10 -10
- 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/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +14 -14
- package/dist/model/Pageable.js +2 -2
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentAccountObject.js +2 -2
- package/dist/model/PaymentIntentInput.js +2 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +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 +11 -11
- package/dist/model/PayoutInput.js +2 -2
- package/dist/model/PayoutResponse.js +2 -2
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +10 -10
- 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 +24 -24
- package/dist/model/SocialGroup.js +2 -2
- 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 +2 -2
- package/dist/model/TemplateSchema.js +2 -2
- package/dist/model/ThemeMapping.js +2 -2
- package/dist/model/ThemeMappingPayload.js +2 -2
- package/dist/model/Transaction.js +2 -2
- package/dist/model/Transfer.js +11 -11
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +2 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +11 -11
- 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 +2 -2
- package/dist/model/VideoLiveUrl.js +13 -13
- package/dist/model/VideoSchema.js +10 -10
- package/dist/model/VideoUploadObject.js +2 -2
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/model/Balance.js
CHANGED
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* The Balance model module.
|
|
32
32
|
* @module model/Balance
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var Balance = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -66,15 +66,15 @@ var Balance = /*#__PURE__*/function () {
|
|
|
66
66
|
if (data.hasOwnProperty('availableBalances')) {
|
|
67
67
|
obj['availableBalances'] = _ApiClient["default"].convertToType(data['availableBalances'], [_BalanceDetails["default"]]);
|
|
68
68
|
}
|
|
69
|
-
if (data.hasOwnProperty('pendingBalances')) {
|
|
70
|
-
obj['pendingBalances'] = _ApiClient["default"].convertToType(data['pendingBalances'], [_BalanceDetails["default"]]);
|
|
71
|
-
}
|
|
72
69
|
if (data.hasOwnProperty('reservedBalances')) {
|
|
73
70
|
obj['reservedBalances'] = _ApiClient["default"].convertToType(data['reservedBalances'], [_BalanceDetails["default"]]);
|
|
74
71
|
}
|
|
75
72
|
if (data.hasOwnProperty('instantAvailableBalances')) {
|
|
76
73
|
obj['instantAvailableBalances'] = _ApiClient["default"].convertToType(data['instantAvailableBalances'], [_BalanceDetails["default"]]);
|
|
77
74
|
}
|
|
75
|
+
if (data.hasOwnProperty('pendingBalances')) {
|
|
76
|
+
obj['pendingBalances'] = _ApiClient["default"].convertToType(data['pendingBalances'], [_BalanceDetails["default"]]);
|
|
77
|
+
}
|
|
78
78
|
}
|
|
79
79
|
return obj;
|
|
80
80
|
}
|
|
@@ -108,14 +108,14 @@ var Balance = /*#__PURE__*/function () {
|
|
|
108
108
|
}
|
|
109
109
|
;
|
|
110
110
|
}
|
|
111
|
-
if (data['
|
|
111
|
+
if (data['reservedBalances']) {
|
|
112
112
|
// data not null
|
|
113
113
|
// ensure the json data is an array
|
|
114
|
-
if (!Array.isArray(data['
|
|
115
|
-
throw new Error("Expected the field `
|
|
114
|
+
if (!Array.isArray(data['reservedBalances'])) {
|
|
115
|
+
throw new Error("Expected the field `reservedBalances` to be an array in the JSON data but got " + data['reservedBalances']);
|
|
116
116
|
}
|
|
117
|
-
// validate the optional field `
|
|
118
|
-
var _iterator2 = _createForOfIteratorHelper(data['
|
|
117
|
+
// validate the optional field `reservedBalances` (array)
|
|
118
|
+
var _iterator2 = _createForOfIteratorHelper(data['reservedBalances']),
|
|
119
119
|
_step2;
|
|
120
120
|
try {
|
|
121
121
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
@@ -129,14 +129,14 @@ var Balance = /*#__PURE__*/function () {
|
|
|
129
129
|
}
|
|
130
130
|
;
|
|
131
131
|
}
|
|
132
|
-
if (data['
|
|
132
|
+
if (data['instantAvailableBalances']) {
|
|
133
133
|
// data not null
|
|
134
134
|
// ensure the json data is an array
|
|
135
|
-
if (!Array.isArray(data['
|
|
136
|
-
throw new Error("Expected the field `
|
|
135
|
+
if (!Array.isArray(data['instantAvailableBalances'])) {
|
|
136
|
+
throw new Error("Expected the field `instantAvailableBalances` to be an array in the JSON data but got " + data['instantAvailableBalances']);
|
|
137
137
|
}
|
|
138
|
-
// validate the optional field `
|
|
139
|
-
var _iterator3 = _createForOfIteratorHelper(data['
|
|
138
|
+
// validate the optional field `instantAvailableBalances` (array)
|
|
139
|
+
var _iterator3 = _createForOfIteratorHelper(data['instantAvailableBalances']),
|
|
140
140
|
_step3;
|
|
141
141
|
try {
|
|
142
142
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
@@ -150,14 +150,14 @@ var Balance = /*#__PURE__*/function () {
|
|
|
150
150
|
}
|
|
151
151
|
;
|
|
152
152
|
}
|
|
153
|
-
if (data['
|
|
153
|
+
if (data['pendingBalances']) {
|
|
154
154
|
// data not null
|
|
155
155
|
// ensure the json data is an array
|
|
156
|
-
if (!Array.isArray(data['
|
|
157
|
-
throw new Error("Expected the field `
|
|
156
|
+
if (!Array.isArray(data['pendingBalances'])) {
|
|
157
|
+
throw new Error("Expected the field `pendingBalances` to be an array in the JSON data but got " + data['pendingBalances']);
|
|
158
158
|
}
|
|
159
|
-
// validate the optional field `
|
|
160
|
-
var _iterator4 = _createForOfIteratorHelper(data['
|
|
159
|
+
// validate the optional field `pendingBalances` (array)
|
|
160
|
+
var _iterator4 = _createForOfIteratorHelper(data['pendingBalances']),
|
|
161
161
|
_step4;
|
|
162
162
|
try {
|
|
163
163
|
for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
|
|
@@ -181,11 +181,6 @@ var Balance = /*#__PURE__*/function () {
|
|
|
181
181
|
*/
|
|
182
182
|
Balance.prototype['availableBalances'] = undefined;
|
|
183
183
|
|
|
184
|
-
/**
|
|
185
|
-
* @member {Array.<module:model/BalanceDetails>} pendingBalances
|
|
186
|
-
*/
|
|
187
|
-
Balance.prototype['pendingBalances'] = undefined;
|
|
188
|
-
|
|
189
184
|
/**
|
|
190
185
|
* @member {Array.<module:model/BalanceDetails>} reservedBalances
|
|
191
186
|
*/
|
|
@@ -195,4 +190,9 @@ Balance.prototype['reservedBalances'] = undefined;
|
|
|
195
190
|
* @member {Array.<module:model/BalanceDetails>} instantAvailableBalances
|
|
196
191
|
*/
|
|
197
192
|
Balance.prototype['instantAvailableBalances'] = undefined;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @member {Array.<module:model/BalanceDetails>} pendingBalances
|
|
196
|
+
*/
|
|
197
|
+
Balance.prototype['pendingBalances'] = undefined;
|
|
198
198
|
var _default = exports["default"] = Balance;
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The BalanceDetails model module.
|
|
29
29
|
* @module model/BalanceDetails
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var BalanceDetails = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The BalanceResponse model module.
|
|
29
29
|
* @module model/BalanceResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var BalanceResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The BankAccountInfo model module.
|
|
28
28
|
* @module model/BankAccountInfo
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var BankAccountInfo = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/CardInfo.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The CardInfo model module.
|
|
28
28
|
* @module model/CardInfo
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var CardInfo = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Comment.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The Comment model module.
|
|
28
28
|
* @module model/Comment
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var Comment = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The Coordinates model module.
|
|
28
28
|
* @module model/Coordinates
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var Coordinates = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.47
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
28
28
|
/**
|
|
29
29
|
* The CreateAccountResponse model module.
|
|
30
30
|
* @module model/CreateAccountResponse
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.47
|
|
32
32
|
*/
|
|
33
33
|
var CreateAccountResponse = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The CreateStripeAccountInput model module.
|
|
28
28
|
* @module model/CreateStripeAccountInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var CreateStripeAccountInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The CreateStripeCustomerInput model module.
|
|
29
29
|
* @module model/CreateStripeCustomerInput
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var CreateStripeCustomerInput = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -16,7 +16,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
/**
|
|
28
28
|
* The CustomerResponse model module.
|
|
29
29
|
* @module model/CustomerResponse
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.47
|
|
31
31
|
*/
|
|
32
32
|
var CustomerResponse = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
package/dist/model/DataObject.js
CHANGED
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The DataObject model module.
|
|
28
28
|
* @module model/DataObject
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var DataObject = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -21,7 +21,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
21
21
|
* gobodo-api
|
|
22
22
|
* REST Interface for Gobodo API
|
|
23
23
|
*
|
|
24
|
-
* The version of the OpenAPI document: 0.1.
|
|
24
|
+
* The version of the OpenAPI document: 0.1.47
|
|
25
25
|
* Contact: info@gobodo.io
|
|
26
26
|
*
|
|
27
27
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
32
32
|
/**
|
|
33
33
|
* The DataSheetImport model module.
|
|
34
34
|
* @module model/DataSheetImport
|
|
35
|
-
* @version 0.1.
|
|
35
|
+
* @version 0.1.47
|
|
36
36
|
*/
|
|
37
37
|
var DataSheetImport = /*#__PURE__*/function () {
|
|
38
38
|
/**
|
|
@@ -68,6 +68,12 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
68
68
|
if (data.hasOwnProperty('container')) {
|
|
69
69
|
obj['container'] = _GraphObject["default"].constructFromObject(data['container']);
|
|
70
70
|
}
|
|
71
|
+
if (data.hasOwnProperty('preview')) {
|
|
72
|
+
obj['preview'] = _ApiClient["default"].convertToType(data['preview'], Object);
|
|
73
|
+
}
|
|
74
|
+
if (data.hasOwnProperty('graph')) {
|
|
75
|
+
obj['graph'] = _Graph["default"].constructFromObject(data['graph']);
|
|
76
|
+
}
|
|
71
77
|
if (data.hasOwnProperty('containerrelationshiptype')) {
|
|
72
78
|
obj['containerrelationshiptype'] = _GraphRelationshipType["default"].constructFromObject(data['containerrelationshiptype']);
|
|
73
79
|
}
|
|
@@ -101,12 +107,6 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
101
107
|
if (data.hasOwnProperty('orphan')) {
|
|
102
108
|
obj['orphan'] = _ApiClient["default"].convertToType(data['orphan'], 'Boolean');
|
|
103
109
|
}
|
|
104
|
-
if (data.hasOwnProperty('preview')) {
|
|
105
|
-
obj['preview'] = _ApiClient["default"].convertToType(data['preview'], Object);
|
|
106
|
-
}
|
|
107
|
-
if (data.hasOwnProperty('graph')) {
|
|
108
|
-
obj['graph'] = _Graph["default"].constructFromObject(data['graph']);
|
|
109
|
-
}
|
|
110
110
|
if (data.hasOwnProperty('creator')) {
|
|
111
111
|
obj['creator'] = _User["default"].constructFromObject(data['creator']);
|
|
112
112
|
}
|
|
@@ -148,6 +148,11 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
148
148
|
// data not null
|
|
149
149
|
_GraphObject["default"].validateJSON(data['container']);
|
|
150
150
|
}
|
|
151
|
+
// validate the optional field `graph`
|
|
152
|
+
if (data['graph']) {
|
|
153
|
+
// data not null
|
|
154
|
+
_Graph["default"].validateJSON(data['graph']);
|
|
155
|
+
}
|
|
151
156
|
// validate the optional field `containerrelationshiptype`
|
|
152
157
|
if (data['containerrelationshiptype']) {
|
|
153
158
|
// data not null
|
|
@@ -175,11 +180,6 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
175
180
|
// data not null
|
|
176
181
|
_GraphRelationshipType["default"].validateJSON(data['importrelationshiptype']);
|
|
177
182
|
}
|
|
178
|
-
// validate the optional field `graph`
|
|
179
|
-
if (data['graph']) {
|
|
180
|
-
// data not null
|
|
181
|
-
_Graph["default"].validateJSON(data['graph']);
|
|
182
|
-
}
|
|
183
183
|
// validate the optional field `creator`
|
|
184
184
|
if (data['creator']) {
|
|
185
185
|
// data not null
|
|
@@ -209,6 +209,16 @@ var DataSheetImport = /*#__PURE__*/function () {
|
|
|
209
209
|
*/
|
|
210
210
|
DataSheetImport.prototype['container'] = undefined;
|
|
211
211
|
|
|
212
|
+
/**
|
|
213
|
+
* @member {Object} preview
|
|
214
|
+
*/
|
|
215
|
+
DataSheetImport.prototype['preview'] = undefined;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* @member {module:model/Graph} graph
|
|
219
|
+
*/
|
|
220
|
+
DataSheetImport.prototype['graph'] = undefined;
|
|
221
|
+
|
|
212
222
|
/**
|
|
213
223
|
* @member {module:model/GraphRelationshipType} containerrelationshiptype
|
|
214
224
|
*/
|
|
@@ -264,16 +274,6 @@ DataSheetImport.prototype['importrelationshiptype'] = undefined;
|
|
|
264
274
|
*/
|
|
265
275
|
DataSheetImport.prototype['orphan'] = undefined;
|
|
266
276
|
|
|
267
|
-
/**
|
|
268
|
-
* @member {Object} preview
|
|
269
|
-
*/
|
|
270
|
-
DataSheetImport.prototype['preview'] = undefined;
|
|
271
|
-
|
|
272
|
-
/**
|
|
273
|
-
* @member {module:model/Graph} graph
|
|
274
|
-
*/
|
|
275
|
-
DataSheetImport.prototype['graph'] = undefined;
|
|
276
|
-
|
|
277
277
|
/**
|
|
278
278
|
* @member {module:model/User} creator
|
|
279
279
|
*/
|
|
@@ -15,7 +15,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
15
15
|
* gobodo-api
|
|
16
16
|
* REST Interface for Gobodo API
|
|
17
17
|
*
|
|
18
|
-
* The version of the OpenAPI document: 0.1.
|
|
18
|
+
* The version of the OpenAPI document: 0.1.47
|
|
19
19
|
* Contact: info@gobodo.io
|
|
20
20
|
*
|
|
21
21
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
26
26
|
/**
|
|
27
27
|
* The DataSheetImportPrivacySettings model module.
|
|
28
28
|
* @module model/DataSheetImportPrivacySettings
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.47
|
|
30
30
|
*/
|
|
31
31
|
var DataSheetImportPrivacySettings = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -19,7 +19,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.47
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
30
30
|
/**
|
|
31
31
|
* The DataSheetImportSummary model module.
|
|
32
32
|
* @module model/DataSheetImportSummary
|
|
33
|
-
* @version 0.1.
|
|
33
|
+
* @version 0.1.47
|
|
34
34
|
*/
|
|
35
35
|
var DataSheetImportSummary = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
package/dist/model/Document.js
CHANGED
|
@@ -23,7 +23,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
23
23
|
* gobodo-api
|
|
24
24
|
* REST Interface for Gobodo API
|
|
25
25
|
*
|
|
26
|
-
* The version of the OpenAPI document: 0.1.
|
|
26
|
+
* The version of the OpenAPI document: 0.1.47
|
|
27
27
|
* Contact: info@gobodo.io
|
|
28
28
|
*
|
|
29
29
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
34
34
|
/**
|
|
35
35
|
* The Document model module.
|
|
36
36
|
* @module model/Document
|
|
37
|
-
* @version 0.1.
|
|
37
|
+
* @version 0.1.47
|
|
38
38
|
*/
|
|
39
39
|
var Document = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -94,6 +94,9 @@ var Document = /*#__PURE__*/function () {
|
|
|
94
94
|
if (data.hasOwnProperty('filterManager')) {
|
|
95
95
|
obj['filterManager'] = _FilterManager["default"].constructFromObject(data['filterManager']);
|
|
96
96
|
}
|
|
97
|
+
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
98
|
+
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
99
|
+
}
|
|
97
100
|
if (data.hasOwnProperty('pagecount')) {
|
|
98
101
|
obj['pagecount'] = _ApiClient["default"].convertToType(data['pagecount'], 'Number');
|
|
99
102
|
}
|
|
@@ -109,9 +112,6 @@ var Document = /*#__PURE__*/function () {
|
|
|
109
112
|
if (data.hasOwnProperty('contributors')) {
|
|
110
113
|
obj['contributors'] = _ApiClient["default"].convertToType(data['contributors'], [_User["default"]]);
|
|
111
114
|
}
|
|
112
|
-
if (data.hasOwnProperty('unfilteredSubject')) {
|
|
113
|
-
obj['unfilteredSubject'] = _ApiClient["default"].convertToType(data['unfilteredSubject'], 'String');
|
|
114
|
-
}
|
|
115
115
|
if (data.hasOwnProperty('body')) {
|
|
116
116
|
obj['body'] = _ApiClient["default"].convertToType(data['body'], 'String');
|
|
117
117
|
}
|
|
@@ -190,16 +190,16 @@ var Document = /*#__PURE__*/function () {
|
|
|
190
190
|
// data not null
|
|
191
191
|
_FilterManager["default"].validateJSON(data['filterManager']);
|
|
192
192
|
}
|
|
193
|
+
// ensure the json data is a string
|
|
194
|
+
if (data['unfilteredSubject'] && !(typeof data['unfilteredSubject'] === 'string' || data['unfilteredSubject'] instanceof String)) {
|
|
195
|
+
throw new Error("Expected the field `unfilteredSubject` to be a primitive type in the JSON string but got " + data['unfilteredSubject']);
|
|
196
|
+
}
|
|
193
197
|
// validate the optional field `topentrypartarray`
|
|
194
198
|
if (data['topentrypartarray']) {
|
|
195
199
|
// data not null
|
|
196
200
|
_GraphIteratorEntryPart["default"].validateJSON(data['topentrypartarray']);
|
|
197
201
|
}
|
|
198
202
|
// ensure the json data is a string
|
|
199
|
-
if (data['unfilteredSubject'] && !(typeof data['unfilteredSubject'] === 'string' || data['unfilteredSubject'] instanceof String)) {
|
|
200
|
-
throw new Error("Expected the field `unfilteredSubject` to be a primitive type in the JSON string but got " + data['unfilteredSubject']);
|
|
201
|
-
}
|
|
202
|
-
// ensure the json data is a string
|
|
203
203
|
if (data['body'] && !(typeof data['body'] === 'string' || data['body'] instanceof String)) {
|
|
204
204
|
throw new Error("Expected the field `body` to be a primitive type in the JSON string but got " + data['body']);
|
|
205
205
|
}
|
|
@@ -257,6 +257,11 @@ Document.prototype['mainPhoto'] = undefined;
|
|
|
257
257
|
*/
|
|
258
258
|
Document.prototype['filterManager'] = undefined;
|
|
259
259
|
|
|
260
|
+
/**
|
|
261
|
+
* @member {String} unfilteredSubject
|
|
262
|
+
*/
|
|
263
|
+
Document.prototype['unfilteredSubject'] = undefined;
|
|
264
|
+
|
|
260
265
|
/**
|
|
261
266
|
* @member {Number} pagecount
|
|
262
267
|
*/
|
|
@@ -282,11 +287,6 @@ Document.prototype['keywords'] = undefined;
|
|
|
282
287
|
*/
|
|
283
288
|
Document.prototype['contributors'] = undefined;
|
|
284
289
|
|
|
285
|
-
/**
|
|
286
|
-
* @member {String} unfilteredSubject
|
|
287
|
-
*/
|
|
288
|
-
Document.prototype['unfilteredSubject'] = undefined;
|
|
289
|
-
|
|
290
290
|
/**
|
|
291
291
|
* @member {String} body
|
|
292
292
|
*/
|