Socket
Socket
Sign inDemoInstall

@parca/client

Package Overview
Dependencies
Maintainers
0
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parca/client - npm Package Compare versions

Comparing version 0.16.120 to 0.16.121

dist/google/api/http.d.ts.map

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## 0.16.121 (2024-07-09)
**Note:** Version bump only for package @parca/client
## [0.16.120](https://github.com/parca-dev/parca/compare/@parca/client@0.16.119...@parca/client@0.16.120) (2024-07-04)

@@ -8,0 +12,0 @@

@@ -460,1 +460,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=http.d.ts.map

@@ -113,1 +113,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=duration.d.ts.map

@@ -156,1 +156,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=timestamp.d.ts.map

@@ -101,1 +101,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=health.client.d.ts.map

@@ -74,1 +74,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=health.d.ts.map

@@ -11,1 +11,2 @@ export * from './parca/query/v1alpha1/query.client';

export * from './grpc/health/v1/health';
//# sourceMappingURL=index.d.ts.map

@@ -46,1 +46,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=profiles_service.client.d.ts.map

@@ -110,1 +110,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=profiles_service.d.ts.map

@@ -195,1 +195,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=common.d.ts.map

@@ -723,1 +723,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=pprofextended.d.ts.map

@@ -267,1 +267,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=profiles.d.ts.map

@@ -41,1 +41,2 @@ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";

export {};
//# sourceMappingURL=resource.d.ts.map

@@ -83,1 +83,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=debuginfo.client.d.ts.map

@@ -39,2 +39,8 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

type: DebuginfoType;
/**
* Type of build ID.
*
* @generated from protobuf field: parca.debuginfo.v1alpha1.BuildIDType build_id_type = 5;
*/
buildIdType: BuildIDType;
}

@@ -475,2 +481,33 @@ /**

}
/**
* BuildIDType is the type of build ID.
*
* @generated from protobuf enum parca.debuginfo.v1alpha1.BuildIDType
*/
export declare enum BuildIDType {
/**
* The build ID is unknown.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED = 0;
*/
BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED = 0,
/**
* The build ID is a GNU build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GNU = 1;
*/
BUILD_ID_TYPE_GNU = 1,
/**
* The build ID is an opaque hash.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_HASH = 2;
*/
BUILD_ID_TYPE_HASH = 2,
/**
* The build ID is a Go build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GO = 3;
*/
BUILD_ID_TYPE_GO = 3
}
declare class ShouldInitiateUploadRequest$Type extends MessageType<ShouldInitiateUploadRequest> {

@@ -611,1 +648,2 @@ constructor();

export {};
//# sourceMappingURL=debuginfo.d.ts.map

@@ -118,2 +118,34 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies

})(DebuginfoType || (DebuginfoType = {}));
/**
* BuildIDType is the type of build ID.
*
* @generated from protobuf enum parca.debuginfo.v1alpha1.BuildIDType
*/
export var BuildIDType;
(function (BuildIDType) {
/**
* The build ID is unknown.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED = 0;
*/
BuildIDType[BuildIDType["BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED"] = 0] = "BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED";
/**
* The build ID is a GNU build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GNU = 1;
*/
BuildIDType[BuildIDType["BUILD_ID_TYPE_GNU"] = 1] = "BUILD_ID_TYPE_GNU";
/**
* The build ID is an opaque hash.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_HASH = 2;
*/
BuildIDType[BuildIDType["BUILD_ID_TYPE_HASH"] = 2] = "BUILD_ID_TYPE_HASH";
/**
* The build ID is a Go build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GO = 3;
*/
BuildIDType[BuildIDType["BUILD_ID_TYPE_GO"] = 3] = "BUILD_ID_TYPE_GO";
})(BuildIDType || (BuildIDType = {}));
// @generated message type with reflection information, may provide speed optimized methods

@@ -126,3 +158,4 @@ class ShouldInitiateUploadRequest$Type extends MessageType {

{ no: 3, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 4, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] }
{ no: 4, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] },
{ no: 5, name: "build_id_type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.BuildIDType", BuildIDType] }
]);

@@ -136,2 +169,3 @@ }

message.type = 0;
message.buildIdType = 0;
if (value !== undefined)

@@ -158,2 +192,5 @@ reflectionMergePartial(this, message, value);

break;
case /* parca.debuginfo.v1alpha1.BuildIDType build_id_type */ 5:
message.buildIdType = reader.int32();
break;
default:

