@seamapi/types 1.154.0 → 1.155.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 +11 -271
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +27 -435
- package/lib/seam/connect/models/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/models/capability-properties/access-code.js +1 -0
- package/lib/seam/connect/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/managed-device.d.ts +9 -9
- package/lib/seam/connect/openapi.d.ts +17 -339
- package/lib/seam/connect/openapi.js +5 -265
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -96
- package/package.json +1 -1
- package/src/lib/seam/connect/models/capability-properties/access-code.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +5 -265
- package/src/lib/seam/connect/route-types.ts +10 -86
|
@@ -9,6 +9,7 @@ export const access_code_code_constraint = z.object({
|
|
|
9
9
|
'start_date_in_future', // Kwikset
|
|
10
10
|
'no_ascending_or_descending_sequence', // Tedee
|
|
11
11
|
'at_least_three_unique_digits', // Tedee
|
|
12
|
+
'cannot_contain_089', // TTLock (for some cylinder devices only)
|
|
12
13
|
]),
|
|
13
14
|
});
|
|
14
15
|
export const access_code_name_constraint = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC;QACtB,UAAU,EAAE,OAAO;QACnB,sBAAsB,EAAE,OAAO;QAC/B,4BAA4B,EAAE,QAAQ;QACtC,yBAAyB,EAAE,SAAS;QACpC,+BAA+B,EAAE,QAAQ;QACzC,sBAAsB,EAAE,UAAU;QAClC,qCAAqC,EAAE,QAAQ;QAC/C,8BAA8B,EAAE,QAAQ;
|
|
1
|
+
{"version":3,"file":"access-code.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/capability-properties/access-code.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,IAAI,CAAC;QACtB,UAAU,EAAE,OAAO;QACnB,sBAAsB,EAAE,OAAO;QAC/B,4BAA4B,EAAE,QAAQ;QACtC,yBAAyB,EAAE,SAAS;QACpC,+BAA+B,EAAE,QAAQ;QACzC,sBAAsB,EAAE,UAAU;QAClC,qCAAqC,EAAE,QAAQ;QAC/C,8BAA8B,EAAE,QAAQ;QACxC,oBAAoB,EAAE,0CAA0C;KACjE,CAAC;CACH,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,eAAe,EAAE,CAAC,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE,gBAAgB;IAC3D,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC;IAC5C,2BAA2B;IAC3B,2BAA2B;CAC5B,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC;IACxD,sDAAsD,EAAE,CAAC;SACtD,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;IACb,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;IAC5D,sBAAsB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAA"}
|
|
@@ -6,11 +6,11 @@ export { access_code_capability_properties, access_code_code_constraint, climate
|
|
|
6
6
|
export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
7
7
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8
8
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
9
|
-
constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits"]>;
|
|
9
|
+
constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits", "cannot_contain_089"]>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
11
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
12
12
|
}, {
|
|
13
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
13
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
14
14
|
}>, z.ZodObject<{
|
|
15
15
|
constraint_type: z.ZodLiteral<"name_length">;
|
|
16
16
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -40,7 +40,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
42
42
|
code_constraints?: ({
|
|
43
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
43
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
44
44
|
} | {
|
|
45
45
|
constraint_type: "name_length";
|
|
46
46
|
min_length?: number | undefined;
|
|
@@ -58,7 +58,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
58
58
|
}, {
|
|
59
59
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
60
60
|
code_constraints?: ({
|
|
61
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
61
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
62
62
|
} | {
|
|
63
63
|
constraint_type: "name_length";
|
|
64
64
|
min_length?: number | undefined;
|
|
@@ -1372,11 +1372,11 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1372
1372
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1373
1373
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1374
1374
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1375
|
-
constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits"]>;
|
|
1375
|
+
constraint_type: z.ZodEnum<["no_zeros", "cannot_start_with_12", "no_triple_consecutive_ints", "cannot_specify_pin_code", "pin_code_matches_existing_set", "start_date_in_future", "no_ascending_or_descending_sequence", "at_least_three_unique_digits", "cannot_contain_089"]>;
|
|
1376
1376
|
}, "strip", z.ZodTypeAny, {
|
|
1377
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
1377
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
1378
1378
|
}, {
|
|
1379
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
1379
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
1380
1380
|
}>, z.ZodObject<{
|
|
1381
1381
|
constraint_type: z.ZodLiteral<"name_length">;
|
|
1382
1382
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1406,7 +1406,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1406
1406
|
}, "strip", z.ZodTypeAny, {
|
|
1407
1407
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
1408
1408
|
code_constraints?: ({
|
|
1409
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
1409
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
1410
1410
|
} | {
|
|
1411
1411
|
constraint_type: "name_length";
|
|
1412
1412
|
min_length?: number | undefined;
|
|
@@ -1424,7 +1424,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1424
1424
|
}, {
|
|
1425
1425
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
1426
1426
|
code_constraints?: ({
|
|
1427
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
1427
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
1428
1428
|
} | {
|
|
1429
1429
|
constraint_type: "name_length";
|
|
1430
1430
|
min_length?: number | undefined;
|
|
@@ -2441,7 +2441,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2441
2441
|
} & ({
|
|
2442
2442
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
2443
2443
|
code_constraints?: ({
|
|
2444
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
2444
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
2445
2445
|
} | {
|
|
2446
2446
|
constraint_type: "name_length";
|
|
2447
2447
|
min_length?: number | undefined;
|
|
@@ -2866,7 +2866,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2866
2866
|
} & ({
|
|
2867
2867
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
2868
2868
|
code_constraints?: ({
|
|
2869
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
2869
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
2870
2870
|
} | {
|
|
2871
2871
|
constraint_type: "name_length";
|
|
2872
2872
|
min_length?: number | undefined;
|
|
@@ -3320,7 +3320,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3320
3320
|
} & ({
|
|
3321
3321
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
3322
3322
|
code_constraints?: ({
|
|
3323
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
3323
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
3324
3324
|
} | {
|
|
3325
3325
|
constraint_type: "name_length";
|
|
3326
3326
|
min_length?: number | undefined;
|
|
@@ -3745,7 +3745,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3745
3745
|
} & ({
|
|
3746
3746
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
3747
3747
|
code_constraints?: ({
|
|
3748
|
-
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits";
|
|
3748
|
+
constraint_type: "no_zeros" | "cannot_start_with_12" | "no_triple_consecutive_ints" | "cannot_specify_pin_code" | "pin_code_matches_existing_set" | "start_date_in_future" | "no_ascending_or_descending_sequence" | "at_least_three_unique_digits" | "cannot_contain_089";
|
|
3749
3749
|
} | {
|
|
3750
3750
|
constraint_type: "name_length";
|
|
3751
3751
|
min_length?: number | undefined;
|
|
@@ -3617,7 +3617,6 @@ declare const _default: {
|
|
|
3617
3617
|
tags: string[];
|
|
3618
3618
|
'x-fern-sdk-group-name': string[];
|
|
3619
3619
|
'x-fern-sdk-method-name': string;
|
|
3620
|
-
'x-fern-sdk-return-value': string;
|
|
3621
3620
|
};
|
|
3622
3621
|
};
|
|
3623
3622
|
'/access_codes/generate_code': {
|
|
@@ -4255,7 +4254,6 @@ declare const _default: {
|
|
|
4255
4254
|
tags: string[];
|
|
4256
4255
|
'x-fern-sdk-group-name': string[];
|
|
4257
4256
|
'x-fern-sdk-method-name': string;
|
|
4258
|
-
'x-fern-sdk-return-value': string;
|
|
4259
4257
|
};
|
|
4260
4258
|
};
|
|
4261
4259
|
'/access_codes/unmanaged/get': {
|
|
@@ -4840,7 +4838,6 @@ declare const _default: {
|
|
|
4840
4838
|
tags: string[];
|
|
4841
4839
|
'x-fern-sdk-group-name': string[];
|
|
4842
4840
|
'x-fern-sdk-method-name': string;
|
|
4843
|
-
'x-fern-sdk-return-value': string;
|
|
4844
4841
|
};
|
|
4845
4842
|
put: {
|
|
4846
4843
|
operationId: string;
|
|
@@ -8951,63 +8948,31 @@ declare const _default: {
|
|
|
8951
8948
|
};
|
|
8952
8949
|
};
|
|
8953
8950
|
security: ({
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8957
|
-
|
|
8951
|
+
client_session: never[];
|
|
8952
|
+
pat_with_workspace?: never;
|
|
8953
|
+
console_session?: never;
|
|
8954
|
+
api_key?: never;
|
|
8958
8955
|
} | {
|
|
8959
|
-
|
|
8960
|
-
|
|
8961
|
-
|
|
8962
|
-
|
|
8956
|
+
pat_with_workspace: never[];
|
|
8957
|
+
client_session?: never;
|
|
8958
|
+
console_session?: never;
|
|
8959
|
+
api_key?: never;
|
|
8963
8960
|
} | {
|
|
8964
|
-
|
|
8965
|
-
|
|
8966
|
-
|
|
8967
|
-
|
|
8968
|
-
})[];
|
|
8969
|
-
summary: string;
|
|
8970
|
-
tags: string[];
|
|
8971
|
-
'x-fern-sdk-group-name': string[];
|
|
8972
|
-
'x-fern-sdk-method-name': string;
|
|
8973
|
-
'x-fern-sdk-return-value': string;
|
|
8974
|
-
};
|
|
8975
|
-
};
|
|
8976
|
-
'/connect_webviews/view': {
|
|
8977
|
-
get: {
|
|
8978
|
-
operationId: string;
|
|
8979
|
-
parameters: ({
|
|
8980
|
-
in: string;
|
|
8981
|
-
name: string;
|
|
8982
|
-
required: boolean;
|
|
8983
|
-
schema: {
|
|
8984
|
-
format: string;
|
|
8985
|
-
type: string;
|
|
8986
|
-
};
|
|
8961
|
+
console_session: never[];
|
|
8962
|
+
client_session?: never;
|
|
8963
|
+
pat_with_workspace?: never;
|
|
8964
|
+
api_key?: never;
|
|
8987
8965
|
} | {
|
|
8988
|
-
|
|
8989
|
-
|
|
8990
|
-
|
|
8991
|
-
|
|
8992
|
-
type: string;
|
|
8993
|
-
format?: never;
|
|
8994
|
-
};
|
|
8966
|
+
api_key: never[];
|
|
8967
|
+
client_session?: never;
|
|
8968
|
+
pat_with_workspace?: never;
|
|
8969
|
+
console_session?: never;
|
|
8995
8970
|
})[];
|
|
8996
|
-
responses: {
|
|
8997
|
-
200: {
|
|
8998
|
-
description: string;
|
|
8999
|
-
};
|
|
9000
|
-
400: {
|
|
9001
|
-
description: string;
|
|
9002
|
-
};
|
|
9003
|
-
401: {
|
|
9004
|
-
description: string;
|
|
9005
|
-
};
|
|
9006
|
-
};
|
|
9007
8971
|
summary: string;
|
|
9008
8972
|
tags: string[];
|
|
9009
8973
|
'x-fern-sdk-group-name': string[];
|
|
9010
8974
|
'x-fern-sdk-method-name': string;
|
|
8975
|
+
'x-fern-sdk-return-value': string;
|
|
9011
8976
|
};
|
|
9012
8977
|
};
|
|
9013
8978
|
'/connected_accounts/delete': {
|
|
@@ -10482,291 +10447,6 @@ declare const _default: {
|
|
|
10482
10447
|
'x-fern-sdk-return-value': string;
|
|
10483
10448
|
};
|
|
10484
10449
|
};
|
|
10485
|
-
'/health': {
|
|
10486
|
-
get: {
|
|
10487
|
-
operationId: string;
|
|
10488
|
-
responses: {
|
|
10489
|
-
200: {
|
|
10490
|
-
content: {
|
|
10491
|
-
'application/json': {
|
|
10492
|
-
schema: {
|
|
10493
|
-
properties: {
|
|
10494
|
-
last_service_evaluation_at: {
|
|
10495
|
-
type: string;
|
|
10496
|
-
};
|
|
10497
|
-
msg: {
|
|
10498
|
-
enum: string[];
|
|
10499
|
-
type: string;
|
|
10500
|
-
};
|
|
10501
|
-
ok: {
|
|
10502
|
-
type: string;
|
|
10503
|
-
};
|
|
10504
|
-
service_health_statuses: {
|
|
10505
|
-
items: {
|
|
10506
|
-
$ref: string;
|
|
10507
|
-
};
|
|
10508
|
-
type: string;
|
|
10509
|
-
};
|
|
10510
|
-
};
|
|
10511
|
-
required: string[];
|
|
10512
|
-
type: string;
|
|
10513
|
-
};
|
|
10514
|
-
};
|
|
10515
|
-
};
|
|
10516
|
-
description: string;
|
|
10517
|
-
};
|
|
10518
|
-
400: {
|
|
10519
|
-
description: string;
|
|
10520
|
-
};
|
|
10521
|
-
401: {
|
|
10522
|
-
description: string;
|
|
10523
|
-
};
|
|
10524
|
-
};
|
|
10525
|
-
summary: string;
|
|
10526
|
-
tags: string[];
|
|
10527
|
-
'x-fern-ignore': boolean;
|
|
10528
|
-
};
|
|
10529
|
-
post: {
|
|
10530
|
-
operationId: string;
|
|
10531
|
-
responses: {
|
|
10532
|
-
200: {
|
|
10533
|
-
content: {
|
|
10534
|
-
'application/json': {
|
|
10535
|
-
schema: {
|
|
10536
|
-
properties: {
|
|
10537
|
-
last_service_evaluation_at: {
|
|
10538
|
-
type: string;
|
|
10539
|
-
};
|
|
10540
|
-
msg: {
|
|
10541
|
-
enum: string[];
|
|
10542
|
-
type: string;
|
|
10543
|
-
};
|
|
10544
|
-
ok: {
|
|
10545
|
-
type: string;
|
|
10546
|
-
};
|
|
10547
|
-
service_health_statuses: {
|
|
10548
|
-
items: {
|
|
10549
|
-
$ref: string;
|
|
10550
|
-
};
|
|
10551
|
-
type: string;
|
|
10552
|
-
};
|
|
10553
|
-
};
|
|
10554
|
-
required: string[];
|
|
10555
|
-
type: string;
|
|
10556
|
-
};
|
|
10557
|
-
};
|
|
10558
|
-
};
|
|
10559
|
-
description: string;
|
|
10560
|
-
};
|
|
10561
|
-
400: {
|
|
10562
|
-
description: string;
|
|
10563
|
-
};
|
|
10564
|
-
401: {
|
|
10565
|
-
description: string;
|
|
10566
|
-
};
|
|
10567
|
-
};
|
|
10568
|
-
summary: string;
|
|
10569
|
-
tags: string[];
|
|
10570
|
-
'x-fern-ignore': boolean;
|
|
10571
|
-
};
|
|
10572
|
-
};
|
|
10573
|
-
'/health/get_health': {
|
|
10574
|
-
get: {
|
|
10575
|
-
operationId: string;
|
|
10576
|
-
responses: {
|
|
10577
|
-
200: {
|
|
10578
|
-
content: {
|
|
10579
|
-
'application/json': {
|
|
10580
|
-
schema: {
|
|
10581
|
-
properties: {
|
|
10582
|
-
last_service_evaluation_at: {
|
|
10583
|
-
type: string;
|
|
10584
|
-
};
|
|
10585
|
-
msg: {
|
|
10586
|
-
enum: string[];
|
|
10587
|
-
type: string;
|
|
10588
|
-
};
|
|
10589
|
-
ok: {
|
|
10590
|
-
type: string;
|
|
10591
|
-
};
|
|
10592
|
-
service_health_statuses: {
|
|
10593
|
-
items: {
|
|
10594
|
-
$ref: string;
|
|
10595
|
-
};
|
|
10596
|
-
type: string;
|
|
10597
|
-
};
|
|
10598
|
-
};
|
|
10599
|
-
required: string[];
|
|
10600
|
-
type: string;
|
|
10601
|
-
};
|
|
10602
|
-
};
|
|
10603
|
-
};
|
|
10604
|
-
description: string;
|
|
10605
|
-
};
|
|
10606
|
-
400: {
|
|
10607
|
-
description: string;
|
|
10608
|
-
};
|
|
10609
|
-
401: {
|
|
10610
|
-
description: string;
|
|
10611
|
-
};
|
|
10612
|
-
};
|
|
10613
|
-
summary: string;
|
|
10614
|
-
tags: string[];
|
|
10615
|
-
'x-fern-ignore': boolean;
|
|
10616
|
-
};
|
|
10617
|
-
post: {
|
|
10618
|
-
operationId: string;
|
|
10619
|
-
responses: {
|
|
10620
|
-
200: {
|
|
10621
|
-
content: {
|
|
10622
|
-
'application/json': {
|
|
10623
|
-
schema: {
|
|
10624
|
-
properties: {
|
|
10625
|
-
last_service_evaluation_at: {
|
|
10626
|
-
type: string;
|
|
10627
|
-
};
|
|
10628
|
-
msg: {
|
|
10629
|
-
enum: string[];
|
|
10630
|
-
type: string;
|
|
10631
|
-
};
|
|
10632
|
-
ok: {
|
|
10633
|
-
type: string;
|
|
10634
|
-
};
|
|
10635
|
-
service_health_statuses: {
|
|
10636
|
-
items: {
|
|
10637
|
-
$ref: string;
|
|
10638
|
-
};
|
|
10639
|
-
type: string;
|
|
10640
|
-
};
|
|
10641
|
-
};
|
|
10642
|
-
required: string[];
|
|
10643
|
-
type: string;
|
|
10644
|
-
};
|
|
10645
|
-
};
|
|
10646
|
-
};
|
|
10647
|
-
description: string;
|
|
10648
|
-
};
|
|
10649
|
-
400: {
|
|
10650
|
-
description: string;
|
|
10651
|
-
};
|
|
10652
|
-
401: {
|
|
10653
|
-
description: string;
|
|
10654
|
-
};
|
|
10655
|
-
};
|
|
10656
|
-
summary: string;
|
|
10657
|
-
tags: string[];
|
|
10658
|
-
'x-fern-sdk-group-name': string[];
|
|
10659
|
-
'x-fern-sdk-method-name': string;
|
|
10660
|
-
};
|
|
10661
|
-
};
|
|
10662
|
-
'/health/get_service_health': {
|
|
10663
|
-
post: {
|
|
10664
|
-
operationId: string;
|
|
10665
|
-
requestBody: {
|
|
10666
|
-
content: {
|
|
10667
|
-
'application/json': {
|
|
10668
|
-
schema: {
|
|
10669
|
-
properties: {
|
|
10670
|
-
service: {
|
|
10671
|
-
type: string;
|
|
10672
|
-
};
|
|
10673
|
-
};
|
|
10674
|
-
required: string[];
|
|
10675
|
-
type: string;
|
|
10676
|
-
};
|
|
10677
|
-
};
|
|
10678
|
-
};
|
|
10679
|
-
};
|
|
10680
|
-
responses: {
|
|
10681
|
-
200: {
|
|
10682
|
-
content: {
|
|
10683
|
-
'application/json': {
|
|
10684
|
-
schema: {
|
|
10685
|
-
properties: {
|
|
10686
|
-
last_service_evaluation_at: {
|
|
10687
|
-
type: string;
|
|
10688
|
-
};
|
|
10689
|
-
ok: {
|
|
10690
|
-
type: string;
|
|
10691
|
-
};
|
|
10692
|
-
service_health: {
|
|
10693
|
-
$ref: string;
|
|
10694
|
-
};
|
|
10695
|
-
};
|
|
10696
|
-
required: string[];
|
|
10697
|
-
type: string;
|
|
10698
|
-
};
|
|
10699
|
-
};
|
|
10700
|
-
};
|
|
10701
|
-
description: string;
|
|
10702
|
-
};
|
|
10703
|
-
400: {
|
|
10704
|
-
description: string;
|
|
10705
|
-
};
|
|
10706
|
-
401: {
|
|
10707
|
-
description: string;
|
|
10708
|
-
};
|
|
10709
|
-
};
|
|
10710
|
-
summary: string;
|
|
10711
|
-
tags: string[];
|
|
10712
|
-
'x-fern-sdk-group-name': string[];
|
|
10713
|
-
'x-fern-sdk-method-name': string;
|
|
10714
|
-
};
|
|
10715
|
-
};
|
|
10716
|
-
'/health/service/[service_name]': {
|
|
10717
|
-
post: {
|
|
10718
|
-
operationId: string;
|
|
10719
|
-
requestBody: {
|
|
10720
|
-
content: {
|
|
10721
|
-
'application/json': {
|
|
10722
|
-
schema: {
|
|
10723
|
-
properties: {
|
|
10724
|
-
service_name: {
|
|
10725
|
-
type: string;
|
|
10726
|
-
};
|
|
10727
|
-
};
|
|
10728
|
-
required: string[];
|
|
10729
|
-
type: string;
|
|
10730
|
-
};
|
|
10731
|
-
};
|
|
10732
|
-
};
|
|
10733
|
-
};
|
|
10734
|
-
responses: {
|
|
10735
|
-
200: {
|
|
10736
|
-
content: {
|
|
10737
|
-
'application/json': {
|
|
10738
|
-
schema: {
|
|
10739
|
-
properties: {
|
|
10740
|
-
last_service_evaluation_at: {
|
|
10741
|
-
type: string;
|
|
10742
|
-
};
|
|
10743
|
-
ok: {
|
|
10744
|
-
type: string;
|
|
10745
|
-
};
|
|
10746
|
-
service_health: {
|
|
10747
|
-
$ref: string;
|
|
10748
|
-
};
|
|
10749
|
-
};
|
|
10750
|
-
required: string[];
|
|
10751
|
-
type: string;
|
|
10752
|
-
};
|
|
10753
|
-
};
|
|
10754
|
-
};
|
|
10755
|
-
description: string;
|
|
10756
|
-
};
|
|
10757
|
-
400: {
|
|
10758
|
-
description: string;
|
|
10759
|
-
};
|
|
10760
|
-
401: {
|
|
10761
|
-
description: string;
|
|
10762
|
-
};
|
|
10763
|
-
};
|
|
10764
|
-
summary: string;
|
|
10765
|
-
tags: string[];
|
|
10766
|
-
'x-fern-sdk-group-name': string[];
|
|
10767
|
-
'x-fern-sdk-method-name': string;
|
|
10768
|
-
};
|
|
10769
|
-
};
|
|
10770
10450
|
'/locks/get': {
|
|
10771
10451
|
post: {
|
|
10772
10452
|
operationId: string;
|
|
@@ -11445,7 +11125,6 @@ declare const _default: {
|
|
|
11445
11125
|
tags: string[];
|
|
11446
11126
|
'x-fern-sdk-group-name': string[];
|
|
11447
11127
|
'x-fern-sdk-method-name': string;
|
|
11448
|
-
'x-fern-sdk-return-value': string;
|
|
11449
11128
|
};
|
|
11450
11129
|
};
|
|
11451
11130
|
'/noise_sensors/noise_thresholds/get': {
|
|
@@ -11757,7 +11436,6 @@ declare const _default: {
|
|
|
11757
11436
|
tags: string[];
|
|
11758
11437
|
'x-fern-sdk-group-name': string[];
|
|
11759
11438
|
'x-fern-sdk-method-name': string;
|
|
11760
|
-
'x-fern-sdk-return-value': string;
|
|
11761
11439
|
};
|
|
11762
11440
|
put: {
|
|
11763
11441
|
operationId: string;
|