@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.
@@ -111107,6 +111107,9 @@ declare const _default: {
111107
111107
  error: {
111108
111108
  type: string;
111109
111109
  };
111110
+ message: {
111111
+ type: string;
111112
+ };
111110
111113
  rule: {
111111
111114
  enum: string[];
111112
111115
  type: string;
@@ -111284,6 +111287,9 @@ declare const _default: {
111284
111287
  error: {
111285
111288
  type: string;
111286
111289
  };
111290
+ message: {
111291
+ type: string;
111292
+ };
111287
111293
  rule: {
111288
111294
  enum: string[];
111289
111295
  type: string;
@@ -190206,6 +190212,7 @@ type Routes = {
190206
190212
  access_grant_id: string;
190207
190213
  }[];
190208
190214
  error?: string | undefined;
190215
+ message?: string | undefined;
190209
190216
  } | undefined;
190210
190217
  created_at: string;
190211
190218
  }[];
package/dist/index.cjs CHANGED
@@ -62166,6 +62166,7 @@ var openapi_default = {
62166
62166
  type: "array"
62167
62167
  },
62168
62168
  error: { type: "string" },
62169
+ message: { type: "string" },
62169
62170
  rule: {
62170
62171
  enum: [
62171
62172
  "reservation_created",
@@ -62329,6 +62330,7 @@ var openapi_default = {
62329
62330
  type: "array"
62330
62331
  },
62331
62332
  error: { type: "string" },
62333
+ message: { type: "string" },
62332
62334
  rule: {
62333
62335
  enum: [
62334
62336
  "reservation_created",