Skip to content

Commit 3eb0ca6

Browse files
committed
build(codegen): updating SDK
1 parent 8d94ee6 commit 3eb0ca6

7 files changed

Lines changed: 14 additions & 8 deletions

SUPPORT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ that if the NodeJS runtime provides support only to version X and newer, we will
55

66
Unless decided otherwise by our case-by-case analysis, we will adhere to the following principles:
77

8-
* We provide support for the current and two previous major versions of our SDKs.
9-
* We will provide bug fixes and security patches for older versions of our SDKs on a case-by-case basis.
10-
* We will provide support for versions of our SDKs with the first major version being released a year ago or not older
8+
- We provide support for the current and two previous major versions of our SDKs.
9+
- We will provide bug fixes and security patches for older versions of our SDKs on a case-by-case basis.
10+
- We will provide support for versions of our SDKs with the first major version being released a year ago or not older
1111
than two major versions.
1212

1313
## Extraordinary Circumstances
1414

1515
In extraordinary circumstances, we may provide support for older versions of our SDKs.
1616
Examples of extraordinary circumstances include:
1717

18-
* A critical security vulnerability that affects an older version of our SDK.
19-
* A major change in the underlying platform that requires us to update an older version of our SDK.
18+
- A critical security vulnerability that affects an older version of our SDK.
19+
- A major change in the underlying platform that requires us to update an older version of our SDK.
2020

2121
We will evaluate requests for support in extraordinary circumstances on a case-by-case basis.
2222

packages/platform-sdk/src/generated/client/merge/by-project-key-carts-customer-id-by-customer-id-merge-request-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class ByProjectKeyCartsCustomerIdByCustomerIdMergeRequestBuilder {
2121
) {}
2222
/**
2323
* Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.
24-
* For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
24+
* For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
2525
*
2626
*/
2727
public post(methodArgs: {

packages/platform-sdk/src/generated/client/merge/by-project-key-in-store-key-by-store-key-carts-customer-id-by-customer-id-merge-request-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class ByProjectKeyInStoreKeyByStoreKeyCartsCustomerIdByCustomerIdMergeReq
2525
*
2626
* If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned.
2727
*
28-
* For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
28+
* For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
2929
*
3030
*/
3131
public post(methodArgs: {

packages/platform-sdk/src/generated/models/cart.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export interface CartLock {
602602
readonly clientId: string
603603
}
604604
/**
605-
* Determines how to manually merge an anonymous Cart with an existing Customer Cart.
605+
* Determines how to manually merge an anonymous Cart with an existing Customer Cart. For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
606606
*
607607
*/
608608
export enum CartMergeModeValues {

packages/platform-sdk/src/generated/models/customer.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ import {
2727
TypeResourceIdentifier,
2828
} from './type'
2929

30+
/**
31+
* Determines how an anonymous Cart is handled when a Customer signs in. For more information, see [Cart merge during sign-in and sign-up](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up).
32+
*
33+
*/
3034
export enum AnonymousCartSignInModeValues {
3135
MergeWithExistingCustomerCart = 'MergeWithExistingCustomerCart',
3236
UseAsNewActiveCustomerCart = 'UseAsNewActiveCustomerCart',

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e921ea18a854a9c4b81c525fee76e8c545fd107d

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,3 +504,4 @@ ce170ce6f860044008489ee1fb346e298e2d42db
504504
5cedc63c492d11a2d158bf0a84adb22e0de54937
505505
8bfc95c41ffd0a75bc436246d73f337b54cff204
506506
e921ea18a854a9c4b81c525fee76e8c545fd107d
507+
f634f1e67f3797c2a2bad4c702f13c580fd02177

0 commit comments

Comments
 (0)