@gem-sdk/core 1.5.6 → 1.5.7
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.
package/dist/types/index.d.ts
CHANGED
|
@@ -7089,9 +7089,9 @@ type StorePropertyQueryVariables = Exact<{
|
|
|
7089
7089
|
[key: string]: never;
|
|
7090
7090
|
}>;
|
|
7091
7091
|
type StorePropertyQueryResponse = {
|
|
7092
|
-
storeProperty?: Maybe<Pick<StoreProperty, 'favicon' | 'swatchesConfig'>>;
|
|
7092
|
+
storeProperty?: Maybe<Pick<StoreProperty, 'favicon' | 'swatchesConfig' | 'primaryDomain'>>;
|
|
7093
7093
|
};
|
|
7094
|
-
declare const StorePropertyDocument = "\n query storeProperty {\n storeProperty {\n favicon\n swatchesConfig\n }\n}\n ";
|
|
7094
|
+
declare const StorePropertyDocument = "\n query storeProperty {\n storeProperty {\n favicon\n swatchesConfig\n primaryDomain\n }\n}\n ";
|
|
7095
7095
|
|
|
7096
7096
|
type PreviewPageQueryVariables = Exact<{
|
|
7097
7097
|
handleURL?: InputMaybe<Scalars['String']>;
|