@hed-hog/finance 0.0.361 → 0.0.363

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.
@@ -599,6 +599,61 @@
599
599
  slug: admin
600
600
  - where:
601
601
  slug: admin-finance
602
+ # CRM routes used by finance pages (PersonPickerField)
603
+ - url: /person
604
+ method: GET
605
+ relations:
606
+ role:
607
+ - where:
608
+ slug: admin
609
+ - where:
610
+ slug: admin-finance
611
+
612
+ - url: /person/:id
613
+ method: GET
614
+ relations:
615
+ role:
616
+ - where:
617
+ slug: admin
618
+ - where:
619
+ slug: admin-finance
620
+
621
+ - url: /person
622
+ method: POST
623
+ relations:
624
+ role:
625
+ - where:
626
+ slug: admin
627
+ - where:
628
+ slug: admin-finance
629
+
630
+ - url: /person/:id
631
+ method: PATCH
632
+ relations:
633
+ role:
634
+ - where:
635
+ slug: admin
636
+ - where:
637
+ slug: admin-finance
638
+
639
+ - url: /person-contact-type
640
+ method: GET
641
+ relations:
642
+ role:
643
+ - where:
644
+ slug: admin
645
+ - where:
646
+ slug: admin-finance
647
+
648
+ - url: /person-document-type
649
+ method: GET
650
+ relations:
651
+ role:
652
+ - where:
653
+ slug: admin
654
+ - where:
655
+ slug: admin-finance
656
+
602
657
  # finance MCP tools
603
658
  - tool_name: finance.accounts-payable.installments.approve
604
659
  type: MCP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/finance",
3
- "version": "0.0.361",
3
+ "version": "0.0.363",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -9,14 +9,14 @@
9
9
  "@nestjs/core": "^11",
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
- "@hed-hog/api-prisma": "0.0.6",
13
12
  "@hed-hog/api": "0.0.8",
14
13
  "@hed-hog/api-pagination": "0.0.7",
15
14
  "@hed-hog/api-locale": "0.0.14",
16
- "@hed-hog/crm": "0.0.361",
17
- "@hed-hog/core": "0.0.361",
15
+ "@hed-hog/crm": "0.0.362",
16
+ "@hed-hog/api-prisma": "0.0.6",
18
17
  "@hed-hog/api-types": "0.0.1",
19
- "@hed-hog/tag": "0.0.361"
18
+ "@hed-hog/core": "0.0.362",
19
+ "@hed-hog/tag": "0.0.362"
20
20
  },
21
21
  "exports": {
22
22
  ".": {