@carsayo/types 1.1.0 → 1.1.2
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/data/bankcode.d.ts +167 -0
- package/dist/data/banner.d.ts +36 -0
- package/dist/data/board.d.ts +32 -0
- package/dist/data/car.d.ts +867 -0
- package/dist/data/carPopularCategory.d.ts +20 -0
- package/dist/data/collaborator.d.ts +8 -0
- package/dist/data/index.d.ts +12 -0
- package/dist/data/popup.d.ts +20 -0
- package/dist/data/purchase.d.ts +18 -0
- package/dist/data/region.d.ts +1224 -0
- package/dist/data/role.d.ts +91 -0
- package/dist/data/system.d.ts +19 -0
- package/dist/data/term.d.ts +153 -0
- package/dist/index.d.ts +2 -7
- package/dist/types/index.d.ts +2 -0
- package/dist/types/modules/banner/dto.d.ts +35 -0
- package/dist/types/modules/banner/index.d.ts +2 -0
- package/dist/types/modules/banner/interface.d.ts +50 -0
- package/dist/types/modules/board/dto.d.ts +189 -0
- package/dist/types/modules/board/index.d.ts +3 -0
- package/dist/types/modules/board/interface.d.ts +233 -0
- package/dist/types/modules/board/type.d.ts +29 -0
- package/dist/types/modules/car/dto.d.ts +72 -0
- package/dist/types/modules/car/index.d.ts +3 -0
- package/dist/types/modules/car/interface.d.ts +249 -0
- package/dist/types/modules/car/type.d.ts +11 -0
- package/dist/types/modules/collaborator/dto.d.ts +10 -0
- package/dist/types/modules/collaborator/index.d.ts +1 -0
- package/dist/types/modules/common/index.d.ts +2 -0
- package/dist/types/modules/common/interface.d.ts +23 -0
- package/dist/types/modules/common/type.d.ts +25 -0
- package/dist/types/modules/file/dto.d.ts +17 -0
- package/dist/types/modules/file/index.d.ts +3 -0
- package/dist/types/modules/file/interface.d.ts +26 -0
- package/dist/types/modules/file/type.d.ts +13 -0
- package/dist/types/modules/history/dto.d.ts +12 -0
- package/dist/types/modules/history/index.d.ts +2 -0
- package/dist/types/modules/history/interface.d.ts +12 -0
- package/dist/types/modules/index.d.ts +15 -0
- package/dist/types/modules/inquiry/dto.d.ts +79 -0
- package/dist/types/modules/inquiry/index.d.ts +3 -0
- package/dist/types/modules/inquiry/interface.d.ts +37 -0
- package/dist/types/modules/inquiry/type.d.ts +14 -0
- package/dist/types/modules/member/dto.d.ts +587 -0
- package/dist/types/modules/member/index.d.ts +3 -0
- package/dist/types/modules/member/interface.d.ts +582 -0
- package/dist/types/modules/member/type.d.ts +73 -0
- package/dist/types/modules/notification/dto.d.ts +13 -0
- package/dist/types/modules/notification/index.d.ts +3 -0
- package/dist/types/modules/notification/interface.d.ts +19 -0
- package/dist/types/modules/notification/type.d.ts +5 -0
- package/dist/types/modules/order/dto.d.ts +446 -0
- package/dist/types/modules/order/index.d.ts +3 -0
- package/dist/types/modules/order/interface.d.ts +905 -0
- package/dist/types/modules/order/type.d.ts +161 -0
- package/dist/types/modules/popup/dto.d.ts +33 -0
- package/dist/types/modules/popup/index.d.ts +2 -0
- package/dist/types/modules/popup/interface.d.ts +49 -0
- package/dist/types/modules/purchase/dto.d.ts +9 -0
- package/dist/types/modules/purchase/index.d.ts +3 -0
- package/dist/types/modules/purchase/interface.d.ts +22 -0
- package/dist/types/modules/purchase/type.d.ts +11 -0
- package/dist/types/modules/system/dto.d.ts +13 -0
- package/dist/types/modules/system/index.d.ts +2 -0
- package/dist/types/modules/system/interface.d.ts +18 -0
- package/dist/types/modules/term/dto.d.ts +175 -0
- package/dist/types/modules/term/index.d.ts +2 -0
- package/dist/types/modules/term/interface.d.ts +45 -0
- package/dist/types/providers/coocon-usedcar/dto.d.ts +23 -0
- package/dist/types/providers/coocon-usedcar/index.d.ts +2 -0
- package/dist/types/providers/coocon-usedcar/interface.d.ts +300 -0
- package/dist/types/providers/firebase-message/dto.d.ts +83 -0
- package/dist/types/providers/firebase-message/index.d.ts +2 -0
- package/dist/types/providers/firebase-message/interface.d.ts +4 -0
- package/dist/types/providers/gabia-sms/dto.d.ts +31 -0
- package/dist/types/providers/gabia-sms/index.d.ts +1 -0
- package/dist/types/providers/index.d.ts +7 -0
- package/dist/types/providers/mailer/dto.d.ts +4 -0
- package/dist/types/providers/mailer/index.d.ts +1 -0
- package/dist/types/providers/niceapi/dto.d.ts +15 -0
- package/dist/types/providers/niceapi/index.d.ts +2 -0
- package/dist/types/providers/niceapi/interface.d.ts +22 -0
- package/dist/types/providers/nicepayment/dto.d.ts +60 -0
- package/dist/types/providers/nicepayment/index.d.ts +3 -0
- package/dist/types/providers/nicepayment/interface.d.ts +168 -0
- package/dist/types/providers/nicepayment/type.d.ts +36 -0
- package/dist/validator/IsNullable.d.ts +3 -0
- package/package.json +5 -1
- package/dist/type/all.ts +0 -5402
- package/dist/type/data/bankcode.ts +0 -64
- package/dist/type/data/banner.ts +0 -45
- package/dist/type/data/board.ts +0 -37
- package/dist/type/data/car.ts +0 -1015
- package/dist/type/data/carPopularCategory.ts +0 -28
- package/dist/type/data/collaborator.ts +0 -13
- package/dist/type/data/popup.ts +0 -26
- package/dist/type/data/purchase.ts +0 -24
- package/dist/type/data/region.ts +0 -348
- package/dist/type/data/role.ts +0 -118
- package/dist/type/data/system.ts +0 -31
- package/dist/type/data/term.ts +0 -184
- package/dist/type/history.ts +0 -25
- package/dist/type/interface/type.ts +0 -43
- package/dist/type/order.ts +0 -696
- package/dist/type/purchase.ts +0 -286
- package/dist/type/selling.ts +0 -169
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.