@erp-galoper/types 1.0.1226 → 1.0.1228
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/openapi.ts +7 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -20342,8 +20342,9 @@ export interface paths {
|
|
|
20342
20342
|
* - noModuleAccess
|
|
20343
20343
|
* - 400:
|
|
20344
20344
|
* - ValidationError
|
|
20345
|
+
* - contentTypeDoesNotExist
|
|
20345
20346
|
* - 409:
|
|
20346
|
-
* -
|
|
20347
|
+
* - DuplicateNotificationSetting
|
|
20347
20348
|
* - 500:
|
|
20348
20349
|
* - internalServerError
|
|
20349
20350
|
*
|
|
@@ -52317,6 +52318,7 @@ export interface components {
|
|
|
52317
52318
|
emailEnabled: boolean;
|
|
52318
52319
|
/** Ingaloperenabled */
|
|
52319
52320
|
inGaloperEnabled: boolean;
|
|
52321
|
+
documentContentType: components["schemas"]["CombinedModelName"];
|
|
52320
52322
|
};
|
|
52321
52323
|
/** UpdateNotificationSetting */
|
|
52322
52324
|
UpdateNotificationSetting: {
|
|
@@ -52342,6 +52344,7 @@ export interface components {
|
|
|
52342
52344
|
emailEnabled: boolean | null;
|
|
52343
52345
|
/** Ingaloperenabled */
|
|
52344
52346
|
inGaloperEnabled: boolean | null;
|
|
52347
|
+
documentContentType: components["schemas"]["CombinedModelName"];
|
|
52345
52348
|
};
|
|
52346
52349
|
/** NotificationsList */
|
|
52347
52350
|
NotificationsList: {
|
|
@@ -52380,6 +52383,8 @@ export interface components {
|
|
|
52380
52383
|
notification: components["schemas"]["RetrieveNotification"];
|
|
52381
52384
|
/** Isread */
|
|
52382
52385
|
isRead: boolean;
|
|
52386
|
+
/** Isviewed */
|
|
52387
|
+
isViewed: boolean;
|
|
52383
52388
|
/** Readat */
|
|
52384
52389
|
readAt: string | null;
|
|
52385
52390
|
};
|
|
@@ -93304,7 +93309,7 @@ export interface operations {
|
|
|
93304
93309
|
erp_settings_notificationsettings_views_list_notification_settings: {
|
|
93305
93310
|
parameters: {
|
|
93306
93311
|
query?: {
|
|
93307
|
-
/** @description Search notification setting by
|
|
93312
|
+
/** @description Search notification setting by notification type */
|
|
93308
93313
|
search?: string | null;
|
|
93309
93314
|
};
|
|
93310
93315
|
header?: never;
|