@hugo.ye/common 1.0.95 → 1.0.96

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,2 +1,3 @@
1
1
  export * from './project-type.enum.ts';
2
+ export * from './local-attorney-fee-tire-type.enum.ts';
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from "./project-type.enum.js";
2
+ export * from "./local-attorney-fee-tire-type.enum.js";
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/enums/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wCAAwC,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare enum LocalAttorneyFeeTireType {
2
+ DirectFiling = "Direct Filing",//直接递交
3
+ OptimalBid = "Optimal Bid",// 最优(竞标)
4
+ StandardService = "Standard Service"
5
+ }
6
+ //# sourceMappingURL=local-attorney-fee-tire-type.enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-attorney-fee-tire-type.enum.d.ts","sourceRoot":"","sources":["../../src/enums/local-attorney-fee-tire-type.enum.ts"],"names":[],"mappings":"AAEA,oBAAY,wBAAwB;IAClC,YAAY,kBAAkB,CAAE,MAAM;IACtC,UAAU,gBAAgB,CAAE,SAAS;IACrC,eAAe,qBAAqB;CACrC"}
@@ -0,0 +1,17 @@
1
+ import { registerEnumType } from '@nestjs/graphql';
2
+ export var LocalAttorneyFeeTireType;
3
+ (function (LocalAttorneyFeeTireType) {
4
+ LocalAttorneyFeeTireType["DirectFiling"] = "Direct Filing";
5
+ LocalAttorneyFeeTireType["OptimalBid"] = "Optimal Bid";
6
+ LocalAttorneyFeeTireType["StandardService"] = "Standard Service";
7
+ })(LocalAttorneyFeeTireType || (LocalAttorneyFeeTireType = {}));
8
+ registerEnumType(LocalAttorneyFeeTireType, {
9
+ name: 'LocalAttorneyFeeTireType',
10
+ description: '当地律师服务等级',
11
+ valuesMap: {
12
+ DirectFiling: { description: '直接递交' },
13
+ OptimalBid: { description: '最优(竞标)' },
14
+ StandardService: { description: '标准服务' },
15
+ },
16
+ });
17
+ //# sourceMappingURL=local-attorney-fee-tire-type.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"local-attorney-fee-tire-type.enum.js","sourceRoot":"","sources":["../../src/enums/local-attorney-fee-tire-type.enum.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAEnD,MAAM,CAAN,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,0DAA8B,CAAA;IAC9B,sDAA0B,CAAA;IAC1B,gEAAoC,CAAA;AACtC,CAAC,EAJW,wBAAwB,KAAxB,wBAAwB,QAInC;AAED,gBAAgB,CAAC,wBAAwB,EAAE;IACzC,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE,UAAU;IACvB,SAAS,EAAE;QACT,YAAY,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE;QACrC,UAAU,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE;QACrC,eAAe,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE;KACzC;CACF,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hugo.ye/common",
3
- "version": "1.0.95",
3
+ "version": "1.0.96",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",