@vertesia/common 1.5.0-dev.20260901.052906Z → 1.5.0-dev.20260910.051115Z
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/lib/api-contract/components.generated.json +177 -13
- package/lib/api-schemas/agent-runs.d.ts +40 -0
- package/lib/api-schemas/agent-runs.d.ts.map +1 -1
- package/lib/api-schemas/app-lifecycle.d.ts +1 -0
- package/lib/api-schemas/app-lifecycle.d.ts.map +1 -1
- package/lib/api-schemas/app-lifecycle.js +8 -0
- package/lib/api-schemas/app-lifecycle.js.map +1 -1
- package/lib/api-schemas/app-runtime.d.ts +112 -0
- package/lib/api-schemas/app-runtime.d.ts.map +1 -1
- package/lib/api-schemas/content.d.ts +40 -0
- package/lib/api-schemas/content.d.ts.map +1 -1
- package/lib/api-schemas/cost-analytics.d.ts +38 -0
- package/lib/api-schemas/cost-analytics.d.ts.map +1 -1
- package/lib/api-schemas/cost-analytics.js +31 -1
- package/lib/api-schemas/cost-analytics.js.map +1 -1
- package/lib/api-schemas/document-processing.d.ts +24 -0
- package/lib/api-schemas/document-processing.d.ts.map +1 -1
- package/lib/api-schemas/embeddings.d.ts +5 -0
- package/lib/api-schemas/embeddings.d.ts.map +1 -1
- package/lib/api-schemas/embeddings.js +12 -1
- package/lib/api-schemas/embeddings.js.map +1 -1
- package/lib/api-schemas/events.d.ts +72 -0
- package/lib/api-schemas/events.d.ts.map +1 -1
- package/lib/api-schemas/interaction.d.ts +404 -0
- package/lib/api-schemas/interaction.d.ts.map +1 -1
- package/lib/api-schemas/interaction.js +26 -2
- package/lib/api-schemas/interaction.js.map +1 -1
- package/lib/api-schemas/project-configuration.d.ts +80 -0
- package/lib/api-schemas/project-configuration.d.ts.map +1 -1
- package/lib/api-schemas/project.d.ts +120 -0
- package/lib/api-schemas/project.d.ts.map +1 -1
- package/lib/api-schemas/registry.d.ts +1320 -0
- package/lib/api-schemas/registry.d.ts.map +1 -1
- package/lib/api-schemas/store.d.ts +400 -0
- package/lib/api-schemas/store.d.ts.map +1 -1
- package/lib/api-schemas/workflow-runs.d.ts +16 -0
- package/lib/api-schemas/workflow-runs.d.ts.map +1 -1
- package/lib/appgen.d.ts +3 -0
- package/lib/appgen.d.ts.map +1 -0
- package/lib/appgen.js +3 -0
- package/lib/appgen.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/store/intake-policy-schema.generated.d.ts.map +1 -1
- package/lib/store/intake-policy-schema.generated.js +5 -1
- package/lib/store/intake-policy-schema.generated.js.map +1 -1
- package/lib/vertesia-common.js +2 -2
- package/lib/vertesia-common.js.map +1 -1
- package/lib/workflow-analytics.d.ts +3 -1
- package/lib/workflow-analytics.d.ts.map +1 -1
- package/lib/workflow-analytics.js +2 -0
- package/lib/workflow-analytics.js.map +1 -1
- package/package.json +3 -3
- package/src/api-contract/components.generated.json +177 -13
- package/src/api-schemas/app-lifecycle.ts +9 -0
- package/src/api-schemas/cost-analytics.ts +34 -1
- package/src/api-schemas/embeddings.ts +14 -1
- package/src/api-schemas/environment.contract.test.ts +15 -0
- package/src/api-schemas/interaction.contract.test.ts +54 -0
- package/src/api-schemas/interaction.ts +26 -2
- package/src/api-schemas/llumiverse.contract.test.ts +16 -0
- package/src/appgen.ts +4 -0
- package/src/index.ts +1 -0
- package/src/store/intake-policy-schema.generated.ts +5 -1
- package/src/workflow-analytics.ts +2 -0
|
@@ -2771,7 +2771,9 @@
|
|
|
2771
2771
|
"enum": [
|
|
2772
2772
|
"text_to_video",
|
|
2773
2773
|
"image_to_video",
|
|
2774
|
-
"reference_to_video"
|
|
2774
|
+
"reference_to_video",
|
|
2775
|
+
"edit",
|
|
2776
|
+
"extend"
|
|
2775
2777
|
]
|
|
2776
2778
|
},
|
|
2777
2779
|
"aspect_ratio": {
|
|
@@ -2785,6 +2787,15 @@
|
|
|
2785
2787
|
"type": "integer",
|
|
2786
2788
|
"minimum": 3,
|
|
2787
2789
|
"maximum": 10
|
|
2790
|
+
},
|
|
2791
|
+
"resolution": {
|
|
2792
|
+
"type": "string",
|
|
2793
|
+
"enum": [
|
|
2794
|
+
"360p",
|
|
2795
|
+
"720p",
|
|
2796
|
+
"1080p",
|
|
2797
|
+
"4k"
|
|
2798
|
+
]
|
|
2788
2799
|
}
|
|
2789
2800
|
},
|
|
2790
2801
|
"required": [
|
|
@@ -7342,6 +7353,14 @@
|
|
|
7342
7353
|
],
|
|
7343
7354
|
"additionalProperties": false
|
|
7344
7355
|
},
|
|
7356
|
+
"SupportedEmbeddingTypes": {
|
|
7357
|
+
"type": "string",
|
|
7358
|
+
"enum": [
|
|
7359
|
+
"text",
|
|
7360
|
+
"image",
|
|
7361
|
+
"properties"
|
|
7362
|
+
]
|
|
7363
|
+
},
|
|
7345
7364
|
"EmbeddingsApiInput": {
|
|
7346
7365
|
"oneOf": [
|
|
7347
7366
|
{
|
|
@@ -7381,8 +7400,13 @@
|
|
|
7381
7400
|
"$ref": "#/components/schemas/EmbeddingsApiInput"
|
|
7382
7401
|
}
|
|
7383
7402
|
},
|
|
7403
|
+
"embedding_type": {
|
|
7404
|
+
"$ref": "#/components/schemas/SupportedEmbeddingTypes",
|
|
7405
|
+
"description": "Logical project embedding type. This distinguishes properties embeddings from text inputs when the server resolves an omitted model from project settings."
|
|
7406
|
+
},
|
|
7384
7407
|
"model": {
|
|
7385
|
-
"type": "string"
|
|
7408
|
+
"type": "string",
|
|
7409
|
+
"description": "Explicit model override intended for validating a configuration before it is saved. Normal callers should omit this field and provide embedding_type so the project model is resolved."
|
|
7386
7410
|
},
|
|
7387
7411
|
"task_type": {
|
|
7388
7412
|
"$ref": "#/components/schemas/EmbeddingTaskType"
|
|
@@ -10025,7 +10049,8 @@
|
|
|
10025
10049
|
"resume_tools",
|
|
10026
10050
|
"resume_user",
|
|
10027
10051
|
"checkpoint",
|
|
10028
|
-
"nested_interaction"
|
|
10052
|
+
"nested_interaction",
|
|
10053
|
+
"background"
|
|
10029
10054
|
],
|
|
10030
10055
|
"description": "Types of LLM calls in a conversation"
|
|
10031
10056
|
},
|
|
@@ -10850,6 +10875,10 @@
|
|
|
10850
10875
|
"ExecutionRunWorkflow": {
|
|
10851
10876
|
"type": "object",
|
|
10852
10877
|
"properties": {
|
|
10878
|
+
"agent_run_id": {
|
|
10879
|
+
"type": "string",
|
|
10880
|
+
"description": "Root agent run owning this inference, including inference performed by child workstreams."
|
|
10881
|
+
},
|
|
10853
10882
|
"rate_limit_id": {
|
|
10854
10883
|
"type": "string",
|
|
10855
10884
|
"description": "Stable identifier pairing an interaction rate-limit admission with its completion feedback."
|
|
@@ -13463,6 +13492,13 @@
|
|
|
13463
13492
|
},
|
|
13464
13493
|
"message": {
|
|
13465
13494
|
"type": "string"
|
|
13495
|
+
},
|
|
13496
|
+
"results": {
|
|
13497
|
+
"type": "array",
|
|
13498
|
+
"items": {
|
|
13499
|
+
"$ref": "#/components/schemas/ToolResult"
|
|
13500
|
+
},
|
|
13501
|
+
"description": "Tool results owed to the model, delivered with this message."
|
|
13466
13502
|
}
|
|
13467
13503
|
},
|
|
13468
13504
|
"required": [
|
|
@@ -13489,6 +13525,10 @@
|
|
|
13489
13525
|
"prompt_cache_diagnostic": {
|
|
13490
13526
|
"$ref": "#/components/schemas/PromptCacheDiagnostic"
|
|
13491
13527
|
},
|
|
13528
|
+
"service_tier": {
|
|
13529
|
+
"type": "string",
|
|
13530
|
+
"description": "Processing tier actually used by the provider"
|
|
13531
|
+
},
|
|
13492
13532
|
"tool_use": {
|
|
13493
13533
|
"type": "array",
|
|
13494
13534
|
"items": {
|
|
@@ -13555,6 +13595,10 @@
|
|
|
13555
13595
|
},
|
|
13556
13596
|
"workflow_id": {
|
|
13557
13597
|
"type": "string"
|
|
13598
|
+
},
|
|
13599
|
+
"agent_run_id": {
|
|
13600
|
+
"type": "string",
|
|
13601
|
+
"description": "Root agent run owning this inference, including inference performed by child workstreams."
|
|
13558
13602
|
}
|
|
13559
13603
|
},
|
|
13560
13604
|
"required": [
|
|
@@ -17182,6 +17226,11 @@
|
|
|
17182
17226
|
"$ref": "#/components/schemas/AppScaffoldModule"
|
|
17183
17227
|
}
|
|
17184
17228
|
},
|
|
17229
|
+
"appgen_package_spec": {
|
|
17230
|
+
"type": "string",
|
|
17231
|
+
"pattern": "^(?:latest|dev|dev-[0-9]+\\.[0-9]+|snapshot-[0-9a-f]{7}|[0-9]+\\.[0-9]+\\.[0-9]+(?:-[0-9A-Za-z.-]+)?(?:\\+[0-9A-Za-z.-]+)?)$",
|
|
17232
|
+
"description": "Optional Vertesia SDK version or package track for this scaffold. Overrides the deployment default."
|
|
17233
|
+
},
|
|
17185
17234
|
"create_version": {
|
|
17186
17235
|
"type": "boolean",
|
|
17187
17236
|
"description": "Start an initial app version build after the source has been pushed. Defaults to true."
|
|
@@ -27592,14 +27641,6 @@
|
|
|
27592
27641
|
],
|
|
27593
27642
|
"additionalProperties": false
|
|
27594
27643
|
},
|
|
27595
|
-
"SupportedEmbeddingTypes": {
|
|
27596
|
-
"type": "string",
|
|
27597
|
-
"enum": [
|
|
27598
|
-
"text",
|
|
27599
|
-
"image",
|
|
27600
|
-
"properties"
|
|
27601
|
-
]
|
|
27602
|
-
},
|
|
27603
27644
|
"StartContentObjectExportRequest": {
|
|
27604
27645
|
"type": "object",
|
|
27605
27646
|
"properties": {
|
|
@@ -33779,7 +33820,8 @@
|
|
|
33779
33820
|
"resume_tools",
|
|
33780
33821
|
"resume_user",
|
|
33781
33822
|
"checkpoint",
|
|
33782
|
-
"nested_interaction"
|
|
33823
|
+
"nested_interaction",
|
|
33824
|
+
"background"
|
|
33783
33825
|
]
|
|
33784
33826
|
},
|
|
33785
33827
|
"attemptNumber": {
|
|
@@ -38461,6 +38503,7 @@
|
|
|
38461
38503
|
"project",
|
|
38462
38504
|
"project_tag",
|
|
38463
38505
|
"provider",
|
|
38506
|
+
"service_tier",
|
|
38464
38507
|
"interaction",
|
|
38465
38508
|
"workflow"
|
|
38466
38509
|
],
|
|
@@ -38488,6 +38531,10 @@
|
|
|
38488
38531
|
"type": "string",
|
|
38489
38532
|
"description": "Filter by provider"
|
|
38490
38533
|
},
|
|
38534
|
+
"service_tier": {
|
|
38535
|
+
"type": "string",
|
|
38536
|
+
"description": "Filter by resolved processing tier"
|
|
38537
|
+
},
|
|
38491
38538
|
"project_id": {
|
|
38492
38539
|
"type": "string",
|
|
38493
38540
|
"description": "Filter by project ID (optional, for org scope)"
|
|
@@ -38673,6 +38720,10 @@
|
|
|
38673
38720
|
"provider_account_id": {
|
|
38674
38721
|
"type": "string"
|
|
38675
38722
|
},
|
|
38723
|
+
"service_tier": {
|
|
38724
|
+
"type": "string",
|
|
38725
|
+
"description": "Processing tier this price applies to"
|
|
38726
|
+
},
|
|
38676
38727
|
"input_price_per_m_tokens": {
|
|
38677
38728
|
"type": "number"
|
|
38678
38729
|
},
|
|
@@ -38782,6 +38833,10 @@
|
|
|
38782
38833
|
"provider_account_id": {
|
|
38783
38834
|
"type": "string"
|
|
38784
38835
|
},
|
|
38836
|
+
"service_tier": {
|
|
38837
|
+
"type": "string",
|
|
38838
|
+
"description": "Processing tier this price applies to"
|
|
38839
|
+
},
|
|
38785
38840
|
"list_price_date": {
|
|
38786
38841
|
"type": "string"
|
|
38787
38842
|
},
|
|
@@ -38838,6 +38893,9 @@
|
|
|
38838
38893
|
"provider": {
|
|
38839
38894
|
"type": "string"
|
|
38840
38895
|
},
|
|
38896
|
+
"service_tier": {
|
|
38897
|
+
"type": "string"
|
|
38898
|
+
},
|
|
38841
38899
|
"cost": {
|
|
38842
38900
|
"type": "number"
|
|
38843
38901
|
},
|
|
@@ -38931,6 +38989,53 @@
|
|
|
38931
38989
|
"$ref": "#/components/schemas/ModelPricing"
|
|
38932
38990
|
}
|
|
38933
38991
|
},
|
|
38992
|
+
"pricing_coverage": {
|
|
38993
|
+
"type": "object",
|
|
38994
|
+
"properties": {
|
|
38995
|
+
"priced_calls": {
|
|
38996
|
+
"type": "number"
|
|
38997
|
+
},
|
|
38998
|
+
"unpriced_calls": {
|
|
38999
|
+
"type": "number"
|
|
39000
|
+
},
|
|
39001
|
+
"assumed_default_calls": {
|
|
39002
|
+
"type": "number"
|
|
39003
|
+
},
|
|
39004
|
+
"unpriced": {
|
|
39005
|
+
"type": "array",
|
|
39006
|
+
"items": {
|
|
39007
|
+
"type": "object",
|
|
39008
|
+
"properties": {
|
|
39009
|
+
"model": {
|
|
39010
|
+
"type": "string"
|
|
39011
|
+
},
|
|
39012
|
+
"provider": {
|
|
39013
|
+
"type": "string"
|
|
39014
|
+
},
|
|
39015
|
+
"service_tier": {
|
|
39016
|
+
"type": "string"
|
|
39017
|
+
},
|
|
39018
|
+
"calls": {
|
|
39019
|
+
"type": "number"
|
|
39020
|
+
}
|
|
39021
|
+
},
|
|
39022
|
+
"required": [
|
|
39023
|
+
"model",
|
|
39024
|
+
"service_tier",
|
|
39025
|
+
"calls"
|
|
39026
|
+
],
|
|
39027
|
+
"additionalProperties": false
|
|
39028
|
+
}
|
|
39029
|
+
}
|
|
39030
|
+
},
|
|
39031
|
+
"required": [
|
|
39032
|
+
"priced_calls",
|
|
39033
|
+
"unpriced_calls",
|
|
39034
|
+
"assumed_default_calls",
|
|
39035
|
+
"unpriced"
|
|
39036
|
+
],
|
|
39037
|
+
"additionalProperties": false
|
|
39038
|
+
},
|
|
38934
39039
|
"query_range": {
|
|
38935
39040
|
"type": "object",
|
|
38936
39041
|
"properties": {
|
|
@@ -38979,6 +39084,53 @@
|
|
|
38979
39084
|
"$ref": "#/components/schemas/ModelPricing"
|
|
38980
39085
|
}
|
|
38981
39086
|
},
|
|
39087
|
+
"pricing_coverage": {
|
|
39088
|
+
"type": "object",
|
|
39089
|
+
"properties": {
|
|
39090
|
+
"priced_calls": {
|
|
39091
|
+
"type": "number"
|
|
39092
|
+
},
|
|
39093
|
+
"unpriced_calls": {
|
|
39094
|
+
"type": "number"
|
|
39095
|
+
},
|
|
39096
|
+
"assumed_default_calls": {
|
|
39097
|
+
"type": "number"
|
|
39098
|
+
},
|
|
39099
|
+
"unpriced": {
|
|
39100
|
+
"type": "array",
|
|
39101
|
+
"items": {
|
|
39102
|
+
"type": "object",
|
|
39103
|
+
"properties": {
|
|
39104
|
+
"model": {
|
|
39105
|
+
"type": "string"
|
|
39106
|
+
},
|
|
39107
|
+
"provider": {
|
|
39108
|
+
"type": "string"
|
|
39109
|
+
},
|
|
39110
|
+
"service_tier": {
|
|
39111
|
+
"type": "string"
|
|
39112
|
+
},
|
|
39113
|
+
"calls": {
|
|
39114
|
+
"type": "number"
|
|
39115
|
+
}
|
|
39116
|
+
},
|
|
39117
|
+
"required": [
|
|
39118
|
+
"model",
|
|
39119
|
+
"service_tier",
|
|
39120
|
+
"calls"
|
|
39121
|
+
],
|
|
39122
|
+
"additionalProperties": false
|
|
39123
|
+
}
|
|
39124
|
+
}
|
|
39125
|
+
},
|
|
39126
|
+
"required": [
|
|
39127
|
+
"priced_calls",
|
|
39128
|
+
"unpriced_calls",
|
|
39129
|
+
"assumed_default_calls",
|
|
39130
|
+
"unpriced"
|
|
39131
|
+
],
|
|
39132
|
+
"additionalProperties": false
|
|
39133
|
+
},
|
|
38982
39134
|
"query_range": {
|
|
38983
39135
|
"type": "object",
|
|
38984
39136
|
"properties": {
|
|
@@ -39040,13 +39192,25 @@
|
|
|
39040
39192
|
},
|
|
39041
39193
|
"aws_pricing": {
|
|
39042
39194
|
"type": "number"
|
|
39195
|
+
},
|
|
39196
|
+
"xai_pricing": {
|
|
39197
|
+
"type": "number"
|
|
39198
|
+
},
|
|
39199
|
+
"openrouter_pricing": {
|
|
39200
|
+
"type": "number"
|
|
39201
|
+
},
|
|
39202
|
+
"openai_costs": {
|
|
39203
|
+
"type": "number"
|
|
39043
39204
|
}
|
|
39044
39205
|
},
|
|
39045
39206
|
"required": [
|
|
39046
39207
|
"date",
|
|
39047
39208
|
"gcp_list",
|
|
39048
39209
|
"gcp_effective",
|
|
39049
|
-
"aws_pricing"
|
|
39210
|
+
"aws_pricing",
|
|
39211
|
+
"xai_pricing",
|
|
39212
|
+
"openrouter_pricing",
|
|
39213
|
+
"openai_costs"
|
|
39050
39214
|
],
|
|
39051
39215
|
"additionalProperties": false
|
|
39052
39216
|
},
|
|
@@ -232,6 +232,8 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
|
|
|
232
232
|
}, z.core.$strict>, z.ZodObject<{
|
|
233
233
|
_option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
|
|
234
234
|
task: z.ZodOptional<z.ZodEnum<{
|
|
235
|
+
edit: "edit";
|
|
236
|
+
extend: "extend";
|
|
235
237
|
image_to_video: "image_to_video";
|
|
236
238
|
reference_to_video: "reference_to_video";
|
|
237
239
|
text_to_video: "text_to_video";
|
|
@@ -241,6 +243,12 @@ export declare const AutonomousRunResponseSchema: z.ZodObject<{
|
|
|
241
243
|
"9:16": "9:16";
|
|
242
244
|
}>>;
|
|
243
245
|
duration_seconds: z.ZodOptional<z.ZodNumber>;
|
|
246
|
+
resolution: z.ZodOptional<z.ZodEnum<{
|
|
247
|
+
"1080p": "1080p";
|
|
248
|
+
"360p": "360p";
|
|
249
|
+
"4k": "4k";
|
|
250
|
+
"720p": "720p";
|
|
251
|
+
}>>;
|
|
244
252
|
}, z.core.$strict>, z.ZodObject<{
|
|
245
253
|
_option_id: z.ZodLiteral<"vertexai-grok">;
|
|
246
254
|
max_tokens: z.ZodOptional<z.ZodNumber>;
|
|
@@ -992,6 +1000,8 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
992
1000
|
}, z.core.$strict>, z.ZodObject<{
|
|
993
1001
|
_option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
|
|
994
1002
|
task: z.ZodOptional<z.ZodEnum<{
|
|
1003
|
+
edit: "edit";
|
|
1004
|
+
extend: "extend";
|
|
995
1005
|
image_to_video: "image_to_video";
|
|
996
1006
|
reference_to_video: "reference_to_video";
|
|
997
1007
|
text_to_video: "text_to_video";
|
|
@@ -1001,6 +1011,12 @@ export declare const AgentRunSchema: z.ZodObject<{
|
|
|
1001
1011
|
"9:16": "9:16";
|
|
1002
1012
|
}>>;
|
|
1003
1013
|
duration_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1014
|
+
resolution: z.ZodOptional<z.ZodEnum<{
|
|
1015
|
+
"1080p": "1080p";
|
|
1016
|
+
"360p": "360p";
|
|
1017
|
+
"4k": "4k";
|
|
1018
|
+
"720p": "720p";
|
|
1019
|
+
}>>;
|
|
1004
1020
|
}, z.core.$strict>, z.ZodObject<{
|
|
1005
1021
|
_option_id: z.ZodLiteral<"vertexai-grok">;
|
|
1006
1022
|
max_tokens: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1752,6 +1768,8 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
|
|
|
1752
1768
|
}, z.core.$strict>, z.ZodObject<{
|
|
1753
1769
|
_option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
|
|
1754
1770
|
task: z.ZodOptional<z.ZodEnum<{
|
|
1771
|
+
edit: "edit";
|
|
1772
|
+
extend: "extend";
|
|
1755
1773
|
image_to_video: "image_to_video";
|
|
1756
1774
|
reference_to_video: "reference_to_video";
|
|
1757
1775
|
text_to_video: "text_to_video";
|
|
@@ -1761,6 +1779,12 @@ export declare const CreateAgentRunPayloadSchema: z.ZodObject<{
|
|
|
1761
1779
|
"9:16": "9:16";
|
|
1762
1780
|
}>>;
|
|
1763
1781
|
duration_seconds: z.ZodOptional<z.ZodNumber>;
|
|
1782
|
+
resolution: z.ZodOptional<z.ZodEnum<{
|
|
1783
|
+
"1080p": "1080p";
|
|
1784
|
+
"360p": "360p";
|
|
1785
|
+
"4k": "4k";
|
|
1786
|
+
"720p": "720p";
|
|
1787
|
+
}>>;
|
|
1764
1788
|
}, z.core.$strict>, z.ZodObject<{
|
|
1765
1789
|
_option_id: z.ZodLiteral<"vertexai-grok">;
|
|
1766
1790
|
max_tokens: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2510,6 +2534,8 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
2510
2534
|
}, z.core.$strict>, z.ZodObject<{
|
|
2511
2535
|
_option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
|
|
2512
2536
|
task: z.ZodOptional<z.ZodEnum<{
|
|
2537
|
+
edit: "edit";
|
|
2538
|
+
extend: "extend";
|
|
2513
2539
|
image_to_video: "image_to_video";
|
|
2514
2540
|
reference_to_video: "reference_to_video";
|
|
2515
2541
|
text_to_video: "text_to_video";
|
|
@@ -2519,6 +2545,12 @@ export declare const CreateRunPayloadSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
2519
2545
|
"9:16": "9:16";
|
|
2520
2546
|
}>>;
|
|
2521
2547
|
duration_seconds: z.ZodOptional<z.ZodNumber>;
|
|
2548
|
+
resolution: z.ZodOptional<z.ZodEnum<{
|
|
2549
|
+
"1080p": "1080p";
|
|
2550
|
+
"360p": "360p";
|
|
2551
|
+
"4k": "4k";
|
|
2552
|
+
"720p": "720p";
|
|
2553
|
+
}>>;
|
|
2522
2554
|
}, z.core.$strict>, z.ZodObject<{
|
|
2523
2555
|
_option_id: z.ZodLiteral<"vertexai-grok">;
|
|
2524
2556
|
max_tokens: z.ZodOptional<z.ZodNumber>;
|
|
@@ -4075,6 +4107,8 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
|
|
|
4075
4107
|
}, z.core.$strict>, z.ZodObject<{
|
|
4076
4108
|
_option_id: z.ZodLiteral<"vertexai-gemini-omni-video">;
|
|
4077
4109
|
task: z.ZodOptional<z.ZodEnum<{
|
|
4110
|
+
edit: "edit";
|
|
4111
|
+
extend: "extend";
|
|
4078
4112
|
image_to_video: "image_to_video";
|
|
4079
4113
|
reference_to_video: "reference_to_video";
|
|
4080
4114
|
text_to_video: "text_to_video";
|
|
@@ -4084,6 +4118,12 @@ export declare const AgentRunInternalsSchema: z.ZodObject<{
|
|
|
4084
4118
|
"9:16": "9:16";
|
|
4085
4119
|
}>>;
|
|
4086
4120
|
duration_seconds: z.ZodOptional<z.ZodNumber>;
|
|
4121
|
+
resolution: z.ZodOptional<z.ZodEnum<{
|
|
4122
|
+
"1080p": "1080p";
|
|
4123
|
+
"360p": "360p";
|
|
4124
|
+
"4k": "4k";
|
|
4125
|
+
"720p": "720p";
|
|
4126
|
+
}>>;
|
|
4087
4127
|
}, z.core.$strict>, z.ZodObject<{
|
|
4088
4128
|
_option_id: z.ZodLiteral<"vertexai-grok">;
|
|
4089
4129
|
max_tokens: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/api-schemas/agent-runs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EAAE,KAAK,UAAU,EAAkD,MAAM,0BAA0B,CAAC;AA0H3G,eAAO,MAAM,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAOpB,CAAC;AAEhC,eAAO,MAAM,8BAA8B;;kBAIE,CAAC;AAE9C,eAAO,MAAM,+BAA+B;;;;kBAME,CAAC;AAE/C,eAAO,MAAM,sBAAsB,EAuBzB,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAEtC,eAAO,MAAM,+BAA+B,yBAAgE,CAAC;AAE7G,eAAO,MAAM,wCAAwC;;;kBAKiE,CAAC;AAEvH,eAAO,MAAM,uCAAuC;;;kBAKiE,CAAC;AAEtH,eAAO,MAAM,+BAA+B;;;kBAK0D,CAAC;AAEvG,eAAO,MAAM,wBAAwB,gCAInC,CAAC;AAIH,eAAO,MAAM,gCAAgC;;kBAIyD,CAAC;AAEvG,eAAO,MAAM,0BAA0B,EAGjC,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAEtC,eAAO,MAAM,0BAA0B;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAYE,CAAC;AAEjC,eAAO,MAAM,kCAAkC;;;;kBASzC,CAAC;AAEP,eAAO,MAAM,8BAA8B;;;kBAKoE,CAAC;AAEhH,eAAO,MAAM,yBAAyB;;;kBAK6D,CAAC;AAIpG,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;kBA+BgF,CAAC;AAEpH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"agent-runs.d.ts","sourceRoot":"","sources":["../../src/api-schemas/agent-runs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACnF,OAAO,EAAE,KAAK,UAAU,EAAkD,MAAM,0BAA0B,CAAC;AA0H3G,eAAO,MAAM,gBAAgB,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAOpB,CAAC;AAEhC,eAAO,MAAM,8BAA8B;;kBAIE,CAAC;AAE9C,eAAO,MAAM,+BAA+B;;;;kBAME,CAAC;AAE/C,eAAO,MAAM,sBAAsB,EAuBzB,CAAC,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAEtC,eAAO,MAAM,+BAA+B,yBAAgE,CAAC;AAE7G,eAAO,MAAM,wCAAwC;;;kBAKiE,CAAC;AAEvH,eAAO,MAAM,uCAAuC;;;kBAKiE,CAAC;AAEtH,eAAO,MAAM,+BAA+B;;;kBAK0D,CAAC;AAEvG,eAAO,MAAM,wBAAwB,gCAInC,CAAC;AAIH,eAAO,MAAM,gCAAgC;;kBAIyD,CAAC;AAEvG,eAAO,MAAM,0BAA0B,EAGjC,CAAC,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;AAEtC,eAAO,MAAM,0BAA0B;;;;;;EAIrC,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;kBAYE,CAAC;AAEjC,eAAO,MAAM,kCAAkC;;;;kBASzC,CAAC;AAEP,eAAO,MAAM,8BAA8B;;;kBAKoE,CAAC;AAEhH,eAAO,MAAM,yBAAyB;;;kBAK6D,CAAC;AAIpG,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;kBA+BgF,CAAC;AAEpH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkJlC,CAAC;AAEP,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -299,6 +299,7 @@ export declare const StartAppScaffoldRequestSchema: z.ZodObject<{
|
|
|
299
299
|
examples: "examples";
|
|
300
300
|
service: "service";
|
|
301
301
|
}>>>;
|
|
302
|
+
appgen_package_spec: z.ZodOptional<z.ZodString>;
|
|
302
303
|
create_version: z.ZodOptional<z.ZodBoolean>;
|
|
303
304
|
}, z.core.$strict>;
|
|
304
305
|
export declare const StartAppDevelopmentTaskRequestSchema: z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-lifecycle.d.ts","sourceRoot":"","sources":["../../src/api-schemas/app-lifecycle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"app-lifecycle.d.ts","sourceRoot":"","sources":["../../src/api-schemas/app-lifecycle.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { APPGEN_PACKAGE_SPEC_PATTERN } from '../appgen.js';
|
|
2
3
|
import { AppAccessControlSchema, AppAvailableInSchema, MCPToolAnnotationsSchema } from './apps.js';
|
|
3
4
|
import { EventCategorySchema } from './audit-trail.js';
|
|
4
5
|
// The app lifecycle contracts: versions, builds, scaffolds, git repositories, development tasks,
|
|
@@ -350,6 +351,13 @@ export const StartAppScaffoldRequestSchema = z
|
|
|
350
351
|
title: z.string().optional(),
|
|
351
352
|
description: z.string().optional(),
|
|
352
353
|
modules: z.array(AppScaffoldModuleSchema).optional(),
|
|
354
|
+
appgen_package_spec: z
|
|
355
|
+
.string()
|
|
356
|
+
.regex(APPGEN_PACKAGE_SPEC_PATTERN)
|
|
357
|
+
.meta({
|
|
358
|
+
description: 'Optional Vertesia SDK version or package track for this scaffold. Overrides the deployment default.',
|
|
359
|
+
})
|
|
360
|
+
.optional(),
|
|
353
361
|
create_version: z
|
|
354
362
|
.boolean()
|
|
355
363
|
.meta({
|