goshippo / shippo-javascript-sdk

MIT License
7 stars 1 forks source link

zod errors for shippo.carrierParcelTemplates.list() #73

Closed v2kovac closed 3 months ago

v2kovac commented 3 months ago

here is the response i get:

Unexpected Server Error

Response validation failed: [
  {
    "code": "invalid_type",
    "expected": "string",
    "received": "boolean",
    "path": [
      "results",
      0,
      "is_variable_dimensions"
    ],
    "message": "Expected string, received boolean"
  },
  ...
shippo-lueders commented 3 months ago

should be fixed later today, will close this issue once a new artifact is published

shippo-lueders commented 3 months ago

fixed in https://www.npmjs.com/package/shippo/v/2.5.0