@company-semantics/contracts 0.75.0 → 0.76.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "0.75.0",
3
+ "version": "0.76.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,9 +40,10 @@ export type IntegrationProvider = 'slack' | 'google' | 'zoom'
40
40
  * Maps to (provider, service) pair in the database:
41
41
  * - 'slack' → provider='slack', service=''
42
42
  * - 'google_drive' → provider='google', service='drive'
43
+ * - 'google_meet' → provider='google', service='meet'
43
44
  * - 'zoom' → provider='zoom', service=''
44
45
  */
45
- export type IntegrationKey = 'slack' | 'google_drive' | 'zoom'
46
+ export type IntegrationKey = 'slack' | 'google_drive' | 'google_meet' | 'zoom'
46
47
 
47
48
  /**
48
49
  * Content structure for integration artifacts.