@slates/proto 1.0.0-rc.17 → 1.0.0-rc.18
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.cjs +3 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.module.js +3 -1
- package/package.json +2 -2
- package/src/messages/action.ts +3 -1
package/dist/index.cjs
CHANGED
|
@@ -366,7 +366,9 @@ var slatesMessageActionInvokeResponse = import_zod6.default.object({
|
|
|
366
366
|
type: import_zod6.default.literal("url"),
|
|
367
367
|
url: import_zod6.default.string(),
|
|
368
368
|
headers: import_zod6.default.record(import_zod6.default.string(), import_zod6.default.string()).optional(),
|
|
369
|
-
query: import_zod6.default.record(import_zod6.default.string(), import_zod6.default.string()).optional()
|
|
369
|
+
query: import_zod6.default.record(import_zod6.default.string(), import_zod6.default.string()).optional(),
|
|
370
|
+
refreshReference: import_zod6.default.unknown().optional(),
|
|
371
|
+
refreshAt: import_zod6.default.string().optional()
|
|
370
372
|
}),
|
|
371
373
|
import_zod6.default.object({
|
|
372
374
|
type: import_zod6.default.literal("content"),
|
package/dist/index.d.cts
CHANGED
|
@@ -266,6 +266,8 @@ declare let slatesMessageActionInvokeResponse: z.ZodObject<{
|
|
|
266
266
|
url: z.ZodString;
|
|
267
267
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
268
268
|
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
269
|
+
refreshReference: z.ZodOptional<z.ZodUnknown>;
|
|
270
|
+
refreshAt: z.ZodOptional<z.ZodString>;
|
|
269
271
|
}, z.core.$strip>, z.ZodObject<{
|
|
270
272
|
type: z.ZodLiteral<"content">;
|
|
271
273
|
encoding: z.ZodUnion<readonly [z.ZodLiteral<"base64">, z.ZodLiteral<"utf-8">]>;
|
|
@@ -794,6 +796,8 @@ declare let slatesActionResponsesByMethod: {
|
|
|
794
796
|
url: z.ZodString;
|
|
795
797
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
796
798
|
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
799
|
+
refreshReference: z.ZodOptional<z.ZodUnknown>;
|
|
800
|
+
refreshAt: z.ZodOptional<z.ZodString>;
|
|
797
801
|
}, z.core.$strip>, z.ZodObject<{
|
|
798
802
|
type: z.ZodLiteral<"content">;
|
|
799
803
|
encoding: z.ZodUnion<readonly [z.ZodLiteral<"base64">, z.ZodLiteral<"utf-8">]>;
|
|
@@ -3387,6 +3391,8 @@ declare let slatesResponsesByMethod: {
|
|
|
3387
3391
|
url: z$1.ZodString;
|
|
3388
3392
|
headers: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
3389
3393
|
query: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
3394
|
+
refreshReference: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
3395
|
+
refreshAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3390
3396
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
3391
3397
|
type: z$1.ZodLiteral<"content">;
|
|
3392
3398
|
encoding: z$1.ZodUnion<readonly [z$1.ZodLiteral<"base64">, z$1.ZodLiteral<"utf-8">]>;
|
package/dist/index.d.ts
CHANGED
|
@@ -266,6 +266,8 @@ declare let slatesMessageActionInvokeResponse: z.ZodObject<{
|
|
|
266
266
|
url: z.ZodString;
|
|
267
267
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
268
268
|
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
269
|
+
refreshReference: z.ZodOptional<z.ZodUnknown>;
|
|
270
|
+
refreshAt: z.ZodOptional<z.ZodString>;
|
|
269
271
|
}, z.core.$strip>, z.ZodObject<{
|
|
270
272
|
type: z.ZodLiteral<"content">;
|
|
271
273
|
encoding: z.ZodUnion<readonly [z.ZodLiteral<"base64">, z.ZodLiteral<"utf-8">]>;
|
|
@@ -794,6 +796,8 @@ declare let slatesActionResponsesByMethod: {
|
|
|
794
796
|
url: z.ZodString;
|
|
795
797
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
796
798
|
query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
799
|
+
refreshReference: z.ZodOptional<z.ZodUnknown>;
|
|
800
|
+
refreshAt: z.ZodOptional<z.ZodString>;
|
|
797
801
|
}, z.core.$strip>, z.ZodObject<{
|
|
798
802
|
type: z.ZodLiteral<"content">;
|
|
799
803
|
encoding: z.ZodUnion<readonly [z.ZodLiteral<"base64">, z.ZodLiteral<"utf-8">]>;
|
|
@@ -3387,6 +3391,8 @@ declare let slatesResponsesByMethod: {
|
|
|
3387
3391
|
url: z$1.ZodString;
|
|
3388
3392
|
headers: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
3389
3393
|
query: z$1.ZodOptional<z$1.ZodRecord<z$1.ZodString, z$1.ZodString>>;
|
|
3394
|
+
refreshReference: z$1.ZodOptional<z$1.ZodUnknown>;
|
|
3395
|
+
refreshAt: z$1.ZodOptional<z$1.ZodString>;
|
|
3390
3396
|
}, z$1.core.$strip>, z$1.ZodObject<{
|
|
3391
3397
|
type: z$1.ZodLiteral<"content">;
|
|
3392
3398
|
encoding: z$1.ZodUnion<readonly [z$1.ZodLiteral<"base64">, z$1.ZodLiteral<"utf-8">]>;
|
package/dist/index.module.js
CHANGED
|
@@ -244,7 +244,9 @@ var slatesMessageActionInvokeResponse = z6.object({
|
|
|
244
244
|
type: z6.literal("url"),
|
|
245
245
|
url: z6.string(),
|
|
246
246
|
headers: z6.record(z6.string(), z6.string()).optional(),
|
|
247
|
-
query: z6.record(z6.string(), z6.string()).optional()
|
|
247
|
+
query: z6.record(z6.string(), z6.string()).optional(),
|
|
248
|
+
refreshReference: z6.unknown().optional(),
|
|
249
|
+
refreshAt: z6.string().optional()
|
|
248
250
|
}),
|
|
249
251
|
z6.object({
|
|
250
252
|
type: z6.literal("content"),
|
package/package.json
CHANGED
package/src/messages/action.ts
CHANGED
|
@@ -98,7 +98,9 @@ export let slatesMessageActionInvokeResponse = z.object({
|
|
|
98
98
|
type: z.literal('url'),
|
|
99
99
|
url: z.string(),
|
|
100
100
|
headers: z.record(z.string(), z.string()).optional(),
|
|
101
|
-
query: z.record(z.string(), z.string()).optional()
|
|
101
|
+
query: z.record(z.string(), z.string()).optional(),
|
|
102
|
+
refreshReference: z.unknown().optional(),
|
|
103
|
+
refreshAt: z.string().optional()
|
|
102
104
|
}),
|
|
103
105
|
z.object({
|
|
104
106
|
type: z.literal('content'),
|