@cloudflare/workers-types 4.20260420.1 → 4.20260421.1
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 +5 -0
- package/2021-11-03/index.ts +5 -0
- package/2022-01-31/index.d.ts +5 -0
- package/2022-01-31/index.ts +5 -0
- package/2022-03-21/index.d.ts +5 -0
- package/2022-03-21/index.ts +5 -0
- package/2022-08-04/index.d.ts +5 -0
- package/2022-08-04/index.ts +5 -0
- package/2022-10-31/index.d.ts +5 -0
- package/2022-10-31/index.ts +5 -0
- package/2022-11-30/index.d.ts +5 -0
- package/2022-11-30/index.ts +5 -0
- package/2023-03-01/index.d.ts +5 -0
- package/2023-03-01/index.ts +5 -0
- package/2023-07-01/index.d.ts +5 -0
- package/2023-07-01/index.ts +5 -0
- package/experimental/index.d.ts +5 -0
- package/experimental/index.ts +5 -0
- package/index.d.ts +5 -0
- package/index.ts +5 -0
- package/latest/index.d.ts +5 -0
- package/latest/index.ts +5 -0
- package/oldest/index.d.ts +5 -0
- package/oldest/index.ts +5 -0
- package/package.json +1 -1
package/2021-11-03/index.d.ts
CHANGED
|
@@ -13530,7 +13530,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13530
13530
|
type: string;
|
|
13531
13531
|
};
|
|
13532
13532
|
export type WorkflowStepContext = {
|
|
13533
|
+
step: {
|
|
13534
|
+
name: string;
|
|
13535
|
+
count: number;
|
|
13536
|
+
};
|
|
13533
13537
|
attempt: number;
|
|
13538
|
+
config: WorkflowStepConfig;
|
|
13534
13539
|
};
|
|
13535
13540
|
export abstract class WorkflowStep {
|
|
13536
13541
|
do<T extends Rpc.Serializable<T>>(
|
package/2021-11-03/index.ts
CHANGED
|
@@ -13501,7 +13501,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13501
13501
|
type: string;
|
|
13502
13502
|
};
|
|
13503
13503
|
export type WorkflowStepContext = {
|
|
13504
|
+
step: {
|
|
13505
|
+
name: string;
|
|
13506
|
+
count: number;
|
|
13507
|
+
};
|
|
13504
13508
|
attempt: number;
|
|
13509
|
+
config: WorkflowStepConfig;
|
|
13505
13510
|
};
|
|
13506
13511
|
export abstract class WorkflowStep {
|
|
13507
13512
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-01-31/index.d.ts
CHANGED
|
@@ -13597,7 +13597,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13597
13597
|
type: string;
|
|
13598
13598
|
};
|
|
13599
13599
|
export type WorkflowStepContext = {
|
|
13600
|
+
step: {
|
|
13601
|
+
name: string;
|
|
13602
|
+
count: number;
|
|
13603
|
+
};
|
|
13600
13604
|
attempt: number;
|
|
13605
|
+
config: WorkflowStepConfig;
|
|
13601
13606
|
};
|
|
13602
13607
|
export abstract class WorkflowStep {
|
|
13603
13608
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-01-31/index.ts
CHANGED
|
@@ -13568,7 +13568,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13568
13568
|
type: string;
|
|
13569
13569
|
};
|
|
13570
13570
|
export type WorkflowStepContext = {
|
|
13571
|
+
step: {
|
|
13572
|
+
name: string;
|
|
13573
|
+
count: number;
|
|
13574
|
+
};
|
|
13571
13575
|
attempt: number;
|
|
13576
|
+
config: WorkflowStepConfig;
|
|
13572
13577
|
};
|
|
13573
13578
|
export abstract class WorkflowStep {
|
|
13574
13579
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-03-21/index.d.ts
CHANGED
|
@@ -13606,7 +13606,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13606
13606
|
type: string;
|
|
13607
13607
|
};
|
|
13608
13608
|
export type WorkflowStepContext = {
|
|
13609
|
+
step: {
|
|
13610
|
+
name: string;
|
|
13611
|
+
count: number;
|
|
13612
|
+
};
|
|
13609
13613
|
attempt: number;
|
|
13614
|
+
config: WorkflowStepConfig;
|
|
13610
13615
|
};
|
|
13611
13616
|
export abstract class WorkflowStep {
|
|
13612
13617
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-03-21/index.ts
CHANGED
|
@@ -13577,7 +13577,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13577
13577
|
type: string;
|
|
13578
13578
|
};
|
|
13579
13579
|
export type WorkflowStepContext = {
|
|
13580
|
+
step: {
|
|
13581
|
+
name: string;
|
|
13582
|
+
count: number;
|
|
13583
|
+
};
|
|
13580
13584
|
attempt: number;
|
|
13585
|
+
config: WorkflowStepConfig;
|
|
13581
13586
|
};
|
|
13582
13587
|
export abstract class WorkflowStep {
|
|
13583
13588
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-08-04/index.d.ts
CHANGED
|
@@ -13607,7 +13607,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13607
13607
|
type: string;
|
|
13608
13608
|
};
|
|
13609
13609
|
export type WorkflowStepContext = {
|
|
13610
|
+
step: {
|
|
13611
|
+
name: string;
|
|
13612
|
+
count: number;
|
|
13613
|
+
};
|
|
13610
13614
|
attempt: number;
|
|
13615
|
+
config: WorkflowStepConfig;
|
|
13611
13616
|
};
|
|
13612
13617
|
export abstract class WorkflowStep {
|
|
13613
13618
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-08-04/index.ts
CHANGED
|
@@ -13578,7 +13578,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13578
13578
|
type: string;
|
|
13579
13579
|
};
|
|
13580
13580
|
export type WorkflowStepContext = {
|
|
13581
|
+
step: {
|
|
13582
|
+
name: string;
|
|
13583
|
+
count: number;
|
|
13584
|
+
};
|
|
13581
13585
|
attempt: number;
|
|
13586
|
+
config: WorkflowStepConfig;
|
|
13582
13587
|
};
|
|
13583
13588
|
export abstract class WorkflowStep {
|
|
13584
13589
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-10-31/index.d.ts
CHANGED
|
@@ -13627,7 +13627,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13627
13627
|
type: string;
|
|
13628
13628
|
};
|
|
13629
13629
|
export type WorkflowStepContext = {
|
|
13630
|
+
step: {
|
|
13631
|
+
name: string;
|
|
13632
|
+
count: number;
|
|
13633
|
+
};
|
|
13630
13634
|
attempt: number;
|
|
13635
|
+
config: WorkflowStepConfig;
|
|
13631
13636
|
};
|
|
13632
13637
|
export abstract class WorkflowStep {
|
|
13633
13638
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-10-31/index.ts
CHANGED
|
@@ -13598,7 +13598,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13598
13598
|
type: string;
|
|
13599
13599
|
};
|
|
13600
13600
|
export type WorkflowStepContext = {
|
|
13601
|
+
step: {
|
|
13602
|
+
name: string;
|
|
13603
|
+
count: number;
|
|
13604
|
+
};
|
|
13601
13605
|
attempt: number;
|
|
13606
|
+
config: WorkflowStepConfig;
|
|
13602
13607
|
};
|
|
13603
13608
|
export abstract class WorkflowStep {
|
|
13604
13609
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-11-30/index.d.ts
CHANGED
|
@@ -13632,7 +13632,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13632
13632
|
type: string;
|
|
13633
13633
|
};
|
|
13634
13634
|
export type WorkflowStepContext = {
|
|
13635
|
+
step: {
|
|
13636
|
+
name: string;
|
|
13637
|
+
count: number;
|
|
13638
|
+
};
|
|
13635
13639
|
attempt: number;
|
|
13640
|
+
config: WorkflowStepConfig;
|
|
13636
13641
|
};
|
|
13637
13642
|
export abstract class WorkflowStep {
|
|
13638
13643
|
do<T extends Rpc.Serializable<T>>(
|
package/2022-11-30/index.ts
CHANGED
|
@@ -13603,7 +13603,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13603
13603
|
type: string;
|
|
13604
13604
|
};
|
|
13605
13605
|
export type WorkflowStepContext = {
|
|
13606
|
+
step: {
|
|
13607
|
+
name: string;
|
|
13608
|
+
count: number;
|
|
13609
|
+
};
|
|
13606
13610
|
attempt: number;
|
|
13611
|
+
config: WorkflowStepConfig;
|
|
13607
13612
|
};
|
|
13608
13613
|
export abstract class WorkflowStep {
|
|
13609
13614
|
do<T extends Rpc.Serializable<T>>(
|
package/2023-03-01/index.d.ts
CHANGED
|
@@ -13638,7 +13638,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13638
13638
|
type: string;
|
|
13639
13639
|
};
|
|
13640
13640
|
export type WorkflowStepContext = {
|
|
13641
|
+
step: {
|
|
13642
|
+
name: string;
|
|
13643
|
+
count: number;
|
|
13644
|
+
};
|
|
13641
13645
|
attempt: number;
|
|
13646
|
+
config: WorkflowStepConfig;
|
|
13642
13647
|
};
|
|
13643
13648
|
export abstract class WorkflowStep {
|
|
13644
13649
|
do<T extends Rpc.Serializable<T>>(
|
package/2023-03-01/index.ts
CHANGED
|
@@ -13609,7 +13609,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13609
13609
|
type: string;
|
|
13610
13610
|
};
|
|
13611
13611
|
export type WorkflowStepContext = {
|
|
13612
|
+
step: {
|
|
13613
|
+
name: string;
|
|
13614
|
+
count: number;
|
|
13615
|
+
};
|
|
13612
13616
|
attempt: number;
|
|
13617
|
+
config: WorkflowStepConfig;
|
|
13613
13618
|
};
|
|
13614
13619
|
export abstract class WorkflowStep {
|
|
13615
13620
|
do<T extends Rpc.Serializable<T>>(
|
package/2023-07-01/index.d.ts
CHANGED
|
@@ -13638,7 +13638,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13638
13638
|
type: string;
|
|
13639
13639
|
};
|
|
13640
13640
|
export type WorkflowStepContext = {
|
|
13641
|
+
step: {
|
|
13642
|
+
name: string;
|
|
13643
|
+
count: number;
|
|
13644
|
+
};
|
|
13641
13645
|
attempt: number;
|
|
13646
|
+
config: WorkflowStepConfig;
|
|
13642
13647
|
};
|
|
13643
13648
|
export abstract class WorkflowStep {
|
|
13644
13649
|
do<T extends Rpc.Serializable<T>>(
|
package/2023-07-01/index.ts
CHANGED
|
@@ -13609,7 +13609,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13609
13609
|
type: string;
|
|
13610
13610
|
};
|
|
13611
13611
|
export type WorkflowStepContext = {
|
|
13612
|
+
step: {
|
|
13613
|
+
name: string;
|
|
13614
|
+
count: number;
|
|
13615
|
+
};
|
|
13612
13616
|
attempt: number;
|
|
13617
|
+
config: WorkflowStepConfig;
|
|
13613
13618
|
};
|
|
13614
13619
|
export abstract class WorkflowStep {
|
|
13615
13620
|
do<T extends Rpc.Serializable<T>>(
|
package/experimental/index.d.ts
CHANGED
|
@@ -14331,7 +14331,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
14331
14331
|
type: string;
|
|
14332
14332
|
};
|
|
14333
14333
|
export type WorkflowStepContext = {
|
|
14334
|
+
step: {
|
|
14335
|
+
name: string;
|
|
14336
|
+
count: number;
|
|
14337
|
+
};
|
|
14334
14338
|
attempt: number;
|
|
14339
|
+
config: WorkflowStepConfig;
|
|
14335
14340
|
};
|
|
14336
14341
|
export abstract class WorkflowStep {
|
|
14337
14342
|
do<T extends Rpc.Serializable<T>>(
|
package/experimental/index.ts
CHANGED
|
@@ -14302,7 +14302,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
14302
14302
|
type: string;
|
|
14303
14303
|
};
|
|
14304
14304
|
export type WorkflowStepContext = {
|
|
14305
|
+
step: {
|
|
14306
|
+
name: string;
|
|
14307
|
+
count: number;
|
|
14308
|
+
};
|
|
14305
14309
|
attempt: number;
|
|
14310
|
+
config: WorkflowStepConfig;
|
|
14306
14311
|
};
|
|
14307
14312
|
export abstract class WorkflowStep {
|
|
14308
14313
|
do<T extends Rpc.Serializable<T>>(
|
package/index.d.ts
CHANGED
|
@@ -13530,7 +13530,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13530
13530
|
type: string;
|
|
13531
13531
|
};
|
|
13532
13532
|
export type WorkflowStepContext = {
|
|
13533
|
+
step: {
|
|
13534
|
+
name: string;
|
|
13535
|
+
count: number;
|
|
13536
|
+
};
|
|
13533
13537
|
attempt: number;
|
|
13538
|
+
config: WorkflowStepConfig;
|
|
13534
13539
|
};
|
|
13535
13540
|
export abstract class WorkflowStep {
|
|
13536
13541
|
do<T extends Rpc.Serializable<T>>(
|
package/index.ts
CHANGED
|
@@ -13501,7 +13501,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13501
13501
|
type: string;
|
|
13502
13502
|
};
|
|
13503
13503
|
export type WorkflowStepContext = {
|
|
13504
|
+
step: {
|
|
13505
|
+
name: string;
|
|
13506
|
+
count: number;
|
|
13507
|
+
};
|
|
13504
13508
|
attempt: number;
|
|
13509
|
+
config: WorkflowStepConfig;
|
|
13505
13510
|
};
|
|
13506
13511
|
export abstract class WorkflowStep {
|
|
13507
13512
|
do<T extends Rpc.Serializable<T>>(
|
package/latest/index.d.ts
CHANGED
|
@@ -13671,7 +13671,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13671
13671
|
type: string;
|
|
13672
13672
|
};
|
|
13673
13673
|
export type WorkflowStepContext = {
|
|
13674
|
+
step: {
|
|
13675
|
+
name: string;
|
|
13676
|
+
count: number;
|
|
13677
|
+
};
|
|
13674
13678
|
attempt: number;
|
|
13679
|
+
config: WorkflowStepConfig;
|
|
13675
13680
|
};
|
|
13676
13681
|
export abstract class WorkflowStep {
|
|
13677
13682
|
do<T extends Rpc.Serializable<T>>(
|
package/latest/index.ts
CHANGED
|
@@ -13642,7 +13642,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13642
13642
|
type: string;
|
|
13643
13643
|
};
|
|
13644
13644
|
export type WorkflowStepContext = {
|
|
13645
|
+
step: {
|
|
13646
|
+
name: string;
|
|
13647
|
+
count: number;
|
|
13648
|
+
};
|
|
13645
13649
|
attempt: number;
|
|
13650
|
+
config: WorkflowStepConfig;
|
|
13646
13651
|
};
|
|
13647
13652
|
export abstract class WorkflowStep {
|
|
13648
13653
|
do<T extends Rpc.Serializable<T>>(
|
package/oldest/index.d.ts
CHANGED
|
@@ -13530,7 +13530,12 @@ declare namespace CloudflareWorkersModule {
|
|
|
13530
13530
|
type: string;
|
|
13531
13531
|
};
|
|
13532
13532
|
export type WorkflowStepContext = {
|
|
13533
|
+
step: {
|
|
13534
|
+
name: string;
|
|
13535
|
+
count: number;
|
|
13536
|
+
};
|
|
13533
13537
|
attempt: number;
|
|
13538
|
+
config: WorkflowStepConfig;
|
|
13534
13539
|
};
|
|
13535
13540
|
export abstract class WorkflowStep {
|
|
13536
13541
|
do<T extends Rpc.Serializable<T>>(
|
package/oldest/index.ts
CHANGED
|
@@ -13501,7 +13501,12 @@ export declare namespace CloudflareWorkersModule {
|
|
|
13501
13501
|
type: string;
|
|
13502
13502
|
};
|
|
13503
13503
|
export type WorkflowStepContext = {
|
|
13504
|
+
step: {
|
|
13505
|
+
name: string;
|
|
13506
|
+
count: number;
|
|
13507
|
+
};
|
|
13504
13508
|
attempt: number;
|
|
13509
|
+
config: WorkflowStepConfig;
|
|
13505
13510
|
};
|
|
13506
13511
|
export abstract class WorkflowStep {
|
|
13507
13512
|
do<T extends Rpc.Serializable<T>>(
|
package/package.json
CHANGED