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,173 @@
|
|
|
1
|
+
export declare const vehicleLookupSchema: import("yup").ObjectSchema<{
|
|
2
|
+
warranty: {
|
|
3
|
+
from?: string;
|
|
4
|
+
to?: string;
|
|
5
|
+
authorized?: string;
|
|
6
|
+
unauthorized?: string;
|
|
7
|
+
activeWarranty?: string;
|
|
8
|
+
notActiveWarranty?: string;
|
|
9
|
+
notInvoiced?: string;
|
|
10
|
+
pendingSSC?: string;
|
|
11
|
+
noPendingSSC?: string;
|
|
12
|
+
checkingTMC?: string;
|
|
13
|
+
sscCampings?: string;
|
|
14
|
+
sscTableCode?: string;
|
|
15
|
+
sscTableDescription?: string;
|
|
16
|
+
sscTableRepairStatus?: string;
|
|
17
|
+
sscTableOPCode?: string;
|
|
18
|
+
sscTablePartNumber?: string;
|
|
19
|
+
};
|
|
20
|
+
accessories: {
|
|
21
|
+
expand?: string;
|
|
22
|
+
image?: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
vehicleAccessories?: string;
|
|
25
|
+
noData?: string;
|
|
26
|
+
partNumber?: string;
|
|
27
|
+
};
|
|
28
|
+
dynamicClaim: {
|
|
29
|
+
serviceType?: string;
|
|
30
|
+
activationDate?: string;
|
|
31
|
+
expireDate?: string;
|
|
32
|
+
claimAt?: string;
|
|
33
|
+
redeemingDealer?: string;
|
|
34
|
+
invoiceNumber?: string;
|
|
35
|
+
jobNumber?: string;
|
|
36
|
+
packageCode?: string;
|
|
37
|
+
claim?: string;
|
|
38
|
+
processed?: string;
|
|
39
|
+
expired?: string;
|
|
40
|
+
cancelled?: string;
|
|
41
|
+
pending?: string;
|
|
42
|
+
warning?: string;
|
|
43
|
+
};
|
|
44
|
+
dynamicRedeem: {
|
|
45
|
+
name?: string;
|
|
46
|
+
notInvoiced?: string;
|
|
47
|
+
serviceType?: string;
|
|
48
|
+
activationDate?: string;
|
|
49
|
+
expireDate?: string;
|
|
50
|
+
packageCode?: string;
|
|
51
|
+
warning?: string;
|
|
52
|
+
scanTheInvoice?: string;
|
|
53
|
+
processing?: string;
|
|
54
|
+
skipServicesWarning?: string;
|
|
55
|
+
confirmSkipServices?: string;
|
|
56
|
+
confirmNotInvoiced?: string;
|
|
57
|
+
};
|
|
58
|
+
specification: {
|
|
59
|
+
noData?: string;
|
|
60
|
+
vehicleSpecification?: string;
|
|
61
|
+
model?: string;
|
|
62
|
+
variant?: string;
|
|
63
|
+
katashiki?: string;
|
|
64
|
+
modelYear?: string;
|
|
65
|
+
sfx?: string;
|
|
66
|
+
productionDate?: string;
|
|
67
|
+
};
|
|
68
|
+
serviceHistory: {
|
|
69
|
+
branch?: string;
|
|
70
|
+
noData?: string;
|
|
71
|
+
serviceType?: string;
|
|
72
|
+
invoiceNumber?: string;
|
|
73
|
+
serviceHistory?: string;
|
|
74
|
+
dealer?: string;
|
|
75
|
+
date?: string;
|
|
76
|
+
odometer?: string;
|
|
77
|
+
};
|
|
78
|
+
paintThickness: {
|
|
79
|
+
expand?: string;
|
|
80
|
+
part?: string;
|
|
81
|
+
noData?: string;
|
|
82
|
+
paintThickness?: string;
|
|
83
|
+
left?: string;
|
|
84
|
+
right?: string;
|
|
85
|
+
noImageGroups?: string;
|
|
86
|
+
};
|
|
87
|
+
}, import("yup").AnyObject, {
|
|
88
|
+
warranty: {
|
|
89
|
+
authorized: undefined;
|
|
90
|
+
unauthorized: undefined;
|
|
91
|
+
activeWarranty: undefined;
|
|
92
|
+
notActiveWarranty: undefined;
|
|
93
|
+
notInvoiced: undefined;
|
|
94
|
+
from: undefined;
|
|
95
|
+
to: undefined;
|
|
96
|
+
pendingSSC: undefined;
|
|
97
|
+
noPendingSSC: undefined;
|
|
98
|
+
checkingTMC: undefined;
|
|
99
|
+
sscCampings: undefined;
|
|
100
|
+
sscTableCode: undefined;
|
|
101
|
+
sscTableDescription: undefined;
|
|
102
|
+
sscTableRepairStatus: undefined;
|
|
103
|
+
sscTableOPCode: undefined;
|
|
104
|
+
sscTablePartNumber: undefined;
|
|
105
|
+
};
|
|
106
|
+
accessories: {
|
|
107
|
+
vehicleAccessories: undefined;
|
|
108
|
+
noData: undefined;
|
|
109
|
+
partNumber: undefined;
|
|
110
|
+
description: undefined;
|
|
111
|
+
image: undefined;
|
|
112
|
+
expand: undefined;
|
|
113
|
+
};
|
|
114
|
+
dynamicClaim: {
|
|
115
|
+
serviceType: undefined;
|
|
116
|
+
activationDate: undefined;
|
|
117
|
+
expireDate: undefined;
|
|
118
|
+
claimAt: undefined;
|
|
119
|
+
redeemingDealer: undefined;
|
|
120
|
+
invoiceNumber: undefined;
|
|
121
|
+
jobNumber: undefined;
|
|
122
|
+
packageCode: undefined;
|
|
123
|
+
claim: undefined;
|
|
124
|
+
processed: undefined;
|
|
125
|
+
expired: undefined;
|
|
126
|
+
cancelled: undefined;
|
|
127
|
+
pending: undefined;
|
|
128
|
+
warning: undefined;
|
|
129
|
+
};
|
|
130
|
+
dynamicRedeem: {
|
|
131
|
+
serviceType: undefined;
|
|
132
|
+
name: undefined;
|
|
133
|
+
activationDate: undefined;
|
|
134
|
+
expireDate: undefined;
|
|
135
|
+
packageCode: undefined;
|
|
136
|
+
scanTheInvoice: undefined;
|
|
137
|
+
processing: undefined;
|
|
138
|
+
warning: undefined;
|
|
139
|
+
skipServicesWarning: undefined;
|
|
140
|
+
confirmSkipServices: undefined;
|
|
141
|
+
notInvoiced: undefined;
|
|
142
|
+
confirmNotInvoiced: undefined;
|
|
143
|
+
};
|
|
144
|
+
specification: {
|
|
145
|
+
vehicleSpecification: undefined;
|
|
146
|
+
noData: undefined;
|
|
147
|
+
model: undefined;
|
|
148
|
+
variant: undefined;
|
|
149
|
+
katashiki: undefined;
|
|
150
|
+
modelYear: undefined;
|
|
151
|
+
sfx: undefined;
|
|
152
|
+
productionDate: undefined;
|
|
153
|
+
};
|
|
154
|
+
serviceHistory: {
|
|
155
|
+
serviceHistory: undefined;
|
|
156
|
+
noData: undefined;
|
|
157
|
+
branch: undefined;
|
|
158
|
+
dealer: undefined;
|
|
159
|
+
invoiceNumber: undefined;
|
|
160
|
+
date: undefined;
|
|
161
|
+
serviceType: undefined;
|
|
162
|
+
odometer: undefined;
|
|
163
|
+
};
|
|
164
|
+
paintThickness: {
|
|
165
|
+
paintThickness: undefined;
|
|
166
|
+
noData: undefined;
|
|
167
|
+
part: undefined;
|
|
168
|
+
left: undefined;
|
|
169
|
+
right: undefined;
|
|
170
|
+
noImageGroups: undefined;
|
|
171
|
+
expand: undefined;
|
|
172
|
+
};
|
|
173
|
+
}, "">;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const paintThicknessSchema: import("yup").ObjectSchema<{
|
|
2
|
+
paintThickness: string;
|
|
3
|
+
noData: string;
|
|
4
|
+
part: string;
|
|
5
|
+
left: string;
|
|
6
|
+
right: string;
|
|
7
|
+
noImageGroups: string;
|
|
8
|
+
expand: string;
|
|
9
|
+
}, import("yup").AnyObject, {
|
|
10
|
+
paintThickness: undefined;
|
|
11
|
+
noData: undefined;
|
|
12
|
+
part: undefined;
|
|
13
|
+
left: undefined;
|
|
14
|
+
right: undefined;
|
|
15
|
+
noImageGroups: undefined;
|
|
16
|
+
expand: undefined;
|
|
17
|
+
}, "">;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const ServiceHistorySchema: import("yup").ObjectSchema<{
|
|
2
|
+
serviceHistory: string;
|
|
3
|
+
noData: string;
|
|
4
|
+
branch: string;
|
|
5
|
+
dealer: string;
|
|
6
|
+
invoiceNumber: string;
|
|
7
|
+
date: string;
|
|
8
|
+
serviceType: string;
|
|
9
|
+
odometer: string;
|
|
10
|
+
}, import("yup").AnyObject, {
|
|
11
|
+
serviceHistory: undefined;
|
|
12
|
+
noData: undefined;
|
|
13
|
+
branch: undefined;
|
|
14
|
+
dealer: undefined;
|
|
15
|
+
invoiceNumber: undefined;
|
|
16
|
+
date: undefined;
|
|
17
|
+
serviceType: undefined;
|
|
18
|
+
odometer: undefined;
|
|
19
|
+
}, "">;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const specificationSchema: import("yup").ObjectSchema<{
|
|
2
|
+
vehicleSpecification: string;
|
|
3
|
+
noData: string;
|
|
4
|
+
model: string;
|
|
5
|
+
variant: string;
|
|
6
|
+
katashiki: string;
|
|
7
|
+
modelYear: string;
|
|
8
|
+
sfx: string;
|
|
9
|
+
productionDate: string;
|
|
10
|
+
}, import("yup").AnyObject, {
|
|
11
|
+
vehicleSpecification: undefined;
|
|
12
|
+
noData: undefined;
|
|
13
|
+
model: undefined;
|
|
14
|
+
variant: undefined;
|
|
15
|
+
katashiki: undefined;
|
|
16
|
+
modelYear: undefined;
|
|
17
|
+
sfx: undefined;
|
|
18
|
+
productionDate: undefined;
|
|
19
|
+
}, "">;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const warrantySchema: import("yup").ObjectSchema<{
|
|
2
|
+
authorized: string;
|
|
3
|
+
unauthorized: string;
|
|
4
|
+
activeWarranty: string;
|
|
5
|
+
notActiveWarranty: string;
|
|
6
|
+
notInvoiced: string;
|
|
7
|
+
from: string;
|
|
8
|
+
to: string;
|
|
9
|
+
pendingSSC: string;
|
|
10
|
+
noPendingSSC: string;
|
|
11
|
+
checkingTMC: string;
|
|
12
|
+
sscCampings: string;
|
|
13
|
+
sscTableCode: string;
|
|
14
|
+
sscTableDescription: string;
|
|
15
|
+
sscTableRepairStatus: string;
|
|
16
|
+
sscTableOPCode: string;
|
|
17
|
+
sscTablePartNumber: string;
|
|
18
|
+
}, import("yup").AnyObject, {
|
|
19
|
+
authorized: undefined;
|
|
20
|
+
unauthorized: undefined;
|
|
21
|
+
activeWarranty: undefined;
|
|
22
|
+
notActiveWarranty: undefined;
|
|
23
|
+
notInvoiced: undefined;
|
|
24
|
+
from: undefined;
|
|
25
|
+
to: undefined;
|
|
26
|
+
pendingSSC: undefined;
|
|
27
|
+
noPendingSSC: undefined;
|
|
28
|
+
checkingTMC: undefined;
|
|
29
|
+
sscCampings: undefined;
|
|
30
|
+
sscTableCode: undefined;
|
|
31
|
+
sscTableDescription: undefined;
|
|
32
|
+
sscTableRepairStatus: undefined;
|
|
33
|
+
sscTableOPCode: undefined;
|
|
34
|
+
sscTablePartNumber: undefined;
|
|
35
|
+
}, "">;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export type PartInformation = {
|
|
2
|
+
partNumber: string;
|
|
3
|
+
partDescription: string;
|
|
4
|
+
localDescription: string;
|
|
5
|
+
group: string;
|
|
6
|
+
pnc: string;
|
|
7
|
+
pncLocalName: string;
|
|
8
|
+
binCode: string;
|
|
9
|
+
dimension1: number;
|
|
10
|
+
dimension2: number;
|
|
11
|
+
dimension3: number;
|
|
12
|
+
netWeight: number;
|
|
13
|
+
grossWeight: number;
|
|
14
|
+
cubicMeasure: number;
|
|
15
|
+
hsCode: string;
|
|
16
|
+
uzHsCode: string;
|
|
17
|
+
origin: string;
|
|
18
|
+
supersededTo: string[];
|
|
19
|
+
stockParts: StockPart[];
|
|
20
|
+
prices: PartPrice[];
|
|
21
|
+
deadStock: DeadStock[];
|
|
22
|
+
};
|
|
23
|
+
export type PartPrice = {
|
|
24
|
+
countryIntegrationID: string;
|
|
25
|
+
countryName: string;
|
|
26
|
+
regionIntegrationID: string;
|
|
27
|
+
regionName: string;
|
|
28
|
+
purchasePrice: UnitData;
|
|
29
|
+
retailPrice: UnitData;
|
|
30
|
+
warrantyPrice: UnitData;
|
|
31
|
+
};
|
|
32
|
+
type UnitData = {
|
|
33
|
+
value: number;
|
|
34
|
+
cultureName: string;
|
|
35
|
+
formattedValue: string;
|
|
36
|
+
currecntySymbol: string;
|
|
37
|
+
};
|
|
38
|
+
export type DeadStock = {
|
|
39
|
+
companyIntegrationID: string;
|
|
40
|
+
companyName: string;
|
|
41
|
+
branchDeadStock: BranchDeadStock[];
|
|
42
|
+
};
|
|
43
|
+
export type BranchDeadStock = {
|
|
44
|
+
companyBranchIntegrationID: string;
|
|
45
|
+
companyBranchName: string;
|
|
46
|
+
quantity: number;
|
|
47
|
+
};
|
|
48
|
+
export type StockPart = {
|
|
49
|
+
quantityLookUpResult: string;
|
|
50
|
+
locationID: string;
|
|
51
|
+
locationName: string;
|
|
52
|
+
};
|
|
53
|
+
export {};
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
export type VehicleInformation = {
|
|
2
|
+
vin: Vin;
|
|
3
|
+
paintThickness: PaintThickness;
|
|
4
|
+
identifiers: Identifiers;
|
|
5
|
+
saleInformation: SaleInformation;
|
|
6
|
+
isAuthorized: boolean;
|
|
7
|
+
warranty?: Warranty;
|
|
8
|
+
accessories: Accessories[];
|
|
9
|
+
nextServiceDate: string;
|
|
10
|
+
serviceHistory: ServiceHistory[];
|
|
11
|
+
ssc?: SSC[] | null;
|
|
12
|
+
vehicleVariantInfo: VehicleVariantInfo;
|
|
13
|
+
vehicleSpecification: VehicleSpecification;
|
|
14
|
+
serviceItems: ServiceItem[];
|
|
15
|
+
basicModelCode: string;
|
|
16
|
+
sscLogId?: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const dev = false;
|
|
19
|
+
export type Vin = string;
|
|
20
|
+
export type Identifiers = {
|
|
21
|
+
vin: string;
|
|
22
|
+
variant: string;
|
|
23
|
+
katashiki: string;
|
|
24
|
+
color: string;
|
|
25
|
+
trim: string;
|
|
26
|
+
brand: number;
|
|
27
|
+
brandIntegrationID: string;
|
|
28
|
+
};
|
|
29
|
+
export type SaleInformation = {
|
|
30
|
+
companyID: string;
|
|
31
|
+
companyName: string;
|
|
32
|
+
countryID: string;
|
|
33
|
+
countryName: string;
|
|
34
|
+
branchID: string;
|
|
35
|
+
branchName: string;
|
|
36
|
+
regionID: string;
|
|
37
|
+
customerAccountNumber: string;
|
|
38
|
+
customerID: string;
|
|
39
|
+
invoiceDate: string;
|
|
40
|
+
invoiceNumber: number;
|
|
41
|
+
warrantyActivationDate: string;
|
|
42
|
+
broker: Broker;
|
|
43
|
+
};
|
|
44
|
+
export type Broker = {
|
|
45
|
+
brokerId: number;
|
|
46
|
+
brokerName: string;
|
|
47
|
+
customerID: number;
|
|
48
|
+
invoiceNumber: number;
|
|
49
|
+
invoiceDate: string;
|
|
50
|
+
};
|
|
51
|
+
export type Warranty = {
|
|
52
|
+
hasActiveWarranty: boolean;
|
|
53
|
+
warrantyStartDate: string;
|
|
54
|
+
warrantyEndDate: string;
|
|
55
|
+
hasExtendedWarranty: boolean;
|
|
56
|
+
extendedWarrantyStartDate: any;
|
|
57
|
+
extendedWarrantyEndDate: any;
|
|
58
|
+
};
|
|
59
|
+
export type ServiceHistory = {
|
|
60
|
+
serviceType: string;
|
|
61
|
+
serviceDate: string;
|
|
62
|
+
mileage: number;
|
|
63
|
+
companyName: string;
|
|
64
|
+
branchName: string;
|
|
65
|
+
companyId: number;
|
|
66
|
+
branchId: number;
|
|
67
|
+
account: string;
|
|
68
|
+
invoiceNumber: number;
|
|
69
|
+
jobNumber: number;
|
|
70
|
+
laborLines: LaborLine[];
|
|
71
|
+
partLines: PartLine[];
|
|
72
|
+
};
|
|
73
|
+
export type LaborLine = {
|
|
74
|
+
rtsCode: string;
|
|
75
|
+
menuCode: string;
|
|
76
|
+
serviceCode: string;
|
|
77
|
+
description: string;
|
|
78
|
+
};
|
|
79
|
+
export type PartLine = {
|
|
80
|
+
partNumber: string;
|
|
81
|
+
qty: number;
|
|
82
|
+
menuCode: string;
|
|
83
|
+
partDescription: string;
|
|
84
|
+
};
|
|
85
|
+
export type VehicleVariantInfo = {
|
|
86
|
+
modelCode: string;
|
|
87
|
+
sfx: string;
|
|
88
|
+
modelYear: number;
|
|
89
|
+
};
|
|
90
|
+
export type VehicleSpecification = {
|
|
91
|
+
modelDesc: string;
|
|
92
|
+
variantDesc: string;
|
|
93
|
+
class: string;
|
|
94
|
+
bodyType: string;
|
|
95
|
+
engine: string;
|
|
96
|
+
cylinders: string;
|
|
97
|
+
lightHeavy: string;
|
|
98
|
+
doors: string;
|
|
99
|
+
fuel: string;
|
|
100
|
+
transmission: string;
|
|
101
|
+
side: string;
|
|
102
|
+
engineType: string;
|
|
103
|
+
tankCap: string;
|
|
104
|
+
style: string;
|
|
105
|
+
fuelLiter: any;
|
|
106
|
+
color: string;
|
|
107
|
+
trim: string;
|
|
108
|
+
productionDate?: string;
|
|
109
|
+
};
|
|
110
|
+
export type SSC = {
|
|
111
|
+
sscCode: string;
|
|
112
|
+
description: string;
|
|
113
|
+
labors: Labor[];
|
|
114
|
+
repaired: boolean;
|
|
115
|
+
repairDate: string;
|
|
116
|
+
parts: Part[];
|
|
117
|
+
};
|
|
118
|
+
export type Part = {
|
|
119
|
+
partNumber: string;
|
|
120
|
+
partDescription: any;
|
|
121
|
+
isAvailable: boolean;
|
|
122
|
+
};
|
|
123
|
+
export type Labor = {
|
|
124
|
+
laborCode: string;
|
|
125
|
+
laborDescription: string;
|
|
126
|
+
allowedTime: number;
|
|
127
|
+
};
|
|
128
|
+
export interface PaintThickness {
|
|
129
|
+
parts: PaintPart[];
|
|
130
|
+
imageGroups: ImageGroups[];
|
|
131
|
+
}
|
|
132
|
+
export interface Accessories {
|
|
133
|
+
image: string;
|
|
134
|
+
partNumber: string;
|
|
135
|
+
description: string;
|
|
136
|
+
}
|
|
137
|
+
export interface ImageGroups {
|
|
138
|
+
name: string;
|
|
139
|
+
images: string[];
|
|
140
|
+
}
|
|
141
|
+
export interface PaintPart {
|
|
142
|
+
part: string;
|
|
143
|
+
left: number;
|
|
144
|
+
right: number;
|
|
145
|
+
}
|
|
146
|
+
export type ServiceItem = {
|
|
147
|
+
name: string;
|
|
148
|
+
type: string;
|
|
149
|
+
jobNumber?: string;
|
|
150
|
+
title: string;
|
|
151
|
+
image: string;
|
|
152
|
+
qrUri: string;
|
|
153
|
+
typeEnum: number;
|
|
154
|
+
expiresAt: string;
|
|
155
|
+
packageCode?: string;
|
|
156
|
+
campaignCode: any;
|
|
157
|
+
activeFor: number;
|
|
158
|
+
statusEnum: number;
|
|
159
|
+
description: string;
|
|
160
|
+
activatedAt: string;
|
|
161
|
+
redeemDate?: string;
|
|
162
|
+
companyName?: string;
|
|
163
|
+
modelCostID?: number;
|
|
164
|
+
invoiceNumber?: string;
|
|
165
|
+
skipZeroTrust: boolean;
|
|
166
|
+
activeForInterval: string;
|
|
167
|
+
dealerIntegrationID?: string;
|
|
168
|
+
maximumMileage: number | null;
|
|
169
|
+
tlpPackageInvoiceTLPItemID: any;
|
|
170
|
+
toyotaLoyaltyProgramRedeemableItemID: number;
|
|
171
|
+
status: 'processed' | 'expired' | 'cancelled' | 'pending' | 'warning';
|
|
172
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview entry point for your component library
|
|
3
|
+
*
|
|
4
|
+
* This is the entry point for your component library. Use this file to export utilities,
|
|
5
|
+
* constants or data structure that accompany your components.
|
|
6
|
+
*
|
|
7
|
+
* DO NOT use this file to export your components. Instead, use the recommended approaches
|
|
8
|
+
* to consume components of this package as outlined in the `README.md`.
|
|
9
|
+
*/
|
|
10
|
+
export type * from './components.d.ts';
|