@onereach/billing-shared 29.3.1 → 29.4.0

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,6 +1,21 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
17
  exports.BATCH_SIZE = exports.test = void 0;
18
+ __exportStar(require("./login-audit"), exports);
4
19
  exports.test = 'test';
5
20
  exports.BATCH_SIZE = 10;
6
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,IAAI,GAAG,MAAM,CAAC;AACd,QAAA,UAAU,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAEjB,QAAA,IAAI,GAAG,MAAM,CAAC;AACd,QAAA,UAAU,GAAG,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LOGIN_AUDIT_SEARCH_TERM_REGEXP = exports.LOGIN_AUDIT_SEARCH_TERM_MAX_LENGTH = void 0;
4
+ exports.LOGIN_AUDIT_SEARCH_TERM_MAX_LENGTH = 40;
5
+ exports.LOGIN_AUDIT_SEARCH_TERM_REGEXP = /^[\w.\-:/@]{1,40}$/;
6
+ //# sourceMappingURL=login-audit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login-audit.js","sourceRoot":"","sources":["../../../src/constants/login-audit.ts"],"names":[],"mappings":";;;AAAa,QAAA,kCAAkC,GAAG,EAAE,CAAC;AACxC,QAAA,8BAA8B,GAAG,oBAAoB,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './login-audit';
1
2
  export const test = 'test';
2
3
  export const BATCH_SIZE = 10;
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAC3B,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAC3B,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export const LOGIN_AUDIT_SEARCH_TERM_MAX_LENGTH = 40;
2
+ export const LOGIN_AUDIT_SEARCH_TERM_REGEXP = /^[\w.\-:/@]{1,40}$/;
3
+ //# sourceMappingURL=login-audit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login-audit.js","sourceRoot":"","sources":["../../../src/constants/login-audit.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,kCAAkC,GAAG,EAAE,CAAC;AACrD,MAAM,CAAC,MAAM,8BAA8B,GAAG,oBAAoB,CAAC"}
@@ -1,3 +1,4 @@
1
+ export * from './login-audit';
1
2
  export declare const test = "test";
2
3
  export declare const BATCH_SIZE = 10;
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,UAAU,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,eAAO,MAAM,IAAI,SAAS,CAAC;AAC3B,eAAO,MAAM,UAAU,KAAK,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const LOGIN_AUDIT_SEARCH_TERM_MAX_LENGTH = 40;
2
+ export declare const LOGIN_AUDIT_SEARCH_TERM_REGEXP: RegExp;
3
+ //# sourceMappingURL=login-audit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"login-audit.d.ts","sourceRoot":"","sources":["../../../src/constants/login-audit.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kCAAkC,KAAK,CAAC;AACrD,eAAO,MAAM,8BAA8B,QAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/billing-shared",
3
- "version": "29.3.1",
3
+ "version": "29.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,2 +1,4 @@
1
+ export * from './login-audit';
2
+
1
3
  export const test = 'test';
2
4
  export const BATCH_SIZE = 10;
@@ -0,0 +1,2 @@
1
+ export const LOGIN_AUDIT_SEARCH_TERM_MAX_LENGTH = 40;
2
+ export const LOGIN_AUDIT_SEARCH_TERM_REGEXP = /^[\w.\-:/@]{1,40}$/;