Skip to content

Commit 780a463

Browse files
Sep release (#117)
* network tokenization changes * added index.js template changes * added caching * added last modified time check * removed parenthesis from request target * sep release * updated version of dev dependencies
1 parent b6dbb18 commit 780a463

File tree

339 files changed

+8275
-3605
lines changed

Some content is hidden

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

339 files changed

+8275
-3605
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource.InlineResponse2009
1+
# CyberSource.ActivateDeactivatePlanResponse
22

33
## Properties
44
Name | Type | Description | Notes
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
77
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
88
**submitTimeUtc** | **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 Cybersource for all services. | [optional]
99
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
10-
**subscriptionInformation** | [**InlineResponse2009SubscriptionInformation**](InlineResponse2009SubscriptionInformation.md) | | [optional]
10+
**planInformation** | [**UpdatePlanResponsePlanInformation**](UpdatePlanResponsePlanInformation.md) | | [optional]
1111

1212

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource.ActivateSubscriptionResponse
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**PtsV2IncrementalAuthorizationPatch201ResponseLinks**](PtsV2IncrementalAuthorizationPatch201ResponseLinks.md) | | [optional]
7+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
8+
**submitTimeUtc** | **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 Cybersource for all services. | [optional]
9+
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
10+
**subscriptionInformation** | [**ActivateSubscriptionResponseSubscriptionInformation**](ActivateSubscriptionResponseSubscriptionInformation.md) | | [optional]
11+
12+

docs/InlineResponse2009SubscriptionInformation.md renamed to docs/ActivateSubscriptionResponseSubscriptionInformation.md

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

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

docs/BatchesApi.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Method | HTTP request | Description
1212

1313
<a name="getBatchReport"></a>
1414
# **getBatchReport**
15-
> InlineResponse20014 getBatchReport(batchId)
15+
> InlineResponse2004 getBatchReport(batchId)
1616
1717
Retrieve a Batch Report
1818

@@ -45,7 +45,7 @@ Name | Type | Description | Notes
4545

4646
### Return type
4747

48-
[**InlineResponse20014**](InlineResponse20014.md)
48+
[**InlineResponse2004**](InlineResponse2004.md)
4949

5050
### Authorization
5151

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

5959
<a name="getBatchStatus"></a>
6060
# **getBatchStatus**
61-
> InlineResponse20013 getBatchStatus(batchId)
61+
> InlineResponse2003 getBatchStatus(batchId)
6262
6363
Retrieve a Batch Status
6464

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

9292
### Return type
9393

94-
[**InlineResponse20013**](InlineResponse20013.md)
94+
[**InlineResponse2003**](InlineResponse2003.md)
9595

9696
### Authorization
9797

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

105105
<a name="getBatchesList"></a>
106106
# **getBatchesList**
107-
> InlineResponse20012 getBatchesList(opts)
107+
> InlineResponse2002 getBatchesList(opts)
108108
109109
List Batches
110110

@@ -144,7 +144,7 @@ Name | Type | Description | Notes
144144

145145
### Return type
146146

147-
[**InlineResponse20012**](InlineResponse20012.md)
147+
[**InlineResponse2002**](InlineResponse2002.md)
148148

149149
### Authorization
150150

@@ -157,7 +157,7 @@ No authorization required
157157

158158
<a name="postBatch"></a>
159159
# **postBatch**
160-
> InlineResponse2022 postBatch(body)
160+
> InlineResponse202 postBatch(body)
161161
162162
Create a Batch
163163

@@ -190,7 +190,7 @@ Name | Type | Description | Notes
190190

191191
### Return type
192192

193-
[**InlineResponse2022**](InlineResponse2022.md)
193+
[**InlineResponse202**](InlineResponse202.md)
194194

195195
### Authorization
196196

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource.InlineResponse2021
1+
# CyberSource.CancelSubscriptionResponse
22

33
## Properties
44
Name | Type | Description | Notes
@@ -7,6 +7,6 @@ Name | Type | Description | Notes
77
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
88
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
99
**status** | **String** | The status of the submitted transaction. Possible values: - ACCEPTED | [optional]
10-
**subscriptionInformation** | [**InlineResponse2021SubscriptionInformation**](InlineResponse2021SubscriptionInformation.md) | | [optional]
10+
**subscriptionInformation** | [**CancelSubscriptionResponseSubscriptionInformation**](CancelSubscriptionResponseSubscriptionInformation.md) | | [optional]
1111

1212

docs/InlineResponse202SubscriptionInformation.md renamed to docs/CancelSubscriptionResponseSubscriptionInformation.md

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

33
## Properties
44
Name | Type | Description | Notes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CyberSource.CaseManagementActionsRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**decisionInformation** | [**Riskv1decisionsidactionsDecisionInformation**](Riskv1decisionsidactionsDecisionInformation.md) | |
7+
**processingInformation** | [**Riskv1decisionsidactionsProcessingInformation**](Riskv1decisionsidactionsProcessingInformation.md) | | [optional]
8+
9+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CyberSource.CaseManagementCommentsRequest
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**comments** | **String** | Comments to be added to case. |
7+
8+

docs/CreatePlanResponse.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource.CreatePlanResponse
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**links** | [**PtsV2IncrementalAuthorizationPatch201ResponseLinks**](PtsV2IncrementalAuthorizationPatch201ResponseLinks.md) | | [optional]
7+
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]
8+
**submitTimeUtc** | **String** | Time of request in UTC. Format: &#x60;YYYY-MM-DDThh:mm:ssZ&#x60; **Example** &#x60;2016-08-11T22:47:57Z&#x60; equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The &#x60;T&#x60; separates the date and the time. The &#x60;Z&#x60; indicates UTC. Returned by Cybersource for all services. | [optional]
9+
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED | [optional]
10+
**planInformation** | [**CreatePlanResponsePlanInformation**](CreatePlanResponsePlanInformation.md) | | [optional]
11+
12+

docs/InlineResponse201PlanInformation.md renamed to docs/CreatePlanResponsePlanInformation.md

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

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

0 commit comments

Comments
 (0)