@tsonic/efcore-sqlserver 10.0.5 → 10.0.8

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.
Files changed (80) hide show
  1. package/Azure/internal/index.d.ts +92 -50
  2. package/Azure.Core/internal/index.d.ts +103 -51
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +67 -50
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +158 -73
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -67
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +283 -171
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +66 -48
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +5 -5
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +280 -64
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -9
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -6,10 +6,10 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import type { IList } from "@tsonic/dotnet/System.Collections.Generic.js";
10
- import type { ReadOnlyCollection } from "@tsonic/dotnet/System.Collections.ObjectModel.js";
11
- import * as System_Internal from "@tsonic/dotnet/System.js";
12
- import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
9
+ import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
10
+ import type { ReadOnlyCollection_1 } from "@tsonic/dotnet/System.Collections.ObjectModel/internal/index.js";
11
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
13
13
 
14
14
  export enum SensitivityRank {
15
15
  NOT_DEFINED = -1,
@@ -22,18 +22,22 @@ export enum SensitivityRank {
22
22
 
23
23
 
24
24
  export interface ColumnSensitivity$instance {
25
- readonly SensitivityProperties: ReadOnlyCollection<SensitivityProperty>;
25
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_ColumnSensitivity: never;
26
+
27
+ readonly SensitivityProperties: ReadOnlyCollection_1<SensitivityProperty>;
26
28
  }
27
29
 
28
30
 
29
31
  export const ColumnSensitivity: {
30
- new(sensitivityProperties: IList<SensitivityProperty>): ColumnSensitivity;
32
+ new(sensitivityProperties: IList_1<SensitivityProperty>): ColumnSensitivity;
31
33
  };
32
34
 
33
35
 
34
36
  export type ColumnSensitivity = ColumnSensitivity$instance;
35
37
 
36
38
  export interface InformationType$instance {
39
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_InformationType: never;
40
+
37
41
  readonly Id: string;
38
42
  readonly Name: string;
39
43
  }
@@ -47,6 +51,8 @@ export const InformationType: {
47
51
  export type InformationType = InformationType$instance;
48
52
 
49
53
  export interface Label$instance {
54
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_Label: never;
55
+
50
56
  readonly Id: string;
51
57
  readonly Name: string;
52
58
  }
@@ -60,21 +66,25 @@ export const Label: {
60
66
  export type Label = Label$instance;
61
67
 
62
68
  export interface SensitivityClassification$instance {
63
- readonly ColumnSensitivities: ReadOnlyCollection<ColumnSensitivity>;
64
- readonly InformationTypes: ReadOnlyCollection<InformationType>;
65
- readonly Labels: ReadOnlyCollection<Label>;
69
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityClassification: never;
70
+
71
+ readonly ColumnSensitivities: ReadOnlyCollection_1<ColumnSensitivity>;
72
+ readonly InformationTypes: ReadOnlyCollection_1<InformationType>;
73
+ readonly Labels: ReadOnlyCollection_1<Label>;
66
74
  readonly SensitivityRank: SensitivityRank;
67
75
  }
68
76
 
69
77
 
70
78
  export const SensitivityClassification: {
71
- new(labels: IList<Label>, informationTypes: IList<InformationType>, columnSensitivity: IList<ColumnSensitivity>, sensitivityRank: SensitivityRank): SensitivityClassification;
79
+ new(labels: IList_1<Label>, informationTypes: IList_1<InformationType>, columnSensitivity: IList_1<ColumnSensitivity>, sensitivityRank: SensitivityRank): SensitivityClassification;
72
80
  };
73
81
 
74
82
 
75
83
  export type SensitivityClassification = SensitivityClassification$instance;
76
84
 
77
85
  export interface SensitivityProperty$instance {
86
+ readonly __tsonic_type_Microsoft_Data_SqlClient_DataClassification_SensitivityProperty: never;
87
+
78
88
  readonly InformationType: InformationType;
79
89
  readonly Label: Label;
80
90
  readonly SensitivityRank: SensitivityRank;
@@ -7,30 +7,31 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { SqlCommand, SqlConnection } from "../../Microsoft.Data.SqlClient/internal/index.js";
10
- import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
11
- import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IReadOnlyCollection, IReadOnlyList, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
12
- import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
13
- import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.js";
14
- import type { IsolationLevel } from "@tsonic/dotnet/System.Data.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Exception, Guid, Int32, Int64, Nullable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
10
+ import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
11
+ import type { IEnumerable_1, IEnumerator_1, IReadOnlyCollection_1, IReadOnlyList_1, KeyValuePair_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
12
+ import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections/internal/index.js";
13
+ import type { IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections/internal/index.js";
14
+ import type { IsolationLevel } from "@tsonic/dotnet/System.Data/internal/index.js";
15
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
16
+ import type { Exception, Guid, Int32, Int64, Nullable_1, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
17
17
 
18
18
  export interface SqlClientCommandAfter$instance {
19
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandAfter: never;
20
+
19
21
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
20
22
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
21
23
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
22
24
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
23
25
 
24
26
  readonly Command: SqlCommand;
25
- readonly ConnectionId: Nullable<Guid>;
27
+ readonly ConnectionId: Nullable_1<Guid>;
26
28
  readonly Count: int;
27
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
28
29
  readonly Operation: string;
29
30
  readonly OperationId: Guid;
30
31
  readonly Statistics: IDictionary;
31
32
  readonly Timestamp: long;
32
- readonly TransactionId: Nullable<System_Internal.Int64>;
33
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
33
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
34
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
34
35
  }
35
36
 
36
37
 
@@ -40,23 +41,24 @@ export const SqlClientCommandAfter: {
40
41
  };
41
42
 
42
43
 
43
- export type SqlClientCommandAfter = SqlClientCommandAfter$instance;
44
+ export type SqlClientCommandAfter = SqlClientCommandAfter$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
44
45
 
45
46
  export interface SqlClientCommandBefore$instance {
47
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandBefore: never;
48
+
46
49
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
47
50
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
48
51
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
49
52
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
50
53
 
51
54
  readonly Command: SqlCommand;
52
- readonly ConnectionId: Nullable<Guid>;
55
+ readonly ConnectionId: Nullable_1<Guid>;
53
56
  readonly Count: int;
54
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
55
57
  readonly Operation: string;
56
58
  readonly OperationId: Guid;
57
59
  readonly Timestamp: long;
58
- readonly TransactionId: Nullable<System_Internal.Int64>;
59
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
60
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
61
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
60
62
  }
61
63
 
62
64
 
@@ -66,24 +68,25 @@ export const SqlClientCommandBefore: {
66
68
  };
67
69
 
68
70
 
69
- export type SqlClientCommandBefore = SqlClientCommandBefore$instance;
71
+ export type SqlClientCommandBefore = SqlClientCommandBefore$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
70
72
 
71
73
  export interface SqlClientCommandError$instance {
74
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientCommandError: never;
75
+
72
76
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
73
77
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
74
78
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
75
79
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
76
80
 
77
81
  readonly Command: SqlCommand;
78
- readonly ConnectionId: Nullable<Guid>;
82
+ readonly ConnectionId: Nullable_1<Guid>;
79
83
  readonly Count: int;
80
84
  readonly Exception: Exception;
81
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
82
85
  readonly Operation: string;
83
86
  readonly OperationId: Guid;
84
87
  readonly Timestamp: long;
85
- readonly TransactionId: Nullable<System_Internal.Int64>;
86
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
88
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
89
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
87
90
  }
88
91
 
89
92
 
@@ -93,23 +96,24 @@ export const SqlClientCommandError: {
93
96
  };
94
97
 
95
98
 
96
- export type SqlClientCommandError = SqlClientCommandError$instance;
99
+ export type SqlClientCommandError = SqlClientCommandError$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
97
100
 
98
101
  export interface SqlClientConnectionCloseAfter$instance {
102
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseAfter: never;
103
+
99
104
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
100
105
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
101
106
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
102
107
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
103
108
 
104
109
  readonly Connection: SqlConnection;
105
- readonly ConnectionId: Nullable<Guid>;
110
+ readonly ConnectionId: Nullable_1<Guid>;
106
111
  readonly Count: int;
107
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
108
112
  readonly Operation: string;
109
113
  readonly OperationId: Guid;
110
114
  readonly Statistics: IDictionary;
111
115
  readonly Timestamp: long;
112
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
116
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
113
117
  }
114
118
 
115
119
 
@@ -119,23 +123,24 @@ export const SqlClientConnectionCloseAfter: {
119
123
  };
120
124
 
121
125
 
122
- export type SqlClientConnectionCloseAfter = SqlClientConnectionCloseAfter$instance;
126
+ export type SqlClientConnectionCloseAfter = SqlClientConnectionCloseAfter$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
123
127
 
124
128
  export interface SqlClientConnectionCloseBefore$instance {
129
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseBefore: never;
130
+
125
131
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
126
132
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
127
133
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
128
134
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
129
135
 
130
136
  readonly Connection: SqlConnection;
131
- readonly ConnectionId: Nullable<Guid>;
137
+ readonly ConnectionId: Nullable_1<Guid>;
132
138
  readonly Count: int;
133
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
134
139
  readonly Operation: string;
135
140
  readonly OperationId: Guid;
136
141
  readonly Statistics: IDictionary;
137
142
  readonly Timestamp: long;
138
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
143
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
139
144
  }
140
145
 
141
146
 
@@ -145,24 +150,25 @@ export const SqlClientConnectionCloseBefore: {
145
150
  };
146
151
 
147
152
 
148
- export type SqlClientConnectionCloseBefore = SqlClientConnectionCloseBefore$instance;
153
+ export type SqlClientConnectionCloseBefore = SqlClientConnectionCloseBefore$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
149
154
 
150
155
  export interface SqlClientConnectionCloseError$instance {
156
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionCloseError: never;
157
+
151
158
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
152
159
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
153
160
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
154
161
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
155
162
 
156
163
  readonly Connection: SqlConnection;
157
- readonly ConnectionId: Nullable<Guid>;
164
+ readonly ConnectionId: Nullable_1<Guid>;
158
165
  readonly Count: int;
159
166
  readonly Exception: Exception;
160
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
161
167
  readonly Operation: string;
162
168
  readonly OperationId: Guid;
163
169
  readonly Statistics: IDictionary;
164
170
  readonly Timestamp: long;
165
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
171
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
166
172
  }
167
173
 
168
174
 
@@ -172,9 +178,11 @@ export const SqlClientConnectionCloseError: {
172
178
  };
173
179
 
174
180
 
175
- export type SqlClientConnectionCloseError = SqlClientConnectionCloseError$instance;
181
+ export type SqlClientConnectionCloseError = SqlClientConnectionCloseError$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
176
182
 
177
183
  export interface SqlClientConnectionOpenAfter$instance {
184
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenAfter: never;
185
+
178
186
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
179
187
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
180
188
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -184,12 +192,11 @@ export interface SqlClientConnectionOpenAfter$instance {
184
192
  readonly Connection: SqlConnection;
185
193
  readonly ConnectionId: Guid;
186
194
  readonly Count: int;
187
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
188
195
  readonly Operation: string;
189
196
  readonly OperationId: Guid;
190
197
  readonly Statistics: IDictionary;
191
198
  readonly Timestamp: long;
192
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
199
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
193
200
  }
194
201
 
195
202
 
@@ -199,9 +206,11 @@ export const SqlClientConnectionOpenAfter: {
199
206
  };
200
207
 
201
208
 
202
- export type SqlClientConnectionOpenAfter = SqlClientConnectionOpenAfter$instance;
209
+ export type SqlClientConnectionOpenAfter = SqlClientConnectionOpenAfter$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
203
210
 
204
211
  export interface SqlClientConnectionOpenBefore$instance {
212
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenBefore: never;
213
+
205
214
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
206
215
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
207
216
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -210,11 +219,10 @@ export interface SqlClientConnectionOpenBefore$instance {
210
219
  readonly ClientVersion: string;
211
220
  readonly Connection: SqlConnection;
212
221
  readonly Count: int;
213
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
214
222
  readonly Operation: string;
215
223
  readonly OperationId: Guid;
216
224
  readonly Timestamp: long;
217
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
225
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
218
226
  }
219
227
 
220
228
 
@@ -224,9 +232,11 @@ export const SqlClientConnectionOpenBefore: {
224
232
  };
225
233
 
226
234
 
227
- export type SqlClientConnectionOpenBefore = SqlClientConnectionOpenBefore$instance;
235
+ export type SqlClientConnectionOpenBefore = SqlClientConnectionOpenBefore$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
228
236
 
229
237
  export interface SqlClientConnectionOpenError$instance {
238
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientConnectionOpenError: never;
239
+
230
240
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
231
241
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
232
242
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -237,11 +247,10 @@ export interface SqlClientConnectionOpenError$instance {
237
247
  readonly ConnectionId: Guid;
238
248
  readonly Count: int;
239
249
  readonly Exception: Exception;
240
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
241
250
  readonly Operation: string;
242
251
  readonly OperationId: Guid;
243
252
  readonly Timestamp: long;
244
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
253
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
245
254
  }
246
255
 
247
256
 
@@ -251,9 +260,11 @@ export const SqlClientConnectionOpenError: {
251
260
  };
252
261
 
253
262
 
254
- export type SqlClientConnectionOpenError = SqlClientConnectionOpenError$instance;
263
+ export type SqlClientConnectionOpenError = SqlClientConnectionOpenError$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
255
264
 
256
265
  export interface SqlClientTransactionCommitAfter$instance {
266
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitAfter: never;
267
+
257
268
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
258
269
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
259
270
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -262,12 +273,11 @@ export interface SqlClientTransactionCommitAfter$instance {
262
273
  readonly Connection: SqlConnection;
263
274
  readonly Count: int;
264
275
  readonly IsolationLevel: IsolationLevel;
265
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
266
276
  readonly Operation: string;
267
277
  readonly OperationId: Guid;
268
278
  readonly Timestamp: long;
269
- readonly TransactionId: Nullable<System_Internal.Int64>;
270
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
279
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
280
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
271
281
  }
272
282
 
273
283
 
@@ -277,9 +287,11 @@ export const SqlClientTransactionCommitAfter: {
277
287
  };
278
288
 
279
289
 
280
- export type SqlClientTransactionCommitAfter = SqlClientTransactionCommitAfter$instance;
290
+ export type SqlClientTransactionCommitAfter = SqlClientTransactionCommitAfter$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
281
291
 
282
292
  export interface SqlClientTransactionCommitBefore$instance {
293
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitBefore: never;
294
+
283
295
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
284
296
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
285
297
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -288,12 +300,11 @@ export interface SqlClientTransactionCommitBefore$instance {
288
300
  readonly Connection: SqlConnection;
289
301
  readonly Count: int;
290
302
  readonly IsolationLevel: IsolationLevel;
291
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
292
303
  readonly Operation: string;
293
304
  readonly OperationId: Guid;
294
305
  readonly Timestamp: long;
295
- readonly TransactionId: Nullable<System_Internal.Int64>;
296
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
306
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
307
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
297
308
  }
298
309
 
299
310
 
@@ -303,9 +314,11 @@ export const SqlClientTransactionCommitBefore: {
303
314
  };
304
315
 
305
316
 
306
- export type SqlClientTransactionCommitBefore = SqlClientTransactionCommitBefore$instance;
317
+ export type SqlClientTransactionCommitBefore = SqlClientTransactionCommitBefore$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
307
318
 
308
319
  export interface SqlClientTransactionCommitError$instance {
320
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionCommitError: never;
321
+
309
322
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
310
323
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
311
324
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -315,12 +328,11 @@ export interface SqlClientTransactionCommitError$instance {
315
328
  readonly Count: int;
316
329
  readonly Exception: Exception;
317
330
  readonly IsolationLevel: IsolationLevel;
318
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
319
331
  readonly Operation: string;
320
332
  readonly OperationId: Guid;
321
333
  readonly Timestamp: long;
322
- readonly TransactionId: Nullable<System_Internal.Int64>;
323
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
334
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
335
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
324
336
  }
325
337
 
326
338
 
@@ -330,9 +342,11 @@ export const SqlClientTransactionCommitError: {
330
342
  };
331
343
 
332
344
 
333
- export type SqlClientTransactionCommitError = SqlClientTransactionCommitError$instance;
345
+ export type SqlClientTransactionCommitError = SqlClientTransactionCommitError$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
334
346
 
335
347
  export interface SqlClientTransactionRollbackAfter$instance {
348
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackAfter: never;
349
+
336
350
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
337
351
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
338
352
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -341,13 +355,12 @@ export interface SqlClientTransactionRollbackAfter$instance {
341
355
  readonly Connection: SqlConnection;
342
356
  readonly Count: int;
343
357
  readonly IsolationLevel: IsolationLevel;
344
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
345
358
  readonly Operation: string;
346
359
  readonly OperationId: Guid;
347
360
  readonly Timestamp: long;
348
- readonly TransactionId: Nullable<System_Internal.Int64>;
361
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
349
362
  readonly TransactionName: string;
350
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
363
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
351
364
  }
352
365
 
353
366
 
@@ -357,9 +370,11 @@ export const SqlClientTransactionRollbackAfter: {
357
370
  };
358
371
 
359
372
 
360
- export type SqlClientTransactionRollbackAfter = SqlClientTransactionRollbackAfter$instance;
373
+ export type SqlClientTransactionRollbackAfter = SqlClientTransactionRollbackAfter$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
361
374
 
362
375
  export interface SqlClientTransactionRollbackBefore$instance {
376
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackBefore: never;
377
+
363
378
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
364
379
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
365
380
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -368,13 +383,12 @@ export interface SqlClientTransactionRollbackBefore$instance {
368
383
  readonly Connection: SqlConnection;
369
384
  readonly Count: int;
370
385
  readonly IsolationLevel: IsolationLevel;
371
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
372
386
  readonly Operation: string;
373
387
  readonly OperationId: Guid;
374
388
  readonly Timestamp: long;
375
- readonly TransactionId: Nullable<System_Internal.Int64>;
389
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
376
390
  readonly TransactionName: string;
377
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
391
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
378
392
  }
379
393
 
380
394
 
@@ -384,9 +398,11 @@ export const SqlClientTransactionRollbackBefore: {
384
398
  };
385
399
 
386
400
 
387
- export type SqlClientTransactionRollbackBefore = SqlClientTransactionRollbackBefore$instance;
401
+ export type SqlClientTransactionRollbackBefore = SqlClientTransactionRollbackBefore$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
388
402
 
389
403
  export interface SqlClientTransactionRollbackError$instance {
404
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Diagnostics_SqlClientTransactionRollbackError: never;
405
+
390
406
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
391
407
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
392
408
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
@@ -396,13 +412,12 @@ export interface SqlClientTransactionRollbackError$instance {
396
412
  readonly Count: int;
397
413
  readonly Exception: Exception;
398
414
  readonly IsolationLevel: IsolationLevel;
399
- readonly [index: number]: KeyValuePair<System_Internal.String, unknown>;
400
415
  readonly Operation: string;
401
416
  readonly OperationId: Guid;
402
417
  readonly Timestamp: long;
403
- readonly TransactionId: Nullable<System_Internal.Int64>;
418
+ readonly TransactionId: Nullable_1<System_Internal.Int64>;
404
419
  readonly TransactionName: string;
405
- GetEnumerator(): IEnumerator<KeyValuePair<System_Internal.String, unknown>>;
420
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<System_Internal.String, unknown>>;
406
421
  }
407
422
 
408
423
 
@@ -412,5 +427,5 @@ export const SqlClientTransactionRollbackError: {
412
427
  };
413
428
 
414
429
 
415
- export type SqlClientTransactionRollbackError = SqlClientTransactionRollbackError$instance;
430
+ export type SqlClientTransactionRollbackError = SqlClientTransactionRollbackError$instance & { readonly [index: number]: KeyValuePair_2<System_Internal.String, unknown>; };
416
431
 
@@ -7,13 +7,15 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import type { SortOrder } from "../../Microsoft.Data.SqlClient/internal/index.js";
10
- import * as System_Data_Internal from "@tsonic/dotnet/System.Data.js";
11
- import type { DbType, IDataRecord, SqlDbType } from "@tsonic/dotnet/System.Data.js";
12
- import type { SqlBinary, SqlBoolean, SqlByte, SqlBytes, SqlChars, SqlCompareOptions, SqlDateTime, SqlDecimal, SqlDouble, SqlGuid, SqlInt16, SqlInt32, SqlInt64, SqlMoney, SqlSingle, SqlString, SqlXml } from "@tsonic/dotnet/System.Data.SqlTypes.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
10
+ import type { SqlBinary, SqlBoolean, SqlByte, SqlBytes, SqlChars, SqlCompareOptions, SqlDateTime, SqlDecimal, SqlDouble, SqlGuid, SqlInt16, SqlInt32, SqlInt64, SqlMoney, SqlSingle, SqlString, SqlXml } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
11
+ import * as System_Data_Internal from "@tsonic/dotnet/System.Data/internal/index.js";
12
+ import type { DbType, IDataRecord, SqlDbType } from "@tsonic/dotnet/System.Data/internal/index.js";
13
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
14
+ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
15
15
 
16
16
  export interface SqlDataRecord$instance {
17
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlDataRecord: never;
18
+
17
19
  readonly __tsonic_iface_System_Data_IDataRecord: never;
18
20
 
19
21
  readonly FieldCount: int;
@@ -108,6 +110,8 @@ export const SqlDataRecord: {
108
110
  export type SqlDataRecord = SqlDataRecord$instance;
109
111
 
110
112
  export interface SqlMetaData$instance {
113
+ readonly __tsonic_type_Microsoft_Data_SqlClient_Server_SqlMetaData: never;
114
+
111
115
  readonly CompareOptions: SqlCompareOptions;
112
116
  readonly DbType: DbType;
113
117
  readonly IsUniqueKey: boolean;
@@ -6,25 +6,27 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
  // Import types from other namespaces
9
- import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes.js";
10
- import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes.js";
11
- import * as System_IO_Internal from "@tsonic/dotnet/System.IO.js";
12
- import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO.js";
13
- import * as System_Internal from "@tsonic/dotnet/System.js";
14
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
15
- import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json.js";
9
+ import * as System_Data_SqlTypes_Internal from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
10
+ import type { INullable } from "@tsonic/dotnet/System.Data.SqlTypes/internal/index.js";
11
+ import * as System_IO_Internal from "@tsonic/dotnet/System.IO/internal/index.js";
12
+ import type { FileAccess, FileOptions, SeekOrigin, Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
13
+ import type { JsonDocument } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
14
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
15
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, IAsyncDisposable, IAsyncResult, IDisposable, Int32, Int64, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
16
16
 
17
17
  export interface SqlVector_1$instance<T extends unknown> {
18
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlVector_1: never;
19
+
18
20
  readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
19
21
 
20
22
  readonly IsNull: boolean;
21
23
  readonly Length: int;
22
- readonly Memory: ReadOnlyMemory<T>;
24
+ readonly Memory: ReadOnlyMemory_1<T>;
23
25
  }
24
26
 
25
27
 
26
28
  export const SqlVector_1: {
27
- new<T extends unknown>(memory: ReadOnlyMemory<T>): SqlVector_1<T>;
29
+ new<T extends unknown>(memory: ReadOnlyMemory_1<T>): SqlVector_1<T>;
28
30
  readonly Null: unknown;
29
31
  CreateNull<T extends unknown>(length: int): SqlVector_1<T>;
30
32
  };
@@ -33,6 +35,8 @@ export const SqlVector_1: {
33
35
  export type SqlVector_1<T> = SqlVector_1$instance<T>;
34
36
 
35
37
  export interface SqlFileStream$instance extends Stream {
38
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlFileStream: never;
39
+
36
40
  readonly __tsonic_iface_System_IAsyncDisposable: never;
37
41
  readonly __tsonic_iface_System_IDisposable: never;
38
42
 
@@ -69,6 +73,8 @@ export const SqlFileStream: {
69
73
  export type SqlFileStream = SqlFileStream$instance;
70
74
 
71
75
  export interface SqlJson$instance {
76
+ readonly __tsonic_type_Microsoft_Data_SqlTypes_SqlJson: never;
77
+
72
78
  readonly __tsonic_iface_System_Data_SqlTypes_INullable: never;
73
79
 
74
80
  readonly IsNull: boolean;