@cargolift-cdi/types 0.1.112 → 0.1.113
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.
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15,6 +15,8 @@ export * from './entities/integration-outbound.entity.js';
|
|
|
15
15
|
export * from './entities/integration-endpoint.entity.js';
|
|
16
16
|
export * from './entities/integration-credential.entity.js';
|
|
17
17
|
export * from './entities/diagnostic-latency.entity.js';
|
|
18
|
+
export * from './entities/log-integration-inbound.entity.js';
|
|
19
|
+
export * from './entities/log-integration-outbound.entity.js';
|
|
18
20
|
export * from './enum/integration.enums.js';
|
|
19
21
|
export * from './enum/error-type.enum.js';
|
|
20
22
|
export * from './repository/integration-inbound-repository.service.js';
|
|
@@ -22,4 +24,5 @@ export * from './repository/integration-outbound-repository.service.js';
|
|
|
22
24
|
export * from './repository/integration-endpoint-repository.service.js';
|
|
23
25
|
export * from './repository/integration-credential-repository.service.js';
|
|
24
26
|
export * from './repository/diagnostic-latency-repository.service.js';
|
|
27
|
+
export * from './repository/log-integration-inbound.service.js';
|
|
25
28
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAG5D,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAG5D,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,+CAA+C,CAAC;AAG9D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAG1C,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,yDAAyD,CAAC;AACxE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,uDAAuD,CAAC;AACtE,cAAc,iDAAiD,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -16,6 +16,8 @@ export * from './entities/integration-outbound.entity.js';
|
|
|
16
16
|
export * from './entities/integration-endpoint.entity.js';
|
|
17
17
|
export * from './entities/integration-credential.entity.js';
|
|
18
18
|
export * from './entities/diagnostic-latency.entity.js';
|
|
19
|
+
export * from './entities/log-integration-inbound.entity.js';
|
|
20
|
+
export * from './entities/log-integration-outbound.entity.js';
|
|
19
21
|
// Enum
|
|
20
22
|
export * from './enum/integration.enums.js';
|
|
21
23
|
export * from './enum/error-type.enum.js';
|
|
@@ -25,3 +27,4 @@ export * from './repository/integration-outbound-repository.service.js';
|
|
|
25
27
|
export * from './repository/integration-endpoint-repository.service.js';
|
|
26
28
|
export * from './repository/integration-credential-repository.service.js';
|
|
27
29
|
export * from './repository/diagnostic-latency-repository.service.js';
|
|
30
|
+
export * from './repository/log-integration-inbound.service.js';
|