@takeshape/schema 8.213.1 → 8.214.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/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.20.0.d.ts +5 -0
- package/dist/migration/to/v3.20.0.d.ts.map +1 -0
- package/dist/migration/to/v3.20.0.js +34 -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 +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.20.0.d.ts +1337 -0
- package/dist/project-schema/v3.20.0.d.ts.map +1 -0
- package/dist/project-schema/v3.20.0.js +5 -0
- 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 +2 -2
- package/dist/schemas/project-schema/v3.20.0.json +2363 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/types/types.d.ts +2 -2
- package/dist/types/types.d.ts.map +1 -1
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.20.0.js +24 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.20.0.js +1 -0
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +2 -2
- package/es/schemas/project-schema/v3.20.0.json +2363 -0
- package/es/schemas/project-schema.json +3 -0
- package/examples/latest/betzino.json +1 -1
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +3 -2
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/klirr-schema.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/one-earth.json +1 -1
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +3 -2
- package/examples/latest/real-world-schema.json +1 -1
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +1 -1
- package/examples/latest/rick-and-morty-graphql.json +1 -1
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +1 -1
- package/examples/latest/shape-books.json +1 -1
- package/examples/latest/shopify-lookbook.json +3 -2
- package/examples/latest/shopify-product-2022-07.json +4 -3
- package/examples/latest/shopify-store-with-widget.json +3 -2
- package/examples/latest/stripe-product-runtime-schema.json +2 -2
- package/examples/latest/stripe-starter-resolved.json +1 -1
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/package.json +4 -4
|
@@ -52529,6 +52529,6 @@
|
|
|
52529
52529
|
}
|
|
52530
52530
|
}
|
|
52531
52531
|
},
|
|
52532
|
-
"schemaVersion": "3.
|
|
52532
|
+
"schemaVersion": "3.20.0",
|
|
52533
52533
|
"services": {}
|
|
52534
52534
|
}
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"authentication": "abc",
|
|
123
123
|
"options": {
|
|
124
124
|
"shop": "michaels-store-takeshape",
|
|
125
|
-
"endpoint": "https://michaels-store-takeshape.myshopify.com/admin/api/2020-07/graphql.json"
|
|
125
|
+
"endpoint": "https://michaels-store-takeshape.myshopify.com/admin/api/2020-07/graphql.json",
|
|
126
|
+
"legacyApp": true
|
|
126
127
|
},
|
|
127
128
|
"id": "michaels-store-takeshape"
|
|
128
129
|
},
|
|
@@ -10508,5 +10509,5 @@
|
|
|
10508
10509
|
}
|
|
10509
10510
|
}
|
|
10510
10511
|
},
|
|
10511
|
-
"schemaVersion": "3.
|
|
10512
|
+
"schemaVersion": "3.20.0"
|
|
10512
10513
|
}
|
|
@@ -23255,6 +23255,6 @@
|
|
|
23255
23255
|
}
|
|
23256
23256
|
}
|
|
23257
23257
|
},
|
|
23258
|
-
"schemaVersion": "3.
|
|
23258
|
+
"schemaVersion": "3.20.0",
|
|
23259
23259
|
"services": {}
|
|
23260
23260
|
}
|
|
@@ -34790,6 +34790,6 @@
|
|
|
34790
34790
|
}
|
|
34791
34791
|
}
|
|
34792
34792
|
},
|
|
34793
|
-
"schemaVersion": "3.
|
|
34793
|
+
"schemaVersion": "3.20.0",
|
|
34794
34794
|
"services": {}
|
|
34795
34795
|
}
|
|
@@ -14220,6 +14220,6 @@
|
|
|
14220
14220
|
}
|
|
14221
14221
|
}
|
|
14222
14222
|
},
|
|
14223
|
-
"schemaVersion": "3.
|
|
14223
|
+
"schemaVersion": "3.20.0",
|
|
14224
14224
|
"services": {}
|
|
14225
14225
|
}
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"authenticationType": "oauth2Bearer",
|
|
21
21
|
"options": {
|
|
22
22
|
"shop": "andrews-takeshape-store",
|
|
23
|
-
"endpoint": "https://andrews-takeshape-store.myshopify.com/admin/api/2020-07/graphql.json"
|
|
23
|
+
"endpoint": "https://andrews-takeshape-store.myshopify.com/admin/api/2020-07/graphql.json",
|
|
24
|
+
"legacyApp": true
|
|
24
25
|
},
|
|
25
26
|
"authentication": "abc"
|
|
26
27
|
}
|
|
@@ -9759,5 +9760,5 @@
|
|
|
9759
9760
|
}
|
|
9760
9761
|
}
|
|
9761
9762
|
},
|
|
9762
|
-
"schemaVersion": "3.
|
|
9763
|
+
"schemaVersion": "3.20.0"
|
|
9763
9764
|
}
|
|
@@ -149,7 +149,8 @@
|
|
|
149
149
|
"shop": "takeshape-io-shop",
|
|
150
150
|
"authHeader": "X-Shopify-Access-Token",
|
|
151
151
|
"endpoint": "https://takeshape-io-shop.myshopify.com/admin/api/2020-07/graphql.json",
|
|
152
|
-
"name": "Shopify Lookbook"
|
|
152
|
+
"name": "Shopify Lookbook",
|
|
153
|
+
"legacyApp": true
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
},
|
|
@@ -1180,5 +1181,5 @@
|
|
|
1180
1181
|
}
|
|
1181
1182
|
}
|
|
1182
1183
|
},
|
|
1183
|
-
"schemaVersion": "3.
|
|
1184
|
+
"schemaVersion": "3.20.0"
|
|
1184
1185
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"en-us"
|
|
10
10
|
],
|
|
11
11
|
"apiVersion": "2",
|
|
12
|
-
"schemaVersion": "3.
|
|
12
|
+
"schemaVersion": "3.20.0",
|
|
13
13
|
"queries": {
|
|
14
14
|
"getAsset": {
|
|
15
15
|
"shape": "Asset",
|
|
@@ -14085,9 +14085,10 @@
|
|
|
14085
14085
|
"options": {
|
|
14086
14086
|
"shop": "andrews-takeshape-store",
|
|
14087
14087
|
"endpoint": "https://andrews-takeshape-store.myshopify.com/admin/api/2022-07/graphql.json",
|
|
14088
|
-
"shopifyPlus": false
|
|
14088
|
+
"shopifyPlus": false,
|
|
14089
|
+
"legacyApp": true
|
|
14089
14090
|
},
|
|
14090
14091
|
"id": "andrews-takeshape-store"
|
|
14091
14092
|
}
|
|
14092
14093
|
}
|
|
14093
|
-
}
|
|
14094
|
+
}
|
|
@@ -714,7 +714,8 @@
|
|
|
714
714
|
"shop": "gregs-takeshape-store",
|
|
715
715
|
"authHeader": "X-Shopify-Access-Token",
|
|
716
716
|
"endpoint": "https://gregs-takeshape-store.myshopify.com/admin/api/2020-07/graphql.json",
|
|
717
|
-
"name": "Greg's Store"
|
|
717
|
+
"name": "Greg's Store",
|
|
718
|
+
"legacyApp": true
|
|
718
719
|
}
|
|
719
720
|
}
|
|
720
721
|
},
|
|
@@ -12563,5 +12564,5 @@
|
|
|
12563
12564
|
}
|
|
12564
12565
|
}
|
|
12565
12566
|
},
|
|
12566
|
-
"schemaVersion": "3.
|
|
12567
|
+
"schemaVersion": "3.20.0"
|
|
12567
12568
|
}
|
|
@@ -29320,5 +29320,5 @@
|
|
|
29320
29320
|
}
|
|
29321
29321
|
}
|
|
29322
29322
|
},
|
|
29323
|
-
"schemaVersion": "3.
|
|
29323
|
+
"schemaVersion": "3.20.0"
|
|
29324
29324
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/schema",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.214.0",
|
|
4
4
|
"description": "TakeShape Schema",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"examples"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@takeshape/errors": "8.
|
|
25
|
-
"@takeshape/json-schema": "8.
|
|
26
|
-
"@takeshape/util": "8.
|
|
24
|
+
"@takeshape/errors": "8.214.0",
|
|
25
|
+
"@takeshape/json-schema": "8.214.0",
|
|
26
|
+
"@takeshape/util": "8.214.0",
|
|
27
27
|
"ajv": "^8.10.0",
|
|
28
28
|
"ajv-formats": "^2.1.1",
|
|
29
29
|
"blueimp-md5": "^2.10.0",
|