@vendure/admin-ui 3.5.1-master-202511060232 → 3.6.0-minor-202511061550

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.
@@ -5138,7 +5138,9 @@ export type ScheduledTask = {
5138
5138
  };
5139
5139
  export type SearchInput = {
5140
5140
  collectionId?: InputMaybe<Scalars['ID']['input']>;
5141
+ collectionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
5141
5142
  collectionSlug?: InputMaybe<Scalars['String']['input']>;
5143
+ collectionSlugs?: InputMaybe<Array<Scalars['String']['input']>>;
5142
5144
  facetValueFilters?: InputMaybe<Array<FacetValueFilterInput>>;
5143
5145
  /** @deprecated Use `facetValueFilters` instead */
5144
5146
  facetValueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
@@ -1 +1 @@
1
- export declare const ADMIN_UI_VERSION = "3.5.1-master-202511060232";
1
+ export declare const ADMIN_UI_VERSION = "3.6.0-minor-202511061550";
@@ -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.1-master-202511060232';
7859
+ const ADMIN_UI_VERSION = '3.6.0-minor-202511061550';
7860
7860
 
7861
7861
  /* eslint-disable @angular-eslint/directive-selector */
7862
7862
  class FormFieldControlDirective {