File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import { DeployedTriggers } from "./api/resources/deployedTriggers/client/Client
1818import { Projects } from "./api/resources/projects/client/Client.js" ;
1919import { Proxy } from "./api/resources/proxy/client/Client.js" ;
2020import { Tokens } from "./api/resources/tokens/client/Client.js" ;
21+ import { SDK_VERSION } from "version.js" ;
2122
2223export declare namespace PipedreamClient {
2324 export interface Options {
@@ -74,8 +75,8 @@ export class PipedreamClient {
7475 "x-pd-environment" : _options ?. projectEnvironment ,
7576 "X-Fern-Language" : "JavaScript" ,
7677 "X-Fern-SDK-Name" : "@pipedream/sdk" ,
77- "X-Fern-SDK-Version" : "2.0.0" ,
78- "User-Agent" : " @pipedream/sdk/2.0.0" ,
78+ "X-Fern-SDK-Version" : SDK_VERSION ,
79+ "User-Agent" : ` @pipedream/sdk/${ SDK_VERSION } ` ,
7980 "X-Fern-Runtime" : core . RUNTIME . type ,
8081 "X-Fern-Runtime-Version" : core . RUNTIME . version ,
8182 } ,
You can’t perform that action at this time.
0 commit comments