@gem-sdk/core 12.0.0-dev.103 → 12.0.0-dev.111

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.
@@ -79,7 +79,7 @@ type Article$2 = {
79
79
  platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
80
80
  platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
81
81
  publishedAt?: Maybe$1<Scalars$2['Time']>;
82
- tags?: Maybe$1<Array<Maybe$1<OnlineStoreTag>>>;
82
+ tags?: Maybe$1<Array<Maybe$1<OnlineStoreTag$1>>>;
83
83
  templateSuffix?: Maybe$1<Scalars$2['String']>;
84
84
  title?: Maybe$1<Scalars$2['String']>;
85
85
  titleMeta?: Maybe$1<Scalars$2['String']>;
@@ -260,7 +260,7 @@ type ArticleTagWhereInput$1 = {
260
260
  hasArticleWith?: InputMaybe$1<Array<ArticleWhereInput$1>>;
261
261
  /** tags edge predicates */
262
262
  hasTags?: InputMaybe$1<Scalars$2['Boolean']>;
263
- hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput>>;
263
+ hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput$1>>;
264
264
  /** id field predicates */
265
265
  id?: InputMaybe$1<Scalars$2['ID']>;
266
266
  idGT?: InputMaybe$1<Scalars$2['ID']>;
@@ -1163,7 +1163,7 @@ type CollectionTagWhereInput$1 = {
1163
1163
  hasCollectionWith?: InputMaybe$1<Array<CollectionWhereInput$1>>;
1164
1164
  /** tags edge predicates */
1165
1165
  hasTags?: InputMaybe$1<Scalars$2['Boolean']>;
1166
- hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput>>;
1166
+ hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput$1>>;
1167
1167
  /** id field predicates */
1168
1168
  id?: InputMaybe$1<Scalars$2['ID']>;
1169
1169
  idGT?: InputMaybe$1<Scalars$2['ID']>;
@@ -2367,7 +2367,7 @@ type Entity = {
2367
2367
  findMediaByID: Media$1;
2368
2368
  findMetafieldByID: Metafield$1;
2369
2369
  findMetafieldDefinitionByID: MetafieldDefinition$1;
2370
- findOnlineStoreTagByID: OnlineStoreTag;
2370
+ findOnlineStoreTagByID: OnlineStoreTag$1;
2371
2371
  findPageByID: Page$1;
2372
2372
  findProductByID: Product$1;
2373
2373
  findProductOptionByID: ProductOption$1;
@@ -2384,8 +2384,8 @@ type Entity = {
2384
2384
  findPublishedThemePageOnlineStoreDataByID: PublishedThemePageOnlineStoreData$1;
2385
2385
  findPublishedThemeSectionByID: PublishedThemeSection$1;
2386
2386
  findPublishedThemeStyleByID: PublishedThemeStyle$1;
2387
- findSellingPlanByID: SellingPlan;
2388
- findSellingPlanGroupByID: SellingPlanGroup;
2387
+ findSellingPlanByID: SellingPlan$1;
2388
+ findSellingPlanGroupByID: SellingPlanGroup$1;
2389
2389
  };
2390
2390
  type EntityFindArticleByIdArgs = {
2391
2391
  id: Scalars$2['ID'];
@@ -3097,33 +3097,33 @@ type MutationCartNoteUpdateArgs$1 = {
3097
3097
  type MutationPageViewUpArgs$1 = {
3098
3098
  pageHandle: Scalars$2['String'];
3099
3099
  };
3100
- type OnlineStoreTag = {
3100
+ type OnlineStoreTag$1 = {
3101
3101
  createdAt?: Maybe$1<Scalars$2['Time']>;
3102
3102
  id: Scalars$2['ID'];
3103
3103
  name: Scalars$2['String'];
3104
3104
  type: TagType$1;
3105
3105
  updatedAt?: Maybe$1<Scalars$2['Time']>;
3106
3106
  };
3107
- type OnlineStoreTagConnection = {
3108
- edges?: Maybe$1<Array<Maybe$1<OnlineStoreTagEdge>>>;
3107
+ type OnlineStoreTagConnection$1 = {
3108
+ edges?: Maybe$1<Array<Maybe$1<OnlineStoreTagEdge$1>>>;
3109
3109
  pageInfo: PageInfo$1;
3110
3110
  totalCount: Scalars$2['Int'];
3111
3111
  };
3112
- type OnlineStoreTagEdge = {
3112
+ type OnlineStoreTagEdge$1 = {
3113
3113
  cursor: Scalars$2['Cursor'];
3114
- node?: Maybe$1<OnlineStoreTag>;
3114
+ node?: Maybe$1<OnlineStoreTag$1>;
3115
3115
  };
3116
- type OnlineStoreTagOrder = {
3116
+ type OnlineStoreTagOrder$1 = {
3117
3117
  direction: OrderDirection$1;
3118
- field?: InputMaybe$1<OnlineStoreTagOrderField>;
3118
+ field?: InputMaybe$1<OnlineStoreTagOrderField$1>;
3119
3119
  };
3120
- type OnlineStoreTagOrderField = 'CREATED_AT' | 'NAME' | 'UPDATED_AT';
3120
+ type OnlineStoreTagOrderField$1 = 'CREATED_AT' | 'NAME' | 'UPDATED_AT';
3121
3121
  /**
3122
3122
  * OnlineStoreTagWhereInput is used for filtering Tag objects.
3123
3123
  * Input was generated by ent.
3124
3124
  */
3125
- type OnlineStoreTagWhereInput = {
3126
- and?: InputMaybe$1<Array<OnlineStoreTagWhereInput>>;
3125
+ type OnlineStoreTagWhereInput$1 = {
3126
+ and?: InputMaybe$1<Array<OnlineStoreTagWhereInput$1>>;
3127
3127
  /** created_at field predicates */
3128
3128
  createdAt?: InputMaybe$1<Scalars$2['Time']>;
3129
3129
  createdAtGT?: InputMaybe$1<Scalars$2['Time']>;
@@ -3176,8 +3176,8 @@ type OnlineStoreTagWhereInput = {
3176
3176
  nameLTE?: InputMaybe$1<Scalars$2['String']>;
3177
3177
  nameNEQ?: InputMaybe$1<Scalars$2['String']>;
3178
3178
  nameNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
3179
- not?: InputMaybe$1<OnlineStoreTagWhereInput>;
3180
- or?: InputMaybe$1<Array<OnlineStoreTagWhereInput>>;
3179
+ not?: InputMaybe$1<OnlineStoreTagWhereInput$1>;
3180
+ or?: InputMaybe$1<Array<OnlineStoreTagWhereInput$1>>;
3181
3181
  /** type field predicates */
3182
3182
  type?: InputMaybe$1<TagType$1>;
3183
3183
  typeIn?: InputMaybe$1<Array<TagType$1>>;
@@ -3973,7 +3973,7 @@ type Product$1 = {
3973
3973
  requiresSellingPlan?: Maybe$1<Scalars$2['Boolean']>;
3974
3974
  reviewCount?: Maybe$1<Scalars$2['Int']>;
3975
3975
  sellingPlanGroupCount?: Maybe$1<Scalars$2['Int']>;
3976
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup>>>;
3976
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup$1>>>;
3977
3977
  sku?: Maybe$1<Scalars$2['String']>;
3978
3978
  status?: Maybe$1<Scalars$2['String']>;
3979
3979
  tags: Array<Scalars$2['String']>;
@@ -4359,7 +4359,7 @@ type ProductTagWhereInput$1 = {
4359
4359
  hasProductWith?: InputMaybe$1<Array<ProductWhereInput$1>>;
4360
4360
  /** tags edge predicates */
4361
4361
  hasTags?: InputMaybe$1<Scalars$2['Boolean']>;
4362
- hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput>>;
4362
+ hasTagsWith?: InputMaybe$1<Array<OnlineStoreTagWhereInput$1>>;
4363
4363
  /** id field predicates */
4364
4364
  id?: InputMaybe$1<Scalars$2['ID']>;
4365
4365
  idGT?: InputMaybe$1<Scalars$2['ID']>;
@@ -4409,7 +4409,7 @@ type ProductVariant$1 = {
4409
4409
  product?: Maybe$1<Product$1>;
4410
4410
  salePrice?: Maybe$1<Scalars$2['Decimal']>;
4411
4411
  selectedOptions: Array<SelectedOption$1>;
4412
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup>>>;
4412
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup$1>>>;
4413
4413
  sku?: Maybe$1<Scalars$2['String']>;
4414
4414
  soldIndividually?: Maybe$1<Scalars$2['Boolean']>;
4415
4415
  title?: Maybe$1<Scalars$2['String']>;
@@ -4520,7 +4520,7 @@ type ProductVariantWhereInput$1 = {
4520
4520
  hasProductWith?: InputMaybe$1<Array<ProductWhereInput$1>>;
4521
4521
  /** selling_plan_groups edge predicates */
4522
4522
  hasSellingPlanGroups?: InputMaybe$1<Scalars$2['Boolean']>;
4523
- hasSellingPlanGroupsWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
4523
+ hasSellingPlanGroupsWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput$1>>;
4524
4524
  /** height field predicates */
4525
4525
  height?: InputMaybe$1<Scalars$2['Float']>;
4526
4526
  heightGT?: InputMaybe$1<Scalars$2['Float']>;
@@ -4900,7 +4900,7 @@ type ProductWhereInput$1 = {
4900
4900
  hasProductTagsWith?: InputMaybe$1<Array<ProductTagWhereInput$1>>;
4901
4901
  /** selling_plan_groups edge predicates */
4902
4902
  hasSellingPlanGroups?: InputMaybe$1<Scalars$2['Boolean']>;
4903
- hasSellingPlanGroupsWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
4903
+ hasSellingPlanGroupsWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput$1>>;
4904
4904
  /** variants edge predicates */
4905
4905
  hasVariants?: InputMaybe$1<Scalars$2['Boolean']>;
4906
4906
  hasVariantsWith?: InputMaybe$1<Array<ProductVariantWhereInput$1>>;
@@ -6191,6 +6191,7 @@ type PublishedThemePage$1 = {
6191
6191
  pageStyle?: Maybe$1<PublishedThemeStyle$1>;
6192
6192
  preloadSections?: Maybe$1<Array<Scalars$2['String']>>;
6193
6193
  sectionPosition?: Maybe$1<Array<Scalars$2['String']>>;
6194
+ shopID: Scalars$2['ID'];
6194
6195
  splitPercentage?: Maybe$1<Scalars$2['Float']>;
6195
6196
  status?: Maybe$1<PublishedThemePageStatus$1>;
6196
6197
  /** @deprecated Use `metafields` instead. */
@@ -6773,7 +6774,7 @@ type Query$1 = {
6773
6774
  medias?: Maybe$1<MediaConnection$1>;
6774
6775
  metafieldDefinitions?: Maybe$1<MetafieldDefinitionConnection$1>;
6775
6776
  metafields?: Maybe$1<MetafieldConnection$1>;
6776
- onlineStoreTags?: Maybe$1<OnlineStoreTagConnection>;
6777
+ onlineStoreTags?: Maybe$1<OnlineStoreTagConnection$1>;
6777
6778
  page?: Maybe$1<Page$1>;
6778
6779
  pages?: Maybe$1<PageConnection$1>;
6779
6780
  /** @deprecated Use previewThemePage instead */
@@ -6864,13 +6865,13 @@ type QueryMetafieldsArgs$1 = {
6864
6865
  orderBy?: InputMaybe$1<MetafieldOrder$1>;
6865
6866
  where?: InputMaybe$1<MetafieldWhereInput$1>;
6866
6867
  };
6867
- type QueryOnlineStoreTagsArgs = {
6868
+ type QueryOnlineStoreTagsArgs$1 = {
6868
6869
  after?: InputMaybe$1<Scalars$2['Cursor']>;
6869
6870
  before?: InputMaybe$1<Scalars$2['Cursor']>;
6870
6871
  first?: InputMaybe$1<Scalars$2['Int']>;
6871
6872
  last?: InputMaybe$1<Scalars$2['Int']>;
6872
- orderBy?: InputMaybe$1<OnlineStoreTagOrder>;
6873
- where?: InputMaybe$1<OnlineStoreTagWhereInput>;
6873
+ orderBy?: InputMaybe$1<OnlineStoreTagOrder$1>;
6874
+ where?: InputMaybe$1<OnlineStoreTagWhereInput$1>;
6874
6875
  };
6875
6876
  type QueryPageArgs$1 = {
6876
6877
  handle?: InputMaybe$1<Scalars$2['String']>;
@@ -6967,7 +6968,7 @@ type SelectedOption$1 = {
6967
6968
  value?: Maybe$1<Scalars$2['String']>;
6968
6969
  valueBaseID?: Maybe$1<Scalars$2['String']>;
6969
6970
  };
6970
- type SellingPlan = {
6971
+ type SellingPlan$1 = {
6971
6972
  baseID: Scalars$2['String'];
6972
6973
  /** A selling plan policy which describes the recurring billing details. */
6973
6974
  billingPolicy?: Maybe$1<Scalars$2['Map']>;
@@ -6988,17 +6989,17 @@ type SellingPlan = {
6988
6989
  name: Scalars$2['String'];
6989
6990
  /** The values of all options available on the selling plan. Selling plans are grouped together in Liquid when they're created by the same app, and have the same `selling_plan_group.name` and `selling_plan_group.options` values. */
6990
6991
  options?: Maybe$1<Array<Maybe$1<Scalars$2['String']>>>;
6991
- platform?: Maybe$1<SellingPlanPlatform>;
6992
+ platform?: Maybe$1<SellingPlanPlatform$1>;
6992
6993
  platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
6993
6994
  platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
6994
6995
  /** Relative position of the selling plan for display. A lower position will be displayed before a higher position. */
6995
6996
  position?: Maybe$1<Scalars$2['Int']>;
6996
6997
  /** Selling plan pricing details. */
6997
6998
  pricingPolicies?: Maybe$1<Array<Maybe$1<Scalars$2['Map']>>>;
6998
- sellingPlanGroup?: Maybe$1<SellingPlanGroup>;
6999
+ sellingPlanGroup?: Maybe$1<SellingPlanGroup$1>;
6999
7000
  updatedAt?: Maybe$1<Scalars$2['Time']>;
7000
7001
  };
7001
- type SellingPlanGroup = {
7002
+ type SellingPlanGroup$1 = {
7002
7003
  /** The ID for app, exposed in Liquid and product JSON. */
7003
7004
  appID?: Maybe$1<Scalars$2['String']>;
7004
7005
  baseID: Scalars$2['String'];
@@ -7016,23 +7017,23 @@ type SellingPlanGroup = {
7016
7017
  * and have the same selling_plan_group.name and selling_plan_group.options values.
7017
7018
  */
7018
7019
  options?: Maybe$1<Array<Maybe$1<Scalars$2['String']>>>;
7019
- platform?: Maybe$1<SellingPlanGroupPlatform>;
7020
+ platform?: Maybe$1<SellingPlanGroupPlatform$1>;
7020
7021
  platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
7021
7022
  platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
7022
7023
  /** The relative position of the selling plan group for display. */
7023
7024
  position?: Maybe$1<Scalars$2['Int']>;
7024
- sellingPlans?: Maybe$1<Array<Maybe$1<SellingPlan>>>;
7025
+ sellingPlans?: Maybe$1<Array<Maybe$1<SellingPlan$1>>>;
7025
7026
  /** A summary of the policies associated to the selling plan group. */
7026
7027
  summary?: Maybe$1<Scalars$2['String']>;
7027
7028
  updatedAt?: Maybe$1<Scalars$2['Time']>;
7028
7029
  };
7029
- type SellingPlanGroupPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
7030
+ type SellingPlanGroupPlatform$1 = 'BIG' | 'SHOPIFY' | 'WOO';
7030
7031
  /**
7031
7032
  * SellingPlanGroupWhereInput is used for filtering SellingPlanGroup objects.
7032
7033
  * Input was generated by ent.
7033
7034
  */
7034
- type SellingPlanGroupWhereInput = {
7035
- and?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
7035
+ type SellingPlanGroupWhereInput$1 = {
7036
+ and?: InputMaybe$1<Array<SellingPlanGroupWhereInput$1>>;
7036
7037
  /** app_id field predicates */
7037
7038
  appID?: InputMaybe$1<Scalars$2['String']>;
7038
7039
  appIDContains?: InputMaybe$1<Scalars$2['String']>;
@@ -7093,7 +7094,7 @@ type SellingPlanGroupWhereInput = {
7093
7094
  hasProductsWith?: InputMaybe$1<Array<ProductWhereInput$1>>;
7094
7095
  /** selling_plans edge predicates */
7095
7096
  hasSellingPlans?: InputMaybe$1<Scalars$2['Boolean']>;
7096
- hasSellingPlansWith?: InputMaybe$1<Array<SellingPlanWhereInput>>;
7097
+ hasSellingPlansWith?: InputMaybe$1<Array<SellingPlanWhereInput$1>>;
7097
7098
  /** variants edge predicates */
7098
7099
  hasVariants?: InputMaybe$1<Scalars$2['Boolean']>;
7099
7100
  hasVariantsWith?: InputMaybe$1<Array<ProductVariantWhereInput$1>>;
@@ -7136,10 +7137,10 @@ type SellingPlanGroupWhereInput = {
7136
7137
  nameLTE?: InputMaybe$1<Scalars$2['String']>;
7137
7138
  nameNEQ?: InputMaybe$1<Scalars$2['String']>;
7138
7139
  nameNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7139
- not?: InputMaybe$1<SellingPlanGroupWhereInput>;
7140
- or?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
7140
+ not?: InputMaybe$1<SellingPlanGroupWhereInput$1>;
7141
+ or?: InputMaybe$1<Array<SellingPlanGroupWhereInput$1>>;
7141
7142
  /** platform field predicates */
7142
- platform?: InputMaybe$1<SellingPlanGroupPlatform>;
7143
+ platform?: InputMaybe$1<SellingPlanGroupPlatform$1>;
7143
7144
  /** platform_created_at field predicates */
7144
7145
  platformCreatedAt?: InputMaybe$1<Scalars$2['Time']>;
7145
7146
  platformCreatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
@@ -7151,10 +7152,10 @@ type SellingPlanGroupWhereInput = {
7151
7152
  platformCreatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7152
7153
  platformCreatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7153
7154
  platformCreatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7154
- platformIn?: InputMaybe$1<Array<SellingPlanGroupPlatform>>;
7155
+ platformIn?: InputMaybe$1<Array<SellingPlanGroupPlatform$1>>;
7155
7156
  platformIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7156
- platformNEQ?: InputMaybe$1<SellingPlanGroupPlatform>;
7157
- platformNotIn?: InputMaybe$1<Array<SellingPlanGroupPlatform>>;
7157
+ platformNEQ?: InputMaybe$1<SellingPlanGroupPlatform$1>;
7158
+ platformNotIn?: InputMaybe$1<Array<SellingPlanGroupPlatform$1>>;
7158
7159
  platformNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7159
7160
  /** platform_updated_at field predicates */
7160
7161
  platformUpdatedAt?: InputMaybe$1<Scalars$2['Time']>;
@@ -7204,13 +7205,13 @@ type SellingPlanGroupWhereInput = {
7204
7205
  updatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7205
7206
  updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7206
7207
  };
7207
- type SellingPlanPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
7208
+ type SellingPlanPlatform$1 = 'BIG' | 'SHOPIFY' | 'WOO';
7208
7209
  /**
7209
7210
  * SellingPlanWhereInput is used for filtering SellingPlan objects.
7210
7211
  * Input was generated by ent.
7211
7212
  */
7212
- type SellingPlanWhereInput = {
7213
- and?: InputMaybe$1<Array<SellingPlanWhereInput>>;
7213
+ type SellingPlanWhereInput$1 = {
7214
+ and?: InputMaybe$1<Array<SellingPlanWhereInput$1>>;
7214
7215
  /** base_id field predicates */
7215
7216
  baseID?: InputMaybe$1<Scalars$2['String']>;
7216
7217
  baseIDContains?: InputMaybe$1<Scalars$2['String']>;
@@ -7266,7 +7267,7 @@ type SellingPlanWhereInput = {
7266
7267
  descriptionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7267
7268
  /** selling_plan_group edge predicates */
7268
7269
  hasSellingPlanGroup?: InputMaybe$1<Scalars$2['Boolean']>;
7269
- hasSellingPlanGroupWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
7270
+ hasSellingPlanGroupWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput$1>>;
7270
7271
  /** id field predicates */
7271
7272
  id?: InputMaybe$1<Scalars$2['ID']>;
7272
7273
  idGT?: InputMaybe$1<Scalars$2['ID']>;
@@ -7290,10 +7291,10 @@ type SellingPlanWhereInput = {
7290
7291
  nameLTE?: InputMaybe$1<Scalars$2['String']>;
7291
7292
  nameNEQ?: InputMaybe$1<Scalars$2['String']>;
7292
7293
  nameNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7293
- not?: InputMaybe$1<SellingPlanWhereInput>;
7294
- or?: InputMaybe$1<Array<SellingPlanWhereInput>>;
7294
+ not?: InputMaybe$1<SellingPlanWhereInput$1>;
7295
+ or?: InputMaybe$1<Array<SellingPlanWhereInput$1>>;
7295
7296
  /** platform field predicates */
7296
- platform?: InputMaybe$1<SellingPlanPlatform>;
7297
+ platform?: InputMaybe$1<SellingPlanPlatform$1>;
7297
7298
  /** platform_created_at field predicates */
7298
7299
  platformCreatedAt?: InputMaybe$1<Scalars$2['Time']>;
7299
7300
  platformCreatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
@@ -7305,10 +7306,10 @@ type SellingPlanWhereInput = {
7305
7306
  platformCreatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7306
7307
  platformCreatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7307
7308
  platformCreatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7308
- platformIn?: InputMaybe$1<Array<SellingPlanPlatform>>;
7309
+ platformIn?: InputMaybe$1<Array<SellingPlanPlatform$1>>;
7309
7310
  platformIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7310
- platformNEQ?: InputMaybe$1<SellingPlanPlatform>;
7311
- platformNotIn?: InputMaybe$1<Array<SellingPlanPlatform>>;
7311
+ platformNEQ?: InputMaybe$1<SellingPlanPlatform$1>;
7312
+ platformNotIn?: InputMaybe$1<Array<SellingPlanPlatform$1>>;
7312
7313
  platformNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7313
7314
  /** platform_updated_at field predicates */
7314
7315
  platformUpdatedAt?: InputMaybe$1<Scalars$2['Time']>;
@@ -7595,7 +7596,7 @@ type VariantProductOptionWhereInput$1 = {
7595
7596
  variantIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
7596
7597
  variantIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7597
7598
  };
7598
- type _Entity = Article$2 | ArticleContent$1 | Blog$1 | Collection$1 | Media$1 | Metafield$1 | MetafieldDefinition$1 | OnlineStoreTag | Page$1 | Product$1 | ProductOption$1 | ProductOptionValue$1 | ProductVariant$1 | PublishedCustomSection$1 | PublishedPageInteraction$1 | PublishedPageSection$1 | PublishedPageSectionMeta$1 | PublishedShopMeta$1 | PublishedThemePage$1 | PublishedThemePageCustomSection$1 | PublishedThemePageMeta$1 | PublishedThemePageOnlineStoreData$1 | PublishedThemeSection$1 | PublishedThemeStyle$1 | SellingPlan | SellingPlanGroup;
7599
+ type _Entity = Article$2 | ArticleContent$1 | Blog$1 | Collection$1 | Media$1 | Metafield$1 | MetafieldDefinition$1 | OnlineStoreTag$1 | Page$1 | Product$1 | ProductOption$1 | ProductOptionValue$1 | ProductVariant$1 | PublishedCustomSection$1 | PublishedPageInteraction$1 | PublishedPageSection$1 | PublishedPageSectionMeta$1 | PublishedShopMeta$1 | PublishedThemePage$1 | PublishedThemePageCustomSection$1 | PublishedThemePageMeta$1 | PublishedThemePageOnlineStoreData$1 | PublishedThemeSection$1 | PublishedThemeStyle$1 | SellingPlan$1 | SellingPlanGroup$1;
7599
7600
  type _Service = {
7600
7601
  sdl?: Maybe$1<Scalars$2['String']>;
7601
7602
  };
@@ -7627,20 +7628,7 @@ type shop_EntityFindPublishedThemeSectionByIdArgs = EntityFindPublishedThemeSect
7627
7628
  type shop_EntityFindPublishedThemeStyleByIdArgs = EntityFindPublishedThemeStyleByIdArgs;
7628
7629
  type shop_EntityFindSellingPlanByIdArgs = EntityFindSellingPlanByIdArgs;
7629
7630
  type shop_EntityFindSellingPlanGroupByIdArgs = EntityFindSellingPlanGroupByIdArgs;
7630
- type shop_OnlineStoreTag = OnlineStoreTag;
7631
- type shop_OnlineStoreTagConnection = OnlineStoreTagConnection;
7632
- type shop_OnlineStoreTagEdge = OnlineStoreTagEdge;
7633
- type shop_OnlineStoreTagOrder = OnlineStoreTagOrder;
7634
- type shop_OnlineStoreTagOrderField = OnlineStoreTagOrderField;
7635
- type shop_OnlineStoreTagWhereInput = OnlineStoreTagWhereInput;
7636
- type shop_QueryOnlineStoreTagsArgs = QueryOnlineStoreTagsArgs;
7637
7631
  type shop_Query_EntitiesArgs = Query_EntitiesArgs;
7638
- type shop_SellingPlan = SellingPlan;
7639
- type shop_SellingPlanGroup = SellingPlanGroup;
7640
- type shop_SellingPlanGroupPlatform = SellingPlanGroupPlatform;
7641
- type shop_SellingPlanGroupWhereInput = SellingPlanGroupWhereInput;
7642
- type shop_SellingPlanPlatform = SellingPlanPlatform;
7643
- type shop_SellingPlanWhereInput = SellingPlanWhereInput;
7644
7632
  type shop__Entity = _Entity;
7645
7633
  type shop__Service = _Service;
7646
7634
  declare namespace shop {
@@ -7768,12 +7756,12 @@ declare namespace shop {
7768
7756
  MutationCartLinesUpdateArgs$1 as MutationCartLinesUpdateArgs,
7769
7757
  MutationCartNoteUpdateArgs$1 as MutationCartNoteUpdateArgs,
7770
7758
  MutationPageViewUpArgs$1 as MutationPageViewUpArgs,
7771
- shop_OnlineStoreTag as OnlineStoreTag,
7772
- shop_OnlineStoreTagConnection as OnlineStoreTagConnection,
7773
- shop_OnlineStoreTagEdge as OnlineStoreTagEdge,
7774
- shop_OnlineStoreTagOrder as OnlineStoreTagOrder,
7775
- shop_OnlineStoreTagOrderField as OnlineStoreTagOrderField,
7776
- shop_OnlineStoreTagWhereInput as OnlineStoreTagWhereInput,
7759
+ OnlineStoreTag$1 as OnlineStoreTag,
7760
+ OnlineStoreTagConnection$1 as OnlineStoreTagConnection,
7761
+ OnlineStoreTagEdge$1 as OnlineStoreTagEdge,
7762
+ OnlineStoreTagOrder$1 as OnlineStoreTagOrder,
7763
+ OnlineStoreTagOrderField$1 as OnlineStoreTagOrderField,
7764
+ OnlineStoreTagWhereInput$1 as OnlineStoreTagWhereInput,
7777
7765
  OrderDirection$1 as OrderDirection,
7778
7766
  Page$1 as Page,
7779
7767
  PageConnection$1 as PageConnection,
@@ -7889,7 +7877,7 @@ declare namespace shop {
7889
7877
  QueryMediasArgs$1 as QueryMediasArgs,
7890
7878
  QueryMetafieldDefinitionsArgs$1 as QueryMetafieldDefinitionsArgs,
7891
7879
  QueryMetafieldsArgs$1 as QueryMetafieldsArgs,
7892
- shop_QueryOnlineStoreTagsArgs as QueryOnlineStoreTagsArgs,
7880
+ QueryOnlineStoreTagsArgs$1 as QueryOnlineStoreTagsArgs,
7893
7881
  QueryPageArgs$1 as QueryPageArgs,
7894
7882
  QueryPagesArgs$1 as QueryPagesArgs,
7895
7883
  QueryPreviewPageArgs$1 as QueryPreviewPageArgs,
@@ -7910,12 +7898,12 @@ declare namespace shop {
7910
7898
  SaleFunnelCampaignStatus$1 as SaleFunnelCampaignStatus,
7911
7899
  Scalars$2 as Scalars,
7912
7900
  SelectedOption$1 as SelectedOption,
7913
- shop_SellingPlan as SellingPlan,
7914
- shop_SellingPlanGroup as SellingPlanGroup,
7915
- shop_SellingPlanGroupPlatform as SellingPlanGroupPlatform,
7916
- shop_SellingPlanGroupWhereInput as SellingPlanGroupWhereInput,
7917
- shop_SellingPlanPlatform as SellingPlanPlatform,
7918
- shop_SellingPlanWhereInput as SellingPlanWhereInput,
7901
+ SellingPlan$1 as SellingPlan,
7902
+ SellingPlanGroup$1 as SellingPlanGroup,
7903
+ SellingPlanGroupPlatform$1 as SellingPlanGroupPlatform,
7904
+ SellingPlanGroupWhereInput$1 as SellingPlanGroupWhereInput,
7905
+ SellingPlanPlatform$1 as SellingPlanPlatform,
7906
+ SellingPlanWhereInput$1 as SellingPlanWhereInput,
7919
7907
  ShopDatabaseWhereInput$1 as ShopDatabaseWhereInput,
7920
7908
  ShopShopify$1 as ShopShopify,
7921
7909
  ShopTokenWhereInput$1 as ShopTokenWhereInput,
@@ -8435,6 +8423,17 @@ type Agency = {
8435
8423
  titleBanner: Scalars['String'];
8436
8424
  updatedAt?: Maybe<Scalars['Time']>;
8437
8425
  };
8426
+ /**
8427
+ * AgencyBill represents the response for agencyBill query.
8428
+ * If bill exists, it returns immediately via GraphQL.
8429
+ * If bill needs calculation, client should listen to WebSocket for chunked data.
8430
+ */
8431
+ type AgencyBill = {
8432
+ /** Existing bill from DB. Null if calculating on-the-fly. */
8433
+ bill?: Maybe<ShopPlatformBill>;
8434
+ /** True if bill is being calculated. Client should listen WebSocket topic getAgencyBill. */
8435
+ isCalculating: Scalars['Boolean'];
8436
+ };
8438
8437
  /**
8439
8438
  * AgencyClientRel
8440
8439
  * The relation between an agency and a client shop.
@@ -8899,7 +8898,7 @@ type Article$1 = {
8899
8898
  platformCreatedAt?: Maybe<Scalars['Time']>;
8900
8899
  platformUpdatedAt?: Maybe<Scalars['Time']>;
8901
8900
  publishedAt?: Maybe<Scalars['Time']>;
8902
- tags?: Maybe<Array<Maybe<Tag>>>;
8901
+ tags?: Maybe<Array<Maybe<OnlineStoreTag>>>;
8903
8902
  templateSuffix?: Maybe<Scalars['String']>;
8904
8903
  title?: Maybe<Scalars['String']>;
8905
8904
  titleMeta?: Maybe<Scalars['String']>;
@@ -9080,7 +9079,7 @@ type ArticleTagWhereInput = {
9080
9079
  hasArticleWith?: InputMaybe<Array<ArticleWhereInput>>;
9081
9080
  /** tags edge predicates */
9082
9081
  hasTags?: InputMaybe<Scalars['Boolean']>;
9083
- hasTagsWith?: InputMaybe<Array<TagWhereInput>>;
9082
+ hasTagsWith?: InputMaybe<Array<OnlineStoreTagWhereInput>>;
9084
9083
  /** id field predicates */
9085
9084
  id?: InputMaybe<Scalars['ID']>;
9086
9085
  idGT?: InputMaybe<Scalars['ID']>;
@@ -10994,6 +10993,50 @@ type CheckoutEventStagingWhereInput = {
10994
10993
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
10995
10994
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
10996
10995
  };
10996
+ /**
10997
+ * ClickMapPoint represents aggregated click data for a single DOM element.
10998
+ * Used by the frontend to render click heatmaps.
10999
+ * The frontend maps elementID to the actual DOM element using the snapshot.
11000
+ */
11001
+ type ClickMapPoint = {
11002
+ /** Array of click counts (weights) for each coordinate pair */
11003
+ clicks: Array<Scalars['Int']>;
11004
+ /** CSS selector path */
11005
+ elementSelector?: Maybe<Scalars['String']>;
11006
+ /** DOM Snapshot Hash for mapping to the snapshot data */
11007
+ hash: Scalars['String'];
11008
+ /** Number of distinct click points recorded */
11009
+ points: Scalars['Int'];
11010
+ /** Total number of clicks on this element */
11011
+ totalClicks: Scalars['Int'];
11012
+ /** Array of X coordinates for each click point */
11013
+ x: Array<Scalars['Int']>;
11014
+ /** Array of Y coordinates for each click point */
11015
+ y: Array<Scalars['Int']>;
11016
+ };
11017
+ type ClickTypeCount = {
11018
+ /** Count of clicks for this type */
11019
+ totalCount: Scalars['Int'];
11020
+ /** Type of click behavior */
11021
+ type: HeatmapClickType;
11022
+ };
11023
+ /** Clicked element summary for list view */
11024
+ type ClickedElement = {
11025
+ /** DOM Snapshot Hash for mapping to the snapshot data */
11026
+ hash: Scalars['String'];
11027
+ /** CSS selector */
11028
+ selector?: Maybe<Array<Maybe<Scalars['String']>>>;
11029
+ /** Total clicks on this element */
11030
+ totalClicks: Scalars['Int'];
11031
+ /** Total ordered clicks on this element */
11032
+ totalOrders: Scalars['Int'];
11033
+ /** Total revenue generated from clicks on this element */
11034
+ totalRevenue?: Maybe<Scalars['Float']>;
11035
+ /** Total sessions with clicks on this element */
11036
+ totalSessions: Scalars['Int'];
11037
+ /** Total sessions that checkout complete from clicks on this element */
11038
+ totalSessionsThatCompletedCheckout: Scalars['Int'];
11039
+ };
10997
11040
  type ClientShop = {
10998
11041
  name: Scalars['String'];
10999
11042
  platformDomain: Scalars['String'];
@@ -11363,7 +11406,7 @@ type CollectionTagWhereInput = {
11363
11406
  hasCollectionWith?: InputMaybe<Array<CollectionWhereInput>>;
11364
11407
  /** tags edge predicates */
11365
11408
  hasTags?: InputMaybe<Scalars['Boolean']>;
11366
- hasTagsWith?: InputMaybe<Array<TagWhereInput>>;
11409
+ hasTagsWith?: InputMaybe<Array<OnlineStoreTagWhereInput>>;
11367
11410
  /** id field predicates */
11368
11411
  id?: InputMaybe<Scalars['ID']>;
11369
11412
  idGT?: InputMaybe<Scalars['ID']>;
@@ -11908,6 +11951,13 @@ type CreateAssignObjectTriggerConditionInput = {
11908
11951
  type: TriggerConditionType;
11909
11952
  value: Array<Scalars['String']>;
11910
11953
  };
11954
+ type CreateBulkTemplateCategoryInput = {
11955
+ children?: InputMaybe<Array<CreateTemplateCategoryChildInput>>;
11956
+ libraryTemplateTypes?: InputMaybe<Array<LibraryTemplateType>>;
11957
+ name: Scalars['String'];
11958
+ parentId?: InputMaybe<Scalars['ID']>;
11959
+ position: Scalars['Int'];
11960
+ };
11911
11961
  /** Input for creating a new campaign group */
11912
11962
  type CreateCampaignGroupInput = {
11913
11963
  /** Conditions associated with the campaign group */
@@ -12312,6 +12362,40 @@ type CreateSalePageProductInput = {
12312
12362
  baseIDs: Array<Scalars['String']>;
12313
12363
  pageID: Scalars['ID'];
12314
12364
  };
12365
+ /** Input for creating a new scheduled publish. */
12366
+ type CreateScheduledPublishInput = {
12367
+ /** Shopify GIDs to assign template, e.g. ["gid://shopify/Product/123"]. */
12368
+ assignedObjectBaseIDs?: InputMaybe<Array<Scalars['String']>>;
12369
+ /** Optional metafields to create when the publish executes. */
12370
+ metafields?: InputMaybe<Array<CreateScheduledPublishMetafieldInput>>;
12371
+ /** User-defined name for this scheduled publish. */
12372
+ name: Scalars['String'];
12373
+ /** The date and time when the publish should be executed. */
12374
+ scheduledAt: Scalars['Time'];
12375
+ /**
12376
+ * The ID of the theme page to schedule for publishing.
12377
+ * Either themePageID or themeSectionID must be provided, but not both.
12378
+ */
12379
+ themePageID?: InputMaybe<Scalars['ID']>;
12380
+ /**
12381
+ * The ID of the theme section to schedule for publishing.
12382
+ * Either themePageID or themeSectionID must be provided, but not both.
12383
+ */
12384
+ themeSectionID?: InputMaybe<Scalars['ID']>;
12385
+ };
12386
+ /** Input for creating a metafield to be set when the scheduled publish executes. */
12387
+ type CreateScheduledPublishMetafieldInput = {
12388
+ /** The key of the metafield in Shopify. */
12389
+ key: Scalars['String'];
12390
+ /** The namespace of the metafield in Shopify. */
12391
+ namespace: Scalars['String'];
12392
+ /** The scope of this metafield. */
12393
+ scope: ScheduledPublishMetafieldScope;
12394
+ /** The value to set for this metafield. */
12395
+ value: Scalars['String'];
12396
+ /** The type of the metafield value (e.g., 'single_line_text_field'). */
12397
+ valueType: Scalars['String'];
12398
+ };
12315
12399
  /**
12316
12400
  * Define an input type for the mutation below.
12317
12401
  * https://graphql.org/learn/schema/#input-types
@@ -12432,6 +12516,11 @@ type CreateSurveyInput = {
12432
12516
  handle: Scalars['String'];
12433
12517
  title: Scalars['String'];
12434
12518
  };
12519
+ type CreateTemplateCategoryChildInput = {
12520
+ libraryTemplateTypes?: InputMaybe<Array<LibraryTemplateType>>;
12521
+ name: Scalars['String'];
12522
+ position: Scalars['Int'];
12523
+ };
12435
12524
  type CreateTemplatePackageInput = {
12436
12525
  agencyID: Scalars['ID'];
12437
12526
  name: Scalars['String'];
@@ -12584,6 +12673,8 @@ type CreateVariantInput = {
12584
12673
  isOrigin?: InputMaybe<Scalars['Boolean']>;
12585
12674
  /** Whether this variant is designated as the winner */
12586
12675
  isWinner?: InputMaybe<Scalars['Boolean']>;
12676
+ /** Template to be created for this variant */
12677
+ template?: InputMaybe<CreateVariantTemplateInput>;
12587
12678
  /** Template suffix to use (e.g. templates/product.gp-template-530769618327831059.json) */
12588
12679
  templateSuffix?: InputMaybe<Scalars['String']>;
12589
12680
  /** Type of template to use (e.g. collection, product, article, page, blog) */
@@ -12619,8 +12710,12 @@ type CreateVariantTemplateInput = {
12619
12710
  redirectURL?: InputMaybe<Scalars['String']>;
12620
12711
  /** ID of the theme to use for this template (e.g. gid://shopify/OnlineStoreTheme/134255968339) */
12621
12712
  themeID?: InputMaybe<Scalars['String']>;
12713
+ /** URL of the thumbnail image for this variant */
12714
+ thumbnailURL?: InputMaybe<Scalars['String']>;
12715
+ /** Title of the template for this variant */
12716
+ title?: InputMaybe<Scalars['String']>;
12622
12717
  /** ID of the variant this template belongs to */
12623
- variantID: Scalars['ID'];
12718
+ variantID?: InputMaybe<Scalars['ID']>;
12624
12719
  };
12625
12720
  type CustomCode = {
12626
12721
  body?: Maybe<Scalars['String']>;
@@ -13695,6 +13790,40 @@ type DeviceStats = {
13695
13790
  /** Type of device e.g. desktop, mobile, tablet */
13696
13791
  type?: Maybe<Scalars['String']>;
13697
13792
  };
13793
+ /** Device type classification */
13794
+ type DeviceType =
13795
+ /** Desktop (>= 1024px) */
13796
+ 'DESKTOP'
13797
+ /** Mobile (< 768px) */
13798
+ | 'MOBILE'
13799
+ /** Tablet (768px - 1023px) */
13800
+ | 'TABLET';
13801
+ type DeviceTypeCount = {
13802
+ /** Type of channel e.g. direct, social */
13803
+ channels?: Maybe<Array<Maybe<ChannelStats>>>;
13804
+ /** Click type breakdown */
13805
+ clickTypes: Array<ClickTypeCount>;
13806
+ /** Type of device */
13807
+ deviceType: DeviceType;
13808
+ /** Total number of clicks on the page */
13809
+ totalClicks: Scalars['Int'];
13810
+ /** Total number of page views */
13811
+ totalPageViewed?: Maybe<Scalars['Int']>;
13812
+ /** Total number of page views that had time on page recorded */
13813
+ totalPageViewedHaveTimeOnPage?: Maybe<Scalars['Int']>;
13814
+ /** Total revenue generated from sessions with clicks */
13815
+ totalRevenue?: Maybe<Scalars['Float']>;
13816
+ /** Total number of sessions with clicks */
13817
+ totalSessions: Scalars['Int'];
13818
+ /** Total number of sessions that added to cart */
13819
+ totalSessionsThatCompletedCheckout?: Maybe<Scalars['Int']>;
13820
+ /** Total time spent on page in seconds */
13821
+ totalTimeOnPage?: Maybe<Scalars['Int']>;
13822
+ /** Total number of unique visitors who clicked */
13823
+ totalVisitors: Scalars['Int'];
13824
+ /** Total number of every visitor */
13825
+ visitors?: Maybe<Array<Maybe<HeatmapVisitorStats>>>;
13826
+ };
13698
13827
  type DiscountAllocation = {
13699
13828
  discountedAmount?: Maybe<Scalars['String']>;
13700
13829
  discountedAmountCurrencyCode?: Maybe<Scalars['String']>;
@@ -15773,6 +15902,28 @@ type FontWhereInput = {
15773
15902
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
15774
15903
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
15775
15904
  };
15905
+ type GpPageViewStat = {
15906
+ pageID: Scalars['ID'];
15907
+ totalViews: Scalars['Int'];
15908
+ };
15909
+ type GpPageViewStatConnection = {
15910
+ edges?: Maybe<Array<Maybe<GpPageViewStatEdge>>>;
15911
+ pageInfo: PageInfo;
15912
+ };
15913
+ type GpPageViewStatEdge = {
15914
+ node?: Maybe<GpPageViewStat>;
15915
+ };
15916
+ type GpPageViewStatOrder = {
15917
+ direction: OrderDirection;
15918
+ field?: InputMaybe<GpPageViewStatOrderField>;
15919
+ };
15920
+ type GpPageViewStatOrderField = 'PAGE_ID' | 'TOTAL_VIEWS';
15921
+ type GpPageViewStatWhereInput = {
15922
+ dateGTE?: InputMaybe<Scalars['Time']>;
15923
+ dateLTE?: InputMaybe<Scalars['Time']>;
15924
+ pageIDIn?: InputMaybe<Array<Scalars['ID']>>;
15925
+ shopID: Scalars['ID'];
15926
+ };
15776
15927
  type GemxQlResult = {
15777
15928
  tableData?: Maybe<TableData>;
15778
15929
  };
@@ -16137,6 +16288,202 @@ type GlobalStoreVersionWhereInput = {
16137
16288
  versionNotIn?: InputMaybe<Array<Scalars['String']>>;
16138
16289
  versionNotNil?: InputMaybe<Scalars['Boolean']>;
16139
16290
  };
16291
+ type HeatmapAnalytics = {
16292
+ deviceTypeDistribution: Array<DeviceTypeCount>;
16293
+ };
16294
+ type HeatmapAnalyticsWhereInput = {
16295
+ campaignGroupID?: InputMaybe<Scalars['ID']>;
16296
+ campaignGroupVersionID?: InputMaybe<Scalars['ID']>;
16297
+ /** Filter by campaign details */
16298
+ campaignID?: InputMaybe<Scalars['ID']>;
16299
+ campaignVariantID?: InputMaybe<Scalars['ID']>;
16300
+ campaignVariantType?: InputMaybe<Scalars['String']>;
16301
+ campaignVersionID?: InputMaybe<Scalars['ID']>;
16302
+ /** Click type filter (default: ALL) */
16303
+ clickType?: InputMaybe<HeatmapClickType>;
16304
+ /** Start date for date range filter (format: YYYY-MM-DD) */
16305
+ dateGTE?: InputMaybe<Scalars['Time']>;
16306
+ /** End date for date range filter (format: YYYY-MM-DD) */
16307
+ dateLTE?: InputMaybe<Scalars['Time']>;
16308
+ /** Device types to include (multi-select, optional) */
16309
+ deviceTypes?: InputMaybe<Array<DeviceType>>;
16310
+ journeyMatchType?: InputMaybe<JourneyMatchType>;
16311
+ journeys?: InputMaybe<Array<VisitorJourney>>;
16312
+ /** Location path to filter by (required) */
16313
+ locationPath: Scalars['String'];
16314
+ mode: AnalyticMode;
16315
+ /** Filter by whether the session included an add to cart event */
16316
+ purchase?: InputMaybe<Scalars['String']>;
16317
+ /** Referrer URL to filter by (partial match, optional) */
16318
+ referrer?: InputMaybe<Scalars['String']>;
16319
+ /** Filter by min max revenue value in session */
16320
+ revenueValue?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16321
+ /** Filter by min max time on page in seconds */
16322
+ timeOnPage?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16323
+ /** Traffic sources to filter by (multi-select, optional) */
16324
+ trafficSource?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16325
+ /** Visitor types to include (multi-select, optional) */
16326
+ visitorTypes?: InputMaybe<Array<VisitorType>>;
16327
+ };
16328
+ type HeatmapClickType =
16329
+ /** Return all clicks (default) */
16330
+ 'ALL'
16331
+ /** Clicks with no effect (no navigation, no state change) */
16332
+ | 'DEAD'
16333
+ /** Clicks followed by JavaScript errors */
16334
+ | 'ERROR'
16335
+ /** The first click of the session */
16336
+ | 'FIRST'
16337
+ /** The last click of the session */
16338
+ | 'LAST'
16339
+ /** Rapid clicks in a small area, indicating user frustration */
16340
+ | 'RAGE'
16341
+ /** Normal click with no special behavior (fallback type) */
16342
+ | 'STANDARD';
16343
+ /** Input filter for heatmap click queries */
16344
+ type HeatmapClicksWhereInput = {
16345
+ campaignGroupID?: InputMaybe<Scalars['ID']>;
16346
+ campaignGroupVersionID?: InputMaybe<Scalars['ID']>;
16347
+ /** Filter by campaign details */
16348
+ campaignID?: InputMaybe<Scalars['ID']>;
16349
+ campaignVariantID?: InputMaybe<Scalars['ID']>;
16350
+ campaignVariantType?: InputMaybe<Scalars['String']>;
16351
+ campaignVersionID?: InputMaybe<Scalars['ID']>;
16352
+ /** Click type filter (default: ALL) */
16353
+ clickType?: InputMaybe<HeatmapClickType>;
16354
+ /** Start date for date range filter (format: YYYY-MM-DD) */
16355
+ dateGTE?: InputMaybe<Scalars['Time']>;
16356
+ /** End date for date range filter (format: YYYY-MM-DD) */
16357
+ dateLTE?: InputMaybe<Scalars['Time']>;
16358
+ /** Device types to include (multi-select, optional) */
16359
+ deviceTypes?: InputMaybe<Array<DeviceType>>;
16360
+ journeyMatchType?: InputMaybe<JourneyMatchType>;
16361
+ journeys?: InputMaybe<Array<VisitorJourney>>;
16362
+ /** Location path to filter by (required) */
16363
+ locationPath: Scalars['String'];
16364
+ mode: AnalyticMode;
16365
+ /** Filter by whether the session included an add to cart event */
16366
+ purchase?: InputMaybe<Scalars['String']>;
16367
+ /** Referrer URL to filter by (partial match, optional) */
16368
+ referrer?: InputMaybe<Scalars['String']>;
16369
+ /** Filter by min max revenue value in session */
16370
+ revenueValue?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16371
+ /** Filter by min max time on page in seconds */
16372
+ timeOnPage?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16373
+ /** Traffic sources to filter by (multi-select, optional) */
16374
+ trafficSource?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16375
+ /** Visitor types to include (multi-select, optional) */
16376
+ visitorTypes?: InputMaybe<Array<VisitorType>>;
16377
+ };
16378
+ /**
16379
+ * HeatmapLogWhereInput is used for filtering HeatmapLog objects.
16380
+ * Input was generated by ent.
16381
+ */
16382
+ type HeatmapLogWhereInput = {
16383
+ and?: InputMaybe<Array<HeatmapLogWhereInput>>;
16384
+ /** created_at field predicates */
16385
+ createdAt?: InputMaybe<Scalars['Time']>;
16386
+ createdAtGT?: InputMaybe<Scalars['Time']>;
16387
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
16388
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
16389
+ createdAtLT?: InputMaybe<Scalars['Time']>;
16390
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
16391
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
16392
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
16393
+ /** file_size field predicates */
16394
+ fileSize?: InputMaybe<Scalars['Int']>;
16395
+ fileSizeGT?: InputMaybe<Scalars['Int']>;
16396
+ fileSizeGTE?: InputMaybe<Scalars['Int']>;
16397
+ fileSizeIn?: InputMaybe<Array<Scalars['Int']>>;
16398
+ fileSizeLT?: InputMaybe<Scalars['Int']>;
16399
+ fileSizeLTE?: InputMaybe<Scalars['Int']>;
16400
+ fileSizeNEQ?: InputMaybe<Scalars['Int']>;
16401
+ fileSizeNotIn?: InputMaybe<Array<Scalars['Int']>>;
16402
+ /** id field predicates */
16403
+ id?: InputMaybe<Scalars['ID']>;
16404
+ idGT?: InputMaybe<Scalars['ID']>;
16405
+ idGTE?: InputMaybe<Scalars['ID']>;
16406
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
16407
+ idLT?: InputMaybe<Scalars['ID']>;
16408
+ idLTE?: InputMaybe<Scalars['ID']>;
16409
+ idNEQ?: InputMaybe<Scalars['ID']>;
16410
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
16411
+ not?: InputMaybe<HeatmapLogWhereInput>;
16412
+ or?: InputMaybe<Array<HeatmapLogWhereInput>>;
16413
+ /** s3_key field predicates */
16414
+ s3Key?: InputMaybe<Scalars['String']>;
16415
+ s3KeyContains?: InputMaybe<Scalars['String']>;
16416
+ s3KeyContainsFold?: InputMaybe<Scalars['String']>;
16417
+ s3KeyEqualFold?: InputMaybe<Scalars['String']>;
16418
+ s3KeyGT?: InputMaybe<Scalars['String']>;
16419
+ s3KeyGTE?: InputMaybe<Scalars['String']>;
16420
+ s3KeyHasPrefix?: InputMaybe<Scalars['String']>;
16421
+ s3KeyHasSuffix?: InputMaybe<Scalars['String']>;
16422
+ s3KeyIn?: InputMaybe<Array<Scalars['String']>>;
16423
+ s3KeyLT?: InputMaybe<Scalars['String']>;
16424
+ s3KeyLTE?: InputMaybe<Scalars['String']>;
16425
+ s3KeyNEQ?: InputMaybe<Scalars['String']>;
16426
+ s3KeyNotIn?: InputMaybe<Array<Scalars['String']>>;
16427
+ /** updated_at field predicates */
16428
+ updatedAt?: InputMaybe<Scalars['Time']>;
16429
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
16430
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
16431
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
16432
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
16433
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
16434
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
16435
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
16436
+ };
16437
+ type HeatmapScrollData = {
16438
+ averageFold: Scalars['Float'];
16439
+ avgScrollDepth: Scalars['Float'];
16440
+ rows: Array<HeatmapScrollRow>;
16441
+ totalOrders?: Maybe<Scalars['Int']>;
16442
+ totalRevenue?: Maybe<Scalars['Float']>;
16443
+ totalSessions: Scalars['Int'];
16444
+ };
16445
+ type HeatmapScrollRow = {
16446
+ avgDwellTimeMs?: Maybe<Scalars['Float']>;
16447
+ dropOffPercent: Scalars['Float'];
16448
+ dwellTimeMs?: Maybe<Scalars['Int']>;
16449
+ orders?: Maybe<Scalars['Int']>;
16450
+ percUsers: Scalars['Float'];
16451
+ revenue?: Maybe<Scalars['Float']>;
16452
+ scrollReachPercent: Scalars['Float'];
16453
+ visitors: Scalars['Int'];
16454
+ };
16455
+ type HeatmapScrollWhereInput = {
16456
+ campaignGroupID?: InputMaybe<Scalars['ID']>;
16457
+ campaignGroupVersionID?: InputMaybe<Scalars['ID']>;
16458
+ /** Filter by campaign details */
16459
+ campaignID?: InputMaybe<Scalars['ID']>;
16460
+ campaignVariantID?: InputMaybe<Scalars['ID']>;
16461
+ campaignVariantType?: InputMaybe<Scalars['String']>;
16462
+ campaignVersionID?: InputMaybe<Scalars['ID']>;
16463
+ /** Start date for date range filter (format: YYYY-MM-DD) */
16464
+ dateGTE?: InputMaybe<Scalars['Time']>;
16465
+ /** End date for date range filter (format: YYYY-MM-DD) */
16466
+ dateLTE?: InputMaybe<Scalars['Time']>;
16467
+ /** Device types to include (multi-select, optional) */
16468
+ deviceTypes?: InputMaybe<Array<DeviceType>>;
16469
+ journeyMatchType?: InputMaybe<JourneyMatchType>;
16470
+ journeys?: InputMaybe<Array<VisitorJourney>>;
16471
+ /** Location path to filter by (required) */
16472
+ locationPath: Scalars['String'];
16473
+ mode: AnalyticMode;
16474
+ /** Scroll visualization type */
16475
+ scrollType?: InputMaybe<ScrollType>;
16476
+ /** Traffic sources to filter by (multi-select, optional) */
16477
+ trafficSource?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
16478
+ /** Visitor types to include (multi-select, optional) */
16479
+ visitorTypes?: InputMaybe<Array<VisitorType>>;
16480
+ };
16481
+ type HeatmapVisitorStats = {
16482
+ /** Total count of visitor */
16483
+ totalCount: Scalars['Int'];
16484
+ /** Type of visitor e.g. new, returning */
16485
+ type?: Maybe<VisitorType>;
16486
+ };
16140
16487
  type Icon = {
16141
16488
  createdAt?: Maybe<Scalars['Time']>;
16142
16489
  createdBy?: Maybe<Scalars['ID']>;
@@ -16303,6 +16650,11 @@ type JsonFilter = {
16303
16650
  */
16304
16651
  ValueIn?: InputMaybe<Array<Scalars['Any']>>;
16305
16652
  };
16653
+ type JourneyMatchType =
16654
+ /** Journey only needs to contain the specified level and location path */
16655
+ 'CONTAINS'
16656
+ /** Journey must exactly match the specified level and location path */
16657
+ | 'EXACT';
16306
16658
  type Level = 'DEBUG' | 'ERROR' | 'INFO' | 'PANIC' | 'WARNING';
16307
16659
  type LibraryBadge = {
16308
16660
  createdAt?: Maybe<Scalars['Time']>;
@@ -17842,6 +18194,21 @@ type MakeSaleFunnelCampaignWinnerInput = {
17842
18194
  offerID: Scalars['ID'];
17843
18195
  saleFunnelID: Scalars['ID'];
17844
18196
  };
18197
+ type MakeWinnerInput = {
18198
+ campaignID: Scalars['ID'];
18199
+ targetObject?: InputMaybe<MakeWinnerTargetObject>;
18200
+ variants: Array<InputMaybe<MakeWinnerVariant>>;
18201
+ };
18202
+ type MakeWinnerTargetObject = {
18203
+ baseIDs?: InputMaybe<Array<Scalars['String']>>;
18204
+ makeDefault?: InputMaybe<Scalars['Boolean']>;
18205
+ };
18206
+ type MakeWinnerVariant = {
18207
+ isDefaultTemplate?: InputMaybe<Scalars['Boolean']>;
18208
+ isWinner: Scalars['Boolean'];
18209
+ templateSource: TemplateSource;
18210
+ variantID: Scalars['ID'];
18211
+ };
17845
18212
  type Media = {
17846
18213
  alt?: Maybe<Scalars['String']>;
17847
18214
  baseID: Scalars['String'];
@@ -18558,6 +18925,8 @@ type Mutation = {
18558
18925
  libraryTemplateTagDelete: Scalars['Boolean'];
18559
18926
  libraryTemplateUpdate?: Maybe<LibraryTemplate>;
18560
18927
  makeStyleGlobal: ThemeStyle;
18928
+ /** Mark variant as the winner of its campaign */
18929
+ makeWinner: Scalars['Boolean'];
18561
18930
  offerCheapestProductConditionCreate?: Maybe<OfferDynamicTriggerCondition>;
18562
18931
  offerDynamicDiscountCreateOrUpdate?: Maybe<OfferDynamicDiscount>;
18563
18932
  offerDynamicDiscountDelete: Scalars['Boolean'];
@@ -18598,6 +18967,7 @@ type Mutation = {
18598
18967
  platformOriginalTemplateReset: Scalars['Boolean'];
18599
18968
  platformOriginalTemplateSync?: Maybe<PlatformOriginalTemplate>;
18600
18969
  platformOriginalTemplateUpsert?: Maybe<PlatformOriginalTemplate>;
18970
+ platformThemeFileDelete: Scalars['Boolean'];
18601
18971
  productCollectionConditionCreate?: Maybe<DynamicTriggerCondition>;
18602
18972
  productCollectionConditionUpdate?: Maybe<DynamicTriggerCondition>;
18603
18973
  productDiscountActivate?: Maybe<ProductDiscount>;
@@ -18718,6 +19088,27 @@ type Mutation = {
18718
19088
  salePageProductCreate?: Maybe<SalePageProduct>;
18719
19089
  salePageProductDelete: Scalars['Boolean'];
18720
19090
  salePageProductUpdate?: Maybe<SalePageProduct>;
19091
+ /**
19092
+ * Cancel a scheduled publish.
19093
+ * Only SCHEDULED status jobs can be canceled.
19094
+ */
19095
+ scheduledPublishCancel?: Maybe<ScheduledPublish>;
19096
+ /**
19097
+ * Create a new scheduled publish for a theme page or theme section.
19098
+ * The content will be automatically published at the specified scheduledAt time.
19099
+ */
19100
+ scheduledPublishCreate?: Maybe<ScheduledPublish>;
19101
+ /**
19102
+ * Force start a scheduled publish immediately, bypassing the scheduled time.
19103
+ * This triggers the publish process asynchronously.
19104
+ */
19105
+ scheduledPublishForceStart: Scalars['Boolean'];
19106
+ /**
19107
+ * Update an existing scheduled publish.
19108
+ * Only name and scheduledAt can be modified.
19109
+ * Only SCHEDULED status jobs can be updated.
19110
+ */
19111
+ scheduledPublishUpdate?: Maybe<ScheduledPublish>;
18721
19112
  sectionCategoryAddSections: Scalars['Boolean'];
18722
19113
  sectionCategoryCreateBulk?: Maybe<Array<Maybe<SectionCategory>>>;
18723
19114
  sectionCategoryDeleteBulk: Scalars['Boolean'];
@@ -19275,6 +19666,9 @@ type MutationLibraryTemplateUpdateArgs = {
19275
19666
  type MutationMakeStyleGlobalArgs = {
19276
19667
  id: Scalars['ID'];
19277
19668
  };
19669
+ type MutationMakeWinnerArgs = {
19670
+ input: MakeWinnerInput;
19671
+ };
19278
19672
  type MutationOfferCheapestProductConditionCreateArgs = {
19279
19673
  input: CreateOfferCheapestProductConditionInput;
19280
19674
  };
@@ -19411,6 +19805,10 @@ type MutationPlatformOriginalTemplateUpsertArgs = {
19411
19805
  input: CreatePlatformOriginalTemplateInput;
19412
19806
  themePageID: Scalars['ID'];
19413
19807
  };
19808
+ type MutationPlatformThemeFileDeleteArgs = {
19809
+ filenames: Array<Scalars['String']>;
19810
+ platform: Platform;
19811
+ };
19414
19812
  type MutationProductCollectionConditionCreateArgs = {
19415
19813
  input: CreateProductCollectionConditionInput;
19416
19814
  };
@@ -19592,6 +19990,19 @@ type MutationSalePageProductUpdateArgs = {
19592
19990
  id: Scalars['ID'];
19593
19991
  input: UpdateSalePageProductInput;
19594
19992
  };
19993
+ type MutationScheduledPublishCancelArgs = {
19994
+ id: Scalars['ID'];
19995
+ };
19996
+ type MutationScheduledPublishCreateArgs = {
19997
+ input: CreateScheduledPublishInput;
19998
+ };
19999
+ type MutationScheduledPublishForceStartArgs = {
20000
+ id: Scalars['ID'];
20001
+ };
20002
+ type MutationScheduledPublishUpdateArgs = {
20003
+ id: Scalars['ID'];
20004
+ input: UpdateScheduledPublishInput;
20005
+ };
19595
20006
  type MutationSectionCategoryAddSectionsArgs = {
19596
20007
  categoryIDs: Array<Scalars['ID']>;
19597
20008
  sectionIDs: Array<Scalars['ID']>;
@@ -19800,7 +20211,7 @@ type MutationTemplateCategoryAddTemplatesArgs = {
19800
20211
  templateIDs?: InputMaybe<Array<Scalars['ID']>>;
19801
20212
  };
19802
20213
  type MutationTemplateCategoryCreateBulkArgs = {
19803
- input?: InputMaybe<Array<TemplateCategoriesInputCreate>>;
20214
+ input: Array<CreateBulkTemplateCategoryInput>;
19804
20215
  };
19805
20216
  type MutationTemplateCategoryDeleteBulkArgs = {
19806
20217
  ids?: InputMaybe<Array<Scalars['ID']>>;
@@ -19810,7 +20221,7 @@ type MutationTemplateCategoryRemoveTemplatesArgs = {
19810
20221
  templateIDs?: InputMaybe<Array<Scalars['ID']>>;
19811
20222
  };
19812
20223
  type MutationTemplateCategoryUpdateBulkArgs = {
19813
- input?: InputMaybe<Array<TemplateCategoryInputUpdate>>;
20224
+ input: Array<UpdateBulkTemplateCategoryInput>;
19814
20225
  };
19815
20226
  type MutationTemplatePackageCreateArgs = {
19816
20227
  input: CreateTemplatePackageInput;
@@ -20926,6 +21337,102 @@ type OfferProductWhereInput = {
20926
21337
  type OfferSpecificProductCondition = {
20927
21338
  products?: Maybe<Array<Scalars['String']>>;
20928
21339
  };
21340
+ type OnlineStoreTag = {
21341
+ createdAt?: Maybe<Scalars['Time']>;
21342
+ id: Scalars['ID'];
21343
+ name: Scalars['String'];
21344
+ type: TagType;
21345
+ updatedAt?: Maybe<Scalars['Time']>;
21346
+ };
21347
+ type OnlineStoreTagConnection = {
21348
+ edges?: Maybe<Array<Maybe<OnlineStoreTagEdge>>>;
21349
+ pageInfo: PageInfo;
21350
+ totalCount: Scalars['Int'];
21351
+ };
21352
+ type OnlineStoreTagEdge = {
21353
+ cursor: Scalars['Cursor'];
21354
+ node?: Maybe<OnlineStoreTag>;
21355
+ };
21356
+ type OnlineStoreTagOrder = {
21357
+ direction: OrderDirection;
21358
+ field?: InputMaybe<OnlineStoreTagOrderField>;
21359
+ };
21360
+ type OnlineStoreTagOrderField = 'CREATED_AT' | 'NAME' | 'UPDATED_AT';
21361
+ /**
21362
+ * OnlineStoreTagWhereInput is used for filtering Tag objects.
21363
+ * Input was generated by ent.
21364
+ */
21365
+ type OnlineStoreTagWhereInput = {
21366
+ and?: InputMaybe<Array<OnlineStoreTagWhereInput>>;
21367
+ /** created_at field predicates */
21368
+ createdAt?: InputMaybe<Scalars['Time']>;
21369
+ createdAtGT?: InputMaybe<Scalars['Time']>;
21370
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
21371
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
21372
+ createdAtLT?: InputMaybe<Scalars['Time']>;
21373
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
21374
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
21375
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
21376
+ /** deleted_at field predicates */
21377
+ deletedAt?: InputMaybe<Scalars['Time']>;
21378
+ deletedAtGT?: InputMaybe<Scalars['Time']>;
21379
+ deletedAtGTE?: InputMaybe<Scalars['Time']>;
21380
+ deletedAtIn?: InputMaybe<Array<Scalars['Time']>>;
21381
+ deletedAtIsNil?: InputMaybe<Scalars['Boolean']>;
21382
+ deletedAtLT?: InputMaybe<Scalars['Time']>;
21383
+ deletedAtLTE?: InputMaybe<Scalars['Time']>;
21384
+ deletedAtNEQ?: InputMaybe<Scalars['Time']>;
21385
+ deletedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
21386
+ deletedAtNotNil?: InputMaybe<Scalars['Boolean']>;
21387
+ /** article_tags edge predicates */
21388
+ hasArticleTags?: InputMaybe<Scalars['Boolean']>;
21389
+ hasArticleTagsWith?: InputMaybe<Array<ArticleTagWhereInput>>;
21390
+ /** collection_tags edge predicates */
21391
+ hasCollectionTags?: InputMaybe<Scalars['Boolean']>;
21392
+ hasCollectionTagsWith?: InputMaybe<Array<CollectionTagWhereInput>>;
21393
+ /** product_tags edge predicates */
21394
+ hasProductTags?: InputMaybe<Scalars['Boolean']>;
21395
+ hasProductTagsWith?: InputMaybe<Array<ProductTagWhereInput>>;
21396
+ /** id field predicates */
21397
+ id?: InputMaybe<Scalars['ID']>;
21398
+ idGT?: InputMaybe<Scalars['ID']>;
21399
+ idGTE?: InputMaybe<Scalars['ID']>;
21400
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
21401
+ idLT?: InputMaybe<Scalars['ID']>;
21402
+ idLTE?: InputMaybe<Scalars['ID']>;
21403
+ idNEQ?: InputMaybe<Scalars['ID']>;
21404
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
21405
+ /** name field predicates */
21406
+ name?: InputMaybe<Scalars['String']>;
21407
+ nameContains?: InputMaybe<Scalars['String']>;
21408
+ nameContainsFold?: InputMaybe<Scalars['String']>;
21409
+ nameEqualFold?: InputMaybe<Scalars['String']>;
21410
+ nameGT?: InputMaybe<Scalars['String']>;
21411
+ nameGTE?: InputMaybe<Scalars['String']>;
21412
+ nameHasPrefix?: InputMaybe<Scalars['String']>;
21413
+ nameHasSuffix?: InputMaybe<Scalars['String']>;
21414
+ nameIn?: InputMaybe<Array<Scalars['String']>>;
21415
+ nameLT?: InputMaybe<Scalars['String']>;
21416
+ nameLTE?: InputMaybe<Scalars['String']>;
21417
+ nameNEQ?: InputMaybe<Scalars['String']>;
21418
+ nameNotIn?: InputMaybe<Array<Scalars['String']>>;
21419
+ not?: InputMaybe<OnlineStoreTagWhereInput>;
21420
+ or?: InputMaybe<Array<OnlineStoreTagWhereInput>>;
21421
+ /** type field predicates */
21422
+ type?: InputMaybe<TagType>;
21423
+ typeIn?: InputMaybe<Array<TagType>>;
21424
+ typeNEQ?: InputMaybe<TagType>;
21425
+ typeNotIn?: InputMaybe<Array<TagType>>;
21426
+ /** updated_at field predicates */
21427
+ updatedAt?: InputMaybe<Scalars['Time']>;
21428
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
21429
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
21430
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
21431
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
21432
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
21433
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
21434
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
21435
+ };
20929
21436
  type OrderDirection =
20930
21437
  /** Ascending order */
20931
21438
  'ASC'
@@ -22136,6 +22643,147 @@ type PageSectionWhereInput = {
22136
22643
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
22137
22644
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
22138
22645
  };
22646
+ /**
22647
+ * PageSnapshotWhereInput is used for filtering PageSnapshot objects.
22648
+ * Input was generated by ent.
22649
+ */
22650
+ type PageSnapshotWhereInput = {
22651
+ and?: InputMaybe<Array<PageSnapshotWhereInput>>;
22652
+ /** campaign_variant_id field predicates */
22653
+ campaignVariantID?: InputMaybe<Scalars['ID']>;
22654
+ campaignVariantIDGT?: InputMaybe<Scalars['ID']>;
22655
+ campaignVariantIDGTE?: InputMaybe<Scalars['ID']>;
22656
+ campaignVariantIDIn?: InputMaybe<Array<Scalars['ID']>>;
22657
+ campaignVariantIDIsNil?: InputMaybe<Scalars['Boolean']>;
22658
+ campaignVariantIDLT?: InputMaybe<Scalars['ID']>;
22659
+ campaignVariantIDLTE?: InputMaybe<Scalars['ID']>;
22660
+ campaignVariantIDNEQ?: InputMaybe<Scalars['ID']>;
22661
+ campaignVariantIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
22662
+ campaignVariantIDNotNil?: InputMaybe<Scalars['Boolean']>;
22663
+ /** created_at field predicates */
22664
+ createdAt?: InputMaybe<Scalars['Time']>;
22665
+ createdAtGT?: InputMaybe<Scalars['Time']>;
22666
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
22667
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
22668
+ createdAtLT?: InputMaybe<Scalars['Time']>;
22669
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
22670
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
22671
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
22672
+ /** device_type field predicates */
22673
+ deviceType?: InputMaybe<Scalars['String']>;
22674
+ deviceTypeContains?: InputMaybe<Scalars['String']>;
22675
+ deviceTypeContainsFold?: InputMaybe<Scalars['String']>;
22676
+ deviceTypeEqualFold?: InputMaybe<Scalars['String']>;
22677
+ deviceTypeGT?: InputMaybe<Scalars['String']>;
22678
+ deviceTypeGTE?: InputMaybe<Scalars['String']>;
22679
+ deviceTypeHasPrefix?: InputMaybe<Scalars['String']>;
22680
+ deviceTypeHasSuffix?: InputMaybe<Scalars['String']>;
22681
+ deviceTypeIn?: InputMaybe<Array<Scalars['String']>>;
22682
+ deviceTypeIsNil?: InputMaybe<Scalars['Boolean']>;
22683
+ deviceTypeLT?: InputMaybe<Scalars['String']>;
22684
+ deviceTypeLTE?: InputMaybe<Scalars['String']>;
22685
+ deviceTypeNEQ?: InputMaybe<Scalars['String']>;
22686
+ deviceTypeNotIn?: InputMaybe<Array<Scalars['String']>>;
22687
+ deviceTypeNotNil?: InputMaybe<Scalars['Boolean']>;
22688
+ /** hash field predicates */
22689
+ hash?: InputMaybe<Scalars['String']>;
22690
+ hashContains?: InputMaybe<Scalars['String']>;
22691
+ hashContainsFold?: InputMaybe<Scalars['String']>;
22692
+ hashEqualFold?: InputMaybe<Scalars['String']>;
22693
+ hashGT?: InputMaybe<Scalars['String']>;
22694
+ hashGTE?: InputMaybe<Scalars['String']>;
22695
+ hashHasPrefix?: InputMaybe<Scalars['String']>;
22696
+ hashHasSuffix?: InputMaybe<Scalars['String']>;
22697
+ hashIn?: InputMaybe<Array<Scalars['String']>>;
22698
+ hashLT?: InputMaybe<Scalars['String']>;
22699
+ hashLTE?: InputMaybe<Scalars['String']>;
22700
+ hashNEQ?: InputMaybe<Scalars['String']>;
22701
+ hashNotIn?: InputMaybe<Array<Scalars['String']>>;
22702
+ /** id field predicates */
22703
+ id?: InputMaybe<Scalars['ID']>;
22704
+ idGT?: InputMaybe<Scalars['ID']>;
22705
+ idGTE?: InputMaybe<Scalars['ID']>;
22706
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
22707
+ idLT?: InputMaybe<Scalars['ID']>;
22708
+ idLTE?: InputMaybe<Scalars['ID']>;
22709
+ idNEQ?: InputMaybe<Scalars['ID']>;
22710
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
22711
+ not?: InputMaybe<PageSnapshotWhereInput>;
22712
+ or?: InputMaybe<Array<PageSnapshotWhereInput>>;
22713
+ /** page_view_id field predicates */
22714
+ pageViewID?: InputMaybe<Scalars['String']>;
22715
+ pageViewIDContains?: InputMaybe<Scalars['String']>;
22716
+ pageViewIDContainsFold?: InputMaybe<Scalars['String']>;
22717
+ pageViewIDEqualFold?: InputMaybe<Scalars['String']>;
22718
+ pageViewIDGT?: InputMaybe<Scalars['String']>;
22719
+ pageViewIDGTE?: InputMaybe<Scalars['String']>;
22720
+ pageViewIDHasPrefix?: InputMaybe<Scalars['String']>;
22721
+ pageViewIDHasSuffix?: InputMaybe<Scalars['String']>;
22722
+ pageViewIDIn?: InputMaybe<Array<Scalars['String']>>;
22723
+ pageViewIDIsNil?: InputMaybe<Scalars['Boolean']>;
22724
+ pageViewIDLT?: InputMaybe<Scalars['String']>;
22725
+ pageViewIDLTE?: InputMaybe<Scalars['String']>;
22726
+ pageViewIDNEQ?: InputMaybe<Scalars['String']>;
22727
+ pageViewIDNotIn?: InputMaybe<Array<Scalars['String']>>;
22728
+ pageViewIDNotNil?: InputMaybe<Scalars['Boolean']>;
22729
+ /** s3_key field predicates */
22730
+ s3Key?: InputMaybe<Scalars['String']>;
22731
+ s3KeyContains?: InputMaybe<Scalars['String']>;
22732
+ s3KeyContainsFold?: InputMaybe<Scalars['String']>;
22733
+ s3KeyEqualFold?: InputMaybe<Scalars['String']>;
22734
+ s3KeyGT?: InputMaybe<Scalars['String']>;
22735
+ s3KeyGTE?: InputMaybe<Scalars['String']>;
22736
+ s3KeyHasPrefix?: InputMaybe<Scalars['String']>;
22737
+ s3KeyHasSuffix?: InputMaybe<Scalars['String']>;
22738
+ s3KeyIn?: InputMaybe<Array<Scalars['String']>>;
22739
+ s3KeyLT?: InputMaybe<Scalars['String']>;
22740
+ s3KeyLTE?: InputMaybe<Scalars['String']>;
22741
+ s3KeyNEQ?: InputMaybe<Scalars['String']>;
22742
+ s3KeyNotIn?: InputMaybe<Array<Scalars['String']>>;
22743
+ /** shop_id field predicates */
22744
+ shopID?: InputMaybe<Scalars['ID']>;
22745
+ shopIDGT?: InputMaybe<Scalars['ID']>;
22746
+ shopIDGTE?: InputMaybe<Scalars['ID']>;
22747
+ shopIDIn?: InputMaybe<Array<Scalars['ID']>>;
22748
+ shopIDIsNil?: InputMaybe<Scalars['Boolean']>;
22749
+ shopIDLT?: InputMaybe<Scalars['ID']>;
22750
+ shopIDLTE?: InputMaybe<Scalars['ID']>;
22751
+ shopIDNEQ?: InputMaybe<Scalars['ID']>;
22752
+ shopIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
22753
+ shopIDNotNil?: InputMaybe<Scalars['Boolean']>;
22754
+ /** size field predicates */
22755
+ size?: InputMaybe<Scalars['Int']>;
22756
+ sizeGT?: InputMaybe<Scalars['Int']>;
22757
+ sizeGTE?: InputMaybe<Scalars['Int']>;
22758
+ sizeIn?: InputMaybe<Array<Scalars['Int']>>;
22759
+ sizeLT?: InputMaybe<Scalars['Int']>;
22760
+ sizeLTE?: InputMaybe<Scalars['Int']>;
22761
+ sizeNEQ?: InputMaybe<Scalars['Int']>;
22762
+ sizeNotIn?: InputMaybe<Array<Scalars['Int']>>;
22763
+ /** updated_at field predicates */
22764
+ updatedAt?: InputMaybe<Scalars['Time']>;
22765
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
22766
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
22767
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
22768
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
22769
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
22770
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
22771
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
22772
+ /** url_path field predicates */
22773
+ urlPath?: InputMaybe<Scalars['String']>;
22774
+ urlPathContains?: InputMaybe<Scalars['String']>;
22775
+ urlPathContainsFold?: InputMaybe<Scalars['String']>;
22776
+ urlPathEqualFold?: InputMaybe<Scalars['String']>;
22777
+ urlPathGT?: InputMaybe<Scalars['String']>;
22778
+ urlPathGTE?: InputMaybe<Scalars['String']>;
22779
+ urlPathHasPrefix?: InputMaybe<Scalars['String']>;
22780
+ urlPathHasSuffix?: InputMaybe<Scalars['String']>;
22781
+ urlPathIn?: InputMaybe<Array<Scalars['String']>>;
22782
+ urlPathLT?: InputMaybe<Scalars['String']>;
22783
+ urlPathLTE?: InputMaybe<Scalars['String']>;
22784
+ urlPathNEQ?: InputMaybe<Scalars['String']>;
22785
+ urlPathNotIn?: InputMaybe<Array<Scalars['String']>>;
22786
+ };
22139
22787
  /**
22140
22788
  * PageWhereInput is used for filtering Page objects.
22141
22789
  * Input was generated by ent.
@@ -22793,6 +23441,27 @@ type PlatformPageSectionWhereInput = {
22793
23441
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
22794
23442
  };
22795
23443
  type PlatformPageType = 'ARTICLE_PAGE' | 'LANDING_PAGE';
23444
+ type PlatformThemeFile = {
23445
+ /** file name of the theme file */
23446
+ filename: Scalars['String'];
23447
+ /** isUsedByGemPages: indicates whether the theme file is used by any GemPages */
23448
+ isUsedByGemPages: Scalars['Boolean'];
23449
+ /** The size of the theme file in bytes. */
23450
+ size?: Maybe<Scalars['ID']>;
23451
+ /** The date and time when the theme file was last updated. */
23452
+ updatedAt?: Maybe<Scalars['Time']>;
23453
+ };
23454
+ type PlatformThemeFileConnection = {
23455
+ edges?: Maybe<Array<Maybe<PlatformThemeFileEdge>>>;
23456
+ pageInfo?: Maybe<PlatformThemeFilePageInfo>;
23457
+ };
23458
+ type PlatformThemeFileEdge = {
23459
+ node?: Maybe<PlatformThemeFile>;
23460
+ };
23461
+ type PlatformThemeFilePageInfo = {
23462
+ endCursor?: Maybe<Scalars['String']>;
23463
+ hasNextPage: Scalars['Boolean'];
23464
+ };
22796
23465
  /**
22797
23466
  * PrerequisitePriceRuleWhereInput is used for filtering PrerequisitePriceRule objects.
22798
23467
  * Input was generated by ent.
@@ -23330,8 +23999,10 @@ type Product = {
23330
23999
  platformCreatedAt?: Maybe<Scalars['Time']>;
23331
24000
  platformUpdatedAt?: Maybe<Scalars['Time']>;
23332
24001
  publishedAt?: Maybe<Scalars['Time']>;
24002
+ requiresSellingPlan?: Maybe<Scalars['Boolean']>;
23333
24003
  reviewCount?: Maybe<Scalars['Int']>;
23334
24004
  sellingPlanGroupCount?: Maybe<Scalars['Int']>;
24005
+ sellingPlanGroups?: Maybe<Array<Maybe<SellingPlanGroup>>>;
23335
24006
  sku?: Maybe<Scalars['String']>;
23336
24007
  status?: Maybe<Scalars['String']>;
23337
24008
  tags: Array<Scalars['String']>;
@@ -24001,7 +24672,7 @@ type ProductTagWhereInput = {
24001
24672
  hasProductWith?: InputMaybe<Array<ProductWhereInput>>;
24002
24673
  /** tags edge predicates */
24003
24674
  hasTags?: InputMaybe<Scalars['Boolean']>;
24004
- hasTagsWith?: InputMaybe<Array<TagWhereInput>>;
24675
+ hasTagsWith?: InputMaybe<Array<OnlineStoreTagWhereInput>>;
24005
24676
  /** id field predicates */
24006
24677
  id?: InputMaybe<Scalars['ID']>;
24007
24678
  idGT?: InputMaybe<Scalars['ID']>;
@@ -24051,6 +24722,7 @@ type ProductVariant = {
24051
24722
  product?: Maybe<Product>;
24052
24723
  salePrice?: Maybe<Scalars['Decimal']>;
24053
24724
  selectedOptions: Array<SelectedOption>;
24725
+ sellingPlanGroups?: Maybe<Array<Maybe<SellingPlanGroup>>>;
24054
24726
  sku?: Maybe<Scalars['String']>;
24055
24727
  soldIndividually?: Maybe<Scalars['Boolean']>;
24056
24728
  title?: Maybe<Scalars['String']>;
@@ -24162,6 +24834,9 @@ type ProductVariantWhereInput = {
24162
24834
  /** product edge predicates */
24163
24835
  hasProduct?: InputMaybe<Scalars['Boolean']>;
24164
24836
  hasProductWith?: InputMaybe<Array<ProductWhereInput>>;
24837
+ /** selling_plan_groups edge predicates */
24838
+ hasSellingPlanGroups?: InputMaybe<Scalars['Boolean']>;
24839
+ hasSellingPlanGroupsWith?: InputMaybe<Array<SellingPlanGroupWhereInput>>;
24165
24840
  /** height field predicates */
24166
24841
  height?: InputMaybe<Scalars['Float']>;
24167
24842
  heightGT?: InputMaybe<Scalars['Float']>;
@@ -24539,6 +25214,9 @@ type ProductWhereInput = {
24539
25214
  /** product_tags edge predicates */
24540
25215
  hasProductTags?: InputMaybe<Scalars['Boolean']>;
24541
25216
  hasProductTagsWith?: InputMaybe<Array<ProductTagWhereInput>>;
25217
+ /** selling_plan_groups edge predicates */
25218
+ hasSellingPlanGroups?: InputMaybe<Scalars['Boolean']>;
25219
+ hasSellingPlanGroupsWith?: InputMaybe<Array<SellingPlanGroupWhereInput>>;
24542
25220
  /** variants edge predicates */
24543
25221
  hasVariants?: InputMaybe<Scalars['Boolean']>;
24544
25222
  hasVariantsWith?: InputMaybe<Array<ProductVariantWhereInput>>;
@@ -24643,6 +25321,9 @@ type ProductWhereInput = {
24643
25321
  publishedAtNEQ?: InputMaybe<Scalars['Time']>;
24644
25322
  publishedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
24645
25323
  publishedAtNotNil?: InputMaybe<Scalars['Boolean']>;
25324
+ /** requires_selling_plan field predicates */
25325
+ requiresSellingPlan?: InputMaybe<Scalars['Boolean']>;
25326
+ requiresSellingPlanNEQ?: InputMaybe<Scalars['Boolean']>;
24646
25327
  /** review_count field predicates */
24647
25328
  reviewCount?: InputMaybe<Scalars['Int']>;
24648
25329
  reviewCountGT?: InputMaybe<Scalars['Int']>;
@@ -26179,6 +26860,7 @@ type PublishedThemePage = {
26179
26860
  pageStyle?: Maybe<PublishedThemeStyle>;
26180
26861
  preloadSections?: Maybe<Array<Scalars['String']>>;
26181
26862
  sectionPosition?: Maybe<Array<Scalars['String']>>;
26863
+ shopID: Scalars['ID'];
26182
26864
  splitPercentage?: Maybe<Scalars['Float']>;
26183
26865
  status?: Maybe<PublishedThemePageStatus>;
26184
26866
  /** @deprecated Use `metafields` instead. */
@@ -26819,6 +27501,43 @@ type Query = {
26819
27501
  activityLogs?: Maybe<ActivityLogConnection>;
26820
27502
  agencies?: Maybe<AgencyConnection>;
26821
27503
  agency?: Maybe<Agency>;
27504
+ /**
27505
+ * agencyBill returns the agency bill for a specific billing period.
27506
+ *
27507
+ * Response behavior:
27508
+ * - If bill exists in DB: returns bill immediately with isCalculating=false
27509
+ * - If bill needs calculation: returns isCalculating=true, data sent via WebSocket
27510
+ * - For future months: returns validation error
27511
+ *
27512
+ * WebSocket topic: getAgencyBill
27513
+ * WebSocket response: { status, bill, errors }
27514
+ *
27515
+ * Example:
27516
+ * ```
27517
+ * query AgencyBill($agencyId: ID!, $periodStartAt: Time!) {
27518
+ * agencyBill(agencyID: $agencyId, periodStartAt: $periodStartAt) {
27519
+ * bill {
27520
+ * id
27521
+ * shopPlatformID
27522
+ * totalAmount
27523
+ * status
27524
+ * periodStartAt
27525
+ * periodEndAt
27526
+ * usageFees {
27527
+ * shopName
27528
+ * calculatedAmount
27529
+ * calculationDetail {
27530
+ * planName
27531
+ * finalAmount
27532
+ * }
27533
+ * }
27534
+ * }
27535
+ * isCalculating
27536
+ * }
27537
+ * }
27538
+ * ```
27539
+ */
27540
+ agencyBill?: Maybe<AgencyBill>;
26822
27541
  /**
26823
27542
  * Query agency client relation.
26824
27543
  * Example:
@@ -26885,6 +27604,11 @@ type Query = {
26885
27604
  /** Retrieve a paginated list of campaigns with optional filtering and ordering */
26886
27605
  campaigns?: Maybe<CampaignConnection>;
26887
27606
  cart?: Maybe<Cart>;
27607
+ /**
27608
+ * Get list of clicked elements with aggregated statistics.
27609
+ * Useful for displaying a table/list of most clicked elements on a page.
27610
+ */
27611
+ clickedElements: Array<ClickedElement>;
26888
27612
  collection?: Maybe<Collection>;
26889
27613
  collections?: Maybe<CollectionConnection>;
26890
27614
  coupons?: Maybe<CouponConnection>;
@@ -26907,7 +27631,20 @@ type Query = {
26907
27631
  globalSettingByKey?: Maybe<GlobalSetting>;
26908
27632
  globalSettings?: Maybe<GlobalSettingConnection>;
26909
27633
  globalStoreVersions?: Maybe<GlobalStoreVersionConnection>;
27634
+ /** Get page view counts grouped by page ID with optional filters and pagination */
27635
+ gpPageViewStats: GpPageViewStatConnection;
26910
27636
  graphqlCacheOperations?: Maybe<Array<Scalars['String']>>;
27637
+ /**
27638
+ * Get aggregated heatmap analytics data.
27639
+ * Useful for generating summary statistics and device type breakdowns.
27640
+ */
27641
+ heatmapAnalytics: HeatmapAnalytics;
27642
+ /**
27643
+ * Retrieve aggregated click heatmap data for a specific shop and location path.
27644
+ * Returns an array of ClickMapPoint, each representing a DOM element with click data.
27645
+ */
27646
+ heatmapClicks: Array<ClickMapPoint>;
27647
+ heatmapScroll?: Maybe<HeatmapScrollData>;
26911
27648
  icons?: Maybe<IconConnection>;
26912
27649
  isDomainMisconfigured: Scalars['Boolean'];
26913
27650
  libraryBadge?: Maybe<LibraryBadge>;
@@ -26937,6 +27674,7 @@ type Query = {
26937
27674
  medias?: Maybe<MediaConnection>;
26938
27675
  metafieldDefinitions?: Maybe<MetafieldDefinitionConnection>;
26939
27676
  metafields?: Maybe<MetafieldConnection>;
27677
+ onlineStoreTags?: Maybe<OnlineStoreTagConnection>;
26940
27678
  orderJourney?: Maybe<OrderJourneyResponse>;
26941
27679
  page?: Maybe<Page>;
26942
27680
  /** List of PageAnalytics by filtering events based on the provided criteria. */
@@ -26953,6 +27691,7 @@ type Query = {
26953
27691
  plansEligible?: Maybe<Array<Plan$1>>;
26954
27692
  platformOriginalTemplate?: Maybe<PlatformOriginalTemplate>;
26955
27693
  platformPages: PlatformPageConnection;
27694
+ platformThemeFiles: PlatformThemeFileConnection;
26956
27695
  /** @deprecated Use previewThemePage instead */
26957
27696
  previewPage?: Maybe<PublishedThemePage>;
26958
27697
  previewThemePage?: Maybe<PreviewThemePage>;
@@ -27068,6 +27807,11 @@ type Query = {
27068
27807
  saleFunnelStats?: Maybe<SaleFunnelStatConnection>;
27069
27808
  saleFunnelTotalStat?: Maybe<SaleFunnelStat>;
27070
27809
  saleFunnels?: Maybe<SaleFunnelConnection>;
27810
+ /**
27811
+ * List scheduled publishes with pagination and filtering.
27812
+ * Results are scoped to the current shop.
27813
+ */
27814
+ scheduledPublishes?: Maybe<ScheduledPublishConnection>;
27071
27815
  sectionCategories?: Maybe<Array<Maybe<SectionCategory>>>;
27072
27816
  seoAudit?: Maybe<Scalars['Boolean']>;
27073
27817
  shopCheckGemPagesHelperExtension: Scalars['Boolean'];
@@ -27155,6 +27899,12 @@ type Query = {
27155
27899
  shopStatConvertLayoutData: StatConvertLayoutData;
27156
27900
  shopifyDefaultTheme: ShopifyTheme;
27157
27901
  shops?: Maybe<ShopConnection>;
27902
+ /**
27903
+ * Get the first few unique DOM snapshots for a specific Campaign Variant.
27904
+ * Used for A/B testing verification to see what DOM variations were captured.
27905
+ * Returns deduplicated snapshots based on content hash.
27906
+ */
27907
+ snapshotsByVariant: Array<SnapshotData>;
27158
27908
  storeProperty?: Maybe<StoreProperty>;
27159
27909
  subscriptionTrialUsages?: Maybe<SubscriptionTrialUsageConnection>;
27160
27910
  subscriptions?: Maybe<SubscriptionConnection>;
@@ -27236,6 +27986,10 @@ type QueryAgenciesArgs = {
27236
27986
  type QueryAgencyArgs = {
27237
27987
  id: Scalars['ID'];
27238
27988
  };
27989
+ type QueryAgencyBillArgs = {
27990
+ agencyID: Scalars['ID'];
27991
+ periodStartAt: Scalars['Time'];
27992
+ };
27239
27993
  type QueryAgencyClientRelArgs = {
27240
27994
  id: Scalars['ID'];
27241
27995
  };
@@ -27331,6 +28085,9 @@ type QueryCartArgs = {
27331
28085
  baseID: Scalars['String'];
27332
28086
  platform: CartPlatform;
27333
28087
  };
28088
+ type QueryClickedElementsArgs = {
28089
+ where: HeatmapClicksWhereInput;
28090
+ };
27334
28091
  type QueryCollectionArgs = {
27335
28092
  handle?: InputMaybe<Scalars['String']>;
27336
28093
  id?: InputMaybe<Scalars['ID']>;
@@ -27450,6 +28207,21 @@ type QueryGlobalStoreVersionsArgs = {
27450
28207
  orderBy?: InputMaybe<GlobalStoreVersionOrder>;
27451
28208
  where?: InputMaybe<GlobalStoreVersionWhereInput>;
27452
28209
  };
28210
+ type QueryGpPageViewStatsArgs = {
28211
+ after?: InputMaybe<Scalars['Cursor']>;
28212
+ first?: InputMaybe<Scalars['Int']>;
28213
+ orderBy?: InputMaybe<GpPageViewStatOrder>;
28214
+ where?: InputMaybe<GpPageViewStatWhereInput>;
28215
+ };
28216
+ type QueryHeatmapAnalyticsArgs = {
28217
+ where: HeatmapAnalyticsWhereInput;
28218
+ };
28219
+ type QueryHeatmapClicksArgs = {
28220
+ where: HeatmapClicksWhereInput;
28221
+ };
28222
+ type QueryHeatmapScrollArgs = {
28223
+ where: HeatmapScrollWhereInput;
28224
+ };
27453
28225
  type QueryIconsArgs = {
27454
28226
  after?: InputMaybe<Scalars['Cursor']>;
27455
28227
  before?: InputMaybe<Scalars['Cursor']>;
@@ -27559,6 +28331,14 @@ type QueryMetafieldsArgs = {
27559
28331
  orderBy?: InputMaybe<MetafieldOrder>;
27560
28332
  where?: InputMaybe<MetafieldWhereInput>;
27561
28333
  };
28334
+ type QueryOnlineStoreTagsArgs = {
28335
+ after?: InputMaybe<Scalars['Cursor']>;
28336
+ before?: InputMaybe<Scalars['Cursor']>;
28337
+ first?: InputMaybe<Scalars['Int']>;
28338
+ last?: InputMaybe<Scalars['Int']>;
28339
+ orderBy?: InputMaybe<OnlineStoreTagOrder>;
28340
+ where?: InputMaybe<OnlineStoreTagWhereInput>;
28341
+ };
27562
28342
  type QueryOrderJourneyArgs = {
27563
28343
  input: OrderJourneyInput;
27564
28344
  };
@@ -27628,6 +28408,11 @@ type QueryPlatformPagesArgs = {
27628
28408
  parameter?: InputMaybe<QueryParameter>;
27629
28409
  platform: Platform;
27630
28410
  };
28411
+ type QueryPlatformThemeFilesArgs = {
28412
+ after?: InputMaybe<Scalars['String']>;
28413
+ first?: InputMaybe<Scalars['Int']>;
28414
+ platform: Platform;
28415
+ };
27631
28416
  type QueryPreviewPageArgs = {
27632
28417
  handleURL?: InputMaybe<Scalars['String']>;
27633
28418
  pageType: PublishedThemePageType;
@@ -27822,6 +28607,14 @@ type QuerySaleFunnelsArgs = {
27822
28607
  orderBy?: InputMaybe<SaleFunnelOrder>;
27823
28608
  where?: InputMaybe<SaleFunnelWhereInput>;
27824
28609
  };
28610
+ type QueryScheduledPublishesArgs = {
28611
+ after?: InputMaybe<Scalars['Cursor']>;
28612
+ before?: InputMaybe<Scalars['Cursor']>;
28613
+ first?: InputMaybe<Scalars['Int']>;
28614
+ last?: InputMaybe<Scalars['Int']>;
28615
+ orderBy?: InputMaybe<ScheduledPublishOrder>;
28616
+ where?: InputMaybe<ScheduledPublishWhereInput>;
28617
+ };
27825
28618
  type QuerySectionCategoriesArgs = {
27826
28619
  where?: InputMaybe<SectionCategoryWhereInput>;
27827
28620
  };
@@ -27967,6 +28760,9 @@ type QueryShopsArgs = {
27967
28760
  orderBy?: InputMaybe<ShopOrder>;
27968
28761
  where?: InputMaybe<ShopWhereInput>;
27969
28762
  };
28763
+ type QuerySnapshotsByVariantArgs = {
28764
+ filter: PageSnapshotWhereInput;
28765
+ };
27970
28766
  type QuerySubscriptionTrialUsagesArgs = {
27971
28767
  after?: InputMaybe<Scalars['Cursor']>;
27972
28768
  before?: InputMaybe<Scalars['Cursor']>;
@@ -29790,6 +30586,453 @@ type SalePageProductWhereInput = {
29790
30586
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
29791
30587
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
29792
30588
  };
30589
+ /**
30590
+ * ScheduledPublish represents a scheduled publish job for a theme page or theme section.
30591
+ * When the scheduled time arrives, the system automatically publishes the associated content.
30592
+ */
30593
+ type ScheduledPublish = {
30594
+ /** Shopify object GIDs to assign template, e.g. ["gid://shopify/Product/123", "gid://shopify/Product/456", ...]. */
30595
+ assignedObjectBaseIDs?: Maybe<Array<Scalars['String']>>;
30596
+ /** The date and time when this schedule was canceled. */
30597
+ canceledAt?: Maybe<Scalars['Time']>;
30598
+ /** The ID of the user who canceled this schedule. */
30599
+ canceledByUserID?: Maybe<Scalars['ID']>;
30600
+ /** The reason why this schedule was canceled. */
30601
+ cancellationReason?: Maybe<ScheduledPublishCancellationReason>;
30602
+ createdAt?: Maybe<Scalars['Time']>;
30603
+ /** Error details if the publish failed (JSON object). */
30604
+ errorDetails?: Maybe<Scalars['Map']>;
30605
+ id: Scalars['ID'];
30606
+ /** Metafields associated with this scheduled publish. */
30607
+ metafields?: Maybe<Array<ScheduledPublishMetafield>>;
30608
+ /** User-defined name for this scheduled publish. */
30609
+ name: Scalars['String'];
30610
+ /** The type of page being scheduled (for theme page schedules). */
30611
+ pageType?: Maybe<ScheduledPublishPageType>;
30612
+ /** Number of retry attempts made for failed publishes. */
30613
+ retryCount: Scalars['Int'];
30614
+ /** The date and time when the publish will be executed. */
30615
+ scheduledAt: Scalars['Time'];
30616
+ /** Current status of the scheduled publish job. */
30617
+ status: ScheduledPublishStatus;
30618
+ /** The theme page associated with this scheduled publish. */
30619
+ themePage?: Maybe<ThemePage>;
30620
+ /** The ID of the theme page to publish (mutually exclusive with themeSectionID). */
30621
+ themePageID?: Maybe<Scalars['ID']>;
30622
+ /** The ID of the theme page version to publish. */
30623
+ themePageVersionID?: Maybe<Scalars['ID']>;
30624
+ /** The theme section associated with this scheduled publish. */
30625
+ themeSection?: Maybe<ThemeSection>;
30626
+ /** The ID of the theme section to publish (mutually exclusive with themePageID). */
30627
+ themeSectionID?: Maybe<Scalars['ID']>;
30628
+ /** The ID of the theme section version to publish. */
30629
+ themeSectionVersionID?: Maybe<Scalars['ID']>;
30630
+ updatedAt?: Maybe<Scalars['Time']>;
30631
+ };
30632
+ type ScheduledPublishCancellationReason =
30633
+ /** DOWNGRADE - Canceled due to plan downgrade. */
30634
+ 'DOWNGRADE'
30635
+ /** PAGE_DELETED - Canceled because the associated page was deleted. */
30636
+ | 'PAGE_DELETED'
30637
+ /** SYSTEM - Canceled by system (e.g., automated cleanup). */
30638
+ | 'SYSTEM'
30639
+ /** UNINSTALL - Canceled due to app uninstall. */
30640
+ | 'UNINSTALL'
30641
+ /** USER - Canceled by user action. */
30642
+ | 'USER';
30643
+ type ScheduledPublishConnection = {
30644
+ edges?: Maybe<Array<ScheduledPublishEdge>>;
30645
+ pageInfo: PageInfo;
30646
+ totalCount: Scalars['Int'];
30647
+ };
30648
+ type ScheduledPublishEdge = {
30649
+ cursor: Scalars['Cursor'];
30650
+ node?: Maybe<ScheduledPublish>;
30651
+ };
30652
+ /** ScheduledPublishMetafield stores metafield values to be created in Shopify when the scheduled publish is executed. */
30653
+ type ScheduledPublishMetafield = {
30654
+ createdAt?: Maybe<Scalars['Time']>;
30655
+ id: Scalars['ID'];
30656
+ /** The key of the metafield in Shopify. */
30657
+ key: Scalars['String'];
30658
+ /** The namespace of the metafield in Shopify. */
30659
+ namespace: Scalars['String'];
30660
+ /** The ID of the parent scheduled publish. */
30661
+ scheduledPublishID: Scalars['ID'];
30662
+ /** The scope of this metafield (SHOP, PRODUCT, COLLECTION, PAGE, ARTICLE). */
30663
+ scope: ScheduledPublishMetafieldScope;
30664
+ updatedAt?: Maybe<Scalars['Time']>;
30665
+ /** The value to set for this metafield. */
30666
+ value: Scalars['String'];
30667
+ /** The type of the metafield value (e.g., 'single_line_text_field'). */
30668
+ valueType: Scalars['String'];
30669
+ };
30670
+ type ScheduledPublishMetafieldScope =
30671
+ /** ARTICLE - Metafield of an article record in Shopify. */
30672
+ 'ARTICLE'
30673
+ /** COLLECTION - Metafield of a collection record in Shopify. */
30674
+ | 'COLLECTION'
30675
+ /** PAGE - Metafield of a page record in Shopify. */
30676
+ | 'PAGE'
30677
+ /** PRODUCT - Metafield of a product record in Shopify. */
30678
+ | 'PRODUCT'
30679
+ /** SHOP - Metafield of a shop record in Shopify. */
30680
+ | 'SHOP';
30681
+ /**
30682
+ * ScheduledPublishMetafieldWhereInput is used for filtering ScheduledPublishMetafield objects.
30683
+ * Input was generated by ent.
30684
+ */
30685
+ type ScheduledPublishMetafieldWhereInput = {
30686
+ and?: InputMaybe<Array<ScheduledPublishMetafieldWhereInput>>;
30687
+ /** created_at field predicates */
30688
+ createdAt?: InputMaybe<Scalars['Time']>;
30689
+ createdAtGT?: InputMaybe<Scalars['Time']>;
30690
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
30691
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
30692
+ createdAtLT?: InputMaybe<Scalars['Time']>;
30693
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
30694
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
30695
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30696
+ /** scheduled_publish edge predicates */
30697
+ hasScheduledPublish?: InputMaybe<Scalars['Boolean']>;
30698
+ hasScheduledPublishWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
30699
+ /** id field predicates */
30700
+ id?: InputMaybe<Scalars['ID']>;
30701
+ idGT?: InputMaybe<Scalars['ID']>;
30702
+ idGTE?: InputMaybe<Scalars['ID']>;
30703
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
30704
+ idLT?: InputMaybe<Scalars['ID']>;
30705
+ idLTE?: InputMaybe<Scalars['ID']>;
30706
+ idNEQ?: InputMaybe<Scalars['ID']>;
30707
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
30708
+ /** key field predicates */
30709
+ key?: InputMaybe<Scalars['String']>;
30710
+ keyContains?: InputMaybe<Scalars['String']>;
30711
+ keyContainsFold?: InputMaybe<Scalars['String']>;
30712
+ keyEqualFold?: InputMaybe<Scalars['String']>;
30713
+ keyGT?: InputMaybe<Scalars['String']>;
30714
+ keyGTE?: InputMaybe<Scalars['String']>;
30715
+ keyHasPrefix?: InputMaybe<Scalars['String']>;
30716
+ keyHasSuffix?: InputMaybe<Scalars['String']>;
30717
+ keyIn?: InputMaybe<Array<Scalars['String']>>;
30718
+ keyLT?: InputMaybe<Scalars['String']>;
30719
+ keyLTE?: InputMaybe<Scalars['String']>;
30720
+ keyNEQ?: InputMaybe<Scalars['String']>;
30721
+ keyNotIn?: InputMaybe<Array<Scalars['String']>>;
30722
+ /** namespace field predicates */
30723
+ namespace?: InputMaybe<Scalars['String']>;
30724
+ namespaceContains?: InputMaybe<Scalars['String']>;
30725
+ namespaceContainsFold?: InputMaybe<Scalars['String']>;
30726
+ namespaceEqualFold?: InputMaybe<Scalars['String']>;
30727
+ namespaceGT?: InputMaybe<Scalars['String']>;
30728
+ namespaceGTE?: InputMaybe<Scalars['String']>;
30729
+ namespaceHasPrefix?: InputMaybe<Scalars['String']>;
30730
+ namespaceHasSuffix?: InputMaybe<Scalars['String']>;
30731
+ namespaceIn?: InputMaybe<Array<Scalars['String']>>;
30732
+ namespaceLT?: InputMaybe<Scalars['String']>;
30733
+ namespaceLTE?: InputMaybe<Scalars['String']>;
30734
+ namespaceNEQ?: InputMaybe<Scalars['String']>;
30735
+ namespaceNotIn?: InputMaybe<Array<Scalars['String']>>;
30736
+ not?: InputMaybe<ScheduledPublishMetafieldWhereInput>;
30737
+ or?: InputMaybe<Array<ScheduledPublishMetafieldWhereInput>>;
30738
+ /** scheduled_publish_id field predicates */
30739
+ scheduledPublishID?: InputMaybe<Scalars['ID']>;
30740
+ scheduledPublishIDIn?: InputMaybe<Array<Scalars['ID']>>;
30741
+ scheduledPublishIDNEQ?: InputMaybe<Scalars['ID']>;
30742
+ scheduledPublishIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
30743
+ /** scope field predicates */
30744
+ scope?: InputMaybe<ScheduledPublishMetafieldScope>;
30745
+ scopeIn?: InputMaybe<Array<ScheduledPublishMetafieldScope>>;
30746
+ scopeNEQ?: InputMaybe<ScheduledPublishMetafieldScope>;
30747
+ scopeNotIn?: InputMaybe<Array<ScheduledPublishMetafieldScope>>;
30748
+ /** updated_at field predicates */
30749
+ updatedAt?: InputMaybe<Scalars['Time']>;
30750
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
30751
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
30752
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
30753
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
30754
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
30755
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
30756
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30757
+ /** value field predicates */
30758
+ value?: InputMaybe<Scalars['String']>;
30759
+ valueContains?: InputMaybe<Scalars['String']>;
30760
+ valueContainsFold?: InputMaybe<Scalars['String']>;
30761
+ valueEqualFold?: InputMaybe<Scalars['String']>;
30762
+ valueGT?: InputMaybe<Scalars['String']>;
30763
+ valueGTE?: InputMaybe<Scalars['String']>;
30764
+ valueHasPrefix?: InputMaybe<Scalars['String']>;
30765
+ valueHasSuffix?: InputMaybe<Scalars['String']>;
30766
+ valueIn?: InputMaybe<Array<Scalars['String']>>;
30767
+ valueLT?: InputMaybe<Scalars['String']>;
30768
+ valueLTE?: InputMaybe<Scalars['String']>;
30769
+ valueNEQ?: InputMaybe<Scalars['String']>;
30770
+ valueNotIn?: InputMaybe<Array<Scalars['String']>>;
30771
+ /** value_type field predicates */
30772
+ valueType?: InputMaybe<Scalars['String']>;
30773
+ valueTypeContains?: InputMaybe<Scalars['String']>;
30774
+ valueTypeContainsFold?: InputMaybe<Scalars['String']>;
30775
+ valueTypeEqualFold?: InputMaybe<Scalars['String']>;
30776
+ valueTypeGT?: InputMaybe<Scalars['String']>;
30777
+ valueTypeGTE?: InputMaybe<Scalars['String']>;
30778
+ valueTypeHasPrefix?: InputMaybe<Scalars['String']>;
30779
+ valueTypeHasSuffix?: InputMaybe<Scalars['String']>;
30780
+ valueTypeIn?: InputMaybe<Array<Scalars['String']>>;
30781
+ valueTypeLT?: InputMaybe<Scalars['String']>;
30782
+ valueTypeLTE?: InputMaybe<Scalars['String']>;
30783
+ valueTypeNEQ?: InputMaybe<Scalars['String']>;
30784
+ valueTypeNotIn?: InputMaybe<Array<Scalars['String']>>;
30785
+ };
30786
+ type ScheduledPublishOrder = {
30787
+ direction: OrderDirection;
30788
+ field?: InputMaybe<ScheduledPublishOrderField>;
30789
+ };
30790
+ type ScheduledPublishOrderField = 'CREATED_AT' | 'NAME' | 'SCHEDULED_AT' | 'STATUS' | 'UPDATED_AT';
30791
+ type ScheduledPublishPageType =
30792
+ /** GP_ARTICLE - GemPages blog article page template. */
30793
+ 'GP_ARTICLE'
30794
+ /** GP_BLOG - GemPages blog page template. */
30795
+ | 'GP_BLOG'
30796
+ /** GP_COLLECTION - GemPages collection page template. */
30797
+ | 'GP_COLLECTION'
30798
+ /** GP_FUNNEL_PAGE - GemPages funnel page. */
30799
+ | 'GP_FUNNEL_PAGE'
30800
+ /** GP_INDEX - GemPages homepage/index page. */
30801
+ | 'GP_INDEX'
30802
+ /** GP_PRE_SALE_PAGE - GemPages pre-sale page. */
30803
+ | 'GP_PRE_SALE_PAGE'
30804
+ /** GP_PRODUCT - GemPages product page template. */
30805
+ | 'GP_PRODUCT'
30806
+ /** GP_STATIC - GemPages static page. */
30807
+ | 'GP_STATIC';
30808
+ type ScheduledPublishStatus =
30809
+ /** CANCELED - The scheduled publish job has been canceled. */
30810
+ 'CANCELED'
30811
+ /** FAILED - The scheduled publish job has failed. */
30812
+ | 'FAILED'
30813
+ /** PUBLISHED - The scheduled publish job has been successfully published. */
30814
+ | 'PUBLISHED'
30815
+ /** PUBLISHING - The scheduled publish job is currently being executed. */
30816
+ | 'PUBLISHING'
30817
+ /** SCHEDULED - The scheduled publish job is scheduled and waiting for execution. */
30818
+ | 'SCHEDULED';
30819
+ /**
30820
+ * ScheduledPublishWhereInput is used for filtering ScheduledPublish objects.
30821
+ * Input was generated by ent.
30822
+ */
30823
+ type ScheduledPublishWhereInput = {
30824
+ and?: InputMaybe<Array<ScheduledPublishWhereInput>>;
30825
+ /** backup_file_key field predicates */
30826
+ backupFileKey?: InputMaybe<Scalars['String']>;
30827
+ backupFileKeyContains?: InputMaybe<Scalars['String']>;
30828
+ backupFileKeyContainsFold?: InputMaybe<Scalars['String']>;
30829
+ backupFileKeyEqualFold?: InputMaybe<Scalars['String']>;
30830
+ backupFileKeyGT?: InputMaybe<Scalars['String']>;
30831
+ backupFileKeyGTE?: InputMaybe<Scalars['String']>;
30832
+ backupFileKeyHasPrefix?: InputMaybe<Scalars['String']>;
30833
+ backupFileKeyHasSuffix?: InputMaybe<Scalars['String']>;
30834
+ backupFileKeyIn?: InputMaybe<Array<Scalars['String']>>;
30835
+ backupFileKeyIsNil?: InputMaybe<Scalars['Boolean']>;
30836
+ backupFileKeyLT?: InputMaybe<Scalars['String']>;
30837
+ backupFileKeyLTE?: InputMaybe<Scalars['String']>;
30838
+ backupFileKeyNEQ?: InputMaybe<Scalars['String']>;
30839
+ backupFileKeyNotIn?: InputMaybe<Array<Scalars['String']>>;
30840
+ backupFileKeyNotNil?: InputMaybe<Scalars['Boolean']>;
30841
+ /** canceled_at field predicates */
30842
+ canceledAt?: InputMaybe<Scalars['Time']>;
30843
+ canceledAtGT?: InputMaybe<Scalars['Time']>;
30844
+ canceledAtGTE?: InputMaybe<Scalars['Time']>;
30845
+ canceledAtIn?: InputMaybe<Array<Scalars['Time']>>;
30846
+ canceledAtIsNil?: InputMaybe<Scalars['Boolean']>;
30847
+ canceledAtLT?: InputMaybe<Scalars['Time']>;
30848
+ canceledAtLTE?: InputMaybe<Scalars['Time']>;
30849
+ canceledAtNEQ?: InputMaybe<Scalars['Time']>;
30850
+ canceledAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30851
+ canceledAtNotNil?: InputMaybe<Scalars['Boolean']>;
30852
+ /** canceled_by_user_id field predicates */
30853
+ canceledByUserID?: InputMaybe<Scalars['ID']>;
30854
+ canceledByUserIDGT?: InputMaybe<Scalars['ID']>;
30855
+ canceledByUserIDGTE?: InputMaybe<Scalars['ID']>;
30856
+ canceledByUserIDIn?: InputMaybe<Array<Scalars['ID']>>;
30857
+ canceledByUserIDIsNil?: InputMaybe<Scalars['Boolean']>;
30858
+ canceledByUserIDLT?: InputMaybe<Scalars['ID']>;
30859
+ canceledByUserIDLTE?: InputMaybe<Scalars['ID']>;
30860
+ canceledByUserIDNEQ?: InputMaybe<Scalars['ID']>;
30861
+ canceledByUserIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
30862
+ canceledByUserIDNotNil?: InputMaybe<Scalars['Boolean']>;
30863
+ /** cancellation_reason field predicates */
30864
+ cancellationReason?: InputMaybe<ScheduledPublishCancellationReason>;
30865
+ cancellationReasonIn?: InputMaybe<Array<ScheduledPublishCancellationReason>>;
30866
+ cancellationReasonIsNil?: InputMaybe<Scalars['Boolean']>;
30867
+ cancellationReasonNEQ?: InputMaybe<ScheduledPublishCancellationReason>;
30868
+ cancellationReasonNotIn?: InputMaybe<Array<ScheduledPublishCancellationReason>>;
30869
+ cancellationReasonNotNil?: InputMaybe<Scalars['Boolean']>;
30870
+ /** created_at field predicates */
30871
+ createdAt?: InputMaybe<Scalars['Time']>;
30872
+ createdAtGT?: InputMaybe<Scalars['Time']>;
30873
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
30874
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
30875
+ createdAtLT?: InputMaybe<Scalars['Time']>;
30876
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
30877
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
30878
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30879
+ /** metafields edge predicates */
30880
+ hasMetafields?: InputMaybe<Scalars['Boolean']>;
30881
+ hasMetafieldsWith?: InputMaybe<Array<ScheduledPublishMetafieldWhereInput>>;
30882
+ /** shop edge predicates */
30883
+ hasShop?: InputMaybe<Scalars['Boolean']>;
30884
+ hasShopWith?: InputMaybe<Array<ShopWhereInput>>;
30885
+ /** theme_page edge predicates */
30886
+ hasThemePage?: InputMaybe<Scalars['Boolean']>;
30887
+ /** theme_page_version edge predicates */
30888
+ hasThemePageVersion?: InputMaybe<Scalars['Boolean']>;
30889
+ hasThemePageVersionWith?: InputMaybe<Array<ThemePageVersionWhereInput>>;
30890
+ hasThemePageWith?: InputMaybe<Array<ThemePageWhereInput>>;
30891
+ /** theme_section edge predicates */
30892
+ hasThemeSection?: InputMaybe<Scalars['Boolean']>;
30893
+ /** theme_section_version edge predicates */
30894
+ hasThemeSectionVersion?: InputMaybe<Scalars['Boolean']>;
30895
+ hasThemeSectionVersionWith?: InputMaybe<Array<ThemeSectionVersionWhereInput>>;
30896
+ hasThemeSectionWith?: InputMaybe<Array<ThemeSectionWhereInput>>;
30897
+ /** id field predicates */
30898
+ id?: InputMaybe<Scalars['ID']>;
30899
+ idGT?: InputMaybe<Scalars['ID']>;
30900
+ idGTE?: InputMaybe<Scalars['ID']>;
30901
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
30902
+ idLT?: InputMaybe<Scalars['ID']>;
30903
+ idLTE?: InputMaybe<Scalars['ID']>;
30904
+ idNEQ?: InputMaybe<Scalars['ID']>;
30905
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
30906
+ /** last_retry_at field predicates */
30907
+ lastRetryAt?: InputMaybe<Scalars['Time']>;
30908
+ lastRetryAtGT?: InputMaybe<Scalars['Time']>;
30909
+ lastRetryAtGTE?: InputMaybe<Scalars['Time']>;
30910
+ lastRetryAtIn?: InputMaybe<Array<Scalars['Time']>>;
30911
+ lastRetryAtIsNil?: InputMaybe<Scalars['Boolean']>;
30912
+ lastRetryAtLT?: InputMaybe<Scalars['Time']>;
30913
+ lastRetryAtLTE?: InputMaybe<Scalars['Time']>;
30914
+ lastRetryAtNEQ?: InputMaybe<Scalars['Time']>;
30915
+ lastRetryAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30916
+ lastRetryAtNotNil?: InputMaybe<Scalars['Boolean']>;
30917
+ /** name field predicates */
30918
+ name?: InputMaybe<Scalars['String']>;
30919
+ nameContains?: InputMaybe<Scalars['String']>;
30920
+ nameContainsFold?: InputMaybe<Scalars['String']>;
30921
+ nameEqualFold?: InputMaybe<Scalars['String']>;
30922
+ nameGT?: InputMaybe<Scalars['String']>;
30923
+ nameGTE?: InputMaybe<Scalars['String']>;
30924
+ nameHasPrefix?: InputMaybe<Scalars['String']>;
30925
+ nameHasSuffix?: InputMaybe<Scalars['String']>;
30926
+ nameIn?: InputMaybe<Array<Scalars['String']>>;
30927
+ nameLT?: InputMaybe<Scalars['String']>;
30928
+ nameLTE?: InputMaybe<Scalars['String']>;
30929
+ nameNEQ?: InputMaybe<Scalars['String']>;
30930
+ nameNotIn?: InputMaybe<Array<Scalars['String']>>;
30931
+ /** next_retry_at field predicates */
30932
+ nextRetryAt?: InputMaybe<Scalars['Time']>;
30933
+ nextRetryAtGT?: InputMaybe<Scalars['Time']>;
30934
+ nextRetryAtGTE?: InputMaybe<Scalars['Time']>;
30935
+ nextRetryAtIn?: InputMaybe<Array<Scalars['Time']>>;
30936
+ nextRetryAtIsNil?: InputMaybe<Scalars['Boolean']>;
30937
+ nextRetryAtLT?: InputMaybe<Scalars['Time']>;
30938
+ nextRetryAtLTE?: InputMaybe<Scalars['Time']>;
30939
+ nextRetryAtNEQ?: InputMaybe<Scalars['Time']>;
30940
+ nextRetryAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30941
+ nextRetryAtNotNil?: InputMaybe<Scalars['Boolean']>;
30942
+ not?: InputMaybe<ScheduledPublishWhereInput>;
30943
+ or?: InputMaybe<Array<ScheduledPublishWhereInput>>;
30944
+ /** page_type field predicates */
30945
+ pageType?: InputMaybe<ScheduledPublishPageType>;
30946
+ pageTypeIn?: InputMaybe<Array<ScheduledPublishPageType>>;
30947
+ pageTypeIsNil?: InputMaybe<Scalars['Boolean']>;
30948
+ pageTypeNEQ?: InputMaybe<ScheduledPublishPageType>;
30949
+ pageTypeNotIn?: InputMaybe<Array<ScheduledPublishPageType>>;
30950
+ pageTypeNotNil?: InputMaybe<Scalars['Boolean']>;
30951
+ /** retry_count field predicates */
30952
+ retryCount?: InputMaybe<Scalars['Int']>;
30953
+ retryCountGT?: InputMaybe<Scalars['Int']>;
30954
+ retryCountGTE?: InputMaybe<Scalars['Int']>;
30955
+ retryCountIn?: InputMaybe<Array<Scalars['Int']>>;
30956
+ retryCountLT?: InputMaybe<Scalars['Int']>;
30957
+ retryCountLTE?: InputMaybe<Scalars['Int']>;
30958
+ retryCountNEQ?: InputMaybe<Scalars['Int']>;
30959
+ retryCountNotIn?: InputMaybe<Array<Scalars['Int']>>;
30960
+ /** scheduled_at field predicates */
30961
+ scheduledAt?: InputMaybe<Scalars['Time']>;
30962
+ scheduledAtGT?: InputMaybe<Scalars['Time']>;
30963
+ scheduledAtGTE?: InputMaybe<Scalars['Time']>;
30964
+ scheduledAtIn?: InputMaybe<Array<Scalars['Time']>>;
30965
+ scheduledAtLT?: InputMaybe<Scalars['Time']>;
30966
+ scheduledAtLTE?: InputMaybe<Scalars['Time']>;
30967
+ scheduledAtNEQ?: InputMaybe<Scalars['Time']>;
30968
+ scheduledAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
30969
+ /** shop_id field predicates */
30970
+ shopID?: InputMaybe<Scalars['ID']>;
30971
+ shopIDIn?: InputMaybe<Array<Scalars['ID']>>;
30972
+ shopIDIsNil?: InputMaybe<Scalars['Boolean']>;
30973
+ shopIDNEQ?: InputMaybe<Scalars['ID']>;
30974
+ shopIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
30975
+ shopIDNotNil?: InputMaybe<Scalars['Boolean']>;
30976
+ /** status field predicates */
30977
+ status?: InputMaybe<ScheduledPublishStatus>;
30978
+ statusIn?: InputMaybe<Array<ScheduledPublishStatus>>;
30979
+ statusNEQ?: InputMaybe<ScheduledPublishStatus>;
30980
+ statusNotIn?: InputMaybe<Array<ScheduledPublishStatus>>;
30981
+ /** task_id field predicates */
30982
+ taskID?: InputMaybe<Scalars['String']>;
30983
+ taskIDContains?: InputMaybe<Scalars['String']>;
30984
+ taskIDContainsFold?: InputMaybe<Scalars['String']>;
30985
+ taskIDEqualFold?: InputMaybe<Scalars['String']>;
30986
+ taskIDGT?: InputMaybe<Scalars['String']>;
30987
+ taskIDGTE?: InputMaybe<Scalars['String']>;
30988
+ taskIDHasPrefix?: InputMaybe<Scalars['String']>;
30989
+ taskIDHasSuffix?: InputMaybe<Scalars['String']>;
30990
+ taskIDIn?: InputMaybe<Array<Scalars['String']>>;
30991
+ taskIDIsNil?: InputMaybe<Scalars['Boolean']>;
30992
+ taskIDLT?: InputMaybe<Scalars['String']>;
30993
+ taskIDLTE?: InputMaybe<Scalars['String']>;
30994
+ taskIDNEQ?: InputMaybe<Scalars['String']>;
30995
+ taskIDNotIn?: InputMaybe<Array<Scalars['String']>>;
30996
+ taskIDNotNil?: InputMaybe<Scalars['Boolean']>;
30997
+ /** theme_page_id field predicates */
30998
+ themePageID?: InputMaybe<Scalars['ID']>;
30999
+ themePageIDIn?: InputMaybe<Array<Scalars['ID']>>;
31000
+ themePageIDIsNil?: InputMaybe<Scalars['Boolean']>;
31001
+ themePageIDNEQ?: InputMaybe<Scalars['ID']>;
31002
+ themePageIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
31003
+ themePageIDNotNil?: InputMaybe<Scalars['Boolean']>;
31004
+ /** theme_page_version_id field predicates */
31005
+ themePageVersionID?: InputMaybe<Scalars['ID']>;
31006
+ themePageVersionIDIn?: InputMaybe<Array<Scalars['ID']>>;
31007
+ themePageVersionIDIsNil?: InputMaybe<Scalars['Boolean']>;
31008
+ themePageVersionIDNEQ?: InputMaybe<Scalars['ID']>;
31009
+ themePageVersionIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
31010
+ themePageVersionIDNotNil?: InputMaybe<Scalars['Boolean']>;
31011
+ /** theme_section_id field predicates */
31012
+ themeSectionID?: InputMaybe<Scalars['ID']>;
31013
+ themeSectionIDIn?: InputMaybe<Array<Scalars['ID']>>;
31014
+ themeSectionIDIsNil?: InputMaybe<Scalars['Boolean']>;
31015
+ themeSectionIDNEQ?: InputMaybe<Scalars['ID']>;
31016
+ themeSectionIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
31017
+ themeSectionIDNotNil?: InputMaybe<Scalars['Boolean']>;
31018
+ /** theme_section_version_id field predicates */
31019
+ themeSectionVersionID?: InputMaybe<Scalars['ID']>;
31020
+ themeSectionVersionIDIn?: InputMaybe<Array<Scalars['ID']>>;
31021
+ themeSectionVersionIDIsNil?: InputMaybe<Scalars['Boolean']>;
31022
+ themeSectionVersionIDNEQ?: InputMaybe<Scalars['ID']>;
31023
+ themeSectionVersionIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
31024
+ themeSectionVersionIDNotNil?: InputMaybe<Scalars['Boolean']>;
31025
+ /** updated_at field predicates */
31026
+ updatedAt?: InputMaybe<Scalars['Time']>;
31027
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
31028
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
31029
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31030
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
31031
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
31032
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
31033
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31034
+ };
31035
+ type ScrollType = 'ATTENTION' | 'REVENUE' | 'SCROLL_DEPTH';
29793
31036
  type SectionCategory = {
29794
31037
  children: Array<Maybe<SectionCategory>>;
29795
31038
  countSections: Scalars['Int'];
@@ -29908,6 +31151,388 @@ type SelectedOption = {
29908
31151
  value?: Maybe<Scalars['String']>;
29909
31152
  valueBaseID?: Maybe<Scalars['String']>;
29910
31153
  };
31154
+ type SellingPlan = {
31155
+ baseID: Scalars['String'];
31156
+ /** A selling plan policy which describes the recurring billing details. */
31157
+ billingPolicy?: Maybe<Scalars['Map']>;
31158
+ /** The category used to classify the selling plan for reporting purposes. */
31159
+ category: Scalars['String'];
31160
+ createdAt?: Maybe<Scalars['Time']>;
31161
+ /** A selling plan policy which describes the delivery details. */
31162
+ deliveryPolicy?: Maybe<Scalars['Map']>;
31163
+ /** Buyer facing string which describes the selling plan commitment. */
31164
+ description?: Maybe<Scalars['String']>;
31165
+ id: Scalars['ID'];
31166
+ /** When to reserve inventory for a selling plan. */
31167
+ inventoryPolicy?: Maybe<Scalars['Map']>;
31168
+ /**
31169
+ * A customer-facing description of the selling plan.
31170
+ * If your store supports multiple currencies, then don't include country-specific pricing content, such as "Buy monthly, get 10$ CAD off". This field won't be converted to reflect different currencies.
31171
+ */
31172
+ name: Scalars['String'];
31173
+ /** The values of all options available on the selling plan. Selling plans are grouped together in Liquid when they're created by the same app, and have the same `selling_plan_group.name` and `selling_plan_group.options` values. */
31174
+ options?: Maybe<Array<Maybe<Scalars['String']>>>;
31175
+ platform?: Maybe<SellingPlanPlatform>;
31176
+ platformCreatedAt?: Maybe<Scalars['Time']>;
31177
+ platformUpdatedAt?: Maybe<Scalars['Time']>;
31178
+ /** Relative position of the selling plan for display. A lower position will be displayed before a higher position. */
31179
+ position?: Maybe<Scalars['Int']>;
31180
+ /** Selling plan pricing details. */
31181
+ pricingPolicies?: Maybe<Array<Maybe<Scalars['Map']>>>;
31182
+ sellingPlanGroup?: Maybe<SellingPlanGroup>;
31183
+ updatedAt?: Maybe<Scalars['Time']>;
31184
+ };
31185
+ type SellingPlanGroup = {
31186
+ /** The ID for app, exposed in Liquid and product JSON. */
31187
+ appID?: Maybe<Scalars['String']>;
31188
+ baseID: Scalars['String'];
31189
+ createdAt?: Maybe<Scalars['Time']>;
31190
+ /** The merchant-facing description of the selling plan group. */
31191
+ description?: Maybe<Scalars['String']>;
31192
+ id: Scalars['ID'];
31193
+ /** The merchant-facing label of the selling plan group. */
31194
+ merchantCode?: Maybe<Scalars['String']>;
31195
+ /** The buyer-facing label of the selling plan group. */
31196
+ name: Scalars['String'];
31197
+ /**
31198
+ * The values of all options available on the selling plan group.
31199
+ * Selling plans are grouped together in Liquid when they're created by the same app,
31200
+ * and have the same selling_plan_group.name and selling_plan_group.options values.
31201
+ */
31202
+ options?: Maybe<Array<Maybe<Scalars['String']>>>;
31203
+ platform?: Maybe<SellingPlanGroupPlatform>;
31204
+ platformCreatedAt?: Maybe<Scalars['Time']>;
31205
+ platformUpdatedAt?: Maybe<Scalars['Time']>;
31206
+ /** The relative position of the selling plan group for display. */
31207
+ position?: Maybe<Scalars['Int']>;
31208
+ sellingPlans?: Maybe<Array<Maybe<SellingPlan>>>;
31209
+ /** A summary of the policies associated to the selling plan group. */
31210
+ summary?: Maybe<Scalars['String']>;
31211
+ updatedAt?: Maybe<Scalars['Time']>;
31212
+ };
31213
+ type SellingPlanGroupPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
31214
+ /**
31215
+ * SellingPlanGroupWhereInput is used for filtering SellingPlanGroup objects.
31216
+ * Input was generated by ent.
31217
+ */
31218
+ type SellingPlanGroupWhereInput = {
31219
+ and?: InputMaybe<Array<SellingPlanGroupWhereInput>>;
31220
+ /** app_id field predicates */
31221
+ appID?: InputMaybe<Scalars['String']>;
31222
+ appIDContains?: InputMaybe<Scalars['String']>;
31223
+ appIDContainsFold?: InputMaybe<Scalars['String']>;
31224
+ appIDEqualFold?: InputMaybe<Scalars['String']>;
31225
+ appIDGT?: InputMaybe<Scalars['String']>;
31226
+ appIDGTE?: InputMaybe<Scalars['String']>;
31227
+ appIDHasPrefix?: InputMaybe<Scalars['String']>;
31228
+ appIDHasSuffix?: InputMaybe<Scalars['String']>;
31229
+ appIDIn?: InputMaybe<Array<Scalars['String']>>;
31230
+ appIDIsNil?: InputMaybe<Scalars['Boolean']>;
31231
+ appIDLT?: InputMaybe<Scalars['String']>;
31232
+ appIDLTE?: InputMaybe<Scalars['String']>;
31233
+ appIDNEQ?: InputMaybe<Scalars['String']>;
31234
+ appIDNotIn?: InputMaybe<Array<Scalars['String']>>;
31235
+ appIDNotNil?: InputMaybe<Scalars['Boolean']>;
31236
+ /** base_id field predicates */
31237
+ baseID?: InputMaybe<Scalars['String']>;
31238
+ baseIDContains?: InputMaybe<Scalars['String']>;
31239
+ baseIDContainsFold?: InputMaybe<Scalars['String']>;
31240
+ baseIDEqualFold?: InputMaybe<Scalars['String']>;
31241
+ baseIDGT?: InputMaybe<Scalars['String']>;
31242
+ baseIDGTE?: InputMaybe<Scalars['String']>;
31243
+ baseIDHasPrefix?: InputMaybe<Scalars['String']>;
31244
+ baseIDHasSuffix?: InputMaybe<Scalars['String']>;
31245
+ baseIDIn?: InputMaybe<Array<Scalars['String']>>;
31246
+ baseIDLT?: InputMaybe<Scalars['String']>;
31247
+ baseIDLTE?: InputMaybe<Scalars['String']>;
31248
+ baseIDNEQ?: InputMaybe<Scalars['String']>;
31249
+ baseIDNotIn?: InputMaybe<Array<Scalars['String']>>;
31250
+ /** created_at field predicates */
31251
+ createdAt?: InputMaybe<Scalars['Time']>;
31252
+ createdAtGT?: InputMaybe<Scalars['Time']>;
31253
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
31254
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
31255
+ createdAtLT?: InputMaybe<Scalars['Time']>;
31256
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
31257
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
31258
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31259
+ /** description field predicates */
31260
+ description?: InputMaybe<Scalars['String']>;
31261
+ descriptionContains?: InputMaybe<Scalars['String']>;
31262
+ descriptionContainsFold?: InputMaybe<Scalars['String']>;
31263
+ descriptionEqualFold?: InputMaybe<Scalars['String']>;
31264
+ descriptionGT?: InputMaybe<Scalars['String']>;
31265
+ descriptionGTE?: InputMaybe<Scalars['String']>;
31266
+ descriptionHasPrefix?: InputMaybe<Scalars['String']>;
31267
+ descriptionHasSuffix?: InputMaybe<Scalars['String']>;
31268
+ descriptionIn?: InputMaybe<Array<Scalars['String']>>;
31269
+ descriptionIsNil?: InputMaybe<Scalars['Boolean']>;
31270
+ descriptionLT?: InputMaybe<Scalars['String']>;
31271
+ descriptionLTE?: InputMaybe<Scalars['String']>;
31272
+ descriptionNEQ?: InputMaybe<Scalars['String']>;
31273
+ descriptionNotIn?: InputMaybe<Array<Scalars['String']>>;
31274
+ descriptionNotNil?: InputMaybe<Scalars['Boolean']>;
31275
+ /** products edge predicates */
31276
+ hasProducts?: InputMaybe<Scalars['Boolean']>;
31277
+ hasProductsWith?: InputMaybe<Array<ProductWhereInput>>;
31278
+ /** selling_plans edge predicates */
31279
+ hasSellingPlans?: InputMaybe<Scalars['Boolean']>;
31280
+ hasSellingPlansWith?: InputMaybe<Array<SellingPlanWhereInput>>;
31281
+ /** variants edge predicates */
31282
+ hasVariants?: InputMaybe<Scalars['Boolean']>;
31283
+ hasVariantsWith?: InputMaybe<Array<ProductVariantWhereInput>>;
31284
+ /** id field predicates */
31285
+ id?: InputMaybe<Scalars['ID']>;
31286
+ idGT?: InputMaybe<Scalars['ID']>;
31287
+ idGTE?: InputMaybe<Scalars['ID']>;
31288
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
31289
+ idLT?: InputMaybe<Scalars['ID']>;
31290
+ idLTE?: InputMaybe<Scalars['ID']>;
31291
+ idNEQ?: InputMaybe<Scalars['ID']>;
31292
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
31293
+ /** merchant_code field predicates */
31294
+ merchantCode?: InputMaybe<Scalars['String']>;
31295
+ merchantCodeContains?: InputMaybe<Scalars['String']>;
31296
+ merchantCodeContainsFold?: InputMaybe<Scalars['String']>;
31297
+ merchantCodeEqualFold?: InputMaybe<Scalars['String']>;
31298
+ merchantCodeGT?: InputMaybe<Scalars['String']>;
31299
+ merchantCodeGTE?: InputMaybe<Scalars['String']>;
31300
+ merchantCodeHasPrefix?: InputMaybe<Scalars['String']>;
31301
+ merchantCodeHasSuffix?: InputMaybe<Scalars['String']>;
31302
+ merchantCodeIn?: InputMaybe<Array<Scalars['String']>>;
31303
+ merchantCodeIsNil?: InputMaybe<Scalars['Boolean']>;
31304
+ merchantCodeLT?: InputMaybe<Scalars['String']>;
31305
+ merchantCodeLTE?: InputMaybe<Scalars['String']>;
31306
+ merchantCodeNEQ?: InputMaybe<Scalars['String']>;
31307
+ merchantCodeNotIn?: InputMaybe<Array<Scalars['String']>>;
31308
+ merchantCodeNotNil?: InputMaybe<Scalars['Boolean']>;
31309
+ /** name field predicates */
31310
+ name?: InputMaybe<Scalars['String']>;
31311
+ nameContains?: InputMaybe<Scalars['String']>;
31312
+ nameContainsFold?: InputMaybe<Scalars['String']>;
31313
+ nameEqualFold?: InputMaybe<Scalars['String']>;
31314
+ nameGT?: InputMaybe<Scalars['String']>;
31315
+ nameGTE?: InputMaybe<Scalars['String']>;
31316
+ nameHasPrefix?: InputMaybe<Scalars['String']>;
31317
+ nameHasSuffix?: InputMaybe<Scalars['String']>;
31318
+ nameIn?: InputMaybe<Array<Scalars['String']>>;
31319
+ nameLT?: InputMaybe<Scalars['String']>;
31320
+ nameLTE?: InputMaybe<Scalars['String']>;
31321
+ nameNEQ?: InputMaybe<Scalars['String']>;
31322
+ nameNotIn?: InputMaybe<Array<Scalars['String']>>;
31323
+ not?: InputMaybe<SellingPlanGroupWhereInput>;
31324
+ or?: InputMaybe<Array<SellingPlanGroupWhereInput>>;
31325
+ /** platform field predicates */
31326
+ platform?: InputMaybe<SellingPlanGroupPlatform>;
31327
+ /** platform_created_at field predicates */
31328
+ platformCreatedAt?: InputMaybe<Scalars['Time']>;
31329
+ platformCreatedAtGT?: InputMaybe<Scalars['Time']>;
31330
+ platformCreatedAtGTE?: InputMaybe<Scalars['Time']>;
31331
+ platformCreatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31332
+ platformCreatedAtIsNil?: InputMaybe<Scalars['Boolean']>;
31333
+ platformCreatedAtLT?: InputMaybe<Scalars['Time']>;
31334
+ platformCreatedAtLTE?: InputMaybe<Scalars['Time']>;
31335
+ platformCreatedAtNEQ?: InputMaybe<Scalars['Time']>;
31336
+ platformCreatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31337
+ platformCreatedAtNotNil?: InputMaybe<Scalars['Boolean']>;
31338
+ platformIn?: InputMaybe<Array<SellingPlanGroupPlatform>>;
31339
+ platformIsNil?: InputMaybe<Scalars['Boolean']>;
31340
+ platformNEQ?: InputMaybe<SellingPlanGroupPlatform>;
31341
+ platformNotIn?: InputMaybe<Array<SellingPlanGroupPlatform>>;
31342
+ platformNotNil?: InputMaybe<Scalars['Boolean']>;
31343
+ /** platform_updated_at field predicates */
31344
+ platformUpdatedAt?: InputMaybe<Scalars['Time']>;
31345
+ platformUpdatedAtGT?: InputMaybe<Scalars['Time']>;
31346
+ platformUpdatedAtGTE?: InputMaybe<Scalars['Time']>;
31347
+ platformUpdatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31348
+ platformUpdatedAtIsNil?: InputMaybe<Scalars['Boolean']>;
31349
+ platformUpdatedAtLT?: InputMaybe<Scalars['Time']>;
31350
+ platformUpdatedAtLTE?: InputMaybe<Scalars['Time']>;
31351
+ platformUpdatedAtNEQ?: InputMaybe<Scalars['Time']>;
31352
+ platformUpdatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31353
+ platformUpdatedAtNotNil?: InputMaybe<Scalars['Boolean']>;
31354
+ /** position field predicates */
31355
+ position?: InputMaybe<Scalars['Int']>;
31356
+ positionGT?: InputMaybe<Scalars['Int']>;
31357
+ positionGTE?: InputMaybe<Scalars['Int']>;
31358
+ positionIn?: InputMaybe<Array<Scalars['Int']>>;
31359
+ positionIsNil?: InputMaybe<Scalars['Boolean']>;
31360
+ positionLT?: InputMaybe<Scalars['Int']>;
31361
+ positionLTE?: InputMaybe<Scalars['Int']>;
31362
+ positionNEQ?: InputMaybe<Scalars['Int']>;
31363
+ positionNotIn?: InputMaybe<Array<Scalars['Int']>>;
31364
+ positionNotNil?: InputMaybe<Scalars['Boolean']>;
31365
+ /** summary field predicates */
31366
+ summary?: InputMaybe<Scalars['String']>;
31367
+ summaryContains?: InputMaybe<Scalars['String']>;
31368
+ summaryContainsFold?: InputMaybe<Scalars['String']>;
31369
+ summaryEqualFold?: InputMaybe<Scalars['String']>;
31370
+ summaryGT?: InputMaybe<Scalars['String']>;
31371
+ summaryGTE?: InputMaybe<Scalars['String']>;
31372
+ summaryHasPrefix?: InputMaybe<Scalars['String']>;
31373
+ summaryHasSuffix?: InputMaybe<Scalars['String']>;
31374
+ summaryIn?: InputMaybe<Array<Scalars['String']>>;
31375
+ summaryIsNil?: InputMaybe<Scalars['Boolean']>;
31376
+ summaryLT?: InputMaybe<Scalars['String']>;
31377
+ summaryLTE?: InputMaybe<Scalars['String']>;
31378
+ summaryNEQ?: InputMaybe<Scalars['String']>;
31379
+ summaryNotIn?: InputMaybe<Array<Scalars['String']>>;
31380
+ summaryNotNil?: InputMaybe<Scalars['Boolean']>;
31381
+ /** updated_at field predicates */
31382
+ updatedAt?: InputMaybe<Scalars['Time']>;
31383
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
31384
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
31385
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31386
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
31387
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
31388
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
31389
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31390
+ };
31391
+ type SellingPlanPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
31392
+ /**
31393
+ * SellingPlanWhereInput is used for filtering SellingPlan objects.
31394
+ * Input was generated by ent.
31395
+ */
31396
+ type SellingPlanWhereInput = {
31397
+ and?: InputMaybe<Array<SellingPlanWhereInput>>;
31398
+ /** base_id field predicates */
31399
+ baseID?: InputMaybe<Scalars['String']>;
31400
+ baseIDContains?: InputMaybe<Scalars['String']>;
31401
+ baseIDContainsFold?: InputMaybe<Scalars['String']>;
31402
+ baseIDEqualFold?: InputMaybe<Scalars['String']>;
31403
+ baseIDGT?: InputMaybe<Scalars['String']>;
31404
+ baseIDGTE?: InputMaybe<Scalars['String']>;
31405
+ baseIDHasPrefix?: InputMaybe<Scalars['String']>;
31406
+ baseIDHasSuffix?: InputMaybe<Scalars['String']>;
31407
+ baseIDIn?: InputMaybe<Array<Scalars['String']>>;
31408
+ baseIDLT?: InputMaybe<Scalars['String']>;
31409
+ baseIDLTE?: InputMaybe<Scalars['String']>;
31410
+ baseIDNEQ?: InputMaybe<Scalars['String']>;
31411
+ baseIDNotIn?: InputMaybe<Array<Scalars['String']>>;
31412
+ /** category field predicates */
31413
+ category?: InputMaybe<Scalars['String']>;
31414
+ categoryContains?: InputMaybe<Scalars['String']>;
31415
+ categoryContainsFold?: InputMaybe<Scalars['String']>;
31416
+ categoryEqualFold?: InputMaybe<Scalars['String']>;
31417
+ categoryGT?: InputMaybe<Scalars['String']>;
31418
+ categoryGTE?: InputMaybe<Scalars['String']>;
31419
+ categoryHasPrefix?: InputMaybe<Scalars['String']>;
31420
+ categoryHasSuffix?: InputMaybe<Scalars['String']>;
31421
+ categoryIn?: InputMaybe<Array<Scalars['String']>>;
31422
+ categoryLT?: InputMaybe<Scalars['String']>;
31423
+ categoryLTE?: InputMaybe<Scalars['String']>;
31424
+ categoryNEQ?: InputMaybe<Scalars['String']>;
31425
+ categoryNotIn?: InputMaybe<Array<Scalars['String']>>;
31426
+ /** created_at field predicates */
31427
+ createdAt?: InputMaybe<Scalars['Time']>;
31428
+ createdAtGT?: InputMaybe<Scalars['Time']>;
31429
+ createdAtGTE?: InputMaybe<Scalars['Time']>;
31430
+ createdAtIn?: InputMaybe<Array<Scalars['Time']>>;
31431
+ createdAtLT?: InputMaybe<Scalars['Time']>;
31432
+ createdAtLTE?: InputMaybe<Scalars['Time']>;
31433
+ createdAtNEQ?: InputMaybe<Scalars['Time']>;
31434
+ createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31435
+ /** description field predicates */
31436
+ description?: InputMaybe<Scalars['String']>;
31437
+ descriptionContains?: InputMaybe<Scalars['String']>;
31438
+ descriptionContainsFold?: InputMaybe<Scalars['String']>;
31439
+ descriptionEqualFold?: InputMaybe<Scalars['String']>;
31440
+ descriptionGT?: InputMaybe<Scalars['String']>;
31441
+ descriptionGTE?: InputMaybe<Scalars['String']>;
31442
+ descriptionHasPrefix?: InputMaybe<Scalars['String']>;
31443
+ descriptionHasSuffix?: InputMaybe<Scalars['String']>;
31444
+ descriptionIn?: InputMaybe<Array<Scalars['String']>>;
31445
+ descriptionIsNil?: InputMaybe<Scalars['Boolean']>;
31446
+ descriptionLT?: InputMaybe<Scalars['String']>;
31447
+ descriptionLTE?: InputMaybe<Scalars['String']>;
31448
+ descriptionNEQ?: InputMaybe<Scalars['String']>;
31449
+ descriptionNotIn?: InputMaybe<Array<Scalars['String']>>;
31450
+ descriptionNotNil?: InputMaybe<Scalars['Boolean']>;
31451
+ /** selling_plan_group edge predicates */
31452
+ hasSellingPlanGroup?: InputMaybe<Scalars['Boolean']>;
31453
+ hasSellingPlanGroupWith?: InputMaybe<Array<SellingPlanGroupWhereInput>>;
31454
+ /** id field predicates */
31455
+ id?: InputMaybe<Scalars['ID']>;
31456
+ idGT?: InputMaybe<Scalars['ID']>;
31457
+ idGTE?: InputMaybe<Scalars['ID']>;
31458
+ idIn?: InputMaybe<Array<Scalars['ID']>>;
31459
+ idLT?: InputMaybe<Scalars['ID']>;
31460
+ idLTE?: InputMaybe<Scalars['ID']>;
31461
+ idNEQ?: InputMaybe<Scalars['ID']>;
31462
+ idNotIn?: InputMaybe<Array<Scalars['ID']>>;
31463
+ /** name field predicates */
31464
+ name?: InputMaybe<Scalars['String']>;
31465
+ nameContains?: InputMaybe<Scalars['String']>;
31466
+ nameContainsFold?: InputMaybe<Scalars['String']>;
31467
+ nameEqualFold?: InputMaybe<Scalars['String']>;
31468
+ nameGT?: InputMaybe<Scalars['String']>;
31469
+ nameGTE?: InputMaybe<Scalars['String']>;
31470
+ nameHasPrefix?: InputMaybe<Scalars['String']>;
31471
+ nameHasSuffix?: InputMaybe<Scalars['String']>;
31472
+ nameIn?: InputMaybe<Array<Scalars['String']>>;
31473
+ nameLT?: InputMaybe<Scalars['String']>;
31474
+ nameLTE?: InputMaybe<Scalars['String']>;
31475
+ nameNEQ?: InputMaybe<Scalars['String']>;
31476
+ nameNotIn?: InputMaybe<Array<Scalars['String']>>;
31477
+ not?: InputMaybe<SellingPlanWhereInput>;
31478
+ or?: InputMaybe<Array<SellingPlanWhereInput>>;
31479
+ /** platform field predicates */
31480
+ platform?: InputMaybe<SellingPlanPlatform>;
31481
+ /** platform_created_at field predicates */
31482
+ platformCreatedAt?: InputMaybe<Scalars['Time']>;
31483
+ platformCreatedAtGT?: InputMaybe<Scalars['Time']>;
31484
+ platformCreatedAtGTE?: InputMaybe<Scalars['Time']>;
31485
+ platformCreatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31486
+ platformCreatedAtIsNil?: InputMaybe<Scalars['Boolean']>;
31487
+ platformCreatedAtLT?: InputMaybe<Scalars['Time']>;
31488
+ platformCreatedAtLTE?: InputMaybe<Scalars['Time']>;
31489
+ platformCreatedAtNEQ?: InputMaybe<Scalars['Time']>;
31490
+ platformCreatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31491
+ platformCreatedAtNotNil?: InputMaybe<Scalars['Boolean']>;
31492
+ platformIn?: InputMaybe<Array<SellingPlanPlatform>>;
31493
+ platformIsNil?: InputMaybe<Scalars['Boolean']>;
31494
+ platformNEQ?: InputMaybe<SellingPlanPlatform>;
31495
+ platformNotIn?: InputMaybe<Array<SellingPlanPlatform>>;
31496
+ platformNotNil?: InputMaybe<Scalars['Boolean']>;
31497
+ /** platform_updated_at field predicates */
31498
+ platformUpdatedAt?: InputMaybe<Scalars['Time']>;
31499
+ platformUpdatedAtGT?: InputMaybe<Scalars['Time']>;
31500
+ platformUpdatedAtGTE?: InputMaybe<Scalars['Time']>;
31501
+ platformUpdatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31502
+ platformUpdatedAtIsNil?: InputMaybe<Scalars['Boolean']>;
31503
+ platformUpdatedAtLT?: InputMaybe<Scalars['Time']>;
31504
+ platformUpdatedAtLTE?: InputMaybe<Scalars['Time']>;
31505
+ platformUpdatedAtNEQ?: InputMaybe<Scalars['Time']>;
31506
+ platformUpdatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31507
+ platformUpdatedAtNotNil?: InputMaybe<Scalars['Boolean']>;
31508
+ /** position field predicates */
31509
+ position?: InputMaybe<Scalars['Int']>;
31510
+ positionGT?: InputMaybe<Scalars['Int']>;
31511
+ positionGTE?: InputMaybe<Scalars['Int']>;
31512
+ positionIn?: InputMaybe<Array<Scalars['Int']>>;
31513
+ positionIsNil?: InputMaybe<Scalars['Boolean']>;
31514
+ positionLT?: InputMaybe<Scalars['Int']>;
31515
+ positionLTE?: InputMaybe<Scalars['Int']>;
31516
+ positionNEQ?: InputMaybe<Scalars['Int']>;
31517
+ positionNotIn?: InputMaybe<Array<Scalars['Int']>>;
31518
+ positionNotNil?: InputMaybe<Scalars['Boolean']>;
31519
+ /** selling_plan_group_id field predicates */
31520
+ sellingPlanGroupID?: InputMaybe<Scalars['ID']>;
31521
+ sellingPlanGroupIDIn?: InputMaybe<Array<Scalars['ID']>>;
31522
+ sellingPlanGroupIDIsNil?: InputMaybe<Scalars['Boolean']>;
31523
+ sellingPlanGroupIDNEQ?: InputMaybe<Scalars['ID']>;
31524
+ sellingPlanGroupIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
31525
+ sellingPlanGroupIDNotNil?: InputMaybe<Scalars['Boolean']>;
31526
+ /** updated_at field predicates */
31527
+ updatedAt?: InputMaybe<Scalars['Time']>;
31528
+ updatedAtGT?: InputMaybe<Scalars['Time']>;
31529
+ updatedAtGTE?: InputMaybe<Scalars['Time']>;
31530
+ updatedAtIn?: InputMaybe<Array<Scalars['Time']>>;
31531
+ updatedAtLT?: InputMaybe<Scalars['Time']>;
31532
+ updatedAtLTE?: InputMaybe<Scalars['Time']>;
31533
+ updatedAtNEQ?: InputMaybe<Scalars['Time']>;
31534
+ updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
31535
+ };
29911
31536
  /**
29912
31537
  * Define an object type and map it later to the generated Ent model.
29913
31538
  * https://graphql.org/learn/schema/#object-types-and-fields
@@ -32919,6 +34544,9 @@ type ShopWhereInput = {
32919
34544
  /** sale_funnels edge predicates */
32920
34545
  hasSaleFunnels?: InputMaybe<Scalars['Boolean']>;
32921
34546
  hasSaleFunnelsWith?: InputMaybe<Array<SaleFunnelWhereInput>>;
34547
+ /** scheduled_publishes edge predicates */
34548
+ hasScheduledPublishes?: InputMaybe<Scalars['Boolean']>;
34549
+ hasScheduledPublishesWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
32922
34550
  /** shop_domains edge predicates */
32923
34551
  hasShopDomains?: InputMaybe<Scalars['Boolean']>;
32924
34552
  hasShopDomainsWith?: InputMaybe<Array<ShopDomainWhereInput>>;
@@ -33052,15 +34680,35 @@ type ShopifyTheme = {
33052
34680
  role?: Maybe<Scalars['String']>;
33053
34681
  themeStoreID?: Maybe<Scalars['ID']>;
33054
34682
  };
34683
+ /** Represents a unique DOM snapshot with presigned URL for access */
34684
+ type SnapshotData = {
34685
+ /** Campaign Variant ID associated with this snapshot */
34686
+ campaignVariantID?: Maybe<Scalars['String']>;
34687
+ /** Timestamp when the snapshot was first captured */
34688
+ createdAt: Scalars['Time'];
34689
+ /** SHA256 hash of the DOM snapshot content */
34690
+ hash: Scalars['String'];
34691
+ /** Presigned S3 URL for downloading the snapshot */
34692
+ presignedURL: Scalars['String'];
34693
+ };
34694
+ type SocketImportedThemePage = {
34695
+ fromID: Scalars['ID'];
34696
+ toID: Scalars['ID'];
34697
+ };
33055
34698
  type SocketStatus = 'ERROR' | 'IN_PROGRESS' | 'PENDING' | 'SUCCESS';
33056
34699
  type SocketThemePageImport = {
33057
34700
  currStep?: Maybe<Scalars['Uint']>;
33058
- details?: Maybe<Scalars['String']>;
34701
+ details?: Maybe<SocketThemePageImportDetails>;
33059
34702
  errorCode?: Maybe<Scalars['Int']>;
33060
34703
  errorMessage?: Maybe<Scalars['String']>;
33061
34704
  status: SocketStatus;
33062
34705
  totalSteps?: Maybe<Scalars['Uint']>;
33063
34706
  };
34707
+ type SocketThemePageImportDetails = {
34708
+ importedThemePages?: Maybe<Array<SocketImportedThemePage>>;
34709
+ message?: Maybe<Scalars['String']>;
34710
+ upgradedShopVersion?: Maybe<Scalars['Boolean']>;
34711
+ };
33064
34712
  type SpecificProductCondition = {
33065
34713
  productBaseID?: Maybe<Scalars['String']>;
33066
34714
  };
@@ -34253,7 +35901,7 @@ type TableDataType = 'ARRAY' | 'CURRENCY' | 'DATE' | 'DAY_TIMESTAMP' | 'DURATION
34253
35901
  type Tag = {
34254
35902
  createdAt?: Maybe<Scalars['Time']>;
34255
35903
  id: Scalars['ID'];
34256
- name?: Maybe<Scalars['String']>;
35904
+ name: Scalars['String'];
34257
35905
  updatedAt?: Maybe<Scalars['Time']>;
34258
35906
  };
34259
35907
  type TagConnection = {
@@ -34286,6 +35934,15 @@ type TagWhereInput = {
34286
35934
  createdAtLTE?: InputMaybe<Scalars['Time']>;
34287
35935
  createdAtNEQ?: InputMaybe<Scalars['Time']>;
34288
35936
  createdAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
35937
+ /** icons edge predicates */
35938
+ hasIcons?: InputMaybe<Scalars['Boolean']>;
35939
+ hasIconsWith?: InputMaybe<Array<IconWhereInput>>;
35940
+ /** library_section_tag edge predicates */
35941
+ hasLibrarySectionTag?: InputMaybe<Scalars['Boolean']>;
35942
+ hasLibrarySectionTagWith?: InputMaybe<Array<LibrarySectionTagWhereInput>>;
35943
+ /** library_template_tag edge predicates */
35944
+ hasLibraryTemplateTag?: InputMaybe<Scalars['Boolean']>;
35945
+ hasLibraryTemplateTagWith?: InputMaybe<Array<LibraryTemplateTagWhereInput>>;
34289
35946
  /** id field predicates */
34290
35947
  id?: InputMaybe<Scalars['ID']>;
34291
35948
  idGT?: InputMaybe<Scalars['ID']>;
@@ -34311,6 +35968,17 @@ type TagWhereInput = {
34311
35968
  nameNotIn?: InputMaybe<Array<Scalars['String']>>;
34312
35969
  not?: InputMaybe<TagWhereInput>;
34313
35970
  or?: InputMaybe<Array<TagWhereInput>>;
35971
+ /** shop_id field predicates */
35972
+ shopID?: InputMaybe<Scalars['ID']>;
35973
+ shopIDGT?: InputMaybe<Scalars['ID']>;
35974
+ shopIDGTE?: InputMaybe<Scalars['ID']>;
35975
+ shopIDIn?: InputMaybe<Array<Scalars['ID']>>;
35976
+ shopIDIsNil?: InputMaybe<Scalars['Boolean']>;
35977
+ shopIDLT?: InputMaybe<Scalars['ID']>;
35978
+ shopIDLTE?: InputMaybe<Scalars['ID']>;
35979
+ shopIDNEQ?: InputMaybe<Scalars['ID']>;
35980
+ shopIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
35981
+ shopIDNotNil?: InputMaybe<Scalars['Boolean']>;
34314
35982
  /** updated_at field predicates */
34315
35983
  updatedAt?: InputMaybe<Scalars['Time']>;
34316
35984
  updatedAtGT?: InputMaybe<Scalars['Time']>;
@@ -34321,27 +35989,18 @@ type TagWhereInput = {
34321
35989
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
34322
35990
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
34323
35991
  };
34324
- type TemplateCategoriesInputCreate = {
34325
- children?: InputMaybe<Array<TemplateChildCategoryInputCreate>>;
34326
- name: Scalars['String'];
34327
- parentId?: InputMaybe<Scalars['ID']>;
34328
- position: Scalars['Int'];
34329
- };
34330
35992
  type TemplateCategory = {
34331
35993
  children: Array<Maybe<TemplateCategory>>;
34332
35994
  countTemplates: Scalars['Int'];
34333
35995
  createdAt?: Maybe<Scalars['Time']>;
34334
35996
  id: Scalars['ID'];
35997
+ /** libraryTemplateTypes indicates what library template types can be added to a template category */
35998
+ libraryTemplateTypes?: Maybe<Array<LibraryTemplateType>>;
34335
35999
  name: Scalars['String'];
34336
36000
  parentId: Scalars['ID'];
34337
36001
  position: Scalars['Int'];
34338
36002
  updatedAt?: Maybe<Scalars['Time']>;
34339
36003
  };
34340
- type TemplateCategoryInputUpdate = {
34341
- id: Scalars['ID'];
34342
- name: Scalars['String'];
34343
- position: Scalars['Int'];
34344
- };
34345
36004
  /**
34346
36005
  * TemplateCategoryWhereInput is used for filtering TemplateCategory objects.
34347
36006
  * Input was generated by ent.
@@ -34428,10 +36087,6 @@ type TemplateCategoryWhereInput = {
34428
36087
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
34429
36088
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
34430
36089
  };
34431
- type TemplateChildCategoryInputCreate = {
34432
- name: Scalars['String'];
34433
- position: Scalars['Int'];
34434
- };
34435
36090
  type TemplatePackage = {
34436
36091
  agency?: Maybe<Agency>;
34437
36092
  agencyID: Scalars['ID'];
@@ -34543,6 +36198,7 @@ type TemplatePackageWhereInput = {
34543
36198
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
34544
36199
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
34545
36200
  };
36201
+ type TemplateSource = 'GEMPAGES' | 'SHOPIFY';
34546
36202
  /**
34547
36203
  * Define an object type and map it later to the generated Ent model.
34548
36204
  * https://graphql.org/learn/schema/#object-types-and-fields
@@ -35361,6 +37017,9 @@ type ThemePageVersionWhereInput = {
35361
37017
  /** page_section_versions edge predicates */
35362
37018
  hasPageSectionVersions?: InputMaybe<Scalars['Boolean']>;
35363
37019
  hasPageSectionVersionsWith?: InputMaybe<Array<PageSectionVersionWhereInput>>;
37020
+ /** scheduled_publishes edge predicates */
37021
+ hasScheduledPublishes?: InputMaybe<Scalars['Boolean']>;
37022
+ hasScheduledPublishesWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
35364
37023
  /** shop edge predicates */
35365
37024
  hasShop?: InputMaybe<Scalars['Boolean']>;
35366
37025
  hasShopWith?: InputMaybe<Array<ShopWhereInput>>;
@@ -35536,6 +37195,9 @@ type ThemePageWhereInput = {
35536
37195
  /** sale_page_product edge predicates */
35537
37196
  hasSalePageProduct?: InputMaybe<Scalars['Boolean']>;
35538
37197
  hasSalePageProductWith?: InputMaybe<Array<SalePageProductWhereInput>>;
37198
+ /** scheduled_publishes edge predicates */
37199
+ hasScheduledPublishes?: InputMaybe<Scalars['Boolean']>;
37200
+ hasScheduledPublishesWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
35539
37201
  /** shares edge predicates */
35540
37202
  hasShares?: InputMaybe<Scalars['Boolean']>;
35541
37203
  hasSharesWith?: InputMaybe<Array<ThemePageShareWhereInput>>;
@@ -35901,6 +37563,9 @@ type ThemeSectionVersionWhereInput = {
35901
37563
  globalStoreReleaseIDNEQ?: InputMaybe<Scalars['ID']>;
35902
37564
  globalStoreReleaseIDNotIn?: InputMaybe<Array<Scalars['ID']>>;
35903
37565
  globalStoreReleaseIDNotNil?: InputMaybe<Scalars['Boolean']>;
37566
+ /** scheduled_publishes edge predicates */
37567
+ hasScheduledPublishes?: InputMaybe<Scalars['Boolean']>;
37568
+ hasScheduledPublishesWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
35904
37569
  /** shop edge predicates */
35905
37570
  hasShop?: InputMaybe<Scalars['Boolean']>;
35906
37571
  hasShopWith?: InputMaybe<Array<ShopWhereInput>>;
@@ -36045,6 +37710,9 @@ type ThemeSectionWhereInput = {
36045
37710
  /** metafields edge predicates */
36046
37711
  hasMetafields?: InputMaybe<Scalars['Boolean']>;
36047
37712
  hasMetafieldsWith?: InputMaybe<Array<ThemeSectionMetaWhereInput>>;
37713
+ /** scheduled_publishes edge predicates */
37714
+ hasScheduledPublishes?: InputMaybe<Scalars['Boolean']>;
37715
+ hasScheduledPublishesWith?: InputMaybe<Array<ScheduledPublishWhereInput>>;
36048
37716
  /** shop edge predicates */
36049
37717
  hasShop?: InputMaybe<Scalars['Boolean']>;
36050
37718
  hasShopWith?: InputMaybe<Array<ShopWhereInput>>;
@@ -36584,6 +38252,10 @@ type UpdateAssignObjectTriggerConditionInput = {
36584
38252
  type?: InputMaybe<TriggerConditionType>;
36585
38253
  value?: InputMaybe<Array<Scalars['String']>>;
36586
38254
  };
38255
+ type UpdateBulkTemplateCategoryInput = {
38256
+ id: Scalars['ID'];
38257
+ input: UpdateTemplateCategoryInput;
38258
+ };
36587
38259
  /** Input for updating an existing campaign group */
36588
38260
  type UpdateCampaignGroupInput = {
36589
38261
  /** When true, removes the deletion timestamp */
@@ -36963,6 +38635,13 @@ type UpdateSaleFunnelRedirectInput = {
36963
38635
  type UpdateSalePageProductInput = {
36964
38636
  baseIDs?: InputMaybe<Array<Scalars['String']>>;
36965
38637
  };
38638
+ /** Input for updating an existing scheduled publish. */
38639
+ type UpdateScheduledPublishInput = {
38640
+ /** Updated name for the scheduled publish. */
38641
+ name?: InputMaybe<Scalars['String']>;
38642
+ /** Updated scheduled time for the publish. */
38643
+ scheduledAt?: InputMaybe<Scalars['Time']>;
38644
+ };
36966
38645
  type UpdateShopInput = {
36967
38646
  addLibrarySectionBookmarkIDs?: InputMaybe<Array<Scalars['ID']>>;
36968
38647
  addLibraryTemplateBookmarkIDs?: InputMaybe<Array<Scalars['ID']>>;
@@ -37015,6 +38694,12 @@ type UpdateSurveyInput = {
37015
38694
  type UpdateTagInput = {
37016
38695
  name?: InputMaybe<Scalars['String']>;
37017
38696
  };
38697
+ type UpdateTemplateCategoryInput = {
38698
+ clearLibraryTemplateTypes?: InputMaybe<Scalars['Boolean']>;
38699
+ libraryTemplateTypes?: InputMaybe<Array<LibraryTemplateType>>;
38700
+ name?: InputMaybe<Scalars['String']>;
38701
+ position?: InputMaybe<Scalars['Int']>;
38702
+ };
37018
38703
  type UpdateTemplatePackageInput = {
37019
38704
  addThemePageIDs?: InputMaybe<Array<Scalars['ID']>>;
37020
38705
  name?: InputMaybe<Scalars['String']>;
@@ -37149,6 +38834,10 @@ type UpdateVariantTemplateInput = {
37149
38834
  redirectURL?: InputMaybe<Scalars['String']>;
37150
38835
  /** ID of the theme to use for this template (e.g. gid://shopify/OnlineStoreTheme/134255968339) */
37151
38836
  themeID?: InputMaybe<Scalars['String']>;
38837
+ /** URL of the thumbnail image for this variant */
38838
+ thumbnailURL?: InputMaybe<Scalars['String']>;
38839
+ /** Title of the template for this variant */
38840
+ title?: InputMaybe<Scalars['String']>;
37152
38841
  };
37153
38842
  type UpdatedAtInput = {
37154
38843
  gt?: InputMaybe<Scalars['Time']>;
@@ -38334,6 +40023,8 @@ type Variant = {
38334
40023
  trafficRate?: Maybe<Scalars['Float']>;
38335
40024
  /** Timestamp when the variant was last updated */
38336
40025
  updatedAt?: Maybe<Scalars['Time']>;
40026
+ /** Template suffix of variant winner */
40027
+ winnerTemplateSuffix?: Maybe<Scalars['String']>;
38337
40028
  };
38338
40029
  /** Content configuration for a campaign variant */
38339
40030
  type VariantContent = {
@@ -38650,6 +40341,10 @@ type VariantTemplate = {
38650
40341
  redirectURL?: Maybe<Scalars['String']>;
38651
40342
  /** ID of the theme used by this variant template (e.g. gid://shopify/OnlineStoreTheme/134255968339) */
38652
40343
  themeID?: Maybe<Scalars['String']>;
40344
+ /** URL of the thumbnail image for this variant */
40345
+ thumbnailURL?: Maybe<Scalars['String']>;
40346
+ /** Title of the template for this variant */
40347
+ title?: Maybe<Scalars['String']>;
38653
40348
  /** Timestamp when the variant template was last updated */
38654
40349
  updatedAt?: Maybe<Scalars['Time']>;
38655
40350
  /** The variant this template is associated with */
@@ -38738,6 +40433,38 @@ type VariantTemplateWhereInput = {
38738
40433
  themeIDNEQ?: InputMaybe<Scalars['String']>;
38739
40434
  themeIDNotIn?: InputMaybe<Array<Scalars['String']>>;
38740
40435
  themeIDNotNil?: InputMaybe<Scalars['Boolean']>;
40436
+ /** thumbnail_url field predicates */
40437
+ thumbnailURL?: InputMaybe<Scalars['String']>;
40438
+ thumbnailURLContains?: InputMaybe<Scalars['String']>;
40439
+ thumbnailURLContainsFold?: InputMaybe<Scalars['String']>;
40440
+ thumbnailURLEqualFold?: InputMaybe<Scalars['String']>;
40441
+ thumbnailURLGT?: InputMaybe<Scalars['String']>;
40442
+ thumbnailURLGTE?: InputMaybe<Scalars['String']>;
40443
+ thumbnailURLHasPrefix?: InputMaybe<Scalars['String']>;
40444
+ thumbnailURLHasSuffix?: InputMaybe<Scalars['String']>;
40445
+ thumbnailURLIn?: InputMaybe<Array<Scalars['String']>>;
40446
+ thumbnailURLIsNil?: InputMaybe<Scalars['Boolean']>;
40447
+ thumbnailURLLT?: InputMaybe<Scalars['String']>;
40448
+ thumbnailURLLTE?: InputMaybe<Scalars['String']>;
40449
+ thumbnailURLNEQ?: InputMaybe<Scalars['String']>;
40450
+ thumbnailURLNotIn?: InputMaybe<Array<Scalars['String']>>;
40451
+ thumbnailURLNotNil?: InputMaybe<Scalars['Boolean']>;
40452
+ /** title field predicates */
40453
+ title?: InputMaybe<Scalars['String']>;
40454
+ titleContains?: InputMaybe<Scalars['String']>;
40455
+ titleContainsFold?: InputMaybe<Scalars['String']>;
40456
+ titleEqualFold?: InputMaybe<Scalars['String']>;
40457
+ titleGT?: InputMaybe<Scalars['String']>;
40458
+ titleGTE?: InputMaybe<Scalars['String']>;
40459
+ titleHasPrefix?: InputMaybe<Scalars['String']>;
40460
+ titleHasSuffix?: InputMaybe<Scalars['String']>;
40461
+ titleIn?: InputMaybe<Array<Scalars['String']>>;
40462
+ titleIsNil?: InputMaybe<Scalars['Boolean']>;
40463
+ titleLT?: InputMaybe<Scalars['String']>;
40464
+ titleLTE?: InputMaybe<Scalars['String']>;
40465
+ titleNEQ?: InputMaybe<Scalars['String']>;
40466
+ titleNotIn?: InputMaybe<Array<Scalars['String']>>;
40467
+ titleNotNil?: InputMaybe<Scalars['Boolean']>;
38741
40468
  /** updated_at field predicates */
38742
40469
  updatedAt?: InputMaybe<Scalars['Time']>;
38743
40470
  updatedAtGT?: InputMaybe<Scalars['Time']>;
@@ -38889,17 +40616,46 @@ type VariantWhereInput = {
38889
40616
  updatedAtLTE?: InputMaybe<Scalars['Time']>;
38890
40617
  updatedAtNEQ?: InputMaybe<Scalars['Time']>;
38891
40618
  updatedAtNotIn?: InputMaybe<Array<Scalars['Time']>>;
40619
+ /** winner_template_suffix field predicates */
40620
+ winnerTemplateSuffix?: InputMaybe<Scalars['String']>;
40621
+ winnerTemplateSuffixContains?: InputMaybe<Scalars['String']>;
40622
+ winnerTemplateSuffixContainsFold?: InputMaybe<Scalars['String']>;
40623
+ winnerTemplateSuffixEqualFold?: InputMaybe<Scalars['String']>;
40624
+ winnerTemplateSuffixGT?: InputMaybe<Scalars['String']>;
40625
+ winnerTemplateSuffixGTE?: InputMaybe<Scalars['String']>;
40626
+ winnerTemplateSuffixHasPrefix?: InputMaybe<Scalars['String']>;
40627
+ winnerTemplateSuffixHasSuffix?: InputMaybe<Scalars['String']>;
40628
+ winnerTemplateSuffixIn?: InputMaybe<Array<Scalars['String']>>;
40629
+ winnerTemplateSuffixIsNil?: InputMaybe<Scalars['Boolean']>;
40630
+ winnerTemplateSuffixLT?: InputMaybe<Scalars['String']>;
40631
+ winnerTemplateSuffixLTE?: InputMaybe<Scalars['String']>;
40632
+ winnerTemplateSuffixNEQ?: InputMaybe<Scalars['String']>;
40633
+ winnerTemplateSuffixNotIn?: InputMaybe<Array<Scalars['String']>>;
40634
+ winnerTemplateSuffixNotNil?: InputMaybe<Scalars['Boolean']>;
38892
40635
  };
38893
40636
  type VerifyStorefrontAccessTokenInput = {
38894
40637
  platformDomain: Scalars['String'];
38895
40638
  token: Scalars['String'];
38896
40639
  };
40640
+ type VisitorJourney = {
40641
+ campaignGroupID?: InputMaybe<Scalars['ID']>;
40642
+ campaignID?: InputMaybe<Scalars['ID']>;
40643
+ campaignVariantType?: InputMaybe<Scalars['String']>;
40644
+ level: Scalars['Int'];
40645
+ locationPath: Scalars['String'];
40646
+ };
38897
40647
  type VisitorStats = {
38898
40648
  /** Total count of visitor */
38899
40649
  totalCount: Scalars['Int'];
38900
40650
  /** Type of visitor e.g. new, returning */
38901
40651
  type?: Maybe<Scalars['String']>;
38902
40652
  };
40653
+ /** Visitor type classification */
40654
+ type VisitorType =
40655
+ /** New visitor */
40656
+ 'NEW'
40657
+ /** Returning visitor */
40658
+ | 'RETURNING';
38903
40659
  /**
38904
40660
  * VisitorWhereInput is used for filtering Visitor objects.
38905
40661
  * Input was generated by ent.
@@ -39104,6 +40860,7 @@ type appAPI_ActivityLogParticipantData = ActivityLogParticipantData;
39104
40860
  type appAPI_ActivityLogWhereInput = ActivityLogWhereInput;
39105
40861
  type appAPI_AddEmployeeInput = AddEmployeeInput;
39106
40862
  type appAPI_Agency = Agency;
40863
+ type appAPI_AgencyBill = AgencyBill;
39107
40864
  type appAPI_AgencyClientRel = AgencyClientRel;
39108
40865
  type appAPI_AgencyClientRelConnection = AgencyClientRelConnection;
39109
40866
  type appAPI_AgencyClientRelEdge = AgencyClientRelEdge;
@@ -39212,6 +40969,9 @@ type appAPI_CartUserError = CartUserError;
39212
40969
  type appAPI_ChannelStats = ChannelStats;
39213
40970
  type appAPI_CheckoutEventStagingEventName = CheckoutEventStagingEventName;
39214
40971
  type appAPI_CheckoutEventStagingWhereInput = CheckoutEventStagingWhereInput;
40972
+ type appAPI_ClickMapPoint = ClickMapPoint;
40973
+ type appAPI_ClickTypeCount = ClickTypeCount;
40974
+ type appAPI_ClickedElement = ClickedElement;
39215
40975
  type appAPI_ClientShop = ClientShop;
39216
40976
  type appAPI_Collection = Collection;
39217
40977
  type appAPI_CollectionConnection = CollectionConnection;
@@ -39240,6 +41000,7 @@ type appAPI_CouponWhereInput = CouponWhereInput;
39240
41000
  type appAPI_CreateAgencyInput = CreateAgencyInput;
39241
41001
  type appAPI_CreateAgencyPackageSharingInput = CreateAgencyPackageSharingInput;
39242
41002
  type appAPI_CreateAssignObjectTriggerConditionInput = CreateAssignObjectTriggerConditionInput;
41003
+ type appAPI_CreateBulkTemplateCategoryInput = CreateBulkTemplateCategoryInput;
39243
41004
  type appAPI_CreateCampaignGroupInput = CreateCampaignGroupInput;
39244
41005
  type appAPI_CreateCampaignInput = CreateCampaignInput;
39245
41006
  type appAPI_CreateCampaignProductInput = CreateCampaignProductInput;
@@ -39286,6 +41047,8 @@ type appAPI_CreateSaleFunnelOfferInput = CreateSaleFunnelOfferInput;
39286
41047
  type appAPI_CreateSaleFunnelRedirectInput = CreateSaleFunnelRedirectInput;
39287
41048
  type appAPI_CreateSaleFunnelTriggerInput = CreateSaleFunnelTriggerInput;
39288
41049
  type appAPI_CreateSalePageProductInput = CreateSalePageProductInput;
41050
+ type appAPI_CreateScheduledPublishInput = CreateScheduledPublishInput;
41051
+ type appAPI_CreateScheduledPublishMetafieldInput = CreateScheduledPublishMetafieldInput;
39289
41052
  type appAPI_CreateShopInput = CreateShopInput;
39290
41053
  type appAPI_CreateShopLibraryThemeInput = CreateShopLibraryThemeInput;
39291
41054
  type appAPI_CreateShopManageRequestInput = CreateShopManageRequestInput;
@@ -39298,6 +41061,7 @@ type appAPI_CreateShopStaffInput = CreateShopStaffInput;
39298
41061
  type appAPI_CreateSpecificProductConditionInput = CreateSpecificProductConditionInput;
39299
41062
  type appAPI_CreateSurveyFeedbackInput = CreateSurveyFeedbackInput;
39300
41063
  type appAPI_CreateSurveyInput = CreateSurveyInput;
41064
+ type appAPI_CreateTemplateCategoryChildInput = CreateTemplateCategoryChildInput;
39301
41065
  type appAPI_CreateTemplatePackageInput = CreateTemplatePackageInput;
39302
41066
  type appAPI_CreateThemeInput = CreateThemeInput;
39303
41067
  type appAPI_CreateThemePageCustomSectionInput = CreateThemePageCustomSectionInput;
@@ -39342,6 +41106,8 @@ type appAPI_DeployTarget = DeployTarget;
39342
41106
  type appAPI_DeploymentEvent = DeploymentEvent;
39343
41107
  type appAPI_DeploymentPayload = DeploymentPayload;
39344
41108
  type appAPI_DeviceStats = DeviceStats;
41109
+ type appAPI_DeviceType = DeviceType;
41110
+ type appAPI_DeviceTypeCount = DeviceTypeCount;
39345
41111
  type appAPI_DiscountAllocation = DiscountAllocation;
39346
41112
  type appAPI_DiscountPlatform = DiscountPlatform;
39347
41113
  type appAPI_DiscountUnit = DiscountUnit;
@@ -39421,6 +41187,21 @@ type appAPI_GlobalStoreVersionEdge = GlobalStoreVersionEdge;
39421
41187
  type appAPI_GlobalStoreVersionOrder = GlobalStoreVersionOrder;
39422
41188
  type appAPI_GlobalStoreVersionOrderField = GlobalStoreVersionOrderField;
39423
41189
  type appAPI_GlobalStoreVersionWhereInput = GlobalStoreVersionWhereInput;
41190
+ type appAPI_GpPageViewStat = GpPageViewStat;
41191
+ type appAPI_GpPageViewStatConnection = GpPageViewStatConnection;
41192
+ type appAPI_GpPageViewStatEdge = GpPageViewStatEdge;
41193
+ type appAPI_GpPageViewStatOrder = GpPageViewStatOrder;
41194
+ type appAPI_GpPageViewStatOrderField = GpPageViewStatOrderField;
41195
+ type appAPI_GpPageViewStatWhereInput = GpPageViewStatWhereInput;
41196
+ type appAPI_HeatmapAnalytics = HeatmapAnalytics;
41197
+ type appAPI_HeatmapAnalyticsWhereInput = HeatmapAnalyticsWhereInput;
41198
+ type appAPI_HeatmapClickType = HeatmapClickType;
41199
+ type appAPI_HeatmapClicksWhereInput = HeatmapClicksWhereInput;
41200
+ type appAPI_HeatmapLogWhereInput = HeatmapLogWhereInput;
41201
+ type appAPI_HeatmapScrollData = HeatmapScrollData;
41202
+ type appAPI_HeatmapScrollRow = HeatmapScrollRow;
41203
+ type appAPI_HeatmapScrollWhereInput = HeatmapScrollWhereInput;
41204
+ type appAPI_HeatmapVisitorStats = HeatmapVisitorStats;
39424
41205
  type appAPI_Icon = Icon;
39425
41206
  type appAPI_IconConnection = IconConnection;
39426
41207
  type appAPI_IconEdge = IconEdge;
@@ -39430,6 +41211,7 @@ type appAPI_IconType = IconType;
39430
41211
  type appAPI_IconWhereInput = IconWhereInput;
39431
41212
  type appAPI_InputMaybe<T> = InputMaybe<T>;
39432
41213
  type appAPI_IntervalMode = IntervalMode;
41214
+ type appAPI_JourneyMatchType = JourneyMatchType;
39433
41215
  type appAPI_JsonFilter = JsonFilter;
39434
41216
  type appAPI_Level = Level;
39435
41217
  type appAPI_LibraryBadge = LibraryBadge;
@@ -39502,6 +41284,9 @@ type appAPI_LineItemWhereInput = LineItemWhereInput;
39502
41284
  type appAPI_MakeMaybe<T, K extends keyof T> = MakeMaybe<T, K>;
39503
41285
  type appAPI_MakeOptional<T, K extends keyof T> = MakeOptional<T, K>;
39504
41286
  type appAPI_MakeSaleFunnelCampaignWinnerInput = MakeSaleFunnelCampaignWinnerInput;
41287
+ type appAPI_MakeWinnerInput = MakeWinnerInput;
41288
+ type appAPI_MakeWinnerTargetObject = MakeWinnerTargetObject;
41289
+ type appAPI_MakeWinnerVariant = MakeWinnerVariant;
39505
41290
  type appAPI_Maybe<T> = Maybe<T>;
39506
41291
  type appAPI_Media = Media;
39507
41292
  type appAPI_MediaConnection = MediaConnection;
@@ -39613,6 +41398,7 @@ type appAPI_MutationLibraryTemplateTagCreateArgs = MutationLibraryTemplateTagCre
39613
41398
  type appAPI_MutationLibraryTemplateTagDeleteArgs = MutationLibraryTemplateTagDeleteArgs;
39614
41399
  type appAPI_MutationLibraryTemplateUpdateArgs = MutationLibraryTemplateUpdateArgs;
39615
41400
  type appAPI_MutationMakeStyleGlobalArgs = MutationMakeStyleGlobalArgs;
41401
+ type appAPI_MutationMakeWinnerArgs = MutationMakeWinnerArgs;
39616
41402
  type appAPI_MutationOfferCheapestProductConditionCreateArgs = MutationOfferCheapestProductConditionCreateArgs;
39617
41403
  type appAPI_MutationOfferDynamicDiscountCreateOrUpdateArgs = MutationOfferDynamicDiscountCreateOrUpdateArgs;
39618
41404
  type appAPI_MutationOfferDynamicDiscountDeleteArgs = MutationOfferDynamicDiscountDeleteArgs;
@@ -39653,6 +41439,7 @@ type appAPI_MutationPlatformOriginalTemplateDeleteArgs = MutationPlatformOrigina
39653
41439
  type appAPI_MutationPlatformOriginalTemplateResetArgs = MutationPlatformOriginalTemplateResetArgs;
39654
41440
  type appAPI_MutationPlatformOriginalTemplateSyncArgs = MutationPlatformOriginalTemplateSyncArgs;
39655
41441
  type appAPI_MutationPlatformOriginalTemplateUpsertArgs = MutationPlatformOriginalTemplateUpsertArgs;
41442
+ type appAPI_MutationPlatformThemeFileDeleteArgs = MutationPlatformThemeFileDeleteArgs;
39656
41443
  type appAPI_MutationProductCollectionConditionCreateArgs = MutationProductCollectionConditionCreateArgs;
39657
41444
  type appAPI_MutationProductCollectionConditionUpdateArgs = MutationProductCollectionConditionUpdateArgs;
39658
41445
  type appAPI_MutationProductDiscountActivateArgs = MutationProductDiscountActivateArgs;
@@ -39707,6 +41494,10 @@ type appAPI_MutationSaleFunnelUpdateArgs = MutationSaleFunnelUpdateArgs;
39707
41494
  type appAPI_MutationSalePageProductCreateArgs = MutationSalePageProductCreateArgs;
39708
41495
  type appAPI_MutationSalePageProductDeleteArgs = MutationSalePageProductDeleteArgs;
39709
41496
  type appAPI_MutationSalePageProductUpdateArgs = MutationSalePageProductUpdateArgs;
41497
+ type appAPI_MutationScheduledPublishCancelArgs = MutationScheduledPublishCancelArgs;
41498
+ type appAPI_MutationScheduledPublishCreateArgs = MutationScheduledPublishCreateArgs;
41499
+ type appAPI_MutationScheduledPublishForceStartArgs = MutationScheduledPublishForceStartArgs;
41500
+ type appAPI_MutationScheduledPublishUpdateArgs = MutationScheduledPublishUpdateArgs;
39710
41501
  type appAPI_MutationSectionCategoryAddSectionsArgs = MutationSectionCategoryAddSectionsArgs;
39711
41502
  type appAPI_MutationSectionCategoryCreateBulkArgs = MutationSectionCategoryCreateBulkArgs;
39712
41503
  type appAPI_MutationSectionCategoryDeleteBulkArgs = MutationSectionCategoryDeleteBulkArgs;
@@ -39899,6 +41690,12 @@ type appAPI_OfferProductVariantCondition = OfferProductVariantCondition;
39899
41690
  type appAPI_OfferProductVariantStatWhereInput = OfferProductVariantStatWhereInput;
39900
41691
  type appAPI_OfferProductWhereInput = OfferProductWhereInput;
39901
41692
  type appAPI_OfferSpecificProductCondition = OfferSpecificProductCondition;
41693
+ type appAPI_OnlineStoreTag = OnlineStoreTag;
41694
+ type appAPI_OnlineStoreTagConnection = OnlineStoreTagConnection;
41695
+ type appAPI_OnlineStoreTagEdge = OnlineStoreTagEdge;
41696
+ type appAPI_OnlineStoreTagOrder = OnlineStoreTagOrder;
41697
+ type appAPI_OnlineStoreTagOrderField = OnlineStoreTagOrderField;
41698
+ type appAPI_OnlineStoreTagWhereInput = OnlineStoreTagWhereInput;
39902
41699
  type appAPI_OrderDirection = OrderDirection;
39903
41700
  type appAPI_OrderJourney = OrderJourney;
39904
41701
  type appAPI_OrderJourneyInput = OrderJourneyInput;
@@ -39936,6 +41733,7 @@ type appAPI_PageSectionOrderField = PageSectionOrderField;
39936
41733
  type appAPI_PageSectionVersion = PageSectionVersion;
39937
41734
  type appAPI_PageSectionVersionWhereInput = PageSectionVersionWhereInput;
39938
41735
  type appAPI_PageSectionWhereInput = PageSectionWhereInput;
41736
+ type appAPI_PageSnapshotWhereInput = PageSnapshotWhereInput;
39939
41737
  type appAPI_PageWhereInput = PageWhereInput;
39940
41738
  type appAPI_PathAnalytic = PathAnalytic;
39941
41739
  type appAPI_PathAnalyticInput = PathAnalyticInput;
@@ -39958,6 +41756,10 @@ type appAPI_PlatformPageConnection = PlatformPageConnection;
39958
41756
  type appAPI_PlatformPageEdge = PlatformPageEdge;
39959
41757
  type appAPI_PlatformPageSectionWhereInput = PlatformPageSectionWhereInput;
39960
41758
  type appAPI_PlatformPageType = PlatformPageType;
41759
+ type appAPI_PlatformThemeFile = PlatformThemeFile;
41760
+ type appAPI_PlatformThemeFileConnection = PlatformThemeFileConnection;
41761
+ type appAPI_PlatformThemeFileEdge = PlatformThemeFileEdge;
41762
+ type appAPI_PlatformThemeFilePageInfo = PlatformThemeFilePageInfo;
39961
41763
  type appAPI_PrerequisitePriceRuleWhereInput = PrerequisitePriceRuleWhereInput;
39962
41764
  type appAPI_PreviewCustomSectionType = PreviewCustomSectionType;
39963
41765
  type appAPI_PreviewPageInteraction = PreviewPageInteraction;
@@ -40088,6 +41890,7 @@ type appAPI_QueryActivityLogArgs = QueryActivityLogArgs;
40088
41890
  type appAPI_QueryActivityLogsArgs = QueryActivityLogsArgs;
40089
41891
  type appAPI_QueryAgenciesArgs = QueryAgenciesArgs;
40090
41892
  type appAPI_QueryAgencyArgs = QueryAgencyArgs;
41893
+ type appAPI_QueryAgencyBillArgs = QueryAgencyBillArgs;
40091
41894
  type appAPI_QueryAgencyClientRelArgs = QueryAgencyClientRelArgs;
40092
41895
  type appAPI_QueryAgencyClientRelsArgs = QueryAgencyClientRelsArgs;
40093
41896
  type appAPI_QueryAgencyPackageSharingArgs = QueryAgencyPackageSharingArgs;
@@ -40106,6 +41909,7 @@ type appAPI_QueryCampaignProductsArgs = QueryCampaignProductsArgs;
40106
41909
  type appAPI_QueryCampaignVersionsArgs = QueryCampaignVersionsArgs;
40107
41910
  type appAPI_QueryCampaignsArgs = QueryCampaignsArgs;
40108
41911
  type appAPI_QueryCartArgs = QueryCartArgs;
41912
+ type appAPI_QueryClickedElementsArgs = QueryClickedElementsArgs;
40109
41913
  type appAPI_QueryCollectionArgs = QueryCollectionArgs;
40110
41914
  type appAPI_QueryCollectionsArgs = QueryCollectionsArgs;
40111
41915
  type appAPI_QueryCouponsArgs = QueryCouponsArgs;
@@ -40126,6 +41930,10 @@ type appAPI_QueryGlobalComponentsArgs = QueryGlobalComponentsArgs;
40126
41930
  type appAPI_QueryGlobalSettingByKeyArgs = QueryGlobalSettingByKeyArgs;
40127
41931
  type appAPI_QueryGlobalSettingsArgs = QueryGlobalSettingsArgs;
40128
41932
  type appAPI_QueryGlobalStoreVersionsArgs = QueryGlobalStoreVersionsArgs;
41933
+ type appAPI_QueryGpPageViewStatsArgs = QueryGpPageViewStatsArgs;
41934
+ type appAPI_QueryHeatmapAnalyticsArgs = QueryHeatmapAnalyticsArgs;
41935
+ type appAPI_QueryHeatmapClicksArgs = QueryHeatmapClicksArgs;
41936
+ type appAPI_QueryHeatmapScrollArgs = QueryHeatmapScrollArgs;
40129
41937
  type appAPI_QueryIconsArgs = QueryIconsArgs;
40130
41938
  type appAPI_QueryIsDomainMisconfiguredArgs = QueryIsDomainMisconfiguredArgs;
40131
41939
  type appAPI_QueryLibraryBadgeArgs = QueryLibraryBadgeArgs;
@@ -40145,6 +41953,7 @@ type appAPI_QueryMediaArgs = QueryMediaArgs;
40145
41953
  type appAPI_QueryMediasArgs = QueryMediasArgs;
40146
41954
  type appAPI_QueryMetafieldDefinitionsArgs = QueryMetafieldDefinitionsArgs;
40147
41955
  type appAPI_QueryMetafieldsArgs = QueryMetafieldsArgs;
41956
+ type appAPI_QueryOnlineStoreTagsArgs = QueryOnlineStoreTagsArgs;
40148
41957
  type appAPI_QueryOrderJourneyArgs = QueryOrderJourneyArgs;
40149
41958
  type appAPI_QueryPageAnalyticsArgs = QueryPageAnalyticsArgs;
40150
41959
  type appAPI_QueryPageArgs = QueryPageArgs;
@@ -40161,6 +41970,7 @@ type appAPI_QueryPlansArgs = QueryPlansArgs;
40161
41970
  type appAPI_QueryPlansEligibleArgs = QueryPlansEligibleArgs;
40162
41971
  type appAPI_QueryPlatformOriginalTemplateArgs = QueryPlatformOriginalTemplateArgs;
40163
41972
  type appAPI_QueryPlatformPagesArgs = QueryPlatformPagesArgs;
41973
+ type appAPI_QueryPlatformThemeFilesArgs = QueryPlatformThemeFilesArgs;
40164
41974
  type appAPI_QueryPreviewPageArgs = QueryPreviewPageArgs;
40165
41975
  type appAPI_QueryPreviewThemePageArgs = QueryPreviewThemePageArgs;
40166
41976
  type appAPI_QueryProductArgs = QueryProductArgs;
@@ -40197,6 +42007,7 @@ type appAPI_QuerySaleFunnelRevenuesArgs = QuerySaleFunnelRevenuesArgs;
40197
42007
  type appAPI_QuerySaleFunnelStatsArgs = QuerySaleFunnelStatsArgs;
40198
42008
  type appAPI_QuerySaleFunnelTotalStatArgs = QuerySaleFunnelTotalStatArgs;
40199
42009
  type appAPI_QuerySaleFunnelsArgs = QuerySaleFunnelsArgs;
42010
+ type appAPI_QueryScheduledPublishesArgs = QueryScheduledPublishesArgs;
40200
42011
  type appAPI_QuerySectionCategoriesArgs = QuerySectionCategoriesArgs;
40201
42012
  type appAPI_QuerySeoAuditArgs = QuerySeoAuditArgs;
40202
42013
  type appAPI_QueryShopDeploymentEventsArgs = QueryShopDeploymentEventsArgs;
@@ -40226,6 +42037,7 @@ type appAPI_QueryShopPlatformVerifyScopeArgs = QueryShopPlatformVerifyScopeArgs;
40226
42037
  type appAPI_QueryShopStaffArgs = QueryShopStaffArgs;
40227
42038
  type appAPI_QueryShopStaffsArgs = QueryShopStaffsArgs;
40228
42039
  type appAPI_QueryShopsArgs = QueryShopsArgs;
42040
+ type appAPI_QuerySnapshotsByVariantArgs = QuerySnapshotsByVariantArgs;
40229
42041
  type appAPI_QuerySubscriptionTrialUsagesArgs = QuerySubscriptionTrialUsagesArgs;
40230
42042
  type appAPI_QuerySubscriptionsArgs = QuerySubscriptionsArgs;
40231
42043
  type appAPI_QuerySurveyFeedbacksArgs = QuerySurveyFeedbacksArgs;
@@ -40340,12 +42152,31 @@ type appAPI_SaleFunnelWhereInput = SaleFunnelWhereInput;
40340
42152
  type appAPI_SalePageProduct = SalePageProduct;
40341
42153
  type appAPI_SalePageProductWhereInput = SalePageProductWhereInput;
40342
42154
  type appAPI_Scalars = Scalars;
42155
+ type appAPI_ScheduledPublish = ScheduledPublish;
42156
+ type appAPI_ScheduledPublishCancellationReason = ScheduledPublishCancellationReason;
42157
+ type appAPI_ScheduledPublishConnection = ScheduledPublishConnection;
42158
+ type appAPI_ScheduledPublishEdge = ScheduledPublishEdge;
42159
+ type appAPI_ScheduledPublishMetafield = ScheduledPublishMetafield;
42160
+ type appAPI_ScheduledPublishMetafieldScope = ScheduledPublishMetafieldScope;
42161
+ type appAPI_ScheduledPublishMetafieldWhereInput = ScheduledPublishMetafieldWhereInput;
42162
+ type appAPI_ScheduledPublishOrder = ScheduledPublishOrder;
42163
+ type appAPI_ScheduledPublishOrderField = ScheduledPublishOrderField;
42164
+ type appAPI_ScheduledPublishPageType = ScheduledPublishPageType;
42165
+ type appAPI_ScheduledPublishStatus = ScheduledPublishStatus;
42166
+ type appAPI_ScheduledPublishWhereInput = ScheduledPublishWhereInput;
42167
+ type appAPI_ScrollType = ScrollType;
40343
42168
  type appAPI_SectionCategory = SectionCategory;
40344
42169
  type appAPI_SectionCategoryInputCreate = SectionCategoryInputCreate;
40345
42170
  type appAPI_SectionCategoryInputUpdate = SectionCategoryInputUpdate;
40346
42171
  type appAPI_SectionCategoryWhereInput = SectionCategoryWhereInput;
40347
42172
  type appAPI_SectionChildCategoryInputCreate = SectionChildCategoryInputCreate;
40348
42173
  type appAPI_SelectedOption = SelectedOption;
42174
+ type appAPI_SellingPlan = SellingPlan;
42175
+ type appAPI_SellingPlanGroup = SellingPlanGroup;
42176
+ type appAPI_SellingPlanGroupPlatform = SellingPlanGroupPlatform;
42177
+ type appAPI_SellingPlanGroupWhereInput = SellingPlanGroupWhereInput;
42178
+ type appAPI_SellingPlanPlatform = SellingPlanPlatform;
42179
+ type appAPI_SellingPlanWhereInput = SellingPlanWhereInput;
40349
42180
  type appAPI_Shop = Shop;
40350
42181
  type appAPI_ShopAnalyticStateWhereInput = ShopAnalyticStateWhereInput;
40351
42182
  type appAPI_ShopConnection = ShopConnection;
@@ -40459,8 +42290,11 @@ type appAPI_ShopTokenWhereInput = ShopTokenWhereInput;
40459
42290
  type appAPI_ShopWhereInput = ShopWhereInput;
40460
42291
  type appAPI_ShopifyPlan = ShopifyPlan;
40461
42292
  type appAPI_ShopifyTheme = ShopifyTheme;
42293
+ type appAPI_SnapshotData = SnapshotData;
42294
+ type appAPI_SocketImportedThemePage = SocketImportedThemePage;
40462
42295
  type appAPI_SocketStatus = SocketStatus;
40463
42296
  type appAPI_SocketThemePageImport = SocketThemePageImport;
42297
+ type appAPI_SocketThemePageImportDetails = SocketThemePageImportDetails;
40464
42298
  type appAPI_SpecificProductCondition = SpecificProductCondition;
40465
42299
  type appAPI_SplitTestingCampaignVersion = SplitTestingCampaignVersion;
40466
42300
  type appAPI_SplitTestingCampaignVersionWhereInput = SplitTestingCampaignVersionWhereInput;
@@ -40506,17 +42340,15 @@ type appAPI_TagOrder = TagOrder;
40506
42340
  type appAPI_TagOrderField = TagOrderField;
40507
42341
  type appAPI_TagType = TagType;
40508
42342
  type appAPI_TagWhereInput = TagWhereInput;
40509
- type appAPI_TemplateCategoriesInputCreate = TemplateCategoriesInputCreate;
40510
42343
  type appAPI_TemplateCategory = TemplateCategory;
40511
- type appAPI_TemplateCategoryInputUpdate = TemplateCategoryInputUpdate;
40512
42344
  type appAPI_TemplateCategoryWhereInput = TemplateCategoryWhereInput;
40513
- type appAPI_TemplateChildCategoryInputCreate = TemplateChildCategoryInputCreate;
40514
42345
  type appAPI_TemplatePackage = TemplatePackage;
40515
42346
  type appAPI_TemplatePackageConnection = TemplatePackageConnection;
40516
42347
  type appAPI_TemplatePackageEdge = TemplatePackageEdge;
40517
42348
  type appAPI_TemplatePackageOrder = TemplatePackageOrder;
40518
42349
  type appAPI_TemplatePackageOrderField = TemplatePackageOrderField;
40519
42350
  type appAPI_TemplatePackageWhereInput = TemplatePackageWhereInput;
42351
+ type appAPI_TemplateSource = TemplateSource;
40520
42352
  type appAPI_Theme = Theme;
40521
42353
  type appAPI_ThemeConnection = ThemeConnection;
40522
42354
  type appAPI_ThemeEdge = ThemeEdge;
@@ -40601,6 +42433,7 @@ type appAPI_TriggerConditionWhereInput = TriggerConditionWhereInput;
40601
42433
  type appAPI_UpdateAgencyInput = UpdateAgencyInput;
40602
42434
  type appAPI_UpdateAgencyPackageSharingInput = UpdateAgencyPackageSharingInput;
40603
42435
  type appAPI_UpdateAssignObjectTriggerConditionInput = UpdateAssignObjectTriggerConditionInput;
42436
+ type appAPI_UpdateBulkTemplateCategoryInput = UpdateBulkTemplateCategoryInput;
40604
42437
  type appAPI_UpdateCampaignGroupInput = UpdateCampaignGroupInput;
40605
42438
  type appAPI_UpdateCampaignInput = UpdateCampaignInput;
40606
42439
  type appAPI_UpdateCampaignProductInput = UpdateCampaignProductInput;
@@ -40637,6 +42470,7 @@ type appAPI_UpdateSaleFunnelInput = UpdateSaleFunnelInput;
40637
42470
  type appAPI_UpdateSaleFunnelOfferInput = UpdateSaleFunnelOfferInput;
40638
42471
  type appAPI_UpdateSaleFunnelRedirectInput = UpdateSaleFunnelRedirectInput;
40639
42472
  type appAPI_UpdateSalePageProductInput = UpdateSalePageProductInput;
42473
+ type appAPI_UpdateScheduledPublishInput = UpdateScheduledPublishInput;
40640
42474
  type appAPI_UpdateShopInput = UpdateShopInput;
40641
42475
  type appAPI_UpdateShopLibraryOfferInput = UpdateShopLibraryOfferInput;
40642
42476
  type appAPI_UpdateShopLibraryPageInput = UpdateShopLibraryPageInput;
@@ -40646,6 +42480,7 @@ type appAPI_UpdateShopStaffInput = UpdateShopStaffInput;
40646
42480
  type appAPI_UpdateSpecificProductConditionInput = UpdateSpecificProductConditionInput;
40647
42481
  type appAPI_UpdateSurveyInput = UpdateSurveyInput;
40648
42482
  type appAPI_UpdateTagInput = UpdateTagInput;
42483
+ type appAPI_UpdateTemplateCategoryInput = UpdateTemplateCategoryInput;
40649
42484
  type appAPI_UpdateTemplatePackageInput = UpdateTemplatePackageInput;
40650
42485
  type appAPI_UpdateThemeInput = UpdateThemeInput;
40651
42486
  type appAPI_UpdateThemePageGlobalComponentInput = UpdateThemePageGlobalComponentInput;
@@ -40713,7 +42548,9 @@ type appAPI_VariantTemplate = VariantTemplate;
40713
42548
  type appAPI_VariantTemplateWhereInput = VariantTemplateWhereInput;
40714
42549
  type appAPI_VariantWhereInput = VariantWhereInput;
40715
42550
  type appAPI_VerifyStorefrontAccessTokenInput = VerifyStorefrontAccessTokenInput;
42551
+ type appAPI_VisitorJourney = VisitorJourney;
40716
42552
  type appAPI_VisitorStats = VisitorStats;
42553
+ type appAPI_VisitorType = VisitorType;
40717
42554
  type appAPI_VisitorWhereInput = VisitorWhereInput;
40718
42555
  declare namespace appAPI {
40719
42556
  export {
@@ -40729,6 +42566,7 @@ declare namespace appAPI {
40729
42566
  appAPI_ActivityLogWhereInput as ActivityLogWhereInput,
40730
42567
  appAPI_AddEmployeeInput as AddEmployeeInput,
40731
42568
  appAPI_Agency as Agency,
42569
+ appAPI_AgencyBill as AgencyBill,
40732
42570
  appAPI_AgencyClientRel as AgencyClientRel,
40733
42571
  appAPI_AgencyClientRelConnection as AgencyClientRelConnection,
40734
42572
  appAPI_AgencyClientRelEdge as AgencyClientRelEdge,
@@ -40838,6 +42676,9 @@ declare namespace appAPI {
40838
42676
  appAPI_ChannelStats as ChannelStats,
40839
42677
  appAPI_CheckoutEventStagingEventName as CheckoutEventStagingEventName,
40840
42678
  appAPI_CheckoutEventStagingWhereInput as CheckoutEventStagingWhereInput,
42679
+ appAPI_ClickMapPoint as ClickMapPoint,
42680
+ appAPI_ClickTypeCount as ClickTypeCount,
42681
+ appAPI_ClickedElement as ClickedElement,
40841
42682
  appAPI_ClientShop as ClientShop,
40842
42683
  appAPI_Collection as Collection,
40843
42684
  appAPI_CollectionConnection as CollectionConnection,
@@ -40866,6 +42707,7 @@ declare namespace appAPI {
40866
42707
  appAPI_CreateAgencyInput as CreateAgencyInput,
40867
42708
  appAPI_CreateAgencyPackageSharingInput as CreateAgencyPackageSharingInput,
40868
42709
  appAPI_CreateAssignObjectTriggerConditionInput as CreateAssignObjectTriggerConditionInput,
42710
+ appAPI_CreateBulkTemplateCategoryInput as CreateBulkTemplateCategoryInput,
40869
42711
  appAPI_CreateCampaignGroupInput as CreateCampaignGroupInput,
40870
42712
  appAPI_CreateCampaignInput as CreateCampaignInput,
40871
42713
  appAPI_CreateCampaignProductInput as CreateCampaignProductInput,
@@ -40912,6 +42754,8 @@ declare namespace appAPI {
40912
42754
  appAPI_CreateSaleFunnelRedirectInput as CreateSaleFunnelRedirectInput,
40913
42755
  appAPI_CreateSaleFunnelTriggerInput as CreateSaleFunnelTriggerInput,
40914
42756
  appAPI_CreateSalePageProductInput as CreateSalePageProductInput,
42757
+ appAPI_CreateScheduledPublishInput as CreateScheduledPublishInput,
42758
+ appAPI_CreateScheduledPublishMetafieldInput as CreateScheduledPublishMetafieldInput,
40915
42759
  appAPI_CreateShopInput as CreateShopInput,
40916
42760
  appAPI_CreateShopLibraryThemeInput as CreateShopLibraryThemeInput,
40917
42761
  appAPI_CreateShopManageRequestInput as CreateShopManageRequestInput,
@@ -40924,6 +42768,7 @@ declare namespace appAPI {
40924
42768
  appAPI_CreateSpecificProductConditionInput as CreateSpecificProductConditionInput,
40925
42769
  appAPI_CreateSurveyFeedbackInput as CreateSurveyFeedbackInput,
40926
42770
  appAPI_CreateSurveyInput as CreateSurveyInput,
42771
+ appAPI_CreateTemplateCategoryChildInput as CreateTemplateCategoryChildInput,
40927
42772
  appAPI_CreateTemplatePackageInput as CreateTemplatePackageInput,
40928
42773
  appAPI_CreateThemeInput as CreateThemeInput,
40929
42774
  appAPI_CreateThemePageCustomSectionInput as CreateThemePageCustomSectionInput,
@@ -40968,6 +42813,8 @@ declare namespace appAPI {
40968
42813
  appAPI_DeploymentEvent as DeploymentEvent,
40969
42814
  appAPI_DeploymentPayload as DeploymentPayload,
40970
42815
  appAPI_DeviceStats as DeviceStats,
42816
+ appAPI_DeviceType as DeviceType,
42817
+ appAPI_DeviceTypeCount as DeviceTypeCount,
40971
42818
  appAPI_DiscountAllocation as DiscountAllocation,
40972
42819
  appAPI_DiscountPlatform as DiscountPlatform,
40973
42820
  appAPI_DiscountUnit as DiscountUnit,
@@ -41045,6 +42892,21 @@ declare namespace appAPI {
41045
42892
  appAPI_GlobalStoreVersionOrder as GlobalStoreVersionOrder,
41046
42893
  appAPI_GlobalStoreVersionOrderField as GlobalStoreVersionOrderField,
41047
42894
  appAPI_GlobalStoreVersionWhereInput as GlobalStoreVersionWhereInput,
42895
+ appAPI_GpPageViewStat as GpPageViewStat,
42896
+ appAPI_GpPageViewStatConnection as GpPageViewStatConnection,
42897
+ appAPI_GpPageViewStatEdge as GpPageViewStatEdge,
42898
+ appAPI_GpPageViewStatOrder as GpPageViewStatOrder,
42899
+ appAPI_GpPageViewStatOrderField as GpPageViewStatOrderField,
42900
+ appAPI_GpPageViewStatWhereInput as GpPageViewStatWhereInput,
42901
+ appAPI_HeatmapAnalytics as HeatmapAnalytics,
42902
+ appAPI_HeatmapAnalyticsWhereInput as HeatmapAnalyticsWhereInput,
42903
+ appAPI_HeatmapClickType as HeatmapClickType,
42904
+ appAPI_HeatmapClicksWhereInput as HeatmapClicksWhereInput,
42905
+ appAPI_HeatmapLogWhereInput as HeatmapLogWhereInput,
42906
+ appAPI_HeatmapScrollData as HeatmapScrollData,
42907
+ appAPI_HeatmapScrollRow as HeatmapScrollRow,
42908
+ appAPI_HeatmapScrollWhereInput as HeatmapScrollWhereInput,
42909
+ appAPI_HeatmapVisitorStats as HeatmapVisitorStats,
41048
42910
  appAPI_Icon as Icon,
41049
42911
  appAPI_IconConnection as IconConnection,
41050
42912
  appAPI_IconEdge as IconEdge,
@@ -41054,6 +42916,7 @@ declare namespace appAPI {
41054
42916
  appAPI_IconWhereInput as IconWhereInput,
41055
42917
  appAPI_InputMaybe as InputMaybe,
41056
42918
  appAPI_IntervalMode as IntervalMode,
42919
+ appAPI_JourneyMatchType as JourneyMatchType,
41057
42920
  appAPI_JsonFilter as JsonFilter,
41058
42921
  appAPI_Level as Level,
41059
42922
  appAPI_LibraryBadge as LibraryBadge,
@@ -41126,6 +42989,9 @@ declare namespace appAPI {
41126
42989
  appAPI_MakeMaybe as MakeMaybe,
41127
42990
  appAPI_MakeOptional as MakeOptional,
41128
42991
  appAPI_MakeSaleFunnelCampaignWinnerInput as MakeSaleFunnelCampaignWinnerInput,
42992
+ appAPI_MakeWinnerInput as MakeWinnerInput,
42993
+ appAPI_MakeWinnerTargetObject as MakeWinnerTargetObject,
42994
+ appAPI_MakeWinnerVariant as MakeWinnerVariant,
41129
42995
  appAPI_Maybe as Maybe,
41130
42996
  appAPI_Media as Media,
41131
42997
  appAPI_MediaConnection as MediaConnection,
@@ -41237,6 +43103,7 @@ declare namespace appAPI {
41237
43103
  appAPI_MutationLibraryTemplateTagDeleteArgs as MutationLibraryTemplateTagDeleteArgs,
41238
43104
  appAPI_MutationLibraryTemplateUpdateArgs as MutationLibraryTemplateUpdateArgs,
41239
43105
  appAPI_MutationMakeStyleGlobalArgs as MutationMakeStyleGlobalArgs,
43106
+ appAPI_MutationMakeWinnerArgs as MutationMakeWinnerArgs,
41240
43107
  appAPI_MutationOfferCheapestProductConditionCreateArgs as MutationOfferCheapestProductConditionCreateArgs,
41241
43108
  appAPI_MutationOfferDynamicDiscountCreateOrUpdateArgs as MutationOfferDynamicDiscountCreateOrUpdateArgs,
41242
43109
  appAPI_MutationOfferDynamicDiscountDeleteArgs as MutationOfferDynamicDiscountDeleteArgs,
@@ -41277,6 +43144,7 @@ declare namespace appAPI {
41277
43144
  appAPI_MutationPlatformOriginalTemplateResetArgs as MutationPlatformOriginalTemplateResetArgs,
41278
43145
  appAPI_MutationPlatformOriginalTemplateSyncArgs as MutationPlatformOriginalTemplateSyncArgs,
41279
43146
  appAPI_MutationPlatformOriginalTemplateUpsertArgs as MutationPlatformOriginalTemplateUpsertArgs,
43147
+ appAPI_MutationPlatformThemeFileDeleteArgs as MutationPlatformThemeFileDeleteArgs,
41280
43148
  appAPI_MutationProductCollectionConditionCreateArgs as MutationProductCollectionConditionCreateArgs,
41281
43149
  appAPI_MutationProductCollectionConditionUpdateArgs as MutationProductCollectionConditionUpdateArgs,
41282
43150
  appAPI_MutationProductDiscountActivateArgs as MutationProductDiscountActivateArgs,
@@ -41331,6 +43199,10 @@ declare namespace appAPI {
41331
43199
  appAPI_MutationSalePageProductCreateArgs as MutationSalePageProductCreateArgs,
41332
43200
  appAPI_MutationSalePageProductDeleteArgs as MutationSalePageProductDeleteArgs,
41333
43201
  appAPI_MutationSalePageProductUpdateArgs as MutationSalePageProductUpdateArgs,
43202
+ appAPI_MutationScheduledPublishCancelArgs as MutationScheduledPublishCancelArgs,
43203
+ appAPI_MutationScheduledPublishCreateArgs as MutationScheduledPublishCreateArgs,
43204
+ appAPI_MutationScheduledPublishForceStartArgs as MutationScheduledPublishForceStartArgs,
43205
+ appAPI_MutationScheduledPublishUpdateArgs as MutationScheduledPublishUpdateArgs,
41334
43206
  appAPI_MutationSectionCategoryAddSectionsArgs as MutationSectionCategoryAddSectionsArgs,
41335
43207
  appAPI_MutationSectionCategoryCreateBulkArgs as MutationSectionCategoryCreateBulkArgs,
41336
43208
  appAPI_MutationSectionCategoryDeleteBulkArgs as MutationSectionCategoryDeleteBulkArgs,
@@ -41523,6 +43395,12 @@ declare namespace appAPI {
41523
43395
  appAPI_OfferProductVariantStatWhereInput as OfferProductVariantStatWhereInput,
41524
43396
  appAPI_OfferProductWhereInput as OfferProductWhereInput,
41525
43397
  appAPI_OfferSpecificProductCondition as OfferSpecificProductCondition,
43398
+ appAPI_OnlineStoreTag as OnlineStoreTag,
43399
+ appAPI_OnlineStoreTagConnection as OnlineStoreTagConnection,
43400
+ appAPI_OnlineStoreTagEdge as OnlineStoreTagEdge,
43401
+ appAPI_OnlineStoreTagOrder as OnlineStoreTagOrder,
43402
+ appAPI_OnlineStoreTagOrderField as OnlineStoreTagOrderField,
43403
+ appAPI_OnlineStoreTagWhereInput as OnlineStoreTagWhereInput,
41526
43404
  appAPI_OrderDirection as OrderDirection,
41527
43405
  appAPI_OrderJourney as OrderJourney,
41528
43406
  appAPI_OrderJourneyInput as OrderJourneyInput,
@@ -41560,6 +43438,7 @@ declare namespace appAPI {
41560
43438
  appAPI_PageSectionVersion as PageSectionVersion,
41561
43439
  appAPI_PageSectionVersionWhereInput as PageSectionVersionWhereInput,
41562
43440
  appAPI_PageSectionWhereInput as PageSectionWhereInput,
43441
+ appAPI_PageSnapshotWhereInput as PageSnapshotWhereInput,
41563
43442
  appAPI_PageWhereInput as PageWhereInput,
41564
43443
  appAPI_PathAnalytic as PathAnalytic,
41565
43444
  appAPI_PathAnalyticInput as PathAnalyticInput,
@@ -41583,6 +43462,10 @@ declare namespace appAPI {
41583
43462
  appAPI_PlatformPageEdge as PlatformPageEdge,
41584
43463
  appAPI_PlatformPageSectionWhereInput as PlatformPageSectionWhereInput,
41585
43464
  appAPI_PlatformPageType as PlatformPageType,
43465
+ appAPI_PlatformThemeFile as PlatformThemeFile,
43466
+ appAPI_PlatformThemeFileConnection as PlatformThemeFileConnection,
43467
+ appAPI_PlatformThemeFileEdge as PlatformThemeFileEdge,
43468
+ appAPI_PlatformThemeFilePageInfo as PlatformThemeFilePageInfo,
41586
43469
  appAPI_PrerequisitePriceRuleWhereInput as PrerequisitePriceRuleWhereInput,
41587
43470
  appAPI_PreviewCustomSectionType as PreviewCustomSectionType,
41588
43471
  appAPI_PreviewPageInteraction as PreviewPageInteraction,
@@ -41713,6 +43596,7 @@ declare namespace appAPI {
41713
43596
  appAPI_QueryActivityLogsArgs as QueryActivityLogsArgs,
41714
43597
  appAPI_QueryAgenciesArgs as QueryAgenciesArgs,
41715
43598
  appAPI_QueryAgencyArgs as QueryAgencyArgs,
43599
+ appAPI_QueryAgencyBillArgs as QueryAgencyBillArgs,
41716
43600
  appAPI_QueryAgencyClientRelArgs as QueryAgencyClientRelArgs,
41717
43601
  appAPI_QueryAgencyClientRelsArgs as QueryAgencyClientRelsArgs,
41718
43602
  appAPI_QueryAgencyPackageSharingArgs as QueryAgencyPackageSharingArgs,
@@ -41731,6 +43615,7 @@ declare namespace appAPI {
41731
43615
  appAPI_QueryCampaignVersionsArgs as QueryCampaignVersionsArgs,
41732
43616
  appAPI_QueryCampaignsArgs as QueryCampaignsArgs,
41733
43617
  appAPI_QueryCartArgs as QueryCartArgs,
43618
+ appAPI_QueryClickedElementsArgs as QueryClickedElementsArgs,
41734
43619
  appAPI_QueryCollectionArgs as QueryCollectionArgs,
41735
43620
  appAPI_QueryCollectionsArgs as QueryCollectionsArgs,
41736
43621
  appAPI_QueryCouponsArgs as QueryCouponsArgs,
@@ -41751,6 +43636,10 @@ declare namespace appAPI {
41751
43636
  appAPI_QueryGlobalSettingByKeyArgs as QueryGlobalSettingByKeyArgs,
41752
43637
  appAPI_QueryGlobalSettingsArgs as QueryGlobalSettingsArgs,
41753
43638
  appAPI_QueryGlobalStoreVersionsArgs as QueryGlobalStoreVersionsArgs,
43639
+ appAPI_QueryGpPageViewStatsArgs as QueryGpPageViewStatsArgs,
43640
+ appAPI_QueryHeatmapAnalyticsArgs as QueryHeatmapAnalyticsArgs,
43641
+ appAPI_QueryHeatmapClicksArgs as QueryHeatmapClicksArgs,
43642
+ appAPI_QueryHeatmapScrollArgs as QueryHeatmapScrollArgs,
41754
43643
  appAPI_QueryIconsArgs as QueryIconsArgs,
41755
43644
  appAPI_QueryIsDomainMisconfiguredArgs as QueryIsDomainMisconfiguredArgs,
41756
43645
  appAPI_QueryLibraryBadgeArgs as QueryLibraryBadgeArgs,
@@ -41770,6 +43659,7 @@ declare namespace appAPI {
41770
43659
  appAPI_QueryMediasArgs as QueryMediasArgs,
41771
43660
  appAPI_QueryMetafieldDefinitionsArgs as QueryMetafieldDefinitionsArgs,
41772
43661
  appAPI_QueryMetafieldsArgs as QueryMetafieldsArgs,
43662
+ appAPI_QueryOnlineStoreTagsArgs as QueryOnlineStoreTagsArgs,
41773
43663
  appAPI_QueryOrderJourneyArgs as QueryOrderJourneyArgs,
41774
43664
  appAPI_QueryPageAnalyticsArgs as QueryPageAnalyticsArgs,
41775
43665
  appAPI_QueryPageArgs as QueryPageArgs,
@@ -41786,6 +43676,7 @@ declare namespace appAPI {
41786
43676
  appAPI_QueryPlansEligibleArgs as QueryPlansEligibleArgs,
41787
43677
  appAPI_QueryPlatformOriginalTemplateArgs as QueryPlatformOriginalTemplateArgs,
41788
43678
  appAPI_QueryPlatformPagesArgs as QueryPlatformPagesArgs,
43679
+ appAPI_QueryPlatformThemeFilesArgs as QueryPlatformThemeFilesArgs,
41789
43680
  appAPI_QueryPreviewPageArgs as QueryPreviewPageArgs,
41790
43681
  appAPI_QueryPreviewThemePageArgs as QueryPreviewThemePageArgs,
41791
43682
  appAPI_QueryProductArgs as QueryProductArgs,
@@ -41822,6 +43713,7 @@ declare namespace appAPI {
41822
43713
  appAPI_QuerySaleFunnelStatsArgs as QuerySaleFunnelStatsArgs,
41823
43714
  appAPI_QuerySaleFunnelTotalStatArgs as QuerySaleFunnelTotalStatArgs,
41824
43715
  appAPI_QuerySaleFunnelsArgs as QuerySaleFunnelsArgs,
43716
+ appAPI_QueryScheduledPublishesArgs as QueryScheduledPublishesArgs,
41825
43717
  appAPI_QuerySectionCategoriesArgs as QuerySectionCategoriesArgs,
41826
43718
  appAPI_QuerySeoAuditArgs as QuerySeoAuditArgs,
41827
43719
  appAPI_QueryShopDeploymentEventsArgs as QueryShopDeploymentEventsArgs,
@@ -41851,6 +43743,7 @@ declare namespace appAPI {
41851
43743
  appAPI_QueryShopStaffArgs as QueryShopStaffArgs,
41852
43744
  appAPI_QueryShopStaffsArgs as QueryShopStaffsArgs,
41853
43745
  appAPI_QueryShopsArgs as QueryShopsArgs,
43746
+ appAPI_QuerySnapshotsByVariantArgs as QuerySnapshotsByVariantArgs,
41854
43747
  appAPI_QuerySubscriptionTrialUsagesArgs as QuerySubscriptionTrialUsagesArgs,
41855
43748
  appAPI_QuerySubscriptionsArgs as QuerySubscriptionsArgs,
41856
43749
  appAPI_QuerySurveyFeedbacksArgs as QuerySurveyFeedbacksArgs,
@@ -41965,12 +43858,31 @@ declare namespace appAPI {
41965
43858
  appAPI_SalePageProduct as SalePageProduct,
41966
43859
  appAPI_SalePageProductWhereInput as SalePageProductWhereInput,
41967
43860
  appAPI_Scalars as Scalars,
43861
+ appAPI_ScheduledPublish as ScheduledPublish,
43862
+ appAPI_ScheduledPublishCancellationReason as ScheduledPublishCancellationReason,
43863
+ appAPI_ScheduledPublishConnection as ScheduledPublishConnection,
43864
+ appAPI_ScheduledPublishEdge as ScheduledPublishEdge,
43865
+ appAPI_ScheduledPublishMetafield as ScheduledPublishMetafield,
43866
+ appAPI_ScheduledPublishMetafieldScope as ScheduledPublishMetafieldScope,
43867
+ appAPI_ScheduledPublishMetafieldWhereInput as ScheduledPublishMetafieldWhereInput,
43868
+ appAPI_ScheduledPublishOrder as ScheduledPublishOrder,
43869
+ appAPI_ScheduledPublishOrderField as ScheduledPublishOrderField,
43870
+ appAPI_ScheduledPublishPageType as ScheduledPublishPageType,
43871
+ appAPI_ScheduledPublishStatus as ScheduledPublishStatus,
43872
+ appAPI_ScheduledPublishWhereInput as ScheduledPublishWhereInput,
43873
+ appAPI_ScrollType as ScrollType,
41968
43874
  appAPI_SectionCategory as SectionCategory,
41969
43875
  appAPI_SectionCategoryInputCreate as SectionCategoryInputCreate,
41970
43876
  appAPI_SectionCategoryInputUpdate as SectionCategoryInputUpdate,
41971
43877
  appAPI_SectionCategoryWhereInput as SectionCategoryWhereInput,
41972
43878
  appAPI_SectionChildCategoryInputCreate as SectionChildCategoryInputCreate,
41973
43879
  appAPI_SelectedOption as SelectedOption,
43880
+ appAPI_SellingPlan as SellingPlan,
43881
+ appAPI_SellingPlanGroup as SellingPlanGroup,
43882
+ appAPI_SellingPlanGroupPlatform as SellingPlanGroupPlatform,
43883
+ appAPI_SellingPlanGroupWhereInput as SellingPlanGroupWhereInput,
43884
+ appAPI_SellingPlanPlatform as SellingPlanPlatform,
43885
+ appAPI_SellingPlanWhereInput as SellingPlanWhereInput,
41974
43886
  appAPI_Shop as Shop,
41975
43887
  appAPI_ShopAnalyticStateWhereInput as ShopAnalyticStateWhereInput,
41976
43888
  appAPI_ShopConnection as ShopConnection,
@@ -42084,8 +43996,11 @@ declare namespace appAPI {
42084
43996
  appAPI_ShopWhereInput as ShopWhereInput,
42085
43997
  appAPI_ShopifyPlan as ShopifyPlan,
42086
43998
  appAPI_ShopifyTheme as ShopifyTheme,
43999
+ appAPI_SnapshotData as SnapshotData,
44000
+ appAPI_SocketImportedThemePage as SocketImportedThemePage,
42087
44001
  appAPI_SocketStatus as SocketStatus,
42088
44002
  appAPI_SocketThemePageImport as SocketThemePageImport,
44003
+ appAPI_SocketThemePageImportDetails as SocketThemePageImportDetails,
42089
44004
  appAPI_SpecificProductCondition as SpecificProductCondition,
42090
44005
  appAPI_SplitTestingCampaignVersion as SplitTestingCampaignVersion,
42091
44006
  appAPI_SplitTestingCampaignVersionWhereInput as SplitTestingCampaignVersionWhereInput,
@@ -42131,17 +44046,15 @@ declare namespace appAPI {
42131
44046
  appAPI_TagOrderField as TagOrderField,
42132
44047
  appAPI_TagType as TagType,
42133
44048
  appAPI_TagWhereInput as TagWhereInput,
42134
- appAPI_TemplateCategoriesInputCreate as TemplateCategoriesInputCreate,
42135
44049
  appAPI_TemplateCategory as TemplateCategory,
42136
- appAPI_TemplateCategoryInputUpdate as TemplateCategoryInputUpdate,
42137
44050
  appAPI_TemplateCategoryWhereInput as TemplateCategoryWhereInput,
42138
- appAPI_TemplateChildCategoryInputCreate as TemplateChildCategoryInputCreate,
42139
44051
  appAPI_TemplatePackage as TemplatePackage,
42140
44052
  appAPI_TemplatePackageConnection as TemplatePackageConnection,
42141
44053
  appAPI_TemplatePackageEdge as TemplatePackageEdge,
42142
44054
  appAPI_TemplatePackageOrder as TemplatePackageOrder,
42143
44055
  appAPI_TemplatePackageOrderField as TemplatePackageOrderField,
42144
44056
  appAPI_TemplatePackageWhereInput as TemplatePackageWhereInput,
44057
+ appAPI_TemplateSource as TemplateSource,
42145
44058
  appAPI_Theme as Theme,
42146
44059
  appAPI_ThemeConnection as ThemeConnection,
42147
44060
  appAPI_ThemeEdge as ThemeEdge,
@@ -42226,6 +44139,7 @@ declare namespace appAPI {
42226
44139
  appAPI_UpdateAgencyInput as UpdateAgencyInput,
42227
44140
  appAPI_UpdateAgencyPackageSharingInput as UpdateAgencyPackageSharingInput,
42228
44141
  appAPI_UpdateAssignObjectTriggerConditionInput as UpdateAssignObjectTriggerConditionInput,
44142
+ appAPI_UpdateBulkTemplateCategoryInput as UpdateBulkTemplateCategoryInput,
42229
44143
  appAPI_UpdateCampaignGroupInput as UpdateCampaignGroupInput,
42230
44144
  appAPI_UpdateCampaignInput as UpdateCampaignInput,
42231
44145
  appAPI_UpdateCampaignProductInput as UpdateCampaignProductInput,
@@ -42262,6 +44176,7 @@ declare namespace appAPI {
42262
44176
  appAPI_UpdateSaleFunnelOfferInput as UpdateSaleFunnelOfferInput,
42263
44177
  appAPI_UpdateSaleFunnelRedirectInput as UpdateSaleFunnelRedirectInput,
42264
44178
  appAPI_UpdateSalePageProductInput as UpdateSalePageProductInput,
44179
+ appAPI_UpdateScheduledPublishInput as UpdateScheduledPublishInput,
42265
44180
  appAPI_UpdateShopInput as UpdateShopInput,
42266
44181
  appAPI_UpdateShopLibraryOfferInput as UpdateShopLibraryOfferInput,
42267
44182
  appAPI_UpdateShopLibraryPageInput as UpdateShopLibraryPageInput,
@@ -42271,6 +44186,7 @@ declare namespace appAPI {
42271
44186
  appAPI_UpdateSpecificProductConditionInput as UpdateSpecificProductConditionInput,
42272
44187
  appAPI_UpdateSurveyInput as UpdateSurveyInput,
42273
44188
  appAPI_UpdateTagInput as UpdateTagInput,
44189
+ appAPI_UpdateTemplateCategoryInput as UpdateTemplateCategoryInput,
42274
44190
  appAPI_UpdateTemplatePackageInput as UpdateTemplatePackageInput,
42275
44191
  appAPI_UpdateThemeInput as UpdateThemeInput,
42276
44192
  appAPI_UpdateThemePageGlobalComponentInput as UpdateThemePageGlobalComponentInput,
@@ -42338,7 +44254,9 @@ declare namespace appAPI {
42338
44254
  appAPI_VariantTemplateWhereInput as VariantTemplateWhereInput,
42339
44255
  appAPI_VariantWhereInput as VariantWhereInput,
42340
44256
  appAPI_VerifyStorefrontAccessTokenInput as VerifyStorefrontAccessTokenInput,
44257
+ appAPI_VisitorJourney as VisitorJourney,
42341
44258
  appAPI_VisitorStats as VisitorStats,
44259
+ appAPI_VisitorType as VisitorType,
42342
44260
  appAPI_VisitorWhereInput as VisitorWhereInput,
42343
44261
  };
42344
44262
  }
@@ -42869,12 +44787,11 @@ declare const useCartLineStore: <U>(selector: (state: ExtractState<StoreApi<Cart
42869
44787
  type CollectionProductSelectFragment = Pick<Collection$1, 'id' | 'createdAt' | 'updatedAt' | 'deletedAt' | 'title' | 'handle' | 'description' | 'descriptionHtml' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'tags' | 'isStorefront' | 'isSample'> & {
42870
44788
  products?: Maybe$1<{
42871
44789
  edges: Array<Pick<ProductEdge$1, 'cursor'> & {
42872
- node?: Maybe$1<Pick<Product$1, 'tags' | 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor'> & {
42873
- collections?: Maybe$1<{
42874
- edges: Array<{
42875
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
42876
- }>;
42877
- }>;
44790
+ node?: Maybe$1<Pick<Product$1, 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor' | 'tags'> & {
44791
+ options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
44792
+ values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
44793
+ }>>;
44794
+ featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
42878
44795
  medias?: Maybe$1<{
42879
44796
  edges: Array<Pick<MediaEdge$1, 'cursor'> & {
42880
44797
  node?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
@@ -42890,10 +44807,6 @@ type CollectionProductSelectFragment = Pick<Collection$1, 'id' | 'createdAt' | '
42890
44807
  }>;
42891
44808
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
42892
44809
  }>;
42893
- options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
42894
- values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
42895
- }>>;
42896
- featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
42897
44810
  }>;
42898
44811
  }>;
42899
44812
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
@@ -42996,8 +44909,8 @@ type MediaSelectFragment = Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'prev
42996
44909
  type ProductVariantsWithSellingPlansSelectFragment = Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
42997
44910
  selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
42998
44911
  media?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
42999
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
43000
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
44912
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'id' | 'appID'> & {
44913
+ sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan$1, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
43001
44914
  }>>>;
43002
44915
  };
43003
44916
 
@@ -43011,8 +44924,8 @@ type ProductsWithSellingPlansDetailFragment = Pick<Product$1, 'id' | 'title' | '
43011
44924
  node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
43012
44925
  }>;
43013
44926
  }>;
43014
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'> & {
43015
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID' | 'pricingPolicies' | 'updatedAt'>>>>;
44927
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'appID' | 'baseID' | 'id' | 'name'> & {
44928
+ sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan$1, 'id' | 'name' | 'baseID' | 'pricingPolicies' | 'updatedAt'>>>>;
43016
44929
  }>>>;
43017
44930
  medias?: Maybe$1<{
43018
44931
  edges: Array<Pick<MediaEdge$1, 'cursor'> & {
@@ -43025,8 +44938,8 @@ type ProductsWithSellingPlansDetailFragment = Pick<Product$1, 'id' | 'title' | '
43025
44938
  node?: Maybe$1<Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
43026
44939
  selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
43027
44940
  media?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43028
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
43029
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
44941
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'id' | 'appID'> & {
44942
+ sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan$1, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
43030
44943
  }>>>;
43031
44944
  }>;
43032
44945
  }>;
@@ -43306,42 +45219,37 @@ type CollectionDetailFilterQueryVariables = Exact$1<{
43306
45219
  }>;
43307
45220
  type CollectionDetailFilterQueryResponse = {
43308
45221
  collections?: Maybe$1<{
43309
- edges: Array<Pick<CollectionEdge$1, 'cursor'> & {
43310
- node?: Maybe$1<Pick<Collection$1, 'id' | 'createdAt' | 'updatedAt' | 'deletedAt' | 'title' | 'handle' | 'description' | 'descriptionHtml' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'tags' | 'isStorefront' | 'isSample'> & {
45222
+ edges: Array<(Pick<CollectionEdge$1, 'cursor'> & {
45223
+ node?: Maybe$1<(Pick<Collection$1, 'id' | 'createdAt' | 'updatedAt' | 'deletedAt' | 'title' | 'handle' | 'description' | 'descriptionHtml' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'tags' | 'isStorefront' | 'isSample'> & {
43311
45224
  products?: Maybe$1<{
43312
- edges: Array<Pick<ProductEdge$1, 'cursor'> & {
43313
- node?: Maybe$1<Pick<Product$1, 'tags' | 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor'> & {
43314
- collections?: Maybe$1<{
43315
- edges: Array<{
43316
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
43317
- }>;
43318
- }>;
45225
+ edges: Array<(Pick<ProductEdge$1, 'cursor'> & {
45226
+ node?: Maybe$1<(Pick<Product$1, 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor' | 'tags'> & {
45227
+ options?: Maybe$1<Array<(Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
45228
+ values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
45229
+ })>>;
45230
+ featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43319
45231
  medias?: Maybe$1<{
43320
- edges: Array<Pick<MediaEdge$1, 'cursor'> & {
45232
+ edges: Array<(Pick<MediaEdge$1, 'cursor'> & {
43321
45233
  node?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43322
- }>;
45234
+ })>;
43323
45235
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
43324
45236
  }>;
43325
45237
  variants?: Maybe$1<{
43326
- edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
43327
- node?: Maybe$1<Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
45238
+ edges: Array<(Pick<ProductVariantEdge$1, 'cursor'> & {
45239
+ node?: Maybe$1<(Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
43328
45240
  selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
43329
45241
  media?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43330
- }>;
43331
- }>;
45242
+ })>;
45243
+ })>;
43332
45244
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
43333
45245
  }>;
43334
- options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
43335
- values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
43336
- }>>;
43337
- featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43338
- }>;
43339
- }>;
45246
+ })>;
45247
+ })>;
43340
45248
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
43341
45249
  }>;
43342
45250
  collectionMedia?: Maybe$1<Pick<CollectionMedia$1, 'src'>>;
43343
- }>;
43344
- }>;
45251
+ })>;
45252
+ })>;
43345
45253
  }>;
43346
45254
  };
43347
45255
  declare const CollectionDetailFilterDocument: string;
@@ -43424,7 +45332,7 @@ type PublishedThemePagesQueryVariables = Exact$1<{
43424
45332
  slugType: PublishedThemePageType$1;
43425
45333
  }>;
43426
45334
  type PublishedThemePagesQueryResponse = {
43427
- publishedThemePages?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePage$1, 'id' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
45335
+ publishedThemePages?: Maybe$1<Array<Maybe$1<Pick<PublishedThemePage$1, 'id' | 'shopID' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
43428
45336
  pageSections?: Maybe$1<Array<Maybe$1<Pick<PublishedPageSection$1, 'cid' | 'component' | 'id'>>>>;
43429
45337
  themePageCustomSections?: Maybe$1<Array<Maybe$1<Pick<PublishedCustomSection$1, 'cid' | 'component' | 'id' | 'type'>>>>;
43430
45338
  themePageDataSEO?: Maybe$1<Array<Maybe$1<Pick<DataSeo$1, 'id' | 'key' | 'value'>>>>;
@@ -43452,13 +45360,11 @@ type ProductsQueryVariables = Exact$1<{
43452
45360
  type ProductsQueryResponse = {
43453
45361
  products?: Maybe$1<{
43454
45362
  edges: Array<Pick<ProductEdge$1, 'cursor'> & {
43455
- node?: Maybe$1<Pick<Product$1, 'tags' | 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor'> & {
43456
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'>>>>;
43457
- collections?: Maybe$1<{
43458
- edges: Array<{
43459
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
43460
- }>;
43461
- }>;
45363
+ node?: Maybe$1<Pick<Product$1, 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor' | 'tags'> & {
45364
+ options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
45365
+ values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
45366
+ }>>;
45367
+ featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43462
45368
  medias?: Maybe$1<{
43463
45369
  edges: Array<Pick<MediaEdge$1, 'cursor'> & {
43464
45370
  node?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
@@ -43474,10 +45380,6 @@ type ProductsQueryResponse = {
43474
45380
  }>;
43475
45381
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
43476
45382
  }>;
43477
- options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
43478
- values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
43479
- }>>;
43480
- featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43481
45383
  }>;
43482
45384
  }>;
43483
45385
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
@@ -43538,7 +45440,7 @@ type ArticlesQueryResponse = {
43538
45440
  articles?: Maybe$1<Pick<ArticleConnection$1, 'totalCount'> & {
43539
45441
  edges: Array<Pick<ArticleEdge$1, 'cursor'> & {
43540
45442
  node?: Maybe$1<Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'platform' | 'isSample' | 'platformCreatedAt' | 'platformUpdatedAt' | 'publishedAt' | 'author'> & {
43541
- tags?: Maybe$1<Array<Maybe$1<Pick<OnlineStoreTag, 'name'>>>>;
45443
+ tags?: Maybe$1<Array<Maybe$1<Pick<OnlineStoreTag$1, 'name'>>>>;
43542
45444
  content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml' | 'html'>>;
43543
45445
  blogs?: Maybe$1<{
43544
45446
  edges: Array<{
@@ -43569,7 +45471,7 @@ type BlogsQueryResponse = {
43569
45471
  articles?: Maybe$1<Pick<ArticleConnection$1, 'totalCount'> & {
43570
45472
  edges: Array<Pick<ArticleEdge$1, 'cursor'> & {
43571
45473
  node?: Maybe$1<Pick<Article$2, 'id' | 'title' | 'handle' | 'description' | 'templateSuffix' | 'titleMeta' | 'descriptionMeta' | 'baseID' | 'isSample' | 'platformCreatedAt' | 'platformUpdatedAt' | 'publishedAt' | 'author'> & {
43572
- tags?: Maybe$1<Array<Maybe$1<Pick<OnlineStoreTag, 'name'>>>>;
45474
+ tags?: Maybe$1<Array<Maybe$1<Pick<OnlineStoreTag$1, 'name'>>>>;
43573
45475
  content?: Maybe$1<Pick<ArticleContent$1, 'excerptHtml' | 'html'>>;
43574
45476
  media?: Maybe$1<Pick<Media$1, 'width' | 'src' | 'height'>>;
43575
45477
  }>;
@@ -43601,12 +45503,7 @@ type ProductsWithSellingPlansQueryResponse = {
43601
45503
  values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
43602
45504
  }>>;
43603
45505
  featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43604
- collections?: Maybe$1<{
43605
- edges: Array<{
43606
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
43607
- }>;
43608
- }>;
43609
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'>>>>;
45506
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'appID' | 'baseID' | 'id' | 'name'>>>>;
43610
45507
  medias?: Maybe$1<{
43611
45508
  edges: Array<Pick<MediaEdge$1, 'cursor'> & {
43612
45509
  node?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
@@ -43618,8 +45515,8 @@ type ProductsWithSellingPlansQueryResponse = {
43618
45515
  node?: Maybe$1<Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
43619
45516
  selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
43620
45517
  media?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43621
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
43622
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
45518
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'id' | 'appID'> & {
45519
+ sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan$1, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
43623
45520
  }>>>;
43624
45521
  }>;
43625
45522
  }>;
@@ -43630,7 +45527,7 @@ type ProductsWithSellingPlansQueryResponse = {
43630
45527
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
43631
45528
  }>;
43632
45529
  };
43633
- declare const ProductWithSellingPlansSelectFragment = "\n fragment ProductWithSellingPlansSelectFragment on ProductEdge {\n cursor\n node {\n id\n title\n createdAt\n description\n descriptionHtml\n handle\n averageRating\n isStorefront\n isSample\n baseID\n sku\n requiresSellingPlan\n options {\n ...ProductOptionSelect\n }\n vendor\n featuredImage {\n ...MediaSelect\n }\n collections {\n edges {\n node {\n id\n title\n }\n }\n }\n tags\n sellingPlanGroups {\n appID\n baseID\n id\n name\n }\n medias(first: $firstMedia, after: $afterMedia, orderBy: $orderByMedia) {\n edges {\n cursor\n node {\n ...MediaSelect\n }\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n variants(first: $firstVariant, after: $afterVariant) {\n edges {\n cursor\n node {\n ...ProductVariantsWithSellingPlansSelect\n }\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n}\n ";
45530
+ declare const ProductWithSellingPlansSelectFragment = "\n fragment ProductWithSellingPlansSelectFragment on ProductEdge {\n cursor\n node {\n id\n title\n createdAt\n description\n descriptionHtml\n handle\n averageRating\n isStorefront\n isSample\n baseID\n sku\n requiresSellingPlan\n options {\n ...ProductOptionSelect\n }\n vendor\n featuredImage {\n ...MediaSelect\n }\n tags\n sellingPlanGroups {\n appID\n baseID\n id\n name\n }\n medias(first: $firstMedia, after: $afterMedia, orderBy: $orderByMedia) {\n edges {\n cursor\n node {\n ...MediaSelect\n }\n }\n pageInfo {\n endCursor\n hasNextPage\n }\n }\n variants(first: $firstVariant, after: $afterVariant) {\n edges {\n cursor\n node {\n ...ProductVariantsWithSellingPlansSelect\n }\n }\n pageInfo {\n hasNextPage\n endCursor\n }\n }\n }\n}\n ";
43634
45531
  declare const ProductsWithSellingPlansDocument: string;
43635
45532
 
43636
45533
  type ProductVariantsWithSellingPlansQueryVariables = Exact$1<{
@@ -43650,8 +45547,8 @@ type ProductVariantsWithSellingPlansQueryResponse = {
43650
45547
  node?: Maybe$1<Pick<ProductVariant$1, 'id' | 'title' | 'barcode' | 'baseID' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
43651
45548
  selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
43652
45549
  media?: Maybe$1<Pick<Media$1, 'id' | 'baseID' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
43653
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
43654
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
45550
+ sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup$1, 'id' | 'appID'> & {
45551
+ sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan$1, 'id' | 'name' | 'baseID' | 'billingPolicy' | 'pricingPolicies' | 'updatedAt'>>>>;
43655
45552
  }>>>;
43656
45553
  }>;
43657
45554
  }>;
@@ -56514,15 +58411,15 @@ declare const useSelectedOption: () => {
56514
58411
  declare const useVariants: () => Maybe$1<Pick<ProductVariant$1, "id" | "title" | "price" | "width" | "length" | "weight" | "height" | "barcode" | "baseID" | "costPrice" | "inventoryPolicy" | "inventoryQuantity" | "inventoryStatus" | "isDigital" | "lowInventoryAmount" | "manageInventory" | "mediaId" | "platform" | "salePrice" | "sku" | "soldIndividually"> & {
56515
58412
  selectedOptions: Pick<SelectedOption$1, "name" | "value" | "optionType">[];
56516
58413
  media?: Maybe$1<Pick<Media$1, "id" | "width" | "height" | "baseID" | "contentType" | "previewImage" | "src" | "alt">>;
56517
- sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup, "id" | "appID"> & {
56518
- sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan, "name" | "id" | "updatedAt" | "baseID" | "billingPolicy" | "pricingPolicies">>[]>;
58414
+ sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup$1, "id" | "appID"> & {
58415
+ sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan$1, "name" | "id" | "updatedAt" | "baseID" | "billingPolicy" | "pricingPolicies">>[]>;
56519
58416
  }>[]>;
56520
58417
  }>[];
56521
58418
  declare const useVariant: (id: string) => Maybe$1<Pick<ProductVariant$1, "id" | "title" | "price" | "width" | "length" | "weight" | "height" | "barcode" | "baseID" | "costPrice" | "inventoryPolicy" | "inventoryQuantity" | "inventoryStatus" | "isDigital" | "lowInventoryAmount" | "manageInventory" | "mediaId" | "platform" | "salePrice" | "sku" | "soldIndividually"> & {
56522
58419
  selectedOptions: Pick<SelectedOption$1, "name" | "value" | "optionType">[];
56523
58420
  media?: Maybe$1<Pick<Media$1, "id" | "width" | "height" | "baseID" | "contentType" | "previewImage" | "src" | "alt">>;
56524
- sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup, "id" | "appID"> & {
56525
- sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan, "name" | "id" | "updatedAt" | "baseID" | "billingPolicy" | "pricingPolicies">>[]>;
58421
+ sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup$1, "id" | "appID"> & {
58422
+ sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan$1, "name" | "id" | "updatedAt" | "baseID" | "billingPolicy" | "pricingPolicies">>[]>;
56526
58423
  }>[]>;
56527
58424
  }>;
56528
58425
  declare const useCurrentVariant: () => Maybe$1<VariantSelectFragment>;
@@ -56544,29 +58441,6 @@ declare const useShopifyLink: ({ productId, articleId }: ShopifyLinkParam) => {
56544
58441
  linkEditArticle: string;
56545
58442
  };
56546
58443
 
56547
- declare const useProductList: () => CollectionProductSelectFragment | undefined;
56548
- declare const useProductListProducts: () => (ProductQuickSelectFragment | undefined)[] | undefined;
56549
- declare const useProductListSettings: () => {
56550
- loop?: Partial<Record<NameDevices, boolean>> | undefined;
56551
- scrollMode?: Partial<Record<NameDevices, "snap" | "free" | "free-snap">> | undefined;
56552
- slidesToShow?: Partial<Record<NameDevices, number | "auto">> | undefined;
56553
- spacing?: Partial<Record<NameDevices, number>> | undefined;
56554
- layout?: "slider" | "grid" | undefined;
56555
- dot?: Partial<Record<NameDevices, boolean>> | undefined;
56556
- dotStyle?: Partial<Record<NameDevices, "none" | "inside" | "outside">> | undefined;
56557
- arrow?: Partial<Record<NameDevices, boolean>> | undefined;
56558
- controlOverContent?: Partial<Record<NameDevices, boolean>> | undefined;
56559
- speed?: number | undefined;
56560
- } | undefined;
56561
- declare const useProductListStyles: () => {
56562
- horizontalGutter?: Partial<Record<NameDevices, string>> | undefined;
56563
- verticalGutter?: Partial<Record<NameDevices, string>> | undefined;
56564
- fullWidth?: Partial<Record<NameDevices, boolean>> | undefined;
56565
- spacing?: Partial<Record<NameDevices, number>> | undefined;
56566
- width?: Partial<Record<NameDevices, string>> | undefined;
56567
- height?: Partial<Record<NameDevices, string>> | undefined;
56568
- } | undefined;
56569
-
56570
58444
  declare const useSuspenseFetch: <T>(key: string | any[], promise: () => Promise<T>) => {
56571
58445
  data: T;
56572
58446
  };
@@ -56584,7 +58458,7 @@ declare const usePreviewSharePage: () => {
56584
58458
  disableExternalLinks: () => void;
56585
58459
  };
56586
58460
 
56587
- type PublishedThemePageSelectFragment = Pick<PublishedThemePage$1, 'id' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
58461
+ type PublishedThemePageSelectFragment = Pick<PublishedThemePage$1, 'id' | 'shopID' | 'name' | 'handle' | 'isMobile' | 'sectionPosition'> & {
56588
58462
  pageSections?: Maybe$1<Array<Maybe$1<Pick<PublishedPageSection$1, 'cid' | 'component' | 'id'>>>>;
56589
58463
  themePageCustomSections?: Maybe$1<Array<Maybe$1<Pick<PublishedCustomSection$1, 'cid' | 'component' | 'id' | 'type'>>>>;
56590
58464
  themePageDataSEO?: Maybe$1<Array<Maybe$1<Pick<DataSeo$1, 'id' | 'key' | 'value'>>>>;
@@ -56649,4 +58523,4 @@ declare const hasPublicStoreFrontData: (publicStoreFrontData: PublicStoreFrontDa
56649
58523
  declare const DEVICES: NameDevices[];
56650
58524
  declare const EMPTY_DEVICE_VALUE: undefined;
56651
58525
 
56652
- export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, ArticlesDocument, ArticlesQueryResponse, ArticlesQueryVariables, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BlogsDocument, BlogsQueryResponse, BlogsQueryVariables, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DEVICES, DeepPartial, DotStyle, Dropdown, DynamicCollection, DynamicProduct, EMPTY_DEVICE_VALUE, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, FontStyleType, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, I18nProvider, I18nProviderProps, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibrarySection, LibraryTemplate, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, MediaSelectFragment, ModalProvider, ModalProviderProps, NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, Option$4 as Option, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageSection, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductVariantsWithSellingPlansDocument, ProductVariantsWithSellingPlansQueryResponse, ProductVariantsWithSellingPlansQueryVariables, ProductVariantsWithSellingPlansSelectFragment, ProductWithSellingPlansSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, ProductsWithSellingPlansDetailFragment, ProductsWithSellingPlansDocument, ProductsWithSellingPlansQueryResponse, ProductsWithSellingPlansQueryVariables, PublicStoreFrontData, PublishErrorSectionListEventDetail, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedShopMetasQueryVariables, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderModeEnv, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, SaleFunnelOffer, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionCategory, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIControl, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, Shop, ShopLibraryPage, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopLibrarySection, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting$1 as SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StampedWidgetTypeV2, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, TemplateCategory, TemplatePackage, Theme, ThemePage, ThemePageDocument, ThemePageMetaDocument, ThemePageMetaQueryResponse, ThemePageMetaQueryVariables, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSection, ThemeSectionStatus$1 as ThemeSectionStatus, ThemeStyle, TransformProp, TriggerConfig, TrustooWidgetType, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Family, TypographyV2FontFamilyType, TypographyV2Props, UltimateSalesBoostWidgetType, ValidateType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cloneDeep, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeClasses, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadow, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertBoxShadowV1ToV2, convertDecimalToNumber, convertHTML, convertOldLayout, convertTextAlignToJustify, createStoreFrontFetcher, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterHoverVariables, filterToolbarPreview, filterTruthyStyles, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgByDevice, getBgImageByDevice, getBgImageSourceByDevice, getBgVideoByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getColor, getCombinedBackgroundImage, getCornerCSSFromGlobal, getCornerStyle, getCustomRadius, getFlexGrowClassByShapeGlobalSize, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getGradientImageBgrStyleByDevice, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImage, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, handleConvertInputBorderColor, hasPublicStoreFrontData, hasTranslatedLiquid, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveState, makeStyleResponsiveWidth, makeStyleResponsiveWidthWithoutAuto, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, sanitizeLiquid, shopifyPriceRounding, splitStyle, styles, tGlobal as t, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFetchHandle, useFormatMoney, useHasPreSelected, useI18n, useI18nStore, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePreviewSharePage, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductOffersQuery, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useRenderMode, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStickyStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
58526
+ export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, ArticlesDocument, ArticlesQueryResponse, ArticlesQueryVariables, Background, BackgroundImageValue, BackgroundMedia, BackgroundVideoValue, BaseProps, BasePropsWrap, BlockEntity, BlogsDocument, BlogsQueryResponse, BlogsQueryVariables, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DEVICES, DeepPartial, DotStyle, Dropdown, DynamicCollection, DynamicProduct, EMPTY_DEVICE_VALUE, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, FontStyleType, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, I18nProvider, I18nProviderProps, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibrarySection, LibraryTemplate, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, MediaSelectFragment, ModalProvider, ModalProviderProps, NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, Option$4 as Option, OptionNormalStyle, OptionSpecialStyle, Options$1 as Options, PaddingType, PageContext, PageProvider, PageProviderProps, PageSection, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductVariantsWithSellingPlansDocument, ProductVariantsWithSellingPlansQueryResponse, ProductVariantsWithSellingPlansQueryVariables, ProductVariantsWithSellingPlansSelectFragment, ProductWithSellingPlansSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, ProductsWithSellingPlansDetailFragment, ProductsWithSellingPlansDocument, ProductsWithSellingPlansQueryResponse, ProductsWithSellingPlansQueryVariables, PublicStoreFrontData, PublishErrorSectionListEventDetail, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedShopMetasQueryVariables, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderModeEnv, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, SaleFunnelOffer, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionCategory, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIControl, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, Shop, ShopLibraryPage, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopLibrarySection, ShopProvider, ShopProviderProps, ShopShopifyDocument, ShopShopifyQueryResponse, ShopShopifyQueryVariables, shop as ShopType, SizeProps, SizeSetting$1 as SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StampedWidgetTypeV2, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, TemplateCategory, TemplatePackage, Theme, ThemePage, ThemePageDocument, ThemePageMetaDocument, ThemePageMetaQueryResponse, ThemePageMetaQueryVariables, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSection, ThemeSectionStatus$1 as ThemeSectionStatus, ThemeStyle, TransformProp, TriggerConfig, TrustooWidgetType, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Family, TypographyV2FontFamilyType, TypographyV2Props, UltimateSalesBoostWidgetType, ValidateType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cloneDeep, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBackgroundImageCss, composeBorderCss, composeBorderResponsive, composeClasses, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadow, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTextHoverColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertBoxShadowV1ToV2, convertDecimalToNumber, convertHTML, convertOldLayout, convertTextAlignToJustify, createStoreFrontFetcher, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterHoverVariables, filterToolbarPreview, filterTruthyStyles, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAlignmentClasses, getAppBlocks, getAspectRatioGlobalSize, getBgByDevice, getBgImageByDevice, getBgImageSourceByDevice, getBgVideoByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getColor, getCombinedBackgroundImage, getCornerCSSFromGlobal, getCornerStyle, getCustomRadius, getFlexGrowClassByShapeGlobalSize, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getGradientImageBgrStyleByDevice, getHeightByShapeGlobalSize, getLayoutClasses, getPaddingGlobalSize, getPaddingStyleByDevice, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStylePadding, getResponsiveStyleShadow, getResponsiveStyleShadowWithoutState, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBackgroundImage, getStyleBgColor, getStyleBgImageSource, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, handleConvertInputBorderColor, hasPublicStoreFrontData, hasTranslatedLiquid, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveState, makeStyleResponsiveWidth, makeStyleResponsiveWidthWithoutAuto, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, sanitizeLiquid, shopifyPriceRounding, splitStyle, styles, tGlobal as t, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFetchHandle, useFormatMoney, useHasPreSelected, useI18n, useI18nStore, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePreviewSharePage, usePrevious, useProduct, useProductBundleDiscount, useProductListStore, useProductOfferDiscount, useProductOffersQuery, useProductProperties, useProductQuery, useProductShopifyEditLink, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useRenderMode, useSection, useSectionStore, useSelectedOption, useShopStore, useShopifyLink, useStickyStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useTimezone, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };