@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
|
@@ -43382,6 +43382,10 @@ declare const _default: {
|
|
|
43382
43382
|
occupied_preset_key: {
|
|
43383
43383
|
type: string;
|
|
43384
43384
|
};
|
|
43385
|
+
precondition_minutes_before_reservation: {
|
|
43386
|
+
format: string;
|
|
43387
|
+
type: string;
|
|
43388
|
+
};
|
|
43385
43389
|
unoccupied_preset_key: {
|
|
43386
43390
|
type: string;
|
|
43387
43391
|
};
|
|
@@ -43656,6 +43660,10 @@ declare const _default: {
|
|
|
43656
43660
|
occupied_preset_key: {
|
|
43657
43661
|
type: string;
|
|
43658
43662
|
};
|
|
43663
|
+
precondition_minutes_before_reservation: {
|
|
43664
|
+
format: string;
|
|
43665
|
+
type: string;
|
|
43666
|
+
};
|
|
43659
43667
|
unoccupied_preset_key: {
|
|
43660
43668
|
type: string;
|
|
43661
43669
|
};
|
|
@@ -43940,6 +43948,10 @@ declare const _default: {
|
|
|
43940
43948
|
occupied_preset_key: {
|
|
43941
43949
|
type: string;
|
|
43942
43950
|
};
|
|
43951
|
+
precondition_minutes_before_reservation: {
|
|
43952
|
+
format: string;
|
|
43953
|
+
type: string;
|
|
43954
|
+
};
|
|
43943
43955
|
unoccupied_preset_key: {
|
|
43944
43956
|
type: string;
|
|
43945
43957
|
};
|
|
@@ -44235,6 +44247,10 @@ declare const _default: {
|
|
|
44235
44247
|
occupied_preset_key: {
|
|
44236
44248
|
type: string;
|
|
44237
44249
|
};
|
|
44250
|
+
precondition_minutes_before_reservation: {
|
|
44251
|
+
format: string;
|
|
44252
|
+
type: string;
|
|
44253
|
+
};
|
|
44238
44254
|
unoccupied_preset_key: {
|
|
44239
44255
|
type: string;
|
|
44240
44256
|
};
|
|
@@ -48062,6 +48062,10 @@ export default {
|
|
|
48062
48062
|
type: 'object',
|
|
48063
48063
|
},
|
|
48064
48064
|
occupied_preset_key: { type: 'string' },
|
|
48065
|
+
precondition_minutes_before_reservation: {
|
|
48066
|
+
format: 'float',
|
|
48067
|
+
type: 'number',
|
|
48068
|
+
},
|
|
48065
48069
|
unoccupied_preset_key: { type: 'string' },
|
|
48066
48070
|
},
|
|
48067
48071
|
type: 'object',
|
|
@@ -48331,6 +48335,10 @@ export default {
|
|
|
48331
48335
|
type: 'object',
|
|
48332
48336
|
},
|
|
48333
48337
|
occupied_preset_key: { type: 'string' },
|
|
48338
|
+
precondition_minutes_before_reservation: {
|
|
48339
|
+
format: 'float',
|
|
48340
|
+
type: 'number',
|
|
48341
|
+
},
|
|
48334
48342
|
unoccupied_preset_key: { type: 'string' },
|
|
48335
48343
|
},
|
|
48336
48344
|
type: 'object',
|
|
@@ -48589,6 +48597,10 @@ export default {
|
|
|
48589
48597
|
type: 'object',
|
|
48590
48598
|
},
|
|
48591
48599
|
occupied_preset_key: { type: 'string' },
|
|
48600
|
+
precondition_minutes_before_reservation: {
|
|
48601
|
+
format: 'float',
|
|
48602
|
+
type: 'number',
|
|
48603
|
+
},
|
|
48592
48604
|
unoccupied_preset_key: { type: 'string' },
|
|
48593
48605
|
},
|
|
48594
48606
|
type: 'object',
|
|
@@ -48856,6 +48868,10 @@ export default {
|
|
|
48856
48868
|
type: 'object',
|
|
48857
48869
|
},
|
|
48858
48870
|
occupied_preset_key: { type: 'string' },
|
|
48871
|
+
precondition_minutes_before_reservation: {
|
|
48872
|
+
format: 'float',
|
|
48873
|
+
type: 'number',
|
|
48874
|
+
},
|
|
48859
48875
|
unoccupied_preset_key: { type: 'string' },
|
|
48860
48876
|
},
|
|
48861
48877
|
type: 'object',
|