@parca/client
Advanced tools
Comparing version 0.16.79 to 0.16.80
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.80 (2023-07-14) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.16.79](https://github.com/parca-dev/parca/compare/@parca/client@0.16.78...@parca/client@0.16.79) (2023-07-08) | ||
@@ -8,0 +12,0 @@ |
@@ -27,2 +27,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
hash: string; | ||
/** | ||
* Force uploading even if valid debuginfos are already available. | ||
* | ||
* @generated from protobuf field: bool force = 3; | ||
*/ | ||
force: boolean; | ||
} | ||
@@ -72,2 +78,8 @@ /** | ||
hash: string; | ||
/** | ||
* Force uploading even if valid debuginfos are already available. | ||
* | ||
* @generated from protobuf field: bool force = 4; | ||
*/ | ||
force: boolean; | ||
} | ||
@@ -74,0 +86,0 @@ /** |
@@ -94,7 +94,8 @@ // @generated by protobuf-ts 2.9.0 with parameter generate_dependencies | ||
{ no: 1, name: "build_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 2, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ } | ||
{ no: 2, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 3, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
} | ||
create(value) { | ||
const message = { buildId: "", hash: "" }; | ||
const message = { buildId: "", hash: "", force: false }; | ||
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this }); | ||
@@ -116,2 +117,5 @@ if (value !== undefined) | ||
break; | ||
case /* bool force */ 3: | ||
message.force = reader.bool(); | ||
break; | ||
default: | ||
@@ -135,2 +139,5 @@ let u = options.readUnknownField; | ||
writer.tag(2, WireType.LengthDelimited).string(message.hash); | ||
/* bool force = 3; */ | ||
if (message.force !== false) | ||
writer.tag(3, WireType.Varint).bool(message.force); | ||
let u = options.writeUnknownFields; | ||
@@ -206,7 +213,8 @@ if (u !== false) | ||
{ no: 2, name: "size", kind: "scalar", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ }, | ||
{ no: 3, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ } | ||
{ no: 3, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 4, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
} | ||
create(value) { | ||
const message = { buildId: "", size: 0n, hash: "" }; | ||
const message = { buildId: "", size: 0n, hash: "", force: false }; | ||
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this }); | ||
@@ -231,2 +239,5 @@ if (value !== undefined) | ||
break; | ||
case /* bool force */ 4: | ||
message.force = reader.bool(); | ||
break; | ||
default: | ||
@@ -253,2 +264,5 @@ let u = options.readUnknownField; | ||
writer.tag(3, WireType.LengthDelimited).string(message.hash); | ||
/* bool force = 4; */ | ||
if (message.force !== false) | ||
writer.tag(4, WireType.Varint).bool(message.force); | ||
let u = options.writeUnknownFields; | ||
@@ -255,0 +269,0 @@ if (u !== false) |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.79", | ||
"version": "0.16.80", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "598a4f3ea079b3e2c7fa097de51eef16510891e7" | ||
"gitHead": "6598149618b644783f5d638b6a913026cb8adc25" | ||
} |
@@ -34,2 +34,8 @@ // @generated by protobuf-ts 2.9.0 with parameter generate_dependencies | ||
hash: string; | ||
/** | ||
* Force uploading even if valid debuginfos are already available. | ||
* | ||
* @generated from protobuf field: bool force = 3; | ||
*/ | ||
force: boolean; | ||
} | ||
@@ -79,2 +85,8 @@ /** | ||
hash: string; | ||
/** | ||
* Force uploading even if valid debuginfos are already available. | ||
* | ||
* @generated from protobuf field: bool force = 4; | ||
*/ | ||
force: boolean; | ||
} | ||
@@ -411,7 +423,8 @@ /** | ||
{ no: 1, name: "build_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 2, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ } | ||
{ no: 2, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 3, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
} | ||
create(value?: PartialMessage<ShouldInitiateUploadRequest>): ShouldInitiateUploadRequest { | ||
const message = { buildId: "", hash: "" }; | ||
const message = { buildId: "", hash: "", force: false }; | ||
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this }); | ||
@@ -433,2 +446,5 @@ if (value !== undefined) | ||
break; | ||
case /* bool force */ 3: | ||
message.force = reader.bool(); | ||
break; | ||
default: | ||
@@ -452,2 +468,5 @@ let u = options.readUnknownField; | ||
writer.tag(2, WireType.LengthDelimited).string(message.hash); | ||
/* bool force = 3; */ | ||
if (message.force !== false) | ||
writer.tag(3, WireType.Varint).bool(message.force); | ||
let u = options.writeUnknownFields; | ||
@@ -523,7 +542,8 @@ if (u !== false) | ||
{ no: 2, name: "size", kind: "scalar", T: 3 /*ScalarType.INT64*/, L: 0 /*LongType.BIGINT*/ }, | ||
{ no: 3, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ } | ||
{ no: 3, name: "hash", kind: "scalar", T: 9 /*ScalarType.STRING*/ }, | ||
{ no: 4, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ } | ||
]); | ||
} | ||
create(value?: PartialMessage<InitiateUploadRequest>): InitiateUploadRequest { | ||
const message = { buildId: "", size: 0n, hash: "" }; | ||
const message = { buildId: "", size: 0n, hash: "", force: false }; | ||
globalThis.Object.defineProperty(message, MESSAGE_TYPE, { enumerable: false, value: this }); | ||
@@ -548,2 +568,5 @@ if (value !== undefined) | ||
break; | ||
case /* bool force */ 4: | ||
message.force = reader.bool(); | ||
break; | ||
default: | ||
@@ -570,2 +593,5 @@ let u = options.readUnknownField; | ||
writer.tag(3, WireType.LengthDelimited).string(message.hash); | ||
/* bool force = 4; */ | ||
if (message.force !== false) | ||
writer.tag(4, WireType.Varint).bool(message.force); | ||
let u = options.writeUnknownFields; | ||
@@ -572,0 +598,0 @@ if (u !== false) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1458731
31199