@burdenoff/website-sdk 2026.514.3 → 2026.514.4

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/index.mjs CHANGED
@@ -1388,7 +1388,7 @@ function NewsletterForm({
1388
1388
  ] });
1389
1389
  }
1390
1390
  var GET_PLANS_QUERY = `
1391
- query GetPublicPlans($productId: ID!) {
1391
+ query GetPublicPlans($productId: String!) {
1392
1392
  publicPlans(productId: $productId) {
1393
1393
  id
1394
1394
  name