@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/DX.d.ts
DELETED
|
@@ -1,212 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Unit type codes starting with 'D'.
|
|
3
|
-
*/
|
|
4
|
-
export type UnitTypeCode_DX =
|
|
5
|
-
| 'D03'
|
|
6
|
-
| 'D04'
|
|
7
|
-
| 'D1'
|
|
8
|
-
| 'D10'
|
|
9
|
-
| 'D11'
|
|
10
|
-
| 'D12'
|
|
11
|
-
| 'D13'
|
|
12
|
-
| 'D15'
|
|
13
|
-
| 'D16'
|
|
14
|
-
| 'D17'
|
|
15
|
-
| 'D18'
|
|
16
|
-
| 'D19'
|
|
17
|
-
| 'D2'
|
|
18
|
-
| 'D20'
|
|
19
|
-
| 'D21'
|
|
20
|
-
| 'D22'
|
|
21
|
-
| 'D23'
|
|
22
|
-
| 'D24'
|
|
23
|
-
| 'D25'
|
|
24
|
-
| 'D26'
|
|
25
|
-
| 'D27'
|
|
26
|
-
| 'D29'
|
|
27
|
-
| 'D30'
|
|
28
|
-
| 'D31'
|
|
29
|
-
| 'D32'
|
|
30
|
-
| 'D33'
|
|
31
|
-
| 'D34'
|
|
32
|
-
| 'D36'
|
|
33
|
-
| 'D41'
|
|
34
|
-
| 'D42'
|
|
35
|
-
| 'D43'
|
|
36
|
-
| 'D44'
|
|
37
|
-
| 'D45'
|
|
38
|
-
| 'D46'
|
|
39
|
-
| 'D47'
|
|
40
|
-
| 'D48'
|
|
41
|
-
| 'D49'
|
|
42
|
-
| 'D5'
|
|
43
|
-
| 'D50'
|
|
44
|
-
| 'D51'
|
|
45
|
-
| 'D52'
|
|
46
|
-
| 'D53'
|
|
47
|
-
| 'D54'
|
|
48
|
-
| 'D55'
|
|
49
|
-
| 'D56'
|
|
50
|
-
| 'D57'
|
|
51
|
-
| 'D58'
|
|
52
|
-
| 'D59'
|
|
53
|
-
| 'D6'
|
|
54
|
-
| 'D60'
|
|
55
|
-
| 'D61'
|
|
56
|
-
| 'D62'
|
|
57
|
-
| 'D63'
|
|
58
|
-
| 'D65'
|
|
59
|
-
| 'D68'
|
|
60
|
-
| 'D69'
|
|
61
|
-
| 'D73'
|
|
62
|
-
| 'D74'
|
|
63
|
-
| 'D77'
|
|
64
|
-
| 'D78'
|
|
65
|
-
| 'D80'
|
|
66
|
-
| 'D81'
|
|
67
|
-
| 'D82'
|
|
68
|
-
| 'D83'
|
|
69
|
-
| 'D85'
|
|
70
|
-
| 'D86'
|
|
71
|
-
| 'D87'
|
|
72
|
-
| 'D88'
|
|
73
|
-
| 'D89'
|
|
74
|
-
| 'D91'
|
|
75
|
-
| 'D93'
|
|
76
|
-
| 'D94'
|
|
77
|
-
| 'D95'
|
|
78
|
-
| 'DAA'
|
|
79
|
-
| 'DAD'
|
|
80
|
-
| 'DAY'
|
|
81
|
-
| 'DB'
|
|
82
|
-
| 'DBM'
|
|
83
|
-
| 'DBW'
|
|
84
|
-
| 'DD'
|
|
85
|
-
| 'DEC'
|
|
86
|
-
| 'DG'
|
|
87
|
-
| 'DJ'
|
|
88
|
-
| 'DLT'
|
|
89
|
-
| 'DMA'
|
|
90
|
-
| 'DMK'
|
|
91
|
-
| 'DMO'
|
|
92
|
-
| 'DMQ'
|
|
93
|
-
| 'DMT'
|
|
94
|
-
| 'DN'
|
|
95
|
-
| 'DPC'
|
|
96
|
-
| 'DPR'
|
|
97
|
-
| 'DPT'
|
|
98
|
-
| 'DRA'
|
|
99
|
-
| 'DRI'
|
|
100
|
-
| 'DRL'
|
|
101
|
-
| 'DT'
|
|
102
|
-
| 'DTN'
|
|
103
|
-
| 'DWT'
|
|
104
|
-
| 'DZN'
|
|
105
|
-
| 'DZP'
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Enum representing unit type codes starting with 'D'.
|
|
109
|
-
*/
|
|
110
|
-
export enum UnitTypeCodeEnum_DX {
|
|
111
|
-
KilowattHourPerHour = 'D03',
|
|
112
|
-
LotUnitOfWeight = 'D04',
|
|
113
|
-
ReciprocalSecondPerSteradian = 'D1',
|
|
114
|
-
SiemensPerMetre = 'D10',
|
|
115
|
-
Mebibit = 'D11',
|
|
116
|
-
SiemensSquareMetrePerMole = 'D12',
|
|
117
|
-
Sievert = 'D13',
|
|
118
|
-
Sone = 'D15',
|
|
119
|
-
SquareCentimetrePerErg = 'D16',
|
|
120
|
-
SquareCentimetrePerSteradianErg = 'D17',
|
|
121
|
-
MetreKelvin = 'D18',
|
|
122
|
-
SquareMetreKelvinPerWatt = 'D19',
|
|
123
|
-
ReciprocalSecondPerSteradianMetreSquared = 'D2',
|
|
124
|
-
SquareMetrePerJoule = 'D20',
|
|
125
|
-
SquareMetrePerKilogram = 'D21',
|
|
126
|
-
SquareMetrePerMole = 'D22',
|
|
127
|
-
PenGramProtein = 'D23',
|
|
128
|
-
SquareMetrePerSteradian = 'D24',
|
|
129
|
-
SquareMetrePerSteradianJoule = 'D25',
|
|
130
|
-
SquareMetrePerVoltSecond = 'D26',
|
|
131
|
-
Steradian = 'D27',
|
|
132
|
-
Terahertz = 'D29',
|
|
133
|
-
Terajoule = 'D30',
|
|
134
|
-
Terawatt = 'D31',
|
|
135
|
-
TerawattHour = 'D32',
|
|
136
|
-
Tesla = 'D33',
|
|
137
|
-
Tex = 'D34',
|
|
138
|
-
Megabit = 'D36',
|
|
139
|
-
TonnePerCubicMetre = 'D41',
|
|
140
|
-
TropicalYear = 'D42',
|
|
141
|
-
UnifiedAtomicMassUnit = 'D43',
|
|
142
|
-
Var = 'D44',
|
|
143
|
-
VoltSquaredPerKelvinSquared = 'D45',
|
|
144
|
-
VoltAmpere = 'D46',
|
|
145
|
-
VoltPerCentimetre = 'D47',
|
|
146
|
-
VoltPerKelvin = 'D48',
|
|
147
|
-
MillivoltPerKelvin = 'D49',
|
|
148
|
-
KilogramPerSquareCentimetre = 'D5',
|
|
149
|
-
VoltPerMetre = 'D50',
|
|
150
|
-
VoltPerMillimetre = 'D51',
|
|
151
|
-
WattPerKelvin = 'D52',
|
|
152
|
-
WattPerMetreKelvin = 'D53',
|
|
153
|
-
WattPerSquareMetre = 'D54',
|
|
154
|
-
WattPerSquareMetreKelvin = 'D55',
|
|
155
|
-
WattPerSquareMetreKelvinToTheFourthPower = 'D56',
|
|
156
|
-
WattPerSteradian = 'D57',
|
|
157
|
-
WattPerSteradianSquareMetre = 'D58',
|
|
158
|
-
WeberPerMetre = 'D59',
|
|
159
|
-
RoentgenPerSecond = 'D6',
|
|
160
|
-
WeberPerMillimetre = 'D60',
|
|
161
|
-
MinuteUnitOfAngle = 'D61',
|
|
162
|
-
SecondUnitOfAngle = 'D62',
|
|
163
|
-
Book = 'D63',
|
|
164
|
-
Round = 'D65',
|
|
165
|
-
NumberOfWords = 'D68',
|
|
166
|
-
InchToTheFourthPower = 'D69',
|
|
167
|
-
JouleSquareMetre = 'D73',
|
|
168
|
-
KilogramPerMole = 'D74',
|
|
169
|
-
Megacoulomb = 'D77',
|
|
170
|
-
MegajoulePerSecond = 'D78',
|
|
171
|
-
Microwatt = 'D80',
|
|
172
|
-
Microtesla = 'D81',
|
|
173
|
-
Microvolt = 'D82',
|
|
174
|
-
MillinewtonMetre = 'D83',
|
|
175
|
-
MicrowattPerSquareMetre = 'D85',
|
|
176
|
-
Millicoulomb = 'D86',
|
|
177
|
-
MillimolePerKilogram = 'D87',
|
|
178
|
-
MillicoulombPerCubicMetre = 'D88',
|
|
179
|
-
MillicoulombPerSquareMetre = 'D89',
|
|
180
|
-
Rem = 'D91',
|
|
181
|
-
SecondPerCubicMetre = 'D93',
|
|
182
|
-
SecondPerCubicMetreRadian = 'D94',
|
|
183
|
-
JoulePerGram = 'D95',
|
|
184
|
-
Decare = 'DAA',
|
|
185
|
-
TenDay = 'DAD',
|
|
186
|
-
Day = 'DAY',
|
|
187
|
-
DryPound = 'DB',
|
|
188
|
-
DecibelMilliwatts = 'DBM',
|
|
189
|
-
DecibelWatt = 'DBW',
|
|
190
|
-
DegreeUnitOfAngle = 'DD',
|
|
191
|
-
Decade = 'DEC',
|
|
192
|
-
Decigram = 'DG',
|
|
193
|
-
Decagram = 'DJ',
|
|
194
|
-
Decilitre = 'DLT',
|
|
195
|
-
CubicDecametre = 'DMA',
|
|
196
|
-
SquareDecimetre = 'DMK',
|
|
197
|
-
StandardKilolitre = 'DMO',
|
|
198
|
-
CubicDecimetre = 'DMQ',
|
|
199
|
-
Decimetre = 'DMT',
|
|
200
|
-
DecinewtonMetre = 'DN',
|
|
201
|
-
DozenPiece = 'DPC',
|
|
202
|
-
DozenPair = 'DPR',
|
|
203
|
-
DisplacementTonnage = 'DPT',
|
|
204
|
-
DramUS = 'DRA',
|
|
205
|
-
DramUK = 'DRI',
|
|
206
|
-
DozenRoll = 'DRL',
|
|
207
|
-
DryTon = 'DT',
|
|
208
|
-
Decitonne = 'DTN',
|
|
209
|
-
Pennyweight = 'DWT',
|
|
210
|
-
Dozen = 'DZN',
|
|
211
|
-
DozenPack = 'DZP',
|
|
212
|
-
}
|
package/src/types/unit/EX.d.ts
DELETED
|
@@ -1,196 +0,0 @@
|
|
|
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
|
-
}
|
package/src/types/unit/FX.d.ts
DELETED
|
@@ -1,236 +0,0 @@
|
|
|
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
|
-
}
|