@erp-galoper/types 1.0.1260 → 1.0.1262

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 +21 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -21094,6 +21094,9 @@ export interface paths {
21094
21094
  * Possible Responses:
21095
21095
  * - 200:
21096
21096
  * - RetrieveNotificationSetting
21097
+ * -403:
21098
+ * - userSettingsNotFound
21099
+ * - noModuleAccess
21097
21100
  * - 404:
21098
21101
  * - notificationSettingDoesNotExist
21099
21102
  * - 500:
@@ -21108,6 +21111,9 @@ export interface paths {
21108
21111
  * - RetrieveNotificationSetting
21109
21112
  * - 400:
21110
21113
  * - ValidationError
21114
+ * -403:
21115
+ * - userSettingsNotFound
21116
+ * - noModuleAccess
21111
21117
  * - 404:
21112
21118
  * - notificationSettingDoesNotExist
21113
21119
  * - 500:
@@ -21138,6 +21144,9 @@ export interface paths {
21138
21144
  * - 400:
21139
21145
  * - invalidFilterFormat
21140
21146
  * - paginationError
21147
+ * -403:
21148
+ * - userSettingsNotFound
21149
+ * - noModuleAccess
21141
21150
  * - 500:
21142
21151
  * - internalServerError
21143
21152
  */
@@ -21200,6 +21209,9 @@ export interface paths {
21200
21209
  * - 400:
21201
21210
  * - invalidFilterFormat
21202
21211
  * - paginationError
21212
+ * -403:
21213
+ * - userSettingsNotFound
21214
+ * - noModuleAccess
21203
21215
  * - 500:
21204
21216
  * - internalServerError
21205
21217
  */
@@ -21234,6 +21246,9 @@ export interface paths {
21234
21246
  * - RetrieveNotificationRecipient
21235
21247
  * - 400:
21236
21248
  * - ValidationError
21249
+ * -403:
21250
+ * - userSettingsNotFound
21251
+ * - noModuleAccess
21237
21252
  * - 404:
21238
21253
  * - NotificationDoesNotExist
21239
21254
  * - 500:
@@ -21259,6 +21274,9 @@ export interface paths {
21259
21274
  * - MessageResponse
21260
21275
  * - 400:
21261
21276
  * - ValidationError
21277
+ * -403:
21278
+ * - userSettingsNotFound
21279
+ * - noModuleAccess
21262
21280
  * - 404:
21263
21281
  * - NotificationDoesNotExist
21264
21282
  * - 500:
@@ -21286,6 +21304,9 @@ export interface paths {
21286
21304
  * Possible Responses:
21287
21305
  * - 200:
21288
21306
  * - RetrieveNotificationRecipient
21307
+ * -403:
21308
+ * - userSettingsNotFound
21309
+ * - noModuleAccess
21289
21310
  * - 404:
21290
21311
  * - notificationDoesNotExist
21291
21312
  * - 500:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1260",
3
+ "version": "1.0.1262",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],