@gfed-medusa/sf-lib-common 3.7.4 → 3.8.1

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.
Files changed (115) hide show
  1. package/dist/components/breadcrumbs/index.d.ts +2 -2
  2. package/dist/components/delete-button/index.d.ts +2 -2
  3. package/dist/components/device-id-setter/index.d.ts +5 -0
  4. package/dist/components/device-id-setter/index.d.ts.map +1 -0
  5. package/dist/components/device-id-setter/index.js +16 -0
  6. package/dist/components/device-id-setter/index.js.map +1 -0
  7. package/dist/components/free-shipping-price-nudge/index.d.ts +2 -2
  8. package/dist/components/interactive-link/index.d.ts +2 -2
  9. package/dist/components/interactive-link/index.d.ts.map +1 -1
  10. package/dist/components/line-item-options/index.d.ts +2 -2
  11. package/dist/components/line-item-price/index.d.ts +2 -2
  12. package/dist/components/localized-client-link/index.d.ts +2 -2
  13. package/dist/components/modal/index.d.ts +2 -2
  14. package/dist/components/modal/index.d.ts.map +1 -1
  15. package/dist/components/personalized-content/components/hero-banner.d.ts +31 -0
  16. package/dist/components/personalized-content/components/hero-banner.d.ts.map +1 -0
  17. package/dist/components/personalized-content/components/hero-banner.js +85 -0
  18. package/dist/components/personalized-content/components/hero-banner.js.map +1 -0
  19. package/dist/components/personalized-content/components/index.d.ts +2 -0
  20. package/dist/components/personalized-content/components/index.js +3 -0
  21. package/dist/components/preview-price/index.d.ts +2 -2
  22. package/dist/components/product-card/index.d.ts +2 -2
  23. package/dist/components/product-preview/index.d.ts +2 -4
  24. package/dist/components/product-preview/index.d.ts.map +1 -1
  25. package/dist/components/product-preview/index.js +1 -2
  26. package/dist/components/product-preview/index.js.map +1 -1
  27. package/dist/components/submit-button/index.d.ts +2 -2
  28. package/dist/components/thumbnail/index.d.ts +0 -1
  29. package/dist/components/thumbnail/index.d.ts.map +1 -1
  30. package/dist/components/thumbnail/index.js +9 -11
  31. package/dist/components/thumbnail/index.js.map +1 -1
  32. package/dist/lib/context/modal-context.d.ts +2 -2
  33. package/dist/lib/data/context.d.ts +2 -2
  34. package/dist/lib/data/personalization.d.ts +51 -0
  35. package/dist/lib/data/personalization.d.ts.map +1 -0
  36. package/dist/lib/data/personalization.js +77 -0
  37. package/dist/lib/data/personalization.js.map +1 -0
  38. package/dist/lib/gql/apollo-client.d.ts.map +1 -1
  39. package/dist/lib/gql/apollo-client.js +6 -2
  40. package/dist/lib/gql/apollo-client.js.map +1 -1
  41. package/dist/lib/gql/fragments/cart.d.ts +9 -9
  42. package/dist/lib/gql/fragments/customer.d.ts +3 -3
  43. package/dist/lib/gql/fragments/customer.d.ts.map +1 -1
  44. package/dist/lib/gql/fragments/product.d.ts +8 -8
  45. package/dist/lib/gql/mutations/cart.d.ts +6 -6
  46. package/dist/lib/gql/queries/cart-summary.d.ts +2 -2
  47. package/dist/lib/gql/queries/cart-summary.js +1 -1
  48. package/dist/lib/gql/queries/cart-summary.js.map +1 -1
  49. package/dist/lib/gql/queries/cart-total.d.ts +7 -0
  50. package/dist/lib/gql/queries/cart-total.d.ts.map +1 -0
  51. package/dist/lib/gql/queries/cart-total.js +14 -0
  52. package/dist/lib/gql/queries/cart-total.js.map +1 -0
  53. package/dist/lib/gql/queries/cart.d.ts +2 -2
  54. package/dist/lib/gql/queries/cart.js +1 -1
  55. package/dist/lib/gql/queries/cart.js.map +1 -1
  56. package/dist/lib/gql/queries/collections.d.ts +3 -3
  57. package/dist/lib/gql/queries/customer.d.ts +2 -2
  58. package/dist/lib/gql/queries/footer.d.ts +3 -3
  59. package/dist/lib/gql/queries/home-banner.d.ts +2 -2
  60. package/dist/lib/gql/queries/order.d.ts +4 -4
  61. package/dist/lib/gql/queries/order.d.ts.map +1 -1
  62. package/dist/lib/gql/queries/order.js +5 -0
  63. package/dist/lib/gql/queries/order.js.map +1 -1
  64. package/dist/lib/gql/queries/product-personalization.d.ts +7 -0
  65. package/dist/lib/gql/queries/product-personalization.d.ts.map +1 -0
  66. package/dist/lib/gql/queries/product-personalization.js +22 -0
  67. package/dist/lib/gql/queries/product-personalization.js.map +1 -0
  68. package/dist/lib/gql/queries/product.d.ts +2 -2
  69. package/dist/lib/gql/queries/regions.d.ts +3 -3
  70. package/dist/lib/hooks/use-apollo.d.ts +2 -2
  71. package/dist/lib/hooks/use-apollo.d.ts.map +1 -1
  72. package/dist/lib/hooks/use-time-on-page.d.ts +13 -0
  73. package/dist/lib/hooks/use-time-on-page.d.ts.map +1 -0
  74. package/dist/lib/hooks/use-time-on-page.js +46 -0
  75. package/dist/lib/hooks/use-time-on-page.js.map +1 -0
  76. package/dist/lib/personalization/behavior-tracker.d.ts +1 -5
  77. package/dist/lib/personalization/behavior-tracker.d.ts.map +1 -1
  78. package/dist/lib/personalization/behavior-tracker.js +1 -18
  79. package/dist/lib/personalization/behavior-tracker.js.map +1 -1
  80. package/dist/lib/personalization/client-signal.d.ts +26 -0
  81. package/dist/lib/personalization/client-signal.d.ts.map +1 -0
  82. package/dist/lib/personalization/client-signal.js +105 -0
  83. package/dist/lib/personalization/client-signal.js.map +1 -0
  84. package/dist/lib/personalization/config.d.ts +2 -6
  85. package/dist/lib/personalization/config.d.ts.map +1 -1
  86. package/dist/lib/personalization/config.js +2 -16
  87. package/dist/lib/personalization/config.js.map +1 -1
  88. package/dist/lib/personalization/device-id.d.ts +5 -0
  89. package/dist/lib/personalization/device-id.d.ts.map +1 -0
  90. package/dist/lib/personalization/device-id.js +23 -0
  91. package/dist/lib/personalization/device-id.js.map +1 -0
  92. package/dist/lib/personalization/personalization-gql.d.ts +9 -0
  93. package/dist/lib/personalization/personalization-gql.d.ts.map +1 -0
  94. package/dist/lib/personalization/personalization-gql.js +42 -0
  95. package/dist/lib/personalization/personalization-gql.js.map +1 -0
  96. package/dist/lib/utils/imagekit.d.ts +2 -2
  97. package/dist/lib/utils/imagekit.js +1 -1
  98. package/dist/lib/utils/imagekit.js.map +1 -1
  99. package/dist/types/graphql.d.ts +247 -5
  100. package/dist/types/graphql.d.ts.map +1 -1
  101. package/dist/types/graphql.js +410 -3
  102. package/dist/types/graphql.js.map +1 -1
  103. package/package.json +1 -1
  104. package/dist/lib/data/contextual-banner.d.ts +0 -15
  105. package/dist/lib/data/contextual-banner.d.ts.map +0 -1
  106. package/dist/lib/data/contextual-banner.js +0 -19
  107. package/dist/lib/data/contextual-banner.js.map +0 -1
  108. package/dist/lib/gql/queries/contextual-banner.d.ts +0 -7
  109. package/dist/lib/gql/queries/contextual-banner.d.ts.map +0 -1
  110. package/dist/lib/gql/queries/contextual-banner.js +0 -21
  111. package/dist/lib/gql/queries/contextual-banner.js.map +0 -1
  112. package/dist/lib/personalization/user-profile.d.ts +0 -15
  113. package/dist/lib/personalization/user-profile.d.ts.map +0 -1
  114. package/dist/lib/personalization/user-profile.js +0 -47
  115. package/dist/lib/personalization/user-profile.js.map +0 -1
