waldur-js-client 7.9.10-dev.14 → 7.9.10-dev.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.
@@ -14158,10 +14158,7 @@ export type PatchedProjectCreditRequest = {
14158
14158
  export type PatchedProjectDigestConfigRequest = {
14159
14159
  is_enabled?: boolean;
14160
14160
  frequency?: FrequencyEnum;
14161
- /**
14162
- * List of section keys to include. Empty means all.
14163
- */
14164
- enabled_sections?: string;
14161
+ enabled_sections?: Array<string>;
14165
14162
  /**
14166
14163
  * For weekly/biweekly: 0=Sunday..6=Saturday
14167
14164
  */
@@ -15505,10 +15502,7 @@ export type ProjectDigestConfig = {
15505
15502
  readonly uuid: string;
15506
15503
  is_enabled?: boolean;
15507
15504
  frequency?: FrequencyEnum;
15508
- /**
15509
- * List of section keys to include. Empty means all.
15510
- */
15511
- enabled_sections?: string;
15505
+ enabled_sections?: Array<string>;
15512
15506
  /**
15513
15507
  * For weekly/biweekly: 0=Sunday..6=Saturday
15514
15508
  */
@@ -15525,10 +15519,7 @@ export type ProjectDigestConfig = {
15525
15519
  export type ProjectDigestConfigRequest = {
15526
15520
  is_enabled?: boolean;
15527
15521
  frequency?: FrequencyEnum;
15528
- /**
15529
- * List of section keys to include. Empty means all.
15530
- */
15531
- enabled_sections?: string;
15522
+ enabled_sections?: Array<string>;
15532
15523
  /**
15533
15524
  * For weekly/biweekly: 0=Sunday..6=Saturday
15534
15525
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.9.10-dev.14",
3
+ "version": "7.9.10-dev.15",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",