@takeshape/schema 10.44.4 → 10.49.10
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/api-version.js +1 -1
- package/dist/content-schema-transform.js +1 -1
- package/dist/create-input-schema.js +1 -1
- package/dist/flatten-templates.js +1 -1
- package/dist/interfaces.js +1 -1
- package/dist/layers/layers.js +1 -1
- package/dist/layers/refs.js +2 -2
- package/dist/layers/type-utils.js +1 -1
- package/dist/migration/index.d.ts +1 -0
- package/dist/migration/index.d.ts.map +1 -1
- package/dist/migration/index.js +4 -2
- package/dist/migration/to/v3.0.0.js +1 -1
- package/dist/migration/to/v3.1.0.js +1 -1
- package/dist/migration/to/v3.10.0.js +1 -1
- package/dist/migration/to/v3.11.0.js +1 -1
- package/dist/migration/to/v3.12.3.js +1 -1
- package/dist/migration/to/v3.13.0.js +1 -1
- package/dist/migration/to/v3.17.0.js +1 -1
- package/dist/migration/to/v3.18.0.js +1 -1
- package/dist/migration/to/v3.18.1.js +1 -1
- package/dist/migration/to/v3.18.2.js +1 -1
- package/dist/migration/to/v3.20.0.js +1 -1
- package/dist/migration/to/v3.22.0.js +1 -1
- package/dist/migration/to/v3.31.0.js +1 -1
- package/dist/migration/to/v3.34.0.js +1 -1
- package/dist/migration/to/v3.36.0.js +1 -1
- package/dist/migration/to/v3.40.0.js +1 -1
- package/dist/migration/to/v3.45.0.d.ts +5 -0
- package/dist/migration/to/v3.45.0.d.ts.map +1 -0
- package/dist/migration/to/v3.45.0.js +16 -0
- package/dist/migration/to/v3.9.0.js +1 -1
- package/dist/models/project-schema.js +1 -1
- 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 +17 -3
- package/dist/project-schema/latest.d.ts +31 -2
- 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 +3 -0
- package/dist/project-schema/v3.45.0.d.ts +1651 -0
- package/dist/project-schema/v3.45.0.d.ts.map +1 -0
- package/dist/project-schema/v3.45.0.js +5 -0
- package/dist/refs.js +1 -1
- package/dist/relationships.js +1 -1
- package/dist/schema-transform.js +1 -1
- package/dist/schema-util.d.ts +4 -5
- package/dist/schema-util.d.ts.map +1 -1
- package/dist/schema-util.js +30 -53
- package/dist/schemas/index.d.ts +2 -2
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +6 -5
- package/dist/schemas/index.ts +4 -2
- package/dist/schemas/project-schema/latest.json +65 -3
- package/dist/schemas/project-schema/v3.45.0.json +3488 -0
- package/dist/schemas/project-schema.json +3 -0
- package/dist/services.js +1 -1
- package/dist/taxonomies.js +1 -1
- package/dist/template-shapes/templates.js +1 -1
- package/dist/template-shapes/where.js +1 -1
- package/dist/types/utils.js +1 -1
- package/dist/unions.js +1 -1
- package/dist/util/merge.js +1 -1
- package/dist/util/patch-schema.js +1 -1
- package/dist/validate.js +1 -1
- package/es/layers/refs.js +1 -1
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.45.0.js +10 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +4 -1
- package/es/project-schema/v3.45.0.js +1 -0
- package/es/schema-util.js +29 -50
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +65 -3
- package/es/schemas/project-schema/v3.45.0.json +3488 -0
- package/es/schemas/project-schema.json +3 -0
- package/examples/latest/all-fields-shapes-inline.json +1 -1
- package/examples/latest/all-fields-shapes.json +1 -1
- 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/clear-cache-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/complex-schema.json +1 -1
- package/examples/latest/edit-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +1 -1
- 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/nested-shape-arrays.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 +1 -1
- package/examples/latest/rag-example.json +5 -3
- 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/rick-and-morty-with-indexing.json +1 -1
- package/examples/latest/schema-where-filter.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/schema-with-rick-and-morty.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/shape-editor-schema-edited.json +1 -1
- package/examples/latest/shape-editor-schema-initial.json +1 -1
- package/examples/latest/shapedb-crud-every-prop-type.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-product-2022-07.json +1 -1
- package/examples/latest/shopify-product-2023-04.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +1 -1
- package/examples/latest/stripe-product-runtime-schema.json +1 -1
- 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/examples/latest/valvoline-ai-demo.json +691 -173
- package/examples/latest/vector-search-schema.json +1 -1
- package/package.json +5 -5
|
@@ -52781,6 +52781,6 @@
|
|
|
52781
52781
|
}
|
|
52782
52782
|
}
|
|
52783
52783
|
},
|
|
52784
|
-
"schemaVersion": "3.
|
|
52784
|
+
"schemaVersion": "3.45.0",
|
|
52785
52785
|
"services": {}
|
|
52786
52786
|
}
|
|
@@ -10474,5 +10474,5 @@
|
|
|
10474
10474
|
}
|
|
10475
10475
|
}
|
|
10476
10476
|
},
|
|
10477
|
-
"schemaVersion": "3.
|
|
10477
|
+
"schemaVersion": "3.45.0"
|
|
10478
10478
|
}
|
|
@@ -23446,6 +23446,6 @@
|
|
|
23446
23446
|
}
|
|
23447
23447
|
}
|
|
23448
23448
|
},
|
|
23449
|
-
"schemaVersion": "3.
|
|
23449
|
+
"schemaVersion": "3.45.0",
|
|
23450
23450
|
"services": {}
|
|
23451
23451
|
}
|
|
@@ -35163,6 +35163,6 @@
|
|
|
35163
35163
|
}
|
|
35164
35164
|
}
|
|
35165
35165
|
},
|
|
35166
|
-
"schemaVersion": "3.
|
|
35166
|
+
"schemaVersion": "3.45.0",
|
|
35167
35167
|
"services": {}
|
|
35168
35168
|
}
|
|
@@ -14766,6 +14766,6 @@
|
|
|
14766
14766
|
}
|
|
14767
14767
|
}
|
|
14768
14768
|
},
|
|
14769
|
-
"schemaVersion": "3.
|
|
14769
|
+
"schemaVersion": "3.45.0",
|
|
14770
14770
|
"services": {}
|
|
14771
14771
|
}
|
|
@@ -293,7 +293,9 @@
|
|
|
293
293
|
"options": {
|
|
294
294
|
"endpoint": "https://api.anthropic.com/v1",
|
|
295
295
|
"spec": "https://raw.githubusercontent.com/takeshape/openapi-specs/d1219888103fdd900138589e4e03c0b216c0a5d1/specs/anthropic/2023-06-01.yml",
|
|
296
|
-
"headers": {
|
|
296
|
+
"headers": {
|
|
297
|
+
"anthropic-version": "2023-06-01"
|
|
298
|
+
},
|
|
297
299
|
"transformVersion": "2.0.0",
|
|
298
300
|
"introspectedAt": "2024-08-21T16:55:43.579Z"
|
|
299
301
|
}
|
|
@@ -312,6 +314,6 @@
|
|
|
312
314
|
}
|
|
313
315
|
}
|
|
314
316
|
},
|
|
315
|
-
"schemaVersion": "3.
|
|
317
|
+
"schemaVersion": "3.45.0",
|
|
316
318
|
"apiVersion": "2"
|
|
317
|
-
}
|
|
319
|
+
}
|
|
@@ -49144,7 +49144,7 @@
|
|
|
49144
49144
|
}
|
|
49145
49145
|
}
|
|
49146
49146
|
},
|
|
49147
|
-
"schemaVersion": "3.
|
|
49147
|
+
"schemaVersion": "3.45.0",
|
|
49148
49148
|
"apiVersion": "2",
|
|
49149
49149
|
"services": {
|
|
49150
49150
|
"shopify": {
|
|
@@ -12297,5 +12297,5 @@
|
|
|
12297
12297
|
}
|
|
12298
12298
|
}
|
|
12299
12299
|
},
|
|
12300
|
-
"schemaVersion": "3.
|
|
12300
|
+
"schemaVersion": "3.45.0"
|
|
12301
12301
|
}
|
|
@@ -28916,5 +28916,5 @@
|
|
|
28916
28916
|
}
|
|
28917
28917
|
}
|
|
28918
28918
|
},
|
|
28919
|
-
"schemaVersion": "3.
|
|
28919
|
+
"schemaVersion": "3.45.0"
|
|
28920
28920
|
}
|