@contractspec/example.integration-hub 1.48.1 → 1.48.2

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,10 +1,10 @@
1
- import * as _contractspec_lib_schema63 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema266 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/connection/connection.enum.d.ts
4
4
  /**
5
5
  * Connection status enum.
6
6
  */
7
- declare const ConnectionStatusEnum: _contractspec_lib_schema63.EnumType<[string, string, string, string, string]>;
7
+ declare const ConnectionStatusEnum: _contractspec_lib_schema266.EnumType<[string, string, string, string, string]>;
8
8
  //#endregion
9
9
  export { ConnectionStatusEnum };
10
10
  //# sourceMappingURL=connection.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"connection.enum.d.ts","names":[],"sources":["../../src/connection/connection.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,oBAMX,EAAA,0BAAA,CAN+B,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA"}
1
+ {"version":3,"file":"connection.enum.d.ts","names":[],"sources":["../../src/connection/connection.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,oBAMX,EAAA,2BAAA,CAN+B,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA"}
@@ -1,103 +1,103 @@
1
- import * as _contractspec_lib_contracts14 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema64 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts29 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema267 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/connection/connection.operation.d.ts
5
5
  /**
6
6
  * Create a connection to an external system.
7
7
  */
8
- declare const CreateConnectionContract: _contractspec_lib_contracts14.OperationSpec<_contractspec_lib_schema64.SchemaModel<{
8
+ declare const CreateConnectionContract: _contractspec_lib_contracts29.OperationSpec<_contractspec_lib_schema267.SchemaModel<{
9
9
  integrationId: {
10
- type: _contractspec_lib_schema64.FieldType<string, string>;
10
+ type: _contractspec_lib_schema267.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _contractspec_lib_schema64.FieldType<string, string>;
14
+ type: _contractspec_lib_schema267.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  authType: {
18
- type: _contractspec_lib_schema64.FieldType<string, string>;
18
+ type: _contractspec_lib_schema267.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  credentials: {
22
- type: _contractspec_lib_schema64.FieldType<unknown, unknown>;
22
+ type: _contractspec_lib_schema267.FieldType<unknown, unknown>;
23
23
  isOptional: true;
24
24
  };
25
- }>, _contractspec_lib_schema64.SchemaModel<{
25
+ }>, _contractspec_lib_schema267.SchemaModel<{
26
26
  id: {
27
- type: _contractspec_lib_schema64.FieldType<string, string>;
27
+ type: _contractspec_lib_schema267.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  integrationId: {
31
- type: _contractspec_lib_schema64.FieldType<string, string>;
31
+ type: _contractspec_lib_schema267.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  name: {
35
- type: _contractspec_lib_schema64.FieldType<string, string>;
35
+ type: _contractspec_lib_schema267.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  status: {
39
- type: _contractspec_lib_schema64.EnumType<[string, string, string, string, string]>;
39
+ type: _contractspec_lib_schema267.EnumType<[string, string, string, string, string]>;
40
40
  isOptional: false;
41
41
  };
42
42
  authType: {
43
- type: _contractspec_lib_schema64.FieldType<string, string>;
43
+ type: _contractspec_lib_schema267.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  externalAccountName: {
47
- type: _contractspec_lib_schema64.FieldType<string, string>;
47
+ type: _contractspec_lib_schema267.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  connectedAt: {
51
- type: _contractspec_lib_schema64.FieldType<Date, string>;
51
+ type: _contractspec_lib_schema267.FieldType<Date, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  lastHealthCheck: {
55
- type: _contractspec_lib_schema64.FieldType<Date, string>;
55
+ type: _contractspec_lib_schema267.FieldType<Date, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  healthStatus: {
59
- type: _contractspec_lib_schema64.FieldType<string, string>;
59
+ type: _contractspec_lib_schema267.FieldType<string, string>;
60
60
  isOptional: true;
61
61
  };
62
62
  }>, {
63
63
  key: string;
64
64
  version: string;
65
65
  when: string;
66
- payload: _contractspec_lib_schema64.SchemaModel<{
66
+ payload: _contractspec_lib_schema267.SchemaModel<{
67
67
  id: {
68
- type: _contractspec_lib_schema64.FieldType<string, string>;
68
+ type: _contractspec_lib_schema267.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  integrationId: {
72
- type: _contractspec_lib_schema64.FieldType<string, string>;
72
+ type: _contractspec_lib_schema267.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  name: {
76
- type: _contractspec_lib_schema64.FieldType<string, string>;
76
+ type: _contractspec_lib_schema267.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  status: {
80
- type: _contractspec_lib_schema64.EnumType<[string, string, string, string, string]>;
80
+ type: _contractspec_lib_schema267.EnumType<[string, string, string, string, string]>;
81
81
  isOptional: false;
82
82
  };
83
83
  authType: {
84
- type: _contractspec_lib_schema64.FieldType<string, string>;
84
+ type: _contractspec_lib_schema267.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  externalAccountName: {
88
- type: _contractspec_lib_schema64.FieldType<string, string>;
88
+ type: _contractspec_lib_schema267.FieldType<string, string>;
89
89
  isOptional: true;
90
90
  };
91
91
  connectedAt: {
92
- type: _contractspec_lib_schema64.FieldType<Date, string>;
92
+ type: _contractspec_lib_schema267.FieldType<Date, string>;
93
93
  isOptional: true;
94
94
  };
95
95
  lastHealthCheck: {
96
- type: _contractspec_lib_schema64.FieldType<Date, string>;
96
+ type: _contractspec_lib_schema267.FieldType<Date, string>;
97
97
  isOptional: true;
98
98
  };
99
99
  healthStatus: {
100
- type: _contractspec_lib_schema64.FieldType<string, string>;
100
+ type: _contractspec_lib_schema267.FieldType<string, string>;
101
101
  isOptional: true;
102
102
  };
103
103
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"connection.operation.d.ts","names":[],"sources":["../../src/connection/connection.operation.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,wDAAwB,yCAAA;EAAxB,aAAA,EAAA;IAiDX,IAAA,EAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;8CAjDmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;UAAA,0BAAA,CAAA;;;;;;;;;;;;6CAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
1
+ {"version":3,"file":"connection.operation.d.ts","names":[],"sources":["../../src/connection/connection.operation.ts"],"sourcesContent":[],"mappings":";;;;;;;cAWa,wDAAwB,0CAAA;EAAxB,aAAA,EAAA;IAiDX,IAAA,EAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;+CAjDmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;UAAA,2BAAA,CAAA;;;;;;;;;;;;8CAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
@@ -1,8 +1,8 @@
1
- import * as _contractspec_lib_contracts15 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts30 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/connection/connection.presentation.d.ts
4
- declare const ConnectionListPresentation: _contractspec_lib_contracts15.PresentationSpec;
5
- declare const ConnectionSetupPresentation: _contractspec_lib_contracts15.PresentationSpec;
4
+ declare const ConnectionListPresentation: _contractspec_lib_contracts30.PresentationSpec;
5
+ declare const ConnectionSetupPresentation: _contractspec_lib_contracts30.PresentationSpec;
6
6
  //#endregion
7
7
  export { ConnectionListPresentation, ConnectionSetupPresentation };
8
8
  //# sourceMappingURL=connection.presentation.d.ts.map
@@ -1,65 +1,65 @@
1
- import * as _contractspec_lib_schema89 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema316 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/connection/connection.schema.d.ts
4
4
  /**
5
5
  * A connection to an external system.
6
6
  */
7
- declare const ConnectionModel: _contractspec_lib_schema89.SchemaModel<{
7
+ declare const ConnectionModel: _contractspec_lib_schema316.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema89.FieldType<string, string>;
9
+ type: _contractspec_lib_schema316.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  integrationId: {
13
- type: _contractspec_lib_schema89.FieldType<string, string>;
13
+ type: _contractspec_lib_schema316.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  name: {
17
- type: _contractspec_lib_schema89.FieldType<string, string>;
17
+ type: _contractspec_lib_schema316.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  status: {
21
- type: _contractspec_lib_schema89.EnumType<[string, string, string, string, string]>;
21
+ type: _contractspec_lib_schema316.EnumType<[string, string, string, string, string]>;
22
22
  isOptional: false;
23
23
  };
24
24
  authType: {
25
- type: _contractspec_lib_schema89.FieldType<string, string>;
25
+ type: _contractspec_lib_schema316.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  externalAccountName: {
29
- type: _contractspec_lib_schema89.FieldType<string, string>;
29
+ type: _contractspec_lib_schema316.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  connectedAt: {
33
- type: _contractspec_lib_schema89.FieldType<Date, string>;
33
+ type: _contractspec_lib_schema316.FieldType<Date, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  lastHealthCheck: {
37
- type: _contractspec_lib_schema89.FieldType<Date, string>;
37
+ type: _contractspec_lib_schema316.FieldType<Date, string>;
38
38
  isOptional: true;
39
39
  };
40
40
  healthStatus: {
41
- type: _contractspec_lib_schema89.FieldType<string, string>;
41
+ type: _contractspec_lib_schema316.FieldType<string, string>;
42
42
  isOptional: true;
43
43
  };
44
44
  }>;
45
45
  /**
46
46
  * Input for creating a connection.
47
47
  */
48
- declare const CreateConnectionInputModel: _contractspec_lib_schema89.SchemaModel<{
48
+ declare const CreateConnectionInputModel: _contractspec_lib_schema316.SchemaModel<{
49
49
  integrationId: {
50
- type: _contractspec_lib_schema89.FieldType<string, string>;
50
+ type: _contractspec_lib_schema316.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  name: {
54
- type: _contractspec_lib_schema89.FieldType<string, string>;
54
+ type: _contractspec_lib_schema316.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  authType: {
58
- type: _contractspec_lib_schema89.FieldType<string, string>;
58
+ type: _contractspec_lib_schema316.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  credentials: {
62
- type: _contractspec_lib_schema89.FieldType<unknown, unknown>;
62
+ type: _contractspec_lib_schema316.FieldType<unknown, unknown>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"connection.schema.d.ts","names":[],"sources":["../../src/connection/connection.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,eAmBX,6BAnB0B,WAmB1B,CAAA;EAAA,EAAA,EAAA;UAAA,0BAAA,CAAA;;;;;;;;;;;EAnB0B,MAAA,EAAA;IAwBf,IAAA,qCAWX,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;EAXqC,CAAA;;;;;;;;;;;;;;;;;;;;;cAA1B,uDAA0B;;UAWrC,0BAAA,CAAA"}
1
+ {"version":3,"file":"connection.schema.d.ts","names":[],"sources":["../../src/connection/connection.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,eAmBX,8BAnB0B,WAmB1B,CAAA;EAAA,EAAA,EAAA;UAAA,2BAAA,CAAA;;;;;;;;;;;EAnB0B,MAAA,EAAA;IAwBf,IAAA,sCAWX,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;EAXqC,CAAA;;;;;;;;;;;;;;;;;;;;;cAA1B,wDAA0B;;UAWrC,2BAAA,CAAA"}
package/dist/example.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts24 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/example.d.ts
4
- declare const example: _contractspec_lib_contracts0.ExampleSpec;
4
+ declare const example: _contractspec_lib_contracts24.ExampleSpec;
5
5
  //#endregion
6
6
  export { example as default };
7
7
  //# sourceMappingURL=example.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SAoCJ,4BAAA,CApCW"}
1
+ {"version":3,"file":"example.d.ts","names":[],"sources":["../src/example.ts"],"sourcesContent":[],"mappings":";;;cAEM,SAoCJ,6BAAA,CApCW"}
@@ -1,10 +1,10 @@
1
- import * as _contractspec_lib_schema104 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema292 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/integration/integration.enum.d.ts
4
4
  /**
5
5
  * Integration status enum.
6
6
  */
7
- declare const IntegrationStatusEnum: _contractspec_lib_schema104.EnumType<[string, string, string, string, string]>;
7
+ declare const IntegrationStatusEnum: _contractspec_lib_schema292.EnumType<[string, string, string, string, string]>;
8
8
  //#endregion
9
9
  export { IntegrationStatusEnum };
10
10
  //# sourceMappingURL=integration.enum.d.ts.map
@@ -1,95 +1,95 @@
1
- import * as _contractspec_lib_contracts9 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema40 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_contracts32 from "@contractspec/lib.contracts";
2
+ import * as _contractspec_lib_schema293 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/integration/integration.operations.d.ts
5
5
  /**
6
6
  * Create a new integration.
7
7
  */
8
- declare const CreateIntegrationContract: _contractspec_lib_contracts9.OperationSpec<_contractspec_lib_schema40.SchemaModel<{
8
+ declare const CreateIntegrationContract: _contractspec_lib_contracts32.OperationSpec<_contractspec_lib_schema293.SchemaModel<{
9
9
  name: {
10
- type: _contractspec_lib_schema40.FieldType<string, string>;
10
+ type: _contractspec_lib_schema293.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  slug: {
14
- type: _contractspec_lib_schema40.FieldType<string, string>;
14
+ type: _contractspec_lib_schema293.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  description: {
18
- type: _contractspec_lib_schema40.FieldType<string, string>;
18
+ type: _contractspec_lib_schema293.FieldType<string, string>;
19
19
  isOptional: true;
20
20
  };
21
21
  provider: {
22
- type: _contractspec_lib_schema40.FieldType<string, string>;
22
+ type: _contractspec_lib_schema293.FieldType<string, string>;
23
23
  isOptional: false;
24
24
  };
25
25
  config: {
26
- type: _contractspec_lib_schema40.FieldType<unknown, unknown>;
26
+ type: _contractspec_lib_schema293.FieldType<unknown, unknown>;
27
27
  isOptional: true;
28
28
  };
29
29
  featureFlagKey: {
30
- type: _contractspec_lib_schema40.FieldType<string, string>;
30
+ type: _contractspec_lib_schema293.FieldType<string, string>;
31
31
  isOptional: true;
32
32
  };
33
- }>, _contractspec_lib_schema40.SchemaModel<{
33
+ }>, _contractspec_lib_schema293.SchemaModel<{
34
34
  id: {
35
- type: _contractspec_lib_schema40.FieldType<string, string>;
35
+ type: _contractspec_lib_schema293.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  name: {
39
- type: _contractspec_lib_schema40.FieldType<string, string>;
39
+ type: _contractspec_lib_schema293.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  slug: {
43
- type: _contractspec_lib_schema40.FieldType<string, string>;
43
+ type: _contractspec_lib_schema293.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  description: {
47
- type: _contractspec_lib_schema40.FieldType<string, string>;
47
+ type: _contractspec_lib_schema293.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  provider: {
51
- type: _contractspec_lib_schema40.FieldType<string, string>;
51
+ type: _contractspec_lib_schema293.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  status: {
55
- type: _contractspec_lib_schema40.EnumType<[string, string, string, string, string]>;
55
+ type: _contractspec_lib_schema293.EnumType<[string, string, string, string, string]>;
56
56
  isOptional: false;
57
57
  };
58
58
  createdAt: {
59
- type: _contractspec_lib_schema40.FieldType<Date, string>;
59
+ type: _contractspec_lib_schema293.FieldType<Date, string>;
60
60
  isOptional: false;
61
61
  };
62
62
  }>, {
63
63
  key: string;
64
64
  version: string;
65
65
  when: string;
66
- payload: _contractspec_lib_schema40.SchemaModel<{
66
+ payload: _contractspec_lib_schema293.SchemaModel<{
67
67
  id: {
68
- type: _contractspec_lib_schema40.FieldType<string, string>;
68
+ type: _contractspec_lib_schema293.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  name: {
72
- type: _contractspec_lib_schema40.FieldType<string, string>;
72
+ type: _contractspec_lib_schema293.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  slug: {
76
- type: _contractspec_lib_schema40.FieldType<string, string>;
76
+ type: _contractspec_lib_schema293.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  description: {
80
- type: _contractspec_lib_schema40.FieldType<string, string>;
80
+ type: _contractspec_lib_schema293.FieldType<string, string>;
81
81
  isOptional: true;
82
82
  };
83
83
  provider: {
84
- type: _contractspec_lib_schema40.FieldType<string, string>;
84
+ type: _contractspec_lib_schema293.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  status: {
88
- type: _contractspec_lib_schema40.EnumType<[string, string, string, string, string]>;
88
+ type: _contractspec_lib_schema293.EnumType<[string, string, string, string, string]>;
89
89
  isOptional: false;
90
90
  };
91
91
  createdAt: {
92
- type: _contractspec_lib_schema40.FieldType<Date, string>;
92
+ type: _contractspec_lib_schema293.FieldType<Date, string>;
93
93
  isOptional: false;
94
94
  };
95
95
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"integration.operations.d.ts","names":[],"sources":["../../src/integration/integration.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cASa,wDAAyB,yCAAA;EAAzB,IAAA,EAAA;IA4CX,IAAA,EAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EA5CoC,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,0BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
1
+ {"version":3,"file":"integration.operations.d.ts","names":[],"sources":["../../src/integration/integration.operations.ts"],"sourcesContent":[],"mappings":";;;;;;;cASa,yDAAyB,0CAAA;EAAzB,IAAA,EAAA;IA4CX,IAAA,EAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;;;EA5CoC,WAAA,EAAA;;;;;;;;;;;;;;;;;;UAAA,2BAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts17 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts8 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/integration/integration.presentation.d.ts
4
- declare const IntegrationListPresentation: _contractspec_lib_contracts17.PresentationSpec;
5
- declare const IntegrationDetailPresentation: _contractspec_lib_contracts17.PresentationSpec;
6
- declare const IntegrationHealthPresentation: _contractspec_lib_contracts17.PresentationSpec;
4
+ declare const IntegrationListPresentation: _contractspec_lib_contracts8.PresentationSpec;
5
+ declare const IntegrationDetailPresentation: _contractspec_lib_contracts8.PresentationSpec;
6
+ declare const IntegrationHealthPresentation: _contractspec_lib_contracts8.PresentationSpec;
7
7
  //#endregion
8
8
  export { IntegrationDetailPresentation, IntegrationHealthPresentation, IntegrationListPresentation };
9
9
  //# sourceMappingURL=integration.presentation.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration.presentation.d.ts","names":[],"sources":["../../src/integration/integration.presentation.ts"],"sourcesContent":[],"mappings":";;;cAGa,6BAuBX,6BAAA,CAvBsC;cAyB3B,+BAuBX,6BAAA,CAvBwC;cAyB7B,+BAsBX,6BAAA,CAtBwC"}
1
+ {"version":3,"file":"integration.presentation.d.ts","names":[],"sources":["../../src/integration/integration.presentation.ts"],"sourcesContent":[],"mappings":";;;cAGa,6BAuBX,4BAAA,CAvBsC;cAyB3B,+BAuBX,4BAAA,CAvBwC;cAyB7B,+BAsBX,4BAAA,CAtBwC"}
@@ -1,65 +1,65 @@
1
- import * as _contractspec_lib_schema105 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema40 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_schema105.SchemaModel<{
7
+ declare const IntegrationModel: _contractspec_lib_schema40.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema105.FieldType<string, string>;
9
+ type: _contractspec_lib_schema40.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _contractspec_lib_schema105.FieldType<string, string>;
13
+ type: _contractspec_lib_schema40.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _contractspec_lib_schema105.FieldType<string, string>;
17
+ type: _contractspec_lib_schema40.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _contractspec_lib_schema105.FieldType<string, string>;
21
+ type: _contractspec_lib_schema40.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  provider: {
25
- type: _contractspec_lib_schema105.FieldType<string, string>;
25
+ type: _contractspec_lib_schema40.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  status: {
29
- type: _contractspec_lib_schema105.EnumType<[string, string, string, string, string]>;
29
+ type: _contractspec_lib_schema40.EnumType<[string, string, string, string, string]>;
30
30
  isOptional: false;
31
31
  };
32
32
  createdAt: {
33
- type: _contractspec_lib_schema105.FieldType<Date, string>;
33
+ type: _contractspec_lib_schema40.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_schema105.SchemaModel<{
40
+ declare const CreateIntegrationInputModel: _contractspec_lib_schema40.SchemaModel<{
41
41
  name: {
42
- type: _contractspec_lib_schema105.FieldType<string, string>;
42
+ type: _contractspec_lib_schema40.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  slug: {
46
- type: _contractspec_lib_schema105.FieldType<string, string>;
46
+ type: _contractspec_lib_schema40.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _contractspec_lib_schema105.FieldType<string, string>;
50
+ type: _contractspec_lib_schema40.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  provider: {
54
- type: _contractspec_lib_schema105.FieldType<string, string>;
54
+ type: _contractspec_lib_schema40.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  config: {
58
- type: _contractspec_lib_schema105.FieldType<unknown, unknown>;
58
+ type: _contractspec_lib_schema40.FieldType<unknown, unknown>;
59
59
  isOptional: true;
60
60
  };
61
61
  featureFlagKey: {
62
- type: _contractspec_lib_schema105.FieldType<string, string>;
62
+ type: _contractspec_lib_schema40.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"integration.schema.d.ts","names":[],"sources":["../../src/integration/integration.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,gBAWX,8BAX2B,WAW3B,CAAA;EAAA,EAAA,EAAA;UAAA,2BAAA,CAAA;;;;;;;;IAX2B,IAAA,uCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAgBhB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;+CAbsC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;cAA3B,yDAA2B;;UAatC,2BAAA,CAAA"}
1
+ {"version":3,"file":"integration.schema.d.ts","names":[],"sources":["../../src/integration/integration.schema.ts"],"sourcesContent":[],"mappings":";;;;;;AAMa,cAAA,gBAWX,6BAX2B,WAW3B,CAAA;EAAA,EAAA,EAAA;UAAA,0BAAA,CAAA;;;;;;;;IAX2B,IAAA,sCAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAgBhB,UAAA,EAAA,KAAA;EAaX,CAAA;;;;;;8CAbsC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;;;cAA3B,wDAA2B;;UAatC,0BAAA,CAAA"}
@@ -1,9 +1,9 @@
1
- import * as _contractspec_lib_contracts10 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts25 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/integration-hub.capability.d.ts
4
- declare const IntegrationCapability: _contractspec_lib_contracts10.CapabilitySpec;
5
- declare const SyncCapability: _contractspec_lib_contracts10.CapabilitySpec;
6
- declare const EtlCapability: _contractspec_lib_contracts10.CapabilitySpec;
4
+ declare const IntegrationCapability: _contractspec_lib_contracts25.CapabilitySpec;
5
+ declare const SyncCapability: _contractspec_lib_contracts25.CapabilitySpec;
6
+ declare const EtlCapability: _contractspec_lib_contracts25.CapabilitySpec;
7
7
  //#endregion
8
8
  export { EtlCapability, IntegrationCapability, SyncCapability };
9
9
  //# sourceMappingURL=integration-hub.capability.d.ts.map
@@ -1,7 +1,7 @@
1
- import * as _contractspec_lib_contracts13 from "@contractspec/lib.contracts";
1
+ import * as _contractspec_lib_contracts28 from "@contractspec/lib.contracts";
2
2
 
3
3
  //#region src/integration-hub.feature.d.ts
4
- declare const IntegrationHubFeature: _contractspec_lib_contracts13.FeatureModuleSpec;
4
+ declare const IntegrationHubFeature: _contractspec_lib_contracts28.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_schema328 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema55 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_schema328.EnumType<[string, string, string]>;
7
+ declare const SyncDirectionEnum: _contractspec_lib_schema55.EnumType<[string, string, string]>;
8
8
  /**
9
9
  * Sync status enum.
10
10
  */
11
- declare const SyncStatusEnum: _contractspec_lib_schema328.EnumType<[string, string, string, string, string]>;
11
+ declare const SyncStatusEnum: _contractspec_lib_schema55.EnumType<[string, string, string, string, string]>;
12
12
  /**
13
13
  * Mapping type enum.
14
14
  */
15
- declare const MappingTypeEnum: _contractspec_lib_schema328.EnumType<[string, string, string, string, string]>;
15
+ declare const MappingTypeEnum: _contractspec_lib_schema55.EnumType<[string, string, string, string, string]>;
16
16
  //#endregion
17
17
  export { MappingTypeEnum, SyncDirectionEnum, SyncStatusEnum };
18
18
  //# sourceMappingURL=sync.enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sync.enum.d.ts","names":[],"sources":["../../src/sync/sync.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,iBAIX,EAAA,2BAAA,CAJ4B,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAS9B;AAWA;;cAXa,gBAMX,2BAAA,CANyB;;;;cAWd,iBAMX,2BAAA,CAN0B"}
1
+ {"version":3,"file":"sync.enum.d.ts","names":[],"sources":["../../src/sync/sync.enum.ts"],"sourcesContent":[],"mappings":";;;;;;AAKa,cAAA,iBAIX,EAAA,0BAAA,CAJ4B,QAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;AAS9B;AAWA;;cAXa,gBAMX,0BAAA,CANyB;;;;cAWd,iBAMX,0BAAA,CAN0B"}