@accrescent/console-client-sdk-angular 0.4.0 → 0.5.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
|
@@ -1585,6 +1585,14 @@ interface V1alpha1Organization {
|
|
|
1585
1585
|
* The organization\'s unique ID.
|
|
1586
1586
|
*/
|
|
1587
1587
|
id: string;
|
|
1588
|
+
/**
|
|
1589
|
+
* The maximum number of published apps allowed to exist under this organization.
|
|
1590
|
+
*/
|
|
1591
|
+
publishedAppLimit?: number;
|
|
1592
|
+
/**
|
|
1593
|
+
* The current number of published apps in this organization.
|
|
1594
|
+
*/
|
|
1595
|
+
publishedAppCount?: number;
|
|
1588
1596
|
}
|
|
1589
1597
|
|
|
1590
1598
|
/**
|