@takeshape/schema 9.36.4 → 9.37.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.
- package/dist/builtin-schema.js +20 -20
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -1
- package/dist/migration/to/v3.31.0.d.ts +5 -0
- package/dist/migration/to/v3.31.0.d.ts.map +1 -0
- package/dist/migration/to/v3.31.0.js +53 -0
- package/dist/project-schema/index.d.ts +4 -1
- package/dist/project-schema/index.d.ts.map +1 -1
- package/dist/project-schema/index.js +20 -3
- package/dist/project-schema/latest.d.ts +43 -18
- package/dist/project-schema/latest.d.ts.map +1 -1
- package/dist/project-schema/migrate.d.ts.map +1 -1
- package/dist/project-schema/migrate.js +4 -0
- package/dist/project-schema/v3.31.0.d.ts +1449 -0
- package/dist/project-schema/v3.31.0.d.ts.map +1 -0
- package/dist/project-schema/v3.31.0.js +5 -0
- package/dist/relationships.js +2 -2
- package/dist/schema-util.d.ts +2 -2
- package/dist/schema-util.d.ts.map +1 -1
- package/dist/schema-util.js +12 -12
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -4
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +89 -32
- package/dist/schemas/project-schema/v3.31.0.json +3089 -0
- package/dist/schemas/project-schema.json +7 -1
- package/dist/types/types.d.ts +4 -4
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils.d.ts +4 -3
- package/dist/types/utils.d.ts.map +1 -1
- package/dist/types/utils.js +9 -3
- package/dist/validate.d.ts.map +1 -1
- package/dist/validate.js +13 -3
- package/es/builtin-schema.js +20 -20
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.31.0.js +38 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.31.0.js +1 -0
- package/es/relationships.js +2 -2
- package/es/schema-util.js +12 -12
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +89 -32
- package/es/schemas/project-schema/v3.31.0.json +3089 -0
- package/es/schemas/project-schema.json +7 -1
- package/es/types/utils.js +7 -3
- package/es/validate.js +13 -3
- package/examples/dependencies/stripe-starter-resolved.json +210 -210
- package/examples/latest/betzino.json +4383 -4383
- package/examples/latest/blog-schema.json +49 -49
- package/examples/latest/brewery-schema.json +39 -39
- package/examples/latest/complex-project-schema.json +412 -412
- package/examples/latest/complex-schema.json +1166 -1166
- package/examples/latest/fabric-ecommerce.json +17 -17
- package/examples/latest/frank-and-fred-schema.json +2242 -2242
- package/examples/latest/klirr-schema.json +3254 -3254
- package/examples/latest/massive-schema.json +785 -785
- package/examples/latest/mill-components-schema.json +215 -215
- package/examples/latest/one-earth.json +1394 -1394
- package/examples/latest/pet-oneof-array.json +33 -33
- package/examples/latest/post-schema.json +32 -32
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +94 -94
- package/examples/latest/recursive-repeater-schema.json +17 -17
- package/examples/latest/recursive-schema.json +17 -17
- package/examples/latest/rick-and-morty-ast.json +180 -180
- package/examples/latest/rick-and-morty-graphql.json +133 -133
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +48 -48
- package/examples/latest/shape-books-v3_2_0.json +137 -137
- package/examples/latest/shape-books.json +137 -137
- package/examples/latest/shopify-lookbook.json +41 -41
- package/examples/latest/shopify-product-2022-07.json +124 -124
- package/examples/latest/shopify-product-2023-04.json +125 -125
- package/examples/latest/shopify-store-with-widget.json +94 -94
- package/examples/latest/stripe-product-runtime-schema.json +127 -130
- package/examples/latest/stripe-starter-resolved.json +300 -509
- package/examples/latest/user-schema-no-required.json +22 -22
- package/examples/latest/user-schema-with-defaults.json +23 -23
- package/package.json +5 -5
- package/examples/latest/shopify-namespace-schema.json +0 -364
|
@@ -720,8 +720,8 @@
|
|
|
720
720
|
"getAsset": {
|
|
721
721
|
"args": "TSGetArgs<Asset>",
|
|
722
722
|
"resolver": {
|
|
723
|
-
"name": "
|
|
724
|
-
"service": "
|
|
723
|
+
"name": "shapedb:get",
|
|
724
|
+
"service": "shapedb",
|
|
725
725
|
"shapeName": "Asset"
|
|
726
726
|
},
|
|
727
727
|
"shape": "Asset",
|
|
@@ -730,8 +730,8 @@
|
|
|
730
730
|
"getAssetList": {
|
|
731
731
|
"args": "TSListArgs<Asset>",
|
|
732
732
|
"resolver": {
|
|
733
|
-
"name": "
|
|
734
|
-
"service": "
|
|
733
|
+
"name": "shapedb:list",
|
|
734
|
+
"service": "shapedb",
|
|
735
735
|
"shapeName": "Asset"
|
|
736
736
|
},
|
|
737
737
|
"shape": "PaginatedList<Asset>",
|
|
@@ -740,8 +740,8 @@
|
|
|
740
740
|
"getTsStaticSite": {
|
|
741
741
|
"args": "TSGetArgs<TsStaticSite>",
|
|
742
742
|
"resolver": {
|
|
743
|
-
"name": "
|
|
744
|
-
"service": "
|
|
743
|
+
"name": "shapedb:get",
|
|
744
|
+
"service": "shapedb",
|
|
745
745
|
"shapeName": "TsStaticSite"
|
|
746
746
|
},
|
|
747
747
|
"shape": "TsStaticSite",
|
|
@@ -750,8 +750,8 @@
|
|
|
750
750
|
"getTsStaticSiteList": {
|
|
751
751
|
"args": "TSListArgs<TsStaticSite>",
|
|
752
752
|
"resolver": {
|
|
753
|
-
"name": "
|
|
754
|
-
"service": "
|
|
753
|
+
"name": "shapedb:list",
|
|
754
|
+
"service": "shapedb",
|
|
755
755
|
"shapeName": "TsStaticSite"
|
|
756
756
|
},
|
|
757
757
|
"shape": "PaginatedList<TsStaticSite>",
|
|
@@ -760,8 +760,8 @@
|
|
|
760
760
|
"getProduct": {
|
|
761
761
|
"args": "TSGetArgs<Product>",
|
|
762
762
|
"resolver": {
|
|
763
|
-
"name": "
|
|
764
|
-
"service": "
|
|
763
|
+
"name": "shapedb:get",
|
|
764
|
+
"service": "shapedb",
|
|
765
765
|
"shapeName": "Product"
|
|
766
766
|
},
|
|
767
767
|
"shape": "Product",
|
|
@@ -770,8 +770,8 @@
|
|
|
770
770
|
"getProductList": {
|
|
771
771
|
"args": "TSListArgs<Product>",
|
|
772
772
|
"resolver": {
|
|
773
|
-
"name": "
|
|
774
|
-
"service": "
|
|
773
|
+
"name": "shapedb:list",
|
|
774
|
+
"service": "shapedb",
|
|
775
775
|
"shapeName": "Product"
|
|
776
776
|
},
|
|
777
777
|
"shape": "PaginatedList<Product>",
|
|
@@ -780,8 +780,8 @@
|
|
|
780
780
|
"getCollectionInObject": {
|
|
781
781
|
"args": "TSGetArgs<CollectionInObject>",
|
|
782
782
|
"resolver": {
|
|
783
|
-
"name": "
|
|
784
|
-
"service": "
|
|
783
|
+
"name": "shapedb:get",
|
|
784
|
+
"service": "shapedb",
|
|
785
785
|
"shapeName": "CollectionInObject"
|
|
786
786
|
},
|
|
787
787
|
"shape": "CollectionInObject",
|
|
@@ -790,8 +790,8 @@
|
|
|
790
790
|
"getCollectionInObjectList": {
|
|
791
791
|
"args": "TSListArgs<CollectionInObject>",
|
|
792
792
|
"resolver": {
|
|
793
|
-
"name": "
|
|
794
|
-
"service": "
|
|
793
|
+
"name": "shapedb:list",
|
|
794
|
+
"service": "shapedb",
|
|
795
795
|
"shapeName": "CollectionInObject"
|
|
796
796
|
},
|
|
797
797
|
"shape": "PaginatedList<CollectionInObject>",
|
|
@@ -802,8 +802,8 @@
|
|
|
802
802
|
"updateAsset": {
|
|
803
803
|
"args": "UpdateArgs<Asset>",
|
|
804
804
|
"resolver": {
|
|
805
|
-
"name": "
|
|
806
|
-
"service": "
|
|
805
|
+
"name": "shapedb:update",
|
|
806
|
+
"service": "shapedb",
|
|
807
807
|
"shapeName": "Asset"
|
|
808
808
|
},
|
|
809
809
|
"shape": "UpdateResult<Asset>",
|
|
@@ -812,8 +812,8 @@
|
|
|
812
812
|
"createAsset": {
|
|
813
813
|
"args": "CreateArgs<Asset>",
|
|
814
814
|
"resolver": {
|
|
815
|
-
"name": "
|
|
816
|
-
"service": "
|
|
815
|
+
"name": "shapedb:create",
|
|
816
|
+
"service": "shapedb",
|
|
817
817
|
"shapeName": "Asset"
|
|
818
818
|
},
|
|
819
819
|
"shape": "CreateResult<Asset>",
|
|
@@ -822,8 +822,8 @@
|
|
|
822
822
|
"duplicateAsset": {
|
|
823
823
|
"args": "DuplicateArgs<Asset>",
|
|
824
824
|
"resolver": {
|
|
825
|
-
"name": "
|
|
826
|
-
"service": "
|
|
825
|
+
"name": "shapedb:duplicate",
|
|
826
|
+
"service": "shapedb",
|
|
827
827
|
"shapeName": "Asset"
|
|
828
828
|
},
|
|
829
829
|
"shape": "DuplicateResult<Asset>",
|
|
@@ -832,8 +832,8 @@
|
|
|
832
832
|
"deleteAsset": {
|
|
833
833
|
"args": "DeleteArgs<Asset>",
|
|
834
834
|
"resolver": {
|
|
835
|
-
"name": "
|
|
836
|
-
"service": "
|
|
835
|
+
"name": "shapedb:delete",
|
|
836
|
+
"service": "shapedb",
|
|
837
837
|
"shapeName": "Asset"
|
|
838
838
|
},
|
|
839
839
|
"shape": "DeleteResult<Asset>",
|
|
@@ -842,8 +842,8 @@
|
|
|
842
842
|
"updateTsStaticSite": {
|
|
843
843
|
"args": "UpdateArgs<TsStaticSite>",
|
|
844
844
|
"resolver": {
|
|
845
|
-
"name": "
|
|
846
|
-
"service": "
|
|
845
|
+
"name": "shapedb:update",
|
|
846
|
+
"service": "shapedb",
|
|
847
847
|
"shapeName": "TsStaticSite"
|
|
848
848
|
},
|
|
849
849
|
"shape": "UpdateResult<TsStaticSite>",
|
|
@@ -852,8 +852,8 @@
|
|
|
852
852
|
"createTsStaticSite": {
|
|
853
853
|
"args": "CreateArgs<TsStaticSite>",
|
|
854
854
|
"resolver": {
|
|
855
|
-
"name": "
|
|
856
|
-
"service": "
|
|
855
|
+
"name": "shapedb:create",
|
|
856
|
+
"service": "shapedb",
|
|
857
857
|
"shapeName": "TsStaticSite"
|
|
858
858
|
},
|
|
859
859
|
"shape": "CreateResult<TsStaticSite>",
|
|
@@ -862,8 +862,8 @@
|
|
|
862
862
|
"duplicateTsStaticSite": {
|
|
863
863
|
"args": "DuplicateArgs<TsStaticSite>",
|
|
864
864
|
"resolver": {
|
|
865
|
-
"name": "
|
|
866
|
-
"service": "
|
|
865
|
+
"name": "shapedb:duplicate",
|
|
866
|
+
"service": "shapedb",
|
|
867
867
|
"shapeName": "TsStaticSite"
|
|
868
868
|
},
|
|
869
869
|
"shape": "DuplicateResult<TsStaticSite>",
|
|
@@ -872,8 +872,8 @@
|
|
|
872
872
|
"deleteTsStaticSite": {
|
|
873
873
|
"args": "DeleteArgs<TsStaticSite>",
|
|
874
874
|
"resolver": {
|
|
875
|
-
"name": "
|
|
876
|
-
"service": "
|
|
875
|
+
"name": "shapedb:delete",
|
|
876
|
+
"service": "shapedb",
|
|
877
877
|
"shapeName": "TsStaticSite"
|
|
878
878
|
},
|
|
879
879
|
"shape": "DeleteResult<TsStaticSite>",
|
|
@@ -900,8 +900,8 @@
|
|
|
900
900
|
}
|
|
901
901
|
]
|
|
902
902
|
],
|
|
903
|
-
"name": "
|
|
904
|
-
"service": "
|
|
903
|
+
"name": "shapedb:update",
|
|
904
|
+
"service": "shapedb",
|
|
905
905
|
"shapeName": "Product"
|
|
906
906
|
},
|
|
907
907
|
{
|
|
@@ -994,8 +994,8 @@
|
|
|
994
994
|
"createProduct": {
|
|
995
995
|
"args": "CreateArgs<Product>",
|
|
996
996
|
"resolver": {
|
|
997
|
-
"name": "
|
|
998
|
-
"service": "
|
|
997
|
+
"name": "shapedb:create",
|
|
998
|
+
"service": "shapedb",
|
|
999
999
|
"shapeName": "Product"
|
|
1000
1000
|
},
|
|
1001
1001
|
"shape": "CreateResult<Product>",
|
|
@@ -1004,8 +1004,8 @@
|
|
|
1004
1004
|
"duplicateProduct": {
|
|
1005
1005
|
"args": "DuplicateArgs<Product>",
|
|
1006
1006
|
"resolver": {
|
|
1007
|
-
"name": "
|
|
1008
|
-
"service": "
|
|
1007
|
+
"name": "shapedb:duplicate",
|
|
1008
|
+
"service": "shapedb",
|
|
1009
1009
|
"shapeName": "Product"
|
|
1010
1010
|
},
|
|
1011
1011
|
"shape": "DuplicateResult<Product>",
|
|
@@ -1014,8 +1014,8 @@
|
|
|
1014
1014
|
"deleteProduct": {
|
|
1015
1015
|
"args": "DeleteArgs<Product>",
|
|
1016
1016
|
"resolver": {
|
|
1017
|
-
"name": "
|
|
1018
|
-
"service": "
|
|
1017
|
+
"name": "shapedb:delete",
|
|
1018
|
+
"service": "shapedb",
|
|
1019
1019
|
"shapeName": "Product"
|
|
1020
1020
|
},
|
|
1021
1021
|
"shape": "DeleteResult<Product>",
|
|
@@ -1118,8 +1118,8 @@
|
|
|
1118
1118
|
]
|
|
1119
1119
|
]
|
|
1120
1120
|
},
|
|
1121
|
-
"name": "
|
|
1122
|
-
"service": "
|
|
1121
|
+
"name": "shapedb:create",
|
|
1122
|
+
"service": "shapedb",
|
|
1123
1123
|
"shapeName": "Product"
|
|
1124
1124
|
}
|
|
1125
1125
|
],
|
|
@@ -1232,8 +1232,8 @@
|
|
|
1232
1232
|
]
|
|
1233
1233
|
]
|
|
1234
1234
|
},
|
|
1235
|
-
"name": "
|
|
1236
|
-
"service": "
|
|
1235
|
+
"name": "shapedb:update",
|
|
1236
|
+
"service": "shapedb",
|
|
1237
1237
|
"shapeName": "Product"
|
|
1238
1238
|
}
|
|
1239
1239
|
],
|
|
@@ -1339,8 +1339,8 @@
|
|
|
1339
1339
|
]
|
|
1340
1340
|
]
|
|
1341
1341
|
},
|
|
1342
|
-
"name": "
|
|
1343
|
-
"service": "
|
|
1342
|
+
"name": "shapedb:update",
|
|
1343
|
+
"service": "shapedb",
|
|
1344
1344
|
"shapeName": "CollectionInObject"
|
|
1345
1345
|
},
|
|
1346
1346
|
{
|
|
@@ -1511,8 +1511,8 @@
|
|
|
1511
1511
|
]
|
|
1512
1512
|
]
|
|
1513
1513
|
},
|
|
1514
|
-
"name": "
|
|
1515
|
-
"service": "
|
|
1514
|
+
"name": "shapedb:create",
|
|
1515
|
+
"service": "shapedb",
|
|
1516
1516
|
"shapeName": "CollectionInObject"
|
|
1517
1517
|
},
|
|
1518
1518
|
{
|
|
@@ -1528,8 +1528,8 @@
|
|
|
1528
1528
|
]
|
|
1529
1529
|
]
|
|
1530
1530
|
},
|
|
1531
|
-
"name": "
|
|
1532
|
-
"service": "
|
|
1531
|
+
"name": "shapedb:create",
|
|
1532
|
+
"service": "shapedb",
|
|
1533
1533
|
"shapeName": "CollectionInObject"
|
|
1534
1534
|
}
|
|
1535
1535
|
],
|
|
@@ -1556,8 +1556,8 @@
|
|
|
1556
1556
|
"duplicateCollectionInObject": {
|
|
1557
1557
|
"args": "DuplicateArgs<CollectionInObject>",
|
|
1558
1558
|
"resolver": {
|
|
1559
|
-
"name": "
|
|
1560
|
-
"service": "
|
|
1559
|
+
"name": "shapedb:duplicate",
|
|
1560
|
+
"service": "shapedb",
|
|
1561
1561
|
"shapeName": "CollectionInObject"
|
|
1562
1562
|
},
|
|
1563
1563
|
"shape": "DuplicateResult<CollectionInObject>",
|
|
@@ -1566,8 +1566,8 @@
|
|
|
1566
1566
|
"deleteCollectionInObject": {
|
|
1567
1567
|
"args": "DeleteArgs<CollectionInObject>",
|
|
1568
1568
|
"resolver": {
|
|
1569
|
-
"name": "
|
|
1570
|
-
"service": "
|
|
1569
|
+
"name": "shapedb:delete",
|
|
1570
|
+
"service": "shapedb",
|
|
1571
1571
|
"shapeName": "CollectionInObject"
|
|
1572
1572
|
},
|
|
1573
1573
|
"shape": "DeleteResult<CollectionInObject>",
|
|
@@ -1699,30 +1699,30 @@
|
|
|
1699
1699
|
"title": {
|
|
1700
1700
|
"type": "string",
|
|
1701
1701
|
"title": "Title",
|
|
1702
|
-
"@mapping": "
|
|
1702
|
+
"@mapping": "shapedb:Asset.By5tQOMc"
|
|
1703
1703
|
},
|
|
1704
1704
|
"description": {
|
|
1705
1705
|
"type": "string",
|
|
1706
1706
|
"title": "Description",
|
|
1707
|
-
"@mapping": "
|
|
1707
|
+
"@mapping": "shapedb:Asset.B1Zsra3fx"
|
|
1708
1708
|
},
|
|
1709
1709
|
"filename": {
|
|
1710
1710
|
"type": "string",
|
|
1711
1711
|
"title": "Filename",
|
|
1712
1712
|
"@l10n": false,
|
|
1713
1713
|
"minLength": 1,
|
|
1714
|
-
"@mapping": "
|
|
1714
|
+
"@mapping": "shapedb:Asset.H1oYQOM9"
|
|
1715
1715
|
},
|
|
1716
1716
|
"caption": {
|
|
1717
1717
|
"type": "object",
|
|
1718
1718
|
"title": "Caption",
|
|
1719
|
-
"@mapping": "
|
|
1719
|
+
"@mapping": "shapedb:Asset.SyWVsd98x",
|
|
1720
1720
|
"@tag": "draftjs"
|
|
1721
1721
|
},
|
|
1722
1722
|
"credit": {
|
|
1723
1723
|
"type": "object",
|
|
1724
1724
|
"title": "Credit",
|
|
1725
|
-
"@mapping": "
|
|
1725
|
+
"@mapping": "shapedb:Asset.Skn_i_5Ll",
|
|
1726
1726
|
"@tag": "draftjs"
|
|
1727
1727
|
},
|
|
1728
1728
|
"path": {
|
|
@@ -1730,25 +1730,25 @@
|
|
|
1730
1730
|
"title": "Path",
|
|
1731
1731
|
"@l10n": false,
|
|
1732
1732
|
"minLength": 1,
|
|
1733
|
-
"@mapping": "
|
|
1733
|
+
"@mapping": "shapedb:Asset.Hk6FQuz5"
|
|
1734
1734
|
},
|
|
1735
1735
|
"mimeType": {
|
|
1736
1736
|
"type": "string",
|
|
1737
1737
|
"title": "MIME type",
|
|
1738
1738
|
"@l10n": false,
|
|
1739
|
-
"@mapping": "
|
|
1739
|
+
"@mapping": "shapedb:Asset.SyCYX_Gq"
|
|
1740
1740
|
},
|
|
1741
1741
|
"sourceUrl": {
|
|
1742
1742
|
"type": "string",
|
|
1743
1743
|
"title": "Source URL",
|
|
1744
1744
|
"@l10n": false,
|
|
1745
|
-
"@mapping": "
|
|
1745
|
+
"@mapping": "shapedb:Asset.SJXSidnXE"
|
|
1746
1746
|
},
|
|
1747
1747
|
"uploadStatus": {
|
|
1748
1748
|
"type": "string",
|
|
1749
1749
|
"title": "Upload status",
|
|
1750
1750
|
"@l10n": false,
|
|
1751
|
-
"@mapping": "
|
|
1751
|
+
"@mapping": "shapedb:Asset.ByeAYXdG9"
|
|
1752
1752
|
},
|
|
1753
1753
|
"_id": {
|
|
1754
1754
|
"title": "Id",
|
|
@@ -1779,7 +1779,7 @@
|
|
|
1779
1779
|
},
|
|
1780
1780
|
"@resolver": {
|
|
1781
1781
|
"name": "takeshape:getUser",
|
|
1782
|
-
"service": "takeshape
|
|
1782
|
+
"service": "takeshape"
|
|
1783
1783
|
}
|
|
1784
1784
|
},
|
|
1785
1785
|
"_updatedAt": {
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
},
|
|
1796
1796
|
"@resolver": {
|
|
1797
1797
|
"name": "takeshape:getUser",
|
|
1798
|
-
"service": "takeshape
|
|
1798
|
+
"service": "takeshape"
|
|
1799
1799
|
}
|
|
1800
1800
|
},
|
|
1801
1801
|
"_schemaVersion": {
|
|
@@ -1856,14 +1856,14 @@
|
|
|
1856
1856
|
"title": "Title",
|
|
1857
1857
|
"@l10n": false,
|
|
1858
1858
|
"minLength": 1,
|
|
1859
|
-
"@mapping": "
|
|
1859
|
+
"@mapping": "shapedb:TsStaticSite.Ski9jLuXg"
|
|
1860
1860
|
},
|
|
1861
1861
|
"baseUrl": {
|
|
1862
1862
|
"type": "string",
|
|
1863
1863
|
"title": "Base URL",
|
|
1864
1864
|
"@l10n": false,
|
|
1865
1865
|
"minLength": 1,
|
|
1866
|
-
"@mapping": "
|
|
1866
|
+
"@mapping": "shapedb:TsStaticSite.Bk3tNmrfE"
|
|
1867
1867
|
},
|
|
1868
1868
|
"provider": {
|
|
1869
1869
|
"type": "string",
|
|
@@ -1908,14 +1908,14 @@
|
|
|
1908
1908
|
"title": "Vercel"
|
|
1909
1909
|
}
|
|
1910
1910
|
],
|
|
1911
|
-
"@mapping": "
|
|
1911
|
+
"@mapping": "shapedb:TsStaticSite.SkwbT2hqe"
|
|
1912
1912
|
},
|
|
1913
1913
|
"idKey": {
|
|
1914
1914
|
"type": "string",
|
|
1915
1915
|
"title": "Id Key",
|
|
1916
1916
|
"@l10n": false,
|
|
1917
1917
|
"minLength": 1,
|
|
1918
|
-
"@mapping": "
|
|
1918
|
+
"@mapping": "shapedb:TsStaticSite.SyRhi8_me"
|
|
1919
1919
|
},
|
|
1920
1920
|
"secretKey": {
|
|
1921
1921
|
"type": "string",
|
|
@@ -1923,20 +1923,20 @@
|
|
|
1923
1923
|
"@l10n": false,
|
|
1924
1924
|
"@sensitive": true,
|
|
1925
1925
|
"minLength": 1,
|
|
1926
|
-
"@mapping": "
|
|
1926
|
+
"@mapping": "shapedb:TsStaticSite.BkIajLdXl"
|
|
1927
1927
|
},
|
|
1928
1928
|
"destination": {
|
|
1929
1929
|
"type": "string",
|
|
1930
1930
|
"title": "Destination",
|
|
1931
1931
|
"@l10n": false,
|
|
1932
1932
|
"minLength": 1,
|
|
1933
|
-
"@mapping": "
|
|
1933
|
+
"@mapping": "shapedb:TsStaticSite.Hk6TsIdXl"
|
|
1934
1934
|
},
|
|
1935
1935
|
"privateAcl": {
|
|
1936
1936
|
"type": "boolean",
|
|
1937
1937
|
"title": "Private ACL",
|
|
1938
1938
|
"@l10n": false,
|
|
1939
|
-
"@mapping": "
|
|
1939
|
+
"@mapping": "shapedb:TsStaticSite.ByFe48wWU"
|
|
1940
1940
|
},
|
|
1941
1941
|
"environmentVariables": {
|
|
1942
1942
|
"type": "array",
|
|
@@ -1945,7 +1945,7 @@
|
|
|
1945
1945
|
"items": {
|
|
1946
1946
|
"$ref": "#/shapes/TsStaticSiteEnvironmentVariables/schema"
|
|
1947
1947
|
},
|
|
1948
|
-
"@mapping": "
|
|
1948
|
+
"@mapping": "shapedb:TsStaticSite.9fj4UiNxY"
|
|
1949
1949
|
},
|
|
1950
1950
|
"triggers": {
|
|
1951
1951
|
"type": "array",
|
|
@@ -1959,7 +1959,7 @@
|
|
|
1959
1959
|
"type": "string",
|
|
1960
1960
|
"title": "Template Hash",
|
|
1961
1961
|
"@l10n": false,
|
|
1962
|
-
"@mapping": "
|
|
1962
|
+
"@mapping": "shapedb:TsStaticSite.S1QA3GYI8"
|
|
1963
1963
|
},
|
|
1964
1964
|
"_id": {
|
|
1965
1965
|
"title": "Id",
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
},
|
|
1991
1991
|
"@resolver": {
|
|
1992
1992
|
"name": "takeshape:getUser",
|
|
1993
|
-
"service": "takeshape
|
|
1993
|
+
"service": "takeshape"
|
|
1994
1994
|
}
|
|
1995
1995
|
},
|
|
1996
1996
|
"_updatedAt": {
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
},
|
|
2007
2007
|
"@resolver": {
|
|
2008
2008
|
"name": "takeshape:getUser",
|
|
2009
|
-
"service": "takeshape
|
|
2009
|
+
"service": "takeshape"
|
|
2010
2010
|
}
|
|
2011
2011
|
},
|
|
2012
2012
|
"_schemaVersion": {
|
|
@@ -2063,12 +2063,12 @@
|
|
|
2063
2063
|
"name": {
|
|
2064
2064
|
"type": "string",
|
|
2065
2065
|
"title": "Name",
|
|
2066
|
-
"@mapping": "
|
|
2066
|
+
"@mapping": "shapedb:TsStaticSite.J8sbHgfdI"
|
|
2067
2067
|
},
|
|
2068
2068
|
"value": {
|
|
2069
2069
|
"type": "string",
|
|
2070
2070
|
"title": "Value",
|
|
2071
|
-
"@mapping": "
|
|
2071
|
+
"@mapping": "shapedb:TsStaticSite.ndhh88DvG"
|
|
2072
2072
|
}
|
|
2073
2073
|
}
|
|
2074
2074
|
}
|
|
@@ -2155,11 +2155,11 @@
|
|
|
2155
2155
|
"minLength": 0,
|
|
2156
2156
|
"description": "",
|
|
2157
2157
|
"title": "Title",
|
|
2158
|
-
"@mapping": "
|
|
2158
|
+
"@mapping": "shapedb:Product.AoPnfytzY"
|
|
2159
2159
|
},
|
|
2160
2160
|
"gregsTakeshapeStoreId": {
|
|
2161
2161
|
"type": "string",
|
|
2162
|
-
"@mapping": "
|
|
2162
|
+
"@mapping": "shapedb:Product.6CKp58gHe",
|
|
2163
2163
|
"title": "gregs-takeshape-store",
|
|
2164
2164
|
"minLength": 1,
|
|
2165
2165
|
"pattern": "(^gid://shopify/Product/\\d+$)"
|
|
@@ -2212,7 +2212,7 @@
|
|
|
2212
2212
|
},
|
|
2213
2213
|
"@resolver": {
|
|
2214
2214
|
"name": "takeshape:getUser",
|
|
2215
|
-
"service": "takeshape
|
|
2215
|
+
"service": "takeshape"
|
|
2216
2216
|
}
|
|
2217
2217
|
},
|
|
2218
2218
|
"_updatedAt": {
|
|
@@ -2228,7 +2228,7 @@
|
|
|
2228
2228
|
},
|
|
2229
2229
|
"@resolver": {
|
|
2230
2230
|
"name": "takeshape:getUser",
|
|
2231
|
-
"service": "takeshape
|
|
2231
|
+
"service": "takeshape"
|
|
2232
2232
|
}
|
|
2233
2233
|
},
|
|
2234
2234
|
"_schemaVersion": {
|
|
@@ -2318,11 +2318,11 @@
|
|
|
2318
2318
|
"minLength": 0,
|
|
2319
2319
|
"description": "",
|
|
2320
2320
|
"title": "Title",
|
|
2321
|
-
"@mapping": "
|
|
2321
|
+
"@mapping": "shapedb:Collection.q0Ir78aF5"
|
|
2322
2322
|
},
|
|
2323
2323
|
"gregsTakeshapeStoreId": {
|
|
2324
2324
|
"type": "string",
|
|
2325
|
-
"@mapping": "
|
|
2325
|
+
"@mapping": "shapedb:Collection.tGUNCIhUS",
|
|
2326
2326
|
"title": "gregs-takeshape-store",
|
|
2327
2327
|
"minLength": 1,
|
|
2328
2328
|
"pattern": "(^gid://shopify/Collection/\\d+$)"
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
},
|
|
2376
2376
|
"@resolver": {
|
|
2377
2377
|
"name": "takeshape:getUser",
|
|
2378
|
-
"service": "takeshape
|
|
2378
|
+
"service": "takeshape"
|
|
2379
2379
|
}
|
|
2380
2380
|
},
|
|
2381
2381
|
"_updatedAt": {
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
},
|
|
2392
2392
|
"@resolver": {
|
|
2393
2393
|
"name": "takeshape:getUser",
|
|
2394
|
-
"service": "takeshape
|
|
2394
|
+
"service": "takeshape"
|
|
2395
2395
|
}
|
|
2396
2396
|
},
|
|
2397
2397
|
"_schemaVersion": {
|
|
@@ -2481,11 +2481,11 @@
|
|
|
2481
2481
|
"minLength": 0,
|
|
2482
2482
|
"description": "",
|
|
2483
2483
|
"title": "Title",
|
|
2484
|
-
"@mapping": "
|
|
2484
|
+
"@mapping": "shapedb:ProductVariant.K2WKHYa_h"
|
|
2485
2485
|
},
|
|
2486
2486
|
"gregsTakeshapeStoreId": {
|
|
2487
2487
|
"type": "string",
|
|
2488
|
-
"@mapping": "
|
|
2488
|
+
"@mapping": "shapedb:ProductVariant.aJAloH4Xg",
|
|
2489
2489
|
"title": "gregs-takeshape-store",
|
|
2490
2490
|
"minLength": 1,
|
|
2491
2491
|
"pattern": "(^gid://shopify/ProductVariant/\\d+$)"
|
|
@@ -2538,7 +2538,7 @@
|
|
|
2538
2538
|
},
|
|
2539
2539
|
"@resolver": {
|
|
2540
2540
|
"name": "takeshape:getUser",
|
|
2541
|
-
"service": "takeshape
|
|
2541
|
+
"service": "takeshape"
|
|
2542
2542
|
}
|
|
2543
2543
|
},
|
|
2544
2544
|
"_updatedAt": {
|
|
@@ -2554,7 +2554,7 @@
|
|
|
2554
2554
|
},
|
|
2555
2555
|
"@resolver": {
|
|
2556
2556
|
"name": "takeshape:getUser",
|
|
2557
|
-
"service": "takeshape
|
|
2557
|
+
"service": "takeshape"
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
2560
2560
|
"_schemaVersion": {
|
|
@@ -2634,7 +2634,7 @@
|
|
|
2634
2634
|
"properties": {
|
|
2635
2635
|
"collectionId": {
|
|
2636
2636
|
"type": "string",
|
|
2637
|
-
"@mapping": "
|
|
2637
|
+
"@mapping": "shapedb:CollectionInObjectObject.2UHxvYgrI",
|
|
2638
2638
|
"title": "collection",
|
|
2639
2639
|
"minLength": 1,
|
|
2640
2640
|
"pattern": "(^gid://shopify/Collection/\\d+$)"
|
|
@@ -2702,7 +2702,7 @@
|
|
|
2702
2702
|
"title": "Object",
|
|
2703
2703
|
"description": "",
|
|
2704
2704
|
"$ref": "#/shapes/CollectionInObjectObject/schema",
|
|
2705
|
-
"@mapping": "
|
|
2705
|
+
"@mapping": "shapedb:CollectionInObject.Xs2T8NOdU"
|
|
2706
2706
|
}
|
|
2707
2707
|
}
|
|
2708
2708
|
}
|
|
@@ -12560,5 +12560,5 @@
|
|
|
12560
12560
|
}
|
|
12561
12561
|
}
|
|
12562
12562
|
},
|
|
12563
|
-
"schemaVersion": "3.
|
|
12564
|
-
}
|
|
12563
|
+
"schemaVersion": "3.31.0"
|
|
12564
|
+
}
|