@@ -4,11 +4,30 @@ let ApplicationType = /* @__PURE__ */ function(ApplicationType$1) {
4
4
  ApplicationType$1["Percentage"] = "percentage";
5
5
  return ApplicationType$1;
6
6
  }({});
7
+ let BrowseProductsSort = /* @__PURE__ */ function(BrowseProductsSort$1) {
8
+ BrowseProductsSort$1["Latest"] = "LATEST";
9
+ BrowseProductsSort$1["PriceAsc"] = "PRICE_ASC";
10
+ BrowseProductsSort$1["PriceDesc"] = "PRICE_DESC";
11
+ return BrowseProductsSort$1;
12
+ }({});
7
13
  let CacheControlScope = /* @__PURE__ */ function(CacheControlScope$1) {
8
14
  CacheControlScope$1["Private"] = "PRIVATE";
9
15
  CacheControlScope$1["Public"] = "PUBLIC";
10
16
  return CacheControlScope$1;
11
17
  }({});
18
+ let EngagementLevel = /* @__PURE__ */ function(EngagementLevel$1) {
19
+ EngagementLevel$1["High"] = "HIGH";
20
+ EngagementLevel$1["Low"] = "LOW";
21
+ EngagementLevel$1["Medium"] = "MEDIUM";
22
+ return EngagementLevel$1;
23
+ }({});
24
+ let LifecycleStage = /* @__PURE__ */ function(LifecycleStage$1) {
25
+ LifecycleStage$1["Frequent"] = "FREQUENT";
26
+ LifecycleStage$1["Loyal"] = "LOYAL";
27
+ LifecycleStage$1["New"] = "NEW";
28
+ LifecycleStage$1["Returning"] = "RETURNING";
29
+ return LifecycleStage$1;
30
+ }({});
12
31
  let PaymentSessionStatus = /* @__PURE__ */ function(PaymentSessionStatus$1) {
13
32
  PaymentSessionStatus$1["Authorized"] = "authorized";
14
33
  PaymentSessionStatus$1["Canceled"] = "canceled";
@@ -34,6 +53,33 @@ let PaymentStatus = /* @__PURE__ */ function(PaymentStatus$1) {
34
53
  PaymentStatus$1["Voided"] = "voided";
35
54
  return PaymentStatus$1;
36
55
  }({});
56
+ let SignalType = /* @__PURE__ */ function(SignalType$1) {
57
+ SignalType$1["CartAdd"] = "CART_ADD";
58
+ SignalType$1["CartRemove"] = "CART_REMOVE";
59
+ SignalType$1["CartUpdateQuantity"] = "CART_UPDATE_QUANTITY";
60
+ SignalType$1["CheckoutAbandon"] = "CHECKOUT_ABANDON";
61
+ SignalType$1["CheckoutStart"] = "CHECKOUT_START";
62
+ SignalType$1["ExitIntent"] = "EXIT_INTENT";
63
+ SignalType$1["FilterApplied"] = "FILTER_APPLIED";
64
+ SignalType$1["ImageZoom"] = "IMAGE_ZOOM";
65
+ SignalType$1["PageView"] = "PAGE_VIEW";
66
+ SignalType$1["ProductHover"] = "PRODUCT_HOVER";
67
+ SignalType$1["ProductView"] = "PRODUCT_VIEW";
68
+ SignalType$1["QuickViewOpen"] = "QUICK_VIEW_OPEN";
69
+ SignalType$1["ReturnPolicyView"] = "RETURN_POLICY_VIEW";
70
+ SignalType$1["ReviewsView"] = "REVIEWS_VIEW";
71
+ SignalType$1["ScrollDepth"] = "SCROLL_DEPTH";
72
+ SignalType$1["SearchQuery"] = "SEARCH_QUERY";
73
+ SignalType$1["SearchRefine"] = "SEARCH_REFINE";
74
+ SignalType$1["SearchResultClick"] = "SEARCH_RESULT_CLICK";
75
+ SignalType$1["SecurityInfoView"] = "SECURITY_INFO_VIEW";
76
+ SignalType$1["SizeGuideView"] = "SIZE_GUIDE_VIEW";
77
+ SignalType$1["SortChanged"] = "SORT_CHANGED";
78
+ SignalType$1["TabSwitch"] = "TAB_SWITCH";
79
+ SignalType$1["TimeOnPage"] = "TIME_ON_PAGE";
80
+ SignalType$1["TrustBadgeClick"] = "TRUST_BADGE_CLICK";
81
+ return SignalType$1;
82
+ }({});
37
83
  const PromotionFieldsFragmentDoc = {
38
84
  kind: "Document",
39
85
  definitions: [{
@@ -2970,6 +3016,39 @@ const OrderFieldsFragmentDoc = {
2970
3016
  kind: "Name",
2971
3017
  value: "createdAt"
2972
3018
  }
3019
+ },
3020
+ {
3021
+ kind: "Field",
3022
+ name: {
3023
+ kind: "Name",
3024
+ value: "categories"
3025
+ },
3026
+ selectionSet: {
3027
+ kind: "SelectionSet",
3028
+ selections: [
3029
+ {
3030
+ kind: "Field",
3031
+ name: {
3032
+ kind: "Name",
3033
+ value: "id"
3034
+ }
3035
+ },
3036
+ {
3037
+ kind: "Field",
3038
+ name: {
3039
+ kind: "Name",
3040
+ value: "name"
3041
+ }
3042
+ },
3043
+ {
3044
+ kind: "Field",
3045
+ name: {
3046
+ kind: "Name",
3047
+ value: "handle"
3048
+ }
3049
+ }
3050
+ ]
3051
+ }
2973
3052
  }
2974
3053
  ]
2975
3054
  }
@@ -7030,7 +7109,7 @@ const GetCartItemCountDocument = {
7030
7109
  kind: "NamedType",
7031
7110
  name: {
7032
7111
  kind: "Name",
7033
- value: "ID"
7112
+ value: "String"
7034
7113
  }
7035
7114
  }
7036
7115
  }
