@aldb2b/common 1.0.265 → 1.0.266

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,5 +1,5 @@
1
1
  import { Subjects } from './subjects';
2
- import { operationTypes } from "..";
2
+ import { OnboardedThru, operationTypes } from "..";
3
3
  export declare namespace CreateContact {
4
4
  interface Context {
5
5
  subject: Subjects.CreateContact;
@@ -15,6 +15,7 @@ export declare namespace CreateContact {
15
15
  role?: string;
16
16
  roleType?: string;
17
17
  operationType?: operationTypes;
18
+ onboardedThru?: OnboardedThru;
18
19
  companyDataObj?: any;
19
20
  }
20
21
  }
@@ -232,8 +232,8 @@
232
232
  "affectsGlobalScope": false
233
233
  },
234
234
  "../src/types/onboarded-thru.enum.ts": {
235
- "version": "a43ef09295924242f1f9a57d6b64232d8263d137955461bcfb82ee49ea78b9c1",
236
- "signature": "d3fe42c0291e5b03637a4a0672a65312f7276ccfd4fec07ec4fc13c517c01e64",
235
+ "version": "ddfed25a6304f1f4d7a3e9136c75b5b94b9692326221a02bad1b615c81b937e6",
236
+ "signature": "ac8b1e842f1b96f3b54e8b662e49ef0117901e6d4df0014a11158d206e35cc6e",
237
237
  "affectsGlobalScope": false
238
238
  },
239
239
  "../src/events/update-user-event-info.interface.ts": {
@@ -347,8 +347,8 @@
347
347
  "affectsGlobalScope": false
348
348
  },
349
349
  "../src/events/create-contact.interface.ts": {
350
- "version": "92ea9e6306f690f5748ff87e3017b6d225b4d0be48032a36772cdbf9ccdceff8",
351
- "signature": "b9a39f2373fd9fe89338e82f5110e903497769d3fc3706311a202054e81b75d4",
350
+ "version": "807c30f88c3656968c3eaa745e1f41d96e4e1bb016b8cd0f29b11e8772c8212b",
351
+ "signature": "f76571931c19849ef742158f87c49628e4e6f91850636c546049a1471b437652",
352
352
  "affectsGlobalScope": false
353
353
  },
354
354
  "../src/types/record-type.enum.ts": {
@@ -4,5 +4,7 @@ export declare enum OnboardedThru {
4
4
  ADD_NEW_USER_TO_EVENT = "add-new-user-to-event",
5
5
  ADD_EXISTING_USER_TO_EVENT = "add-existing-user-to-event",
6
6
  ADD_USER_WITH_ROLE = "add-user-with-role",
7
- CREATE_NEW_EVENT = "create-new-event"
7
+ CREATE_NEW_EVENT = "create-new-event",
8
+ CREATE_VENDOR_EVENT = "create-vendor-event",
9
+ JOIN_EVENT = "join-event"
8
10
  }
@@ -9,5 +9,7 @@ var OnboardedThru;
9
9
  OnboardedThru["ADD_EXISTING_USER_TO_EVENT"] = "add-existing-user-to-event";
10
10
  OnboardedThru["ADD_USER_WITH_ROLE"] = "add-user-with-role";
11
11
  OnboardedThru["CREATE_NEW_EVENT"] = "create-new-event";
12
+ OnboardedThru["CREATE_VENDOR_EVENT"] = "create-vendor-event";
13
+ OnboardedThru["JOIN_EVENT"] = "join-event";
12
14
  })(OnboardedThru = exports.OnboardedThru || (exports.OnboardedThru = {}));
13
15
  //# sourceMappingURL=onboarded-thru.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"onboarded-thru.enum.js","sourceRoot":"","sources":["../../src/types/onboarded-thru.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAOX;AAPD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,oDAAmC,CAAA;IACnC,gEAA+C,CAAA;IAC/C,0EAAyD,CAAA;IACzD,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;AACvC,CAAC,EAPW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAOxB"}
1
+ {"version":3,"file":"onboarded-thru.enum.js","sourceRoot":"","sources":["../../src/types/onboarded-thru.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aASX;AATD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,oDAAmC,CAAA;IACnC,gEAA+C,CAAA;IAC/C,0EAAyD,CAAA;IACzD,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IACrC,4DAA2C,CAAA;IAC3C,0CAAyB,CAAA;AAC3B,CAAC,EATW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QASxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.265",
3
+ "version": "1.0.266",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",