@seamapi/types 1.626.0 → 1.628.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 +26 -44
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +42 -96
- package/dist/index.cjs +26 -44
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +38 -82
- package/lib/seam/connect/openapi.js +24 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -42
- package/src/lib/seam/connect/route-types.ts +4 -22
|
@@ -21218,14 +21218,22 @@ declare const _default: {
|
|
|
21218
21218
|
pat_with_workspace: never[];
|
|
21219
21219
|
console_session_with_workspace?: never;
|
|
21220
21220
|
api_key?: never;
|
|
21221
|
+
client_session_with_customer?: never;
|
|
21221
21222
|
} | {
|
|
21222
21223
|
console_session_with_workspace: never[];
|
|
21223
21224
|
pat_with_workspace?: never;
|
|
21224
21225
|
api_key?: never;
|
|
21226
|
+
client_session_with_customer?: never;
|
|
21225
21227
|
} | {
|
|
21226
21228
|
api_key: never[];
|
|
21227
21229
|
pat_with_workspace?: never;
|
|
21228
21230
|
console_session_with_workspace?: never;
|
|
21231
|
+
client_session_with_customer?: never;
|
|
21232
|
+
} | {
|
|
21233
|
+
client_session_with_customer: never[];
|
|
21234
|
+
pat_with_workspace?: never;
|
|
21235
|
+
console_session_with_workspace?: never;
|
|
21236
|
+
api_key?: never;
|
|
21229
21237
|
})[];
|
|
21230
21238
|
summary: string;
|
|
21231
21239
|
tags: never[];
|
|
@@ -21305,14 +21313,22 @@ declare const _default: {
|
|
|
21305
21313
|
pat_with_workspace: never[];
|
|
21306
21314
|
console_session_with_workspace?: never;
|
|
21307
21315
|
api_key?: never;
|
|
21316
|
+
client_session_with_customer?: never;
|
|
21308
21317
|
} | {
|
|
21309
21318
|
console_session_with_workspace: never[];
|
|
21310
21319
|
pat_with_workspace?: never;
|
|
21311
21320
|
api_key?: never;
|
|
21321
|
+
client_session_with_customer?: never;
|
|
21312
21322
|
} | {
|
|
21313
21323
|
api_key: never[];
|
|
21314
21324
|
pat_with_workspace?: never;
|
|
21315
21325
|
console_session_with_workspace?: never;
|
|
21326
|
+
client_session_with_customer?: never;
|
|
21327
|
+
} | {
|
|
21328
|
+
client_session_with_customer: never[];
|
|
21329
|
+
pat_with_workspace?: never;
|
|
21330
|
+
console_session_with_workspace?: never;
|
|
21331
|
+
api_key?: never;
|
|
21316
21332
|
})[];
|
|
21317
21333
|
summary: string;
|
|
21318
21334
|
tags: never[];
|
|
@@ -42545,20 +42561,8 @@ declare const _default: {
|
|
|
42545
42561
|
properties: {
|
|
42546
42562
|
rules: {
|
|
42547
42563
|
properties: {
|
|
42548
|
-
delete_on_reservation_end: {
|
|
42549
|
-
properties: {
|
|
42550
|
-
enabled: {
|
|
42551
|
-
type: string;
|
|
42552
|
-
};
|
|
42553
|
-
};
|
|
42554
|
-
required: string[];
|
|
42555
|
-
type: string;
|
|
42556
|
-
};
|
|
42557
42564
|
reservation_created: {
|
|
42558
42565
|
properties: {
|
|
42559
|
-
enabled: {
|
|
42560
|
-
type: string;
|
|
42561
|
-
};
|
|
42562
42566
|
fallback_preset: {
|
|
42563
42567
|
properties: {
|
|
42564
42568
|
fan_mode: {
|
|
@@ -42592,17 +42596,13 @@ declare const _default: {
|
|
|
42592
42596
|
type: string;
|
|
42593
42597
|
};
|
|
42594
42598
|
};
|
|
42595
|
-
required: string[];
|
|
42596
42599
|
type: string;
|
|
42597
42600
|
};
|
|
42598
|
-
|
|
42599
|
-
|
|
42600
|
-
|
|
42601
|
-
|
|
42602
|
-
|
|
42603
|
-
};
|
|
42604
|
-
required: string[];
|
|
42605
|
-
type: string;
|
|
42601
|
+
reservation_deleted: {
|
|
42602
|
+
$ref: string;
|
|
42603
|
+
};
|
|
42604
|
+
reservation_time_updated: {
|
|
42605
|
+
$ref: string;
|
|
42606
42606
|
};
|
|
42607
42607
|
};
|
|
42608
42608
|
type: string;
|
|
@@ -42774,20 +42774,8 @@ declare const _default: {
|
|
|
42774
42774
|
properties: {
|
|
42775
42775
|
rules: {
|
|
42776
42776
|
properties: {
|
|
42777
|
-
delete_on_reservation_end: {
|
|
42778
|
-
properties: {
|
|
42779
|
-
enabled: {
|
|
42780
|
-
type: string;
|
|
42781
|
-
};
|
|
42782
|
-
};
|
|
42783
|
-
required: string[];
|
|
42784
|
-
type: string;
|
|
42785
|
-
};
|
|
42786
42777
|
reservation_created: {
|
|
42787
42778
|
properties: {
|
|
42788
|
-
enabled: {
|
|
42789
|
-
type: string;
|
|
42790
|
-
};
|
|
42791
42779
|
fallback_preset: {
|
|
42792
42780
|
properties: {
|
|
42793
42781
|
fan_mode: {
|
|
@@ -42821,17 +42809,13 @@ declare const _default: {
|
|
|
42821
42809
|
type: string;
|
|
42822
42810
|
};
|
|
42823
42811
|
};
|
|
42824
|
-
required: string[];
|
|
42825
42812
|
type: string;
|
|
42826
42813
|
};
|
|
42827
|
-
|
|
42828
|
-
|
|
42829
|
-
|
|
42830
|
-
|
|
42831
|
-
|
|
42832
|
-
};
|
|
42833
|
-
required: string[];
|
|
42834
|
-
type: string;
|
|
42814
|
+
reservation_deleted: {
|
|
42815
|
+
$ref: string;
|
|
42816
|
+
};
|
|
42817
|
+
reservation_time_updated: {
|
|
42818
|
+
$ref: string;
|
|
42835
42819
|
};
|
|
42836
42820
|
};
|
|
42837
42821
|
type: string;
|
|
@@ -43012,20 +42996,8 @@ declare const _default: {
|
|
|
43012
42996
|
properties: {
|
|
43013
42997
|
rules: {
|
|
43014
42998
|
properties: {
|
|
43015
|
-
delete_on_reservation_end: {
|
|
43016
|
-
properties: {
|
|
43017
|
-
enabled: {
|
|
43018
|
-
type: string;
|
|
43019
|
-
};
|
|
43020
|
-
};
|
|
43021
|
-
required: string[];
|
|
43022
|
-
type: string;
|
|
43023
|
-
};
|
|
43024
42999
|
reservation_created: {
|
|
43025
43000
|
properties: {
|
|
43026
|
-
enabled: {
|
|
43027
|
-
type: string;
|
|
43028
|
-
};
|
|
43029
43001
|
fallback_preset: {
|
|
43030
43002
|
properties: {
|
|
43031
43003
|
fan_mode: {
|
|
@@ -43059,16 +43031,14 @@ declare const _default: {
|
|
|
43059
43031
|
type: string;
|
|
43060
43032
|
};
|
|
43061
43033
|
};
|
|
43062
|
-
required: string[];
|
|
43063
43034
|
type: string;
|
|
43064
43035
|
};
|
|
43065
|
-
|
|
43066
|
-
properties: {
|
|
43067
|
-
|
|
43068
|
-
|
|
43069
|
-
|
|
43070
|
-
};
|
|
43071
|
-
required: string[];
|
|
43036
|
+
reservation_deleted: {
|
|
43037
|
+
properties: {};
|
|
43038
|
+
type: string;
|
|
43039
|
+
};
|
|
43040
|
+
reservation_time_updated: {
|
|
43041
|
+
properties: {};
|
|
43072
43042
|
type: string;
|
|
43073
43043
|
};
|
|
43074
43044
|
};
|
|
@@ -43259,20 +43229,8 @@ declare const _default: {
|
|
|
43259
43229
|
properties: {
|
|
43260
43230
|
rules: {
|
|
43261
43231
|
properties: {
|
|
43262
|
-
delete_on_reservation_end: {
|
|
43263
|
-
properties: {
|
|
43264
|
-
enabled: {
|
|
43265
|
-
type: string;
|
|
43266
|
-
};
|
|
43267
|
-
};
|
|
43268
|
-
required: string[];
|
|
43269
|
-
type: string;
|
|
43270
|
-
};
|
|
43271
43232
|
reservation_created: {
|
|
43272
43233
|
properties: {
|
|
43273
|
-
enabled: {
|
|
43274
|
-
type: string;
|
|
43275
|
-
};
|
|
43276
43234
|
fallback_preset: {
|
|
43277
43235
|
properties: {
|
|
43278
43236
|
fan_mode: {
|
|
@@ -43306,16 +43264,14 @@ declare const _default: {
|
|
|
43306
43264
|
type: string;
|
|
43307
43265
|
};
|
|
43308
43266
|
};
|
|
43309
|
-
required: string[];
|
|
43310
43267
|
type: string;
|
|
43311
43268
|
};
|
|
43312
|
-
|
|
43313
|
-
properties: {
|
|
43314
|
-
|
|
43315
|
-
|
|
43316
|
-
|
|
43317
|
-
};
|
|
43318
|
-
required: string[];
|
|
43269
|
+
reservation_deleted: {
|
|
43270
|
+
properties: {};
|
|
43271
|
+
type: string;
|
|
43272
|
+
};
|
|
43273
|
+
reservation_time_updated: {
|
|
43274
|
+
properties: {};
|
|
43319
43275
|
type: string;
|
|
43320
43276
|
};
|
|
43321
43277
|
};
|
|
@@ -28553,6 +28553,7 @@ export default {
|
|
|
28553
28553
|
{ pat_with_workspace: [] },
|
|
28554
28554
|
{ console_session_with_workspace: [] },
|
|
28555
28555
|
{ api_key: [] },
|
|
28556
|
+
{ client_session_with_customer: [] },
|
|
28556
28557
|
],
|
|
28557
28558
|
summary: '/access_methods/list',
|
|
28558
28559
|
tags: [],
|
|
@@ -28624,6 +28625,7 @@ export default {
|
|
|
28624
28625
|
{ pat_with_workspace: [] },
|
|
28625
28626
|
{ console_session_with_workspace: [] },
|
|
28626
28627
|
{ api_key: [] },
|
|
28628
|
+
{ client_session_with_customer: [] },
|
|
28627
28629
|
],
|
|
28628
28630
|
summary: '/access_methods/list',
|
|
28629
28631
|
tags: [],
|
|
@@ -47544,14 +47546,8 @@ export default {
|
|
|
47544
47546
|
properties: {
|
|
47545
47547
|
rules: {
|
|
47546
47548
|
properties: {
|
|
47547
|
-
delete_on_reservation_end: {
|
|
47548
|
-
properties: { enabled: { type: 'boolean' } },
|
|
47549
|
-
required: ['enabled'],
|
|
47550
|
-
type: 'object',
|
|
47551
|
-
},
|
|
47552
47549
|
reservation_created: {
|
|
47553
47550
|
properties: {
|
|
47554
|
-
enabled: { type: 'boolean' },
|
|
47555
47551
|
fallback_preset: {
|
|
47556
47552
|
properties: {
|
|
47557
47553
|
fan_mode: {
|
|
@@ -47588,13 +47584,13 @@ export default {
|
|
|
47588
47584
|
},
|
|
47589
47585
|
occupied_preset_key: { type: 'string' },
|
|
47590
47586
|
},
|
|
47591
|
-
required: ['enabled'],
|
|
47592
47587
|
type: 'object',
|
|
47593
47588
|
},
|
|
47594
|
-
|
|
47595
|
-
|
|
47596
|
-
|
|
47597
|
-
|
|
47589
|
+
reservation_deleted: {
|
|
47590
|
+
$ref: '#/components/schemas/access_code',
|
|
47591
|
+
},
|
|
47592
|
+
reservation_time_updated: {
|
|
47593
|
+
$ref: '#/components/schemas/access_code',
|
|
47598
47594
|
},
|
|
47599
47595
|
},
|
|
47600
47596
|
type: 'object',
|
|
@@ -47759,14 +47755,8 @@ export default {
|
|
|
47759
47755
|
properties: {
|
|
47760
47756
|
rules: {
|
|
47761
47757
|
properties: {
|
|
47762
|
-
delete_on_reservation_end: {
|
|
47763
|
-
properties: { enabled: { type: 'boolean' } },
|
|
47764
|
-
required: ['enabled'],
|
|
47765
|
-
type: 'object',
|
|
47766
|
-
},
|
|
47767
47758
|
reservation_created: {
|
|
47768
47759
|
properties: {
|
|
47769
|
-
enabled: { type: 'boolean' },
|
|
47770
47760
|
fallback_preset: {
|
|
47771
47761
|
properties: {
|
|
47772
47762
|
fan_mode: {
|
|
@@ -47803,13 +47793,13 @@ export default {
|
|
|
47803
47793
|
},
|
|
47804
47794
|
occupied_preset_key: { type: 'string' },
|
|
47805
47795
|
},
|
|
47806
|
-
required: ['enabled'],
|
|
47807
47796
|
type: 'object',
|
|
47808
47797
|
},
|
|
47809
|
-
|
|
47810
|
-
|
|
47811
|
-
|
|
47812
|
-
|
|
47798
|
+
reservation_deleted: {
|
|
47799
|
+
$ref: '#/components/schemas/access_code',
|
|
47800
|
+
},
|
|
47801
|
+
reservation_time_updated: {
|
|
47802
|
+
$ref: '#/components/schemas/access_code',
|
|
47813
47803
|
},
|
|
47814
47804
|
},
|
|
47815
47805
|
type: 'object',
|
|
@@ -47965,14 +47955,8 @@ export default {
|
|
|
47965
47955
|
properties: {
|
|
47966
47956
|
rules: {
|
|
47967
47957
|
properties: {
|
|
47968
|
-
delete_on_reservation_end: {
|
|
47969
|
-
properties: { enabled: { type: 'boolean' } },
|
|
47970
|
-
required: ['enabled'],
|
|
47971
|
-
type: 'object',
|
|
47972
|
-
},
|
|
47973
47958
|
reservation_created: {
|
|
47974
47959
|
properties: {
|
|
47975
|
-
enabled: { type: 'boolean' },
|
|
47976
47960
|
fallback_preset: {
|
|
47977
47961
|
properties: {
|
|
47978
47962
|
fan_mode: {
|
|
@@ -48009,12 +47993,14 @@ export default {
|
|
|
48009
47993
|
},
|
|
48010
47994
|
occupied_preset_key: { type: 'string' },
|
|
48011
47995
|
},
|
|
48012
|
-
required: ['enabled'],
|
|
48013
47996
|
type: 'object',
|
|
48014
47997
|
},
|
|
48015
|
-
|
|
48016
|
-
properties: {
|
|
48017
|
-
|
|
47998
|
+
reservation_deleted: {
|
|
47999
|
+
properties: {},
|
|
48000
|
+
type: 'object',
|
|
48001
|
+
},
|
|
48002
|
+
reservation_time_updated: {
|
|
48003
|
+
properties: {},
|
|
48018
48004
|
type: 'object',
|
|
48019
48005
|
},
|
|
48020
48006
|
},
|
|
@@ -48178,14 +48164,8 @@ export default {
|
|
|
48178
48164
|
properties: {
|
|
48179
48165
|
rules: {
|
|
48180
48166
|
properties: {
|
|
48181
|
-
delete_on_reservation_end: {
|
|
48182
|
-
properties: { enabled: { type: 'boolean' } },
|
|
48183
|
-
required: ['enabled'],
|
|
48184
|
-
type: 'object',
|
|
48185
|
-
},
|
|
48186
48167
|
reservation_created: {
|
|
48187
48168
|
properties: {
|
|
48188
|
-
enabled: { type: 'boolean' },
|
|
48189
48169
|
fallback_preset: {
|
|
48190
48170
|
properties: {
|
|
48191
48171
|
fan_mode: {
|
|
@@ -48222,12 +48202,14 @@ export default {
|
|
|
48222
48202
|
},
|
|
48223
48203
|
occupied_preset_key: { type: 'string' },
|
|
48224
48204
|
},
|
|
48225
|
-
required: ['enabled'],
|
|
48226
48205
|
type: 'object',
|
|
48227
48206
|
},
|
|
48228
|
-
|
|
48229
|
-
properties: {
|
|
48230
|
-
|
|
48207
|
+
reservation_deleted: {
|
|
48208
|
+
properties: {},
|
|
48209
|
+
type: 'object',
|
|
48210
|
+
},
|
|
48211
|
+
reservation_time_updated: {
|
|
48212
|
+
properties: {},
|
|
48231
48213
|
type: 'object',
|
|
48232
48214
|
},
|
|
48233
48215
|
},
|