@gooddata/sdk-model 10.6.0-alpha.6 → 10.6.0-alpha.8
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
|
-
export type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled";
|
|
6
|
+
export type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled" | "MaxAutomationRecipients" | "MaxAutomations" | "MaxDailyScheduledActions" | "MinimumRecurrenceMinutes";
|
|
7
7
|
/**
|
|
8
8
|
* Entitlement descriptor
|
|
9
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entitlements/index.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GACvB,eAAe,GACf,UAAU,GACV,eAAe,GACf,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,MAAM,GACN,WAAW,GACX,YAAY,GACZ,gBAAgB,GAChB,qBAAqB,GACrB,eAAe,GACf,gBAAgB,GAChB,OAAO,GACP,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entitlements/index.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,MAAM,MAAM,iBAAiB,GACvB,eAAe,GACf,UAAU,GACV,eAAe,GACf,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,MAAM,GACN,WAAW,GACX,YAAY,GACZ,gBAAgB,GAChB,qBAAqB,GACrB,eAAe,GACf,gBAAgB,GAChB,OAAO,GACP,uBAAuB,GACvB,yBAAyB,GACzB,gBAAgB,GAChB,0BAA0B,GAC1B,0BAA0B,CAAC;AAEjC;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;OAEG;IACH,IAAI,EAAE,iBAAiB,CAAC;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
package/esm/sdk-model.d.ts
CHANGED
|
@@ -3808,7 +3808,7 @@ export declare interface IEntitlementDescriptor {
|
|
|
3808
3808
|
*
|
|
3809
3809
|
* @public
|
|
3810
3810
|
*/
|
|
3811
|
-
export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled";
|
|
3811
|
+
export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled" | "MaxAutomationRecipients" | "MaxAutomations" | "MaxDailyScheduledActions" | "MinimumRecurrenceMinutes";
|
|
3812
3812
|
|
|
3813
3813
|
/**
|
|
3814
3814
|
* Contains any configiration that should be part of execution
|
package/package.json
CHANGED