@ndla/types-backend 1.0.155 → 1.0.156

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.
@@ -3563,6 +3563,8 @@ export interface operations {
3563
3563
  value?: string;
3564
3564
  /** @description Filter by context id. Beware: handled separately from other parameters! */
3565
3565
  contextId?: string;
3566
+ /** @description Filter by context ids. Beware: handled separately from other parameters! */
3567
+ contextIds?: string[];
3566
3568
  /** @description Filter contexts by visibility */
3567
3569
  isVisible?: boolean;
3568
3570
  /** @description Include all contexts */
@@ -3645,6 +3647,8 @@ export interface operations {
3645
3647
  value?: string;
3646
3648
  /** @description Filter by context id. Beware: handled separately from other parameters! */
3647
3649
  contextId?: string;
3650
+ /** @description Filter by context ids. Beware: handled separately from other parameters! */
3651
+ contextIds?: string[];
3648
3652
  /** @description Filter contexts by visibility */
3649
3653
  isVisible?: boolean;
3650
3654
  /** @description Include all contexts */
package/package.json CHANGED
@@ -33,6 +33,6 @@
33
33
  "tsx": "^4.21.0",
34
34
  "typescript": "^5.9.3"
35
35
  },
36
- "version": "1.0.155",
36
+ "version": "1.0.156",
37
37
  "packageManager": "yarn@4.10.3"
38
38
  }