@kittycad/lib 3.0.5 → 3.0.6
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.
|
@@ -5895,7 +5895,7 @@ export interface RtcSessionDescription {
|
|
|
5895
5895
|
type: RtcSdpType;
|
|
5896
5896
|
}
|
|
5897
5897
|
export interface SamlIdentityProvider {
|
|
5898
|
-
/** title:String, format:uri, description:The ACS (Assertion Consumer Service)
|
|
5898
|
+
/** title:String, format:uri, description:The ACS (Assertion Consumer Service) URL. */
|
|
5899
5899
|
acs_url: string;
|
|
5900
5900
|
/**
|
|
5901
5901
|
* {
|
|
@@ -5931,7 +5931,7 @@ export interface SamlIdentityProvider {
|
|
|
5931
5931
|
* }
|
|
5932
5932
|
*/
|
|
5933
5933
|
public_cert?: string;
|
|
5934
|
-
/** title:String, format:uri, description:The SLO (Single Logout)
|
|
5934
|
+
/** title:String, format:uri, description:The SLO (Single Logout) URL. */
|
|
5935
5935
|
slo_url: string;
|
|
5936
5936
|
/**
|
|
5937
5937
|
* {
|