@connectedxm/admin 6.33.0 → 7.0.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/CLAUDE.md +1 -1
- package/dist/index.cjs +64 -575
- package/dist/index.d.cts +68 -385
- package/dist/index.d.ts +68 -385
- package/dist/index.js +57 -525
- package/openapi.json +252 -1363
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -19,7 +19,7 @@ A separate generated SDK (`@connectedxm/admin-sdk`, typescript-axios) is produce
|
|
|
19
19
|
- `npm run generate:sdks` — runs OpenAPI Generator over `openapi.json` to produce the typescript-axios SDK in `sdks/typescript/`, then npm-links it
|
|
20
20
|
- `npm run release` — `lint && build` (run before publishing)
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
Work happens on **feature branches off `main`**, which is the default branch and the publish source. Open the PR against `main`. CI runs `lint` + `tsc` + `build` on every push; on merge to `main`, both `@connectedxm/admin` and the generated `@connectedxm/admin-sdk` are published, and `openapi.json` is regenerated on the PR. (The older `staging` → `main` flow is deprecated — don't branch from or target `staging`.)
|
|
23
23
|
|
|
24
24
|
## Architecture
|
|
25
25
|
|