@airporting/integrations-app 0.4.130 → 0.4.132
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/mf/2070.css +73 -73
- package/dist/mf/5741.js +1 -1
- package/dist/mf/@mf-types/compiled-types/api/fec-imports/types.d.ts +2 -1
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_synchronisation.js +1 -1
- package/dist/mf/index.js +3 -3
- package/dist/mf/integrations_app.js +3 -3
- package/dist/mf/mf-manifest.json +2 -2
- package/dist/mf/mf-stats.json +11 -11
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type FecImportStatus = 'mapping_required' | 'validated' | 'failed' | 'committed' | 'deleted';
|
|
2
2
|
export type FileImportSourceFormat = 'fec' | 'excel' | 'csv';
|
|
3
|
-
export type FileImportMapping = Partial<Record<'entry_date' | 'journal_code' | 'entry_number' | 'account_number' | 'account_label' | 'label' | 'debit' | 'credit' | 'amount' | 'document_ref' | 'third_party_number' | 'third_party_label' | 'tag_group' | 'tag_label' | 'analytical_code', string | null>>;
|
|
3
|
+
export type FileImportMapping = Partial<Record<'entry_date' | 'journal_code' | 'entry_number' | 'account_number' | 'account_label' | 'label' | 'debit' | 'credit' | 'amount' | 'document_ref' | 'third_party_number' | 'third_party_label' | 'tag_group' | 'tag_label' | 'analytical_code' | 'lettering', string | null>>;
|
|
4
4
|
export type FecIssue = {
|
|
5
5
|
severity: 'error' | 'warning';
|
|
6
6
|
code: string;
|
|
@@ -52,6 +52,7 @@ export type FecImportStagingLine = {
|
|
|
52
52
|
warnings: FecIssue[];
|
|
53
53
|
};
|
|
54
54
|
export type FecImportDetail = FecImportSummary & {
|
|
55
|
+
has_section_accounts: boolean;
|
|
55
56
|
rows: FecImportStagingLine[];
|
|
56
57
|
};
|
|
57
58
|
export type PresignUploadResponse = {
|
package/dist/mf/@mf-types.zip
CHANGED
|
Binary file
|