@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/MX.d.ts
DELETED
|
@@ -1,288 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'M'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_MX =
|
|
5
|
-
| 'M1'
|
|
6
|
-
| 'M10'
|
|
7
|
-
| 'M11'
|
|
8
|
-
| 'M12'
|
|
9
|
-
| 'M13'
|
|
10
|
-
| 'M14'
|
|
11
|
-
| 'M15'
|
|
12
|
-
| 'M16'
|
|
13
|
-
| 'M17'
|
|
14
|
-
| 'M18'
|
|
15
|
-
| 'M19'
|
|
16
|
-
| 'M20'
|
|
17
|
-
| 'M21'
|
|
18
|
-
| 'M22'
|
|
19
|
-
| 'M23'
|
|
20
|
-
| 'M24'
|
|
21
|
-
| 'M25'
|
|
22
|
-
| 'M26'
|
|
23
|
-
| 'M27'
|
|
24
|
-
| 'M29'
|
|
25
|
-
| 'M30'
|
|
26
|
-
| 'M31'
|
|
27
|
-
| 'M32'
|
|
28
|
-
| 'M33'
|
|
29
|
-
| 'M34'
|
|
30
|
-
| 'M35'
|
|
31
|
-
| 'M36'
|
|
32
|
-
| 'M37'
|
|
33
|
-
| 'M38'
|
|
34
|
-
| 'M39'
|
|
35
|
-
| 'M4'
|
|
36
|
-
| 'M40'
|
|
37
|
-
| 'M41'
|
|
38
|
-
| 'M42'
|
|
39
|
-
| 'M43'
|
|
40
|
-
| 'M44'
|
|
41
|
-
| 'M45'
|
|
42
|
-
| 'M46'
|
|
43
|
-
| 'M47'
|
|
44
|
-
| 'M48'
|
|
45
|
-
| 'M49'
|
|
46
|
-
| 'M5'
|
|
47
|
-
| 'M50'
|
|
48
|
-
| 'M51'
|
|
49
|
-
| 'M52'
|
|
50
|
-
| 'M53'
|
|
51
|
-
| 'M55'
|
|
52
|
-
| 'M56'
|
|
53
|
-
| 'M57'
|
|
54
|
-
| 'M58'
|
|
55
|
-
| 'M59'
|
|
56
|
-
| 'M60'
|
|
57
|
-
| 'M61'
|
|
58
|
-
| 'M62'
|
|
59
|
-
| 'M63'
|
|
60
|
-
| 'M64'
|
|
61
|
-
| 'M65'
|
|
62
|
-
| 'M66'
|
|
63
|
-
| 'M67'
|
|
64
|
-
| 'M68'
|
|
65
|
-
| 'M69'
|
|
66
|
-
| 'M7'
|
|
67
|
-
| 'M70'
|
|
68
|
-
| 'M71'
|
|
69
|
-
| 'M72'
|
|
70
|
-
| 'M73'
|
|
71
|
-
| 'M74'
|
|
72
|
-
| 'M75'
|
|
73
|
-
| 'M76'
|
|
74
|
-
| 'M77'
|
|
75
|
-
| 'M78'
|
|
76
|
-
| 'M79'
|
|
77
|
-
| 'M80'
|
|
78
|
-
| 'M81'
|
|
79
|
-
| 'M82'
|
|
80
|
-
| 'M83'
|
|
81
|
-
| 'M84'
|
|
82
|
-
| 'M85'
|
|
83
|
-
| 'M86'
|
|
84
|
-
| 'M87'
|
|
85
|
-
| 'M88'
|
|
86
|
-
| 'M89'
|
|
87
|
-
| 'M9'
|
|
88
|
-
| 'M90'
|
|
89
|
-
| 'M91'
|
|
90
|
-
| 'M92'
|
|
91
|
-
| 'M93'
|
|
92
|
-
| 'M94'
|
|
93
|
-
| 'M95'
|
|
94
|
-
| 'M96'
|
|
95
|
-
| 'M97'
|
|
96
|
-
| 'M98'
|
|
97
|
-
| 'M99'
|
|
98
|
-
| 'MAH'
|
|
99
|
-
| 'MAL'
|
|
100
|
-
| 'MAM'
|
|
101
|
-
| 'MAR'
|
|
102
|
-
| 'MAW'
|
|
103
|
-
| 'MBE'
|
|
104
|
-
| 'MBF'
|
|
105
|
-
| 'MBR'
|
|
106
|
-
| 'MC'
|
|
107
|
-
| 'MCU'
|
|
108
|
-
| 'MD'
|
|
109
|
-
| 'MGM'
|
|
110
|
-
| 'MHZ'
|
|
111
|
-
| 'MIK'
|
|
112
|
-
| 'MIL'
|
|
113
|
-
| 'MIN'
|
|
114
|
-
| 'MIO'
|
|
115
|
-
| 'MIU'
|
|
116
|
-
| 'MKD'
|
|
117
|
-
| 'MKM'
|
|
118
|
-
| 'MKW'
|
|
119
|
-
| 'MLD'
|
|
120
|
-
| 'MLT'
|
|
121
|
-
| 'MMK'
|
|
122
|
-
| 'MMQ'
|
|
123
|
-
| 'MMT'
|
|
124
|
-
| 'MND'
|
|
125
|
-
| 'MNJ'
|
|
126
|
-
| 'MON'
|
|
127
|
-
| 'MPA'
|
|
128
|
-
| 'MQD'
|
|
129
|
-
| 'MQH'
|
|
130
|
-
| 'MQM'
|
|
131
|
-
| 'MQS'
|
|
132
|
-
| 'MQW'
|
|
133
|
-
| 'MRD'
|
|
134
|
-
| 'MRM'
|
|
135
|
-
| 'MRW'
|
|
136
|
-
| 'MSK'
|
|
137
|
-
| 'MTK'
|
|
138
|
-
| 'MTQ'
|
|
139
|
-
| 'MTR'
|
|
140
|
-
| 'MTS'
|
|
141
|
-
| 'MTZ'
|
|
142
|
-
| 'MVA'
|
|
143
|
-
| 'MWH'
|
|
144
|
-
|
|
145
|
-
/**
|
|
146
|
-
* Enum representing unit type codes starting with 'M'.
|
|
147
|
-
*/
|
|
148
|
-
export enum UnitTypeCodeEnum_MX {
|
|
149
|
-
MilligramPerLitre = 'M1',
|
|
150
|
-
ReciprocalCubicYard = 'M10',
|
|
151
|
-
CubicYardPerDegreeFahrenheit = 'M11',
|
|
152
|
-
CubicYardPerDay = 'M12',
|
|
153
|
-
CubicYardPerHour = 'M13',
|
|
154
|
-
CubicYardPerPsi = 'M14',
|
|
155
|
-
CubicYardPerMinute = 'M15',
|
|
156
|
-
CubicYardPerSecond = 'M16',
|
|
157
|
-
KilohertzMetre = 'M17',
|
|
158
|
-
GigahertzMetre = 'M18',
|
|
159
|
-
Beaufort = 'M19',
|
|
160
|
-
ReciprocalMegakelvinOrMegakelvinToThePowerMinusOne = 'M20',
|
|
161
|
-
ReciprocalKilovoltAmpereReciprocalHour = 'M21',
|
|
162
|
-
MillilitrePerSquareCentimetreMinute = 'M22',
|
|
163
|
-
NewtonPerCentimetre = 'M23',
|
|
164
|
-
OhmKilometre = 'M24',
|
|
165
|
-
PercentPerDegreeCelsius = 'M25',
|
|
166
|
-
GigaohmPerMetre = 'M26',
|
|
167
|
-
MegahertzMetre = 'M27',
|
|
168
|
-
KilogramPerKilogram = 'M29',
|
|
169
|
-
ReciprocalVoltAmpereReciprocalSecond = 'M30',
|
|
170
|
-
KilogramPerKilometre = 'M31',
|
|
171
|
-
PascalSecondPerLitre = 'M32',
|
|
172
|
-
MillimolePerLitre = 'M33',
|
|
173
|
-
NewtonMetrePerSquareMetre = 'M34',
|
|
174
|
-
MillivoltAmpere = 'M35',
|
|
175
|
-
ThirtyDayMonth = 'M36',
|
|
176
|
-
Actual360 = 'M37',
|
|
177
|
-
KilometrePerSecondSquared = 'M38',
|
|
178
|
-
CentimetrePerSecondSquared = 'M39',
|
|
179
|
-
MonetaryValue = 'M4',
|
|
180
|
-
YardPerSecondSquared = 'M40',
|
|
181
|
-
MillimetrePerSecondSquared = 'M41',
|
|
182
|
-
MileStatuteMilePerSecondSquared = 'M42',
|
|
183
|
-
Mil = 'M43',
|
|
184
|
-
Revolution = 'M44',
|
|
185
|
-
DegreeUnitOfAnglePerSecondSquared = 'M45',
|
|
186
|
-
RevolutionPerMinute = 'M46',
|
|
187
|
-
CircularMil = 'M47',
|
|
188
|
-
SquareMileBasedOnUSSurveyFoot = 'M48',
|
|
189
|
-
ChainBasedOnUSSurveyFoot = 'M49',
|
|
190
|
-
Microcurie = 'M5',
|
|
191
|
-
Furlong = 'M50',
|
|
192
|
-
FootUSSurvey = 'M51',
|
|
193
|
-
MileBasedOnUSSurveyFoot = 'M52',
|
|
194
|
-
MetrePerPascal = 'M53',
|
|
195
|
-
MetrePerRadiant = 'M55',
|
|
196
|
-
Shake = 'M56',
|
|
197
|
-
MilePerMinute = 'M57',
|
|
198
|
-
MilePerSecond = 'M58',
|
|
199
|
-
MetrePerSecondPascal = 'M59',
|
|
200
|
-
MetrePerHour = 'M60',
|
|
201
|
-
InchPerYear = 'M61',
|
|
202
|
-
KilometrePerSecond = 'M62',
|
|
203
|
-
InchPerMinute = 'M63',
|
|
204
|
-
YardPerSecond = 'M64',
|
|
205
|
-
YardPerMinute = 'M65',
|
|
206
|
-
YardPerHour = 'M66',
|
|
207
|
-
AcreFootBasedOnUSSurveyFoot = 'M67',
|
|
208
|
-
Cord128Ft3 = 'M68',
|
|
209
|
-
CubicMileUKStatute = 'M69',
|
|
210
|
-
MicroInch = 'M7',
|
|
211
|
-
TonRegister = 'M70',
|
|
212
|
-
CubicMetrePerPascal = 'M71',
|
|
213
|
-
Bel = 'M72',
|
|
214
|
-
KilogramPerCubicMetrePascal = 'M73',
|
|
215
|
-
KilogramPerPascal = 'M74',
|
|
216
|
-
KilopoundForce = 'M75',
|
|
217
|
-
Poundal = 'M76',
|
|
218
|
-
KilogramMetrePerSecondSquared = 'M77',
|
|
219
|
-
Pond = 'M78',
|
|
220
|
-
SquareFootPerHour = 'M79',
|
|
221
|
-
StokesPerPascal = 'M80',
|
|
222
|
-
SquareCentimetrePerSecond = 'M81',
|
|
223
|
-
SquareMetrePerSecondPascal = 'M82',
|
|
224
|
-
Denier = 'M83',
|
|
225
|
-
PoundPerYard = 'M84',
|
|
226
|
-
TonAssay = 'M85',
|
|
227
|
-
Pfund = 'M86',
|
|
228
|
-
KilogramPerSecondPascal = 'M87',
|
|
229
|
-
TonnePerMonth = 'M88',
|
|
230
|
-
TonnePerYear = 'M89',
|
|
231
|
-
MillionBtuPer1000CubicFoot = 'M9',
|
|
232
|
-
KilopoundPerHour = 'M90',
|
|
233
|
-
PoundPerPound = 'M91',
|
|
234
|
-
PoundForceFoot = 'M92',
|
|
235
|
-
NewtonMetrePerRadian = 'M93',
|
|
236
|
-
KilogramMetre = 'M94',
|
|
237
|
-
PoundalFoot = 'M95',
|
|
238
|
-
PoundalInch = 'M96',
|
|
239
|
-
DyneMetre = 'M97',
|
|
240
|
-
KilogramCentimetrePerSecond = 'M98',
|
|
241
|
-
GramCentimetrePerSecond = 'M99',
|
|
242
|
-
MegavoltAmpereReactiveHour = 'MAH',
|
|
243
|
-
Megalitre = 'MAL',
|
|
244
|
-
Megametre = 'MAM',
|
|
245
|
-
Megavar = 'MAR',
|
|
246
|
-
Megawatt = 'MAW',
|
|
247
|
-
ThousandStandardBrickEquivalent = 'MBE',
|
|
248
|
-
ThousandBoardFoot = 'MBF',
|
|
249
|
-
Millibar = 'MBR',
|
|
250
|
-
Microgram = 'MC',
|
|
251
|
-
Millicurie = 'MCU',
|
|
252
|
-
AirDryMetricTon = 'MD',
|
|
253
|
-
Milligram = 'MGM',
|
|
254
|
-
Megahertz = 'MHZ',
|
|
255
|
-
SquareMileStatuteMile = 'MIK',
|
|
256
|
-
Thousand = 'MIL',
|
|
257
|
-
MinuteUnitOfTime = 'MIN',
|
|
258
|
-
Million = 'MIO',
|
|
259
|
-
MillionInternationalUnit = 'MIU',
|
|
260
|
-
SquareMetreDay = 'MKD',
|
|
261
|
-
SquareMetreMonth = 'MKM',
|
|
262
|
-
SquareMetreWeek = 'MKW',
|
|
263
|
-
Milliard = 'MLD',
|
|
264
|
-
Millilitre = 'MLT',
|
|
265
|
-
SquareMillimetre = 'MMK',
|
|
266
|
-
CubicMillimetre = 'MMQ',
|
|
267
|
-
Millimetre = 'MMT',
|
|
268
|
-
KilogramDryWeight = 'MND',
|
|
269
|
-
MegaJoulePerNormalisedCubicMetre = 'MNJ',
|
|
270
|
-
Month = 'MON',
|
|
271
|
-
Megapascal = 'MPA',
|
|
272
|
-
CubicMetreDay = 'MQD',
|
|
273
|
-
CubicMetrePerHour = 'MQH',
|
|
274
|
-
CubicMetreMonth = 'MQM',
|
|
275
|
-
CubicMetrePerSecond = 'MQS',
|
|
276
|
-
CubicMetreWeek = 'MQW',
|
|
277
|
-
MetreDay = 'MRD',
|
|
278
|
-
MetreMonth = 'MRM',
|
|
279
|
-
MetreWeek = 'MRW',
|
|
280
|
-
MetrePerSecondSquared = 'MSK',
|
|
281
|
-
SquareMetre = 'MTK',
|
|
282
|
-
CubicMetre = 'MTQ',
|
|
283
|
-
Metre = 'MTR',
|
|
284
|
-
MetrePerSecond = 'MTS',
|
|
285
|
-
Milihertz = 'MTZ',
|
|
286
|
-
MegavoltAmpere = 'MVA',
|
|
287
|
-
MegawattHour1000KWh = 'MWH',
|
|
288
|
-
}
|
package/src/types/unit/NX.d.ts
DELETED
|
@@ -1,226 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'N'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_NX =
|
|
5
|
-
| 'N1'
|
|
6
|
-
| 'N10'
|
|
7
|
-
| 'N11'
|
|
8
|
-
| 'N12'
|
|
9
|
-
| 'N13'
|
|
10
|
-
| 'N14'
|
|
11
|
-
| 'N15'
|
|
12
|
-
| 'N16'
|
|
13
|
-
| 'N17'
|
|
14
|
-
| 'N18'
|
|
15
|
-
| 'N19'
|
|
16
|
-
| 'N20'
|
|
17
|
-
| 'N21'
|
|
18
|
-
| 'N22'
|
|
19
|
-
| 'N23'
|
|
20
|
-
| 'N24'
|
|
21
|
-
| 'N25'
|
|
22
|
-
| 'N26'
|
|
23
|
-
| 'N27'
|
|
24
|
-
| 'N28'
|
|
25
|
-
| 'N29'
|
|
26
|
-
| 'N3'
|
|
27
|
-
| 'N30'
|
|
28
|
-
| 'N31'
|
|
29
|
-
| 'N32'
|
|
30
|
-
| 'N33'
|
|
31
|
-
| 'N34'
|
|
32
|
-
| 'N35'
|
|
33
|
-
| 'N36'
|
|
34
|
-
| 'N37'
|
|
35
|
-
| 'N38'
|
|
36
|
-
| 'N39'
|
|
37
|
-
| 'N40'
|
|
38
|
-
| 'N41'
|
|
39
|
-
| 'N42'
|
|
40
|
-
| 'N43'
|
|
41
|
-
| 'N44'
|
|
42
|
-
| 'N45'
|
|
43
|
-
| 'N46'
|
|
44
|
-
| 'N47'
|
|
45
|
-
| 'N48'
|
|
46
|
-
| 'N49'
|
|
47
|
-
| 'N50'
|
|
48
|
-
| 'N51'
|
|
49
|
-
| 'N52'
|
|
50
|
-
| 'N53'
|
|
51
|
-
| 'N54'
|
|
52
|
-
| 'N55'
|
|
53
|
-
| 'N56'
|
|
54
|
-
| 'N57'
|
|
55
|
-
| 'N58'
|
|
56
|
-
| 'N59'
|
|
57
|
-
| 'N60'
|
|
58
|
-
| 'N61'
|
|
59
|
-
| 'N62'
|
|
60
|
-
| 'N63'
|
|
61
|
-
| 'N64'
|
|
62
|
-
| 'N65'
|
|
63
|
-
| 'N66'
|
|
64
|
-
| 'N67'
|
|
65
|
-
| 'N68'
|
|
66
|
-
| 'N69'
|
|
67
|
-
| 'N70'
|
|
68
|
-
| 'N71'
|
|
69
|
-
| 'N72'
|
|
70
|
-
| 'N73'
|
|
71
|
-
| 'N74'
|
|
72
|
-
| 'N75'
|
|
73
|
-
| 'N76'
|
|
74
|
-
| 'N77'
|
|
75
|
-
| 'N78'
|
|
76
|
-
| 'N79'
|
|
77
|
-
| 'N80'
|
|
78
|
-
| 'N81'
|
|
79
|
-
| 'N82'
|
|
80
|
-
| 'N83'
|
|
81
|
-
| 'N84'
|
|
82
|
-
| 'N85'
|
|
83
|
-
| 'N86'
|
|
84
|
-
| 'N87'
|
|
85
|
-
| 'N88'
|
|
86
|
-
| 'N89'
|
|
87
|
-
| 'N90'
|
|
88
|
-
| 'N91'
|
|
89
|
-
| 'N92'
|
|
90
|
-
| 'N93'
|
|
91
|
-
| 'N94'
|
|
92
|
-
| 'N95'
|
|
93
|
-
| 'N96'
|
|
94
|
-
| 'N97'
|
|
95
|
-
| 'N98'
|
|
96
|
-
| 'N99'
|
|
97
|
-
| 'NA'
|
|
98
|
-
| 'NAR'
|
|
99
|
-
| 'NCL'
|
|
100
|
-
| 'NEW'
|
|
101
|
-
| 'NF'
|
|
102
|
-
| 'NIL'
|
|
103
|
-
| 'NIU'
|
|
104
|
-
| 'NL'
|
|
105
|
-
| 'NM3'
|
|
106
|
-
| 'NMI'
|
|
107
|
-
| 'NMP'
|
|
108
|
-
| 'NPT'
|
|
109
|
-
| 'NT'
|
|
110
|
-
| 'NTU'
|
|
111
|
-
| 'NU'
|
|
112
|
-
| 'NX'
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* Enum representing unit type codes starting with 'N'.
|
|
116
|
-
*/
|
|
117
|
-
export enum UnitTypeCodeEnum_NX {
|
|
118
|
-
PenCalorie = 'N1',
|
|
119
|
-
PoundFootPerSecond = 'N10',
|
|
120
|
-
PoundInchPerSecond = 'N11',
|
|
121
|
-
Pferdestaerke = 'N12',
|
|
122
|
-
CentimetreOfMercury0DegreesC = 'N13',
|
|
123
|
-
CentimetreOfWater4DegreesC = 'N14',
|
|
124
|
-
FootOfWater39Point2DegreesF = 'N15',
|
|
125
|
-
InchOfMercury32DegreesF = 'N16',
|
|
126
|
-
InchOfMercury60DegreesF = 'N17',
|
|
127
|
-
InchOfWater39Point2DegreesF = 'N18',
|
|
128
|
-
InchOfWater60DegreesF = 'N19',
|
|
129
|
-
KipPerSquareInch = 'N20',
|
|
130
|
-
PoundalPerSquareFoot = 'N21',
|
|
131
|
-
OunceAvoirdupoisPerSquareInch = 'N22',
|
|
132
|
-
ConventionalMetreOfWater = 'N23',
|
|
133
|
-
GramPerSquareMillimetre = 'N24',
|
|
134
|
-
PoundPerSquareYard = 'N25',
|
|
135
|
-
PoundalPerSquareInch = 'N26',
|
|
136
|
-
FootToTheFourthPower = 'N27',
|
|
137
|
-
CubicDecimetrePerKilogram = 'N28',
|
|
138
|
-
CubicFootPerPound = 'N29',
|
|
139
|
-
PrintPoint = 'N3',
|
|
140
|
-
CubicInchPerPound = 'N30',
|
|
141
|
-
KilonewtonPerMetre = 'N31',
|
|
142
|
-
PoundalPerInch = 'N32',
|
|
143
|
-
PoundForcePerYard = 'N33',
|
|
144
|
-
PoundalSecondPerSquareFoot = 'N34',
|
|
145
|
-
PoisePerPascal = 'N35',
|
|
146
|
-
NewtonSecondPerSquareMetre = 'N36',
|
|
147
|
-
KilogramPerMetreSecond = 'N37',
|
|
148
|
-
KilogramPerMetreMinute = 'N38',
|
|
149
|
-
KilogramPerMetreDay = 'N39',
|
|
150
|
-
KilogramPerMetreHour = 'N40',
|
|
151
|
-
GramPerCentimetreSecond = 'N41',
|
|
152
|
-
PoundalSecondPerSquareInch = 'N42',
|
|
153
|
-
PoundPerFootMinute = 'N43',
|
|
154
|
-
PoundPerFootDay = 'N44',
|
|
155
|
-
CubicMetrePerSecondPascal = 'N45',
|
|
156
|
-
FootPoundal = 'N46',
|
|
157
|
-
InchPoundal = 'N47',
|
|
158
|
-
WattPerSquareCentimetre = 'N48',
|
|
159
|
-
WattPerSquareInch = 'N49',
|
|
160
|
-
BritishThermalUnitInternationalTablePerSquareFootHour = 'N50',
|
|
161
|
-
BritishThermalUnitThermochemicalPerSquareFootHour = 'N51',
|
|
162
|
-
BritishThermalUnitThermochemicalPerSquareFootMinute = 'N52',
|
|
163
|
-
BritishThermalUnitInternationalTablePerSquareFootSecond = 'N53',
|
|
164
|
-
BritishThermalUnitThermochemicalPerSquareFootSecond = 'N54',
|
|
165
|
-
BritishThermalUnitInternationalTablePerSquareInchSecond = 'N55',
|
|
166
|
-
CalorieThermochemicalPerSquareCentimetreMinute = 'N56',
|
|
167
|
-
CalorieThermochemicalPerSquareCentimetreSecond = 'N57',
|
|
168
|
-
BritishThermalUnitInternationalTablePerCubicFoot = 'N58',
|
|
169
|
-
BritishThermalUnitThermochemicalPerCubicFoot = 'N59',
|
|
170
|
-
BritishThermalUnitInternationalTablePerDegreeFahrenheit = 'N60',
|
|
171
|
-
BritishThermalUnitThermochemicalPerDegreeFahrenheit = 'N61',
|
|
172
|
-
BritishThermalUnitInternationalTablePerDegreeRankine = 'N62',
|
|
173
|
-
BritishThermalUnitThermochemicalPerDegreeRankine = 'N63',
|
|
174
|
-
BritishThermalUnitThermochemicalPerPoundDegreeRankine = 'N64',
|
|
175
|
-
KilocalorieInternationalTablePerGramKelvin = 'N65',
|
|
176
|
-
BritishThermalUnit39DegreesF = 'N66',
|
|
177
|
-
BritishThermalUnit59DegreesF = 'N67',
|
|
178
|
-
BritishThermalUnit60DegreesF = 'N68',
|
|
179
|
-
Calorie20DegreesC = 'N69',
|
|
180
|
-
Quad10Power15BtuIT = 'N70',
|
|
181
|
-
ThermEC = 'N71',
|
|
182
|
-
ThermUS = 'N72',
|
|
183
|
-
BritishThermalUnitThermochemicalPerPound = 'N73',
|
|
184
|
-
BritishThermalUnitInternationalTablePerHourSquareFootDegreeFahrenheit = 'N74',
|
|
185
|
-
BritishThermalUnitThermochemicalPerHourSquareFootDegreeFahrenheit = 'N75',
|
|
186
|
-
BritishThermalUnitInternationalTablePerSecondSquareFootDegreeFahrenheit = 'N76',
|
|
187
|
-
BritishThermalUnitThermochemicalPerSecondSquareFootDegreeFahrenheit = 'N77',
|
|
188
|
-
KilowattPerSquareMetreKelvin = 'N78',
|
|
189
|
-
KelvinPerPascal = 'N79',
|
|
190
|
-
WattPerMetreDegreeCelsius = 'N80',
|
|
191
|
-
KilowattPerMetreKelvin = 'N81',
|
|
192
|
-
KilowattPerMetreDegreeCelsius = 'N82',
|
|
193
|
-
MetrePerDegreeCelciusMetre = 'N83',
|
|
194
|
-
DegreeFahrenheitHourPerBritishThermalUnitInternationalTable = 'N84',
|
|
195
|
-
DegreeFahrenheitHourPerBritishThermalUnitThermochemical = 'N85',
|
|
196
|
-
DegreeFahrenheitSecondPerBritishThermalUnitInternationalTable = 'N86',
|
|
197
|
-
DegreeFahrenheitSecondPerBritishThermalUnitThermochemical = 'N87',
|
|
198
|
-
DegreeFahrenheitHourSquareFootPerBritishThermalUnitInternationalTableInch = 'N88',
|
|
199
|
-
DegreeFahrenheitHourSquareFootPerBritishThermalUnitThermochemicalInch = 'N89',
|
|
200
|
-
Kilofarad = 'N90',
|
|
201
|
-
ReciprocalJoule = 'N91',
|
|
202
|
-
Picosiemens = 'N92',
|
|
203
|
-
AmperePerPascal = 'N93',
|
|
204
|
-
Franklin = 'N94',
|
|
205
|
-
AmpereMinute = 'N95',
|
|
206
|
-
Biot = 'N96',
|
|
207
|
-
Gilbert = 'N97',
|
|
208
|
-
VoltPerPascal = 'N98',
|
|
209
|
-
Picovolt = 'N99',
|
|
210
|
-
MilligramPerKilogram = 'NA',
|
|
211
|
-
NumberOfArticles = 'NAR',
|
|
212
|
-
NumberOfCells = 'NCL',
|
|
213
|
-
Newton = 'NEW',
|
|
214
|
-
Message = 'NF',
|
|
215
|
-
Nil = 'NIL',
|
|
216
|
-
NumberOfInternationalUnits = 'NIU',
|
|
217
|
-
Load = 'NL',
|
|
218
|
-
NormalisedCubicMetre = 'NM3',
|
|
219
|
-
NauticalMile = 'NMI',
|
|
220
|
-
NumberOfPacks = 'NMP',
|
|
221
|
-
NumberOfParts = 'NPT',
|
|
222
|
-
NetTon = 'NT',
|
|
223
|
-
NephelometricTurbidityUnit = 'NTU',
|
|
224
|
-
NewtonMetre = 'NU',
|
|
225
|
-
PartPerThousand = 'NX',
|
|
226
|
-
}
|
package/src/types/unit/OX.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'O'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_OX =
|
|
5
|
-
| 'OA'
|
|
6
|
-
| 'ODE'
|
|
7
|
-
| 'ODG'
|
|
8
|
-
| 'ODK'
|
|
9
|
-
| 'ODM'
|
|
10
|
-
| 'OHM'
|
|
11
|
-
| 'ON'
|
|
12
|
-
| 'ONZ'
|
|
13
|
-
| 'OPM'
|
|
14
|
-
| 'OT'
|
|
15
|
-
| 'OZA'
|
|
16
|
-
| 'OZI'
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Enum representing unit type codes starting with 'O'.
|
|
20
|
-
*/
|
|
21
|
-
export enum UnitTypeCodeEnum_OX {
|
|
22
|
-
Panel = 'OA',
|
|
23
|
-
OzoneDepletionEquivalent = 'ODE',
|
|
24
|
-
ODSGrams = 'ODG',
|
|
25
|
-
ODSKilograms = 'ODK',
|
|
26
|
-
ODSMilligrams = 'ODM',
|
|
27
|
-
Ohm = 'OHM',
|
|
28
|
-
OuncePerSquareYard = 'ON',
|
|
29
|
-
OunceAvoirdupois = 'ONZ',
|
|
30
|
-
OscillationsPerMinute = 'OPM',
|
|
31
|
-
OvertimeHour = 'OT',
|
|
32
|
-
FluidOunceUS = 'OZA',
|
|
33
|
-
FluidOunceUK = 'OZI',
|
|
34
|
-
}
|