dymo-api 1.2.31 → 1.2.32

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.
@@ -85,7 +85,7 @@ class DymoAPI {
85
85
  headers: {
86
86
  "User-Agent": "DymoAPISDK/1.0.0",
87
87
  "X-Dymo-SDK-Env": "Node",
88
- "X-Dymo-SDK-Version": "1.2.31"
88
+ "X-Dymo-SDK-Version": "1.2.32"
89
89
  }
90
90
  });
91
91
  // We set the authorization in the Axios client to make requests.
@@ -47,7 +47,7 @@ class DymoAPI {
47
47
  headers: {
48
48
  "User-Agent": "DymoAPISDK/1.0.0",
49
49
  "X-Dymo-SDK-Env": "Node",
50
- "X-Dymo-SDK-Version": "1.2.31"
50
+ "X-Dymo-SDK-Version": "1.2.32"
51
51
  }
52
52
  });
53
53
  // We set the authorization in the Axios client to make requests.
@@ -286,4 +286,4 @@ declare class DymoAPI {
286
286
  isValidPwd(data: Interfaces.IsValidPwdData): Promise<Interfaces.PasswordValidationResult>;
287
287
  }
288
288
  export default DymoAPI;
289
- export type { EmailValidatorRules, NegativeEmailRules, DataEmailValidationAnalysis, IPValidatorRules, NegativeIPRules, DataIPValidationAnalysis, PhoneValidatorRules, NegativePhoneRules, DataPhoneValidationAnalysis, WafRules, SensitiveInfoRules } from "./lib/types/interfaces";
289
+ export type { EmailValidatorRules, NegativeEmailRules, DataEmailValidationAnalysis, IPValidatorRules, NegativeIPRules, DataIPValidationAnalysis, PhoneValidatorRules, NegativePhoneRules, DataPhoneValidationAnalysis, WafRules, SensitiveInfoRules, ResilienceConfig } from "./lib/types/interfaces";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",
@@ -85,4 +85,4 @@
85
85
  "tabWidth": 4,
86
86
  "useTabs": false
87
87
  }
88
- }
88
+ }