@parca/client
Advanced tools
Comparing version 0.16.85 to 0.16.86
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.16.86](https://github.com/parca-dev/parca/compare/@parca/client@0.16.85...@parca/client@0.16.86) (2023-08-23) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.16.85](https://github.com/parca-dev/parca/compare/@parca/client@0.16.84...@parca/client@0.16.85) (2023-08-23) | ||
@@ -8,0 +12,0 @@ |
@@ -453,3 +453,9 @@ import { ServiceType } from "@protobuf-ts/runtime-rpc"; | ||
*/ | ||
SOURCE = 6 | ||
SOURCE = 6, | ||
/** | ||
* REPORT_TYPE_TABLE_ARROW unspecified | ||
* | ||
* @generated from protobuf enum value: REPORT_TYPE_TABLE_ARROW = 7; | ||
*/ | ||
TABLE_ARROW = 7 | ||
} | ||
@@ -994,2 +1000,10 @@ /** | ||
} | { | ||
oneofKind: "tableArrow"; | ||
/** | ||
* table_arrow is a table encoded as a arrow record | ||
* | ||
* @generated from protobuf field: parca.query.v1alpha1.TableArrow table_arrow = 13; | ||
*/ | ||
tableArrow: TableArrow; | ||
} | { | ||
oneofKind: undefined; | ||
@@ -1187,2 +1201,21 @@ }; | ||
} | ||
/** | ||
* TableArrow has the table encoded as a arrow record | ||
* | ||
* @generated from protobuf message parca.query.v1alpha1.TableArrow | ||
*/ | ||
export interface TableArrow { | ||
/** | ||
* record is the arrow record containing the actual table data | ||
* | ||
* @generated from protobuf field: bytes record = 1; | ||
*/ | ||
record: Uint8Array; | ||
/** | ||
* unit is the unit represented by the flame graph | ||
* | ||
* @generated from protobuf field: string unit = 2; | ||
*/ | ||
unit: string; | ||
} | ||
declare class ProfileTypesRequest$Type extends MessageType<ProfileTypesRequest> { | ||
@@ -1558,3 +1591,13 @@ constructor(); | ||
export declare const ShareProfileResponse: ShareProfileResponse$Type; | ||
declare class TableArrow$Type extends MessageType<TableArrow> { | ||
constructor(); | ||
create(value?: PartialMessage<TableArrow>): TableArrow; | ||
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: TableArrow): TableArrow; | ||
internalBinaryWrite(message: TableArrow, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; | ||
} | ||
/** | ||
* @generated MessageType for protobuf message parca.query.v1alpha1.TableArrow | ||
*/ | ||
export declare const TableArrow: TableArrow$Type; | ||
/** | ||
* @generated ServiceType for protobuf service parca.query.v1alpha1.QueryService | ||
@@ -1561,0 +1604,0 @@ */ |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.85", | ||
"version": "0.16.86", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "18567fe5daa44cf7a7f214124e01178a82b1e5a1" | ||
"gitHead": "6cc8241e1dba86446268b2c427330e46fe815fb0" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1520369
32573