@accrescent/console-client-sdk-angular 0.6.0 → 0.6.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accrescent/console-client-sdk-angular",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "OpenAPI client for @accrescent/console-client-sdk-angular",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1588,11 +1588,11 @@ interface V1alpha1Organization {
1588
1588
  /**
1589
1589
  * The maximum number of published apps allowed to exist under this organization.
1590
1590
  */
1591
- publishedAppLimit?: number;
1591
+ publishedAppLimit: number;
1592
1592
  /**
1593
1593
  * The current number of published apps in this organization.
1594
1594
  */
1595
- publishedAppCount?: number;
1595
+ publishedAppCount: number;
1596
1596
  }
1597
1597
 
1598
1598
  /**