pcp-server-ruby-sdk 1.1.0 → 1.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/README.md +9 -3
- data/api-definition.yaml +70 -4
- data/lib/PCP-server-Ruby-SDK/models/action_type.rb +34 -0
- data/lib/PCP-server-Ruby-SDK/models/api_error.rb +1 -1
- data/lib/PCP-server-Ruby-SDK/models/avs_result.rb +52 -0
- data/lib/PCP-server-Ruby-SDK/models/business_relation.rb +30 -0
- data/lib/PCP-server-Ruby-SDK/models/card_fraud_results.rb +3 -2
- data/lib/PCP-server-Ruby-SDK/models/card_recurrence_details.rb +5 -2
- data/lib/PCP-server-Ruby-SDK/models/customer.rb +21 -6
- data/lib/PCP-server-Ruby-SDK/models/customer_account.rb +51 -0
- data/lib/PCP-server-Ruby-SDK/models/merchant_action.rb +3 -2
- data/lib/PCP-server-Ruby-SDK/models/order_line_details_input.rb +1 -1
- data/lib/PCP-server-Ruby-SDK/models/recurring_payment_sequence_indicator.rb +30 -0
- data/lib/PCP-server-Ruby-SDK/models/redirect_payment_product840_specific_input.rb +14 -4
- data/lib/PCP-server-Ruby-SDK/version.rb +1 -1
- data/package-lock.json +121 -145
- data/package.json +1 -1
- metadata +7 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '095fe63398bc28f8de4e8040e0aafae3140c77f1cfc706f29d4a1a505d242279'
|
4
|
+
data.tar.gz: 28c4a2ec2baceeb92d77c07ca74dbbc340845335d579878e7ff4930e0ca6255e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23e606c466218f6c646259598e9fc50f8c99bfa44b5a457d2aceee2ef4fedc9273337332128fedaeec05bbdb4cdbbe0babb2af1304ae099c8b4981e358ff2ddd
|
7
|
+
data.tar.gz: 0bea44e28cc1681047ddc73e0a3d4be47e241eeb4d0ed4d4229edecf15d2b89ba944dc1749efeea1601b3b24efd3a512593258b22ebfb4677a374dd992960fec
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1
|
+
# [1.2.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.1.0...v1.2.0) (2025-05-26)
|
2
|
+
|
3
|
+
### Documentation
|
4
|
+
|
5
|
+
* docs: clarify comment for category attribute in APIError class ([ccafb6db2bc474bb07a30a1fda7ff6e730a8137d](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/ccafb6db2bc474bb07a30a1fda7ff6e730a8137d))
|
6
|
+
* docs: improve comment clarity for tax_amount_per_unit attribute in OrderLineDetailsInput model ([37fcf28f22a1a9ccf93689c21c07f06d2e3249a8](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/37fcf28f22a1a9ccf93689c21c07f06d2e3249a8))
|
7
|
+
* docs: update docs ([a4b33ef94dc183847f5be0288c84312c0dd8cfba](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/a4b33ef94dc183847f5be0288c84312c0dd8cfba))
|
8
|
+
* docs: update README with new badge links and API version ([c69507cd4b9da665fb686576c0900570462fc1bf](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/c69507cd4b9da665fb686576c0900570462fc1bf))
|
9
|
+
|
10
|
+
### Features
|
11
|
+
|
12
|
+
* feat: add BusinessRelation class and update customer model to use it ([68ab9fc5c41aad7f3f967b75b1ecdd0ac02cba63](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/68ab9fc5c41aad7f3f967b75b1ecdd0ac02cba63))
|
13
|
+
* feat: add CustomerAccount class and integrate it into Customer class ([ee1600ec78d66498cc758b4c931f510dd3ffb4c7](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/ee1600ec78d66498cc758b4c931f510dd3ffb4c7))
|
14
|
+
* feat: add fraud_net_id attribute to RedirectPaymentProduct840SpecificInput model ([27ec17cce2fb42eb37116790ce2dd106502487c0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/27ec17cce2fb42eb37116790ce2dd106502487c0))
|
15
|
+
* feat: add RecurringPaymentSequenceIndicator class and update CardRecurrenceDetails to use it ([e2507f4328a297dc700fa1635029a1599fa58101](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/e2507f4328a297dc700fa1635029a1599fa58101))
|
16
|
+
* feat: implement ActionType class and update MerchantAction to use it ([8e259dc45f4e20ea0a10a351a3abdc86926b91f1](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/8e259dc45f4e20ea0a10a351a3abdc86926b91f1))
|
17
|
+
* feat: implement AvsResult enum class and update CardFraudResults to use it ([c0a40cc08aa878afaae93851be1619907e7c5e86](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/commit/c0a40cc08aa878afaae93851be1619907e7c5e86))
|
18
|
+
|
1
19
|
# [1.1.0](https://github.com/PAYONE-GmbH/PCP-ServerSDK-ruby/compare/v1.0.0...v1.1.0) (2025-03-14)
|
2
20
|
|
3
21
|
### Documentation
|
data/README.md
CHANGED
@@ -2,10 +2,16 @@
|
|
2
2
|
|
3
3
|
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-ServerSDK-ruby)
|
4
4
|
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-ServerSDK-ruby)
|
5
|
-

|
6
|
+

