@metorial-services/slates-hub-client 1.0.4 → 1.0.6
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.
|
@@ -25,6 +25,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
25
25
|
identifier: string;
|
|
26
26
|
oid: bigint;
|
|
27
27
|
id: string;
|
|
28
|
+
signalTenantId: string | null;
|
|
28
29
|
createdAt: Date;
|
|
29
30
|
};
|
|
30
31
|
}>;
|
|
@@ -59,6 +60,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
59
60
|
identifier: string;
|
|
60
61
|
oid: bigint;
|
|
61
62
|
id: string;
|
|
63
|
+
signalTenantId: string | null;
|
|
62
64
|
createdAt: Date;
|
|
63
65
|
};
|
|
64
66
|
}>;
|
|
@@ -77,6 +79,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
77
79
|
identifier: string;
|
|
78
80
|
oid: bigint;
|
|
79
81
|
id: string;
|
|
82
|
+
signalTenantId: string | null;
|
|
80
83
|
createdAt: Date;
|
|
81
84
|
};
|
|
82
85
|
secret: {} & {
|
|
@@ -148,6 +151,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
148
151
|
identifier: string;
|
|
149
152
|
oid: bigint;
|
|
150
153
|
id: string;
|
|
154
|
+
signalTenantId: string | null;
|
|
151
155
|
createdAt: Date;
|
|
152
156
|
} | null;
|
|
153
157
|
} & {
|
|
@@ -426,6 +430,8 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
426
430
|
access: import("@metorial-services/slates-registry-client").SlateAccess;
|
|
427
431
|
name: string;
|
|
428
432
|
description: string | null;
|
|
433
|
+
logoUrl: string | null;
|
|
434
|
+
skills: string[];
|
|
429
435
|
identifier: string;
|
|
430
436
|
fullIdentifier: string;
|
|
431
437
|
createdByUser: {
|
|
@@ -2161,6 +2167,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2161
2167
|
identifier: string;
|
|
2162
2168
|
oid: bigint;
|
|
2163
2169
|
id: string;
|
|
2170
|
+
signalTenantId: string | null;
|
|
2164
2171
|
createdAt: Date;
|
|
2165
2172
|
};
|
|
2166
2173
|
}>;
|
|
@@ -2197,6 +2204,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2197
2204
|
identifier: string;
|
|
2198
2205
|
oid: bigint;
|
|
2199
2206
|
id: string;
|
|
2207
|
+
signalTenantId: string | null;
|
|
2200
2208
|
createdAt: Date;
|
|
2201
2209
|
};
|
|
2202
2210
|
}>;
|
|
@@ -2221,6 +2229,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2221
2229
|
identifier: string;
|
|
2222
2230
|
oid: bigint;
|
|
2223
2231
|
id: string;
|
|
2232
|
+
signalTenantId: string | null;
|
|
2224
2233
|
createdAt: Date;
|
|
2225
2234
|
};
|
|
2226
2235
|
slateInstance: {
|
|
@@ -2315,6 +2324,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2315
2324
|
identifier: string;
|
|
2316
2325
|
oid: bigint;
|
|
2317
2326
|
id: string;
|
|
2327
|
+
signalTenantId: string | null;
|
|
2318
2328
|
createdAt: Date;
|
|
2319
2329
|
};
|
|
2320
2330
|
}>;
|
|
@@ -2352,6 +2362,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2352
2362
|
identifier: string;
|
|
2353
2363
|
oid: bigint;
|
|
2354
2364
|
id: string;
|
|
2365
|
+
signalTenantId: string | null;
|
|
2355
2366
|
createdAt: Date;
|
|
2356
2367
|
};
|
|
2357
2368
|
}>;
|
|
@@ -2387,6 +2398,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2387
2398
|
identifier: string;
|
|
2388
2399
|
oid: bigint;
|
|
2389
2400
|
id: string;
|
|
2401
|
+
signalTenantId: string | null;
|
|
2390
2402
|
createdAt: Date;
|
|
2391
2403
|
};
|
|
2392
2404
|
}>;
|
|
@@ -2407,6 +2419,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2407
2419
|
identifier: string;
|
|
2408
2420
|
oid: bigint;
|
|
2409
2421
|
id: string;
|
|
2422
|
+
signalTenantId: string | null;
|
|
2410
2423
|
createdAt: Date;
|
|
2411
2424
|
};
|
|
2412
2425
|
slateOAuthCredentials: {
|
|
@@ -2456,6 +2469,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2456
2469
|
identifier: string;
|
|
2457
2470
|
oid: bigint;
|
|
2458
2471
|
id: string;
|
|
2472
|
+
signalTenantId: string | null;
|
|
2459
2473
|
createdAt: Date;
|
|
2460
2474
|
};
|
|
2461
2475
|
}>;
|
|
@@ -2566,6 +2580,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2566
2580
|
identifier: string;
|
|
2567
2581
|
oid: bigint;
|
|
2568
2582
|
id: string;
|
|
2583
|
+
signalTenantId: string | null;
|
|
2569
2584
|
createdAt: Date;
|
|
2570
2585
|
};
|
|
2571
2586
|
}>;
|
|
@@ -2676,6 +2691,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2676
2691
|
identifier: string;
|
|
2677
2692
|
oid: bigint;
|
|
2678
2693
|
id: string;
|
|
2694
|
+
signalTenantId: string | null;
|
|
2679
2695
|
createdAt: Date;
|
|
2680
2696
|
};
|
|
2681
2697
|
}>;
|
|
@@ -2769,6 +2785,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2769
2785
|
identifier: string;
|
|
2770
2786
|
oid: bigint;
|
|
2771
2787
|
id: string;
|
|
2788
|
+
signalTenantId: string | null;
|
|
2772
2789
|
createdAt: Date;
|
|
2773
2790
|
};
|
|
2774
2791
|
slateOAuthSetup: {
|
|
@@ -2896,6 +2913,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
2896
2913
|
identifier: string;
|
|
2897
2914
|
oid: bigint;
|
|
2898
2915
|
id: string;
|
|
2916
|
+
signalTenantId: string | null;
|
|
2899
2917
|
createdAt: Date;
|
|
2900
2918
|
};
|
|
2901
2919
|
slateOAuthSetup: {
|
|
@@ -3071,6 +3089,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3071
3089
|
identifier: string;
|
|
3072
3090
|
oid: bigint;
|
|
3073
3091
|
id: string;
|
|
3092
|
+
signalTenantId: string | null;
|
|
3074
3093
|
createdAt: Date;
|
|
3075
3094
|
};
|
|
3076
3095
|
}>;
|
|
@@ -3158,6 +3177,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3158
3177
|
identifier: string;
|
|
3159
3178
|
oid: bigint;
|
|
3160
3179
|
id: string;
|
|
3180
|
+
signalTenantId: string | null;
|
|
3161
3181
|
createdAt: Date;
|
|
3162
3182
|
};
|
|
3163
3183
|
}>;
|
|
@@ -3241,6 +3261,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3241
3261
|
identifier: string;
|
|
3242
3262
|
oid: bigint;
|
|
3243
3263
|
id: string;
|
|
3264
|
+
signalTenantId: string | null;
|
|
3244
3265
|
createdAt: Date;
|
|
3245
3266
|
};
|
|
3246
3267
|
}>;
|
|
@@ -3311,6 +3332,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3311
3332
|
identifier: string;
|
|
3312
3333
|
oid: bigint;
|
|
3313
3334
|
id: string;
|
|
3335
|
+
signalTenantId: string | null;
|
|
3314
3336
|
createdAt: Date;
|
|
3315
3337
|
};
|
|
3316
3338
|
slateAuthConfig: {
|
|
@@ -3455,6 +3477,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3455
3477
|
identifier: string;
|
|
3456
3478
|
oid: bigint;
|
|
3457
3479
|
id: string;
|
|
3480
|
+
signalTenantId: string | null;
|
|
3458
3481
|
createdAt: Date;
|
|
3459
3482
|
};
|
|
3460
3483
|
}>;
|
|
@@ -3491,6 +3514,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3491
3514
|
identifier: string;
|
|
3492
3515
|
oid: bigint;
|
|
3493
3516
|
id: string;
|
|
3517
|
+
signalTenantId: string | null;
|
|
3494
3518
|
createdAt: Date;
|
|
3495
3519
|
};
|
|
3496
3520
|
}>;
|
|
@@ -3521,6 +3545,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3521
3545
|
identifier: string;
|
|
3522
3546
|
oid: bigint;
|
|
3523
3547
|
id: string;
|
|
3548
|
+
signalTenantId: string | null;
|
|
3524
3549
|
createdAt: Date;
|
|
3525
3550
|
};
|
|
3526
3551
|
}>;
|
|
@@ -3540,6 +3565,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3540
3565
|
identifier: string;
|
|
3541
3566
|
oid: bigint;
|
|
3542
3567
|
id: string;
|
|
3568
|
+
signalTenantId: string | null;
|
|
3543
3569
|
createdAt: Date;
|
|
3544
3570
|
};
|
|
3545
3571
|
slateSession: {
|
|
@@ -3598,6 +3624,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3598
3624
|
identifier: string;
|
|
3599
3625
|
oid: bigint;
|
|
3600
3626
|
id: string;
|
|
3627
|
+
signalTenantId: string | null;
|
|
3601
3628
|
createdAt: Date;
|
|
3602
3629
|
};
|
|
3603
3630
|
}>;
|
|
@@ -3639,6 +3666,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3639
3666
|
identifier: string;
|
|
3640
3667
|
oid: bigint;
|
|
3641
3668
|
id: string;
|
|
3669
|
+
signalTenantId: string | null;
|
|
3642
3670
|
createdAt: Date;
|
|
3643
3671
|
};
|
|
3644
3672
|
}>;
|
|
@@ -3709,6 +3737,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3709
3737
|
identifier: string;
|
|
3710
3738
|
oid: bigint;
|
|
3711
3739
|
id: string;
|
|
3740
|
+
signalTenantId: string | null;
|
|
3712
3741
|
createdAt: Date;
|
|
3713
3742
|
};
|
|
3714
3743
|
slateSessionToolCall: {
|
|
@@ -3816,6 +3845,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3816
3845
|
identifier: string;
|
|
3817
3846
|
oid: bigint;
|
|
3818
3847
|
id: string;
|
|
3848
|
+
signalTenantId: string | null;
|
|
3819
3849
|
createdAt: Date;
|
|
3820
3850
|
};
|
|
3821
3851
|
slateSessionToolCall: {
|
|
@@ -3904,6 +3934,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => import("@lo
|
|
|
3904
3934
|
identifier: string;
|
|
3905
3935
|
oid: bigint;
|
|
3906
3936
|
id: string;
|
|
3937
|
+
signalTenantId: string | null;
|
|
3907
3938
|
createdAt: Date;
|
|
3908
3939
|
};
|
|
3909
3940
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAG7E,eAAO,IAAI,6BAA6B,GAAI,GAAG,UAAU
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAG7E,eAAO,IAAI,6BAA6B,GAAI,GAAG,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BACit6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAD7q6B,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -872,6 +872,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
872
872
|
id: string;
|
|
873
873
|
createdAt: Date;
|
|
874
874
|
identifier: string;
|
|
875
|
+
signalTenantId: string | null;
|
|
875
876
|
};
|
|
876
877
|
}>;
|
|
877
878
|
};
|
|
@@ -906,6 +907,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
906
907
|
id: string;
|
|
907
908
|
createdAt: Date;
|
|
908
909
|
identifier: string;
|
|
910
|
+
signalTenantId: string | null;
|
|
909
911
|
};
|
|
910
912
|
}>;
|
|
911
913
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -924,6 +926,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
924
926
|
id: string;
|
|
925
927
|
createdAt: Date;
|
|
926
928
|
identifier: string;
|
|
929
|
+
signalTenantId: string | null;
|
|
927
930
|
};
|
|
928
931
|
secret: {} & {
|
|
929
932
|
oid: bigint;
|
|
@@ -995,6 +998,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
995
998
|
id: string;
|
|
996
999
|
createdAt: Date;
|
|
997
1000
|
identifier: string;
|
|
1001
|
+
signalTenantId: string | null;
|
|
998
1002
|
} | null;
|
|
999
1003
|
} & {
|
|
1000
1004
|
name: string;
|
|
@@ -1272,6 +1276,8 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
1272
1276
|
access: SlateAccess$1;
|
|
1273
1277
|
name: string;
|
|
1274
1278
|
description: string | null;
|
|
1279
|
+
logoUrl: string | null;
|
|
1280
|
+
skills: string[];
|
|
1275
1281
|
identifier: string;
|
|
1276
1282
|
fullIdentifier: string;
|
|
1277
1283
|
createdByUser: {
|
|
@@ -3008,6 +3014,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3008
3014
|
id: string;
|
|
3009
3015
|
createdAt: Date;
|
|
3010
3016
|
identifier: string;
|
|
3017
|
+
signalTenantId: string | null;
|
|
3011
3018
|
};
|
|
3012
3019
|
}>;
|
|
3013
3020
|
create: Handler<Partial<Pick<{
|
|
@@ -3044,6 +3051,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3044
3051
|
id: string;
|
|
3045
3052
|
createdAt: Date;
|
|
3046
3053
|
identifier: string;
|
|
3054
|
+
signalTenantId: string | null;
|
|
3047
3055
|
};
|
|
3048
3056
|
}>;
|
|
3049
3057
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -3068,6 +3076,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3068
3076
|
id: string;
|
|
3069
3077
|
createdAt: Date;
|
|
3070
3078
|
identifier: string;
|
|
3079
|
+
signalTenantId: string | null;
|
|
3071
3080
|
};
|
|
3072
3081
|
slateInstance: {
|
|
3073
3082
|
slate: {
|
|
@@ -3162,6 +3171,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3162
3171
|
id: string;
|
|
3163
3172
|
createdAt: Date;
|
|
3164
3173
|
identifier: string;
|
|
3174
|
+
signalTenantId: string | null;
|
|
3165
3175
|
};
|
|
3166
3176
|
}>;
|
|
3167
3177
|
};
|
|
@@ -3199,6 +3209,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3199
3209
|
id: string;
|
|
3200
3210
|
createdAt: Date;
|
|
3201
3211
|
identifier: string;
|
|
3212
|
+
signalTenantId: string | null;
|
|
3202
3213
|
};
|
|
3203
3214
|
}>;
|
|
3204
3215
|
create: Handler<Partial<Pick<{
|
|
@@ -3234,6 +3245,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3234
3245
|
id: string;
|
|
3235
3246
|
createdAt: Date;
|
|
3236
3247
|
identifier: string;
|
|
3248
|
+
signalTenantId: string | null;
|
|
3237
3249
|
};
|
|
3238
3250
|
}>;
|
|
3239
3251
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -3254,6 +3266,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3254
3266
|
id: string;
|
|
3255
3267
|
createdAt: Date;
|
|
3256
3268
|
identifier: string;
|
|
3269
|
+
signalTenantId: string | null;
|
|
3257
3270
|
};
|
|
3258
3271
|
slateOAuthCredentials: {
|
|
3259
3272
|
slate: {
|
|
@@ -3303,6 +3316,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3303
3316
|
id: string;
|
|
3304
3317
|
createdAt: Date;
|
|
3305
3318
|
identifier: string;
|
|
3319
|
+
signalTenantId: string | null;
|
|
3306
3320
|
};
|
|
3307
3321
|
}>;
|
|
3308
3322
|
};
|
|
@@ -3413,6 +3427,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3413
3427
|
id: string;
|
|
3414
3428
|
createdAt: Date;
|
|
3415
3429
|
identifier: string;
|
|
3430
|
+
signalTenantId: string | null;
|
|
3416
3431
|
};
|
|
3417
3432
|
}>;
|
|
3418
3433
|
create: Handler<Partial<Pick<{
|
|
@@ -3523,6 +3538,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3523
3538
|
id: string;
|
|
3524
3539
|
createdAt: Date;
|
|
3525
3540
|
identifier: string;
|
|
3541
|
+
signalTenantId: string | null;
|
|
3526
3542
|
};
|
|
3527
3543
|
}>;
|
|
3528
3544
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -3616,6 +3632,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3616
3632
|
id: string;
|
|
3617
3633
|
createdAt: Date;
|
|
3618
3634
|
identifier: string;
|
|
3635
|
+
signalTenantId: string | null;
|
|
3619
3636
|
};
|
|
3620
3637
|
slateOAuthSetup: {
|
|
3621
3638
|
slate: {
|
|
@@ -3743,6 +3760,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3743
3760
|
id: string;
|
|
3744
3761
|
createdAt: Date;
|
|
3745
3762
|
identifier: string;
|
|
3763
|
+
signalTenantId: string | null;
|
|
3746
3764
|
};
|
|
3747
3765
|
slateOAuthSetup: {
|
|
3748
3766
|
slate: {
|
|
@@ -3918,6 +3936,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
3918
3936
|
id: string;
|
|
3919
3937
|
createdAt: Date;
|
|
3920
3938
|
identifier: string;
|
|
3939
|
+
signalTenantId: string | null;
|
|
3921
3940
|
};
|
|
3922
3941
|
}>;
|
|
3923
3942
|
};
|
|
@@ -4005,6 +4024,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4005
4024
|
id: string;
|
|
4006
4025
|
createdAt: Date;
|
|
4007
4026
|
identifier: string;
|
|
4027
|
+
signalTenantId: string | null;
|
|
4008
4028
|
};
|
|
4009
4029
|
}>;
|
|
4010
4030
|
create: Handler<Partial<Pick<{
|
|
@@ -4088,6 +4108,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4088
4108
|
id: string;
|
|
4089
4109
|
createdAt: Date;
|
|
4090
4110
|
identifier: string;
|
|
4111
|
+
signalTenantId: string | null;
|
|
4091
4112
|
};
|
|
4092
4113
|
}>;
|
|
4093
4114
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -4158,6 +4179,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4158
4179
|
id: string;
|
|
4159
4180
|
createdAt: Date;
|
|
4160
4181
|
identifier: string;
|
|
4182
|
+
signalTenantId: string | null;
|
|
4161
4183
|
};
|
|
4162
4184
|
slateAuthConfig: {
|
|
4163
4185
|
slate: {
|
|
@@ -4302,6 +4324,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4302
4324
|
id: string;
|
|
4303
4325
|
createdAt: Date;
|
|
4304
4326
|
identifier: string;
|
|
4327
|
+
signalTenantId: string | null;
|
|
4305
4328
|
};
|
|
4306
4329
|
}>;
|
|
4307
4330
|
};
|
|
@@ -4338,6 +4361,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4338
4361
|
id: string;
|
|
4339
4362
|
createdAt: Date;
|
|
4340
4363
|
identifier: string;
|
|
4364
|
+
signalTenantId: string | null;
|
|
4341
4365
|
};
|
|
4342
4366
|
}>;
|
|
4343
4367
|
create: Handler<Partial<Pick<{
|
|
@@ -4368,6 +4392,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4368
4392
|
id: string;
|
|
4369
4393
|
createdAt: Date;
|
|
4370
4394
|
identifier: string;
|
|
4395
|
+
signalTenantId: string | null;
|
|
4371
4396
|
};
|
|
4372
4397
|
}>;
|
|
4373
4398
|
get: Handler<UndefinedIsOptional<{
|
|
@@ -4387,6 +4412,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4387
4412
|
id: string;
|
|
4388
4413
|
createdAt: Date;
|
|
4389
4414
|
identifier: string;
|
|
4415
|
+
signalTenantId: string | null;
|
|
4390
4416
|
};
|
|
4391
4417
|
slateSession: {
|
|
4392
4418
|
slate: {
|
|
@@ -4445,6 +4471,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4445
4471
|
id: string;
|
|
4446
4472
|
createdAt: Date;
|
|
4447
4473
|
identifier: string;
|
|
4474
|
+
signalTenantId: string | null;
|
|
4448
4475
|
};
|
|
4449
4476
|
}>;
|
|
4450
4477
|
};
|
|
@@ -4486,6 +4513,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4486
4513
|
id: string;
|
|
4487
4514
|
createdAt: Date;
|
|
4488
4515
|
identifier: string;
|
|
4516
|
+
signalTenantId: string | null;
|
|
4489
4517
|
};
|
|
4490
4518
|
}>;
|
|
4491
4519
|
call: Handler<Partial<Pick<{
|
|
@@ -4556,6 +4584,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4556
4584
|
id: string;
|
|
4557
4585
|
createdAt: Date;
|
|
4558
4586
|
identifier: string;
|
|
4587
|
+
signalTenantId: string | null;
|
|
4559
4588
|
};
|
|
4560
4589
|
slateSessionToolCall: {
|
|
4561
4590
|
slateVersion: {
|
|
@@ -4663,6 +4692,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4663
4692
|
id: string;
|
|
4664
4693
|
createdAt: Date;
|
|
4665
4694
|
identifier: string;
|
|
4695
|
+
signalTenantId: string | null;
|
|
4666
4696
|
};
|
|
4667
4697
|
slateSessionToolCall: {
|
|
4668
4698
|
slateVersion: {
|
|
@@ -4751,6 +4781,7 @@ export declare let createSlatesHubInternalClient: (o: ClientOpts) => InferClient
|
|
|
4751
4781
|
id: string;
|
|
4752
4782
|
createdAt: Date;
|
|
4753
4783
|
identifier: string;
|
|
4784
|
+
signalTenantId: string | null;
|
|
4754
4785
|
};
|
|
4755
4786
|
}>;
|
|
4756
4787
|
};
|