Skip to content

Commit

Permalink
Update generated SDKs (#94)
Browse files Browse the repository at this point in the history
* TASK: Updating Platform SDK

* TASK: Updating Platform SDK

* Create metal-bees-type.md

Co-authored-by: Auto Mation <automation@commercetools.com>
Co-authored-by: Jens Schulze <jens.schulze@commercetools.com>
  • Loading branch information
3 people authored Aug 12, 2021
1 parent 231e4e2 commit 01af929
Show file tree
Hide file tree
Showing 181 changed files with 428 additions and 887 deletions.
8 changes: 8 additions & 0 deletions .changeset/metal-bees-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@commercetools/history-sdk": patch
"@commercetools/importapi-sdk": patch
"@commercetools/ml-sdk": patch
"@commercetools/platform-sdk": minor
---

Update generated SDKs
3 changes: 1 addition & 2 deletions packages/history-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# @commercetools/history-sdk

## 1.17.1
### Patch Changes


### Patch Changes

- [#91](https://github.com/commercetools/commercetools-sdk-typescript/pull/91) [`2bc967a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2bc967abcddad61cecbb4ab020048fb33cc35608) Thanks [@emmenko](https://github.com/emmenko)! - Update readme structure.
2 changes: 1 addition & 1 deletion packages/history-sdk/src/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
2 changes: 1 addition & 1 deletion packages/history-sdk/test/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
3 changes: 1 addition & 2 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# @commercetools/importapi-sdk

## 1.17.1
### Patch Changes


### Patch Changes

- [#91](https://github.com/commercetools/commercetools-sdk-typescript/pull/91) [`2bc967a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2bc967abcddad61cecbb4ab020048fb33cc35608) Thanks [@emmenko](https://github.com/emmenko)! - Update readme structure.
2 changes: 1 addition & 1 deletion packages/importapi-sdk/src/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
2 changes: 1 addition & 1 deletion packages/importapi-sdk/test/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
3 changes: 1 addition & 2 deletions packages/ml-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# @commercetools/ml-sdk

## 1.17.1
### Patch Changes


### Patch Changes

- [#91](https://github.com/commercetools/commercetools-sdk-typescript/pull/91) [`2bc967a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2bc967abcddad61cecbb4ab020048fb33cc35608) Thanks [@emmenko](https://github.com/emmenko)! - Update readme structure.
2 changes: 1 addition & 1 deletion packages/ml-sdk/src/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
2 changes: 1 addition & 1 deletion packages/ml-sdk/test/generated/gen.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hash=414cf9373b17c23ddd9c5c5bc8af26a3c7798707
hash=2caca2e2302c97a90968247cf4a0b7013a618ba6
3 changes: 1 addition & 2 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# @commercetools/platform-sdk

## 1.17.1
### Patch Changes


### Patch Changes

- [#91](https://github.com/commercetools/commercetools-sdk-typescript/pull/91) [`2bc967a`](https://github.com/commercetools/commercetools-sdk-typescript/commit/2bc967abcddad61cecbb4ab020048fb33cc35608) Thanks [@emmenko](https://github.com/emmenko)! - Update readme structure.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export class ByProjectKeyApiClientsRequestBuilder {
})
}

/**
* Query api-clients
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand Down Expand Up @@ -73,9 +70,6 @@ export class ByProjectKeyApiClientsRequestBuilder {
this.args.executeRequest
)
}
/**
* Create ApiClient
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export class ByProjectKeyCartDiscountsByIDRequestBuilder {
baseUri?: string
}
) {}
/**
* Get CartDiscount by ID
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -51,9 +48,6 @@ export class ByProjectKeyCartDiscountsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Update CartDiscount by ID
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -80,9 +74,6 @@ export class ByProjectKeyCartDiscountsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete CartDiscount by ID
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export class ByProjectKeyCartDiscountsKeyByKeyRequestBuilder {
baseUri?: string
}
) {}
/**
* Get CartDiscount by key
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -51,9 +48,6 @@ export class ByProjectKeyCartDiscountsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Update CartDiscount by key
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -80,9 +74,6 @@ export class ByProjectKeyCartDiscountsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete CartDiscount by key
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export class ByProjectKeyCartDiscountsRequestBuilder {
})
}

/**
* Query cart-discounts
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand Down Expand Up @@ -86,9 +83,6 @@ export class ByProjectKeyCartDiscountsRequestBuilder {
this.args.executeRequest
)
}
/**
* Create CartDiscount
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export class ByProjectKeyCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Cart by ID
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -82,9 +79,6 @@ export class ByProjectKeyCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by ID
*/
public delete(methodArgs: {
queryArgs: {
dataErasure?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export class ByProjectKeyCartsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Cart by key
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -82,9 +79,6 @@ export class ByProjectKeyCartsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by key
*/
public delete(methodArgs: {
queryArgs: {
dataErasure?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ export class ByProjectKeyCartsRequestBuilder {
})
}

/**
* Query carts
*/
public get(methodArgs?: {
queryArgs?: {
customerId?: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by ID
*/
public delete(methodArgs: {
queryArgs: {
dataErasure?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyCartsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by key
*/
public delete(methodArgs: {
queryArgs: {
dataErasure?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyMeCartsByIDRequestBuilder {
baseUri?: string
}
) {}
/**
* Get Cart by ID
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -53,9 +50,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyMeCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Cart by ID
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -82,9 +76,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyMeCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by ID
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyMeCartsRequestBuilder {
})
}

/**
* Query carts
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand Down Expand Up @@ -71,9 +68,6 @@ export class ByProjectKeyInStoreKeyByStoreKeyMeCartsRequestBuilder {
this.args.executeRequest
)
}
/**
* Create Cart
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export class ByProjectKeyMeCartsByIDRequestBuilder {
baseUri?: string
}
) {}
/**
* Get Cart by ID
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -52,9 +49,6 @@ export class ByProjectKeyMeCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Cart by ID
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -81,9 +75,6 @@ export class ByProjectKeyMeCartsByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by ID
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export class ByProjectKeyMeCartsKeyByKeyRequestBuilder {
baseUri?: string
}
) {}
/**
* Get Cart by key
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -52,9 +49,6 @@ export class ByProjectKeyMeCartsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Cart by key
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -81,9 +75,6 @@ export class ByProjectKeyMeCartsKeyByKeyRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Cart by key
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ export class ByProjectKeyMeCartsRequestBuilder {
})
}

/**
* Query carts
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand Down Expand Up @@ -83,9 +80,6 @@ export class ByProjectKeyMeCartsRequestBuilder {
this.args.executeRequest
)
}
/**
* Create Cart
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export class ByProjectKeyCategoriesByIDRequestBuilder {
baseUri?: string
}
) {}
/**
* Get Category by ID
*/
public get(methodArgs?: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -51,9 +48,6 @@ export class ByProjectKeyCategoriesByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Update Category by ID
*/
public post(methodArgs: {
queryArgs?: {
expand?: string | string[]
Expand All @@ -80,9 +74,6 @@ export class ByProjectKeyCategoriesByIDRequestBuilder {
this.args.executeRequest
)
}
/**
* Delete Category by ID
*/
public delete(methodArgs: {
queryArgs: {
version: number
Expand Down
Loading

0 comments on commit 01af929

Please sign in to comment.