cecon-interfaces 1.3.17 → 1.3.18
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 +8 -0
- package/dist/company/entities/company-remote-access.entity.js +23 -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 +6 -0
- package/dist/company/interfaces/i-company-remote-access.js +2 -0
- 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 +19 -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/index.mjs +1 -1
- package/dist/fesm2022/cecon-interfaces.mjs +22 -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