Skip to content

Commit 2a371c9

Browse files
authored
Update generated SDKs (#1103)
* build(codegen): updating SDK * build(codegen): updating SDK --------- Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 5befd14 commit 2a371c9

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

packages/importapi-sdk/src/generated/models/importsummaries.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*/
66

77
/**
8-
* Describes the status of an [ImportContainer](ctp:import:type:ImportContainer) by the number of resources in each [Processing State](ctp:import:type:ProcessingState).
8+
* Describes the status of an [ImportContainer](ctp:import:type:ImportContainer) by the number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
99
* Can be used to monitor the import progress per [Import Container](ctp:import:type:ImportContainer).
1010
*
1111
*/
1212
export interface ImportSummary {
1313
/**
14-
* The import status of an [ImportContainer](ctp:import:type:ImportContainer) given by the number of resources in each [Processing State](ctp:import:type:ProcessingState).
14+
* The import status of an [ImportContainer](ctp:import:type:ImportContainer) given by the number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
1515
*
1616
*
1717
*/
@@ -23,7 +23,7 @@ export interface ImportSummary {
2323
readonly total: number
2424
}
2525
/**
26-
* The number of resources in each [Processing State](ctp:import:type:ProcessingState).
26+
* The number of resources in each [ProcessingState](ctp:import:type:ProcessingState).
2727
*/
2828
export interface OperationStates {
2929
/**

packages/platform-sdk/src/generated/client/shipping-methods/by-project-key-shipping-methods-request-builder.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class ByProjectKeyShippingMethodsRequestBuilder {
4141
})
4242
}
4343
/**
44-
* Get ShippingMethods for a cart
44+
* Get ShippingMethods for a Cart
4545
*/
4646
public matchingCart(): ByProjectKeyShippingMethodsMatchingCartRequestBuilder {
4747
return new ByProjectKeyShippingMethodsMatchingCartRequestBuilder({
@@ -53,7 +53,7 @@ export class ByProjectKeyShippingMethodsRequestBuilder {
5353
})
5454
}
5555
/**
56-
* Get ShippingMethods for a cart and location
56+
* Get ShippingMethods for a Cart and Location
5757
*/
5858
public matchingCartLocation(): ByProjectKeyShippingMethodsMatchingCartLocationRequestBuilder {
5959
return new ByProjectKeyShippingMethodsMatchingCartLocationRequestBuilder({
@@ -65,7 +65,7 @@ export class ByProjectKeyShippingMethodsRequestBuilder {
6565
})
6666
}
6767
/**
68-
* Get ShippingMethods for an order edit
68+
* Get ShippingMethods for an Order Edit
6969
*/
7070
public matchingOrderedit(): ByProjectKeyShippingMethodsMatchingOrdereditRequestBuilder {
7171
return new ByProjectKeyShippingMethodsMatchingOrdereditRequestBuilder({
@@ -77,7 +77,7 @@ export class ByProjectKeyShippingMethodsRequestBuilder {
7777
})
7878
}
7979
/**
80-
* Get ShippingMethods for a location
80+
* Get ShippingMethods for a Location
8181
*/
8282
public matchingLocation(): ByProjectKeyShippingMethodsMatchingLocationRequestBuilder {
8383
return new ByProjectKeyShippingMethodsMatchingLocationRequestBuilder({

references.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,5 @@ e68ca35e345e284ffc6281baa6fcfb56a3e93582
419419
b1fc7dfd206272a7717ffe06bf9bdb40fc428a1d
420420
2222db881c7a11c0c0e7a23d0b0165c1fe593281
421421
785c84a89e8e2a8c807c80e728e2b160d7304ed1
422+
743d39524834e31e5cb0bb0560d80da4de6064e5
423+
472c32aba11ea29bb866c99e21b771acfba70891

0 commit comments

Comments
 (0)