@cloudflare/workers-types 4.20251003.0 → 4.20251008.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/2021-11-03/index.d.ts +4 -0
- package/2021-11-03/index.ts +4 -0
- package/2022-01-31/index.d.ts +4 -0
- package/2022-01-31/index.ts +4 -0
- package/2022-03-21/index.d.ts +4 -0
- package/2022-03-21/index.ts +4 -0
- package/2022-08-04/index.d.ts +4 -0
- package/2022-08-04/index.ts +4 -0
- package/2022-10-31/index.d.ts +4 -0
- package/2022-10-31/index.ts +4 -0
- package/2022-11-30/index.d.ts +4 -0
- package/2022-11-30/index.ts +4 -0
- package/2023-03-01/index.d.ts +4 -0
- package/2023-03-01/index.ts +4 -0
- package/2023-07-01/index.d.ts +4 -0
- package/2023-07-01/index.ts +4 -0
- package/experimental/index.d.ts +4 -0
- package/experimental/index.ts +4 -0
- package/index.d.ts +4 -0
- package/index.ts +4 -0
- package/latest/index.d.ts +4 -0
- package/latest/index.ts +4 -0
- package/oldest/index.d.ts +4 -0
- package/oldest/index.ts +4 -0
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -8428,6 +8428,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8428
8428
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8429
8429
|
*/
|
|
8430
8430
|
duration?: string;
|
|
8431
|
+
/**
|
|
8432
|
+
* Number of frames in the spritesheet.
|
|
8433
|
+
*/
|
|
8434
|
+
imageCount?: number;
|
|
8431
8435
|
/**
|
|
8432
8436
|
* Output format for the generated media.
|
|
8433
8437
|
*/
|
package/2021-11-03/index.ts
CHANGED
|
@@ -8452,6 +8452,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8452
8452
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8453
8453
|
*/
|
|
8454
8454
|
duration?: string;
|
|
8455
|
+
/**
|
|
8456
|
+
* Number of frames in the spritesheet.
|
|
8457
|
+
*/
|
|
8458
|
+
imageCount?: number;
|
|
8455
8459
|
/**
|
|
8456
8460
|
* Output format for the generated media.
|
|
8457
8461
|
*/
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -8454,6 +8454,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8454
8454
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8455
8455
|
*/
|
|
8456
8456
|
duration?: string;
|
|
8457
|
+
/**
|
|
8458
|
+
* Number of frames in the spritesheet.
|
|
8459
|
+
*/
|
|
8460
|
+
imageCount?: number;
|
|
8457
8461
|
/**
|
|
8458
8462
|
* Output format for the generated media.
|
|
8459
8463
|
*/
|
package/2022-01-31/index.ts
CHANGED
|
@@ -8478,6 +8478,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8478
8478
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8479
8479
|
*/
|
|
8480
8480
|
duration?: string;
|
|
8481
|
+
/**
|
|
8482
|
+
* Number of frames in the spritesheet.
|
|
8483
|
+
*/
|
|
8484
|
+
imageCount?: number;
|
|
8481
8485
|
/**
|
|
8482
8486
|
* Output format for the generated media.
|
|
8483
8487
|
*/
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -8472,6 +8472,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8472
8472
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8473
8473
|
*/
|
|
8474
8474
|
duration?: string;
|
|
8475
|
+
/**
|
|
8476
|
+
* Number of frames in the spritesheet.
|
|
8477
|
+
*/
|
|
8478
|
+
imageCount?: number;
|
|
8475
8479
|
/**
|
|
8476
8480
|
* Output format for the generated media.
|
|
8477
8481
|
*/
|
package/2022-03-21/index.ts
CHANGED
|
@@ -8496,6 +8496,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8496
8496
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8497
8497
|
*/
|
|
8498
8498
|
duration?: string;
|
|
8499
|
+
/**
|
|
8500
|
+
* Number of frames in the spritesheet.
|
|
8501
|
+
*/
|
|
8502
|
+
imageCount?: number;
|
|
8499
8503
|
/**
|
|
8500
8504
|
* Output format for the generated media.
|
|
8501
8505
|
*/
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -8473,6 +8473,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8473
8473
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8474
8474
|
*/
|
|
8475
8475
|
duration?: string;
|
|
8476
|
+
/**
|
|
8477
|
+
* Number of frames in the spritesheet.
|
|
8478
|
+
*/
|
|
8479
|
+
imageCount?: number;
|
|
8476
8480
|
/**
|
|
8477
8481
|
* Output format for the generated media.
|
|
8478
8482
|
*/
|
package/2022-08-04/index.ts
CHANGED
|
@@ -8497,6 +8497,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8497
8497
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8498
8498
|
*/
|
|
8499
8499
|
duration?: string;
|
|
8500
|
+
/**
|
|
8501
|
+
* Number of frames in the spritesheet.
|
|
8502
|
+
*/
|
|
8503
|
+
imageCount?: number;
|
|
8500
8504
|
/**
|
|
8501
8505
|
* Output format for the generated media.
|
|
8502
8506
|
*/
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -8477,6 +8477,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8477
8477
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8478
8478
|
*/
|
|
8479
8479
|
duration?: string;
|
|
8480
|
+
/**
|
|
8481
|
+
* Number of frames in the spritesheet.
|
|
8482
|
+
*/
|
|
8483
|
+
imageCount?: number;
|
|
8480
8484
|
/**
|
|
8481
8485
|
* Output format for the generated media.
|
|
8482
8486
|
*/
|
package/2022-10-31/index.ts
CHANGED
|
@@ -8501,6 +8501,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8501
8501
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8502
8502
|
*/
|
|
8503
8503
|
duration?: string;
|
|
8504
|
+
/**
|
|
8505
|
+
* Number of frames in the spritesheet.
|
|
8506
|
+
*/
|
|
8507
|
+
imageCount?: number;
|
|
8504
8508
|
/**
|
|
8505
8509
|
* Output format for the generated media.
|
|
8506
8510
|
*/
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -8482,6 +8482,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8482
8482
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8483
8483
|
*/
|
|
8484
8484
|
duration?: string;
|
|
8485
|
+
/**
|
|
8486
|
+
* Number of frames in the spritesheet.
|
|
8487
|
+
*/
|
|
8488
|
+
imageCount?: number;
|
|
8485
8489
|
/**
|
|
8486
8490
|
* Output format for the generated media.
|
|
8487
8491
|
*/
|
package/2022-11-30/index.ts
CHANGED
|
@@ -8506,6 +8506,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8506
8506
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8507
8507
|
*/
|
|
8508
8508
|
duration?: string;
|
|
8509
|
+
/**
|
|
8510
|
+
* Number of frames in the spritesheet.
|
|
8511
|
+
*/
|
|
8512
|
+
imageCount?: number;
|
|
8509
8513
|
/**
|
|
8510
8514
|
* Output format for the generated media.
|
|
8511
8515
|
*/
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -8484,6 +8484,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8484
8484
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8485
8485
|
*/
|
|
8486
8486
|
duration?: string;
|
|
8487
|
+
/**
|
|
8488
|
+
* Number of frames in the spritesheet.
|
|
8489
|
+
*/
|
|
8490
|
+
imageCount?: number;
|
|
8487
8491
|
/**
|
|
8488
8492
|
* Output format for the generated media.
|
|
8489
8493
|
*/
|
package/2023-03-01/index.ts
CHANGED
|
@@ -8508,6 +8508,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8508
8508
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8509
8509
|
*/
|
|
8510
8510
|
duration?: string;
|
|
8511
|
+
/**
|
|
8512
|
+
* Number of frames in the spritesheet.
|
|
8513
|
+
*/
|
|
8514
|
+
imageCount?: number;
|
|
8511
8515
|
/**
|
|
8512
8516
|
* Output format for the generated media.
|
|
8513
8517
|
*/
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -8484,6 +8484,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8484
8484
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8485
8485
|
*/
|
|
8486
8486
|
duration?: string;
|
|
8487
|
+
/**
|
|
8488
|
+
* Number of frames in the spritesheet.
|
|
8489
|
+
*/
|
|
8490
|
+
imageCount?: number;
|
|
8487
8491
|
/**
|
|
8488
8492
|
* Output format for the generated media.
|
|
8489
8493
|
*/
|
package/2023-07-01/index.ts
CHANGED
|
@@ -8508,6 +8508,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8508
8508
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8509
8509
|
*/
|
|
8510
8510
|
duration?: string;
|
|
8511
|
+
/**
|
|
8512
|
+
* Number of frames in the spritesheet.
|
|
8513
|
+
*/
|
|
8514
|
+
imageCount?: number;
|
|
8511
8515
|
/**
|
|
8512
8516
|
* Output format for the generated media.
|
|
8513
8517
|
*/
|
package/experimental/index.d.ts
CHANGED
|
@@ -8895,6 +8895,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8895
8895
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8896
8896
|
*/
|
|
8897
8897
|
duration?: string;
|
|
8898
|
+
/**
|
|
8899
|
+
* Number of frames in the spritesheet.
|
|
8900
|
+
*/
|
|
8901
|
+
imageCount?: number;
|
|
8898
8902
|
/**
|
|
8899
8903
|
* Output format for the generated media.
|
|
8900
8904
|
*/
|
package/experimental/index.ts
CHANGED
|
@@ -8921,6 +8921,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8921
8921
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8922
8922
|
*/
|
|
8923
8923
|
duration?: string;
|
|
8924
|
+
/**
|
|
8925
|
+
* Number of frames in the spritesheet.
|
|
8926
|
+
*/
|
|
8927
|
+
imageCount?: number;
|
|
8924
8928
|
/**
|
|
8925
8929
|
* Output format for the generated media.
|
|
8926
8930
|
*/
|
package/index.d.ts
CHANGED
|
@@ -8428,6 +8428,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8428
8428
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8429
8429
|
*/
|
|
8430
8430
|
duration?: string;
|
|
8431
|
+
/**
|
|
8432
|
+
* Number of frames in the spritesheet.
|
|
8433
|
+
*/
|
|
8434
|
+
imageCount?: number;
|
|
8431
8435
|
/**
|
|
8432
8436
|
* Output format for the generated media.
|
|
8433
8437
|
*/
|
package/index.ts
CHANGED
|
@@ -8452,6 +8452,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8452
8452
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8453
8453
|
*/
|
|
8454
8454
|
duration?: string;
|
|
8455
|
+
/**
|
|
8456
|
+
* Number of frames in the spritesheet.
|
|
8457
|
+
*/
|
|
8458
|
+
imageCount?: number;
|
|
8455
8459
|
/**
|
|
8456
8460
|
* Output format for the generated media.
|
|
8457
8461
|
*/
|
package/latest/index.d.ts
CHANGED
|
@@ -8513,6 +8513,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8513
8513
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8514
8514
|
*/
|
|
8515
8515
|
duration?: string;
|
|
8516
|
+
/**
|
|
8517
|
+
* Number of frames in the spritesheet.
|
|
8518
|
+
*/
|
|
8519
|
+
imageCount?: number;
|
|
8516
8520
|
/**
|
|
8517
8521
|
* Output format for the generated media.
|
|
8518
8522
|
*/
|
package/latest/index.ts
CHANGED
|
@@ -8537,6 +8537,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8537
8537
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8538
8538
|
*/
|
|
8539
8539
|
duration?: string;
|
|
8540
|
+
/**
|
|
8541
|
+
* Number of frames in the spritesheet.
|
|
8542
|
+
*/
|
|
8543
|
+
imageCount?: number;
|
|
8540
8544
|
/**
|
|
8541
8545
|
* Output format for the generated media.
|
|
8542
8546
|
*/
|
package/oldest/index.d.ts
CHANGED
|
@@ -8428,6 +8428,10 @@ type MediaTransformationOutputOptions = {
|
|
|
8428
8428
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8429
8429
|
*/
|
|
8430
8430
|
duration?: string;
|
|
8431
|
+
/**
|
|
8432
|
+
* Number of frames in the spritesheet.
|
|
8433
|
+
*/
|
|
8434
|
+
imageCount?: number;
|
|
8431
8435
|
/**
|
|
8432
8436
|
* Output format for the generated media.
|
|
8433
8437
|
*/
|
package/oldest/index.ts
CHANGED
|
@@ -8452,6 +8452,10 @@ export type MediaTransformationOutputOptions = {
|
|
|
8452
8452
|
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
|
|
8453
8453
|
*/
|
|
8454
8454
|
duration?: string;
|
|
8455
|
+
/**
|
|
8456
|
+
* Number of frames in the spritesheet.
|
|
8457
|
+
*/
|
|
8458
|
+
imageCount?: number;
|
|
8455
8459
|
/**
|
|
8456
8460
|
* Output format for the generated media.
|
|
8457
8461
|
*/
|
package/package.json
CHANGED