@cargolift-cdi/types 0.1.34 → 0.1.36
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-outbound.entity.d.ts","sourceRoot":"","sources":["../../../../src/db/entities/integration/integration-outbound.entity.ts"],"names":[],"mappings":"AAmCA;;;GAGG;AACH,
|
|
1
|
+
{"version":3,"file":"integration-outbound.entity.d.ts","sourceRoot":"","sources":["../../../../src/db/entities/integration/integration-outbound.entity.ts"],"names":[],"mappings":"AAmCA;;;GAGG;AACH,qBAEa,mBAAmB;IAE9B,EAAE,EAAG,MAAM,CAAC;IAEZ,sCAAsC;IAEtC,MAAM,EAAG,MAAM,CAAC;IAEhB,8CAA8C;IAE9C,YAAY,EAAG,MAAM,CAAC;IAEtB,0DAA0D;IAE1D,KAAK,EAAG,MAAM,CAAC;IAEf,gHAAgH;IAEhH,OAAO,EAAG,MAAM,CAAC;IAEjB,gBAAgB;IAEhB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B,sCAAsC;IAEtC,KAAK,EAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE5B,2BAA2B;IAE3B,MAAM,EAAG,OAAO,CAAC;IAEjB,oDAAoD;IAEpD,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IAGrC,SAAS,EAAG,IAAI,CAAC;IAGjB,SAAS,EAAG,IAAI,CAAC;CAElB"}
|
|
@@ -91,7 +91,6 @@ __decorate([
|
|
|
91
91
|
], IntegrationOutbound.prototype, "updatedAt", void 0);
|
|
92
92
|
IntegrationOutbound = __decorate([
|
|
93
93
|
Entity({ name: "integration_outbound" }),
|
|
94
|
-
Index(["system", "event", "targetSystem", "version"], { unique: true })
|
|
95
|
-
Index(["endpointId"])
|
|
94
|
+
Index(["system", "event", "targetSystem", "version"], { unique: true })
|
|
96
95
|
], IntegrationOutbound);
|
|
97
96
|
export { IntegrationOutbound };
|
package/dist/index.d.ts
CHANGED
|
@@ -15,5 +15,7 @@ export * from './db/entities/integration/integration-credential.entity.js';
|
|
|
15
15
|
export * from './db/entities/diagnostic-latency.entity.js';
|
|
16
16
|
export * from './db/repository/integration-inbound-repository.service.js';
|
|
17
17
|
export * from './db/repository/integration-outbound-repository.service.js';
|
|
18
|
+
export * from './db/repository/integration-endpoint-repository.service.js';
|
|
19
|
+
export * from './db/repository/integration-credential-repository.service.js';
|
|
18
20
|
export * from './db/repository/diagnostic-latency-repository.service.js';
|
|
19
21
|
//# 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,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAG5C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,4DAA4D,CAAC;AAE3E,cAAc,4CAA4C,CAAC;AAG3D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,0DAA0D,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAG5C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,wDAAwD,CAAC;AACvE,cAAc,yDAAyD,CAAC;AACxE,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,4DAA4D,CAAC;AAE3E,cAAc,4CAA4C,CAAC;AAG3D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,8DAA8D,CAAC;AAC7E,cAAc,0DAA0D,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -17,4 +17,6 @@ export * from './db/entities/diagnostic-latency.entity.js';
|
|
|
17
17
|
// Repositórios
|
|
18
18
|
export * from './db/repository/integration-inbound-repository.service.js';
|
|
19
19
|
export * from './db/repository/integration-outbound-repository.service.js';
|
|
20
|
+
export * from './db/repository/integration-endpoint-repository.service.js';
|
|
21
|
+
export * from './db/repository/integration-credential-repository.service.js';
|
|
20
22
|
export * from './db/repository/diagnostic-latency-repository.service.js';
|