@contractspec/example.integration-hub 1.62.0 → 2.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.
Files changed (118) hide show
  1. package/dist/browser/connection/connection.operation.js +1 -1
  2. package/dist/browser/connection/connection.presentation.js +4 -1
  3. package/dist/browser/connection/index.js +1 -1
  4. package/dist/browser/docs/index.js +1 -1
  5. package/dist/browser/docs/integration-hub.docblock.js +1 -1
  6. package/dist/browser/events.js +1 -1
  7. package/dist/browser/example.js +1 -1
  8. package/dist/browser/index.js +3 -3
  9. package/dist/browser/integration/index.js +1 -1
  10. package/dist/browser/integration/integration.operations.js +1 -1
  11. package/dist/browser/integration/integration.presentation.js +4 -1
  12. package/dist/browser/integration-hub.capability.js +4 -1
  13. package/dist/browser/integration-hub.feature.js +1 -1
  14. package/dist/browser/sync/index.js +1 -1
  15. package/dist/browser/sync/sync.operations.js +1 -1
  16. package/dist/browser/sync/sync.presentation.js +4 -1
  17. package/dist/browser/tests/operations.test-spec.js +1 -1
  18. package/dist/connection/connection.enum.d.ts +0 -1
  19. package/dist/connection/connection.operation.d.ts +1 -2
  20. package/dist/connection/connection.operation.js +1 -1
  21. package/dist/connection/connection.presentation.d.ts +2 -3
  22. package/dist/connection/connection.presentation.js +4 -1
  23. package/dist/connection/connection.schema.d.ts +0 -1
  24. package/dist/connection/index.d.ts +0 -1
  25. package/dist/connection/index.js +1 -1
  26. package/dist/docs/index.d.ts +0 -1
  27. package/dist/docs/index.js +1 -1
  28. package/dist/docs/integration-hub.docblock.d.ts +0 -1
  29. package/dist/docs/integration-hub.docblock.js +1 -1
  30. package/dist/events.d.ts +9 -10
  31. package/dist/events.js +1 -1
  32. package/dist/example.d.ts +1 -2
  33. package/dist/example.js +1 -1
  34. package/dist/handlers/index.d.ts +0 -1
  35. package/dist/handlers/integration.handlers.d.ts +0 -1
  36. package/dist/index.d.ts +0 -1
  37. package/dist/index.js +3 -3
  38. package/dist/integration/index.d.ts +0 -1
  39. package/dist/integration/index.js +1 -1
  40. package/dist/integration/integration.enum.d.ts +0 -1
  41. package/dist/integration/integration.operations.d.ts +1 -2
  42. package/dist/integration/integration.operations.js +1 -1
  43. package/dist/integration/integration.presentation.d.ts +3 -4
  44. package/dist/integration/integration.presentation.js +4 -1
  45. package/dist/integration/integration.schema.d.ts +0 -1
  46. package/dist/integration-hub.capability.d.ts +3 -4
  47. package/dist/integration-hub.capability.js +4 -1
  48. package/dist/integration-hub.feature.d.ts +1 -2
  49. package/dist/integration-hub.feature.js +1 -1
  50. package/dist/node/connection/connection.operation.js +1 -1
  51. package/dist/node/connection/connection.presentation.js +4 -1
  52. package/dist/node/connection/index.js +1 -1
  53. package/dist/node/docs/index.js +1 -1
  54. package/dist/node/docs/integration-hub.docblock.js +1 -1
  55. package/dist/node/events.js +1 -1
  56. package/dist/node/example.js +1 -1
  57. package/dist/node/index.js +3 -3
  58. package/dist/node/integration/index.js +1 -1
  59. package/dist/node/integration/integration.operations.js +1 -1
  60. package/dist/node/integration/integration.presentation.js +4 -1
  61. package/dist/node/integration-hub.capability.js +4 -1
  62. package/dist/node/integration-hub.feature.js +1 -1
  63. package/dist/node/sync/index.js +1 -1
  64. package/dist/node/sync/sync.operations.js +1 -1
  65. package/dist/node/sync/sync.presentation.js +4 -1
  66. package/dist/node/tests/operations.test-spec.js +1 -1
  67. package/dist/seeders/index.d.ts +0 -1
  68. package/dist/sync/index.d.ts +0 -1
  69. package/dist/sync/index.js +1 -1
  70. package/dist/sync/sync.enum.d.ts +0 -1
  71. package/dist/sync/sync.operations.d.ts +4 -5
  72. package/dist/sync/sync.operations.js +1 -1
  73. package/dist/sync/sync.presentation.d.ts +6 -7
  74. package/dist/sync/sync.presentation.js +4 -1
  75. package/dist/sync/sync.schema.d.ts +0 -1
  76. package/dist/sync-engine/index.d.ts +0 -1
  77. package/dist/tests/operations.test-spec.d.ts +3 -4
  78. package/dist/tests/operations.test-spec.js +1 -1
  79. package/dist/ui/IntegrationDashboard.d.ts +0 -1
  80. package/dist/ui/hooks/index.d.ts +0 -1
  81. package/dist/ui/hooks/useIntegrationData.d.ts +0 -1
  82. package/dist/ui/index.d.ts +0 -1
  83. package/dist/ui/renderers/index.d.ts +0 -1
  84. package/dist/ui/renderers/integration.markdown.d.ts +1 -2
  85. package/package.json +8 -8
  86. package/dist/connection/connection.enum.d.ts.map +0 -1
  87. package/dist/connection/connection.operation.d.ts.map +0 -1
  88. package/dist/connection/connection.presentation.d.ts.map +0 -1
  89. package/dist/connection/connection.schema.d.ts.map +0 -1
  90. package/dist/connection/index.d.ts.map +0 -1
  91. package/dist/docs/index.d.ts.map +0 -1
  92. package/dist/docs/integration-hub.docblock.d.ts.map +0 -1
  93. package/dist/events.d.ts.map +0 -1
  94. package/dist/example.d.ts.map +0 -1
  95. package/dist/handlers/index.d.ts.map +0 -1
  96. package/dist/handlers/integration.handlers.d.ts.map +0 -1
  97. package/dist/index.d.ts.map +0 -1
  98. package/dist/integration/index.d.ts.map +0 -1
  99. package/dist/integration/integration.enum.d.ts.map +0 -1
  100. package/dist/integration/integration.operations.d.ts.map +0 -1
  101. package/dist/integration/integration.presentation.d.ts.map +0 -1
  102. package/dist/integration/integration.schema.d.ts.map +0 -1
  103. package/dist/integration-hub.capability.d.ts.map +0 -1
  104. package/dist/integration-hub.feature.d.ts.map +0 -1
  105. package/dist/seeders/index.d.ts.map +0 -1
  106. package/dist/sync/index.d.ts.map +0 -1
  107. package/dist/sync/sync.enum.d.ts.map +0 -1
  108. package/dist/sync/sync.operations.d.ts.map +0 -1
  109. package/dist/sync/sync.presentation.d.ts.map +0 -1
  110. package/dist/sync/sync.schema.d.ts.map +0 -1
  111. package/dist/sync-engine/index.d.ts.map +0 -1
  112. package/dist/tests/operations.test-spec.d.ts.map +0 -1
  113. package/dist/ui/IntegrationDashboard.d.ts.map +0 -1
  114. package/dist/ui/hooks/index.d.ts.map +0 -1
  115. package/dist/ui/hooks/useIntegrationData.d.ts.map +0 -1
  116. package/dist/ui/index.d.ts.map +0 -1
  117. package/dist/ui/renderers/index.d.ts.map +0 -1
  118. package/dist/ui/renderers/integration.markdown.d.ts.map +0 -1