@@ -183,2 +220,5 @@ let u = options.readUnknownField;

writer.tag(4, WireType.Varint).int32(message.type);
/* parca.debuginfo.v1alpha1.BuildIDType build_id_type = 5; */
if (message.buildIdType !== 0)
writer.tag(5, WireType.Varint).int32(message.buildIdType);
let u = options.writeUnknownFields;

@@ -185,0 +225,0 @@ if (u !== false)

@@ -188,1 +188,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=metastore.client.d.ts.map

@@ -912,1 +912,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=metastore.d.ts.map

@@ -98,1 +98,2 @@ import type { AgentsResponse } from "./profilestore";

}
//# sourceMappingURL=profilestore.client.d.ts.map

@@ -377,1 +377,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=profilestore.d.ts.map

@@ -124,1 +124,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=query.client.d.ts.map

@@ -40,1 +40,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=scrape.client.d.ts.map

@@ -197,1 +197,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=scrape.d.ts.map

@@ -54,1 +54,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=share.client.d.ts.map

@@ -94,1 +94,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=share.d.ts.map

@@ -68,1 +68,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=share.client.d.ts.map

@@ -307,1 +307,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=share.d.ts.map

@@ -42,1 +42,2 @@ import type { RpcTransport } from "@protobuf-ts/runtime-rpc";

}
//# sourceMappingURL=telemetry.client.d.ts.map

@@ -62,1 +62,2 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc";

export {};
//# sourceMappingURL=telemetry.d.ts.map

4

package.json
{
"name": "@parca/client",
"version": "0.16.120",
"version": "0.16.121",
"description": "Parca API Client",

@@ -28,3 +28,3 @@ "main": "dist/index.js",

},
"gitHead": "25851d40d2630dbb542747d3a09718363212ad0e"
"gitHead": "1f98a9138a624b89a30721b9d49eab5d95ad4845"
}

@@ -45,2 +45,8 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies

type: DebuginfoType;
/**
* Type of build ID.
*
* @generated from protobuf field: parca.debuginfo.v1alpha1.BuildIDType build_id_type = 5;
*/
buildIdType: BuildIDType;
}

@@ -481,2 +487,33 @@ /**

}
/**
* BuildIDType is the type of build ID.
*
* @generated from protobuf enum parca.debuginfo.v1alpha1.BuildIDType
*/
export enum BuildIDType {
/**
* The build ID is unknown.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED = 0;
*/
BUILD_ID_TYPE_UNKNOWN_UNSPECIFIED = 0,
/**
* The build ID is a GNU build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GNU = 1;
*/
BUILD_ID_TYPE_GNU = 1,
/**
* The build ID is an opaque hash.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_HASH = 2;
*/
BUILD_ID_TYPE_HASH = 2,
/**
* The build ID is a Go build ID.
*
* @generated from protobuf enum value: BUILD_ID_TYPE_GO = 3;
*/
BUILD_ID_TYPE_GO = 3
}
// @generated message type with reflection information, may provide speed optimized methods

@@ -489,3 +526,4 @@ class ShouldInitiateUploadRequest$Type extends MessageType<ShouldInitiateUploadRequest> {

{ no: 3, name: "force", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
{ no: 4, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] }
{ no: 4, name: "type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.DebuginfoType", DebuginfoType, "DEBUGINFO_TYPE_"] },
{ no: 5, name: "build_id_type", kind: "enum", T: () => ["parca.debuginfo.v1alpha1.BuildIDType", BuildIDType] }
]);

@@ -499,2 +537,3 @@ }

message.type = 0;
message.buildIdType = 0;
if (value !== undefined)

@@ -521,2 +560,5 @@ reflectionMergePartial<ShouldInitiateUploadRequest>(this, message, value);

break;
case /* parca.debuginfo.v1alpha1.BuildIDType build_id_type */ 5:
message.buildIdType = reader.int32();
break;
default:

@@ -546,2 +588,5 @@ let u = options.readUnknownField;

writer.tag(4, WireType.Varint).int32(message.type);
/* parca.debuginfo.v1alpha1.BuildIDType build_id_type = 5; */
if (message.buildIdType !== 0)
writer.tag(5, WireType.Varint).int32(message.buildIdType);
let u = options.writeUnknownFields;

@@ -548,0 +593,0 @@ if (u !== false)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc