@company-semantics/contracts 39.6.0 → 39.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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "39.6.0",
3
+ "version": "39.6.1",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/src/index.ts CHANGED
@@ -452,6 +452,8 @@ export {
452
452
  COMPANY_MD_COLLAB_MAX_UPDATE_B64_CHARS,
453
453
  COMPANY_MD_COLLAB_MAX_DOC_TEXT_BYTES,
454
454
  COMPANY_MD_COLLAB_MAX_PRESENCE_POSITION_CHARS,
455
+ COMPANY_MD_COLLAB_PRESENCE_TTL_MS,
456
+ COMPANY_MD_COLLAB_PRESENCE_HEARTBEAT_MS,
455
457
  CompanyMdCollabSyncLimitsSchema,
456
458
  CompanyMdCollabSyncResponseSchema,
457
459
  CompanyMdCollabUpdateAcceptedSchema,