@gooddata/sdk-model 10.6.0-alpha.14 → 10.6.0-alpha.15

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" | "MaxAutomationRecipients" | "MaxAutomations" | "MaxDailyScheduledActions" | "MinimumRecurrenceMinutes";
6
+ export type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes";
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,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"}
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,iBAAiB,GACjB,sBAAsB,GACtB,0BAA0B,GAC1B,+BAA+B,GAC/B,2BAA2B,GAC3B,gCAAgC,GAChC,yCAAyC,CAAC;AAChD;;;;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"}
@@ -3812,7 +3812,7 @@ export declare interface IEntitlementDescriptor {
3812
3812
  *
3813
3813
  * @public
3814
3814
  */
3815
- export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled" | "MaxAutomationRecipients" | "MaxAutomations" | "MaxDailyScheduledActions" | "MinimumRecurrenceMinutes";
3815
+ export declare type IEntitlementsName = "CacheStrategy" | "Contract" | "CustomTheming" | "ExtraCache" | "ManagedOIDC" | "UiLocalization" | "Tier" | "UserCount" | "PdfExports" | "UnlimitedUsers" | "UnlimitedWorkspaces" | "WhiteLabeling" | "WorkspaceCount" | "Hipaa" | "UserTelemetryDisabled" | "AutomationCount" | "UnlimitedAutomations" | "AutomationRecipientCount" | "UnlimitedAutomationRecipients" | "DailyScheduledActionCount" | "UnlimitedDailyScheduledActions" | "ScheduledActionMinimumRecurrenceMinutes";
3816
3816
 
3817
3817
  /**
3818
3818
  * Contains any configiration that should be part of execution
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-model",
3
- "version": "10.6.0-alpha.14",
3
+ "version": "10.6.0-alpha.15",
4
4
  "author": "GoodData",
5
5
  "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations",
6
6
  "repository": {