twenty-sdk 0.6.0 → 0.6.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.
Files changed (26) hide show
  1. package/README.md +1 -1
  2. package/dist/{HtmlTagToRemoteComponent-DBOkvIRB.mjs → HtmlTagToRemoteComponent-CALlgbCB.mjs} +283 -231
  3. package/dist/{HtmlTagToRemoteComponent-DzQ2I9Lz.js → HtmlTagToRemoteComponent-DvFlyCDv.js} +11 -11
  4. package/dist/cli/utilities/api/api-service.d.ts +4 -0
  5. package/dist/cli/utilities/build/common/esbuild-watcher.d.ts +5 -2
  6. package/dist/cli/utilities/build/common/typecheck-plugin.d.ts +1 -1
  7. package/dist/cli/utilities/client/client-service.d.ts +6 -1
  8. package/dist/cli/utilities/dev/orchestrator/dev-mode-orchestrator.d.ts +2 -0
  9. package/dist/cli/utilities/dev/orchestrator/steps/start-watchers-orchestrator-step.d.ts +2 -0
  10. package/dist/cli.cjs +376 -70
  11. package/dist/cli.mjs +2139 -1769
  12. package/dist/front-component-renderer/index.cjs +10 -10
  13. package/dist/front-component-renderer/index.d.ts +3 -3
  14. package/dist/front-component-renderer/index.mjs +2048 -1877
  15. package/dist/front-component-renderer/remote/generated/remote-components.d.ts +4 -0
  16. package/dist/front-component-renderer/remote/generated/remote-elements.d.ts +43 -0
  17. package/dist/front-component-renderer/types/FrontComponentHostCommunicationApi.d.ts +2 -1
  18. package/dist/{get-function-input-schema-BZ7_XyUh-By3UDh4s.mjs → get-function-input-schema-BZ7_XyUh-C9RBS5oC.mjs} +1 -1
  19. package/dist/{get-function-input-schema-BZ7_XyUh-GxSybvDe.js → get-function-input-schema-BZ7_XyUh-CzwPUwwE.js} +1 -1
  20. package/dist/index.cjs +1 -1
  21. package/dist/index.mjs +2 -2
  22. package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js +53 -1
  23. package/dist/sdk/front-component-api/constants/AllowedHtmlElements.js.map +1 -1
  24. package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.d.ts +2 -0
  25. package/dist/sdk/front-component-api/globals/frontComponentHostCommunicationApi.js.map +1 -1
  26. package/package.json +17 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  A CLI and SDK to develop, build, and publish applications that extend [Twenty CRM](https://twenty.com).
16
16
 
17
- - Typesafe client and workspace entity typings
17
+ - Two autogenerated typed GraphQL clients: `CoreApiClient` (workspace data) and `MetadataApiClient` (workspace configuration & file uploads)
18
18
  - Built‑in CLI for auth, dev mode (watch & sync), uninstall, and function management
19
19
  - Works great with the scaffolder: [create-twenty-app](https://www.npmjs.com/package/create-twenty-app)
20
20