@gizone/rrs-client 4.2.0-alpha.311 → 4.2.0-alpha.312
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/dist/esm/models/work-order-type-subcategory-enum.d.ts +3 -0
- package/dist/esm/models/work-order-type-subcategory-enum.js +4 -1
- package/dist/models/work-order-type-subcategory-enum.d.ts +3 -0
- package/dist/models/work-order-type-subcategory-enum.js +4 -1
- package/models/work-order-type-subcategory-enum.ts +4 -1
- package/package.json +1 -1
|
@@ -58,5 +58,8 @@ export declare const WorkOrderTypeSubcategoryEnum: {
|
|
|
58
58
|
readonly TaiFeng: "TAI_FENG";
|
|
59
59
|
readonly XueZai: "XUE_ZAI";
|
|
60
60
|
readonly ZhongWuRan: "ZHONG_WU_RAN";
|
|
61
|
+
readonly Ddzhqxfx: "DDZHQXFX";
|
|
62
|
+
readonly GanReFeng: "GAN_RE_FENG";
|
|
63
|
+
readonly GaoWen: "GAO_WEN";
|
|
61
64
|
};
|
|
62
65
|
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -59,5 +59,8 @@ export const WorkOrderTypeSubcategoryEnum = {
|
|
|
59
59
|
ShuangDong: 'SHUANG_DONG',
|
|
60
60
|
TaiFeng: 'TAI_FENG',
|
|
61
61
|
XueZai: 'XUE_ZAI',
|
|
62
|
-
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
62
|
+
ZhongWuRan: 'ZHONG_WU_RAN',
|
|
63
|
+
Ddzhqxfx: 'DDZHQXFX',
|
|
64
|
+
GanReFeng: 'GAN_RE_FENG',
|
|
65
|
+
GaoWen: 'GAO_WEN'
|
|
63
66
|
};
|
|
@@ -58,5 +58,8 @@ export declare const WorkOrderTypeSubcategoryEnum: {
|
|
|
58
58
|
readonly TaiFeng: "TAI_FENG";
|
|
59
59
|
readonly XueZai: "XUE_ZAI";
|
|
60
60
|
readonly ZhongWuRan: "ZHONG_WU_RAN";
|
|
61
|
+
readonly Ddzhqxfx: "DDZHQXFX";
|
|
62
|
+
readonly GanReFeng: "GAN_RE_FENG";
|
|
63
|
+
readonly GaoWen: "GAO_WEN";
|
|
61
64
|
};
|
|
62
65
|
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|
|
@@ -63,7 +63,10 @@ export const WorkOrderTypeSubcategoryEnum = {
|
|
|
63
63
|
ShuangDong: 'SHUANG_DONG',
|
|
64
64
|
TaiFeng: 'TAI_FENG',
|
|
65
65
|
XueZai: 'XUE_ZAI',
|
|
66
|
-
ZhongWuRan: 'ZHONG_WU_RAN'
|
|
66
|
+
ZhongWuRan: 'ZHONG_WU_RAN',
|
|
67
|
+
Ddzhqxfx: 'DDZHQXFX',
|
|
68
|
+
GanReFeng: 'GAN_RE_FENG',
|
|
69
|
+
GaoWen: 'GAO_WEN'
|
|
67
70
|
} as const;
|
|
68
71
|
|
|
69
72
|
export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
|