@slates/test 1.0.0-rc.11 → 1.0.0-rc.13
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/index.d.cts +12 -0
- package/dist/index.d.ts +12 -0
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -116,6 +116,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
116
116
|
}[];
|
|
117
117
|
type: "action.tool";
|
|
118
118
|
capabilities: Record<string, never>;
|
|
119
|
+
isPublic: boolean;
|
|
119
120
|
description?: string | undefined;
|
|
120
121
|
instructions?: string[] | undefined;
|
|
121
122
|
constraints?: string[] | undefined;
|
|
@@ -130,6 +131,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
130
131
|
}[];
|
|
131
132
|
} | undefined;
|
|
132
133
|
authMethods?: string[] | undefined;
|
|
134
|
+
adapter?: string | null | undefined;
|
|
133
135
|
} | {
|
|
134
136
|
id: string;
|
|
135
137
|
name: string;
|
|
@@ -184,6 +186,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
184
186
|
}[];
|
|
185
187
|
} | undefined;
|
|
186
188
|
authMethods?: string[] | undefined;
|
|
189
|
+
adapter?: string | null | undefined;
|
|
187
190
|
})[];
|
|
188
191
|
tools: {
|
|
189
192
|
id: string;
|
|
@@ -197,6 +200,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
197
200
|
}[];
|
|
198
201
|
type: "action.tool";
|
|
199
202
|
capabilities: Record<string, never>;
|
|
203
|
+
isPublic: boolean;
|
|
200
204
|
description?: string | undefined;
|
|
201
205
|
instructions?: string[] | undefined;
|
|
202
206
|
constraints?: string[] | undefined;
|
|
@@ -211,6 +215,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
211
215
|
}[];
|
|
212
216
|
} | undefined;
|
|
213
217
|
authMethods?: string[] | undefined;
|
|
218
|
+
adapter?: string | null | undefined;
|
|
214
219
|
}[];
|
|
215
220
|
triggers: {
|
|
216
221
|
id: string;
|
|
@@ -266,6 +271,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
266
271
|
}[];
|
|
267
272
|
} | undefined;
|
|
268
273
|
authMethods?: string[] | undefined;
|
|
274
|
+
adapter?: string | null | undefined;
|
|
269
275
|
}[];
|
|
270
276
|
authMethods: {
|
|
271
277
|
id: string;
|
|
@@ -333,6 +339,7 @@ declare let expectSlateContract: (d: {
|
|
|
333
339
|
}[];
|
|
334
340
|
type: "action.tool";
|
|
335
341
|
capabilities: Record<string, never>;
|
|
342
|
+
isPublic: boolean;
|
|
336
343
|
description?: string | undefined;
|
|
337
344
|
instructions?: string[] | undefined;
|
|
338
345
|
constraints?: string[] | undefined;
|
|
@@ -347,6 +354,7 @@ declare let expectSlateContract: (d: {
|
|
|
347
354
|
}[];
|
|
348
355
|
} | undefined;
|
|
349
356
|
authMethods?: string[] | undefined;
|
|
357
|
+
adapter?: string | null | undefined;
|
|
350
358
|
} | {
|
|
351
359
|
id: string;
|
|
352
360
|
name: string;
|
|
@@ -401,6 +409,7 @@ declare let expectSlateContract: (d: {
|
|
|
401
409
|
}[];
|
|
402
410
|
} | undefined;
|
|
403
411
|
authMethods?: string[] | undefined;
|
|
412
|
+
adapter?: string | null | undefined;
|
|
404
413
|
})[];
|
|
405
414
|
tools: {
|
|
406
415
|
id: string;
|
|
@@ -414,6 +423,7 @@ declare let expectSlateContract: (d: {
|
|
|
414
423
|
}[];
|
|
415
424
|
type: "action.tool";
|
|
416
425
|
capabilities: Record<string, never>;
|
|
426
|
+
isPublic: boolean;
|
|
417
427
|
description?: string | undefined;
|
|
418
428
|
instructions?: string[] | undefined;
|
|
419
429
|
constraints?: string[] | undefined;
|
|
@@ -428,6 +438,7 @@ declare let expectSlateContract: (d: {
|
|
|
428
438
|
}[];
|
|
429
439
|
} | undefined;
|
|
430
440
|
authMethods?: string[] | undefined;
|
|
441
|
+
adapter?: string | null | undefined;
|
|
431
442
|
}[];
|
|
432
443
|
triggers: {
|
|
433
444
|
id: string;
|
|
@@ -483,6 +494,7 @@ declare let expectSlateContract: (d: {
|
|
|
483
494
|
}[];
|
|
484
495
|
} | undefined;
|
|
485
496
|
authMethods?: string[] | undefined;
|
|
497
|
+
adapter?: string | null | undefined;
|
|
486
498
|
}[];
|
|
487
499
|
authMethods: {
|
|
488
500
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
116
116
|
}[];
|
|
117
117
|
type: "action.tool";
|
|
118
118
|
capabilities: Record<string, never>;
|
|
119
|
+
isPublic: boolean;
|
|
119
120
|
description?: string | undefined;
|
|
120
121
|
instructions?: string[] | undefined;
|
|
121
122
|
constraints?: string[] | undefined;
|
|
@@ -130,6 +131,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
130
131
|
}[];
|
|
131
132
|
} | undefined;
|
|
132
133
|
authMethods?: string[] | undefined;
|
|
134
|
+
adapter?: string | null | undefined;
|
|
133
135
|
} | {
|
|
134
136
|
id: string;
|
|
135
137
|
name: string;
|
|
@@ -184,6 +186,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
184
186
|
}[];
|
|
185
187
|
} | undefined;
|
|
186
188
|
authMethods?: string[] | undefined;
|
|
189
|
+
adapter?: string | null | undefined;
|
|
187
190
|
})[];
|
|
188
191
|
tools: {
|
|
189
192
|
id: string;
|
|
@@ -197,6 +200,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
197
200
|
}[];
|
|
198
201
|
type: "action.tool";
|
|
199
202
|
capabilities: Record<string, never>;
|
|
203
|
+
isPublic: boolean;
|
|
200
204
|
description?: string | undefined;
|
|
201
205
|
instructions?: string[] | undefined;
|
|
202
206
|
constraints?: string[] | undefined;
|
|
@@ -211,6 +215,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
211
215
|
}[];
|
|
212
216
|
} | undefined;
|
|
213
217
|
authMethods?: string[] | undefined;
|
|
218
|
+
adapter?: string | null | undefined;
|
|
214
219
|
}[];
|
|
215
220
|
triggers: {
|
|
216
221
|
id: string;
|
|
@@ -266,6 +271,7 @@ declare let getSlateContract: (client: SlatesTestClient) => Promise<{
|
|
|
266
271
|
}[];
|
|
267
272
|
} | undefined;
|
|
268
273
|
authMethods?: string[] | undefined;
|
|
274
|
+
adapter?: string | null | undefined;
|
|
269
275
|
}[];
|
|
270
276
|
authMethods: {
|
|
271
277
|
id: string;
|
|
@@ -333,6 +339,7 @@ declare let expectSlateContract: (d: {
|
|
|
333
339
|
}[];
|
|
334
340
|
type: "action.tool";
|
|
335
341
|
capabilities: Record<string, never>;
|
|
342
|
+
isPublic: boolean;
|
|
336
343
|
description?: string | undefined;
|
|
337
344
|
instructions?: string[] | undefined;
|
|
338
345
|
constraints?: string[] | undefined;
|
|
@@ -347,6 +354,7 @@ declare let expectSlateContract: (d: {
|
|
|
347
354
|
}[];
|
|
348
355
|
} | undefined;
|
|
349
356
|
authMethods?: string[] | undefined;
|
|
357
|
+
adapter?: string | null | undefined;
|
|
350
358
|
} | {
|
|
351
359
|
id: string;
|
|
352
360
|
name: string;
|
|
@@ -401,6 +409,7 @@ declare let expectSlateContract: (d: {
|
|
|
401
409
|
}[];
|
|
402
410
|
} | undefined;
|
|
403
411
|
authMethods?: string[] | undefined;
|
|
412
|
+
adapter?: string | null | undefined;
|
|
404
413
|
})[];
|
|
405
414
|
tools: {
|
|
406
415
|
id: string;
|
|
@@ -414,6 +423,7 @@ declare let expectSlateContract: (d: {
|
|
|
414
423
|
}[];
|
|
415
424
|
type: "action.tool";
|
|
416
425
|
capabilities: Record<string, never>;
|
|
426
|
+
isPublic: boolean;
|
|
417
427
|
description?: string | undefined;
|
|
418
428
|
instructions?: string[] | undefined;
|
|
419
429
|
constraints?: string[] | undefined;
|
|
@@ -428,6 +438,7 @@ declare let expectSlateContract: (d: {
|
|
|
428
438
|
}[];
|
|
429
439
|
} | undefined;
|
|
430
440
|
authMethods?: string[] | undefined;
|
|
441
|
+
adapter?: string | null | undefined;
|
|
431
442
|
}[];
|
|
432
443
|
triggers: {
|
|
433
444
|
id: string;
|
|
@@ -483,6 +494,7 @@ declare let expectSlateContract: (d: {
|
|
|
483
494
|
}[];
|
|
484
495
|
} | undefined;
|
|
485
496
|
authMethods?: string[] | undefined;
|
|
497
|
+
adapter?: string | null | undefined;
|
|
486
498
|
}[];
|
|
487
499
|
authMethods: {
|
|
488
500
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slates/test",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@lowerdeck/testing-tools": "latest",
|
|
43
|
-
"@slates/client": "1.0.0-rc.
|
|
44
|
-
"@slates/profiles": "1.0.0-rc.
|
|
43
|
+
"@slates/client": "1.0.0-rc.16",
|
|
44
|
+
"@slates/profiles": "1.0.0-rc.14"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@slates/provider": "1.0.0-rc.
|
|
47
|
+
"@slates/provider": "1.0.0-rc.18",
|
|
48
48
|
"@slates/tsconfig": "1.0.0-rc.1",
|
|
49
49
|
"typescript": "5.8.2",
|
|
50
50
|
"vitest": "^3.1.2",
|