@palmetto/dispatch-sdk 0.4.0 → 0.4.1

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.
@@ -818,6 +818,7 @@ export interface components {
818
818
  data: unknown[];
819
819
  };
820
820
  ServiceAreaDto: {
821
+ id: string;
821
822
  address: {
822
823
  /** @example 4 Bonnie Dr */
823
824
  streetAddress: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@palmetto/dispatch-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "main": "./dist/main.js",
5
5
  "files": [
6
6
  "dist/**/*",