sm-types 1.11.34 → 1.11.35
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.
|
@@ -519,6 +519,14 @@ export declare const APP_ERROR_CODES: {
|
|
|
519
519
|
'EN-US': string;
|
|
520
520
|
};
|
|
521
521
|
};
|
|
522
|
+
APPROVER_NOT_FOUND: {
|
|
523
|
+
usecase: string;
|
|
524
|
+
type: string;
|
|
525
|
+
messageLangMap: {
|
|
526
|
+
'PT-BR': string;
|
|
527
|
+
'EN-US': string;
|
|
528
|
+
};
|
|
529
|
+
};
|
|
522
530
|
UNAUTHORIZED_ACTOR: {
|
|
523
531
|
usecase: string;
|
|
524
532
|
type: string;
|
|
@@ -7,6 +7,14 @@ export declare const LIST_REPLACEABLE_APPROVERS: {
|
|
|
7
7
|
'EN-US': string;
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
+
APPROVER_NOT_FOUND: {
|
|
11
|
+
usecase: string;
|
|
12
|
+
type: string;
|
|
13
|
+
messageLangMap: {
|
|
14
|
+
'PT-BR': string;
|
|
15
|
+
'EN-US': string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
10
18
|
UNAUTHORIZED_ACTOR: {
|
|
11
19
|
usecase: string;
|
|
12
20
|
type: string;
|
|
@@ -10,6 +10,14 @@ exports.LIST_REPLACEABLE_APPROVERS = {
|
|
|
10
10
|
'EN-US': 'User not found.',
|
|
11
11
|
},
|
|
12
12
|
},
|
|
13
|
+
APPROVER_NOT_FOUND: {
|
|
14
|
+
usecase: 'LIST_APPROVER_REPLACEMENTS',
|
|
15
|
+
type: 'APPROVER_NOT_FOUND',
|
|
16
|
+
messageLangMap: {
|
|
17
|
+
'PT-BR': 'Aprovador não encontrado.',
|
|
18
|
+
'EN-US': 'Approver not found.',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
13
21
|
UNAUTHORIZED_ACTOR: {
|
|
14
22
|
usecase: 'LIST_REPLACEABLE_APPROVERS',
|
|
15
23
|
type: 'UNAUTHORIZED_ACTOR',
|