Skip to content

Commit 693113e

Browse files
authored
Merge pull request #144 from CyberSource/release/aug25
Release/aug25
2 parents 45ddb19 + 5da4c32 commit 693113e

File tree

219 files changed

+6470
-2397
lines changed

Some content is hidden

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

219 files changed

+6470
-2397
lines changed

cybersource_rest_client.gemspec

Lines changed: 1 addition & 1 deletion
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.76"
20+
s.version = "0.0.77"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["[email protected]"]

docs/BatchesApi.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Method | HTTP request | Description
1111

1212

1313
# **get_batch_report**
14-
> InlineResponse20010 get_batch_report(batch_id)
14+
> InlineResponse20011 get_batch_report(batch_id)
1515
1616
Retrieve a Batch Report
1717

@@ -44,7 +44,7 @@ Name | Type | Description | Notes
4444

4545
### Return type
4646

47-
[**InlineResponse20010**](InlineResponse20010.md)
47+
[**InlineResponse20011**](InlineResponse20011.md)
4848

4949
### Authorization
5050

@@ -58,7 +58,7 @@ No authorization required
5858

5959

6060
# **get_batch_status**
61-
> InlineResponse2009 get_batch_status(batch_id)
61+
> InlineResponse20010 get_batch_status(batch_id)
6262
6363
Retrieve a Batch Status
6464

@@ -91,7 +91,7 @@ Name | Type | Description | Notes
9191

9292
### Return type
9393

94-
[**InlineResponse2009**](InlineResponse2009.md)
94+
[**InlineResponse20010**](InlineResponse20010.md)
9595

9696
### Authorization
9797

@@ -105,7 +105,7 @@ No authorization required
105105

106106

107107
# **get_batches_list**
108-
> InlineResponse2008 get_batches_list(opts)
108+
> InlineResponse2009 get_batches_list(opts)
109109
110110
List Batches
111111

@@ -145,7 +145,7 @@ Name | Type | Description | Notes
145145

146146
### Return type
147147

148-
[**InlineResponse2008**](InlineResponse2008.md)
148+
[**InlineResponse2009**](InlineResponse2009.md)
149149

150150
### Authorization
151151

docs/CreateWebhook.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ Name | Type | Description | Notes
88
**organization_id** | **String** | Organization Identifier (OrgId) or Merchant Identifier (MID). | [optional]
99
**products** | [**Array<Notificationsubscriptionsv2webhooksProducts1>**](Notificationsubscriptionsv2webhooksProducts1.md) | To see the valid productId and eventTypes, call the \"Create and Manage Webhooks - Retrieve a list of event types\" endpoint. | [optional]
1010
**webhook_url** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
11-
**health_check_url** | **String** | The client's health check endpoint (URL). This should be as close as possible to the actual webhookUrl. If the user does not provide the health check URL, it is the user's responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
11+
**health_check_url** | **String** | The client's health check endpoint (URL). If the user does not provide the health check URL, it is the user's responsibility to re-activate the webhook if it is deactivated by calling the test endpoint. | [optional]
1212
**retry_policy** | [**Notificationsubscriptionsv2webhooksRetryPolicy**](Notificationsubscriptionsv2webhooksRetryPolicy.md) | | [optional]
13-
**security_policy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy1**](Notificationsubscriptionsv2webhooksSecurityPolicy1.md) | | [optional]
13+
**notification_scope** | **String** | The webhook scope. 1. SELF The Webhook is used to deliver webhooks for only this Organization (or Merchant). 2. DESCENDANTS The Webhook is used to deliver webhooks for this Organization and its children. This field is optional. Possible values: - SELF - DESCENDANTS | [optional] [default to 'DESCENDANTS']
14+
**security_policy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy**](Notificationsubscriptionsv2webhooksSecurityPolicy.md) | | [optional]
1415

1516

docs/DeviceDeAssociationApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ No authorization required
5555

5656

5757
# **post_de_associate_v3_terminal**
58-
> Array<InlineResponse2006> post_de_associate_v3_terminal(device_de_associate_v3_request)
58+
> Array<InlineResponse2007> post_de_associate_v3_terminal(device_de_associate_v3_request)
5959
6060
De-associate a device from merchant to account or reseller and from account to reseller
6161

