@tsonic/nodejs 10.0.2 → 10.0.5
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.
|
@@ -199,6 +199,8 @@ export const AnyTxtRecord: {
|
|
|
199
199
|
export type AnyTxtRecord = AnyTxtRecord$instance;
|
|
200
200
|
|
|
201
201
|
export interface AssertionError$instance extends Exception {
|
|
202
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
203
|
+
|
|
202
204
|
get actual(): unknown | undefined;
|
|
203
205
|
set actual(value: unknown | undefined);
|
|
204
206
|
readonly code: string;
|
|
@@ -661,6 +663,8 @@ export const DgramSocket: {
|
|
|
661
663
|
export type DgramSocket = DgramSocket$instance;
|
|
662
664
|
|
|
663
665
|
export interface DiffieHellman$instance {
|
|
666
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
667
|
+
|
|
664
668
|
computeSecret(otherPublicKey: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
665
669
|
computeSecret(otherPublicKey: byte[], outputEncoding?: string): string;
|
|
666
670
|
computeSecret(otherPublicKey: byte[]): byte[];
|
|
@@ -727,6 +731,8 @@ export const DnsPromises: {
|
|
|
727
731
|
export type DnsPromises = DnsPromises$instance;
|
|
728
732
|
|
|
729
733
|
export interface DSAPrivateKeyObject$instance extends KeyObject {
|
|
734
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
735
|
+
|
|
730
736
|
readonly asymmetricKeyType: string | undefined;
|
|
731
737
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
732
738
|
readonly type: string;
|
|
@@ -742,6 +748,8 @@ export const DSAPrivateKeyObject: {
|
|
|
742
748
|
export type DSAPrivateKeyObject = DSAPrivateKeyObject$instance;
|
|
743
749
|
|
|
744
750
|
export interface DSAPublicKeyObject$instance extends KeyObject {
|
|
751
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
752
|
+
|
|
745
753
|
readonly asymmetricKeyType: string | undefined;
|
|
746
754
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
747
755
|
readonly type: string;
|
|
@@ -778,6 +786,8 @@ export const Duplex: {
|
|
|
778
786
|
export type Duplex = Duplex$instance;
|
|
779
787
|
|
|
780
788
|
export interface ECDH$instance {
|
|
789
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
790
|
+
|
|
781
791
|
computeSecret(otherPublicKey: string, inputEncoding?: string, outputEncoding?: string): string;
|
|
782
792
|
computeSecret(otherPublicKey: byte[], outputEncoding?: string): string;
|
|
783
793
|
computeSecret(otherPublicKey: byte[]): byte[];
|
|
@@ -803,6 +813,8 @@ export const ECDH: {
|
|
|
803
813
|
export type ECDH = ECDH$instance;
|
|
804
814
|
|
|
805
815
|
export interface EdDSAPrivateKeyObject$instance extends KeyObject {
|
|
816
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
817
|
+
|
|
806
818
|
readonly asymmetricKeyType: string | undefined;
|
|
807
819
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
808
820
|
readonly type: string;
|
|
@@ -818,6 +830,8 @@ export const EdDSAPrivateKeyObject: {
|
|
|
818
830
|
export type EdDSAPrivateKeyObject = EdDSAPrivateKeyObject$instance;
|
|
819
831
|
|
|
820
832
|
export interface EdDSAPublicKeyObject$instance extends KeyObject {
|
|
833
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
834
|
+
|
|
821
835
|
readonly asymmetricKeyType: string | undefined;
|
|
822
836
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
823
837
|
readonly type: string;
|
|
@@ -981,6 +995,8 @@ export const Hmac: {
|
|
|
981
995
|
export type Hmac = Hmac$instance;
|
|
982
996
|
|
|
983
997
|
export interface Immediate$instance {
|
|
998
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
999
|
+
|
|
984
1000
|
Dispose(): void;
|
|
985
1001
|
hasRef(): boolean;
|
|
986
1002
|
ref(): Immediate;
|
|
@@ -1053,6 +1069,8 @@ export const IpcSocketConnectOpts: {
|
|
|
1053
1069
|
export type IpcSocketConnectOpts = IpcSocketConnectOpts$instance;
|
|
1054
1070
|
|
|
1055
1071
|
export interface KeyObject$instance {
|
|
1072
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1073
|
+
|
|
1056
1074
|
readonly asymmetricKeyType: string | undefined;
|
|
1057
1075
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
1058
1076
|
readonly type: string;
|
|
@@ -1356,6 +1374,8 @@ export const PerformanceObserverOptions: {
|
|
|
1356
1374
|
export type PerformanceObserverOptions = PerformanceObserverOptions$instance;
|
|
1357
1375
|
|
|
1358
1376
|
export interface PrivateKeyObject$instance extends KeyObject {
|
|
1377
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1378
|
+
|
|
1359
1379
|
readonly asymmetricKeyType: string | undefined;
|
|
1360
1380
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
1361
1381
|
readonly type: string;
|
|
@@ -1372,6 +1392,11 @@ export const PrivateKeyObject: {
|
|
|
1372
1392
|
export type PrivateKeyObject = PrivateKeyObject$instance;
|
|
1373
1393
|
|
|
1374
1394
|
export interface ProcessEnv$instance {
|
|
1395
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1396
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1397
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1398
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1399
|
+
|
|
1375
1400
|
readonly Count: int;
|
|
1376
1401
|
readonly IsReadOnly: boolean;
|
|
1377
1402
|
[key: string]: string | undefined;
|
|
@@ -1413,6 +1438,8 @@ export const ProcessVersions: {
|
|
|
1413
1438
|
export type ProcessVersions = ProcessVersions$instance;
|
|
1414
1439
|
|
|
1415
1440
|
export interface PublicKeyObject$instance extends KeyObject {
|
|
1441
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1442
|
+
|
|
1416
1443
|
readonly asymmetricKeyType: string | undefined;
|
|
1417
1444
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
1418
1445
|
readonly type: string;
|
|
@@ -1557,6 +1584,8 @@ export const ResolverOptions: {
|
|
|
1557
1584
|
export type ResolverOptions = ResolverOptions$instance;
|
|
1558
1585
|
|
|
1559
1586
|
export interface SecretKeyObject$instance extends KeyObject {
|
|
1587
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1588
|
+
|
|
1560
1589
|
readonly asymmetricKeyType: string | undefined;
|
|
1561
1590
|
readonly symmetricKeySize: Nullable<System_Internal.Int32>;
|
|
1562
1591
|
readonly type: string;
|
|
@@ -1927,6 +1956,8 @@ export const TcpSocketConnectOpts: {
|
|
|
1927
1956
|
export type TcpSocketConnectOpts = TcpSocketConnectOpts$instance;
|
|
1928
1957
|
|
|
1929
1958
|
export interface Timeout$instance {
|
|
1959
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1960
|
+
|
|
1930
1961
|
close(): void;
|
|
1931
1962
|
Dispose(): void;
|
|
1932
1963
|
hasRef(): boolean;
|