cecon-interfaces 1.3.17 → 1.3.19
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/company/entities/company-custom-data.entity.d.ts +2 -2
- package/dist/company/entities/company-custom-data.entity.js +4 -4
- package/dist/company/entities/company-remote-access.entity.d.ts +9 -0
- package/dist/company/entities/company-remote-access.entity.js +24 -0
- package/dist/company/entities/index.d.ts +1 -0
- package/dist/company/entities/index.js +3 -2
- package/dist/company/interfaces/i-company-custom-data.d.ts +2 -2
- package/dist/company/interfaces/i-company-remote-access.d.ts +7 -0
- package/dist/company/interfaces/i-company-remote-access.js +2 -0
- package/dist/company/interfaces/i-company.d.ts +8 -8
- package/dist/company/interfaces/index.d.ts +1 -0
- package/dist/esm2022/company/entities/company-custom-data.entity.mjs +5 -5
- package/dist/esm2022/company/entities/company-remote-access.entity.mjs +20 -0
- package/dist/esm2022/company/entities/index.mjs +2 -2
- package/dist/esm2022/company/interfaces/i-company-custom-data.mjs +1 -1
- package/dist/esm2022/company/interfaces/i-company-remote-access.mjs +2 -0
- package/dist/esm2022/company/interfaces/i-company.mjs +1 -1
- package/dist/esm2022/company/interfaces/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +23 -6
- package/dist/fesm2022/cecon-interfaces.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED