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/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.3/typescript" : param.userAgent;
7125
+ this.userAgent = param.userAgent === void 0 ? "Konfig/10.0.4/typescript" : param.userAgent;
7126
7126
  this.formDataCtor = param.formDataCtor;
7127
7127
  }
7128
7128
  /**