@seamapi/types 1.677.0 → 1.678.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 +16 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +18 -0
- package/dist/index.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +16 -0
- package/lib/seam/connect/openapi.js +16 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +4 -0
package/dist/connect.d.cts
CHANGED
|
@@ -96389,6 +96389,10 @@ declare const _default: {
|
|
|
96389
96389
|
occupied_preset_key: {
|
|
96390
96390
|
type: string;
|
|
96391
96391
|
};
|
|
96392
|
+
precondition_minutes_before_reservation: {
|
|
96393
|
+
format: string;
|
|
96394
|
+
type: string;
|
|
96395
|
+
};
|
|
96392
96396
|
unoccupied_preset_key: {
|
|
96393
96397
|
type: string;
|
|
96394
96398
|
};
|
|
@@ -96663,6 +96667,10 @@ declare const _default: {
|
|
|
96663
96667
|
occupied_preset_key: {
|
|
96664
96668
|
type: string;
|
|
96665
96669
|
};
|
|
96670
|
+
precondition_minutes_before_reservation: {
|
|
96671
|
+
format: string;
|
|
96672
|
+
type: string;
|
|
96673
|
+
};
|
|
96666
96674
|
unoccupied_preset_key: {
|
|
96667
96675
|
type: string;
|
|
96668
96676
|
};
|
|
@@ -96947,6 +96955,10 @@ declare const _default: {
|
|
|
96947
96955
|
occupied_preset_key: {
|
|
96948
96956
|
type: string;
|
|
96949
96957
|
};
|
|
96958
|
+
precondition_minutes_before_reservation: {
|
|
96959
|
+
format: string;
|
|
96960
|
+
type: string;
|
|
96961
|
+
};
|
|
96950
96962
|
unoccupied_preset_key: {
|
|
96951
96963
|
type: string;
|
|
96952
96964
|
};
|
|
@@ -97242,6 +97254,10 @@ declare const _default: {
|
|
|
97242
97254
|
occupied_preset_key: {
|
|
97243
97255
|
type: string;
|
|
97244
97256
|
};
|
|
97257
|
+
precondition_minutes_before_reservation: {
|
|
97258
|
+
format: string;
|
|
97259
|
+
type: string;
|
|
97260
|
+
};
|
|
97245
97261
|
unoccupied_preset_key: {
|
|
97246
97262
|
type: string;
|
|
97247
97263
|
};
|
|
@@ -166099,6 +166115,7 @@ type Routes = {
|
|
|
166099
166115
|
is_override_allowed: boolean;
|
|
166100
166116
|
max_override_period_minutes: number;
|
|
166101
166117
|
} | undefined;
|
|
166118
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
166102
166119
|
} | undefined;
|
|
166103
166120
|
reservation_time_updated?: {} | undefined;
|
|
166104
166121
|
reservation_deleted?: {} | undefined;
|
|
@@ -166176,6 +166193,7 @@ type Routes = {
|
|
|
166176
166193
|
is_override_allowed: boolean;
|
|
166177
166194
|
max_override_period_minutes: number;
|
|
166178
166195
|
} | undefined;
|
|
166196
|
+
precondition_minutes_before_reservation?: number | undefined;
|
|
166179
166197
|
} | undefined;
|
|
166180
166198
|
reservation_time_updated?: {} | undefined;
|
|
166181
166199
|
reservation_deleted?: {} | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -53956,6 +53956,10 @@ var openapi_default = {
|
|
|
53956
53956
|
type: "object"
|
|
53957
53957
|
},
|
|
53958
53958
|
occupied_preset_key: { type: "string" },
|
|
53959
|
+
precondition_minutes_before_reservation: {
|
|
53960
|
+
format: "float",
|
|
53961
|
+
type: "number"
|
|
53962
|
+
},
|
|
53959
53963
|
unoccupied_preset_key: { type: "string" }
|
|
53960
53964
|
},
|
|
53961
53965
|
type: "object"
|
|
@@ -54225,6 +54229,10 @@ var openapi_default = {
|
|
|
54225
54229
|
type: "object"
|
|
54226
54230
|
},
|
|
54227
54231
|
occupied_preset_key: { type: "string" },
|
|
54232
|
+
precondition_minutes_before_reservation: {
|
|
54233
|
+
format: "float",
|
|
54234
|
+
type: "number"
|
|
54235
|
+
},
|
|
54228
54236
|
unoccupied_preset_key: { type: "string" }
|
|
54229
54237
|
},
|
|
54230
54238
|
type: "object"
|
|
@@ -54483,6 +54491,10 @@ var openapi_default = {
|
|
|
54483
54491
|
type: "object"
|
|
54484
54492
|
},
|
|
54485
54493
|
occupied_preset_key: { type: "string" },
|
|
54494
|
+
precondition_minutes_before_reservation: {
|
|
54495
|
+
format: "float",
|
|
54496
|
+
type: "number"
|
|
54497
|
+
},
|
|
54486
54498
|
unoccupied_preset_key: { type: "string" }
|
|
54487
54499
|
},
|
|
54488
54500
|
type: "object"
|
|
@@ -54750,6 +54762,10 @@ var openapi_default = {
|
|
|
54750
54762
|
type: "object"
|
|
54751
54763
|
},
|
|
54752
54764
|
occupied_preset_key: { type: "string" },
|
|
54765
|
+
precondition_minutes_before_reservation: {
|
|
54766
|
+
format: "float",
|
|
54767
|
+
type: "number"
|
|
54768
|
+
},
|
|
54753
54769
|
unoccupied_preset_key: { type: "string" }
|
|
54754
54770
|
},
|
|
54755
54771
|
type: "object"
|