@vendure/common 3.5.0-minor-202510071456 → 3.5.0-minor-202510201346

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5622,12 +5622,14 @@ export type TaxRate = Node & {
5622
5622
  export type TaxRateFilterParameter = {
5623
5623
  _and?: InputMaybe<Array<TaxRateFilterParameter>>;
5624
5624
  _or?: InputMaybe<Array<TaxRateFilterParameter>>;
5625
+ categoryId?: InputMaybe<IdOperators>;
5625
5626
  createdAt?: InputMaybe<DateOperators>;
5626
5627
  enabled?: InputMaybe<BooleanOperators>;
5627
5628
  id?: InputMaybe<IdOperators>;
5628
5629
  name?: InputMaybe<StringOperators>;
5629
5630
  updatedAt?: InputMaybe<DateOperators>;
5630
5631
  value?: InputMaybe<NumberOperators>;
5632
+ zoneId?: InputMaybe<IdOperators>;
5631
5633
  };
5632
5634
  export type TaxRateList = PaginatedList & {
5633
5635
  __typename?: 'TaxRateList';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/common",
3
- "version": "3.5.0-minor-202510071456",
3
+ "version": "3.5.0-minor-202510201346",
4
4
  "main": "index.js",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "repository": {
@@ -30,5 +30,5 @@
30
30
  "rimraf": "^5.0.5",
31
31
  "typescript": "5.8.2"
32
32
  },
33
- "gitHead": "a0d7f3f10de46e0ab1825b412baf42093dbd9ebf"
33
+ "gitHead": "6701c9ee1a7f79763fc710486a60d6fd5529c16b"
34
34
  }