@gobodo/gobodo-api 0.1.13 → 0.1.16
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 +20 -5
- package/dist/ApiClient.js +3 -3
- package/dist/api/ActionTypesApi.js +2 -2
- package/dist/api/AdCampaignsApi.js +2 -2
- package/dist/api/AdManagementApi.js +2 -2
- package/dist/api/AdminDataManagementApi.js +2 -2
- package/dist/api/AdsApi.js +2 -2
- package/dist/api/AttachmentsApi.js +2 -2
- package/dist/api/AuthenticationApi.js +2 -2
- package/dist/api/CategoriesApi.js +2 -2
- package/dist/api/CommentsApi.js +2 -2
- package/dist/api/ContentManagementApi.js +2 -2
- package/dist/api/ConversationsApi.js +2 -2
- package/dist/api/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 +2 -2
- package/dist/api/FieldsApi.js +2 -2
- package/dist/api/FilesApi.js +2 -2
- package/dist/api/FormsApi.js +2 -2
- package/dist/api/FunctionsApi.js +2 -2
- package/dist/api/GeocodeApi.js +2 -2
- package/dist/api/GoogleApi.js +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/api/StripeAccountsApi.js +333 -23
- 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 +2 -2
- package/dist/api/UserTagsApi.js +2 -2
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/UtilsApi.js +2 -2
- package/dist/api/VideosApi.js +2 -2
- package/dist/index.js +70 -14
- package/dist/model/APIClient.js +2 -2
- package/dist/model/ApplicationPaymentAccountResponse.js +116 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureException.js +179 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCause.js +165 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseStackTraceInner.js +166 -0
- package/dist/model/ApplicationPaymentAccountResponseFailureExceptionCauseSuppressedInner.js +135 -0
- package/dist/model/Article.js +18 -18
- package/dist/model/Authorization.js +2 -2
- package/dist/model/BankAccountInfo.js +163 -0
- package/dist/model/CardInfo.js +127 -0
- package/dist/model/Comment.js +10 -10
- package/dist/model/Coordinates.js +2 -2
- package/dist/model/CreateAccountResponse.js +2 -2
- package/dist/model/CreateCustomerResponse.js +2 -2
- package/dist/model/CreateStripeAccountInput.js +2 -2
- package/dist/model/CreateStripeCustomerInput.js +2 -2
- package/dist/model/CustomerResponse.js +116 -0
- package/dist/model/DataObject.js +2 -2
- package/dist/model/DataSheetImport.js +52 -52
- package/dist/model/DataSheetImportPrivacySettings.js +2 -2
- package/dist/model/DataSheetImportSummary.js +2 -2
- package/dist/model/Document.js +18 -18
- package/dist/model/DocumentPart.js +9 -9
- package/dist/model/DocumentPartType.js +2 -2
- package/dist/model/DocumentType.js +2 -2
- package/dist/model/FieldMapping.js +2 -2
- package/dist/model/Fields.js +9 -9
- package/dist/model/File.js +9 -9
- package/dist/model/FileAttachmentUploadObject.js +9 -9
- package/dist/model/Filter.js +2 -2
- package/dist/model/FilterManager.js +2 -2
- package/dist/model/Form.js +2 -2
- package/dist/model/FormSection.js +2 -2
- package/dist/model/FormSubmission.js +13 -13
- 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 +6 -6
- package/dist/model/GraphIteratorEntryPartStackTraceInner.js +2 -2
- package/dist/model/GraphObject.js +2 -2
- package/dist/model/GraphObjectPayload.js +2 -2
- package/dist/model/GraphObjectSchema.js +11 -11
- package/dist/model/GraphObjectType.js +2 -2
- package/dist/model/GraphObjectTypeSchema.js +2 -2
- package/dist/model/GraphOwner.js +2 -2
- package/dist/model/GraphRelation.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 +2 -2
- package/dist/model/GraphTraversalInput.js +2 -2
- package/dist/model/Image.js +10 -10
- package/dist/model/ImageUploadObject.js +10 -10
- package/dist/model/InputPart.js +2 -2
- package/dist/model/InputPartMediaType.js +2 -2
- package/dist/model/Link.js +2 -2
- 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 +9 -9
- package/dist/model/PageSchema.js +2 -2
- package/dist/model/Pageable.js +9 -9
- package/dist/model/Path.js +2 -2
- package/dist/model/PaymentIntentInput.js +12 -2
- package/dist/model/PaymentIntentResponse.js +2 -2
- package/dist/model/PaymentMethod.js +47 -3
- package/dist/model/PaymentMethodInput.js +180 -0
- package/dist/model/PaymentMethodResponse.js +104 -0
- package/dist/model/Post.js +2 -2
- package/dist/model/PrivateMessage.js +2 -2
- package/dist/model/PrivateMessageConversation.js +2 -2
- 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 +9 -9
- package/dist/model/SocialGroup.js +10 -10
- package/dist/model/SocialGroupType.js +2 -2
- package/dist/model/Sort.js +2 -2
- package/dist/model/StatusUpdate.js +2 -2
- package/dist/model/StreetAddress.js +2 -2
- package/dist/model/StripeAccount.js +16 -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/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 +9 -9
- package/dist/model/VideoLiveUrl.js +2 -2
- package/dist/model/VideoSchema.js +9 -9
- package/dist/model/VideoUploadObject.js +9 -9
- package/dist/model/ZeusPortalCategory.js +2 -2
- package/package.json +1 -1
package/dist/model/Objecttype.js
CHANGED
|
@@ -20,7 +20,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
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.16
|
|
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(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
31
31
|
/**
|
|
32
32
|
* The Objecttype model module.
|
|
33
33
|
* @module model/Objecttype
|
|
34
|
-
* @version 0.1.
|
|
34
|
+
* @version 0.1.16
|
|
35
35
|
*/
|
|
36
36
|
var Objecttype = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
package/dist/model/Page.js
CHANGED
|
@@ -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.16
|
|
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 Page model module.
|
|
30
30
|
* @module model/Page
|
|
31
|
-
* @version 0.1.
|
|
31
|
+
* @version 0.1.16
|
|
32
32
|
*/
|
|
33
33
|
var Page = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -85,12 +85,12 @@ var Page = /*#__PURE__*/function () {
|
|
|
85
85
|
if (data.hasOwnProperty('first')) {
|
|
86
86
|
obj['first'] = _ApiClient["default"].convertToType(data['first'], 'Boolean');
|
|
87
87
|
}
|
|
88
|
-
if (data.hasOwnProperty('pageable')) {
|
|
89
|
-
obj['pageable'] = _Pageable["default"].constructFromObject(data['pageable']);
|
|
90
|
-
}
|
|
91
88
|
if (data.hasOwnProperty('numberOfElements')) {
|
|
92
89
|
obj['numberOfElements'] = _ApiClient["default"].convertToType(data['numberOfElements'], 'Number');
|
|
93
90
|
}
|
|
91
|
+
if (data.hasOwnProperty('pageable')) {
|
|
92
|
+
obj['pageable'] = _Pageable["default"].constructFromObject(data['pageable']);
|
|
93
|
+
}
|
|
94
94
|
if (data.hasOwnProperty('empty')) {
|
|
95
95
|
obj['empty'] = _ApiClient["default"].convertToType(data['empty'], 'Boolean');
|
|
96
96
|
}
|
|
@@ -166,14 +166,14 @@ Page.prototype['last'] = undefined;
|
|
|
166
166
|
Page.prototype['first'] = undefined;
|
|
167
167
|
|
|
168
168
|
/**
|
|
169
|
-
* @member {
|
|
169
|
+
* @member {Number} numberOfElements
|
|
170
170
|
*/
|
|
171
|
-
Page.prototype['
|
|
171
|
+
Page.prototype['numberOfElements'] = undefined;
|
|
172
172
|
|
|
173
173
|
/**
|
|
174
|
-
* @member {
|
|
174
|
+
* @member {module:model/Pageable} pageable
|
|
175
175
|
*/
|
|
176
|
-
Page.prototype['
|
|
176
|
+
Page.prototype['pageable'] = undefined;
|
|
177
177
|
|
|
178
178
|
/**
|
|
179
179
|
* @member {Boolean} empty
|
package/dist/model/PageSchema.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.16
|
|
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 PageSchema model module.
|
|
28
28
|
* @module model/PageSchema
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.16
|
|
30
30
|
*/
|
|
31
31
|
var PageSchema = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
package/dist/model/Pageable.js
CHANGED
|
@@ -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.16
|
|
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 Pageable model module.
|
|
29
29
|
* @module model/Pageable
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.16
|
|
31
31
|
*/
|
|
32
32
|
var Pageable = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -72,12 +72,12 @@ var Pageable = /*#__PURE__*/function () {
|
|
|
72
72
|
if (data.hasOwnProperty('pageSize')) {
|
|
73
73
|
obj['pageSize'] = _ApiClient["default"].convertToType(data['pageSize'], 'Number');
|
|
74
74
|
}
|
|
75
|
-
if (data.hasOwnProperty('paged')) {
|
|
76
|
-
obj['paged'] = _ApiClient["default"].convertToType(data['paged'], 'Boolean');
|
|
77
|
-
}
|
|
78
75
|
if (data.hasOwnProperty('unpaged')) {
|
|
79
76
|
obj['unpaged'] = _ApiClient["default"].convertToType(data['unpaged'], 'Boolean');
|
|
80
77
|
}
|
|
78
|
+
if (data.hasOwnProperty('paged')) {
|
|
79
|
+
obj['paged'] = _ApiClient["default"].convertToType(data['paged'], 'Boolean');
|
|
80
|
+
}
|
|
81
81
|
}
|
|
82
82
|
return obj;
|
|
83
83
|
}
|
|
@@ -121,12 +121,12 @@ Pageable.prototype['pageNumber'] = undefined;
|
|
|
121
121
|
Pageable.prototype['pageSize'] = undefined;
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
|
-
* @member {Boolean}
|
|
124
|
+
* @member {Boolean} unpaged
|
|
125
125
|
*/
|
|
126
|
-
Pageable.prototype['
|
|
126
|
+
Pageable.prototype['unpaged'] = undefined;
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
|
-
* @member {Boolean}
|
|
129
|
+
* @member {Boolean} paged
|
|
130
130
|
*/
|
|
131
|
-
Pageable.prototype['
|
|
131
|
+
Pageable.prototype['paged'] = undefined;
|
|
132
132
|
var _default = exports["default"] = Pageable;
|
package/dist/model/Path.js
CHANGED
|
@@ -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.16
|
|
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 Path model module.
|
|
29
29
|
* @module model/Path
|
|
30
|
-
* @version 0.1.
|
|
30
|
+
* @version 0.1.16
|
|
31
31
|
*/
|
|
32
32
|
var Path = /*#__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.16
|
|
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 PaymentIntentInput model module.
|
|
28
28
|
* @module model/PaymentIntentInput
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.16
|
|
30
30
|
*/
|
|
31
31
|
var PaymentIntentInput = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -62,6 +62,9 @@ var PaymentIntentInput = /*#__PURE__*/function () {
|
|
|
62
62
|
if (data.hasOwnProperty('accountId')) {
|
|
63
63
|
obj['accountId'] = _ApiClient["default"].convertToType(data['accountId'], 'Number');
|
|
64
64
|
}
|
|
65
|
+
if (data.hasOwnProperty('customerId')) {
|
|
66
|
+
obj['customerId'] = _ApiClient["default"].convertToType(data['customerId'], 'Number');
|
|
67
|
+
}
|
|
65
68
|
if (data.hasOwnProperty('userId')) {
|
|
66
69
|
obj['userId'] = _ApiClient["default"].convertToType(data['userId'], 'Number');
|
|
67
70
|
}
|
|
@@ -93,10 +96,17 @@ var PaymentIntentInput = /*#__PURE__*/function () {
|
|
|
93
96
|
return PaymentIntentInput;
|
|
94
97
|
}();
|
|
95
98
|
/**
|
|
99
|
+
* The application owner account id that is making this payment
|
|
96
100
|
* @member {Number} accountId
|
|
97
101
|
*/
|
|
98
102
|
PaymentIntentInput.prototype['accountId'] = undefined;
|
|
99
103
|
|
|
104
|
+
/**
|
|
105
|
+
* The customerid that is making this payment
|
|
106
|
+
* @member {Number} customerId
|
|
107
|
+
*/
|
|
108
|
+
PaymentIntentInput.prototype['customerId'] = undefined;
|
|
109
|
+
|
|
100
110
|
/**
|
|
101
111
|
* @member {Number} userId
|
|
102
112
|
*/
|
|
@@ -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.16
|
|
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 PaymentIntentResponse model module.
|
|
28
28
|
* @module model/PaymentIntentResponse
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.16
|
|
30
30
|
*/
|
|
31
31
|
var PaymentIntentResponse = /*#__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.16
|
|
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 PaymentMethod model module.
|
|
28
28
|
* @module model/PaymentMethod
|
|
29
|
-
* @version 0.1.
|
|
29
|
+
* @version 0.1.16
|
|
30
30
|
*/
|
|
31
31
|
var PaymentMethod = /*#__PURE__*/function () {
|
|
32
32
|
/**
|
|
@@ -77,6 +77,12 @@ var PaymentMethod = /*#__PURE__*/function () {
|
|
|
77
77
|
if (data.hasOwnProperty('livemode')) {
|
|
78
78
|
obj['livemode'] = _ApiClient["default"].convertToType(data['livemode'], 'Boolean');
|
|
79
79
|
}
|
|
80
|
+
if (data.hasOwnProperty('card')) {
|
|
81
|
+
obj['card'] = _ApiClient["default"].convertToType(data['card'], Object);
|
|
82
|
+
}
|
|
83
|
+
if (data.hasOwnProperty('bankAccount')) {
|
|
84
|
+
obj['bankAccount'] = _ApiClient["default"].convertToType(data['bankAccount'], Object);
|
|
85
|
+
}
|
|
80
86
|
}
|
|
81
87
|
return obj;
|
|
82
88
|
}
|
|
@@ -121,7 +127,7 @@ PaymentMethod.prototype['name'] = undefined;
|
|
|
121
127
|
PaymentMethod.prototype['id'] = undefined;
|
|
122
128
|
|
|
123
129
|
/**
|
|
124
|
-
* @member {
|
|
130
|
+
* @member {module:model/PaymentMethod.TypeEnum} type
|
|
125
131
|
*/
|
|
126
132
|
PaymentMethod.prototype['type'] = undefined;
|
|
127
133
|
|
|
@@ -139,4 +145,42 @@ PaymentMethod.prototype['created'] = undefined;
|
|
|
139
145
|
* @member {Boolean} livemode
|
|
140
146
|
*/
|
|
141
147
|
PaymentMethod.prototype['livemode'] = undefined;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @member {Object} card
|
|
151
|
+
*/
|
|
152
|
+
PaymentMethod.prototype['card'] = undefined;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* @member {Object} bankAccount
|
|
156
|
+
*/
|
|
157
|
+
PaymentMethod.prototype['bankAccount'] = undefined;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Allowed values for the <code>type</code> property.
|
|
161
|
+
* @enum {String}
|
|
162
|
+
* @readonly
|
|
163
|
+
*/
|
|
164
|
+
PaymentMethod['TypeEnum'] = {
|
|
165
|
+
/**
|
|
166
|
+
* value: "CARD"
|
|
167
|
+
* @const
|
|
168
|
+
*/
|
|
169
|
+
"CARD": "CARD",
|
|
170
|
+
/**
|
|
171
|
+
* value: "CASHAPP"
|
|
172
|
+
* @const
|
|
173
|
+
*/
|
|
174
|
+
"CASHAPP": "CASHAPP",
|
|
175
|
+
/**
|
|
176
|
+
* value: "PAYPAL"
|
|
177
|
+
* @const
|
|
178
|
+
*/
|
|
179
|
+
"PAYPAL": "PAYPAL",
|
|
180
|
+
/**
|
|
181
|
+
* value: "US_BANK_ACCOUNT"
|
|
182
|
+
* @const
|
|
183
|
+
*/
|
|
184
|
+
"US_BANK_ACCOUNT": "US_BANK_ACCOUNT"
|
|
185
|
+
};
|
|
142
186
|
var _default = exports["default"] = PaymentMethod;
|
|
@@ -0,0 +1,180 @@
|
|
|
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 _BankAccountInfo = _interopRequireDefault(require("./BankAccountInfo"));
|
|
9
|
+
var _CardInfo = _interopRequireDefault(require("./CardInfo"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
12
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
13
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
14
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
15
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
16
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
|
|
17
|
+
* gobodo-api
|
|
18
|
+
* REST Interface for Gobodo API
|
|
19
|
+
*
|
|
20
|
+
* The version of the OpenAPI document: 0.1.16
|
|
21
|
+
* Contact: info@gobodo.io
|
|
22
|
+
*
|
|
23
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
24
|
+
* https://openapi-generator.tech
|
|
25
|
+
* Do not edit the class manually.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
/**
|
|
29
|
+
* The PaymentMethodInput model module.
|
|
30
|
+
* @module model/PaymentMethodInput
|
|
31
|
+
* @version 0.1.16
|
|
32
|
+
*/
|
|
33
|
+
var PaymentMethodInput = /*#__PURE__*/function () {
|
|
34
|
+
/**
|
|
35
|
+
* Constructs a new <code>PaymentMethodInput</code>.
|
|
36
|
+
* @alias module:model/PaymentMethodInput
|
|
37
|
+
*/
|
|
38
|
+
function PaymentMethodInput() {
|
|
39
|
+
_classCallCheck(this, PaymentMethodInput);
|
|
40
|
+
PaymentMethodInput.initialize(this);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Initializes the fields of this object.
|
|
45
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
46
|
+
* Only for internal use.
|
|
47
|
+
*/
|
|
48
|
+
_createClass(PaymentMethodInput, null, [{
|
|
49
|
+
key: "initialize",
|
|
50
|
+
value: function initialize(obj) {}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Constructs a <code>PaymentMethodInput</code> from a plain JavaScript object, optionally creating a new instance.
|
|
54
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
55
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
56
|
+
* @param {module:model/PaymentMethodInput} obj Optional instance to populate.
|
|
57
|
+
* @return {module:model/PaymentMethodInput} The populated <code>PaymentMethodInput</code> instance.
|
|
58
|
+
*/
|
|
59
|
+
}, {
|
|
60
|
+
key: "constructFromObject",
|
|
61
|
+
value: function constructFromObject(data, obj) {
|
|
62
|
+
if (data) {
|
|
63
|
+
obj = obj || new PaymentMethodInput();
|
|
64
|
+
if (data.hasOwnProperty('name')) {
|
|
65
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
66
|
+
}
|
|
67
|
+
if (data.hasOwnProperty('type')) {
|
|
68
|
+
obj['type'] = _ApiClient["default"].convertToType(data['type'], 'String');
|
|
69
|
+
}
|
|
70
|
+
if (data.hasOwnProperty('cardInfo')) {
|
|
71
|
+
obj['cardInfo'] = _CardInfo["default"].constructFromObject(data['cardInfo']);
|
|
72
|
+
}
|
|
73
|
+
if (data.hasOwnProperty('bankInfo')) {
|
|
74
|
+
obj['bankInfo'] = _BankAccountInfo["default"].constructFromObject(data['bankInfo']);
|
|
75
|
+
}
|
|
76
|
+
if (data.hasOwnProperty('customerId')) {
|
|
77
|
+
obj['customerId'] = _ApiClient["default"].convertToType(data['customerId'], 'Number');
|
|
78
|
+
}
|
|
79
|
+
if (data.hasOwnProperty('metadata')) {
|
|
80
|
+
obj['metadata'] = _ApiClient["default"].convertToType(data['metadata'], {
|
|
81
|
+
'String': Object
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
return obj;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Validates the JSON data with respect to <code>PaymentMethodInput</code>.
|
|
90
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
91
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>PaymentMethodInput</code>.
|
|
92
|
+
*/
|
|
93
|
+
}, {
|
|
94
|
+
key: "validateJSON",
|
|
95
|
+
value: function validateJSON(data) {
|
|
96
|
+
// ensure the json data is a string
|
|
97
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
98
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
99
|
+
}
|
|
100
|
+
// ensure the json data is a string
|
|
101
|
+
if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) {
|
|
102
|
+
throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']);
|
|
103
|
+
}
|
|
104
|
+
// validate the optional field `cardInfo`
|
|
105
|
+
if (data['cardInfo']) {
|
|
106
|
+
// data not null
|
|
107
|
+
_CardInfo["default"].validateJSON(data['cardInfo']);
|
|
108
|
+
}
|
|
109
|
+
// validate the optional field `bankInfo`
|
|
110
|
+
if (data['bankInfo']) {
|
|
111
|
+
// data not null
|
|
112
|
+
_BankAccountInfo["default"].validateJSON(data['bankInfo']);
|
|
113
|
+
}
|
|
114
|
+
return true;
|
|
115
|
+
}
|
|
116
|
+
}]);
|
|
117
|
+
return PaymentMethodInput;
|
|
118
|
+
}();
|
|
119
|
+
/**
|
|
120
|
+
* The name of the payment method
|
|
121
|
+
* @member {String} name
|
|
122
|
+
*/
|
|
123
|
+
PaymentMethodInput.prototype['name'] = undefined;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* The type of payment method
|
|
127
|
+
* @member {module:model/PaymentMethodInput.TypeEnum} type
|
|
128
|
+
*/
|
|
129
|
+
PaymentMethodInput.prototype['type'] = undefined;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* @member {module:model/CardInfo} cardInfo
|
|
133
|
+
*/
|
|
134
|
+
PaymentMethodInput.prototype['cardInfo'] = undefined;
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* @member {module:model/BankAccountInfo} bankInfo
|
|
138
|
+
*/
|
|
139
|
+
PaymentMethodInput.prototype['bankInfo'] = undefined;
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* The customer id this payment method will be associated with (either userId or customerId are required)
|
|
143
|
+
* @member {Number} customerId
|
|
144
|
+
*/
|
|
145
|
+
PaymentMethodInput.prototype['customerId'] = undefined;
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Additional meta data for this payment method
|
|
149
|
+
* @member {Object.<String, Object>} metadata
|
|
150
|
+
*/
|
|
151
|
+
PaymentMethodInput.prototype['metadata'] = undefined;
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Allowed values for the <code>type</code> property.
|
|
155
|
+
* @enum {String}
|
|
156
|
+
* @readonly
|
|
157
|
+
*/
|
|
158
|
+
PaymentMethodInput['TypeEnum'] = {
|
|
159
|
+
/**
|
|
160
|
+
* value: "CARD"
|
|
161
|
+
* @const
|
|
162
|
+
*/
|
|
163
|
+
"CARD": "CARD",
|
|
164
|
+
/**
|
|
165
|
+
* value: "CASHAPP"
|
|
166
|
+
* @const
|
|
167
|
+
*/
|
|
168
|
+
"CASHAPP": "CASHAPP",
|
|
169
|
+
/**
|
|
170
|
+
* value: "PAYPAL"
|
|
171
|
+
* @const
|
|
172
|
+
*/
|
|
173
|
+
"PAYPAL": "PAYPAL",
|
|
174
|
+
/**
|
|
175
|
+
* value: "US_BANK_ACCOUNT"
|
|
176
|
+
* @const
|
|
177
|
+
*/
|
|
178
|
+
"US_BANK_ACCOUNT": "US_BANK_ACCOUNT"
|
|
179
|
+
};
|
|
180
|
+
var _default = exports["default"] = PaymentMethodInput;
|
|
@@ -0,0 +1,104 @@
|
|
|
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 _PaymentMethod = _interopRequireDefault(require("./PaymentMethod"));
|
|
9
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
10
|
+
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); }
|
|
11
|
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
12
|
+
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
13
|
+
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
14
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
15
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /**
|
|
16
|
+
* gobodo-api
|
|
17
|
+
* REST Interface for Gobodo API
|
|
18
|
+
*
|
|
19
|
+
* The version of the OpenAPI document: 0.1.16
|
|
20
|
+
* Contact: info@gobodo.io
|
|
21
|
+
*
|
|
22
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
23
|
+
* https://openapi-generator.tech
|
|
24
|
+
* Do not edit the class manually.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
/**
|
|
28
|
+
* The PaymentMethodResponse model module.
|
|
29
|
+
* @module model/PaymentMethodResponse
|
|
30
|
+
* @version 0.1.16
|
|
31
|
+
*/
|
|
32
|
+
var PaymentMethodResponse = /*#__PURE__*/function () {
|
|
33
|
+
/**
|
|
34
|
+
* Constructs a new <code>PaymentMethodResponse</code>.
|
|
35
|
+
* @alias module:model/PaymentMethodResponse
|
|
36
|
+
*/
|
|
37
|
+
function PaymentMethodResponse() {
|
|
38
|
+
_classCallCheck(this, PaymentMethodResponse);
|
|
39
|
+
PaymentMethodResponse.initialize(this);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Initializes the fields of this object.
|
|
44
|
+
* This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins).
|
|
45
|
+
* Only for internal use.
|
|
46
|
+
*/
|
|
47
|
+
_createClass(PaymentMethodResponse, null, [{
|
|
48
|
+
key: "initialize",
|
|
49
|
+
value: function initialize(obj) {}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Constructs a <code>PaymentMethodResponse</code> from a plain JavaScript object, optionally creating a new instance.
|
|
53
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
54
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
55
|
+
* @param {module:model/PaymentMethodResponse} obj Optional instance to populate.
|
|
56
|
+
* @return {module:model/PaymentMethodResponse} The populated <code>PaymentMethodResponse</code> instance.
|
|
57
|
+
*/
|
|
58
|
+
}, {
|
|
59
|
+
key: "constructFromObject",
|
|
60
|
+
value: function constructFromObject(data, obj) {
|
|
61
|
+
if (data) {
|
|
62
|
+
obj = obj || new PaymentMethodResponse();
|
|
63
|
+
if (data.hasOwnProperty('paymentMethod')) {
|
|
64
|
+
obj['paymentMethod'] = _PaymentMethod["default"].constructFromObject(data['paymentMethod']);
|
|
65
|
+
}
|
|
66
|
+
if (data.hasOwnProperty('failureException')) {
|
|
67
|
+
obj['failureException'] = _ApiClient["default"].convertToType(data['failureException'], 'String');
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return obj;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Validates the JSON data with respect to <code>PaymentMethodResponse</code>.
|
|
75
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
76
|
+
* @return {boolean} to indicate whether the JSON data is valid with respect to <code>PaymentMethodResponse</code>.
|
|
77
|
+
*/
|
|
78
|
+
}, {
|
|
79
|
+
key: "validateJSON",
|
|
80
|
+
value: function validateJSON(data) {
|
|
81
|
+
// validate the optional field `paymentMethod`
|
|
82
|
+
if (data['paymentMethod']) {
|
|
83
|
+
// data not null
|
|
84
|
+
_PaymentMethod["default"].validateJSON(data['paymentMethod']);
|
|
85
|
+
}
|
|
86
|
+
// ensure the json data is a string
|
|
87
|
+
if (data['failureException'] && !(typeof data['failureException'] === 'string' || data['failureException'] instanceof String)) {
|
|
88
|
+
throw new Error("Expected the field `failureException` to be a primitive type in the JSON string but got " + data['failureException']);
|
|
89
|
+
}
|
|
90
|
+
return true;
|
|
91
|
+
}
|
|
92
|
+
}]);
|
|
93
|
+
return PaymentMethodResponse;
|
|
94
|
+
}();
|
|
95
|
+
/**
|
|
96
|
+
* @member {module:model/PaymentMethod} paymentMethod
|
|
97
|
+
*/
|
|
98
|
+
PaymentMethodResponse.prototype['paymentMethod'] = undefined;
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @member {String} failureException
|
|
102
|
+
*/
|
|
103
|
+
PaymentMethodResponse.prototype['failureException'] = undefined;
|
|
104
|
+
var _default = exports["default"] = PaymentMethodResponse;
|