@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.
@@ -49494,6 +49494,9 @@ declare const _default: {
49494
49494
  error: {
49495
49495
  type: string;
49496
49496
  };
49497
+ message: {
49498
+ type: string;
49499
+ };
49497
49500
  rule: {
49498
49501
  enum: string[];
49499
49502
  type: string;
@@ -49671,6 +49674,9 @@ declare const _default: {
49671
49674
  error: {
49672
49675
  type: string;
49673
49676
  };
49677
+ message: {
49678
+ type: string;
49679
+ };
49674
49680
  rule: {
49675
49681
  enum: string[];
49676
49682
  type: string;
@@ -55631,6 +55631,7 @@ export default {
55631
55631
  type: 'array',
55632
55632
  },
55633
55633
  error: { type: 'string' },
55634
+ message: { type: 'string' },
55634
55635
  rule: {
55635
55636
  enum: [
55636
55637
  'reservation_created',
@@ -55794,6 +55795,7 @@ export default {
55794
55795
  type: 'array',
55795
55796
  },
55796
55797
  error: { type: 'string' },
55798
+ message: { type: 'string' },
55797
55799
  rule: {
55798
55800
  enum: [
55799
55801
  'reservation_created',