Skip to content

Commit a27acdb

Browse files
committed
build(codegen): updating SDK
1 parent 2246010 commit a27acdb

File tree

33 files changed

+247
-34
lines changed

33 files changed

+247
-34
lines changed

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-as-associate-by-associate-id-in-business-unit-key-by-business-unit-key-quote-requests-by-id-request-builder.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
2222
}
2323
) {}
2424
/**
25+
* Retrieves a QuoteRequest with the provided `id` in a BusinessUnit.
2526
* If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
2627
*
2728
*/
@@ -50,7 +51,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
5051
)
5152
}
5253
/**
53-
* Checks if a QuoteRequest exists with the provided `id`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
54+
* Checks if a QuoteRequest exists with the provided `id` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
5455
*/
5556
public head(methodArgs?: {
5657
headers?: {
@@ -72,6 +73,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
7273
)
7374
}
7475
/**
76+
* Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions).
7577
* If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
7678
*
7779
*/

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-as-associate-by-associate-id-in-business-unit-key-by-business-unit-key-quote-requests-key-by-key-request-builder.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
2222
}
2323
) {}
2424
/**
25+
* Retrieves a QuoteRequest with the provided `key` in a BusinessUnit.
2526
* If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
2627
*
2728
*/
@@ -50,7 +51,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
5051
)
5152
}
5253
/**
53-
* Checks if a QuoteRequest exists with the provided `key`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
54+
* Checks if a QuoteRequest exists with the provided `key` in a BusinessUnit. Returns a `200 OK` status if the QuoteRequest exists or a [Not Found](/../api/errors#404-not-found) error otherwise.
5455
*/
5556
public head(methodArgs?: {
5657
headers?: {
@@ -72,6 +73,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
7273
)
7374
}
7475
/**
76+
* Updates a QuoteRequest in a BusinessUnit using one or more [update actions](/../api/projects/quote-requests#update-actions).
7577
* If the QuoteRequest exists in the [Project](ctp:api:type:Project) but does not reference the requested [BusinessUnit](ctp:api:type:BusinessUnit), this method returns an [InvalidOperation](ctp:api:type:InvalidOperationError) error.
7678
*
7779
*/

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-as-associate-by-associate-id-in-business-unit-key-by-business-unit-key-quote-requests-request-builder.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
5555
)
5656
}
5757

