@dynamic-labs/sdk-api-core 0.0.1113 → 0.0.1115

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.1113",
3
+ "version": "0.0.1115",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -9000,6 +9000,9 @@ class SDKApi extends runtime.BaseAPI {
9000
9000
  throw new runtime.RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling sdkListBusinessAccounts.');
9001
9001
  }
9002
9002
  const queryParameters = {};
9003
+ if (requestParameters.externalRef) {
9004
+ queryParameters['externalRef'] = requestParameters.externalRef;
9005
+ }
9003
9006
  const headerParameters = {};
9004
9007
  if (this.configuration && this.configuration.accessToken) {
9005
9008
  const token = this.configuration.accessToken;