@etainabl/nodejs-sdk 1.3.138 → 1.3.139

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
@@ -1115,7 +1115,7 @@ interface Invoice<IDType = ObjectId | string, DateType = Date> {
1115
1115
  assignedTo?: string;
1116
1116
  noScrape?: boolean;
1117
1117
  scraperInvoiceId?: string;
1118
- captureComments: {
1118
+ captureComments?: {
1119
1119
  recipient: string;
1120
1120
  supplier: string;
1121
1121
  invoiceCosts: string;
package/dist/index.d.ts CHANGED
@@ -1115,7 +1115,7 @@ interface Invoice<IDType = ObjectId | string, DateType = Date> {
1115
1115
  assignedTo?: string;
1116
1116
  noScrape?: boolean;
1117
1117
  scraperInvoiceId?: string;
1118
- captureComments: {
1118
+ captureComments?: {
1119
1119
  recipient: string;
1120
1120
  supplier: string;
1121
1121
  invoiceCosts: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etainabl/nodejs-sdk",
3
- "version": "1.3.138",
3
+ "version": "1.3.139",
4
4
  "type": "module",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",