Skip to content

Commit 953f7cc

Browse files
authored
Sync alphalib 2025 06 11 (#239)
1 parent d9845f6 commit 953f7cc

22 files changed

+35
-33
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"into-stream": "^8.0.1",
2626
"is-stream": "^4.0.1",
2727
"p-map": "^7.0.3",
28-
"tsx": "^4.19.4",
28+
"tsx": "^4.20.1",
2929
"tus-js-client": "^4.3.1",
3030
"type-fest": "^4.41.0",
31-
"zod": "^3.25.48"
31+
"zod": "^3.25.61"
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.26.10",

src/alphalib/types/robots/_index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ import {
272272
} from './video-merge.ts'
273273
import {
274274
interpolatableRobotVideoOndemandInstructionsSchema,
275+
robotVideoOndemandInstructionsWithHiddenFieldsSchema,
275276
meta as videoOndemandMeta,
276277
} from './video-ondemand.ts'
277278
import {
@@ -453,7 +454,7 @@ const robotStepsInstructionsWithHiddenFields = [
453454
interpolatableRobotVideoConcatInstructionsSchema,
454455
interpolatableRobotVideoEncodeInstructionsSchema,
455456
interpolatableRobotVideoMergeInstructionsSchema,
456-
interpolatableRobotVideoOndemandInstructionsSchema,
457+
robotVideoOndemandInstructionsWithHiddenFieldsSchema,
457458
interpolatableRobotVideoSubtitleInstructionsSchema,
458459
interpolatableRobotVideoThumbsInstructionsSchema,
459460
interpolatableRobotVimeoStoreInstructionsSchema,

src/alphalib/types/robots/_instructions-primitives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export interface RobotMeta {
1010
description?: string
1111
discount_factor: number
1212
discount_pct: number
13-
docs_redirect_from?: string[]
1413
example_code?: z.input<typeof assemblyInstructionsSchema>
1514
example_code_description?: string
1615
extended_description?: string
@@ -61,7 +60,6 @@ export interface RobotMeta {
6160

6261
purpose_word: string
6362
purpose_words: string
64-
redirect_from?: string[]
6563
requires_credentials?: true
6664
service_slug:
6765
| 'artificial-intelligence'

src/alphalib/types/robots/audio-waveform.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const meta: RobotMeta = {
1414
bytescount: 1,
1515
discount_factor: 1,
1616
discount_pct: 0,
17-
docs_redirect_from: ['/docs/audio-waveform-images/'],
1817
example_code: {
1918
steps: {
2019
waveformed: {

src/alphalib/types/robots/cloudfiles-store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const meta: RobotMeta = {
1313
bytescount: 6,
1414
discount_factor: 0.15000150001500018,
1515
discount_pct: 84.99984999849998,
16-
docs_redirect_from: ['/docs/export-to-rackspace-cloudfiles/'],
1716
example_code: {
1817
steps: {
1918
exported: {

src/alphalib/types/robots/document-thumbs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export const meta: RobotMeta = {
1414
bytescount: 1,
1515
discount_factor: 1,
1616
discount_pct: 0,
17-
docs_redirect_from: ['/docs/extracting-images-of-documents/'],
1817
example_code: {
1918
steps: {
2019
thumbnailed: {

src/alphalib/types/robots/file-preview.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const meta: RobotMeta = {
1717
bytescount: 1,
1818
discount_factor: 1,
1919
discount_pct: 0,
20-
docs_redirect_from: ['/docs/media-preview/', '/docs/transcoding/media-cataloging/media-preview/'],
2120
example_code: {
2221
steps: {
2322
previewed: {

src/alphalib/types/robots/ftp-store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const meta: RobotMeta = {
88
bytescount: 6,
99
discount_factor: 0.15000150001500018,
1010
discount_pct: 84.99984999849998,
11-
docs_redirect_from: ['/docs/export-to-your-own-ftp-server/'],
1211
example_code: {
1312
steps: {
1413
exported: {

src/alphalib/types/robots/html-convert.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const meta: RobotMeta = {
88
bytescount: 1,
99
discount_factor: 1,
1010
discount_pct: 0,
11-
docs_redirect_from: ['/docs/taking-screenshots-of-websites/'],
1211
example_code: {
1312
steps: {
1413
captured: {

src/alphalib/types/robots/http-import.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export const meta: RobotMeta = {
1313
bytescount: 10,
1414
discount_factor: 0.1,
1515
discount_pct: 90,
16-
docs_redirect_from: ['/docs/import-files-over-http/'],
1716
example_code: {
1817
steps: {
1918
imported: {

0 commit comments

Comments
 (0)