@autologix-engineering/shared 1.2.223 → 1.2.224

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autologix-engineering/shared",
3
- "version": "1.2.223",
3
+ "version": "1.2.224",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -4,4 +4,7 @@ export declare class GenerateBill implements BaseCommand {
4
4
  type: CommandType;
5
5
  tripId: string;
6
6
  skipInvoice?: boolean;
7
+ registeredBy?: {
8
+ registeredUserId: string;
9
+ };
7
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"generate.bill.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/commands/src/generate.bill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD,MAAM,OAAO,YAAY;IAAzB;QACC,SAAI,GAAG,WAAW,CAAC,YAAY,CAAC;IAGjC,CAAC;CAAA"}
1
+ {"version":3,"file":"generate.bill.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/commands/src/generate.bill.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIpD,MAAM,OAAO,YAAY;IAAzB;QACC,SAAI,GAAG,WAAW,CAAC,YAAY,CAAC;IAIjC,CAAC;CAAA"}
@@ -5,4 +5,7 @@ export declare class ProcessTripEnd implements BaseCommand {
5
5
  tripId: string;
6
6
  tripStatus: TripStatus;
7
7
  skipInvoice?: boolean;
8
+ registeredBy?: {
9
+ registeredUserId: string;
10
+ };
8
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"process.trip.end.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/commands/src/process.trip.end.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAc,MAAM,uBAAuB,CAAC;AAIhE,MAAM,OAAO,cAAc;IAA3B;QACC,SAAI,GAAG,WAAW,CAAC,cAAc,CAAC;IAInC,CAAC;CAAA"}
1
+ {"version":3,"file":"process.trip.end.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/commands/src/process.trip.end.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAc,MAAM,uBAAuB,CAAC;AAIhE,MAAM,OAAO,cAAc;IAA3B;QACC,SAAI,GAAG,WAAW,CAAC,cAAc,CAAC;IAKnC,CAAC;CAAA"}
@@ -10,6 +10,7 @@ import { TypedModel } from './typed.model';
10
10
  export declare enum OrganizationField {
11
11
  OrganizationId = "orgId",
12
12
  Name = "name",
13
+ DisplayName = "displayName",
13
14
  RegistrationStatus = "registrationStatus",
14
15
  OrganizationType = "orgType",
15
16
  ClientType = "clntType",
@@ -35,6 +36,7 @@ export declare enum OrganizationField {
35
36
  export interface IOrganization extends TypedModel {
36
37
  [OrganizationField.OrganizationId]: string;
37
38
  [OrganizationField.Name]: string;
39
+ [OrganizationField.DisplayName]?: string;
38
40
  [OrganizationField.RegistrationStatus]: OrganizationRegistrationStatus;
39
41
  [OrganizationField.OrganizationType]: OrganizationType;
40
42
  [OrganizationField.ClientType]: string;
@@ -2,6 +2,7 @@ export var OrganizationField;
2
2
  (function (OrganizationField) {
3
3
  OrganizationField["OrganizationId"] = "orgId";
4
4
  OrganizationField["Name"] = "name";
5
+ OrganizationField["DisplayName"] = "displayName";
5
6
  OrganizationField["RegistrationStatus"] = "registrationStatus";
6
7
  OrganizationField["OrganizationType"] = "orgType";
7
8
  OrganizationField["ClientType"] = "clntType";
@@ -1 +1 @@
1
- {"version":3,"file":"organization.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/organization.model.ts"],"names":[],"mappings":"AAeA,MAAM,CAAN,IAAY,iBAwBX;AAxBD,WAAY,iBAAiB;IAC5B,6CAAwB,CAAA;IACxB,kCAAa,CAAA;IACb,8DAAyC,CAAA;IACzC,iDAA4B,CAAA;IAC5B,4CAAuB,CAAA;IACvB,kDAA6B,CAAA;IAC7B,0CAAqB,CAAA;IACrB,+CAA0B,CAAA;IAC1B,0CAAqB,CAAA;IACrB,4DAAuC,CAAA;IACvC,gEAA2C,CAAA;IAC3C,+CAA0B,CAAA;IAC1B,mDAA8B,CAAA;IAC9B,gEAA2C,CAAA;IAC3C,oEAA+C,CAAA;IAC/C,sCAAiB,CAAA;IACjB,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,4CAAuB,CAAA;IACvB,sDAAiC,CAAA;AAClC,CAAC,EAxBW,iBAAiB,KAAjB,iBAAiB,QAwB5B"}
1
+ {"version":3,"file":"organization.model.js","sourceRoot":"","sources":["../../../../../../../libs/shared/src/lib/models/src/organization.model.ts"],"names":[],"mappings":"AAeA,MAAM,CAAN,IAAY,iBAyBX;AAzBD,WAAY,iBAAiB;IAC5B,6CAAwB,CAAA;IACxB,kCAAa,CAAA;IACb,gDAA2B,CAAA;IAC3B,8DAAyC,CAAA;IACzC,iDAA4B,CAAA;IAC5B,4CAAuB,CAAA;IACvB,kDAA6B,CAAA;IAC7B,0CAAqB,CAAA;IACrB,+CAA0B,CAAA;IAC1B,0CAAqB,CAAA;IACrB,4DAAuC,CAAA;IACvC,gEAA2C,CAAA;IAC3C,+CAA0B,CAAA;IAC1B,mDAA8B,CAAA;IAC9B,gEAA2C,CAAA;IAC3C,oEAA+C,CAAA;IAC/C,sCAAiB,CAAA;IACjB,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,oCAAe,CAAA;IACf,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,4CAAuB,CAAA;IACvB,sDAAiC,CAAA;AAClC,CAAC,EAzBW,iBAAiB,KAAjB,iBAAiB,QAyB5B"}
@@ -65,6 +65,7 @@ export interface ContextListItem {
65
65
  contextOwnerId: string;
66
66
  contextPersonaId: string;
67
67
  contextOwnerName: string;
68
+ contextOwnerDisplayName?: string;
68
69
  gstin?: string;
69
70
  pan?: string;
70
71
  avatarId: string;