@lssm/example.integration-hub 0.0.0-canary-20251223012036 → 0.0.0-canary-20251223012756

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 _lssm_lib_schema65 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema80 from "@lssm/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: _lssm_lib_schema65.EnumType<[string, string, string, string, string]>;
7
+ declare const ConnectionStatusEnum: _lssm_lib_schema80.EnumType<[string, string, string, string, string]>;
8
8
  //#endregion
9
9
  export { ConnectionStatusEnum };
10
10
  //# sourceMappingURL=connection.enum.d.ts.map
@@ -1,103 +1,103 @@
1
- import * as _lssm_lib_contracts8 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema40 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
2
+ import * as _lssm_lib_schema0 from "@lssm/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: _lssm_lib_contracts8.OperationSpec<_lssm_lib_schema40.SchemaModel<{
8
+ declare const CreateConnectionContract: _lssm_lib_contracts0.OperationSpec<_lssm_lib_schema0.SchemaModel<{
9
9
  integrationId: {
10
- type: _lssm_lib_schema40.FieldType<string, string>;
10
+ type: _lssm_lib_schema0.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  name: {
14
- type: _lssm_lib_schema40.FieldType<string, string>;
14
+ type: _lssm_lib_schema0.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  authType: {
18
- type: _lssm_lib_schema40.FieldType<string, string>;
18
+ type: _lssm_lib_schema0.FieldType<string, string>;
19
19
  isOptional: false;
20
20
  };
21
21
  credentials: {
22
- type: _lssm_lib_schema40.FieldType<unknown, unknown>;
22
+ type: _lssm_lib_schema0.FieldType<unknown, unknown>;
23
23
  isOptional: true;
24
24
  };
25
- }>, _lssm_lib_schema40.SchemaModel<{
25
+ }>, _lssm_lib_schema0.SchemaModel<{
26
26
  id: {
27
- type: _lssm_lib_schema40.FieldType<string, string>;
27
+ type: _lssm_lib_schema0.FieldType<string, string>;
28
28
  isOptional: false;
29
29
  };
30
30
  integrationId: {
31
- type: _lssm_lib_schema40.FieldType<string, string>;
31
+ type: _lssm_lib_schema0.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  name: {
35
- type: _lssm_lib_schema40.FieldType<string, string>;
35
+ type: _lssm_lib_schema0.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  status: {
39
- type: _lssm_lib_schema40.EnumType<[string, string, string, string, string]>;
39
+ type: _lssm_lib_schema0.EnumType<[string, string, string, string, string]>;
40
40
  isOptional: false;
41
41
  };
42
42
  authType: {
43
- type: _lssm_lib_schema40.FieldType<string, string>;
43
+ type: _lssm_lib_schema0.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  externalAccountName: {
47
- type: _lssm_lib_schema40.FieldType<string, string>;
47
+ type: _lssm_lib_schema0.FieldType<string, string>;
48
48
  isOptional: true;
49
49
  };
50
50
  connectedAt: {
51
- type: _lssm_lib_schema40.FieldType<Date, string>;
51
+ type: _lssm_lib_schema0.FieldType<Date, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  lastHealthCheck: {
55
- type: _lssm_lib_schema40.FieldType<Date, string>;
55
+ type: _lssm_lib_schema0.FieldType<Date, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  healthStatus: {
59
- type: _lssm_lib_schema40.FieldType<string, string>;
59
+ type: _lssm_lib_schema0.FieldType<string, string>;
60
60
  isOptional: true;
61
61
  };
62
62
  }>, {
63
63
  name: string;
64
64
  version: number;
65
65
  when: string;
66
- payload: _lssm_lib_schema40.SchemaModel<{
66
+ payload: _lssm_lib_schema0.SchemaModel<{
67
67
  id: {
68
- type: _lssm_lib_schema40.FieldType<string, string>;
68
+ type: _lssm_lib_schema0.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  integrationId: {
72
- type: _lssm_lib_schema40.FieldType<string, string>;
72
+ type: _lssm_lib_schema0.FieldType<string, string>;
73
73
  isOptional: false;
74
74
  };
75
75
  name: {
76
- type: _lssm_lib_schema40.FieldType<string, string>;
76
+ type: _lssm_lib_schema0.FieldType<string, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  status: {
80
- type: _lssm_lib_schema40.EnumType<[string, string, string, string, string]>;
80
+ type: _lssm_lib_schema0.EnumType<[string, string, string, string, string]>;
81
81
  isOptional: false;
82
82
  };
83
83
  authType: {
84
- type: _lssm_lib_schema40.FieldType<string, string>;
84
+ type: _lssm_lib_schema0.FieldType<string, string>;
85
85
  isOptional: false;
86
86
  };
87
87
  externalAccountName: {
88
- type: _lssm_lib_schema40.FieldType<string, string>;
88
+ type: _lssm_lib_schema0.FieldType<string, string>;
89
89
  isOptional: true;
90
90
  };
91
91
  connectedAt: {
92
- type: _lssm_lib_schema40.FieldType<Date, string>;
92
+ type: _lssm_lib_schema0.FieldType<Date, string>;
93
93
  isOptional: true;
94
94
  };
95
95
  lastHealthCheck: {
96
- type: _lssm_lib_schema40.FieldType<Date, string>;
96
+ type: _lssm_lib_schema0.FieldType<Date, string>;
97
97
  isOptional: true;
98
98
  };
99
99
  healthStatus: {
100
- type: _lssm_lib_schema40.FieldType<string, string>;
100
+ type: _lssm_lib_schema0.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,+CAAwB,iCAAA;EAAxB,aAAA,EAAA;IAwBX,IAAA,EAAA,kBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;sCAxBmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;UAAA,kBAAA,CAAA;;;;;;;;;;;;qCAAA,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,+CAAwB,gCAAA;EAAxB,aAAA,EAAA;IAwBX,IAAA,EAAA,iBAAA,CAAA,SAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;qCAxBmC,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;;;;;;;;;UAAA,iBAAA,CAAA;;;;;;;;;;;;oCAAA,CAAA,CAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,EAAA,MAAA,CAAA,CAAA;IAAA,UAAA,EAAA,KAAA"}
@@ -1,65 +1,65 @@
1
- import * as _lssm_lib_schema66 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema65 from "@lssm/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: _lssm_lib_schema66.SchemaModel<{
7
+ declare const ConnectionModel: _lssm_lib_schema65.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema66.FieldType<string, string>;
9
+ type: _lssm_lib_schema65.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  integrationId: {
13
- type: _lssm_lib_schema66.FieldType<string, string>;
13
+ type: _lssm_lib_schema65.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  name: {
17
- type: _lssm_lib_schema66.FieldType<string, string>;
17
+ type: _lssm_lib_schema65.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  status: {
21
- type: _lssm_lib_schema66.EnumType<[string, string, string, string, string]>;
21
+ type: _lssm_lib_schema65.EnumType<[string, string, string, string, string]>;
22
22
  isOptional: false;
23
23
  };
24
24
  authType: {
25
- type: _lssm_lib_schema66.FieldType<string, string>;
25
+ type: _lssm_lib_schema65.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  externalAccountName: {
29
- type: _lssm_lib_schema66.FieldType<string, string>;
29
+ type: _lssm_lib_schema65.FieldType<string, string>;
30
30
  isOptional: true;
31
31
  };
32
32
  connectedAt: {
33
- type: _lssm_lib_schema66.FieldType<Date, string>;
33
+ type: _lssm_lib_schema65.FieldType<Date, string>;
34
34
  isOptional: true;
35
35
  };
36
36
  lastHealthCheck: {
37
- type: _lssm_lib_schema66.FieldType<Date, string>;
37
+ type: _lssm_lib_schema65.FieldType<Date, string>;
38
38
  isOptional: true;
39
39
  };
40
40
  healthStatus: {
41
- type: _lssm_lib_schema66.FieldType<string, string>;
41
+ type: _lssm_lib_schema65.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: _lssm_lib_schema66.SchemaModel<{
48
+ declare const CreateConnectionInputModel: _lssm_lib_schema65.SchemaModel<{
49
49
  integrationId: {
50
- type: _lssm_lib_schema66.FieldType<string, string>;
50
+ type: _lssm_lib_schema65.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  name: {
54
- type: _lssm_lib_schema66.FieldType<string, string>;
54
+ type: _lssm_lib_schema65.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  authType: {
58
- type: _lssm_lib_schema66.FieldType<string, string>;
58
+ type: _lssm_lib_schema65.FieldType<string, string>;
59
59
  isOptional: false;
60
60
  };
61
61
  credentials: {
62
- type: _lssm_lib_schema66.FieldType<unknown, unknown>;
62
+ type: _lssm_lib_schema65.FieldType<unknown, unknown>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
package/dist/events.d.ts CHANGED
@@ -1,150 +1,150 @@
1
1
  import * as _lssm_lib_contracts0 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema0 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_schema24 from "@lssm/lib.schema";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const IntegrationCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
5
+ declare const IntegrationCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
6
6
  integrationId: {
7
- type: _lssm_lib_schema0.FieldType<string, string>;
7
+ type: _lssm_lib_schema24.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  type: {
11
- type: _lssm_lib_schema0.FieldType<string, string>;
11
+ type: _lssm_lib_schema24.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  createdAt: {
15
- type: _lssm_lib_schema0.FieldType<Date, string>;
15
+ type: _lssm_lib_schema24.FieldType<Date, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const ConnectionCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
19
+ declare const ConnectionCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
20
20
  connectionId: {
21
- type: _lssm_lib_schema0.FieldType<string, string>;
21
+ type: _lssm_lib_schema24.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  integrationId: {
25
- type: _lssm_lib_schema0.FieldType<string, string>;
25
+ type: _lssm_lib_schema24.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  status: {
29
- type: _lssm_lib_schema0.FieldType<string, string>;
29
+ type: _lssm_lib_schema24.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  createdAt: {
33
- type: _lssm_lib_schema0.FieldType<Date, string>;
33
+ type: _lssm_lib_schema24.FieldType<Date, string>;
34
34
  isOptional: false;
35
35
  };
36
36
  }>>;
37
- declare const ConnectionStatusChangedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
37
+ declare const ConnectionStatusChangedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
38
38
  connectionId: {
39
- type: _lssm_lib_schema0.FieldType<string, string>;
39
+ type: _lssm_lib_schema24.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  previousStatus: {
43
- type: _lssm_lib_schema0.FieldType<string, string>;
43
+ type: _lssm_lib_schema24.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  newStatus: {
47
- type: _lssm_lib_schema0.FieldType<string, string>;
47
+ type: _lssm_lib_schema24.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  changedAt: {
51
- type: _lssm_lib_schema0.FieldType<Date, string>;
51
+ type: _lssm_lib_schema24.FieldType<Date, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  }>>;
55
- declare const SyncConfigCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
55
+ declare const SyncConfigCreatedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
56
56
  syncConfigId: {
57
- type: _lssm_lib_schema0.FieldType<string, string>;
57
+ type: _lssm_lib_schema24.FieldType<string, string>;
58
58
  isOptional: false;
59
59
  };
60
60
  connectionId: {
61
- type: _lssm_lib_schema0.FieldType<string, string>;
61
+ type: _lssm_lib_schema24.FieldType<string, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  createdAt: {
65
- type: _lssm_lib_schema0.FieldType<Date, string>;
65
+ type: _lssm_lib_schema24.FieldType<Date, string>;
66
66
  isOptional: false;
67
67
  };
68
68
  }>>;
69
- declare const SyncStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
69
+ declare const SyncStartedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
70
70
  syncRunId: {
71
- type: _lssm_lib_schema0.FieldType<string, string>;
71
+ type: _lssm_lib_schema24.FieldType<string, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  syncConfigId: {
75
- type: _lssm_lib_schema0.FieldType<string, string>;
75
+ type: _lssm_lib_schema24.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  startedAt: {
79
- type: _lssm_lib_schema0.FieldType<Date, string>;
79
+ type: _lssm_lib_schema24.FieldType<Date, string>;
80
80
  isOptional: false;
81
81
  };
82
82
  }>>;
83
- declare const SyncCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
83
+ declare const SyncCompletedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
84
84
  syncRunId: {
85
- type: _lssm_lib_schema0.FieldType<string, string>;
85
+ type: _lssm_lib_schema24.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  syncConfigId: {
89
- type: _lssm_lib_schema0.FieldType<string, string>;
89
+ type: _lssm_lib_schema24.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  recordsProcessed: {
93
- type: _lssm_lib_schema0.FieldType<number, number>;
93
+ type: _lssm_lib_schema24.FieldType<number, number>;
94
94
  isOptional: false;
95
95
  };
96
96
  completedAt: {
97
- type: _lssm_lib_schema0.FieldType<Date, string>;
97
+ type: _lssm_lib_schema24.FieldType<Date, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  }>>;
101
- declare const SyncFailedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
101
+ declare const SyncFailedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
102
102
  syncRunId: {
103
- type: _lssm_lib_schema0.FieldType<string, string>;
103
+ type: _lssm_lib_schema24.FieldType<string, string>;
104
104
  isOptional: false;
105
105
  };
106
106
  syncConfigId: {
107
- type: _lssm_lib_schema0.FieldType<string, string>;
107
+ type: _lssm_lib_schema24.FieldType<string, string>;
108
108
  isOptional: false;
109
109
  };
110
110
  error: {
111
- type: _lssm_lib_schema0.FieldType<string, string>;
111
+ type: _lssm_lib_schema24.FieldType<string, string>;
112
112
  isOptional: false;
113
113
  };
114
114
  failedAt: {
115
- type: _lssm_lib_schema0.FieldType<Date, string>;
115
+ type: _lssm_lib_schema24.FieldType<Date, string>;
116
116
  isOptional: false;
117
117
  };
118
118
  }>>;
119
- declare const RecordSyncedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
119
+ declare const RecordSyncedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
120
120
  syncRunId: {
121
- type: _lssm_lib_schema0.FieldType<string, string>;
121
+ type: _lssm_lib_schema24.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  recordId: {
125
- type: _lssm_lib_schema0.FieldType<string, string>;
125
+ type: _lssm_lib_schema24.FieldType<string, string>;
126
126
  isOptional: false;
127
127
  };
128
128
  sourceId: {
129
- type: _lssm_lib_schema0.FieldType<string, string>;
129
+ type: _lssm_lib_schema24.FieldType<string, string>;
130
130
  isOptional: false;
131
131
  };
132
132
  targetId: {
133
- type: _lssm_lib_schema0.FieldType<string, string>;
133
+ type: _lssm_lib_schema24.FieldType<string, string>;
134
134
  isOptional: false;
135
135
  };
136
136
  }>>;
137
- declare const FieldMappingAddedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema0.SchemaModel<{
137
+ declare const FieldMappingAddedEvent: _lssm_lib_contracts0.EventSpec<_lssm_lib_schema24.SchemaModel<{
138
138
  syncConfigId: {
139
- type: _lssm_lib_schema0.FieldType<string, string>;
139
+ type: _lssm_lib_schema24.FieldType<string, string>;
140
140
  isOptional: false;
141
141
  };
142
142
  sourceField: {
143
- type: _lssm_lib_schema0.FieldType<string, string>;
143
+ type: _lssm_lib_schema24.FieldType<string, string>;
144
144
  isOptional: false;
145
145
  };
146
146
  targetField: {
147
- type: _lssm_lib_schema0.FieldType<string, string>;
147
+ type: _lssm_lib_schema24.FieldType<string, string>;
148
148
  isOptional: false;
149
149
  };
150
150
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAiBa,yBAAuB,oBAAA,CAAA,4BAAA;;UAKlC,iBAAA,CAAA;;EALW,CAAA;EAKX,IAAA,EAAA;;;;;IALkC,IAAA,6BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBvB,CAAA;CAKX,CAAA,CAAA;cALW,wBAAsB,oBAAA,CAAA,4BAAA;;UAKjC,iBAAA,CAAA;;;EALiC,aAAA,EAAA;IAAA,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBtB,UAAA,EAAA,KAAA;EAKX,CAAA;;;;;;IALuC,IAAA,6BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAkB5B,CAAA;CAKX,CAAA,CAAA;cAvBW,8BAA4B,oBAAA,CAAA,4BAAA;;UAKvC,iBAAA,CAAA;gBAaiC,KAAA;EAAA,CAAA;EAAA,cAAA,EAAA;IAkBtB,IAAA,6BAKX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;gBAL2B,KAAA;EAAA,CAAA;EAAA,SAAA,EAAA;IAqBhB,IAAA,6BAKX,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cA5CW,wBAAsB,oBAAA,CAAA,4BAAA;;UAKjC,iBAAA,CAAA,SAkC6B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAkBlB,YAAA,EAAA;IAKX,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;gBAL0B,KAAA;EAAA,CAAA;CAAA,CAAA,CAAA;AAkBf,cAzDA,gBA8DX,EA9D2B,oBAAA,CAAA,SA8D3B,mBA9D2B,WA8D3B,CAAA;EAAA,SAAA,EAAA;UAzDA,iBAAA,CAAA;;;;IAoD4B,IAAA,6BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAiBjB,CAAA;EAKX,SAAA,EAAA;;;;CALiC,CAAA,CAAA;AAAA,cArDtB,kBAqDsB,EArDJ,oBAAA,CAAA,SAqDI,mBArDJ,WAqDI,CAAA;;UAhDjC,iBAAA,CAAA;;;;;;;;;;;;;;;;cAaW,iBAAe,oBAAA,CAAA,4BAAA;;UAK1B,iBAAA,CAAA;;;;;;;;;;;;;;;;cAaW,mBAAiB,oBAAA,CAAA,4BAAA;;UAK5B,iBAAA,CAAA;;;;;;;;;;;;;;;;cAYW,wBAAsB,oBAAA,CAAA,4BAAA;;UAKjC,iBAAA,CAAA"}
1
+ {"version":3,"file":"events.d.ts","names":[],"sources":["../src/events.ts"],"sourcesContent":[],"mappings":";;;;cAiBa,yBAAuB,oBAAA,CAAA,6BAAA;;UAKlC,kBAAA,CAAA;;EALW,CAAA;EAKX,IAAA,EAAA;;;;;IALkC,IAAA,8BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAsBvB,CAAA;CAKX,CAAA,CAAA;cALW,wBAAsB,oBAAA,CAAA,6BAAA;;UAKjC,kBAAA,CAAA;;;EALiC,aAAA,EAAA;IAAA,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAqBtB,UAAA,EAAA,KAAA;EAKX,CAAA;;;;;;IALuC,IAAA,8BAAA,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAkB5B,CAAA;CAKX,CAAA,CAAA;cAvBW,8BAA4B,oBAAA,CAAA,6BAAA;;UAKvC,kBAAA,CAAA;gBAaiC,KAAA;EAAA,CAAA;EAAA,cAAA,EAAA;IAkBtB,IAAA,8BAKX,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;;gBAL2B,KAAA;EAAA,CAAA;EAAA,SAAA,EAAA;IAqBhB,IAAA,8BAKX,KAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;;;cA5CW,wBAAsB,oBAAA,CAAA,6BAAA;;UAKjC,kBAAA,CAAA,SAkC6B,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAAA,CAAA;EAkBlB,YAAA,EAAA;IAKX,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;;;;;gBAL0B,KAAA;EAAA,CAAA;CAAA,CAAA,CAAA;AAkBf,cAzDA,gBA8DX,EA9D2B,oBAAA,CAAA,SA8D3B,oBA9D2B,WA8D3B,CAAA;EAAA,SAAA,EAAA;UAzDA,kBAAA,CAAA;;;;IAoD4B,IAAA,8BAAA,CAAA,MAAA,EAAA,MAAA,CAAA;IAAA,UAAA,EAAA,KAAA;EAiBjB,CAAA;EAKX,SAAA,EAAA;;;;CALiC,CAAA,CAAA;AAAA,cArDtB,kBAqDsB,EArDJ,oBAAA,CAAA,SAqDI,oBArDJ,WAqDI,CAAA;;UAhDjC,kBAAA,CAAA;;;;;;;;;;;;;;;;cAaW,iBAAe,oBAAA,CAAA,6BAAA;;UAK1B,kBAAA,CAAA;;;;;;;;;;;;;;;;cAaW,mBAAiB,oBAAA,CAAA,6BAAA;;UAK5B,kBAAA,CAAA;;;;;;;;;;;;;;;;cAYW,wBAAsB,oBAAA,CAAA,6BAAA;;UAKjC,kBAAA,CAAA"}
@@ -1,10 +1,10 @@
1
- import * as _lssm_lib_schema104 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema119 from "@lssm/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: _lssm_lib_schema104.EnumType<[string, string, string, string, string]>;
7
+ declare const IntegrationStatusEnum: _lssm_lib_schema119.EnumType<[string, string, string, string, string]>;
8
8
  //#endregion
9
9
  export { IntegrationStatusEnum };
10
10
  //# sourceMappingURL=integration.enum.d.ts.map
@@ -1,65 +1,65 @@
1
- import * as _lssm_lib_schema105 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema104 from "@lssm/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: _lssm_lib_schema105.SchemaModel<{
7
+ declare const IntegrationModel: _lssm_lib_schema104.SchemaModel<{
8
8
  id: {
9
- type: _lssm_lib_schema105.FieldType<string, string>;
9
+ type: _lssm_lib_schema104.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  name: {
13
- type: _lssm_lib_schema105.FieldType<string, string>;
13
+ type: _lssm_lib_schema104.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  slug: {
17
- type: _lssm_lib_schema105.FieldType<string, string>;
17
+ type: _lssm_lib_schema104.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  description: {
21
- type: _lssm_lib_schema105.FieldType<string, string>;
21
+ type: _lssm_lib_schema104.FieldType<string, string>;
22
22
  isOptional: true;
23
23
  };
24
24
  provider: {
25
- type: _lssm_lib_schema105.FieldType<string, string>;
25
+ type: _lssm_lib_schema104.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  status: {
29
- type: _lssm_lib_schema105.EnumType<[string, string, string, string, string]>;
29
+ type: _lssm_lib_schema104.EnumType<[string, string, string, string, string]>;
30
30
  isOptional: false;
31
31
  };
32
32
  createdAt: {
33
- type: _lssm_lib_schema105.FieldType<Date, string>;
33
+ type: _lssm_lib_schema104.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: _lssm_lib_schema105.SchemaModel<{
40
+ declare const CreateIntegrationInputModel: _lssm_lib_schema104.SchemaModel<{
41
41
  name: {
42
- type: _lssm_lib_schema105.FieldType<string, string>;
42
+ type: _lssm_lib_schema104.FieldType<string, string>;
43
43
  isOptional: false;
44
44
  };
45
45
  slug: {
46
- type: _lssm_lib_schema105.FieldType<string, string>;
46
+ type: _lssm_lib_schema104.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  description: {
50
- type: _lssm_lib_schema105.FieldType<string, string>;
50
+ type: _lssm_lib_schema104.FieldType<string, string>;
51
51
  isOptional: true;
52
52
  };
53
53
  provider: {
54
- type: _lssm_lib_schema105.FieldType<string, string>;
54
+ type: _lssm_lib_schema104.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  config: {
58
- type: _lssm_lib_schema105.FieldType<unknown, unknown>;
58
+ type: _lssm_lib_schema104.FieldType<unknown, unknown>;
59
59
  isOptional: true;
60
60
  };
61
61
  featureFlagKey: {
62
- type: _lssm_lib_schema105.FieldType<string, string>;
62
+ type: _lssm_lib_schema104.FieldType<string, string>;
63
63
  isOptional: true;
64
64
  };
65
65
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.integration-hub",
3
- "version": "0.0.0-canary-20251223012036",
3
+ "version": "0.0.0-canary-20251223012756",
4
4
  "description": "Integration Hub example with sync engine and field mappings for ContractSpec",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,20 +18,20 @@
18
18
  "lint:check": "eslint src"
19
19
  },
20
20
  "dependencies": {
21
- "@lssm/lib.schema": "0.0.0-canary-20251223012036",
22
- "@lssm/lib.contracts": "0.0.0-canary-20251223012036",
23
- "@lssm/lib.bus": "0.0.0-canary-20251223012036",
24
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251223012036",
25
- "@lssm/lib.files": "0.0.0-canary-20251223012036",
26
- "@lssm/lib.feature-flags": "0.0.0-canary-20251223012036",
27
- "@lssm/lib.jobs": "0.0.0-canary-20251223012036",
28
- "@lssm/module.audit-trail": "0.0.0-canary-20251223012036",
29
- "@lssm/module.notifications": "0.0.0-canary-20251223012036",
21
+ "@lssm/lib.schema": "0.0.0-canary-20251223012756",
22
+ "@lssm/lib.contracts": "0.0.0-canary-20251223012756",
23
+ "@lssm/lib.bus": "0.0.0-canary-20251223012756",
24
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251223012756",
25
+ "@lssm/lib.files": "0.0.0-canary-20251223012756",
26
+ "@lssm/lib.feature-flags": "0.0.0-canary-20251223012756",
27
+ "@lssm/lib.jobs": "0.0.0-canary-20251223012756",
28
+ "@lssm/module.audit-trail": "0.0.0-canary-20251223012756",
29
+ "@lssm/module.notifications": "0.0.0-canary-20251223012756",
30
30
  "zod": "^4.1.13"
31
31
  },
32
32
  "devDependencies": {
33
- "@lssm/tool.typescript": "0.0.0-canary-20251223012036",
34
- "@lssm/tool.tsdown": "0.0.0-canary-20251223012036",
33
+ "@lssm/tool.typescript": "0.0.0-canary-20251223012756",
34
+ "@lssm/tool.tsdown": "0.0.0-canary-20251223012756",
35
35
  "typescript": "^5.9.3"
36
36
  },
37
37
  "exports": {