@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
package/dist/connect.d.cts
CHANGED
|
@@ -112134,6 +112134,9 @@ declare const _default: {
|
|
|
112134
112134
|
enum: string[];
|
|
112135
112135
|
type: string;
|
|
112136
112136
|
};
|
|
112137
|
+
prefer_guest_phone_last4_as_code: {
|
|
112138
|
+
type: string;
|
|
112139
|
+
};
|
|
112137
112140
|
};
|
|
112138
112141
|
required: string[];
|
|
112139
112142
|
type: string;
|
|
@@ -112433,6 +112436,9 @@ declare const _default: {
|
|
|
112433
112436
|
enum: string[];
|
|
112434
112437
|
type: string;
|
|
112435
112438
|
};
|
|
112439
|
+
prefer_guest_phone_last4_as_code: {
|
|
112440
|
+
type: string;
|
|
112441
|
+
};
|
|
112436
112442
|
};
|
|
112437
112443
|
required: string[];
|
|
112438
112444
|
type: string;
|
|
@@ -112719,6 +112725,9 @@ declare const _default: {
|
|
|
112719
112725
|
enum: string[];
|
|
112720
112726
|
type: string;
|
|
112721
112727
|
};
|
|
112728
|
+
prefer_guest_phone_last4_as_code: {
|
|
112729
|
+
type: string;
|
|
112730
|
+
};
|
|
112722
112731
|
};
|
|
112723
112732
|
required: string[];
|
|
112724
112733
|
type: string;
|
|
@@ -113028,6 +113037,9 @@ declare const _default: {
|
|
|
113028
113037
|
enum: string[];
|
|
113029
113038
|
type: string;
|
|
113030
113039
|
};
|
|
113040
|
+
prefer_guest_phone_last4_as_code: {
|
|
113041
|
+
type: string;
|
|
113042
|
+
};
|
|
113031
113043
|
};
|
|
113032
113044
|
required: string[];
|
|
113033
113045
|
type: string;
|
|
@@ -114466,6 +114478,9 @@ declare const _default: {
|
|
|
114466
114478
|
enum: string[];
|
|
114467
114479
|
type: string;
|
|
114468
114480
|
};
|
|
114481
|
+
prefer_guest_phone_last4_as_code: {
|
|
114482
|
+
type: string;
|
|
114483
|
+
};
|
|
114469
114484
|
};
|
|
114470
114485
|
required: string[];
|
|
114471
114486
|
type: string;
|
|
@@ -114751,6 +114766,9 @@ declare const _default: {
|
|
|
114751
114766
|
enum: string[];
|
|
114752
114767
|
type: string;
|
|
114753
114768
|
};
|
|
114769
|
+
prefer_guest_phone_last4_as_code: {
|
|
114770
|
+
type: string;
|
|
114771
|
+
};
|
|
114754
114772
|
};
|
|
114755
114773
|
required: string[];
|
|
114756
114774
|
type: string;
|
|
@@ -115036,6 +115054,9 @@ declare const _default: {
|
|
|
115036
115054
|
enum: string[];
|
|
115037
115055
|
type: string;
|
|
115038
115056
|
};
|
|
115057
|
+
prefer_guest_phone_last4_as_code: {
|
|
115058
|
+
type: string;
|
|
115059
|
+
};
|
|
115039
115060
|
};
|
|
115040
115061
|
required: string[];
|
|
115041
115062
|
type: string;
|
|
@@ -115336,6 +115357,9 @@ declare const _default: {
|
|
|
115336
115357
|
enum: string[];
|
|
115337
115358
|
type: string;
|
|
115338
115359
|
};
|
|
115360
|
+
prefer_guest_phone_last4_as_code: {
|
|
115361
|
+
type: string;
|
|
115362
|
+
};
|
|
115339
115363
|
};
|
|
115340
115364
|
required: string[];
|
|
115341
115365
|
type: string;
|
|
@@ -192446,6 +192470,7 @@ type Routes = {
|
|
|
192446
192470
|
card_count_on_reservation_create?: number | undefined;
|
|
192447
192471
|
code_count_on_reservation_create?: number | undefined;
|
|
192448
192472
|
instant_key_max_use_count?: number | undefined;
|
|
192473
|
+
prefer_guest_phone_last4_as_code?: boolean | undefined;
|
|
192449
192474
|
};
|
|
192450
192475
|
} | undefined;
|
|
192451
192476
|
reservation_time_updated?: {
|
|
@@ -192528,6 +192553,7 @@ type Routes = {
|
|
|
192528
192553
|
card_count_on_reservation_create?: number | undefined;
|
|
192529
192554
|
code_count_on_reservation_create?: number | undefined;
|
|
192530
192555
|
instant_key_max_use_count?: number | undefined;
|
|
192556
|
+
prefer_guest_phone_last4_as_code?: boolean | undefined;
|
|
192531
192557
|
};
|
|
192532
192558
|
} | undefined;
|
|
192533
192559
|
reservation_time_updated?: {
|
|
@@ -192823,6 +192849,7 @@ type Routes = {
|
|
|
192823
192849
|
card_count_on_reservation_create?: number | undefined;
|
|
192824
192850
|
code_count_on_reservation_create?: number | undefined;
|
|
192825
192851
|
instant_key_max_use_count?: number | undefined;
|
|
192852
|
+
prefer_guest_phone_last4_as_code?: boolean | undefined;
|
|
192826
192853
|
};
|
|
192827
192854
|
} | undefined;
|
|
192828
192855
|
reservation_time_updated?: {
|
|
@@ -192904,6 +192931,7 @@ type Routes = {
|
|
|
192904
192931
|
card_count_on_reservation_create?: number | undefined;
|
|
192905
192932
|
code_count_on_reservation_create?: number | undefined;
|
|
192906
192933
|
instant_key_max_use_count?: number | undefined;
|
|
192934
|
+
prefer_guest_phone_last4_as_code?: boolean | undefined;
|
|
192907
192935
|
};
|
|
192908
192936
|
} | undefined;
|
|
192909
192937
|
reservation_time_updated?: {
|
package/dist/index.cjs
CHANGED
|
@@ -62818,6 +62818,9 @@ var openapi_default = {
|
|
|
62818
62818
|
"all_available"
|
|
62819
62819
|
],
|
|
62820
62820
|
type: "string"
|
|
62821
|
+
},
|
|
62822
|
+
prefer_guest_phone_last4_as_code: {
|
|
62823
|
+
type: "boolean"
|
|
62821
62824
|
}
|
|
62822
62825
|
},
|
|
62823
62826
|
required: [
|
|
@@ -63114,6 +63117,9 @@ var openapi_default = {
|
|
|
63114
63117
|
"all_available"
|
|
63115
63118
|
],
|
|
63116
63119
|
type: "string"
|
|
63120
|
+
},
|
|
63121
|
+
prefer_guest_phone_last4_as_code: {
|
|
63122
|
+
type: "boolean"
|
|
63117
63123
|
}
|
|
63118
63124
|
},
|
|
63119
63125
|
required: [
|
|
@@ -63397,6 +63403,9 @@ var openapi_default = {
|
|
|
63397
63403
|
"all_available"
|
|
63398
63404
|
],
|
|
63399
63405
|
type: "string"
|
|
63406
|
+
},
|
|
63407
|
+
prefer_guest_phone_last4_as_code: {
|
|
63408
|
+
type: "boolean"
|
|
63400
63409
|
}
|
|
63401
63410
|
},
|
|
63402
63411
|
required: [
|
|
@@ -63680,6 +63689,9 @@ var openapi_default = {
|
|
|
63680
63689
|
"all_available"
|
|
63681
63690
|
],
|
|
63682
63691
|
type: "string"
|
|
63692
|
+
},
|
|
63693
|
+
prefer_guest_phone_last4_as_code: {
|
|
63694
|
+
type: "boolean"
|
|
63683
63695
|
}
|
|
63684
63696
|
},
|
|
63685
63697
|
required: [
|
|
@@ -64922,6 +64934,9 @@ var openapi_default = {
|
|
|
64922
64934
|
"all_available"
|
|
64923
64935
|
],
|
|
64924
64936
|
type: "string"
|
|
64937
|
+
},
|
|
64938
|
+
prefer_guest_phone_last4_as_code: {
|
|
64939
|
+
type: "boolean"
|
|
64925
64940
|
}
|
|
64926
64941
|
},
|
|
64927
64942
|
required: [
|
|
@@ -65218,6 +65233,9 @@ var openapi_default = {
|
|
|
65218
65233
|
"all_available"
|
|
65219
65234
|
],
|
|
65220
65235
|
type: "string"
|
|
65236
|
+
},
|
|
65237
|
+
prefer_guest_phone_last4_as_code: {
|
|
65238
|
+
type: "boolean"
|
|
65221
65239
|
}
|
|
65222
65240
|
},
|
|
65223
65241
|
required: [
|
|
@@ -65514,6 +65532,9 @@ var openapi_default = {
|
|
|
65514
65532
|
"all_available"
|
|
65515
65533
|
],
|
|
65516
65534
|
type: "string"
|
|
65535
|
+
},
|
|
65536
|
+
prefer_guest_phone_last4_as_code: {
|
|
65537
|
+
type: "boolean"
|
|
65517
65538
|
}
|
|
65518
65539
|
},
|
|
65519
65540
|
required: [
|
|
@@ -65798,6 +65819,9 @@ var openapi_default = {
|
|
|
65798
65819
|
"all_available"
|
|
65799
65820
|
],
|
|
65800
65821
|
type: "string"
|
|
65822
|
+
},
|
|
65823
|
+
prefer_guest_phone_last4_as_code: {
|
|
65824
|
+
type: "boolean"
|
|
65801
65825
|
}
|
|
65802
65826
|
},
|
|
65803
65827
|
required: [
|