@openloaf-saas/sdk 0.1.42 → 0.1.43
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.d.ts +19 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -298,6 +298,7 @@ declare class SaaSContract {
|
|
|
298
298
|
sharedGroup?: string | undefined;
|
|
299
299
|
sharedMaxCount?: number | undefined;
|
|
300
300
|
}[];
|
|
301
|
+
estimatedDurationMs?: number | undefined;
|
|
301
302
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
302
303
|
endpoint?: string | undefined;
|
|
303
304
|
tags?: string[] | undefined;
|
|
@@ -556,6 +557,7 @@ declare class SaaSContract {
|
|
|
556
557
|
sharedGroup?: string | undefined;
|
|
557
558
|
sharedMaxCount?: number | undefined;
|
|
558
559
|
}[];
|
|
560
|
+
estimatedDurationMs?: number | undefined;
|
|
559
561
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
560
562
|
endpoint?: string | undefined;
|
|
561
563
|
tags?: string[] | undefined;
|
|
@@ -814,6 +816,7 @@ declare class SaaSContract {
|
|
|
814
816
|
sharedGroup?: string | undefined;
|
|
815
817
|
sharedMaxCount?: number | undefined;
|
|
816
818
|
}[];
|
|
819
|
+
estimatedDurationMs?: number | undefined;
|
|
817
820
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
818
821
|
endpoint?: string | undefined;
|
|
819
822
|
tags?: string[] | undefined;
|
|
@@ -1072,6 +1075,7 @@ declare class SaaSContract {
|
|
|
1072
1075
|
sharedGroup?: string | undefined;
|
|
1073
1076
|
sharedMaxCount?: number | undefined;
|
|
1074
1077
|
}[];
|
|
1078
|
+
estimatedDurationMs?: number | undefined;
|
|
1075
1079
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
1076
1080
|
endpoint?: string | undefined;
|
|
1077
1081
|
tags?: string[] | undefined;
|
|
@@ -1330,6 +1334,7 @@ declare class SaaSContract {
|
|
|
1330
1334
|
sharedGroup?: string | undefined;
|
|
1331
1335
|
sharedMaxCount?: number | undefined;
|
|
1332
1336
|
}[];
|
|
1337
|
+
estimatedDurationMs?: number | undefined;
|
|
1333
1338
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
1334
1339
|
endpoint?: string | undefined;
|
|
1335
1340
|
tags?: string[] | undefined;
|
|
@@ -2506,6 +2511,7 @@ declare const aiEndpoints: {
|
|
|
2506
2511
|
sharedGroup?: string | undefined;
|
|
2507
2512
|
sharedMaxCount?: number | undefined;
|
|
2508
2513
|
}[];
|
|
2514
|
+
estimatedDurationMs?: number | undefined;
|
|
2509
2515
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
2510
2516
|
endpoint?: string | undefined;
|
|
2511
2517
|
tags?: string[] | undefined;
|
|
@@ -2765,6 +2771,7 @@ declare const aiEndpoints: {
|
|
|
2765
2771
|
sharedGroup?: string | undefined;
|
|
2766
2772
|
sharedMaxCount?: number | undefined;
|
|
2767
2773
|
}[];
|
|
2774
|
+
estimatedDurationMs?: number | undefined;
|
|
2768
2775
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
2769
2776
|
endpoint?: string | undefined;
|
|
2770
2777
|
tags?: string[] | undefined;
|
|
@@ -3024,6 +3031,7 @@ declare const aiEndpoints: {
|
|
|
3024
3031
|
sharedGroup?: string | undefined;
|
|
3025
3032
|
sharedMaxCount?: number | undefined;
|
|
3026
3033
|
}[];
|
|
3034
|
+
estimatedDurationMs?: number | undefined;
|
|
3027
3035
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
3028
3036
|
endpoint?: string | undefined;
|
|
3029
3037
|
tags?: string[] | undefined;
|
|
@@ -3283,6 +3291,7 @@ declare const aiEndpoints: {
|
|
|
3283
3291
|
sharedGroup?: string | undefined;
|
|
3284
3292
|
sharedMaxCount?: number | undefined;
|
|
3285
3293
|
}[];
|
|
3294
|
+
estimatedDurationMs?: number | undefined;
|
|
3286
3295
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
3287
3296
|
endpoint?: string | undefined;
|
|
3288
3297
|
tags?: string[] | undefined;
|
|
@@ -3542,6 +3551,7 @@ declare const aiEndpoints: {
|
|
|
3542
3551
|
sharedGroup?: string | undefined;
|
|
3543
3552
|
sharedMaxCount?: number | undefined;
|
|
3544
3553
|
}[];
|
|
3554
|
+
estimatedDurationMs?: number | undefined;
|
|
3545
3555
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
3546
3556
|
endpoint?: string | undefined;
|
|
3547
3557
|
tags?: string[] | undefined;
|
|
@@ -5008,6 +5018,7 @@ declare const v3VariantSchema: z.ZodObject<{
|
|
|
5008
5018
|
sharedGroup: z.ZodOptional<z.ZodString>;
|
|
5009
5019
|
sharedMaxCount: z.ZodOptional<z.ZodNumber>;
|
|
5010
5020
|
}, z.core.$strip>>;
|
|
5021
|
+
estimatedDurationMs: z.ZodOptional<z.ZodNumber>;
|
|
5011
5022
|
executionMode: z.ZodOptional<z.ZodEnum<{
|
|
5012
5023
|
task: "task";
|
|
5013
5024
|
streaming: "streaming";
|
|
@@ -5181,6 +5192,7 @@ declare const v3FeatureSchema: z.ZodObject<{
|
|
|
5181
5192
|
sharedGroup: z.ZodOptional<z.ZodString>;
|
|
5182
5193
|
sharedMaxCount: z.ZodOptional<z.ZodNumber>;
|
|
5183
5194
|
}, z.core.$strip>>;
|
|
5195
|
+
estimatedDurationMs: z.ZodOptional<z.ZodNumber>;
|
|
5184
5196
|
executionMode: z.ZodOptional<z.ZodEnum<{
|
|
5185
5197
|
task: "task";
|
|
5186
5198
|
streaming: "streaming";
|
|
@@ -5506,6 +5518,7 @@ declare const v3CapabilitiesDataSchema: z.ZodObject<{
|
|
|
5506
5518
|
sharedGroup: z.ZodOptional<z.ZodString>;
|
|
5507
5519
|
sharedMaxCount: z.ZodOptional<z.ZodNumber>;
|
|
5508
5520
|
}, z.core.$strip>>;
|
|
5521
|
+
estimatedDurationMs: z.ZodOptional<z.ZodNumber>;
|
|
5509
5522
|
executionMode: z.ZodOptional<z.ZodEnum<{
|
|
5510
5523
|
task: "task";
|
|
5511
5524
|
streaming: "streaming";
|
|
@@ -5829,6 +5842,7 @@ declare const v3CapabilitiesResponseSchema: z.ZodObject<{
|
|
|
5829
5842
|
sharedGroup: z.ZodOptional<z.ZodString>;
|
|
5830
5843
|
sharedMaxCount: z.ZodOptional<z.ZodNumber>;
|
|
5831
5844
|
}, z.core.$strip>>;
|
|
5845
|
+
estimatedDurationMs: z.ZodOptional<z.ZodNumber>;
|
|
5832
5846
|
executionMode: z.ZodOptional<z.ZodEnum<{
|
|
5833
5847
|
task: "task";
|
|
5834
5848
|
streaming: "streaming";
|
|
@@ -6920,6 +6934,7 @@ declare class AiClient {
|
|
|
6920
6934
|
sharedGroup?: string | undefined;
|
|
6921
6935
|
sharedMaxCount?: number | undefined;
|
|
6922
6936
|
}[];
|
|
6937
|
+
estimatedDurationMs?: number | undefined;
|
|
6923
6938
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
6924
6939
|
endpoint?: string | undefined;
|
|
6925
6940
|
tags?: string[] | undefined;
|
|
@@ -7179,6 +7194,7 @@ declare class AiClient {
|
|
|
7179
7194
|
sharedGroup?: string | undefined;
|
|
7180
7195
|
sharedMaxCount?: number | undefined;
|
|
7181
7196
|
}[];
|
|
7197
|
+
estimatedDurationMs?: number | undefined;
|
|
7182
7198
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
7183
7199
|
endpoint?: string | undefined;
|
|
7184
7200
|
tags?: string[] | undefined;
|
|
@@ -7438,6 +7454,7 @@ declare class AiClient {
|
|
|
7438
7454
|
sharedGroup?: string | undefined;
|
|
7439
7455
|
sharedMaxCount?: number | undefined;
|
|
7440
7456
|
}[];
|
|
7457
|
+
estimatedDurationMs?: number | undefined;
|
|
7441
7458
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
7442
7459
|
endpoint?: string | undefined;
|
|
7443
7460
|
tags?: string[] | undefined;
|
|
@@ -7697,6 +7714,7 @@ declare class AiClient {
|
|
|
7697
7714
|
sharedGroup?: string | undefined;
|
|
7698
7715
|
sharedMaxCount?: number | undefined;
|
|
7699
7716
|
}[];
|
|
7717
|
+
estimatedDurationMs?: number | undefined;
|
|
7700
7718
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
7701
7719
|
endpoint?: string | undefined;
|
|
7702
7720
|
tags?: string[] | undefined;
|
|
@@ -7956,6 +7974,7 @@ declare class AiClient {
|
|
|
7956
7974
|
sharedGroup?: string | undefined;
|
|
7957
7975
|
sharedMaxCount?: number | undefined;
|
|
7958
7976
|
}[];
|
|
7977
|
+
estimatedDurationMs?: number | undefined;
|
|
7959
7978
|
executionMode?: "task" | "streaming" | "sync" | undefined;
|
|
7960
7979
|
endpoint?: string | undefined;
|
|
7961
7980
|
tags?: string[] | undefined;
|