waldur-js-client 7.8.3-dev.4 → 7.8.3-dev.5

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.
@@ -4836,7 +4836,7 @@ export type NotificationTemplateDetailSerializers = {
4836
4836
  */
4837
4837
  path: string;
4838
4838
  name: string;
4839
- readonly content: string;
4839
+ readonly content: string | null;
4840
4840
  readonly original_content: string | null;
4841
4841
  readonly is_content_overridden: boolean;
4842
4842
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.3-dev.4",
3
+ "version": "7.8.3-dev.5",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",