Skip to content

Commit c67c874

Browse files
author
build
committed
updated logic for v1.3.41
1 parent 2287390 commit c67c874

16 files changed

+104
-55
lines changed

lib/gen/dataSources.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export declare class CaptureDataSourceFlags {
7070
static readonly Param = 2;
7171
}
7272
export declare class CaptureDataSourceStatus {
73+
static readonly Default = -1;
7374
static readonly Disable = 0;
7475
static readonly Enable = 1;
7576
static readonly NotSupported = 2;

lib/gen/dataSources.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/dataSources.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/deviceTypes.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ export declare class CaptureDeviceType {
4343
static readonly NFCS370 = 329243;
4444
static readonly ScannerS320 = 327964;
4545
static readonly NFCTag = 393239;
46-
static readonly ScannerD930 = 196894;
47-
static readonly ScannerD940 = 327967;
48-
static readonly ScannerD960 = 327968;
46+
static readonly ScannerM930 = 196894;
47+
static readonly ScannerM940 = 196895;
4948
static readonly BtUnknown = 196641;
5049
static readonly DeviceManagerBle = 17104897;
50+
static readonly BleUnknown = 329761;
5151
}
5252
export declare class CaptureDeviceTypeFunction {
5353
static readonly Legacy = 0;
5454
static readonly Scanner = 1;
5555
static readonly NFCReader = 2;
5656
static readonly NFCWriter = 4;
57+
static readonly Unknown = 8;
5758
}

lib/gen/deviceTypes.js

Lines changed: 15 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/deviceTypes.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/gen/errors.d.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
export default class SktErrors {
2-
static readonly ESKT_WAITTIMEOUT = 1;
3-
static readonly ESKT_ALREADYDONE = 2;
4-
static readonly ESKT_PENDING = 3;
5-
static readonly ESKT_STILLPENDING = 4;
6-
static readonly ESKT_CREATED = 5;
2+
static readonly ESKT_DEPRECATED = 7;
73
static readonly ESKT_NODATA = 6;
4+
static readonly ESKT_CREATED = 5;
5+
static readonly ESKT_STILLPENDING = 4;
6+
static readonly ESKT_PENDING = 3;
7+
static readonly ESKT_ALREADYDONE = 2;
8+
static readonly ESKT_WAITTIMEOUT = 1;
89
static readonly ESKT_NOERROR = 0;
910
static readonly ESKT_TESTFAILED = -1;
1011
static readonly ESKT_NOTENOUGHMEMORY = -2;

lib/gen/errors.js

Lines changed: 14 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)