@silexpert/core 1.1.127 → 1.1.129
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/es/api/resources/Das.d.ts +9 -0
- package/es/api/resources/Das.d.ts.map +1 -0
- package/es/api/resources/Das.js +17 -0
- package/es/api/resources/Das.js.map +1 -0
- package/es/types/Enum/Aspone.d.ts +2 -1
- package/es/types/Enum/Aspone.d.ts.map +1 -1
- package/es/types/Enum/Aspone.js +1 -0
- package/es/types/Enum/Aspone.js.map +1 -1
- package/es/types/Enum/BrandLegalstart.d.ts +16 -0
- package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
- package/es/types/Enum/BrandLegalstart.js +90 -0
- package/es/types/Enum/BrandLegalstart.js.map +1 -1
- package/es/types/Enum/CerfaType.d.ts +2 -1
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +1 -0
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/Country.d.ts +4 -0
- package/es/types/Enum/Country.d.ts.map +1 -1
- package/es/types/Enum/Country.js +6440 -0
- package/es/types/Enum/Country.js.map +1 -1
- package/es/types/Enum/Das.d.ts +15 -0
- package/es/types/Enum/Das.d.ts.map +1 -0
- package/es/types/Enum/Das.js +22 -0
- package/es/types/Enum/Das.js.map +1 -0
- package/es/types/Enum/TimeCounterType.d.ts +7 -0
- package/es/types/Enum/TimeCounterType.d.ts.map +1 -1
- package/es/types/Enum/TimeCounterType.js +7 -0
- package/es/types/Enum/TimeCounterType.js.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
- package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js +1 -1
- package/es/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +1 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/das2.d.ts +112 -0
- package/es/types/Interface/api/cerfa/das2.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/das2.js +65 -0
- package/es/types/Interface/api/cerfa/das2.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +2 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IThirdParty.d.ts +1 -0
- package/es/types/Interface/models/IThirdParty.d.ts.map +1 -1
- package/es/types/Interface/models/IThirdParty.js.map +1 -1
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/documents.js +1 -1
- package/es/utils/documents.js.map +1 -1
- package/es/utils/phone.d.ts +1 -0
- package/es/utils/phone.d.ts.map +1 -1
- package/es/utils/phone.js +8 -0
- package/es/utils/phone.js.map +1 -1
- package/js/api/resources/Das.js +26 -0
- package/js/api/resources/Das.js.map +1 -0
- package/js/types/Enum/Aspone.js +1 -0
- package/js/types/Enum/Aspone.js.map +1 -1
- package/js/types/Enum/BrandLegalstart.js +81 -1
- package/js/types/Enum/BrandLegalstart.js.map +1 -1
- package/js/types/Enum/CerfaType.js +1 -0
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Country.js +19315 -0
- package/js/types/Enum/Country.js.map +1 -1
- package/js/types/Enum/Das.js +42 -0
- package/js/types/Enum/Das.js.map +1 -0
- package/js/types/Enum/TimeCounterType.js +7 -0
- package/js/types/Enum/TimeCounterType.js.map +1 -1
- package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js +1 -1
- package/js/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/js/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/js/types/Interface/api/cerfa/das2.js +36 -0
- package/js/types/Interface/api/cerfa/das2.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +1 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IThirdParty.js.map +1 -1
- package/js/types/index.js +20 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/documents.js +1 -1
- package/js/utils/documents.js.map +1 -1
- package/js/utils/phone.js +9 -0
- package/js/utils/phone.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Das.ts +21 -0
- package/ts/types/Enum/Aspone.ts +1 -0
- package/ts/types/Enum/BrandLegalstart.ts +91 -0
- package/ts/types/Enum/CerfaType.ts +1 -0
- package/ts/types/Enum/Country.ts +6441 -0
- package/ts/types/Enum/Das.ts +21 -0
- package/ts/types/Enum/TimeCounterType.ts +7 -0
- package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +2 -2
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +1 -1
- package/ts/types/Interface/api/cerfa/das2.ts +142 -0
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/IThirdParty.ts +1 -0
- package/ts/types/index.ts +2 -0
- package/ts/utils/documents.ts +1 -1
- package/ts/utils/phone.ts +12 -0
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.