dymo-api 1.2.28 → 1.2.29

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.
@@ -78,7 +78,7 @@ class DymoAPI {
78
78
  headers: {
79
79
  "User-Agent": "DymoAPISDK/1.0.0",
80
80
  "X-Dymo-SDK-Env": "Node",
81
- "X-Dymo-SDK-Version": "1.2.28"
81
+ "X-Dymo-SDK-Version": "1.2.29"
82
82
  }
83
83
  });
84
84
  // We set the authorization in the Axios client to make requests.
@@ -40,7 +40,7 @@ class DymoAPI {
40
40
  headers: {
41
41
  "User-Agent": "DymoAPISDK/1.0.0",
42
42
  "X-Dymo-SDK-Env": "Node",
43
- "X-Dymo-SDK-Version": "1.2.28"
43
+ "X-Dymo-SDK-Version": "1.2.29"
44
44
  }
45
45
  });
46
46
  // We set the authorization in the Axios client to make requests.
@@ -281,4 +281,4 @@ declare class DymoAPI {
281
281
  isValidPwd(data: Interfaces.IsValidPwdData): Promise<Interfaces.PasswordValidationResult>;
282
282
  }
283
283
  export default DymoAPI;
284
- export type { EmailValidatorRules, NegativeEmailRules, DataEmailValidationAnalysis, PhoneValidatorRules, NegativePhoneRules, DataPhoneValidationAnalysis, WafRules, SensitiveInfoRules } from "./lib/types/interfaces";
284
+ export type { EmailValidatorRules, NegativeEmailRules, DataEmailValidationAnalysis, IPValidatorRules, NegativeIPRules, DataIPValidationAnalysis, PhoneValidatorRules, NegativePhoneRules, DataPhoneValidationAnalysis, WafRules, SensitiveInfoRules } from "./lib/types/interfaces";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dymo-api",
3
- "version": "1.2.28",
3
+ "version": "1.2.29",
4
4
  "description": "Flow system for Dymo API.",
5
5
  "main": "dist/cjs/dymo-api.js",
6
6
  "module": "dist/esm/dymo-api.js",