@sumaris-net/ngx-components 2.0.4 → 2.0.5
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/esm2020/src/app/social/social.errors.mjs +3 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +2 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +2 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/social/social.errors.d.ts +1 -0
|
@@ -28583,7 +28583,8 @@ const SocialErrorCodes = {
|
|
|
28583
28583
|
COUNT_USER_EVENT_ERROR: 50002,
|
|
28584
28584
|
SEND_MESSAGE_ERROR: 50003,
|
|
28585
28585
|
SUBSCRIBE_USER_EVENTS_ERROR: 50005,
|
|
28586
|
-
SUBSCRIBE_JOB_PROGRESSION_ERROR: 50010
|
|
28586
|
+
SUBSCRIBE_JOB_PROGRESSION_ERROR: 50010,
|
|
28587
|
+
LOAD_JOB_PROGRESSIONS_ERROR: 50011
|
|
28587
28588
|
};
|
|
28588
28589
|
|
|
28589
28590
|
const APP_USER_EVENT_SERVICE = new InjectionToken('UserEventService');
|