@mikemo-coposit/am-accounting-shared 1.1.2 → 1.2.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/cjs/constants/cma/cma.constant.d.ts +1 -0
- package/dist/cjs/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/cjs/constants/common/package-version.constant.d.ts +1 -1
- package/dist/cjs/index.cjs +118 -44
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/cjs/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/cjs/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/cjs/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
- package/dist/cjs/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/index.d.ts +1 -0
- package/dist/cjs/schemas/common/search/index.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts +3 -3
- package/dist/cjs/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/cjs/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/index.d.ts +1 -0
- package/dist/cjs/schemas/index.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/cjs/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
- package/dist/cjs/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +37 -7
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/cjs/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/constants/cma/cma.constant.d.ts +1 -0
- package/dist/esm/constants/cma/cma.constant.d.ts.map +1 -1
- package/dist/esm/constants/common/package-version.constant.d.ts +1 -1
- package/dist/esm/index.js +103 -44
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts +11 -5
- package/dist/esm/schemas/cma/cma-search.rest.schemal.d.ts.map +1 -1
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +4 -0
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts +95 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.entity.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts +17 -0
- package/dist/esm/schemas/cma-closure-request/cma-closure-request.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts +3 -0
- package/dist/esm/schemas/cma-closure-request/index.d.ts.map +1 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts +11 -5
- package/dist/esm/schemas/cma-transaction/cma-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/index.d.ts +1 -0
- package/dist/esm/schemas/common/search/index.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts +3 -3
- package/dist/esm/schemas/common/search/string-filter.schema.d.ts.map +1 -1
- package/dist/esm/schemas/common/search/string-null.schema.d.ts +3 -0
- package/dist/esm/schemas/common/search/string-null.schema.d.ts.map +1 -0
- package/dist/esm/schemas/index.d.ts +1 -0
- package/dist/esm/schemas/index.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts +11 -5
- package/dist/esm/schemas/mta-transaction/mta-transaction-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts +6 -0
- package/dist/esm/schemas/payout/mta-to-cma-payout/provision-data.mta-to-cma-payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +37 -7
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +3 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/project/project-search.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts +20 -8
- package/dist/esm/schemas/property/property-search.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.rest.schema.d.ts +2 -0
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/package.json +18 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikemo-coposit/am-accounting-shared",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared packages for AM Accounting",
|
|
6
6
|
"license": "ISC",
|
|
@@ -17,25 +17,6 @@
|
|
|
17
17
|
"require": "./dist/cjs/index.cjs"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"prebuild": "node generate-index-files.js",
|
|
22
|
-
"build": "pnpm run prebuild && rm -rf dist && rslib build",
|
|
23
|
-
"start:dev": "rslib build --watch",
|
|
24
|
-
"lint": "oxlint",
|
|
25
|
-
"lint:fix": "oxlint --fix",
|
|
26
|
-
"lint:staged": "lint-staged",
|
|
27
|
-
"fmt": "oxfmt",
|
|
28
|
-
"fmt:check": "oxfmt --check",
|
|
29
|
-
"prepare": "husky",
|
|
30
|
-
"update-version": "node update-version.js",
|
|
31
|
-
"release": "release-it",
|
|
32
|
-
"release:patch": "release-it patch",
|
|
33
|
-
"release:dry": "release-it --dry-run --no-npm",
|
|
34
|
-
"release:info": "release-it --release-version",
|
|
35
|
-
"release:dev:no-npm": "release-it --preRelease=dev --no-npm --no-changelog",
|
|
36
|
-
"release:dev": "release-it --preRelease=dev --no-changelog",
|
|
37
|
-
"release:prod:no-npm": "release-it --no-npm"
|
|
38
|
-
},
|
|
39
20
|
"dependencies": {
|
|
40
21
|
"dayjs": "^1",
|
|
41
22
|
"decimal.js": "^10"
|
|
@@ -65,10 +46,22 @@
|
|
|
65
46
|
"engines": {
|
|
66
47
|
"node": ">=20.0.0"
|
|
67
48
|
},
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
49
|
+
"scripts": {
|
|
50
|
+
"prebuild": "node generate-index-files.js",
|
|
51
|
+
"build": "pnpm run prebuild && rm -rf dist && rslib build",
|
|
52
|
+
"start:dev": "rslib build --watch",
|
|
53
|
+
"lint": "oxlint",
|
|
54
|
+
"lint:fix": "oxlint --fix",
|
|
55
|
+
"lint:staged": "lint-staged",
|
|
56
|
+
"fmt": "oxfmt",
|
|
57
|
+
"fmt:check": "oxfmt --check",
|
|
58
|
+
"update-version": "node update-version.js",
|
|
59
|
+
"release": "release-it",
|
|
60
|
+
"release:patch": "release-it patch",
|
|
61
|
+
"release:dry": "release-it --dry-run --no-npm",
|
|
62
|
+
"release:info": "release-it --release-version",
|
|
63
|
+
"release:dev:no-npm": "release-it --preRelease=dev --no-npm --no-changelog",
|
|
64
|
+
"release:dev": "release-it --preRelease=dev --no-changelog",
|
|
65
|
+
"release:prod:no-npm": "release-it --no-npm"
|
|
73
66
|
}
|
|
74
67
|
}
|