@feedmepos/mf-inventory-portal 0.0.22-dev.17 → 0.0.22-dev.19
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/{ApprovalView-CejADKvT.js → ApprovalView-DD_lqQyg.js} +4 -4
- package/dist/{BindingsDialog-CCS9ek6i.js → BindingsDialog-CZk3Vdnx.js} +1 -1
- package/dist/{BindingsPicker-aN6Bt5S-.js → BindingsPicker-C1AH5FdB.js} +1 -1
- package/dist/{BindingsTable-BWy16dDq.js → BindingsTable-CBX6Q6AL.js} +1 -1
- package/dist/{ClosingTemplateView-CcpTmujq.js → ClosingTemplateView-DIwPDy2t.js} +5 -5
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CnqvCwZ1.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-W06VyJ31.js} +1 -1
- package/dist/{IngredientsView-e1fUwLV5.js → IngredientsView-BC8YIErg.js} +3 -3
- package/dist/{IntegrationView-wClaTngm.js → IntegrationView-DENEIkTh.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BLcWv-4F.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CgnLlcQZ.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-5oJQidum.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DNPwbLEZ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-B8L_w8dN.js → PurchaseOrderPrintPreview-CpBmXdD0.js} +1 -1
- package/dist/{ReceiveRequestView-DjkgdIE_.js → ReceiveRequestView-C81Zf3zY.js} +6 -6
- package/dist/{RecipeView-DCBx5IFe.js → RecipeView-TFZgTDUh.js} +3 -3
- package/dist/{StockView-Cn1b4T7N.js → StockView-bgZTOV6i.js} +6 -6
- package/dist/{SupplierView-DYtpWPFD.js → SupplierView-BYyQxw0t.js} +3 -3
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-CY6OZxCv.js +776 -0
- package/dist/{TransferDialog.vue_vue_type_script_setup_true_lang-B7DXQ57v.js → TransferDialog.vue_vue_type_script_setup_true_lang-uSVIE5_5.js} +235 -232
- package/dist/{TransferTemplateView-CxZIwfiT.js → TransferTemplateView-BFhNAi7K.js} +8 -8
- package/dist/{UnitView-EQl6iujM.js → UnitView-DX5CnVUR.js} +4 -4
- package/dist/{WarehouseView-BMBM2emY.js → WarehouseView-THb6FBXI.js} +2 -2
- package/dist/{app-Ai2ZyFFs.js → app-BWF5tQwd.js} +313 -308
- package/dist/app.js +1 -1
- package/dist/{decimal-CHqei97s.js → decimal-BFC0XDk1.js} +1 -1
- package/dist/{defineDeepModel-CkReIsWC.js → defineDeepModel-KSKvsqlu.js} +1 -1
- package/dist/{format-time-from-id-Cb2zp48Q.js → format-time-from-id-DtUlqmuq.js} +1 -1
- package/dist/{id-to-date-CnOKmysf.js → id-to-date-D1NcrKrG.js} +1 -1
- package/dist/{purchase-order-transaction-type-CHRCkOeZ.js → purchase-order-transaction-type-C-dx5pQr.js} +3 -3
- package/dist/{supplier-rHVJDY4i.js → supplier-CUzOSQb7.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-EztCYYTj.js → use-template-enabled-locations-2-CTYd9dEQ.js} +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +50 -32
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +75 -48
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +75 -48
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +96 -48
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +32 -16
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +8 -4
- package/dist/{xlsx-_U0K6u2_.js → xlsx-Do087aDY.js} +1 -1
- package/dist/{xlsx.util-BCiEge44.js → xlsx.util-DD3Ate6Q.js} +2 -2
- package/package.json +1 -1
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DVlkmZxl.js +0 -763
|
@@ -162,20 +162,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
162
162
|
country: string;
|
|
163
163
|
};
|
|
164
164
|
} | undefined;
|
|
165
|
-
template?: string | null | undefined;
|
|
166
|
-
stockSnapshotId?: string | null | undefined;
|
|
167
|
-
effectiveAt?: string | null | undefined;
|
|
168
165
|
netSuite?: {
|
|
169
166
|
id?: string | null | undefined;
|
|
167
|
+
errors?: string[] | null | undefined;
|
|
170
168
|
subsidiary: {
|
|
171
169
|
id?: string | null | undefined;
|
|
172
170
|
name?: string | null | undefined;
|
|
173
171
|
};
|
|
174
172
|
} | null | undefined;
|
|
173
|
+
template?: string | null | undefined;
|
|
174
|
+
stockSnapshotId?: string | null | undefined;
|
|
175
|
+
effectiveAt?: string | null | undefined;
|
|
175
176
|
deliveryFullfillment?: {
|
|
176
177
|
remark?: string | null | undefined;
|
|
177
178
|
adjustment?: string | null | undefined;
|
|
178
|
-
|
|
179
|
+
netSuite?: {
|
|
180
|
+
id?: string | null | undefined;
|
|
181
|
+
refNo?: string | null | undefined;
|
|
182
|
+
} | null | undefined;
|
|
179
183
|
items: {
|
|
180
184
|
cost?: {
|
|
181
185
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -508,20 +512,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
508
512
|
country: string;
|
|
509
513
|
};
|
|
510
514
|
} | undefined;
|
|
511
|
-
template?: string | null | undefined;
|
|
512
|
-
stockSnapshotId?: string | null | undefined;
|
|
513
|
-
effectiveAt?: string | null | undefined;
|
|
514
515
|
netSuite?: {
|
|
515
516
|
id?: string | null | undefined;
|
|
517
|
+
errors?: string[] | null | undefined;
|
|
516
518
|
subsidiary: {
|
|
517
519
|
id?: string | null | undefined;
|
|
518
520
|
name?: string | null | undefined;
|
|
519
521
|
};
|
|
520
522
|
} | null | undefined;
|
|
523
|
+
template?: string | null | undefined;
|
|
524
|
+
stockSnapshotId?: string | null | undefined;
|
|
525
|
+
effectiveAt?: string | null | undefined;
|
|
521
526
|
deliveryFullfillment?: {
|
|
522
527
|
remark?: string | null | undefined;
|
|
523
528
|
adjustment?: string | null | undefined;
|
|
524
|
-
|
|
529
|
+
netSuite?: {
|
|
530
|
+
id?: string | null | undefined;
|
|
531
|
+
refNo?: string | null | undefined;
|
|
532
|
+
} | null | undefined;
|
|
525
533
|
items: {
|
|
526
534
|
cost?: {
|
|
527
535
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -854,20 +862,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
854
862
|
country: string;
|
|
855
863
|
};
|
|
856
864
|
} | undefined;
|
|
857
|
-
template?: string | null | undefined;
|
|
858
|
-
stockSnapshotId?: string | null | undefined;
|
|
859
|
-
effectiveAt?: string | null | undefined;
|
|
860
865
|
netSuite?: {
|
|
861
866
|
id?: string | null | undefined;
|
|
867
|
+
errors?: string[] | null | undefined;
|
|
862
868
|
subsidiary: {
|
|
863
869
|
id?: string | null | undefined;
|
|
864
870
|
name?: string | null | undefined;
|
|
865
871
|
};
|
|
866
872
|
} | null | undefined;
|
|
873
|
+
template?: string | null | undefined;
|
|
874
|
+
stockSnapshotId?: string | null | undefined;
|
|
875
|
+
effectiveAt?: string | null | undefined;
|
|
867
876
|
deliveryFullfillment?: {
|
|
868
877
|
remark?: string | null | undefined;
|
|
869
878
|
adjustment?: string | null | undefined;
|
|
870
|
-
|
|
879
|
+
netSuite?: {
|
|
880
|
+
id?: string | null | undefined;
|
|
881
|
+
refNo?: string | null | undefined;
|
|
882
|
+
} | null | undefined;
|
|
871
883
|
items: {
|
|
872
884
|
cost?: {
|
|
873
885
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1200,20 +1212,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1200
1212
|
country: string;
|
|
1201
1213
|
};
|
|
1202
1214
|
} | undefined;
|
|
1203
|
-
template?: string | null | undefined;
|
|
1204
|
-
stockSnapshotId?: string | null | undefined;
|
|
1205
|
-
effectiveAt?: string | null | undefined;
|
|
1206
1215
|
netSuite?: {
|
|
1207
1216
|
id?: string | null | undefined;
|
|
1217
|
+
errors?: string[] | null | undefined;
|
|
1208
1218
|
subsidiary: {
|
|
1209
1219
|
id?: string | null | undefined;
|
|
1210
1220
|
name?: string | null | undefined;
|
|
1211
1221
|
};
|
|
1212
1222
|
} | null | undefined;
|
|
1223
|
+
template?: string | null | undefined;
|
|
1224
|
+
stockSnapshotId?: string | null | undefined;
|
|
1225
|
+
effectiveAt?: string | null | undefined;
|
|
1213
1226
|
deliveryFullfillment?: {
|
|
1214
1227
|
remark?: string | null | undefined;
|
|
1215
1228
|
adjustment?: string | null | undefined;
|
|
1216
|
-
|
|
1229
|
+
netSuite?: {
|
|
1230
|
+
id?: string | null | undefined;
|
|
1231
|
+
refNo?: string | null | undefined;
|
|
1232
|
+
} | null | undefined;
|
|
1217
1233
|
items: {
|
|
1218
1234
|
cost?: {
|
|
1219
1235
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1555,20 +1571,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1555
1571
|
country: string;
|
|
1556
1572
|
};
|
|
1557
1573
|
} | undefined;
|
|
1558
|
-
template?: string | null | undefined;
|
|
1559
|
-
stockSnapshotId?: string | null | undefined;
|
|
1560
|
-
effectiveAt?: string | null | undefined;
|
|
1561
1574
|
netSuite?: {
|
|
1562
1575
|
id?: string | null | undefined;
|
|
1576
|
+
errors?: string[] | null | undefined;
|
|
1563
1577
|
subsidiary: {
|
|
1564
1578
|
id?: string | null | undefined;
|
|
1565
1579
|
name?: string | null | undefined;
|
|
1566
1580
|
};
|
|
1567
1581
|
} | null | undefined;
|
|
1582
|
+
template?: string | null | undefined;
|
|
1583
|
+
stockSnapshotId?: string | null | undefined;
|
|
1584
|
+
effectiveAt?: string | null | undefined;
|
|
1568
1585
|
deliveryFullfillment?: {
|
|
1569
1586
|
remark?: string | null | undefined;
|
|
1570
1587
|
adjustment?: string | null | undefined;
|
|
1571
|
-
|
|
1588
|
+
netSuite?: {
|
|
1589
|
+
id?: string | null | undefined;
|
|
1590
|
+
refNo?: string | null | undefined;
|
|
1591
|
+
} | null | undefined;
|
|
1572
1592
|
items: {
|
|
1573
1593
|
cost?: {
|
|
1574
1594
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1901,20 +1921,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
1901
1921
|
country: string;
|
|
1902
1922
|
};
|
|
1903
1923
|
} | undefined;
|
|
1904
|
-
template?: string | null | undefined;
|
|
1905
|
-
stockSnapshotId?: string | null | undefined;
|
|
1906
|
-
effectiveAt?: string | null | undefined;
|
|
1907
1924
|
netSuite?: {
|
|
1908
1925
|
id?: string | null | undefined;
|
|
1926
|
+
errors?: string[] | null | undefined;
|
|
1909
1927
|
subsidiary: {
|
|
1910
1928
|
id?: string | null | undefined;
|
|
1911
1929
|
name?: string | null | undefined;
|
|
1912
1930
|
};
|
|
1913
1931
|
} | null | undefined;
|
|
1932
|
+
template?: string | null | undefined;
|
|
1933
|
+
stockSnapshotId?: string | null | undefined;
|
|
1934
|
+
effectiveAt?: string | null | undefined;
|
|
1914
1935
|
deliveryFullfillment?: {
|
|
1915
1936
|
remark?: string | null | undefined;
|
|
1916
1937
|
adjustment?: string | null | undefined;
|
|
1917
|
-
|
|
1938
|
+
netSuite?: {
|
|
1939
|
+
id?: string | null | undefined;
|
|
1940
|
+
refNo?: string | null | undefined;
|
|
1941
|
+
} | null | undefined;
|
|
1918
1942
|
items: {
|
|
1919
1943
|
cost?: {
|
|
1920
1944
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -2247,20 +2271,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2247
2271
|
country: string;
|
|
2248
2272
|
};
|
|
2249
2273
|
} | undefined;
|
|
2250
|
-
template?: string | null | undefined;
|
|
2251
|
-
stockSnapshotId?: string | null | undefined;
|
|
2252
|
-
effectiveAt?: string | null | undefined;
|
|
2253
2274
|
netSuite?: {
|
|
2254
2275
|
id?: string | null | undefined;
|
|
2276
|
+
errors?: string[] | null | undefined;
|
|
2255
2277
|
subsidiary: {
|
|
2256
2278
|
id?: string | null | undefined;
|
|
2257
2279
|
name?: string | null | undefined;
|
|
2258
2280
|
};
|
|
2259
2281
|
} | null | undefined;
|
|
2282
|
+
template?: string | null | undefined;
|
|
2283
|
+
stockSnapshotId?: string | null | undefined;
|
|
2284
|
+
effectiveAt?: string | null | undefined;
|
|
2260
2285
|
deliveryFullfillment?: {
|
|
2261
2286
|
remark?: string | null | undefined;
|
|
2262
2287
|
adjustment?: string | null | undefined;
|
|
2263
|
-
|
|
2288
|
+
netSuite?: {
|
|
2289
|
+
id?: string | null | undefined;
|
|
2290
|
+
refNo?: string | null | undefined;
|
|
2291
|
+
} | null | undefined;
|
|
2264
2292
|
items: {
|
|
2265
2293
|
cost?: {
|
|
2266
2294
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -2593,20 +2621,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2593
2621
|
country: string;
|
|
2594
2622
|
};
|
|
2595
2623
|
} | undefined;
|
|
2596
|
-
template?: string | null | undefined;
|
|
2597
|
-
stockSnapshotId?: string | null | undefined;
|
|
2598
|
-
effectiveAt?: string | null | undefined;
|
|
2599
2624
|
netSuite?: {
|
|
2600
2625
|
id?: string | null | undefined;
|
|
2626
|
+
errors?: string[] | null | undefined;
|
|
2601
2627
|
subsidiary: {
|
|
2602
2628
|
id?: string | null | undefined;
|
|
2603
2629
|
name?: string | null | undefined;
|
|
2604
2630
|
};
|
|
2605
2631
|
} | null | undefined;
|
|
2632
|
+
template?: string | null | undefined;
|
|
2633
|
+
stockSnapshotId?: string | null | undefined;
|
|
2634
|
+
effectiveAt?: string | null | undefined;
|
|
2606
2635
|
deliveryFullfillment?: {
|
|
2607
2636
|
remark?: string | null | undefined;
|
|
2608
2637
|
adjustment?: string | null | undefined;
|
|
2609
|
-
|
|
2638
|
+
netSuite?: {
|
|
2639
|
+
id?: string | null | undefined;
|
|
2640
|
+
refNo?: string | null | undefined;
|
|
2641
|
+
} | null | undefined;
|
|
2610
2642
|
items: {
|
|
2611
2643
|
cost?: {
|
|
2612
2644
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -2948,20 +2980,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
2948
2980
|
country: string;
|
|
2949
2981
|
};
|
|
2950
2982
|
} | undefined;
|
|
2951
|
-
template?: string | null | undefined;
|
|
2952
|
-
stockSnapshotId?: string | null | undefined;
|
|
2953
|
-
effectiveAt?: string | null | undefined;
|
|
2954
2983
|
netSuite?: {
|
|
2955
2984
|
id?: string | null | undefined;
|
|
2985
|
+
errors?: string[] | null | undefined;
|
|
2956
2986
|
subsidiary: {
|
|
2957
2987
|
id?: string | null | undefined;
|
|
2958
2988
|
name?: string | null | undefined;
|
|
2959
2989
|
};
|
|
2960
2990
|
} | null | undefined;
|
|
2991
|
+
template?: string | null | undefined;
|
|
2992
|
+
stockSnapshotId?: string | null | undefined;
|
|
2993
|
+
effectiveAt?: string | null | undefined;
|
|
2961
2994
|
deliveryFullfillment?: {
|
|
2962
2995
|
remark?: string | null | undefined;
|
|
2963
2996
|
adjustment?: string | null | undefined;
|
|
2964
|
-
|
|
2997
|
+
netSuite?: {
|
|
2998
|
+
id?: string | null | undefined;
|
|
2999
|
+
refNo?: string | null | undefined;
|
|
3000
|
+
} | null | undefined;
|
|
2965
3001
|
items: {
|
|
2966
3002
|
cost?: {
|
|
2967
3003
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3294,20 +3330,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
3294
3330
|
country: string;
|
|
3295
3331
|
};
|
|
3296
3332
|
} | undefined;
|
|
3297
|
-
template?: string | null | undefined;
|
|
3298
|
-
stockSnapshotId?: string | null | undefined;
|
|
3299
|
-
effectiveAt?: string | null | undefined;
|
|
3300
3333
|
netSuite?: {
|
|
3301
3334
|
id?: string | null | undefined;
|
|
3335
|
+
errors?: string[] | null | undefined;
|
|
3302
3336
|
subsidiary: {
|
|
3303
3337
|
id?: string | null | undefined;
|
|
3304
3338
|
name?: string | null | undefined;
|
|
3305
3339
|
};
|
|
3306
3340
|
} | null | undefined;
|
|
3341
|
+
template?: string | null | undefined;
|
|
3342
|
+
stockSnapshotId?: string | null | undefined;
|
|
3343
|
+
effectiveAt?: string | null | undefined;
|
|
3307
3344
|
deliveryFullfillment?: {
|
|
3308
3345
|
remark?: string | null | undefined;
|
|
3309
3346
|
adjustment?: string | null | undefined;
|
|
3310
|
-
|
|
3347
|
+
netSuite?: {
|
|
3348
|
+
id?: string | null | undefined;
|
|
3349
|
+
refNo?: string | null | undefined;
|
|
3350
|
+
} | null | undefined;
|
|
3311
3351
|
items: {
|
|
3312
3352
|
cost?: {
|
|
3313
3353
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3640,20 +3680,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
3640
3680
|
country: string;
|
|
3641
3681
|
};
|
|
3642
3682
|
} | undefined;
|
|
3643
|
-
template?: string | null | undefined;
|
|
3644
|
-
stockSnapshotId?: string | null | undefined;
|
|
3645
|
-
effectiveAt?: string | null | undefined;
|
|
3646
3683
|
netSuite?: {
|
|
3647
3684
|
id?: string | null | undefined;
|
|
3685
|
+
errors?: string[] | null | undefined;
|
|
3648
3686
|
subsidiary: {
|
|
3649
3687
|
id?: string | null | undefined;
|
|
3650
3688
|
name?: string | null | undefined;
|
|
3651
3689
|
};
|
|
3652
3690
|
} | null | undefined;
|
|
3691
|
+
template?: string | null | undefined;
|
|
3692
|
+
stockSnapshotId?: string | null | undefined;
|
|
3693
|
+
effectiveAt?: string | null | undefined;
|
|
3653
3694
|
deliveryFullfillment?: {
|
|
3654
3695
|
remark?: string | null | undefined;
|
|
3655
3696
|
adjustment?: string | null | undefined;
|
|
3656
|
-
|
|
3697
|
+
netSuite?: {
|
|
3698
|
+
id?: string | null | undefined;
|
|
3699
|
+
refNo?: string | null | undefined;
|
|
3700
|
+
} | null | undefined;
|
|
3657
3701
|
items: {
|
|
3658
3702
|
cost?: {
|
|
3659
3703
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -3986,20 +4030,24 @@ export declare const useTransferTemplateActions: import("pinia").StoreDefinition
|
|
|
3986
4030
|
country: string;
|
|
3987
4031
|
};
|
|
3988
4032
|
} | undefined;
|
|
3989
|
-
template?: string | null | undefined;
|
|
3990
|
-
stockSnapshotId?: string | null | undefined;
|
|
3991
|
-
effectiveAt?: string | null | undefined;
|
|
3992
4033
|
netSuite?: {
|
|
3993
4034
|
id?: string | null | undefined;
|
|
4035
|
+
errors?: string[] | null | undefined;
|
|
3994
4036
|
subsidiary: {
|
|
3995
4037
|
id?: string | null | undefined;
|
|
3996
4038
|
name?: string | null | undefined;
|
|
3997
4039
|
};
|
|
3998
4040
|
} | null | undefined;
|
|
4041
|
+
template?: string | null | undefined;
|
|
4042
|
+
stockSnapshotId?: string | null | undefined;
|
|
4043
|
+
effectiveAt?: string | null | undefined;
|
|
3999
4044
|
deliveryFullfillment?: {
|
|
4000
4045
|
remark?: string | null | undefined;
|
|
4001
4046
|
adjustment?: string | null | undefined;
|
|
4002
|
-
|
|
4047
|
+
netSuite?: {
|
|
4048
|
+
id?: string | null | undefined;
|
|
4049
|
+
refNo?: string | null | undefined;
|
|
4050
|
+
} | null | undefined;
|
|
4003
4051
|
items: {
|
|
4004
4052
|
cost?: {
|
|
4005
4053
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -142,20 +142,24 @@ export declare function useTransferTemplateTable(): {
|
|
|
142
142
|
country: string;
|
|
143
143
|
};
|
|
144
144
|
} | undefined;
|
|
145
|
-
template?: string | null | undefined;
|
|
146
|
-
stockSnapshotId?: string | null | undefined;
|
|
147
|
-
effectiveAt?: string | null | undefined;
|
|
148
145
|
netSuite?: {
|
|
149
146
|
id?: string | null | undefined;
|
|
147
|
+
errors?: string[] | null | undefined;
|
|
150
148
|
subsidiary: {
|
|
151
149
|
id?: string | null | undefined;
|
|
152
150
|
name?: string | null | undefined;
|
|
153
151
|
};
|
|
154
152
|
} | null | undefined;
|
|
153
|
+
template?: string | null | undefined;
|
|
154
|
+
stockSnapshotId?: string | null | undefined;
|
|
155
|
+
effectiveAt?: string | null | undefined;
|
|
155
156
|
deliveryFullfillment?: {
|
|
156
157
|
remark?: string | null | undefined;
|
|
157
158
|
adjustment?: string | null | undefined;
|
|
158
|
-
|
|
159
|
+
netSuite?: {
|
|
160
|
+
id?: string | null | undefined;
|
|
161
|
+
refNo?: string | null | undefined;
|
|
162
|
+
} | null | undefined;
|
|
159
163
|
items: {
|
|
160
164
|
cost?: {
|
|
161
165
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -483,20 +487,24 @@ export declare function useTransferTemplateTable(): {
|
|
|
483
487
|
country: string;
|
|
484
488
|
};
|
|
485
489
|
} | undefined;
|
|
486
|
-
template?: string | null | undefined;
|
|
487
|
-
stockSnapshotId?: string | null | undefined;
|
|
488
|
-
effectiveAt?: string | null | undefined;
|
|
489
490
|
netSuite?: {
|
|
490
491
|
id?: string | null | undefined;
|
|
492
|
+
errors?: string[] | null | undefined;
|
|
491
493
|
subsidiary: {
|
|
492
494
|
id?: string | null | undefined;
|
|
493
495
|
name?: string | null | undefined;
|
|
494
496
|
};
|
|
495
497
|
} | null | undefined;
|
|
498
|
+
template?: string | null | undefined;
|
|
499
|
+
stockSnapshotId?: string | null | undefined;
|
|
500
|
+
effectiveAt?: string | null | undefined;
|
|
496
501
|
deliveryFullfillment?: {
|
|
497
502
|
remark?: string | null | undefined;
|
|
498
503
|
adjustment?: string | null | undefined;
|
|
499
|
-
|
|
504
|
+
netSuite?: {
|
|
505
|
+
id?: string | null | undefined;
|
|
506
|
+
refNo?: string | null | undefined;
|
|
507
|
+
} | null | undefined;
|
|
500
508
|
items: {
|
|
501
509
|
cost?: {
|
|
502
510
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -823,20 +831,24 @@ export declare function useTransferTemplateTable(): {
|
|
|
823
831
|
country: string;
|
|
824
832
|
};
|
|
825
833
|
} | undefined;
|
|
826
|
-
template?: string | null | undefined;
|
|
827
|
-
stockSnapshotId?: string | null | undefined;
|
|
828
|
-
effectiveAt?: string | null | undefined;
|
|
829
834
|
netSuite?: {
|
|
830
835
|
id?: string | null | undefined;
|
|
836
|
+
errors?: string[] | null | undefined;
|
|
831
837
|
subsidiary: {
|
|
832
838
|
id?: string | null | undefined;
|
|
833
839
|
name?: string | null | undefined;
|
|
834
840
|
};
|
|
835
841
|
} | null | undefined;
|
|
842
|
+
template?: string | null | undefined;
|
|
843
|
+
stockSnapshotId?: string | null | undefined;
|
|
844
|
+
effectiveAt?: string | null | undefined;
|
|
836
845
|
deliveryFullfillment?: {
|
|
837
846
|
remark?: string | null | undefined;
|
|
838
847
|
adjustment?: string | null | undefined;
|
|
839
|
-
|
|
848
|
+
netSuite?: {
|
|
849
|
+
id?: string | null | undefined;
|
|
850
|
+
refNo?: string | null | undefined;
|
|
851
|
+
} | null | undefined;
|
|
840
852
|
items: {
|
|
841
853
|
cost?: {
|
|
842
854
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -1163,20 +1175,24 @@ export declare function useTransferTemplateTable(): {
|
|
|
1163
1175
|
country: string;
|
|
1164
1176
|
};
|
|
1165
1177
|
} | undefined;
|
|
1166
|
-
template?: string | null | undefined;
|
|
1167
|
-
stockSnapshotId?: string | null | undefined;
|
|
1168
|
-
effectiveAt?: string | null | undefined;
|
|
1169
1178
|
netSuite?: {
|
|
1170
1179
|
id?: string | null | undefined;
|
|
1180
|
+
errors?: string[] | null | undefined;
|
|
1171
1181
|
subsidiary: {
|
|
1172
1182
|
id?: string | null | undefined;
|
|
1173
1183
|
name?: string | null | undefined;
|
|
1174
1184
|
};
|
|
1175
1185
|
} | null | undefined;
|
|
1186
|
+
template?: string | null | undefined;
|
|
1187
|
+
stockSnapshotId?: string | null | undefined;
|
|
1188
|
+
effectiveAt?: string | null | undefined;
|
|
1176
1189
|
deliveryFullfillment?: {
|
|
1177
1190
|
remark?: string | null | undefined;
|
|
1178
1191
|
adjustment?: string | null | undefined;
|
|
1179
|
-
|
|
1192
|
+
netSuite?: {
|
|
1193
|
+
id?: string | null | undefined;
|
|
1194
|
+
refNo?: string | null | undefined;
|
|
1195
|
+
} | null | undefined;
|
|
1180
1196
|
items: {
|
|
1181
1197
|
cost?: {
|
|
1182
1198
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
@@ -140,20 +140,24 @@ export declare function removeDeletedSkus(template: FdoPurchaseOrderTemplate): {
|
|
|
140
140
|
country: string;
|
|
141
141
|
};
|
|
142
142
|
} | undefined;
|
|
143
|
-
template?: string | null | undefined;
|
|
144
|
-
stockSnapshotId?: string | null | undefined;
|
|
145
|
-
effectiveAt?: string | null | undefined;
|
|
146
143
|
netSuite?: {
|
|
147
144
|
id?: string | null | undefined;
|
|
145
|
+
errors?: string[] | null | undefined;
|
|
148
146
|
subsidiary: {
|
|
149
147
|
id?: string | null | undefined;
|
|
150
148
|
name?: string | null | undefined;
|
|
151
149
|
};
|
|
152
150
|
} | null | undefined;
|
|
151
|
+
template?: string | null | undefined;
|
|
152
|
+
stockSnapshotId?: string | null | undefined;
|
|
153
|
+
effectiveAt?: string | null | undefined;
|
|
153
154
|
deliveryFullfillment?: {
|
|
154
155
|
remark?: string | null | undefined;
|
|
155
156
|
adjustment?: string | null | undefined;
|
|
156
|
-
|
|
157
|
+
netSuite?: {
|
|
158
|
+
id?: string | null | undefined;
|
|
159
|
+
refNo?: string | null | undefined;
|
|
160
|
+
} | null | undefined;
|
|
157
161
|
items: {
|
|
158
162
|
cost?: {
|
|
159
163
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|