@gobodo/gobodo-api-promise 0.1.34 → 0.1.36
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 -3
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +27 -27
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/DataSheetImportsApi.js +2 -2
- package/dist/api/DefaultApi.js +2 -2
- package/dist/api/DocumentsApi.js +2 -2
- package/dist/api/EntryPartsApi.js +2 -2
- package/dist/api/FacebookApi.js +6 -6
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +6 -6
- package/dist/api/GraphActionsApi.js +2 -2
- package/dist/api/GraphObjectTypesApi.js +2 -2
- package/dist/api/GraphObjectsApi.js +2 -2
- package/dist/api/GraphRelationshipTypesApi.js +2 -2
- package/dist/api/GraphRelationshipsApi.js +2 -2
- package/dist/api/GraphSchemasApi.js +2 -2
- package/dist/api/GraphTraversalApi.js +2 -2
- package/dist/api/GraphsApi.js +2 -2
- package/dist/api/GroupsApi.js +2 -2
- package/dist/api/IAMApi.js +2 -2
- package/dist/api/ImagesApi.js +2 -2
- package/dist/api/InvitesApi.js +2 -2
- package/dist/api/LikesApi.js +2 -2
- package/dist/api/LinkedINApi.js +6 -6
- package/dist/api/LiveMeetingsApi.js +2 -2
- package/dist/api/MeetingEventsApi.js +2 -2
- package/dist/api/PagesApi.js +2 -2
- package/dist/api/PostsApi.js +2 -2
- package/dist/api/PrivateMessagesApi.js +2 -2
- package/dist/api/PublicationsApi.js +2 -2
- package/dist/api/ScreensApi.js +2 -2
- package/dist/api/SocialIntegrationApi.js +15 -15
- package/dist/api/StripeAccountsApi.js +2 -2
- package/dist/api/TagsApi.js +2 -2
- package/dist/api/TemplatesApi.js +2 -2
- package/dist/api/ThemeMappingsApi.js +2 -2
- package/dist/api/TransactionsApi.js +2 -2
- package/dist/api/TwitterApi.js +6 -6
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +5 -5
- 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/ApplicationPaymentAccountResponseFailureExceptionCause.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +2 -2
- package/dist/model/Article.js +131 -131
- package/dist/model/AuthResponse.js +238 -0
- package/dist/model/Balance.js +2 -2
- 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 +38 -38
- 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 +2 -2
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +131 -131
- package/dist/model/DocumentPart.js +2 -2
- package/dist/model/DocumentPartType.js +25 -25
- package/dist/model/DocumentType.js +48 -48
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +52 -52
- package/dist/model/File.js +31 -31
- package/dist/model/FileAttachmentUploadObject.js +31 -31
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +29 -29
- 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 +29 -29
- 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/GraphRelationObjectObject.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 +90 -90
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +63 -63
- package/dist/model/ImageUploadObject.js +63 -63
- package/dist/model/InputPart.js +29 -29
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +28 -28
- package/dist/model/LiveStreamInfo.js +2 -2
- package/dist/model/MeetingEvent.js +31 -31
- package/dist/model/MeetingEventTimezone.js +2 -2
- package/dist/model/MeetingInfo.js +2 -2
- package/dist/model/Member.js +65 -65
- 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/Objecttype.js +2 -2
- package/dist/model/Page.js +2 -2
- package/dist/model/PageSchema.js +75 -75
- 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 +23 -23
- 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 +30 -30
- 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 +33 -33
- 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/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 +52 -52
- package/dist/model/SocialGroup.js +2 -2
- package/dist/model/SocialGroupType.js +2 -2
- 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 +31 -31
- package/dist/model/TransferInput.js +2 -2
- package/dist/model/TransferResponse.js +77 -2
- package/dist/model/TransferResponsePaymentMethodDetails.js +31 -31
- package/dist/model/TraversalRelationResponse.js +2 -2
- package/dist/model/User.js +65 -65
- package/dist/model/UserDataPayload.js +65 -65
- 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 +65 -65
- package/dist/model/UserTag.js +2 -2
- package/dist/model/Userid.js +2 -2
- package/dist/model/Video.js +68 -68
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +68 -68
- package/dist/model/VideoUploadObject.js +68 -68
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
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.36
|
|
30
30
|
*/
|
|
31
31
|
var Template = /*#__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.36
|
|
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 TemplateSchema model module.
|
|
29
29
|
* @module model/TemplateSchema
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.36
|
|
31
31
|
*/
|
|
32
32
|
var TemplateSchema = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.36
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The ThemeMapping model module.
|
|
30
30
|
* @module model/ThemeMapping
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.36
|
|
32
32
|
*/
|
|
33
33
|
var ThemeMapping = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -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.36
|
|
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 ThemeMappingPayload model module.
|
|
29
29
|
* @module model/ThemeMappingPayload
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.36
|
|
31
31
|
*/
|
|
32
32
|
var ThemeMappingPayload = /*#__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.36
|
|
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 Transaction model module.
|
|
28
28
|
* @module model/Transaction
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.36
|
|
30
30
|
*/
|
|
31
31
|
var Transaction = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Transfer.js
CHANGED
|
@@ -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.36
|
|
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 Transfer model module.
|
|
29
29
|
* @module model/Transfer
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.36
|
|
31
31
|
*/
|
|
32
32
|
var Transfer = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -102,21 +102,23 @@ var Transfer = /*#__PURE__*/function () {
|
|
|
102
102
|
this['description'] = description;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* Returns The amount of the transfer in cents
|
|
106
|
+
* @return {Number}
|
|
106
107
|
*/
|
|
107
108
|
}, {
|
|
108
|
-
key: "
|
|
109
|
-
value: function
|
|
110
|
-
return this.
|
|
109
|
+
key: "getAmount",
|
|
110
|
+
value: function getAmount() {
|
|
111
|
+
return this.amount;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
/**
|
|
114
|
-
*
|
|
115
|
+
* Sets The amount of the transfer in cents
|
|
116
|
+
* @param {Number} amount The amount of the transfer in cents
|
|
115
117
|
*/
|
|
116
118
|
}, {
|
|
117
|
-
key: "
|
|
118
|
-
value: function
|
|
119
|
-
this['
|
|
119
|
+
key: "setAmount",
|
|
120
|
+
value: function setAmount(amount) {
|
|
121
|
+
this['amount'] = amount;
|
|
120
122
|
}
|
|
121
123
|
/**
|
|
122
124
|
* Returns Metadata associated with the transfer
|
|
@@ -138,23 +140,21 @@ var Transfer = /*#__PURE__*/function () {
|
|
|
138
140
|
this['metadata'] = metadata;
|
|
139
141
|
}
|
|
140
142
|
/**
|
|
141
|
-
*
|
|
142
|
-
* @return {Number}
|
|
143
|
+
* @return {Object.<String, Object>}
|
|
143
144
|
*/
|
|
144
145
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
return this.
|
|
146
|
+
key: "getPaymentMethodDetails",
|
|
147
|
+
value: function getPaymentMethodDetails() {
|
|
148
|
+
return this.paymentMethodDetails;
|
|
148
149
|
}
|
|
149
150
|
|
|
150
151
|
/**
|
|
151
|
-
*
|
|
152
|
-
* @param {Number} amount The amount of the transfer in cents
|
|
152
|
+
* @param {Object.<String, Object>} paymentMethodDetails
|
|
153
153
|
*/
|
|
154
154
|
}, {
|
|
155
|
-
key: "
|
|
156
|
-
value: function
|
|
157
|
-
this['
|
|
155
|
+
key: "setPaymentMethodDetails",
|
|
156
|
+
value: function setPaymentMethodDetails(paymentMethodDetails) {
|
|
157
|
+
this['paymentMethodDetails'] = paymentMethodDetails;
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* @return {module:model/PaymentAccountObject}
|
|
@@ -198,18 +198,18 @@ var Transfer = /*#__PURE__*/function () {
|
|
|
198
198
|
if (data.hasOwnProperty('description')) {
|
|
199
199
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
200
200
|
}
|
|
201
|
-
if (data.hasOwnProperty('
|
|
202
|
-
obj['
|
|
203
|
-
'String': Object
|
|
204
|
-
});
|
|
201
|
+
if (data.hasOwnProperty('amount')) {
|
|
202
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'Number');
|
|
205
203
|
}
|
|
206
204
|
if (data.hasOwnProperty('metadata')) {
|
|
207
205
|
obj['metadata'] = _ApiClient["default"].convertToType(data['metadata'], {
|
|
208
206
|
'String': 'String'
|
|
209
207
|
});
|
|
210
208
|
}
|
|
211
|
-
if (data.hasOwnProperty('
|
|
212
|
-
obj['
|
|
209
|
+
if (data.hasOwnProperty('paymentMethodDetails')) {
|
|
210
|
+
obj['paymentMethodDetails'] = _ApiClient["default"].convertToType(data['paymentMethodDetails'], {
|
|
211
|
+
'String': Object
|
|
212
|
+
});
|
|
213
213
|
}
|
|
214
214
|
if (data.hasOwnProperty('sender')) {
|
|
215
215
|
obj['sender'] = _PaymentAccountObject["default"].constructFromObject(data['sender']);
|
|
@@ -263,9 +263,10 @@ Transfer.prototype['destination'] = undefined;
|
|
|
263
263
|
Transfer.prototype['description'] = undefined;
|
|
264
264
|
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* The amount of the transfer in cents
|
|
267
|
+
* @member {Number} amount
|
|
267
268
|
*/
|
|
268
|
-
Transfer.prototype['
|
|
269
|
+
Transfer.prototype['amount'] = undefined;
|
|
269
270
|
|
|
270
271
|
/**
|
|
271
272
|
* Metadata associated with the transfer
|
|
@@ -274,10 +275,9 @@ Transfer.prototype['paymentMethodDetails'] = undefined;
|
|
|
274
275
|
Transfer.prototype['metadata'] = undefined;
|
|
275
276
|
|
|
276
277
|
/**
|
|
277
|
-
*
|
|
278
|
-
* @member {Number} amount
|
|
278
|
+
* @member {Object.<String, Object>} paymentMethodDetails
|
|
279
279
|
*/
|
|
280
|
-
Transfer.prototype['
|
|
280
|
+
Transfer.prototype['paymentMethodDetails'] = undefined;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @member {module:model/PaymentAccountObject} sender
|
|
@@ -18,7 +18,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
18
18
|
* gobodo-api
|
|
19
19
|
* REST Interface for Gobodo API
|
|
20
20
|
*
|
|
21
|
-
* The version of the OpenAPI document: 0.1.
|
|
21
|
+
* The version of the OpenAPI document: 0.1.36
|
|
22
22
|
* Contact: info@gobodo.io
|
|
23
23
|
*
|
|
24
24
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The TransferInput model module.
|
|
31
31
|
* @module model/TransferInput
|
|
32
|
-
* @version 0.1.
|
|
32
|
+
* @version 0.1.36
|
|
33
33
|
*/
|
|
34
34
|
var TransferInput = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -17,7 +17,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
17
17
|
* gobodo-api
|
|
18
18
|
* REST Interface for Gobodo API
|
|
19
19
|
*
|
|
20
|
-
* The version of the OpenAPI document: 0.1.
|
|
20
|
+
* The version of the OpenAPI document: 0.1.36
|
|
21
21
|
* Contact: info@gobodo.io
|
|
22
22
|
*
|
|
23
23
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The TransferResponse model module.
|
|
30
30
|
* @module model/TransferResponse
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.36
|
|
32
32
|
*/
|
|
33
33
|
var TransferResponse = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -99,6 +99,25 @@ var TransferResponse = /*#__PURE__*/function () {
|
|
|
99
99
|
value: function setFailureException(failureException) {
|
|
100
100
|
this['failureException'] = failureException;
|
|
101
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* Returns The reason the transfer action failed
|
|
104
|
+
* @return {module:model/TransferResponse.FailureReasonEnum}
|
|
105
|
+
*/
|
|
106
|
+
}, {
|
|
107
|
+
key: "getFailureReason",
|
|
108
|
+
value: function getFailureReason() {
|
|
109
|
+
return this.failureReason;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Sets The reason the transfer action failed
|
|
114
|
+
* @param {module:model/TransferResponse.FailureReasonEnum} failureReason The reason the transfer action failed
|
|
115
|
+
*/
|
|
116
|
+
}, {
|
|
117
|
+
key: "setFailureReason",
|
|
118
|
+
value: function setFailureReason(failureReason) {
|
|
119
|
+
this['failureReason'] = failureReason;
|
|
120
|
+
}
|
|
102
121
|
}], [{
|
|
103
122
|
key: "initialize",
|
|
104
123
|
value: function initialize(obj) {}
|
|
@@ -124,6 +143,9 @@ var TransferResponse = /*#__PURE__*/function () {
|
|
|
124
143
|
if (data.hasOwnProperty('failureException')) {
|
|
125
144
|
obj['failureException'] = _ApiClient["default"].convertToType(data['failureException'], 'String');
|
|
126
145
|
}
|
|
146
|
+
if (data.hasOwnProperty('failureReason')) {
|
|
147
|
+
obj['failureReason'] = _ApiClient["default"].convertToType(data['failureReason'], 'String');
|
|
148
|
+
}
|
|
127
149
|
}
|
|
128
150
|
return obj;
|
|
129
151
|
}
|
|
@@ -150,6 +172,10 @@ var TransferResponse = /*#__PURE__*/function () {
|
|
|
150
172
|
if (data['failureException'] && !(typeof data['failureException'] === 'string' || data['failureException'] instanceof String)) {
|
|
151
173
|
throw new Error("Expected the field `failureException` to be a primitive type in the JSON string but got " + data['failureException']);
|
|
152
174
|
}
|
|
175
|
+
// ensure the json data is a string
|
|
176
|
+
if (data['failureReason'] && !(typeof data['failureReason'] === 'string' || data['failureReason'] instanceof String)) {
|
|
177
|
+
throw new Error("Expected the field `failureReason` to be a primitive type in the JSON string but got " + data['failureReason']);
|
|
178
|
+
}
|
|
153
179
|
return true;
|
|
154
180
|
}
|
|
155
181
|
}]);
|
|
@@ -170,4 +196,53 @@ TransferResponse.prototype['paymentMethodDetails'] = undefined;
|
|
|
170
196
|
* @member {String} failureException
|
|
171
197
|
*/
|
|
172
198
|
TransferResponse.prototype['failureException'] = undefined;
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* The reason the transfer action failed
|
|
202
|
+
* @member {module:model/TransferResponse.FailureReasonEnum} failureReason
|
|
203
|
+
*/
|
|
204
|
+
TransferResponse.prototype['failureReason'] = undefined;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Allowed values for the <code>failureReason</code> property.
|
|
208
|
+
* @enum {String}
|
|
209
|
+
* @readonly
|
|
210
|
+
*/
|
|
211
|
+
TransferResponse['FailureReasonEnum'] = {
|
|
212
|
+
/**
|
|
213
|
+
* value: "NO_PAYMENT_ACCOUNT"
|
|
214
|
+
* @const
|
|
215
|
+
*/
|
|
216
|
+
"NO_PAYMENT_ACCOUNT": "NO_PAYMENT_ACCOUNT",
|
|
217
|
+
/**
|
|
218
|
+
* value: "PAYMENT_METHOD_DECLINED"
|
|
219
|
+
* @const
|
|
220
|
+
*/
|
|
221
|
+
"PAYMENT_METHOD_DECLINED": "PAYMENT_METHOD_DECLINED",
|
|
222
|
+
/**
|
|
223
|
+
* value: "INSUFFICIENT_FUNDS"
|
|
224
|
+
* @const
|
|
225
|
+
*/
|
|
226
|
+
"INSUFFICIENT_FUNDS": "INSUFFICIENT_FUNDS",
|
|
227
|
+
/**
|
|
228
|
+
* value: "FRAUD_DETECTION"
|
|
229
|
+
* @const
|
|
230
|
+
*/
|
|
231
|
+
"FRAUD_DETECTION": "FRAUD_DETECTION",
|
|
232
|
+
/**
|
|
233
|
+
* value: "TRANSFER_FUNDS_NOT_PAID"
|
|
234
|
+
* @const
|
|
235
|
+
*/
|
|
236
|
+
"TRANSFER_FUNDS_NOT_PAID": "TRANSFER_FUNDS_NOT_PAID",
|
|
237
|
+
/**
|
|
238
|
+
* value: "BACKEND_ERROR"
|
|
239
|
+
* @const
|
|
240
|
+
*/
|
|
241
|
+
"BACKEND_ERROR": "BACKEND_ERROR",
|
|
242
|
+
/**
|
|
243
|
+
* value: "UNKNOWN_ERROR"
|
|
244
|
+
* @const
|
|
245
|
+
*/
|
|
246
|
+
"UNKNOWN_ERROR": "UNKNOWN_ERROR"
|
|
247
|
+
};
|
|
173
248
|
var _default = exports["default"] = TransferResponse;
|
|
@@ -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.36
|
|
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 TransferResponsePaymentMethodDetails model module.
|
|
29
29
|
* @module model/TransferResponsePaymentMethodDetails
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.36
|
|
31
31
|
*/
|
|
32
32
|
var TransferResponsePaymentMethodDetails = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -102,21 +102,23 @@ var TransferResponsePaymentMethodDetails = /*#__PURE__*/function () {
|
|
|
102
102
|
this['description'] = description;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* Returns The amount of the transfer in cents
|
|
106
|
+
* @return {Number}
|
|
106
107
|
*/
|
|
107
108
|
}, {
|
|
108
|
-
key: "
|
|
109
|
-
value: function
|
|
110
|
-
return this.
|
|
109
|
+
key: "getAmount",
|
|
110
|
+
value: function getAmount() {
|
|
111
|
+
return this.amount;
|
|
111
112
|
}
|
|
112
113
|
|
|
113
114
|
/**
|
|
114
|
-
*
|
|
115
|
+
* Sets The amount of the transfer in cents
|
|
116
|
+
* @param {Number} amount The amount of the transfer in cents
|
|
115
117
|
*/
|
|
116
118
|
}, {
|
|
117
|
-
key: "
|
|
118
|
-
value: function
|
|
119
|
-
this['
|
|
119
|
+
key: "setAmount",
|
|
120
|
+
value: function setAmount(amount) {
|
|
121
|
+
this['amount'] = amount;
|
|
120
122
|
}
|
|
121
123
|
/**
|
|
122
124
|
* Returns Metadata associated with the transfer
|
|
@@ -138,23 +140,21 @@ var TransferResponsePaymentMethodDetails = /*#__PURE__*/function () {
|
|
|
138
140
|
this['metadata'] = metadata;
|
|
139
141
|
}
|
|
140
142
|
/**
|
|
141
|
-
*
|
|
142
|
-
* @return {Number}
|
|
143
|
+
* @return {Object.<String, Object>}
|
|
143
144
|
*/
|
|
144
145
|
}, {
|
|
145
|
-
key: "
|
|
146
|
-
value: function
|
|
147
|
-
return this.
|
|
146
|
+
key: "getPaymentMethodDetails",
|
|
147
|
+
value: function getPaymentMethodDetails() {
|
|
148
|
+
return this.paymentMethodDetails;
|
|
148
149
|
}
|
|
149
150
|
|
|
150
151
|
/**
|
|
151
|
-
*
|
|
152
|
-
* @param {Number} amount The amount of the transfer in cents
|
|
152
|
+
* @param {Object.<String, Object>} paymentMethodDetails
|
|
153
153
|
*/
|
|
154
154
|
}, {
|
|
155
|
-
key: "
|
|
156
|
-
value: function
|
|
157
|
-
this['
|
|
155
|
+
key: "setPaymentMethodDetails",
|
|
156
|
+
value: function setPaymentMethodDetails(paymentMethodDetails) {
|
|
157
|
+
this['paymentMethodDetails'] = paymentMethodDetails;
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
160
|
* @return {module:model/PaymentAccountObject}
|
|
@@ -198,18 +198,18 @@ var TransferResponsePaymentMethodDetails = /*#__PURE__*/function () {
|
|
|
198
198
|
if (data.hasOwnProperty('description')) {
|
|
199
199
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
200
200
|
}
|
|
201
|
-
if (data.hasOwnProperty('
|
|
202
|
-
obj['
|
|
203
|
-
'String': Object
|
|
204
|
-
});
|
|
201
|
+
if (data.hasOwnProperty('amount')) {
|
|
202
|
+
obj['amount'] = _ApiClient["default"].convertToType(data['amount'], 'Number');
|
|
205
203
|
}
|
|
206
204
|
if (data.hasOwnProperty('metadata')) {
|
|
207
205
|
obj['metadata'] = _ApiClient["default"].convertToType(data['metadata'], {
|
|
208
206
|
'String': 'String'
|
|
209
207
|
});
|
|
210
208
|
}
|
|
211
|
-
if (data.hasOwnProperty('
|
|
212
|
-
obj['
|
|
209
|
+
if (data.hasOwnProperty('paymentMethodDetails')) {
|
|
210
|
+
obj['paymentMethodDetails'] = _ApiClient["default"].convertToType(data['paymentMethodDetails'], {
|
|
211
|
+
'String': Object
|
|
212
|
+
});
|
|
213
213
|
}
|
|
214
214
|
if (data.hasOwnProperty('sender')) {
|
|
215
215
|
obj['sender'] = _PaymentAccountObject["default"].constructFromObject(data['sender']);
|
|
@@ -263,9 +263,10 @@ TransferResponsePaymentMethodDetails.prototype['destination'] = undefined;
|
|
|
263
263
|
TransferResponsePaymentMethodDetails.prototype['description'] = undefined;
|
|
264
264
|
|
|
265
265
|
/**
|
|
266
|
-
*
|
|
266
|
+
* The amount of the transfer in cents
|
|
267
|
+
* @member {Number} amount
|
|
267
268
|
*/
|
|
268
|
-
TransferResponsePaymentMethodDetails.prototype['
|
|
269
|
+
TransferResponsePaymentMethodDetails.prototype['amount'] = undefined;
|
|
269
270
|
|
|
270
271
|
/**
|
|
271
272
|
* Metadata associated with the transfer
|
|
@@ -274,10 +275,9 @@ TransferResponsePaymentMethodDetails.prototype['paymentMethodDetails'] = undefin
|
|
|
274
275
|
TransferResponsePaymentMethodDetails.prototype['metadata'] = undefined;
|
|
275
276
|
|
|
276
277
|
/**
|
|
277
|
-
*
|
|
278
|
-
* @member {Number} amount
|
|
278
|
+
* @member {Object.<String, Object>} paymentMethodDetails
|
|
279
279
|
*/
|
|
280
|
-
TransferResponsePaymentMethodDetails.prototype['
|
|
280
|
+
TransferResponsePaymentMethodDetails.prototype['paymentMethodDetails'] = undefined;
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
283
|
* @member {module:model/PaymentAccountObject} sender
|
|
@@ -20,7 +20,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
20
20
|
* gobodo-api
|
|
21
21
|
* REST Interface for Gobodo API
|
|
22
22
|
*
|
|
23
|
-
* The version of the OpenAPI document: 0.1.
|
|
23
|
+
* The version of the OpenAPI document: 0.1.36
|
|
24
24
|
* Contact: info@gobodo.io
|
|
25
25
|
*
|
|
26
26
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The TraversalRelationResponse model module.
|
|
33
33
|
* @module model/TraversalRelationResponse
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.36
|
|
35
35
|
*/
|
|
36
36
|
var TraversalRelationResponse = /*#__PURE__*/function () {
|
|
37
37
|
/**
|