@@ -44,7 +44,7 @@ var CreateConnectionInputModel = defineSchemaModel({
44
44
  });
45
45
 
46
46
  // src/connection/connection.operation.ts
47
- import { defineCommand } from "@contractspec/lib.contracts/operations";
47
+ import { defineCommand } from "@contractspec/lib.contracts-spec/operations";
48
48
  var OWNERS = ["@example.integration-hub"];
49
49
  var CreateConnectionContract = defineCommand({
50
50
  meta: {
@@ -380,7 +380,7 @@ var CreateIntegrationInputModel = defineSchemaModel2({
380
380
  });
381
381
 
382
382
  // src/integration/integration.operations.ts
383
- import { defineCommand as defineCommand2 } from "@contractspec/lib.contracts/operations";
383
+ import { defineCommand as defineCommand2 } from "@contractspec/lib.contracts-spec/operations";
384
384
  var CreateIntegrationContract = defineCommand2({
385
385
  meta: {
386
386
  key: "integration.create",
@@ -575,7 +575,7 @@ var ListSyncRunsOutputModel = defineSchemaModel3({
575
575
  import {
576
576
  defineCommand as defineCommand3,
577
577
  defineQuery
578
- } from "@contractspec/lib.contracts/operations";
578
+ } from "@contractspec/lib.contracts-spec/operations";
579
579
  var OWNERS2 = ["@example.integration-hub"];
580
580
  var CreateSyncConfigContract = defineCommand3({
581
581
  meta: {
@@ -38,7 +38,7 @@ var CreateIntegrationInputModel = defineSchemaModel({
38
38
  });
39
39
 
40
40
  // src/integration/integration.operations.ts
41
- import { defineCommand } from "@contractspec/lib.contracts/operations";
41
+ import { defineCommand } from "@contractspec/lib.contracts-spec/operations";
42
42
  var CreateIntegrationContract = defineCommand({
43
43
  meta: {
44
44
  key: "integration.create",
@@ -38,7 +38,7 @@ var CreateIntegrationInputModel = defineSchemaModel({
38
38
  });
39
39
 
40
40
  // src/integration/integration.operations.ts
41
- import { defineCommand } from "@contractspec/lib.contracts/operations";
41
+ import { defineCommand } from "@contractspec/lib.contracts-spec/operations";
42
42
  var CreateIntegrationContract = defineCommand({
43
43
  meta: {
44
44
  key: "integration.create",
@@ -38,7 +38,10 @@ var CreateIntegrationInputModel = defineSchemaModel({
38
38
  });
39
39
 
40
40
  // src/integration/integration.presentation.ts
41
- import { definePresentation, StabilityEnum } from "@contractspec/lib.contracts";
41
+ import {
42
+ definePresentation,
43
+ StabilityEnum
44
+ } from "@contractspec/lib.contracts-spec";
42
45
  var IntegrationListPresentation = definePresentation({
43
46
  meta: {
44
47
  key: "integration.list",
@@ -1,5 +1,8 @@
1
1
  // src/integration-hub.capability.ts
2
- import { defineCapability, StabilityEnum } from "@contractspec/lib.contracts";
2
+ import {
3
+ defineCapability,
4
+ StabilityEnum
5
+ } from "@contractspec/lib.contracts-spec";
3
6
  var IntegrationCapability = defineCapability({
4
7
  meta: {
5
8
  key: "integration",
@@ -1,5 +1,5 @@
1
1
  // src/integration-hub.feature.ts
2
- import { defineFeature } from "@contractspec/lib.contracts";
2
+ import { defineFeature } from "@contractspec/lib.contracts-spec";
3
3
  var IntegrationHubFeature = defineFeature({
4
4
  meta: {
5
5
  key: "integration-hub",
@@ -147,7 +147,7 @@ var ListSyncRunsOutputModel = defineSchemaModel({
147
147
  import {
148
148
  defineCommand,
149
149
  defineQuery
150
- } from "@contractspec/lib.contracts/operations";
150
+ } from "@contractspec/lib.contracts-spec/operations";
151
151
  var OWNERS = ["@example.integration-hub"];
152
152
  var CreateSyncConfigContract = defineCommand({
153
153
  meta: {
@@ -147,7 +147,7 @@ var ListSyncRunsOutputModel = defineSchemaModel({
147
147
  import {
148
148
  defineCommand,
149
149
  defineQuery
150
- } from "@contractspec/lib.contracts/operations";
150
+ } from "@contractspec/lib.contracts-spec/operations";
151
151
  var OWNERS = ["@example.integration-hub"];
152
152
  var CreateSyncConfigContract = defineCommand({
153
153
  meta: {
@@ -144,7 +144,10 @@ var ListSyncRunsOutputModel = defineSchemaModel({
144
144
  });
145
145
 
146
146
  // src/sync/sync.presentation.ts
147
- import { definePresentation, StabilityEnum } from "@contractspec/lib.contracts";
147
+ import {
148
+ definePresentation,
149
+ StabilityEnum
150
+ } from "@contractspec/lib.contracts-spec";
148
151
  var SyncConfigListPresentation = definePresentation({
149
152
  meta: {
150
153
  key: "integration.syncConfig.list",
@@ -1,5 +1,5 @@
1
1
  // src/tests/operations.test-spec.ts
2
- import { defineTestSpec } from "@contractspec/lib.contracts";
2
+ import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
3
3
  var SyncConfigCreateTest = defineTestSpec({
4
4
  meta: {
5
5
  key: "integration.syncConfig.create.test",
@@ -3,4 +3,3 @@ export declare function seedIntegrationHub(params: {
3
3
  projectId: string;
4
4
  db: DatabasePort;
5
5
  }): Promise<void>;
6
- //# sourceMappingURL=index.d.ts.map
@@ -4,4 +4,3 @@
4
4
  export { SyncDirectionEnum, SyncStatusEnum, MappingTypeEnum, } from './sync.enum';
5
5
  export { FieldMappingModel, SyncConfigModel, SyncRunModel, CreateSyncConfigInputModel, AddFieldMappingInputModel, TriggerSyncInputModel, ListSyncRunsInputModel, ListSyncRunsOutputModel, } from './sync.schema';
6
6
  export { CreateSyncConfigContract, AddFieldMappingContract, TriggerSyncContract, ListSyncRunsContract, } from './sync.operations';
7
- //# sourceMappingURL=index.d.ts.map
@@ -148,7 +148,7 @@ var ListSyncRunsOutputModel = defineSchemaModel({
148
148
  import {
149
149
  defineCommand,
150
150
  defineQuery
151
- } from "@contractspec/lib.contracts/operations";
151
+ } from "@contractspec/lib.contracts-spec/operations";
152
152
  var OWNERS = ["@example.integration-hub"];
153
153
  var CreateSyncConfigContract = defineCommand({
154
154
  meta: {
@@ -10,4 +10,3 @@ export declare const SyncStatusEnum: import("@contractspec/lib.schema").EnumType
10
10
  * Mapping type enum.
11
11
  */
12
12
  export declare const MappingTypeEnum: import("@contractspec/lib.schema").EnumType<[string, string, string, string, string]>;
13
- //# sourceMappingURL=sync.enum.d.ts.map
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Create a sync configuration.
3
3
  */
4
- export declare const CreateSyncConfigContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
4
+ export declare const CreateSyncConfigContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
5
5
  integrationId: {
6
6
  type: import("@contractspec/lib.schema").FieldType<string, string>;
7
7
  isOptional: false;
@@ -193,7 +193,7 @@ export declare const CreateSyncConfigContract: import("@contractspec/lib.contrac
193
193
  /**
194
194
  * Add a field mapping to a sync config.
195
195
  */
196
- export declare const AddFieldMappingContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
196
+ export declare const AddFieldMappingContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
197
197
  syncConfigId: {
198
198
  type: import("@contractspec/lib.schema").FieldType<string, string>;
199
199
  isOptional: false;
@@ -289,7 +289,7 @@ export declare const AddFieldMappingContract: import("@contractspec/lib.contract
289
289
  /**
290
290
  * Trigger a manual sync.
291
291
  */
292
- export declare const TriggerSyncContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
292
+ export declare const TriggerSyncContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
293
293
  syncConfigId: {
294
294
  type: import("@contractspec/lib.schema").FieldType<string, string>;
295
295
  isOptional: false;
@@ -417,7 +417,7 @@ export declare const TriggerSyncContract: import("@contractspec/lib.contracts").
417
417
  /**
418
418
  * List sync run history.
419
419
  */
420
- export declare const ListSyncRunsContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
420
+ export declare const ListSyncRunsContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
421
421
  syncConfigId: {
422
422
  type: import("@contractspec/lib.schema").FieldType<string, string>;
423
423
  isOptional: false;
@@ -500,4 +500,3 @@ export declare const ListSyncRunsContract: import("@contractspec/lib.contracts")
500
500
  isOptional: false;
501
501
  };
502
502
  }>, undefined>;
503
- //# sourceMappingURL=sync.operations.d.ts.map
@@ -148,7 +148,7 @@ var ListSyncRunsOutputModel = defineSchemaModel({
148
148
  import {
149
149
  defineCommand,
150
150
  defineQuery
151
- } from "@contractspec/lib.contracts/operations";
151
+ } from "@contractspec/lib.contracts-spec/operations";
152
152
  var OWNERS = ["@example.integration-hub"];
153
153
  var CreateSyncConfigContract = defineCommand({
154
154
  meta: {
@@ -1,7 +1,6 @@
1
- export declare const SyncConfigListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
2
- export declare const SyncConfigEditorPresentation: import("@contractspec/lib.contracts").PresentationSpec;
3
- export declare const FieldMappingEditorPresentation: import("@contractspec/lib.contracts").PresentationSpec;
4
- export declare const SyncRunListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
5
- export declare const SyncRunDetailPresentation: import("@contractspec/lib.contracts").PresentationSpec;
6
- export declare const SyncActivityPresentation: import("@contractspec/lib.contracts").PresentationSpec;
7
- //# sourceMappingURL=sync.presentation.d.ts.map
1
+ export declare const SyncConfigListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
2
+ export declare const SyncConfigEditorPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
3
+ export declare const FieldMappingEditorPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
4
+ export declare const SyncRunListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
5
+ export declare const SyncRunDetailPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
6
+ export declare const SyncActivityPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
@@ -145,7 +145,10 @@ var ListSyncRunsOutputModel = defineSchemaModel({
145
145
  });
146
146
 
147
147
  // src/sync/sync.presentation.ts
148
- import { definePresentation, StabilityEnum } from "@contractspec/lib.contracts";
148
+ import {
149
+ definePresentation,
150
+ StabilityEnum
151
+ } from "@contractspec/lib.contracts-spec";
149
152
  var SyncConfigListPresentation = definePresentation({
150
153
  meta: {
151
154
  key: "integration.syncConfig.list",
@@ -348,4 +348,3 @@ export declare const ListSyncRunsOutputModel: import("@contractspec/lib.schema")
348
348
  isOptional: false;
349
349
  };
350
350
  }>;
351
- //# sourceMappingURL=sync.schema.d.ts.map
@@ -103,4 +103,3 @@ export declare class BasicSyncEngine implements ISyncEngine {
103
103
  export declare function createSyncEngine(transformer?: IFieldTransformer): ISyncEngine;
104
104
  export declare function computeChecksum(data: Record<string, unknown>): string;
105
105
  export declare function hasChanges(sourceChecksum: string | undefined, targetChecksum: string | undefined): boolean;
106
- //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,3 @@
1
- export declare const SyncConfigCreateTest: import("@contractspec/lib.contracts").TestSpec;
2
- export declare const FieldMappingAddTest: import("@contractspec/lib.contracts").TestSpec;
3
- export declare const SyncRunListTest: import("@contractspec/lib.contracts").TestSpec;
4
- //# sourceMappingURL=operations.test-spec.d.ts.map
1
+ export declare const SyncConfigCreateTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
2
+ export declare const FieldMappingAddTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
3
+ export declare const SyncRunListTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
@@ -1,6 +1,6 @@
1
1
  // @bun
2
2
  // src/tests/operations.test-spec.ts
3
- import { defineTestSpec } from "@contractspec/lib.contracts";
3
+ import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
4
4
  var SyncConfigCreateTest = defineTestSpec({
5
5
  meta: {
6
6
  key: "integration.syncConfig.create.test",
@@ -1,2 +1 @@
1
1
  export declare function IntegrationDashboard(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=IntegrationDashboard.d.ts.map
@@ -1,2 +1 @@
1
1
  export { useIntegrationData, type IntegrationStats, } from './useIntegrationData';
2
- //# sourceMappingURL=index.d.ts.map
@@ -16,4 +16,3 @@ export declare function useIntegrationData(projectId?: string): {
16
16
  stats: IntegrationStats;
17
17
  refetch: () => Promise<void>;
18
18
  };
19
- //# sourceMappingURL=useIntegrationData.d.ts.map
@@ -4,4 +4,3 @@
4
4
  export * from './renderers';
5
5
  export { IntegrationDashboard } from './IntegrationDashboard';
6
6
  export * from './hooks';
7
- //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1 @@
1
1
  export { integrationDashboardMarkdownRenderer, connectionListMarkdownRenderer, syncConfigMarkdownRenderer, } from './integration.markdown';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Markdown renderers for Integration Hub presentations
3
3
  */
4
- import type { PresentationRenderer } from '@contractspec/lib.contracts';
4
+ import type { PresentationRenderer } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
5
5
  /**
6
6
  * Markdown renderer for Integration Dashboard
7
7
  */
@@ -23,4 +23,3 @@ export declare const syncConfigMarkdownRenderer: PresentationRenderer<{
23
23
  mimeType: string;
24
24
  body: string;
25
25
  }>;
26
- //# sourceMappingURL=integration.markdown.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.integration-hub",
3
- "version": "1.62.0",
3
+ "version": "2.0.0",
4
4
  "description": "Integration Hub example with sync engine and field mappings for ContractSpec",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -20,20 +20,20 @@
20
20
  "typecheck": "tsc --noEmit"
21
21
  },
22
22
  "dependencies": {
23
- "@contractspec/lib.schema": "1.62.0",
24
- "@contractspec/lib.contracts": "1.62.0",
25
- "@contractspec/lib.example-shared-ui": "1.16.0",
26
- "@contractspec/lib.design-system": "1.62.0",
27
- "@contractspec/lib.runtime-sandbox": "0.17.0",
23
+ "@contractspec/lib.schema": "2.0.0",
24
+ "@contractspec/lib.contracts-spec": "2.0.0",
25
+ "@contractspec/lib.example-shared-ui": "2.0.0",
26
+ "@contractspec/lib.design-system": "2.0.0",
27
+ "@contractspec/lib.runtime-sandbox": "1.0.0",
28
28
  "react": "19.2.4",
29
29
  "react-dom": "19.2.4"
30
30
  },
31
31
  "devDependencies": {
32
- "@contractspec/tool.typescript": "1.62.0",
32
+ "@contractspec/tool.typescript": "2.0.0",
33
33
  "typescript": "^5.9.3",
34
34
  "@types/react": "^19.2.14",
35
35
  "@types/react-dom": "^19.2.2",
36
- "@contractspec/tool.bun": "1.61.0"
36
+ "@contractspec/tool.bun": "2.0.0"
37
37
  },
38
38
  "exports": {
39
39
  ".": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.enum.d.ts","sourceRoot":"","sources":["../../src/connection/connection.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,oBAAoB,uFAM/B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.operation.d.ts","sourceRoot":"","sources":["../../src/connection/connection.operation.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiDnC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.presentation.d.ts","sourceRoot":"","sources":["../../src/connection/connection.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,0BAA0B,wDAuBrC,CAAC;AAEH,eAAO,MAAM,2BAA2B,wDAuBtC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.schema.d.ts","sourceRoot":"","sources":["../../src/connection/connection.schema.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;EAWrC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/connection/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EACL,eAAe,EACf,0BAA0B,GAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,4BAA4B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration-hub.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/integration-hub.docblock.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;GAUlC,CAAC;AAiBH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;GAUjC,CAAC;AAgBH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;GAUvC,CAAC;AAaH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;GAUjC,CAAC;AAaH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;GAU3B,CAAC;AAgBH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;GAU7B,CAAC;AAaH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;GAU1B,CAAC;AAaH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;GAU5B,CAAC;AAYH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;GAUjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDAoCX,CAAC;AAEH,eAAe,OAAO,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/handlers/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.handlers.d.ts","sourceRoot":"","sources":["../../src/handlers/integration.handlers.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,OAAO,EACL,yBAAyB,EACzB,KAAK,mBAAmB,GACzB,MAAM,iCAAiC,CAAC;AACzC,cAAc,MAAM,CAAC;AAGrB,cAAc,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/integration/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EACL,gBAAgB,EAChB,2BAA2B,GAC5B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.enum.d.ts","sourceRoot":"","sources":["../../src/integration/integration.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,qBAAqB,uFAMhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.operations.d.ts","sourceRoot":"","sources":["../../src/integration/integration.operations.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4CpC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.presentation.d.ts","sourceRoot":"","sources":["../../src/integration/integration.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,2BAA2B,wDAuBtC,CAAC;AAEH,eAAO,MAAM,6BAA6B,wDAuBxC,CAAC;AAEH,eAAO,MAAM,6BAA6B,wDAsBxC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.schema.d.ts","sourceRoot":"","sources":["../../src/integration/integration.schema.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;EAatC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration-hub.capability.d.ts","sourceRoot":"","sources":["../src/integration-hub.capability.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,sDAUhC,CAAC;AAEH,eAAO,MAAM,cAAc,sDAUzB,CAAC;AAEH,eAAO,MAAM,aAAa,sDAUxB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration-hub.feature.d.ts","sourceRoot":"","sources":["../src/integration-hub.feature.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,qBAAqB,yDAmHhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/seeders/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEtE,wBAAsB,kBAAkB,CAAC,MAAM,EAAE;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,YAAY,CAAC;CAClB,iBA8EA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sync/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,eAAe,GAChB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,0BAA0B,EAC1B,yBAAyB,EACzB,qBAAqB,EACrB,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,eAAe,CAAC;AACvB,OAAO,EACL,wBAAwB,EACxB,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,GACrB,MAAM,mBAAmB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sync.enum.d.ts","sourceRoot":"","sources":["../../src/sync/sync.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,iBAAiB,uEAI5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,uFAMzB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe,uFAM1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sync.operations.d.ts","sourceRoot":"","sources":["../../src/sync/sync.operations.ts"],"names":[],"mappings":"AAiBA;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6CnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4ClC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyC9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8B/B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sync.presentation.d.ts","sourceRoot":"","sources":["../../src/sync/sync.presentation.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,0BAA0B,wDAuBrC,CAAC;AAEH,eAAO,MAAM,4BAA4B,wDAuBvC,CAAC;AAEH,eAAO,MAAM,8BAA8B,wDAuBzC,CAAC;AAEH,eAAO,MAAM,uBAAuB,wDAuBlC,CAAC;AAEH,eAAO,MAAM,yBAAyB,wDAuBpC,CAAC;AAEH,eAAO,MAAM,wBAAwB,wDAsBnC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"sync.schema.d.ts","sourceRoot":"","sources":["../../src/sync/sync.schema.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;EAa5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB1B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBvB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAerC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBpC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;EAOhC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;EAgBjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sync-engine/index.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"operations.test-spec.d.ts","sourceRoot":"","sources":["../../src/tests/operations.test-spec.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,gDAyB/B,CAAC;AAEH,eAAO,MAAM,mBAAmB,gDAyB9B,CAAC;AAEH,eAAO,MAAM,eAAe,gDAyB1B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IntegrationDashboard.d.ts","sourceRoot":"","sources":["../../src/ui/IntegrationDashboard.tsx"],"names":[],"mappings":"AA4CA,wBAAgB,oBAAoB,4CAsOnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,KAAK,gBAAgB,GACtB,MAAM,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useIntegrationData.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/useIntegrationData.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,UAAU,EACV,WAAW,EAEX,UAAU,EACX,MAAM,qCAAqC,CAAC;AAG7C,MAAM,WAAW,gBAAgB;IAC/B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,wBAAgB,kBAAkB,CAAC,SAAS,SAAkB;;;;;;;;EAyD7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/renderers/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,oCAAoC,EACpC,8BAA8B,EAC9B,0BAA0B,GAC3B,MAAM,wBAAwB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"integration.markdown.d.ts","sourceRoot":"","sources":["../../../src/ui/renderers/integration.markdown.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAqIxE;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAAE,oBAAoB,CAAC;IACtE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CA2FA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,8BAA8B,EAAE,oBAAoB,CAAC;IAChE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAsDA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,EAAE,oBAAoB,CAAC;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CA+CA,CAAC"}