@ripwords/myinvois-client 0.0.7 → 0.0.8
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/bun.lock +25 -25
- package/dist/index.cjs +39 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2316 -463
- package/dist/index.js +16 -19
- package/package.json +17 -17
- package/src/api/platform/taxpayerLogin.ts +28 -0
- package/src/types/index.d.ts +12 -0
- package/src/types/unit/1X.d.ts +16 -0
- package/src/types/unit/2X.d.ts +62 -0
- package/src/types/unit/3X.d.ts +17 -0
- package/src/types/unit/4X.d.ts +44 -0
- package/src/types/unit/5X.d.ts +26 -0
- package/src/types/unit/6X.d.ts +12 -0
- package/src/types/unit/7X.d.ts +12 -0
- package/src/types/unit/8X.d.ts +15 -0
- package/src/types/unit/9X.d.ts +11 -0
- package/src/types/unit/AX.d.ts +202 -0
- package/src/types/unit/BX.d.ts +212 -0
- package/src/types/unit/CX.d.ts +238 -0
- package/src/types/unit/DX.d.ts +212 -0
- package/src/types/unit/EX.d.ts +196 -0
- package/src/types/unit/FX.d.ts +236 -0
- package/src/types/unit/GX.d.ts +254 -0
- package/src/types/unit/HX.d.ts +234 -0
- package/src/types/unit/IX.d.ts +28 -0
- package/src/types/unit/JX.d.ts +190 -0
- package/src/types/unit/KX.d.ts +284 -0
- package/src/types/unit/LX.d.ts +228 -0
- package/src/types/unit/MX.d.ts +288 -0
- package/src/types/unit/NX.d.ts +226 -0
- package/src/types/unit/OX.d.ts +34 -0
- package/src/types/unit/PX.d.ts +224 -0
- package/src/types/unit/QX.d.ts +94 -0
- package/src/types/unit/RX.d.ts +28 -0
- package/src/types/unit/SX.d.ts +56 -0
- package/src/types/unit/TX.d.ts +44 -0
- package/src/types/unit/UX.d.ts +14 -0
- package/src/types/unit/VX.d.ts +13 -0
- package/src/types/unit/WX.d.ts +34 -0
- package/src/types/unit/XX.d.ts +825 -0
- package/src/types/unit/YX.d.ts +17 -0
- package/src/types/unit/ZX.d.ts +19 -0
- package/src/types/unit-types.d.ts +71 -575
- package/src/utils/MyInvoisClient.ts +11 -33
- package/src/utils/getBaseUrl.ts +5 -0
- package/test/{MyInvoiClientRealData.test.ts → MyInvoiClientWithRealData.test.ts} +13 -1
- package/test/MyInvoisClient.test.ts +4 -7
- package/dist/cjs/index.cjs +0 -75
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/cjs/multipart-parser-Bu3ikqFQ.cjs +0 -182
- package/dist/cjs/multipart-parser-Bu3ikqFQ.cjs.map +0 -1
- package/dist/cjs/node-qs2pnN6F.cjs +0 -4124
- package/dist/cjs/node-qs2pnN6F.cjs.map +0 -1
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unit type codes starting with 'E'.
|
|
3
|
+
*/
|
|
4
|
+
export type UnitTypeCode_EX =
|
|
5
|
+
| 'E01'
|
|
6
|
+
| 'E07'
|
|
7
|
+
| 'E08'
|
|
8
|
+
| 'E09'
|
|
9
|
+
| 'E10'
|
|
10
|
+
| 'E12'
|
|
11
|
+
| 'E14'
|
|
12
|
+
| 'E15'
|
|
13
|
+
| 'E16'
|
|
14
|
+
| 'E17'
|
|
15
|
+
| 'E18'
|
|
16
|
+
| 'E19'
|
|
17
|
+
| 'E20'
|
|
18
|
+
| 'E21'
|
|
19
|
+
| 'E22'
|
|
20
|
+
| 'E23'
|
|
21
|
+
| 'E25'
|
|
22
|
+
| 'E27'
|
|
23
|
+
| 'E28'
|
|
24
|
+
| 'E30'
|
|
25
|
+
| 'E31'
|
|
26
|
+
| 'E32'
|
|
27
|
+
| 'E33'
|
|
28
|
+
| 'E34'
|
|
29
|
+
| 'E35'
|
|
30
|
+
| 'E36'
|
|
31
|
+
| 'E37'
|
|
32
|
+
| 'E38'
|
|
33
|
+
| 'E39'
|
|
34
|
+
| 'E4'
|
|
35
|
+
| 'E40'
|
|
36
|
+
| 'E41'
|
|
37
|
+
| 'E42'
|
|
38
|
+
| 'E43'
|
|
39
|
+
| 'E44'
|
|
40
|
+
| 'E45'
|
|
41
|
+
| 'E46'
|
|
42
|
+
| 'E47'
|
|
43
|
+
| 'E48'
|
|
44
|
+
| 'E49'
|
|
45
|
+
| 'E50'
|
|
46
|
+
| 'E51'
|
|
47
|
+
| 'E52'
|
|
48
|
+
| 'E53'
|
|
49
|
+
| 'E54'
|
|
50
|
+
| 'E55'
|
|
51
|
+
| 'E56'
|
|
52
|
+
| 'E57'
|
|
53
|
+
| 'E58'
|
|
54
|
+
| 'E59'
|
|
55
|
+
| 'E60'
|
|
56
|
+
| 'E61'
|
|
57
|
+
| 'E62'
|
|
58
|
+
| 'E63'
|
|
59
|
+
| 'E64'
|
|
60
|
+
| 'E65'
|
|
61
|
+
| 'E66'
|
|
62
|
+
| 'E67'
|
|
63
|
+
| 'E68'
|
|
64
|
+
| 'E69'
|
|
65
|
+
| 'E70'
|
|
66
|
+
| 'E71'
|
|
67
|
+
| 'E72'
|
|
68
|
+
| 'E73'
|
|
69
|
+
| 'E74'
|
|
70
|
+
| 'E75'
|
|
71
|
+
| 'E76'
|
|
72
|
+
| 'E77'
|
|
73
|
+
| 'E78'
|
|
74
|
+
| 'E79'
|
|
75
|
+
| 'E80'
|
|
76
|
+
| 'E81'
|
|
77
|
+
| 'E82'
|
|
78
|
+
| 'E83'
|
|
79
|
+
| 'E84'
|
|
80
|
+
| 'E85'
|
|
81
|
+
| 'E86'
|
|
82
|
+
| 'E87'
|
|
83
|
+
| 'E88'
|
|
84
|
+
| 'E89'
|
|
85
|
+
| 'E90'
|
|
86
|
+
| 'E91'
|
|
87
|
+
| 'E92'
|
|
88
|
+
| 'E93'
|
|
89
|
+
| 'E94'
|
|
90
|
+
| 'E95'
|
|
91
|
+
| 'E96'
|
|
92
|
+
| 'E97'
|
|
93
|
+
| 'E98'
|
|
94
|
+
| 'E99'
|
|
95
|
+
| 'EA'
|
|
96
|
+
| 'EB'
|
|
97
|
+
| 'EQ'
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Enum representing unit type codes starting with 'E'.
|
|
101
|
+
*/
|
|
102
|
+
export enum UnitTypeCodeEnum_EX {
|
|
103
|
+
NewtonPerSquareCentimetre = 'E01',
|
|
104
|
+
MegawattHourPerHour = 'E07',
|
|
105
|
+
MegawattPerHertz = 'E08',
|
|
106
|
+
MilliampereHour = 'E09',
|
|
107
|
+
DegreeDay = 'E10',
|
|
108
|
+
Mille = 'E12',
|
|
109
|
+
KilocalorieInternationalTable = 'E14',
|
|
110
|
+
KilocalorieThermochemicalPerHour = 'E15',
|
|
111
|
+
MillionBtuITPerHour = 'E16',
|
|
112
|
+
CubicFootPerSecond = 'E17',
|
|
113
|
+
TonnePerHour = 'E18',
|
|
114
|
+
Ping = 'E19',
|
|
115
|
+
MegabitPerSecond = 'E20',
|
|
116
|
+
Shares = 'E21',
|
|
117
|
+
TEU = 'E22',
|
|
118
|
+
Tyre = 'E23',
|
|
119
|
+
ActiveUnit = 'E25',
|
|
120
|
+
Dose = 'E27',
|
|
121
|
+
AirDryTon = 'E28',
|
|
122
|
+
Strand = 'E30',
|
|
123
|
+
SquareMetrePerLitre = 'E31',
|
|
124
|
+
LitrePerHour = 'E32',
|
|
125
|
+
FootPerThousand = 'E33',
|
|
126
|
+
Gigabyte = 'E34',
|
|
127
|
+
Terabyte = 'E35',
|
|
128
|
+
Petabyte = 'E36',
|
|
129
|
+
Pixel = 'E37',
|
|
130
|
+
Megapixel = 'E38',
|
|
131
|
+
DotsPerInch = 'E39',
|
|
132
|
+
GrossKilogram = 'E4',
|
|
133
|
+
PartPerHundredThousand = 'E40',
|
|
134
|
+
KilogramForcePerSquareMillimetre = 'E41',
|
|
135
|
+
KilogramForcePerSquareCentimetre = 'E42',
|
|
136
|
+
JoulePerSquareCentimetre = 'E43',
|
|
137
|
+
KilogramForceMetrePerSquareCentimetre = 'E44',
|
|
138
|
+
Milliohm = 'E45',
|
|
139
|
+
KilowattHourPerCubicMetre = 'E46',
|
|
140
|
+
KilowattHourPerKelvin = 'E47',
|
|
141
|
+
ServiceUnit = 'E48',
|
|
142
|
+
WorkingDay = 'E49',
|
|
143
|
+
AccountingUnit = 'E50',
|
|
144
|
+
Job = 'E51',
|
|
145
|
+
RunFoot = 'E52',
|
|
146
|
+
Test = 'E53',
|
|
147
|
+
Trip = 'E54',
|
|
148
|
+
Use = 'E55',
|
|
149
|
+
Well = 'E56',
|
|
150
|
+
Zone = 'E57',
|
|
151
|
+
ExabitPerSecond = 'E58',
|
|
152
|
+
Exbibyte = 'E59',
|
|
153
|
+
Pebibyte = 'E60',
|
|
154
|
+
Tebibyte = 'E61',
|
|
155
|
+
Gibibyte = 'E62',
|
|
156
|
+
Mebibyte = 'E63',
|
|
157
|
+
Kibibyte = 'E64',
|
|
158
|
+
ExbibitPerMetre = 'E65',
|
|
159
|
+
ExbibitPerSquareMetre = 'E66',
|
|
160
|
+
ExbibitPerCubicMetre = 'E67',
|
|
161
|
+
GigabytePerSecond = 'E68',
|
|
162
|
+
GibibitPerMetre = 'E69',
|
|
163
|
+
GibibitPerSquareMetre = 'E70',
|
|
164
|
+
GibibitPerCubicMetre = 'E71',
|
|
165
|
+
KibibitPerMetre = 'E72',
|
|
166
|
+
KibibitPerSquareMetre = 'E73',
|
|
167
|
+
KibibitPerCubicMetre = 'E74',
|
|
168
|
+
MebibitPerMetre = 'E75',
|
|
169
|
+
MebibitPerSquareMetre = 'E76',
|
|
170
|
+
MebibitPerCubicMetre = 'E77',
|
|
171
|
+
Petabit = 'E78',
|
|
172
|
+
PetabitPerSecond = 'E79',
|
|
173
|
+
PebibitPerMetre = 'E80',
|
|
174
|
+
PebibitPerSquareMetre = 'E81',
|
|
175
|
+
PebibitPerCubicMetre = 'E82',
|
|
176
|
+
Terabit = 'E83',
|
|
177
|
+
TerabitPerSecond = 'E84',
|
|
178
|
+
TebibitPerMetre = 'E85',
|
|
179
|
+
TebibitPerCubicMetre = 'E86',
|
|
180
|
+
TebibitPerSquareMetre = 'E87',
|
|
181
|
+
BitPerMetre = 'E88',
|
|
182
|
+
BitPerSquareMetre = 'E89',
|
|
183
|
+
ReciprocalCentimetre = 'E90',
|
|
184
|
+
ReciprocalDay = 'E91',
|
|
185
|
+
CubicDecimetrePerHour = 'E92',
|
|
186
|
+
KilogramPerHour = 'E93',
|
|
187
|
+
KilomolePerSecond = 'E94',
|
|
188
|
+
MolePerSecond = 'E95',
|
|
189
|
+
DegreePerSecond = 'E96',
|
|
190
|
+
MillimetrePerDegreeCelciusMetre = 'E97',
|
|
191
|
+
DegreeCelsiusPerKelvin = 'E98',
|
|
192
|
+
HectopascalPerBar = 'E99',
|
|
193
|
+
Each = 'EA',
|
|
194
|
+
ElectronicMailBox = 'EB',
|
|
195
|
+
EquivalentGallon = 'EQ',
|
|
196
|
+
}
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unit type codes starting with 'F'.
|
|
3
|
+
*/
|
|
4
|
+
export type UnitTypeCode_FX =
|
|
5
|
+
| 'F01'
|
|
6
|
+
| 'F02'
|
|
7
|
+
| 'F03'
|
|
8
|
+
| 'F04'
|
|
9
|
+
| 'F05'
|
|
10
|
+
| 'F06'
|
|
11
|
+
| 'F07'
|
|
12
|
+
| 'F08'
|
|
13
|
+
| 'F10'
|
|
14
|
+
| 'F11'
|
|
15
|
+
| 'F12'
|
|
16
|
+
| 'F13'
|
|
17
|
+
| 'F14'
|
|
18
|
+
| 'F15'
|
|
19
|
+
| 'F16'
|
|
20
|
+
| 'F17'
|
|
21
|
+
| 'F18'
|
|
22
|
+
| 'F19'
|
|
23
|
+
| 'F20'
|
|
24
|
+
| 'F21'
|
|
25
|
+
| 'F22'
|
|
26
|
+
| 'F23'
|
|
27
|
+
| 'F24'
|
|
28
|
+
| 'F25'
|
|
29
|
+
| 'F26'
|
|
30
|
+
| 'F27'
|
|
31
|
+
| 'F28'
|
|
32
|
+
| 'F29'
|
|
33
|
+
| 'F30'
|
|
34
|
+
| 'F31'
|
|
35
|
+
| 'F32'
|
|
36
|
+
| 'F33'
|
|
37
|
+
| 'F34'
|
|
38
|
+
| 'F35'
|
|
39
|
+
| 'F36'
|
|
40
|
+
| 'F37'
|
|
41
|
+
| 'F38'
|
|
42
|
+
| 'F39'
|
|
43
|
+
| 'F40'
|
|
44
|
+
| 'F41'
|
|
45
|
+
| 'F42'
|
|
46
|
+
| 'F43'
|
|
47
|
+
| 'F44'
|
|
48
|
+
| 'F45'
|
|
49
|
+
| 'F46'
|
|
50
|
+
| 'F47'
|
|
51
|
+
| 'F48'
|
|
52
|
+
| 'F49'
|
|
53
|
+
| 'F50'
|
|
54
|
+
| 'F51'
|
|
55
|
+
| 'F52'
|
|
56
|
+
| 'F53'
|
|
57
|
+
| 'F54'
|
|
58
|
+
| 'F55'
|
|
59
|
+
| 'F56'
|
|
60
|
+
| 'F57'
|
|
61
|
+
| 'F58'
|
|
62
|
+
| 'F59'
|
|
63
|
+
| 'F60'
|
|
64
|
+
| 'F61'
|
|
65
|
+
| 'F62'
|
|
66
|
+
| 'F63'
|
|
67
|
+
| 'F64'
|
|
68
|
+
| 'F65'
|
|
69
|
+
| 'F66'
|
|
70
|
+
| 'F67'
|
|
71
|
+
| 'F68'
|
|
72
|
+
| 'F69'
|
|
73
|
+
| 'F70'
|
|
74
|
+
| 'F71'
|
|
75
|
+
| 'F72'
|
|
76
|
+
| 'F73'
|
|
77
|
+
| 'F74'
|
|
78
|
+
| 'F75'
|
|
79
|
+
| 'F76'
|
|
80
|
+
| 'F77'
|
|
81
|
+
| 'F78'
|
|
82
|
+
| 'F79'
|
|
83
|
+
| 'F80'
|
|
84
|
+
| 'F81'
|
|
85
|
+
| 'F82'
|
|
86
|
+
| 'F83'
|
|
87
|
+
| 'F84'
|
|
88
|
+
| 'F85'
|
|
89
|
+
| 'F86'
|
|
90
|
+
| 'F87'
|
|
91
|
+
| 'F88'
|
|
92
|
+
| 'F89'
|
|
93
|
+
| 'F90'
|
|
94
|
+
| 'F91'
|
|
95
|
+
| 'F92'
|
|
96
|
+
| 'F93'
|
|
97
|
+
| 'F94'
|
|
98
|
+
| 'F95'
|
|
99
|
+
| 'F96'
|
|
100
|
+
| 'F97'
|
|
101
|
+
| 'F98'
|
|
102
|
+
| 'F99'
|
|
103
|
+
| 'FAH'
|
|
104
|
+
| 'FAR'
|
|
105
|
+
| 'FBM'
|
|
106
|
+
| 'FC'
|
|
107
|
+
| 'FF'
|
|
108
|
+
| 'FH'
|
|
109
|
+
| 'FIT'
|
|
110
|
+
| 'FL'
|
|
111
|
+
| 'FNU'
|
|
112
|
+
| 'FOT'
|
|
113
|
+
| 'FP'
|
|
114
|
+
| 'FR'
|
|
115
|
+
| 'FS'
|
|
116
|
+
| 'FTK'
|
|
117
|
+
| 'FTQ'
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Enum representing unit type codes starting with 'F'.
|
|
121
|
+
*/
|
|
122
|
+
export enum UnitTypeCodeEnum_FX {
|
|
123
|
+
BitPerCubicMetre = 'F01',
|
|
124
|
+
KelvinPerKelvin = 'F02',
|
|
125
|
+
KilopascalPerBar = 'F03',
|
|
126
|
+
MillibarPerBar = 'F04',
|
|
127
|
+
MegapascalPerBar = 'F05',
|
|
128
|
+
PoisePerBar = 'F06',
|
|
129
|
+
PascalPerBar = 'F07',
|
|
130
|
+
MilliamperePerInch = 'F08',
|
|
131
|
+
KelvinPerHour = 'F10',
|
|
132
|
+
KelvinPerMinute = 'F11',
|
|
133
|
+
KelvinPerSecond = 'F12',
|
|
134
|
+
Slug = 'F13',
|
|
135
|
+
GramPerKelvin = 'F14',
|
|
136
|
+
KilogramPerKelvin = 'F15',
|
|
137
|
+
MilligramPerKelvin = 'F16',
|
|
138
|
+
PoundForcePerFoot = 'F17',
|
|
139
|
+
KilogramSquareCentimetre = 'F18',
|
|
140
|
+
KilogramSquareMillimetre = 'F19',
|
|
141
|
+
PoundInchSquared = 'F20',
|
|
142
|
+
PoundForceInch = 'F21',
|
|
143
|
+
PoundForceFootPerAmpere = 'F22',
|
|
144
|
+
GramPerCubicDecimetre = 'F23',
|
|
145
|
+
KilogramPerKilomol = 'F24',
|
|
146
|
+
GramPerHertz = 'F25',
|
|
147
|
+
GramPerDay = 'F26',
|
|
148
|
+
GramPerHour = 'F27',
|
|
149
|
+
GramPerMinute = 'F28',
|
|
150
|
+
GramPerSecond = 'F29',
|
|
151
|
+
KilogramPerDay = 'F30',
|
|
152
|
+
KilogramPerMinute = 'F31',
|
|
153
|
+
MilligramPerDay = 'F32',
|
|
154
|
+
MilligramPerMinute = 'F33',
|
|
155
|
+
MilligramPerSecond = 'F34',
|
|
156
|
+
GramPerDayKelvin = 'F35',
|
|
157
|
+
GramPerHourKelvin = 'F36',
|
|
158
|
+
GramPerMinuteKelvin = 'F37',
|
|
159
|
+
GramPerSecondKelvin = 'F38',
|
|
160
|
+
KilogramPerDayKelvin = 'F39',
|
|
161
|
+
KilogramPerHourKelvin = 'F40',
|
|
162
|
+
KilogramPerMinuteKelvin = 'F41',
|
|
163
|
+
KilogramPerSecondKelvin = 'F42',
|
|
164
|
+
MilligramPerDayKelvin = 'F43',
|
|
165
|
+
MilligramPerHourKelvin = 'F44',
|
|
166
|
+
MilligramPerMinuteKelvin = 'F45',
|
|
167
|
+
MilligramPerSecondKelvin = 'F46',
|
|
168
|
+
NewtonPerMillimetre = 'F47',
|
|
169
|
+
PoundForcePerInch = 'F48',
|
|
170
|
+
RodUnitOfDistance = 'F49',
|
|
171
|
+
MicrometrePerKelvin = 'F50',
|
|
172
|
+
CentimetrePerKelvin = 'F51',
|
|
173
|
+
MetrePerKelvin = 'F52',
|
|
174
|
+
MillimetrePerKelvin = 'F53',
|
|
175
|
+
MilliohmPerMetre = 'F54',
|
|
176
|
+
OhmPerMileStatuteMile = 'F55',
|
|
177
|
+
OhmPerKilometre = 'F56',
|
|
178
|
+
MilliamperePerPoundForcePerSquareInch = 'F57',
|
|
179
|
+
ReciprocalBar = 'F58',
|
|
180
|
+
MilliamperePerBar = 'F59',
|
|
181
|
+
DegreeCelsiusPerBar = 'F60',
|
|
182
|
+
KelvinPerBar = 'F61',
|
|
183
|
+
GramPerDayBar = 'F62',
|
|
184
|
+
GramPerHourBar = 'F63',
|
|
185
|
+
GramPerMinuteBar = 'F64',
|
|
186
|
+
GramPerSecondBar = 'F65',
|
|
187
|
+
KilogramPerDayBar = 'F66',
|
|
188
|
+
KilogramPerHourBar = 'F67',
|
|
189
|
+
KilogramPerMinuteBar = 'F68',
|
|
190
|
+
KilogramPerSecondBar = 'F69',
|
|
191
|
+
MilligramPerDayBar = 'F70',
|
|
192
|
+
MilligramPerHourBar = 'F71',
|
|
193
|
+
MilligramPerMinuteBar = 'F72',
|
|
194
|
+
MilligramPerSecondBar = 'F73',
|
|
195
|
+
GramPerBar = 'F74',
|
|
196
|
+
MilligramPerBar = 'F75',
|
|
197
|
+
MilliamperePerMillimetre = 'F76',
|
|
198
|
+
PascalSecondPerKelvin = 'F77',
|
|
199
|
+
InchOfWater = 'F78',
|
|
200
|
+
InchOfMercury = 'F79',
|
|
201
|
+
WaterHorsePower = 'F80',
|
|
202
|
+
BarPerKelvin = 'F81',
|
|
203
|
+
HectopascalPerKelvin = 'F82',
|
|
204
|
+
KilopascalPerKelvin = 'F83',
|
|
205
|
+
MillibarPerKelvin = 'F84',
|
|
206
|
+
MegapascalPerKelvin = 'F85',
|
|
207
|
+
PoisePerKelvin = 'F86',
|
|
208
|
+
VoltPerLitreMinute = 'F87',
|
|
209
|
+
NewtonCentimetre = 'F88',
|
|
210
|
+
NewtonMetrePerDegree = 'F89',
|
|
211
|
+
NewtonMetrePerAmpere = 'F90',
|
|
212
|
+
BarLitrePerSecond = 'F91',
|
|
213
|
+
BarCubicMetrePerSecond = 'F92',
|
|
214
|
+
HectopascalLitrePerSecond = 'F93',
|
|
215
|
+
HectopascalCubicMetrePerSecond = 'F94',
|
|
216
|
+
MillibarLitrePerSecond = 'F95',
|
|
217
|
+
MillibarCubicMetrePerSecond = 'F96',
|
|
218
|
+
MegapascalLitrePerSecond = 'F97',
|
|
219
|
+
MegapascalCubicMetrePerSecond = 'F98',
|
|
220
|
+
PascalLitrePerSecond = 'F99',
|
|
221
|
+
DegreeFahrenheit = 'FAH',
|
|
222
|
+
Farad = 'FAR',
|
|
223
|
+
FibreMetre = 'FBM',
|
|
224
|
+
ThousandCubicFoot = 'FC',
|
|
225
|
+
HundredCubicMetre = 'FF',
|
|
226
|
+
Micromole = 'FH',
|
|
227
|
+
FailuresInTime = 'FIT',
|
|
228
|
+
FlakeTon = 'FL',
|
|
229
|
+
FormazinNephelometricUnit = 'FNU',
|
|
230
|
+
Foot = 'FOT',
|
|
231
|
+
PoundPerSquareFoot = 'FP',
|
|
232
|
+
FootPerMinute = 'FR',
|
|
233
|
+
FootPerSecond = 'FS',
|
|
234
|
+
SquareFoot = 'FTK',
|
|
235
|
+
CubicFoot = 'FTQ',
|
|
236
|
+
}
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unit type codes starting with 'G'.
|
|
3
|
+
*/
|
|
4
|
+
export type UnitTypeCode_GX =
|
|
5
|
+
| 'G01'
|
|
6
|
+
| 'G04'
|
|
7
|
+
| 'G05'
|
|
8
|
+
| 'G06'
|
|
9
|
+
| 'G08'
|
|
10
|
+
| 'G09'
|
|
11
|
+
| 'G10'
|
|
12
|
+
| 'G11'
|
|
13
|
+
| 'G12'
|
|
14
|
+
| 'G13'
|
|
15
|
+
| 'G14'
|
|
16
|
+
| 'G15'
|
|
17
|
+
| 'G16'
|
|
18
|
+
| 'G17'
|
|
19
|
+
| 'G18'
|
|
20
|
+
| 'G19'
|
|
21
|
+
| 'G2'
|
|
22
|
+
| 'G20'
|
|
23
|
+
| 'G21'
|
|
24
|
+
| 'G23'
|
|
25
|
+
| 'G24'
|
|
26
|
+
| 'G25'
|
|
27
|
+
| 'G26'
|
|
28
|
+
| 'G27'
|
|
29
|
+
| 'G28'
|
|
30
|
+
| 'G29'
|
|
31
|
+
| 'G3'
|
|
32
|
+
| 'G30'
|
|
33
|
+
| 'G31'
|
|
34
|
+
| 'G32'
|
|
35
|
+
| 'G33'
|
|
36
|
+
| 'G34'
|
|
37
|
+
| 'G35'
|
|
38
|
+
| 'G36'
|
|
39
|
+
| 'G37'
|
|
40
|
+
| 'G38'
|
|
41
|
+
| 'G39'
|
|
42
|
+
| 'G40'
|
|
43
|
+
| 'G41'
|
|
44
|
+
| 'G42'
|
|
45
|
+
| 'G43'
|
|
46
|
+
| 'G44'
|
|
47
|
+
| 'G45'
|
|
48
|
+
| 'G46'
|
|
49
|
+
| 'G47'
|
|
50
|
+
| 'G48'
|
|
51
|
+
| 'G49'
|
|
52
|
+
| 'G50'
|
|
53
|
+
| 'G51'
|
|
54
|
+
| 'G52'
|
|
55
|
+
| 'G53'
|
|
56
|
+
| 'G54'
|
|
57
|
+
| 'G55'
|
|
58
|
+
| 'G56'
|
|
59
|
+
| 'G57'
|
|
60
|
+
| 'G58'
|
|
61
|
+
| 'G59'
|
|
62
|
+
| 'G60'
|
|
63
|
+
| 'G61'
|
|
64
|
+
| 'G62'
|
|
65
|
+
| 'G63'
|
|
66
|
+
| 'G64'
|
|
67
|
+
| 'G65'
|
|
68
|
+
| 'G66'
|
|
69
|
+
| 'G67'
|
|
70
|
+
| 'G68'
|
|
71
|
+
| 'G69'
|
|
72
|
+
| 'G70'
|
|
73
|
+
| 'G71'
|
|
74
|
+
| 'G72'
|
|
75
|
+
| 'G73'
|
|
76
|
+
| 'G74'
|
|
77
|
+
| 'G75'
|
|
78
|
+
| 'G76'
|
|
79
|
+
| 'G77'
|
|
80
|
+
| 'G78'
|
|
81
|
+
| 'G79'
|
|
82
|
+
| 'G80'
|
|
83
|
+
| 'G81'
|
|
84
|
+
| 'G82'
|
|
85
|
+
| 'G83'
|
|
86
|
+
| 'G84'
|
|
87
|
+
| 'G85'
|
|
88
|
+
| 'G86'
|
|
89
|
+
| 'G87'
|
|
90
|
+
| 'G88'
|
|
91
|
+
| 'G89'
|
|
92
|
+
| 'G90'
|
|
93
|
+
| 'G91'
|
|
94
|
+
| 'G92'
|
|
95
|
+
| 'G93'
|
|
96
|
+
| 'G94'
|
|
97
|
+
| 'G95'
|
|
98
|
+
| 'G96'
|
|
99
|
+
| 'G97'
|
|
100
|
+
| 'G98'
|
|
101
|
+
| 'G99'
|
|
102
|
+
| 'GB'
|
|
103
|
+
| 'GBQ'
|
|
104
|
+
| 'GDW'
|
|
105
|
+
| 'GE'
|
|
106
|
+
| 'GF'
|
|
107
|
+
| 'GFI'
|
|
108
|
+
| 'GGR'
|
|
109
|
+
| 'GIA'
|
|
110
|
+
| 'GIC'
|
|
111
|
+
| 'GII'
|
|
112
|
+
| 'GIP'
|
|
113
|
+
| 'GJ'
|
|
114
|
+
| 'GL'
|
|
115
|
+
| 'GLD'
|
|
116
|
+
| 'GLI'
|
|
117
|
+
| 'GLL'
|
|
118
|
+
| 'GM'
|
|
119
|
+
| 'GO'
|
|
120
|
+
| 'GP'
|
|
121
|
+
| 'GQ'
|
|
122
|
+
| 'GRM'
|
|
123
|
+
| 'GRN'
|
|
124
|
+
| 'GRO'
|
|
125
|
+
| 'GV'
|
|
126
|
+
| 'GWH'
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Enum representing unit type codes starting with 'G'.
|
|
130
|
+
*/
|
|
131
|
+
export enum UnitTypeCodeEnum_GX {
|
|
132
|
+
PascalCubicMetrePerSecond = 'G01',
|
|
133
|
+
CentimetrePerBar = 'G04',
|
|
134
|
+
MetrePerBar = 'G05',
|
|
135
|
+
MillimetrePerBar = 'G06',
|
|
136
|
+
SquareInchPerSecond = 'G08',
|
|
137
|
+
SquareMetrePerSecondKelvin = 'G09',
|
|
138
|
+
StokesPerKelvin = 'G10',
|
|
139
|
+
GramPerCubicCentimetreBar = 'G11',
|
|
140
|
+
GramPerCubicDecimetreBar = 'G12',
|
|
141
|
+
GramPerLitreBar = 'G13',
|
|
142
|
+
GramPerCubicMetreBar = 'G14',
|
|
143
|
+
GramPerMillilitreBar = 'G15',
|
|
144
|
+
KilogramPerCubicCentimetreBar = 'G16',
|
|
145
|
+
KilogramPerLitreBar = 'G17',
|
|
146
|
+
KilogramPerCubicMetreBar = 'G18',
|
|
147
|
+
NewtonMetrePerKilogram = 'G19',
|
|
148
|
+
USGallonPerMinute = 'G2',
|
|
149
|
+
PoundForceFootPerPound = 'G20',
|
|
150
|
+
CupUnitOfVolume = 'G21',
|
|
151
|
+
Peck = 'G23',
|
|
152
|
+
TablespoonUS = 'G24',
|
|
153
|
+
TeaspoonUS = 'G25',
|
|
154
|
+
Stere = 'G26',
|
|
155
|
+
CubicCentimetrePerKelvin = 'G27',
|
|
156
|
+
LitrePerKelvin = 'G28',
|
|
157
|
+
CubicMetrePerKelvin = 'G29',
|
|
158
|
+
ImperialGallonPerMinute = 'G3',
|
|
159
|
+
MillilitrePerKelvin = 'G30',
|
|
160
|
+
KilogramPerCubicCentimetre = 'G31',
|
|
161
|
+
OunceAvoirdupoisPerCubicYard = 'G32',
|
|
162
|
+
GramPerCubicCentimetreKelvin = 'G33',
|
|
163
|
+
GramPerCubicDecimetreKelvin = 'G34',
|
|
164
|
+
GramPerLitreKelvin = 'G35',
|
|
165
|
+
GramPerCubicMetreKelvin = 'G36',
|
|
166
|
+
GramPerMillilitreKelvin = 'G37',
|
|
167
|
+
KilogramPerCubicCentimetreKelvin = 'G38',
|
|
168
|
+
KilogramPerLitreKelvin = 'G39',
|
|
169
|
+
KilogramPerCubicMetreKelvin = 'G40',
|
|
170
|
+
SquareMetrePerSecondBar = 'G41',
|
|
171
|
+
MicrosiemensPerCentimetre = 'G42',
|
|
172
|
+
MicrosiemensPerMetre = 'G43',
|
|
173
|
+
NanosiemensPerCentimetre = 'G44',
|
|
174
|
+
NanosiemensPerMetre = 'G45',
|
|
175
|
+
StokesPerBar = 'G46',
|
|
176
|
+
CubicCentimetrePerDay = 'G47',
|
|
177
|
+
CubicCentimetrePerHour = 'G48',
|
|
178
|
+
CubicCentimetrePerMinute = 'G49',
|
|
179
|
+
GallonUSPerHour = 'G50',
|
|
180
|
+
LitrePerSecond = 'G51',
|
|
181
|
+
CubicMetrePerDay = 'G52',
|
|
182
|
+
CubicMetrePerMinute = 'G53',
|
|
183
|
+
MillilitrePerDay = 'G54',
|
|
184
|
+
MillilitrePerHour = 'G55',
|
|
185
|
+
CubicInchPerHour = 'G56',
|
|
186
|
+
CubicInchPerMinute = 'G57',
|
|
187
|
+
CubicInchPerSecond = 'G58',
|
|
188
|
+
MilliamperePerLitreMinute = 'G59',
|
|
189
|
+
VoltPerBar = 'G60',
|
|
190
|
+
CubicCentimetrePerDayKelvin = 'G61',
|
|
191
|
+
CubicCentimetrePerHourKelvin = 'G62',
|
|
192
|
+
CubicCentimetrePerMinuteKelvin = 'G63',
|
|
193
|
+
CubicCentimetrePerSecondKelvin = 'G64',
|
|
194
|
+
LitrePerDayKelvin = 'G65',
|
|
195
|
+
LitrePerHourKelvin = 'G66',
|
|
196
|
+
LitrePerMinuteKelvin = 'G67',
|
|
197
|
+
LitrePerSecondKelvin = 'G68',
|
|
198
|
+
CubicMetrePerDayKelvin = 'G69',
|
|
199
|
+
CubicMetrePerHourKelvin = 'G70',
|
|
200
|
+
CubicMetrePerMinuteKelvin = 'G71',
|
|
201
|
+
CubicMetrePerSecondKelvin = 'G72',
|
|
202
|
+
MillilitrePerDayKelvin = 'G73',
|
|
203
|
+
MillilitrePerHourKelvin = 'G74',
|
|
204
|
+
MillilitrePerMinuteKelvin = 'G75',
|
|
205
|
+
MillilitrePerSecondKelvin = 'G76',
|
|
206
|
+
MillimetreToTheFourthPower = 'G77',
|
|
207
|
+
CubicCentimetrePerDayBar = 'G78',
|
|
208
|
+
CubicCentimetrePerHourBar = 'G79',
|
|
209
|
+
CubicCentimetrePerMinuteBar = 'G80',
|
|
210
|
+
CubicCentimetrePerSecondBar = 'G81',
|
|
211
|
+
LitrePerDayBar = 'G82',
|
|
212
|
+
LitrePerHourBar = 'G83',
|
|
213
|
+
LitrePerMinuteBar = 'G84',
|
|
214
|
+
LitrePerSecondBar = 'G85',
|
|
215
|
+
CubicMetrePerDayBar = 'G86',
|
|
216
|
+
CubicMetrePerHourBar = 'G87',
|
|
217
|
+
CubicMetrePerMinuteBar = 'G88',
|
|
218
|
+
CubicMetrePerSecondBar = 'G89',
|
|
219
|
+
MillilitrePerDayBar = 'G90',
|
|
220
|
+
MillilitrePerHourBar = 'G91',
|
|
221
|
+
MillilitrePerMinuteBar = 'G92',
|
|
222
|
+
MillilitrePerSecondBar = 'G93',
|
|
223
|
+
CubicCentimetrePerBar = 'G94',
|
|
224
|
+
LitrePerBar = 'G95',
|
|
225
|
+
CubicMetrePerBar = 'G96',
|
|
226
|
+
MillilitrePerBar = 'G97',
|
|
227
|
+
MicrohenryPerKiloohm = 'G98',
|
|
228
|
+
MicrohenryPerOhm = 'G99',
|
|
229
|
+
GallonUSPerDay = 'GB',
|
|
230
|
+
Gigabecquerel = 'GBQ',
|
|
231
|
+
GramDryWeight = 'GDW',
|
|
232
|
+
PoundPerGallonUS = 'GE',
|
|
233
|
+
GramPerMetre = 'GF',
|
|
234
|
+
GramOfFissileIsotope = 'GFI',
|
|
235
|
+
GreatGross = 'GGR',
|
|
236
|
+
GillUS = 'GIA',
|
|
237
|
+
GramIncludingContainer = 'GIC',
|
|
238
|
+
GillUK = 'GII',
|
|
239
|
+
GramIncludingInnerPackaging = 'GIP',
|
|
240
|
+
GramPerMillilitre = 'GJ',
|
|
241
|
+
GramPerLitre = 'GL',
|
|
242
|
+
DryGallonUS = 'GLD',
|
|
243
|
+
GallonUK = 'GLI',
|
|
244
|
+
GallonUS = 'GLL',
|
|
245
|
+
GramPerSquareMetre = 'GM',
|
|
246
|
+
MilligramPerSquareMetre = 'GO',
|
|
247
|
+
MilligramPerCubicMetre = 'GP',
|
|
248
|
+
MicrogramPerCubicMetre = 'GQ',
|
|
249
|
+
Gram = 'GRM',
|
|
250
|
+
Grain = 'GRN',
|
|
251
|
+
Gross = 'GRO',
|
|
252
|
+
Gigajoule = 'GV',
|
|
253
|
+
GigawattHour = 'GWH',
|
|
254
|
+
}
|