@seamapi/types 1.728.0 → 1.730.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.
- package/dist/connect.cjs +58 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +82 -0
- package/dist/index.cjs +58 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +72 -0
- package/lib/seam/connect/openapi.js +58 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +58 -0
- package/src/lib/seam/connect/route-types.ts +10 -0
|
@@ -52964,10 +52964,43 @@ declare const _default: {
|
|
|
52964
52964
|
nullable: boolean;
|
|
52965
52965
|
type: string;
|
|
52966
52966
|
};
|
|
52967
|
+
guest: {
|
|
52968
|
+
nullable: boolean;
|
|
52969
|
+
properties: {
|
|
52970
|
+
email_address: {
|
|
52971
|
+
nullable: boolean;
|
|
52972
|
+
type: string;
|
|
52973
|
+
};
|
|
52974
|
+
guest_key: {
|
|
52975
|
+
type: string;
|
|
52976
|
+
};
|
|
52977
|
+
is_resource_syncing: {
|
|
52978
|
+
type: string;
|
|
52979
|
+
};
|
|
52980
|
+
name: {
|
|
52981
|
+
nullable: boolean;
|
|
52982
|
+
type: string;
|
|
52983
|
+
};
|
|
52984
|
+
phone_number: {
|
|
52985
|
+
nullable: boolean;
|
|
52986
|
+
type: string;
|
|
52987
|
+
};
|
|
52988
|
+
user_identity_id: {
|
|
52989
|
+
format: string;
|
|
52990
|
+
nullable: boolean;
|
|
52991
|
+
type: string;
|
|
52992
|
+
};
|
|
52993
|
+
};
|
|
52994
|
+
required: string[];
|
|
52995
|
+
type: string;
|
|
52996
|
+
};
|
|
52967
52997
|
guest_name: {
|
|
52968
52998
|
nullable: boolean;
|
|
52969
52999
|
type: string;
|
|
52970
53000
|
};
|
|
53001
|
+
is_resource_syncing: {
|
|
53002
|
+
type: string;
|
|
53003
|
+
};
|
|
52971
53004
|
name: {
|
|
52972
53005
|
nullable: boolean;
|
|
52973
53006
|
type: string;
|
|
@@ -53118,10 +53151,43 @@ declare const _default: {
|
|
|
53118
53151
|
nullable: boolean;
|
|
53119
53152
|
type: string;
|
|
53120
53153
|
};
|
|
53154
|
+
guest: {
|
|
53155
|
+
nullable: boolean;
|
|
53156
|
+
properties: {
|
|
53157
|
+
email_address: {
|
|
53158
|
+
nullable: boolean;
|
|
53159
|
+
type: string;
|
|
53160
|
+
};
|
|
53161
|
+
guest_key: {
|
|
53162
|
+
type: string;
|
|
53163
|
+
};
|
|
53164
|
+
is_resource_syncing: {
|
|
53165
|
+
type: string;
|
|
53166
|
+
};
|
|
53167
|
+
name: {
|
|
53168
|
+
nullable: boolean;
|
|
53169
|
+
type: string;
|
|
53170
|
+
};
|
|
53171
|
+
phone_number: {
|
|
53172
|
+
nullable: boolean;
|
|
53173
|
+
type: string;
|
|
53174
|
+
};
|
|
53175
|
+
user_identity_id: {
|
|
53176
|
+
format: string;
|
|
53177
|
+
nullable: boolean;
|
|
53178
|
+
type: string;
|
|
53179
|
+
};
|
|
53180
|
+
};
|
|
53181
|
+
required: string[];
|
|
53182
|
+
type: string;
|
|
53183
|
+
};
|
|
53121
53184
|
guest_name: {
|
|
53122
53185
|
nullable: boolean;
|
|
53123
53186
|
type: string;
|
|
53124
53187
|
};
|
|
53188
|
+
is_resource_syncing: {
|
|
53189
|
+
type: string;
|
|
53190
|
+
};
|
|
53125
53191
|
name: {
|
|
53126
53192
|
nullable: boolean;
|
|
53127
53193
|
type: string;
|
|
@@ -53346,6 +53412,9 @@ declare const _default: {
|
|
|
53346
53412
|
nullable: boolean;
|
|
53347
53413
|
type: string;
|
|
53348
53414
|
};
|
|
53415
|
+
is_resource_syncing: {
|
|
53416
|
+
type: string;
|
|
53417
|
+
};
|
|
53349
53418
|
name: {
|
|
53350
53419
|
nullable: boolean;
|
|
53351
53420
|
type: string;
|
|
@@ -53583,6 +53652,9 @@ declare const _default: {
|
|
|
53583
53652
|
nullable: boolean;
|
|
53584
53653
|
type: string;
|
|
53585
53654
|
};
|
|
53655
|
+
is_resource_syncing: {
|
|
53656
|
+
type: string;
|
|
53657
|
+
};
|
|
53586
53658
|
name: {
|
|
53587
53659
|
nullable: boolean;
|
|
53588
53660
|
type: string;
|
|
@@ -58773,7 +58773,32 @@ export default {
|
|
|
58773
58773
|
nullable: true,
|
|
58774
58774
|
type: 'string',
|
|
58775
58775
|
},
|
|
58776
|
+
guest: {
|
|
58777
|
+
nullable: true,
|
|
58778
|
+
properties: {
|
|
58779
|
+
email_address: { nullable: true, type: 'string' },
|
|
58780
|
+
guest_key: { type: 'string' },
|
|
58781
|
+
is_resource_syncing: { type: 'boolean' },
|
|
58782
|
+
name: { nullable: true, type: 'string' },
|
|
58783
|
+
phone_number: { nullable: true, type: 'string' },
|
|
58784
|
+
user_identity_id: {
|
|
58785
|
+
format: 'uuid',
|
|
58786
|
+
nullable: true,
|
|
58787
|
+
type: 'string',
|
|
58788
|
+
},
|
|
58789
|
+
},
|
|
58790
|
+
required: [
|
|
58791
|
+
'guest_key',
|
|
58792
|
+
'name',
|
|
58793
|
+
'email_address',
|
|
58794
|
+
'phone_number',
|
|
58795
|
+
'user_identity_id',
|
|
58796
|
+
'is_resource_syncing',
|
|
58797
|
+
],
|
|
58798
|
+
type: 'object',
|
|
58799
|
+
},
|
|
58776
58800
|
guest_name: { nullable: true, type: 'string' },
|
|
58801
|
+
is_resource_syncing: { type: 'boolean' },
|
|
58777
58802
|
name: { nullable: true, type: 'string' },
|
|
58778
58803
|
reservation_id: { format: 'uuid', type: 'string' },
|
|
58779
58804
|
reservation_key: { type: 'string' },
|
|
@@ -58806,7 +58831,9 @@ export default {
|
|
|
58806
58831
|
'starts_at',
|
|
58807
58832
|
'ends_at',
|
|
58808
58833
|
'created_at',
|
|
58834
|
+
'is_resource_syncing',
|
|
58809
58835
|
'guest_name',
|
|
58836
|
+
'guest',
|
|
58810
58837
|
'spaces',
|
|
58811
58838
|
'access_grant_id',
|
|
58812
58839
|
'access_methods',
|
|
@@ -58907,7 +58934,32 @@ export default {
|
|
|
58907
58934
|
nullable: true,
|
|
58908
58935
|
type: 'string',
|
|
58909
58936
|
},
|
|
58937
|
+
guest: {
|
|
58938
|
+
nullable: true,
|
|
58939
|
+
properties: {
|
|
58940
|
+
email_address: { nullable: true, type: 'string' },
|
|
58941
|
+
guest_key: { type: 'string' },
|
|
58942
|
+
is_resource_syncing: { type: 'boolean' },
|
|
58943
|
+
name: { nullable: true, type: 'string' },
|
|
58944
|
+
phone_number: { nullable: true, type: 'string' },
|
|
58945
|
+
user_identity_id: {
|
|
58946
|
+
format: 'uuid',
|
|
58947
|
+
nullable: true,
|
|
58948
|
+
type: 'string',
|
|
58949
|
+
},
|
|
58950
|
+
},
|
|
58951
|
+
required: [
|
|
58952
|
+
'guest_key',
|
|
58953
|
+
'name',
|
|
58954
|
+
'email_address',
|
|
58955
|
+
'phone_number',
|
|
58956
|
+
'user_identity_id',
|
|
58957
|
+
'is_resource_syncing',
|
|
58958
|
+
],
|
|
58959
|
+
type: 'object',
|
|
58960
|
+
},
|
|
58910
58961
|
guest_name: { nullable: true, type: 'string' },
|
|
58962
|
+
is_resource_syncing: { type: 'boolean' },
|
|
58911
58963
|
name: { nullable: true, type: 'string' },
|
|
58912
58964
|
reservation_id: { format: 'uuid', type: 'string' },
|
|
58913
58965
|
reservation_key: { type: 'string' },
|
|
@@ -58940,7 +58992,9 @@ export default {
|
|
|
58940
58992
|
'starts_at',
|
|
58941
58993
|
'ends_at',
|
|
58942
58994
|
'created_at',
|
|
58995
|
+
'is_resource_syncing',
|
|
58943
58996
|
'guest_name',
|
|
58997
|
+
'guest',
|
|
58944
58998
|
'spaces',
|
|
58945
58999
|
'access_grant_id',
|
|
58946
59000
|
'access_methods',
|
|
@@ -59107,6 +59161,7 @@ export default {
|
|
|
59107
59161
|
type: 'string',
|
|
59108
59162
|
},
|
|
59109
59163
|
guest_name: { nullable: true, type: 'string' },
|
|
59164
|
+
is_resource_syncing: { type: 'boolean' },
|
|
59110
59165
|
name: { nullable: true, type: 'string' },
|
|
59111
59166
|
pending_mutations: {
|
|
59112
59167
|
items: {
|
|
@@ -59173,6 +59228,7 @@ export default {
|
|
|
59173
59228
|
'starts_at',
|
|
59174
59229
|
'ends_at',
|
|
59175
59230
|
'created_at',
|
|
59231
|
+
'is_resource_syncing',
|
|
59176
59232
|
'guest_name',
|
|
59177
59233
|
'warnings',
|
|
59178
59234
|
'pending_mutations',
|
|
@@ -59326,6 +59382,7 @@ export default {
|
|
|
59326
59382
|
type: 'string',
|
|
59327
59383
|
},
|
|
59328
59384
|
guest_name: { nullable: true, type: 'string' },
|
|
59385
|
+
is_resource_syncing: { type: 'boolean' },
|
|
59329
59386
|
name: { nullable: true, type: 'string' },
|
|
59330
59387
|
pending_mutations: {
|
|
59331
59388
|
items: {
|
|
@@ -59392,6 +59449,7 @@ export default {
|
|
|
59392
59449
|
'starts_at',
|
|
59393
59450
|
'ends_at',
|
|
59394
59451
|
'created_at',
|
|
59452
|
+
'is_resource_syncing',
|
|
59395
59453
|
'guest_name',
|
|
59396
59454
|
'warnings',
|
|
59397
59455
|
'pending_mutations',
|