@@ -7081,6 +7160,71 @@ const GetCartItemCountDocument = {
7081
7160
  }
7082
7161
  }]
7083
7162
  };
7163
+ const GetCartTotalDocument = {
7164
+ kind: "Document",
7165
+ definitions: [{
7166
+ kind: "OperationDefinition",
7167
+ operation: "query",
7168
+ name: {
7169
+ kind: "Name",
7170
+ value: "GetCartTotal"
7171
+ },
7172
+ variableDefinitions: [{
7173
+ kind: "VariableDefinition",
7174
+ variable: {
7175
+ kind: "Variable",
7176
+ name: {
7177
+ kind: "Name",
7178
+ value: "id"
7179
+ }
7180
+ },
7181
+ type: {
7182
+ kind: "NonNullType",
7183
+ type: {
7184
+ kind: "NamedType",
7185
+ name: {
7186
+ kind: "Name",
7187
+ value: "String"
7188
+ }
7189
+ }
7190
+ }
7191
+ }],
7192
+ selectionSet: {
7193
+ kind: "SelectionSet",
7194
+ selections: [{
7195
+ kind: "Field",
7196
+ name: {
7197
+ kind: "Name",
7198
+ value: "cart"
7199
+ },
7200
+ arguments: [{
7201
+ kind: "Argument",
7202
+ name: {
7203
+ kind: "Name",
7204
+ value: "id"
7205
+ },
7206
+ value: {
7207
+ kind: "Variable",
7208
+ name: {
7209
+ kind: "Name",
7210
+ value: "id"
7211
+ }
7212
+ }
7213
+ }],
7214
+ selectionSet: {
7215
+ kind: "SelectionSet",
7216
+ selections: [{
7217
+ kind: "Field",
7218
+ name: {
7219
+ kind: "Name",
7220
+ value: "total"
7221
+ }
7222
+ }]
7223
+ }
7224
+ }]
7225
+ }
7226
+ }]
7227
+ };
7084
7228
  const GetCartDocument = {
7085
7229
  kind: "Document",
7086
7230
  definitions: [
@@ -7106,7 +7250,7 @@ const GetCartDocument = {
7106
7250
  kind: "NamedType",
7107
7251
  name: {
7108
7252
  kind: "Name",
7109
- value: "ID"
7253
+ value: "String"
7110
7254
  }
7111
7255
  }
7112
7256
  }
@@ -9190,6 +9334,39 @@ const GetHomeBannerDocument = {
9190
9334
  kind: "Name",
9191
9335
  value: "GetHomeBanner"
9192
9336
  },
9337
+ variableDefinitions: [{
9338
+ kind: "VariableDefinition",
9339
+ variable: {
9340
+ kind: "Variable",
9341
+ name: {
9342
+ kind: "Name",
9343
+ value: "audience"
9344
+ }
9345
+ },
9346
+ type: {
9347
+ kind: "NamedType",
9348
+ name: {
9349
+ kind: "Name",
9350
+ value: "String"
9351
+ }
9352
+ }
9353
+ }, {
9354
+ kind: "VariableDefinition",
9355
+ variable: {
9356
+ kind: "Variable",
9357
+ name: {
9358
+ kind: "Name",
9359
+ value: "segment"
9360
+ }
9361
+ },
9362
+ type: {
9363
+ kind: "NamedType",
9364
+ name: {
9365
+ kind: "Name",
9366
+ value: "String"
9367
+ }
9368
+ }
9369
+ }],
9193
9370
  selectionSet: {
9194
9371
  kind: "SelectionSet",
9195
9372
  selections: [{
@@ -9198,6 +9375,33 @@ const GetHomeBannerDocument = {
9198
9375
  kind: "Name",
9199
9376
  value: "homeBanner"
9200
9377
  },
9378
+ arguments: [{
9379
+ kind: "Argument",
9380
+ name: {
9381
+ kind: "Name",
9382
+ value: "audience"
9383
+ },
9384
+ value: {
9385
+ kind: "Variable",
9386
+ name: {
9387
+ kind: "Name",
9388
+ value: "audience"
9389
+ }
9390
+ }
9391
+ }, {
9392
+ kind: "Argument",
9393
+ name: {
9394
+ kind: "Name",
9395
+ value: "segment"
9396
+ },
9397
+ value: {
9398
+ kind: "Variable",
9399
+ name: {
9400
+ kind: "Name",
9401
+ value: "segment"
9402
+ }
9403
+ }
9404
+ }],
9201
9405
  selectionSet: {
9202
9406
  kind: "SelectionSet",
9203
9407
  selections: [
@@ -9750,6 +9954,39 @@ const GetOrderDocument = {
9750
9954
  kind: "Name",
9751
9955
  value: "createdAt"
9752
9956
  }
9957
+ },
9958
+ {
9959
+ kind: "Field",
9960
+ name: {
9961
+ kind: "Name",
9962
+ value: "categories"
9963
+ },
9964
+ selectionSet: {
9965
+ kind: "SelectionSet",
9966
+ selections: [
9967
+ {
9968
+ kind: "Field",
9969
+ name: {
9970
+ kind: "Name",
9971
+ value: "id"
9972
+ }
9973
+ },
9974
+ {
9975
+ kind: "Field",
9976
+ name: {
9977
+ kind: "Name",
9978
+ value: "name"
9979
+ }
9980
+ },
9981
+ {
9982
+ kind: "Field",
9983
+ name: {
9984
+ kind: "Name",
9985
+ value: "handle"
9986
+ }
9987
+ }
9988
+ ]
9989
+ }
9753
9990
  }
9754
9991
  ]
9755
9992
  }
@@ -10378,6 +10615,39 @@ const GetOrdersDocument = {
10378
10615
  kind: "Name",
10379
10616
  value: "createdAt"
10380
10617
  }
10618
+ },
10619
+ {
10620
+ kind: "Field",
10621
+ name: {
10622
+ kind: "Name",
10623
+ value: "categories"
10624
+ },
10625
+ selectionSet: {
10626
+ kind: "SelectionSet",
10627
+ selections: [
10628
+ {
10629
+ kind: "Field",
10630
+ name: {
10631
+ kind: "Name",
10632
+ value: "id"
10633
+ }
10634
+ },
10635
+ {
10636
+ kind: "Field",
10637
+ name: {
10638
+ kind: "Name",
10639
+ value: "name"
10640
+ }
10641
+ },
10642
+ {
10643
+ kind: "Field",
10644
+ name: {
10645
+ kind: "Name",
10646
+ value: "handle"
10647
+ }
10648
+ }
10649
+ ]
10650
+ }
10381
10651
  }
10382
10652
  ]
10383
10653
  }
