@togatherlabs/shared-utils 1.4.2 → 1.4.4

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.
@@ -5,4 +5,5 @@ export declare const AccountRole: {
5
5
  readonly PARTNER_BRANCH: "PARTNER_BRANCH";
6
6
  readonly USER_HOST: "USER_HOST";
7
7
  };
8
+ export type AccountRole = (typeof AccountRole)[keyof typeof AccountRole];
8
9
  //# sourceMappingURL=AccountRole.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AccountRole.d.ts","sourceRoot":"","sources":["../../src/types/AccountRole.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;CAMd,CAAC"}
1
+ {"version":3,"file":"AccountRole.d.ts","sourceRoot":"","sources":["../../src/types/AccountRole.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;CAMd,CAAC;AACX,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC"}
@@ -2,6 +2,6 @@ import type { AccountRole } from './AccountRole.js';
2
2
  export interface IAccountContext {
3
3
  accountId: string;
4
4
  fullname: string;
5
- role?: (typeof AccountRole)[keyof typeof AccountRole];
5
+ role?: AccountRole;
6
6
  }
7
7
  //# sourceMappingURL=IAccountContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountContext.d.ts","sourceRoot":"","sources":["../../src/types/IAccountContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAC;CACtD"}
1
+ {"version":3,"file":"IAccountContext.d.ts","sourceRoot":"","sources":["../../src/types/IAccountContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,WAAW,eAAe;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,WAAW,CAAC;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/shared-utils",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "Shared utilities for Togather services including logger, validators, and common helpers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",