Skip to content

Commit

Permalink
v0.3.53
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 9, 2024
1 parent bd9f06f commit fba8a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premai/prem-sdk",
"version": "0.3.52",
"version": "0.3.53",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ export interface operations {
v1_traces_list: {
parameters: {
query: {
project_id: string;
project_id: number;
};
};
responses: {
Expand Down

0 comments on commit fba8a2b

Please sign in to comment.