MONEI / Shopify-api-node

Node Shopify connector sponsored by MONEI
https://monei.com/shopify-payment-gateway/
MIT License
945 stars 278 forks source link

[ts] Add private_metafield_namespaces property to webhook types #530

Closed kristianpd closed 2 years ago

kristianpd commented 2 years ago

When registering webhooks with shopify you can specify which metafield_namespaces you want them to include when they push webhooks.

You can also register for a separate set of private_metafield_namespaces. Private metafields are only available to the app that creates them vs regular metafields which are available to everyone.

CleanShot 2022-03-24 at 09 49 57@2x

This updates the types of webhooks to include this property.

lpinca commented 2 years ago

Can you please revert the fixtures changes and keep only the TypeScript type definitions changes?

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 06aca90d0321c4fe296e310cb8e041022506ce9f on kristianpd:add-private-metafield-namespaces into 76779d6e1b8c32f0ca794dcfb613b289b7e8524c on MONEI:master.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 06aca90d0321c4fe296e310cb8e041022506ce9f on kristianpd:add-private-metafield-namespaces into 76779d6e1b8c32f0ca794dcfb613b289b7e8524c on MONEI:master.

lpinca commented 2 years ago

Thank you.