fontdue-js 2.18.1 → 2.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/__generated__/CartItemProduct_product.graphql.d.ts +1 -1
- package/dist/__generated__/CartItemProduct_product.graphql.js +16 -10
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderCompleteOrderMutation.graphql.js +16 -10
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderRemoveDiscountMutation.graphql.js +16 -10
- package/dist/__generated__/CartOrderUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartOrderUpdateMutation.graphql.js +16 -10
- package/dist/__generated__/CartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/CartQuery.graphql.js +16 -10
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateRemoveDiscountMutation.graphql.js +37 -29
- package/dist/__generated__/CartStateUpdateMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CartStateUpdateMutation.graphql.js +79 -66
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateCustomerMutation.graphql.js +16 -10
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CheckoutUpdateOrderMutation.graphql.js +16 -10
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.d.ts +1 -1
- package/dist/__generated__/CouponCodeInputApplyCouponMutation.graphql.js +37 -29
- package/dist/__generated__/PrecartAddToCartMutation.graphql.d.ts +1 -1
- package/dist/__generated__/PrecartAddToCartMutation.graphql.js +21 -15
- package/dist/__generated__/StoreModalCartQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalCartQuery.graphql.js +39 -21
- package/dist/__generated__/StoreModalProductQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductQuery.graphql.js +8 -3
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalProductSummaryRefetchQuery.graphql.js +9 -4
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.d.ts +7 -1
- package/dist/__generated__/StoreModalProductSummary_viewer.graphql.js +7 -2
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutCompleteOrderMutation.graphql.js +10 -4
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateCustomerMutation.graphql.js +10 -4
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.d.ts +1 -1
- package/dist/__generated__/StoreModalUnifiedCheckoutUpdateOrderMutation.graphql.js +36 -28
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.d.ts +2 -1
- package/dist/__generated__/StoreModalUnifiedCheckout_order.graphql.js +9 -3
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.d.ts +3 -1
- package/dist/__generated__/StoreModalUnifiedCheckout_viewer.graphql.js +14 -2
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.d.ts +1 -1
- package/dist/__generated__/TestFontsFormUpdateCustomerMutation.graphql.js +16 -10
- package/dist/__generated__/productState_Query.graphql.d.ts +29 -1
- package/dist/__generated__/productState_Query.graphql.js +24 -5
- package/dist/__generated__/productState_collectionBundle.graphql.d.ts +41 -0
- package/dist/__generated__/productState_collectionBundle.graphql.js +88 -0
- package/dist/__generated__/productState_node.graphql.d.ts +29 -1
- package/dist/__generated__/productState_node.graphql.js +20 -2
- package/dist/components/Cart/CartItem/CartItemProduct.js +3 -3
- package/dist/components/Root/productState.js +35 -7
- package/dist/components/StoreModal/StoreModalCart.js +2 -3
- package/dist/components/StoreModalProductSummary/index.js +1 -1
- package/dist/components/StripeProvider/index.d.ts +1 -2
- package/dist/components/StripeProvider/index.js +7 -10
- package/dist/components/elements/StoreModalUnifiedCheckout.js +64 -16
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<685054dc89bcb4f7f25113b3cf5ae4cd>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -109,34 +109,36 @@ const node = function () {
|
|
|
109
109
|
}],
|
|
110
110
|
"storageKey": null
|
|
111
111
|
},
|
|
112
|
-
v11 =
|
|
112
|
+
v11 = {
|
|
113
113
|
"alias": null,
|
|
114
114
|
"args": null,
|
|
115
115
|
"kind": "ScalarField",
|
|
116
116
|
"name": "amount",
|
|
117
117
|
"storageKey": null
|
|
118
|
-
},
|
|
118
|
+
},
|
|
119
|
+
v12 = {
|
|
119
120
|
"alias": null,
|
|
120
121
|
"args": null,
|
|
121
122
|
"kind": "ScalarField",
|
|
122
123
|
"name": "currency",
|
|
123
124
|
"storageKey": null
|
|
124
|
-
}
|
|
125
|
-
|
|
125
|
+
},
|
|
126
|
+
v13 = [v11 /*: any*/, v12 /*: any*/],
|
|
127
|
+
v14 = {
|
|
126
128
|
"alias": null,
|
|
127
129
|
"args": null,
|
|
128
130
|
"kind": "ScalarField",
|
|
129
131
|
"name": "name",
|
|
130
132
|
"storageKey": null
|
|
131
133
|
},
|
|
132
|
-
|
|
134
|
+
v15 = {
|
|
133
135
|
"alias": null,
|
|
134
136
|
"args": null,
|
|
135
137
|
"kind": "ScalarField",
|
|
136
138
|
"name": "id",
|
|
137
139
|
"storageKey": null
|
|
138
140
|
},
|
|
139
|
-
|
|
141
|
+
v16 = [v7 /*: any*/, {
|
|
140
142
|
"alias": null,
|
|
141
143
|
"args": null,
|
|
142
144
|
"kind": "ScalarField",
|
|
@@ -148,7 +150,7 @@ const node = function () {
|
|
|
148
150
|
"kind": "ScalarField",
|
|
149
151
|
"name": "addressFormatted",
|
|
150
152
|
"storageKey": null
|
|
151
|
-
}, v8 /*: any*/,
|
|
153
|
+
}, v8 /*: any*/, v14 /*: any*/, {
|
|
152
154
|
"alias": null,
|
|
153
155
|
"args": null,
|
|
154
156
|
"kind": "ScalarField",
|
|
@@ -241,7 +243,7 @@ const node = function () {
|
|
|
241
243
|
"kind": "LinkedField",
|
|
242
244
|
"name": "total",
|
|
243
245
|
"plural": false,
|
|
244
|
-
"selections":
|
|
246
|
+
"selections": v13 /*: any*/,
|
|
245
247
|
"storageKey": null
|
|
246
248
|
}, {
|
|
247
249
|
"alias": null,
|
|
@@ -250,13 +252,13 @@ const node = function () {
|
|
|
250
252
|
"kind": "LinkedField",
|
|
251
253
|
"name": "customer",
|
|
252
254
|
"plural": false,
|
|
253
|
-
"selections": [
|
|
255
|
+
"selections": [v14 /*: any*/, v7 /*: any*/, {
|
|
254
256
|
"alias": null,
|
|
255
257
|
"args": null,
|
|
256
258
|
"kind": "ScalarField",
|
|
257
259
|
"name": "newsletterOptIn",
|
|
258
260
|
"storageKey": null
|
|
259
|
-
},
|
|
261
|
+
}, v15 /*: any*/],
|
|
260
262
|
"storageKey": null
|
|
261
263
|
}, {
|
|
262
264
|
"alias": null,
|
|
@@ -271,7 +273,7 @@ const node = function () {
|
|
|
271
273
|
"kind": "LinkedField",
|
|
272
274
|
"name": "licenseeIdentity",
|
|
273
275
|
"plural": false,
|
|
274
|
-
"selections":
|
|
276
|
+
"selections": v16 /*: any*/,
|
|
275
277
|
"storageKey": null
|
|
276
278
|
}, {
|
|
277
279
|
"alias": null,
|
|
@@ -280,7 +282,7 @@ const node = function () {
|
|
|
280
282
|
"kind": "LinkedField",
|
|
281
283
|
"name": "billingIdentity",
|
|
282
284
|
"plural": false,
|
|
283
|
-
"selections":
|
|
285
|
+
"selections": v16 /*: any*/,
|
|
284
286
|
"storageKey": null
|
|
285
287
|
}, {
|
|
286
288
|
"alias": null,
|
|
@@ -289,7 +291,13 @@ const node = function () {
|
|
|
289
291
|
"kind": "LinkedField",
|
|
290
292
|
"name": "stripePaymentIntent",
|
|
291
293
|
"plural": false,
|
|
292
|
-
"selections":
|
|
294
|
+
"selections": [{
|
|
295
|
+
"alias": null,
|
|
296
|
+
"args": null,
|
|
297
|
+
"kind": "ScalarField",
|
|
298
|
+
"name": "clientSecret",
|
|
299
|
+
"storageKey": null
|
|
300
|
+
}, v11 /*: any*/, v12 /*: any*/],
|
|
293
301
|
"storageKey": null
|
|
294
302
|
}, {
|
|
295
303
|
"alias": null,
|
|
@@ -305,7 +313,7 @@ const node = function () {
|
|
|
305
313
|
"kind": "LinkedField",
|
|
306
314
|
"name": "orderVariable",
|
|
307
315
|
"plural": false,
|
|
308
|
-
"selections": [
|
|
316
|
+
"selections": [v15 /*: any*/, {
|
|
309
317
|
"alias": null,
|
|
310
318
|
"args": null,
|
|
311
319
|
"kind": "ScalarField",
|
|
@@ -320,7 +328,7 @@ const node = function () {
|
|
|
320
328
|
"kind": "LinkedField",
|
|
321
329
|
"name": "orderVariableOption",
|
|
322
330
|
"plural": false,
|
|
323
|
-
"selections": [
|
|
331
|
+
"selections": [v15 /*: any*/],
|
|
324
332
|
"storageKey": null
|
|
325
333
|
}, {
|
|
326
334
|
"alias": null,
|
|
@@ -328,7 +336,7 @@ const node = function () {
|
|
|
328
336
|
"kind": "ScalarField",
|
|
329
337
|
"name": "countryCode",
|
|
330
338
|
"storageKey": null
|
|
331
|
-
},
|
|
339
|
+
}, v15 /*: any*/],
|
|
332
340
|
"storageKey": null
|
|
333
341
|
}, {
|
|
334
342
|
"alias": null,
|
|
@@ -337,7 +345,7 @@ const node = function () {
|
|
|
337
345
|
"kind": "LinkedField",
|
|
338
346
|
"name": "subtotal",
|
|
339
347
|
"plural": false,
|
|
340
|
-
"selections":
|
|
348
|
+
"selections": v13 /*: any*/,
|
|
341
349
|
"storageKey": null
|
|
342
350
|
}, {
|
|
343
351
|
"alias": null,
|
|
@@ -353,7 +361,7 @@ const node = function () {
|
|
|
353
361
|
"kind": "LinkedField",
|
|
354
362
|
"name": "amount",
|
|
355
363
|
"plural": false,
|
|
356
|
-
"selections":
|
|
364
|
+
"selections": v13 /*: any*/,
|
|
357
365
|
"storageKey": null
|
|
358
366
|
}, {
|
|
359
367
|
"alias": null,
|
|
@@ -381,7 +389,7 @@ const node = function () {
|
|
|
381
389
|
"kind": "LinkedField",
|
|
382
390
|
"name": "creditAmount",
|
|
383
391
|
"plural": false,
|
|
384
|
-
"selections":
|
|
392
|
+
"selections": v13 /*: any*/,
|
|
385
393
|
"storageKey": null
|
|
386
394
|
}, {
|
|
387
395
|
"alias": null,
|
|
@@ -390,11 +398,11 @@ const node = function () {
|
|
|
390
398
|
"kind": "LinkedField",
|
|
391
399
|
"name": "creditAmountRemaining",
|
|
392
400
|
"plural": false,
|
|
393
|
-
"selections":
|
|
401
|
+
"selections": v13 /*: any*/,
|
|
394
402
|
"storageKey": null
|
|
395
|
-
},
|
|
403
|
+
}, v15 /*: any*/],
|
|
396
404
|
"storageKey": null
|
|
397
|
-
},
|
|
405
|
+
}, v15 /*: any*/],
|
|
398
406
|
"storageKey": null
|
|
399
407
|
}, {
|
|
400
408
|
"alias": null,
|
|
@@ -403,7 +411,7 @@ const node = function () {
|
|
|
403
411
|
"kind": "LinkedField",
|
|
404
412
|
"name": "discountedSubtotal",
|
|
405
413
|
"plural": false,
|
|
406
|
-
"selections":
|
|
414
|
+
"selections": v13 /*: any*/,
|
|
407
415
|
"storageKey": null
|
|
408
416
|
}, {
|
|
409
417
|
"alias": null,
|
|
@@ -418,7 +426,7 @@ const node = function () {
|
|
|
418
426
|
"kind": "LinkedField",
|
|
419
427
|
"name": "taxes",
|
|
420
428
|
"plural": false,
|
|
421
|
-
"selections":
|
|
429
|
+
"selections": v13 /*: any*/,
|
|
422
430
|
"storageKey": null
|
|
423
431
|
}, {
|
|
424
432
|
"alias": null,
|
|
@@ -432,19 +440,19 @@ const node = function () {
|
|
|
432
440
|
"kind": "ScalarField",
|
|
433
441
|
"name": "gstIncluded",
|
|
434
442
|
"storageKey": null
|
|
435
|
-
},
|
|
443
|
+
}, v15 /*: any*/],
|
|
436
444
|
"storageKey": null
|
|
437
445
|
}, v10 /*: any*/],
|
|
438
446
|
"storageKey": null
|
|
439
447
|
}]
|
|
440
448
|
},
|
|
441
449
|
"params": {
|
|
442
|
-
"cacheID": "
|
|
450
|
+
"cacheID": "b2ea44b9f707105547f48bff2cb91797",
|
|
443
451
|
"id": null,
|
|
444
452
|
"metadata": {},
|
|
445
453
|
"name": "StoreModalUnifiedCheckoutUpdateOrderMutation",
|
|
446
454
|
"operationKind": "mutation",
|
|
447
|
-
"text": "mutation StoreModalUnifiedCheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n"
|
|
455
|
+
"text": "mutation StoreModalUnifiedCheckoutUpdateOrderMutation(\n $input: UpdateOrderInput!\n) {\n updateOrder(input: $input) {\n order {\n ...StoreModalUnifiedCheckout_order\n ...CartTotals_order\n id\n }\n errors {\n stripePaymentMethodId\n billingIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n licenseeIdentity {\n zip\n phoneNullable\n administrativeArea\n locality\n sublocality\n email\n vatNumber\n }\n }\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment StoreModalReviewIdentity_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment StoreModalUnifiedCheckout_order on Order {\n completeUrl\n canCompleteWithCoupon\n total {\n amount\n }\n customer {\n name\n email\n newsletterOptIn\n id\n }\n licenseeIsBillingIdentity\n licenseeIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n billingIdentity {\n ...StoreModalReviewIdentity_identity\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n stripePaymentIntent {\n clientSecret\n amount\n currency\n }\n orderVariableSelections {\n orderVariable {\n id\n variableType\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n"
|
|
448
456
|
}
|
|
449
457
|
};
|
|
450
458
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<8fa0a54b29f2a3fcf92bdd7366caa850>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -54,6 +54,7 @@ export type StoreModalUnifiedCheckout_order$data = {
|
|
|
54
54
|
}> | null;
|
|
55
55
|
readonly stripePaymentIntent: {
|
|
56
56
|
readonly amount: number | null;
|
|
57
|
+
readonly clientSecret: string | null;
|
|
57
58
|
readonly currency: string | null;
|
|
58
59
|
} | null;
|
|
59
60
|
readonly total: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<8fa0a54b29f2a3fcf92bdd7366caa850>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -174,7 +174,13 @@ const node = function () {
|
|
|
174
174
|
"kind": "LinkedField",
|
|
175
175
|
"name": "stripePaymentIntent",
|
|
176
176
|
"plural": false,
|
|
177
|
-
"selections": [
|
|
177
|
+
"selections": [{
|
|
178
|
+
"alias": null,
|
|
179
|
+
"args": null,
|
|
180
|
+
"kind": "ScalarField",
|
|
181
|
+
"name": "clientSecret",
|
|
182
|
+
"storageKey": null
|
|
183
|
+
}, v0 /*: any*/, {
|
|
178
184
|
"alias": null,
|
|
179
185
|
"args": null,
|
|
180
186
|
"kind": "ScalarField",
|
|
@@ -226,6 +232,6 @@ const node = function () {
|
|
|
226
232
|
"abstractKey": null
|
|
227
233
|
};
|
|
228
234
|
}();
|
|
229
|
-
node.hash = "
|
|
235
|
+
node.hash = "7c5503876a562732ebaead9b2ae97180";
|
|
230
236
|
var _default = node;
|
|
231
237
|
exports.default = _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<ca5c7d5a8678cb68a0990463a7bb9c53>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -11,6 +11,8 @@ export type StoreModalUnifiedCheckout_viewer$data = {
|
|
|
11
11
|
readonly settings: {
|
|
12
12
|
readonly eulaAgreementLabel: string | null;
|
|
13
13
|
readonly newsletterOptInLabel: string | null;
|
|
14
|
+
readonly recaptchaEnabled: boolean;
|
|
15
|
+
readonly recaptchaSiteKey: string | null;
|
|
14
16
|
readonly storeModalSelectLicenseeLabel: string | null;
|
|
15
17
|
readonly taxSystem: string;
|
|
16
18
|
readonly uiFontName: string | null;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<ca5c7d5a8678cb68a0990463a7bb9c53>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -78,6 +78,18 @@ const node = function () {
|
|
|
78
78
|
"kind": "ScalarField",
|
|
79
79
|
"name": "taxSystem",
|
|
80
80
|
"storageKey": null
|
|
81
|
+
}, {
|
|
82
|
+
"alias": null,
|
|
83
|
+
"args": null,
|
|
84
|
+
"kind": "ScalarField",
|
|
85
|
+
"name": "recaptchaEnabled",
|
|
86
|
+
"storageKey": null
|
|
87
|
+
}, {
|
|
88
|
+
"alias": null,
|
|
89
|
+
"args": null,
|
|
90
|
+
"kind": "ScalarField",
|
|
91
|
+
"name": "recaptchaSiteKey",
|
|
92
|
+
"storageKey": null
|
|
81
93
|
}],
|
|
82
94
|
"storageKey": null
|
|
83
95
|
}, {
|
|
@@ -100,6 +112,6 @@ const node = function () {
|
|
|
100
112
|
"abstractKey": null
|
|
101
113
|
};
|
|
102
114
|
}();
|
|
103
|
-
node.hash = "
|
|
115
|
+
node.hash = "048ce405742611f6684cb5306d28478b";
|
|
104
116
|
var _default = node;
|
|
105
117
|
exports.default = _default;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<7fdadb278562d0302596d82154638f19>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -161,6 +161,13 @@ const node = function () {
|
|
|
161
161
|
"kind": "ScalarField",
|
|
162
162
|
"name": "cssUrl",
|
|
163
163
|
"storageKey": null
|
|
164
|
+
},
|
|
165
|
+
v13 = {
|
|
166
|
+
"alias": null,
|
|
167
|
+
"args": null,
|
|
168
|
+
"kind": "ScalarField",
|
|
169
|
+
"name": "totalStyles",
|
|
170
|
+
"storageKey": null
|
|
164
171
|
};
|
|
165
172
|
return {
|
|
166
173
|
"fragment": {
|
|
@@ -521,13 +528,7 @@ const node = function () {
|
|
|
521
528
|
"kind": "ScalarField",
|
|
522
529
|
"name": "isVariableFont",
|
|
523
530
|
"storageKey": null
|
|
524
|
-
},
|
|
525
|
-
"alias": null,
|
|
526
|
-
"args": null,
|
|
527
|
-
"kind": "ScalarField",
|
|
528
|
-
"name": "totalStyles",
|
|
529
|
-
"storageKey": null
|
|
530
|
-
}],
|
|
531
|
+
}, v13 /*: any*/],
|
|
531
532
|
"type": "FontCollection",
|
|
532
533
|
"abstractKey": null
|
|
533
534
|
}, {
|
|
@@ -567,6 +568,11 @@ const node = function () {
|
|
|
567
568
|
}],
|
|
568
569
|
"type": "FontStyle",
|
|
569
570
|
"abstractKey": null
|
|
571
|
+
}, {
|
|
572
|
+
"kind": "InlineFragment",
|
|
573
|
+
"selections": [v2 /*: any*/, v13 /*: any*/],
|
|
574
|
+
"type": "CollectionBundle",
|
|
575
|
+
"abstractKey": null
|
|
570
576
|
}, {
|
|
571
577
|
"kind": "InlineFragment",
|
|
572
578
|
"selections": [{
|
|
@@ -686,12 +692,12 @@ const node = function () {
|
|
|
686
692
|
}]
|
|
687
693
|
},
|
|
688
694
|
"params": {
|
|
689
|
-
"cacheID": "
|
|
695
|
+
"cacheID": "b284cc8ceb665cc1bd54161535f2607d",
|
|
690
696
|
"id": null,
|
|
691
697
|
"metadata": {},
|
|
692
698
|
"name": "TestFontsFormUpdateCustomerMutation",
|
|
693
699
|
"operationKind": "mutation",
|
|
694
|
-
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
700
|
+
"text": "mutation TestFontsFormUpdateCustomerMutation(\n $input: UpdateCustomerInput!\n) {\n updateCustomer(input: $input) {\n order {\n ...CartOrder_order\n id\n }\n }\n}\n\nfragment CartItemAdditionalLicenses_licenses on License {\n id\n name\n}\n\nfragment CartItemAdditionalLicenses_orderItem on OrderItem {\n licenseSelections {\n license {\n id\n }\n id\n }\n}\n\nfragment CartItemLicense_selection on LicenseSelection {\n id\n license {\n id\n name\n licenseVariables {\n id\n ...CartItemVariable_variable\n }\n }\n licenseVariable {\n id\n }\n ...CartItemVariable_selection\n}\n\nfragment CartItemProduct_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ...CollectionAa_product\n ...FontStyle_fontStyle\n ... on FontStyle {\n family {\n name\n cssUrl\n id\n }\n name\n variableInstances {\n name\n }\n }\n ... on Bundle {\n name\n }\n ... on FontCollection {\n name\n isVariableFont\n totalStyles\n featureStyle {\n family {\n cssUrl\n id\n }\n id\n }\n }\n ... on CollectionBundle {\n name\n totalStyles\n }\n}\n\nfragment CartItemVariable_selection on LicenseSelection {\n id\n variableText\n license {\n id\n }\n licenseVariable {\n ...VariableTableAmounts_variable\n id\n name\n variableType\n licenseOptions {\n id\n }\n }\n licenseOption {\n ...VariableTableAmounts_option\n id\n name\n amount\n }\n}\n\nfragment CartItemVariable_variable on LicenseVariable {\n id\n licenseOptions {\n id\n name\n amount\n }\n}\n\nfragment CartItem_node on OrderItem {\n ...CartItemAdditionalLicenses_orderItem\n id\n price {\n ...Price_price\n }\n sku {\n price {\n ...Price_price\n }\n product {\n ...CartItemProduct_product\n __typename\n ... on Licenseable {\n __isLicenseable: __typename\n licenses {\n ...CartItemAdditionalLicenses_licenses\n id\n licenseVariables {\n id\n licenseOptions {\n id\n }\n }\n }\n }\n ... on Node {\n __isNode: __typename\n id\n }\n }\n id\n }\n licenseSelections {\n ...CartItemLicense_selection\n id\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n }\n}\n\nfragment CartOrder_order on Order {\n ...Checkout_order\n ...Download_order\n ...CartTotals_order\n ...CartState_order\n id\n orderItems {\n ...CartItem_node\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n variableType\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n id\n }\n discount {\n id\n }\n customer {\n email\n name\n anonymous\n id\n }\n billingIdentity {\n ...IdentityBox_identity\n }\n licenseeIdentity {\n ...IdentityBox_identity\n }\n licenseeIsBillingIdentity\n stripePaymentMethod {\n card {\n last4\n brand\n }\n }\n stripePaymentIntent {\n status\n }\n canCompleteWithCoupon\n completedWithCoupon\n}\n\nfragment CartState_order on Order {\n id\n orderItems {\n id\n licenseSelections {\n license {\n id\n }\n licenseVariable {\n id\n }\n licenseOption {\n id\n }\n variableText\n id\n }\n }\n orderVariableSelections {\n orderVariable {\n id\n }\n orderVariableOption {\n id\n }\n countryCode\n id\n }\n}\n\nfragment CartTotals_order on Order {\n subtotal {\n ...Price_price\n }\n discount {\n amount {\n amount\n ...Price_price\n }\n coupon {\n ...CouponText_coupon\n id\n }\n id\n }\n discountedSubtotal {\n ...Price_price\n }\n total {\n amount\n ...Price_price\n }\n taxRate\n taxes {\n ...Price_price\n }\n taxName\n gstIncluded\n}\n\nfragment Checkout_order on Order {\n canCompleteWithCoupon\n customer {\n name\n email\n newsletterOptIn\n id\n }\n billingIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIdentity {\n name\n organization\n email\n phoneNullable\n street\n locality\n sublocality\n country\n administrativeArea\n zip\n vatNumber\n }\n licenseeIsBillingIdentity\n}\n\nfragment CollectionAa_product on SkuProduct {\n __isSkuProduct: __typename\n __typename\n ... on FontCollection {\n featureStyle {\n ...FontStyle_fontStyle\n id\n }\n }\n ... on Bundle {\n fontStyles {\n ...FontStyle_fontStyle\n id\n }\n }\n}\n\nfragment CouponText_coupon on Coupon {\n type\n percentAmount\n creditAmount {\n amount\n currency\n }\n creditAmountRemaining {\n amount\n currency\n }\n}\n\nfragment Download_order on Order {\n id\n archiveUrl\n customer {\n email\n id\n }\n completedWithCoupon\n}\n\nfragment FontStyle_fontStyle on FontStyle {\n cssFamily\n name\n}\n\nfragment IdentityBox_identity on Identity {\n email\n phoneFormatted\n addressFormatted\n vatNumber\n}\n\nfragment Price_price on Money {\n amount\n currency\n}\n\nfragment VariableTableAmounts_option on LicenseOption {\n amounts\n}\n\nfragment VariableTableAmounts_variable on LicenseVariable {\n units\n}\n"
|
|
695
701
|
}
|
|
696
702
|
};
|
|
697
703
|
}();
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<b4e88c2638ba792951d57f4750391bdc>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
*/
|
|
@@ -67,6 +67,34 @@ export type productState_Query$data = {
|
|
|
67
67
|
};
|
|
68
68
|
} | null;
|
|
69
69
|
}> | null;
|
|
70
|
+
readonly collectionBundles: ReadonlyArray<{
|
|
71
|
+
readonly id: string;
|
|
72
|
+
readonly memberCollections: ReadonlyArray<{
|
|
73
|
+
readonly fontStyles: ReadonlyArray<{
|
|
74
|
+
readonly id: string;
|
|
75
|
+
readonly sku: {
|
|
76
|
+
readonly id: string;
|
|
77
|
+
readonly price: {
|
|
78
|
+
readonly amount: number;
|
|
79
|
+
};
|
|
80
|
+
} | null;
|
|
81
|
+
}>;
|
|
82
|
+
readonly id: string;
|
|
83
|
+
readonly sku: {
|
|
84
|
+
readonly id: string;
|
|
85
|
+
readonly price: {
|
|
86
|
+
readonly amount: number;
|
|
87
|
+
};
|
|
88
|
+
} | null;
|
|
89
|
+
}> | null;
|
|
90
|
+
readonly name: string;
|
|
91
|
+
readonly sku: {
|
|
92
|
+
readonly id: string;
|
|
93
|
+
readonly price: {
|
|
94
|
+
readonly amount: number;
|
|
95
|
+
};
|
|
96
|
+
} | null;
|
|
97
|
+
}> | null;
|
|
70
98
|
readonly fontStyles: ReadonlyArray<{
|
|
71
99
|
readonly id: string;
|
|
72
100
|
readonly sku: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<b4e88c2638ba792951d57f4750391bdc>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
*/
|
|
@@ -92,6 +92,25 @@ const node = function () {
|
|
|
92
92
|
"storageKey": null
|
|
93
93
|
},
|
|
94
94
|
v8 = {
|
|
95
|
+
"alias": null,
|
|
96
|
+
"args": null,
|
|
97
|
+
"concreteType": "CollectionBundle",
|
|
98
|
+
"kind": "LinkedField",
|
|
99
|
+
"name": "collectionBundles",
|
|
100
|
+
"plural": true,
|
|
101
|
+
"selections": [v3 /*: any*/, v4 /*: any*/, v5 /*: any*/, {
|
|
102
|
+
"alias": null,
|
|
103
|
+
"args": null,
|
|
104
|
+
"concreteType": "FontCollection",
|
|
105
|
+
"kind": "LinkedField",
|
|
106
|
+
"name": "memberCollections",
|
|
107
|
+
"plural": true,
|
|
108
|
+
"selections": [v3 /*: any*/, v5 /*: any*/, v6 /*: any*/],
|
|
109
|
+
"storageKey": null
|
|
110
|
+
}],
|
|
111
|
+
"storageKey": null
|
|
112
|
+
},
|
|
113
|
+
v9 = {
|
|
95
114
|
"alias": null,
|
|
96
115
|
"args": [{
|
|
97
116
|
"kind": "Literal",
|
|
@@ -120,7 +139,7 @@ const node = function () {
|
|
|
120
139
|
"plural": false,
|
|
121
140
|
"selections": [{
|
|
122
141
|
"kind": "InlineFragment",
|
|
123
|
-
"selections": [v2 /*: any*/, v3 /*: any*/, v4 /*: any*/, v5 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/],
|
|
142
|
+
"selections": [v2 /*: any*/, v3 /*: any*/, v4 /*: any*/, v5 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/],
|
|
124
143
|
"type": "FontCollection",
|
|
125
144
|
"abstractKey": null
|
|
126
145
|
}],
|
|
@@ -143,7 +162,7 @@ const node = function () {
|
|
|
143
162
|
"plural": false,
|
|
144
163
|
"selections": [v2 /*: any*/, v3 /*: any*/, {
|
|
145
164
|
"kind": "InlineFragment",
|
|
146
|
-
"selections": [v4 /*: any*/, v5 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/],
|
|
165
|
+
"selections": [v4 /*: any*/, v5 /*: any*/, v6 /*: any*/, v7 /*: any*/, v8 /*: any*/, v9 /*: any*/],
|
|
147
166
|
"type": "FontCollection",
|
|
148
167
|
"abstractKey": null
|
|
149
168
|
}],
|
|
@@ -151,12 +170,12 @@ const node = function () {
|
|
|
151
170
|
}]
|
|
152
171
|
},
|
|
153
172
|
"params": {
|
|
154
|
-
"cacheID": "
|
|
173
|
+
"cacheID": "46b69511613049f8b0186da9dd74c579",
|
|
155
174
|
"id": null,
|
|
156
175
|
"metadata": {},
|
|
157
176
|
"name": "productState_Query",
|
|
158
177
|
"operationKind": "query",
|
|
159
|
-
"text": "query productState_Query(\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ... on FontCollection {\n __typename\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n bundles {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n }\n children(collectionTypes: [FAMILY]) {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n bundles {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n }\n }\n }\n id\n }\n}\n"
|
|
178
|
+
"text": "query productState_Query(\n $id: ID!\n) {\n node(id: $id) {\n __typename\n ... on FontCollection {\n __typename\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n bundles {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n }\n collectionBundles {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n memberCollections {\n id\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n }\n }\n children(collectionTypes: [FAMILY]) {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n bundles {\n id\n name\n sku {\n id\n price {\n amount\n }\n }\n fontStyles {\n id\n sku {\n id\n price {\n amount\n }\n }\n }\n }\n }\n }\n id\n }\n}\n"
|
|
160
179
|
}
|
|
161
180
|
};
|
|
162
181
|
}();
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @generated SignedSource<<c1a8446af3677d58e3851338c54cf16e>>
|
|
3
|
+
* @lightSyntaxTransform
|
|
4
|
+
* @nogrep
|
|
5
|
+
*/
|
|
6
|
+
import { ReaderFragment } from 'relay-runtime';
|
|
7
|
+
import { FragmentRefs } from "relay-runtime";
|
|
8
|
+
export type productState_collectionBundle$data = {
|
|
9
|
+
readonly id: string;
|
|
10
|
+
readonly memberCollections: ReadonlyArray<{
|
|
11
|
+
readonly fontStyles: ReadonlyArray<{
|
|
12
|
+
readonly id: string;
|
|
13
|
+
readonly sku: {
|
|
14
|
+
readonly id: string;
|
|
15
|
+
readonly price: {
|
|
16
|
+
readonly amount: number;
|
|
17
|
+
};
|
|
18
|
+
} | null;
|
|
19
|
+
}>;
|
|
20
|
+
readonly id: string;
|
|
21
|
+
readonly sku: {
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly price: {
|
|
24
|
+
readonly amount: number;
|
|
25
|
+
};
|
|
26
|
+
} | null;
|
|
27
|
+
}> | null;
|
|
28
|
+
readonly name: string;
|
|
29
|
+
readonly sku: {
|
|
30
|
+
readonly id: string;
|
|
31
|
+
readonly price: {
|
|
32
|
+
readonly amount: number;
|
|
33
|
+
};
|
|
34
|
+
} | null;
|
|
35
|
+
};
|
|
36
|
+
export type productState_collectionBundle$key = {
|
|
37
|
+
readonly " $data"?: productState_collectionBundle$data;
|
|
38
|
+
readonly " $fragmentSpreads": FragmentRefs<"productState_collectionBundle">;
|
|
39
|
+
};
|
|
40
|
+
declare const node: ReaderFragment;
|
|
41
|
+
export default node;
|