@seamapi/types 1.754.0 → 1.755.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 +24 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +28 -0
- package/dist/index.cjs +24 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +24 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
|
@@ -50411,6 +50411,9 @@ declare const _default: {
|
|
|
50411
50411
|
enum: string[];
|
|
50412
50412
|
type: string;
|
|
50413
50413
|
};
|
|
50414
|
+
prefer_guest_phone_last4_as_code: {
|
|
50415
|
+
type: string;
|
|
50416
|
+
};
|
|
50414
50417
|
};
|
|
50415
50418
|
required: string[];
|
|
50416
50419
|
type: string;
|
|
@@ -50710,6 +50713,9 @@ declare const _default: {
|
|
|
50710
50713
|
enum: string[];
|
|
50711
50714
|
type: string;
|
|
50712
50715
|
};
|
|
50716
|
+
prefer_guest_phone_last4_as_code: {
|
|
50717
|
+
type: string;
|
|
50718
|
+
};
|
|
50713
50719
|
};
|
|
50714
50720
|
required: string[];
|
|
50715
50721
|
type: string;
|
|
@@ -50996,6 +51002,9 @@ declare const _default: {
|
|
|
50996
51002
|
enum: string[];
|
|
50997
51003
|
type: string;
|
|
50998
51004
|
};
|
|
51005
|
+
prefer_guest_phone_last4_as_code: {
|
|
51006
|
+
type: string;
|
|
51007
|
+
};
|
|
50999
51008
|
};
|
|
51000
51009
|
required: string[];
|
|
51001
51010
|
type: string;
|
|
@@ -51305,6 +51314,9 @@ declare const _default: {
|
|
|
51305
51314
|
enum: string[];
|
|
51306
51315
|
type: string;
|
|
51307
51316
|
};
|
|
51317
|
+
prefer_guest_phone_last4_as_code: {
|
|
51318
|
+
type: string;
|
|
51319
|
+
};
|
|
51308
51320
|
};
|
|
51309
51321
|
required: string[];
|
|
51310
51322
|
type: string;
|
|
@@ -52743,6 +52755,9 @@ declare const _default: {
|
|
|
52743
52755
|
enum: string[];
|
|
52744
52756
|
type: string;
|
|
52745
52757
|
};
|
|
52758
|
+
prefer_guest_phone_last4_as_code: {
|
|
52759
|
+
type: string;
|
|
52760
|
+
};
|
|
52746
52761
|
};
|
|
52747
52762
|
required: string[];
|
|
52748
52763
|
type: string;
|
|
@@ -53028,6 +53043,9 @@ declare const _default: {
|
|
|
53028
53043
|
enum: string[];
|
|
53029
53044
|
type: string;
|
|
53030
53045
|
};
|
|
53046
|
+
prefer_guest_phone_last4_as_code: {
|
|
53047
|
+
type: string;
|
|
53048
|
+
};
|
|
53031
53049
|
};
|
|
53032
53050
|
required: string[];
|
|
53033
53051
|
type: string;
|
|
@@ -53313,6 +53331,9 @@ declare const _default: {
|
|
|
53313
53331
|
enum: string[];
|
|
53314
53332
|
type: string;
|
|
53315
53333
|
};
|
|
53334
|
+
prefer_guest_phone_last4_as_code: {
|
|
53335
|
+
type: string;
|
|
53336
|
+
};
|
|
53316
53337
|
};
|
|
53317
53338
|
required: string[];
|
|
53318
53339
|
type: string;
|
|
@@ -53613,6 +53634,9 @@ declare const _default: {
|
|
|
53613
53634
|
enum: string[];
|
|
53614
53635
|
type: string;
|
|
53615
53636
|
};
|
|
53637
|
+
prefer_guest_phone_last4_as_code: {
|
|
53638
|
+
type: string;
|
|
53639
|
+
};
|
|
53616
53640
|
};
|
|
53617
53641
|
required: string[];
|
|
53618
53642
|
type: string;
|
|
@@ -56258,6 +56258,9 @@ export default {
|
|
|
56258
56258
|
],
|
|
56259
56259
|
type: 'string',
|
|
56260
56260
|
},
|
|
56261
|
+
prefer_guest_phone_last4_as_code: {
|
|
56262
|
+
type: 'boolean',
|
|
56263
|
+
},
|
|
56261
56264
|
},
|
|
56262
56265
|
required: [
|
|
56263
56266
|
'access_methods',
|
|
@@ -56554,6 +56557,9 @@ export default {
|
|
|
56554
56557
|
],
|
|
56555
56558
|
type: 'string',
|
|
56556
56559
|
},
|
|
56560
|
+
prefer_guest_phone_last4_as_code: {
|
|
56561
|
+
type: 'boolean',
|
|
56562
|
+
},
|
|
56557
56563
|
},
|
|
56558
56564
|
required: [
|
|
56559
56565
|
'access_methods',
|
|
@@ -56837,6 +56843,9 @@ export default {
|
|
|
56837
56843
|
],
|
|
56838
56844
|
type: 'string',
|
|
56839
56845
|
},
|
|
56846
|
+
prefer_guest_phone_last4_as_code: {
|
|
56847
|
+
type: 'boolean',
|
|
56848
|
+
},
|
|
56840
56849
|
},
|
|
56841
56850
|
required: [
|
|
56842
56851
|
'access_methods',
|
|
@@ -57120,6 +57129,9 @@ export default {
|
|
|
57120
57129
|
],
|
|
57121
57130
|
type: 'string',
|
|
57122
57131
|
},
|
|
57132
|
+
prefer_guest_phone_last4_as_code: {
|
|
57133
|
+
type: 'boolean',
|
|
57134
|
+
},
|
|
57123
57135
|
},
|
|
57124
57136
|
required: [
|
|
57125
57137
|
'access_methods',
|
|
@@ -58362,6 +58374,9 @@ export default {
|
|
|
58362
58374
|
],
|
|
58363
58375
|
type: 'string',
|
|
58364
58376
|
},
|
|
58377
|
+
prefer_guest_phone_last4_as_code: {
|
|
58378
|
+
type: 'boolean',
|
|
58379
|
+
},
|
|
58365
58380
|
},
|
|
58366
58381
|
required: [
|
|
58367
58382
|
'access_methods',
|
|
@@ -58658,6 +58673,9 @@ export default {
|
|
|
58658
58673
|
],
|
|
58659
58674
|
type: 'string',
|
|
58660
58675
|
},
|
|
58676
|
+
prefer_guest_phone_last4_as_code: {
|
|
58677
|
+
type: 'boolean',
|
|
58678
|
+
},
|
|
58661
58679
|
},
|
|
58662
58680
|
required: [
|
|
58663
58681
|
'access_methods',
|
|
@@ -58954,6 +58972,9 @@ export default {
|
|
|
58954
58972
|
],
|
|
58955
58973
|
type: 'string',
|
|
58956
58974
|
},
|
|
58975
|
+
prefer_guest_phone_last4_as_code: {
|
|
58976
|
+
type: 'boolean',
|
|
58977
|
+
},
|
|
58957
58978
|
},
|
|
58958
58979
|
required: [
|
|
58959
58980
|
'access_methods',
|
|
@@ -59238,6 +59259,9 @@ export default {
|
|
|
59238
59259
|
],
|
|
59239
59260
|
type: 'string',
|
|
59240
59261
|
},
|
|
59262
|
+
prefer_guest_phone_last4_as_code: {
|
|
59263
|
+
type: 'boolean',
|
|
59264
|
+
},
|
|
59241
59265
|
},
|
|
59242
59266
|
required: [
|
|
59243
59267
|
'access_methods',
|