@adonoustech/bacon-core 1.13.0 → 1.13.3
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/cjs/base/BaconBaseBrokerRequestEvent.js +1 -1
- package/dist/cjs/base/index.js +2 -1
- package/dist/cjs/concrete/BaconIoTPermsBrokerRequestEvent.js +4 -4
- package/dist/es/base/BaconBaseBrokerRequestEvent.js +7 -0
- package/dist/es/base/index.js +2 -1
- package/dist/es/concrete/BaconIoTPermsBrokerRequestEvent.js +11 -0
- package/dist/es/concrete/index.js +2 -1
- package/dist/es/enums/bacon-bl-kinds.js +2 -1
- package/dist/es/interfaces/i-iot-perms-request-payload.js +2 -0
- package/dist/es/interfaces/index.js +2 -1
- package/dist/types/base/BaconBaseAWSDataReqStr.d.ts +0 -1
- package/dist/types/base/BaconBaseActor.d.ts +0 -1
- package/dist/types/base/BaconBaseActorFactory.d.ts +0 -1
- package/dist/types/base/BaconBaseActorInitTrigSvc.d.ts +0 -1
- package/dist/types/base/BaconBaseBrokerRequestEvent.d.ts +1 -1
- package/dist/types/base/index.d.ts +1 -0
- package/dist/types/concrete/Bacon3PClient.d.ts +0 -1
- package/dist/types/concrete/BaconDDBReqDelStr.d.ts +0 -1
- package/dist/types/concrete/BaconDDBReqGetStr.d.ts +0 -1
- package/dist/types/concrete/BaconDDBReqPutStr.d.ts +0 -1
- package/dist/types/concrete/BaconDDBReqQueryStr.d.ts +0 -1
- package/dist/types/concrete/BaconDDBReqUpdateStr.d.ts +0 -1
- package/dist/types/concrete/BaconIoTPermsBrokerRequestEvent.d.ts +4 -4
- package/dist/types/concrete/BaconSP.d.ts +0 -1
- package/dist/types/concrete/BaconSuperAdmin.d.ts +0 -1
- package/dist/types/constants/bacon-idps.d.ts +0 -1
- package/dist/types/constants/index.d.ts +0 -1
- package/dist/types/enums/bacon-actor-init-statuses.d.ts +0 -1
- package/dist/types/enums/bacon-actor-init-trig-sources.d.ts +0 -1
- package/dist/types/enums/bacon-actor-oidc-props.d.ts +0 -1
- package/dist/types/enums/bacon-actor-statuses.d.ts +0 -1
- package/dist/types/enums/bacon-actor-types.d.ts +0 -1
- package/dist/types/enums/bacon-aws-data-req-instructions.d.ts +0 -1
- package/dist/types/enums/bacon-aws-regions.d.ts +0 -1
- package/dist/types/enums/bacon-data-layer-kinds.d.ts +0 -1
- package/dist/types/enums/bacon-logger-codes.d.ts +0 -1
- package/dist/types/enums/bacon-logger-evt-types.d.ts +0 -1
- package/dist/types/interfaces/i-actor-init-status.d.ts +0 -1
- package/dist/types/interfaces/i-actor-init-trig-ctx.d.ts +0 -1
- package/dist/types/interfaces/i-actor-init-trig-req.d.ts +0 -1
- package/dist/types/interfaces/i-actor-init-trig-resp.d.ts +0 -1
- package/dist/types/interfaces/i-actor-init-trig-user-attr.d.ts +0 -1
- package/dist/types/interfaces/i-actor-status.d.ts +0 -1
- package/dist/types/interfaces/i-oidc-address-claim.d.ts +0 -1
- package/dist/types/interfaces/i-oidc-identity.d.ts +0 -1
- package/dist/types/interfaces/i-oidc-profile.d.ts +0 -1
- package/dist/types/static/Bacon3PClientFactory.d.ts +0 -1
- package/dist/types/static/BaconSPFactory.d.ts +0 -1
- package/dist/types/static/BaconSuperAdminFactory.d.ts +0 -1
- package/package.json +4 -4
- package/src/base/BaconBaseBrokerRequestEvent.ts +1 -1
- package/src/base/index.ts +1 -0
- package/src/concrete/BaconIoTPermsBrokerRequestEvent.ts +5 -5
- package/tsconfig.cjs.json +1 -1
- package/tsconfig.es.json +1 -1
- package/dist/base/BaconBaseAWSDataReqStr.js +0 -18
- package/dist/base/BaconBaseAWSDataReqStr.js.map +0 -1
- package/dist/base/BaconBaseActor.js +0 -10
- package/dist/base/BaconBaseActor.js.map +0 -1
- package/dist/base/BaconBaseActorFactory.js +0 -26
- package/dist/base/BaconBaseActorFactory.js.map +0 -1
- package/dist/base/BaconBaseActorInitTrigSvc.js +0 -42
- package/dist/base/BaconBaseActorInitTrigSvc.js.map +0 -1
- package/dist/base/BaconBaseLoggerEvt.js +0 -7
- package/dist/base/BaconBaseLoggerEvt.js.map +0 -1
- package/dist/base/BaconBaseLoggerEvtFact.js +0 -19
- package/dist/base/BaconBaseLoggerEvtFact.js.map +0 -1
- package/dist/base/index.js +0 -7
- package/dist/base/index.js.map +0 -1
- package/dist/concrete/Bacon3PClient.js +0 -25
- package/dist/concrete/Bacon3PClient.js.map +0 -1
- package/dist/concrete/BaconAccessLoggerEvent.js +0 -28
- package/dist/concrete/BaconAccessLoggerEvent.js.map +0 -1
- package/dist/concrete/BaconDDBReqDelStr.js +0 -30
- package/dist/concrete/BaconDDBReqDelStr.js.map +0 -1
- package/dist/concrete/BaconDDBReqGetStr.js +0 -30
- package/dist/concrete/BaconDDBReqGetStr.js.map +0 -1
- package/dist/concrete/BaconDDBReqPutStr.js +0 -30
- package/dist/concrete/BaconDDBReqPutStr.js.map +0 -1
- package/dist/concrete/BaconDDBReqQueryStr.js +0 -30
- package/dist/concrete/BaconDDBReqQueryStr.js.map +0 -1
- package/dist/concrete/BaconDDBReqUpdateStr.js +0 -30
- package/dist/concrete/BaconDDBReqUpdateStr.js.map +0 -1
- package/dist/concrete/BaconGenericLoggerEvent.js +0 -28
- package/dist/concrete/BaconGenericLoggerEvent.js.map +0 -1
- package/dist/concrete/BaconSP.js +0 -25
- package/dist/concrete/BaconSP.js.map +0 -1
- package/dist/concrete/BaconSuperAdmin.js +0 -25
- package/dist/concrete/BaconSuperAdmin.js.map +0 -1
- package/dist/concrete/index.js +0 -11
- package/dist/concrete/index.js.map +0 -1
- package/dist/constants/bacon-idps.js +0 -2
- package/dist/constants/bacon-idps.js.map +0 -1
- package/dist/constants/index.js +0 -2
- package/dist/constants/index.js.map +0 -1
- package/dist/enums/bacon-actor-init-statuses.js +0 -2
- package/dist/enums/bacon-actor-init-statuses.js.map +0 -1
- package/dist/enums/bacon-actor-init-trig-sources.js +0 -2
- package/dist/enums/bacon-actor-init-trig-sources.js.map +0 -1
- package/dist/enums/bacon-actor-oidc-props.js +0 -2
- package/dist/enums/bacon-actor-oidc-props.js.map +0 -1
- package/dist/enums/bacon-actor-statuses.js +0 -2
- package/dist/enums/bacon-actor-statuses.js.map +0 -1
- package/dist/enums/bacon-actor-types.js +0 -2
- package/dist/enums/bacon-actor-types.js.map +0 -1
- package/dist/enums/bacon-aws-data-req-instructions.js +0 -2
- package/dist/enums/bacon-aws-data-req-instructions.js.map +0 -1
- package/dist/enums/bacon-aws-regions.js +0 -2
- package/dist/enums/bacon-aws-regions.js.map +0 -1
- package/dist/enums/bacon-bl-kinds.js +0 -2
- package/dist/enums/bacon-bl-kinds.js.map +0 -1
- package/dist/enums/bacon-data-layer-kinds.js +0 -2
- package/dist/enums/bacon-data-layer-kinds.js.map +0 -1
- package/dist/enums/bacon-logger-codes.js +0 -2
- package/dist/enums/bacon-logger-codes.js.map +0 -1
- package/dist/enums/bacon-logger-evt-types.js +0 -2
- package/dist/enums/bacon-logger-evt-types.js.map +0 -1
- package/dist/enums/index.js +0 -12
- package/dist/enums/index.js.map +0 -1
- package/dist/index.js +0 -12
- package/dist/index.js.map +0 -1
- package/dist/interfaces/i-actor-init-status.js +0 -2
- package/dist/interfaces/i-actor-init-status.js.map +0 -1
- package/dist/interfaces/i-actor-init-trig-ctx.js +0 -2
- package/dist/interfaces/i-actor-init-trig-ctx.js.map +0 -1
- package/dist/interfaces/i-actor-init-trig-req.js +0 -2
- package/dist/interfaces/i-actor-init-trig-req.js.map +0 -1
- package/dist/interfaces/i-actor-init-trig-resp.js +0 -2
- package/dist/interfaces/i-actor-init-trig-resp.js.map +0 -1
- package/dist/interfaces/i-actor-init-trig-user-attr.js +0 -2
- package/dist/interfaces/i-actor-init-trig-user-attr.js.map +0 -1
- package/dist/interfaces/i-actor-init-trigger-evt.js +0 -2
- package/dist/interfaces/i-actor-init-trigger-evt.js.map +0 -1
- package/dist/interfaces/i-actor-status.js +0 -2
- package/dist/interfaces/i-actor-status.js.map +0 -1
- package/dist/interfaces/i-iot-perms-request.js +0 -2
- package/dist/interfaces/i-iot-perms-request.js.map +0 -1
- package/dist/interfaces/i-oidc-address-claim.js +0 -2
- package/dist/interfaces/i-oidc-address-claim.js.map +0 -1
- package/dist/interfaces/i-oidc-identity.js +0 -2
- package/dist/interfaces/i-oidc-identity.js.map +0 -1
- package/dist/interfaces/i-oidc-profile.js +0 -2
- package/dist/interfaces/i-oidc-profile.js.map +0 -1
- package/dist/interfaces/index.js +0 -13
- package/dist/interfaces/index.js.map +0 -1
- package/dist/static/Bacon3PClientFactory.js +0 -30
- package/dist/static/Bacon3PClientFactory.js.map +0 -1
- package/dist/static/BaconAccessLoggerEvtFactory.js +0 -30
- package/dist/static/BaconAccessLoggerEvtFactory.js.map +0 -1
- package/dist/static/BaconGenericLoggerEvtFactory.js +0 -30
- package/dist/static/BaconGenericLoggerEvtFactory.js.map +0 -1
- package/dist/static/BaconSPFactory.js +0 -30
- package/dist/static/BaconSPFactory.js.map +0 -1
- package/dist/static/BaconSuperAdminFactory.js +0 -30
- package/dist/static/BaconSuperAdminFactory.js.map +0 -1
- package/dist/static/index.js +0 -6
- package/dist/static/index.js.map +0 -1
- package/dist/types/base/BaconBaseAWSDataReqStr.d.ts.map +0 -1
- package/dist/types/base/BaconBaseActor.d.ts.map +0 -1
- package/dist/types/base/BaconBaseActorFactory.d.ts.map +0 -1
- package/dist/types/base/BaconBaseActorInitTrigSvc.d.ts.map +0 -1
- package/dist/types/base/BaconBaseLoggerEvt.d.ts.map +0 -1
- package/dist/types/base/BaconBaseLoggerEvtFact.d.ts.map +0 -1
- package/dist/types/base/index.d.ts.map +0 -1
- package/dist/types/concrete/Bacon3PClient.d.ts.map +0 -1
- package/dist/types/concrete/BaconAccessLoggerEvent.d.ts.map +0 -1
- package/dist/types/concrete/BaconDDBReqDelStr.d.ts.map +0 -1
- package/dist/types/concrete/BaconDDBReqGetStr.d.ts.map +0 -1
- package/dist/types/concrete/BaconDDBReqPutStr.d.ts.map +0 -1
- package/dist/types/concrete/BaconDDBReqQueryStr.d.ts.map +0 -1
- package/dist/types/concrete/BaconDDBReqUpdateStr.d.ts.map +0 -1
- package/dist/types/concrete/BaconGenericLoggerEvent.d.ts.map +0 -1
- package/dist/types/concrete/BaconSP.d.ts.map +0 -1
- package/dist/types/concrete/BaconSuperAdmin.d.ts.map +0 -1
- package/dist/types/concrete/index.d.ts.map +0 -1
- package/dist/types/constants/bacon-idps.d.ts.map +0 -1
- package/dist/types/constants/index.d.ts.map +0 -1
- package/dist/types/enums/bacon-actor-init-statuses.d.ts.map +0 -1
- package/dist/types/enums/bacon-actor-init-trig-sources.d.ts.map +0 -1
- package/dist/types/enums/bacon-actor-oidc-props.d.ts.map +0 -1
- package/dist/types/enums/bacon-actor-statuses.d.ts.map +0 -1
- package/dist/types/enums/bacon-actor-types.d.ts.map +0 -1
- package/dist/types/enums/bacon-aws-data-req-instructions.d.ts.map +0 -1
- package/dist/types/enums/bacon-aws-regions.d.ts.map +0 -1
- package/dist/types/enums/bacon-bl-kinds.d.ts.map +0 -1
- package/dist/types/enums/bacon-data-layer-kinds.d.ts.map +0 -1
- package/dist/types/enums/bacon-logger-codes.d.ts.map +0 -1
- package/dist/types/enums/bacon-logger-evt-types.d.ts.map +0 -1
- package/dist/types/enums/index.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-status.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-trig-ctx.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-trig-req.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-trig-resp.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-trig-user-attr.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-init-trigger-evt.d.ts.map +0 -1
- package/dist/types/interfaces/i-actor-status.d.ts.map +0 -1
- package/dist/types/interfaces/i-iot-perms-request.d.ts +0 -8
- package/dist/types/interfaces/i-iot-perms-request.d.ts.map +0 -1
- package/dist/types/interfaces/i-oidc-address-claim.d.ts.map +0 -1
- package/dist/types/interfaces/i-oidc-identity.d.ts.map +0 -1
- package/dist/types/interfaces/i-oidc-profile.d.ts.map +0 -1
- package/dist/types/interfaces/index.d.ts.map +0 -1
- package/dist/types/static/Bacon3PClientFactory.d.ts.map +0 -1
- package/dist/types/static/BaconAccessLoggerEvtFactory.d.ts.map +0 -1
- package/dist/types/static/BaconGenericLoggerEvtFactory.d.ts.map +0 -1
- package/dist/types/static/BaconSPFactory.d.ts.map +0 -1
- package/dist/types/static/BaconSuperAdminFactory.d.ts.map +0 -1
- package/dist/types/static/index.d.ts.map +0 -1
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaconGenericLoggerEvent } from "../concrete/BaconGenericLoggerEvent";
|
|
2
|
-
var BaconBaseLoggerEventFactory = /** @class */ (function () {
|
|
3
|
-
function BaconBaseLoggerEventFactory() {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* By default, returns
|
|
7
|
-
* a constructed generic logger event. Individual factories
|
|
8
|
-
* extend this class to create specific instances of concrete
|
|
9
|
-
* logger events. See BaconGenericLoggerEventFactory
|
|
10
|
-
* @returns {BaconBaseLoggerEvent}
|
|
11
|
-
* @memberof BaconBaseLoggerEventFactory
|
|
12
|
-
*/
|
|
13
|
-
BaconBaseLoggerEventFactory.prototype.createLoggerEvent = function () {
|
|
14
|
-
return new BaconGenericLoggerEvent();
|
|
15
|
-
};
|
|
16
|
-
return BaconBaseLoggerEventFactory;
|
|
17
|
-
}());
|
|
18
|
-
export { BaconBaseLoggerEventFactory };
|
|
19
|
-
//# sourceMappingURL=BaconBaseLoggerEvtFact.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconBaseLoggerEvtFact.js","sourceRoot":"","sources":["../../src/base/BaconBaseLoggerEvtFact.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAI9E;IAEI;IAAe,CAAC;IAEhB;;;;;;;OAOG;IACH,uDAAiB,GAAjB;QAEI,OAAO,IAAI,uBAAuB,EAAE,CAAC;IAEzC,CAAC;IACL,kCAAC;AAAD,CAAC,AAjBD,IAiBC"}
|
package/dist/base/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './BaconBaseActor';
|
|
2
|
-
export * from './BaconBaseActorFactory';
|
|
3
|
-
export * from './BaconBaseActorInitTrigSvc';
|
|
4
|
-
export * from './BaconBaseAWSDataReqStr';
|
|
5
|
-
export * from './BaconBaseLoggerEvt';
|
|
6
|
-
export * from './BaconBaseLoggerEvtFact';
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
package/dist/base/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/base/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseActor } from "../base/BaconBaseActor";
|
|
17
|
-
var Bacon3PClient = /** @class */ (function (_super) {
|
|
18
|
-
__extends(Bacon3PClient, _super);
|
|
19
|
-
function Bacon3PClient(profile) {
|
|
20
|
-
return _super.call(this, profile) || this;
|
|
21
|
-
}
|
|
22
|
-
return Bacon3PClient;
|
|
23
|
-
}(BaconBaseActor));
|
|
24
|
-
export { Bacon3PClient };
|
|
25
|
-
//# sourceMappingURL=Bacon3PClient.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Bacon3PClient.js","sourceRoot":"","sources":["../../src/concrete/Bacon3PClient.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGxD;IAAmC,iCAAc;IAC7C,uBAAY,OAAqB;eAC7B,kBAAM,OAAO,CAAC;IAClB,CAAC;IAGL,oBAAC;AAAD,CAAC,AAND,CAAmC,cAAc,GAMhD"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseLoggerEvent } from "../base/BaconBaseLoggerEvt";
|
|
17
|
-
var BaconAccessLoggerEvent = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconAccessLoggerEvent, _super);
|
|
19
|
-
function BaconAccessLoggerEvent() {
|
|
20
|
-
var _this = _super.call(this) || this;
|
|
21
|
-
_this.eventType = "access" /* BaconLoggerEventTypes.ACCESS */;
|
|
22
|
-
_this.kind = "BaconAccessLoggerEvent" /* BaconBusinessLayerKinds.BaconAccessLoggerEvent */;
|
|
23
|
-
return _this;
|
|
24
|
-
}
|
|
25
|
-
return BaconAccessLoggerEvent;
|
|
26
|
-
}(BaconBaseLoggerEvent));
|
|
27
|
-
export { BaconAccessLoggerEvent };
|
|
28
|
-
//# sourceMappingURL=BaconAccessLoggerEvent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconAccessLoggerEvent.js","sourceRoot":"","sources":["../../src/concrete/BaconAccessLoggerEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAGlE;IAA4C,0CAAoB;IAC5D;QAAA,YACI,iBAAO,SAGV;QAFG,KAAI,CAAC,SAAS,8CAA+B,CAAC;QAC9C,KAAI,CAAC,IAAI,gFAAiD,CAAC;;IAC/D,CAAC;IACL,6BAAC;AAAD,CAAC,AAND,CAA4C,oBAAoB,GAM/D"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseAWSDataRequestStrategy } from '../base/BaconBaseAWSDataReqStr';
|
|
17
|
-
var BaconDDBDataRequestDeleteStrategy = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconDDBDataRequestDeleteStrategy, _super);
|
|
19
|
-
/**
|
|
20
|
-
*Creates an instance of BaconDDBDataRequestDeleteStrategy.
|
|
21
|
-
* @param {DeleteItemCommandInput} inputCommand
|
|
22
|
-
* @memberof BaconDDBDataRequestDeleteStrategy
|
|
23
|
-
*/
|
|
24
|
-
function BaconDDBDataRequestDeleteStrategy(inputCommand) {
|
|
25
|
-
return _super.call(this, "delete" /* BaconAWSDataRequestInstructions.DELETE */, "BaconDDBDataRequestDeleteStrategy" /* BaconDataLayerKinds.BaconDDBDataRequestDeleteStrategy */, inputCommand) || this;
|
|
26
|
-
}
|
|
27
|
-
return BaconDDBDataRequestDeleteStrategy;
|
|
28
|
-
}(BaconBaseAWSDataRequestStrategy));
|
|
29
|
-
export { BaconDDBDataRequestDeleteStrategy };
|
|
30
|
-
//# sourceMappingURL=BaconDDBReqDelStr.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconDDBReqDelStr.js","sourceRoot":"","sources":["../../src/concrete/BaconDDBReqDelStr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAIjF;IAAuD,qDAA+B;IAElF;;;;OAIG;IACH,2CAAY,YAAoC;eAC5C,0KAEM,YAAY,CAAC;IACvB,CAAC;IAEL,wCAAC;AAAD,CAAC,AAbD,CAAuD,+BAA+B,GAarF"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseAWSDataRequestStrategy } from '../base/BaconBaseAWSDataReqStr';
|
|
17
|
-
var BaconDDBDataRequestGetStrategy = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconDDBDataRequestGetStrategy, _super);
|
|
19
|
-
/**
|
|
20
|
-
*Creates an instance of BaconDDBDataRequestGetStrategy.
|
|
21
|
-
* @param {QueryCommandInput} inputCommand
|
|
22
|
-
* @memberof BaconDDBDataRequestGetStrategy
|
|
23
|
-
*/
|
|
24
|
-
function BaconDDBDataRequestGetStrategy(inputCommand) {
|
|
25
|
-
return _super.call(this, "query" /* BaconAWSDataRequestInstructions.QUERY */, "BaconDDBDataRequestQueryStrategy" /* BaconDataLayerKinds.BaconDDBDataRequestQueryStrategy */, inputCommand) || this;
|
|
26
|
-
}
|
|
27
|
-
return BaconDDBDataRequestGetStrategy;
|
|
28
|
-
}(BaconBaseAWSDataRequestStrategy));
|
|
29
|
-
export { BaconDDBDataRequestGetStrategy };
|
|
30
|
-
//# sourceMappingURL=BaconDDBReqGetStr.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconDDBReqGetStr.js","sourceRoot":"","sources":["../../src/concrete/BaconDDBReqGetStr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAIjF;IAAoD,kDAA+B;IAE/E;;;;OAIG;IACH,wCAAa,YAA+B;eACxC,sKAEM,YAAY,CAAC;IACvB,CAAC;IAEL,qCAAC;AAAD,CAAC,AAbD,CAAoD,+BAA+B,GAalF"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseAWSDataRequestStrategy } from '../base/BaconBaseAWSDataReqStr';
|
|
17
|
-
var BaconDDBDataRequestPutStrategy = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconDDBDataRequestPutStrategy, _super);
|
|
19
|
-
/**
|
|
20
|
-
*Creates an instance of BaconDDBDataRequestPutStrategy.
|
|
21
|
-
* @param {PutItemCommandInput} inputCommand
|
|
22
|
-
* @memberof BaconDDBDataRequestPutStrategy
|
|
23
|
-
*/
|
|
24
|
-
function BaconDDBDataRequestPutStrategy(inputCommand) {
|
|
25
|
-
return _super.call(this, "put" /* BaconAWSDataRequestInstructions.PUT */, "BaconDDBDataRequestPutStrategy" /* BaconDataLayerKinds.BaconDDBDataRequestPutStrategy */, inputCommand) || this;
|
|
26
|
-
}
|
|
27
|
-
return BaconDDBDataRequestPutStrategy;
|
|
28
|
-
}(BaconBaseAWSDataRequestStrategy));
|
|
29
|
-
export { BaconDDBDataRequestPutStrategy };
|
|
30
|
-
//# sourceMappingURL=BaconDDBReqPutStr.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconDDBReqPutStr.js","sourceRoot":"","sources":["../../src/concrete/BaconDDBReqPutStr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAIjF;IAAoD,kDAA+B;IAE/E;;;;OAIG;IACH,wCAAY,YAAiC;eACzC,8JAEM,YAAY,CACb;IACT,CAAC;IAEL,qCAAC;AAAD,CAAC,AAdD,CAAoD,+BAA+B,GAclF"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseAWSDataRequestStrategy } from '../base/BaconBaseAWSDataReqStr';
|
|
17
|
-
var BaconDDBDataRequestQueryStrategy = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconDDBDataRequestQueryStrategy, _super);
|
|
19
|
-
/**
|
|
20
|
-
*Creates an instance of BaconDDBDataRequestQueryStrategy.
|
|
21
|
-
* @param {QueryCommandInput} inputCommand
|
|
22
|
-
* @memberof BaconDDBDataRequestQueryStrategy
|
|
23
|
-
*/
|
|
24
|
-
function BaconDDBDataRequestQueryStrategy(inputCommand) {
|
|
25
|
-
return _super.call(this, "query" /* BaconAWSDataRequestInstructions.QUERY */, "BaconDDBDataRequestQueryStrategy" /* BaconDataLayerKinds.BaconDDBDataRequestQueryStrategy */, inputCommand) || this;
|
|
26
|
-
}
|
|
27
|
-
return BaconDDBDataRequestQueryStrategy;
|
|
28
|
-
}(BaconBaseAWSDataRequestStrategy));
|
|
29
|
-
export { BaconDDBDataRequestQueryStrategy };
|
|
30
|
-
//# sourceMappingURL=BaconDDBReqQueryStr.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconDDBReqQueryStr.js","sourceRoot":"","sources":["../../src/concrete/BaconDDBReqQueryStr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAIjF;IAAsD,oDAA+B;IAEjF;;;;OAIG;IACH,0CAAY,YAA+B;eACvC,sKAEI,YAAY,CAAC;IACrB,CAAC;IAEL,uCAAC;AAAD,CAAC,AAbD,CAAsD,+BAA+B,GAapF"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseAWSDataRequestStrategy } from '../base/BaconBaseAWSDataReqStr';
|
|
17
|
-
var BaconDDBDataRequestUpdateStrategy = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconDDBDataRequestUpdateStrategy, _super);
|
|
19
|
-
/**
|
|
20
|
-
*Creates an instance of BaconDDBDataRequestUpdateStrategy.
|
|
21
|
-
* @param {UpdateItemCommandInput} inputCommand
|
|
22
|
-
* @memberof BaconDDBDataRequestUpdateStrategy
|
|
23
|
-
*/
|
|
24
|
-
function BaconDDBDataRequestUpdateStrategy(inputCommand) {
|
|
25
|
-
return _super.call(this, "update" /* BaconAWSDataRequestInstructions.UPDATE */, "BaconDDBDataRequestUpdateStrategy" /* BaconDataLayerKinds.BaconDDBDataRequestUpdateStrategy */, inputCommand) || this;
|
|
26
|
-
}
|
|
27
|
-
return BaconDDBDataRequestUpdateStrategy;
|
|
28
|
-
}(BaconBaseAWSDataRequestStrategy));
|
|
29
|
-
export { BaconDDBDataRequestUpdateStrategy };
|
|
30
|
-
//# sourceMappingURL=BaconDDBReqUpdateStr.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconDDBReqUpdateStr.js","sourceRoot":"","sources":["../../src/concrete/BaconDDBReqUpdateStr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAIjF;IAAuD,qDAA+B;IAElF;;;;OAIG;IACH,2CAAY,YAAoC;eAE5C,0KAEM,YAAY,CAAC;IACvB,CAAC;IAEL,wCAAC;AAAD,CAAC,AAdD,CAAuD,+BAA+B,GAcrF"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseLoggerEvent } from "../base/BaconBaseLoggerEvt";
|
|
17
|
-
var BaconGenericLoggerEvent = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconGenericLoggerEvent, _super);
|
|
19
|
-
function BaconGenericLoggerEvent() {
|
|
20
|
-
var _this = _super.call(this) || this;
|
|
21
|
-
_this.eventType = "generic" /* BaconLoggerEventTypes.GENERIC */;
|
|
22
|
-
_this.kind = "BaconGenericLoggerEvent" /* BaconBusinessLayerKinds.BaconGenericLoggerEvent */;
|
|
23
|
-
return _this;
|
|
24
|
-
}
|
|
25
|
-
return BaconGenericLoggerEvent;
|
|
26
|
-
}(BaconBaseLoggerEvent));
|
|
27
|
-
export { BaconGenericLoggerEvent };
|
|
28
|
-
//# sourceMappingURL=BaconGenericLoggerEvent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconGenericLoggerEvent.js","sourceRoot":"","sources":["../../src/concrete/BaconGenericLoggerEvent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAGlE;IAA6C,2CAAoB;IAC7D;QAAA,YACI,iBAAO,SAGV;QAFG,KAAI,CAAC,SAAS,gDAAgC,CAAC;QAC/C,KAAI,CAAC,IAAI,kFAAkD,CAAC;;IAChE,CAAC;IACL,8BAAC;AAAD,CAAC,AAND,CAA6C,oBAAoB,GAMhE"}
|
package/dist/concrete/BaconSP.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseActor } from "../base/BaconBaseActor";
|
|
17
|
-
var BaconSP = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconSP, _super);
|
|
19
|
-
function BaconSP(profile) {
|
|
20
|
-
return _super.call(this, profile) || this;
|
|
21
|
-
}
|
|
22
|
-
return BaconSP;
|
|
23
|
-
}(BaconBaseActor));
|
|
24
|
-
export { BaconSP };
|
|
25
|
-
//# sourceMappingURL=BaconSP.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconSP.js","sourceRoot":"","sources":["../../src/concrete/BaconSP.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGxD;IAA6B,2BAAc;IACvC,iBAAY,OAAqB;eAC7B,kBAAM,OAAO,CAAC;IAClB,CAAC;IAGL,cAAC;AAAD,CAAC,AAND,CAA6B,cAAc,GAM1C"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import { BaconBaseActor } from "../base/BaconBaseActor";
|
|
17
|
-
var BaconSuperAdmin = /** @class */ (function (_super) {
|
|
18
|
-
__extends(BaconSuperAdmin, _super);
|
|
19
|
-
function BaconSuperAdmin(profile) {
|
|
20
|
-
return _super.call(this, profile) || this;
|
|
21
|
-
}
|
|
22
|
-
return BaconSuperAdmin;
|
|
23
|
-
}(BaconBaseActor));
|
|
24
|
-
export { BaconSuperAdmin };
|
|
25
|
-
//# sourceMappingURL=BaconSuperAdmin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaconSuperAdmin.js","sourceRoot":"","sources":["../../src/concrete/BaconSuperAdmin.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAGxD;IAAqC,mCAAc;IAC/C,yBAAY,OAAqB;eAC7B,kBAAM,OAAO,CAAC;IAClB,CAAC;IAGL,sBAAC;AAAD,CAAC,AAND,CAAqC,cAAc,GAMlD"}
|
package/dist/concrete/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './Bacon3PClient';
|
|
2
|
-
export * from './BaconAccessLoggerEvent';
|
|
3
|
-
export * from './BaconDDBReqDelStr';
|
|
4
|
-
export * from './BaconDDBReqGetStr';
|
|
5
|
-
export * from './BaconDDBReqPutStr';
|
|
6
|
-
export * from './BaconDDBReqQueryStr';
|
|
7
|
-
export * from './BaconDDBReqUpdateStr';
|
|
8
|
-
export * from './BaconSP';
|
|
9
|
-
export * from './BaconSuperAdmin';
|
|
10
|
-
export * from './BaconGenericLoggerEvent';
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/concrete/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-idps.js","sourceRoot":"","sources":["../../src/constants/bacon-idps.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,SAAS,GAAG,CAAC,QAAQ,CAAC,CAAA"}
|
package/dist/constants/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-actor-init-statuses.js","sourceRoot":"","sources":["../../src/enums/bacon-actor-init-statuses.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-actor-init-trig-sources.js","sourceRoot":"","sources":["../../src/enums/bacon-actor-init-trig-sources.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-actor-oidc-props.js","sourceRoot":"","sources":["../../src/enums/bacon-actor-oidc-props.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-actor-statuses.js","sourceRoot":"","sources":["../../src/enums/bacon-actor-statuses.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-actor-types.js","sourceRoot":"","sources":["../../src/enums/bacon-actor-types.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-aws-data-req-instructions.js","sourceRoot":"","sources":["../../src/enums/bacon-aws-data-req-instructions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-aws-regions.js","sourceRoot":"","sources":["../../src/enums/bacon-aws-regions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-bl-kinds.js","sourceRoot":"","sources":["../../src/enums/bacon-bl-kinds.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-data-layer-kinds.js","sourceRoot":"","sources":["../../src/enums/bacon-data-layer-kinds.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-logger-codes.js","sourceRoot":"","sources":["../../src/enums/bacon-logger-codes.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bacon-logger-evt-types.js","sourceRoot":"","sources":["../../src/enums/bacon-logger-evt-types.ts"],"names":[],"mappings":""}
|
package/dist/enums/index.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './bacon-actor-init-statuses';
|
|
2
|
-
export * from './bacon-actor-init-trig-sources';
|
|
3
|
-
export * from './bacon-actor-oidc-props';
|
|
4
|
-
export * from './bacon-actor-statuses';
|
|
5
|
-
export * from './bacon-actor-types';
|
|
6
|
-
export * from './bacon-aws-data-req-instructions';
|
|
7
|
-
export * from './bacon-aws-regions';
|
|
8
|
-
export * from './bacon-bl-kinds';
|
|
9
|
-
export * from './bacon-data-layer-kinds';
|
|
10
|
-
export * from './bacon-logger-codes';
|
|
11
|
-
export * from './bacon-logger-evt-types';
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
package/dist/enums/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iCAAiC,CAAC;AAChD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mCAAmC,CAAC;AAClD,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
|
package/dist/index.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Bacon Core
|
|
3
|
-
*
|
|
4
|
-
* @module bacon-core
|
|
5
|
-
*/
|
|
6
|
-
export * from './base';
|
|
7
|
-
export * from './concrete';
|
|
8
|
-
export * from './constants';
|
|
9
|
-
export * from './enums';
|
|
10
|
-
export * from './interfaces';
|
|
11
|
-
export * from './static';
|
|
12
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;EAIE;AAEF,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-status.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-status.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-trig-ctx.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-trig-ctx.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-trig-req.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-trig-req.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-trig-resp.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-trig-resp.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-trig-user-attr.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-trig-user-attr.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-init-trigger-evt.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-init-trigger-evt.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-actor-status.js","sourceRoot":"","sources":["../../src/interfaces/i-actor-status.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-iot-perms-request.js","sourceRoot":"","sources":["../../src/interfaces/i-iot-perms-request.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-oidc-address-claim.js","sourceRoot":"","sources":["../../src/interfaces/i-oidc-address-claim.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"i-oidc-identity.js","sourceRoot":"","sources":["../../src/interfaces/i-oidc-identity.ts"],"names":[],"mappings":""}
|