- Introduced new controllers for internet eligibility and service health checks to enhance backend functionality. - Created service modules for internet, SIM, and VPN offerings, improving organization and maintainability. - Developed various components for internet and SIM configuration, including forms and plan cards, to streamline user interactions. - Implemented hooks for managing service configurations and eligibility checks, enhancing frontend data handling. - Updated utility functions for pricing and catalog operations to support new service structures and improve performance.
183 lines
4.9 KiB
JSON
183 lines
4.9 KiB
JSON
{
|
|
"name": "@customer-portal/domain",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Unified domain layer with contracts, schemas, and provider mappers",
|
|
"private": true,
|
|
"sideEffects": false,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./auth": {
|
|
"import": "./dist/auth/index.js",
|
|
"types": "./dist/auth/index.d.ts"
|
|
},
|
|
"./auth/*": {
|
|
"import": "./dist/auth/*.js",
|
|
"types": "./dist/auth/*.d.ts"
|
|
},
|
|
"./billing": {
|
|
"import": "./dist/billing/index.js",
|
|
"types": "./dist/billing/index.d.ts"
|
|
},
|
|
"./billing/*": {
|
|
"import": "./dist/billing/*.js",
|
|
"types": "./dist/billing/*.d.ts"
|
|
},
|
|
"./services": {
|
|
"import": "./dist/services/index.js",
|
|
"types": "./dist/services/index.d.ts"
|
|
},
|
|
"./services/*": {
|
|
"import": "./dist/services/*.js",
|
|
"types": "./dist/services/*.d.ts"
|
|
},
|
|
"./checkout": {
|
|
"import": "./dist/checkout/index.js",
|
|
"types": "./dist/checkout/index.d.ts"
|
|
},
|
|
"./checkout/*": {
|
|
"import": "./dist/checkout/*.js",
|
|
"types": "./dist/checkout/*.d.ts"
|
|
},
|
|
"./common": {
|
|
"import": "./dist/common/index.js",
|
|
"types": "./dist/common/index.d.ts"
|
|
},
|
|
"./common/*": {
|
|
"import": "./dist/common/*.js",
|
|
"types": "./dist/common/*.d.ts"
|
|
},
|
|
"./customer": {
|
|
"import": "./dist/customer/index.js",
|
|
"types": "./dist/customer/index.d.ts"
|
|
},
|
|
"./customer/*": {
|
|
"import": "./dist/customer/*.js",
|
|
"types": "./dist/customer/*.d.ts"
|
|
},
|
|
"./dashboard": {
|
|
"import": "./dist/dashboard/index.js",
|
|
"types": "./dist/dashboard/index.d.ts"
|
|
},
|
|
"./dashboard/*": {
|
|
"import": "./dist/dashboard/*.js",
|
|
"types": "./dist/dashboard/*.d.ts"
|
|
},
|
|
"./mappings": {
|
|
"import": "./dist/mappings/index.js",
|
|
"types": "./dist/mappings/index.d.ts"
|
|
},
|
|
"./mappings/*": {
|
|
"import": "./dist/mappings/*.js",
|
|
"types": "./dist/mappings/*.d.ts"
|
|
},
|
|
"./opportunity": {
|
|
"import": "./dist/opportunity/index.js",
|
|
"types": "./dist/opportunity/index.d.ts"
|
|
},
|
|
"./opportunity/*": {
|
|
"import": "./dist/opportunity/*.js",
|
|
"types": "./dist/opportunity/*.d.ts"
|
|
},
|
|
"./orders": {
|
|
"import": "./dist/orders/index.js",
|
|
"types": "./dist/orders/index.d.ts"
|
|
},
|
|
"./orders/*": {
|
|
"import": "./dist/orders/*.js",
|
|
"types": "./dist/orders/*.d.ts"
|
|
},
|
|
"./payments": {
|
|
"import": "./dist/payments/index.js",
|
|
"types": "./dist/payments/index.d.ts"
|
|
},
|
|
"./payments/*": {
|
|
"import": "./dist/payments/*.js",
|
|
"types": "./dist/payments/*.d.ts"
|
|
},
|
|
"./realtime": {
|
|
"import": "./dist/realtime/index.js",
|
|
"types": "./dist/realtime/index.d.ts"
|
|
},
|
|
"./realtime/*": {
|
|
"import": "./dist/realtime/*.js",
|
|
"types": "./dist/realtime/*.d.ts"
|
|
},
|
|
"./sim": {
|
|
"import": "./dist/sim/index.js",
|
|
"types": "./dist/sim/index.d.ts"
|
|
},
|
|
"./sim/*": {
|
|
"import": "./dist/sim/*.js",
|
|
"types": "./dist/sim/*.d.ts"
|
|
},
|
|
"./sim/providers/freebit": {
|
|
"import": "./dist/sim/providers/freebit/index.js",
|
|
"types": "./dist/sim/providers/freebit/index.d.ts"
|
|
},
|
|
"./subscriptions": {
|
|
"import": "./dist/subscriptions/index.js",
|
|
"types": "./dist/subscriptions/index.d.ts"
|
|
},
|
|
"./subscriptions/*": {
|
|
"import": "./dist/subscriptions/*.js",
|
|
"types": "./dist/subscriptions/*.d.ts"
|
|
},
|
|
"./support": {
|
|
"import": "./dist/support/index.js",
|
|
"types": "./dist/support/index.d.ts"
|
|
},
|
|
"./support/*": {
|
|
"import": "./dist/support/*.js",
|
|
"types": "./dist/support/*.d.ts"
|
|
},
|
|
"./toolkit": {
|
|
"import": "./dist/toolkit/index.js",
|
|
"types": "./dist/toolkit/index.d.ts"
|
|
},
|
|
"./toolkit/*": {
|
|
"import": "./dist/toolkit/*.js",
|
|
"types": "./dist/toolkit/*.d.ts"
|
|
},
|
|
"./notifications": {
|
|
"import": "./dist/notifications/index.js",
|
|
"types": "./dist/notifications/index.d.ts"
|
|
},
|
|
"./notifications/*": {
|
|
"import": "./dist/notifications/*.js",
|
|
"types": "./dist/notifications/*.d.ts"
|
|
},
|
|
"./salesforce": {
|
|
"import": "./dist/salesforce/index.js",
|
|
"types": "./dist/salesforce/index.d.ts"
|
|
},
|
|
"./salesforce/*": {
|
|
"import": "./dist/salesforce/*.js",
|
|
"types": "./dist/salesforce/*.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"prebuild": "pnpm run clean",
|
|
"build": "tsc",
|
|
"dev": "tsc -w --preserveWatchOutput",
|
|
"clean": "rm -rf dist",
|
|
"type-check": "NODE_OPTIONS=\"--max-old-space-size=2048 --max-semi-space-size=128\" tsc --project tsconfig.json --noEmit",
|
|
"typecheck": "pnpm run type-check"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|