snaptrade-typescript-sdk 10.0.3 → 10.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.browser.mjs +10336 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +10806 -1
- package/dist/index.d.ts +10806 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -1
package/dist/index.cjs
CHANGED
|
@@ -7122,7 +7122,7 @@ var Configuration = class {
|
|
|
7122
7122
|
this.accessToken = param.accessToken;
|
|
7123
7123
|
this.basePath = param.basePath;
|
|
7124
7124
|
this.baseOptions = param.baseOptions ?? {};
|
|
7125
|
-
this.userAgent = param.userAgent === void 0 ? "Konfig/10.0.
|
|
7125
|
+
this.userAgent = param.userAgent === void 0 ? "Konfig/10.0.4/typescript" : param.userAgent;
|
|
7126
7126
|
this.formDataCtor = param.formDataCtor;
|
|
7127
7127
|
}
|
|
7128
7128
|
/**
|