@incomy/platform-sdk 0.4.0-178 → 0.4.0-180

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.
@@ -1,5 +1,11 @@
1
1
  export type ProjectSettings = {
2
2
  bucketingEnabled?: boolean;
3
+ /**
4
+ * Whether the Companies feature is available for this project. Enabled by default; when
5
+ * disabled the frontend hides the Companies UI. Defaults to `true` so an omitted field
6
+ * deserializes to enabled rather than off.
7
+ */
8
+ companiesEnabled?: boolean;
3
9
  /**
4
10
  * Currencies enabled for this project — a subset of the platform Incomy.Platform.Hub.Models.CurrencyCatalog.
5
11
  * Operations, accruals and wallet defaults are restricted to this set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incomy/platform-sdk",
3
- "version": "0.4.0-178",
3
+ "version": "0.4.0-180",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [