@tern-secure/types 1.1.0-canary.v20251019190011 → 1.1.0-canary.v20251020170039

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.
package/dist/index.d.mts CHANGED
@@ -336,6 +336,7 @@ interface TernSecureHandlerOptions {
336
336
  sessions?: SessionEndpointConfig;
337
337
  };
338
338
  tenantId?: string | null;
339
+ revokeRefreshTokensOnSignOut?: boolean;
339
340
  enableCustomToken?: boolean;
340
341
  debug?: boolean;
341
342
  environment?: 'development' | 'production' | 'test';
package/dist/index.d.ts CHANGED
@@ -336,6 +336,7 @@ interface TernSecureHandlerOptions {
336
336
  sessions?: SessionEndpointConfig;
337
337
  };
338
338
  tenantId?: string | null;
339
+ revokeRefreshTokensOnSignOut?: boolean;
339
340
  enableCustomToken?: boolean;
340
341
  debug?: boolean;
341
342
  environment?: 'development' | 'production' | 'test';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tern-secure/types",
3
- "version": "1.1.0-canary.v20251019190011",
3
+ "version": "1.1.0-canary.v20251020170039",
4
4
  "description": "Type definitions for TernSecure packages",
5
5
  "repository": {
6
6
  "type": "git",