@forwardslashns/taskit-validation-messages 1.0.49 → 1.0.50
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.
|
@@ -153,7 +153,7 @@ export declare const VALIDATION_MESSAGES: {
|
|
|
153
153
|
};
|
|
154
154
|
readonly COMISSION_DETAIL: {
|
|
155
155
|
readonly INVALID_REQUEST: {
|
|
156
|
-
readonly message: "
|
|
156
|
+
readonly message: "If client is subject to commission, sales representative and commission rate must be provided.";
|
|
157
157
|
};
|
|
158
158
|
readonly SALES_REPRESENTATIVE_DOES_NOT_EXIST: {
|
|
159
159
|
readonly message: "Sales representative with id '{id}' does not exist";
|
|
@@ -156,7 +156,7 @@ exports.VALIDATION_MESSAGES = {
|
|
|
156
156
|
},
|
|
157
157
|
COMISSION_DETAIL: {
|
|
158
158
|
INVALID_REQUEST: {
|
|
159
|
-
message: '
|
|
159
|
+
message: 'If client is subject to commission, sales representative and commission rate must be provided.',
|
|
160
160
|
},
|
|
161
161
|
SALES_REPRESENTATIVE_DOES_NOT_EXIST: {
|
|
162
162
|
message: `Sales representative with id '{id}' does not exist`,
|
package/package.json
CHANGED
|
@@ -154,7 +154,7 @@ export const VALIDATION_MESSAGES = {
|
|
|
154
154
|
},
|
|
155
155
|
COMISSION_DETAIL: {
|
|
156
156
|
INVALID_REQUEST: {
|
|
157
|
-
message: '
|
|
157
|
+
message: 'If client is subject to commission, sales representative and commission rate must be provided.',
|
|
158
158
|
},
|
|
159
159
|
SALES_REPRESENTATIVE_DOES_NOT_EXIST: {
|
|
160
160
|
message: `Sales representative with id '{id}' does not exist`,
|