@@ -10611,6 +10881,143 @@ const GetOrdersDocument = {
10611
10881
  }
10612
10882
  }]
10613
10883
  };
10884
+ const GetProductByHandleForPersonalizationDocument = {
10885
+ kind: "Document",
10886
+ definitions: [{
10887
+ kind: "OperationDefinition",
10888
+ operation: "query",
10889
+ name: {
10890
+ kind: "Name",
10891
+ value: "GetProductByHandleForPersonalization"
10892
+ },
10893
+ variableDefinitions: [{
10894
+ kind: "VariableDefinition",
10895
+ variable: {
10896
+ kind: "Variable",
10897
+ name: {
10898
+ kind: "Name",
10899
+ value: "handle"
10900
+ }
10901
+ },
10902
+ type: {
10903
+ kind: "NonNullType",
10904
+ type: {
10905
+ kind: "NamedType",
10906
+ name: {
10907
+ kind: "Name",
10908
+ value: "String"
10909
+ }
10910
+ }
10911
+ }
10912
+ }],
10913
+ selectionSet: {
10914
+ kind: "SelectionSet",
10915
+ selections: [{
10916
+ kind: "Field",
10917
+ name: {
10918
+ kind: "Name",
10919
+ value: "products"
10920
+ },
10921
+ arguments: [{
10922
+ kind: "Argument",
10923
+ name: {
10924
+ kind: "Name",
10925
+ value: "handle"
10926
+ },
10927
+ value: {
10928
+ kind: "Variable",
10929
+ name: {
10930
+ kind: "Name",
10931
+ value: "handle"
10932
+ }
10933
+ }
10934
+ }, {
10935
+ kind: "Argument",
10936
+ name: {
10937
+ kind: "Name",
10938
+ value: "limit"
10939
+ },
10940
+ value: {
10941
+ kind: "IntValue",
10942
+ value: "1"
10943
+ }
10944
+ }],
10945
+ selectionSet: {
10946
+ kind: "SelectionSet",
10947
+ selections: [{
10948
+ kind: "Field",
10949
+ name: {
10950
+ kind: "Name",
10951
+ value: "products"
10952
+ },
10953
+ selectionSet: {
10954
+ kind: "SelectionSet",
10955
+ selections: [
10956
+ {
10957
+ kind: "Field",
10958
+ name: {
10959
+ kind: "Name",
10960
+ value: "id"
10961
+ }
10962
+ },
10963
+ {
10964
+ kind: "Field",
10965
+ name: {
10966
+ kind: "Name",
10967
+ value: "categories"
10968
+ },
10969
+ selectionSet: {
10970
+ kind: "SelectionSet",
10971
+ selections: [{
10972
+ kind: "Field",
10973
+ name: {
10974
+ kind: "Name",
10975
+ value: "handle"
10976
+ }
10977
+ }]
10978
+ }
10979
+ },
10980
+ {
10981
+ kind: "Field",
10982
+ name: {
10983
+ kind: "Name",
10984
+ value: "variants"
10985
+ },
10986
+ selectionSet: {
10987
+ kind: "SelectionSet",
10988
+ selections: [{
10989
+ kind: "Field",
10990
+ name: {
10991
+ kind: "Name",
10992
+ value: "id"
10993
+ }
10994
+ }, {
10995
+ kind: "Field",
10996
+ name: {
10997
+ kind: "Name",
10998
+ value: "calculatedPrice"
10999
+ },
11000
+ selectionSet: {
11001
+ kind: "SelectionSet",
11002
+ selections: [{
11003
+ kind: "Field",
11004
+ name: {
11005
+ kind: "Name",
11006
+ value: "amount"
11007
+ }
11008
+ }]
11009
+ }
11010
+ }]
11011
+ }
11012
+ }
11013
+ ]
11014
+ }
11015
+ }]
11016
+ }
11017
+ }]
11018
+ }
11019
+ }]
11020
+ };
10614
11021
  const GetProductCategoriesDocument = {
10615
11022
  kind: "Document",
10616
11023
  definitions: [{
@@ -11308,5 +11715,5 @@ const GetShippingOptionsDocument = {
11308
11715
  };
11309
11716
 
11310
11717
  //#endregion
11311
- export { AddressFieldsFragmentDoc, ApplicationType, CacheControlScope, CartFieldsFragmentDoc, CartItemFieldsFragmentDoc, CollectionProductsFragmentDoc, CollectionProductsHomeFragmentDoc, CountryFieldsFragmentDoc, CreateCartDocument, CreateLineItemDocument, CustomerAddressFragmentDoc, CustomerFragmentDoc, DeleteLineItemDocument, GetCartDocument, GetCartItemCountDocument, GetCollectionsDocument, GetCollectionsHomeDocument, GetCustomerDocument, GetFooterDataDocument, GetFooterDocument, GetHomeBannerDocument, GetOrderDocument, GetOrdersDocument, GetProductCategoriesDocument, GetRegionDocument, GetShippingOptionsDocument, ListRegionsDocument, OrderFieldsFragmentDoc, PaymentCollectionFieldsFragmentDoc, PaymentSessionStatus, PaymentStatus, PriceFragmentDoc, ProductCategoryFragmentDoc, ProductCollectionFragmentDoc, ProductImageFragmentDoc, ProductVariantFragmentDoc, PromotionFieldsFragmentDoc, RegionFieldsFragmentDoc, ShippingMethodFieldsFragmentDoc, ShippingOptionFieldsFragmentDoc, TransferCartDocument, UpdateCartDocument };
11718
+ export { AddressFieldsFragmentDoc, ApplicationType, BrowseProductsSort, CacheControlScope, CartFieldsFragmentDoc, CartItemFieldsFragmentDoc, CollectionProductsFragmentDoc, CollectionProductsHomeFragmentDoc, CountryFieldsFragmentDoc, CreateCartDocument, CreateLineItemDocument, CustomerAddressFragmentDoc, CustomerFragmentDoc, DeleteLineItemDocument, EngagementLevel, GetCartDocument, GetCartItemCountDocument, GetCartTotalDocument, GetCollectionsDocument, GetCollectionsHomeDocument, GetCustomerDocument, GetFooterDataDocument, GetFooterDocument, GetHomeBannerDocument, GetOrderDocument, GetOrdersDocument, GetProductByHandleForPersonalizationDocument, GetProductCategoriesDocument, GetRegionDocument, GetShippingOptionsDocument, LifecycleStage, ListRegionsDocument, OrderFieldsFragmentDoc, PaymentCollectionFieldsFragmentDoc, PaymentSessionStatus, PaymentStatus, PriceFragmentDoc, ProductCategoryFragmentDoc, ProductCollectionFragmentDoc, ProductImageFragmentDoc, ProductVariantFragmentDoc, PromotionFieldsFragmentDoc, RegionFieldsFragmentDoc, ShippingMethodFieldsFragmentDoc, ShippingOptionFieldsFragmentDoc, SignalType, TransferCartDocument, UpdateCartDocument };
11312
11719
  //# sourceMappingURL=graphql.js.map