@contractspec/example.integration-hub 0.0.0-canary-20260119224015 → 0.0.0-canary-20260119224949

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.
@@ -1,65 +1,65 @@
1
- import * as _contractspec_lib_schema38 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema93 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/integration/integration.schema.d.ts
4
4
  /**
5
5
  * An integration with an external system.
6
6
  */
7
- declare const IntegrationModel: _contractspec_lib_schema38.SchemaModel<{
7
+ declare const IntegrationModel: _contractspec_lib_schema93.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema38.FieldType<string, string>;
9
+ type: _contractspec_lib_schema93.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _contractspec_lib_schema38.FieldType<string, string>;
13
+ type: _contractspec_lib_schema93.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _contractspec_lib_schema38.FieldType<string, string>;
17
+ type: _contractspec_lib_schema93.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _contractspec_lib_schema38.FieldType<string, string>;
21
+ type: _contractspec_lib_schema93.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  provider: {
25
- type: _contractspec_lib_schema38.FieldType<string, string>;
25
+ type: _contractspec_lib_schema93.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  status: {
29
- type: _contractspec_lib_schema38.EnumType<[string, string, string, string, string]>;
29
+ type: _contractspec_lib_schema93.EnumType<[string, string, string, string, string]>;
30
30
  isOptional: false;
31
31
  };
32
32
  createdAt: {
33
- type: _contractspec_lib_schema38.FieldType<Date, string>;
33
+ type: _contractspec_lib_schema93.FieldType<Date, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  }>;
37
37
  /**
38
38
  * Input for creating an integration.
39
39
  */
40
- declare const CreateIntegrationInputModel: _contractspec_lib_schema38.SchemaModel<{
40
+ declare const CreateIntegrationInputModel: _contractspec_lib_schema93.SchemaModel<{
41
41
  name: {
42
- type: _contractspec_lib_schema38.FieldType<string, string>;
42
+ type: _contractspec_lib_schema93.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  slug: {
46
- type: _contractspec_lib_schema38.FieldType<string, string>;
46
+ type: _contractspec_lib_schema93.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _contractspec_lib_schema38.FieldType<string, string>;
50
+ type: _contractspec_lib_schema93.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  provider: {
54
- type: _contractspec_lib_schema38.FieldType<string, string>;
54
+ type: _contractspec_lib_schema93.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  config: {
58
- type: _contractspec_lib_schema38.FieldType<unknown, unknown>;
58
+ type: _contractspec_lib_schema93.FieldType<unknown, unknown>;
59
59
  isOptional: true;
60
60
  };
61
61
  featureFlagKey: {
62
- type: _contractspec_lib_schema38.FieldType<string, string>;
62
+ type: _contractspec_lib_schema93.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts18 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/integration-hub.capability.d.ts
4
- declare const IntegrationCapability: _contractspec_lib_contracts18.CapabilitySpec;
5
- declare const SyncCapability: _contractspec_lib_contracts18.CapabilitySpec;
6
- declare const EtlCapability: _contractspec_lib_contracts18.CapabilitySpec;
4
+ declare const IntegrationCapability: _contractspec_lib_contracts9.CapabilitySpec;
5
+ declare const SyncCapability: _contractspec_lib_contracts9.CapabilitySpec;
6
+ declare const EtlCapability: _contractspec_lib_contracts9.CapabilitySpec;
7
7
  //#endregion
8
8
  export { EtlCapability, IntegrationCapability, SyncCapability };
9
9
  //# sourceMappingURL=integration-hub.capability.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration-hub.capability.d.ts","names":[],"sources":["../src/integration-hub.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,uBAUX,6BAAA,CAVgC;cAYrB,gBAUX,6BAAA,CAVyB;cAYd,eAUX,6BAAA,CAVwB"}
1
+ {"version":3,"file":"integration-hub.capability.d.ts","names":[],"sources":["../src/integration-hub.capability.ts"],"sourcesContent":[],"mappings":";;;cAEa,uBAUX,4BAAA,CAVgC;cAYrB,gBAUX,4BAAA,CAVyB;cAYd,eAUX,4BAAA,CAVwB"}
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts31 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts12 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/integration-hub.feature.d.ts
4
- declare const IntegrationHubFeature: _contractspec_lib_contracts31.FeatureModuleSpec;
4
+ declare const IntegrationHubFeature: _contractspec_lib_contracts12.FeatureModuleSpec;
5
5
  //#endregion
6
6
  export { IntegrationHubFeature };
7
7
  //# sourceMappingURL=integration-hub.feature.d.ts.map
@@ -1,18 +1,18 @@
1
- import * as _contractspec_lib_schema53 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema90 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/sync/sync.enum.d.ts
4
4
  /**
5
5
  * Sync direction enum.
6
6
  */
7
- declare const SyncDirectionEnum: _contractspec_lib_schema53.EnumType<[string, string, string]>;
7
+ declare const SyncDirectionEnum: _contractspec_lib_schema90.EnumType<[string, string, string]>;
8
8
  /**
9
9
  * Sync status enum.
10
10
  */
11
- declare const SyncStatusEnum: _contractspec_lib_schema53.EnumType<[string, string, string, string, string]>;
11
+ declare const SyncStatusEnum: _contractspec_lib_schema90.EnumType<[string, string, string, string, string]>;
12
12
  /**
13
13
  * Mapping type enum.
14
14
  */
15
- declare const MappingTypeEnum: _contractspec_lib_schema53.EnumType<[string, string, string, string, string]>;
15
+ declare const MappingTypeEnum: _contractspec_lib_schema90.EnumType<[string, string, string, string, string]>;
16
16
  //#endregion
17
17
  export { MappingTypeEnum, SyncDirectionEnum, SyncStatusEnum };
18
18
  //# sourceMappingURL=sync.enum.d.ts.map