@seamapi/types 1.749.0 → 1.751.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 +114 -48
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1979 -614
- package/dist/index.cjs +114 -48
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +5 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +16 -0
- package/lib/seam/connect/openapi.d.ts +121 -63
- package/lib/seam/connect/openapi.js +111 -48
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1304 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +118 -48
- package/src/lib/seam/connect/route-types.ts +1507 -5
|
@@ -4,16 +4,19 @@ export declare const acs_entrance_capability_flags: z.ZodObject<{
|
|
|
4
4
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
5
5
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
6
6
|
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
+
can_unlock_with_cloud_key: z.ZodOptional<z.ZodBoolean>;
|
|
7
8
|
}, "strip", z.ZodTypeAny, {
|
|
8
9
|
can_unlock_with_code?: boolean | undefined;
|
|
9
10
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
10
11
|
can_unlock_with_card?: boolean | undefined;
|
|
11
12
|
can_belong_to_reservation?: boolean | undefined;
|
|
13
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
12
14
|
}, {
|
|
13
15
|
can_unlock_with_code?: boolean | undefined;
|
|
14
16
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
15
17
|
can_unlock_with_card?: boolean | undefined;
|
|
16
18
|
can_belong_to_reservation?: boolean | undefined;
|
|
19
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
17
20
|
}>;
|
|
18
21
|
export declare const acs_entrance: z.ZodObject<{
|
|
19
22
|
acs_system_id: z.ZodString;
|
|
@@ -190,6 +193,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
190
193
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
191
194
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
192
195
|
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
196
|
+
can_unlock_with_cloud_key: z.ZodOptional<z.ZodBoolean>;
|
|
193
197
|
}, "strip", z.ZodTypeAny, {
|
|
194
198
|
display_name: string;
|
|
195
199
|
created_at: string;
|
|
@@ -235,6 +239,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
235
239
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
236
240
|
can_unlock_with_card?: boolean | undefined;
|
|
237
241
|
can_belong_to_reservation?: boolean | undefined;
|
|
242
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
238
243
|
latch_metadata?: {
|
|
239
244
|
door_name: string;
|
|
240
245
|
is_connected: boolean;
|
|
@@ -305,6 +310,7 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
305
310
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
306
311
|
can_unlock_with_card?: boolean | undefined;
|
|
307
312
|
can_belong_to_reservation?: boolean | undefined;
|
|
313
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
308
314
|
latch_metadata?: {
|
|
309
315
|
door_name: string;
|
|
310
316
|
is_connected: boolean;
|
|
@@ -19,6 +19,10 @@ export const acs_entrance_capability_flags = z.object({
|
|
|
19
19
|
.boolean()
|
|
20
20
|
.optional()
|
|
21
21
|
.describe('Indicates whether the ACS entrance can belong to a reservation via an access_grant.reservation_key.'),
|
|
22
|
+
can_unlock_with_cloud_key: z
|
|
23
|
+
.boolean()
|
|
24
|
+
.optional()
|
|
25
|
+
.describe('Indicates whether the ACS entrance can be remotely unlocked using a cloud_key credential.'),
|
|
22
26
|
});
|
|
23
27
|
export const acs_entrance = z
|
|
24
28
|
.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"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"}
|
|
@@ -5244,6 +5244,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5244
5244
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
5245
5245
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
5246
5246
|
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
5247
|
+
can_unlock_with_cloud_key: z.ZodOptional<z.ZodBoolean>;
|
|
5247
5248
|
}, "strip", z.ZodTypeAny, {
|
|
5248
5249
|
display_name: string;
|
|
5249
5250
|
created_at: string;
|
|
@@ -5289,6 +5290,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5289
5290
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
5290
5291
|
can_unlock_with_card?: boolean | undefined;
|
|
5291
5292
|
can_belong_to_reservation?: boolean | undefined;
|
|
5293
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
5292
5294
|
latch_metadata?: {
|
|
5293
5295
|
door_name: string;
|
|
5294
5296
|
is_connected: boolean;
|
|
@@ -5359,6 +5361,7 @@ export declare const batch: z.ZodObject<{
|
|
|
5359
5361
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
5360
5362
|
can_unlock_with_card?: boolean | undefined;
|
|
5361
5363
|
can_belong_to_reservation?: boolean | undefined;
|
|
5364
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
5362
5365
|
latch_metadata?: {
|
|
5363
5366
|
door_name: string;
|
|
5364
5367
|
is_connected: boolean;
|
|
@@ -26007,6 +26010,7 @@ export declare const batch: z.ZodObject<{
|
|
|
26007
26010
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
26008
26011
|
can_unlock_with_card?: boolean | undefined;
|
|
26009
26012
|
can_belong_to_reservation?: boolean | undefined;
|
|
26013
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
26010
26014
|
latch_metadata?: {
|
|
26011
26015
|
door_name: string;
|
|
26012
26016
|
is_connected: boolean;
|
|
@@ -30809,6 +30813,7 @@ export declare const batch: z.ZodObject<{
|
|
|
30809
30813
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
30810
30814
|
can_unlock_with_card?: boolean | undefined;
|
|
30811
30815
|
can_belong_to_reservation?: boolean | undefined;
|
|
30816
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
30812
30817
|
latch_metadata?: {
|
|
30813
30818
|
door_name: string;
|
|
30814
30819
|
is_connected: boolean;
|
|
@@ -358,6 +358,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
358
358
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
359
359
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
360
360
|
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
361
|
+
can_unlock_with_cloud_key: z.ZodOptional<z.ZodBoolean>;
|
|
361
362
|
}, "strip", z.ZodTypeAny, {
|
|
362
363
|
display_name: string;
|
|
363
364
|
created_at: string;
|
|
@@ -403,6 +404,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
403
404
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
404
405
|
can_unlock_with_card?: boolean | undefined;
|
|
405
406
|
can_belong_to_reservation?: boolean | undefined;
|
|
407
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
406
408
|
latch_metadata?: {
|
|
407
409
|
door_name: string;
|
|
408
410
|
is_connected: boolean;
|
|
@@ -473,6 +475,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
473
475
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
474
476
|
can_unlock_with_card?: boolean | undefined;
|
|
475
477
|
can_belong_to_reservation?: boolean | undefined;
|
|
478
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
476
479
|
latch_metadata?: {
|
|
477
480
|
door_name: string;
|
|
478
481
|
is_connected: boolean;
|
|
@@ -582,6 +585,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
582
585
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
583
586
|
can_unlock_with_card?: boolean | undefined;
|
|
584
587
|
can_belong_to_reservation?: boolean | undefined;
|
|
588
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
585
589
|
latch_metadata?: {
|
|
586
590
|
door_name: string;
|
|
587
591
|
is_connected: boolean;
|
|
@@ -725,6 +729,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
725
729
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
726
730
|
can_unlock_with_card?: boolean | undefined;
|
|
727
731
|
can_belong_to_reservation?: boolean | undefined;
|
|
732
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
728
733
|
latch_metadata?: {
|
|
729
734
|
door_name: string;
|
|
730
735
|
is_connected: boolean;
|
|
@@ -870,6 +875,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
870
875
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
871
876
|
can_unlock_with_card?: boolean | undefined;
|
|
872
877
|
can_belong_to_reservation?: boolean | undefined;
|
|
878
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
873
879
|
latch_metadata?: {
|
|
874
880
|
door_name: string;
|
|
875
881
|
is_connected: boolean;
|
|
@@ -1021,6 +1027,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1021
1027
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1022
1028
|
can_unlock_with_card?: boolean | undefined;
|
|
1023
1029
|
can_belong_to_reservation?: boolean | undefined;
|
|
1030
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1024
1031
|
latch_metadata?: {
|
|
1025
1032
|
door_name: string;
|
|
1026
1033
|
is_connected: boolean;
|
|
@@ -1449,6 +1456,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1449
1456
|
can_unlock_with_card: z.ZodOptional<z.ZodBoolean>;
|
|
1450
1457
|
can_unlock_with_code: z.ZodOptional<z.ZodBoolean>;
|
|
1451
1458
|
can_belong_to_reservation: z.ZodOptional<z.ZodBoolean>;
|
|
1459
|
+
can_unlock_with_cloud_key: z.ZodOptional<z.ZodBoolean>;
|
|
1452
1460
|
}, "strip", z.ZodTypeAny, {
|
|
1453
1461
|
display_name: string;
|
|
1454
1462
|
created_at: string;
|
|
@@ -1494,6 +1502,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1494
1502
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1495
1503
|
can_unlock_with_card?: boolean | undefined;
|
|
1496
1504
|
can_belong_to_reservation?: boolean | undefined;
|
|
1505
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1497
1506
|
latch_metadata?: {
|
|
1498
1507
|
door_name: string;
|
|
1499
1508
|
is_connected: boolean;
|
|
@@ -1564,6 +1573,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1564
1573
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1565
1574
|
can_unlock_with_card?: boolean | undefined;
|
|
1566
1575
|
can_belong_to_reservation?: boolean | undefined;
|
|
1576
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1567
1577
|
latch_metadata?: {
|
|
1568
1578
|
door_name: string;
|
|
1569
1579
|
is_connected: boolean;
|
|
@@ -1673,6 +1683,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1673
1683
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1674
1684
|
can_unlock_with_card?: boolean | undefined;
|
|
1675
1685
|
can_belong_to_reservation?: boolean | undefined;
|
|
1686
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1676
1687
|
latch_metadata?: {
|
|
1677
1688
|
door_name: string;
|
|
1678
1689
|
is_connected: boolean;
|
|
@@ -1816,6 +1827,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1816
1827
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1817
1828
|
can_unlock_with_card?: boolean | undefined;
|
|
1818
1829
|
can_belong_to_reservation?: boolean | undefined;
|
|
1830
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1819
1831
|
latch_metadata?: {
|
|
1820
1832
|
door_name: string;
|
|
1821
1833
|
is_connected: boolean;
|
|
@@ -1961,6 +1973,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1961
1973
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
1962
1974
|
can_unlock_with_card?: boolean | undefined;
|
|
1963
1975
|
can_belong_to_reservation?: boolean | undefined;
|
|
1976
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
1964
1977
|
latch_metadata?: {
|
|
1965
1978
|
door_name: string;
|
|
1966
1979
|
is_connected: boolean;
|
|
@@ -2112,6 +2125,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2112
2125
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2113
2126
|
can_unlock_with_card?: boolean | undefined;
|
|
2114
2127
|
can_belong_to_reservation?: boolean | undefined;
|
|
2128
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
2115
2129
|
latch_metadata?: {
|
|
2116
2130
|
door_name: string;
|
|
2117
2131
|
is_connected: boolean;
|
|
@@ -2378,6 +2392,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2378
2392
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2379
2393
|
can_unlock_with_card?: boolean | undefined;
|
|
2380
2394
|
can_belong_to_reservation?: boolean | undefined;
|
|
2395
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
2381
2396
|
latch_metadata?: {
|
|
2382
2397
|
door_name: string;
|
|
2383
2398
|
is_connected: boolean;
|
|
@@ -2560,6 +2575,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2560
2575
|
can_unlock_with_mobile_key?: boolean | undefined;
|
|
2561
2576
|
can_unlock_with_card?: boolean | undefined;
|
|
2562
2577
|
can_belong_to_reservation?: boolean | undefined;
|
|
2578
|
+
can_unlock_with_cloud_key?: boolean | undefined;
|
|
2563
2579
|
latch_metadata?: {
|
|
2564
2580
|
door_name: string;
|
|
2565
2581
|
is_connected: boolean;
|
|
@@ -1966,6 +1966,10 @@ declare const _default: {
|
|
|
1966
1966
|
description: string;
|
|
1967
1967
|
type: string;
|
|
1968
1968
|
};
|
|
1969
|
+
can_unlock_with_cloud_key: {
|
|
1970
|
+
description: string;
|
|
1971
|
+
type: string;
|
|
1972
|
+
};
|
|
1969
1973
|
can_unlock_with_code: {
|
|
1970
1974
|
description: string;
|
|
1971
1975
|
type: string;
|
|
@@ -15607,6 +15611,10 @@ declare const _default: {
|
|
|
15607
15611
|
description: string;
|
|
15608
15612
|
type: string;
|
|
15609
15613
|
};
|
|
15614
|
+
can_unlock_with_cloud_key: {
|
|
15615
|
+
description: string;
|
|
15616
|
+
type: string;
|
|
15617
|
+
};
|
|
15610
15618
|
can_unlock_with_code: {
|
|
15611
15619
|
description: string;
|
|
15612
15620
|
type: string;
|
|
@@ -33019,6 +33027,82 @@ declare const _default: {
|
|
|
33019
33027
|
'x-title': string;
|
|
33020
33028
|
};
|
|
33021
33029
|
};
|
|
33030
|
+
'/acs/entrances/unlock': {
|
|
33031
|
+
post: {
|
|
33032
|
+
description: string;
|
|
33033
|
+
operationId: string;
|
|
33034
|
+
requestBody: {
|
|
33035
|
+
content: {
|
|
33036
|
+
'application/json': {
|
|
33037
|
+
schema: {
|
|
33038
|
+
properties: {
|
|
33039
|
+
acs_credential_id: {
|
|
33040
|
+
description: string;
|
|
33041
|
+
format: string;
|
|
33042
|
+
type: string;
|
|
33043
|
+
};
|
|
33044
|
+
acs_entrance_id: {
|
|
33045
|
+
description: string;
|
|
33046
|
+
format: string;
|
|
33047
|
+
type: string;
|
|
33048
|
+
};
|
|
33049
|
+
};
|
|
33050
|
+
required: string[];
|
|
33051
|
+
type: string;
|
|
33052
|
+
};
|
|
33053
|
+
};
|
|
33054
|
+
};
|
|
33055
|
+
};
|
|
33056
|
+
responses: {
|
|
33057
|
+
200: {
|
|
33058
|
+
content: {
|
|
33059
|
+
'application/json': {
|
|
33060
|
+
schema: {
|
|
33061
|
+
properties: {
|
|
33062
|
+
action_attempt: {
|
|
33063
|
+
$ref: string;
|
|
33064
|
+
};
|
|
33065
|
+
ok: {
|
|
33066
|
+
type: string;
|
|
33067
|
+
};
|
|
33068
|
+
};
|
|
33069
|
+
required: string[];
|
|
33070
|
+
type: string;
|
|
33071
|
+
};
|
|
33072
|
+
};
|
|
33073
|
+
};
|
|
33074
|
+
description: string;
|
|
33075
|
+
};
|
|
33076
|
+
400: {
|
|
33077
|
+
description: string;
|
|
33078
|
+
};
|
|
33079
|
+
401: {
|
|
33080
|
+
description: string;
|
|
33081
|
+
};
|
|
33082
|
+
};
|
|
33083
|
+
security: ({
|
|
33084
|
+
pat_with_workspace: never[];
|
|
33085
|
+
console_session_with_workspace?: never;
|
|
33086
|
+
api_key?: never;
|
|
33087
|
+
} | {
|
|
33088
|
+
console_session_with_workspace: never[];
|
|
33089
|
+
pat_with_workspace?: never;
|
|
33090
|
+
api_key?: never;
|
|
33091
|
+
} | {
|
|
33092
|
+
api_key: never[];
|
|
33093
|
+
pat_with_workspace?: never;
|
|
33094
|
+
console_session_with_workspace?: never;
|
|
33095
|
+
})[];
|
|
33096
|
+
summary: string;
|
|
33097
|
+
tags: string[];
|
|
33098
|
+
'x-action-attempt-type': string;
|
|
33099
|
+
'x-fern-sdk-group-name': string[];
|
|
33100
|
+
'x-fern-sdk-method-name': string;
|
|
33101
|
+
'x-fern-sdk-return-value': string;
|
|
33102
|
+
'x-response-key': string;
|
|
33103
|
+
'x-title': string;
|
|
33104
|
+
};
|
|
33105
|
+
};
|
|
33022
33106
|
'/acs/systems/get': {
|
|
33023
33107
|
get: {
|
|
33024
33108
|
description: string;
|
|
@@ -50263,6 +50347,14 @@ declare const _default: {
|
|
|
50263
50347
|
get: {
|
|
50264
50348
|
description: string;
|
|
50265
50349
|
operationId: string;
|
|
50350
|
+
parameters: {
|
|
50351
|
+
in: string;
|
|
50352
|
+
name: string;
|
|
50353
|
+
schema: {
|
|
50354
|
+
description: string;
|
|
50355
|
+
type: string;
|
|
50356
|
+
};
|
|
50357
|
+
}[];
|
|
50266
50358
|
responses: {
|
|
50267
50359
|
200: {
|
|
50268
50360
|
content: {
|
|
@@ -50532,15 +50624,9 @@ declare const _default: {
|
|
|
50532
50624
|
security: ({
|
|
50533
50625
|
console_session_with_workspace: never[];
|
|
50534
50626
|
api_key?: never;
|
|
50535
|
-
client_session_with_customer?: never;
|
|
50536
50627
|
} | {
|
|
50537
50628
|
api_key: never[];
|
|
50538
50629
|
console_session_with_workspace?: never;
|
|
50539
|
-
client_session_with_customer?: never;
|
|
50540
|
-
} | {
|
|
50541
|
-
client_session_with_customer: never[];
|
|
50542
|
-
console_session_with_workspace?: never;
|
|
50543
|
-
api_key?: never;
|
|
50544
50630
|
})[];
|
|
50545
50631
|
summary: string;
|
|
50546
50632
|
tags: never[];
|
|
@@ -50553,6 +50639,21 @@ declare const _default: {
|
|
|
50553
50639
|
post: {
|
|
50554
50640
|
description: string;
|
|
50555
50641
|
operationId: string;
|
|
50642
|
+
requestBody: {
|
|
50643
|
+
content: {
|
|
50644
|
+
'application/json': {
|
|
50645
|
+
schema: {
|
|
50646
|
+
properties: {
|
|
50647
|
+
customer_key: {
|
|
50648
|
+
description: string;
|
|
50649
|
+
type: string;
|
|
50650
|
+
};
|
|
50651
|
+
};
|
|
50652
|
+
type: string;
|
|
50653
|
+
};
|
|
50654
|
+
};
|
|
50655
|
+
};
|
|
50656
|
+
};
|
|
50556
50657
|
responses: {
|
|
50557
50658
|
200: {
|
|
50558
50659
|
content: {
|
|
@@ -50822,15 +50923,9 @@ declare const _default: {
|
|
|
50822
50923
|
security: ({
|
|
50823
50924
|
console_session_with_workspace: never[];
|
|
50824
50925
|
api_key?: never;
|
|
50825
|
-
client_session_with_customer?: never;
|
|
50826
50926
|
} | {
|
|
50827
50927
|
api_key: never[];
|
|
50828
50928
|
console_session_with_workspace?: never;
|
|
50829
|
-
client_session_with_customer?: never;
|
|
50830
|
-
} | {
|
|
50831
|
-
client_session_with_customer: never[];
|
|
50832
|
-
console_session_with_workspace?: never;
|
|
50833
|
-
api_key?: never;
|
|
50834
50929
|
})[];
|
|
50835
50930
|
summary: string;
|
|
50836
50931
|
tags: never[];
|
|
@@ -51102,6 +51197,10 @@ declare const _default: {
|
|
|
51102
51197
|
};
|
|
51103
51198
|
type: string;
|
|
51104
51199
|
};
|
|
51200
|
+
customer_key: {
|
|
51201
|
+
description: string;
|
|
51202
|
+
type: string;
|
|
51203
|
+
};
|
|
51105
51204
|
};
|
|
51106
51205
|
type: string;
|
|
51107
51206
|
};
|
|
@@ -51407,6 +51506,10 @@ declare const _default: {
|
|
|
51407
51506
|
};
|
|
51408
51507
|
type: string;
|
|
51409
51508
|
};
|
|
51509
|
+
customer_key: {
|
|
51510
|
+
description: string;
|
|
51511
|
+
type: string;
|
|
51512
|
+
};
|
|
51410
51513
|
};
|
|
51411
51514
|
type: string;
|
|
51412
51515
|
};
|
|
@@ -52582,15 +52685,6 @@ declare const _default: {
|
|
|
52582
52685
|
get: {
|
|
52583
52686
|
description: string;
|
|
52584
52687
|
operationId: string;
|
|
52585
|
-
parameters: {
|
|
52586
|
-
in: string;
|
|
52587
|
-
name: string;
|
|
52588
|
-
required: boolean;
|
|
52589
|
-
schema: {
|
|
52590
|
-
description: string;
|
|
52591
|
-
type: string;
|
|
52592
|
-
};
|
|
52593
|
-
}[];
|
|
52594
52688
|
responses: {
|
|
52595
52689
|
200: {
|
|
52596
52690
|
content: {
|
|
@@ -52862,19 +52956,9 @@ declare const _default: {
|
|
|
52862
52956
|
description: string;
|
|
52863
52957
|
};
|
|
52864
52958
|
};
|
|
52865
|
-
security:
|
|
52866
|
-
|
|
52867
|
-
|
|
52868
|
-
api_key?: never;
|
|
52869
|
-
} | {
|
|
52870
|
-
console_session_with_workspace: never[];
|
|
52871
|
-
pat_with_workspace?: never;
|
|
52872
|
-
api_key?: never;
|
|
52873
|
-
} | {
|
|
52874
|
-
api_key: never[];
|
|
52875
|
-
pat_with_workspace?: never;
|
|
52876
|
-
console_session_with_workspace?: never;
|
|
52877
|
-
})[];
|
|
52959
|
+
security: {
|
|
52960
|
+
client_session_with_customer: never[];
|
|
52961
|
+
}[];
|
|
52878
52962
|
summary: string;
|
|
52879
52963
|
tags: never[];
|
|
52880
52964
|
'x-fern-sdk-group-name': string[];
|
|
@@ -52886,22 +52970,6 @@ declare const _default: {
|
|
|
52886
52970
|
post: {
|
|
52887
52971
|
description: string;
|
|
52888
52972
|
operationId: string;
|
|
52889
|
-
requestBody: {
|
|
52890
|
-
content: {
|
|
52891
|
-
'application/json': {
|
|
52892
|
-
schema: {
|
|
52893
|
-
properties: {
|
|
52894
|
-
customer_key: {
|
|
52895
|
-
description: string;
|
|
52896
|
-
type: string;
|
|
52897
|
-
};
|
|
52898
|
-
};
|
|
52899
|
-
required: string[];
|
|
52900
|
-
type: string;
|
|
52901
|
-
};
|
|
52902
|
-
};
|
|
52903
|
-
};
|
|
52904
|
-
};
|
|
52905
52973
|
responses: {
|
|
52906
52974
|
200: {
|
|
52907
52975
|
content: {
|
|
@@ -53173,19 +53241,9 @@ declare const _default: {
|
|
|
53173
53241
|
description: string;
|
|
53174
53242
|
};
|
|
53175
53243
|
};
|
|
53176
|
-
security:
|
|
53177
|
-
|
|
53178
|
-
|
|
53179
|
-
api_key?: never;
|
|
53180
|
-
} | {
|
|
53181
|
-
console_session_with_workspace: never[];
|
|
53182
|
-
pat_with_workspace?: never;
|
|
53183
|
-
api_key?: never;
|
|
53184
|
-
} | {
|
|
53185
|
-
api_key: never[];
|
|
53186
|
-
pat_with_workspace?: never;
|
|
53187
|
-
console_session_with_workspace?: never;
|
|
53188
|
-
})[];
|
|
53244
|
+
security: {
|
|
53245
|
+
client_session_with_customer: never[];
|
|
53246
|
+
}[];
|
|
53189
53247
|
summary: string;
|
|
53190
53248
|
tags: never[];
|
|
53191
53249
|
'x-fern-sdk-group-name': string[];
|