@mikemo-coposit/am-accounting-shared 0.0.1
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/README.md +107 -0
- package/dist/constants/index.d.mts +5 -0
- package/dist/constants/index.d.ts +5 -0
- package/dist/constants/index.js +21 -0
- package/dist/constants/index.js.map +1 -0
- package/dist/constants/index.mjs +4 -0
- package/dist/constants/index.mjs.map +1 -0
- package/dist/constants/menu/index.d.mts +2 -0
- package/dist/constants/menu/index.d.ts +2 -0
- package/dist/constants/menu/index.js +20 -0
- package/dist/constants/menu/index.js.map +1 -0
- package/dist/constants/menu/index.mjs +3 -0
- package/dist/constants/menu/index.mjs.map +1 -0
- package/dist/constants/menu/menu-status.constant.d.mts +7 -0
- package/dist/constants/menu/menu-status.constant.d.ts +7 -0
- package/dist/constants/menu/menu-status.constant.js +28 -0
- package/dist/constants/menu/menu-status.constant.js.map +1 -0
- package/dist/constants/menu/menu-status.constant.mjs +8 -0
- package/dist/constants/menu/menu-status.constant.mjs.map +1 -0
- package/dist/constants/menu/menu-type.constant.d.mts +8 -0
- package/dist/constants/menu/menu-type.constant.d.ts +8 -0
- package/dist/constants/menu/menu-type.constant.js +29 -0
- package/dist/constants/menu/menu-type.constant.js.map +1 -0
- package/dist/constants/menu/menu-type.constant.mjs +9 -0
- package/dist/constants/menu/menu-type.constant.mjs.map +1 -0
- package/dist/constants/project/index.d.mts +2 -0
- package/dist/constants/project/index.d.ts +2 -0
- package/dist/constants/project/index.js +20 -0
- package/dist/constants/project/index.js.map +1 -0
- package/dist/constants/project/index.mjs +3 -0
- package/dist/constants/project/index.mjs.map +1 -0
- package/dist/constants/project/project-res-status.constant.d.mts +10 -0
- package/dist/constants/project/project-res-status.constant.d.ts +10 -0
- package/dist/constants/project/project-res-status.constant.js +31 -0
- package/dist/constants/project/project-res-status.constant.js.map +1 -0
- package/dist/constants/project/project-res-status.constant.mjs +11 -0
- package/dist/constants/project/project-res-status.constant.mjs.map +1 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.d.mts +8 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.d.ts +8 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.js +29 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.js.map +1 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.mjs +9 -0
- package/dist/constants/project/project-trust-account-allocation-status.constant.mjs.map +1 -0
- package/dist/constants/trust-account/index.d.mts +1 -0
- package/dist/constants/trust-account/index.d.ts +1 -0
- package/dist/constants/trust-account/index.js +19 -0
- package/dist/constants/trust-account/index.js.map +1 -0
- package/dist/constants/trust-account/index.mjs +2 -0
- package/dist/constants/trust-account/index.mjs.map +1 -0
- package/dist/constants/trust-account/trust-account-status.constant.d.mts +6 -0
- package/dist/constants/trust-account/trust-account-status.constant.d.ts +6 -0
- package/dist/constants/trust-account/trust-account-status.constant.js +29 -0
- package/dist/constants/trust-account/trust-account-status.constant.js.map +1 -0
- package/dist/constants/trust-account/trust-account-status.constant.mjs +9 -0
- package/dist/constants/trust-account/trust-account-status.constant.mjs.map +1 -0
- package/dist/grpc/constants/accountms.constant.d.mts +14 -0
- package/dist/grpc/constants/accountms.constant.d.ts +14 -0
- package/dist/grpc/constants/accountms.constant.js +39 -0
- package/dist/grpc/constants/accountms.constant.js.map +1 -0
- package/dist/grpc/constants/accountms.constant.mjs +19 -0
- package/dist/grpc/constants/accountms.constant.mjs.map +1 -0
- package/dist/grpc/constants/index.d.mts +1 -0
- package/dist/grpc/constants/index.d.ts +1 -0
- package/dist/grpc/constants/index.js +19 -0
- package/dist/grpc/constants/index.js.map +1 -0
- package/dist/grpc/constants/index.mjs +2 -0
- package/dist/grpc/constants/index.mjs.map +1 -0
- package/dist/grpc/index.d.mts +4 -0
- package/dist/grpc/index.d.ts +4 -0
- package/dist/grpc/index.js +20 -0
- package/dist/grpc/index.js.map +1 -0
- package/dist/grpc/index.mjs +3 -0
- package/dist/grpc/index.mjs.map +1 -0
- package/dist/grpc/protos/common/common.file.d.mts +2 -0
- package/dist/grpc/protos/common/common.file.d.ts +2 -0
- package/dist/grpc/protos/common/common.file.proto +30 -0
- package/dist/grpc/protos/common/common.general.d.mts +2 -0
- package/dist/grpc/protos/common/common.general.d.ts +2 -0
- package/dist/grpc/protos/common/common.general.proto +53 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.mts +2 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.d.ts +2 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.mts +2 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.d.ts +2 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.e.proto +16 -0
- package/dist/grpc/protos/project-trust-account-allocation/project-trust-account-allocation.proto +28 -0
- package/dist/grpc/protos/trust-account/trust-account.d.mts +2 -0
- package/dist/grpc/protos/trust-account/trust-account.d.ts +2 -0
- package/dist/grpc/protos/trust-account/trust-account.e.d.mts +2 -0
- package/dist/grpc/protos/trust-account/trust-account.e.d.ts +2 -0
- package/dist/grpc/protos/trust-account/trust-account.e.proto +18 -0
- package/dist/grpc/protos/trust-account/trust-account.proto +35 -0
- package/dist/grpc/utils/grpc.options.util.d.mts +10 -0
- package/dist/grpc/utils/grpc.options.util.d.ts +10 -0
- package/dist/grpc/utils/grpc.options.util.js +57 -0
- package/dist/grpc/utils/grpc.options.util.js.map +1 -0
- package/dist/grpc/utils/grpc.options.util.mjs +37 -0
- package/dist/grpc/utils/grpc.options.util.mjs.map +1 -0
- package/dist/grpc/utils/index.d.mts +3 -0
- package/dist/grpc/utils/index.d.ts +3 -0
- package/dist/grpc/utils/index.js +20 -0
- package/dist/grpc/utils/index.js.map +1 -0
- package/dist/grpc/utils/index.mjs +3 -0
- package/dist/grpc/utils/index.mjs.map +1 -0
- package/dist/grpc/utils/proto.util.d.mts +18 -0
- package/dist/grpc/utils/proto.util.d.ts +18 -0
- package/dist/grpc/utils/proto.util.js +102 -0
- package/dist/grpc/utils/proto.util.js.map +1 -0
- package/dist/grpc/utils/proto.util.mjs +82 -0
- package/dist/grpc/utils/proto.util.mjs.map +1 -0
- package/dist/index.d.mts +28 -0
- package/dist/index.d.ts +28 -0
- package/dist/index.js +23 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -0
- package/dist/interfaces/common/common.interface.d.mts +6 -0
- package/dist/interfaces/common/common.interface.d.ts +6 -0
- package/dist/interfaces/common/common.interface.js +17 -0
- package/dist/interfaces/common/common.interface.js.map +1 -0
- package/dist/interfaces/common/common.interface.mjs +1 -0
- package/dist/interfaces/common/common.interface.mjs.map +1 -0
- package/dist/interfaces/common/index.d.mts +1 -0
- package/dist/interfaces/common/index.d.ts +1 -0
- package/dist/interfaces/common/index.js +19 -0
- package/dist/interfaces/common/index.js.map +1 -0
- package/dist/interfaces/common/index.mjs +2 -0
- package/dist/interfaces/common/index.mjs.map +1 -0
- package/dist/interfaces/index.d.mts +12 -0
- package/dist/interfaces/index.d.ts +12 -0
- package/dist/interfaces/index.js +21 -0
- package/dist/interfaces/index.js.map +1 -0
- package/dist/interfaces/index.mjs +4 -0
- package/dist/interfaces/index.mjs.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/index.d.mts +7 -0
- package/dist/interfaces/project-trust-account-allocation/index.d.ts +7 -0
- package/dist/interfaces/project-trust-account-allocation/index.js +20 -0
- package/dist/interfaces/project-trust-account-allocation/index.js.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/index.mjs +3 -0
- package/dist/interfaces/project-trust-account-allocation/index.mjs.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.mts +16 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.d.ts +16 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js +17 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.js.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.entity.interface.mjs.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.mts +24 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.d.ts +24 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js +17 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.js.map +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs +1 -0
- package/dist/interfaces/project-trust-account-allocation/project-trust-account-allocation.grpc.interface.mjs.map +1 -0
- package/dist/interfaces/trust-account/index.d.mts +8 -0
- package/dist/interfaces/trust-account/index.d.ts +8 -0
- package/dist/interfaces/trust-account/index.js +20 -0
- package/dist/interfaces/trust-account/index.js.map +1 -0
- package/dist/interfaces/trust-account/index.mjs +3 -0
- package/dist/interfaces/trust-account/index.mjs.map +1 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.d.mts +18 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.d.ts +18 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.js +17 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.js.map +1 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.mjs +1 -0
- package/dist/interfaces/trust-account/trust-account.entity.interface.mjs.map +1 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.d.mts +24 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.d.ts +24 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.js +17 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.js.map +1 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs +1 -0
- package/dist/interfaces/trust-account/trust-account.grpc.interface.mjs.map +1 -0
- package/dist/schemas/index.d.mts +12 -0
- package/dist/schemas/index.d.ts +12 -0
- package/dist/schemas/index.js +22 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/index.mjs +5 -0
- package/dist/schemas/index.mjs.map +1 -0
- package/dist/schemas/menu/create-menu.schema.d.mts +49 -0
- package/dist/schemas/menu/create-menu.schema.d.ts +49 -0
- package/dist/schemas/menu/create-menu.schema.js +40 -0
- package/dist/schemas/menu/create-menu.schema.js.map +1 -0
- package/dist/schemas/menu/create-menu.schema.mjs +20 -0
- package/dist/schemas/menu/create-menu.schema.mjs.map +1 -0
- package/dist/schemas/menu/index.d.mts +4 -0
- package/dist/schemas/menu/index.d.ts +4 -0
- package/dist/schemas/menu/index.js +21 -0
- package/dist/schemas/menu/index.js.map +1 -0
- package/dist/schemas/menu/index.mjs +4 -0
- package/dist/schemas/menu/index.mjs.map +1 -0
- package/dist/schemas/menu/menu-res.schema.d.mts +219 -0
- package/dist/schemas/menu/menu-res.schema.d.ts +219 -0
- package/dist/schemas/menu/menu-res.schema.js +49 -0
- package/dist/schemas/menu/menu-res.schema.js.map +1 -0
- package/dist/schemas/menu/menu-res.schema.mjs +29 -0
- package/dist/schemas/menu/menu-res.schema.mjs.map +1 -0
- package/dist/schemas/menu/update-menu.schema.d.mts +53 -0
- package/dist/schemas/menu/update-menu.schema.d.ts +53 -0
- package/dist/schemas/menu/update-menu.schema.js +29 -0
- package/dist/schemas/menu/update-menu.schema.js.map +1 -0
- package/dist/schemas/menu/update-menu.schema.mjs +9 -0
- package/dist/schemas/menu/update-menu.schema.mjs.map +1 -0
- package/dist/schemas/project/index.d.mts +3 -0
- package/dist/schemas/project/index.d.ts +3 -0
- package/dist/schemas/project/index.js +19 -0
- package/dist/schemas/project/index.js.map +1 -0
- package/dist/schemas/project/index.mjs +2 -0
- package/dist/schemas/project/index.mjs.map +1 -0
- package/dist/schemas/project/project-res.schema.d.mts +154 -0
- package/dist/schemas/project/project-res.schema.d.ts +154 -0
- package/dist/schemas/project/project-res.schema.js +42 -0
- package/dist/schemas/project/project-res.schema.js.map +1 -0
- package/dist/schemas/project/project-res.schema.mjs +22 -0
- package/dist/schemas/project/project-res.schema.mjs.map +1 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.mts +15 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.d.ts +15 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js +29 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.js.map +1 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs +9 -0
- package/dist/schemas/project-trust-account-allocation/allocate-trust-account-to-project.schema.mjs.map +1 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.mts +12 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.d.ts +12 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js +28 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.js.map +1 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs +8 -0
- package/dist/schemas/project-trust-account-allocation/approve-trust-account-allocation.schema.mjs.map +1 -0
- package/dist/schemas/project-trust-account-allocation/index.d.mts +4 -0
- package/dist/schemas/project-trust-account-allocation/index.d.ts +4 -0
- package/dist/schemas/project-trust-account-allocation/index.js +21 -0
- package/dist/schemas/project-trust-account-allocation/index.js.map +1 -0
- package/dist/schemas/project-trust-account-allocation/index.mjs +4 -0
- package/dist/schemas/project-trust-account-allocation/index.mjs.map +1 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.mts +46 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.d.ts +46 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js +39 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.js.map +1 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs +19 -0
- package/dist/schemas/project-trust-account-allocation/project-trust-account-allocation-res.schema.mjs.map +1 -0
- package/dist/schemas/trust-account/create-trust-account.schema.d.mts +28 -0
- package/dist/schemas/trust-account/create-trust-account.schema.d.ts +28 -0
- package/dist/schemas/trust-account/create-trust-account.schema.js +36 -0
- package/dist/schemas/trust-account/create-trust-account.schema.js.map +1 -0
- package/dist/schemas/trust-account/create-trust-account.schema.mjs +16 -0
- package/dist/schemas/trust-account/create-trust-account.schema.mjs.map +1 -0
- package/dist/schemas/trust-account/index.d.mts +5 -0
- package/dist/schemas/trust-account/index.d.ts +5 -0
- package/dist/schemas/trust-account/index.js +21 -0
- package/dist/schemas/trust-account/index.js.map +1 -0
- package/dist/schemas/trust-account/index.mjs +4 -0
- package/dist/schemas/trust-account/index.mjs.map +1 -0
- package/dist/schemas/trust-account/trust-account-res.schema.d.mts +31 -0
- package/dist/schemas/trust-account/trust-account-res.schema.d.ts +31 -0
- package/dist/schemas/trust-account/trust-account-res.schema.js +46 -0
- package/dist/schemas/trust-account/trust-account-res.schema.js.map +1 -0
- package/dist/schemas/trust-account/trust-account-res.schema.mjs +26 -0
- package/dist/schemas/trust-account/trust-account-res.schema.mjs.map +1 -0
- package/dist/schemas/trust-account/update-trust-account.schema.d.mts +15 -0
- package/dist/schemas/trust-account/update-trust-account.schema.d.ts +15 -0
- package/dist/schemas/trust-account/update-trust-account.schema.js +29 -0
- package/dist/schemas/trust-account/update-trust-account.schema.js.map +1 -0
- package/dist/schemas/trust-account/update-trust-account.schema.mjs +9 -0
- package/dist/schemas/trust-account/update-trust-account.schema.mjs.map +1 -0
- package/dist/utils/index.d.mts +1 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +19 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/index.mjs +2 -0
- package/dist/utils/index.mjs.map +1 -0
- package/dist/utils/mask.d.mts +7 -0
- package/dist/utils/mask.d.ts +7 -0
- package/dist/utils/mask.js +41 -0
- package/dist/utils/mask.js.map +1 -0
- package/dist/utils/mask.mjs +21 -0
- package/dist/utils/mask.mjs.map +1 -0
- package/package.json +109 -0
package/README.md
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# AM Accounting Shared Library
|
|
2
|
+
|
|
3
|
+
A shared library containing common packages and utilities for Ammoze Accounting System.
|
|
4
|
+
|
|
5
|
+
## 📦 Packages
|
|
6
|
+
|
|
7
|
+
The library consists of several core packages:
|
|
8
|
+
|
|
9
|
+
- **constants** - Shared constants and enumerations
|
|
10
|
+
- **schemas** - Data validation schemas and rules
|
|
11
|
+
- **interfaces** - TypeScript interfaces and type definitions
|
|
12
|
+
- **utils** - Common utility functions and helpers
|
|
13
|
+
- **grpc** - gRPC service definitions and clients
|
|
14
|
+
|
|
15
|
+
## 🚀 Getting Started
|
|
16
|
+
|
|
17
|
+
### Prerequisites
|
|
18
|
+
|
|
19
|
+
- Node.js >= 18.0.0
|
|
20
|
+
- pnpm >= 10.4.1
|
|
21
|
+
|
|
22
|
+
### Installation
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
# Install dependencies
|
|
26
|
+
pnpm install
|
|
27
|
+
|
|
28
|
+
# Set up git hooks
|
|
29
|
+
pnpm prepare
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
# Build the project
|
|
33
|
+
|
|
34
|
+
pnpm build
|
|
35
|
+
|
|
36
|
+
# Run linter
|
|
37
|
+
|
|
38
|
+
pnpm lint
|
|
39
|
+
|
|
40
|
+
# Fix linting issues
|
|
41
|
+
|
|
42
|
+
pnpm lint:fix
|
|
43
|
+
|
|
44
|
+
## 📚 Usage
|
|
45
|
+
|
|
46
|
+
Import the packages in your project:
|
|
47
|
+
|
|
48
|
+
```typescript
|
|
49
|
+
// Import from root
|
|
50
|
+
import { ... } from '@mikemo-coposit/am-accounting-shared'
|
|
51
|
+
|
|
52
|
+
// Import specific packages
|
|
53
|
+
import { ... } from '@mikemo-coposit/am-accounting-shared/constants'
|
|
54
|
+
import { ... } from '@mikemo-coposit/am-accounting-shared/schemas'
|
|
55
|
+
import { ... } from '@mikemo-coposit/am-accounting-shared/types'
|
|
56
|
+
import { ... } from '@mikemo-coposit/am-accounting-shared/grpc'
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## 🏗️ Project Structure
|
|
60
|
+
|
|
61
|
+
```
|
|
62
|
+
├── packages/
|
|
63
|
+
│ ├── constants/ # Shared constants and enums
|
|
64
|
+
│ ├── schemas/ # Data validation schemas
|
|
65
|
+
│ ├── interfaces/ # TypeScript types and interfaces
|
|
66
|
+
│ ├── utils/ # Utility functions
|
|
67
|
+
│ └── grpc/ # gRPC service definitions
|
|
68
|
+
├── dist/ # Compiled output
|
|
69
|
+
└── config files # Various configuration files
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## 🛠️ Technology Stack
|
|
73
|
+
|
|
74
|
+
- **Language**: TypeScript
|
|
75
|
+
- **Build Tool**: tsup
|
|
76
|
+
- **Package Manager**: pnpm
|
|
77
|
+
- **Linting**: ESLint with @antfu/eslint-config
|
|
78
|
+
- **Validation**: class-validator, zod
|
|
79
|
+
- **Microservices**: NestJS microservices
|
|
80
|
+
- **Version Control**: Git with conventional commits
|
|
81
|
+
|
|
82
|
+
## 📝 Development Guidelines
|
|
83
|
+
|
|
84
|
+
- Follow TypeScript best practices and use strict mode
|
|
85
|
+
- Write clean, maintainable, and well-documented code
|
|
86
|
+
- Follow the conventional commits specification
|
|
87
|
+
- Ensure all tests pass before submitting changes
|
|
88
|
+
- Keep packages focused and maintain separation of concerns
|
|
89
|
+
|
|
90
|
+
## 🔄 Release Process
|
|
91
|
+
|
|
92
|
+
This project uses semantic-release for automated versioning and changelog generation. The release process is configured in `.releaserc.json`.
|
|
93
|
+
|
|
94
|
+
## 📄 License
|
|
95
|
+
|
|
96
|
+
Private License
|
|
97
|
+
|
|
98
|
+
## 👥 Authors
|
|
99
|
+
|
|
100
|
+
- Mike Mo
|
|
101
|
+
- Sam GUAN
|
|
102
|
+
|
|
103
|
+
## 🤝 Contributing
|
|
104
|
+
|
|
105
|
+
1. Create a feature branch from `main`
|
|
106
|
+
2. Follow the conventional commits specification
|
|
107
|
+
3. Submit a pull request
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { MenuStatus } from './menu/menu-status.constant.mjs';
|
|
2
|
+
export { MenuType } from './menu/menu-type.constant.mjs';
|
|
3
|
+
export { ProjectRestResStatus } from './project/project-res-status.constant.mjs';
|
|
4
|
+
export { ProjectTrustAccountAllocationStatus } from './project/project-trust-account-allocation-status.constant.mjs';
|
|
5
|
+
export { TrustAccountStatus } from './trust-account/trust-account-status.constant.mjs';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { MenuStatus } from './menu/menu-status.constant.js';
|
|
2
|
+
export { MenuType } from './menu/menu-type.constant.js';
|
|
3
|
+
export { ProjectRestResStatus } from './project/project-res-status.constant.js';
|
|
4
|
+
export { ProjectTrustAccountAllocationStatus } from './project/project-trust-account-allocation-status.constant.js';
|
|
5
|
+
export { TrustAccountStatus } from './trust-account/trust-account-status.constant.js';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var constants_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(constants_exports);
|
|
18
|
+
__reExport(constants_exports, require("./menu"), module.exports);
|
|
19
|
+
__reExport(constants_exports, require("./project"), module.exports);
|
|
20
|
+
__reExport(constants_exports, require("./trust-account"), module.exports);
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../packages/constants/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './menu';\nexport * from './project';\nexport * from './trust-account';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,8BAAc,mBAFd;AAGA,8BAAc,sBAHd;AAIA,8BAAc,4BAJd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../packages/constants/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './menu';\nexport * from './project';\nexport * from './trust-account';\n"],"mappings":"AAEA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var menu_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(menu_exports);
|
|
18
|
+
__reExport(menu_exports, require("./menu-status.constant"), module.exports);
|
|
19
|
+
__reExport(menu_exports, require("./menu-type.constant"), module.exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './menu-status.constant';\nexport * from './menu-type.constant';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,yBAAc,mCAFd;AAGA,yBAAc,iCAHd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './menu-status.constant';\nexport * from './menu-type.constant';\n"],"mappings":"AAEA,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var menu_status_constant_exports = {};
|
|
20
|
+
__export(menu_status_constant_exports, {
|
|
21
|
+
MenuStatus: () => MenuStatus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(menu_status_constant_exports);
|
|
24
|
+
const MenuStatus = {
|
|
25
|
+
ACTIVE: "active",
|
|
26
|
+
DISABLED: "disabled"
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=menu-status.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/menu-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\n\nexport const MenuStatus = {\n ACTIVE: 'active',\n DISABLED: 'disabled',\n} as const;\n\nexport type MenuStatus = (typeof MenuStatus)[keyof typeof MenuStatus];\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,aAAa;AAAA,EACxB,QAAQ;AAAA,EACR,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/menu-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\n\nexport const MenuStatus = {\n ACTIVE: 'active',\n DISABLED: 'disabled',\n} as const;\n\nexport type MenuStatus = (typeof MenuStatus)[keyof typeof MenuStatus];\n"],"mappings":"AAEO,MAAM,aAAa;AAAA,EACxB,QAAQ;AAAA,EACR,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var menu_type_constant_exports = {};
|
|
20
|
+
__export(menu_type_constant_exports, {
|
|
21
|
+
MenuType: () => MenuType
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(menu_type_constant_exports);
|
|
24
|
+
const MenuType = {
|
|
25
|
+
DIRECTORY: "directory",
|
|
26
|
+
MENU: "menu",
|
|
27
|
+
PERMISSION: "permission"
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=menu-type.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/menu-type.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\n\nexport const MenuType = {\n DIRECTORY: 'directory',\n MENU: 'menu',\n PERMISSION: 'permission',\n} as const;\n\nexport type MenuType = (typeof MenuType)[keyof typeof MenuType];\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,MAAM,WAAW;AAAA,EACtB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AACd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/menu/menu-type.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\n\nexport const MenuType = {\n DIRECTORY: 'directory',\n MENU: 'menu',\n PERMISSION: 'permission',\n} as const;\n\nexport type MenuType = (typeof MenuType)[keyof typeof MenuType];\n"],"mappings":"AAEO,MAAM,WAAW;AAAA,EACtB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,YAAY;AACd;","names":[]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var project_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(project_exports);
|
|
18
|
+
__reExport(project_exports, require("./project-res-status.constant"), module.exports);
|
|
19
|
+
__reExport(project_exports, require("./project-trust-account-allocation-status.constant"), module.exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './project-res-status.constant';\nexport * from './project-trust-account-allocation-status.constant';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,4BAAc,0CAFd;AAGA,4BAAc,+DAHd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './project-res-status.constant';\nexport * from './project-trust-account-allocation-status.constant';\n"],"mappings":"AAEA,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const ProjectRestResStatus: {
|
|
2
|
+
readonly MISS_MATCH: "miss_match";
|
|
3
|
+
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
4
|
+
readonly PENDING_APPROVAL: "pending_approval";
|
|
5
|
+
readonly APPROVED: "approved";
|
|
6
|
+
readonly REJECTED: "rejected";
|
|
7
|
+
};
|
|
8
|
+
type ProjectRestResStatus = (typeof ProjectRestResStatus)[keyof typeof ProjectRestResStatus];
|
|
9
|
+
|
|
10
|
+
export { ProjectRestResStatus };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const ProjectRestResStatus: {
|
|
2
|
+
readonly MISS_MATCH: "miss_match";
|
|
3
|
+
readonly PENDING_TRUST_ACCOUNT: "pending_trust_account";
|
|
4
|
+
readonly PENDING_APPROVAL: "pending_approval";
|
|
5
|
+
readonly APPROVED: "approved";
|
|
6
|
+
readonly REJECTED: "rejected";
|
|
7
|
+
};
|
|
8
|
+
type ProjectRestResStatus = (typeof ProjectRestResStatus)[keyof typeof ProjectRestResStatus];
|
|
9
|
+
|
|
10
|
+
export { ProjectRestResStatus };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var project_res_status_constant_exports = {};
|
|
20
|
+
__export(project_res_status_constant_exports, {
|
|
21
|
+
ProjectRestResStatus: () => ProjectRestResStatus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(project_res_status_constant_exports);
|
|
24
|
+
const ProjectRestResStatus = {
|
|
25
|
+
MISS_MATCH: "miss_match",
|
|
26
|
+
PENDING_TRUST_ACCOUNT: "pending_trust_account",
|
|
27
|
+
PENDING_APPROVAL: "pending_approval",
|
|
28
|
+
APPROVED: "approved",
|
|
29
|
+
REJECTED: "rejected"
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=project-res-status.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/project-res-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\nexport const ProjectRestResStatus = {\n MISS_MATCH: 'miss_match',\n PENDING_TRUST_ACCOUNT: 'pending_trust_account',\n PENDING_APPROVAL: 'pending_approval',\n APPROVED: 'approved',\n REJECTED: 'rejected',\n} as const;\n\nexport type ProjectRestResStatus = (typeof ProjectRestResStatus)[keyof typeof ProjectRestResStatus];\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACO,MAAM,uBAAuB;AAAA,EAClC,YAAY;AAAA,EACZ,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const ProjectRestResStatus = {
|
|
2
|
+
MISS_MATCH: "miss_match",
|
|
3
|
+
PENDING_TRUST_ACCOUNT: "pending_trust_account",
|
|
4
|
+
PENDING_APPROVAL: "pending_approval",
|
|
5
|
+
APPROVED: "approved",
|
|
6
|
+
REJECTED: "rejected"
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
ProjectRestResStatus
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=project-res-status.constant.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/project-res-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\nexport const ProjectRestResStatus = {\n MISS_MATCH: 'miss_match',\n PENDING_TRUST_ACCOUNT: 'pending_trust_account',\n PENDING_APPROVAL: 'pending_approval',\n APPROVED: 'approved',\n REJECTED: 'rejected',\n} as const;\n\nexport type ProjectRestResStatus = (typeof ProjectRestResStatus)[keyof typeof ProjectRestResStatus];\n"],"mappings":"AACO,MAAM,uBAAuB;AAAA,EAClC,YAAY;AAAA,EACZ,uBAAuB;AAAA,EACvB,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const ProjectTrustAccountAllocationStatus: {
|
|
2
|
+
readonly PENDING_APPROVAL: "pending_approval";
|
|
3
|
+
readonly APPROVED: "approved";
|
|
4
|
+
readonly REJECTED: "rejected";
|
|
5
|
+
};
|
|
6
|
+
type ProjectTrustAccountAllocationStatus = (typeof ProjectTrustAccountAllocationStatus)[keyof typeof ProjectTrustAccountAllocationStatus];
|
|
7
|
+
|
|
8
|
+
export { ProjectTrustAccountAllocationStatus };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const ProjectTrustAccountAllocationStatus: {
|
|
2
|
+
readonly PENDING_APPROVAL: "pending_approval";
|
|
3
|
+
readonly APPROVED: "approved";
|
|
4
|
+
readonly REJECTED: "rejected";
|
|
5
|
+
};
|
|
6
|
+
type ProjectTrustAccountAllocationStatus = (typeof ProjectTrustAccountAllocationStatus)[keyof typeof ProjectTrustAccountAllocationStatus];
|
|
7
|
+
|
|
8
|
+
export { ProjectTrustAccountAllocationStatus };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var project_trust_account_allocation_status_constant_exports = {};
|
|
20
|
+
__export(project_trust_account_allocation_status_constant_exports, {
|
|
21
|
+
ProjectTrustAccountAllocationStatus: () => ProjectTrustAccountAllocationStatus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(project_trust_account_allocation_status_constant_exports);
|
|
24
|
+
const ProjectTrustAccountAllocationStatus = {
|
|
25
|
+
PENDING_APPROVAL: "pending_approval",
|
|
26
|
+
APPROVED: "approved",
|
|
27
|
+
REJECTED: "rejected"
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=project-trust-account-allocation-status.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/project-trust-account-allocation-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\nexport const ProjectTrustAccountAllocationStatus = {\n PENDING_APPROVAL: 'pending_approval',\n APPROVED: 'approved',\n REJECTED: 'rejected',\n} as const;\n\nexport type ProjectTrustAccountAllocationStatus = (typeof ProjectTrustAccountAllocationStatus)[keyof typeof ProjectTrustAccountAllocationStatus];\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACO,MAAM,sCAAsC;AAAA,EACjD,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const ProjectTrustAccountAllocationStatus = {
|
|
2
|
+
PENDING_APPROVAL: "pending_approval",
|
|
3
|
+
APPROVED: "approved",
|
|
4
|
+
REJECTED: "rejected"
|
|
5
|
+
};
|
|
6
|
+
export {
|
|
7
|
+
ProjectTrustAccountAllocationStatus
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=project-trust-account-allocation-status.constant.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/project/project-trust-account-allocation-status.constant.ts"],"sourcesContent":["/* eslint-disable ts/no-redeclare */\nexport const ProjectTrustAccountAllocationStatus = {\n PENDING_APPROVAL: 'pending_approval',\n APPROVED: 'approved',\n REJECTED: 'rejected',\n} as const;\n\nexport type ProjectTrustAccountAllocationStatus = (typeof ProjectTrustAccountAllocationStatus)[keyof typeof ProjectTrustAccountAllocationStatus];\n"],"mappings":"AACO,MAAM,sCAAsC;AAAA,EACjD,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,UAAU;AACZ;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TrustAccountStatus } from './trust-account-status.constant.mjs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TrustAccountStatus } from './trust-account-status.constant.js';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
+
var trust_account_exports = {};
|
|
17
|
+
module.exports = __toCommonJS(trust_account_exports);
|
|
18
|
+
__reExport(trust_account_exports, require("./trust-account-status.constant"), module.exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/trust-account/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './trust-account-status.constant';\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAEA,kCAAc,4CAFd;","names":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/trust-account/index.ts"],"sourcesContent":["// This file is auto-generated. Do not edit manually.\n\nexport * from './trust-account-status.constant';\n"],"mappings":"AAEA,cAAc;","names":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var trust_account_status_constant_exports = {};
|
|
20
|
+
__export(trust_account_status_constant_exports, {
|
|
21
|
+
TrustAccountStatus: () => TrustAccountStatus
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(trust_account_status_constant_exports);
|
|
24
|
+
var TrustAccountStatus = /* @__PURE__ */ ((TrustAccountStatus2) => {
|
|
25
|
+
TrustAccountStatus2["ACTIVE"] = "active";
|
|
26
|
+
TrustAccountStatus2["INACTIVE"] = "inactive";
|
|
27
|
+
return TrustAccountStatus2;
|
|
28
|
+
})(TrustAccountStatus || {});
|
|
29
|
+
//# sourceMappingURL=trust-account-status.constant.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/trust-account/trust-account-status.constant.ts"],"sourcesContent":["export enum TrustAccountStatus {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAK,qBAAL,kBAAKA,wBAAL;AACL,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;","names":["TrustAccountStatus"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
var TrustAccountStatus = /* @__PURE__ */ ((TrustAccountStatus2) => {
|
|
2
|
+
TrustAccountStatus2["ACTIVE"] = "active";
|
|
3
|
+
TrustAccountStatus2["INACTIVE"] = "inactive";
|
|
4
|
+
return TrustAccountStatus2;
|
|
5
|
+
})(TrustAccountStatus || {});
|
|
6
|
+
export {
|
|
7
|
+
TrustAccountStatus
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=trust-account-status.constant.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../packages/constants/trust-account/trust-account-status.constant.ts"],"sourcesContent":["export enum TrustAccountStatus {\n ACTIVE = 'active',\n INACTIVE = 'inactive',\n}\n"],"mappings":"AAAO,IAAK,qBAAL,kBAAKA,wBAAL;AACL,EAAAA,oBAAA,YAAS;AACT,EAAAA,oBAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;","names":["TrustAccountStatus"]}
|