@vendure/admin-ui 3.5.0-minor-202510071456 → 3.5.0-minor-202510161257
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.
|
@@ -5680,12 +5680,14 @@ export type TaxRate = Node & {
|
|
|
5680
5680
|
export type TaxRateFilterParameter = {
|
|
5681
5681
|
_and?: InputMaybe<Array<TaxRateFilterParameter>>;
|
|
5682
5682
|
_or?: InputMaybe<Array<TaxRateFilterParameter>>;
|
|
5683
|
+
categoryId?: InputMaybe<IdOperators>;
|
|
5683
5684
|
createdAt?: InputMaybe<DateOperators>;
|
|
5684
5685
|
enabled?: InputMaybe<BooleanOperators>;
|
|
5685
5686
|
id?: InputMaybe<IdOperators>;
|
|
5686
5687
|
name?: InputMaybe<StringOperators>;
|
|
5687
5688
|
updatedAt?: InputMaybe<DateOperators>;
|
|
5688
5689
|
value?: InputMaybe<NumberOperators>;
|
|
5690
|
+
zoneId?: InputMaybe<IdOperators>;
|
|
5689
5691
|
};
|
|
5690
5692
|
export type TaxRateList = PaginatedList & {
|
|
5691
5693
|
__typename?: 'TaxRateList';
|
package/core/common/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "3.5.0-minor-
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "3.5.0-minor-202510161257";
|
|
@@ -7856,7 +7856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
7856
7856
|
}], ctorParameters: () => [{ type: AlertsService }] });
|
|
7857
7857
|
|
|
7858
7858
|
// Auto-generated by the set-version.js script.
|
|
7859
|
-
const ADMIN_UI_VERSION = '3.5.0-minor-
|
|
7859
|
+
const ADMIN_UI_VERSION = '3.5.0-minor-202510161257';
|
|
7860
7860
|
|
|
7861
7861
|
/* eslint-disable @angular-eslint/directive-selector */
|
|
7862
7862
|
class FormFieldControlDirective {
|