|
7
|
+
|
8
|
+
|
9
|
+
Welcome to the Ruby SDK for the PAYONE Commerce Platform (api-version 1.35.0)! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
|
10
|
+
|
11
|
+
## Requirements
|
12
|
+
|
13
|
+
This SDK requires Ruby 3.2 or later.
|
7
14
|
|
8
|
-
Welcome to the Ruby SDK for the PAYONE Commerce Platform! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.
|
9
15
|
|
10
16
|
## Table of Contents
|
11
17
|
|
data/api-definition.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
openapi: "3.0.3"
|
2
2
|
|
3
3
|
info:
|
4
|
-
version: 1.
|
4
|
+
version: 1.35.0
|
5
5
|
title: "Commerce Platform API"
|
6
6
|
description: |
|
7
7
|
RESTful API for the creation of Commerce Cases with Checkouts and the execution of Payments.
|
@@ -1948,7 +1948,6 @@ components:
|
|
1948
1948
|
object.
|
1949
1949
|
required:
|
1950
1950
|
- transactionId
|
1951
|
-
- applicationData
|
1952
1951
|
APIError:
|
1953
1952
|
description: Contains detailed information on one single error.
|
1954
1953
|
type: object
|
@@ -1962,7 +1961,7 @@ components:
|
|
1962
1961
|
type: string
|
1963
1962
|
description: |-
|
1964
1963
|
Category the error belongs to. The category should give an indication of the type of error you are dealing
|
1965
|
-
with.
|
1964
|
+
with. Do not expect a finite set of possible categories, as they are subject to change. Common values are:
|
1966
1965
|
* DIRECT_PLATFORM_ERROR - indicating that a functional error has occurred in the platform.
|
1967
1966
|
* PAYMENT_PLATFORM_ERROR - indicating that a functional error has occurred in the payment platform.
|
1968
1967
|
* IO_ERROR - indicating that a technical error has occurred within the payment platform or between the
|
@@ -2259,6 +2258,31 @@ components:
|
|
2259
2258
|
* 0 - No service available
|
2260
2259
|
example: A
|
2261
2260
|
type: string
|
2261
|
+
enum:
|
2262
|
+
- A
|
2263
|
+
- B
|
2264
|
+
- C
|
2265
|
+
- D
|
2266
|
+
- E
|
2267
|
+
- F
|
2268
|
+
- G
|
2269
|
+
- H
|
2270
|
+
- I
|
2271
|
+
- K
|
2272
|
+
- L
|
2273
|
+
- M
|
2274
|
+
- N
|
2275
|
+
- O
|
2276
|
+
- P
|
2277
|
+
- Q
|
2278
|
+
- R
|
2279
|
+
- S
|
2280
|
+
- U
|
2281
|
+
- W
|
2282
|
+
- X
|
2283
|
+
- Y
|
2284
|
+
- Z
|
2285
|
+
- "0"
|
2262
2286
|
CardPaymentDetails:
|
2263
2287
|
type: object
|
2264
2288
|
description: Information for card payments realized at a POS.
|
@@ -2418,6 +2442,9 @@ components:
|
|
2418
2442
|
Note: For any first of a recurring the system will automatically create a token as you will need to use a
|
2419
2443
|
token for any subsequent recurring transactions. In case a token already exists this is indicated in the
|
2420
2444
|
response with a value of False for the isNewToken property in the response.
|
2445
|
+
enum:
|
2446
|
+
- first
|
2447
|
+
- recurring
|
2421
2448
|
CartItemInput:
|
2422
2449
|
type: object
|
2423
2450
|
description: This object contains information of all items in the cart.
|
@@ -2825,6 +2852,9 @@ components:
|
|
2825
2852
|
* 3390 - PAYONE Secured Invoice
|
2826
2853
|
* 3391 - PAYONE Secured Installment
|
2827
2854
|
* 3392 - PAYONE Secured Direct Debit
|
2855
|
+
enum:
|
2856
|
+
- B2C
|
2857
|
+
- B2B
|
2828
2858
|
locale:
|
2829
2859
|
maxLength: 2
|
2830
2860
|
type: string
|
@@ -2835,6 +2865,25 @@ components:
|
|
2835
2865
|
example: de
|
2836
2866
|
personalInformation:
|
2837
2867
|
$ref: '#/components/schemas/PersonalInformation'
|
2868
|
+
account:
|
2869
|
+
$ref: '#/components/schemas/CustomerAccount'
|
2870
|
+
CustomerAccount:
|
2871
|
+
type: object
|
2872
|
+
description: Object containing data related to the account the customer has with you.
|
2873
|
+
properties:
|
2874
|
+
createDate:
|
2875
|
+
type: string
|
2876
|
+
format: date-time
|
2877
|
+
description: |
|
2878
|
+
Creation date and time of the customer account in ISO 8601 format (UTC).
|
2879
|
+
Accepted formats are:
|
2880
|
+
* YYYY-MM-DD'T'HH:mm:ss'Z'
|
2881
|
+
* YYYY-MM-DD'T'HH:mm:ss+XX:XX
|
2882
|
+
* YYYY-MM-DD'T'HH:mm:ss-XX:XX
|
2883
|
+
* YYYY-MM-DD'T'HH:mm'Z'
|
2884
|
+
* YYYY-MM-DD'T'HH:mm+XX:XX
|
2885
|
+
* YYYY-MM-DD'T'HH:mm-XX:XX
|
2886
|
+
example: 2023-10-05T14:30:15.123Z
|
2838
2887
|
|
2839
2888
|
CustomerDevice:
|
2840
2889
|
type: object
|
@@ -3144,6 +3193,13 @@ components:
|
|
3144
3193
|
to be provided to the EMVco certified Mobile SDK as a challengeParameters object.
|
3145
3194
|
* CALL_THIRD_PARTY - The merchant needs to call a third party using the data found in thirdPartyData
|
3146
3195
|
example: REDIRECT
|
3196
|
+
enum:
|
3197
|
+
- REDIRECT
|
3198
|
+
- SHOW_FORM
|
3199
|
+
- SHOW_INSTRUCTIONS
|
3200
|
+
- SHOW_TRANSACTION_RESULTS
|
3201
|
+
- MOBILE_THREEDS_CHALLENGE
|
3202
|
+
- CALL_THIRD_PARTY
|
3147
3203
|
redirectData:
|
3148
3204
|
$ref: '#/components/schemas/RedirectData'
|
3149
3205
|
MobilePaymentMethodSpecificInput:
|
@@ -3287,7 +3343,9 @@ components:
|
|
3287
3343
|
example: 0
|
3288
3344
|
taxAmountPerUnit:
|
3289
3345
|
type: boolean
|
3290
|
-
description:
|
3346
|
+
description: |-
|
3347
|
+
This field indicates if the `taxAmount` is to be interpreted as the tax amount per unit rather than for the entire line item.
|
3348
|
+
This field is included in the response only when `taxAmount` is set; otherwise, it will return as `null`.
|
3291
3349
|
format: int64
|
3292
3350
|
example: true
|
3293
3351
|
default: false
|
@@ -4313,6 +4371,14 @@ components:
|
|
4313
4371
|
Default value is false.
|
4314
4372
|
Please note that this field is ignored when order.additionalInput.typeInformation.purchaseType is set to
|
4315
4373
|
"digital"
|
4374
|
+
fraudNetId:
|
4375
|
+
type: string
|
4376
|
+
format: UUID
|
4377
|
+
description: |-
|
4378
|
+
A unique ID determined by the merchant, to link a Paypal transaction to a FraudNet PayPal risk session. Only applicable to
|
4379
|
+
customer-initiated transactions, when the FraudNet SDK is used, and to be passed in the API request the same tracking ID value
|
4380
|
+
(FraudNet Session Identifier).
|
4381
|
+
example: 686e5823-1ffd-42f7-9ba3-42b41b57d8dd
|
4316
4382
|
RefreshPaymentRequest:
|
4317
4383
|
type: object
|
4318
4384
|
description: Request to refresh the payment status of a specific payment.
|
@@ -0,0 +1,34 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'time'
|
3
|
+
|
4
|
+
module PCPServerSDK
|
5
|
+
module Models
|
6
|
+
class ActionType
|
7
|
+
REDIRECT = "REDIRECT".freeze # The customer needs to be redirected using the details found in redirectData
|
8
|
+
SHOW_FORM = "SHOW_FORM".freeze # The customer needs to be shown a form with the fields found in formFields
|
9
|
+
SHOW_INSTRUCTIONS = "SHOW_INSTRUCTIONS".freeze # The customer needs to be shown payment instruction using the details found in showData
|
10
|
+
SHOW_TRANSACTION_RESULTS = "SHOW_TRANSACTION_RESULTS".freeze # The customer needs to be shown the transaction results using the details found in showData
|
11
|
+
MOBILE_THREEDS_CHALLENGE = "MOBILE_THREEDS_CHALLENGE".freeze # The customer needs to complete a challenge as part of the 3D Secure authentication inside your mobile app
|
12
|
+
CALL_THIRD_PARTY = "CALL_THIRD_PARTY".freeze # The merchant needs to call a third party using the data found in thirdPartyData
|
13
|
+
|
14
|
+
def self.all_vars
|
15
|
+
@all_vars ||= [REDIRECT, SHOW_FORM, SHOW_INSTRUCTIONS, SHOW_TRANSACTION_RESULTS, MOBILE_THREEDS_CHALLENGE, CALL_THIRD_PARTY].freeze
|
16
|
+
end
|
17
|
+
|
18
|
+
# Builds the enum from string
|
19
|
+
# @param [String] The enum value in the form of the string
|
20
|
+
# @return [String] The enum value
|
21
|
+
def self.build_from_hash(value)
|
22
|
+
new.build_from_hash(value)
|
23
|
+
end
|
24
|
+
|
25
|
+
# Builds the enum from string
|
26
|
+
# @param [String] The enum value in the form of the string
|
27
|
+
# @return [String] The enum value
|
28
|
+
def build_from_hash(value)
|
29
|
+
return value if ActionType.all_vars.include?(value)
|
30
|
+
raise "Invalid ENUM value #{value} for class #ActionType"
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
@@ -8,7 +8,7 @@ module PCPServerSDK
|
|
8
8
|
# Error code
|
9
9
|
attr_accessor :error_code
|
10
10
|
|
11
|
-
# Category the error belongs to. The category should give an indication of the type of error you are dealing with.
|
11
|
+
# Category the error belongs to. The category should give an indication of the type of error you are dealing with. Do not expect a finite set of possible categories, as they are subject to change. Common values are: * DIRECT_PLATFORM_ERROR - indicating that a functional error has occurred in the platform. * PAYMENT_PLATFORM_ERROR - indicating that a functional error has occurred in the payment platform. * IO_ERROR - indicating that a technical error has occurred within the payment platform or between the payment platform and third party systems. * COMMERCE_PLATFORM_ERROR - indicating an error originating from the Commerce Platform. * COMMERCE_PORTAL_BACKEND_ERROR - indicating an error originating from the Commerce Portal Backend.
|
12
12
|
attr_accessor :category
|
13
13
|
|
14
14
|
# HTTP status code for this error that can be used to determine the type of error
|
@@ -0,0 +1,52 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'time'
|
3
|
+
|
4
|
+
module PCPServerSDK
|
5
|
+
module Models
|
6
|
+
class AvsResult
|
7
|
+
A = "A".freeze # Address (Street) matches, Zip does not
|
8
|
+
B = "B".freeze # Street address match for international transactions—Postal code not verified due to incompatible formats
|
9
|
+
C = "C".freeze # Street address and postal code not verified for international transaction due to incompatible formats
|
10
|
+
D = "D".freeze # Street address and postal code match for international transaction, cardholder name is incorrect
|
11
|
+
E = "E".freeze # AVS error
|
12
|
+
F = "F".freeze # Address does match and five digit ZIP code does match (UK only)
|
13
|
+
G = "G".freeze # Address information is unavailable; international transaction; non-AVS participant
|
14
|
+
H = "H".freeze # Billing address and postal code match, cardholder name is incorrect (Amex)
|
15
|
+
I = "I".freeze # Address information not verified for international transaction
|
16
|
+
K = "K".freeze # Cardholder name matches (Amex)
|
17
|
+
L = "L".freeze # Cardholder name and postal code match (Amex)
|
18
|
+
M = "M".freeze # Cardholder name, street address, and postal code match for international transaction
|
19
|
+
N = "N".freeze # No Match on Address (Street) or Zip
|
20
|
+
O = "O".freeze # Cardholder name and address match (Amex)
|
21
|
+
P = "P".freeze # Postal codes match for international transaction—Street address not verified due to incompatible formats
|
22
|
+
Q = "Q".freeze # Billing address matches, cardholder is incorrect (Amex)
|
23
|
+
R = "R".freeze # Retry, System unavailable or Timed out
|
24
|
+
S = "S".freeze # Service not supported by issuer
|
25
|
+
U = "U".freeze # Address information is unavailable
|
26
|
+
W = "W".freeze # 9 digit Zip matches, Address (Street) does not
|
27
|
+
X = "X".freeze # Exact AVS Match
|
28
|
+
Y = "Y".freeze # Address (Street) and 5 digit Zip match
|
29
|
+
Z = "Z".freeze # 5 digit Zip matches, Address (Street) does not
|
30
|
+
ZERO = "0".freeze # No service available
|
31
|
+
|
32
|
+
def self.all_vars
|
33
|
+
@all_vars ||= [A, B, C, D, E, F, G, H, I, K, L, M, N, O, P, Q, R, S, U, W, X, Y, Z, ZERO].freeze
|
34
|
+
end
|
35
|
+
|
36
|
+
# Builds the enum from string
|
37
|
+
# @param [String] The enum value in the form of the string
|
38
|
+
# @return [String] The enum value
|
39
|
+
def self.build_from_hash(value)
|
40
|
+
new.build_from_hash(value)
|
41
|
+
end
|
42
|
+
|
43
|
+
# Builds the enum from string
|
44
|
+
# @param [String] The enum value in the form of the string
|
45
|
+
# @return [String] The enum value
|
46
|
+
def build_from_hash(value)
|
47
|
+
return value if AvsResult.all_vars.include?(value)
|
48
|
+
raise "Invalid ENUM value #{value} for class #AvsResult"
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'time'
|
3
|
+
|
4
|
+
module PCPServerSDK
|
5
|
+
module Models
|
6
|
+
class BusinessRelation
|
7
|
+
B2C = "B2C".freeze # Indicates business to consumer
|
8
|
+
B2B = "B2B".freeze # Indicates business to business
|
9
|
+
|
10
|
+
def self.all_vars
|
11
|
+
@all_vars ||= [B2C, B2B].freeze
|
12
|
+
end
|
13
|
+
|
14
|
+
# Builds the enum from string
|
15
|
+
# @param [String] The enum value in the form of the string
|
16
|
+
# @return [String] The enum value
|
17
|
+
def self.build_from_hash(value)
|
18
|
+
new.build_from_hash(value)
|
19
|
+
end
|
20
|
+
|
21
|
+
# Builds the enum from string
|
22
|
+
# @param [String] The enum value in the form of the string
|
23
|
+
# @return [String] The enum value
|
24
|
+
def build_from_hash(value)
|
25
|
+
return value if BusinessRelation.all_vars.include?(value)
|
26
|
+
raise "Invalid ENUM value #{value} for class #BusinessRelation"
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -5,7 +5,8 @@ module PCPServerSDK
|
|
5
5
|
module Models
|
6
6
|
# Fraud results contained in the CardFraudResults object.
|
7
7
|
class CardFraudResults
|
8
|
-
#
|
8
|
+
# Result of the Address Verification Service checks.
|
9
|
+
# @return [AvsResult]
|
9
10
|
attr_accessor :avs_result
|
10
11
|
|
11
12
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -23,7 +24,7 @@ module PCPServerSDK
|
|
23
24
|
# Attribute type mapping.
|
24
25
|
def self.openapi_types
|
25
26
|
{
|
26
|
-
:'avs_result' => :'
|
27
|
+
:'avs_result' => :'AvsResult'
|
27
28
|
}
|
28
29
|
end
|
29
30
|
|
@@ -5,7 +5,10 @@ module PCPServerSDK
|
|
5
5
|
module Models
|
6
6
|
# Object containing data related to recurring.
|
7
7
|
class CardRecurrenceDetails
|
8
|
-
#
|
8
|
+
# Indicates whether this transaction is the first or a subsequent transaction in a series of recurring transactions.
|
9
|
+
# Note: For any first of a recurring the system will automatically create a token as you will need to use a token for any subsequent recurring transactions.
|
10
|
+
# In case a token already exists this is indicated in the response with a value of False for the isNewToken property in the response.
|
11
|
+
# @return [RecurringPaymentSequenceIndicator]
|
9
12
|
attr_accessor :recurring_payment_sequence_indicator
|
10
13
|
|
11
14
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -23,7 +26,7 @@ module PCPServerSDK
|
|
23
26
|
# Attribute type mapping.
|
24
27
|
def self.openapi_types
|
25
28
|
{
|
26
|
-
:'recurring_payment_sequence_indicator' => :'
|
29
|
+
:'recurring_payment_sequence_indicator' => :'RecurringPaymentSequenceIndicator'
|
27
30
|
}
|
28
31
|
end
|
29
32
|
|
@@ -17,7 +17,12 @@ module PCPServerSDK
|
|
17
17
|
# Fiscal registration number of the customer or the tax registration number of the company for a business customer. Please find below specifics per country: * Brazil - Consumer (CPF) with a length of 11 digits * Brazil - Company (CNPJ) with a length of 14 digits * Denmark - Consumer (CPR-nummer or personnummer) with a length of 10 digits * Finland - Consumer (Finnish: henkilötunnus (abbreviated as HETU), Swedish: personbeteckning) with a length of 11 characters * Norway - Consumer (fødselsnummer) with a length of 11 digits * Sweden - Consumer (personnummer) with a length of 10 or 12 digits
|
18
18
|
attr_accessor :fiscal_number
|
19
19
|
|
20
|
-
# Business relation to the customer.
|
20
|
+
# Business relation to the customer.
|
21
|
+
# Mandatory for the following payment methods:
|
22
|
+
# * 3390 - PAYONE Secured Invoice
|
23
|
+
# * 3391 - PAYONE Secured Installment
|
24
|
+
# * 3392 - PAYONE Secured Direct Debit
|
25
|
+
# @return [BusinessRelation]
|
21
26
|
attr_accessor :business_relation
|
22
27
|
|
23
28
|
# The locale that the customer should be addressed in (for 3rd parties). Note: Only the language code is supported.
|
@@ -25,6 +30,9 @@ module PCPServerSDK
|
|
25
30
|
|
26
31
|
attr_accessor :personal_information
|
27
32
|
|
33
|
+
# Object containing data related to the account the customer has with you.
|
34
|
+
attr_accessor :account
|
35
|
+
|
28
36
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
37
|
def self.attribute_map
|
30
38
|
{
|
@@ -35,7 +43,8 @@ module PCPServerSDK
|
|
35
43
|
:'fiscal_number' => :'fiscalNumber',
|
36
44
|
:'business_relation' => :'businessRelation',
|
37
45
|
:'locale' => :'locale',
|
38
|
-
:'personal_information' => :'personalInformation'
|
46
|
+
:'personal_information' => :'personalInformation',
|
47
|
+
:'account' => :'account'
|
39
48
|
}
|
40
49
|
end
|
41
50
|
|
@@ -52,9 +61,10 @@ module PCPServerSDK
|
|
52
61
|
:'billing_address' => :'Address',
|
53
62
|
:'contact_details' => :'ContactDetails',
|
54
63
|
:'fiscal_number' => :'String',
|
55
|
-
:'business_relation' => :'
|
64
|
+
:'business_relation' => :'BusinessRelation',
|
56
65
|
:'locale' => :'String',
|
57
|
-
:'personal_information' => :'PersonalInformation'
|
66
|
+
:'personal_information' => :'PersonalInformation',
|
67
|
+
:'account' => :'CustomerAccount'
|
58
68
|
}
|
59
69
|
end
|
60
70
|
|
@@ -110,6 +120,10 @@ module PCPServerSDK
|
|
110
120
|
if attributes.key?(:'personal_information')
|
111
121
|
self.personal_information = attributes[:'personal_information']
|
112
122
|
end
|
123
|
+
|
124
|
+
if attributes.key?(:'account')
|
125
|
+
self.account = attributes[:'account']
|
126
|
+
end
|
113
127
|
end
|
114
128
|
|
115
129
|
# Checks equality by comparing each attribute.
|
@@ -124,7 +138,8 @@ module PCPServerSDK
|
|
124
138
|
fiscal_number == o.fiscal_number &&
|
125
139
|
business_relation == o.business_relation &&
|
126
140
|
locale == o.locale &&
|
127
|
-
personal_information == o.personal_information
|
141
|
+
personal_information == o.personal_information &&
|
142
|
+
account == o.account
|
128
143
|
end
|
129
144
|
|
130
145
|
# @see the `==` method
|
@@ -136,7 +151,7 @@ module PCPServerSDK
|
|
136
151
|
# Calculates hash code according to all attributes.
|
137
152
|
# @return [Integer] Hash code
|
138
153
|
def hash
|
139
|
-
[company_information, merchant_customer_id, billing_address, contact_details, fiscal_number, business_relation, locale, personal_information].hash
|
154
|
+
[company_information, merchant_customer_id, billing_address, contact_details, fiscal_number, business_relation, locale, personal_information, account].hash
|
140
155
|
end
|
141
156
|
|
142
157
|
# Builds the object from hash
|
@@ -0,0 +1,51 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'time'
|
3
|
+
|
4
|
+
module PCPServerSDK
|
5
|
+
module Models
|
6
|
+
# Object containing data related to the account the customer has with you.
|
7
|
+
class CustomerAccount
|
8
|
+
# Creation date and time of the customer account in ISO 8601 format (UTC).
|
9
|
+
attr_accessor :create_date
|
10
|
+
|
11
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
12
|
+
def self.attribute_map
|
13
|
+
{
|
14
|
+
:'create_date' => :'createDate'
|
15
|
+
}
|
16
|
+
end
|
17
|
+
|
18
|
+
# Returns all the JSON keys this model knows about
|
19
|
+
def self.acceptable_attributes
|
20
|
+
attribute_map.values
|
21
|
+
end
|
22
|
+
|
23
|
+
# Attribute type mapping.
|
24
|
+
def self.openapi_types
|
25
|
+
{
|
26
|
+
:'create_date' => :'Time'
|
27
|
+
}
|
28
|
+
end
|
29
|
+
|
30
|
+
# Initializes the object
|
31
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
32
|
+
def initialize(attributes = {})
|
33
|
+
if (!attributes.is_a?(Hash))
|
34
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `CustomerAccount` initialize method"
|
35
|
+
end
|
36
|
+
|
37
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
38
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
39
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
40
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `CustomerAccount`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
41
|
+
end
|
42
|
+
h[k.to_sym] = v
|
43
|
+
}
|
44
|
+
|
45
|
+
if attributes.key?(:'create_date')
|
46
|
+
self.create_date = attributes[:'create_date']
|
47
|
+
end
|
48
|
+
end
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
@@ -6,7 +6,8 @@ require 'time'
|
|
6
6
|
module PCPServerSDK
|
7
7
|
module Models
|
8
8
|
class MerchantAction
|
9
|
-
# Action merchants needs to take in the online payment process.
|
9
|
+
# Action merchants needs to take in the online payment process.
|
10
|
+
# @return [ActionType]
|
10
11
|
attr_accessor :action_type
|
11
12
|
|
12
13
|
attr_accessor :redirect_data
|
@@ -27,7 +28,7 @@ module PCPServerSDK
|
|
27
28
|
# Attribute type mapping.
|
28
29
|
def self.openapi_types
|
29
30
|
{
|
30
|
-
:'action_type' => :'
|
31
|
+
:'action_type' => :'ActionType',
|
31
32
|
:'redirect_data' => :'RedirectData'
|
32
33
|
}
|
33
34
|
end
|
@@ -19,7 +19,7 @@ module PCPServerSDK
|
|
19
19
|
# Tax on the line item, with the last two digits implied as decimal places
|
20
20
|
attr_accessor :tax_amount
|
21
21
|
|
22
|
-
#
|
22
|
+
# This field indicates if the `taxAmount` is to be interpreted as the tax amount per unit rather than for the entire line item. This field is included in the response only when `taxAmount` is set; otherwise, it will return as `null`.
|
23
23
|
attr_accessor :tax_amount_per_unit
|
24
24
|
|
25
25
|
# URL of the product in shop. Used for PAYONE Buy Now, Pay Later (BNPL).
|
@@ -0,0 +1,30 @@
|
|
1
|
+
require 'date'
|
2
|
+
require 'time'
|
3
|
+
|
4
|
+
module PCPServerSDK
|
5
|
+
module Models
|
6
|
+
class RecurringPaymentSequenceIndicator
|
7
|
+
FIRST = "first".freeze # This transaction is the first of a series of recurring transactions
|
8
|
+
RECURRING = "recurring".freeze # This transaction is a subsequent transaction in a series of recurring transactions
|
9
|
+
|
10
|
+
def self.all_vars
|
11
|
+
@all_vars ||= [FIRST, RECURRING].freeze
|
12
|
+
end
|
13
|
+
|
14
|
+
# Builds the enum from string
|
15
|
+
# @param [String] The enum value in the form of the string
|
16
|
+
# @return [String] The enum value
|
17
|
+
def self.build_from_hash(value)
|
18
|
+
new.build_from_hash(value)
|
19
|
+
end
|
20
|
+
|
21
|
+
# Builds the enum from string
|
22
|
+
# @param [String] The enum value in the form of the string
|
23
|
+
# @return [String] The enum value
|
24
|
+
def build_from_hash(value)
|
25
|
+
return value if RecurringPaymentSequenceIndicator.all_vars.include?(value)
|
26
|
+
raise "Invalid ENUM value #{value} for class #RecurringPaymentSequenceIndicator"
|
27
|
+
end
|
28
|
+
end
|
29
|
+
end
|
30
|
+
end
|
@@ -9,10 +9,14 @@ module PCPServerSDK
|
|
9
9
|
# Indicates whether to use PayPal Express Checkout Shortcut. * true = When shortcut is enabled, the consumer can select a shipping address during PayPal checkout. * false = When shortcut is disabled, the consumer cannot change the shipping address. Default value is false. Please note that this field is ignored when order.additionalInput.typeInformation.purchaseType is set to \"digital\"
|
10
10
|
attr_accessor :address_selection_at_pay_pal
|
11
11
|
|
12
|
+
# A unique ID determined by the merchant, to link a Paypal transaction to a FraudNet PayPal risk session. Only applicable to customer-initiated transactions, when the FraudNet SDK is used, and to be passed in the API request the same tracking ID value (FraudNet Session Identifier).
|
13
|
+
attr_accessor :fraud_net_id
|
14
|
+
|
12
15
|
# Attribute mapping from ruby-style variable name to JSON key.
|
13
16
|
def self.attribute_map
|
14
17
|
{
|
15
|
-
:'address_selection_at_pay_pal' => :'addressSelectionAtPayPal'
|
18
|
+
:'address_selection_at_pay_pal' => :'addressSelectionAtPayPal',
|
19
|
+
:'fraud_net_id' => :'fraudNetId'
|
16
20
|
}
|
17
21
|
end
|
18
22
|
|
@@ -24,7 +28,8 @@ module PCPServerSDK
|
|
24
28
|
# Attribute type mapping.
|
25
29
|
def self.openapi_types
|
26
30
|
{
|
27
|
-
:'address_selection_at_pay_pal' => :'Boolean'
|
31
|
+
:'address_selection_at_pay_pal' => :'Boolean',
|
32
|
+
:'fraud_net_id' => :'String'
|
28
33
|
}
|
29
34
|
end
|
30
35
|
|
@@ -52,6 +57,10 @@ module PCPServerSDK
|
|
52
57
|
if attributes.key?(:'address_selection_at_pay_pal')
|
53
58
|
self.address_selection_at_pay_pal = attributes[:'address_selection_at_pay_pal']
|
54
59
|
end
|
60
|
+
|
61
|
+
if attributes.key?(:'fraud_net_id')
|
62
|
+
self.fraud_net_id = attributes[:'fraud_net_id']
|
63
|
+
end
|
55
64
|
end
|
56
65
|
|
57
66
|
# Checks equality by comparing each attribute.
|
@@ -59,7 +68,8 @@ module PCPServerSDK
|
|
59
68
|
def ==(o)
|
60
69
|
return true if self.equal?(o)
|
61
70
|
self.class == o.class &&
|
62
|
-
address_selection_at_pay_pal == o.address_selection_at_pay_pal
|
71
|
+
address_selection_at_pay_pal == o.address_selection_at_pay_pal &&
|
72
|
+
fraud_net_id == o.fraud_net_id
|
63
73
|
end
|
64
74
|
|
65
75
|
# @see the `==` method
|
@@ -71,7 +81,7 @@ module PCPServerSDK
|
|
71
81
|
# Calculates hash code according to all attributes.
|
72
82
|
# @return [Integer] Hash code
|
73
83
|
def hash
|
74
|
-
[address_selection_at_pay_pal].hash
|
84
|
+
[address_selection_at_pay_pal, fraud_net_id].hash
|
75
85
|
end
|
76
86
|
|
77
87
|
# Builds the object from hash
|
data/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "pcp-serversdk-ruby",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.2.0",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "pcp-serversdk-ruby",
|
9
|
-
"version": "1.
|
9
|
+
"version": "1.2.0",
|
10
10
|
"devDependencies": {
|
11
11
|
"@commitlint/cli": "19.4.0",
|
12
12
|
"@commitlint/config-conventional": "19.2.2",
|
@@ -15,23 +15,23 @@
|
|
15
15
|
}
|
16
16
|
},
|
17
17
|
"node_modules/@babel/code-frame": {
|
18
|
-
"version": "7.
|
19
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
20
|
-
"integrity": "sha512-
|
18
|
+
"version": "7.27.1",
|
19
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
20
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
21
21
|
"dev": true,
|
22
22
|
"dependencies": {
|
23
|
-
"@babel/helper-validator-identifier": "^7.
|
23
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
24
24
|
"js-tokens": "^4.0.0",
|
25
|
-
"picocolors": "^1.
|
25
|
+
"picocolors": "^1.1.1"
|
26
26
|
},
|
27
27
|
"engines": {
|
28
28
|
"node": ">=6.9.0"
|
29
29
|
}
|
30
30
|
},
|
31
31
|
"node_modules/@babel/helper-validator-identifier": {
|
32
|
-
"version": "7.
|
33
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
34
|
-
"integrity": "sha512-
|
32
|
+
"version": "7.27.1",
|
33
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
34
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
35
35
|
"dev": true,
|
36
36
|
"engines": {
|
37
37
|
"node": ">=6.9.0"
|
@@ -72,12 +72,12 @@
|
|
72
72
|
}
|
73
73
|
},
|
74
74
|
"node_modules/@commitlint/config-validator": {
|
75
|
-
"version": "19.8.
|
76
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.
|
77
|
-
"integrity": "sha512
|
75
|
+
"version": "19.8.1",
|
76
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-19.8.1.tgz",
|
77
|
+
"integrity": "sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==",
|
78
78
|
"dev": true,
|
79
79
|
"dependencies": {
|
80
|
-
"@commitlint/types": "^19.8.
|
80
|
+
"@commitlint/types": "^19.8.1",
|
81
81
|
"ajv": "^8.11.0"
|
82
82
|
},
|
83
83
|
"engines": {
|
@@ -85,12 +85,12 @@
|
|
85
85
|
}
|
86
86
|
},
|
87
87
|
"node_modules/@commitlint/ensure": {
|
88
|
-
"version": "19.8.
|
89
|
-
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.
|
90
|
-
"integrity": "sha512-
|
88
|
+
"version": "19.8.1",
|
89
|
+
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-19.8.1.tgz",
|
90
|
+
"integrity": "sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==",
|
91
91
|
"dev": true,
|
92
92
|
"dependencies": {
|
93
|
-
"@commitlint/types": "^19.8.
|
93
|
+
"@commitlint/types": "^19.8.1",
|
94
94
|
"lodash.camelcase": "^4.3.0",
|
95
95
|
"lodash.kebabcase": "^4.1.1",
|
96
96
|
"lodash.snakecase": "^4.1.1",
|
@@ -102,46 +102,34 @@
|
|
102
102
|
}
|
103
103
|
},
|
104
104
|
"node_modules/@commitlint/execute-rule": {
|
105
|
-
"version": "19.8.
|
106
|
-
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.
|
107
|
-
"integrity": "sha512-
|
105
|
+
"version": "19.8.1",
|
106
|
+
"resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz",
|
107
|
+
"integrity": "sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==",
|
108
108
|
"dev": true,
|
109
109
|
"engines": {
|
110
110
|
"node": ">=v18"
|
111
111
|
}
|
112
112
|
},
|
113
113
|
"node_modules/@commitlint/format": {
|
114
|
-
"version": "19.8.
|
115
|
-
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.
|
116
|
-
"integrity": "sha512-
|
114
|
+
"version": "19.8.1",
|
115
|
+
"resolved": "https://registry.npmjs.org/@commitlint/format/-/format-19.8.1.tgz",
|
116
|
+
"integrity": "sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==",
|
117
117
|
"dev": true,
|
118
118
|
"dependencies": {
|
119
|
-
"@commitlint/types": "^19.8.
|
119
|
+
"@commitlint/types": "^19.8.1",
|
120
120
|
"chalk": "^5.3.0"
|
121
121
|
},
|
122
122
|
"engines": {
|
123
123
|
"node": ">=v18"
|
124
124
|
}
|
125
125
|
},
|
126
|
-
"node_modules/@commitlint/format/node_modules/chalk": {
|
127
|
-
"version": "5.4.1",
|
128
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
129
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
130
|
-
"dev": true,
|
131
|
-
"engines": {
|
132
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
133
|
-
},
|
134
|
-
"funding": {
|
135
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
136
|
-
}
|
137
|
-
},
|
138
126
|
"node_modules/@commitlint/is-ignored": {
|
139
|
-
"version": "19.8.
|
140
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.
|
141
|
-
"integrity": "sha512-
|
127
|
+
"version": "19.8.1",
|
128
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz",
|
129
|
+
"integrity": "sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==",
|
142
130
|
"dev": true,
|
143
131
|
"dependencies": {
|
144
|
-
"@commitlint/types": "^19.8.
|
132
|
+
"@commitlint/types": "^19.8.1",
|
145
133
|
"semver": "^7.6.0"
|
146
134
|
},
|
147
135
|
"engines": {
|
@@ -149,30 +137,30 @@
|
|
149
137
|
}
|
150
138
|
},
|
151
139
|
"node_modules/@commitlint/lint": {
|
152
|
-
"version": "19.8.
|
153
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.
|
154
|
-
"integrity": "sha512
|
140
|
+
"version": "19.8.1",
|
141
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.8.1.tgz",
|
142
|
+
"integrity": "sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==",
|
155
143
|
"dev": true,
|
156
144
|
"dependencies": {
|
157
|
-
"@commitlint/is-ignored": "^19.8.
|
158
|
-
"@commitlint/parse": "^19.8.
|
159
|
-
"@commitlint/rules": "^19.8.
|
160
|
-
"@commitlint/types": "^19.8.
|
145
|
+
"@commitlint/is-ignored": "^19.8.1",
|
146
|
+
"@commitlint/parse": "^19.8.1",
|
147
|
+
"@commitlint/rules": "^19.8.1",
|
148
|
+
"@commitlint/types": "^19.8.1"
|
161
149
|
},
|
162
150
|
"engines": {
|
163
151
|
"node": ">=v18"
|
164
152
|
}
|
165
153
|
},
|
166
154
|
"node_modules/@commitlint/load": {
|
167
|
-
"version": "19.8.
|
168
|
-
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.
|
169
|
-
"integrity": "sha512-
|
155
|
+
"version": "19.8.1",
|
156
|
+
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.8.1.tgz",
|
157
|
+
"integrity": "sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==",
|
170
158
|
"dev": true,
|
171
159
|
"dependencies": {
|
172
|
-
"@commitlint/config-validator": "^19.8.
|
173
|
-
"@commitlint/execute-rule": "^19.8.
|
174
|
-
"@commitlint/resolve-extends": "^19.8.
|
175
|
-
"@commitlint/types": "^19.8.
|
160
|
+
"@commitlint/config-validator": "^19.8.1",
|
161
|
+
"@commitlint/execute-rule": "^19.8.1",
|
162
|
+
"@commitlint/resolve-extends": "^19.8.1",
|
163
|
+
"@commitlint/types": "^19.8.1",
|
176
164
|
"chalk": "^5.3.0",
|
177
165
|
"cosmiconfig": "^9.0.0",
|
178
166
|
"cosmiconfig-typescript-loader": "^6.1.0",
|
@@ -184,34 +172,22 @@
|
|
184
172
|
"node": ">=v18"
|
185
173
|
}
|
186
174
|
},
|
187
|
-
"node_modules/@commitlint/load/node_modules/chalk": {
|
188
|
-
"version": "5.4.1",
|
189
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
190
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
191
|
-
"dev": true,
|
192
|
-
"engines": {
|
193
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
194
|
-
},
|
195
|
-
"funding": {
|
196
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
197
|
-
}
|
198
|
-
},
|
199
175
|
"node_modules/@commitlint/message": {
|
200
|
-
"version": "19.8.
|
201
|
-
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.
|
202
|
-
"integrity": "sha512
|
176
|
+
"version": "19.8.1",
|
177
|
+
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-19.8.1.tgz",
|
178
|
+
"integrity": "sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==",
|
203
179
|
"dev": true,
|
204
180
|
"engines": {
|
205
181
|
"node": ">=v18"
|
206
182
|
}
|
207
183
|
},
|
208
184
|
"node_modules/@commitlint/parse": {
|
209
|
-
"version": "19.8.
|
210
|
-
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.
|
211
|
-
"integrity": "sha512-
|
185
|
+
"version": "19.8.1",
|
186
|
+
"resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-19.8.1.tgz",
|
187
|
+
"integrity": "sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==",
|
212
188
|
"dev": true,
|
213
189
|
"dependencies": {
|
214
|
-
"@commitlint/types": "^19.8.
|
190
|
+
"@commitlint/types": "^19.8.1",
|
215
191
|
"conventional-changelog-angular": "^7.0.0",
|
216
192
|
"conventional-commits-parser": "^5.0.0"
|
217
193
|
},
|
@@ -220,29 +196,29 @@
|
|
220
196
|
}
|
221
197
|
},
|
222
198
|
"node_modules/@commitlint/read": {
|
223
|
-
"version": "19.8.
|
224
|
-
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.
|
225
|
-
"integrity": "sha512-
|
199
|
+
"version": "19.8.1",
|
200
|
+
"resolved": "https://registry.npmjs.org/@commitlint/read/-/read-19.8.1.tgz",
|
201
|
+
"integrity": "sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==",
|
226
202
|
"dev": true,
|
227
203
|
"dependencies": {
|
228
|
-
"@commitlint/top-level": "^19.8.
|
229
|
-
"@commitlint/types": "^19.8.
|
204
|
+
"@commitlint/top-level": "^19.8.1",
|
205
|
+
"@commitlint/types": "^19.8.1",
|
230
206
|
"git-raw-commits": "^4.0.0",
|
231
207
|
"minimist": "^1.2.8",
|
232
|
-
"tinyexec": "^0.
|
208
|
+
"tinyexec": "^1.0.0"
|
233
209
|
},
|
234
210
|
"engines": {
|
235
211
|
"node": ">=v18"
|
236
212
|
}
|
237
213
|
},
|
238
214
|
"node_modules/@commitlint/resolve-extends": {
|
239
|
-
"version": "19.8.
|
240
|
-
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.
|
241
|
-
"integrity": "sha512-
|
215
|
+
"version": "19.8.1",
|
216
|
+
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz",
|
217
|
+
"integrity": "sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==",
|
242
218
|
"dev": true,
|
243
219
|
"dependencies": {
|
244
|
-
"@commitlint/config-validator": "^19.8.
|
245
|
-
"@commitlint/types": "^19.8.
|
220
|
+
"@commitlint/config-validator": "^19.8.1",
|
221
|
+
"@commitlint/types": "^19.8.1",
|
246
222
|
"global-directory": "^4.0.1",
|
247
223
|
"import-meta-resolve": "^4.0.0",
|
248
224
|
"lodash.mergewith": "^4.6.2",
|
@@ -253,33 +229,33 @@
|
|
253
229
|
}
|
254
230
|
},
|
255
231
|
"node_modules/@commitlint/rules": {
|
256
|
-
"version": "19.8.
|
257
|
-
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.
|
258
|
-
"integrity": "sha512-
|
232
|
+
"version": "19.8.1",
|
233
|
+
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-19.8.1.tgz",
|
234
|
+
"integrity": "sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==",
|
259
235
|
"dev": true,
|
260
236
|
"dependencies": {
|
261
|
-
"@commitlint/ensure": "^19.8.
|
262
|
-
"@commitlint/message": "^19.8.
|
263
|
-
"@commitlint/to-lines": "^19.8.
|
264
|
-
"@commitlint/types": "^19.8.
|
237
|
+
"@commitlint/ensure": "^19.8.1",
|
238
|
+
"@commitlint/message": "^19.8.1",
|
239
|
+
"@commitlint/to-lines": "^19.8.1",
|
240
|
+
"@commitlint/types": "^19.8.1"
|
265
241
|
},
|
266
242
|
"engines": {
|
267
243
|
"node": ">=v18"
|
268
244
|
}
|
269
245
|
},
|
270
246
|
"node_modules/@commitlint/to-lines": {
|
271
|
-
"version": "19.8.
|
272
|
-
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.
|
273
|
-
"integrity": "sha512-
|
247
|
+
"version": "19.8.1",
|
248
|
+
"resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-19.8.1.tgz",
|
249
|
+
"integrity": "sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==",
|
274
250
|
"dev": true,
|
275
251
|
"engines": {
|
276
252
|
"node": ">=v18"
|
277
253
|
}
|
278
254
|
},
|
279
255
|
"node_modules/@commitlint/top-level": {
|
280
|
-
"version": "19.8.
|
281
|
-
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.
|
282
|
-
"integrity": "sha512-
|
256
|
+
"version": "19.8.1",
|
257
|
+
"resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-19.8.1.tgz",
|
258
|
+
"integrity": "sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==",
|
283
259
|
"dev": true,
|
284
260
|
"dependencies": {
|
285
261
|
"find-up": "^7.0.0"
|
@@ -289,9 +265,9 @@
|
|
289
265
|
}
|
290
266
|
},
|
291
267
|
"node_modules/@commitlint/types": {
|
292
|
-
"version": "19.8.
|
293
|
-
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.
|
294
|
-
"integrity": "sha512
|
268
|
+
"version": "19.8.1",
|
269
|
+
"resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.8.1.tgz",
|
270
|
+
"integrity": "sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==",
|
295
271
|
"dev": true,
|
296
272
|
"dependencies": {
|
297
273
|
"@types/conventional-commits-parser": "^5.0.0",
|
@@ -301,18 +277,6 @@
|
|
301
277
|
"node": ">=v18"
|
302
278
|
}
|
303
279
|
},
|
304
|
-
"node_modules/@commitlint/types/node_modules/chalk": {
|
305
|
-
"version": "5.4.1",
|
306
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
307
|
-
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
308
|
-
"dev": true,
|
309
|
-
"engines": {
|
310
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
311
|
-
},
|
312
|
-
"funding": {
|
313
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
314
|
-
}
|
315
|
-
},
|
316
280
|
"node_modules/@hutson/parse-repository-url": {
|
317
281
|
"version": "5.0.0",
|
318
282
|
"resolved": "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-5.0.0.tgz",
|
@@ -332,7 +296,7 @@
|
|
332
296
|
}
|
333
297
|
},
|
334
298
|
"node_modules/@types/node": {
|
335
|
-
"version": "1.
|
299
|
+
"version": "1.2.0",
|
336
300
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.1.tgz",
|
337
301
|
"integrity": "sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==",
|
338
302
|
"dev": true,
|
@@ -347,13 +311,13 @@
|
|
347
311
|
"dev": true
|
348
312
|
},
|
349
313
|
"node_modules/@types/semver": {
|
350
|
-
"version": "7.
|
351
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.
|
352
|
-
"integrity": "sha512-
|
314
|
+
"version": "7.7.0",
|
315
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.0.tgz",
|
316
|
+
"integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==",
|
353
317
|
"dev": true
|
354
318
|
},
|
355
319
|
"node_modules/add-stream": {
|
356
|
-
"version": "1.
|
320
|
+
"version": "1.2.0",
|
357
321
|
"resolved": "https://registry.npmjs.org/add-stream/-/add-stream-1.0.0.tgz",
|
358
322
|
"integrity": "sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==",
|
359
323
|
"dev": true
|
@@ -405,7 +369,7 @@
|
|
405
369
|
"dev": true
|
406
370
|
},
|
407
371
|
"node_modules/array-ify": {
|
408
|
-
"version": "1.
|
372
|
+
"version": "1.2.0",
|
409
373
|
"resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
|
410
374
|
"integrity": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==",
|
411
375
|
"dev": true
|
@@ -419,6 +383,18 @@
|
|
419
383
|
"node": ">=6"
|
420
384
|
}
|
421
385
|
},
|
386
|
+
"node_modules/chalk": {
|
387
|
+
"version": "5.4.1",
|
388
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
|
389
|
+
"integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
|
390
|
+
"dev": true,
|
391
|
+
"engines": {
|
392
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
393
|
+
},
|
394
|
+
"funding": {
|
395
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
396
|
+
}
|
397
|
+
},
|
422
398
|
"node_modules/cliui": {
|
423
399
|
"version": "8.0.1",
|
424
400
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
@@ -678,9 +654,9 @@
|
|
678
654
|
}
|
679
655
|
},
|
680
656
|
"node_modules/conventional-changelog-writer": {
|
681
|
-
"version": "8.0
|
682
|
-
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.0.
|
683
|
-
"integrity": "sha512-
|
657
|
+
"version": "8.1.0",
|
658
|
+
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.1.0.tgz",
|
659
|
+
"integrity": "sha512-dpC440QnORNCO81XYuRRFOLCsjKj4W7tMkUIn3lR6F/FAaJcWLi7iCj6IcEvSQY2zw6VUgwUKd5DEHKEWrpmEQ==",
|
684
660
|
"dev": true,
|
685
661
|
"dependencies": {
|
686
662
|
"conventional-commits-filter": "^5.0.0",
|
@@ -1147,7 +1123,7 @@
|
|
1147
1123
|
}
|
1148
1124
|
},
|
1149
1125
|
"node_modules/index-to-position": {
|
1150
|
-
"version": "1.
|
1126
|
+
"version": "1.2.0",
|
1151
1127
|
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-0.1.2.tgz",
|
1152
1128
|
"integrity": "sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==",
|
1153
1129
|
"dev": true,
|
@@ -1255,13 +1231,13 @@
|
|
1255
1231
|
"dev": true
|
1256
1232
|
},
|
1257
1233
|
"node_modules/json-schema-traverse": {
|
1258
|
-
"version": "1.
|
1234
|
+
"version": "1.2.0",
|
1259
1235
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
1260
1236
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
1261
1237
|
"dev": true
|
1262
1238
|
},
|
1263
1239
|
"node_modules/jsonparse": {
|
1264
|
-
"version": "1.
|
1240
|
+
"version": "1.2.0",
|
1265
1241
|
"resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
|
1266
1242
|
"integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==",
|
1267
1243
|
"dev": true,
|
@@ -1698,7 +1674,7 @@
|
|
1698
1674
|
}
|
1699
1675
|
},
|
1700
1676
|
"node_modules/picocolors": {
|
1701
|
-
"version": "1.
|
1677
|
+
"version": "1.2.0",
|
1702
1678
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
1703
1679
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
1704
1680
|
"dev": true
|
@@ -1740,14 +1716,14 @@
|
|
1740
1716
|
}
|
1741
1717
|
},
|
1742
1718
|
"node_modules/read-pkg/node_modules/parse-json": {
|
1743
|
-
"version": "8.
|
1744
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.
|
1745
|
-
"integrity": "sha512-
|
1719
|
+
"version": "8.3.0",
|
1720
|
+
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
|
1721
|
+
"integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
|
1746
1722
|
"dev": true,
|
1747
1723
|
"dependencies": {
|
1748
|
-
"@babel/code-frame": "^7.
|
1749
|
-
"index-to-position": "^
|
1750
|
-
"type-fest": "^4.
|
1724
|
+
"@babel/code-frame": "^7.26.2",
|
1725
|
+
"index-to-position": "^1.1.0",
|
1726
|
+
"type-fest": "^4.39.1"
|
1751
1727
|
},
|
1752
1728
|
"engines": {
|
1753
1729
|
"node": ">=18"
|
@@ -1784,9 +1760,9 @@
|
|
1784
1760
|
}
|
1785
1761
|
},
|
1786
1762
|
"node_modules/semver": {
|
1787
|
-
"version": "7.7.
|
1788
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
1789
|
-
"integrity": "sha512-
|
1763
|
+
"version": "7.7.2",
|
1764
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
1765
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
1790
1766
|
"dev": true,
|
1791
1767
|
"bin": {
|
1792
1768
|
"semver": "bin/semver.js"
|
@@ -1959,15 +1935,15 @@
|
|
1959
1935
|
"dev": true
|
1960
1936
|
},
|
1961
1937
|
"node_modules/tinyexec": {
|
1962
|
-
"version": "
|
1938
|
+
"version": "1.2.0",
|
1963
1939
|
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
|
1964
1940
|
"integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==",
|
1965
1941
|
"dev": true
|
1966
1942
|
},
|
1967
1943
|
"node_modules/type-fest": {
|
1968
|
-
"version": "4.
|
1969
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
1970
|
-
"integrity": "sha512-
|
1944
|
+
"version": "4.41.0",
|
1945
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
1946
|
+
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
1971
1947
|
"dev": true,
|
1972
1948
|
"engines": {
|
1973
1949
|
"node": ">=16"
|
@@ -1977,9 +1953,9 @@
|
|
1977
1953
|
}
|
1978
1954
|
},
|
1979
1955
|
"node_modules/typescript": {
|
1980
|
-
"version": "5.8.
|
1981
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.
|
1982
|
-
"integrity": "sha512-
|
1956
|
+
"version": "5.8.3",
|
1957
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",
|
1958
|
+
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==",
|
1983
1959
|
"dev": true,
|
1984
1960
|
"peer": true,
|
1985
1961
|
"bin": {
|
@@ -2010,7 +1986,7 @@
|
|
2010
1986
|
"dev": true
|
2011
1987
|
},
|
2012
1988
|
"node_modules/unicorn-magic": {
|
2013
|
-
"version": "1.
|
1989
|
+
"version": "1.2.0",
|
2014
1990
|
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
2015
1991
|
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
2016
1992
|
"dev": true,
|
@@ -2047,7 +2023,7 @@
|
|
2047
2023
|
}
|
2048
2024
|
},
|
2049
2025
|
"node_modules/wordwrap": {
|
2050
|
-
"version": "1.
|
2026
|
+
"version": "1.2.0",
|
2051
2027
|
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
|
2052
2028
|
"integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
|
2053
2029
|
"dev": true
|
@@ -2106,7 +2082,7 @@
|
|
2106
2082
|
}
|
2107
2083
|
},
|
2108
2084
|
"node_modules/yocto-queue": {
|
2109
|
-
"version": "1.
|
2085
|
+
"version": "1.2.0",
|
2110
2086
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz",
|
2111
2087
|
"integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==",
|
2112
2088
|
"dev": true,
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pcp-server-ruby-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PAYONE GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-http
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- lib/PCP-server-Ruby-SDK/errors/api_error_response_exception.rb
|
112
112
|
- lib/PCP-server-Ruby-SDK/errors/api_exception.rb
|
113
113
|
- lib/PCP-server-Ruby-SDK/errors/api_response_retrieval_exception.rb
|
114
|
+
- lib/PCP-server-Ruby-SDK/models/action_type.rb
|
114
115
|
- lib/PCP-server-Ruby-SDK/models/address.rb
|
115
116
|
- lib/PCP-server-Ruby-SDK/models/address_personal.rb
|
116
117
|
- lib/PCP-server-Ruby-SDK/models/allowed_payment_actions.rb
|
@@ -127,8 +128,10 @@ files:
|
|
127
128
|
- lib/PCP-server-Ruby-SDK/models/applepay/apple_pay_payment_method_type.rb
|
128
129
|
- lib/PCP-server-Ruby-SDK/models/applepay/apple_pay_payment_token.rb
|
129
130
|
- lib/PCP-server-Ruby-SDK/models/authorization_mode.rb
|
131
|
+
- lib/PCP-server-Ruby-SDK/models/avs_result.rb
|
130
132
|
- lib/PCP-server-Ruby-SDK/models/bank_account_information.rb
|
131
133
|
- lib/PCP-server-Ruby-SDK/models/bank_payout_method_specific_input.rb
|
134
|
+
- lib/PCP-server-Ruby-SDK/models/business_relation.rb
|
132
135
|
- lib/PCP-server-Ruby-SDK/models/cancel_item.rb
|
133
136
|
- lib/PCP-server-Ruby-SDK/models/cancel_payment_request.rb
|
134
137
|
- lib/PCP-server-Ruby-SDK/models/cancel_payment_response.rb
|
@@ -167,6 +170,7 @@ files:
|
|
167
170
|
- lib/PCP-server-Ruby-SDK/models/create_commerce_case_response.rb
|
168
171
|
- lib/PCP-server-Ruby-SDK/models/create_payment_response.rb
|
169
172
|
- lib/PCP-server-Ruby-SDK/models/customer.rb
|
173
|
+
- lib/PCP-server-Ruby-SDK/models/customer_account.rb
|
170
174
|
- lib/PCP-server-Ruby-SDK/models/customer_device.rb
|
171
175
|
- lib/PCP-server-Ruby-SDK/models/deliver_item.rb
|
172
176
|
- lib/PCP-server-Ruby-SDK/models/deliver_request.rb
|
@@ -229,6 +233,7 @@ files:
|
|
229
233
|
- lib/PCP-server-Ruby-SDK/models/positive_amount_of_money.rb
|
230
234
|
- lib/PCP-server-Ruby-SDK/models/processing_mandate_information.rb
|
231
235
|
- lib/PCP-server-Ruby-SDK/models/product_type.rb
|
236
|
+
- lib/PCP-server-Ruby-SDK/models/recurring_payment_sequence_indicator.rb
|
232
237
|
- lib/PCP-server-Ruby-SDK/models/redirect_data.rb
|
233
238
|
- lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_input.rb
|
234
239
|
- lib/PCP-server-Ruby-SDK/models/redirect_payment_method_specific_output.rb
|