@erp-galoper/types 1.0.1226 → 1.0.1227

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.
Files changed (2) hide show
  1. package/openapi.ts +5 -2
  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
- * - DuplicateNotificationType
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: {
@@ -93304,7 +93307,7 @@ export interface operations {
93304
93307
  erp_settings_notificationsettings_views_list_notification_settings: {
93305
93308
  parameters: {
93306
93309
  query?: {
93307
- /** @description Search notification setting by user, notification type, or enabled by whatsapp, email, or in galoper */
93310
+ /** @description Search notification setting by notification type */
93308
93311
  search?: string | null;
93309
93312
  };
93310
93313
  header?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1226",
3
+ "version": "1.0.1227",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],