@decocms/apps-vtex 7.8.0 → 7.10.0

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.
@@ -0,0 +1,3191 @@
1
+ // AUTO-GENERATED by @decocms/blocks-cli scripts/generate-app-schemas.ts — DO NOT EDIT
2
+ // Regenerate from this package's root: bun run generate:schemas
3
+ //
4
+ // Real props schemas for this app's loaders/actions, keyed by CMS key
5
+ // (both bare and `.ts` forms). Registered into the admin meta via
6
+ // registerAppSchemas() so the Studio can render real props forms instead
7
+ // of the __resolveType-only stubs from registerCommerceLoaders().
8
+ import type { BlockPropsSchema } from "@decocms/blocks/cms/client";
9
+
10
+ const s0: BlockPropsSchema = {
11
+ "type": "object",
12
+ "properties": {
13
+ "slug": {
14
+ "type": "string",
15
+ "nullable": true,
16
+ "title": "Slug"
17
+ },
18
+ "skuId": {
19
+ "type": "string",
20
+ "nullable": true,
21
+ "title": "SkuId"
22
+ },
23
+ "indexingSkus": {
24
+ "type": "boolean",
25
+ "nullable": true,
26
+ "description": "When true, PDP pages with ?skuId remain indexable",
27
+ "title": "IndexingSkus"
28
+ },
29
+ "preferDescription": {
30
+ "type": "boolean",
31
+ "nullable": true,
32
+ "description": "Use product.description instead of metaTagDescription for SEO",
33
+ "title": "PreferDescription"
34
+ },
35
+ "leanVariants": {
36
+ "type": "boolean",
37
+ "nullable": true,
38
+ "description": "Use lean variant transform for hasVariant[]. Defaults to false on PDPs:\nvariant selectors need image[] and real inventoryLevel to render thumbnails\nand per-SKU stock state, so a full toProduct(level=1) is the safe default.\nOpt-in only if payload size becomes a problem.",
39
+ "title": "LeanVariants"
40
+ },
41
+ "variantIncludeImage": {
42
+ "type": "boolean",
43
+ "nullable": true,
44
+ "description": "When leanVariants is true, still include image[0] on each variant. Default true.",
45
+ "title": "VariantIncludeImage"
46
+ },
47
+ "variantIncludeInventory": {
48
+ "type": "boolean",
49
+ "nullable": true,
50
+ "description": "When leanVariants is true, still include inventoryLevel on each variant. Default true.",
51
+ "title": "VariantIncludeInventory"
52
+ }
53
+ }
54
+ };
55
+ const s1: BlockPropsSchema = {
56
+ "type": "object",
57
+ "properties": {
58
+ "props": {
59
+ "anyOf": [
60
+ {
61
+ "type": "object",
62
+ "properties": {
63
+ "collection": {
64
+ "type": "string",
65
+ "title": "Collection"
66
+ },
67
+ "count": {
68
+ "type": "number",
69
+ "nullable": true,
70
+ "title": "Count"
71
+ },
72
+ "sort": {
73
+ "type": "string",
74
+ "nullable": true,
75
+ "title": "Sort"
76
+ },
77
+ "hideUnavailableItems": {
78
+ "type": "boolean",
79
+ "nullable": true,
80
+ "title": "HideUnavailableItems"
81
+ }
82
+ },
83
+ "required": [
84
+ "collection"
85
+ ],
86
+ "title": "CollectionProps"
87
+ },
88
+ {
89
+ "type": "object",
90
+ "properties": {
91
+ "query": {
92
+ "type": "string",
93
+ "title": "Query"
94
+ },
95
+ "count": {
96
+ "type": "number",
97
+ "nullable": true,
98
+ "title": "Count"
99
+ },
100
+ "sort": {
101
+ "type": "string",
102
+ "nullable": true,
103
+ "title": "Sort"
104
+ },
105
+ "fuzzy": {
106
+ "type": "string",
107
+ "nullable": true,
108
+ "title": "Fuzzy"
109
+ },
110
+ "hideUnavailableItems": {
111
+ "type": "boolean",
112
+ "nullable": true,
113
+ "title": "HideUnavailableItems"
114
+ }
115
+ },
116
+ "required": [
117
+ "query"
118
+ ],
119
+ "title": "QueryProps"
120
+ },
121
+ {
122
+ "type": "object",
123
+ "properties": {
124
+ "ids": {
125
+ "type": "array",
126
+ "items": {
127
+ "type": "string"
128
+ },
129
+ "title": "Ids"
130
+ },
131
+ "hideUnavailableItems": {
132
+ "type": "boolean",
133
+ "nullable": true,
134
+ "title": "HideUnavailableItems"
135
+ }
136
+ },
137
+ "required": [
138
+ "ids"
139
+ ],
140
+ "title": "ProductIDProps"
141
+ },
142
+ {
143
+ "type": "object",
144
+ "properties": {
145
+ "query": {
146
+ "type": "string",
147
+ "nullable": true,
148
+ "title": "Query"
149
+ },
150
+ "facets": {
151
+ "type": "string",
152
+ "title": "Facets"
153
+ },
154
+ "count": {
155
+ "type": "number",
156
+ "nullable": true,
157
+ "title": "Count"
158
+ },
159
+ "sort": {
160
+ "type": "string",
161
+ "nullable": true,
162
+ "title": "Sort"
163
+ },
164
+ "hideUnavailableItems": {
165
+ "type": "boolean",
166
+ "nullable": true,
167
+ "title": "HideUnavailableItems"
168
+ }
169
+ },
170
+ "required": [
171
+ "facets"
172
+ ],
173
+ "title": "FacetsProps"
174
+ }
175
+ ],
176
+ "nullable": true,
177
+ "title": "Props"
178
+ }
179
+ }
180
+ };
181
+ const s2: BlockPropsSchema = {
182
+ "type": "object",
183
+ "properties": {
184
+ "query": {
185
+ "type": "string",
186
+ "nullable": true,
187
+ "title": "Query",
188
+ "description": "Overrides the search term used to fetch the listing."
189
+ },
190
+ "count": {
191
+ "type": "number",
192
+ "nullable": true,
193
+ "title": "Items per page",
194
+ "description": "Number of products per page to display."
195
+ },
196
+ "sort": {
197
+ "type": "string",
198
+ "enum": [
199
+ "",
200
+ "price:desc",
201
+ "price:asc",
202
+ "orders:desc",
203
+ "name:desc",
204
+ "name:asc",
205
+ "release:desc",
206
+ "discount:desc"
207
+ ],
208
+ "nullable": true,
209
+ "title": "Sorting",
210
+ "description": "Order in which products are returned."
211
+ },
212
+ "fuzzy": {
213
+ "type": "string",
214
+ "enum": [
215
+ "automatic",
216
+ "disabled",
217
+ "enabled"
218
+ ],
219
+ "nullable": true,
220
+ "title": "Fuzzy",
221
+ "description": "Controls Intelligent Search typo tolerance."
222
+ },
223
+ "page": {
224
+ "type": "number",
225
+ "nullable": true,
226
+ "title": "Page offset",
227
+ "description": "Starting page (0-indexed) for the listing query."
228
+ },
229
+ "selectedFacets": {
230
+ "type": "array",
231
+ "items": {
232
+ "type": "object",
233
+ "properties": {
234
+ "key": {
235
+ "type": "string",
236
+ "title": "Key"
237
+ },
238
+ "value": {
239
+ "type": "string",
240
+ "title": "Value"
241
+ }
242
+ },
243
+ "required": [
244
+ "key",
245
+ "value"
246
+ ]
247
+ },
248
+ "nullable": true,
249
+ "title": "Selected Facets",
250
+ "description": "Override selected facets from the URL (e.g. force a collection)."
251
+ },
252
+ "hideUnavailableItems": {
253
+ "type": "boolean",
254
+ "nullable": true,
255
+ "title": "Hide Unavailable Items",
256
+ "description": "Do not return out-of-stock items."
257
+ }
258
+ }
259
+ };
260
+ const s3: BlockPropsSchema = {
261
+ "description": "Look up a postal address by country + postal code (public API).",
262
+ "type": "object",
263
+ "additionalProperties": true
264
+ };
265
+ const s4: BlockPropsSchema = {
266
+ "description": "Fetch addresses for the currently authenticated user.\nRequires a valid VTEX auth cookie.",
267
+ "type": "object",
268
+ "additionalProperties": true
269
+ };
270
+ const s5: BlockPropsSchema = {
271
+ "type": "object",
272
+ "properties": {
273
+ "query": {
274
+ "type": "string",
275
+ "title": "Query"
276
+ },
277
+ "count": {
278
+ "type": "number",
279
+ "nullable": true,
280
+ "title": "Count"
281
+ },
282
+ "showSponsored": {
283
+ "type": "boolean",
284
+ "nullable": true,
285
+ "title": "ShowSponsored"
286
+ },
287
+ "placement": {
288
+ "type": "string",
289
+ "nullable": true,
290
+ "title": "Placement"
291
+ },
292
+ "fuzzy": {
293
+ "type": "string",
294
+ "nullable": true,
295
+ "title": "Fuzzy"
296
+ }
297
+ },
298
+ "required": [
299
+ "query"
300
+ ]
301
+ };
302
+ const s6: BlockPropsSchema = {
303
+ "description": "Get a single brand by ID, as schema.org Brand.",
304
+ "type": "object",
305
+ "additionalProperties": true
306
+ };
307
+ const s7: BlockPropsSchema = {
308
+ "description": "List brands from the VTEX catalog, transformed to schema.org Brand format.",
309
+ "type": "object",
310
+ "properties": {
311
+ "filterInactive": {
312
+ "type": "boolean",
313
+ "nullable": true,
314
+ "description": "When true, only returns active brands.",
315
+ "default": false,
316
+ "title": "FilterInactive"
317
+ }
318
+ },
319
+ "nullable": true
320
+ };
321
+ const s8: BlockPropsSchema = {
322
+ "description": "Fetch the current cart (OrderForm).\n\nWhen `orderFormId` is provided the existing cart is retrieved;\notherwise a fresh OrderForm is created via POST.",
323
+ "type": "object",
324
+ "additionalProperties": true
325
+ };
326
+ const s9: BlockPropsSchema = {
327
+ "description": "Get all brands.",
328
+ "type": "object",
329
+ "properties": {}
330
+ };
331
+ const s10: BlockPropsSchema = {
332
+ "description": "Get the category tree up to a given depth level.",
333
+ "type": "object",
334
+ "additionalProperties": true
335
+ };
336
+ const s11: BlockPropsSchema = {
337
+ "description": "Get cross-selling products.",
338
+ "type": "object",
339
+ "additionalProperties": true
340
+ };
341
+ const s12: BlockPropsSchema = {
342
+ "description": "Get facets/filters for a search term.",
343
+ "type": "object",
344
+ "additionalProperties": true
345
+ };
346
+ const s13: BlockPropsSchema = {
347
+ "description": "Get the page type for a given term/path.",
348
+ "type": "object",
349
+ "additionalProperties": true
350
+ };
351
+ const s14: BlockPropsSchema = {
352
+ "description": "Get a product by productId or skuId.",
353
+ "type": "object",
354
+ "properties": {
355
+ "productId": {
356
+ "type": "string",
357
+ "nullable": true,
358
+ "title": "ProductId"
359
+ },
360
+ "skuId": {
361
+ "type": "string",
362
+ "nullable": true,
363
+ "title": "SkuId"
364
+ }
365
+ }
366
+ };
367
+ const s15: BlockPropsSchema = {
368
+ "description": "Get product specifications (private API).",
369
+ "type": "object",
370
+ "additionalProperties": true
371
+ };
372
+ const s16: BlockPropsSchema = {
373
+ "description": "Get product SKU variations.",
374
+ "type": "object",
375
+ "additionalProperties": true
376
+ };
377
+ const s17: BlockPropsSchema = {
378
+ "description": "Search products using the VTEX Catalog API.",
379
+ "type": "object",
380
+ "properties": {
381
+ "fq": {
382
+ "anyOf": [
383
+ {
384
+ "type": "string"
385
+ },
386
+ {
387
+ "type": "array",
388
+ "items": {
389
+ "type": "string"
390
+ }
391
+ }
392
+ ],
393
+ "nullable": true,
394
+ "title": "Fq"
395
+ },
396
+ "ft": {
397
+ "type": "string",
398
+ "nullable": true,
399
+ "title": "Ft"
400
+ },
401
+ "sort": {
402
+ "type": "string",
403
+ "enum": [
404
+ "",
405
+ "OrderByTopSaleDESC",
406
+ "OrderByReleaseDateDESC",
407
+ "OrderByBestDiscountDESC",
408
+ "OrderByPriceDESC",
409
+ "OrderByPriceASC",
410
+ "OrderByNameASC",
411
+ "OrderByNameDESC",
412
+ "OrderByScoreDESC"
413
+ ],
414
+ "nullable": true,
415
+ "title": "Sort"
416
+ },
417
+ "from": {
418
+ "type": "number",
419
+ "nullable": true,
420
+ "title": "From"
421
+ },
422
+ "to": {
423
+ "type": "number",
424
+ "nullable": true,
425
+ "title": "To"
426
+ }
427
+ }
428
+ };
429
+ const s18: BlockPropsSchema = {
430
+ "description": "Fetch collections, optionally filtering by search term.\n\nWithout a term returns up to 3 000 collections; with a term\nreturns the first 15 matches. Results are mapped to a simple\n`{ value, label }` list suitable for dropdowns / selectors.\n\nNote: uses the **pvt** (private) endpoint — requires appKey/appToken.",
431
+ "type": "object",
432
+ "additionalProperties": true
433
+ };
434
+ const s19: BlockPropsSchema = {
435
+ "description": "Mirrors the original deco-cx/apps PLP loader:\n\n1. Resolve facets from CMS props or Page Type API\n2. Call product_search AND facets APIs in parallel (same params)\n3. Transform products to schema.org format\n4. Transform facets to FilterToggle format\n5. Build pagination from IS response",
436
+ "type": "object",
437
+ "properties": {
438
+ "query": {
439
+ "type": "string",
440
+ "nullable": true,
441
+ "title": "Query",
442
+ "description": "Overrides the search term used to fetch the listing."
443
+ },
444
+ "count": {
445
+ "type": "number",
446
+ "nullable": true,
447
+ "title": "Items per page",
448
+ "description": "Number of products per page to display."
449
+ },
450
+ "sort": {
451
+ "type": "string",
452
+ "enum": [
453
+ "",
454
+ "price:desc",
455
+ "price:asc",
456
+ "orders:desc",
457
+ "name:desc",
458
+ "name:asc",
459
+ "release:desc",
460
+ "discount:desc"
461
+ ],
462
+ "nullable": true,
463
+ "title": "Sorting",
464
+ "description": "Order in which products are returned."
465
+ },
466
+ "fuzzy": {
467
+ "type": "string",
468
+ "enum": [
469
+ "automatic",
470
+ "disabled",
471
+ "enabled"
472
+ ],
473
+ "nullable": true,
474
+ "title": "Fuzzy",
475
+ "description": "Controls Intelligent Search typo tolerance."
476
+ },
477
+ "page": {
478
+ "type": "number",
479
+ "nullable": true,
480
+ "title": "Page offset",
481
+ "description": "Starting page (0-indexed) for the listing query."
482
+ },
483
+ "selectedFacets": {
484
+ "type": "array",
485
+ "items": {
486
+ "type": "object",
487
+ "properties": {
488
+ "key": {
489
+ "type": "string",
490
+ "title": "Key"
491
+ },
492
+ "value": {
493
+ "type": "string",
494
+ "title": "Value"
495
+ }
496
+ },
497
+ "required": [
498
+ "key",
499
+ "value"
500
+ ]
501
+ },
502
+ "nullable": true,
503
+ "title": "Selected Facets",
504
+ "description": "Override selected facets from the URL (e.g. force a collection)."
505
+ },
506
+ "hideUnavailableItems": {
507
+ "type": "boolean",
508
+ "nullable": true,
509
+ "title": "Hide Unavailable Items",
510
+ "description": "Do not return out-of-stock items."
511
+ }
512
+ }
513
+ };
514
+ const s20: BlockPropsSchema = {
515
+ "type": "object",
516
+ "properties": {
517
+ "query": {
518
+ "type": "string",
519
+ "nullable": true,
520
+ "title": "Query"
521
+ },
522
+ "count": {
523
+ "type": "number",
524
+ "nullable": true,
525
+ "title": "Count"
526
+ }
527
+ }
528
+ };
529
+ const s21: BlockPropsSchema = {
530
+ "type": "object",
531
+ "additionalProperties": true
532
+ };
533
+ const s22: BlockPropsSchema = {
534
+ "description": "Fetch a product details page using the legacy Catalog search API.",
535
+ "type": "object",
536
+ "properties": {
537
+ "slug": {
538
+ "type": "string",
539
+ "title": "Slug"
540
+ },
541
+ "skuId": {
542
+ "type": "string",
543
+ "nullable": true,
544
+ "title": "SkuId"
545
+ },
546
+ "baseUrl": {
547
+ "type": "string",
548
+ "title": "BaseUrl"
549
+ },
550
+ "priceCurrency": {
551
+ "type": "string",
552
+ "nullable": true,
553
+ "title": "PriceCurrency"
554
+ },
555
+ "includeOriginalAttributes": {
556
+ "type": "array",
557
+ "items": {
558
+ "type": "string"
559
+ },
560
+ "nullable": true,
561
+ "title": "IncludeOriginalAttributes"
562
+ },
563
+ "preferDescription": {
564
+ "type": "boolean",
565
+ "nullable": true,
566
+ "title": "PreferDescription"
567
+ },
568
+ "indexingSkus": {
569
+ "type": "boolean",
570
+ "nullable": true,
571
+ "description": "When true, pages with ?skuId are still indexable",
572
+ "title": "IndexingSkus"
573
+ }
574
+ },
575
+ "required": [
576
+ "slug",
577
+ "baseUrl"
578
+ ]
579
+ };
580
+ const s23: BlockPropsSchema = {
581
+ "description": "Fetch a product list using the legacy Catalog search API.",
582
+ "type": "object",
583
+ "properties": {
584
+ "query": {
585
+ "anyOf": [
586
+ {
587
+ "type": "object",
588
+ "properties": {
589
+ "collection": {
590
+ "type": "string",
591
+ "title": "Collection"
592
+ },
593
+ "count": {
594
+ "type": "number",
595
+ "title": "Count"
596
+ },
597
+ "sort": {
598
+ "type": "string",
599
+ "enum": [
600
+ "",
601
+ "OrderByTopSaleDESC",
602
+ "OrderByReleaseDateDESC",
603
+ "OrderByBestDiscountDESC",
604
+ "OrderByPriceDESC",
605
+ "OrderByPriceASC",
606
+ "OrderByNameASC",
607
+ "OrderByNameDESC",
608
+ "OrderByScoreDESC",
609
+ "OrderByReviewRateDESC"
610
+ ],
611
+ "nullable": true,
612
+ "title": "Sort"
613
+ }
614
+ },
615
+ "required": [
616
+ "collection",
617
+ "count"
618
+ ]
619
+ },
620
+ {
621
+ "type": "object",
622
+ "properties": {
623
+ "term": {
624
+ "type": "string",
625
+ "nullable": true,
626
+ "title": "Term"
627
+ },
628
+ "count": {
629
+ "type": "number",
630
+ "title": "Count"
631
+ },
632
+ "sort": {
633
+ "type": "string",
634
+ "enum": [
635
+ "",
636
+ "OrderByTopSaleDESC",
637
+ "OrderByReleaseDateDESC",
638
+ "OrderByBestDiscountDESC",
639
+ "OrderByPriceDESC",
640
+ "OrderByPriceASC",
641
+ "OrderByNameASC",
642
+ "OrderByNameDESC",
643
+ "OrderByScoreDESC",
644
+ "OrderByReviewRateDESC"
645
+ ],
646
+ "nullable": true,
647
+ "title": "Sort"
648
+ }
649
+ },
650
+ "required": [
651
+ "count"
652
+ ]
653
+ },
654
+ {
655
+ "type": "object",
656
+ "properties": {
657
+ "fq": {
658
+ "type": "array",
659
+ "items": {
660
+ "type": "string"
661
+ },
662
+ "title": "Fq"
663
+ },
664
+ "count": {
665
+ "type": "number",
666
+ "title": "Count"
667
+ },
668
+ "sort": {
669
+ "type": "string",
670
+ "enum": [
671
+ "",
672
+ "OrderByTopSaleDESC",
673
+ "OrderByReleaseDateDESC",
674
+ "OrderByBestDiscountDESC",
675
+ "OrderByPriceDESC",
676
+ "OrderByPriceASC",
677
+ "OrderByNameASC",
678
+ "OrderByNameDESC",
679
+ "OrderByScoreDESC",
680
+ "OrderByReviewRateDESC"
681
+ ],
682
+ "nullable": true,
683
+ "title": "Sort"
684
+ }
685
+ },
686
+ "required": [
687
+ "fq",
688
+ "count"
689
+ ]
690
+ },
691
+ {
692
+ "type": "object",
693
+ "properties": {
694
+ "skuIds": {
695
+ "type": "array",
696
+ "items": {
697
+ "type": "string"
698
+ },
699
+ "title": "SkuIds"
700
+ }
701
+ },
702
+ "required": [
703
+ "skuIds"
704
+ ]
705
+ },
706
+ {
707
+ "type": "object",
708
+ "properties": {
709
+ "productIds": {
710
+ "type": "array",
711
+ "items": {
712
+ "type": "string"
713
+ },
714
+ "title": "ProductIds"
715
+ }
716
+ },
717
+ "required": [
718
+ "productIds"
719
+ ]
720
+ }
721
+ ],
722
+ "title": "Query"
723
+ },
724
+ "baseUrl": {
725
+ "type": "string",
726
+ "title": "BaseUrl"
727
+ },
728
+ "priceCurrency": {
729
+ "type": "string",
730
+ "nullable": true,
731
+ "title": "PriceCurrency"
732
+ }
733
+ },
734
+ "required": [
735
+ "query",
736
+ "baseUrl"
737
+ ]
738
+ };
739
+ const s24: BlockPropsSchema = {
740
+ "description": "Fetch a product listing page (PLP) using the legacy Catalog search API.\nHandles categories, departments, brands, collections, and full-text search.",
741
+ "type": "object",
742
+ "properties": {
743
+ "url": {
744
+ "type": "object",
745
+ "hide": "true",
746
+ "description": "URL of the page being rendered (used for filter links, pagination, etc.)",
747
+ "title": "Url"
748
+ },
749
+ "term": {
750
+ "type": "string",
751
+ "nullable": true,
752
+ "description": "Override the search term (path). Defaults to url.pathname",
753
+ "title": "Term"
754
+ },
755
+ "count": {
756
+ "type": "number",
757
+ "nullable": true,
758
+ "description": "Items per page",
759
+ "title": "Count"
760
+ },
761
+ "page": {
762
+ "type": "number",
763
+ "nullable": true,
764
+ "description": "Current page number (0-indexed internally; see pageOffset)",
765
+ "title": "Page"
766
+ },
767
+ "pageOffset": {
768
+ "type": "number",
769
+ "nullable": true,
770
+ "description": "Starting page offset. Defaults to 1.",
771
+ "title": "PageOffset"
772
+ },
773
+ "sort": {
774
+ "type": "string",
775
+ "enum": [
776
+ "",
777
+ "OrderByTopSaleDESC",
778
+ "OrderByReleaseDateDESC",
779
+ "OrderByBestDiscountDESC",
780
+ "OrderByPriceDESC",
781
+ "OrderByPriceASC",
782
+ "OrderByNameASC",
783
+ "OrderByNameDESC",
784
+ "OrderByScoreDESC",
785
+ "OrderByReviewRateDESC"
786
+ ],
787
+ "nullable": true,
788
+ "title": "Sort"
789
+ },
790
+ "ft": {
791
+ "type": "string",
792
+ "nullable": true,
793
+ "description": "FullText search term",
794
+ "title": "Ft"
795
+ },
796
+ "fq": {
797
+ "type": "string",
798
+ "nullable": true,
799
+ "description": "Filter query",
800
+ "title": "Fq"
801
+ },
802
+ "map": {
803
+ "type": "string",
804
+ "nullable": true,
805
+ "description": "Map parameter",
806
+ "title": "Map"
807
+ },
808
+ "filters": {
809
+ "type": "string",
810
+ "enum": [
811
+ "dynamic",
812
+ "static"
813
+ ],
814
+ "nullable": true,
815
+ "description": "Filter behavior: dynamic (default) or static",
816
+ "title": "Filters"
817
+ },
818
+ "baseUrl": {
819
+ "type": "string",
820
+ "description": "Base URL for building canonical/absolute links",
821
+ "title": "BaseUrl"
822
+ },
823
+ "priceCurrency": {
824
+ "type": "string",
825
+ "nullable": true,
826
+ "title": "PriceCurrency"
827
+ },
828
+ "useCollectionName": {
829
+ "type": "boolean",
830
+ "nullable": true,
831
+ "description": "Use collection name as page title",
832
+ "title": "UseCollectionName"
833
+ },
834
+ "ignoreCaseSelected": {
835
+ "type": "boolean",
836
+ "nullable": true,
837
+ "description": "Ignore case when checking if a facet is selected",
838
+ "title": "IgnoreCaseSelected"
839
+ },
840
+ "includeOriginalAttributes": {
841
+ "type": "array",
842
+ "items": {
843
+ "type": "string"
844
+ },
845
+ "nullable": true,
846
+ "title": "IncludeOriginalAttributes"
847
+ }
848
+ },
849
+ "required": [
850
+ "baseUrl"
851
+ ]
852
+ };
853
+ const s25: BlockPropsSchema = {
854
+ "description": "Fetch legacy autocomplete/search suggestions.",
855
+ "type": "object",
856
+ "properties": {
857
+ "query": {
858
+ "type": "string",
859
+ "nullable": true,
860
+ "title": "Query"
861
+ },
862
+ "count": {
863
+ "type": "number",
864
+ "nullable": true,
865
+ "description": "Max results. Defaults to 4.",
866
+ "title": "Count"
867
+ }
868
+ }
869
+ };
870
+ const s26: BlockPropsSchema = {
871
+ "type": "object",
872
+ "properties": {
873
+ "slug": {
874
+ "type": "string",
875
+ "title": "Slug"
876
+ },
877
+ "skuId": {
878
+ "type": "string",
879
+ "nullable": true,
880
+ "title": "SkuId"
881
+ },
882
+ "baseUrl": {
883
+ "type": "string",
884
+ "title": "BaseUrl"
885
+ },
886
+ "priceCurrency": {
887
+ "type": "string",
888
+ "nullable": true,
889
+ "title": "PriceCurrency"
890
+ },
891
+ "includeOriginalAttributes": {
892
+ "type": "array",
893
+ "items": {
894
+ "type": "string"
895
+ },
896
+ "nullable": true,
897
+ "title": "IncludeOriginalAttributes"
898
+ },
899
+ "preferDescription": {
900
+ "type": "boolean",
901
+ "nullable": true,
902
+ "title": "PreferDescription"
903
+ },
904
+ "indexingSkus": {
905
+ "type": "boolean",
906
+ "nullable": true,
907
+ "description": "When true, pages with ?skuId are still indexable",
908
+ "title": "IndexingSkus"
909
+ }
910
+ },
911
+ "required": [
912
+ "slug",
913
+ "baseUrl"
914
+ ]
915
+ };
916
+ const s27: BlockPropsSchema = {
917
+ "type": "object",
918
+ "properties": {
919
+ "query": {
920
+ "anyOf": [
921
+ {
922
+ "type": "object",
923
+ "properties": {
924
+ "collection": {
925
+ "type": "string",
926
+ "title": "Collection"
927
+ },
928
+ "count": {
929
+ "type": "number",
930
+ "title": "Count"
931
+ },
932
+ "sort": {
933
+ "type": "string",
934
+ "enum": [
935
+ "",
936
+ "OrderByTopSaleDESC",
937
+ "OrderByReleaseDateDESC",
938
+ "OrderByBestDiscountDESC",
939
+ "OrderByPriceDESC",
940
+ "OrderByPriceASC",
941
+ "OrderByNameASC",
942
+ "OrderByNameDESC",
943
+ "OrderByScoreDESC",
944
+ "OrderByReviewRateDESC"
945
+ ],
946
+ "nullable": true,
947
+ "title": "Sort"
948
+ }
949
+ },
950
+ "required": [
951
+ "collection",
952
+ "count"
953
+ ]
954
+ },
955
+ {
956
+ "type": "object",
957
+ "properties": {
958
+ "term": {
959
+ "type": "string",
960
+ "nullable": true,
961
+ "title": "Term"
962
+ },
963
+ "count": {
964
+ "type": "number",
965
+ "title": "Count"
966
+ },
967
+ "sort": {
968
+ "type": "string",
969
+ "enum": [
970
+ "",
971
+ "OrderByTopSaleDESC",
972
+ "OrderByReleaseDateDESC",
973
+ "OrderByBestDiscountDESC",
974
+ "OrderByPriceDESC",
975
+ "OrderByPriceASC",
976
+ "OrderByNameASC",
977
+ "OrderByNameDESC",
978
+ "OrderByScoreDESC",
979
+ "OrderByReviewRateDESC"
980
+ ],
981
+ "nullable": true,
982
+ "title": "Sort"
983
+ }
984
+ },
985
+ "required": [
986
+ "count"
987
+ ]
988
+ },
989
+ {
990
+ "type": "object",
991
+ "properties": {
992
+ "fq": {
993
+ "type": "array",
994
+ "items": {
995
+ "type": "string"
996
+ },
997
+ "title": "Fq"
998
+ },
999
+ "count": {
1000
+ "type": "number",
1001
+ "title": "Count"
1002
+ },
1003
+ "sort": {
1004
+ "type": "string",
1005
+ "enum": [
1006
+ "",
1007
+ "OrderByTopSaleDESC",
1008
+ "OrderByReleaseDateDESC",
1009
+ "OrderByBestDiscountDESC",
1010
+ "OrderByPriceDESC",
1011
+ "OrderByPriceASC",
1012
+ "OrderByNameASC",
1013
+ "OrderByNameDESC",
1014
+ "OrderByScoreDESC",
1015
+ "OrderByReviewRateDESC"
1016
+ ],
1017
+ "nullable": true,
1018
+ "title": "Sort"
1019
+ }
1020
+ },
1021
+ "required": [
1022
+ "fq",
1023
+ "count"
1024
+ ]
1025
+ },
1026
+ {
1027
+ "type": "object",
1028
+ "properties": {
1029
+ "skuIds": {
1030
+ "type": "array",
1031
+ "items": {
1032
+ "type": "string"
1033
+ },
1034
+ "title": "SkuIds"
1035
+ }
1036
+ },
1037
+ "required": [
1038
+ "skuIds"
1039
+ ]
1040
+ },
1041
+ {
1042
+ "type": "object",
1043
+ "properties": {
1044
+ "productIds": {
1045
+ "type": "array",
1046
+ "items": {
1047
+ "type": "string"
1048
+ },
1049
+ "title": "ProductIds"
1050
+ }
1051
+ },
1052
+ "required": [
1053
+ "productIds"
1054
+ ]
1055
+ }
1056
+ ],
1057
+ "title": "Query"
1058
+ },
1059
+ "baseUrl": {
1060
+ "type": "string",
1061
+ "title": "BaseUrl"
1062
+ },
1063
+ "priceCurrency": {
1064
+ "type": "string",
1065
+ "nullable": true,
1066
+ "title": "PriceCurrency"
1067
+ }
1068
+ },
1069
+ "required": [
1070
+ "query",
1071
+ "baseUrl"
1072
+ ]
1073
+ };
1074
+ const s28: BlockPropsSchema = {
1075
+ "type": "object",
1076
+ "properties": {
1077
+ "url": {
1078
+ "type": "object",
1079
+ "hide": "true",
1080
+ "description": "URL of the page being rendered (used for filter links, pagination, etc.)",
1081
+ "title": "Url"
1082
+ },
1083
+ "term": {
1084
+ "type": "string",
1085
+ "nullable": true,
1086
+ "description": "Override the search term (path). Defaults to url.pathname",
1087
+ "title": "Term"
1088
+ },
1089
+ "count": {
1090
+ "type": "number",
1091
+ "nullable": true,
1092
+ "description": "Items per page",
1093
+ "title": "Count"
1094
+ },
1095
+ "page": {
1096
+ "type": "number",
1097
+ "nullable": true,
1098
+ "description": "Current page number (0-indexed internally; see pageOffset)",
1099
+ "title": "Page"
1100
+ },
1101
+ "pageOffset": {
1102
+ "type": "number",
1103
+ "nullable": true,
1104
+ "description": "Starting page offset. Defaults to 1.",
1105
+ "title": "PageOffset"
1106
+ },
1107
+ "sort": {
1108
+ "type": "string",
1109
+ "enum": [
1110
+ "",
1111
+ "OrderByTopSaleDESC",
1112
+ "OrderByReleaseDateDESC",
1113
+ "OrderByBestDiscountDESC",
1114
+ "OrderByPriceDESC",
1115
+ "OrderByPriceASC",
1116
+ "OrderByNameASC",
1117
+ "OrderByNameDESC",
1118
+ "OrderByScoreDESC",
1119
+ "OrderByReviewRateDESC"
1120
+ ],
1121
+ "nullable": true,
1122
+ "title": "Sort"
1123
+ },
1124
+ "ft": {
1125
+ "type": "string",
1126
+ "nullable": true,
1127
+ "description": "FullText search term",
1128
+ "title": "Ft"
1129
+ },
1130
+ "fq": {
1131
+ "type": "string",
1132
+ "nullable": true,
1133
+ "description": "Filter query",
1134
+ "title": "Fq"
1135
+ },
1136
+ "map": {
1137
+ "type": "string",
1138
+ "nullable": true,
1139
+ "description": "Map parameter",
1140
+ "title": "Map"
1141
+ },
1142
+ "filters": {
1143
+ "type": "string",
1144
+ "enum": [
1145
+ "dynamic",
1146
+ "static"
1147
+ ],
1148
+ "nullable": true,
1149
+ "description": "Filter behavior: dynamic (default) or static",
1150
+ "title": "Filters"
1151
+ },
1152
+ "baseUrl": {
1153
+ "type": "string",
1154
+ "description": "Base URL for building canonical/absolute links",
1155
+ "title": "BaseUrl"
1156
+ },
1157
+ "priceCurrency": {
1158
+ "type": "string",
1159
+ "nullable": true,
1160
+ "title": "PriceCurrency"
1161
+ },
1162
+ "useCollectionName": {
1163
+ "type": "boolean",
1164
+ "nullable": true,
1165
+ "description": "Use collection name as page title",
1166
+ "title": "UseCollectionName"
1167
+ },
1168
+ "ignoreCaseSelected": {
1169
+ "type": "boolean",
1170
+ "nullable": true,
1171
+ "description": "Ignore case when checking if a facet is selected",
1172
+ "title": "IgnoreCaseSelected"
1173
+ },
1174
+ "includeOriginalAttributes": {
1175
+ "type": "array",
1176
+ "items": {
1177
+ "type": "string"
1178
+ },
1179
+ "nullable": true,
1180
+ "title": "IncludeOriginalAttributes"
1181
+ }
1182
+ },
1183
+ "required": [
1184
+ "baseUrl"
1185
+ ]
1186
+ };
1187
+ const s29: BlockPropsSchema = {
1188
+ "type": "object",
1189
+ "properties": {
1190
+ "slug": {
1191
+ "type": "string",
1192
+ "nullable": true,
1193
+ "title": "Slug"
1194
+ },
1195
+ "productId": {
1196
+ "type": "string",
1197
+ "nullable": true,
1198
+ "title": "ProductId"
1199
+ },
1200
+ "crossSelling": {
1201
+ "type": "string",
1202
+ "enum": [
1203
+ "similars",
1204
+ "suggestions",
1205
+ "accessories",
1206
+ "whosawalsosaw",
1207
+ "whosawalsobought",
1208
+ "whoboughtalsobought",
1209
+ "showtogether"
1210
+ ],
1211
+ "nullable": true,
1212
+ "title": "CrossSelling"
1213
+ },
1214
+ "count": {
1215
+ "type": "number",
1216
+ "nullable": true,
1217
+ "title": "Count"
1218
+ },
1219
+ "hideUnavailableItems": {
1220
+ "type": "boolean",
1221
+ "nullable": true,
1222
+ "title": "HideUnavailableItems"
1223
+ }
1224
+ }
1225
+ };
1226
+ const s30: BlockPropsSchema = {
1227
+ "type": "object",
1228
+ "properties": {
1229
+ "query": {
1230
+ "type": "string",
1231
+ "nullable": true,
1232
+ "title": "Query"
1233
+ },
1234
+ "count": {
1235
+ "type": "number",
1236
+ "nullable": true,
1237
+ "description": "Max results. Defaults to 4.",
1238
+ "title": "Count"
1239
+ }
1240
+ }
1241
+ };
1242
+ const s31: BlockPropsSchema = {
1243
+ "description": "Get a single sales channel by ID (public API).",
1244
+ "type": "object",
1245
+ "additionalProperties": true
1246
+ };
1247
+ const s32: BlockPropsSchema = {
1248
+ "description": "List all configured pickup points (private API — requires appKey/appToken).",
1249
+ "type": "object",
1250
+ "properties": {}
1251
+ };
1252
+ const s33: BlockPropsSchema = {
1253
+ "description": "Search pickup points near a geographic location (public API).\nPass either `geoCoordinates` (lon/lat array) **or** `postalCode` + `countryCode`.",
1254
+ "type": "object",
1255
+ "properties": {
1256
+ "geoCoordinates": {
1257
+ "type": "array",
1258
+ "items": {
1259
+ "type": "number"
1260
+ },
1261
+ "nullable": true,
1262
+ "title": "GeoCoordinates"
1263
+ },
1264
+ "postalCode": {
1265
+ "type": "string",
1266
+ "nullable": true,
1267
+ "title": "PostalCode"
1268
+ },
1269
+ "countryCode": {
1270
+ "type": "string",
1271
+ "nullable": true,
1272
+ "title": "CountryCode"
1273
+ }
1274
+ }
1275
+ };
1276
+ const s34: BlockPropsSchema = {
1277
+ "description": "List all sales channels (private API — requires appKey/appToken).",
1278
+ "type": "object",
1279
+ "properties": {}
1280
+ };
1281
+ const s35: BlockPropsSchema = {
1282
+ "description": "List inventory balances for a SKU across all warehouses.",
1283
+ "type": "object",
1284
+ "additionalProperties": true
1285
+ };
1286
+ const s36: BlockPropsSchema = {
1287
+ "type": "object",
1288
+ "properties": {
1289
+ "freeShippingTarget": {
1290
+ "type": "number",
1291
+ "nullable": true,
1292
+ "description": "Free-shipping threshold in major units. `0` disables the progress bar.",
1293
+ "title": "FreeShippingTarget"
1294
+ },
1295
+ "locale": {
1296
+ "type": "string",
1297
+ "nullable": true,
1298
+ "description": "Override the OrderForm's locale (BCP-47, e.g. `\"pt-BR\"`).",
1299
+ "title": "Locale"
1300
+ },
1301
+ "checkoutHref": {
1302
+ "type": "string",
1303
+ "nullable": true,
1304
+ "description": "Where the checkout button sends the user. Default: `/checkout`.",
1305
+ "title": "CheckoutHref"
1306
+ },
1307
+ "enableCoupon": {
1308
+ "type": "boolean",
1309
+ "nullable": true,
1310
+ "description": "Whether the UI should expose the coupon input. Default: `true`.",
1311
+ "title": "EnableCoupon"
1312
+ }
1313
+ }
1314
+ };
1315
+ const s37: BlockPropsSchema = {
1316
+ "description": "Fetch the category tree and transform it into an array of\n`SiteNavigationElement` nodes suitable for navigation menus.",
1317
+ "type": "object",
1318
+ "additionalProperties": true
1319
+ };
1320
+ const s38: BlockPropsSchema = {
1321
+ "description": "Fetch a single user order by its ID.\nThe user must be authenticated or the caller must have OMS permissions.",
1322
+ "type": "object",
1323
+ "additionalProperties": true
1324
+ };
1325
+ const s39: BlockPropsSchema = {
1326
+ "description": "Fetch order details for the order-placed / confirmation page.\n\nAccepts either:\n - An **order group ID** (no hyphen) → returns all orders in the group\n - A single **order ID** (contains hyphen) → returns that order wrapped in an array\n\nThe caller must supply an `authCookie` containing at least the\nVtexIdclientAutCookie, CheckoutDataAccess, and Vtex_CHKO_Auth cookies\nthat VTEX sets after checkout.\n\nPorted from deco-cx/apps:\n vtex/loaders/orderplaced.ts",
1327
+ "type": "object",
1328
+ "additionalProperties": true
1329
+ };
1330
+ const s40: BlockPropsSchema = {
1331
+ "description": "List orders for a given client e-mail.\nThe user must be authenticated or the caller must have OMS permissions.",
1332
+ "type": "object",
1333
+ "properties": {
1334
+ "clientEmail": {
1335
+ "type": "string",
1336
+ "title": "ClientEmail"
1337
+ },
1338
+ "page": {
1339
+ "type": "string",
1340
+ "nullable": true,
1341
+ "title": "Page"
1342
+ },
1343
+ "perPage": {
1344
+ "type": "string",
1345
+ "nullable": true,
1346
+ "title": "PerPage"
1347
+ }
1348
+ },
1349
+ "required": [
1350
+ "clientEmail"
1351
+ ]
1352
+ };
1353
+ const s41: BlockPropsSchema = {
1354
+ "description": "Resolve a URL path to a VTEX page type.",
1355
+ "type": "object",
1356
+ "additionalProperties": true
1357
+ };
1358
+ const s42: BlockPropsSchema = {
1359
+ "description": "List available payment systems for the authenticated user.\nRequires a valid VTEX auth cookie.",
1360
+ "type": "object",
1361
+ "additionalProperties": true
1362
+ };
1363
+ const s43: BlockPropsSchema = {
1364
+ "description": "List saved payment methods for the authenticated user.\nRequires a valid VTEX auth cookie.",
1365
+ "type": "object",
1366
+ "additionalProperties": true
1367
+ };
1368
+ const s44: BlockPropsSchema = {
1369
+ "type": "object",
1370
+ "properties": {
1371
+ "props": {
1372
+ "anyOf": [
1373
+ {
1374
+ "type": "object",
1375
+ "properties": {
1376
+ "collection": {
1377
+ "type": "string",
1378
+ "description": "VTEX product cluster id (e.g. `\"150\"`).",
1379
+ "title": "Collection"
1380
+ },
1381
+ "count": {
1382
+ "type": "number",
1383
+ "nullable": true,
1384
+ "title": "Count"
1385
+ },
1386
+ "sort": {
1387
+ "type": "string",
1388
+ "nullable": true,
1389
+ "title": "Sort"
1390
+ },
1391
+ "hideUnavailableItems": {
1392
+ "type": "boolean",
1393
+ "nullable": true,
1394
+ "title": "HideUnavailableItems"
1395
+ }
1396
+ },
1397
+ "required": [
1398
+ "collection"
1399
+ ],
1400
+ "title": "Collection ID"
1401
+ },
1402
+ {
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "query": {
1406
+ "type": "string",
1407
+ "title": "Query"
1408
+ },
1409
+ "count": {
1410
+ "type": "number",
1411
+ "nullable": true,
1412
+ "title": "Count"
1413
+ },
1414
+ "sort": {
1415
+ "type": "string",
1416
+ "nullable": true,
1417
+ "title": "Sort"
1418
+ },
1419
+ "fuzzy": {
1420
+ "type": "string",
1421
+ "nullable": true,
1422
+ "description": "Pass either a raw IS fuzzy value (`\"0\" | \"1\" | \"auto\"`) or call `mapLabelledFuzzyToFuzzy()`.",
1423
+ "title": "Fuzzy"
1424
+ },
1425
+ "hideUnavailableItems": {
1426
+ "type": "boolean",
1427
+ "nullable": true,
1428
+ "title": "HideUnavailableItems"
1429
+ }
1430
+ },
1431
+ "required": [
1432
+ "query"
1433
+ ],
1434
+ "title": "Keyword Search"
1435
+ },
1436
+ {
1437
+ "type": "object",
1438
+ "properties": {
1439
+ "ids": {
1440
+ "type": "array",
1441
+ "items": {
1442
+ "type": "string"
1443
+ },
1444
+ "title": "Ids"
1445
+ },
1446
+ "hideUnavailableItems": {
1447
+ "type": "boolean",
1448
+ "nullable": true,
1449
+ "title": "HideUnavailableItems"
1450
+ }
1451
+ },
1452
+ "required": [
1453
+ "ids"
1454
+ ],
1455
+ "title": "Product IDs"
1456
+ },
1457
+ {
1458
+ "type": "object",
1459
+ "properties": {
1460
+ "query": {
1461
+ "type": "string",
1462
+ "nullable": true,
1463
+ "title": "Query"
1464
+ },
1465
+ "facets": {
1466
+ "type": "string",
1467
+ "description": "Facets path (e.g. `category-1/moda-feminina/category-2/calcados`).",
1468
+ "title": "Facets"
1469
+ },
1470
+ "count": {
1471
+ "type": "number",
1472
+ "nullable": true,
1473
+ "title": "Count"
1474
+ },
1475
+ "sort": {
1476
+ "type": "string",
1477
+ "nullable": true,
1478
+ "title": "Sort"
1479
+ },
1480
+ "hideUnavailableItems": {
1481
+ "type": "boolean",
1482
+ "nullable": true,
1483
+ "title": "HideUnavailableItems"
1484
+ }
1485
+ },
1486
+ "required": [
1487
+ "facets"
1488
+ ],
1489
+ "title": "Advanced Facets"
1490
+ }
1491
+ ],
1492
+ "nullable": true,
1493
+ "title": "Props"
1494
+ }
1495
+ }
1496
+ };
1497
+ const s45: BlockPropsSchema = {
1498
+ "description": "Fetch the full profile for the currently authenticated user.\nRequires a valid VTEX auth cookie.",
1499
+ "type": "object",
1500
+ "additionalProperties": true
1501
+ };
1502
+ const s46: BlockPropsSchema = {
1503
+ "description": "Fetch a checkout profile by e-mail.\nRequires a valid VTEX auth cookie.",
1504
+ "type": "object",
1505
+ "additionalProperties": true
1506
+ };
1507
+ const s47: BlockPropsSchema = {
1508
+ "description": "Fetch a promotion / calculator-configuration by its ID.\n\nNote: uses the **pvt** (private) endpoint — requires appKey/appToken\nor a valid authentication cookie.",
1509
+ "type": "object",
1510
+ "additionalProperties": true
1511
+ };
1512
+ const s48: BlockPropsSchema = {
1513
+ "description": "Search for products by free-text term and return a list of\n`{ value (SKU ID), label, image }` options.\n\nHits the IS autocomplete_suggestions endpoint.",
1514
+ "type": "object",
1515
+ "additionalProperties": true
1516
+ };
1517
+ const s49: BlockPropsSchema = {
1518
+ "description": "Fetch the top searches from Intelligent Search.",
1519
+ "type": "object",
1520
+ "additionalProperties": true
1521
+ };
1522
+ const s50: BlockPropsSchema = {
1523
+ "description": "Validate whether a product search returns results.\n\nRuns the given search parameters against Intelligent Search.\nIf no results are found and the props include facets, retries\nthe search without facets.\n\nReturns the raw IS response or `null` when nothing is found.",
1524
+ "type": "object",
1525
+ "properties": {
1526
+ "query": {
1527
+ "type": "string",
1528
+ "nullable": true,
1529
+ "title": "Query"
1530
+ },
1531
+ "facets": {
1532
+ "type": "string",
1533
+ "nullable": true,
1534
+ "title": "Facets"
1535
+ },
1536
+ "sort": {
1537
+ "type": "string",
1538
+ "nullable": true,
1539
+ "title": "Sort"
1540
+ },
1541
+ "count": {
1542
+ "type": "number",
1543
+ "nullable": true,
1544
+ "title": "Count"
1545
+ },
1546
+ "page": {
1547
+ "type": "number",
1548
+ "nullable": true,
1549
+ "title": "Page"
1550
+ },
1551
+ "locale": {
1552
+ "type": "string",
1553
+ "nullable": true,
1554
+ "title": "Locale"
1555
+ }
1556
+ }
1557
+ };
1558
+ const s51: BlockPropsSchema = {
1559
+ "description": "Fetch the current session data.",
1560
+ "type": "object",
1561
+ "additionalProperties": true
1562
+ };
1563
+ const s52: BlockPropsSchema = {
1564
+ "description": "Fetch all active login sessions for the currently authenticated user.\nRequires a valid VTEX auth cookie.",
1565
+ "type": "object",
1566
+ "additionalProperties": true
1567
+ };
1568
+ const s53: BlockPropsSchema = {
1569
+ "description": "Fetch the authenticated user as a Schema.org-style `Person`.\nReturns `null` when no valid session exists or the query fails.",
1570
+ "type": "object",
1571
+ "additionalProperties": true
1572
+ };
1573
+ const s54: BlockPropsSchema = {
1574
+ "description": "Fetch the wishlist for a given shopper.\nRequires a valid VTEX auth cookie.",
1575
+ "type": "object",
1576
+ "additionalProperties": true
1577
+ };
1578
+ const s55: BlockPropsSchema = {
1579
+ "type": "object",
1580
+ "properties": {
1581
+ "count": {
1582
+ "type": "number",
1583
+ "nullable": true,
1584
+ "description": "Items per page",
1585
+ "default": 12,
1586
+ "title": "Count"
1587
+ },
1588
+ "offset": {
1589
+ "type": "number",
1590
+ "enum": [
1591
+ 0,
1592
+ 1
1593
+ ],
1594
+ "nullable": true,
1595
+ "description": "1 to start from index 1",
1596
+ "default": 0,
1597
+ "title": "Offset"
1598
+ },
1599
+ "authCookie": {
1600
+ "type": "string",
1601
+ "description": "The user's auth cookie string",
1602
+ "title": "AuthCookie"
1603
+ },
1604
+ "shopperId": {
1605
+ "type": "string",
1606
+ "description": "The user's shopper ID (email)",
1607
+ "title": "ShopperId"
1608
+ },
1609
+ "url": {
1610
+ "type": "string",
1611
+ "description": "Current page URL (for pagination links)",
1612
+ "title": "Url"
1613
+ }
1614
+ },
1615
+ "required": [
1616
+ "authCookie",
1617
+ "shopperId",
1618
+ "url"
1619
+ ]
1620
+ };
1621
+ const s56: BlockPropsSchema = {
1622
+ "type": "object",
1623
+ "properties": {
1624
+ "props": {
1625
+ "type": "object",
1626
+ "properties": {
1627
+ "query": {
1628
+ "type": "string",
1629
+ "nullable": true,
1630
+ "title": "Query"
1631
+ },
1632
+ "count": {
1633
+ "type": "number",
1634
+ "nullable": true,
1635
+ "title": "Count"
1636
+ },
1637
+ "sort": {
1638
+ "type": "string",
1639
+ "nullable": true,
1640
+ "title": "Sort"
1641
+ },
1642
+ "collection": {
1643
+ "type": "string",
1644
+ "nullable": true,
1645
+ "title": "Collection"
1646
+ }
1647
+ },
1648
+ "nullable": true,
1649
+ "title": "Props"
1650
+ },
1651
+ "page": {
1652
+ "type": "number",
1653
+ "nullable": true,
1654
+ "title": "Page"
1655
+ },
1656
+ "pagesize": {
1657
+ "type": "number",
1658
+ "nullable": true,
1659
+ "title": "Pagesize"
1660
+ }
1661
+ }
1662
+ };
1663
+ const s57: BlockPropsSchema = {
1664
+ "description": "Transform a single VTEX SKU (via private Catalog API) into a commerce Product.\n\nFetches the SKU details, all sibling SKUs for the same product, sales channels,\nand runs checkout simulation for each seller to build offer data.\n\nPorted from: vtex/loaders/workflow/product.ts",
1665
+ "type": "object",
1666
+ "properties": {
1667
+ "productID": {
1668
+ "type": "string",
1669
+ "description": "The SKU ID (stockKeepingUnitId) to load",
1670
+ "title": "ProductID"
1671
+ },
1672
+ "salesChannel": {
1673
+ "type": "number",
1674
+ "nullable": true,
1675
+ "description": "Sales channel for simulation. Defaults to 1.",
1676
+ "title": "SalesChannel"
1677
+ }
1678
+ },
1679
+ "required": [
1680
+ "productID"
1681
+ ]
1682
+ };
1683
+ const s58: BlockPropsSchema = {
1684
+ "description": "Fetch a page of SKU IDs and return minimal Product stubs.\nUse in batch workflows to enumerate the catalog; call workflowProduct\nfor each ID if full details are needed.\n\nPorted from: vtex/loaders/workflow/products.ts",
1685
+ "type": "object",
1686
+ "properties": {
1687
+ "page": {
1688
+ "type": "number",
1689
+ "title": "Page"
1690
+ },
1691
+ "pagesize": {
1692
+ "type": "number",
1693
+ "title": "Pagesize"
1694
+ }
1695
+ },
1696
+ "required": [
1697
+ "page",
1698
+ "pagesize"
1699
+ ]
1700
+ };
1701
+ const s59: BlockPropsSchema = {
1702
+ "description": "Create a new user address. Requires the user's VtexIdclientAutCookie token.",
1703
+ "type": "object",
1704
+ "properties": {
1705
+ "addressName": {
1706
+ "type": "string",
1707
+ "title": "AddressName"
1708
+ },
1709
+ "addressType": {
1710
+ "type": "string",
1711
+ "nullable": true,
1712
+ "title": "AddressType"
1713
+ },
1714
+ "city": {
1715
+ "type": "string",
1716
+ "nullable": true,
1717
+ "title": "City"
1718
+ },
1719
+ "complement": {
1720
+ "type": "string",
1721
+ "nullable": true,
1722
+ "title": "Complement"
1723
+ },
1724
+ "country": {
1725
+ "type": "string",
1726
+ "nullable": true,
1727
+ "title": "Country"
1728
+ },
1729
+ "geoCoordinates": {
1730
+ "type": "array",
1731
+ "items": {
1732
+ "type": "number"
1733
+ },
1734
+ "nullable": true,
1735
+ "title": "GeoCoordinates"
1736
+ },
1737
+ "neighborhood": {
1738
+ "type": "string",
1739
+ "nullable": true,
1740
+ "title": "Neighborhood"
1741
+ },
1742
+ "number": {
1743
+ "type": "string",
1744
+ "nullable": true,
1745
+ "title": "Number"
1746
+ },
1747
+ "postalCode": {
1748
+ "type": "string",
1749
+ "nullable": true,
1750
+ "title": "PostalCode"
1751
+ },
1752
+ "receiverName": {
1753
+ "type": "string",
1754
+ "nullable": true,
1755
+ "title": "ReceiverName"
1756
+ },
1757
+ "reference": {
1758
+ "type": "string",
1759
+ "nullable": true,
1760
+ "title": "Reference"
1761
+ },
1762
+ "state": {
1763
+ "type": "string",
1764
+ "nullable": true,
1765
+ "title": "State"
1766
+ },
1767
+ "street": {
1768
+ "type": "string",
1769
+ "nullable": true,
1770
+ "title": "Street"
1771
+ }
1772
+ },
1773
+ "required": [
1774
+ "addressName"
1775
+ ]
1776
+ };
1777
+ const s60: BlockPropsSchema = {
1778
+ "description": "Delete an address by its ID. Returns remaining addresses.",
1779
+ "type": "object",
1780
+ "additionalProperties": true
1781
+ };
1782
+ const s61: BlockPropsSchema = {
1783
+ "description": "Update an existing address. Returns the updated address.",
1784
+ "type": "object",
1785
+ "additionalProperties": true
1786
+ };
1787
+ const s62: BlockPropsSchema = {
1788
+ "description": "Passwordless sign-in via email access key.",
1789
+ "type": "object",
1790
+ "properties": {
1791
+ "email": {
1792
+ "type": "string",
1793
+ "title": "Email"
1794
+ },
1795
+ "accessKey": {
1796
+ "type": "string",
1797
+ "title": "AccessKey"
1798
+ },
1799
+ "authenticationToken": {
1800
+ "type": "string",
1801
+ "title": "AuthenticationToken"
1802
+ }
1803
+ },
1804
+ "required": [
1805
+ "email",
1806
+ "accessKey",
1807
+ "authenticationToken"
1808
+ ]
1809
+ };
1810
+ const s63: BlockPropsSchema = {
1811
+ "description": "Classic email + password sign-in.\nCalls startAuthentication internally if no authenticationToken provided.\nSet-Cookie headers from both calls are forwarded via RequestContext.responseHeaders.",
1812
+ "type": "object",
1813
+ "properties": {
1814
+ "email": {
1815
+ "type": "string",
1816
+ "title": "Email"
1817
+ },
1818
+ "password": {
1819
+ "type": "string",
1820
+ "title": "Password"
1821
+ },
1822
+ "authenticationToken": {
1823
+ "type": "string",
1824
+ "nullable": true,
1825
+ "title": "AuthenticationToken"
1826
+ }
1827
+ },
1828
+ "required": [
1829
+ "email",
1830
+ "password"
1831
+ ]
1832
+ };
1833
+ const s64: BlockPropsSchema = {
1834
+ "description": "Extract login cookies from an AuthResponse.\nReturns null if auth failed.",
1835
+ "type": "object",
1836
+ "properties": {
1837
+ "authStatus": {
1838
+ "type": "string",
1839
+ "title": "AuthStatus"
1840
+ },
1841
+ "promptMFA": {
1842
+ "type": "boolean",
1843
+ "title": "PromptMFA"
1844
+ },
1845
+ "clientToken": {
1846
+ "type": "string",
1847
+ "nullable": true,
1848
+ "title": "ClientToken"
1849
+ },
1850
+ "authCookie": {
1851
+ "type": "object",
1852
+ "properties": {
1853
+ "Name": {
1854
+ "type": "string",
1855
+ "title": "Name"
1856
+ },
1857
+ "Value": {
1858
+ "type": "string",
1859
+ "title": "Value"
1860
+ }
1861
+ },
1862
+ "required": [
1863
+ "Name",
1864
+ "Value"
1865
+ ],
1866
+ "nullable": true,
1867
+ "title": "AuthCookie"
1868
+ },
1869
+ "accountAuthCookie": {
1870
+ "type": "object",
1871
+ "properties": {
1872
+ "Name": {
1873
+ "type": "string",
1874
+ "title": "Name"
1875
+ },
1876
+ "Value": {
1877
+ "type": "string",
1878
+ "title": "Value"
1879
+ }
1880
+ },
1881
+ "required": [
1882
+ "Name",
1883
+ "Value"
1884
+ ],
1885
+ "nullable": true,
1886
+ "title": "AccountAuthCookie"
1887
+ },
1888
+ "expiresIn": {
1889
+ "type": "number",
1890
+ "title": "ExpiresIn"
1891
+ },
1892
+ "userId": {
1893
+ "type": "string",
1894
+ "nullable": true,
1895
+ "title": "UserId"
1896
+ },
1897
+ "phoneNumber": {
1898
+ "type": "string",
1899
+ "nullable": true,
1900
+ "title": "PhoneNumber"
1901
+ },
1902
+ "scope": {
1903
+ "type": "string",
1904
+ "nullable": true,
1905
+ "title": "Scope"
1906
+ }
1907
+ },
1908
+ "required": [
1909
+ "authStatus",
1910
+ "promptMFA",
1911
+ "clientToken",
1912
+ "authCookie",
1913
+ "accountAuthCookie",
1914
+ "expiresIn",
1915
+ "userId",
1916
+ "phoneNumber",
1917
+ "scope"
1918
+ ]
1919
+ };
1920
+ const s65: BlockPropsSchema = {
1921
+ "description": "Logout — returns list of cookie names that must be cleared (Max-Age=0).",
1922
+ "type": "object",
1923
+ "properties": {}
1924
+ };
1925
+ const s66: BlockPropsSchema = {
1926
+ "description": "Sets a new password using an email access key (password-recovery flow).",
1927
+ "type": "object",
1928
+ "properties": {
1929
+ "email": {
1930
+ "type": "string",
1931
+ "title": "Email"
1932
+ },
1933
+ "newPassword": {
1934
+ "type": "string",
1935
+ "title": "NewPassword"
1936
+ },
1937
+ "accessKey": {
1938
+ "type": "string",
1939
+ "title": "AccessKey"
1940
+ },
1941
+ "authenticationToken": {
1942
+ "type": "string",
1943
+ "title": "AuthenticationToken"
1944
+ },
1945
+ "locale": {
1946
+ "type": "string",
1947
+ "nullable": true,
1948
+ "title": "Locale"
1949
+ }
1950
+ },
1951
+ "required": [
1952
+ "email",
1953
+ "newPassword",
1954
+ "accessKey",
1955
+ "authenticationToken"
1956
+ ]
1957
+ };
1958
+ const s67: BlockPropsSchema = {
1959
+ "description": "Refreshes the VTEX auth token using existing session cookies.\nCookies are read automatically from RequestContext.",
1960
+ "type": "object",
1961
+ "properties": {
1962
+ "fingerprint": {
1963
+ "type": "string",
1964
+ "nullable": true,
1965
+ "title": "Fingerprint"
1966
+ }
1967
+ },
1968
+ "nullable": true
1969
+ };
1970
+ const s68: BlockPropsSchema = {
1971
+ "description": "Resets password for an already-authenticated user.\nCalls startAuthentication internally if no authenticationToken provided.\nSet-Cookie headers from both calls are forwarded via RequestContext.responseHeaders.",
1972
+ "type": "object",
1973
+ "properties": {
1974
+ "email": {
1975
+ "type": "string",
1976
+ "title": "Email"
1977
+ },
1978
+ "currentPassword": {
1979
+ "type": "string",
1980
+ "title": "CurrentPassword"
1981
+ },
1982
+ "newPassword": {
1983
+ "type": "string",
1984
+ "title": "NewPassword"
1985
+ },
1986
+ "authenticationToken": {
1987
+ "type": "string",
1988
+ "nullable": true,
1989
+ "title": "AuthenticationToken"
1990
+ },
1991
+ "locale": {
1992
+ "type": "string",
1993
+ "nullable": true,
1994
+ "title": "Locale"
1995
+ }
1996
+ },
1997
+ "required": [
1998
+ "email",
1999
+ "currentPassword",
2000
+ "newPassword"
2001
+ ]
2002
+ };
2003
+ const s69: BlockPropsSchema = {
2004
+ "description": "Sends an access-key verification email.\nCalls startAuthentication internally if no authenticationToken provided.\nReturns { success, authenticationToken }.",
2005
+ "type": "object",
2006
+ "properties": {
2007
+ "email": {
2008
+ "type": "string",
2009
+ "title": "Email"
2010
+ },
2011
+ "authenticationToken": {
2012
+ "type": "string",
2013
+ "nullable": true,
2014
+ "title": "AuthenticationToken"
2015
+ },
2016
+ "locale": {
2017
+ "type": "string",
2018
+ "nullable": true,
2019
+ "title": "Locale"
2020
+ },
2021
+ "parentAppId": {
2022
+ "type": "string",
2023
+ "nullable": true,
2024
+ "title": "ParentAppId"
2025
+ }
2026
+ },
2027
+ "required": [
2028
+ "email"
2029
+ ]
2030
+ };
2031
+ const s70: BlockPropsSchema = {
2032
+ "type": "object",
2033
+ "properties": {
2034
+ "callbackUrl": {
2035
+ "type": "string",
2036
+ "nullable": true,
2037
+ "title": "CallbackUrl"
2038
+ },
2039
+ "returnUrl": {
2040
+ "type": "string",
2041
+ "nullable": true,
2042
+ "title": "ReturnUrl"
2043
+ },
2044
+ "locale": {
2045
+ "type": "string",
2046
+ "nullable": true,
2047
+ "title": "Locale"
2048
+ },
2049
+ "appStart": {
2050
+ "type": "boolean",
2051
+ "nullable": true,
2052
+ "title": "AppStart"
2053
+ }
2054
+ },
2055
+ "nullable": true
2056
+ };
2057
+ const s71: BlockPropsSchema = {
2058
+ "type": "object",
2059
+ "properties": {
2060
+ "orderFormId": {
2061
+ "type": "string",
2062
+ "title": "OrderFormId"
2063
+ },
2064
+ "text": {
2065
+ "type": "string",
2066
+ "title": "Text"
2067
+ }
2068
+ },
2069
+ "required": [
2070
+ "orderFormId",
2071
+ "text"
2072
+ ]
2073
+ };
2074
+ const s72: BlockPropsSchema = {
2075
+ "type": "object",
2076
+ "properties": {
2077
+ "orderFormId": {
2078
+ "type": "string",
2079
+ "title": "OrderFormId"
2080
+ },
2081
+ "orderItems": {
2082
+ "type": "array",
2083
+ "items": {
2084
+ "type": "object",
2085
+ "properties": {
2086
+ "id": {
2087
+ "type": "string",
2088
+ "title": "Id"
2089
+ },
2090
+ "seller": {
2091
+ "type": "string",
2092
+ "title": "Seller"
2093
+ },
2094
+ "quantity": {
2095
+ "type": "number",
2096
+ "title": "Quantity"
2097
+ },
2098
+ "index": {
2099
+ "type": "number",
2100
+ "nullable": true,
2101
+ "title": "Index"
2102
+ },
2103
+ "price": {
2104
+ "type": "number",
2105
+ "nullable": true,
2106
+ "title": "Price"
2107
+ }
2108
+ },
2109
+ "required": [
2110
+ "id",
2111
+ "seller",
2112
+ "quantity"
2113
+ ]
2114
+ },
2115
+ "title": "OrderItems"
2116
+ },
2117
+ "allowedOutdatedData": {
2118
+ "type": "array",
2119
+ "items": {
2120
+ "type": "string"
2121
+ },
2122
+ "nullable": true,
2123
+ "title": "AllowedOutdatedData"
2124
+ }
2125
+ },
2126
+ "required": [
2127
+ "orderFormId",
2128
+ "orderItems"
2129
+ ]
2130
+ };
2131
+ const s73: BlockPropsSchema = {
2132
+ "type": "object",
2133
+ "properties": {
2134
+ "orderFormId": {
2135
+ "type": "string",
2136
+ "title": "OrderFormId"
2137
+ },
2138
+ "itemIndex": {
2139
+ "type": "number",
2140
+ "title": "ItemIndex"
2141
+ },
2142
+ "offeringId": {
2143
+ "anyOf": [
2144
+ {
2145
+ "type": "string"
2146
+ },
2147
+ {
2148
+ "type": "number"
2149
+ }
2150
+ ],
2151
+ "title": "OfferingId"
2152
+ },
2153
+ "expectedOrderFormSections": {
2154
+ "type": "array",
2155
+ "items": {
2156
+ "type": "string"
2157
+ },
2158
+ "nullable": true,
2159
+ "title": "ExpectedOrderFormSections"
2160
+ }
2161
+ },
2162
+ "required": [
2163
+ "orderFormId",
2164
+ "itemIndex",
2165
+ "offeringId"
2166
+ ]
2167
+ };
2168
+ const s74: BlockPropsSchema = {
2169
+ "type": "object",
2170
+ "properties": {
2171
+ "orderFormId": {
2172
+ "type": "string",
2173
+ "title": "OrderFormId"
2174
+ }
2175
+ },
2176
+ "required": [
2177
+ "orderFormId"
2178
+ ]
2179
+ };
2180
+ const s75: BlockPropsSchema = {
2181
+ "type": "object",
2182
+ "properties": {
2183
+ "orderFormId": {
2184
+ "type": "string",
2185
+ "title": "OrderFormId"
2186
+ },
2187
+ "paymentSystem": {
2188
+ "type": "number",
2189
+ "title": "PaymentSystem"
2190
+ }
2191
+ },
2192
+ "required": [
2193
+ "orderFormId",
2194
+ "paymentSystem"
2195
+ ]
2196
+ };
2197
+ const s76: BlockPropsSchema = {
2198
+ "type": "object",
2199
+ "properties": {
2200
+ "orderFormId": {
2201
+ "type": "string",
2202
+ "nullable": true,
2203
+ "title": "OrderFormId"
2204
+ }
2205
+ }
2206
+ };
2207
+ const s77: BlockPropsSchema = {
2208
+ "type": "object",
2209
+ "properties": {
2210
+ "postalCode": {
2211
+ "type": "string",
2212
+ "title": "PostalCode"
2213
+ },
2214
+ "salesChannel": {
2215
+ "type": "string",
2216
+ "nullable": true,
2217
+ "title": "SalesChannel"
2218
+ }
2219
+ },
2220
+ "required": [
2221
+ "postalCode"
2222
+ ]
2223
+ };
2224
+ const s78: BlockPropsSchema = {
2225
+ "type": "object",
2226
+ "properties": {
2227
+ "orderFormId": {
2228
+ "type": "string",
2229
+ "title": "OrderFormId"
2230
+ },
2231
+ "itemIndex": {
2232
+ "type": "number",
2233
+ "title": "ItemIndex"
2234
+ },
2235
+ "attachment": {
2236
+ "type": "string",
2237
+ "title": "Attachment"
2238
+ },
2239
+ "content": {
2240
+ "type": "object",
2241
+ "additionalProperties": {},
2242
+ "title": "Content"
2243
+ },
2244
+ "noSplitItem": {
2245
+ "type": "boolean",
2246
+ "nullable": true,
2247
+ "title": "NoSplitItem"
2248
+ },
2249
+ "expectedOrderFormSections": {
2250
+ "type": "array",
2251
+ "items": {
2252
+ "type": "string"
2253
+ },
2254
+ "nullable": true,
2255
+ "title": "ExpectedOrderFormSections"
2256
+ }
2257
+ },
2258
+ "required": [
2259
+ "orderFormId",
2260
+ "itemIndex",
2261
+ "attachment",
2262
+ "content"
2263
+ ]
2264
+ };
2265
+ const s79: BlockPropsSchema = {
2266
+ "type": "object",
2267
+ "properties": {
2268
+ "orderFormId": {
2269
+ "type": "string",
2270
+ "title": "OrderFormId"
2271
+ },
2272
+ "postalCode": {
2273
+ "type": "string",
2274
+ "title": "PostalCode"
2275
+ },
2276
+ "country": {
2277
+ "type": "string",
2278
+ "nullable": true,
2279
+ "title": "Country"
2280
+ }
2281
+ },
2282
+ "required": [
2283
+ "orderFormId",
2284
+ "postalCode"
2285
+ ]
2286
+ };
2287
+ const s80: BlockPropsSchema = {
2288
+ "type": "object",
2289
+ "properties": {
2290
+ "items": {
2291
+ "type": "array",
2292
+ "items": {
2293
+ "type": "object",
2294
+ "properties": {
2295
+ "id": {
2296
+ "anyOf": [
2297
+ {
2298
+ "type": "string"
2299
+ },
2300
+ {
2301
+ "type": "number"
2302
+ }
2303
+ ],
2304
+ "title": "Id"
2305
+ },
2306
+ "quantity": {
2307
+ "type": "number",
2308
+ "title": "Quantity"
2309
+ },
2310
+ "seller": {
2311
+ "type": "string",
2312
+ "title": "Seller"
2313
+ }
2314
+ },
2315
+ "required": [
2316
+ "id",
2317
+ "quantity",
2318
+ "seller"
2319
+ ]
2320
+ },
2321
+ "title": "Items"
2322
+ },
2323
+ "postalCode": {
2324
+ "type": "string",
2325
+ "title": "PostalCode"
2326
+ },
2327
+ "country": {
2328
+ "type": "string",
2329
+ "nullable": true,
2330
+ "title": "Country"
2331
+ },
2332
+ "RnbBehavior": {
2333
+ "type": "number",
2334
+ "enum": [
2335
+ 0,
2336
+ 1
2337
+ ],
2338
+ "nullable": true,
2339
+ "title": "RnbBehavior"
2340
+ }
2341
+ },
2342
+ "required": [
2343
+ "items",
2344
+ "postalCode"
2345
+ ]
2346
+ };
2347
+ const s81: BlockPropsSchema = {
2348
+ "type": "object",
2349
+ "properties": {
2350
+ "orderFormId": {
2351
+ "type": "string",
2352
+ "title": "OrderFormId"
2353
+ },
2354
+ "orderItems": {
2355
+ "type": "array",
2356
+ "items": {
2357
+ "type": "object",
2358
+ "properties": {
2359
+ "index": {
2360
+ "type": "number",
2361
+ "title": "Index"
2362
+ },
2363
+ "quantity": {
2364
+ "type": "number",
2365
+ "title": "Quantity"
2366
+ }
2367
+ },
2368
+ "required": [
2369
+ "index",
2370
+ "quantity"
2371
+ ]
2372
+ },
2373
+ "title": "OrderItems"
2374
+ },
2375
+ "allowedOutdatedData": {
2376
+ "type": "array",
2377
+ "items": {
2378
+ "type": "string"
2379
+ },
2380
+ "nullable": true,
2381
+ "title": "AllowedOutdatedData"
2382
+ },
2383
+ "noSplitItem": {
2384
+ "type": "boolean",
2385
+ "nullable": true,
2386
+ "title": "NoSplitItem"
2387
+ }
2388
+ },
2389
+ "required": [
2390
+ "orderFormId",
2391
+ "orderItems"
2392
+ ]
2393
+ };
2394
+ const s82: BlockPropsSchema = {
2395
+ "type": "object",
2396
+ "properties": {
2397
+ "orderFormId": {
2398
+ "type": "string",
2399
+ "title": "OrderFormId"
2400
+ },
2401
+ "itemIndex": {
2402
+ "type": "number",
2403
+ "title": "ItemIndex"
2404
+ },
2405
+ "price": {
2406
+ "type": "number",
2407
+ "title": "Price"
2408
+ }
2409
+ },
2410
+ "required": [
2411
+ "orderFormId",
2412
+ "itemIndex",
2413
+ "price"
2414
+ ]
2415
+ };
2416
+ const s83: BlockPropsSchema = {
2417
+ "type": "object",
2418
+ "properties": {
2419
+ "orderFormId": {
2420
+ "type": "string",
2421
+ "title": "OrderFormId"
2422
+ },
2423
+ "attachment": {
2424
+ "type": "string",
2425
+ "title": "Attachment"
2426
+ },
2427
+ "body": {
2428
+ "type": "object",
2429
+ "additionalProperties": {},
2430
+ "title": "Body"
2431
+ },
2432
+ "expectedOrderFormSections": {
2433
+ "type": "array",
2434
+ "items": {
2435
+ "type": "string"
2436
+ },
2437
+ "nullable": true,
2438
+ "title": "ExpectedOrderFormSections"
2439
+ }
2440
+ },
2441
+ "required": [
2442
+ "orderFormId",
2443
+ "attachment",
2444
+ "body"
2445
+ ]
2446
+ };
2447
+ const s84: BlockPropsSchema = {
2448
+ "type": "object",
2449
+ "properties": {
2450
+ "orderFormId": {
2451
+ "type": "string",
2452
+ "title": "OrderFormId"
2453
+ },
2454
+ "fields": {
2455
+ "type": "object",
2456
+ "additionalProperties": {},
2457
+ "title": "Fields"
2458
+ },
2459
+ "ignoreProfileData": {
2460
+ "type": "boolean",
2461
+ "nullable": true,
2462
+ "title": "IgnoreProfileData"
2463
+ }
2464
+ },
2465
+ "required": [
2466
+ "orderFormId",
2467
+ "fields"
2468
+ ]
2469
+ };
2470
+ const s85: BlockPropsSchema = {
2471
+ "type": "object",
2472
+ "properties": {
2473
+ "orderFormId": {
2474
+ "type": "string",
2475
+ "title": "OrderFormId"
2476
+ },
2477
+ "giftId": {
2478
+ "type": "string",
2479
+ "title": "GiftId"
2480
+ },
2481
+ "selectedGifts": {
2482
+ "type": "array",
2483
+ "items": {
2484
+ "type": "object",
2485
+ "properties": {
2486
+ "id": {
2487
+ "type": "string",
2488
+ "title": "Id"
2489
+ },
2490
+ "seller": {
2491
+ "type": "string",
2492
+ "title": "Seller"
2493
+ },
2494
+ "quantity": {
2495
+ "type": "number",
2496
+ "title": "Quantity"
2497
+ }
2498
+ },
2499
+ "required": [
2500
+ "id",
2501
+ "seller",
2502
+ "quantity"
2503
+ ]
2504
+ },
2505
+ "title": "SelectedGifts"
2506
+ },
2507
+ "expectedOrderFormSections": {
2508
+ "type": "array",
2509
+ "items": {
2510
+ "type": "string"
2511
+ },
2512
+ "nullable": true,
2513
+ "title": "ExpectedOrderFormSections"
2514
+ }
2515
+ },
2516
+ "required": [
2517
+ "orderFormId",
2518
+ "giftId",
2519
+ "selectedGifts"
2520
+ ]
2521
+ };
2522
+ const s86: BlockPropsSchema = {
2523
+ "type": "object",
2524
+ "properties": {
2525
+ "entity": {
2526
+ "type": "string",
2527
+ "title": "Entity"
2528
+ },
2529
+ "data": {
2530
+ "type": "object",
2531
+ "additionalProperties": {},
2532
+ "title": "Data"
2533
+ }
2534
+ },
2535
+ "required": [
2536
+ "entity",
2537
+ "data"
2538
+ ]
2539
+ };
2540
+ const s87: BlockPropsSchema = {
2541
+ "type": "object",
2542
+ "properties": {
2543
+ "entity": {
2544
+ "type": "string",
2545
+ "title": "Entity"
2546
+ },
2547
+ "documentId": {
2548
+ "type": "string",
2549
+ "title": "DocumentId"
2550
+ }
2551
+ },
2552
+ "required": [
2553
+ "entity",
2554
+ "documentId"
2555
+ ]
2556
+ };
2557
+ const s88: BlockPropsSchema = {
2558
+ "type": "object",
2559
+ "properties": {
2560
+ "entity": {
2561
+ "type": "string",
2562
+ "title": "Entity"
2563
+ },
2564
+ "documentId": {
2565
+ "type": "string",
2566
+ "title": "DocumentId"
2567
+ },
2568
+ "data": {
2569
+ "type": "object",
2570
+ "additionalProperties": {},
2571
+ "title": "Data"
2572
+ }
2573
+ },
2574
+ "required": [
2575
+ "entity",
2576
+ "documentId",
2577
+ "data"
2578
+ ]
2579
+ };
2580
+ const s89: BlockPropsSchema = {
2581
+ "description": "Simple search — kept for backward compat.",
2582
+ "type": "object",
2583
+ "properties": {
2584
+ "entity": {
2585
+ "type": "string",
2586
+ "title": "Entity"
2587
+ },
2588
+ "filter": {
2589
+ "type": "string",
2590
+ "title": "Filter"
2591
+ }
2592
+ },
2593
+ "required": [
2594
+ "entity",
2595
+ "filter"
2596
+ ]
2597
+ };
2598
+ const s90: BlockPropsSchema = {
2599
+ "type": "object",
2600
+ "properties": {
2601
+ "acronym": {
2602
+ "type": "string",
2603
+ "title": "Acronym"
2604
+ },
2605
+ "fields": {
2606
+ "type": "string",
2607
+ "nullable": true,
2608
+ "title": "Fields"
2609
+ },
2610
+ "where": {
2611
+ "type": "string",
2612
+ "nullable": true,
2613
+ "title": "Where"
2614
+ },
2615
+ "sort": {
2616
+ "type": "string",
2617
+ "nullable": true,
2618
+ "title": "Sort"
2619
+ },
2620
+ "take": {
2621
+ "type": "number",
2622
+ "nullable": true,
2623
+ "default": "10 (max 100)",
2624
+ "title": "Take"
2625
+ },
2626
+ "skip": {
2627
+ "type": "number",
2628
+ "nullable": true,
2629
+ "default": 0,
2630
+ "title": "Skip"
2631
+ }
2632
+ },
2633
+ "required": [
2634
+ "acronym"
2635
+ ],
2636
+ "description": "Full MasterData search with pagination, field selection, and sorting.\nPorted from deco-cx/apps vtex/loaders/masterdata/searchDocuments.ts",
2637
+ "see": "://developers.vtex.com/docs/api-reference/masterdata-api#get-/api/dataentities/-acronym-/search"
2638
+ };
2639
+ const s91: BlockPropsSchema = {
2640
+ "description": "Upload a file attachment to a MasterData document.\nUses the VTEX MasterData attachment API with appKey/appToken auth.",
2641
+ "type": "object",
2642
+ "properties": {
2643
+ "entity": {
2644
+ "type": "string",
2645
+ "title": "Entity"
2646
+ },
2647
+ "documentId": {
2648
+ "type": "string",
2649
+ "title": "DocumentId"
2650
+ },
2651
+ "field": {
2652
+ "type": "string",
2653
+ "title": "Field"
2654
+ },
2655
+ "fileName": {
2656
+ "type": "string",
2657
+ "title": "FileName"
2658
+ },
2659
+ "fileBase64": {
2660
+ "type": "string",
2661
+ "description": "Base64-encoded file content",
2662
+ "title": "FileBase64"
2663
+ },
2664
+ "contentType": {
2665
+ "type": "string",
2666
+ "title": "ContentType"
2667
+ }
2668
+ },
2669
+ "required": [
2670
+ "entity",
2671
+ "documentId",
2672
+ "field",
2673
+ "fileName",
2674
+ "fileBase64",
2675
+ "contentType"
2676
+ ]
2677
+ };
2678
+ const s92: BlockPropsSchema = {
2679
+ "description": "Delete a saved payment token (credit card) for the authenticated user.\nUses the my-cards-graphql VTEX IO app.",
2680
+ "type": "object",
2681
+ "additionalProperties": true
2682
+ };
2683
+ const s93: BlockPropsSchema = {
2684
+ "description": "Register a \"notify me when back in stock\" request.\nUses the legacy VTEX .aspx form endpoint (FormData, not JSON).",
2685
+ "type": "object",
2686
+ "properties": {
2687
+ "email": {
2688
+ "type": "string",
2689
+ "title": "Email"
2690
+ },
2691
+ "skuId": {
2692
+ "type": "string",
2693
+ "title": "SkuId"
2694
+ },
2695
+ "name": {
2696
+ "type": "string",
2697
+ "nullable": true,
2698
+ "title": "Name"
2699
+ }
2700
+ },
2701
+ "required": [
2702
+ "email",
2703
+ "skuId"
2704
+ ]
2705
+ };
2706
+ const s94: BlockPropsSchema = {
2707
+ "description": "Send an Intelligent Search analytics event to sp.vtex.com.",
2708
+ "type": "object",
2709
+ "additionalProperties": true
2710
+ };
2711
+ const s95: BlockPropsSchema = {
2712
+ "description": "Submit a product review via the Reviews & Ratings API.\nHits POST https://{account}.myvtex.com/reviews-and-ratings/api/review.\nAuth is passed via the `VtexIdclientAutCookie` header (not a Cookie header).",
2713
+ "type": "object",
2714
+ "properties": {
2715
+ "productId": {
2716
+ "type": "string",
2717
+ "title": "ProductId"
2718
+ },
2719
+ "rating": {
2720
+ "type": "number",
2721
+ "title": "Rating"
2722
+ },
2723
+ "title": {
2724
+ "type": "string",
2725
+ "title": "Title"
2726
+ },
2727
+ "text": {
2728
+ "type": "string",
2729
+ "title": "Text"
2730
+ },
2731
+ "reviewerName": {
2732
+ "type": "string",
2733
+ "title": "ReviewerName"
2734
+ },
2735
+ "approved": {
2736
+ "type": "boolean",
2737
+ "title": "Approved"
2738
+ }
2739
+ },
2740
+ "required": [
2741
+ "productId",
2742
+ "rating",
2743
+ "title",
2744
+ "text",
2745
+ "reviewerName",
2746
+ "approved"
2747
+ ]
2748
+ };
2749
+ const s96: BlockPropsSchema = {
2750
+ "description": "Subscribe to the newsletter via the legacy VTEX .aspx form endpoint.\nUses raw fetch because the body is FormData (not JSON).",
2751
+ "type": "object",
2752
+ "properties": {
2753
+ "email": {
2754
+ "type": "string",
2755
+ "title": "Email"
2756
+ },
2757
+ "name": {
2758
+ "type": "string",
2759
+ "nullable": true,
2760
+ "title": "Name"
2761
+ },
2762
+ "page": {
2763
+ "type": "string",
2764
+ "nullable": true,
2765
+ "title": "Page"
2766
+ },
2767
+ "part": {
2768
+ "type": "string",
2769
+ "nullable": true,
2770
+ "title": "Part"
2771
+ },
2772
+ "campaing": {
2773
+ "type": "string",
2774
+ "nullable": true,
2775
+ "description": "Intentionally preserving the original typo from the VTEX legacy form field.",
2776
+ "title": "Campaing"
2777
+ }
2778
+ },
2779
+ "required": [
2780
+ "email"
2781
+ ]
2782
+ };
2783
+ const s97: BlockPropsSchema = {
2784
+ "description": "Toggle the newsletter opt-in flag for an authenticated user.\nThe original Deco action extracted `email` from the auth cookie payload.\nHere the caller must provide it explicitly.",
2785
+ "type": "object",
2786
+ "additionalProperties": true
2787
+ };
2788
+ const s98: BlockPropsSchema = {
2789
+ "description": "Cancel an order on behalf of the authenticated user.\nHits POST /api/checkout/pub/orders/{orderId}/user-cancel-request\non vtexcommercestable.com.br.",
2790
+ "type": "object",
2791
+ "additionalProperties": true
2792
+ };
2793
+ const s99: BlockPropsSchema = {
2794
+ "description": "Update user profile.\nThe original Deco action extracted `email` from the auth cookie payload.\nHere the caller must provide it explicitly.",
2795
+ "type": "object",
2796
+ "properties": {
2797
+ "firstName": {
2798
+ "type": "string",
2799
+ "nullable": true,
2800
+ "title": "FirstName"
2801
+ },
2802
+ "lastName": {
2803
+ "type": "string",
2804
+ "nullable": true,
2805
+ "title": "LastName"
2806
+ },
2807
+ "birthDate": {
2808
+ "type": "string",
2809
+ "nullable": true,
2810
+ "title": "BirthDate"
2811
+ },
2812
+ "gender": {
2813
+ "type": "string",
2814
+ "nullable": true,
2815
+ "title": "Gender"
2816
+ },
2817
+ "homePhone": {
2818
+ "type": "string",
2819
+ "nullable": true,
2820
+ "title": "HomePhone"
2821
+ },
2822
+ "businessPhone": {
2823
+ "type": "string",
2824
+ "nullable": true,
2825
+ "title": "BusinessPhone"
2826
+ },
2827
+ "document": {
2828
+ "type": "string",
2829
+ "nullable": true,
2830
+ "title": "Document"
2831
+ },
2832
+ "tradeName": {
2833
+ "type": "string",
2834
+ "nullable": true,
2835
+ "title": "TradeName"
2836
+ },
2837
+ "corporateName": {
2838
+ "type": "string",
2839
+ "nullable": true,
2840
+ "title": "CorporateName"
2841
+ },
2842
+ "corporateDocument": {
2843
+ "type": "string",
2844
+ "nullable": true,
2845
+ "title": "CorporateDocument"
2846
+ },
2847
+ "stateRegistration": {
2848
+ "type": "string",
2849
+ "nullable": true,
2850
+ "title": "StateRegistration"
2851
+ },
2852
+ "isCorporate": {
2853
+ "type": "boolean",
2854
+ "nullable": true,
2855
+ "title": "IsCorporate"
2856
+ }
2857
+ }
2858
+ };
2859
+ const s100: BlockPropsSchema = {
2860
+ "description": "Update user profile via VTEX IO GraphQL. Handles cookie extraction,\nbirthDate normalization, and undefined-key cleanup.",
2861
+ "type": "object",
2862
+ "additionalProperties": true
2863
+ };
2864
+ const s101: BlockPropsSchema = {
2865
+ "type": "object",
2866
+ "properties": {
2867
+ "data": {
2868
+ "type": "object",
2869
+ "additionalProperties": {},
2870
+ "title": "Data"
2871
+ }
2872
+ },
2873
+ "required": [
2874
+ "data"
2875
+ ]
2876
+ };
2877
+ const s102: BlockPropsSchema = {
2878
+ "description": "Log out / delete a VTEX session via the store-graphql mutation.\nRequires a valid auth cookie.",
2879
+ "type": "object",
2880
+ "properties": {
2881
+ "sessionId": {
2882
+ "type": "string",
2883
+ "title": "SessionId"
2884
+ },
2885
+ "authCookie": {
2886
+ "type": "string",
2887
+ "title": "AuthCookie"
2888
+ }
2889
+ },
2890
+ "required": [
2891
+ "sessionId",
2892
+ "authCookie"
2893
+ ]
2894
+ };
2895
+ const s103: BlockPropsSchema = {
2896
+ "description": "Edit the current VTEX session (public properties).",
2897
+ "type": "object",
2898
+ "properties": {
2899
+ "public": {
2900
+ "type": "object",
2901
+ "additionalProperties": {
2902
+ "type": "object",
2903
+ "properties": {
2904
+ "value": {
2905
+ "type": "string",
2906
+ "title": "Value"
2907
+ }
2908
+ },
2909
+ "required": [
2910
+ "value"
2911
+ ]
2912
+ },
2913
+ "title": "Public"
2914
+ }
2915
+ },
2916
+ "required": [
2917
+ "public"
2918
+ ]
2919
+ };
2920
+ const s104: BlockPropsSchema = {
2921
+ "description": "Add an item to the user's wishlist.\nReturns the updated full wishlist.",
2922
+ "type": "object",
2923
+ "properties": {
2924
+ "productId": {
2925
+ "type": "string",
2926
+ "title": "ProductId"
2927
+ },
2928
+ "sku": {
2929
+ "type": "string",
2930
+ "title": "Sku"
2931
+ },
2932
+ "title": {
2933
+ "type": "string",
2934
+ "nullable": true,
2935
+ "title": "Title"
2936
+ }
2937
+ },
2938
+ "required": [
2939
+ "productId",
2940
+ "sku"
2941
+ ]
2942
+ };
2943
+ const s105: BlockPropsSchema = {
2944
+ "description": "Remove an item from the user's wishlist by its list-entry ID.\nReturns the updated full wishlist.",
2945
+ "type": "object",
2946
+ "additionalProperties": true
2947
+ };
2948
+
2949
+ export const loaderSchemas: Record<string, BlockPropsSchema> = {
2950
+ "vtex/loaders/ProductDetailsPage": s0,
2951
+ "vtex/loaders/ProductDetailsPage.ts": s0,
2952
+ "vtex/loaders/ProductList": s1,
2953
+ "vtex/loaders/ProductList.ts": s1,
2954
+ "vtex/loaders/ProductListingPage": s2,
2955
+ "vtex/loaders/ProductListingPage.ts": s2,
2956
+ "vtex/loaders/address/getAddressByPostalCode": s3,
2957
+ "vtex/loaders/address/getAddressByPostalCode.ts": s3,
2958
+ "vtex/loaders/address/getUserAddresses": s4,
2959
+ "vtex/loaders/address/getUserAddresses.ts": s4,
2960
+ "vtex/loaders/autocomplete/autocompleteSearch": s5,
2961
+ "vtex/loaders/autocomplete/autocompleteSearch.ts": s5,
2962
+ "vtex/loaders/brands/getBrandById": s6,
2963
+ "vtex/loaders/brands/getBrandById.ts": s6,
2964
+ "vtex/loaders/brands/listBrands": s7,
2965
+ "vtex/loaders/brands/listBrands.ts": s7,
2966
+ "vtex/loaders/cart/getCart": s8,
2967
+ "vtex/loaders/cart/getCart.ts": s8,
2968
+ "vtex/loaders/catalog/getBrands": s9,
2969
+ "vtex/loaders/catalog/getBrands.ts": s9,
2970
+ "vtex/loaders/catalog/getCategoryTree": s10,
2971
+ "vtex/loaders/catalog/getCategoryTree.ts": s10,
2972
+ "vtex/loaders/catalog/getCrossSelling": s11,
2973
+ "vtex/loaders/catalog/getCrossSelling.ts": s11,
2974
+ "vtex/loaders/catalog/getFacets": s12,
2975
+ "vtex/loaders/catalog/getFacets.ts": s12,
2976
+ "vtex/loaders/catalog/getPageType": s13,
2977
+ "vtex/loaders/catalog/getPageType.ts": s13,
2978
+ "vtex/loaders/catalog/getProductByIdOrSku": s14,
2979
+ "vtex/loaders/catalog/getProductByIdOrSku.ts": s14,
2980
+ "vtex/loaders/catalog/getProductSpecification": s15,
2981
+ "vtex/loaders/catalog/getProductSpecification.ts": s15,
2982
+ "vtex/loaders/catalog/getProductVariations": s16,
2983
+ "vtex/loaders/catalog/getProductVariations.ts": s16,
2984
+ "vtex/loaders/catalog/searchProducts": s17,
2985
+ "vtex/loaders/catalog/searchProducts.ts": s17,
2986
+ "vtex/loaders/collections/getCollections": s18,
2987
+ "vtex/loaders/collections/getCollections.ts": s18,
2988
+ "vtex/loaders/intelligentSearch/productDetailsPage": s0,
2989
+ "vtex/loaders/intelligentSearch/productDetailsPage.ts": s0,
2990
+ "vtex/loaders/intelligentSearch/productList": s1,
2991
+ "vtex/loaders/intelligentSearch/productList.ts": s1,
2992
+ "vtex/loaders/intelligentSearch/productListingPage": s19,
2993
+ "vtex/loaders/intelligentSearch/productListingPage.ts": s19,
2994
+ "vtex/loaders/intelligentSearch/suggestions": s20,
2995
+ "vtex/loaders/intelligentSearch/suggestions.ts": s20,
2996
+ "vtex/loaders/legacy/getFirstItemAvailable": s21,
2997
+ "vtex/loaders/legacy/getFirstItemAvailable.ts": s21,
2998
+ "vtex/loaders/legacy/legacyProductDetailsPage": s22,
2999
+ "vtex/loaders/legacy/legacyProductDetailsPage.ts": s22,
3000
+ "vtex/loaders/legacy/legacyProductList": s23,
3001
+ "vtex/loaders/legacy/legacyProductList.ts": s23,
3002
+ "vtex/loaders/legacy/legacyProductListingPage": s24,
3003
+ "vtex/loaders/legacy/legacyProductListingPage.ts": s24,
3004
+ "vtex/loaders/legacy/legacySuggestions": s25,
3005
+ "vtex/loaders/legacy/legacySuggestions.ts": s25,
3006
+ "vtex/loaders/legacy/productDetailsPage": s26,
3007
+ "vtex/loaders/legacy/productDetailsPage.ts": s26,
3008
+ "vtex/loaders/legacy/productList": s27,
3009
+ "vtex/loaders/legacy/productList.ts": s27,
3010
+ "vtex/loaders/legacy/productListingPage": s28,
3011
+ "vtex/loaders/legacy/productListingPage.ts": s28,
3012
+ "vtex/loaders/legacy/relatedProductsLoader": s29,
3013
+ "vtex/loaders/legacy/relatedProductsLoader.ts": s29,
3014
+ "vtex/loaders/legacy/suggestions": s30,
3015
+ "vtex/loaders/legacy/suggestions.ts": s30,
3016
+ "vtex/loaders/logistics/getSalesChannelById": s31,
3017
+ "vtex/loaders/logistics/getSalesChannelById.ts": s31,
3018
+ "vtex/loaders/logistics/listPickupPoints": s32,
3019
+ "vtex/loaders/logistics/listPickupPoints.ts": s32,
3020
+ "vtex/loaders/logistics/listPickupPointsByLocation": s33,
3021
+ "vtex/loaders/logistics/listPickupPointsByLocation.ts": s33,
3022
+ "vtex/loaders/logistics/listSalesChannels": s34,
3023
+ "vtex/loaders/logistics/listSalesChannels.ts": s34,
3024
+ "vtex/loaders/logistics/listStockByStore": s35,
3025
+ "vtex/loaders/logistics/listStockByStore.ts": s35,
3026
+ "vtex/loaders/minicart": s36,
3027
+ "vtex/loaders/minicart.ts": s36,
3028
+ "vtex/loaders/navbar/getNavbar": s37,
3029
+ "vtex/loaders/navbar/getNavbar.ts": s37,
3030
+ "vtex/loaders/orders/getOrderById": s38,
3031
+ "vtex/loaders/orders/getOrderById.ts": s38,
3032
+ "vtex/loaders/orders/getOrderPlaced": s39,
3033
+ "vtex/loaders/orders/getOrderPlaced.ts": s39,
3034
+ "vtex/loaders/orders/listOrders": s40,
3035
+ "vtex/loaders/orders/listOrders.ts": s40,
3036
+ "vtex/loaders/pageType/resolvePageType": s41,
3037
+ "vtex/loaders/pageType/resolvePageType.ts": s41,
3038
+ "vtex/loaders/payment/getPaymentSystems": s42,
3039
+ "vtex/loaders/payment/getPaymentSystems.ts": s42,
3040
+ "vtex/loaders/payment/getUserPayments": s43,
3041
+ "vtex/loaders/payment/getUserPayments.ts": s43,
3042
+ "vtex/loaders/productListFull": s44,
3043
+ "vtex/loaders/productListFull.ts": s44,
3044
+ "vtex/loaders/profile/getCurrentProfile": s45,
3045
+ "vtex/loaders/profile/getCurrentProfile.ts": s45,
3046
+ "vtex/loaders/profile/getProfileByEmail": s46,
3047
+ "vtex/loaders/profile/getProfileByEmail.ts": s46,
3048
+ "vtex/loaders/promotion/getPromotionById": s47,
3049
+ "vtex/loaders/promotion/getPromotionById.ts": s47,
3050
+ "vtex/loaders/search/getProductIdByTerm": s48,
3051
+ "vtex/loaders/search/getProductIdByTerm.ts": s48,
3052
+ "vtex/loaders/search/getTopSearches": s49,
3053
+ "vtex/loaders/search/getTopSearches.ts": s49,
3054
+ "vtex/loaders/search/validateProductSearch": s50,
3055
+ "vtex/loaders/search/validateProductSearch.ts": s50,
3056
+ "vtex/loaders/session/getSession": s51,
3057
+ "vtex/loaders/session/getSession.ts": s51,
3058
+ "vtex/loaders/session/getUserSessions": s52,
3059
+ "vtex/loaders/session/getUserSessions.ts": s52,
3060
+ "vtex/loaders/user/getUser": s53,
3061
+ "vtex/loaders/user/getUser.ts": s53,
3062
+ "vtex/loaders/wishlist/getWishlist": s54,
3063
+ "vtex/loaders/wishlist/getWishlist.ts": s54,
3064
+ "vtex/loaders/wishlistProducts/wishlistProducts": s55,
3065
+ "vtex/loaders/wishlistProducts/wishlistProducts.ts": s55,
3066
+ "vtex/loaders/workflow/products": s56,
3067
+ "vtex/loaders/workflow/products.ts": s56,
3068
+ "vtex/loaders/workflow/workflowProduct": s57,
3069
+ "vtex/loaders/workflow/workflowProduct.ts": s57,
3070
+ "vtex/loaders/workflow/workflowProducts": s58,
3071
+ "vtex/loaders/workflow/workflowProducts.ts": s58,
3072
+ };
3073
+
3074
+ export const actionSchemas: Record<string, BlockPropsSchema> = {
3075
+ "vtex/actions/address/createAddress": s59,
3076
+ "vtex/actions/address/createAddress.ts": s59,
3077
+ "vtex/actions/address/createAddressFromRequest": s21,
3078
+ "vtex/actions/address/createAddressFromRequest.ts": s21,
3079
+ "vtex/actions/address/deleteAddress": s60,
3080
+ "vtex/actions/address/deleteAddress.ts": s60,
3081
+ "vtex/actions/address/deleteAddressFromRequest": s21,
3082
+ "vtex/actions/address/deleteAddressFromRequest.ts": s21,
3083
+ "vtex/actions/address/updateAddress": s61,
3084
+ "vtex/actions/address/updateAddress.ts": s61,
3085
+ "vtex/actions/address/updateAddressFromRequest": s21,
3086
+ "vtex/actions/address/updateAddressFromRequest.ts": s21,
3087
+ "vtex/actions/analytics/sendEvent": s21,
3088
+ "vtex/actions/analytics/sendEvent.ts": s21,
3089
+ "vtex/actions/auth/accessKeySignIn": s62,
3090
+ "vtex/actions/auth/accessKeySignIn.ts": s62,
3091
+ "vtex/actions/auth/classicSignIn": s63,
3092
+ "vtex/actions/auth/classicSignIn.ts": s63,
3093
+ "vtex/actions/auth/extractLoginCookies": s64,
3094
+ "vtex/actions/auth/extractLoginCookies.ts": s64,
3095
+ "vtex/actions/auth/logout": s65,
3096
+ "vtex/actions/auth/logout.ts": s65,
3097
+ "vtex/actions/auth/recoveryPassword": s66,
3098
+ "vtex/actions/auth/recoveryPassword.ts": s66,
3099
+ "vtex/actions/auth/refreshToken": s67,
3100
+ "vtex/actions/auth/refreshToken.ts": s67,
3101
+ "vtex/actions/auth/resetPassword": s68,
3102
+ "vtex/actions/auth/resetPassword.ts": s68,
3103
+ "vtex/actions/auth/sendEmailVerification": s69,
3104
+ "vtex/actions/auth/sendEmailVerification.ts": s69,
3105
+ "vtex/actions/auth/startAuthentication": s70,
3106
+ "vtex/actions/auth/startAuthentication.ts": s70,
3107
+ "vtex/actions/checkout/addCouponToCart": s71,
3108
+ "vtex/actions/checkout/addCouponToCart.ts": s71,
3109
+ "vtex/actions/checkout/addItemsToCart": s72,
3110
+ "vtex/actions/checkout/addItemsToCart.ts": s72,
3111
+ "vtex/actions/checkout/addOffering": s73,
3112
+ "vtex/actions/checkout/addOffering.ts": s73,
3113
+ "vtex/actions/checkout/changeToAnonymousUser": s74,
3114
+ "vtex/actions/checkout/changeToAnonymousUser.ts": s74,
3115
+ "vtex/actions/checkout/clearOrderFormMessages": s74,
3116
+ "vtex/actions/checkout/clearOrderFormMessages.ts": s74,
3117
+ "vtex/actions/checkout/getInstallments": s75,
3118
+ "vtex/actions/checkout/getInstallments.ts": s75,
3119
+ "vtex/actions/checkout/getOrCreateCart": s76,
3120
+ "vtex/actions/checkout/getOrCreateCart.ts": s76,
3121
+ "vtex/actions/checkout/getSellersByRegion": s77,
3122
+ "vtex/actions/checkout/getSellersByRegion.ts": s77,
3123
+ "vtex/actions/checkout/removeAllItems": s74,
3124
+ "vtex/actions/checkout/removeAllItems.ts": s74,
3125
+ "vtex/actions/checkout/removeItemAttachment": s78,
3126
+ "vtex/actions/checkout/removeItemAttachment.ts": s78,
3127
+ "vtex/actions/checkout/removeOffering": s73,
3128
+ "vtex/actions/checkout/removeOffering.ts": s73,
3129
+ "vtex/actions/checkout/setShippingPostalCode": s79,
3130
+ "vtex/actions/checkout/setShippingPostalCode.ts": s79,
3131
+ "vtex/actions/checkout/simulateCart": s80,
3132
+ "vtex/actions/checkout/simulateCart.ts": s80,
3133
+ "vtex/actions/checkout/updateCartItems": s81,
3134
+ "vtex/actions/checkout/updateCartItems.ts": s81,
3135
+ "vtex/actions/checkout/updateItemAttachment": s78,
3136
+ "vtex/actions/checkout/updateItemAttachment.ts": s78,
3137
+ "vtex/actions/checkout/updateItemPrice": s82,
3138
+ "vtex/actions/checkout/updateItemPrice.ts": s82,
3139
+ "vtex/actions/checkout/updateOrderFormAttachment": s83,
3140
+ "vtex/actions/checkout/updateOrderFormAttachment.ts": s83,
3141
+ "vtex/actions/checkout/updateOrderFormProfile": s84,
3142
+ "vtex/actions/checkout/updateOrderFormProfile.ts": s84,
3143
+ "vtex/actions/checkout/updateSelectableGifts": s85,
3144
+ "vtex/actions/checkout/updateSelectableGifts.ts": s85,
3145
+ "vtex/actions/masterData/createDocument": s86,
3146
+ "vtex/actions/masterData/createDocument.ts": s86,
3147
+ "vtex/actions/masterData/getDocument": s87,
3148
+ "vtex/actions/masterData/getDocument.ts": s87,
3149
+ "vtex/actions/masterData/patchDocument": s88,
3150
+ "vtex/actions/masterData/patchDocument.ts": s88,
3151
+ "vtex/actions/masterData/searchDocuments": s89,
3152
+ "vtex/actions/masterData/searchDocuments.ts": s89,
3153
+ "vtex/actions/masterData/searchDocumentsFull": s90,
3154
+ "vtex/actions/masterData/searchDocumentsFull.ts": s90,
3155
+ "vtex/actions/masterData/uploadAttachment": s91,
3156
+ "vtex/actions/masterData/uploadAttachment.ts": s91,
3157
+ "vtex/actions/misc/deletePaymentToken": s92,
3158
+ "vtex/actions/misc/deletePaymentToken.ts": s92,
3159
+ "vtex/actions/misc/notifyMe": s93,
3160
+ "vtex/actions/misc/notifyMe.ts": s93,
3161
+ "vtex/actions/misc/sendEvent": s94,
3162
+ "vtex/actions/misc/sendEvent.ts": s94,
3163
+ "vtex/actions/misc/submitReview": s95,
3164
+ "vtex/actions/misc/submitReview.ts": s95,
3165
+ "vtex/actions/newsletter/subscribe": s96,
3166
+ "vtex/actions/newsletter/subscribe.ts": s96,
3167
+ "vtex/actions/newsletter/updateNewsletterOptIn": s97,
3168
+ "vtex/actions/newsletter/updateNewsletterOptIn.ts": s97,
3169
+ "vtex/actions/orders/cancelOrder": s98,
3170
+ "vtex/actions/orders/cancelOrder.ts": s98,
3171
+ "vtex/actions/profile/deletePaymentFromRequest": s21,
3172
+ "vtex/actions/profile/deletePaymentFromRequest.ts": s21,
3173
+ "vtex/actions/profile/getPasswordLastUpdate": s21,
3174
+ "vtex/actions/profile/getPasswordLastUpdate.ts": s21,
3175
+ "vtex/actions/profile/newsletterProfileFromRequest": s21,
3176
+ "vtex/actions/profile/newsletterProfileFromRequest.ts": s21,
3177
+ "vtex/actions/profile/updateProfile": s99,
3178
+ "vtex/actions/profile/updateProfile.ts": s99,
3179
+ "vtex/actions/profile/updateProfileFromRequest": s100,
3180
+ "vtex/actions/profile/updateProfileFromRequest.ts": s100,
3181
+ "vtex/actions/session/createSession": s101,
3182
+ "vtex/actions/session/createSession.ts": s101,
3183
+ "vtex/actions/session/deleteSession": s102,
3184
+ "vtex/actions/session/deleteSession.ts": s102,
3185
+ "vtex/actions/session/editSession": s103,
3186
+ "vtex/actions/session/editSession.ts": s103,
3187
+ "vtex/actions/wishlist/addItem": s104,
3188
+ "vtex/actions/wishlist/addItem.ts": s104,
3189
+ "vtex/actions/wishlist/removeItem": s105,
3190
+ "vtex/actions/wishlist/removeItem.ts": s105,
3191
+ };