@etainabl/nodejs-sdk 1.3.39 → 1.3.40

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.d.cts CHANGED
@@ -349,6 +349,7 @@ interface InvoiceValidationRule<IDType = ObjectId | string> {
349
349
  key: string;
350
350
  name: string;
351
351
  description?: string;
352
+ priority: number;
352
353
  defaultEnabled: boolean;
353
354
  defaultThresholds: Record<string, any>;
354
355
  defaultStatus: 'pass' | 'warn' | 'fail';
package/dist/index.d.ts CHANGED
@@ -349,6 +349,7 @@ interface InvoiceValidationRule<IDType = ObjectId | string> {
349
349
  key: string;
350
350
  name: string;
351
351
  description?: string;
352
+ priority: number;
352
353
  defaultEnabled: boolean;
353
354
  defaultThresholds: Record<string, any>;
354
355
  defaultStatus: 'pass' | 'warn' | 'fail';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.39",
3
+ "version": "1.3.40",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",