@seamapi/types 1.728.0 → 1.729.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.
@@ -52968,6 +52968,9 @@ declare const _default: {
52968
52968
  nullable: boolean;
52969
52969
  type: string;
52970
52970
  };
52971
+ is_resource_syncing: {
52972
+ type: string;
52973
+ };
52971
52974
  name: {
52972
52975
  nullable: boolean;
52973
52976
  type: string;
@@ -53122,6 +53125,9 @@ declare const _default: {
53122
53125
  nullable: boolean;
53123
53126
  type: string;
53124
53127
  };
53128
+ is_resource_syncing: {
53129
+ type: string;
53130
+ };
53125
53131
  name: {
53126
53132
  nullable: boolean;
53127
53133
  type: string;
@@ -53346,6 +53352,9 @@ declare const _default: {
53346
53352
  nullable: boolean;
53347
53353
  type: string;
53348
53354
  };
53355
+ is_resource_syncing: {
53356
+ type: string;
53357
+ };
53349
53358
  name: {
53350
53359
  nullable: boolean;
53351
53360
  type: string;
@@ -53583,6 +53592,9 @@ declare const _default: {
53583
53592
  nullable: boolean;
53584
53593
  type: string;
53585
53594
  };
53595
+ is_resource_syncing: {
53596
+ type: string;
53597
+ };
53586
53598
  name: {
53587
53599
  nullable: boolean;
53588
53600
  type: string;
@@ -58774,6 +58774,7 @@ export default {
58774
58774
  type: 'string',
58775
58775
  },
58776
58776
  guest_name: { nullable: true, type: 'string' },
58777
+ is_resource_syncing: { type: 'boolean' },
58777
58778
  name: { nullable: true, type: 'string' },
58778
58779
  reservation_id: { format: 'uuid', type: 'string' },
58779
58780
  reservation_key: { type: 'string' },
@@ -58806,6 +58807,7 @@ export default {
58806
58807
  'starts_at',
58807
58808
  'ends_at',
58808
58809
  'created_at',
58810
+ 'is_resource_syncing',
58809
58811
  'guest_name',
58810
58812
  'spaces',
58811
58813
  'access_grant_id',
@@ -58908,6 +58910,7 @@ export default {
58908
58910
  type: 'string',
58909
58911
  },
58910
58912
  guest_name: { nullable: true, type: 'string' },
58913
+ is_resource_syncing: { type: 'boolean' },
58911
58914
  name: { nullable: true, type: 'string' },
58912
58915
  reservation_id: { format: 'uuid', type: 'string' },
58913
58916
  reservation_key: { type: 'string' },
@@ -58940,6 +58943,7 @@ export default {
58940
58943
  'starts_at',
58941
58944
  'ends_at',
58942
58945
  'created_at',
58946
+ 'is_resource_syncing',
58943
58947
  'guest_name',
58944
58948
  'spaces',
58945
58949
  'access_grant_id',
@@ -59107,6 +59111,7 @@ export default {
59107
59111
  type: 'string',
59108
59112
  },
59109
59113
  guest_name: { nullable: true, type: 'string' },
59114
+ is_resource_syncing: { type: 'boolean' },
59110
59115
  name: { nullable: true, type: 'string' },
59111
59116
  pending_mutations: {
59112
59117
  items: {
@@ -59173,6 +59178,7 @@ export default {
59173
59178
  'starts_at',
59174
59179
  'ends_at',
59175
59180
  'created_at',
59181
+ 'is_resource_syncing',
59176
59182
  'guest_name',
59177
59183
  'warnings',
59178
59184
  'pending_mutations',
@@ -59326,6 +59332,7 @@ export default {
59326
59332
  type: 'string',
59327
59333
  },
59328
59334
  guest_name: { nullable: true, type: 'string' },
59335
+ is_resource_syncing: { type: 'boolean' },
59329
59336
  name: { nullable: true, type: 'string' },
59330
59337
  pending_mutations: {
59331
59338
  items: {
@@ -59392,6 +59399,7 @@ export default {
59392
59399
  'starts_at',
59393
59400
  'ends_at',
59394
59401
  'created_at',
59402
+ 'is_resource_syncing',
59395
59403
  'guest_name',
59396
59404
  'warnings',
59397
59405
  'pending_mutations',