Skip to content

Commit

Permalink
deno task run
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Apr 6, 2023
1 parent cb40c0a commit 392eba5
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions schemas.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -2602,31 +2602,6 @@
],
"title": "deco-sites/fashion/components/ui/BannerGrid.tsx@Props"
},
"ZGVjby1zaXRlcy9mYXNoaW9uL2NvbXBvbmVudHMvcHJvZHVjdC9Qcm9kdWN0U2hlbGYudHN4@Props": {
"type": "object",
"properties": {
"itemsPerPage": {
"type": [
"number",
"null"
],
"title": "Items Per Page"
}
},
"required": [],
"title": "Props"
},
"ZGVjby1zaXRlcy9mYXNoaW9uL3NlY3Rpb25zL1Z0ZXhQcm9kdWN0U2hlbGYudHN4@Props&Props": {
"allOf": [
{
"$ref": "#/definitions/ZGVjby1zaXRlcy9mYXNoaW9uL2NvbXBvbmVudHMvcHJvZHVjdC9Qcm9kdWN0U2hlbGYudHN4@Props"
},
{
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvZnVuY3Rpb25zL3Z0ZXhQcm9kdWN0TGlzdC50cw==@Props"
}
],
"title": "deco-sites/fashion/sections/VtexProductShelf.tsx@Props&Props"
},
"ZGVjby1zaXRlcy9mYXNoaW9uL2NvbXBvbmVudHMvc2VhcmNoL1NlYXJjaFJlc3VsdC50c3g=@Props": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2678,6 +2653,31 @@
],
"title": "deco-sites/fashion/components/search/SearchResult.tsx@Props"
},
"ZGVjby1zaXRlcy9mYXNoaW9uL2NvbXBvbmVudHMvcHJvZHVjdC9Qcm9kdWN0U2hlbGYudHN4@Props": {
"type": "object",
"properties": {
"title": {
"type": "string",
"title": "Title"
},
"products": {
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvY29tbWVyY2UvdHlwZXMudHM=@Product[]|null",
"title": "Products"
},
"itemsPerPage": {
"type": [
"number",
"null"
],
"title": "Items Per Page"
}
},
"required": [
"title",
"products"
],
"title": "deco-sites/fashion/components/product/ProductShelf.tsx@Props"
},
"ZGVjby1zaXRlcy9mYXNoaW9uL2NvbXBvbmVudHMvZm9vdGVyL0Zvb3Rlci50c3g=@StringItem": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -4381,7 +4381,7 @@
"type": "object",
"allOf": [
{
"$ref": "#/definitions/ZGVjby1zaXRlcy9mYXNoaW9uL3NlY3Rpb25zL1Z0ZXhQcm9kdWN0U2hlbGYudHN4@Props&Props"
"$ref": "#/definitions/ZGVjby1zaXRlcy9zdGQvZnVuY3Rpb25zL3Z0ZXhQcm9kdWN0TGlzdC50cw==@Props"
}
],
"required": [
Expand Down

0 comments on commit 392eba5

Please sign in to comment.