@gem-sdk/core 12.0.0-dev.25 → 12.0.0-dev.26

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.
@@ -49,18 +49,13 @@ type Scalars$2 = {
49
49
  Float: number;
50
50
  Any: any;
51
51
  Cursor: string;
52
- /**
53
- * A signed decimal number, which supports arbitrary precision and is serialized as a string.
54
- *
55
- * Example values: `"29.99"`, `"29.999"`.
56
- */
57
- Decimal: string;
58
52
  Map: any;
59
53
  Time: any;
60
54
  Uint: any;
61
55
  Upload: any;
62
56
  _Any: any;
63
57
  _FieldSet: any;
58
+ Decimal: string;
64
59
  };
65
60
  type Analytic$1 = {
66
61
  fbPixelID?: Maybe$1<Scalars$2['String']>;
@@ -147,7 +142,6 @@ type ArticleConnection$1 = {
147
142
  type ArticleContent$1 = {
148
143
  createdAt?: Maybe$1<Scalars$2['Time']>;
149
144
  excerptHtml?: Maybe$1<Scalars$2['String']>;
150
- html?: Maybe$1<Scalars$2['String']>;
151
145
  id: Scalars$2['ID'];
152
146
  updatedAt?: Maybe$1<Scalars$2['Time']>;
153
147
  };
@@ -201,22 +195,6 @@ type ArticleContentWhereInput$1 = {
201
195
  /** article edge predicates */
202
196
  hasArticle?: InputMaybe$1<Scalars$2['Boolean']>;
203
197
  hasArticleWith?: InputMaybe$1<Array<ArticleWhereInput$1>>;
204
- /** html field predicates */
205
- html?: InputMaybe$1<Scalars$2['String']>;
206
- htmlContains?: InputMaybe$1<Scalars$2['String']>;
207
- htmlContainsFold?: InputMaybe$1<Scalars$2['String']>;
208
- htmlEqualFold?: InputMaybe$1<Scalars$2['String']>;
209
- htmlGT?: InputMaybe$1<Scalars$2['String']>;
210
- htmlGTE?: InputMaybe$1<Scalars$2['String']>;
211
- htmlHasPrefix?: InputMaybe$1<Scalars$2['String']>;
212
- htmlHasSuffix?: InputMaybe$1<Scalars$2['String']>;
213
- htmlIn?: InputMaybe$1<Array<Scalars$2['String']>>;
214
- htmlIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
215
- htmlLT?: InputMaybe$1<Scalars$2['String']>;
216
- htmlLTE?: InputMaybe$1<Scalars$2['String']>;
217
- htmlNEQ?: InputMaybe$1<Scalars$2['String']>;
218
- htmlNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
219
- htmlNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
220
198
  /** id field predicates */
221
199
  id?: InputMaybe$1<Scalars$2['ID']>;
222
200
  idGT?: InputMaybe$1<Scalars$2['ID']>;
@@ -1142,17 +1120,6 @@ type CollectionProductWhereInput$1 = {
1142
1120
  productIDIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
1143
1121
  productIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
1144
1122
  productIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
1145
- /** shop_id field predicates */
1146
- shopID?: InputMaybe$1<Scalars$2['Int']>;
1147
- shopIDGT?: InputMaybe$1<Scalars$2['Int']>;
1148
- shopIDGTE?: InputMaybe$1<Scalars$2['Int']>;
1149
- shopIDIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
1150
- shopIDIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
1151
- shopIDLT?: InputMaybe$1<Scalars$2['Int']>;
1152
- shopIDLTE?: InputMaybe$1<Scalars$2['Int']>;
1153
- shopIDNEQ?: InputMaybe$1<Scalars$2['Int']>;
1154
- shopIDNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
1155
- shopIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
1156
1123
  };
1157
1124
  /**
1158
1125
  * CollectionTagWhereInput is used for filtering CollectionTag objects.
@@ -2367,18 +2334,9 @@ type EntitledPriceRuleWhereInput$1 = {
2367
2334
  variantIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
2368
2335
  };
2369
2336
  type Entity = {
2370
- findArticleByID: Article$2;
2371
- findArticleContentByID: ArticleContent$1;
2372
- findBlogByID: Blog$1;
2373
- findCollectionByID: Collection$1;
2374
- findMediaByID: Media$1;
2375
2337
  findMetafieldByID: Metafield$1;
2376
2338
  findMetafieldDefinitionByID: MetafieldDefinition$1;
2377
- findPageByID: Page$1;
2378
2339
  findProductByID: Product$1;
2379
- findProductOptionByID: ProductOption$1;
2380
- findProductOptionValueByID: ProductOptionValue$1;
2381
- findProductVariantByID: ProductVariant$1;
2382
2340
  findPublishedCustomSectionByID: PublishedCustomSection$1;
2383
2341
  findPublishedPageInteractionByID: PublishedPageInteraction$1;
2384
2342
  findPublishedPageSectionByID: PublishedPageSection$1;
@@ -2392,42 +2350,15 @@ type Entity = {
2392
2350
  findPublishedThemeStyleByID: PublishedThemeStyle$1;
2393
2351
  findTagByID: Tag$1;
2394
2352
  };
2395
- type EntityFindArticleByIdArgs = {
2396
- id: Scalars$2['ID'];
2397
- };
2398
- type EntityFindArticleContentByIdArgs = {
2399
- id: Scalars$2['ID'];
2400
- };
2401
- type EntityFindBlogByIdArgs = {
2402
- id: Scalars$2['ID'];
2403
- };
2404
- type EntityFindCollectionByIdArgs = {
2405
- id: Scalars$2['ID'];
2406
- };
2407
- type EntityFindMediaByIdArgs = {
2408
- id: Scalars$2['ID'];
2409
- };
2410
2353
  type EntityFindMetafieldByIdArgs = {
2411
2354
  id: Scalars$2['ID'];
2412
2355
  };
2413
2356
  type EntityFindMetafieldDefinitionByIdArgs = {
2414
2357
  id: Scalars$2['ID'];
2415
2358
  };
2416
- type EntityFindPageByIdArgs = {
2417
- id: Scalars$2['ID'];
2418
- };
2419
2359
  type EntityFindProductByIdArgs = {
2420
2360
  id: Scalars$2['ID'];
2421
2361
  };
2422
- type EntityFindProductOptionByIdArgs = {
2423
- id: Scalars$2['ID'];
2424
- };
2425
- type EntityFindProductOptionValueByIdArgs = {
2426
- id: Scalars$2['ID'];
2427
- };
2428
- type EntityFindProductVariantByIdArgs = {
2429
- id: Scalars$2['ID'];
2430
- };
2431
2362
  type EntityFindPublishedCustomSectionByIdArgs = {
2432
2363
  id: Scalars$2['ID'];
2433
2364
  };
@@ -2466,7 +2397,6 @@ type EntityFindTagByIdArgs = {
2466
2397
  };
2467
2398
  type Media$1 = {
2468
2399
  alt?: Maybe$1<Scalars$2['String']>;
2469
- baseID?: Scalars$2['String'];
2470
2400
  contentType?: Maybe$1<Scalars$2['String']>;
2471
2401
  createdAt?: Maybe$1<Scalars$2['Time']>;
2472
2402
  deletedAt?: Maybe$1<Scalars$2['Time']>;
@@ -3106,7 +3036,6 @@ type Page$1 = {
3106
3036
  metafield?: Maybe$1<Metafield$1>;
3107
3037
  platform?: Maybe$1<PagePlatform$1>;
3108
3038
  publishedAt?: Maybe$1<Scalars$2['Time']>;
3109
- templateSuffix?: Maybe$1<Scalars$2['String']>;
3110
3039
  title?: Maybe$1<Scalars$2['String']>;
3111
3040
  };
3112
3041
  type PageMetafieldArgs$1 = {
@@ -3154,6 +3083,17 @@ type PageWhereInput$1 = {
3154
3083
  baseIDLTE?: InputMaybe$1<Scalars$2['String']>;
3155
3084
  baseIDNEQ?: InputMaybe$1<Scalars$2['String']>;
3156
3085
  baseIDNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
3086
+ /** base_updated_at field predicates */
3087
+ baseUpdatedAt?: InputMaybe$1<Scalars$2['Time']>;
3088
+ baseUpdatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
3089
+ baseUpdatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
3090
+ baseUpdatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3091
+ baseUpdatedAtIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
3092
+ baseUpdatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
3093
+ baseUpdatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
3094
+ baseUpdatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
3095
+ baseUpdatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3096
+ baseUpdatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
3157
3097
  /** created_at field predicates */
3158
3098
  createdAt?: InputMaybe$1<Scalars$2['Time']>;
3159
3099
  createdAtGT?: InputMaybe$1<Scalars$2['Time']>;
@@ -3242,22 +3182,6 @@ type PageWhereInput$1 = {
3242
3182
  publishedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
3243
3183
  publishedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3244
3184
  publishedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
3245
- /** template_suffix field predicates */
3246
- templateSuffix?: InputMaybe$1<Scalars$2['String']>;
3247
- templateSuffixContains?: InputMaybe$1<Scalars$2['String']>;
3248
- templateSuffixContainsFold?: InputMaybe$1<Scalars$2['String']>;
3249
- templateSuffixEqualFold?: InputMaybe$1<Scalars$2['String']>;
3250
- templateSuffixGT?: InputMaybe$1<Scalars$2['String']>;
3251
- templateSuffixGTE?: InputMaybe$1<Scalars$2['String']>;
3252
- templateSuffixHasPrefix?: InputMaybe$1<Scalars$2['String']>;
3253
- templateSuffixHasSuffix?: InputMaybe$1<Scalars$2['String']>;
3254
- templateSuffixIn?: InputMaybe$1<Array<Scalars$2['String']>>;
3255
- templateSuffixIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
3256
- templateSuffixLT?: InputMaybe$1<Scalars$2['String']>;
3257
- templateSuffixLTE?: InputMaybe$1<Scalars$2['String']>;
3258
- templateSuffixNEQ?: InputMaybe$1<Scalars$2['String']>;
3259
- templateSuffixNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
3260
- templateSuffixNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
3261
3185
  /** title field predicates */
3262
3186
  title?: InputMaybe$1<Scalars$2['String']>;
3263
3187
  titleContains?: InputMaybe$1<Scalars$2['String']>;
@@ -3284,59 +3208,6 @@ type PageWhereInput$1 = {
3284
3208
  updatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
3285
3209
  updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3286
3210
  };
3287
- /**
3288
- * PlatformPageSectionWhereInput is used for filtering PlatformPageSection objects.
3289
- * Input was generated by ent.
3290
- */
3291
- type PlatformPageSectionWhereInput = {
3292
- and?: InputMaybe$1<Array<PlatformPageSectionWhereInput>>;
3293
- /** created_at field predicates */
3294
- createdAt?: InputMaybe$1<Scalars$2['Time']>;
3295
- createdAtGT?: InputMaybe$1<Scalars$2['Time']>;
3296
- createdAtGTE?: InputMaybe$1<Scalars$2['Time']>;
3297
- createdAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3298
- createdAtLT?: InputMaybe$1<Scalars$2['Time']>;
3299
- createdAtLTE?: InputMaybe$1<Scalars$2['Time']>;
3300
- createdAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
3301
- createdAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3302
- /** published_page_sections edge predicates */
3303
- hasPublishedPageSections?: InputMaybe$1<Scalars$2['Boolean']>;
3304
- hasPublishedPageSectionsWith?: InputMaybe$1<Array<PublishedPageSectionWhereInput$1>>;
3305
- /** id field predicates */
3306
- id?: InputMaybe$1<Scalars$2['ID']>;
3307
- idGT?: InputMaybe$1<Scalars$2['ID']>;
3308
- idGTE?: InputMaybe$1<Scalars$2['ID']>;
3309
- idIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
3310
- idLT?: InputMaybe$1<Scalars$2['ID']>;
3311
- idLTE?: InputMaybe$1<Scalars$2['ID']>;
3312
- idNEQ?: InputMaybe$1<Scalars$2['ID']>;
3313
- idNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
3314
- not?: InputMaybe$1<PlatformPageSectionWhereInput>;
3315
- or?: InputMaybe$1<Array<PlatformPageSectionWhereInput>>;
3316
- /** page_section_id field predicates */
3317
- pageSectionID?: InputMaybe$1<Scalars$2['ID']>;
3318
- pageSectionIDIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
3319
- pageSectionIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
3320
- pageSectionIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
3321
- /** platform_theme_id field predicates */
3322
- platformThemeID?: InputMaybe$1<Scalars$2['Int']>;
3323
- platformThemeIDGT?: InputMaybe$1<Scalars$2['Int']>;
3324
- platformThemeIDGTE?: InputMaybe$1<Scalars$2['Int']>;
3325
- platformThemeIDIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
3326
- platformThemeIDLT?: InputMaybe$1<Scalars$2['Int']>;
3327
- platformThemeIDLTE?: InputMaybe$1<Scalars$2['Int']>;
3328
- platformThemeIDNEQ?: InputMaybe$1<Scalars$2['Int']>;
3329
- platformThemeIDNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
3330
- /** updated_at field predicates */
3331
- updatedAt?: InputMaybe$1<Scalars$2['Time']>;
3332
- updatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
3333
- updatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
3334
- updatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3335
- updatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
3336
- updatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
3337
- updatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
3338
- updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
3339
- };
3340
3211
  /**
3341
3212
  * PrerequisitePriceRuleWhereInput is used for filtering PrerequisitePriceRule objects.
3342
3213
  * Input was generated by ent.
@@ -3455,7 +3326,6 @@ type PreviewThemePage$1 = {
3455
3326
  isGlobal?: Maybe$1<Scalars$2['Boolean']>;
3456
3327
  isMobile?: Maybe$1<Scalars$2['Boolean']>;
3457
3328
  isSample?: Maybe$1<Scalars$2['Boolean']>;
3458
- metafields?: Maybe$1<Array<PreviewThemePageMeta>>;
3459
3329
  name: Scalars$2['String'];
3460
3330
  pageSections?: Maybe$1<Array<Maybe$1<PreviewPageSection$1>>>;
3461
3331
  sectionPosition?: Maybe$1<Array<Scalars$2['String']>>;
@@ -3466,13 +3336,6 @@ type PreviewThemePage$1 = {
3466
3336
  type: PreviewThemePageType$1;
3467
3337
  updatedAt?: Maybe$1<Scalars$2['Time']>;
3468
3338
  };
3469
- type PreviewThemePageMeta = {
3470
- createdAt?: Maybe$1<Scalars$2['Time']>;
3471
- id: Scalars$2['ID'];
3472
- key: Scalars$2['String'];
3473
- updatedAt?: Maybe$1<Scalars$2['Time']>;
3474
- value: Scalars$2['String'];
3475
- };
3476
3339
  type PreviewThemePageOnlineStoreData$1 = {
3477
3340
  id: Scalars$2['ID'];
3478
3341
  onlineStoreObjectBaseIDs?: Maybe$1<Array<Scalars$2['String']>>;
@@ -3861,22 +3724,19 @@ type Product$1 = {
3861
3724
  featuredImageId?: Maybe$1<Scalars$2['ID']>;
3862
3725
  handle?: Maybe$1<Scalars$2['String']>;
3863
3726
  id: Scalars$2['ID'];
3864
- inventoryQuantity?: Maybe$1<Scalars$2['Int']>;
3865
3727
  isSample?: Maybe$1<Scalars$2['Boolean']>;
3866
3728
  isStorefront?: Maybe$1<Scalars$2['Boolean']>;
3867
- maxVariantPrice?: Maybe$1<Scalars$2['Decimal']>;
3729
+ maxVariantPrice?: Maybe$1<Scalars$2['Float']>;
3868
3730
  medias?: Maybe$1<MediaConnection$1>;
3869
3731
  metafield?: Maybe$1<Metafield$1>;
3870
- minVariantPrice?: Maybe$1<Scalars$2['Decimal']>;
3732
+ minVariantPrice?: Maybe$1<Scalars$2['Float']>;
3871
3733
  options?: Maybe$1<Array<ProductOption$1>>;
3872
3734
  platform?: Maybe$1<ProductPlatform$1>;
3873
3735
  platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
3874
3736
  platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
3875
3737
  publishedAt?: Maybe$1<Scalars$2['Time']>;
3876
- requiresSellingPlan?: Maybe$1<Scalars$2['Boolean']>;
3877
3738
  reviewCount?: Maybe$1<Scalars$2['Int']>;
3878
3739
  sellingPlanGroupCount?: Maybe$1<Scalars$2['Int']>;
3879
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup>>>;
3880
3740
  sku?: Maybe$1<Scalars$2['String']>;
3881
3741
  status?: Maybe$1<Scalars$2['String']>;
3882
3742
  tags: Array<Scalars$2['String']>;
@@ -4249,7 +4109,7 @@ type ProductOrder$1 = {
4249
4109
  direction: OrderDirection$1;
4250
4110
  field?: InputMaybe$1<ProductOrderField$1>;
4251
4111
  };
4252
- type ProductOrderField$1 = 'CREATED_AT' | 'PLATFORM_CREATED_AT' | 'PLATFORM_UPDATED_AT' | 'PRICE' | 'STATUS' | 'TITLE' | 'UPDATED_AT';
4112
+ type ProductOrderField$1 = 'CREATED_AT' | 'PLATFORM_CREATED_AT' | 'PLATFORM_UPDATED_AT' | 'PRICE' | 'TITLE' | 'UPDATED_AT';
4253
4113
  type ProductPlatform$1 = 'BIG' | 'SHOPIFY' | 'WOO';
4254
4114
  /**
4255
4115
  * ProductTagWhereInput is used for filtering ProductTag objects.
@@ -4312,7 +4172,6 @@ type ProductVariant$1 = {
4312
4172
  product?: Maybe$1<Product$1>;
4313
4173
  salePrice?: Maybe$1<Scalars$2['Decimal']>;
4314
4174
  selectedOptions: Array<SelectedOption$1>;
4315
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<SellingPlanGroup>>>;
4316
4175
  sku?: Maybe$1<Scalars$2['String']>;
4317
4176
  soldIndividually?: Maybe$1<Scalars$2['Boolean']>;
4318
4177
  title?: Maybe$1<Scalars$2['String']>;
@@ -4376,15 +4235,15 @@ type ProductVariantWhereInput$1 = {
4376
4235
  baseIDNEQ?: InputMaybe$1<Scalars$2['String']>;
4377
4236
  baseIDNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
4378
4237
  /** cost_price field predicates */
4379
- costPrice?: InputMaybe$1<Scalars$2['Float']>;
4380
- costPriceGT?: InputMaybe$1<Scalars$2['Float']>;
4381
- costPriceGTE?: InputMaybe$1<Scalars$2['Float']>;
4382
- costPriceIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4238
+ costPrice?: InputMaybe$1<Scalars$2['Decimal']>;
4239
+ costPriceGT?: InputMaybe$1<Scalars$2['Decimal']>;
4240
+ costPriceGTE?: InputMaybe$1<Scalars$2['Decimal']>;
4241
+ costPriceIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4383
4242
  costPriceIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
4384
- costPriceLT?: InputMaybe$1<Scalars$2['Float']>;
4385
- costPriceLTE?: InputMaybe$1<Scalars$2['Float']>;
4386
- costPriceNEQ?: InputMaybe$1<Scalars$2['Float']>;
4387
- costPriceNotIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4243
+ costPriceLT?: InputMaybe$1<Scalars$2['Decimal']>;
4244
+ costPriceLTE?: InputMaybe$1<Scalars$2['Decimal']>;
4245
+ costPriceNEQ?: InputMaybe$1<Scalars$2['Decimal']>;
4246
+ costPriceNotIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4388
4247
  costPriceNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4389
4248
  /** created_at field predicates */
4390
4249
  createdAt?: InputMaybe$1<Scalars$2['Time']>;
@@ -4412,9 +4271,6 @@ type ProductVariantWhereInput$1 = {
4412
4271
  /** media edge predicates */
4413
4272
  hasMedia?: InputMaybe$1<Scalars$2['Boolean']>;
4414
4273
  hasMediaWith?: InputMaybe$1<Array<MediaWhereInput$1>>;
4415
- /** options edge predicates */
4416
- hasOptions?: InputMaybe$1<Scalars$2['Boolean']>;
4417
- hasOptionsWith?: InputMaybe$1<Array<VariantProductOptionWhereInput$1>>;
4418
4274
  /** prerequisite_price_rule edge predicates */
4419
4275
  hasPrerequisitePriceRule?: InputMaybe$1<Scalars$2['Boolean']>;
4420
4276
  hasPrerequisitePriceRuleWith?: InputMaybe$1<Array<PrerequisitePriceRuleWhereInput$1>>;
@@ -4566,15 +4422,15 @@ type ProductVariantWhereInput$1 = {
4566
4422
  positionNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
4567
4423
  positionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4568
4424
  /** price field predicates */
4569
- price?: InputMaybe$1<Scalars$2['Float']>;
4570
- priceGT?: InputMaybe$1<Scalars$2['Float']>;
4571
- priceGTE?: InputMaybe$1<Scalars$2['Float']>;
4572
- priceIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4425
+ price?: InputMaybe$1<Scalars$2['Decimal']>;
4426
+ priceGT?: InputMaybe$1<Scalars$2['Decimal']>;
4427
+ priceGTE?: InputMaybe$1<Scalars$2['Decimal']>;
4428
+ priceIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4573
4429
  priceIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
4574
- priceLT?: InputMaybe$1<Scalars$2['Float']>;
4575
- priceLTE?: InputMaybe$1<Scalars$2['Float']>;
4576
- priceNEQ?: InputMaybe$1<Scalars$2['Float']>;
4577
- priceNotIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4430
+ priceLT?: InputMaybe$1<Scalars$2['Decimal']>;
4431
+ priceLTE?: InputMaybe$1<Scalars$2['Decimal']>;
4432
+ priceNEQ?: InputMaybe$1<Scalars$2['Decimal']>;
4433
+ priceNotIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4578
4434
  priceNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4579
4435
  /** product_id field predicates */
4580
4436
  productID?: InputMaybe$1<Scalars$2['ID']>;
@@ -4582,15 +4438,15 @@ type ProductVariantWhereInput$1 = {
4582
4438
  productIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
4583
4439
  productIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
4584
4440
  /** sale_price field predicates */
4585
- salePrice?: InputMaybe$1<Scalars$2['Float']>;
4586
- salePriceGT?: InputMaybe$1<Scalars$2['Float']>;
4587
- salePriceGTE?: InputMaybe$1<Scalars$2['Float']>;
4588
- salePriceIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4441
+ salePrice?: InputMaybe$1<Scalars$2['Decimal']>;
4442
+ salePriceGT?: InputMaybe$1<Scalars$2['Decimal']>;
4443
+ salePriceGTE?: InputMaybe$1<Scalars$2['Decimal']>;
4444
+ salePriceIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4589
4445
  salePriceIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
4590
- salePriceLT?: InputMaybe$1<Scalars$2['Float']>;
4591
- salePriceLTE?: InputMaybe$1<Scalars$2['Float']>;
4592
- salePriceNEQ?: InputMaybe$1<Scalars$2['Float']>;
4593
- salePriceNotIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4446
+ salePriceLT?: InputMaybe$1<Scalars$2['Decimal']>;
4447
+ salePriceLTE?: InputMaybe$1<Scalars$2['Decimal']>;
4448
+ salePriceNEQ?: InputMaybe$1<Scalars$2['Decimal']>;
4449
+ salePriceNotIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4594
4450
  salePriceNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4595
4451
  /** sku field predicates */
4596
4452
  sku?: InputMaybe$1<Scalars$2['String']>;
@@ -4839,26 +4695,26 @@ type ProductWhereInput$1 = {
4839
4695
  lowInventoryAmountNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
4840
4696
  lowInventoryAmountNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4841
4697
  /** max_variant_price field predicates */
4842
- maxVariantPrice?: InputMaybe$1<Scalars$2['Float']>;
4843
- maxVariantPriceGT?: InputMaybe$1<Scalars$2['Float']>;
4844
- maxVariantPriceGTE?: InputMaybe$1<Scalars$2['Float']>;
4845
- maxVariantPriceIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4698
+ maxVariantPrice?: InputMaybe$1<Scalars$2['Decimal']>;
4699
+ maxVariantPriceGT?: InputMaybe$1<Scalars$2['Decimal']>;
4700
+ maxVariantPriceGTE?: InputMaybe$1<Scalars$2['Decimal']>;
4701
+ maxVariantPriceIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4846
4702
  maxVariantPriceIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
4847
- maxVariantPriceLT?: InputMaybe$1<Scalars$2['Float']>;
4848
- maxVariantPriceLTE?: InputMaybe$1<Scalars$2['Float']>;
4849
- maxVariantPriceNEQ?: InputMaybe$1<Scalars$2['Float']>;
4850
- maxVariantPriceNotIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4703
+ maxVariantPriceLT?: InputMaybe$1<Scalars$2['Decimal']>;
4704
+ maxVariantPriceLTE?: InputMaybe$1<Scalars$2['Decimal']>;
4705
+ maxVariantPriceNEQ?: InputMaybe$1<Scalars$2['Decimal']>;
4706
+ maxVariantPriceNotIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4851
4707
  maxVariantPriceNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4852
4708
  /** min_variant_price field predicates */
4853
- minVariantPrice?: InputMaybe$1<Scalars$2['Float']>;
4854
- minVariantPriceGT?: InputMaybe$1<Scalars$2['Float']>;
4855
- minVariantPriceGTE?: InputMaybe$1<Scalars$2['Float']>;
4856
- minVariantPriceIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4709
+ minVariantPrice?: InputMaybe$1<Scalars$2['Decimal']>;
4710
+ minVariantPriceGT?: InputMaybe$1<Scalars$2['Decimal']>;
4711
+ minVariantPriceGTE?: InputMaybe$1<Scalars$2['Decimal']>;
4712
+ minVariantPriceIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4857
4713
  minVariantPriceIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
4858
- minVariantPriceLT?: InputMaybe$1<Scalars$2['Float']>;
4859
- minVariantPriceLTE?: InputMaybe$1<Scalars$2['Float']>;
4860
- minVariantPriceNEQ?: InputMaybe$1<Scalars$2['Float']>;
4861
- minVariantPriceNotIn?: InputMaybe$1<Array<Scalars$2['Float']>>;
4714
+ minVariantPriceLT?: InputMaybe$1<Scalars$2['Decimal']>;
4715
+ minVariantPriceLTE?: InputMaybe$1<Scalars$2['Decimal']>;
4716
+ minVariantPriceNEQ?: InputMaybe$1<Scalars$2['Decimal']>;
4717
+ minVariantPriceNotIn?: InputMaybe$1<Array<Scalars$2['Decimal']>>;
4862
4718
  minVariantPriceNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
4863
4719
  not?: InputMaybe$1<ProductWhereInput$1>;
4864
4720
  or?: InputMaybe$1<Array<ProductWhereInput$1>>;
@@ -5238,7 +5094,7 @@ type PublishedOfferDynamicDiscountWhereInput$1 = {
5238
5094
  valueTypeNotIn?: InputMaybe$1<Array<PublishedOfferDynamicDiscountValueType$1>>;
5239
5095
  };
5240
5096
  type PublishedOfferDynamicTriggerConditionOperator$1 = 'CONTAINS' | 'EQ' | 'GT' | 'GTE' | 'INSIDE' | 'LT' | 'LTE' | 'NEQ' | 'NOT_CONTAINS' | 'NOT_INSIDE';
5241
- type PublishedOfferDynamicTriggerConditionType$1 = 'CHEAPEST_PRODUCT_IN_ORDER' | 'MOST_EXPENSIVE_PRODUCT_IN_ORDER' | 'PRODUCT_COLLECTION' | 'PRODUCT_PRICE' | 'PRODUCT_TAG' | 'SAME_AS_PURCHASED_PRODUCTS' | 'SPECIFIC_PRODUCT';
5097
+ type PublishedOfferDynamicTriggerConditionType$1 = 'CHEAPEST_PRODUCT_IN_ORDER' | 'MOST_EXPENSIVE_PRODUCT_IN_ORDER' | 'PRODUCT_COLLECTION' | 'PRODUCT_PRICE' | 'PRODUCT_TAG' | 'SPECIFIC_PRODUCT';
5242
5098
  /**
5243
5099
  * PublishedOfferDynamicTriggerConditionWhereInput is used for filtering PublishedOfferDynamicTriggerCondition objects.
5244
5100
  * Input was generated by ent.
@@ -5540,22 +5396,6 @@ type PublishedPageSectionMetaWhereInput$1 = {
5540
5396
  */
5541
5397
  type PublishedPageSectionWhereInput$1 = {
5542
5398
  and?: InputMaybe$1<Array<PublishedPageSectionWhereInput$1>>;
5543
- /** checksum field predicates */
5544
- checksum?: InputMaybe$1<Scalars$2['String']>;
5545
- checksumContains?: InputMaybe$1<Scalars$2['String']>;
5546
- checksumContainsFold?: InputMaybe$1<Scalars$2['String']>;
5547
- checksumEqualFold?: InputMaybe$1<Scalars$2['String']>;
5548
- checksumGT?: InputMaybe$1<Scalars$2['String']>;
5549
- checksumGTE?: InputMaybe$1<Scalars$2['String']>;
5550
- checksumHasPrefix?: InputMaybe$1<Scalars$2['String']>;
5551
- checksumHasSuffix?: InputMaybe$1<Scalars$2['String']>;
5552
- checksumIn?: InputMaybe$1<Array<Scalars$2['String']>>;
5553
- checksumIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
5554
- checksumLT?: InputMaybe$1<Scalars$2['String']>;
5555
- checksumLTE?: InputMaybe$1<Scalars$2['String']>;
5556
- checksumNEQ?: InputMaybe$1<Scalars$2['String']>;
5557
- checksumNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
5558
- checksumNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
5559
5399
  /** cid field predicates */
5560
5400
  cid?: InputMaybe$1<Scalars$2['String']>;
5561
5401
  cidContains?: InputMaybe$1<Scalars$2['String']>;
@@ -5609,9 +5449,6 @@ type PublishedPageSectionWhereInput$1 = {
5609
5449
  /** display field predicates */
5610
5450
  display?: InputMaybe$1<Scalars$2['Boolean']>;
5611
5451
  displayNEQ?: InputMaybe$1<Scalars$2['Boolean']>;
5612
- /** platform_page_sections edge predicates */
5613
- hasPlatformPageSections?: InputMaybe$1<Scalars$2['Boolean']>;
5614
- hasPlatformPageSectionsWith?: InputMaybe$1<Array<PlatformPageSectionWhereInput>>;
5615
5452
  /** published_page_section_meta edge predicates */
5616
5453
  hasPublishedPageSectionMeta?: InputMaybe$1<Scalars$2['Boolean']>;
5617
5454
  hasPublishedPageSectionMetaWith?: InputMaybe$1<Array<PublishedPageSectionMetaWhereInput$1>>;
@@ -6083,7 +5920,6 @@ type PublishedThemePage$1 = {
6083
5920
  name: Scalars$2['String'];
6084
5921
  pageSections?: Maybe$1<Array<Maybe$1<PublishedPageSection$1>>>;
6085
5922
  pageStyle?: Maybe$1<PublishedThemeStyle$1>;
6086
- preloadSections?: Maybe$1<Array<Scalars$2['String']>>;
6087
5923
  sectionPosition?: Maybe$1<Array<Scalars$2['String']>>;
6088
5924
  splitPercentage?: Maybe$1<Scalars$2['Float']>;
6089
5925
  status?: Maybe$1<PublishedThemePageStatus$1>;
@@ -6292,7 +6128,7 @@ type PublishedThemePageOnlineStoreDataWhereInput$1 = {
6292
6128
  updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
6293
6129
  };
6294
6130
  type PublishedThemePageStatus$1 = 'DRAFT' | 'PUBLISHED';
6295
- type PublishedThemePageType$1 = 'ARTICLE' | 'BLOG' | 'COLLECTION' | 'GP_ARTICLE' | 'GP_BLOG' | 'GP_COLLECTION' | 'GP_FUNNEL_PAGE' | 'GP_INDEX' | 'GP_PRE_SALE_PAGE' | 'GP_PRODUCT' | 'GP_STATIC' | 'POST_PURCHASE' | 'PRODUCT' | 'STATIC';
6131
+ type PublishedThemePageType$1 = 'ARTICLE' | 'BLOG' | 'COLLECTION' | 'GP_ARTICLE' | 'GP_BLOG' | 'GP_COLLECTION' | 'GP_FUNNEL_PAGE' | 'GP_INDEX' | 'GP_PRODUCT' | 'GP_STATIC' | 'POST_PURCHASE' | 'PRODUCT' | 'STATIC';
6296
6132
  /**
6297
6133
  * PublishedThemePageWhereInput is used for filtering PublishedThemePage objects.
6298
6134
  * Input was generated by ent.
@@ -6677,7 +6513,6 @@ type Query$1 = {
6677
6513
  productOptionValueLabel: Array<Scalars$2['String']>;
6678
6514
  productOptionValues?: Maybe$1<ProductOptionValueConnection$1>;
6679
6515
  productOptions?: Maybe$1<ProductOptionConnection$1>;
6680
- productVariants?: Maybe$1<ProductVariantConnection$1>;
6681
6516
  products?: Maybe$1<ProductConnection$1>;
6682
6517
  publishedShopMetas?: Maybe$1<Array<PublishedShopMeta$1>>;
6683
6518
  publishedThemePageMetas?: Maybe$1<Array<PublishedThemePageMeta$1>>;
@@ -6806,14 +6641,6 @@ type QueryProductOptionsArgs$1 = {
6806
6641
  orderBy?: InputMaybe$1<ProductOptionOrder$1>;
6807
6642
  where?: InputMaybe$1<ProductOptionWhereInput$1>;
6808
6643
  };
6809
- type QueryProductVariantsArgs = {
6810
- after?: InputMaybe$1<Scalars$2['Cursor']>;
6811
- before?: InputMaybe$1<Scalars$2['Cursor']>;
6812
- first?: InputMaybe$1<Scalars$2['Int']>;
6813
- last?: InputMaybe$1<Scalars$2['Int']>;
6814
- orderBy?: InputMaybe$1<ProductVariantOrder$1>;
6815
- where?: InputMaybe$1<ProductVariantWhereInput$1>;
6816
- };
6817
6644
  type QueryProductsArgs$1 = {
6818
6645
  after?: InputMaybe$1<Scalars$2['Cursor']>;
6819
6646
  before?: InputMaybe$1<Scalars$2['Cursor']>;
@@ -6852,388 +6679,6 @@ type SelectedOption$1 = {
6852
6679
  value?: Maybe$1<Scalars$2['String']>;
6853
6680
  valueBaseID?: Maybe$1<Scalars$2['String']>;
6854
6681
  };
6855
- type SellingPlan = {
6856
- baseID: Scalars$2['String'];
6857
- /** A selling plan policy which describes the recurring billing details. */
6858
- billingPolicy?: Maybe$1<Scalars$2['Map']>;
6859
- /** The category used to classify the selling plan for reporting purposes. */
6860
- category: Scalars$2['String'];
6861
- createdAt?: Maybe$1<Scalars$2['Time']>;
6862
- /** A selling plan policy which describes the delivery details. */
6863
- deliveryPolicy?: Maybe$1<Scalars$2['Map']>;
6864
- /** Buyer facing string which describes the selling plan commitment. */
6865
- description?: Maybe$1<Scalars$2['String']>;
6866
- id: Scalars$2['ID'];
6867
- /** When to reserve inventory for a selling plan. */
6868
- inventoryPolicy?: Maybe$1<Scalars$2['Map']>;
6869
- /**
6870
- * A customer-facing description of the selling plan.
6871
- * 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.
6872
- */
6873
- name: Scalars$2['String'];
6874
- /** 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. */
6875
- options?: Maybe$1<Array<Maybe$1<Scalars$2['String']>>>;
6876
- platform?: Maybe$1<SellingPlanPlatform>;
6877
- platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
6878
- platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
6879
- /** Relative position of the selling plan for display. A lower position will be displayed before a higher position. */
6880
- position?: Maybe$1<Scalars$2['Int']>;
6881
- /** Selling plan pricing details. */
6882
- pricingPolicies?: Maybe$1<Array<Maybe$1<Scalars$2['Map']>>>;
6883
- sellingPlanGroup?: Maybe$1<SellingPlanGroup>;
6884
- updatedAt?: Maybe$1<Scalars$2['Time']>;
6885
- };
6886
- type SellingPlanGroup = {
6887
- /** The ID for app, exposed in Liquid and product JSON. */
6888
- appID?: Maybe$1<Scalars$2['String']>;
6889
- baseID: Scalars$2['String'];
6890
- createdAt?: Maybe$1<Scalars$2['Time']>;
6891
- /** The merchant-facing description of the selling plan group. */
6892
- description?: Maybe$1<Scalars$2['String']>;
6893
- id: Scalars$2['ID'];
6894
- /** The merchant-facing label of the selling plan group. */
6895
- merchantCode?: Maybe$1<Scalars$2['String']>;
6896
- /** The buyer-facing label of the selling plan group. */
6897
- name: Scalars$2['String'];
6898
- /**
6899
- * The values of all options available on the selling plan group.
6900
- * Selling plans are grouped together in Liquid when they're created by the same app,
6901
- * and have the same selling_plan_group.name and selling_plan_group.options values.
6902
- */
6903
- options?: Maybe$1<Array<Maybe$1<Scalars$2['String']>>>;
6904
- platform?: Maybe$1<SellingPlanGroupPlatform>;
6905
- platformCreatedAt?: Maybe$1<Scalars$2['Time']>;
6906
- platformUpdatedAt?: Maybe$1<Scalars$2['Time']>;
6907
- /** The relative position of the selling plan group for display. */
6908
- position?: Maybe$1<Scalars$2['Int']>;
6909
- sellingPlans?: Maybe$1<Array<Maybe$1<SellingPlan>>>;
6910
- /** A summary of the policies associated to the selling plan group. */
6911
- summary?: Maybe$1<Scalars$2['String']>;
6912
- updatedAt?: Maybe$1<Scalars$2['Time']>;
6913
- };
6914
- type SellingPlanGroupPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
6915
- /**
6916
- * SellingPlanGroupWhereInput is used for filtering SellingPlanGroup objects.
6917
- * Input was generated by ent.
6918
- */
6919
- type SellingPlanGroupWhereInput = {
6920
- and?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
6921
- /** app_id field predicates */
6922
- appID?: InputMaybe$1<Scalars$2['String']>;
6923
- appIDContains?: InputMaybe$1<Scalars$2['String']>;
6924
- appIDContainsFold?: InputMaybe$1<Scalars$2['String']>;
6925
- appIDEqualFold?: InputMaybe$1<Scalars$2['String']>;
6926
- appIDGT?: InputMaybe$1<Scalars$2['String']>;
6927
- appIDGTE?: InputMaybe$1<Scalars$2['String']>;
6928
- appIDHasPrefix?: InputMaybe$1<Scalars$2['String']>;
6929
- appIDHasSuffix?: InputMaybe$1<Scalars$2['String']>;
6930
- appIDIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6931
- appIDIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
6932
- appIDLT?: InputMaybe$1<Scalars$2['String']>;
6933
- appIDLTE?: InputMaybe$1<Scalars$2['String']>;
6934
- appIDNEQ?: InputMaybe$1<Scalars$2['String']>;
6935
- appIDNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6936
- appIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
6937
- /** base_id field predicates */
6938
- baseID?: InputMaybe$1<Scalars$2['String']>;
6939
- baseIDContains?: InputMaybe$1<Scalars$2['String']>;
6940
- baseIDContainsFold?: InputMaybe$1<Scalars$2['String']>;
6941
- baseIDEqualFold?: InputMaybe$1<Scalars$2['String']>;
6942
- baseIDGT?: InputMaybe$1<Scalars$2['String']>;
6943
- baseIDGTE?: InputMaybe$1<Scalars$2['String']>;
6944
- baseIDHasPrefix?: InputMaybe$1<Scalars$2['String']>;
6945
- baseIDHasSuffix?: InputMaybe$1<Scalars$2['String']>;
6946
- baseIDIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6947
- baseIDLT?: InputMaybe$1<Scalars$2['String']>;
6948
- baseIDLTE?: InputMaybe$1<Scalars$2['String']>;
6949
- baseIDNEQ?: InputMaybe$1<Scalars$2['String']>;
6950
- baseIDNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6951
- /** created_at field predicates */
6952
- createdAt?: InputMaybe$1<Scalars$2['Time']>;
6953
- createdAtGT?: InputMaybe$1<Scalars$2['Time']>;
6954
- createdAtGTE?: InputMaybe$1<Scalars$2['Time']>;
6955
- createdAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
6956
- createdAtLT?: InputMaybe$1<Scalars$2['Time']>;
6957
- createdAtLTE?: InputMaybe$1<Scalars$2['Time']>;
6958
- createdAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
6959
- createdAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
6960
- /** description field predicates */
6961
- description?: InputMaybe$1<Scalars$2['String']>;
6962
- descriptionContains?: InputMaybe$1<Scalars$2['String']>;
6963
- descriptionContainsFold?: InputMaybe$1<Scalars$2['String']>;
6964
- descriptionEqualFold?: InputMaybe$1<Scalars$2['String']>;
6965
- descriptionGT?: InputMaybe$1<Scalars$2['String']>;
6966
- descriptionGTE?: InputMaybe$1<Scalars$2['String']>;
6967
- descriptionHasPrefix?: InputMaybe$1<Scalars$2['String']>;
6968
- descriptionHasSuffix?: InputMaybe$1<Scalars$2['String']>;
6969
- descriptionIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6970
- descriptionIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
6971
- descriptionLT?: InputMaybe$1<Scalars$2['String']>;
6972
- descriptionLTE?: InputMaybe$1<Scalars$2['String']>;
6973
- descriptionNEQ?: InputMaybe$1<Scalars$2['String']>;
6974
- descriptionNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
6975
- descriptionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
6976
- /** products edge predicates */
6977
- hasProducts?: InputMaybe$1<Scalars$2['Boolean']>;
6978
- hasProductsWith?: InputMaybe$1<Array<ProductWhereInput$1>>;
6979
- /** selling_plans edge predicates */
6980
- hasSellingPlans?: InputMaybe$1<Scalars$2['Boolean']>;
6981
- hasSellingPlansWith?: InputMaybe$1<Array<SellingPlanWhereInput>>;
6982
- /** variants edge predicates */
6983
- hasVariants?: InputMaybe$1<Scalars$2['Boolean']>;
6984
- hasVariantsWith?: InputMaybe$1<Array<ProductVariantWhereInput$1>>;
6985
- /** id field predicates */
6986
- id?: InputMaybe$1<Scalars$2['ID']>;
6987
- idGT?: InputMaybe$1<Scalars$2['ID']>;
6988
- idGTE?: InputMaybe$1<Scalars$2['ID']>;
6989
- idIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
6990
- idLT?: InputMaybe$1<Scalars$2['ID']>;
6991
- idLTE?: InputMaybe$1<Scalars$2['ID']>;
6992
- idNEQ?: InputMaybe$1<Scalars$2['ID']>;
6993
- idNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
6994
- /** merchant_code field predicates */
6995
- merchantCode?: InputMaybe$1<Scalars$2['String']>;
6996
- merchantCodeContains?: InputMaybe$1<Scalars$2['String']>;
6997
- merchantCodeContainsFold?: InputMaybe$1<Scalars$2['String']>;
6998
- merchantCodeEqualFold?: InputMaybe$1<Scalars$2['String']>;
6999
- merchantCodeGT?: InputMaybe$1<Scalars$2['String']>;
7000
- merchantCodeGTE?: InputMaybe$1<Scalars$2['String']>;
7001
- merchantCodeHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7002
- merchantCodeHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7003
- merchantCodeIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7004
- merchantCodeIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7005
- merchantCodeLT?: InputMaybe$1<Scalars$2['String']>;
7006
- merchantCodeLTE?: InputMaybe$1<Scalars$2['String']>;
7007
- merchantCodeNEQ?: InputMaybe$1<Scalars$2['String']>;
7008
- merchantCodeNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7009
- merchantCodeNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7010
- /** name field predicates */
7011
- name?: InputMaybe$1<Scalars$2['String']>;
7012
- nameContains?: InputMaybe$1<Scalars$2['String']>;
7013
- nameContainsFold?: InputMaybe$1<Scalars$2['String']>;
7014
- nameEqualFold?: InputMaybe$1<Scalars$2['String']>;
7015
- nameGT?: InputMaybe$1<Scalars$2['String']>;
7016
- nameGTE?: InputMaybe$1<Scalars$2['String']>;
7017
- nameHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7018
- nameHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7019
- nameIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7020
- nameLT?: InputMaybe$1<Scalars$2['String']>;
7021
- nameLTE?: InputMaybe$1<Scalars$2['String']>;
7022
- nameNEQ?: InputMaybe$1<Scalars$2['String']>;
7023
- nameNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7024
- not?: InputMaybe$1<SellingPlanGroupWhereInput>;
7025
- or?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
7026
- /** platform field predicates */
7027
- platform?: InputMaybe$1<SellingPlanGroupPlatform>;
7028
- /** platform_created_at field predicates */
7029
- platformCreatedAt?: InputMaybe$1<Scalars$2['Time']>;
7030
- platformCreatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7031
- platformCreatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7032
- platformCreatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7033
- platformCreatedAtIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7034
- platformCreatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7035
- platformCreatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7036
- platformCreatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7037
- platformCreatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7038
- platformCreatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7039
- platformIn?: InputMaybe$1<Array<SellingPlanGroupPlatform>>;
7040
- platformIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7041
- platformNEQ?: InputMaybe$1<SellingPlanGroupPlatform>;
7042
- platformNotIn?: InputMaybe$1<Array<SellingPlanGroupPlatform>>;
7043
- platformNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7044
- /** platform_updated_at field predicates */
7045
- platformUpdatedAt?: InputMaybe$1<Scalars$2['Time']>;
7046
- platformUpdatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7047
- platformUpdatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7048
- platformUpdatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7049
- platformUpdatedAtIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7050
- platformUpdatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7051
- platformUpdatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7052
- platformUpdatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7053
- platformUpdatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7054
- platformUpdatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7055
- /** position field predicates */
7056
- position?: InputMaybe$1<Scalars$2['Int']>;
7057
- positionGT?: InputMaybe$1<Scalars$2['Int']>;
7058
- positionGTE?: InputMaybe$1<Scalars$2['Int']>;
7059
- positionIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7060
- positionIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7061
- positionLT?: InputMaybe$1<Scalars$2['Int']>;
7062
- positionLTE?: InputMaybe$1<Scalars$2['Int']>;
7063
- positionNEQ?: InputMaybe$1<Scalars$2['Int']>;
7064
- positionNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7065
- positionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7066
- /** summary field predicates */
7067
- summary?: InputMaybe$1<Scalars$2['String']>;
7068
- summaryContains?: InputMaybe$1<Scalars$2['String']>;
7069
- summaryContainsFold?: InputMaybe$1<Scalars$2['String']>;
7070
- summaryEqualFold?: InputMaybe$1<Scalars$2['String']>;
7071
- summaryGT?: InputMaybe$1<Scalars$2['String']>;
7072
- summaryGTE?: InputMaybe$1<Scalars$2['String']>;
7073
- summaryHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7074
- summaryHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7075
- summaryIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7076
- summaryIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7077
- summaryLT?: InputMaybe$1<Scalars$2['String']>;
7078
- summaryLTE?: InputMaybe$1<Scalars$2['String']>;
7079
- summaryNEQ?: InputMaybe$1<Scalars$2['String']>;
7080
- summaryNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7081
- summaryNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7082
- /** updated_at field predicates */
7083
- updatedAt?: InputMaybe$1<Scalars$2['Time']>;
7084
- updatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7085
- updatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7086
- updatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7087
- updatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7088
- updatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7089
- updatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7090
- updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7091
- };
7092
- type SellingPlanPlatform = 'BIG' | 'SHOPIFY' | 'WOO';
7093
- /**
7094
- * SellingPlanWhereInput is used for filtering SellingPlan objects.
7095
- * Input was generated by ent.
7096
- */
7097
- type SellingPlanWhereInput = {
7098
- and?: InputMaybe$1<Array<SellingPlanWhereInput>>;
7099
- /** base_id field predicates */
7100
- baseID?: InputMaybe$1<Scalars$2['String']>;
7101
- baseIDContains?: InputMaybe$1<Scalars$2['String']>;
7102
- baseIDContainsFold?: InputMaybe$1<Scalars$2['String']>;
7103
- baseIDEqualFold?: InputMaybe$1<Scalars$2['String']>;
7104
- baseIDGT?: InputMaybe$1<Scalars$2['String']>;
7105
- baseIDGTE?: InputMaybe$1<Scalars$2['String']>;
7106
- baseIDHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7107
- baseIDHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7108
- baseIDIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7109
- baseIDLT?: InputMaybe$1<Scalars$2['String']>;
7110
- baseIDLTE?: InputMaybe$1<Scalars$2['String']>;
7111
- baseIDNEQ?: InputMaybe$1<Scalars$2['String']>;
7112
- baseIDNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7113
- /** category field predicates */
7114
- category?: InputMaybe$1<Scalars$2['String']>;
7115
- categoryContains?: InputMaybe$1<Scalars$2['String']>;
7116
- categoryContainsFold?: InputMaybe$1<Scalars$2['String']>;
7117
- categoryEqualFold?: InputMaybe$1<Scalars$2['String']>;
7118
- categoryGT?: InputMaybe$1<Scalars$2['String']>;
7119
- categoryGTE?: InputMaybe$1<Scalars$2['String']>;
7120
- categoryHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7121
- categoryHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7122
- categoryIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7123
- categoryLT?: InputMaybe$1<Scalars$2['String']>;
7124
- categoryLTE?: InputMaybe$1<Scalars$2['String']>;
7125
- categoryNEQ?: InputMaybe$1<Scalars$2['String']>;
7126
- categoryNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7127
- /** created_at field predicates */
7128
- createdAt?: InputMaybe$1<Scalars$2['Time']>;
7129
- createdAtGT?: InputMaybe$1<Scalars$2['Time']>;
7130
- createdAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7131
- createdAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7132
- createdAtLT?: InputMaybe$1<Scalars$2['Time']>;
7133
- createdAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7134
- createdAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7135
- createdAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7136
- /** description field predicates */
7137
- description?: InputMaybe$1<Scalars$2['String']>;
7138
- descriptionContains?: InputMaybe$1<Scalars$2['String']>;
7139
- descriptionContainsFold?: InputMaybe$1<Scalars$2['String']>;
7140
- descriptionEqualFold?: InputMaybe$1<Scalars$2['String']>;
7141
- descriptionGT?: InputMaybe$1<Scalars$2['String']>;
7142
- descriptionGTE?: InputMaybe$1<Scalars$2['String']>;
7143
- descriptionHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7144
- descriptionHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7145
- descriptionIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7146
- descriptionIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7147
- descriptionLT?: InputMaybe$1<Scalars$2['String']>;
7148
- descriptionLTE?: InputMaybe$1<Scalars$2['String']>;
7149
- descriptionNEQ?: InputMaybe$1<Scalars$2['String']>;
7150
- descriptionNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7151
- descriptionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7152
- /** selling_plan_group edge predicates */
7153
- hasSellingPlanGroup?: InputMaybe$1<Scalars$2['Boolean']>;
7154
- hasSellingPlanGroupWith?: InputMaybe$1<Array<SellingPlanGroupWhereInput>>;
7155
- /** id field predicates */
7156
- id?: InputMaybe$1<Scalars$2['ID']>;
7157
- idGT?: InputMaybe$1<Scalars$2['ID']>;
7158
- idGTE?: InputMaybe$1<Scalars$2['ID']>;
7159
- idIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7160
- idLT?: InputMaybe$1<Scalars$2['ID']>;
7161
- idLTE?: InputMaybe$1<Scalars$2['ID']>;
7162
- idNEQ?: InputMaybe$1<Scalars$2['ID']>;
7163
- idNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7164
- /** name field predicates */
7165
- name?: InputMaybe$1<Scalars$2['String']>;
7166
- nameContains?: InputMaybe$1<Scalars$2['String']>;
7167
- nameContainsFold?: InputMaybe$1<Scalars$2['String']>;
7168
- nameEqualFold?: InputMaybe$1<Scalars$2['String']>;
7169
- nameGT?: InputMaybe$1<Scalars$2['String']>;
7170
- nameGTE?: InputMaybe$1<Scalars$2['String']>;
7171
- nameHasPrefix?: InputMaybe$1<Scalars$2['String']>;
7172
- nameHasSuffix?: InputMaybe$1<Scalars$2['String']>;
7173
- nameIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7174
- nameLT?: InputMaybe$1<Scalars$2['String']>;
7175
- nameLTE?: InputMaybe$1<Scalars$2['String']>;
7176
- nameNEQ?: InputMaybe$1<Scalars$2['String']>;
7177
- nameNotIn?: InputMaybe$1<Array<Scalars$2['String']>>;
7178
- not?: InputMaybe$1<SellingPlanWhereInput>;
7179
- or?: InputMaybe$1<Array<SellingPlanWhereInput>>;
7180
- /** platform field predicates */
7181
- platform?: InputMaybe$1<SellingPlanPlatform>;
7182
- /** platform_created_at field predicates */
7183
- platformCreatedAt?: InputMaybe$1<Scalars$2['Time']>;
7184
- platformCreatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7185
- platformCreatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7186
- platformCreatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7187
- platformCreatedAtIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7188
- platformCreatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7189
- platformCreatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7190
- platformCreatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7191
- platformCreatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7192
- platformCreatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7193
- platformIn?: InputMaybe$1<Array<SellingPlanPlatform>>;
7194
- platformIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7195
- platformNEQ?: InputMaybe$1<SellingPlanPlatform>;
7196
- platformNotIn?: InputMaybe$1<Array<SellingPlanPlatform>>;
7197
- platformNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7198
- /** platform_updated_at field predicates */
7199
- platformUpdatedAt?: InputMaybe$1<Scalars$2['Time']>;
7200
- platformUpdatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7201
- platformUpdatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7202
- platformUpdatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7203
- platformUpdatedAtIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7204
- platformUpdatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7205
- platformUpdatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7206
- platformUpdatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7207
- platformUpdatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7208
- platformUpdatedAtNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7209
- /** position field predicates */
7210
- position?: InputMaybe$1<Scalars$2['Int']>;
7211
- positionGT?: InputMaybe$1<Scalars$2['Int']>;
7212
- positionGTE?: InputMaybe$1<Scalars$2['Int']>;
7213
- positionIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7214
- positionIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7215
- positionLT?: InputMaybe$1<Scalars$2['Int']>;
7216
- positionLTE?: InputMaybe$1<Scalars$2['Int']>;
7217
- positionNEQ?: InputMaybe$1<Scalars$2['Int']>;
7218
- positionNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7219
- positionNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7220
- /** selling_plan_group_id field predicates */
7221
- sellingPlanGroupID?: InputMaybe$1<Scalars$2['ID']>;
7222
- sellingPlanGroupIDIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7223
- sellingPlanGroupIDIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7224
- sellingPlanGroupIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
7225
- sellingPlanGroupIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7226
- sellingPlanGroupIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7227
- /** updated_at field predicates */
7228
- updatedAt?: InputMaybe$1<Scalars$2['Time']>;
7229
- updatedAtGT?: InputMaybe$1<Scalars$2['Time']>;
7230
- updatedAtGTE?: InputMaybe$1<Scalars$2['Time']>;
7231
- updatedAtIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7232
- updatedAtLT?: InputMaybe$1<Scalars$2['Time']>;
7233
- updatedAtLTE?: InputMaybe$1<Scalars$2['Time']>;
7234
- updatedAtNEQ?: InputMaybe$1<Scalars$2['Time']>;
7235
- updatedAtNotIn?: InputMaybe$1<Array<Scalars$2['Time']>>;
7236
- };
7237
6682
  /**
7238
6683
  * ShopDatabaseWhereInput is used for filtering ShopDatabase objects.
7239
6684
  * Input was generated by ent.
@@ -7287,17 +6732,25 @@ type ShopDatabaseWhereInput$1 = {
7287
6732
  type ShopShopify$1 = {
7288
6733
  address1?: Maybe$1<Scalars$2['String']>;
7289
6734
  address2?: Maybe$1<Scalars$2['String']>;
6735
+ auto_configure_tax_inclusivity?: Maybe$1<Scalars$2['String']>;
7290
6736
  checkout_api_supported?: Maybe$1<Scalars$2['Boolean']>;
7291
6737
  city?: Maybe$1<Scalars$2['String']>;
7292
6738
  cookie_consent_level?: Maybe$1<Scalars$2['String']>;
7293
6739
  country?: Maybe$1<Scalars$2['String']>;
7294
6740
  country_code?: Maybe$1<Scalars$2['String']>;
7295
6741
  country_name?: Maybe$1<Scalars$2['String']>;
6742
+ county_taxes?: Maybe$1<Scalars$2['Boolean']>;
7296
6743
  currency: Scalars$2['String'];
7297
6744
  customer_email?: Maybe$1<Scalars$2['String']>;
7298
6745
  domain: Scalars$2['String'];
6746
+ eligible_for_payments?: Maybe$1<Scalars$2['Boolean']>;
7299
6747
  email: Scalars$2['String'];
7300
6748
  enabled_presentment_currencies?: Maybe$1<Array<Maybe$1<Scalars$2['String']>>>;
6749
+ finances?: Maybe$1<Scalars$2['Boolean']>;
6750
+ google_apps_domain?: Maybe$1<Scalars$2['String']>;
6751
+ google_apps_login_enabled?: Maybe$1<Scalars$2['String']>;
6752
+ has_discounts?: Maybe$1<Scalars$2['Boolean']>;
6753
+ has_gift_cards?: Maybe$1<Scalars$2['Boolean']>;
7301
6754
  has_storefront?: Maybe$1<Scalars$2['Boolean']>;
7302
6755
  iana_timezone?: Maybe$1<Scalars$2['String']>;
7303
6756
  id: Scalars$2['ID'];
@@ -7308,18 +6761,22 @@ type ShopShopify$1 = {
7308
6761
  money_in_emails_format?: Maybe$1<Scalars$2['String']>;
7309
6762
  money_with_currency_format?: Maybe$1<Scalars$2['String']>;
7310
6763
  money_with_currency_in_emails_format?: Maybe$1<Scalars$2['String']>;
6764
+ multi_location_enabled?: Maybe$1<Scalars$2['Boolean']>;
7311
6765
  myshopify_domain?: Maybe$1<Scalars$2['String']>;
7312
6766
  name: Scalars$2['String'];
7313
6767
  password_enabled?: Maybe$1<Scalars$2['Boolean']>;
7314
6768
  phone?: Maybe$1<Scalars$2['String']>;
7315
6769
  plan_display_name?: Maybe$1<Scalars$2['String']>;
7316
- /** @deprecated Use plan_display_name instead. */
7317
6770
  plan_name?: Maybe$1<Scalars$2['String']>;
6771
+ pre_launch_enabled?: Maybe$1<Scalars$2['Boolean']>;
7318
6772
  primary_locale?: Maybe$1<Scalars$2['String']>;
6773
+ primary_location_id: Scalars$2['ID'];
7319
6774
  province?: Maybe$1<Scalars$2['String']>;
7320
6775
  province_code?: Maybe$1<Scalars$2['String']>;
6776
+ requires_extra_payments_agreement?: Maybe$1<Scalars$2['Boolean']>;
7321
6777
  setup_required?: Maybe$1<Scalars$2['Boolean']>;
7322
6778
  shop_owner?: Maybe$1<Scalars$2['String']>;
6779
+ source?: Maybe$1<Scalars$2['String']>;
7323
6780
  tax_shipping?: Maybe$1<Scalars$2['String']>;
7324
6781
  taxes_included?: Maybe$1<Scalars$2['String']>;
7325
6782
  timezone?: Maybe$1<Scalars$2['String']>;
@@ -7544,41 +7001,21 @@ type VariantProductOptionWhereInput$1 = {
7544
7001
  optionValueIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
7545
7002
  optionValueIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7546
7003
  or?: InputMaybe$1<Array<VariantProductOptionWhereInput$1>>;
7547
- /** shop_id field predicates */
7548
- shopID?: InputMaybe$1<Scalars$2['Int']>;
7549
- shopIDGT?: InputMaybe$1<Scalars$2['Int']>;
7550
- shopIDGTE?: InputMaybe$1<Scalars$2['Int']>;
7551
- shopIDIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7552
- shopIDIsNil?: InputMaybe$1<Scalars$2['Boolean']>;
7553
- shopIDLT?: InputMaybe$1<Scalars$2['Int']>;
7554
- shopIDLTE?: InputMaybe$1<Scalars$2['Int']>;
7555
- shopIDNEQ?: InputMaybe$1<Scalars$2['Int']>;
7556
- shopIDNotIn?: InputMaybe$1<Array<Scalars$2['Int']>>;
7557
- shopIDNotNil?: InputMaybe$1<Scalars$2['Boolean']>;
7558
7004
  /** variant_id field predicates */
7559
7005
  variantID?: InputMaybe$1<Scalars$2['ID']>;
7560
7006
  variantIDIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7561
7007
  variantIDNEQ?: InputMaybe$1<Scalars$2['ID']>;
7562
7008
  variantIDNotIn?: InputMaybe$1<Array<Scalars$2['ID']>>;
7563
7009
  };
7564
- type _Entity = Article$2 | ArticleContent$1 | Blog$1 | Collection$1 | Media$1 | Metafield$1 | MetafieldDefinition$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 | Tag$1;
7010
+ type _Entity = Metafield$1 | MetafieldDefinition$1 | Product$1 | PublishedCustomSection$1 | PublishedPageInteraction$1 | PublishedPageSection$1 | PublishedPageSectionMeta$1 | PublishedShopMeta$1 | PublishedThemePage$1 | PublishedThemePageCustomSection$1 | PublishedThemePageMeta$1 | PublishedThemePageOnlineStoreData$1 | PublishedThemeSection$1 | PublishedThemeStyle$1 | Tag$1;
7565
7011
  type _Service = {
7566
7012
  sdl?: Maybe$1<Scalars$2['String']>;
7567
7013
  };
7568
7014
 
7569
7015
  type shop_Entity = Entity;
7570
- type shop_EntityFindArticleByIdArgs = EntityFindArticleByIdArgs;
7571
- type shop_EntityFindArticleContentByIdArgs = EntityFindArticleContentByIdArgs;
7572
- type shop_EntityFindBlogByIdArgs = EntityFindBlogByIdArgs;
7573
- type shop_EntityFindCollectionByIdArgs = EntityFindCollectionByIdArgs;
7574
- type shop_EntityFindMediaByIdArgs = EntityFindMediaByIdArgs;
7575
7016
  type shop_EntityFindMetafieldByIdArgs = EntityFindMetafieldByIdArgs;
7576
7017
  type shop_EntityFindMetafieldDefinitionByIdArgs = EntityFindMetafieldDefinitionByIdArgs;
7577
- type shop_EntityFindPageByIdArgs = EntityFindPageByIdArgs;
7578
7018
  type shop_EntityFindProductByIdArgs = EntityFindProductByIdArgs;
7579
- type shop_EntityFindProductOptionByIdArgs = EntityFindProductOptionByIdArgs;
7580
- type shop_EntityFindProductOptionValueByIdArgs = EntityFindProductOptionValueByIdArgs;
7581
- type shop_EntityFindProductVariantByIdArgs = EntityFindProductVariantByIdArgs;
7582
7019
  type shop_EntityFindPublishedCustomSectionByIdArgs = EntityFindPublishedCustomSectionByIdArgs;
7583
7020
  type shop_EntityFindPublishedPageInteractionByIdArgs = EntityFindPublishedPageInteractionByIdArgs;
7584
7021
  type shop_EntityFindPublishedPageSectionByIdArgs = EntityFindPublishedPageSectionByIdArgs;
@@ -7591,16 +7028,7 @@ type shop_EntityFindPublishedThemePageOnlineStoreDataByIdArgs = EntityFindPublis
7591
7028
  type shop_EntityFindPublishedThemeSectionByIdArgs = EntityFindPublishedThemeSectionByIdArgs;
7592
7029
  type shop_EntityFindPublishedThemeStyleByIdArgs = EntityFindPublishedThemeStyleByIdArgs;
7593
7030
  type shop_EntityFindTagByIdArgs = EntityFindTagByIdArgs;
7594
- type shop_PlatformPageSectionWhereInput = PlatformPageSectionWhereInput;
7595
- type shop_PreviewThemePageMeta = PreviewThemePageMeta;
7596
- type shop_QueryProductVariantsArgs = QueryProductVariantsArgs;
7597
7031
  type shop_Query_EntitiesArgs = Query_EntitiesArgs;
7598
- type shop_SellingPlan = SellingPlan;
7599
- type shop_SellingPlanGroup = SellingPlanGroup;
7600
- type shop_SellingPlanGroupPlatform = SellingPlanGroupPlatform;
7601
- type shop_SellingPlanGroupWhereInput = SellingPlanGroupWhereInput;
7602
- type shop_SellingPlanPlatform = SellingPlanPlatform;
7603
- type shop_SellingPlanWhereInput = SellingPlanWhereInput;
7604
7032
  type shop__Entity = _Entity;
7605
7033
  type shop__Service = _Service;
7606
7034
  declare namespace shop {
@@ -7669,18 +7097,9 @@ declare namespace shop {
7669
7097
  DiscountWhereInput$1 as DiscountWhereInput,
7670
7098
  EntitledPriceRuleWhereInput$1 as EntitledPriceRuleWhereInput,
7671
7099
  shop_Entity as Entity,
7672
- shop_EntityFindArticleByIdArgs as EntityFindArticleByIdArgs,
7673
- shop_EntityFindArticleContentByIdArgs as EntityFindArticleContentByIdArgs,
7674
- shop_EntityFindBlogByIdArgs as EntityFindBlogByIdArgs,
7675
- shop_EntityFindCollectionByIdArgs as EntityFindCollectionByIdArgs,
7676
- shop_EntityFindMediaByIdArgs as EntityFindMediaByIdArgs,
7677
7100
  shop_EntityFindMetafieldByIdArgs as EntityFindMetafieldByIdArgs,
7678
7101
  shop_EntityFindMetafieldDefinitionByIdArgs as EntityFindMetafieldDefinitionByIdArgs,
7679
- shop_EntityFindPageByIdArgs as EntityFindPageByIdArgs,
7680
7102
  shop_EntityFindProductByIdArgs as EntityFindProductByIdArgs,
7681
- shop_EntityFindProductOptionByIdArgs as EntityFindProductOptionByIdArgs,
7682
- shop_EntityFindProductOptionValueByIdArgs as EntityFindProductOptionValueByIdArgs,
7683
- shop_EntityFindProductVariantByIdArgs as EntityFindProductVariantByIdArgs,
7684
7103
  shop_EntityFindPublishedCustomSectionByIdArgs as EntityFindPublishedCustomSectionByIdArgs,
7685
7104
  shop_EntityFindPublishedPageInteractionByIdArgs as EntityFindPublishedPageInteractionByIdArgs,
7686
7105
  shop_EntityFindPublishedPageSectionByIdArgs as EntityFindPublishedPageSectionByIdArgs,
@@ -7736,14 +7155,12 @@ declare namespace shop {
7736
7155
  PageOrderField$1 as PageOrderField,
7737
7156
  PagePlatform$1 as PagePlatform,
7738
7157
  PageWhereInput$1 as PageWhereInput,
7739
- shop_PlatformPageSectionWhereInput as PlatformPageSectionWhereInput,
7740
7158
  PrerequisitePriceRuleWhereInput$1 as PrerequisitePriceRuleWhereInput,
7741
7159
  PreviewCustomSectionType$1 as PreviewCustomSectionType,
7742
7160
  PreviewPageInteraction$1 as PreviewPageInteraction,
7743
7161
  PreviewPageSection$1 as PreviewPageSection,
7744
7162
  PreviewPageSectionMeta$1 as PreviewPageSectionMeta,
7745
7163
  PreviewThemePage$1 as PreviewThemePage,
7746
- shop_PreviewThemePageMeta as PreviewThemePageMeta,
7747
7164
  PreviewThemePageOnlineStoreData$1 as PreviewThemePageOnlineStoreData,
7748
7165
  PreviewThemePageOnlineStoreDataType$1 as PreviewThemePageOnlineStoreDataType,
7749
7166
  PreviewThemePageStatus$1 as PreviewThemePageStatus,
@@ -7850,7 +7267,6 @@ declare namespace shop {
7850
7267
  QueryProductOptionValueLabelArgs$1 as QueryProductOptionValueLabelArgs,
7851
7268
  QueryProductOptionValuesArgs$1 as QueryProductOptionValuesArgs,
7852
7269
  QueryProductOptionsArgs$1 as QueryProductOptionsArgs,
7853
- shop_QueryProductVariantsArgs as QueryProductVariantsArgs,
7854
7270
  QueryProductsArgs$1 as QueryProductsArgs,
7855
7271
  QueryPublishedShopMetasArgs$1 as QueryPublishedShopMetasArgs,
7856
7272
  QueryPublishedThemePageMetasArgs$1 as QueryPublishedThemePageMetasArgs,
@@ -7861,12 +7277,6 @@ declare namespace shop {
7861
7277
  SaleFunnelCampaignStatus$1 as SaleFunnelCampaignStatus,
7862
7278
  Scalars$2 as Scalars,
7863
7279
  SelectedOption$1 as SelectedOption,
7864
- shop_SellingPlan as SellingPlan,
7865
- shop_SellingPlanGroup as SellingPlanGroup,
7866
- shop_SellingPlanGroupPlatform as SellingPlanGroupPlatform,
7867
- shop_SellingPlanGroupWhereInput as SellingPlanGroupWhereInput,
7868
- shop_SellingPlanPlatform as SellingPlanPlatform,
7869
- shop_SellingPlanWhereInput as SellingPlanWhereInput,
7870
7280
  ShopDatabaseWhereInput$1 as ShopDatabaseWhereInput,
7871
7281
  ShopShopify$1 as ShopShopify,
7872
7282
  ShopTokenWhereInput$1 as ShopTokenWhereInput,
@@ -35383,47 +34793,6 @@ type CollectionSelectFragment = Pick<Collection$1, 'id' | 'createdAt' | 'updated
35383
34793
 
35384
34794
  type MediaSelectFragment = Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>;
35385
34795
 
35386
- 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'> & {
35387
- selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
35388
- media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35389
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
35390
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID'>>>>;
35391
- }>>>;
35392
- };
35393
-
35394
- type ProductsWithSellingPlansDetailFragment = Pick<Product$1, 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'requiresSellingPlan' | 'vendor' | 'tags'> & {
35395
- options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
35396
- values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
35397
- }>>;
35398
- featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35399
- collections?: Maybe$1<{
35400
- edges: Array<{
35401
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
35402
- }>;
35403
- }>;
35404
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'> & {
35405
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID'>>>>;
35406
- }>>>;
35407
- medias?: Maybe$1<{
35408
- edges: Array<Pick<MediaEdge$1, 'cursor'> & {
35409
- node?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35410
- }>;
35411
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
35412
- }>;
35413
- variants?: Maybe$1<{
35414
- edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
35415
- 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'> & {
35416
- selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
35417
- media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35418
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
35419
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID'>>>>;
35420
- }>>>;
35421
- }>;
35422
- }>;
35423
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
35424
- }>;
35425
- };
35426
-
35427
34796
  type AttributeProp = {
35428
34797
  key: string;
35429
34798
  value?: string;
@@ -35431,7 +34800,7 @@ type AttributeProp = {
35431
34800
  };
35432
34801
  type ProductContextProps = {
35433
34802
  uiqueId: string;
35434
- product?: ProductsWithSellingPlansDetailFragment;
34803
+ product?: ProductSelectFragment;
35435
34804
  quantity?: number;
35436
34805
  selectedOptions?: Record<string, string>;
35437
34806
  properties?: AttributeProp[];
@@ -35460,12 +34829,6 @@ type ProductContextProps = {
35460
34829
  setUseProductCompareAtPrice: (value?: boolean) => void;
35461
34830
  isChangeSelectedOption?: boolean;
35462
34831
  setIsChangeSelectedOption: (value: boolean) => void;
35463
- isAgreeBuyWithSubscription?: boolean;
35464
- setIsAgreeBuyWithSubscription: (value: boolean) => void;
35465
- subscriptionSellingType?: string;
35466
- setSubscriptionSellingType: (value: string) => void;
35467
- selectedSellingPlan?: string;
35468
- setSelectedSellingPlan: (value: string) => void;
35469
34832
  };
35470
34833
  type ProductProviderProps = Pick<ProductContextProps, 'product' | 'quantity' | 'selectedOptions' | 'isSyncProduct' | 'hasPreSelected'> & {
35471
34834
  initialVariantId?: string;
@@ -35570,7 +34933,6 @@ type PageContextProps = {
35570
34933
  settingType?: 'TRIGGER' | 'TARGET';
35571
34934
  };
35572
34935
  sidebarMode?: string;
35573
- sellingPlanMeta?: any;
35574
34936
  setDynamicProduct: (data: DynamicProduct) => void;
35575
34937
  setAssignedProductIds: (assignedIds: string[]) => void;
35576
34938
  setIsApplyAllProducts: (isApplyAllProducts: boolean) => void;
@@ -35584,9 +34946,8 @@ type PageContextProps = {
35584
34946
  setInteractionSelectType: (selectType: 'ELEMENT' | 'PAGE') => void;
35585
34947
  setInteractionSettingType: (settingType?: 'TRIGGER' | 'TARGET') => void;
35586
34948
  setSidebarMode: (mode: string) => void;
35587
- setSellingPlanMeta: (value: any) => void;
35588
34949
  };
35589
- type PageProviderProps = Pick<PageContextProps, 'dynamicProduct' | 'dynamicCollection' | 'productOffers' | 'dynamicDiscountOffer' | 'assignedProductIds' | 'isApplyAllProducts' | 'sellingPlanMeta'> & {
34950
+ type PageProviderProps = Pick<PageContextProps, 'dynamicProduct' | 'dynamicCollection' | 'productOffers' | 'dynamicDiscountOffer' | 'assignedProductIds' | 'isApplyAllProducts'> & {
35590
34951
  children: React.ReactNode;
35591
34952
  key?: React.Key;
35592
34953
  publicStoreFrontData?: PublicStoreFrontData | null;
@@ -35826,18 +35187,7 @@ type ProductsQueryVariables = Exact$1<{
35826
35187
  type ProductsQueryResponse = {
35827
35188
  products?: Maybe$1<{
35828
35189
  edges: Array<Pick<ProductEdge$1, 'cursor'> & {
35829
- node?: Maybe$1<Pick<Product$1, 'tags' | 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor'> & {
35830
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'>>>>;
35831
- variants?: Maybe$1<{
35832
- edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
35833
- node?: Maybe$1<Pick<ProductVariant$1, 'id' | 'baseID' | 'title' | 'barcode' | 'costPrice' | 'height' | 'inventoryPolicy' | 'inventoryQuantity' | 'inventoryStatus' | 'isDigital' | 'length' | 'lowInventoryAmount' | 'manageInventory' | 'mediaId' | 'platform' | 'price' | 'salePrice' | 'sku' | 'soldIndividually' | 'weight' | 'width'> & {
35834
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'>>>>;
35835
- selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
35836
- media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35837
- }>;
35838
- }>;
35839
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
35840
- }>;
35190
+ node?: Maybe$1<Pick<Product$1, 'tags' | 'id' | 'title' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'vendor'> & {
35841
35191
  collections?: Maybe$1<{
35842
35192
  edges: Array<{
35843
35193
  node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
@@ -35849,6 +35199,15 @@ type ProductsQueryResponse = {
35849
35199
  }>;
35850
35200
  pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
35851
35201
  }>;
35202
+ variants?: Maybe$1<{
35203
+ edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
35204
+ 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'> & {
35205
+ selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
35206
+ media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35207
+ }>;
35208
+ }>;
35209
+ pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
35210
+ }>;
35852
35211
  options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
35853
35212
  values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
35854
35213
  }>>;
@@ -35964,87 +35323,6 @@ type BlogsQueryResponse = {
35964
35323
  };
35965
35324
  declare const BlogsDocument = "\n query blogs($after: Cursor, $before: Cursor, $first: Int, $last: Int, $orderBy: BlogOrder, $where: BlogWhereInput, $articlesOrderBy: ArticleOrder) {\n blogs(\n after: $after\n before: $before\n first: $first\n last: $last\n orderBy: $orderBy\n where: $where\n ) {\n edges {\n cursor\n node {\n baseID\n description\n descriptionMeta\n handle\n articles(orderBy: $articlesOrderBy) {\n edges {\n cursor\n node {\n id\n title\n handle\n description\n templateSuffix\n titleMeta\n descriptionMeta\n baseID\n tags {\n name\n }\n content {\n excerptHtml\n html\n }\n isSample\n platformCreatedAt\n platformUpdatedAt\n publishedAt\n author\n media {\n width\n src\n height\n }\n }\n }\n totalCount\n }\n id\n platform\n tags\n templateSuffix\n title\n titleMeta\n }\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n totalCount\n }\n}\n ";
35966
35325
 
35967
- type ProductsWithSellingPlansQueryVariables = Exact$1<{
35968
- first?: InputMaybe$1<Scalars$2['Int']>;
35969
- where?: InputMaybe$1<ProductWhereInput$1>;
35970
- firstMedia?: InputMaybe$1<Scalars$2['Int']>;
35971
- orderBy?: InputMaybe$1<ProductOrder$1>;
35972
- after?: InputMaybe$1<Scalars$2['Cursor']>;
35973
- firstVariant?: InputMaybe$1<Scalars$2['Int']>;
35974
- afterVariant?: InputMaybe$1<Scalars$2['Cursor']>;
35975
- afterMedia?: InputMaybe$1<Scalars$2['Cursor']>;
35976
- orderByMedia?: InputMaybe$1<MediaOrder$1>;
35977
- }>;
35978
- type ProductsWithSellingPlansQueryResponse = {
35979
- products?: Maybe$1<{
35980
- edges: Array<Pick<ProductEdge$1, 'cursor'> & {
35981
- node?: Maybe$1<Pick<Product$1, 'id' | 'title' | 'createdAt' | 'description' | 'descriptionHtml' | 'handle' | 'averageRating' | 'isStorefront' | 'isSample' | 'baseID' | 'sku' | 'requiresSellingPlan' | 'vendor' | 'tags'> & {
35982
- options?: Maybe$1<Array<Pick<ProductOption$1, 'id' | 'name' | 'optionType'> & {
35983
- values: Array<Pick<ProductOptionValue$1, 'id' | 'label' | 'isDefault' | 'baseID'>>;
35984
- }>>;
35985
- featuredImage?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35986
- collections?: Maybe$1<{
35987
- edges: Array<{
35988
- node?: Maybe$1<Pick<Collection$1, 'id' | 'title'>>;
35989
- }>;
35990
- }>;
35991
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'appID' | 'baseID' | 'id' | 'name'>>>>;
35992
- medias?: Maybe$1<{
35993
- edges: Array<Pick<MediaEdge$1, 'cursor'> & {
35994
- node?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
35995
- }>;
35996
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
35997
- }>;
35998
- variants?: Maybe$1<{
35999
- edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
36000
- 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'> & {
36001
- selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
36002
- media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
36003
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
36004
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID'>>>>;
36005
- }>>>;
36006
- }>;
36007
- }>;
36008
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
36009
- }>;
36010
- }>;
36011
- }>;
36012
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'endCursor' | 'hasNextPage'>>;
36013
- }>;
36014
- };
36015
- 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 ";
36016
- declare const ProductsWithSellingPlansDocument: string;
36017
-
36018
- type ProductVariantsWithSellingPlansQueryVariables = Exact$1<{
36019
- firstVariant?: InputMaybe$1<Scalars$2['Int']>;
36020
- afterVariant?: InputMaybe$1<Scalars$2['Cursor']>;
36021
- orderBy?: InputMaybe$1<ProductOrder$1>;
36022
- orderByVariant?: InputMaybe$1<ProductVariantOrder$1>;
36023
- where?: InputMaybe$1<ProductWhereInput$1>;
36024
- first?: InputMaybe$1<Scalars$2['Int']>;
36025
- }>;
36026
- type ProductVariantsWithSellingPlansQueryResponse = {
36027
- variants?: Maybe$1<{
36028
- edges: Array<{
36029
- node?: Maybe$1<Pick<Product$1, 'id'> & {
36030
- variants?: Maybe$1<{
36031
- edges: Array<Pick<ProductVariantEdge$1, 'cursor'> & {
36032
- 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'> & {
36033
- selectedOptions: Array<Pick<SelectedOption$1, 'name' | 'value' | 'optionType'>>;
36034
- media?: Maybe$1<Pick<Media$1, 'id' | 'contentType' | 'previewImage' | 'src' | 'width' | 'height' | 'alt'>>;
36035
- sellingPlanGroups?: Maybe$1<Array<Maybe$1<Pick<SellingPlanGroup, 'id' | 'appID'> & {
36036
- sellingPlans?: Maybe$1<Array<Maybe$1<Pick<SellingPlan, 'id' | 'name' | 'baseID'>>>>;
36037
- }>>>;
36038
- }>;
36039
- }>;
36040
- pageInfo?: Maybe$1<Pick<PageInfo$1, 'hasNextPage' | 'endCursor'>>;
36041
- }>;
36042
- }>;
36043
- }>;
36044
- }>;
36045
- };
36046
- declare const ProductVariantsWithSellingPlansDocument: string;
36047
-
36048
35326
  type LibraryTemplateQueryVariables = Exact<{
36049
35327
  libraryTemplateId: Scalars['ID'];
36050
35328
  }>;
@@ -36125,24 +35403,6 @@ type SaleFunnelOfferQueryResponse = {
36125
35403
  };
36126
35404
  declare const SaleFunnelOfferDocument = "\n query SaleFunnelOffer($saleFunnelOfferId: ID!) {\n saleFunnelOffer(id: $saleFunnelOfferId) {\n dynamicDiscounts {\n id\n createdAt\n updatedAt\n type\n valueType\n value\n appliedProductCount\n isEnabled\n }\n id\n isEnabled\n campaignID\n createdAt\n deletedAt\n }\n}\n ";
36127
35405
 
36128
- type ThemePageMetaQueryVariables = Exact<{
36129
- after?: InputMaybe<Scalars['Cursor']>;
36130
- before?: InputMaybe<Scalars['Cursor']>;
36131
- first?: InputMaybe<Scalars['Int']>;
36132
- last?: InputMaybe<Scalars['Int']>;
36133
- themePageID: Scalars['ID'];
36134
- where?: InputMaybe<ThemePageMetaWhereInput>;
36135
- }>;
36136
- type ThemePageMetaQueryResponse = {
36137
- themePageMeta?: Maybe<Pick<ThemePageMetaConnection, 'totalCount'> & {
36138
- edges?: Maybe<Array<Maybe<Pick<ThemePageMetaEdge, 'cursor'> & {
36139
- node?: Maybe<Pick<ThemePageMeta, 'createdAt' | 'id' | 'key' | 'updatedAt' | 'value'>>;
36140
- }>>>;
36141
- pageInfo: Pick<PageInfo, 'endCursor' | 'hasNextPage' | 'hasPreviousPage' | 'startCursor'>;
36142
- }>;
36143
- };
36144
- declare const ThemePageMetaDocument = "\n query themePageMeta($after: Cursor, $before: Cursor, $first: Int, $last: Int, $themePageID: ID!, $where: ThemePageMetaWhereInput) {\n themePageMeta(\n after: $after\n before: $before\n first: $first\n last: $last\n themePageID: $themePageID\n where: $where\n ) {\n edges {\n cursor\n node {\n createdAt\n id\n key\n updatedAt\n value\n }\n }\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n totalCount\n }\n}\n ";
36145
-
36146
35406
  type BorderStyle = StateProp<Border> | ResponsiveStateProp<Border>;
36147
35407
  declare const getBorderStyle: (value?: Border) => {
36148
35408
  [k: string]: Record<"--b" | "--bc" | "--bw", string | undefined>;
@@ -37051,6 +36311,7 @@ type SettingUIControl = {
37051
36311
  options?: {
37052
36312
  fullWidth?: boolean;
37053
36313
  onlyShowInTags?: string[];
36314
+ notShowInTags?: string[];
37054
36315
  target?: 'tab';
37055
36316
  disableMessage?: string;
37056
36317
  nearestSupportedPlan?: Plan;
@@ -37099,6 +36360,7 @@ type ControlTrigger = {
37099
36360
  settings?: ControlTriggerSetting[];
37100
36361
  options?: {
37101
36362
  noRecordHistory?: boolean;
36363
+ enableTriggerWhenChangeDevice?: boolean;
37102
36364
  };
37103
36365
  };
37104
36366
  type SettingUICompo = {
@@ -38249,70 +37511,6 @@ type ColumnWithSlider<T> = SharedControlType<T> & {
38249
37511
  fallbackArrayValue?: number[];
38250
37512
  };
38251
37513
 
38252
- type SellingPlanControlType<T> = SharedControlType<T> & {
38253
- type: 'selling-plan';
38254
- };
38255
- type PickSubscriptionOption<T> = {
38256
- value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
38257
- label?: string | number;
38258
- title?: string;
38259
- showValue?: boolean;
38260
- displayValue?: string;
38261
- hideOnPage?: string[];
38262
- flowTag?: string[];
38263
- condition?: 'and' | 'or';
38264
- icon?: string;
38265
- svgIcon?: string;
38266
- svgIconSelected?: string;
38267
- tooltip?: string;
38268
- type?: string;
38269
- note?: string;
38270
- maxOption?: number;
38271
- subTitle?: string;
38272
- disableHoverIcon?: boolean;
38273
- };
38274
- type BasePickSubscription<K> = {
38275
- id: K;
38276
- label?: string;
38277
- info?: string;
38278
- isFullWidth?: boolean;
38279
- hyperlinkInfo?: HyperlinkInfo;
38280
- hideOnMode?: {
38281
- responsive?: boolean;
38282
- mobileOnly?: boolean;
38283
- };
38284
- hide?: boolean;
38285
- state?: {
38286
- normal?: boolean;
38287
- hover?: boolean;
38288
- focus?: boolean;
38289
- active?: boolean;
38290
- };
38291
- placeholder?: string;
38292
- controlOption?: string;
38293
- };
38294
- type ResponsivePickSubscription<K, T, U> = BasePickSubscription<K> & {
38295
- type: 'pick-subscription';
38296
- options: PickSubscriptionOption<T>[];
38297
- devices?: ResponsiveConfig<U>;
38298
- };
38299
- type SimplePickSubscriptionBase<K, T> = BasePickSubscription<K> & {
38300
- default?: T;
38301
- showSelectedIcon?: boolean;
38302
- showSelectedSvg?: boolean;
38303
- fixWidth?: boolean;
38304
- disableSelectedText?: boolean;
38305
- disableDefault?: boolean;
38306
- };
38307
- type SimplePickSubscription<K, T> = SimplePickSubscriptionBase<K, T> & {
38308
- type: 'pick-subscription';
38309
- options: PickSubscriptionOption<T>[];
38310
- };
38311
- type MappedPickSubscription<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? ResponsivePickSubscription<K, T, U> : SimplePickSubscription<K, T>;
38312
- type PickSubscriptionControlType<T> = {
38313
- [K in keyof T]-?: MappedPickSubscription<K, T[K]>;
38314
- }[keyof T];
38315
-
38316
37514
  type BehaviorStateControlType<T> = {
38317
37515
  id: string;
38318
37516
  type: 'behavior-state';
@@ -38334,7 +37532,7 @@ type GroupControlType<T> = {
38334
37532
  mobileOnly?: boolean;
38335
37533
  };
38336
37534
  };
38337
- type ControlProp<T> = (ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputStepperControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | Option$7<T> | OptionValueControlType<T> | OptionIllustrationControlType<T> | OpenLinkControlType<T> | SelectControlType<T> | Option$4<T> | TextareaControlType<T> | ToggleControlType<T> | ImageControlType<T> | ChildrensControlType | GridControlType<T> | FlexControlType<T> | TextEditorControlType<T> | ProductControlType<T> | TypographyControlType<T> | TypographyV2ControlType<T> | MenuControlType<T> | BehaviorStateControlType<T> | PickLinkControlType<T> | BoxShadowControlType<T> | TextShadowControlType<T> | BorderControlType<T> | BorderRadiusControlType<T> | RadiusPresetControlType<T> | SizeControlType<T> | ChildItemType<T> | PickMultiProductControlType<T> | CollectionControlType<T> | BackgroundControlType<T> | VisibilityControlType<T> | SelectVariantControlType | VariantListingControlType | CountdownEvergreenType | Timezone<T> | CustomContentControlType<T> | DateTimePickerControlType | CountdownDailyType | KlaviyoCodes | YotpoLoyaltyCodes | InputWidthControlType<T> | LayoutSegmentControlType<T> | InputSpacing<T> | UniqueIdControlType<T> | PositionSquareControlType<T> | CustomCodeEditor | LayoutControlType<T> | LayoutBannerControlType<T> | SwatchesLinkControlType<T> | VariantSwatchesPresetControlType<T> | VariantSwatchesOnlyDefaultVariantControlType<T> | ProductListControlType<T> | ArticleListControlType<T> | CollectionBannerControlType<T> | Ratio<T> | StickyDisplayControlType<T> | SyncProductPropertiesControlType<T> | StepsGuide<T> | ImageShape<T> | GridArrange<T> | SizeSetting<T> | ChildIconType<T> | DropdownInput<T> | Dropdown<T> | AliPickSectionControlType<T> | ParallaxScrollingType<T> | BackgroundColorPickerType<T> | PlayPauseControlType<T> | LayoutCustomSegmentControlType<T> | SneakPeakRange<T> | SneakPeakTypeControlType<T> | SneakPeakControlType<T> | ProductInputCurrencyUnitControlType<T> | TypographyPostPurchaseControlType<T> | ProductOffersControlType<T> | DiscountAndShippingFee<T> | PostPurchaseTextareaControlType<T> | NotesControlType<T> | ButtonLayoutType<T> | ShapeSelectorControlType<T> | DisplayTriggerControlType<T> | CustomPositionControlType<T> | DealControlType<T> | ProductHandleType<T> | ColorPickerV2ControlType<T> | BorderV2ControlType<T> | CornerV2ControlType<T> | PaddingV2ControlType<T> | BackgroundImageType<T> | BackgroundVideoType<T> | ShadowV2ControlType<T> | BackgroundMediaControlType<T> | BackgroundMediaComboControlType<T> | BackgroundVideoType<T> | ImageV2ControlType<T> | LayoutSelectorControlType<T> | ComboControlType<T> | DynamicOfferQuantity<T> | ImagePostPurchase<T> | ImageSelect<T> | InputSliderControlType<T> | VariantSwatchesPresetV2ControlType<T> | LayoutCarouselSelectorControlType<T> | BannerControlType<T> | ProductSourceControlType<T> | ColumnWithSlider<T> | SellingPlanControlType<T> | PickSubscriptionControlType<T>) & {
37535
+ type ControlProp<T> = (ProductBundleChildControlType<T> | SelectProductBundleControlType<T> | AngleControlType<T> | CheckboxControlType<T> | ColorPickerControlType<T> | GroupControlType<T> | IconControlType<T> | InputFixContentControlType<T> | InputNumberControlType<T> | InputStepperControlType<T> | InputUnitControlType<T> | InputUnitSpacingControlType<T> | InputUnitWidthControlType<T> | InputControlType<T> | MarginControlType<T> | PaddingControlType<T> | PositionControlType<T> | RadioGroupControlType | RangeControlType<T> | SegmentControlType<T> | Option$7<T> | OptionValueControlType<T> | OptionIllustrationControlType<T> | OpenLinkControlType<T> | SelectControlType<T> | Option$4<T> | TextareaControlType<T> | ToggleControlType<T> | ImageControlType<T> | ChildrensControlType | GridControlType<T> | FlexControlType<T> | TextEditorControlType<T> | ProductControlType<T> | TypographyControlType<T> | TypographyV2ControlType<T> | MenuControlType<T> | BehaviorStateControlType<T> | PickLinkControlType<T> | BoxShadowControlType<T> | TextShadowControlType<T> | BorderControlType<T> | BorderRadiusControlType<T> | RadiusPresetControlType<T> | SizeControlType<T> | ChildItemType<T> | PickMultiProductControlType<T> | CollectionControlType<T> | BackgroundControlType<T> | VisibilityControlType<T> | SelectVariantControlType | VariantListingControlType | CountdownEvergreenType | Timezone<T> | CustomContentControlType<T> | DateTimePickerControlType | CountdownDailyType | KlaviyoCodes | YotpoLoyaltyCodes | InputWidthControlType<T> | LayoutSegmentControlType<T> | InputSpacing<T> | UniqueIdControlType<T> | PositionSquareControlType<T> | CustomCodeEditor | LayoutControlType<T> | LayoutBannerControlType<T> | SwatchesLinkControlType<T> | VariantSwatchesPresetControlType<T> | VariantSwatchesOnlyDefaultVariantControlType<T> | ProductListControlType<T> | ArticleListControlType<T> | CollectionBannerControlType<T> | Ratio<T> | StickyDisplayControlType<T> | SyncProductPropertiesControlType<T> | StepsGuide<T> | ImageShape<T> | GridArrange<T> | SizeSetting<T> | ChildIconType<T> | DropdownInput<T> | Dropdown<T> | AliPickSectionControlType<T> | ParallaxScrollingType<T> | BackgroundColorPickerType<T> | PlayPauseControlType<T> | LayoutCustomSegmentControlType<T> | SneakPeakRange<T> | SneakPeakTypeControlType<T> | SneakPeakControlType<T> | ProductInputCurrencyUnitControlType<T> | TypographyPostPurchaseControlType<T> | ProductOffersControlType<T> | DiscountAndShippingFee<T> | PostPurchaseTextareaControlType<T> | NotesControlType<T> | ButtonLayoutType<T> | ShapeSelectorControlType<T> | DisplayTriggerControlType<T> | CustomPositionControlType<T> | DealControlType<T> | ProductHandleType<T> | ColorPickerV2ControlType<T> | BorderV2ControlType<T> | CornerV2ControlType<T> | PaddingV2ControlType<T> | BackgroundImageType<T> | BackgroundVideoType<T> | ShadowV2ControlType<T> | BackgroundMediaControlType<T> | BackgroundMediaComboControlType<T> | BackgroundVideoType<T> | ImageV2ControlType<T> | LayoutSelectorControlType<T> | ComboControlType<T> | DynamicOfferQuantity<T> | ImagePostPurchase<T> | ImageSelect<T> | InputSliderControlType<T> | VariantSwatchesPresetV2ControlType<T> | LayoutCarouselSelectorControlType<T> | BannerControlType<T> | ProductSourceControlType<T> | ColumnWithSlider<T>) & {
38338
37536
  validate?: ValidateType;
38339
37537
  };
38340
37538
  type ValidateType = {
@@ -38482,6 +37680,7 @@ type ControlUI = {
38482
37680
  }[];
38483
37681
  options?: {
38484
37682
  noRecordHistory?: boolean;
37683
+ enableTriggerWhenChangeDevice?: boolean;
38485
37684
  };
38486
37685
  };
38487
37686
  onlyShowInTags?: string[];
@@ -38501,10 +37700,6 @@ type ComponentPreset = {
38501
37700
  hideTextContent?: boolean;
38502
37701
  flowTagComponents?: Record<string, InitComponentType[]>;
38503
37702
  rootOverride?: Record<string, any>;
38504
- toolbarActiveConfig?: {
38505
- tag?: string;
38506
- path?: number;
38507
- };
38508
37703
  };
38509
37704
 
38510
37705
  type Options$1 = {
@@ -48743,12 +47938,6 @@ declare const useCollectionsQuery: (variable: CollectionsQueryVariables, options
48743
47938
 
48744
47939
  declare const useProductQuery: (productId?: string, options?: SWRConfiguration<ProductSelectFragment>, customFetcher?: FetchFunc) => swr__internal.SWRResponse<ProductSelectFragment, any, Partial<swr__internal.PublicConfiguration<ProductSelectFragment, any, (arg: ["query/product", FetchProductParams]) => swr__internal.FetcherResponse<ProductSelectFragment>>> | undefined>;
48745
47940
 
48746
- declare const useProductOffersQuery: (ids?: string[], options?: SWRConfiguration<ProductsQueryResponse>, params?: {
48747
- defaultSelectedProductCount?: number;
48748
- allStatus?: boolean;
48749
- fetcher?: FetchFunc;
48750
- }) => swr__internal.SWRResponse<ProductsQueryResponse, any, Partial<swr__internal.PublicConfiguration<ProductsQueryResponse, any, (arg: ["query/products", FetchProductsParams]) => swr__internal.FetcherResponse<ProductsQueryResponse>>> | undefined>;
48751
-
48752
47941
  declare const useFetchHandle: () => FetchFunc;
48753
47942
 
48754
47943
  declare const useProductsQuery: (ids?: string[], options?: SWRConfiguration<ProductsQueryResponse>, params?: {
@@ -48859,7 +48048,7 @@ type StickyStore = {
48859
48048
  declare const useStickyStore: zustand.UseBoundStore<zustand.StoreApi<StickyStore>>;
48860
48049
 
48861
48050
  declare const useUniqProductID: () => string;
48862
- declare const useProduct: () => ProductsWithSellingPlansDetailFragment | undefined;
48051
+ declare const useProduct: () => ProductSelectFragment | undefined;
48863
48052
  declare const useFeaturedImageGlobal: () => MediaSelectFragment | undefined;
48864
48053
  declare const useProductProperties: () => {
48865
48054
  key: string;
@@ -48894,19 +48083,13 @@ declare const useSelectedOption: () => {
48894
48083
  setSelectedOption: (optionId?: Maybe$1<string>, optionValue?: Maybe$1<string>, productId?: Maybe$1<string>, noEmit?: boolean) => void;
48895
48084
  forceSelectedOption: (selectedOption?: Record<string, string>, productId?: Maybe$1<string>, noEmit?: boolean, isManualChange?: boolean) => void;
48896
48085
  };
48897
- declare const useVariants: () => Maybe$1<Pick<ProductVariant$1, "id" | "title" | "price" | "width" | "length" | "weight" | "height" | "baseID" | "barcode" | "costPrice" | "inventoryPolicy" | "inventoryQuantity" | "inventoryStatus" | "isDigital" | "lowInventoryAmount" | "manageInventory" | "mediaId" | "platform" | "salePrice" | "sku" | "soldIndividually"> & {
48086
+ 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"> & {
48898
48087
  selectedOptions: Pick<SelectedOption$1, "name" | "value" | "optionType">[];
48899
48088
  media?: Maybe$1<Pick<Media$1, "id" | "width" | "height" | "contentType" | "previewImage" | "src" | "alt">>;
48900
- sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup, "id" | "appID"> & {
48901
- sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan, "name" | "id" | "baseID">>[]>;
48902
- }>[]>;
48903
48089
  }>[];
48904
- declare const useVariant: (id: string) => Maybe$1<Pick<ProductVariant$1, "id" | "title" | "price" | "width" | "length" | "weight" | "height" | "baseID" | "barcode" | "costPrice" | "inventoryPolicy" | "inventoryQuantity" | "inventoryStatus" | "isDigital" | "lowInventoryAmount" | "manageInventory" | "mediaId" | "platform" | "salePrice" | "sku" | "soldIndividually"> & {
48090
+ 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"> & {
48905
48091
  selectedOptions: Pick<SelectedOption$1, "name" | "value" | "optionType">[];
48906
48092
  media?: Maybe$1<Pick<Media$1, "id" | "width" | "height" | "contentType" | "previewImage" | "src" | "alt">>;
48907
- sellingPlanGroups?: Maybe$1<Maybe$1<Pick<SellingPlanGroup, "id" | "appID"> & {
48908
- sellingPlans?: Maybe$1<Maybe$1<Pick<SellingPlan, "name" | "id" | "baseID">>[]>;
48909
- }>[]>;
48910
48093
  }>;
48911
48094
  declare const useCurrentVariant: () => Maybe$1<VariantSelectFragment>;
48912
48095
  declare const useCurrentVariantInStock: () => boolean;
@@ -49029,4 +48212,4 @@ declare const hasPublicStoreFrontData: (publicStoreFrontData: PublicStoreFrontDa
49029
48212
  declare const DEVICES: NameDevices[];
49030
48213
  declare const EMPTY_DEVICE_VALUE: undefined;
49031
48214
 
49032
- 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, 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, 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, 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, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIControl, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, 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, ThemePageDocument, ThemePageMetaDocument, ThemePageMetaQueryResponse, ThemePageMetaQueryVariables, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Family, TypographyV2FontFamilyType, TypographyV2Props, UltimateSalesBoostWidgetType, ValidateType, VariableRelatedStyles, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, 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, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleResponsiveWidth, makeStyleResponsiveWidthWithoutAuto, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, sanitizeLiquid, shopifyPriceRounding, splitStyle, styles, 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 };
48215
+ 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, 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, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, 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, SaleFunnelOfferDocument, SaleFunnelOfferQueryResponse, SaleFunnelOfferQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, Setting, SettingByAnimationType, SettingByAnimationValues, SettingUIControl, SettingUIGroup, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, 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, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Family, TypographyV2FontFamilyType, TypographyV2Props, UltimateSalesBoostWidgetType, ValidateType, VariableRelatedStyles, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, 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, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleResponsiveWidth, makeStyleResponsiveWidthWithoutAuto, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, sanitizeLiquid, shopifyPriceRounding, splitStyle, styles, 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, 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 };