@etainabl/nodejs-sdk 1.3.156 → 1.3.157
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -386,7 +386,7 @@ interface AccountThirdParty {
|
|
|
386
386
|
deviceId: string;
|
|
387
387
|
}
|
|
388
388
|
interface InvoiceValidationOptions {
|
|
389
|
-
mode?: 'normal' | 'fail' | '
|
|
389
|
+
mode?: 'normal' | 'fail' | 'pass';
|
|
390
390
|
note?: string;
|
|
391
391
|
}
|
|
392
392
|
interface Account<IDType = ObjectId | string> {
|
package/dist/index.d.ts
CHANGED
|
@@ -386,7 +386,7 @@ interface AccountThirdParty {
|
|
|
386
386
|
deviceId: string;
|
|
387
387
|
}
|
|
388
388
|
interface InvoiceValidationOptions {
|
|
389
|
-
mode?: 'normal' | 'fail' | '
|
|
389
|
+
mode?: 'normal' | 'fail' | 'pass';
|
|
390
390
|
note?: string;
|
|
391
391
|
}
|
|
392
392
|
interface Account<IDType = ObjectId | string> {
|