waldur-js-client 7.8.8-dev.16 → 7.8.8-dev.17
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/dist/types.gen.d.ts +3 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3851,6 +3851,7 @@ export type MaintenanceAnnouncement = {
|
|
|
3851
3851
|
readonly uuid: string;
|
|
3852
3852
|
name: string;
|
|
3853
3853
|
message?: string;
|
|
3854
|
+
internal_notes?: string;
|
|
3854
3855
|
/**
|
|
3855
3856
|
* Type of maintenance being performed
|
|
3856
3857
|
*/
|
|
@@ -3944,6 +3945,7 @@ export type MaintenanceAnnouncementOfferingTemplateRequest = {
|
|
|
3944
3945
|
export type MaintenanceAnnouncementRequest = {
|
|
3945
3946
|
name: string;
|
|
3946
3947
|
message?: string;
|
|
3948
|
+
internal_notes?: string;
|
|
3947
3949
|
/**
|
|
3948
3950
|
* Type of maintenance being performed
|
|
3949
3951
|
*/
|
|
@@ -8837,6 +8839,7 @@ export type PatchedMaintenanceAnnouncementOfferingTemplateRequest = {
|
|
|
8837
8839
|
export type PatchedMaintenanceAnnouncementRequest = {
|
|
8838
8840
|
name?: string;
|
|
8839
8841
|
message?: string;
|
|
8842
|
+
internal_notes?: string;
|
|
8840
8843
|
/**
|
|
8841
8844
|
* Type of maintenance being performed
|
|
8842
8845
|
*/
|