@@ -88,7 +88,7 @@ Name | Type | Description | Notes
8888

8989
### Return type
9090

91-
[**Array<InlineResponse2006>**](InlineResponse2006.md)
91+
[**Array<InlineResponse2007>**](InlineResponse2007.md)
9292

9393
### Authorization
9494

docs/DeviceSearchApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Method | HTTP request | Description
99

1010

1111
# **post_search_query**
12-
> InlineResponse2005 post_search_query(post_device_search_request)
12+
> InlineResponse2006 post_search_query(post_device_search_request)
1313
1414
Retrieve List of Devices for a given search query V2
1515

@@ -42,7 +42,7 @@ Name | Type | Description | Notes
4242

4343
### Return type
4444

45-
[**InlineResponse2005**](InlineResponse2005.md)
45+
[**InlineResponse2006**](InlineResponse2006.md)
4646

4747
### Authorization
4848

@@ -56,7 +56,7 @@ No authorization required
5656

5757

5858
# **post_search_query_v3**
59-
> InlineResponse2007 post_search_query_v3(post_device_search_request_v3)
59+
> InlineResponse2008 post_search_query_v3(post_device_search_request_v3)
6060
6161
Retrieve List of Devices for a given search query
6262

@@ -89,7 +89,7 @@ Name | Type | Description | Notes
8989

9090
### Return type
9191

92-
[**InlineResponse2007**](InlineResponse2007.md)
92+
[**InlineResponse2008**](InlineResponse2008.md)
9393

9494
### Authorization
9595

docs/InlineResponse20010.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**version** | **String** | | [optional]
7-
**report_created_date** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
6+
**_links** | [**InlineResponse20010Links**](InlineResponse20010Links.md) | | [optional]
87
**batch_id** | **String** | Unique identification number assigned to the submitted request. | [optional]
9-
**batch_source** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
10-
**batch_ca_endpoints** | **String** | | [optional]
118
**batch_created_date** | **String** | ISO-8601 format: yyyy-MM-ddTHH:mm:ssZ | [optional]
9+
**batch_source** | **String** | Valid Values: * SCHEDULER * TOKEN_API * CREDIT_CARD_FILE_UPLOAD * AMEX_REGSITRY * AMEX_REGISTRY_API * AMEX_MAINTENANCE | [optional]
1210
**merchant_reference** | **String** | Reference used by merchant to identify batch. | [optional]
13-
**totals** | [**InlineResponse2008EmbeddedTotals**](InlineResponse2008EmbeddedTotals.md) | | [optional]
14-
**billing** | [**InlineResponse2009Billing**](InlineResponse2009Billing.md) | | [optional]
15-
**records** | [**Array<InlineResponse20010Records>**](InlineResponse20010Records.md) | | [optional]
11+
**batch_ca_endpoints** | **String** | | [optional]
12+
**status** | **String** | Valid Values: * REJECTED * RECEIVED * VALIDATED * DECLINED * PROCESSING * COMPLETED | [optional]
13+
**totals** | [**InlineResponse2009EmbeddedTotals**](InlineResponse2009EmbeddedTotals.md) | | [optional]
14+
**billing** | [**InlineResponse20010Billing**](InlineResponse20010Billing.md) | | [optional]
15+
**description** | **String** | | [optional]
1616

1717

docs/InlineResponse2009Billing.md renamed to docs/InlineResponse20010Billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2009Billing
1+
# CyberSource::InlineResponse20010Billing
22

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

docs/InlineResponse20010Links.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource::InlineResponse20010Links
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_self** | [**InlineResponse202LinksStatus**](InlineResponse202LinksStatus.md) | | [optional]
7+
**report** | [**Array<InlineResponse20010LinksReport>**](InlineResponse20010LinksReport.md) | | [optional]
8+
9+

docs/InlineResponse2009LinksReport.md renamed to docs/InlineResponse20010LinksReport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::InlineResponse2009LinksReport
1+
# CyberSource::InlineResponse20010LinksReport
22

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

docs/InlineResponse20010Records.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)