@parca/client
Advanced tools
Comparing version 0.16.100 to 0.16.101
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.101 (2024-02-09) | ||
**Note:** Version bump only for package @parca/client | ||
## [0.16.100](https://github.com/parca-dev/parca/compare/@parca/client@0.16.99...@parca/client@0.16.100) (2023-11-21) | ||
@@ -8,0 +12,0 @@ |
@@ -936,6 +936,6 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies | ||
export const DebuginfoService = new ServiceType("parca.debuginfo.v1alpha1.DebuginfoService", [ | ||
{ name: "Upload", clientStreaming: true, options: {}, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: {}, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: {}, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: {}, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse } | ||
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/debuginfo/upload", body: "*" } }, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/debuginfo/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: { "google.api.http": { post: "/debuginfo/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/debuginfo/markuploadfinished", body: "*" } }, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse } | ||
]); |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.100", | ||
"version": "0.16.101", | ||
"description": "Parca API Client", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "b1579513b9d76e3d8f28ebbfdf5fc73e6da630de" | ||
"gitHead": "4cf34d310564328d16c3ec2ebffb2169e8a17e56" | ||
} |
@@ -1298,6 +1298,6 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies | ||
export const DebuginfoService = new ServiceType("parca.debuginfo.v1alpha1.DebuginfoService", [ | ||
{ name: "Upload", clientStreaming: true, options: {}, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: {}, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: {}, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: {}, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse } | ||
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/debuginfo/upload", body: "*" } }, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/debuginfo/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: { "google.api.http": { post: "/debuginfo/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/debuginfo/markuploadfinished", body: "*" } }, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse } | ||
]); |
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
1656015