@open-captable-protocol/canton 0.2.233 → 0.2.234
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 +1 -1
- package/dist/functions/OpenCapTable/capTable/damlToOcf.d.ts +1 -1
- package/dist/functions/OpenCapTable/capTable/damlToOcf.js +1 -1
- package/dist/functions/OpenCapTable/capTable/ocfToDaml.d.ts +1 -1
- package/dist/functions/OpenCapTable/capTable/ocfToDaml.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,7 +85,7 @@ This README is for SDK contributors and AI assistants. For end users/consumers,
|
|
|
85
85
|
- Contributor guidance lives here
|
|
86
86
|
- End-user/API docs: [Open Cap Table Protocol Canton SDK](https://ocp.canton.fairmint.com/)
|
|
87
87
|
- Internal API docs can be generated locally with `npm run docs` into `docs/`
|
|
88
|
-
- AI context (single source of truth): `
|
|
88
|
+
- AI context (single source of truth): `CLAUDE.md` (agent entrypoints: `CLAUDE.md`, `AGENTS.md`,
|
|
89
89
|
`GEMINI.md`)
|
|
90
90
|
|
|
91
91
|
### Contribution checklist
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* IMPORTANT: This file is a DISPATCHER ONLY. All converter implementations should be in their
|
|
8
8
|
* respective entity folders (e.g., stockRetraction/damlToOcf.ts).
|
|
9
|
-
* See
|
|
9
|
+
* See CLAUDE.md "Entity Folder Organization (CRITICAL)" for details.
|
|
10
10
|
*/
|
|
11
11
|
import type { LedgerJsonApiClient } from '@fairmint/canton-node-sdk';
|
|
12
12
|
import type { OcfDataTypeFor, OcfEntityType } from './batchTypes';
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* IMPORTANT: This file is a DISPATCHER ONLY. All converter implementations should be in their
|
|
9
9
|
* respective entity folders (e.g., stockRetraction/damlToOcf.ts).
|
|
10
|
-
* See
|
|
10
|
+
* See CLAUDE.md "Entity Folder Organization (CRITICAL)" for details.
|
|
11
11
|
*/
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports.ENTITY_DATA_FIELD_MAP = void 0;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* IMPORTANT: This file is a DISPATCHER ONLY. All converter implementations should be in their
|
|
8
8
|
* respective entity folders (e.g., stakeholder/stakeholderDataToDaml.ts).
|
|
9
|
-
* See
|
|
9
|
+
* See CLAUDE.md "Entity Folder Organization (CRITICAL)" for details.
|
|
10
10
|
*/
|
|
11
11
|
import type { OcfDataTypeFor, OcfEntityType } from './batchTypes';
|
|
12
12
|
/**
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* IMPORTANT: This file is a DISPATCHER ONLY. All converter implementations should be in their
|
|
9
9
|
* respective entity folders (e.g., stakeholder/stakeholderDataToDaml.ts).
|
|
10
|
-
* See
|
|
10
|
+
* See CLAUDE.md "Entity Folder Organization (CRITICAL)" for details.
|
|
11
11
|
*/
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
exports.convertToDaml = convertToDaml;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-captable-protocol/canton",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.234",
|
|
4
4
|
"description": "A TypeScript SDK for interacting with the Open CapTable Protocol (OCP) Factory contract on Canton blockchain",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|