@seamapi/types 1.743.0 → 1.744.0

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.
@@ -58231,6 +58231,7 @@ export type Routes = {
58231
58231
  access_grant_id: string;
58232
58232
  }[];
58233
58233
  error?: string | undefined;
58234
+ message?: string | undefined;
58234
58235
  } | undefined;
58235
58236
  created_at: string;
58236
58237
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.743.0",
3
+ "version": "1.744.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -60728,6 +60728,7 @@ export default {
60728
60728
  type: 'array',
60729
60729
  },
60730
60730
  error: { type: 'string' },
60731
+ message: { type: 'string' },
60731
60732
  rule: {
60732
60733
  enum: [
60733
60734
  'reservation_created',
@@ -60898,6 +60899,7 @@ export default {
60898
60899
  type: 'array',
60899
60900
  },
60900
60901
  error: { type: 'string' },
60902
+ message: { type: 'string' },
60901
60903
  rule: {
60902
60904
  enum: [
60903
60905
  'reservation_created',
@@ -69135,6 +69135,7 @@ export type Routes = {
69135
69135
  access_grant_id: string
69136
69136
  }[]
69137
69137
  error?: string | undefined
69138
+ message?: string | undefined
69138
69139
  }
69139
69140
  | undefined
69140
69141
  created_at: string