@seamapi/types 1.349.0 → 1.349.1
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 +29 -25
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +23 -23
- package/lib/seam/connect/models/bridges/bridge_client_session.d.ts +12 -12
- package/lib/seam/connect/models/bridges/bridge_client_session.js +4 -4
- package/lib/seam/connect/models/bridges/bridge_client_session.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -12
- package/lib/seam/connect/openapi.js +23 -19
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/bridges/bridge_client_session.ts +4 -4
- package/src/lib/seam/connect/openapi.ts +23 -19
- package/src/lib/seam/connect/route-types.ts +11 -11
package/dist/connect.d.cts
CHANGED
|
@@ -35837,13 +35837,13 @@ declare const _default: {
|
|
|
35837
35837
|
'application/json': {
|
|
35838
35838
|
schema: {
|
|
35839
35839
|
properties: {
|
|
35840
|
-
|
|
35840
|
+
bridge_client_machine_identifier_key: {
|
|
35841
35841
|
type: string;
|
|
35842
35842
|
};
|
|
35843
|
-
|
|
35843
|
+
bridge_client_name: {
|
|
35844
35844
|
type: string;
|
|
35845
35845
|
};
|
|
35846
|
-
|
|
35846
|
+
bridge_client_time_zone: {
|
|
35847
35847
|
type: string;
|
|
35848
35848
|
};
|
|
35849
35849
|
};
|
|
@@ -35874,9 +35874,6 @@ declare const _default: {
|
|
|
35874
35874
|
bridge_client_session_token: {
|
|
35875
35875
|
type: string;
|
|
35876
35876
|
};
|
|
35877
|
-
bridge_client_tailscale_hostname: {
|
|
35878
|
-
type: string;
|
|
35879
|
-
};
|
|
35880
35877
|
bridge_client_time_zone: {
|
|
35881
35878
|
type: string;
|
|
35882
35879
|
};
|
|
@@ -35897,6 +35894,9 @@ declare const _default: {
|
|
|
35897
35894
|
nullable: boolean;
|
|
35898
35895
|
type: string;
|
|
35899
35896
|
};
|
|
35897
|
+
tailscale_hostname: {
|
|
35898
|
+
type: string;
|
|
35899
|
+
};
|
|
35900
35900
|
};
|
|
35901
35901
|
required: string[];
|
|
35902
35902
|
type: string;
|
|
@@ -35957,9 +35957,6 @@ declare const _default: {
|
|
|
35957
35957
|
bridge_client_session_token: {
|
|
35958
35958
|
type: string;
|
|
35959
35959
|
};
|
|
35960
|
-
bridge_client_tailscale_hostname: {
|
|
35961
|
-
type: string;
|
|
35962
|
-
};
|
|
35963
35960
|
bridge_client_time_zone: {
|
|
35964
35961
|
type: string;
|
|
35965
35962
|
};
|
|
@@ -35980,6 +35977,9 @@ declare const _default: {
|
|
|
35980
35977
|
nullable: boolean;
|
|
35981
35978
|
type: string;
|
|
35982
35979
|
};
|
|
35980
|
+
tailscale_hostname: {
|
|
35981
|
+
type: string;
|
|
35982
|
+
};
|
|
35983
35983
|
};
|
|
35984
35984
|
required: string[];
|
|
35985
35985
|
type: string;
|
|
@@ -36036,9 +36036,6 @@ declare const _default: {
|
|
|
36036
36036
|
bridge_client_session_token: {
|
|
36037
36037
|
type: string;
|
|
36038
36038
|
};
|
|
36039
|
-
bridge_client_tailscale_hostname: {
|
|
36040
|
-
type: string;
|
|
36041
|
-
};
|
|
36042
36039
|
bridge_client_time_zone: {
|
|
36043
36040
|
type: string;
|
|
36044
36041
|
};
|
|
@@ -36059,6 +36056,9 @@ declare const _default: {
|
|
|
36059
36056
|
nullable: boolean;
|
|
36060
36057
|
type: string;
|
|
36061
36058
|
};
|
|
36059
|
+
tailscale_hostname: {
|
|
36060
|
+
type: string;
|
|
36061
|
+
};
|
|
36062
36062
|
};
|
|
36063
36063
|
required: string[];
|
|
36064
36064
|
type: string;
|
|
@@ -66926,9 +66926,9 @@ interface Routes {
|
|
|
66926
66926
|
method: 'POST';
|
|
66927
66927
|
queryParams: {};
|
|
66928
66928
|
jsonBody: {
|
|
66929
|
-
|
|
66930
|
-
|
|
66931
|
-
|
|
66929
|
+
bridge_client_name: string;
|
|
66930
|
+
bridge_client_time_zone: string;
|
|
66931
|
+
bridge_client_machine_identifier_key: string;
|
|
66932
66932
|
};
|
|
66933
66933
|
commonParams: {};
|
|
66934
66934
|
formData: {};
|
|
@@ -66938,13 +66938,13 @@ interface Routes {
|
|
|
66938
66938
|
created_at: string;
|
|
66939
66939
|
bridge_client_session_id: string;
|
|
66940
66940
|
bridge_client_session_token: string;
|
|
66941
|
-
bridge_client_name: string;
|
|
66942
|
-
bridge_client_time_zone: string;
|
|
66943
|
-
bridge_client_machine_identifier_key: string;
|
|
66944
|
-
bridge_client_tailscale_hostname: string;
|
|
66945
66941
|
pairing_code: string;
|
|
66946
66942
|
pairing_code_expires_at: string;
|
|
66943
|
+
tailscale_hostname: string;
|
|
66947
66944
|
tailscale_auth_key: string | null;
|
|
66945
|
+
bridge_client_name: string;
|
|
66946
|
+
bridge_client_time_zone: string;
|
|
66947
|
+
bridge_client_machine_identifier_key: string;
|
|
66948
66948
|
};
|
|
66949
66949
|
};
|
|
66950
66950
|
};
|
|
@@ -66961,13 +66961,13 @@ interface Routes {
|
|
|
66961
66961
|
created_at: string;
|
|
66962
66962
|
bridge_client_session_id: string;
|
|
66963
66963
|
bridge_client_session_token: string;
|
|
66964
|
-
bridge_client_name: string;
|
|
66965
|
-
bridge_client_time_zone: string;
|
|
66966
|
-
bridge_client_machine_identifier_key: string;
|
|
66967
|
-
bridge_client_tailscale_hostname: string;
|
|
66968
66964
|
pairing_code: string;
|
|
66969
66965
|
pairing_code_expires_at: string;
|
|
66966
|
+
tailscale_hostname: string;
|
|
66970
66967
|
tailscale_auth_key: string | null;
|
|
66968
|
+
bridge_client_name: string;
|
|
66969
|
+
bridge_client_time_zone: string;
|
|
66970
|
+
bridge_client_machine_identifier_key: string;
|
|
66971
66971
|
};
|
|
66972
66972
|
};
|
|
66973
66973
|
};
|
|
@@ -3,34 +3,34 @@ export declare const bridge_client_session: z.ZodObject<{
|
|
|
3
3
|
created_at: z.ZodString;
|
|
4
4
|
bridge_client_session_id: z.ZodString;
|
|
5
5
|
bridge_client_session_token: z.ZodString;
|
|
6
|
-
bridge_client_name: z.ZodString;
|
|
7
|
-
bridge_client_time_zone: z.ZodString;
|
|
8
|
-
bridge_client_machine_identifier_key: z.ZodString;
|
|
9
|
-
bridge_client_tailscale_hostname: z.ZodString;
|
|
10
6
|
pairing_code: z.ZodString;
|
|
11
7
|
pairing_code_expires_at: z.ZodString;
|
|
8
|
+
tailscale_hostname: z.ZodString;
|
|
12
9
|
tailscale_auth_key: z.ZodNullable<z.ZodString>;
|
|
10
|
+
bridge_client_name: z.ZodString;
|
|
11
|
+
bridge_client_time_zone: z.ZodString;
|
|
12
|
+
bridge_client_machine_identifier_key: z.ZodString;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
created_at: string;
|
|
15
15
|
bridge_client_session_id: string;
|
|
16
16
|
bridge_client_session_token: string;
|
|
17
|
-
bridge_client_name: string;
|
|
18
|
-
bridge_client_time_zone: string;
|
|
19
|
-
bridge_client_machine_identifier_key: string;
|
|
20
|
-
bridge_client_tailscale_hostname: string;
|
|
21
17
|
pairing_code: string;
|
|
22
18
|
pairing_code_expires_at: string;
|
|
19
|
+
tailscale_hostname: string;
|
|
23
20
|
tailscale_auth_key: string | null;
|
|
21
|
+
bridge_client_name: string;
|
|
22
|
+
bridge_client_time_zone: string;
|
|
23
|
+
bridge_client_machine_identifier_key: string;
|
|
24
24
|
}, {
|
|
25
25
|
created_at: string;
|
|
26
26
|
bridge_client_session_id: string;
|
|
27
27
|
bridge_client_session_token: string;
|
|
28
|
-
bridge_client_name: string;
|
|
29
|
-
bridge_client_time_zone: string;
|
|
30
|
-
bridge_client_machine_identifier_key: string;
|
|
31
|
-
bridge_client_tailscale_hostname: string;
|
|
32
28
|
pairing_code: string;
|
|
33
29
|
pairing_code_expires_at: string;
|
|
30
|
+
tailscale_hostname: string;
|
|
34
31
|
tailscale_auth_key: string | null;
|
|
32
|
+
bridge_client_name: string;
|
|
33
|
+
bridge_client_time_zone: string;
|
|
34
|
+
bridge_client_machine_identifier_key: string;
|
|
35
35
|
}>;
|
|
36
36
|
export type BridgeClientSession = z.infer<typeof bridge_client_session>;
|
|
@@ -3,13 +3,13 @@ export const bridge_client_session = z.object({
|
|
|
3
3
|
created_at: z.string().datetime(),
|
|
4
4
|
bridge_client_session_id: z.string().uuid(),
|
|
5
5
|
bridge_client_session_token: z.string(),
|
|
6
|
-
bridge_client_name: z.string(),
|
|
7
|
-
bridge_client_time_zone: z.string(),
|
|
8
|
-
bridge_client_machine_identifier_key: z.string(),
|
|
9
|
-
bridge_client_tailscale_hostname: z.string(),
|
|
10
6
|
pairing_code: z.string().length(6),
|
|
11
7
|
pairing_code_expires_at: z.string().datetime(),
|
|
8
|
+
tailscale_hostname: z.string(),
|
|
12
9
|
tailscale_auth_key: z.string().nullable(),
|
|
10
|
+
bridge_client_name: z.string(),
|
|
11
|
+
bridge_client_time_zone: z.string(),
|
|
12
|
+
bridge_client_machine_identifier_key: z.string(),
|
|
13
13
|
}).describe(`
|
|
14
14
|
---
|
|
15
15
|
route_path: /seam/bridge/v1/bridge_client_sessions
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bridge_client_session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge_client_session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;IACvC,
|
|
1
|
+
{"version":3,"file":"bridge_client_session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge_client_session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;IACvC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAClC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE;IACnC,oCAAoC,EAAE,CAAC,CAAC,MAAM,EAAE;CACjD,CAAC,CAAC,QAAQ,CAAC;;;;CAIX,CAAC,CAAA"}
|
|
@@ -19236,13 +19236,13 @@ declare const _default: {
|
|
|
19236
19236
|
'application/json': {
|
|
19237
19237
|
schema: {
|
|
19238
19238
|
properties: {
|
|
19239
|
-
|
|
19239
|
+
bridge_client_machine_identifier_key: {
|
|
19240
19240
|
type: string;
|
|
19241
19241
|
};
|
|
19242
|
-
|
|
19242
|
+
bridge_client_name: {
|
|
19243
19243
|
type: string;
|
|
19244
19244
|
};
|
|
19245
|
-
|
|
19245
|
+
bridge_client_time_zone: {
|
|
19246
19246
|
type: string;
|
|
19247
19247
|
};
|
|
19248
19248
|
};
|
|
@@ -19273,9 +19273,6 @@ declare const _default: {
|
|
|
19273
19273
|
bridge_client_session_token: {
|
|
19274
19274
|
type: string;
|
|
19275
19275
|
};
|
|
19276
|
-
bridge_client_tailscale_hostname: {
|
|
19277
|
-
type: string;
|
|
19278
|
-
};
|
|
19279
19276
|
bridge_client_time_zone: {
|
|
19280
19277
|
type: string;
|
|
19281
19278
|
};
|
|
@@ -19296,6 +19293,9 @@ declare const _default: {
|
|
|
19296
19293
|
nullable: boolean;
|
|
19297
19294
|
type: string;
|
|
19298
19295
|
};
|
|
19296
|
+
tailscale_hostname: {
|
|
19297
|
+
type: string;
|
|
19298
|
+
};
|
|
19299
19299
|
};
|
|
19300
19300
|
required: string[];
|
|
19301
19301
|
type: string;
|
|
@@ -19356,9 +19356,6 @@ declare const _default: {
|
|
|
19356
19356
|
bridge_client_session_token: {
|
|
19357
19357
|
type: string;
|
|
19358
19358
|
};
|
|
19359
|
-
bridge_client_tailscale_hostname: {
|
|
19360
|
-
type: string;
|
|
19361
|
-
};
|
|
19362
19359
|
bridge_client_time_zone: {
|
|
19363
19360
|
type: string;
|
|
19364
19361
|
};
|
|
@@ -19379,6 +19376,9 @@ declare const _default: {
|
|
|
19379
19376
|
nullable: boolean;
|
|
19380
19377
|
type: string;
|
|
19381
19378
|
};
|
|
19379
|
+
tailscale_hostname: {
|
|
19380
|
+
type: string;
|
|
19381
|
+
};
|
|
19382
19382
|
};
|
|
19383
19383
|
required: string[];
|
|
19384
19384
|
type: string;
|
|
@@ -19435,9 +19435,6 @@ declare const _default: {
|
|
|
19435
19435
|
bridge_client_session_token: {
|
|
19436
19436
|
type: string;
|
|
19437
19437
|
};
|
|
19438
|
-
bridge_client_tailscale_hostname: {
|
|
19439
|
-
type: string;
|
|
19440
|
-
};
|
|
19441
19438
|
bridge_client_time_zone: {
|
|
19442
19439
|
type: string;
|
|
19443
19440
|
};
|
|
@@ -19458,6 +19455,9 @@ declare const _default: {
|
|
|
19458
19455
|
nullable: boolean;
|
|
19459
19456
|
type: string;
|
|
19460
19457
|
};
|
|
19458
|
+
tailscale_hostname: {
|
|
19459
|
+
type: string;
|
|
19460
|
+
};
|
|
19461
19461
|
};
|
|
19462
19462
|
required: string[];
|
|
19463
19463
|
type: string;
|
|
@@ -22197,11 +22197,15 @@ export default {
|
|
|
22197
22197
|
'application/json': {
|
|
22198
22198
|
schema: {
|
|
22199
22199
|
properties: {
|
|
22200
|
-
|
|
22201
|
-
|
|
22202
|
-
|
|
22200
|
+
bridge_client_machine_identifier_key: { type: 'string' },
|
|
22201
|
+
bridge_client_name: { type: 'string' },
|
|
22202
|
+
bridge_client_time_zone: { type: 'string' },
|
|
22203
22203
|
},
|
|
22204
|
-
required: [
|
|
22204
|
+
required: [
|
|
22205
|
+
'bridge_client_name',
|
|
22206
|
+
'bridge_client_time_zone',
|
|
22207
|
+
'bridge_client_machine_identifier_key',
|
|
22208
|
+
],
|
|
22205
22209
|
type: 'object',
|
|
22206
22210
|
},
|
|
22207
22211
|
},
|
|
@@ -22224,7 +22228,6 @@ export default {
|
|
|
22224
22228
|
type: 'string',
|
|
22225
22229
|
},
|
|
22226
22230
|
bridge_client_session_token: { type: 'string' },
|
|
22227
|
-
bridge_client_tailscale_hostname: { type: 'string' },
|
|
22228
22231
|
bridge_client_time_zone: { type: 'string' },
|
|
22229
22232
|
created_at: { format: 'date-time', type: 'string' },
|
|
22230
22233
|
pairing_code: {
|
|
@@ -22237,18 +22240,19 @@ export default {
|
|
|
22237
22240
|
type: 'string',
|
|
22238
22241
|
},
|
|
22239
22242
|
tailscale_auth_key: { nullable: true, type: 'string' },
|
|
22243
|
+
tailscale_hostname: { type: 'string' },
|
|
22240
22244
|
},
|
|
22241
22245
|
required: [
|
|
22242
22246
|
'created_at',
|
|
22243
22247
|
'bridge_client_session_id',
|
|
22244
22248
|
'bridge_client_session_token',
|
|
22245
|
-
'bridge_client_name',
|
|
22246
|
-
'bridge_client_time_zone',
|
|
22247
|
-
'bridge_client_machine_identifier_key',
|
|
22248
|
-
'bridge_client_tailscale_hostname',
|
|
22249
22249
|
'pairing_code',
|
|
22250
22250
|
'pairing_code_expires_at',
|
|
22251
|
+
'tailscale_hostname',
|
|
22251
22252
|
'tailscale_auth_key',
|
|
22253
|
+
'bridge_client_name',
|
|
22254
|
+
'bridge_client_time_zone',
|
|
22255
|
+
'bridge_client_machine_identifier_key',
|
|
22252
22256
|
],
|
|
22253
22257
|
type: 'object',
|
|
22254
22258
|
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
|
|
@@ -22301,7 +22305,6 @@ export default {
|
|
|
22301
22305
|
type: 'string',
|
|
22302
22306
|
},
|
|
22303
22307
|
bridge_client_session_token: { type: 'string' },
|
|
22304
|
-
bridge_client_tailscale_hostname: { type: 'string' },
|
|
22305
22308
|
bridge_client_time_zone: { type: 'string' },
|
|
22306
22309
|
created_at: { format: 'date-time', type: 'string' },
|
|
22307
22310
|
pairing_code: {
|
|
@@ -22314,18 +22317,19 @@ export default {
|
|
|
22314
22317
|
type: 'string',
|
|
22315
22318
|
},
|
|
22316
22319
|
tailscale_auth_key: { nullable: true, type: 'string' },
|
|
22320
|
+
tailscale_hostname: { type: 'string' },
|
|
22317
22321
|
},
|
|
22318
22322
|
required: [
|
|
22319
22323
|
'created_at',
|
|
22320
22324
|
'bridge_client_session_id',
|
|
22321
22325
|
'bridge_client_session_token',
|
|
22322
|
-
'bridge_client_name',
|
|
22323
|
-
'bridge_client_time_zone',
|
|
22324
|
-
'bridge_client_machine_identifier_key',
|
|
22325
|
-
'bridge_client_tailscale_hostname',
|
|
22326
22326
|
'pairing_code',
|
|
22327
22327
|
'pairing_code_expires_at',
|
|
22328
|
+
'tailscale_hostname',
|
|
22328
22329
|
'tailscale_auth_key',
|
|
22330
|
+
'bridge_client_name',
|
|
22331
|
+
'bridge_client_time_zone',
|
|
22332
|
+
'bridge_client_machine_identifier_key',
|
|
22329
22333
|
],
|
|
22330
22334
|
type: 'object',
|
|
22331
22335
|
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
|
|
@@ -22369,7 +22373,6 @@ export default {
|
|
|
22369
22373
|
type: 'string',
|
|
22370
22374
|
},
|
|
22371
22375
|
bridge_client_session_token: { type: 'string' },
|
|
22372
|
-
bridge_client_tailscale_hostname: { type: 'string' },
|
|
22373
22376
|
bridge_client_time_zone: { type: 'string' },
|
|
22374
22377
|
created_at: { format: 'date-time', type: 'string' },
|
|
22375
22378
|
pairing_code: {
|
|
@@ -22382,18 +22385,19 @@ export default {
|
|
|
22382
22385
|
type: 'string',
|
|
22383
22386
|
},
|
|
22384
22387
|
tailscale_auth_key: { nullable: true, type: 'string' },
|
|
22388
|
+
tailscale_hostname: { type: 'string' },
|
|
22385
22389
|
},
|
|
22386
22390
|
required: [
|
|
22387
22391
|
'created_at',
|
|
22388
22392
|
'bridge_client_session_id',
|
|
22389
22393
|
'bridge_client_session_token',
|
|
22390
|
-
'bridge_client_name',
|
|
22391
|
-
'bridge_client_time_zone',
|
|
22392
|
-
'bridge_client_machine_identifier_key',
|
|
22393
|
-
'bridge_client_tailscale_hostname',
|
|
22394
22394
|
'pairing_code',
|
|
22395
22395
|
'pairing_code_expires_at',
|
|
22396
|
+
'tailscale_hostname',
|
|
22396
22397
|
'tailscale_auth_key',
|
|
22398
|
+
'bridge_client_name',
|
|
22399
|
+
'bridge_client_time_zone',
|
|
22400
|
+
'bridge_client_machine_identifier_key',
|
|
22397
22401
|
],
|
|
22398
22402
|
type: 'object',
|
|
22399
22403
|
'x-route-path': '/seam/bridge/v1/bridge_client_sessions',
|