Skip to content

Commit 6fdfd25

Browse files
authored
build(codegen): updating SDK (#1041)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent e02a0af commit 6fdfd25

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

packages/platform-sdk/src/generated/client/search/by-project-key-products-search-request-builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export class ByProjectKeyProductsSearchRequestBuilder {
2222
}
2323
) {}
2424
/**
25-
* If the indexing is in progress or the feature is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned.
26-
* If inactive, you can [reactivate](/../api/projects/product-search#activation-of-the-feature) it.
25+
* If indexing is in progress or if Product Search is inactive, an [ObjectNotFound](ctp:api:type:ObjectNotFoundError) error is returned.
26+
* If inactive, you can [reactivate](/../api/projects/product-search#activate-the-product-search-api) it.
2727
*
2828
*/
2929
public post(methodArgs: {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ export interface NoMatchingProductDiscountFoundError extends IErrorObject {
15191519
readonly message: string
15201520
}
15211521
/**
1522-
* Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activation-of-the-feature).
1522+
* Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activate-the-product-search-api).
15231523
*
15241524
*/
15251525
export interface ObjectNotFoundError extends IErrorObject {
@@ -3177,7 +3177,7 @@ export interface GraphQLNoMatchingProductDiscountFoundError
31773177
[key: string]: any
31783178
}
31793179
/**
3180-
* Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activation-of-the-feature).
3180+
* Returned if the requested resource was not found or the Product Search index is [inactive](/../api/projects/product-search#activate-the-product-search-api).
31813181
*
31823182
*/
31833183
export interface GraphQLObjectNotFoundError extends IGraphQLErrorObject {

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,4 @@ f2c3348614fec5fe51dfb7adac8744e033626b8b
398398
de47ebf513b4738e7e766621036e58609acba897
399399
535ee58310a5fb706c9946aaac9cdc638af996db
400400
f0288f95a5fe33fd2973df3f8290defb15129192
401+
21aedcd93ff144743f0570a5fd0b65af601baa76

0 commit comments

Comments
 (0)