@newskit-render/validation 1.25.1-287351ec3.11 → 1.25.1-48860faf3.14
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/dist/cjs/utils.d.ts +2 -2
- package/dist/cjs/validations/scheduleApplyIncentive.d.ts +2 -2
- package/dist/cjs/validations/scheduleApplyIncentive.js +1 -1
- package/dist/cjs/validations/scheduleApplyIncentive.js.map +1 -1
- package/dist/esm/utils.d.ts +2 -2
- package/dist/esm/validations/scheduleApplyIncentive.d.ts +2 -2
- package/dist/esm/validations/scheduleApplyIncentive.js +1 -1
- package/dist/esm/validations/scheduleApplyIncentive.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/utils.d.ts
CHANGED
|
@@ -279,11 +279,11 @@ export declare const generateDefaultSchema: (options?: InitializeYupOptions) =>
|
|
|
279
279
|
}>>;
|
|
280
280
|
scheduleApplyIncentive: import("yup/lib/object").OptionalObjectSchema<{
|
|
281
281
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
282
|
-
|
|
282
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
283
283
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
284
284
|
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
285
285
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
286
|
-
|
|
286
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
287
287
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
288
288
|
}>>;
|
|
289
289
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const scheduleApplyIncentiveValidation: import("yup/lib/object").OptionalObjectSchema<{
|
|
2
2
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
3
|
-
|
|
3
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
4
4
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
5
5
|
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
6
6
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
7
|
-
|
|
7
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
8
8
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
9
9
|
}>>;
|
|
@@ -27,7 +27,7 @@ exports.scheduleApplyIncentiveValidation = void 0;
|
|
|
27
27
|
const yup = __importStar(require("yup"));
|
|
28
28
|
exports.scheduleApplyIncentiveValidation = yup.object({
|
|
29
29
|
subscriptionCode: yup.string().required('Subscription code is required.'),
|
|
30
|
-
|
|
30
|
+
incentiveCode: yup.string().required('Incentive code is required.'),
|
|
31
31
|
scheduledDate: yup.string().required('Scheduled date is required.'),
|
|
32
32
|
});
|
|
33
33
|
//# sourceMappingURL=scheduleApplyIncentive.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduleApplyIncentive.js","sourceRoot":"","sources":["../../../src/validations/scheduleApplyIncentive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA0B;AAEb,QAAA,gCAAgC,GAAG,GAAG,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACzE,
|
|
1
|
+
{"version":3,"file":"scheduleApplyIncentive.js","sourceRoot":"","sources":["../../../src/validations/scheduleApplyIncentive.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yCAA0B;AAEb,QAAA,gCAAgC,GAAG,GAAG,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACzE,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;IACnE,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;CACpE,CAAC,CAAA"}
|
package/dist/esm/utils.d.ts
CHANGED
|
@@ -279,11 +279,11 @@ export declare const generateDefaultSchema: (options?: InitializeYupOptions) =>
|
|
|
279
279
|
}>>;
|
|
280
280
|
scheduleApplyIncentive: import("yup/lib/object").OptionalObjectSchema<{
|
|
281
281
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
282
|
-
|
|
282
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
283
283
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
284
284
|
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
285
285
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
286
|
-
|
|
286
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
287
287
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
288
288
|
}>>;
|
|
289
289
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const scheduleApplyIncentiveValidation: import("yup/lib/object").OptionalObjectSchema<{
|
|
2
2
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
3
|
-
|
|
3
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
4
4
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
5
5
|
}, import("yup/lib/object").AnyObject, import("yup/lib/object").TypeOfShape<{
|
|
6
6
|
subscriptionCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
7
|
-
|
|
7
|
+
incentiveCode: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
8
8
|
scheduledDate: import("yup/lib/string").RequiredStringSchema<string | undefined, import("yup/lib/types").AnyObject>;
|
|
9
9
|
}>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as yup from 'yup';
|
|
2
2
|
export const scheduleApplyIncentiveValidation = yup.object({
|
|
3
3
|
subscriptionCode: yup.string().required('Subscription code is required.'),
|
|
4
|
-
|
|
4
|
+
incentiveCode: yup.string().required('Incentive code is required.'),
|
|
5
5
|
scheduledDate: yup.string().required('Scheduled date is required.'),
|
|
6
6
|
});
|
|
7
7
|
//# sourceMappingURL=scheduleApplyIncentive.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scheduleApplyIncentive.js","sourceRoot":"","sources":["../../../src/validations/scheduleApplyIncentive.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,KAAK,CAAA;AAE1B,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACzE,
|
|
1
|
+
{"version":3,"file":"scheduleApplyIncentive.js","sourceRoot":"","sources":["../../../src/validations/scheduleApplyIncentive.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,KAAK,CAAA;AAE1B,MAAM,CAAC,MAAM,gCAAgC,GAAG,GAAG,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACzE,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;IACnE,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,6BAA6B,CAAC;CACpE,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@newskit-render/validation",
|
|
3
|
-
"version": "1.25.1-
|
|
3
|
+
"version": "1.25.1-48860faf3.14+48860faf3",
|
|
4
4
|
"description": "Newskit Render",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "48860faf375bb5a310bb5e455a274bbb1ad4d874"
|
|
77
77
|
}
|