@tsonic/aspnetcore 10.0.31 → 10.0.33
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.
|
@@ -599,6 +599,7 @@ export interface __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector {
|
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
export interface __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector {
|
|
602
|
+
ToTimeLimitedDataProtector(): Rewrap<this, Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector>;
|
|
602
603
|
Protect(plaintext: byte[], lifetime: System.TimeSpan): Rewrap<this, byte[]>;
|
|
603
604
|
Protect(plaintext: string, expiration: System.DateTimeOffset): Rewrap<this, string>;
|
|
604
605
|
Protect(plaintext: string, lifetime: System.TimeSpan): Rewrap<this, string>;
|
|
@@ -1603,7 +1604,6 @@ export interface __Ext_System_Security_Claims_ClaimsPrincipal {
|
|
|
1603
1604
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
1604
1605
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
1605
1606
|
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
1606
|
-
type __TsonicPreferExt<A, B> = A & B;
|
|
1607
1607
|
|
|
1608
1608
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.Authentication
|
|
1609
1609
|
type __TsonicExtSurface_Microsoft_AspNetCore_Authentication<TShape> =
|
|
@@ -1768,7 +1768,7 @@ export type ExtensionMethods_Microsoft_AspNetCore_Connections<TShape> =
|
|
|
1768
1768
|
// Generic helper type for extension methods in namespace: Microsoft.AspNetCore.DataProtection
|
|
1769
1769
|
type __TsonicExtSurface_Microsoft_AspNetCore_DataProtection<TShape> =
|
|
1770
1770
|
(
|
|
1771
|
-
(TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? {} : __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector) : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ?
|
|
1771
|
+
(TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionBuilder ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionBuilder : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtectionProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IDataProtectionProvider : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.IDataProtector ? (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? {} : __Ext_Microsoft_AspNetCore_DataProtection_IDataProtector) : {}) & (TShape extends Microsoft_AspNetCore_DataProtection.ITimeLimitedDataProtector ? __Ext_Microsoft_AspNetCore_DataProtection_ITimeLimitedDataProtector : {}) & (TShape extends System.IServiceProvider ? __Ext_Microsoft_AspNetCore_DataProtection_IServiceProvider : {})
|
|
1772
1772
|
);
|
|
1773
1773
|
|
|
1774
1774
|
interface __TsonicExtApplier_Microsoft_AspNetCore_DataProtection {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsonic/aspnetcore",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.33",
|
|
4
4
|
"description": "TypeScript type definitions for Microsoft.AspNetCore.App shared framework for .NET 10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"url": "https://github.com/tsoniclang/aspnetcore.git"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@tsonic/core": "10.0.
|
|
22
|
-
"@tsonic/dotnet": "10.0.
|
|
23
|
-
"@tsonic/microsoft-extensions": "10.0.
|
|
21
|
+
"@tsonic/core": "10.0.33",
|
|
22
|
+
"@tsonic/dotnet": "10.0.33",
|
|
23
|
+
"@tsonic/microsoft-extensions": "10.0.33"
|
|
24
24
|
}
|
|
25
25
|
}
|