@postrun/js 0.2.0 → 1.1.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/{chunk-VGR3BQCT.js → chunk-4AAUQJXR.js} +41 -2
- package/dist/chunk-4AAUQJXR.js.map +1 -0
- package/dist/{chunk-H2IIX5BP.js → chunk-YMVIGQGW.js} +3 -3
- package/dist/{chunk-H2IIX5BP.js.map → chunk-YMVIGQGW.js.map} +1 -1
- package/dist/index.cjs +39 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/schemas/index.cjs +39 -0
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +39 -0
- package/dist/schemas/index.d.ts +39 -0
- package/dist/schemas/index.js +1 -1
- package/dist/server.cjs +39 -0
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/{types.gen-lbiXwxGS.d.cts → types.gen-BHE-5ice.d.cts} +40 -0
- package/dist/{types.gen-lbiXwxGS.d.ts → types.gen-BHE-5ice.d.ts} +40 -0
- package/package.json +1 -1
- package/dist/chunk-VGR3BQCT.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1152,6 +1152,9 @@ z__namespace.object({
|
|
|
1152
1152
|
z__namespace.object({
|
|
1153
1153
|
hosted_connect_url: z__namespace.string(),
|
|
1154
1154
|
connect_token: z__namespace.string(),
|
|
1155
|
+
connect_session_token: z__namespace.string(),
|
|
1156
|
+
provider_config_key: z__namespace.string(),
|
|
1157
|
+
nango_host: z__namespace.string(),
|
|
1155
1158
|
expires_at: z__namespace.string()
|
|
1156
1159
|
});
|
|
1157
1160
|
z__namespace.object({
|
|
@@ -1196,6 +1199,15 @@ z__namespace.object({
|
|
|
1196
1199
|
"ready",
|
|
1197
1200
|
"failed"
|
|
1198
1201
|
]),
|
|
1202
|
+
progress: z__namespace.object({
|
|
1203
|
+
stage: z__namespace.enum([
|
|
1204
|
+
"queued",
|
|
1205
|
+
"analyzing",
|
|
1206
|
+
"transcoding",
|
|
1207
|
+
"done"
|
|
1208
|
+
]),
|
|
1209
|
+
percent: z__namespace.int().gte(0).lte(100)
|
|
1210
|
+
}),
|
|
1199
1211
|
raw: z__namespace.boolean(),
|
|
1200
1212
|
error: z__namespace.object({
|
|
1201
1213
|
code: z__namespace.enum([
|
|
@@ -1376,6 +1388,15 @@ z__namespace.object({
|
|
|
1376
1388
|
"ready",
|
|
1377
1389
|
"failed"
|
|
1378
1390
|
]),
|
|
1391
|
+
progress: z__namespace.object({
|
|
1392
|
+
stage: z__namespace.enum([
|
|
1393
|
+
"queued",
|
|
1394
|
+
"analyzing",
|
|
1395
|
+
"transcoding",
|
|
1396
|
+
"done"
|
|
1397
|
+
]),
|
|
1398
|
+
percent: z__namespace.int().gte(0).lte(100)
|
|
1399
|
+
}),
|
|
1379
1400
|
raw: z__namespace.boolean(),
|
|
1380
1401
|
error: z__namespace.object({
|
|
1381
1402
|
code: z__namespace.enum([
|
|
@@ -1541,6 +1562,15 @@ z__namespace.object({
|
|
|
1541
1562
|
"ready",
|
|
1542
1563
|
"failed"
|
|
1543
1564
|
]),
|
|
1565
|
+
progress: z__namespace.object({
|
|
1566
|
+
stage: z__namespace.enum([
|
|
1567
|
+
"queued",
|
|
1568
|
+
"analyzing",
|
|
1569
|
+
"transcoding",
|
|
1570
|
+
"done"
|
|
1571
|
+
]),
|
|
1572
|
+
percent: z__namespace.int().gte(0).lte(100)
|
|
1573
|
+
}),
|
|
1544
1574
|
raw: z__namespace.boolean(),
|
|
1545
1575
|
error: z__namespace.object({
|
|
1546
1576
|
code: z__namespace.enum([
|
|
@@ -1709,6 +1739,15 @@ z__namespace.object({
|
|
|
1709
1739
|
"ready",
|
|
1710
1740
|
"failed"
|
|
1711
1741
|
]),
|
|
1742
|
+
progress: z__namespace.object({
|
|
1743
|
+
stage: z__namespace.enum([
|
|
1744
|
+
"queued",
|
|
1745
|
+
"analyzing",
|
|
1746
|
+
"transcoding",
|
|
1747
|
+
"done"
|
|
1748
|
+
]),
|
|
1749
|
+
percent: z__namespace.int().gte(0).lte(100)
|
|
1750
|
+
}),
|
|
1712
1751
|
raw: z__namespace.boolean(),
|
|
1713
1752
|
error: z__namespace.object({
|
|
1714
1753
|
code: z__namespace.enum([
|