@postrun/js 0.2.0 → 1.0.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/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([