- Introduced AuthorityAdvisoryAiOptions and related classes for managing advisory AI configurations, including remote inference options and tenant-specific settings. - Added AuthorityApiLifecycleOptions to control API lifecycle settings, including legacy OAuth endpoint configurations. - Implemented validation and normalization methods for both advisory AI and API lifecycle options to ensure proper configuration. - Created AuthorityNotificationsOptions and its related classes for managing notification settings, including ack tokens, webhooks, and escalation options. - Developed IssuerDirectoryClient and related models for interacting with the issuer directory service, including caching mechanisms and HTTP client configurations. - Added support for dependency injection through ServiceCollectionExtensions for the Issuer Directory Client. - Updated project file to include necessary package references for the new Issuer Directory Client library.
		
			
				
	
	
		
			87 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "stellaops-docs",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "lockfileVersion": 3,
 | 
						|
  "requires": true,
 | 
						|
  "packages": {
 | 
						|
    "": {
 | 
						|
      "name": "stellaops-docs",
 | 
						|
      "version": "0.1.0",
 | 
						|
      "dependencies": {
 | 
						|
        "ajv": "^8.17.1",
 | 
						|
        "ajv-formats": "^2.1.1"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "node_modules/ajv": {
 | 
						|
      "version": "8.17.1",
 | 
						|
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
 | 
						|
      "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
 | 
						|
      "license": "MIT",
 | 
						|
      "dependencies": {
 | 
						|
        "fast-deep-equal": "^3.1.3",
 | 
						|
        "fast-uri": "^3.0.1",
 | 
						|
        "json-schema-traverse": "^1.0.0",
 | 
						|
        "require-from-string": "^2.0.2"
 | 
						|
      },
 | 
						|
      "funding": {
 | 
						|
        "type": "github",
 | 
						|
        "url": "https://github.com/sponsors/epoberezkin"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "node_modules/ajv-formats": {
 | 
						|
      "version": "2.1.1",
 | 
						|
      "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
 | 
						|
      "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
 | 
						|
      "license": "MIT",
 | 
						|
      "dependencies": {
 | 
						|
        "ajv": "^8.0.0"
 | 
						|
      },
 | 
						|
      "peerDependencies": {
 | 
						|
        "ajv": "^8.0.0"
 | 
						|
      },
 | 
						|
      "peerDependenciesMeta": {
 | 
						|
        "ajv": {
 | 
						|
          "optional": true
 | 
						|
        }
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "node_modules/fast-deep-equal": {
 | 
						|
      "version": "3.1.3",
 | 
						|
      "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
 | 
						|
      "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
 | 
						|
      "license": "MIT"
 | 
						|
    },
 | 
						|
    "node_modules/fast-uri": {
 | 
						|
      "version": "3.1.0",
 | 
						|
      "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz",
 | 
						|
      "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
 | 
						|
      "funding": [
 | 
						|
        {
 | 
						|
          "type": "github",
 | 
						|
          "url": "https://github.com/sponsors/fastify"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "type": "opencollective",
 | 
						|
          "url": "https://opencollective.com/fastify"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "license": "BSD-3-Clause"
 | 
						|
    },
 | 
						|
    "node_modules/json-schema-traverse": {
 | 
						|
      "version": "1.0.0",
 | 
						|
      "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
 | 
						|
      "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
 | 
						|
      "license": "MIT"
 | 
						|
    },
 | 
						|
    "node_modules/require-from-string": {
 | 
						|
      "version": "2.0.2",
 | 
						|
      "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
 | 
						|
      "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
 | 
						|
      "license": "MIT",
 | 
						|
      "engines": {
 | 
						|
        "node": ">=0.10.0"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |