@etainabl/nodejs-sdk 1.3.32 → 1.3.33

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
@@ -559,6 +559,8 @@ interface Invoice<IDType = ObjectId | string> {
559
559
  validation?: any[];
560
560
  automationId?: IDType;
561
561
  ingestS3Key?: string;
562
+ updatedAt?: Date;
563
+ createdAt?: Date;
562
564
  }
563
565
 
564
566
  interface InvoiceCaptureMetadataResult {
package/dist/index.d.ts CHANGED
@@ -559,6 +559,8 @@ interface Invoice<IDType = ObjectId | string> {
559
559
  validation?: any[];
560
560
  automationId?: IDType;
561
561
  ingestS3Key?: string;
562
+ updatedAt?: Date;
563
+ createdAt?: Date;
562
564
  }
563
565
 
564
566
  interface InvoiceCaptureMetadataResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",