adamo-types 1.0.69 → 1.1.0
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/admin/bill/bill-print.entity.d.ts +7 -0
- package/dist/admin/bill/bill-print.entity.js +10 -0
- package/dist/admin/bill/index.d.ts +1 -0
- package/dist/admin/bill/index.js +13 -0
- package/{admin/user/data/user.enums.d.ts → dist/admin/constants/admin.constants.d.ts} +0 -0
- package/{admin/user/data/user.enums.js → dist/admin/constants/admin.constants.js} +0 -0
- package/dist/admin/constants/index.d.ts +1 -0
- package/{common → dist/admin}/constants/index.js +1 -1
- package/{admin → dist/admin}/index.d.ts +0 -0
- package/{admin → dist/admin}/index.js +0 -0
- package/dist/admin/migrate/index.d.ts +1 -0
- package/{admin/user/response → dist/admin/migrate}/index.js +1 -1
- package/dist/admin/migrate/migrate-notes.entity.d.ts +13 -0
- package/{admin/user/data/admin.data.js → dist/admin/migrate/migrate-notes.entity.js} +1 -0
- package/{admin → dist/admin}/product-catalog/index.d.ts +0 -0
- package/{admin → dist/admin}/product-catalog/index.js +0 -0
- package/dist/admin/user/create/index.d.ts +2 -0
- package/dist/admin/user/create/index.js +14 -0
- package/{admin/user/request/admin.user.request.d.ts → dist/admin/user/create/req/create.entity.d.ts} +5 -13
- package/{admin/user/request/admin.user.request.js → dist/admin/user/create/req/create.entity.js} +44 -36
- package/dist/admin/user/create/res/create.entity.d.ts +13 -0
- package/dist/admin/user/create/res/create.entity.js +22 -0
- package/dist/admin/user/index.d.ts +1 -0
- package/{common/user/data → dist/admin/user}/index.js +1 -1
- package/dist/ams/index.d.ts +1 -0
- package/dist/ams/index.js +13 -0
- package/{admin/constants/admin.constants.d.ts → dist/ams/req/ams.entity.d.ts} +0 -0
- package/dist/ams/req/ams.entity.js +1 -0
- package/dist/ams/res/ams.entity.d.ts +62 -0
- package/dist/ams/res/ams.entity.js +28 -0
- package/dist/bss/bearingpoint/address.entity.d.ts +24 -0
- package/dist/bss/bearingpoint/address.entity.js +16 -0
- package/{bss/user/auth/user.auth.d.ts → dist/bss/bearingpoint/auth.entity.d.ts} +1 -1
- package/dist/bss/bearingpoint/auth.entity.js +10 -0
- package/dist/bss/bearingpoint/billing/bill-receiver.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/billing/bill-receiver.entity.js +35 -0
- package/dist/bss/bearingpoint/billing/billing-account.entity.d.ts +18 -0
- package/dist/bss/bearingpoint/billing/billing-account.entity.js +79 -0
- package/dist/bss/bearingpoint/billing/billing-cycle-assignment.entity.d.ts +3 -0
- package/dist/bss/bearingpoint/billing/billing-cycle-assignment.entity.js +10 -0
- package/dist/bss/bearingpoint/billing/credit-profile.entity.d.ts +3 -0
- package/dist/bss/bearingpoint/billing/credit-profile.entity.js +10 -0
- package/dist/bss/bearingpoint/billing/customer-bill-details.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/billing/customer-bill-details.entity.js +44 -0
- package/dist/bss/bearingpoint/billing/index.d.ts +5 -0
- package/{common/login → dist/bss/bearingpoint/billing}/index.js +5 -2
- package/dist/bss/bearingpoint/channel/index.d.ts +1 -0
- package/dist/bss/bearingpoint/channel/index.js +13 -0
- package/dist/bss/bearingpoint/channel/response.entity.d.ts +3 -0
- package/dist/bss/bearingpoint/channel/response.entity.js +10 -0
- package/dist/bss/bearingpoint/channel.entity.d.ts +7 -0
- package/{admin/user/response/admin.user.response.js → dist/bss/bearingpoint/channel.entity.js} +1 -0
- package/dist/bss/bearingpoint/characteristic.entity.d.ts +24 -0
- package/dist/bss/bearingpoint/characteristic.entity.js +10 -0
- package/dist/bss/bearingpoint/charge.entity.d.ts +21 -0
- package/dist/bss/bearingpoint/charge.entity.js +10 -0
- package/dist/bss/bearingpoint/completeness-state-behaviour.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/completeness-state-behaviour.entity.js +10 -0
- package/dist/bss/bearingpoint/configuration-attribute.entity.d.ts +7 -0
- package/dist/bss/bearingpoint/configuration-attribute.entity.js +10 -0
- package/dist/bss/bearingpoint/currency-sum.entity.d.ts +8 -0
- package/dist/bss/bearingpoint/currency-sum.entity.js +10 -0
- package/dist/bss/bearingpoint/customer/contact-medium-telephone.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/customer/contact-medium-telephone.entity.js +30 -0
- package/dist/bss/bearingpoint/customer/customer-account-contact-medium.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/customer/customer-account-contact-medium.entity.js +66 -0
- package/dist/bss/bearingpoint/customer/customer-account-contact-person.entity.d.ts +9 -0
- package/dist/bss/bearingpoint/customer/customer-account-contact-person.entity.js +55 -0
- package/dist/bss/bearingpoint/customer/customer-account-document.entity.d.ts +15 -0
- package/dist/bss/bearingpoint/customer/customer-account-document.entity.js +10 -0
- package/dist/bss/bearingpoint/customer/customer-account-identification.entity.d.ts +7 -0
- package/dist/bss/bearingpoint/customer/customer-account-identification.entity.js +35 -0
- package/dist/bss/bearingpoint/customer/customer-account-individual.entity.d.ts +18 -0
- package/dist/bss/bearingpoint/customer/customer-account-individual.entity.js +94 -0
- package/dist/bss/bearingpoint/customer/customer-account-note.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/customer/customer-account-note.entity.js +16 -0
- package/dist/bss/bearingpoint/customer/customer-account-organization.entity.d.ts +21 -0
- package/dist/bss/bearingpoint/customer/customer-account-organization.entity.js +105 -0
- package/dist/bss/bearingpoint/customer/customer-account-parameters.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/customer/customer-account-parameters.entity.js +36 -0
- package/dist/bss/bearingpoint/customer/customer-account.entity.d.ts +15 -0
- package/dist/bss/bearingpoint/customer/customer-account.entity.js +76 -0
- package/dist/bss/bearingpoint/customer/index.d.ts +11 -0
- package/dist/bss/bearingpoint/customer/index.js +23 -0
- package/dist/bss/bearingpoint/customer/related-party.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/customer/related-party.entity.js +16 -0
- package/dist/bss/bearingpoint/dependency.entity.d.ts +11 -0
- package/dist/bss/bearingpoint/dependency.entity.js +10 -0
- package/dist/bss/bearingpoint/frequency-sum-entity.d.ts +5 -0
- package/dist/bss/bearingpoint/frequency-sum-entity.js +6 -0
- package/dist/bss/bearingpoint/index.d.ts +26 -0
- package/dist/bss/bearingpoint/index.js +38 -0
- package/dist/bss/bearingpoint/once-only-charge.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/once-only-charge.entity.js +10 -0
- package/dist/bss/bearingpoint/payment-method.entity.d.ts +7 -0
- package/dist/bss/bearingpoint/payment-method.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/index.d.ts +8 -0
- package/dist/bss/bearingpoint/product-offering/index.js +20 -0
- package/dist/bss/bearingpoint/product-offering/product-inventory.entity.d.ts +4 -0
- package/dist/bss/bearingpoint/product-offering/product-inventory.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-characteristic-tariff.entity.d.ts +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-characteristic-tariff.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-characteristic.entity.d.ts +21 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-characteristic.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-resource-specification-group-tariff.entity.d.ts +9 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-resource-specification-group-tariff.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-tariff.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-tariff.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-value-tariff.entity.d.ts +13 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-characteristic-value-tariff.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-tariff.entity.d.ts +11 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-service-specification-tariff.entity.js +10 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-tariff-model.entity.d.ts +18 -0
- package/dist/bss/bearingpoint/product-offering/product-offering-tariff-model.entity.js +10 -0
- package/dist/bss/bearingpoint/product.entity.d.ts +32 -0
- package/dist/bss/bearingpoint/product.entity.js +16 -0
- package/dist/bss/bearingpoint/recurring-charge.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/recurring-charge.entity.js +10 -0
- package/dist/bss/bearingpoint/response.entity.d.ts +24 -0
- package/{bss/login/response/login.response.js → dist/bss/bearingpoint/response.entity.js} +1 -0
- package/dist/bss/bearingpoint/search/index.d.ts +1 -0
- package/dist/bss/bearingpoint/search/index.js +13 -0
- package/dist/bss/bearingpoint/search/search.entity.d.ts +49 -0
- package/dist/bss/bearingpoint/search/search.entity.js +58 -0
- package/dist/bss/bearingpoint/service-specification/index.d.ts +3 -0
- package/{admin/user → dist/bss/bearingpoint/service-specification}/index.js +3 -4
- package/dist/bss/bearingpoint/service-specification/service-specification-characteristic-value.entity.d.ts +12 -0
- package/dist/bss/bearingpoint/service-specification/service-specification-characteristic-value.entity.js +10 -0
- package/dist/bss/bearingpoint/service-specification/service-specification-characteristic.entity.d.ts +52 -0
- package/dist/bss/bearingpoint/service-specification/service-specification-characteristic.entity.js +22 -0
- package/dist/bss/bearingpoint/service-specification/service-specification.entity.d.ts +17 -0
- package/dist/bss/bearingpoint/service-specification/service-specification.entity.js +10 -0
- package/dist/bss/bearingpoint/shopping-cart/index.d.ts +13 -0
- package/dist/bss/bearingpoint/shopping-cart/index.js +25 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-currency-sum.entity.d.ts +10 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-currency-sum.entity.js +51 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.d.ts +32 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-parameters.entity.js +10 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product-characteristic.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product-characteristic.entity.js +35 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product.entity.d.ts +18 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-product.entity.js +80 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-recurring-currency-sum.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-recurring-currency-sum.entity.js +33 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-characteristic.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-characteristic.entity.js +34 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-recipient.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource-recipient.entity.js +32 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource.entity.d.ts +11 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-resource.entity.js +55 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service-characteristic.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service-characteristic.entity.js +34 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service.entity.d.ts +8 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-service.entity.js +42 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-tax-summary.entity.d.ts +5 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-tax-summary.entity.js +32 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-totals.entity.d.ts +7 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart-totals.entity.js +40 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart.entity.d.ts +9 -0
- package/dist/bss/bearingpoint/shopping-cart/shopping-cart.entity.js +46 -0
- package/dist/bss/bearingpoint/tax-information.entity.d.ts +6 -0
- package/dist/bss/bearingpoint/tax-information.entity.js +10 -0
- package/dist/bss/bearingpoint/termination-charge.entity.d.ts +4 -0
- package/dist/bss/bearingpoint/termination-charge.entity.js +10 -0
- package/dist/bss/bearingpoint/valid-for.entity.d.ts +4 -0
- package/dist/bss/bearingpoint/valid-for.entity.js +10 -0
- package/dist/bss/cache/index.d.ts +2 -0
- package/dist/bss/cache/index.js +14 -0
- package/dist/bss/cache/res/delete.entity.d.ts +4 -0
- package/dist/bss/cache/res/delete.entity.js +10 -0
- package/dist/bss/cache/res/update.entity.d.ts +13 -0
- package/dist/bss/cache/res/update.entity.js +16 -0
- package/dist/bss/constants/bp.constants.d.ts +311 -0
- package/dist/bss/constants/bp.constants.js +350 -0
- package/dist/bss/constants/bss.constants.d.ts +17 -0
- package/dist/bss/constants/bss.constants.js +33 -0
- package/dist/bss/constants/index.d.ts +2 -0
- package/dist/bss/constants/index.js +14 -0
- package/dist/bss/customer/index.d.ts +1 -0
- package/{bss/login → dist/bss/customer}/index.js +1 -1
- package/dist/bss/customer/internal/internal.entity.d.ts +10 -0
- package/{bss/user/auth/user.auth.js → dist/bss/customer/internal/internal.entity.js} +1 -0
- package/dist/bss/index.d.ts +4 -0
- package/{common → dist/bss}/index.js +3 -1
- package/dist/bss/login/index.d.ts +1 -0
- package/dist/bss/login/index.js +13 -0
- package/dist/bss/login/res/login.entity.d.ts +9 -0
- package/dist/bss/login/res/login.entity.js +16 -0
- package/dist/bss/number-pool/index.d.ts +1 -0
- package/dist/bss/number-pool/index.js +13 -0
- package/dist/bss/number-pool/internal/internal.entity.d.ts +4 -0
- package/dist/bss/number-pool/internal/internal.entity.js +3 -0
- package/dist/bss/payment-provider/index.d.ts +1 -0
- package/dist/bss/payment-provider/index.js +13 -0
- package/dist/bss/payment-provider/mandate.entity.d.ts +15 -0
- package/dist/bss/payment-provider/mandate.entity.js +22 -0
- package/dist/bss/product/index.d.ts +1 -0
- package/dist/bss/product/index.js +13 -0
- package/dist/bss/product/internal/internal.entity.d.ts +61 -0
- package/dist/bss/product/internal/internal.entity.js +10 -0
- package/dist/bss/shopping-cart/index.d.ts +1 -0
- package/dist/bss/shopping-cart/index.js +13 -0
- package/dist/bss/shopping-cart/internal/internal.entity.d.ts +32 -0
- package/dist/bss/shopping-cart/internal/internal.entity.js +35 -0
- package/dist/bss/tariff-model/index.d.ts +1 -0
- package/dist/bss/tariff-model/index.js +13 -0
- package/dist/bss/tariff-model/internal/internal.entity.d.ts +13 -0
- package/dist/bss/tariff-model/internal/internal.entity.js +16 -0
- package/dist/common/address/address.entity.d.ts +22 -0
- package/dist/common/address/address.entity.js +16 -0
- package/{common/channel/user.channels.d.ts → dist/common/channel/user.channel.d.ts} +0 -0
- package/{common/channel/user.channels.js → dist/common/channel/user.channel.js} +0 -0
- package/dist/common/constants/common.constants.d.ts +82 -0
- package/dist/common/constants/common.constants.js +90 -0
- package/dist/common/constants/error.constants.d.ts +82 -0
- package/dist/common/constants/error.constants.js +86 -0
- package/dist/common/constants/index.d.ts +4 -0
- package/dist/common/constants/index.js +16 -0
- package/{common/user/auth/user.auth.d.ts → dist/common/constants/jwt-decoded.entity.d.ts} +2 -3
- package/dist/common/constants/jwt-decoded.entity.js +10 -0
- package/dist/common/constants/months.constants.d.ts +14 -0
- package/dist/common/constants/months.constants.js +18 -0
- package/dist/common/constants/number-pool.constants.d.ts +4 -0
- package/dist/common/constants/number-pool.constants.js +55 -0
- package/dist/common/edge-acl/user/index.d.ts +1 -0
- package/dist/common/edge-acl/user/index.js +13 -0
- package/dist/common/edge-acl/user/req/index.entity.d.ts +10 -0
- package/dist/common/edge-acl/user/req/index.entity.js +16 -0
- package/{admin/constants/admin.constants.js → dist/common/edge-acl/user/res/index.entity.d.ts} +0 -0
- package/dist/common/edge-acl/user/res/index.entity.js +1 -0
- package/dist/common/edge-ams/index.d.ts +1 -0
- package/dist/common/edge-ams/index.js +13 -0
- package/{bss/constants/bss.constants.d.ts → dist/common/edge-ams/req/index.entity.d.ts} +0 -0
- package/dist/common/edge-ams/req/index.entity.js +1 -0
- package/dist/common/edge-ams/res/index.entity.d.ts +71 -0
- package/dist/common/edge-ams/res/index.entity.js +34 -0
- package/dist/common/edge-bss/address/index.d.ts +1 -0
- package/dist/common/edge-bss/address/index.js +13 -0
- package/dist/common/edge-bss/address/req/create.entity.d.ts +19 -0
- package/dist/common/edge-bss/address/req/create.entity.js +24 -0
- package/dist/common/edge-bss/billing/index.d.ts +1 -0
- package/dist/common/edge-bss/billing/index.js +13 -0
- package/dist/common/edge-bss/billing/req/create.entity.d.ts +23 -0
- package/dist/common/edge-bss/billing/req/create.entity.js +22 -0
- package/dist/common/edge-bss/channel/index.d.ts +1 -0
- package/dist/common/edge-bss/channel/index.js +13 -0
- package/dist/common/edge-bss/channel/req/channel.entity.d.ts +5 -0
- package/dist/common/edge-bss/channel/req/channel.entity.js +10 -0
- package/{bss/constants/bss.constants.js → dist/common/edge-bss/channel/res/channel.entity.d.ts} +0 -0
- package/dist/common/edge-bss/channel/res/channel.entity.js +1 -0
- package/dist/common/edge-bss/common/common.entity.d.ts +25 -0
- package/dist/common/edge-bss/common/common.entity.js +71 -0
- package/dist/common/edge-bss/common/index.d.ts +1 -0
- package/dist/common/edge-bss/common/index.js +13 -0
- package/dist/common/edge-bss/customer/index.d.ts +1 -0
- package/{common/user/auth → dist/common/edge-bss/customer}/index.js +1 -1
- package/dist/common/edge-bss/customer/req/create.entity.d.ts +59 -0
- package/dist/common/edge-bss/customer/req/create.entity.js +59 -0
- package/dist/common/edge-bss/customer/req/index.d.ts +1 -0
- package/dist/common/edge-bss/customer/req/index.js +13 -0
- package/dist/common/edge-bss/index.d.ts +8 -0
- package/dist/common/edge-bss/index.js +20 -0
- package/dist/common/edge-bss/login/index.d.ts +2 -0
- package/dist/common/edge-bss/login/index.js +14 -0
- package/dist/common/edge-bss/login/req/login.entity.d.ts +4 -0
- package/{common/login/request/login.request.interface.js → dist/common/edge-bss/login/req/login.entity.js} +9 -5
- package/dist/common/edge-bss/login/res/login.entity.d.ts +19 -0
- package/dist/common/edge-bss/login/res/login.entity.js +10 -0
- package/dist/common/edge-bss/product/index.d.ts +1 -0
- package/dist/common/edge-bss/product/index.js +13 -0
- package/dist/common/edge-bss/product/res/index.d.ts +1 -0
- package/dist/common/edge-bss/product/res/index.js +13 -0
- package/dist/common/edge-bss/product/res/other.entity.d.ts +40 -0
- package/dist/common/edge-bss/product/res/other.entity.js +40 -0
- package/{sys03/processes → dist/common/edge-bss/sale-process}/index.d.ts +0 -0
- package/{sys03/processes → dist/common/edge-bss/sale-process}/index.js +0 -0
- package/{common/constants/common.constants.d.ts → dist/common/edge-bss/sale-process/req/create.entity.d.ts} +0 -0
- package/dist/common/edge-bss/sale-process/req/create.entity.js +1 -0
- package/dist/common/edge-bss/saleperson/index.d.ts +2 -0
- package/dist/common/edge-bss/saleperson/index.js +14 -0
- package/dist/common/edge-bss/saleperson/req/saleperson.entity.d.ts +9 -0
- package/dist/common/edge-bss/saleperson/req/saleperson.entity.js +10 -0
- package/dist/common/edge-bss/saleperson/res/salesperson.entity.d.ts +2 -0
- package/dist/common/edge-bss/saleperson/res/salesperson.entity.js +3 -0
- package/dist/common/edge-bss/shopping-cart/index.d.ts +2 -0
- package/dist/common/edge-bss/shopping-cart/index.js +14 -0
- package/dist/common/edge-bss/shopping-cart/req/create.entity.d.ts +7 -0
- package/dist/common/edge-bss/shopping-cart/req/create.entity.js +10 -0
- package/dist/common/edge-bss/shopping-cart/req/delete.entity.d.ts +2 -0
- package/dist/common/edge-bss/shopping-cart/req/delete.entity.js +10 -0
- package/dist/common/edge-bss/shopping-cart/req/index.d.ts +4 -0
- package/dist/common/edge-bss/shopping-cart/req/index.js +16 -0
- package/dist/common/edge-bss/shopping-cart/req/other.entity.d.ts +78 -0
- package/dist/common/edge-bss/shopping-cart/req/other.entity.js +162 -0
- package/dist/common/edge-bss/shopping-cart/req/update.entity.d.ts +2 -0
- package/dist/common/edge-bss/shopping-cart/req/update.entity.js +10 -0
- package/dist/common/edge-bss/shopping-cart/res/create.entity.d.ts +3 -0
- package/dist/common/edge-bss/shopping-cart/res/create.entity.js +10 -0
- package/dist/common/edge-bss/shopping-cart/res/delete.entity.d.ts +2 -0
- package/dist/common/edge-bss/shopping-cart/res/delete.entity.js +3 -0
- package/dist/common/edge-bss/shopping-cart/res/index.d.ts +4 -0
- package/dist/common/edge-bss/shopping-cart/res/index.js +16 -0
- package/dist/common/edge-bss/shopping-cart/res/other.entity.d.ts +173 -0
- package/dist/common/edge-bss/shopping-cart/res/other.entity.js +162 -0
- package/dist/common/edge-bss/shopping-cart/res/update.entity.d.ts +2 -0
- package/dist/common/edge-bss/shopping-cart/res/update.entity.js +3 -0
- package/dist/common/edge-bss/user/index.d.ts +2 -0
- package/dist/common/edge-bss/user/index.js +14 -0
- package/dist/common/edge-bss/user/req/user.entity.d.ts +24 -0
- package/dist/common/edge-bss/user/req/user.entity.js +34 -0
- package/dist/common/edge-bss/user/res/user.entity.d.ts +1 -0
- package/dist/common/edge-bss/user/res/user.entity.js +5 -0
- package/dist/common/edge-database/configuration/configuration.entity.d.ts +5 -0
- package/dist/common/edge-database/configuration/configuration.entity.js +3 -0
- package/dist/common/edge-database/index.d.ts +1 -0
- package/dist/common/edge-database/index.js +13 -0
- package/dist/common/edge-sms/contract/index.d.ts +1 -0
- package/dist/common/edge-sms/contract/index.js +13 -0
- package/dist/common/edge-sms/contract/req/create.entity.d.ts +5 -0
- package/dist/common/edge-sms/contract/req/create.entity.js +10 -0
- package/dist/common/edge-sms/index.d.ts +1 -0
- package/dist/common/edge-sms/index.js +13 -0
- package/dist/common/edge-zoho/index.d.ts +1 -0
- package/dist/common/edge-zoho/index.js +13 -0
- package/dist/common/edge-zoho/sale-process/index.d.ts +5 -0
- package/dist/common/edge-zoho/sale-process/index.js +17 -0
- package/dist/common/edge-zoho/sale-process/req/create.entity.d.ts +20 -0
- package/dist/common/edge-zoho/sale-process/req/create.entity.js +22 -0
- package/dist/common/edge-zoho/sale-process/req/delete.entity.d.ts +3 -0
- package/dist/common/edge-zoho/sale-process/req/delete.entity.js +10 -0
- package/dist/common/edge-zoho/sale-process/req/other.entity.d.ts +12 -0
- package/dist/common/edge-zoho/sale-process/req/other.entity.js +10 -0
- package/dist/common/edge-zoho/sale-process/req/patch.entity.d.ts +100 -0
- package/dist/common/edge-zoho/sale-process/req/patch.entity.js +432 -0
- package/dist/common/edge-zoho/sale-process/res/other.entity.d.ts +5 -0
- package/dist/common/edge-zoho/sale-process/res/other.entity.js +10 -0
- package/dist/common/entities/index.d.ts +1 -0
- package/dist/common/entities/index.js +13 -0
- package/dist/common/entities/rest.entity.d.ts +3 -0
- package/dist/common/entities/rest.entity.js +10 -0
- package/dist/common/exception/exception.entity.d.ts +52 -0
- package/dist/common/exception/exception.entity.js +120 -0
- package/dist/common/exception/index.d.ts +1 -0
- package/dist/common/exception/index.js +13 -0
- package/dist/common/number-pool/constants/index.entity.d.ts +52 -0
- package/dist/common/number-pool/constants/index.entity.js +57 -0
- package/dist/common/number-pool/index.d.ts +1 -0
- package/dist/common/number-pool/index.js +13 -0
- package/dist/common/number-pool/req/index.entity.d.ts +3 -0
- package/dist/common/number-pool/req/index.entity.js +10 -0
- package/{common/constants/common.constants.js → dist/common/number-pool/res/index.entity.d.ts} +0 -0
- package/dist/common/number-pool/res/index.entity.js +1 -0
- package/dist/common/user/auth/index.d.ts +1 -0
- package/dist/common/user/auth/index.js +13 -0
- package/dist/common/user/auth/user.auth.entity.d.ts +10 -0
- package/dist/common/user/auth/user.auth.entity.js +3 -0
- package/dist/common/user/index.d.ts +1 -0
- package/dist/common/user/index.js +13 -0
- package/dist/database/blacklist-address.entity.d.ts +5 -0
- package/dist/database/blacklist-address.entity.js +35 -0
- package/dist/database/channel.entity.d.ts +4 -0
- package/dist/database/channel.entity.js +31 -0
- package/dist/database/configuration.entity.d.ts +5 -0
- package/dist/database/configuration.entity.js +35 -0
- package/dist/database/dependency.entity.d.ts +18 -0
- package/dist/database/dependency.entity.js +73 -0
- package/dist/database/dropdown.entity.d.ts +6 -0
- package/dist/database/dropdown.entity.js +36 -0
- package/dist/database/dropdown_data.entity.d.ts +10 -0
- package/dist/database/dropdown_data.entity.js +53 -0
- package/dist/database/index.d.ts +7 -0
- package/dist/database/index.js +19 -0
- package/dist/database/user.entity.d.ts +6 -0
- package/dist/database/user.entity.js +43 -0
- package/{sys03/shopping-cart → dist}/index.d.ts +0 -0
- package/{sys03/shopping-cart → dist}/index.js +0 -0
- package/{sys03/constants/sys03.constants.d.ts → dist/mi-adamo/constants/index.entity.d.ts} +0 -0
- package/dist/mi-adamo/constants/index.entity.js +1 -0
- package/{web → dist/mi-adamo}/index.d.ts +0 -0
- package/{web → dist/mi-adamo}/index.js +0 -0
- package/{sys03/constants/sys03.constants.js → dist/mi-adamo/req/index.entity.d.ts} +0 -0
- package/dist/mi-adamo/req/index.entity.js +1 -0
- package/{web/order/index.d.ts → dist/mi-adamo/res/index.entity.d.ts} +0 -0
- package/dist/mi-adamo/res/index.entity.js +1 -0
- package/dist/sys03/address/index.d.ts +2 -0
- package/dist/sys03/address/index.js +14 -0
- package/dist/sys03/address/req/address.entity.d.ts +14 -0
- package/dist/sys03/address/req/address.entity.js +23 -0
- package/dist/sys03/address/res/address.entity.d.ts +31 -0
- package/dist/sys03/address/res/address.entity.js +15 -0
- package/dist/sys03/constants/index.d.ts +1 -0
- package/dist/sys03/constants/index.js +13 -0
- package/dist/sys03/constants/sys03.constants.d.ts +26 -0
- package/dist/sys03/constants/sys03.constants.js +31 -0
- package/dist/sys03/otrs/index.d.ts +1 -0
- package/dist/sys03/otrs/index.js +13 -0
- package/dist/sys03/otrs/req/create.entity.d.ts +14 -0
- package/dist/sys03/otrs/req/create.entity.js +3 -0
- package/{zoho-adaptor → dist/sys03/processes}/index.d.ts +0 -0
- package/{web/order → dist/sys03/processes}/index.js +0 -0
- package/dist/sys03/sale-process/index.d.ts +1 -0
- package/dist/sys03/sale-process/index.js +13 -0
- package/dist/sys03/sale-process/internal/internal.entity.d.ts +42 -0
- package/dist/sys03/sale-process/internal/internal.entity.js +16 -0
- package/dist/sys03/shopping-cart/index.d.ts +2 -0
- package/dist/sys03/shopping-cart/index.js +14 -0
- package/dist/sys03/shopping-cart/internal/internal.entity.d.ts +5 -0
- package/dist/sys03/shopping-cart/internal/internal.entity.js +3 -0
- package/dist/sys03/shopping-cart/req/req.entity.d.ts +16 -0
- package/dist/sys03/shopping-cart/req/req.entity.js +54 -0
- package/dist/sys03/storage/index.d.ts +1 -0
- package/dist/sys03/storage/index.js +13 -0
- package/dist/sys03/storage/res/index.d.ts +1 -0
- package/dist/sys03/storage/res/index.js +13 -0
- package/dist/sys03/storage/res/onther.entity.d.ts +14 -0
- package/dist/sys03/storage/res/onther.entity.js +16 -0
- package/{web/order/request/web.order.request.d.ts → dist/sys03/user/changeChannel.entity.d.ts} +0 -0
- package/dist/sys03/user/changeChannel.entity.js +1 -0
- package/{web/order/request/web.order.request.js → dist/sys03/user/index.d.ts} +0 -0
- package/{zoho-adaptor → dist/sys03/user}/index.js +0 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/{web/order/response/web.order.response.d.ts → dist/web/index.d.ts} +0 -0
- package/{web/order/response/web.order.response.js → dist/web/index.js} +0 -0
- package/dist/web/order/index.d.ts +0 -0
- package/dist/web/order/index.js +0 -0
- package/dist/web/order/request/web.order.request.d.ts +0 -0
- package/dist/web/order/request/web.order.request.js +0 -0
- package/dist/web/order/response/web.order.response.d.ts +0 -0
- package/dist/web/order/response/web.order.response.js +0 -0
- package/dist/zoho/constants/index.d.ts +1 -0
- package/dist/zoho/constants/index.js +13 -0
- package/dist/zoho/constants/zoho.constants.d.ts +77 -0
- package/dist/zoho/constants/zoho.constants.js +90 -0
- package/dist/zoho/index.d.ts +2 -0
- package/{bss → dist/zoho}/index.js +2 -2
- package/dist/zoho/sale-process/additonal-contact-medium.entity.d.ts +7 -0
- package/dist/zoho/sale-process/additonal-contact-medium.entity.js +10 -0
- package/dist/zoho/sale-process/additonal-contact.entity.d.ts +10 -0
- package/dist/zoho/sale-process/additonal-contact.entity.js +10 -0
- package/dist/zoho/sale-process/address-search.entity.d.ts +19 -0
- package/dist/zoho/sale-process/address-search.entity.js +109 -0
- package/dist/zoho/sale-process/billing-info.entity.d.ts +10 -0
- package/dist/zoho/sale-process/billing-info.entity.js +58 -0
- package/dist/zoho/sale-process/business-identification.entity.d.ts +6 -0
- package/dist/zoho/sale-process/business-identification.entity.js +37 -0
- package/dist/zoho/sale-process/business-info.entity.d.ts +13 -0
- package/dist/zoho/sale-process/business-info.entity.js +67 -0
- package/dist/zoho/sale-process/customer-identification.entity.d.ts +6 -0
- package/dist/zoho/sale-process/customer-identification.entity.js +37 -0
- package/dist/zoho/sale-process/customer.entity.d.ts +18 -0
- package/dist/zoho/sale-process/customer.entity.js +96 -0
- package/dist/zoho/sale-process/file.entity.d.ts +10 -0
- package/dist/zoho/sale-process/file.entity.js +10 -0
- package/dist/zoho/sale-process/index.d.ts +13 -0
- package/dist/zoho/sale-process/index.js +25 -0
- package/dist/zoho/sale-process/sale-process.entity.d.ts +42 -0
- package/dist/zoho/sale-process/sale-process.entity.js +209 -0
- package/dist/zoho/sale-process/sms.entity.d.ts +8 -0
- package/dist/zoho/sale-process/sms.entity.js +52 -0
- package/dist/zoho/sale-process/user.entity.d.ts +5 -0
- package/dist/zoho/sale-process/user.entity.js +36 -0
- package/dist/zoho/sale-process/utm.entity.d.ts +6 -0
- package/dist/zoho/sale-process/utm.entity.js +44 -0
- package/package.json +43 -8
- package/admin/user/data/admin.data.d.ts +0 -31
- package/admin/user/index.d.ts +0 -4
- package/admin/user/response/admin.user.response.d.ts +0 -9
- package/admin/user/response/index.d.ts +0 -1
- package/bss/index.d.ts +0 -2
- package/bss/login/index.d.ts +0 -1
- package/bss/login/response/login.response.d.ts +0 -5
- package/bss/user/data/user.data.d.ts +0 -7
- package/bss/user/data/user.data.js +0 -2
- package/bss/user/index.d.ts +0 -2
- package/bss/user/index.js +0 -14
- package/common/constants/error.constants.d.ts +0 -2
- package/common/constants/error.constants.js +0 -5
- package/common/constants/index.d.ts +0 -1
- package/common/index.d.ts +0 -2
- package/common/login/index.d.ts +0 -2
- package/common/login/request/login.request.interface.d.ts +0 -8
- package/common/login/response/login.response.interface.d.ts +0 -16
- package/common/login/response/login.response.interface.js +0 -2
- package/common/user/auth/index.d.ts +0 -1
- package/common/user/auth/user.auth.js +0 -2
- package/common/user/data/index.d.ts +0 -1
- package/common/user/data/user.data.d.ts +0 -11
- package/common/user/data/user.data.js +0 -2
- package/common/user/index.d.ts +0 -2
- package/common/user/index.js +0 -14
- package/index.d.ts +0 -3
- package/index.js +0 -15
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BillPrintDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class BillPrintDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { billing_account_id: { required: true, type: () => String }, invoice_id: { required: true, type: () => String }, bill_no_id: { required: true, type: () => String }, billing_period_ds: { required: true, enum: require("../../common/constants/months.constants").Months } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.BillPrintDto = BillPrintDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './bill-print.entity';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./bill-print.entity"), exports);
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './admin.constants';
|
|
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./
|
|
13
|
+
__exportStar(require("./admin.constants"), exports);
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './migrate-notes.entity';
|
|
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./
|
|
13
|
+
__exportStar(require("./migrate-notes.entity"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface CsvNotesDto {
|
|
2
|
+
BILLING_ID: string;
|
|
3
|
+
MESSAGE: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ParsedNotesDto {
|
|
6
|
+
billingId: string;
|
|
7
|
+
message: string;
|
|
8
|
+
}
|
|
9
|
+
export interface CustomerHistoryPayload {
|
|
10
|
+
type: string;
|
|
11
|
+
content: string;
|
|
12
|
+
creator: string;
|
|
13
|
+
}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./req/create.entity"), exports);
|
|
14
|
+
__exportStar(require("./res/create.entity"), exports);
|
package/{admin/user/request/admin.user.request.d.ts → dist/admin/user/create/req/create.entity.d.ts}
RENAMED
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
export declare class
|
|
1
|
+
export declare class ModifyUsersDto {
|
|
2
|
+
ticket: string;
|
|
3
|
+
users: UserForModification[];
|
|
4
|
+
}
|
|
5
|
+
export declare class UserForModification {
|
|
2
6
|
name: string;
|
|
3
7
|
email: string;
|
|
4
8
|
language: string;
|
|
@@ -13,15 +17,3 @@ export declare class UserForCreation {
|
|
|
13
17
|
tenentPermissions: string[];
|
|
14
18
|
infonovaAction: string;
|
|
15
19
|
}
|
|
16
|
-
export declare class ModifyUsersDTO {
|
|
17
|
-
ticket: string;
|
|
18
|
-
users: UserForCreation[];
|
|
19
|
-
}
|
|
20
|
-
export interface ChannelUserAssignReqBody {
|
|
21
|
-
[channel: string]: string[];
|
|
22
|
-
}
|
|
23
|
-
export interface UserPassword {
|
|
24
|
-
name: string;
|
|
25
|
-
password: string;
|
|
26
|
-
oneTimePassword?: boolean;
|
|
27
|
-
}
|
package/{admin/user/request/admin.user.request.js → dist/admin/user/create/req/create.entity.js}
RENAMED
|
@@ -9,94 +9,102 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.UserForModification = exports.ModifyUsersDto = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
13
14
|
const class_validator_1 = require("class-validator");
|
|
14
15
|
const class_transformer_1 = require("class-transformer");
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
class
|
|
16
|
+
const user_channel_1 = require("../../../../common/channel/user.channel");
|
|
17
|
+
const admin_constants_1 = require("../../../constants/admin.constants");
|
|
18
|
+
class ModifyUsersDto {
|
|
19
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
20
|
+
return { ticket: { required: true, type: () => String }, users: { required: true, type: () => [require("./create.entity").UserForModification] } };
|
|
21
|
+
}
|
|
18
22
|
}
|
|
19
23
|
__decorate([
|
|
20
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
21
24
|
(0, class_validator_1.IsString)(),
|
|
25
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
22
26
|
__metadata("design:type", String)
|
|
23
|
-
],
|
|
27
|
+
], ModifyUsersDto.prototype, "ticket", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, class_validator_1.IsArray)(),
|
|
30
|
+
(0, class_validator_1.ArrayNotEmpty)(),
|
|
31
|
+
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
32
|
+
(0, class_transformer_1.Type)(() => UserForModification),
|
|
33
|
+
__metadata("design:type", Array)
|
|
34
|
+
], ModifyUsersDto.prototype, "users", void 0);
|
|
35
|
+
exports.ModifyUsersDto = ModifyUsersDto;
|
|
36
|
+
class UserForModification {
|
|
37
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
38
|
+
return { name: { required: true, type: () => String }, email: { required: true, type: () => String }, language: { required: true, type: () => String }, givenName: { required: true, type: () => String }, familyName: { required: true, type: () => String }, workGroupName: { required: true, type: () => [String] }, password: { required: true, type: () => String }, state: { required: false, type: () => String }, role: { required: true, type: () => String }, channel: { required: true, type: () => [String] }, salesperson: { required: true, type: () => Boolean }, tenentPermissions: { required: true, type: () => [String] }, infonovaAction: { required: true, type: () => String } };
|
|
39
|
+
}
|
|
40
|
+
}
|
|
24
41
|
__decorate([
|
|
25
42
|
(0, class_validator_1.IsNotEmpty)(),
|
|
26
43
|
(0, class_validator_1.IsString)(),
|
|
27
44
|
__metadata("design:type", String)
|
|
28
|
-
],
|
|
45
|
+
], UserForModification.prototype, "name", void 0);
|
|
29
46
|
__decorate([
|
|
30
47
|
(0, class_validator_1.IsNotEmpty)(),
|
|
31
48
|
(0, class_validator_1.IsString)(),
|
|
32
|
-
(0, class_validator_1.IsEnum)(user_enums_1.Language),
|
|
33
49
|
__metadata("design:type", String)
|
|
34
|
-
],
|
|
50
|
+
], UserForModification.prototype, "email", void 0);
|
|
35
51
|
__decorate([
|
|
36
52
|
(0, class_validator_1.IsNotEmpty)(),
|
|
37
53
|
(0, class_validator_1.IsString)(),
|
|
54
|
+
(0, class_validator_1.IsEnum)(admin_constants_1.Language),
|
|
55
|
+
__metadata("design:type", String)
|
|
56
|
+
], UserForModification.prototype, "language", void 0);
|
|
57
|
+
__decorate([
|
|
58
|
+
(0, class_validator_1.IsString)(),
|
|
59
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
38
60
|
__metadata("design:type", String)
|
|
39
|
-
],
|
|
61
|
+
], UserForModification.prototype, "givenName", void 0);
|
|
40
62
|
__decorate([
|
|
41
63
|
(0, class_validator_1.IsNotEmpty)(),
|
|
42
64
|
(0, class_validator_1.IsString)(),
|
|
43
65
|
__metadata("design:type", String)
|
|
44
|
-
],
|
|
66
|
+
], UserForModification.prototype, "familyName", void 0);
|
|
45
67
|
__decorate([
|
|
46
68
|
(0, class_validator_1.IsNotEmpty)(),
|
|
47
69
|
(0, class_validator_1.IsArray)(),
|
|
48
70
|
__metadata("design:type", Array)
|
|
49
|
-
],
|
|
71
|
+
], UserForModification.prototype, "workGroupName", void 0);
|
|
50
72
|
__decorate([
|
|
51
73
|
(0, class_validator_1.IsNotEmpty)(),
|
|
52
74
|
(0, class_validator_1.IsString)(),
|
|
53
75
|
__metadata("design:type", String)
|
|
54
|
-
],
|
|
76
|
+
], UserForModification.prototype, "password", void 0);
|
|
55
77
|
__decorate([
|
|
56
78
|
(0, class_validator_1.IsOptional)(),
|
|
57
79
|
(0, class_validator_1.IsString)(),
|
|
58
80
|
__metadata("design:type", String)
|
|
59
|
-
],
|
|
81
|
+
], UserForModification.prototype, "state", void 0);
|
|
60
82
|
__decorate([
|
|
61
83
|
(0, class_validator_1.IsNotEmpty)(),
|
|
62
84
|
(0, class_validator_1.IsString)(),
|
|
63
85
|
__metadata("design:type", String)
|
|
64
|
-
],
|
|
86
|
+
], UserForModification.prototype, "role", void 0);
|
|
65
87
|
__decorate([
|
|
66
88
|
(0, class_validator_1.IsArray)(),
|
|
67
89
|
(0, class_validator_1.IsNotEmpty)(),
|
|
68
|
-
(0, class_validator_1.IsEnum)(
|
|
90
|
+
(0, class_validator_1.IsEnum)(user_channel_1.Channel, { each: true }),
|
|
69
91
|
__metadata("design:type", Array)
|
|
70
|
-
],
|
|
92
|
+
], UserForModification.prototype, "channel", void 0);
|
|
71
93
|
__decorate([
|
|
72
94
|
(0, class_validator_1.IsNotEmpty)(),
|
|
73
95
|
(0, class_validator_1.IsBoolean)(),
|
|
74
96
|
__metadata("design:type", Boolean)
|
|
75
|
-
],
|
|
97
|
+
], UserForModification.prototype, "salesperson", void 0);
|
|
76
98
|
__decorate([
|
|
77
99
|
(0, class_validator_1.IsArray)(),
|
|
78
100
|
(0, class_validator_1.IsNotEmpty)(),
|
|
79
101
|
(0, class_validator_1.IsString)({ each: true }),
|
|
80
102
|
__metadata("design:type", Array)
|
|
81
|
-
],
|
|
82
|
-
__decorate([
|
|
83
|
-
(0, class_validator_1.IsString)(),
|
|
84
|
-
(0, class_validator_1.IsEnum)(user_enums_1.InfonovaAction),
|
|
85
|
-
(0, class_validator_1.IsNotEmpty)(),
|
|
86
|
-
__metadata("design:type", String)
|
|
87
|
-
], UserForCreation.prototype, "infonovaAction", void 0);
|
|
88
|
-
exports.UserForCreation = UserForCreation;
|
|
89
|
-
class ModifyUsersDTO {
|
|
90
|
-
}
|
|
103
|
+
], UserForModification.prototype, "tenentPermissions", void 0);
|
|
91
104
|
__decorate([
|
|
92
105
|
(0, class_validator_1.IsString)(),
|
|
106
|
+
(0, class_validator_1.IsEnum)(admin_constants_1.InfonovaAction, { each: true }),
|
|
93
107
|
(0, class_validator_1.IsNotEmpty)(),
|
|
94
108
|
__metadata("design:type", String)
|
|
95
|
-
],
|
|
96
|
-
|
|
97
|
-
(0, class_validator_1.IsArray)(),
|
|
98
|
-
(0, class_validator_1.ValidateNested)({ each: true }),
|
|
99
|
-
(0, class_transformer_1.Type)(() => UserForCreation),
|
|
100
|
-
__metadata("design:type", Array)
|
|
101
|
-
], ModifyUsersDTO.prototype, "users", void 0);
|
|
102
|
-
exports.ModifyUsersDTO = ModifyUsersDTO;
|
|
109
|
+
], UserForModification.prototype, "infonovaAction", void 0);
|
|
110
|
+
exports.UserForModification = UserForModification;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare class UserCreateErrorRes {
|
|
2
|
+
field: string;
|
|
3
|
+
child: string | number;
|
|
4
|
+
constraints: Constraints;
|
|
5
|
+
}
|
|
6
|
+
export declare class Constraints {
|
|
7
|
+
isString?: string;
|
|
8
|
+
isNotEmpty?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare class UserCreateSuccessRes {
|
|
11
|
+
foo: string;
|
|
12
|
+
bar: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UserCreateSuccessRes = exports.Constraints = exports.UserCreateErrorRes = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class UserCreateErrorRes {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { field: { required: true, type: () => String }, child: { required: true, type: () => Object }, constraints: { required: true, type: () => require("./create.entity").Constraints } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.UserCreateErrorRes = UserCreateErrorRes;
|
|
11
|
+
class Constraints {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { isString: { required: false, type: () => String }, isNotEmpty: { required: false, type: () => String } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.Constraints = Constraints;
|
|
17
|
+
class UserCreateSuccessRes {
|
|
18
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
19
|
+
return { foo: { required: true, type: () => String }, bar: { required: true, type: () => Number } };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.UserCreateSuccessRes = UserCreateSuccessRes;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './create';
|
|
@@ -10,4 +10,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
10
10
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
__exportStar(require("./
|
|
13
|
+
__exportStar(require("./create"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './res/ams.entity';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./res/ams.entity"), exports);
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import openapi = require("@nestjs/swagger");
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export declare class FetchAddressByIdRes {
|
|
2
|
+
id: number;
|
|
3
|
+
address: string;
|
|
4
|
+
city: string;
|
|
5
|
+
province: string;
|
|
6
|
+
status: string;
|
|
7
|
+
salesArea: string;
|
|
8
|
+
note?: string;
|
|
9
|
+
zone?: string;
|
|
10
|
+
serviceable: Date;
|
|
11
|
+
lng: string;
|
|
12
|
+
lat: string;
|
|
13
|
+
externalOk: boolean;
|
|
14
|
+
externalMsg?: string;
|
|
15
|
+
externalEmail?: string;
|
|
16
|
+
canOrder: boolean;
|
|
17
|
+
apartments: Apartment[];
|
|
18
|
+
}
|
|
19
|
+
export declare class Apartment {
|
|
20
|
+
id: number;
|
|
21
|
+
stair?: string;
|
|
22
|
+
floor?: string;
|
|
23
|
+
door: string;
|
|
24
|
+
client?: number;
|
|
25
|
+
}
|
|
26
|
+
export declare class FetchAddressByAreaRes {
|
|
27
|
+
id: number;
|
|
28
|
+
address: string;
|
|
29
|
+
status: string;
|
|
30
|
+
salesArea: string;
|
|
31
|
+
lng: string;
|
|
32
|
+
lat: string;
|
|
33
|
+
}
|
|
34
|
+
export declare class FetchAddressByApartmentIdRes {
|
|
35
|
+
apartmentId: number;
|
|
36
|
+
streetAddressId: number;
|
|
37
|
+
salesAreaId: number;
|
|
38
|
+
salesAreaName: string;
|
|
39
|
+
projectId: number;
|
|
40
|
+
projectCode: string;
|
|
41
|
+
competition: string;
|
|
42
|
+
serviceableStatus: string;
|
|
43
|
+
serviceable: string;
|
|
44
|
+
technology: string;
|
|
45
|
+
lng: string;
|
|
46
|
+
lat: string;
|
|
47
|
+
country: string;
|
|
48
|
+
province: string;
|
|
49
|
+
municipality: string;
|
|
50
|
+
city: string;
|
|
51
|
+
postcode: string;
|
|
52
|
+
streetName: string;
|
|
53
|
+
streetType: string;
|
|
54
|
+
streetNumber: string;
|
|
55
|
+
block: string;
|
|
56
|
+
entrance: string;
|
|
57
|
+
floor: string;
|
|
58
|
+
door: string;
|
|
59
|
+
serviceableAge: number;
|
|
60
|
+
network: string;
|
|
61
|
+
fiberhood: string;
|
|
62
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FetchAddressByApartmentIdRes = exports.FetchAddressByAreaRes = exports.Apartment = exports.FetchAddressByIdRes = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class FetchAddressByIdRes {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { id: { required: true, type: () => Number }, address: { required: true, type: () => String }, city: { required: true, type: () => String }, province: { required: true, type: () => String }, status: { required: true, type: () => String }, salesArea: { required: true, type: () => String }, note: { required: false, type: () => String }, zone: { required: false, type: () => String }, serviceable: { required: true, type: () => Date }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, externalOk: { required: true, type: () => Boolean }, externalMsg: { required: false, type: () => String }, externalEmail: { required: false, type: () => String }, canOrder: { required: true, type: () => Boolean }, apartments: { required: true, type: () => [require("./ams.entity").Apartment] } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.FetchAddressByIdRes = FetchAddressByIdRes;
|
|
11
|
+
class Apartment {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { id: { required: true, type: () => Number }, stair: { required: false, type: () => String }, floor: { required: false, type: () => String }, door: { required: true, type: () => String }, client: { required: false, type: () => Number } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.Apartment = Apartment;
|
|
17
|
+
class FetchAddressByAreaRes {
|
|
18
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
19
|
+
return { id: { required: true, type: () => Number }, address: { required: true, type: () => String }, status: { required: true, type: () => String }, salesArea: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String } };
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
exports.FetchAddressByAreaRes = FetchAddressByAreaRes;
|
|
23
|
+
class FetchAddressByApartmentIdRes {
|
|
24
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
25
|
+
return { apartmentId: { required: true, type: () => Number }, streetAddressId: { required: true, type: () => Number }, salesAreaId: { required: true, type: () => Number }, salesAreaName: { required: true, type: () => String }, projectId: { required: true, type: () => Number }, projectCode: { required: true, type: () => String }, competition: { required: true, type: () => String }, serviceableStatus: { required: true, type: () => String }, serviceable: { required: true, type: () => String }, technology: { required: true, type: () => String }, lng: { required: true, type: () => String }, lat: { required: true, type: () => String }, country: { required: true, type: () => String }, province: { required: true, type: () => String }, municipality: { required: true, type: () => String }, city: { required: true, type: () => String }, postcode: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetType: { required: true, type: () => String }, streetNumber: { required: true, type: () => String }, block: { required: true, type: () => String }, entrance: { required: true, type: () => String }, floor: { required: true, type: () => String }, door: { required: true, type: () => String }, serviceableAge: { required: true, type: () => Number }, network: { required: true, type: () => String }, fiberhood: { required: true, type: () => String } };
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.FetchAddressByApartmentIdRes = FetchAddressByApartmentIdRes;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class BpAddressParametersDto {
|
|
2
|
+
block: string;
|
|
3
|
+
door: string;
|
|
4
|
+
floor: string;
|
|
5
|
+
entrance: string;
|
|
6
|
+
serviceable_status?: string;
|
|
7
|
+
sales_area_id?: string;
|
|
8
|
+
street_number?: string;
|
|
9
|
+
street_address_id?: string;
|
|
10
|
+
project_code?: string;
|
|
11
|
+
competition?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare class BpAddressDto {
|
|
14
|
+
id?: string;
|
|
15
|
+
country: string;
|
|
16
|
+
city: string;
|
|
17
|
+
province: string;
|
|
18
|
+
postcode: string;
|
|
19
|
+
streetName: string;
|
|
20
|
+
streetType: string;
|
|
21
|
+
referenceId: string;
|
|
22
|
+
validated: boolean;
|
|
23
|
+
parameters: BpAddressParametersDto;
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BpAddressDto = exports.BpAddressParametersDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class BpAddressParametersDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { block: { required: true, type: () => String }, door: { required: true, type: () => String }, floor: { required: true, type: () => String }, entrance: { required: true, type: () => String }, serviceable_status: { required: false, type: () => String }, sales_area_id: { required: false, type: () => String }, street_number: { required: false, type: () => String }, street_address_id: { required: false, type: () => String }, project_code: { required: false, type: () => String }, competition: { required: false, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.BpAddressParametersDto = BpAddressParametersDto;
|
|
11
|
+
class BpAddressDto {
|
|
12
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
13
|
+
return { id: { required: false, type: () => String }, country: { required: true, type: () => String }, city: { required: true, type: () => String }, province: { required: true, type: () => String }, postcode: { required: true, type: () => String }, streetName: { required: true, type: () => String }, streetType: { required: true, type: () => String }, referenceId: { required: true, type: () => String }, validated: { required: true, type: () => Boolean }, parameters: { required: true, type: () => require("./address.entity").BpAddressParametersDto } };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.BpAddressDto = BpAddressDto;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BpOAuthCredentialDto = void 0;
|
|
4
|
+
const openapi = require("@nestjs/swagger");
|
|
5
|
+
class BpOAuthCredentialDto {
|
|
6
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
7
|
+
return { access_token: { required: true, type: () => String }, expires_in: { required: true, type: () => Number }, refresh_expires_in: { required: true, type: () => Number }, refresh_token: { required: true, type: () => String }, token_type: { required: true, type: () => String }, session_state: { required: true, type: () => String }, scope: { required: true, type: () => String } };
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.BpOAuthCredentialDto = BpOAuthCredentialDto;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.BpBillReceiverDto = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class BpBillReceiverDto {
|
|
16
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
+
return { givenName: { required: true, type: () => String }, familyName: { required: true, type: () => String }, postalAddress: { required: true, type: () => String } };
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, class_validator_1.IsString)(),
|
|
22
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
23
|
+
__metadata("design:type", String)
|
|
24
|
+
], BpBillReceiverDto.prototype, "givenName", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_validator_1.IsString)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
__metadata("design:type", String)
|
|
29
|
+
], BpBillReceiverDto.prototype, "familyName", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, class_validator_1.IsString)(),
|
|
32
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
33
|
+
__metadata("design:type", String)
|
|
34
|
+
], BpBillReceiverDto.prototype, "postalAddress", void 0);
|
|
35
|
+
exports.BpBillReceiverDto = BpBillReceiverDto;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AccountState, CustomerType, PreferredLanguage, Timezone } from '@bss/constants';
|
|
2
|
+
import { BpBillReceiverDto } from './bill-receiver.entity';
|
|
3
|
+
import { BpBillingCycleAssignmentDto } from './billing-cycle-assignment.entity';
|
|
4
|
+
import { BpCreditProfileDto } from './credit-profile.entity';
|
|
5
|
+
import { BpCustomerBillDetailsDto } from './customer-bill-details.entity';
|
|
6
|
+
export declare class BpBillingAccountDto {
|
|
7
|
+
id?: string;
|
|
8
|
+
customerAccount: string;
|
|
9
|
+
type: CustomerType;
|
|
10
|
+
state: AccountState;
|
|
11
|
+
customerBillDetails: BpCustomerBillDetailsDto;
|
|
12
|
+
billingCycleAssignment: BpBillingCycleAssignmentDto;
|
|
13
|
+
billReceiver: BpBillReceiverDto;
|
|
14
|
+
creditProfile: BpCreditProfileDto;
|
|
15
|
+
preferredLanguage: PreferredLanguage;
|
|
16
|
+
timezone: Timezone;
|
|
17
|
+
creationDate?: string;
|
|
18
|
+
}
|