Skip to content

Commit 8bc4625

Browse files
authored
Merge pull request #48 from CyberSource/sep2020
September 2020 Release
2 parents 75c7e1b + 0aeea1a commit 8bc4625

File tree

157 files changed

+791
-11663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+791
-11663
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gemspec
44

55
group :development, :test do
6-
gem 'rake', '~> 12.3.3'
6+
gem 'rake', '~> 12.0.0'
77
end

cybersource_rest_client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require "cybersource_rest_client/version"
1717

1818
Gem::Specification.new do |s|
1919
s.name = "cybersource_rest_client"
20-
s.version = "0.0.24"
20+
s.version = "0.0.25"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["[email protected]"]

docs/AsymmetricKeyManagementApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Method | HTTP request | Description
1010

1111

1212
# **create_p12_keys**
13-
> InlineResponse2011 create_p12_keys(create_p12_keys_request)
13+
> KmsV2KeysAsymPost201Response create_p12_keys(create_p12_keys_request)
1414
1515
Create one or more PKCS#12 keys
1616

@@ -43,7 +43,7 @@ Name | Type | Description | Notes
4343

4444
### Return type
4545

46-
[**InlineResponse2011**](InlineResponse2011.md)
46+
[**KmsV2KeysAsymPost201Response**](KmsV2KeysAsymPost201Response.md)
4747

4848
### Authorization
4949

@@ -57,7 +57,7 @@ No authorization required
5757

5858

5959
# **delete_bulk_p12_keys**
60-
> InlineResponse2003 delete_bulk_p12_keys(delete_bulk_p12_keys_request)
60+
> KmsV2KeysAsymDeletesPost200Response delete_bulk_p12_keys(delete_bulk_p12_keys_request)
6161
6262
Delete one or more PKCS#12 keys
6363

@@ -90,7 +90,7 @@ Name | Type | Description | Notes
9090

9191
### Return type
9292

93-
[**InlineResponse2003**](InlineResponse2003.md)
93+
[**KmsV2KeysAsymDeletesPost200Response**](KmsV2KeysAsymDeletesPost200Response.md)
9494

9595
### Authorization
9696

@@ -104,7 +104,7 @@ No authorization required
104104

105105

106106
# **get_p12_key_details**
107-
> InlineResponse2002 get_p12_key_details(key_id)
107+
> KmsV2KeysAsymGet200Response get_p12_key_details(key_id)
108108
109109
Retrieves PKCS#12 key details
110110

@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137137

138138
### Return type
139139

140-
[**InlineResponse2002**](InlineResponse2002.md)
140+
[**KmsV2KeysAsymGet200Response**](KmsV2KeysAsymGet200Response.md)
141141

142142
### Authorization
143143

docs/Customer.md

-17
This file was deleted.

docs/DerPublicKey.md

-10
This file was deleted.

docs/Error.md

-9
This file was deleted.

docs/ErrorBean.md

-13
This file was deleted.

docs/ErrorFieldBean.md

-10
This file was deleted.

docs/ErrorLinks.md

-10
This file was deleted.

docs/ErrorResponse.md

-9
This file was deleted.

docs/FileBean.md

-10
This file was deleted.

docs/FileDetail.md

-14
This file was deleted.

docs/FileDetailsResponse.md

-9
This file was deleted.

docs/TokenizeResult.md docs/FlexV1TokensPost200Response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::TokenizeResult
1+
# CyberSource::FlexV1TokensPost200Response
22

33
## Properties
44
Name | Type | Description | Notes

docs/CardInfo.md docs/Flexv1tokensCardInfo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::CardInfo
1+
# CyberSource::Flexv1tokensCardInfo
22

33
## Properties
44
Name | Type | Description | Notes

docs/InstrumentIdentifier.md

-19
This file was deleted.

docs/JsonWebKey.md

-12
This file was deleted.

docs/KeyParameters.md

-9
This file was deleted.

docs/KeyResult.md

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# CyberSource::InlineResponse2003
1+
# CyberSource::KmsV2KeysAsymDeletesPost200Response
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**submit_time_utc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by authorization service. #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested. Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. | [optional]
77
**client_reference_information** | [**Kmsv2keyssymClientReferenceInformation**](Kmsv2keyssymClientReferenceInformation.md) | | [optional]
8-
**key_information** | [**Array<InlineResponse2003KeyInformation>**](InlineResponse2003KeyInformation.md) | | [optional]
8+
**key_information** | [**Array<KmsV2KeysAsymDeletesPost200ResponseKeyInformation>**](KmsV2KeysAsymDeletesPost200ResponseKeyInformation.md) | | [optional]
99

1010

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2003KeyInformation
1+
# CyberSource::KmsV2KeysAsymDeletesPost200ResponseKeyInformation
22

33
## Properties
44
Name | Type | Description | Notes
@@ -8,6 +8,6 @@ Name | Type | Description | Notes
88
**key_id** | **String** | Key Serial Number | [optional]
99
**status** | **String** | The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED | [optional]
1010
**message** | **String** | message in case of failed key | [optional]
11-
**error_information** | [**InlineResponse201ErrorInformation**](InlineResponse201ErrorInformation.md) | | [optional]
11+
**error_information** | [**KmsV2KeysSymPost201ResponseErrorInformation**](KmsV2KeysSymPost201ResponseErrorInformation.md) | | [optional]
1212

