@tsonic/efcore-npgsql 10.0.7 → 10.0.11
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.
|
@@ -218,7 +218,6 @@ export interface NpgsqlBatchCommandCollection$instance extends DbBatchCommandCol
|
|
|
218
218
|
|
|
219
219
|
readonly Count: int;
|
|
220
220
|
readonly IsReadOnly: boolean;
|
|
221
|
-
[index: number]: NpgsqlBatchCommand;
|
|
222
221
|
Add(item: NpgsqlBatchCommand): void;
|
|
223
222
|
Add(item: DbBatchCommand): void;
|
|
224
223
|
Clear(): void;
|
|
@@ -243,7 +242,7 @@ export const NpgsqlBatchCommandCollection: {
|
|
|
243
242
|
};
|
|
244
243
|
|
|
245
244
|
|
|
246
|
-
export type NpgsqlBatchCommandCollection = NpgsqlBatchCommandCollection$instance;
|
|
245
|
+
export type NpgsqlBatchCommandCollection = NpgsqlBatchCommandCollection$instance & { [index: number]: NpgsqlBatchCommand; };
|
|
247
246
|
|
|
248
247
|
export interface NpgsqlBinaryExporter$instance {
|
|
249
248
|
readonly __tsonic_type_Npgsql_NpgsqlBinaryExporter: never;
|
|
@@ -535,7 +534,6 @@ export interface NpgsqlConnectionStringBuilder$instance extends DbConnectionStri
|
|
|
535
534
|
IncludeFailedBatchedCommand: boolean;
|
|
536
535
|
IncludeRealm: boolean;
|
|
537
536
|
InternalCommandTimeout: int;
|
|
538
|
-
[keyword: string]: unknown;
|
|
539
537
|
KeepAlive: int;
|
|
540
538
|
KerberosServiceName: string;
|
|
541
539
|
readonly Keys: ICollection_1<System_Internal.String>;
|
|
@@ -610,7 +608,7 @@ export const NpgsqlConnectionStringBuilder: {
|
|
|
610
608
|
};
|
|
611
609
|
|
|
612
610
|
|
|
613
|
-
export type NpgsqlConnectionStringBuilder = NpgsqlConnectionStringBuilder$instance;
|
|
611
|
+
export type NpgsqlConnectionStringBuilder = NpgsqlConnectionStringBuilder$instance & { [keyword: string]: unknown; };
|
|
614
612
|
|
|
615
613
|
export interface NpgsqlCopyTextReader$instance extends StreamReader {
|
|
616
614
|
readonly __tsonic_type_Npgsql_NpgsqlCopyTextReader: never;
|
|
@@ -41,7 +41,6 @@ export interface NpgsqlDbColumn$instance extends DbColumn {
|
|
|
41
41
|
IsLong: Nullable_1<System_Internal.Boolean>;
|
|
42
42
|
IsReadOnly: Nullable_1<System_Internal.Boolean>;
|
|
43
43
|
IsUnique: Nullable_1<System_Internal.Boolean>;
|
|
44
|
-
readonly [propertyName: string]: unknown | undefined;
|
|
45
44
|
NpgsqlDbType: Nullable_1<NpgsqlDbType>;
|
|
46
45
|
NumericPrecision: Nullable_1<System_Internal.Int32>;
|
|
47
46
|
NumericScale: Nullable_1<System_Internal.Int32>;
|
|
@@ -58,5 +57,5 @@ export const NpgsqlDbColumn: {
|
|
|
58
57
|
};
|
|
59
58
|
|
|
60
59
|
|
|
61
|
-
export type NpgsqlDbColumn = NpgsqlDbColumn$instance;
|
|
60
|
+
export type NpgsqlDbColumn = NpgsqlDbColumn$instance & { readonly [propertyName: string]: unknown | undefined; };
|
|
62
61
|
|
|
@@ -369,7 +369,6 @@ export interface NpgsqlPath$instance {
|
|
|
369
369
|
readonly Capacity: int;
|
|
370
370
|
readonly Count: int;
|
|
371
371
|
readonly IsReadOnly: boolean;
|
|
372
|
-
[index: number]: NpgsqlPoint;
|
|
373
372
|
Open: boolean;
|
|
374
373
|
Add(item: NpgsqlPoint): void;
|
|
375
374
|
Clear(): void;
|
|
@@ -398,7 +397,7 @@ export const NpgsqlPath: {
|
|
|
398
397
|
};
|
|
399
398
|
|
|
400
399
|
|
|
401
|
-
export type NpgsqlPath = NpgsqlPath$instance;
|
|
400
|
+
export type NpgsqlPath = NpgsqlPath$instance & { [index: number]: NpgsqlPoint; };
|
|
402
401
|
|
|
403
402
|
export interface NpgsqlPoint$instance {
|
|
404
403
|
readonly __tsonic_type_NpgsqlTypes_NpgsqlPoint: never;
|
|
@@ -434,7 +433,6 @@ export interface NpgsqlPolygon$instance {
|
|
|
434
433
|
readonly Capacity: int;
|
|
435
434
|
readonly Count: int;
|
|
436
435
|
readonly IsReadOnly: boolean;
|
|
437
|
-
[index: number]: NpgsqlPoint;
|
|
438
436
|
Add(item: NpgsqlPoint): void;
|
|
439
437
|
Clear(): void;
|
|
440
438
|
Contains(item: NpgsqlPoint): boolean;
|
|
@@ -459,7 +457,7 @@ export const NpgsqlPolygon: {
|
|
|
459
457
|
};
|
|
460
458
|
|
|
461
459
|
|
|
462
|
-
export type NpgsqlPolygon = NpgsqlPolygon$instance;
|
|
460
|
+
export type NpgsqlPolygon = NpgsqlPolygon$instance & { [index: number]: NpgsqlPoint; };
|
|
463
461
|
|
|
464
462
|
export interface NpgsqlRange_1$instance<T> {
|
|
465
463
|
readonly __tsonic_type_NpgsqlTypes_NpgsqlRange_1: never;
|
|
@@ -519,7 +517,6 @@ export interface NpgsqlTsVector_Lexeme$instance {
|
|
|
519
517
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
520
518
|
|
|
521
519
|
readonly Count: int;
|
|
522
|
-
[index: number]: NpgsqlTsVector_Lexeme_WordEntryPos;
|
|
523
520
|
Text: string;
|
|
524
521
|
Equals(o: NpgsqlTsVector_Lexeme): boolean;
|
|
525
522
|
Equals(o: unknown): boolean;
|
|
@@ -534,7 +531,7 @@ export const NpgsqlTsVector_Lexeme: {
|
|
|
534
531
|
};
|
|
535
532
|
|
|
536
533
|
|
|
537
|
-
export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance;
|
|
534
|
+
export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance & { [index: number]: NpgsqlTsVector_Lexeme_WordEntryPos; };
|
|
538
535
|
|
|
539
536
|
export interface NpgsqlTsVector_Lexeme_WordEntryPos$instance {
|
|
540
537
|
readonly __tsonic_type_NpgsqlTypes_NpgsqlTsVector_Lexeme_WordEntryPos: never;
|
|
@@ -735,7 +732,6 @@ export interface NpgsqlTsVector$instance {
|
|
|
735
732
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
736
733
|
|
|
737
734
|
readonly Count: int;
|
|
738
|
-
readonly [index: number]: NpgsqlTsVector_Lexeme;
|
|
739
735
|
Equals(other: NpgsqlTsVector): boolean;
|
|
740
736
|
Equals(obj: unknown): boolean;
|
|
741
737
|
GetEnumerator(): IEnumerator_1<NpgsqlTsVector_Lexeme>;
|
|
@@ -750,7 +746,7 @@ export const NpgsqlTsVector: {
|
|
|
750
746
|
};
|
|
751
747
|
|
|
752
748
|
|
|
753
|
-
export type NpgsqlTsVector = NpgsqlTsVector$instance;
|
|
749
|
+
export type NpgsqlTsVector = NpgsqlTsVector$instance & { readonly [index: number]: NpgsqlTsVector_Lexeme; };
|
|
754
750
|
|
|
755
751
|
export interface PgNameAttribute$instance extends Attribute {
|
|
756
752
|
readonly __tsonic_type_NpgsqlTypes_PgNameAttribute: never;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/efcore-npgsql",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.11",
|
|
4
4
|
"description": "TypeScript type definitions for Npgsql.EntityFrameworkCore.PostgreSQL (+ dependencies) for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"url": "https://github.com/tsoniclang/efcore-npgsql.git"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@tsonic/core": "
|
|
24
|
-
"@tsonic/dotnet": "
|
|
25
|
-
"@tsonic/microsoft-extensions": "
|
|
26
|
-
"@tsonic/efcore": "
|
|
23
|
+
"@tsonic/core": "10.0.11",
|
|
24
|
+
"@tsonic/dotnet": "10.0.11",
|
|
25
|
+
"@tsonic/microsoft-extensions": "10.0.11",
|
|
26
|
+
"@tsonic/efcore": "10.0.11"
|
|
27
27
|
}
|
|
28
28
|
}
|