@rivetkit/engine-api-full 2.3.0-rc.11 → 2.3.0-rc.13
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/browser/cjs/index.js +2 -0
- package/dist/browser/cjs/serialization.js +2 -0
- package/dist/browser/esm/index.js +2 -0
- package/dist/browser/esm/serialization.js +2 -0
- package/dist/node/cjs/index.js +2 -0
- package/dist/node/cjs/serialization.js +2 -0
- package/dist/node/esm/index.js +2 -0
- package/dist/node/esm/serialization.js +2 -0
- package/package.json +1 -1
- package/types/api/types/MetadataGetResponse.d.ts +2 -0
- package/types/serialization/types/MetadataGetResponse.d.ts +2 -0
|
@@ -2547,6 +2547,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
2547
2547
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
2548
2548
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
2549
2549
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
2550
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
2551
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
2550
2552
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
2551
2553
|
runtime: schemas_exports.string(),
|
|
2552
2554
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
|
@@ -1697,6 +1697,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
1697
1697
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
1698
1698
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
1699
1699
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
1700
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
1701
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
1700
1702
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
1701
1703
|
runtime: schemas_exports.string(),
|
|
1702
1704
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
|
@@ -2514,6 +2514,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
2514
2514
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
2515
2515
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
2516
2516
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
2517
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
2518
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
2517
2519
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
2518
2520
|
runtime: schemas_exports.string(),
|
|
2519
2521
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
|
@@ -1610,6 +1610,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
1610
1610
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
1611
1611
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
1612
1612
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
1613
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
1614
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
1613
1615
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
1614
1616
|
runtime: schemas_exports.string(),
|
|
1615
1617
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
package/dist/node/cjs/index.js
CHANGED
|
@@ -2552,6 +2552,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
2552
2552
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
2553
2553
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
2554
2554
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
2555
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
2556
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
2555
2557
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
2556
2558
|
runtime: schemas_exports.string(),
|
|
2557
2559
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
|
@@ -1698,6 +1698,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
1698
1698
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
1699
1699
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
1700
1700
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
1701
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
1702
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
1701
1703
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
1702
1704
|
runtime: schemas_exports.string(),
|
|
1703
1705
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
package/dist/node/esm/index.js
CHANGED
|
@@ -2519,6 +2519,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
2519
2519
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
2520
2520
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
2521
2521
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
2522
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
2523
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
2522
2524
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
2523
2525
|
runtime: schemas_exports.string(),
|
|
2524
2526
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
|
@@ -1611,6 +1611,8 @@ var MetadataGetResponse = schemas_exports.object({
|
|
|
1611
1611
|
buildTimestamp: schemas_exports.property("build_timestamp", schemas_exports.string()),
|
|
1612
1612
|
cargoProfile: schemas_exports.property("cargo_profile", schemas_exports.string()),
|
|
1613
1613
|
cargoTarget: schemas_exports.property("cargo_target", schemas_exports.string()),
|
|
1614
|
+
envoyProtocolVersion: schemas_exports.property("envoy_protocol_version", schemas_exports.number()),
|
|
1615
|
+
epoxyProtocolVersion: schemas_exports.property("epoxy_protocol_version", schemas_exports.number()),
|
|
1614
1616
|
gitSha: schemas_exports.property("git_sha", schemas_exports.string()),
|
|
1615
1617
|
runtime: schemas_exports.string(),
|
|
1616
1618
|
rustcHost: schemas_exports.property("rustc_host", schemas_exports.string()),
|
package/package.json
CHANGED