1313

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# CyberSource::InlineResponse2002
1+
# CyberSource::KmsV2KeysAsymGet200Response
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**submit_time_utc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by authorization service. #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested. Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. | [optional]
7-
**key_information** | [**InlineResponse2002KeyInformation**](InlineResponse2002KeyInformation.md) | | [optional]
7+
**key_information** | [**KmsV2KeysAsymGet200ResponseKeyInformation**](KmsV2KeysAsymGet200ResponseKeyInformation.md) | | [optional]
88

99

docs/InlineResponse2002KeyInformation.md docs/KmsV2KeysAsymGet200ResponseKeyInformation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2002KeyInformation
1+
# CyberSource::KmsV2KeysAsymGet200ResponseKeyInformation
22

33
## Properties
44
Name | Type | Description | Notes
@@ -10,6 +10,6 @@ Name | Type | Description | Notes
1010
**expiration_date** | **String** | The expiration time in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
1111
**message** | **String** | message in case of failed key | [optional]
1212
**_alias** | **String** | Key alias | [optional]
13-
**error_information** | [**InlineResponse201ErrorInformation**](InlineResponse201ErrorInformation.md) | | [optional]
13+
**error_information** | [**KmsV2KeysSymPost201ResponseErrorInformation**](KmsV2KeysSymPost201ResponseErrorInformation.md) | | [optional]
1414

1515

Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# CyberSource::InlineResponse2011
1+
# CyberSource::KmsV2KeysAsymPost201Response
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**submit_time_utc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by authorization service. #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested. Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. | [optional]
77
**status** | **String** | The status of the submitted transaction. Possible values: - ACCEPTED | [optional]
88
**client_reference_information** | [**Kmsv2keyssymClientReferenceInformation**](Kmsv2keyssymClientReferenceInformation.md) | | [optional]
9-
**key_information** | [**Array<InlineResponse2011KeyInformation>**](InlineResponse2011KeyInformation.md) | | [optional]
10-
**certificate_information** | [**Array<InlineResponse2011CertificateInformation>**](InlineResponse2011CertificateInformation.md) | | [optional]
9+
**key_information** | [**Array<KmsV2KeysAsymPost201ResponseKeyInformation>**](KmsV2KeysAsymPost201ResponseKeyInformation.md) | | [optional]
10+
**certificate_information** | [**Array<KmsV2KeysAsymPost201ResponseCertificateInformation>**](KmsV2KeysAsymPost201ResponseCertificateInformation.md) | | [optional]
1111

1212

docs/InlineResponse2011CertificateInformation.md docs/KmsV2KeysAsymPost201ResponseCertificateInformation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2011CertificateInformation
1+
# CyberSource::KmsV2KeysAsymPost201ResponseCertificateInformation
22

33
## Properties
44
Name | Type | Description | Notes

docs/InlineResponse2011KeyInformation.md docs/KmsV2KeysAsymPost201ResponseKeyInformation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2011KeyInformation
1+
# CyberSource::KmsV2KeysAsymPost201ResponseKeyInformation
22

33
## Properties
44
Name | Type | Description | Notes
@@ -11,6 +11,6 @@ Name | Type | Description | Notes
1111
**expiration_date** | **String** | The expiration time in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
1212
**message** | **String** | message in case of failed key | [optional]
1313
**_alias** | **String** | Key alias | [optional]
14-
**error_information** | [**InlineResponse201ErrorInformation**](InlineResponse201ErrorInformation.md) | | [optional]
14+
**error_information** | [**KmsV2KeysSymPost201ResponseErrorInformation**](KmsV2KeysSymPost201ResponseErrorInformation.md) | | [optional]
1515

1616

Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# CyberSource::InlineResponse2001
1+
# CyberSource::KmsV2KeysSymDeletesPost200Response
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**submit_time_utc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by authorization service. #### PIN debit Time when the PIN debit credit, PIN debit purchase or PIN debit reversal was requested. Returned by PIN debit credit, PIN debit purchase or PIN debit reversal. | [optional]
77
**status** | **String** | The status of the submitted transaction. Possible values: - ACCEPTED | [optional]
88
**client_reference_information** | [**Kmsv2keyssymClientReferenceInformation**](Kmsv2keyssymClientReferenceInformation.md) | | [optional]
9-
**key_information** | [**Array<InlineResponse2001KeyInformation>**](InlineResponse2001KeyInformation.md) | | [optional]
9+
**key_information** | [**Array<KmsV2KeysSymDeletesPost200ResponseKeyInformation>**](KmsV2KeysSymDeletesPost200ResponseKeyInformation.md) | | [optional]
1010

1111

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2001KeyInformation
1+
# CyberSource::KmsV2KeysSymDeletesPost200ResponseKeyInformation
22

33
## Properties
44
Name | Type | Description | Notes
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
77
**key_id** | **String** | Key serial number | [optional]
88
**status** | **String** | The status of the key. Possible values: - FAILED - ACTIVE - INACTIVE - EXPIRED | [optional]
99
**message** | **String** | message in case of failed key | [optional]
10-
**error_information** | [**InlineResponse201ErrorInformation**](InlineResponse201ErrorInformation.md) | | [optional]
10+
**error_information** | [**KmsV2KeysSymPost201ResponseErrorInformation**](KmsV2KeysSymPost201ResponseErrorInformation.md) | | [optional]
1111

1212

0 commit comments

Comments
 (0)