Skip to content

Commit de4ff85

Browse files
committed
0.2.5
1 parent af9b4e2 commit de4ff85

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify-webhook-schemas",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "",
55
"main": "dist/src/index.js",
66
"type": "commonjs",

src/infer-schema.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -788,18 +788,12 @@ export const overrides: { topics: string[]; schema: any; required?: string[]; ve
788788
type: "string",
789789
},
790790
},
791-
required: [
792-
"admin_graphql_api_id",
793-
"available",
794-
"inventory_item_id",
795-
"location_id",
796-
"updated_at"
797-
],
791+
required: ["admin_graphql_api_id", "available", "inventory_item_id", "location_id", "updated_at"],
798792
},
799793
{
800794
topics: ["shipping_addresses/create", "shipping_addresses/update"],
801795
schema: {
802796
...shippingAddress.properties,
803797
},
804-
}
798+
},
805799
];

0 commit comments

Comments
 (0)