58+
/**
59+
* Retrieves all QuoteRequests in a BusinessUnit.
60+
*/
5861
public get(methodArgs?: {
5962
queryArgs?: {
6063
expand?: string | string[]
@@ -85,7 +88,7 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
8588
)
8689
}
8790
/**
88-
* Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
91+
* Checks if one or more QuoteRequests exist for the provided query predicate in a BusinessUnit. Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [Not Found](/../api/errors#404-not-found) error otherwise.
8992
*/
9093
public head(methodArgs?: {
9194
queryArgs?: {
@@ -112,7 +115,9 @@ export class ByProjectKeyAsAssociateByAssociateIdInBusinessUnitKeyByBusinessUnit
112115
)
113116
}
114117
/**
115-
* Creates a QuoteRequest in a [BusinessUnit](ctp:api:type:BusinessUnit). Creating QuoteRequest fails with an [InvalidOperation](ctp:api:type:InvalidOperationError) if the Cart does not reference the same BusinessUnit as the `businessUnitKey` path parameter.
118+
* Creates a QuoteRequest in a BusinessUnit.
119+
* Creating QuoteRequest fails with an [InvalidOperation](ctp:api:type:InvalidOperationError) if the Cart does not reference the same BusinessUnit as the `businessUnitKey` path parameter.
120+
*
116121
*/
117122
public post(methodArgs: {
118123
queryArgs?: {

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-in-store-key-by-store-key-quote-requests-by-id-request-builder.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDRequestBuilder {
2020
baseUri?: string
2121
}
2222
) {}
23+
/**
24+
* Retrieves a QuoteRequest with the provided `id` in a [Store](ctp:api:type:Store).
25+
*/
2326
public get(methodArgs?: {
2427
queryArgs?: {
2528
expand?: string | string[]
@@ -45,7 +48,7 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDRequestBuilder {
4548
)
4649
}
4750
/**
48-
* Checks if a QuoteRequest exists with the provided `id`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
51+
* Checks if a QuoteRequest exists with the provided `id` in a [Store](ctp:api:type:Store). Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
4952
*/
5053
public head(methodArgs?: {
5154
headers?: {
@@ -66,6 +69,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDRequestBuilder {
6669
this.args.executeRequest
6770
)
6871
}
72+
/**
73+
* Updates a QuoteRequest in a [Store](ctp:api:type:Store).
74+
*/
6975
public post(methodArgs: {
7076
queryArgs?: {
7177
expand?: string | string[]
@@ -93,6 +99,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsByIDRequestBuilder {
9399
this.args.executeRequest
94100
)
95101
}
102+
/**
103+
* Deletes a QuoteRequest in a [Store](ctp:api:type:Store).
104+
*/
96105
public delete(methodArgs: {
97106
queryArgs: {
98107
dataErasure?: boolean

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-in-store-key-by-store-key-quote-requests-key-by-key-request-builder.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyRequestBuilder
2020
baseUri?: string
2121
}
2222
) {}
23+
/**
24+
* Retrieves a QuoteRequest with the provided `key` in a [Store](ctp:api:type:Store).
25+
*/
2326
public get(methodArgs?: {
2427
queryArgs?: {
2528
expand?: string | string[]
@@ -45,7 +48,7 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyRequestBuilder
4548
)
4649
}
4750
/**
48-
* Checks if a QuoteRequest exists with the provided `key`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
51+
* Checks if a QuoteRequest exists with the provided `key` in a [Store](ctp:api:type:Store). Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
4952
*/
5053
public head(methodArgs?: {
5154
headers?: {
@@ -66,6 +69,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyRequestBuilder
6669
this.args.executeRequest
6770
)
6871
}
72+
/**
73+
* Updates a QuoteRequest in a [Store](ctp:api:type:Store).
74+
*/
6975
public post(methodArgs: {
7076
queryArgs?: {
7177
expand?: string | string[]
@@ -93,6 +99,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsKeyByKeyRequestBuilder
9399
this.args.executeRequest
94100
)
95101
}
102+
/**
103+
* Deletes a QuoteRequest in a [Store](ctp:api:type:Store).
104+
*/
96105
public delete(methodArgs: {
97106
queryArgs: {
98107
dataErasure?: boolean

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-in-store-key-by-store-key-quote-requests-request-builder.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsRequestBuilder {
5252
})
5353
}
5454

55+
/**
56+
* Retrieves QuoteRequests in a [Store](ctp:api:type:Store).
57+
*/
5558
public get(methodArgs?: {
5659
queryArgs?: {
5760
expand?: string | string[]
@@ -81,7 +84,7 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsRequestBuilder {
8184
)
8285
}
8386
/**
84-
* Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
87+
* Checks if one or more QuoteRequests exist for the provided query predicate in a [Store](ctp:api:type:Store). Returns a `200` status if any QuoteRequests match the query predicate, or a `404` status otherwise.
8588
*/
8689
public head(methodArgs?: {
8790
queryArgs?: {
@@ -106,6 +109,9 @@ export class ByProjectKeyInStoreKeyByStoreKeyQuoteRequestsRequestBuilder {
106109
this.args.executeRequest
107110
)
108111
}
112+
/**
113+
* Creates a QuoteRequest in a [Store](ctp:api:type:Store).
114+
*/
109115
public post(methodArgs: {
110116
queryArgs?: {
111117
expand?: string | string[]

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-me-quote-requests-by-id-request-builder.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export class ByProjectKeyMeQuoteRequestsByIDRequestBuilder {
2020
baseUri?: string
2121
}
2222
) {}
23+
/**
24+
* Retrieves a QuoteRequest with the provided `id` for the authenticated Customer.
25+
*
26+
*/
2327
public get(methodArgs?: {
2428
queryArgs?: {
2529
expand?: string | string[]
@@ -44,7 +48,9 @@ export class ByProjectKeyMeQuoteRequestsByIDRequestBuilder {
4448
)
4549
}
4650
/**
47-
* Checks if a QuoteRequest exists with the provided `id`. Returns a `200` status if the QuoteRequest exists, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
51+
* Checks if a QuoteRequest exists with the provided `id` for the authenticated Customer.
52+
* Returns a `200 OK` status if the QuoteRequest exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
53+
*
4854
*/
4955
public head(methodArgs?: {
5056
headers?: {
@@ -64,6 +70,10 @@ export class ByProjectKeyMeQuoteRequestsByIDRequestBuilder {
6470
this.args.executeRequest
6571
)
6672
}
73+
/**
74+
* Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions).
75+
*
76+
*/
6777
public post(methodArgs: {
6878
queryArgs?: {
6979
expand?: string | string[]

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-me-quote-requests-key-by-key-request-builder.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export class ByProjectKeyMeQuoteRequestsKeyByKeyRequestBuilder {
2020
baseUri?: string
2121
}
2222
) {}
23+
/**
24+
* Retrieves a QuoteRequest with the provided `key` for the authenticated Customer.
25+
*
26+
*/
2327
public get(methodArgs?: {
2428
queryArgs?: {
2529
expand?: string | string[]
@@ -44,7 +48,9 @@ export class ByProjectKeyMeQuoteRequestsKeyByKeyRequestBuilder {
4448
)
4549
}
4650
/**
47-
* Checks if a QuoteRequest exists with the provided `key`. Returns a `200` status if the QuoteRequest exists, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
51+
* Checks if a QuoteRequest exists with the provided `key` for the authenticated Customer.
52+
* Returns a `200 OK` status if the QuoteRequest exists or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
53+
*
4854
*/
4955
public head(methodArgs?: {
5056
headers?: {
@@ -64,6 +70,10 @@ export class ByProjectKeyMeQuoteRequestsKeyByKeyRequestBuilder {
6470
this.args.executeRequest
6571
)
6672
}
73+
/**
74+
* Updates a QuoteRequest for the authenticated Customer using one or more [update actions](/../api/projects/quote-requests#update-actions).
75+
*
76+
*/
6777
public post(methodArgs: {
6878
queryArgs?: {
6979
expand?: string | string[]

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-me-quote-requests-request-builder.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export class ByProjectKeyMeQuoteRequestsRequestBuilder {
5050
}
5151

5252
/**
53-
* Retrieves Quote Requests for the authenticated Customer. Returns a `200` status if successful.
53+
* Retrieves all QuoteRequests for the authenticated Customer.
54+
* Returns a `200 OK` status if successful.
5455
*
5556
*/
5657
public get(methodArgs?: {
@@ -82,7 +83,8 @@ export class ByProjectKeyMeQuoteRequestsRequestBuilder {
8283
)
8384
}
8485
/**
85-
* Checks if one or more QuoteRequests exist for the provided query predicate. Returns a `200` status if any QuoteRequests match the query predicate, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
86+
* Checks if one or more QuoteRequests exist for the provided query predicate for the authenticated Customer.
87+
* Returns a `200 OK` status if any QuoteRequests match the query predicate, or a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error otherwise.
8688
*
8789
*/
8890
public head(methodArgs?: {
@@ -108,6 +110,10 @@ export class ByProjectKeyMeQuoteRequestsRequestBuilder {
108110
this.args.executeRequest
109111
)
110112
}
113+
/**
114+
* Creates a QuoteRequest for the authenticated Customer.
115+
*
116+
*/
111117
public post(methodArgs: {
112118
queryArgs?: {
113119
expand?: string | string[]

packages/platform-sdk/src/generated/client/quote-requests/by-project-key-quote-requests-by-id-request-builder.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export class ByProjectKeyQuoteRequestsByIDRequestBuilder {
1919
baseUri?: string
2020
}
2121
) {}
22+
/**
23+
* Retrieves a QuoteRequest with the provided `id`.
24+
*/
2225
public get(methodArgs?: {
2326
queryArgs?: {
2427
expand?: string | string[]
@@ -43,7 +46,7 @@ export class ByProjectKeyQuoteRequestsByIDRequestBuilder {
4346
)
4447
}
4548
/**
46-
* Checks if a QuoteRequest exists with the provided `id`. Returns a `200` status if the QuoteRequest exists, or a `404` status otherwise.
49+
* Checks if a QuoteRequest exists with the provided `id`. Returns a `200 OK` status if the QuoteRequest exists, or a [Not Found](/../api/errors#404-not-found) error otherwise.
4750
*/
4851
public head(methodArgs?: {
4952
headers?: {
@@ -63,6 +66,9 @@ export class ByProjectKeyQuoteRequestsByIDRequestBuilder {
6366
this.args.executeRequest
6467
)
6568
}
69+
/**
70+
* Updates a QuoteRequest in the Project using one or more [update actions](/../api/projects/quote-requests#update-actions).
71+
*/
6672
public post(methodArgs: {
6773
queryArgs?: {
6874
expand?: string | string[]
@@ -89,6 +95,9 @@ export class ByProjectKeyQuoteRequestsByIDRequestBuilder {
8995
this.args.executeRequest
9096
)
9197
}
98+
/**
99+
* Deletes a QuoteRequest in the Project.
100+
*/
92101
public delete(methodArgs: {
93102
queryArgs: {
94103
dataErasure?: boolean

0 commit comments

Comments
 (0)