@contractspec/module.workspace 2.9.1 → 3.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.
|
@@ -280,7 +280,7 @@ export interface MigrationSpecData extends BaseSpecData {
|
|
|
280
280
|
up: MigrationStepData[];
|
|
281
281
|
down?: MigrationStepData[];
|
|
282
282
|
}
|
|
283
|
-
export type IntegrationCategoryData = 'payments' | 'email' | 'calendar' | 'sms' | 'ai-llm' | 'ai-voice' | 'analytics' | 'speech-to-text' | 'vector-db' | 'storage' | 'accounting' | 'crm' | 'helpdesk' | 'project-management' | 'open-banking' | 'database' | 'custom';
|
|
283
|
+
export type IntegrationCategoryData = 'payments' | 'email' | 'calendar' | 'sms' | 'messaging' | 'ai-llm' | 'ai-voice' | 'analytics' | 'speech-to-text' | 'vector-db' | 'storage' | 'accounting' | 'crm' | 'helpdesk' | 'project-management' | 'open-banking' | 'database' | 'custom';
|
|
284
284
|
export type IntegrationConfigFieldType = 'string' | 'number' | 'boolean';
|
|
285
285
|
export type IntegrationOwnershipModeData = 'managed' | 'byok';
|
|
286
286
|
export type IntegrationHealthCheckMethod = 'ping' | 'list' | 'custom';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/module.workspace",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Workspace discovery and management module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"typecheck": "tsc --noEmit"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@contractspec/lib.contracts-spec": "
|
|
35
|
-
"@contractspec/lib.schema": "
|
|
34
|
+
"@contractspec/lib.contracts-spec": "3.0.0",
|
|
35
|
+
"@contractspec/lib.schema": "3.0.0",
|
|
36
36
|
"compare-versions": "^6.1.1",
|
|
37
37
|
"ts-morph": "^27.0.2",
|
|
38
38
|
"zod": "^4.3.5",
|
|
39
|
-
"@contractspec/lib.contracts-integrations": "
|
|
39
|
+
"@contractspec/lib.contracts-integrations": "3.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@contractspec/tool.typescript": "
|
|
42
|
+
"@contractspec/tool.typescript": "3.0.0",
|
|
43
43
|
"typescript": "^5.9.3",
|
|
44
|
-
"@contractspec/tool.bun": "
|
|
44
|
+
"@contractspec/tool.bun": "3.0.0"
|
|
45
45
|
},
|
|
46
46
|
"exports": {
|
|
47
47
|
".": {
|