@ripwords/myinvois-client 0.1.5 → 0.1.7
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/package.json +8 -11
- package/.prettierrc +0 -8
- package/CHANGELOG.md +0 -140
- package/bun.lock +0 -460
- package/myinvois-cert.conf.template +0 -23
- package/scripts/gen-cert.sh +0 -159
- package/src/api/platform/platformLogin.ts +0 -34
- package/src/index.ts +0 -530
- package/src/types/classification-codes.d.ts +0 -115
- package/src/types/country-code.d.ts +0 -790
- package/src/types/currencies.d.ts +0 -383
- package/src/types/documents.d.ts +0 -869
- package/src/types/e-invoice.d.ts +0 -41
- package/src/types/index.d.ts +0 -24
- package/src/types/msic/0X.d.ts +0 -408
- package/src/types/msic/1X.d.ts +0 -210
- package/src/types/msic/2X.d.ts +0 -266
- package/src/types/msic/3X.d.ts +0 -114
- package/src/types/msic/4X.d.ts +0 -520
- package/src/types/msic/5X.d.ts +0 -144
- package/src/types/msic/6X.d.ts +0 -200
- package/src/types/msic/7X.d.ts +0 -132
- package/src/types/msic/8X.d.ts +0 -210
- package/src/types/msic/9X.d.ts +0 -186
- package/src/types/msic-codes.d.ts +0 -31
- package/src/types/payment-modes.d.ts +0 -41
- package/src/types/signatures.d.ts +0 -169
- package/src/types/state-codes.d.ts +0 -59
- package/src/types/tax-types.d.ts +0 -39
- package/src/types/unit/1X.d.ts +0 -16
- package/src/types/unit/2X.d.ts +0 -62
- package/src/types/unit/3X.d.ts +0 -17
- package/src/types/unit/4X.d.ts +0 -44
- package/src/types/unit/5X.d.ts +0 -26
- package/src/types/unit/6X.d.ts +0 -12
- package/src/types/unit/7X.d.ts +0 -12
- package/src/types/unit/8X.d.ts +0 -15
- package/src/types/unit/9X.d.ts +0 -11
- package/src/types/unit/AX.d.ts +0 -202
- package/src/types/unit/BX.d.ts +0 -212
- package/src/types/unit/CX.d.ts +0 -238
- package/src/types/unit/DX.d.ts +0 -212
- package/src/types/unit/EX.d.ts +0 -196
- package/src/types/unit/FX.d.ts +0 -236
- package/src/types/unit/GX.d.ts +0 -254
- package/src/types/unit/HX.d.ts +0 -234
- package/src/types/unit/IX.d.ts +0 -28
- package/src/types/unit/JX.d.ts +0 -190
- package/src/types/unit/KX.d.ts +0 -284
- package/src/types/unit/LX.d.ts +0 -228
- package/src/types/unit/MX.d.ts +0 -288
- package/src/types/unit/NX.d.ts +0 -226
- package/src/types/unit/OX.d.ts +0 -34
- package/src/types/unit/PX.d.ts +0 -224
- package/src/types/unit/QX.d.ts +0 -94
- package/src/types/unit/RX.d.ts +0 -28
- package/src/types/unit/SX.d.ts +0 -56
- package/src/types/unit/TX.d.ts +0 -44
- package/src/types/unit/UX.d.ts +0 -14
- package/src/types/unit/VX.d.ts +0 -13
- package/src/types/unit/WX.d.ts +0 -34
- package/src/types/unit/XX.d.ts +0 -825
- package/src/types/unit/YX.d.ts +0 -17
- package/src/types/unit/ZX.d.ts +0 -19
- package/src/types/unit-types.d.ts +0 -86
- package/src/utils/base64.ts +0 -7
- package/src/utils/certificate.ts +0 -60
- package/src/utils/document.ts +0 -852
- package/src/utils/getBaseUrl.ts +0 -5
- package/src/utils/helpers.ts +0 -552
- package/src/utils/signature-diagnostics.ts +0 -583
- package/src/utils/validation.ts +0 -268
- package/test/MyInvoiClientWithRealData.test.ts +0 -40
- package/test/MyInvoisClient.test.ts +0 -204
- package/test/base64.test.ts +0 -43
- package/test/dynamicInvoiceFeatures.test.ts +0 -451
- package/test/signAndSubmitInvoice.test.ts +0 -452
- package/test/signature-diagnostics.test.ts +0 -130
- package/tsconfig.json +0 -39
- package/tsdown.config.ts +0 -31
- package/vitest.config.ts +0 -8
package/src/types/unit/KX.d.ts
DELETED
|
@@ -1,284 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'K'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_KX =
|
|
5
|
-
| 'K1'
|
|
6
|
-
| 'K10'
|
|
7
|
-
| 'K11'
|
|
8
|
-
| 'K12'
|
|
9
|
-
| 'K13'
|
|
10
|
-
| 'K14'
|
|
11
|
-
| 'K15'
|
|
12
|
-
| 'K16'
|
|
13
|
-
| 'K17'
|
|
14
|
-
| 'K18'
|
|
15
|
-
| 'K19'
|
|
16
|
-
| 'K2'
|
|
17
|
-
| 'K20'
|
|
18
|
-
| 'K21'
|
|
19
|
-
| 'K22'
|
|
20
|
-
| 'K23'
|
|
21
|
-
| 'K26'
|
|
22
|
-
| 'K27'
|
|
23
|
-
| 'K28'
|
|
24
|
-
| 'K3'
|
|
25
|
-
| 'K30'
|
|
26
|
-
| 'K31'
|
|
27
|
-
| 'K32'
|
|
28
|
-
| 'K33'
|
|
29
|
-
| 'K34'
|
|
30
|
-
| 'K35'
|
|
31
|
-
| 'K36'
|
|
32
|
-
| 'K37'
|
|
33
|
-
| 'K38'
|
|
34
|
-
| 'K39'
|
|
35
|
-
| 'K40'
|
|
36
|
-
| 'K41'
|
|
37
|
-
| 'K42'
|
|
38
|
-
| 'K43'
|
|
39
|
-
| 'K45'
|
|
40
|
-
| 'K46'
|
|
41
|
-
| 'K47'
|
|
42
|
-
| 'K48'
|
|
43
|
-
| 'K49'
|
|
44
|
-
| 'K50'
|
|
45
|
-
| 'K51'
|
|
46
|
-
| 'K52'
|
|
47
|
-
| 'K53'
|
|
48
|
-
| 'K54'
|
|
49
|
-
| 'K55'
|
|
50
|
-
| 'K58'
|
|
51
|
-
| 'K59'
|
|
52
|
-
| 'K6'
|
|
53
|
-
| 'K60'
|
|
54
|
-
| 'K61'
|
|
55
|
-
| 'K62'
|
|
56
|
-
| 'K63'
|
|
57
|
-
| 'K64'
|
|
58
|
-
| 'K65'
|
|
59
|
-
| 'K66'
|
|
60
|
-
| 'K67'
|
|
61
|
-
| 'K68'
|
|
62
|
-
| 'K69'
|
|
63
|
-
| 'K70'
|
|
64
|
-
| 'K71'
|
|
65
|
-
| 'K73'
|
|
66
|
-
| 'K74'
|
|
67
|
-
| 'K75'
|
|
68
|
-
| 'K76'
|
|
69
|
-
| 'K77'
|
|
70
|
-
| 'K78'
|
|
71
|
-
| 'K79'
|
|
72
|
-
| 'K80'
|
|
73
|
-
| 'K81'
|
|
74
|
-
| 'K82'
|
|
75
|
-
| 'K83'
|
|
76
|
-
| 'K84'
|
|
77
|
-
| 'K85'
|
|
78
|
-
| 'K86'
|
|
79
|
-
| 'K87'
|
|
80
|
-
| 'K88'
|
|
81
|
-
| 'K89'
|
|
82
|
-
| 'K90'
|
|
83
|
-
| 'K91'
|
|
84
|
-
| 'K92'
|
|
85
|
-
| 'K93'
|
|
86
|
-
| 'K94'
|
|
87
|
-
| 'K95'
|
|
88
|
-
| 'K96'
|
|
89
|
-
| 'K97'
|
|
90
|
-
| 'K98'
|
|
91
|
-
| 'K99'
|
|
92
|
-
| 'KA'
|
|
93
|
-
| 'KAT'
|
|
94
|
-
| 'KB'
|
|
95
|
-
| 'KBA'
|
|
96
|
-
| 'KCC'
|
|
97
|
-
| 'KDW'
|
|
98
|
-
| 'KEL'
|
|
99
|
-
| 'KGM'
|
|
100
|
-
| 'KGS'
|
|
101
|
-
| 'KHY'
|
|
102
|
-
| 'KHZ'
|
|
103
|
-
| 'KI'
|
|
104
|
-
| 'KIC'
|
|
105
|
-
| 'KIP'
|
|
106
|
-
| 'KJ'
|
|
107
|
-
| 'KJO'
|
|
108
|
-
| 'KL'
|
|
109
|
-
| 'KLK'
|
|
110
|
-
| 'KLX'
|
|
111
|
-
| 'KMA'
|
|
112
|
-
| 'KMH'
|
|
113
|
-
| 'KMK'
|
|
114
|
-
| 'KMQ'
|
|
115
|
-
| 'KMT'
|
|
116
|
-
| 'KNI'
|
|
117
|
-
| 'KNM'
|
|
118
|
-
| 'KNS'
|
|
119
|
-
| 'KNT'
|
|
120
|
-
| 'KO'
|
|
121
|
-
| 'KPA'
|
|
122
|
-
| 'KPH'
|
|
123
|
-
| 'KPO'
|
|
124
|
-
| 'KPP'
|
|
125
|
-
| 'KR'
|
|
126
|
-
| 'KSD'
|
|
127
|
-
| 'KSH'
|
|
128
|
-
| 'KT'
|
|
129
|
-
| 'KTN'
|
|
130
|
-
| 'KUR'
|
|
131
|
-
| 'KVA'
|
|
132
|
-
| 'KVR'
|
|
133
|
-
| 'KVT'
|
|
134
|
-
| 'KW'
|
|
135
|
-
| 'KWH'
|
|
136
|
-
| 'KWN'
|
|
137
|
-
| 'KWO'
|
|
138
|
-
| 'KWS'
|
|
139
|
-
| 'KWT'
|
|
140
|
-
| 'KWY'
|
|
141
|
-
| 'KX'
|
|
142
|
-
|
|
143
|
-
/**
|
|
144
|
-
* Enum representing unit type codes starting with 'K'.
|
|
145
|
-
*/
|
|
146
|
-
export enum UnitTypeCodeEnum_KX {
|
|
147
|
-
KilowattDemand = 'K1',
|
|
148
|
-
OunceUSFluidPerHour = 'K10',
|
|
149
|
-
OunceUSFluidPerMinute = 'K11',
|
|
150
|
-
OunceUSFluidPerSecond = 'K12',
|
|
151
|
-
FootPerDegreeFahrenheit = 'K13',
|
|
152
|
-
FootPerHour = 'K14',
|
|
153
|
-
FootPoundForcePerHour = 'K15',
|
|
154
|
-
FootPoundForcePerMinute = 'K16',
|
|
155
|
-
FootPerPsi = 'K17',
|
|
156
|
-
FootPerSecondDegreeFahrenheit = 'K18',
|
|
157
|
-
FootPerSecondPsi = 'K19',
|
|
158
|
-
KilovoltAmpereReactiveDemand = 'K2',
|
|
159
|
-
ReciprocalCubicFoot = 'K20',
|
|
160
|
-
CubicFootPerDegreeFahrenheit = 'K21',
|
|
161
|
-
CubicFootPerDay = 'K22',
|
|
162
|
-
CubicFootPerPsi = 'K23',
|
|
163
|
-
GallonUKPerDay = 'K26',
|
|
164
|
-
GallonUKPerHour = 'K27',
|
|
165
|
-
GallonUKPerSecond = 'K28',
|
|
166
|
-
KilovoltAmpereReactiveHour = 'K3',
|
|
167
|
-
GallonUSLiquidPerSecond = 'K30',
|
|
168
|
-
GramForcePerSquareCentimetre = 'K31',
|
|
169
|
-
GillUKPerDay = 'K32',
|
|
170
|
-
GillUKPerHour = 'K33',
|
|
171
|
-
GillUKPerMinute = 'K34',
|
|
172
|
-
GillUKPerSecond = 'K35',
|
|
173
|
-
GillUSPerDay = 'K36',
|
|
174
|
-
GillUSPerHour = 'K37',
|
|
175
|
-
GillUSPerMinute = 'K38',
|
|
176
|
-
GillUSPerSecond = 'K39',
|
|
177
|
-
StandardAccelerationOfFreeFall = 'K40',
|
|
178
|
-
GrainPerGallonUS = 'K41',
|
|
179
|
-
HorsepowerBoiler = 'K42',
|
|
180
|
-
HorsepowerElectric = 'K43',
|
|
181
|
-
InchPerDegreeFahrenheit = 'K45',
|
|
182
|
-
InchPerPsi = 'K46',
|
|
183
|
-
InchPerSecondDegreeFahrenheit = 'K47',
|
|
184
|
-
InchPerSecondPsi = 'K48',
|
|
185
|
-
ReciprocalCubicInch = 'K49',
|
|
186
|
-
Kilobaud = 'K50',
|
|
187
|
-
KilocalorieMean = 'K51',
|
|
188
|
-
KilocalorieInternationalTablePerHourMetreDegreeCelsius = 'K52',
|
|
189
|
-
KilocalorieThermochemical = 'K53',
|
|
190
|
-
KilocalorieThermochemicalPerMinute = 'K54',
|
|
191
|
-
KilocalorieThermochemicalPerSecond = 'K55',
|
|
192
|
-
KilomolePerHour = 'K58',
|
|
193
|
-
KilomolePerCubicMetreKelvin = 'K59',
|
|
194
|
-
Kilolitre = 'K6',
|
|
195
|
-
KilomolePerCubicMetreBar = 'K60',
|
|
196
|
-
KilomolePerMinute = 'K61',
|
|
197
|
-
LitrePerLitre = 'K62',
|
|
198
|
-
ReciprocalLitre = 'K63',
|
|
199
|
-
PoundAvoirdupoisPerDegreeFahrenheit = 'K64',
|
|
200
|
-
PoundAvoirdupoisSquareFoot = 'K65',
|
|
201
|
-
PoundAvoirdupoisPerDay = 'K66',
|
|
202
|
-
PoundPerFootHour = 'K67',
|
|
203
|
-
PoundPerFootSecond = 'K68',
|
|
204
|
-
PoundAvoirdupoisPerCubicFootDegreeFahrenheit = 'K69',
|
|
205
|
-
PoundAvoirdupoisPerCubicFootPsi = 'K70',
|
|
206
|
-
PoundAvoirdupoisPerGallonUK = 'K71',
|
|
207
|
-
PoundAvoirdupoisPerHourDegreeFahrenheit = 'K73',
|
|
208
|
-
PoundAvoirdupoisPerHourPsi = 'K74',
|
|
209
|
-
PoundAvoirdupoisPerCubicInchDegreeFahrenheit = 'K75',
|
|
210
|
-
PoundAvoirdupoisPerCubicInchPsi = 'K76',
|
|
211
|
-
PoundAvoirdupoisPerPsi = 'K77',
|
|
212
|
-
PoundAvoirdupoisPerMinute = 'K78',
|
|
213
|
-
PoundAvoirdupoisPerMinuteDegreeFahrenheit = 'K79',
|
|
214
|
-
PoundAvoirdupoisPerMinutePsi = 'K80',
|
|
215
|
-
PoundAvoirdupoisPerSecond = 'K81',
|
|
216
|
-
PoundAvoirdupoisPerSecondDegreeFahrenheit = 'K82',
|
|
217
|
-
PoundAvoirdupoisPerSecondPsi = 'K83',
|
|
218
|
-
PoundPerCubicYard = 'K84',
|
|
219
|
-
PoundForcePerSquareFoot = 'K85',
|
|
220
|
-
PoundForcePerSquareInchDegreeFahrenheit = 'K86',
|
|
221
|
-
PsiCubicInchPerSecond = 'K87',
|
|
222
|
-
PsiLitrePerSecond = 'K88',
|
|
223
|
-
PsiCubicMetrePerSecond = 'K89',
|
|
224
|
-
PsiCubicYardPerSecond = 'K90',
|
|
225
|
-
PoundForceSecondPerSquareFoot = 'K91',
|
|
226
|
-
PoundForceSecondPerSquareInch = 'K92',
|
|
227
|
-
ReciprocalPsi = 'K93',
|
|
228
|
-
QuartUKLiquidPerDay = 'K94',
|
|
229
|
-
QuartUKLiquidPerHour = 'K95',
|
|
230
|
-
QuartUKLiquidPerMinute = 'K96',
|
|
231
|
-
QuartUKLiquidPerSecond = 'K97',
|
|
232
|
-
QuartUSLiquidPerDay = 'K98',
|
|
233
|
-
QuartUSLiquidPerHour = 'K99',
|
|
234
|
-
Cake = 'KA',
|
|
235
|
-
Katal = 'KAT',
|
|
236
|
-
Kilocharacter = 'KB',
|
|
237
|
-
Kilobar = 'KBA',
|
|
238
|
-
KilogramOfCholineChloride = 'KCC',
|
|
239
|
-
KilogramDrainedNetWeight = 'KDW',
|
|
240
|
-
Kelvin = 'KEL',
|
|
241
|
-
Kilogram = 'KGM',
|
|
242
|
-
KilogramPerSecond = 'KGS',
|
|
243
|
-
KilogramOfHydrogenPeroxide = 'KHY',
|
|
244
|
-
Kilohertz = 'KHZ',
|
|
245
|
-
KilogramPerMillimetreWidth = 'KI',
|
|
246
|
-
KilogramIncludingContainer = 'KIC',
|
|
247
|
-
KilogramIncludingInnerPackaging = 'KIP',
|
|
248
|
-
Kilosegment = 'KJ',
|
|
249
|
-
Kilojoule = 'KJO',
|
|
250
|
-
KilogramPerMetre = 'KL',
|
|
251
|
-
LacticDryMaterialPercentage = 'KLK',
|
|
252
|
-
Kilolux = 'KLX',
|
|
253
|
-
KilogramOfMethylamine = 'KMA',
|
|
254
|
-
KilometrePerHour = 'KMH',
|
|
255
|
-
SquareKilometre = 'KMK',
|
|
256
|
-
KilogramPerCubicMetre = 'KMQ',
|
|
257
|
-
Kilometre = 'KMT',
|
|
258
|
-
KilogramOfNitrogen = 'KNI',
|
|
259
|
-
KilonewtonPerSquareMetre = 'KNM',
|
|
260
|
-
KilogramNamedSubstance = 'KNS',
|
|
261
|
-
Knot = 'KNT',
|
|
262
|
-
MilliequivalenceCausticPotashPerGramOfProduct = 'KO',
|
|
263
|
-
Kilopascal = 'KPA',
|
|
264
|
-
KilogramOfPotassiumHydroxideCausticPotash = 'KPH',
|
|
265
|
-
KilogramOfPotassiumOxide = 'KPO',
|
|
266
|
-
KilogramOfPhosphorusPentoxidePhosphoricAnhydride = 'KPP',
|
|
267
|
-
Kiloroentgen = 'KR',
|
|
268
|
-
KilogramOfSubstance90PercentDry = 'KSD',
|
|
269
|
-
KilogramOfSodiumHydroxideCausticSoda = 'KSH',
|
|
270
|
-
Kit = 'KT',
|
|
271
|
-
Kilotonne = 'KTN',
|
|
272
|
-
KilogramOfUranium = 'KUR',
|
|
273
|
-
KilovoltAmpere = 'KVA',
|
|
274
|
-
Kilovar = 'KVR',
|
|
275
|
-
Kilovolt = 'KVT',
|
|
276
|
-
KilogramPerMillimetre = 'KW',
|
|
277
|
-
KilowattHour = 'KWH',
|
|
278
|
-
KilowattHourPerNormalizedCubicMetre = 'KWN',
|
|
279
|
-
KilogramOfTungstenTrioxide = 'KWO',
|
|
280
|
-
KilowattHourPerStandardCubicMetre = 'KWS',
|
|
281
|
-
Kilowatt = 'KWT',
|
|
282
|
-
KilowattYear = 'KWY',
|
|
283
|
-
MillilitrePerKilogram = 'KX',
|
|
284
|
-
}
|
package/src/types/unit/LX.d.ts
DELETED
|
@@ -1,228 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'L'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_LX =
|
|
5
|
-
| 'L10'
|
|
6
|
-
| 'L11'
|
|
7
|
-
| 'L12'
|
|
8
|
-
| 'L13'
|
|
9
|
-
| 'L14'
|
|
10
|
-
| 'L15'
|
|
11
|
-
| 'L16'
|
|
12
|
-
| 'L17'
|
|
13
|
-
| 'L18'
|
|
14
|
-
| 'L19'
|
|
15
|
-
| 'L2'
|
|
16
|
-
| 'L20'
|
|
17
|
-
| 'L21'
|
|
18
|
-
| 'L23'
|
|
19
|
-
| 'L24'
|
|
20
|
-
| 'L25'
|
|
21
|
-
| 'L26'
|
|
22
|
-
| 'L27'
|
|
23
|
-
| 'L28'
|
|
24
|
-
| 'L29'
|
|
25
|
-
| 'L30'
|
|
26
|
-
| 'L31'
|
|
27
|
-
| 'L32'
|
|
28
|
-
| 'L33'
|
|
29
|
-
| 'L34'
|
|
30
|
-
| 'L35'
|
|
31
|
-
| 'L36'
|
|
32
|
-
| 'L37'
|
|
33
|
-
| 'L38'
|
|
34
|
-
| 'L39'
|
|
35
|
-
| 'L40'
|
|
36
|
-
| 'L41'
|
|
37
|
-
| 'L42'
|
|
38
|
-
| 'L43'
|
|
39
|
-
| 'L44'
|
|
40
|
-
| 'L45'
|
|
41
|
-
| 'L46'
|
|
42
|
-
| 'L47'
|
|
43
|
-
| 'L48'
|
|
44
|
-
| 'L49'
|
|
45
|
-
| 'L50'
|
|
46
|
-
| 'L51'
|
|
47
|
-
| 'L52'
|
|
48
|
-
| 'L53'
|
|
49
|
-
| 'L54'
|
|
50
|
-
| 'L55'
|
|
51
|
-
| 'L56'
|
|
52
|
-
| 'L57'
|
|
53
|
-
| 'L58'
|
|
54
|
-
| 'L59'
|
|
55
|
-
| 'L60'
|
|
56
|
-
| 'L63'
|
|
57
|
-
| 'L64'
|
|
58
|
-
| 'L65'
|
|
59
|
-
| 'L66'
|
|
60
|
-
| 'L67'
|
|
61
|
-
| 'L68'
|
|
62
|
-
| 'L69'
|
|
63
|
-
| 'L70'
|
|
64
|
-
| 'L71'
|
|
65
|
-
| 'L72'
|
|
66
|
-
| 'L73'
|
|
67
|
-
| 'L74'
|
|
68
|
-
| 'L75'
|
|
69
|
-
| 'L76'
|
|
70
|
-
| 'L77'
|
|
71
|
-
| 'L78'
|
|
72
|
-
| 'L79'
|
|
73
|
-
| 'L80'
|
|
74
|
-
| 'L81'
|
|
75
|
-
| 'L82'
|
|
76
|
-
| 'L83'
|
|
77
|
-
| 'L84'
|
|
78
|
-
| 'L85'
|
|
79
|
-
| 'L86'
|
|
80
|
-
| 'L87'
|
|
81
|
-
| 'L88'
|
|
82
|
-
| 'L89'
|
|
83
|
-
| 'L90'
|
|
84
|
-
| 'L91'
|
|
85
|
-
| 'L92'
|
|
86
|
-
| 'L93'
|
|
87
|
-
| 'L94'
|
|
88
|
-
| 'L95'
|
|
89
|
-
| 'L96'
|
|
90
|
-
| 'L98'
|
|
91
|
-
| 'L99'
|
|
92
|
-
| 'LA'
|
|
93
|
-
| 'LAC'
|
|
94
|
-
| 'LBR'
|
|
95
|
-
| 'LBT'
|
|
96
|
-
| 'LD'
|
|
97
|
-
| 'LEF'
|
|
98
|
-
| 'LF'
|
|
99
|
-
| 'LH'
|
|
100
|
-
| 'LK'
|
|
101
|
-
| 'LM'
|
|
102
|
-
| 'LN'
|
|
103
|
-
| 'LO'
|
|
104
|
-
| 'LP'
|
|
105
|
-
| 'LPA'
|
|
106
|
-
| 'LR'
|
|
107
|
-
| 'LS'
|
|
108
|
-
| 'LTN'
|
|
109
|
-
| 'LTR'
|
|
110
|
-
| 'LUB'
|
|
111
|
-
| 'LUM'
|
|
112
|
-
| 'LUX'
|
|
113
|
-
| 'LY'
|
|
114
|
-
|
|
115
|
-
/**
|
|
116
|
-
* Enum representing unit type codes starting with 'L'.
|
|
117
|
-
*/
|
|
118
|
-
export enum UnitTypeCodeEnum_LX {
|
|
119
|
-
QuartUSLiquidPerMinute = 'L10',
|
|
120
|
-
QuartUSLiquidPerSecond = 'L11',
|
|
121
|
-
MetrePerSecondKelvin = 'L12',
|
|
122
|
-
MetrePerSecondBar = 'L13',
|
|
123
|
-
SquareMetreHourDegreeCelsiusPerKilocalorieInternationalTable = 'L14',
|
|
124
|
-
MillipascalSecondPerKelvin = 'L15',
|
|
125
|
-
MillipascalSecondPerBar = 'L16',
|
|
126
|
-
MilligramPerCubicMetreKelvin = 'L17',
|
|
127
|
-
MilligramPerCubicMetreBar = 'L18',
|
|
128
|
-
MillilitrePerLitre = 'L19',
|
|
129
|
-
LitrePerMinute = 'L2',
|
|
130
|
-
ReciprocalCubicMillimetre = 'L20',
|
|
131
|
-
CubicMillimetrePerCubicMetre = 'L21',
|
|
132
|
-
MolePerHour = 'L23',
|
|
133
|
-
MolePerKilogramKelvin = 'L24',
|
|
134
|
-
MolePerKilogramBar = 'L25',
|
|
135
|
-
MolePerLitreKelvin = 'L26',
|
|
136
|
-
MolePerLitreBar = 'L27',
|
|
137
|
-
MolePerCubicMetreKelvin = 'L28',
|
|
138
|
-
MolePerCubicMetreBar = 'L29',
|
|
139
|
-
MolePerMinute = 'L30',
|
|
140
|
-
MilliroentgenAequivalentMen = 'L31',
|
|
141
|
-
NanogramPerKilogram = 'L32',
|
|
142
|
-
OunceAvoirdupoisPerDay = 'L33',
|
|
143
|
-
OunceAvoirdupoisPerHour = 'L34',
|
|
144
|
-
OunceAvoirdupoisPerMinute = 'L35',
|
|
145
|
-
OunceAvoirdupoisPerSecond = 'L36',
|
|
146
|
-
OunceAvoirdupoisPerGallonUK = 'L37',
|
|
147
|
-
OunceAvoirdupoisPerGallonUS = 'L38',
|
|
148
|
-
OunceAvoirdupoisPerCubicInch = 'L39',
|
|
149
|
-
OunceAvoirdupoisForce = 'L40',
|
|
150
|
-
OunceAvoirdupoisForceInch = 'L41',
|
|
151
|
-
PicosiemensPerMetre = 'L42',
|
|
152
|
-
PeckUK = 'L43',
|
|
153
|
-
PeckUKPerDay = 'L44',
|
|
154
|
-
PeckUKPerHour = 'L45',
|
|
155
|
-
PeckUKPerMinute = 'L46',
|
|
156
|
-
PeckUKPerSecond = 'L47',
|
|
157
|
-
PeckUSDryPerDay = 'L48',
|
|
158
|
-
PeckUSDryPerHour = 'L49',
|
|
159
|
-
PeckUSDryPerMinute = 'L50',
|
|
160
|
-
PeckUSDryPerSecond = 'L51',
|
|
161
|
-
PsiPerPsi = 'L52',
|
|
162
|
-
PintUKPerDay = 'L53',
|
|
163
|
-
PintUKPerHour = 'L54',
|
|
164
|
-
PintUKPerMinute = 'L55',
|
|
165
|
-
PintUKPerSecond = 'L56',
|
|
166
|
-
PintUSLiquidPerDay = 'L57',
|
|
167
|
-
PintUSLiquidPerHour = 'L58',
|
|
168
|
-
PintUSLiquidPerMinute = 'L59',
|
|
169
|
-
PintUSLiquidPerSecond = 'L60',
|
|
170
|
-
SlugPerDay = 'L63',
|
|
171
|
-
SlugPerFootSecond = 'L64',
|
|
172
|
-
SlugPerCubicFoot = 'L65',
|
|
173
|
-
SlugPerHour = 'L66',
|
|
174
|
-
SlugPerMinute = 'L67',
|
|
175
|
-
SlugPerSecond = 'L68',
|
|
176
|
-
TonnePerKelvin = 'L69',
|
|
177
|
-
TonnePerBar = 'L70',
|
|
178
|
-
TonnePerDay = 'L71',
|
|
179
|
-
TonnePerDayKelvin = 'L72',
|
|
180
|
-
TonnePerDayBar = 'L73',
|
|
181
|
-
TonnePerHourKelvin = 'L74',
|
|
182
|
-
TonnePerHourBar = 'L75',
|
|
183
|
-
TonnePerCubicMetreKelvin = 'L76',
|
|
184
|
-
TonnePerCubicMetreBar = 'L77',
|
|
185
|
-
TonnePerMinute = 'L78',
|
|
186
|
-
TonnePerMinuteKelvin = 'L79',
|
|
187
|
-
TonnePerMinuteBar = 'L80',
|
|
188
|
-
TonnePerSecond = 'L81',
|
|
189
|
-
TonnePerSecondKelvin = 'L82',
|
|
190
|
-
TonnePerSecondBar = 'L83',
|
|
191
|
-
TonUKShipping = 'L84',
|
|
192
|
-
TonLongPerDay = 'L85',
|
|
193
|
-
TonUSShipping = 'L86',
|
|
194
|
-
TonShortPerDegreeFahrenheit = 'L87',
|
|
195
|
-
TonShortPerDay = 'L88',
|
|
196
|
-
TonShortPerHourDegreeFahrenheit = 'L89',
|
|
197
|
-
TonShortPerHourPsi = 'L90',
|
|
198
|
-
TonShortPerPsi = 'L91',
|
|
199
|
-
TonUKLongPerCubicYard = 'L92',
|
|
200
|
-
TonUSShortPerCubicYard = 'L93',
|
|
201
|
-
TonForceUSShort = 'L94',
|
|
202
|
-
CommonYear = 'L95',
|
|
203
|
-
SiderealYear = 'L96',
|
|
204
|
-
YardPerDegreeFahrenheit = 'L98',
|
|
205
|
-
YardPerPsi = 'L99',
|
|
206
|
-
PoundPerCubicInch = 'LA',
|
|
207
|
-
LactoseExcessPercentage = 'LAC',
|
|
208
|
-
Pound = 'LBR',
|
|
209
|
-
TroyPoundUS = 'LBT',
|
|
210
|
-
LitrePerDay = 'LD',
|
|
211
|
-
Leaf = 'LEF',
|
|
212
|
-
LinearFoot = 'LF',
|
|
213
|
-
LabourHour = 'LH',
|
|
214
|
-
Link = 'LK',
|
|
215
|
-
LinearMetre = 'LM',
|
|
216
|
-
Length = 'LN',
|
|
217
|
-
LotUnitOfProcurement = 'LO',
|
|
218
|
-
LiquidPound = 'LP',
|
|
219
|
-
LitreOfPureAlcohol = 'LPA',
|
|
220
|
-
Layer = 'LR',
|
|
221
|
-
LumpSum = 'LS',
|
|
222
|
-
TonUKOrLongTonUS = 'LTN',
|
|
223
|
-
Litre = 'LTR',
|
|
224
|
-
MetricTonLubricatingOil = 'LUB',
|
|
225
|
-
Lumen = 'LUM',
|
|
226
|
-
Lux = 'LUX',
|
|
227
|
-
LinearYard = 'LY',
|
|
228
|
-
}
|