@closerplatform/spinner-openapi 0.12.54 → 0.12.55
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/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3604,6 +3604,12 @@ export interface MainNotificationDto {
|
|
|
3604
3604
|
* @memberof MainNotificationDto
|
|
3605
3605
|
*/
|
|
3606
3606
|
orgId: string;
|
|
3607
|
+
/**
|
|
3608
|
+
*
|
|
3609
|
+
* @type {string}
|
|
3610
|
+
* @memberof MainNotificationDto
|
|
3611
|
+
*/
|
|
3612
|
+
text: string;
|
|
3607
3613
|
/**
|
|
3608
3614
|
*
|
|
3609
3615
|
* @type {string}
|