@parca/client
Advanced tools
Comparing version 0.16.104 to 0.16.105
@@ -6,2 +6,6 @@ # Change Log | ||
## 0.16.105 (2024-02-22) | ||
**Note:** Version bump only for package @parca/client | ||
## 0.16.104 (2024-02-22) | ||
@@ -8,0 +12,0 @@ |
@@ -937,5 +937,5 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies | ||
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/upload", body: "*" } }, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { post: "/shouldinitiateupload", body: "*" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: { "google.api.http": { post: "/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/markuploadfinished", body: "*" } }, I: MarkUploadFinishedRequest, O: MarkUploadFinishedResponse } | ||
]); |
{ | ||
"name": "@parca/client", | ||
"version": "0.16.104", | ||
"version": "0.16.105", | ||
"description": "Parca API Client", | ||
@@ -27,3 +27,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "2dd29faf547650031ad6518e34cc58fbe1c552bc" | ||
"gitHead": "441def38d4a760355493c72ad65470ba37955b9a" | ||
} |
@@ -1299,5 +1299,5 @@ // @generated by protobuf-ts 2.9.1 with parameter generate_dependencies | ||
{ name: "Upload", clientStreaming: true, options: { "google.api.http": { post: "/upload", body: "*" } }, I: UploadRequest, O: UploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { get: "/shouldinitiateupload" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "ShouldInitiateUpload", options: { "google.api.http": { post: "/shouldinitiateupload", body: "*" } }, I: ShouldInitiateUploadRequest, O: ShouldInitiateUploadResponse }, | ||
{ name: "InitiateUpload", options: { "google.api.http": { post: "/initiateupload", body: "*" } }, I: InitiateUploadRequest, O: InitiateUploadResponse }, | ||
{ name: "MarkUploadFinished", options: { "google.api.http": { post: "/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
1657412