@accrescent/console-client-sdk-angular 0.6.1 → 0.7.0
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.
package/package.json
CHANGED
|
@@ -1593,6 +1593,14 @@ interface V1alpha1Organization {
|
|
|
1593
1593
|
* The current number of published apps in this organization.
|
|
1594
1594
|
*/
|
|
1595
1595
|
publishedAppCount: number;
|
|
1596
|
+
/**
|
|
1597
|
+
* The maximum number of active app drafts allowed to exist under this organization.
|
|
1598
|
+
*/
|
|
1599
|
+
activeAppDraftLimit: number;
|
|
1600
|
+
/**
|
|
1601
|
+
* The current number of active app drafts in this organization.
|
|
1602
|
+
*/
|
|
1603
|
+
activeAppDraftCount: number;
|
|
1596
1604
|
}
|
|
1597
1605
|
|
|
1598
1606
|
/**
|