Comparing version 2.0.8 to 2.0.9
@@ -71,17 +71,28 @@ import Gigya from './gigya'; | ||
export interface AdminServices { | ||
gm: { | ||
gm?: { | ||
enabled: boolean; | ||
}; | ||
comments: { | ||
comments?: { | ||
enabled: boolean; | ||
}; | ||
accounts: { | ||
accounts?: { | ||
enabled: boolean; | ||
features: Array<string>; | ||
}; | ||
ds: { | ||
audit?: { | ||
enabled: boolean; | ||
}; | ||
ids: { | ||
ds?: { | ||
enabled: boolean; | ||
}; | ||
ids?: { | ||
enabled: boolean; | ||
}; | ||
samlIdp?: { | ||
enabled: boolean; | ||
}; | ||
nexus?: { | ||
enabled: boolean; | ||
features: Array<string>; | ||
}; | ||
defaultDBSize: string; | ||
@@ -124,3 +135,4 @@ defaultDataCenter: string; | ||
includeServices?: boolean; | ||
includeSiteGroupsConfig?: boolean; | ||
includeSiteGroupConfig?: boolean; | ||
includeSiteID?: boolean; | ||
explicitSiteGroupConfig?: boolean; | ||
@@ -136,2 +148,3 @@ explicitSiteConfig?: boolean; | ||
services: AdminServices; | ||
siteID: number; | ||
gigyaSettings: { | ||
@@ -152,5 +165,9 @@ enableRequestLoggingUntil: string; | ||
}; | ||
siteGroupOwner?: string; | ||
enableDataSharing: boolean; | ||
trustedShareURLs: Array<string>; | ||
logoutURL?: string; | ||
} | ||
export interface AdminSetSiteConfigParams { | ||
apiKey: string; | ||
baseDomain?: string; | ||
@@ -160,2 +177,3 @@ dataCenter?: string; | ||
description?: string; | ||
logoutURL?: string; | ||
services?: { | ||
@@ -170,3 +188,7 @@ gm?: { | ||
enabled: boolean; | ||
features: Array<string>; | ||
}; | ||
audit?: { | ||
enabled: boolean; | ||
}; | ||
ds?: { | ||
@@ -178,2 +200,9 @@ enabled: boolean; | ||
}; | ||
samlIdp?: { | ||
enabled: boolean; | ||
}; | ||
nexus?: { | ||
enabled: boolean; | ||
features: Array<string>; | ||
}; | ||
defaultDBSize?: string; | ||
@@ -180,0 +209,0 @@ defaultDataCenter?: string; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"author": { | ||
@@ -10,0 +10,0 @@ "name": "Scott Hovestadt", |
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
416033
4006