Skip to content

Commit

Permalink
[nightly] generate types against bigcommerce/docs@304ee80 (#502)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 8, 2025
1 parent 681f336 commit 7bef5bb
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-peas-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bigrequest': patch
---

bigcommerce/docs#731, bigcommerce/docs#682, bigcommerce/docs#730
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- [#500](https://github.com/matthewvolk/bigrequest/pull/500) [`608e1bd`](https://github.com/matthewvolk/bigrequest/commit/608e1bd426f81470d544b86c7eb45bfc755cd853) Thanks [@github-actions](https://github.com/apps/github-actions)! - bigcommerce/docs#723, bigcommerce/docs#727, bigcommerce/docs#730, bigcommerce/docs#682, bigcommerce/docs#731
- [#500](https://github.com/matthewvolk/bigrequest/pull/500) [`608e1bd`](https://github.com/matthewvolk/bigrequest/commit/608e1bd426f81470d544b86c7eb45bfc755cd853) Thanks [@github-actions](https://github.com/apps/github-actions)! - bigcommerce/docs#723, bigcommerce/docs#727

## 0.0.49

Expand Down
5 changes: 5 additions & 0 deletions src/generated/promotions.v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ export interface components {
* @example Buy Product X Get Free Shipping
*/
name: string;
/**
* @description Customer-facing name for this rule, that the merchant want to display to customers.
* @example WOW!!! FREE SHIPPING for Product X
*/
display_name?: string;
/** @description Channels that the promotion targets. Empty array [] means targeting all the channels. In POST request, if omitted, this field defaults to an empty array [] value. */
channels?: components["schemas"]["Channel"][];
customer?: components["schemas"]["Customer"];
Expand Down
7 changes: 6 additions & 1 deletion src/generated/shipping.v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface paths {
* Update Shipping Settings
* @description Updates shipping settings.
*/
post: operations["updateShippingSettings"];
put: operations["updateShippingSettings"];
parameters: {
header: {
Accept: components["parameters"]["Accept"];
Expand Down Expand Up @@ -107,6 +107,11 @@ export interface components {
* @enum {string}
*/
country_list_strategy?: "DISPLAY_ALL_COUNTRIES" | "DISPLAY_ONLY_SHIPPABLE_COUNTRIES";
/**
* @description Message shown to the shopper during checkout when their order does not meet the merchant's shipping criteria.
* @example Unfortunately, one or more items in your cart can't be shipped to your location. Please choose a different delivery address.
*/
out_of_zone_delivery_message?: string;
};
};
/**
Expand Down
4 changes: 4 additions & 0 deletions src/generated/tax_provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ export interface paths {
* Commit Tax Quote
* @description Submit the quote request to be persisted by the enabled third-party tax provider. A commit operation is intended to be submitted once only, when the Order has been confirmed and paid.
*
* Merchants may adjust when commit operations occur by adjusting the document submission strategy in their store tax settings. The selected document submission strategy will adjust whether order status or payment status is used to determine if the order is paid. For more information, see the [Tax Settings API Reference](/docs/rest-management/tax-settings).
*
* > Server URL
* > - For supporting tax providers, the server URL contains the tax providerʼs profile field; for example, `your_profile.example.com`.
* > - The Try it feature is not currently supported for this endpoint.
Expand Down Expand Up @@ -475,6 +477,8 @@ export interface operations {
* Commit Tax Quote
* @description Submit the quote request to be persisted by the enabled third-party tax provider. A commit operation is intended to be submitted once only, when the Order has been confirmed and paid.
*
* Merchants may adjust when commit operations occur by adjusting the document submission strategy in their store tax settings. The selected document submission strategy will adjust whether order status or payment status is used to determine if the order is paid. For more information, see the [Tax Settings API Reference](/docs/rest-management/tax-settings).
*
* > Server URL
* > - For supporting tax providers, the server URL contains the tax providerʼs profile field; for example, `your_profile.example.com`.
* > - The Try it feature is not currently supported for this endpoint.
Expand Down

0 comments on commit 7bef5bb

Please sign in to comment.