ソースを参照

chore: Update generated types after merge

Michael Bromley 3 年 前
コミット
5b12ac39b1

ファイルの差分が大きいため隠しています
+ 294 - 294
packages/admin-ui/src/lib/core/src/common/generated-types.ts


ファイルの差分が大きいため隠しています
+ 289 - 288
packages/common/src/generated-shop-types.ts


+ 13 - 13
packages/core/e2e/graphql/generated-e2e-admin-types.ts

@@ -5287,19 +5287,6 @@ export type GetFacetValuesQuery = {
     };
 };
 
-export type GetCollectionsQueryVariables = Exact<{ [key: string]: never }>;
-
-export type GetCollectionsQuery = {
-    collections: {
-        items: Array<{
-            id: string;
-            name: string;
-            position: number;
-            parent?: { id: string; name: string } | null;
-        }>;
-    };
-};
-
 export type GetCollectionProductsQueryVariables = Exact<{
     id: Scalars['ID'];
 }>;
@@ -8066,6 +8053,19 @@ export type GetShippingMethodListQuery = {
     };
 };
 
+export type GetCollectionsQueryVariables = Exact<{ [key: string]: never }>;
+
+export type GetCollectionsQuery = {
+    collections: {
+        items: Array<{
+            id: string;
+            name: string;
+            position: number;
+            parent?: { id: string; name: string } | null;
+        }>;
+    };
+};
+
 export type CancelJobMutationVariables = Exact<{
     id: Scalars['ID'];
 }>;

ファイルの差分が大きいため隠しています
+ 289 - 288
packages/core/e2e/graphql/generated-e2e-shop-types.ts


ファイルの差分が大きいため隠しています
+ 289 - 288
packages/payments-plugin/e2e/graphql/generated-shop-types.ts


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません