@seamapi/types 1.80.0 → 1.80.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.
@@ -2838,7 +2838,6 @@ export interface Routes {
2838
2838
  name?: (string | null) | undefined;
2839
2839
  } | undefined;
2840
2840
  name?: (string | null) | undefined;
2841
- location?: {} | undefined;
2842
2841
  is_managed?: boolean;
2843
2842
  };
2844
2843
  formData: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.80.0",
3
+ "version": "1.80.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -8438,7 +8438,6 @@ export default {
8438
8438
  properties: {
8439
8439
  device_id: { format: 'uuid', type: 'string' },
8440
8440
  is_managed: { default: true, type: 'boolean' },
8441
- location: { properties: {}, type: 'object' },
8442
8441
  name: { nullable: true, type: 'string' },
8443
8442
  properties: {
8444
8443
  properties: { name: { nullable: true, type: 'string' } },
@@ -8485,7 +8484,6 @@ export default {
8485
8484
  properties: {
8486
8485
  device_id: { format: 'uuid', type: 'string' },
8487
8486
  is_managed: { default: true, type: 'boolean' },
8488
- location: { properties: {}, type: 'object' },
8489
8487
  name: { nullable: true, type: 'string' },
8490
8488
  properties: {
8491
8489
  properties: { name: { nullable: true, type: 'string' } },
@@ -3737,7 +3737,6 @@ export interface Routes {
3737
3737
  }
3738
3738
  | undefined
3739
3739
  name?: (string | null) | undefined
3740
- location?: {} | undefined
3741
3740
  is_managed?: boolean
3742
3741
  }
3743
3742
  formData: {}