@clerk/backend
Advanced tools
Comparing version 1.21.4-canary.v20241218144716 to 1.21.4-canary.v20241218160014
@@ -12,2 +12,3 @@ import type { SamlIdpSlug } from '@clerk/types'; | ||
domain: string; | ||
organizationId?: string; | ||
idpEntityId?: string; | ||
@@ -29,2 +30,3 @@ idpSsoUrl?: string; | ||
domain?: string; | ||
organizationId?: string; | ||
idpEntityId?: string; | ||
@@ -31,0 +33,0 @@ idpSsoUrl?: string; |
@@ -323,2 +323,3 @@ import type { InvitationStatus, OrganizationInvitationStatus, OrganizationMembershipRole, SignInStatus, SignUpStatus } from './Enums'; | ||
domain: string; | ||
organization_id: string | null; | ||
idp_entity_id: string; | ||
@@ -325,0 +326,0 @@ idp_sso_url: string; |
@@ -6,2 +6,3 @@ import type { AttributeMappingJSON, SamlAccountConnectionJSON, SamlConnectionJSON } from './JSON'; | ||
readonly domain: string; | ||
readonly organizationId: string | null; | ||
readonly idpEntityId: string | null; | ||
@@ -24,3 +25,3 @@ readonly idpSsoUrl: string | null; | ||
readonly attributeMapping: AttributeMapping; | ||
constructor(id: string, name: string, domain: string, idpEntityId: string | null, idpSsoUrl: string | null, idpCertificate: string | null, idpMetadataUrl: string | null, idpMetadata: string | null, acsUrl: string, spEntityId: string, spMetadataUrl: string, active: boolean, provider: string, userCount: number, syncUserAttributes: boolean, allowSubdomains: boolean, allowIdpInitiated: boolean, createdAt: number, updatedAt: number, attributeMapping: AttributeMapping); | ||
constructor(id: string, name: string, domain: string, organizationId: string | null, idpEntityId: string | null, idpSsoUrl: string | null, idpCertificate: string | null, idpMetadataUrl: string | null, idpMetadata: string | null, acsUrl: string, spEntityId: string, spMetadataUrl: string, active: boolean, provider: string, userCount: number, syncUserAttributes: boolean, allowSubdomains: boolean, allowIdpInitiated: boolean, createdAt: number, updatedAt: number, attributeMapping: AttributeMapping); | ||
static fromJSON(data: SamlConnectionJSON): SamlConnection; | ||
@@ -27,0 +28,0 @@ } |
{ | ||
"name": "@clerk/backend", | ||
"version": "1.21.4-canary.v20241218144716", | ||
"version": "1.21.4-canary.v20241218160014", | ||
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", | ||
@@ -81,4 +81,4 @@ "homepage": "https://clerk.com/", | ||
"tslib": "2.4.1", | ||
"@clerk/shared": "^2.20.4-canary.v20241218144716", | ||
"@clerk/types": "^4.40.0-canary.v20241218144716" | ||
"@clerk/shared": "^2.20.4-canary.v20241218160014", | ||
"@clerk/types": "^4.40.0-canary.v20241218160014" | ||
}, | ||
@@ -85,0 +85,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1375514
13040