adp-web-components 0.0.65 → 0.0.67
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/app-globals-4aa8f46f.js +46 -0
- package/dist/cjs/cn-f559f9e5.js +2588 -0
- package/dist/cjs/contact-us-form.cjs.entry.js +209 -0
- package/dist/cjs/dead-stock-lookup_3.cjs.entry.js +445 -0
- package/dist/cjs/dynamic-claim_6.cjs.entry.js +1180 -0
- package/dist/cjs/dynamic-redeem.cjs.entry.js +156 -0
- package/dist/cjs/form-dialog_8.cjs.entry.js +503 -0
- package/dist/cjs/get-local-language-ec0e41e0.js +2381 -0
- package/dist/cjs/index-603d8f32.js +1610 -0
- package/dist/cjs/index.cjs.js +6 -0
- package/dist/cjs/loader-baf2418b.js +9 -0
- package/dist/cjs/loader.cjs.js +19 -0
- package/dist/cjs/loading-spinner.cjs.entry.js +27 -0
- package/dist/cjs/part-lookup.cjs.entry.js +129 -0
- package/dist/cjs/service-booking-form.cjs.entry.js +209 -0
- package/dist/cjs/shift-components.cjs.js +29 -0
- package/dist/cjs/urls-9077b31c.js +4874 -0
- package/dist/cjs/vehicle-lookup.cjs.entry.js +203 -0
- package/dist/collection/collection-manifest.json +35 -0
- package/dist/collection/components/components/loading-spinner.css +1 -0
- package/dist/collection/components/components/loading-spinner.js +47 -0
- package/dist/collection/components/form-elements/form-dialog.css +1 -0
- package/dist/collection/components/form-elements/form-dialog.js +137 -0
- package/dist/collection/components/form-elements/form-input.css +1 -0
- package/dist/collection/components/form-elements/form-input.js +323 -0
- package/dist/collection/components/form-elements/form-select.css +1 -0
- package/dist/collection/components/form-elements/form-select.js +400 -0
- package/dist/collection/components/form-elements/form-shadow-input.css +1 -0
- package/dist/collection/components/form-elements/form-shadow-input.js +100 -0
- package/dist/collection/components/form-elements/form-structure-error.css +1 -0
- package/dist/collection/components/form-elements/form-structure-error.js +72 -0
- package/dist/collection/components/form-elements/form-structure.css +1 -0
- package/dist/collection/components/form-elements/form-structure.js +269 -0
- package/dist/collection/components/form-elements/form-submit.css +1 -0
- package/dist/collection/components/form-elements/form-submit.js +140 -0
- package/dist/collection/components/form-elements/form-text-area.css +1 -0
- package/dist/collection/components/form-elements/form-text-area.js +264 -0
- package/dist/collection/components/forms/contact-us/element-mapper.js +87 -0
- package/dist/collection/components/forms/contact-us/form.css +1 -0
- package/dist/collection/components/forms/contact-us/validations.js +19 -0
- package/dist/collection/components/forms/contact-us-form.js +280 -0
- package/dist/collection/components/forms/service-booking/element-mapper.js +87 -0
- package/dist/collection/components/forms/service-booking/form.css +1 -0
- package/dist/collection/components/forms/service-booking/validations.js +19 -0
- package/dist/collection/components/forms/service-booking-form.js +280 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.css +1 -0
- package/dist/collection/components/part-lookup/dead-stock-lookup.js +405 -0
- package/dist/collection/components/part-lookup/distributor-lookup.css +1 -0
- package/dist/collection/components/part-lookup/distributor-lookup.js +470 -0
- package/dist/collection/components/part-lookup/manufacturer-lookup.css +1 -0
- package/dist/collection/components/part-lookup/manufacturer-lookup.js +468 -0
- package/dist/collection/components/part-lookup/part-lookup.css +1 -0
- package/dist/collection/components/part-lookup/part-lookup.js +376 -0
- package/dist/collection/components/vehicle-lookup/assets/cancelled.svg +8 -0
- package/dist/collection/components/vehicle-lookup/assets/check.svg +4 -0
- package/dist/collection/components/vehicle-lookup/assets/expired.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/loader.svg +11 -0
- package/dist/collection/components/vehicle-lookup/assets/pending.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/processed.svg +9 -0
- package/dist/collection/components/vehicle-lookup/assets/x-mark.svg +4 -0
- package/dist/collection/components/vehicle-lookup/components/CardsContainer.js +13 -0
- package/dist/collection/components/vehicle-lookup/components/Loading.js +10 -0
- package/dist/collection/components/vehicle-lookup/components/SSCTable.js +16 -0
- package/dist/collection/components/vehicle-lookup/components/StatusCard.js +11 -0
- package/dist/collection/components/vehicle-lookup/dynamic-claim.css +1 -0
- package/dist/collection/components/vehicle-lookup/dynamic-claim.js +662 -0
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.css +1 -0
- package/dist/collection/components/vehicle-lookup/dynamic-redeem.js +373 -0
- package/dist/collection/components/vehicle-lookup/paint-thickness.css +1 -0
- package/dist/collection/components/vehicle-lookup/paint-thickness.js +410 -0
- package/dist/collection/components/vehicle-lookup/service-history.css +1 -0
- package/dist/collection/components/vehicle-lookup/service-history.js +393 -0
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-accessories.js +414 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-lookup.js +406 -0
- package/dist/collection/components/vehicle-lookup/vehicle-specification.css +1 -0
- package/dist/collection/components/vehicle-lookup/vehicle-specification.js +405 -0
- package/dist/collection/components/vehicle-lookup/warranty-details.css +1 -0
- package/dist/collection/components/vehicle-lookup/warranty-details.js +780 -0
- package/dist/collection/global/api/partInformation.js +32 -0
- package/dist/collection/global/api/urls.js +6 -0
- package/dist/collection/global/api/vehicleInformation.js +48 -0
- package/dist/collection/global/assets/eye.svg +5 -0
- package/dist/collection/global/assets/loader.svg +11 -0
- package/dist/collection/global/assets/white-loader.svg +11 -0
- package/dist/collection/global/lib/cn.js +9 -0
- package/dist/collection/global/lib/form-hook.js +162 -0
- package/dist/collection/global/lib/general.js +9 -0
- package/dist/collection/global/lib/get-local-language.js +20 -0
- package/dist/collection/global/lib/image-expansion.js +69 -0
- package/dist/collection/global/lib/middleware.js +39 -0
- package/dist/collection/global/lib/recaptcha.js +25 -0
- package/dist/collection/global/lib/utils.js +7 -0
- package/dist/collection/global/lib/validate-form-structure.js +47 -0
- package/dist/collection/global/lib/validate-vin.js +62 -0
- package/dist/collection/global/types/components.js +1 -0
- package/dist/collection/global/types/forms.js +1 -0
- package/dist/collection/global/types/general.js +1 -0
- package/dist/collection/global/types/locales/error-schema.js +17 -0
- package/dist/collection/global/types/locales/forms/contact-us-schema.js +24 -0
- package/dist/collection/global/types/locales/forms/index.js +11 -0
- package/dist/collection/global/types/locales/general.js +11 -0
- package/dist/collection/global/types/locales/index.js +33 -0
- package/dist/collection/global/types/locales/inquiryTypes.js +15 -0
- package/dist/collection/global/types/locales/part-lookup/dead-stock-schema.js +10 -0
- package/dist/collection/global/types/locales/part-lookup/distributor-schema.js +21 -0
- package/dist/collection/global/types/locales/part-lookup/index.js +13 -0
- package/dist/collection/global/types/locales/part-lookup/manufacturer-schema.js +22 -0
- package/dist/collection/global/types/locales/vehicle-lookup/accessories-schema.js +13 -0
- package/dist/collection/global/types/locales/vehicle-lookup/dynamic-claim-schema.js +21 -0
- package/dist/collection/global/types/locales/vehicle-lookup/dynamic-redeem-schema.js +19 -0
- package/dist/collection/global/types/locales/vehicle-lookup/index.js +21 -0
- package/dist/collection/global/types/locales/vehicle-lookup/paint-thickness-schema.js +14 -0
- package/dist/collection/global/types/locales/vehicle-lookup/service-history-schema.js +15 -0
- package/dist/collection/global/types/locales/vehicle-lookup/specification-schema.js +15 -0
- package/dist/collection/global/types/locales/vehicle-lookup/warranty-schema.js +23 -0
- package/dist/collection/global/types/part-information.js +1 -0
- package/dist/collection/global/types/vehicle-information.js +5 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/templates/part-lookup/mock-data.js +199 -0
- package/dist/collection/templates/vehicle-lookup/mock-data.js +4165 -0
- package/dist/collection/templates/vehicle-lookup/vehicle-lookup.js +285 -0
- package/dist/collection/templates/vehicle-lookup/warranty-mock-data.js +3064 -0
- package/dist/components/contact-us-form.d.ts +11 -0
- package/dist/components/contact-us-form.js +5 -0
- package/dist/components/dead-stock-lookup.d.ts +11 -0
- package/dist/components/dead-stock-lookup.js +5 -0
- package/dist/components/distributor-lookup.d.ts +11 -0
- package/dist/components/distributor-lookup.js +5 -0
- package/dist/components/dynamic-claim.d.ts +11 -0
- package/dist/components/dynamic-claim.js +5 -0
- package/dist/components/dynamic-redeem.d.ts +11 -0
- package/dist/components/dynamic-redeem.js +5 -0
- package/dist/components/form-dialog.d.ts +11 -0
- package/dist/components/form-dialog.js +5 -0
- package/dist/components/form-input.d.ts +11 -0
- package/dist/components/form-input.js +5 -0
- package/dist/components/form-select.d.ts +11 -0
- package/dist/components/form-select.js +5 -0
- package/dist/components/form-shadow-input.d.ts +11 -0
- package/dist/components/form-shadow-input.js +5 -0
- package/dist/components/form-structure-error.d.ts +11 -0
- package/dist/components/form-structure-error.js +5 -0
- package/dist/components/form-structure.d.ts +11 -0
- package/dist/components/form-structure.js +5 -0
- package/dist/components/form-submit.d.ts +11 -0
- package/dist/components/form-submit.js +5 -0
- package/dist/components/form-text-area.d.ts +11 -0
- package/dist/components/form-text-area.js +5 -0
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +5 -0
- package/dist/components/loading-spinner.d.ts +11 -0
- package/dist/components/loading-spinner.js +5 -0
- package/dist/components/manufacturer-lookup.d.ts +11 -0
- package/dist/components/manufacturer-lookup.js +5 -0
- package/dist/components/p-00d97183.js +5 -0
- package/dist/components/p-1e9e4abd.js +5 -0
- package/dist/components/p-1f001d39.js +5 -0
- package/dist/components/p-1fe65d6e.js +5 -0
- package/dist/components/p-3f19382d.js +5 -0
- package/dist/components/p-5b4b3060.js +5 -0
- package/dist/components/p-5d3cc3c1.js +5 -0
- package/dist/components/p-6055174a.js +5 -0
- package/dist/components/p-6e3ab655.js +5 -0
- package/dist/components/p-73a5d441.js +5 -0
- package/dist/components/p-75476014.js +5 -0
- package/dist/components/p-810e84ab.js +5 -0
- package/dist/components/p-8b1d90d7.js +5 -0
- package/dist/components/p-927296bb.js +5 -0
- package/dist/components/p-932ff922.js +5 -0
- package/dist/components/p-98d9e7ab.js +5 -0
- package/dist/components/p-a21e2e2e.js +5 -0
- package/dist/components/p-a2c14be5.js +5 -0
- package/dist/components/p-a57338da.js +5 -0
- package/dist/components/p-bacd1638.js +5 -0
- package/dist/components/p-c526513b.js +5 -0
- package/dist/components/p-cb600b18.js +5 -0
- package/dist/components/p-ceea200f.js +5 -0
- package/dist/components/p-cefc0575.js +5 -0
- package/dist/components/p-d5ff7544.js +5 -0
- package/dist/components/p-e2158fc6.js +5 -0
- package/dist/components/p-fab97ac7.js +5 -0
- package/dist/components/paint-thickness.d.ts +11 -0
- package/dist/components/paint-thickness.js +5 -0
- package/dist/components/part-lookup.d.ts +11 -0
- package/dist/components/part-lookup.js +5 -0
- package/dist/components/service-booking-form.d.ts +11 -0
- package/dist/components/service-booking-form.js +5 -0
- package/dist/components/service-history.d.ts +11 -0
- package/dist/components/service-history.js +5 -0
- package/dist/components/vehicle-accessories.d.ts +11 -0
- package/dist/components/vehicle-accessories.js +5 -0
- package/dist/components/vehicle-lookup.d.ts +11 -0
- package/dist/components/vehicle-lookup.js +5 -0
- package/dist/components/vehicle-specification.d.ts +11 -0
- package/dist/components/vehicle-specification.js +5 -0
- package/dist/components/warranty-details.d.ts +11 -0
- package/dist/components/warranty-details.js +5 -0
- package/dist/esm/app-globals-68faa233.js +44 -0
- package/dist/esm/cn-cc419b94.js +2586 -0
- package/dist/esm/contact-us-form.entry.js +205 -0
- package/dist/esm/dead-stock-lookup_3.entry.js +439 -0
- package/dist/esm/dynamic-claim_6.entry.js +1171 -0
- package/dist/esm/dynamic-redeem.entry.js +152 -0
- package/dist/esm/form-dialog_8.entry.js +492 -0
- package/dist/esm/get-local-language-98c26a89.js +2376 -0
- package/dist/esm/index-cac905b0.js +1581 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/loader-027b88af.js +7 -0
- package/dist/esm/loader.js +15 -0
- package/dist/esm/loading-spinner.entry.js +23 -0
- package/dist/esm/part-lookup.entry.js +125 -0
- package/dist/esm/service-booking-form.entry.js +205 -0
- package/dist/esm/shift-components.js +24 -0
- package/dist/esm/urls-e22234f9.js +4870 -0
- package/dist/esm/vehicle-lookup.entry.js +199 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/locales/ar.json +185 -0
- package/dist/locales/en.json +185 -0
- package/dist/locales/ku.json +185 -0
- package/dist/locales/ru.json +185 -0
- package/dist/shift-components/index.esm.js +4 -0
- package/dist/shift-components/p-014f3fba.entry.js +5 -0
- package/dist/shift-components/p-0739b7d7.entry.js +5 -0
- package/dist/shift-components/p-446d908d.js +5 -0
- package/dist/shift-components/p-46878289.entry.js +5 -0
- package/dist/shift-components/p-62c8eed3.entry.js +5 -0
- package/dist/shift-components/p-65102e7a.js +6 -0
- package/dist/shift-components/p-65a5ebdf.entry.js +5 -0
- package/dist/shift-components/p-87f8fbb3.entry.js +5 -0
- package/dist/shift-components/p-8830682d.entry.js +5 -0
- package/dist/shift-components/p-932ff922.js +5 -0
- package/dist/shift-components/p-98d9e7ab.js +5 -0
- package/dist/shift-components/p-a21e2e2e.js +5 -0
- package/dist/shift-components/p-c06844c1.js +5 -0
- package/dist/shift-components/p-da1511a0.entry.js +5 -0
- package/dist/shift-components/p-f68052c1.entry.js +5 -0
- package/dist/shift-components/shift-components.esm.js +5 -0
- package/dist/types/components/components/loading-spinner.d.ts +4 -0
- package/dist/types/components/form-elements/form-dialog.d.ts +13 -0
- package/dist/types/components/form-elements/form-input.d.ts +28 -0
- package/dist/types/components/form-elements/form-select.d.ts +39 -0
- package/dist/types/components/form-elements/form-shadow-input.d.ts +9 -0
- package/dist/types/components/form-elements/form-structure-error.d.ts +8 -0
- package/dist/types/components/form-elements/form-structure.d.ts +23 -0
- package/dist/types/components/form-elements/form-submit.d.ts +12 -0
- package/dist/types/components/form-elements/form-text-area.d.ts +24 -0
- package/dist/types/components/forms/contact-us/element-mapper.d.ts +3 -0
- package/dist/types/components/forms/contact-us/validations.d.ts +26 -0
- package/dist/types/components/forms/contact-us-form.d.ts +32 -0
- package/dist/types/components/forms/service-booking/element-mapper.d.ts +3 -0
- package/dist/types/components/forms/service-booking/validations.d.ts +26 -0
- package/dist/types/components/forms/service-booking-form.d.ts +32 -0
- package/dist/types/components/part-lookup/dead-stock-lookup.d.ts +31 -0
- package/dist/types/components/part-lookup/distributor-lookup.d.ts +32 -0
- package/dist/types/components/part-lookup/manufacturer-lookup.d.ts +33 -0
- package/dist/types/components/part-lookup/part-lookup.d.ts +43 -0
- package/dist/types/components/vehicle-lookup/components/CardsContainer.d.ts +10 -0
- package/dist/types/components/vehicle-lookup/components/Loading.d.ts +5 -0
- package/dist/types/components/vehicle-lookup/components/SSCTable.d.ts +8 -0
- package/dist/types/components/vehicle-lookup/components/StatusCard.d.ts +12 -0
- package/dist/types/components/vehicle-lookup/dynamic-claim.d.ts +57 -0
- package/dist/types/components/vehicle-lookup/dynamic-redeem.d.ts +39 -0
- package/dist/types/components/vehicle-lookup/paint-thickness.d.ts +35 -0
- package/dist/types/components/vehicle-lookup/service-history.d.ts +30 -0
- package/dist/types/components/vehicle-lookup/vehicle-accessories.d.ts +35 -0
- package/dist/types/components/vehicle-lookup/vehicle-lookup.d.ts +53 -0
- package/dist/types/components/vehicle-lookup/vehicle-specification.d.ts +29 -0
- package/dist/types/components/vehicle-lookup/warranty-details.d.ts +57 -0
- package/dist/types/components.d.ts +764 -0
- package/dist/types/global/api/partInformation.d.ts +19 -0
- package/dist/types/global/api/urls.d.ts +2 -0
- package/dist/types/global/api/vehicleInformation.d.ts +33 -0
- package/dist/types/global/lib/cn.d.ts +2 -0
- package/dist/types/global/lib/form-hook.d.ts +47 -0
- package/dist/types/global/lib/general.d.ts +1 -0
- package/dist/types/global/lib/get-local-language.d.ts +2 -0
- package/dist/types/global/lib/image-expansion.d.ts +9 -0
- package/dist/types/global/lib/middleware.d.ts +0 -0
- package/dist/types/global/lib/recaptcha.d.ts +16 -0
- package/dist/types/global/lib/utils.d.ts +1 -0
- package/dist/types/global/lib/validate-form-structure.d.ts +3 -0
- package/dist/types/global/lib/validate-vin.d.ts +1 -0
- package/dist/types/global/types/components.d.ts +7 -0
- package/dist/types/global/types/forms.d.ts +63 -0
- package/dist/types/global/types/general.d.ts +23 -0
- package/dist/types/global/types/locales/error-schema.d.ts +23 -0
- package/dist/types/global/types/locales/forms/contact-us-schema.d.ts +37 -0
- package/dist/types/global/types/locales/forms/index.d.ts +45 -0
- package/dist/types/global/types/locales/general.d.ts +11 -0
- package/dist/types/global/types/locales/index.d.ts +382 -0
- package/dist/types/global/types/locales/inquiryTypes.d.ts +19 -0
- package/dist/types/global/types/locales/part-lookup/dead-stock-schema.d.ts +9 -0
- package/dist/types/global/types/locales/part-lookup/distributor-schema.d.ts +31 -0
- package/dist/types/global/types/locales/part-lookup/index.d.ts +79 -0
- package/dist/types/global/types/locales/part-lookup/manufacturer-schema.d.ts +33 -0
- package/dist/types/global/types/locales/vehicle-lookup/accessories-schema.d.ts +15 -0
- package/dist/types/global/types/locales/vehicle-lookup/dynamic-claim-schema.d.ts +31 -0
- package/dist/types/global/types/locales/vehicle-lookup/dynamic-redeem-schema.d.ts +27 -0
- package/dist/types/global/types/locales/vehicle-lookup/index.d.ts +173 -0
- package/dist/types/global/types/locales/vehicle-lookup/paint-thickness-schema.d.ts +17 -0
- package/dist/types/global/types/locales/vehicle-lookup/service-history-schema.d.ts +19 -0
- package/dist/types/global/types/locales/vehicle-lookup/specification-schema.d.ts +19 -0
- package/dist/types/global/types/locales/vehicle-lookup/warranty-schema.d.ts +35 -0
- package/dist/types/global/types/part-information.d.ts +53 -0
- package/dist/types/global/types/vehicle-information.d.ts +172 -0
- package/dist/types/index.d.ts +10 -0
- package/dist/types/stencil-public-runtime.d.ts +1680 -0
- package/loader/cdn.js +5 -0
- package/loader/index.cjs.js +5 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +5 -0
- package/loader/index.js +6 -0
- package/loader/package.json +11 -0
- package/package.json +1 -1
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
import { InferType } from 'yup';
|
|
2
|
+
import { errorsSchema } from './error-schema';
|
|
3
|
+
export declare const ARABIC_JSON_FILE = "ar.json";
|
|
4
|
+
export declare const ENGLISH_JSON_FILE = "en.json";
|
|
5
|
+
export declare const KURDISH_JSON_FILE = "ku.json";
|
|
6
|
+
export declare const RUSSIAN_JSON_FILE = "ru.json";
|
|
7
|
+
export type LanguageKeys = 'en' | 'ar' | 'ku' | 'ru';
|
|
8
|
+
export declare const languageMapper: {
|
|
9
|
+
ar: string;
|
|
10
|
+
en: string;
|
|
11
|
+
ku: string;
|
|
12
|
+
ru: string;
|
|
13
|
+
};
|
|
14
|
+
export declare const localeSchema: import("yup").ObjectSchema<{
|
|
15
|
+
forms: {
|
|
16
|
+
contactUs?: {
|
|
17
|
+
fullName?: string;
|
|
18
|
+
fullNameMinimum?: string;
|
|
19
|
+
fullNameIsRequired?: string;
|
|
20
|
+
emailAddress?: string;
|
|
21
|
+
emailAddressNotValid?: string;
|
|
22
|
+
city?: string;
|
|
23
|
+
selectCity?: string;
|
|
24
|
+
cityIsRequired?: string;
|
|
25
|
+
phoneNumber?: string;
|
|
26
|
+
phoneNumberIsRequired?: string;
|
|
27
|
+
phoneNumberFormatInvalid?: string;
|
|
28
|
+
inquiryType?: string;
|
|
29
|
+
selectInquiryType?: string;
|
|
30
|
+
inquiryTypeIsRequired?: string;
|
|
31
|
+
writeAMessage?: string;
|
|
32
|
+
leaveUsMessage?: string;
|
|
33
|
+
messageIsRequired?: string;
|
|
34
|
+
};
|
|
35
|
+
reCaptchaIsRequired?: string;
|
|
36
|
+
inputValueIsIncorrect?: string;
|
|
37
|
+
};
|
|
38
|
+
errors: {
|
|
39
|
+
wildCard?: string;
|
|
40
|
+
noBaseUrl?: string;
|
|
41
|
+
invalidVin?: string;
|
|
42
|
+
noPartsFound?: string;
|
|
43
|
+
vinNumberRequired?: string;
|
|
44
|
+
wrongFormStructure?: string;
|
|
45
|
+
partNumberRequired?: string;
|
|
46
|
+
noServiceAvailable?: string;
|
|
47
|
+
wrongResponseFormat?: string;
|
|
48
|
+
requestFailedPleaseTryAgainLater?: string;
|
|
49
|
+
};
|
|
50
|
+
general: {
|
|
51
|
+
close?: string;
|
|
52
|
+
submit?: string;
|
|
53
|
+
noSelectOptions?: string;
|
|
54
|
+
formSubmittedSuccessfully?: string;
|
|
55
|
+
};
|
|
56
|
+
lang: string;
|
|
57
|
+
noData: string;
|
|
58
|
+
partLookup: {
|
|
59
|
+
deadStock?: {
|
|
60
|
+
deadStock?: string;
|
|
61
|
+
branch?: string;
|
|
62
|
+
availableQuantity?: string;
|
|
63
|
+
};
|
|
64
|
+
distributor?: {
|
|
65
|
+
info?: string;
|
|
66
|
+
location?: string;
|
|
67
|
+
description?: string;
|
|
68
|
+
distributorStock?: string;
|
|
69
|
+
availability?: string;
|
|
70
|
+
notAvailable?: string;
|
|
71
|
+
partiallyAvailable?: string;
|
|
72
|
+
available?: string;
|
|
73
|
+
productGroup?: string;
|
|
74
|
+
localDescription?: string;
|
|
75
|
+
dealerPurchasePrice?: string;
|
|
76
|
+
recommendedRetailPrice?: string;
|
|
77
|
+
supersededFrom?: string;
|
|
78
|
+
supersessions?: string;
|
|
79
|
+
};
|
|
80
|
+
manufacturer?: {
|
|
81
|
+
origin?: string;
|
|
82
|
+
warrantyPrice?: string;
|
|
83
|
+
specialPrice?: string;
|
|
84
|
+
wholesalesPrice?: string;
|
|
85
|
+
pnc?: string;
|
|
86
|
+
pncName?: string;
|
|
87
|
+
binCode?: string;
|
|
88
|
+
dimension1?: string;
|
|
89
|
+
dimension2?: string;
|
|
90
|
+
dimension3?: string;
|
|
91
|
+
netWeight?: string;
|
|
92
|
+
grossWeight?: string;
|
|
93
|
+
cubicMeasure?: string;
|
|
94
|
+
hsCode?: string;
|
|
95
|
+
uzHsCode?: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
language: string;
|
|
99
|
+
direction: string;
|
|
100
|
+
vehicleLookup: {
|
|
101
|
+
serviceHistory?: {
|
|
102
|
+
branch?: string;
|
|
103
|
+
noData?: string;
|
|
104
|
+
serviceType?: string;
|
|
105
|
+
invoiceNumber?: string;
|
|
106
|
+
serviceHistory?: string;
|
|
107
|
+
dealer?: string;
|
|
108
|
+
date?: string;
|
|
109
|
+
odometer?: string;
|
|
110
|
+
};
|
|
111
|
+
paintThickness?: {
|
|
112
|
+
expand?: string;
|
|
113
|
+
part?: string;
|
|
114
|
+
noData?: string;
|
|
115
|
+
paintThickness?: string;
|
|
116
|
+
left?: string;
|
|
117
|
+
right?: string;
|
|
118
|
+
noImageGroups?: string;
|
|
119
|
+
};
|
|
120
|
+
warranty?: {
|
|
121
|
+
from?: string;
|
|
122
|
+
to?: string;
|
|
123
|
+
authorized?: string;
|
|
124
|
+
unauthorized?: string;
|
|
125
|
+
activeWarranty?: string;
|
|
126
|
+
notActiveWarranty?: string;
|
|
127
|
+
notInvoiced?: string;
|
|
128
|
+
pendingSSC?: string;
|
|
129
|
+
noPendingSSC?: string;
|
|
130
|
+
checkingTMC?: string;
|
|
131
|
+
sscCampings?: string;
|
|
132
|
+
sscTableCode?: string;
|
|
133
|
+
sscTableDescription?: string;
|
|
134
|
+
sscTableRepairStatus?: string;
|
|
135
|
+
sscTableOPCode?: string;
|
|
136
|
+
sscTablePartNumber?: string;
|
|
137
|
+
};
|
|
138
|
+
accessories?: {
|
|
139
|
+
expand?: string;
|
|
140
|
+
image?: string;
|
|
141
|
+
description?: string;
|
|
142
|
+
vehicleAccessories?: string;
|
|
143
|
+
noData?: string;
|
|
144
|
+
partNumber?: string;
|
|
145
|
+
};
|
|
146
|
+
dynamicClaim?: {
|
|
147
|
+
serviceType?: string;
|
|
148
|
+
activationDate?: string;
|
|
149
|
+
expireDate?: string;
|
|
150
|
+
claimAt?: string;
|
|
151
|
+
redeemingDealer?: string;
|
|
152
|
+
invoiceNumber?: string;
|
|
153
|
+
jobNumber?: string;
|
|
154
|
+
packageCode?: string;
|
|
155
|
+
claim?: string;
|
|
156
|
+
processed?: string;
|
|
157
|
+
expired?: string;
|
|
158
|
+
cancelled?: string;
|
|
159
|
+
pending?: string;
|
|
160
|
+
warning?: string;
|
|
161
|
+
};
|
|
162
|
+
dynamicRedeem?: {
|
|
163
|
+
name?: string;
|
|
164
|
+
notInvoiced?: string;
|
|
165
|
+
serviceType?: string;
|
|
166
|
+
activationDate?: string;
|
|
167
|
+
expireDate?: string;
|
|
168
|
+
packageCode?: string;
|
|
169
|
+
warning?: string;
|
|
170
|
+
scanTheInvoice?: string;
|
|
171
|
+
processing?: string;
|
|
172
|
+
skipServicesWarning?: string;
|
|
173
|
+
confirmSkipServices?: string;
|
|
174
|
+
confirmNotInvoiced?: string;
|
|
175
|
+
};
|
|
176
|
+
specification?: {
|
|
177
|
+
noData?: string;
|
|
178
|
+
vehicleSpecification?: string;
|
|
179
|
+
model?: string;
|
|
180
|
+
variant?: string;
|
|
181
|
+
katashiki?: string;
|
|
182
|
+
modelYear?: string;
|
|
183
|
+
sfx?: string;
|
|
184
|
+
productionDate?: string;
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
generalTicketTypes: {
|
|
188
|
+
TLP?: string;
|
|
189
|
+
Complaint?: string;
|
|
190
|
+
PartInquiry?: string;
|
|
191
|
+
SalesCampaign?: string;
|
|
192
|
+
GeneralInquiry?: string;
|
|
193
|
+
ServiceCampaign?: string;
|
|
194
|
+
InstallmentPayment?: string;
|
|
195
|
+
ServicePriceInquiry?: string;
|
|
196
|
+
};
|
|
197
|
+
}, import("yup").AnyObject, {
|
|
198
|
+
forms: {
|
|
199
|
+
contactUs: {
|
|
200
|
+
fullName: undefined;
|
|
201
|
+
fullNameMinimum: undefined;
|
|
202
|
+
fullNameIsRequired: undefined;
|
|
203
|
+
emailAddress: undefined;
|
|
204
|
+
emailAddressNotValid: undefined;
|
|
205
|
+
city: undefined;
|
|
206
|
+
selectCity: undefined;
|
|
207
|
+
cityIsRequired: undefined;
|
|
208
|
+
phoneNumber: undefined;
|
|
209
|
+
phoneNumberIsRequired: undefined;
|
|
210
|
+
phoneNumberFormatInvalid: undefined;
|
|
211
|
+
inquiryType: undefined;
|
|
212
|
+
selectInquiryType: undefined;
|
|
213
|
+
inquiryTypeIsRequired: undefined;
|
|
214
|
+
writeAMessage: undefined;
|
|
215
|
+
leaveUsMessage: undefined;
|
|
216
|
+
messageIsRequired: undefined;
|
|
217
|
+
};
|
|
218
|
+
reCaptchaIsRequired: undefined;
|
|
219
|
+
inputValueIsIncorrect: undefined;
|
|
220
|
+
};
|
|
221
|
+
errors: {
|
|
222
|
+
wildCard: undefined;
|
|
223
|
+
noBaseUrl: undefined;
|
|
224
|
+
invalidVin: undefined;
|
|
225
|
+
noPartsFound: undefined;
|
|
226
|
+
vinNumberRequired: undefined;
|
|
227
|
+
wrongFormStructure: undefined;
|
|
228
|
+
partNumberRequired: undefined;
|
|
229
|
+
noServiceAvailable: undefined;
|
|
230
|
+
wrongResponseFormat: undefined;
|
|
231
|
+
requestFailedPleaseTryAgainLater: undefined;
|
|
232
|
+
};
|
|
233
|
+
general: {
|
|
234
|
+
close: undefined;
|
|
235
|
+
submit: undefined;
|
|
236
|
+
noSelectOptions: undefined;
|
|
237
|
+
formSubmittedSuccessfully: undefined;
|
|
238
|
+
};
|
|
239
|
+
lang: undefined;
|
|
240
|
+
noData: undefined;
|
|
241
|
+
partLookup: {
|
|
242
|
+
deadStock: {
|
|
243
|
+
deadStock: undefined;
|
|
244
|
+
branch: undefined;
|
|
245
|
+
availableQuantity: undefined;
|
|
246
|
+
};
|
|
247
|
+
distributor: {
|
|
248
|
+
info: undefined;
|
|
249
|
+
distributorStock: undefined;
|
|
250
|
+
availability: undefined;
|
|
251
|
+
notAvailable: undefined;
|
|
252
|
+
partiallyAvailable: undefined;
|
|
253
|
+
available: undefined;
|
|
254
|
+
location: undefined;
|
|
255
|
+
description: undefined;
|
|
256
|
+
productGroup: undefined;
|
|
257
|
+
localDescription: undefined;
|
|
258
|
+
dealerPurchasePrice: undefined;
|
|
259
|
+
recommendedRetailPrice: undefined;
|
|
260
|
+
supersededFrom: undefined;
|
|
261
|
+
supersessions: undefined;
|
|
262
|
+
};
|
|
263
|
+
manufacturer: {
|
|
264
|
+
origin: undefined;
|
|
265
|
+
warrantyPrice: undefined;
|
|
266
|
+
specialPrice: undefined;
|
|
267
|
+
wholesalesPrice: undefined;
|
|
268
|
+
pnc: undefined;
|
|
269
|
+
pncName: undefined;
|
|
270
|
+
binCode: undefined;
|
|
271
|
+
dimension1: undefined;
|
|
272
|
+
dimension2: undefined;
|
|
273
|
+
dimension3: undefined;
|
|
274
|
+
netWeight: undefined;
|
|
275
|
+
grossWeight: undefined;
|
|
276
|
+
cubicMeasure: undefined;
|
|
277
|
+
hsCode: undefined;
|
|
278
|
+
uzHsCode: undefined;
|
|
279
|
+
};
|
|
280
|
+
};
|
|
281
|
+
language: undefined;
|
|
282
|
+
direction: undefined;
|
|
283
|
+
vehicleLookup: {
|
|
284
|
+
warranty: {
|
|
285
|
+
authorized: undefined;
|
|
286
|
+
unauthorized: undefined;
|
|
287
|
+
activeWarranty: undefined;
|
|
288
|
+
notActiveWarranty: undefined;
|
|
289
|
+
notInvoiced: undefined;
|
|
290
|
+
from: undefined;
|
|
291
|
+
to: undefined;
|
|
292
|
+
pendingSSC: undefined;
|
|
293
|
+
noPendingSSC: undefined;
|
|
294
|
+
checkingTMC: undefined;
|
|
295
|
+
sscCampings: undefined;
|
|
296
|
+
sscTableCode: undefined;
|
|
297
|
+
sscTableDescription: undefined;
|
|
298
|
+
sscTableRepairStatus: undefined;
|
|
299
|
+
sscTableOPCode: undefined;
|
|
300
|
+
sscTablePartNumber: undefined;
|
|
301
|
+
};
|
|
302
|
+
accessories: {
|
|
303
|
+
vehicleAccessories: undefined;
|
|
304
|
+
noData: undefined;
|
|
305
|
+
partNumber: undefined;
|
|
306
|
+
description: undefined;
|
|
307
|
+
image: undefined;
|
|
308
|
+
expand: undefined;
|
|
309
|
+
};
|
|
310
|
+
dynamicClaim: {
|
|
311
|
+
serviceType: undefined;
|
|
312
|
+
activationDate: undefined;
|
|
313
|
+
expireDate: undefined;
|
|
314
|
+
claimAt: undefined;
|
|
315
|
+
redeemingDealer: undefined;
|
|
316
|
+
invoiceNumber: undefined;
|
|
317
|
+
jobNumber: undefined;
|
|
318
|
+
packageCode: undefined;
|
|
319
|
+
claim: undefined;
|
|
320
|
+
processed: undefined;
|
|
321
|
+
expired: undefined;
|
|
322
|
+
cancelled: undefined;
|
|
323
|
+
pending: undefined;
|
|
324
|
+
warning: undefined;
|
|
325
|
+
};
|
|
326
|
+
dynamicRedeem: {
|
|
327
|
+
serviceType: undefined;
|
|
328
|
+
name: undefined;
|
|
329
|
+
activationDate: undefined;
|
|
330
|
+
expireDate: undefined;
|
|
331
|
+
packageCode: undefined;
|
|
332
|
+
scanTheInvoice: undefined;
|
|
333
|
+
processing: undefined;
|
|
334
|
+
warning: undefined;
|
|
335
|
+
skipServicesWarning: undefined;
|
|
336
|
+
confirmSkipServices: undefined;
|
|
337
|
+
notInvoiced: undefined;
|
|
338
|
+
confirmNotInvoiced: undefined;
|
|
339
|
+
};
|
|
340
|
+
specification: {
|
|
341
|
+
vehicleSpecification: undefined;
|
|
342
|
+
noData: undefined;
|
|
343
|
+
model: undefined;
|
|
344
|
+
variant: undefined;
|
|
345
|
+
katashiki: undefined;
|
|
346
|
+
modelYear: undefined;
|
|
347
|
+
sfx: undefined;
|
|
348
|
+
productionDate: undefined;
|
|
349
|
+
};
|
|
350
|
+
serviceHistory: {
|
|
351
|
+
serviceHistory: undefined;
|
|
352
|
+
noData: undefined;
|
|
353
|
+
branch: undefined;
|
|
354
|
+
dealer: undefined;
|
|
355
|
+
invoiceNumber: undefined;
|
|
356
|
+
date: undefined;
|
|
357
|
+
serviceType: undefined;
|
|
358
|
+
odometer: undefined;
|
|
359
|
+
};
|
|
360
|
+
paintThickness: {
|
|
361
|
+
paintThickness: undefined;
|
|
362
|
+
noData: undefined;
|
|
363
|
+
part: undefined;
|
|
364
|
+
left: undefined;
|
|
365
|
+
right: undefined;
|
|
366
|
+
noImageGroups: undefined;
|
|
367
|
+
expand: undefined;
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
generalTicketTypes: {
|
|
371
|
+
TLP: undefined;
|
|
372
|
+
Complaint: undefined;
|
|
373
|
+
PartInquiry: undefined;
|
|
374
|
+
SalesCampaign: undefined;
|
|
375
|
+
GeneralInquiry: undefined;
|
|
376
|
+
ServiceCampaign: undefined;
|
|
377
|
+
InstallmentPayment: undefined;
|
|
378
|
+
ServicePriceInquiry: undefined;
|
|
379
|
+
};
|
|
380
|
+
}, "">;
|
|
381
|
+
export type Locale = InferType<typeof localeSchema>;
|
|
382
|
+
export type ErrorKeys = keyof InferType<typeof errorsSchema> | null;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const generalTicketTypesSchema: import("yup").ObjectSchema<{
|
|
2
|
+
TLP: string;
|
|
3
|
+
Complaint: string;
|
|
4
|
+
PartInquiry: string;
|
|
5
|
+
SalesCampaign: string;
|
|
6
|
+
GeneralInquiry: string;
|
|
7
|
+
ServiceCampaign: string;
|
|
8
|
+
InstallmentPayment: string;
|
|
9
|
+
ServicePriceInquiry: string;
|
|
10
|
+
}, import("yup").AnyObject, {
|
|
11
|
+
TLP: undefined;
|
|
12
|
+
Complaint: undefined;
|
|
13
|
+
PartInquiry: undefined;
|
|
14
|
+
SalesCampaign: undefined;
|
|
15
|
+
GeneralInquiry: undefined;
|
|
16
|
+
ServiceCampaign: undefined;
|
|
17
|
+
InstallmentPayment: undefined;
|
|
18
|
+
ServicePriceInquiry: undefined;
|
|
19
|
+
}, "">;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const distributorSchema: import("yup").ObjectSchema<{
|
|
2
|
+
info: string;
|
|
3
|
+
distributorStock: string;
|
|
4
|
+
availability: string;
|
|
5
|
+
notAvailable: string;
|
|
6
|
+
partiallyAvailable: string;
|
|
7
|
+
available: string;
|
|
8
|
+
location: string;
|
|
9
|
+
description: string;
|
|
10
|
+
productGroup: string;
|
|
11
|
+
localDescription: string;
|
|
12
|
+
dealerPurchasePrice: string;
|
|
13
|
+
recommendedRetailPrice: string;
|
|
14
|
+
supersededFrom: string;
|
|
15
|
+
supersessions: string;
|
|
16
|
+
}, import("yup").AnyObject, {
|
|
17
|
+
info: undefined;
|
|
18
|
+
distributorStock: undefined;
|
|
19
|
+
availability: undefined;
|
|
20
|
+
notAvailable: undefined;
|
|
21
|
+
partiallyAvailable: undefined;
|
|
22
|
+
available: undefined;
|
|
23
|
+
location: undefined;
|
|
24
|
+
description: undefined;
|
|
25
|
+
productGroup: undefined;
|
|
26
|
+
localDescription: undefined;
|
|
27
|
+
dealerPurchasePrice: undefined;
|
|
28
|
+
recommendedRetailPrice: undefined;
|
|
29
|
+
supersededFrom: undefined;
|
|
30
|
+
supersessions: undefined;
|
|
31
|
+
}, "">;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
export declare const partLookupSchema: import("yup").ObjectSchema<{
|
|
2
|
+
deadStock: {
|
|
3
|
+
deadStock?: string;
|
|
4
|
+
branch?: string;
|
|
5
|
+
availableQuantity?: string;
|
|
6
|
+
};
|
|
7
|
+
distributor: {
|
|
8
|
+
info?: string;
|
|
9
|
+
location?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
distributorStock?: string;
|
|
12
|
+
availability?: string;
|
|
13
|
+
notAvailable?: string;
|
|
14
|
+
partiallyAvailable?: string;
|
|
15
|
+
available?: string;
|
|
16
|
+
productGroup?: string;
|
|
17
|
+
localDescription?: string;
|
|
18
|
+
dealerPurchasePrice?: string;
|
|
19
|
+
recommendedRetailPrice?: string;
|
|
20
|
+
supersededFrom?: string;
|
|
21
|
+
supersessions?: string;
|
|
22
|
+
};
|
|
23
|
+
manufacturer: {
|
|
24
|
+
origin?: string;
|
|
25
|
+
warrantyPrice?: string;
|
|
26
|
+
specialPrice?: string;
|
|
27
|
+
wholesalesPrice?: string;
|
|
28
|
+
pnc?: string;
|
|
29
|
+
pncName?: string;
|
|
30
|
+
binCode?: string;
|
|
31
|
+
dimension1?: string;
|
|
32
|
+
dimension2?: string;
|
|
33
|
+
dimension3?: string;
|
|
34
|
+
netWeight?: string;
|
|
35
|
+
grossWeight?: string;
|
|
36
|
+
cubicMeasure?: string;
|
|
37
|
+
hsCode?: string;
|
|
38
|
+
uzHsCode?: string;
|
|
39
|
+
};
|
|
40
|
+
}, import("yup").AnyObject, {
|
|
41
|
+
deadStock: {
|
|
42
|
+
deadStock: undefined;
|
|
43
|
+
branch: undefined;
|
|
44
|
+
availableQuantity: undefined;
|
|
45
|
+
};
|
|
46
|
+
distributor: {
|
|
47
|
+
info: undefined;
|
|
48
|
+
distributorStock: undefined;
|
|
49
|
+
availability: undefined;
|
|
50
|
+
notAvailable: undefined;
|
|
51
|
+
partiallyAvailable: undefined;
|
|
52
|
+
available: undefined;
|
|
53
|
+
location: undefined;
|
|
54
|
+
description: undefined;
|
|
55
|
+
productGroup: undefined;
|
|
56
|
+
localDescription: undefined;
|
|
57
|
+
dealerPurchasePrice: undefined;
|
|
58
|
+
recommendedRetailPrice: undefined;
|
|
59
|
+
supersededFrom: undefined;
|
|
60
|
+
supersessions: undefined;
|
|
61
|
+
};
|
|
62
|
+
manufacturer: {
|
|
63
|
+
origin: undefined;
|
|
64
|
+
warrantyPrice: undefined;
|
|
65
|
+
specialPrice: undefined;
|
|
66
|
+
wholesalesPrice: undefined;
|
|
67
|
+
pnc: undefined;
|
|
68
|
+
pncName: undefined;
|
|
69
|
+
binCode: undefined;
|
|
70
|
+
dimension1: undefined;
|
|
71
|
+
dimension2: undefined;
|
|
72
|
+
dimension3: undefined;
|
|
73
|
+
netWeight: undefined;
|
|
74
|
+
grossWeight: undefined;
|
|
75
|
+
cubicMeasure: undefined;
|
|
76
|
+
hsCode: undefined;
|
|
77
|
+
uzHsCode: undefined;
|
|
78
|
+
};
|
|
79
|
+
}, "">;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export declare const manufacturerSchema: import("yup").ObjectSchema<{
|
|
2
|
+
origin: string;
|
|
3
|
+
warrantyPrice: string;
|
|
4
|
+
specialPrice: string;
|
|
5
|
+
wholesalesPrice: string;
|
|
6
|
+
pnc: string;
|
|
7
|
+
pncName: string;
|
|
8
|
+
binCode: string;
|
|
9
|
+
dimension1: string;
|
|
10
|
+
dimension2: string;
|
|
11
|
+
dimension3: string;
|
|
12
|
+
netWeight: string;
|
|
13
|
+
grossWeight: string;
|
|
14
|
+
cubicMeasure: string;
|
|
15
|
+
hsCode: string;
|
|
16
|
+
uzHsCode: string;
|
|
17
|
+
}, import("yup").AnyObject, {
|
|
18
|
+
origin: undefined;
|
|
19
|
+
warrantyPrice: undefined;
|
|
20
|
+
specialPrice: undefined;
|
|
21
|
+
wholesalesPrice: undefined;
|
|
22
|
+
pnc: undefined;
|
|
23
|
+
pncName: undefined;
|
|
24
|
+
binCode: undefined;
|
|
25
|
+
dimension1: undefined;
|
|
26
|
+
dimension2: undefined;
|
|
27
|
+
dimension3: undefined;
|
|
28
|
+
netWeight: undefined;
|
|
29
|
+
grossWeight: undefined;
|
|
30
|
+
cubicMeasure: undefined;
|
|
31
|
+
hsCode: undefined;
|
|
32
|
+
uzHsCode: undefined;
|
|
33
|
+
}, "">;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const accessoriesSchema: import("yup").ObjectSchema<{
|
|
2
|
+
vehicleAccessories: string;
|
|
3
|
+
noData: string;
|
|
4
|
+
partNumber: string;
|
|
5
|
+
description: string;
|
|
6
|
+
image: string;
|
|
7
|
+
expand: string;
|
|
8
|
+
}, import("yup").AnyObject, {
|
|
9
|
+
vehicleAccessories: undefined;
|
|
10
|
+
noData: undefined;
|
|
11
|
+
partNumber: undefined;
|
|
12
|
+
description: undefined;
|
|
13
|
+
image: undefined;
|
|
14
|
+
expand: undefined;
|
|
15
|
+
}, "">;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare const dynamicClaimSchema: import("yup").ObjectSchema<{
|
|
2
|
+
serviceType: string;
|
|
3
|
+
activationDate: string;
|
|
4
|
+
expireDate: string;
|
|
5
|
+
claimAt: string;
|
|
6
|
+
redeemingDealer: string;
|
|
7
|
+
invoiceNumber: string;
|
|
8
|
+
jobNumber: string;
|
|
9
|
+
packageCode: string;
|
|
10
|
+
claim: string;
|
|
11
|
+
processed: string;
|
|
12
|
+
expired: string;
|
|
13
|
+
cancelled: string;
|
|
14
|
+
pending: string;
|
|
15
|
+
warning: string;
|
|
16
|
+
}, import("yup").AnyObject, {
|
|
17
|
+
serviceType: undefined;
|
|
18
|
+
activationDate: undefined;
|
|
19
|
+
expireDate: undefined;
|
|
20
|
+
claimAt: undefined;
|
|
21
|
+
redeemingDealer: undefined;
|
|
22
|
+
invoiceNumber: undefined;
|
|
23
|
+
jobNumber: undefined;
|
|
24
|
+
packageCode: undefined;
|
|
25
|
+
claim: undefined;
|
|
26
|
+
processed: undefined;
|
|
27
|
+
expired: undefined;
|
|
28
|
+
cancelled: undefined;
|
|
29
|
+
pending: undefined;
|
|
30
|
+
warning: undefined;
|
|
31
|
+
}, "">;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const dynamicRedeemSchema: import("yup").ObjectSchema<{
|
|
2
|
+
serviceType: string;
|
|
3
|
+
name: string;
|
|
4
|
+
activationDate: string;
|
|
5
|
+
expireDate: string;
|
|
6
|
+
packageCode: string;
|
|
7
|
+
scanTheInvoice: string;
|
|
8
|
+
processing: string;
|
|
9
|
+
warning: string;
|
|
10
|
+
skipServicesWarning: string;
|
|
11
|
+
confirmSkipServices: string;
|
|
12
|
+
notInvoiced: string;
|
|
13
|
+
confirmNotInvoiced: string;
|
|
14
|
+
}, import("yup").AnyObject, {
|
|
15
|
+
serviceType: undefined;
|
|
16
|
+
name: undefined;
|
|
17
|
+
activationDate: undefined;
|
|
18
|
+
expireDate: undefined;
|
|
19
|
+
packageCode: undefined;
|
|
20
|
+
scanTheInvoice: undefined;
|
|
21
|
+
processing: undefined;
|
|
22
|
+
warning: undefined;
|
|
23
|
+
skipServicesWarning: undefined;
|
|
24
|
+
confirmSkipServices: undefined;
|
|
25
|
+
notInvoiced: undefined;
|
|
26
|
+
confirmNotInvoiced: undefined;
|
|
27
|
+
}, "">;
|