@edge-markets/connect 1.9.1 → 1.9.2

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
@@ -1,10 +1,6 @@
1
1
  type EdgeEnvironment = 'production' | 'sandbox';
2
2
  declare const EDGE_LINK_PATH = "/oauth/link";
3
3
  interface EdgeEnvironmentConfig {
4
- /**
5
- * @deprecated cognitoDomain is no longer used. Token exchange now goes through EdgeBoost API.
6
- */
7
- cognitoDomain: string;
8
4
  apiBaseUrl: string;
9
5
  oauthBaseUrl: string;
10
6
  userClientUrl: string;
package/dist/index.d.ts CHANGED
@@ -1,10 +1,6 @@
1
1
  type EdgeEnvironment = 'production' | 'sandbox';
2
2
  declare const EDGE_LINK_PATH = "/oauth/link";
3
3
  interface EdgeEnvironmentConfig {
4
- /**
5
- * @deprecated cognitoDomain is no longer used. Token exchange now goes through EdgeBoost API.
6
- */
7
- cognitoDomain: string;
8
4
  apiBaseUrl: string;
9
5
  oauthBaseUrl: string;
10
6
  userClientUrl: string;
package/dist/index.js CHANGED
@@ -99,7 +99,6 @@ var EDGE_WEBHOOK_EVENT_TYPES = [
99
99
  var EDGE_LINK_PATH = "/oauth/link";
100
100
  var EDGE_ENVIRONMENTS = {
101
101
  production: {
102
- cognitoDomain: "https://edge-connect.auth.us-east-1.amazoncognito.com",
103
102
  apiBaseUrl: "https://connect.edgeboost.io/connect/v1",
104
103
  oauthBaseUrl: "https://connect.edgeboost.io/connect/oauth",
105
104
  userClientUrl: "https://oauth.edgeboost.io",
@@ -107,7 +106,6 @@ var EDGE_ENVIRONMENTS = {
107
106
  isProduction: true
108
107
  },
109
108
  sandbox: {
110
- cognitoDomain: "https://edge-connect-sandbox.auth.us-east-1.amazoncognito.com",
111
109
  // Sandbox partner API — mTLS-enforced. Uses its own sandbox gateway and
112
110
  // sandbox OAuth/JWKS issuer. The browser Link UI is served from a separate
113
111
  // sandbox host.
package/dist/index.mjs CHANGED
@@ -28,7 +28,6 @@ var EDGE_WEBHOOK_EVENT_TYPES = [
28
28
  var EDGE_LINK_PATH = "/oauth/link";
29
29
  var EDGE_ENVIRONMENTS = {
30
30
  production: {
31
- cognitoDomain: "https://edge-connect.auth.us-east-1.amazoncognito.com",
32
31
  apiBaseUrl: "https://connect.edgeboost.io/connect/v1",
33
32
  oauthBaseUrl: "https://connect.edgeboost.io/connect/oauth",
34
33
  userClientUrl: "https://oauth.edgeboost.io",
@@ -36,7 +35,6 @@ var EDGE_ENVIRONMENTS = {
36
35
  isProduction: true
37
36
  },
38
37
  sandbox: {
39
- cognitoDomain: "https://edge-connect-sandbox.auth.us-east-1.amazoncognito.com",
40
38
  // Sandbox partner API — mTLS-enforced. Uses its own sandbox gateway and
41
39
  // sandbox OAuth/JWKS issuer. The browser Link UI is served from a separate
42
40
  // sandbox host.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edge-markets/connect",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Core types, configuration, and utilities for EDGE Connect SDK",
5
5
  "author": "EdgeBoost",
6
6
  "license": "MIT",