@airporting/tech-app 0.0.88 → 0.0.89

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.
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/amex';
2
+ export { default } from './compiled-types/tabs/amex';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/bnpp';
2
+ export { default } from './compiled-types/tabs/bnpp';
@@ -452,6 +452,8 @@ export interface GsheetBreakdownEntry {
452
452
  key: string;
453
453
  }
454
454
  export interface GsheetTaskItem {
455
+ company_display_name: string | null;
456
+ company_slug: string | null;
455
457
  created: string;
456
458
  done: boolean;
457
459
  github_job: string | null;
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/credmut';
2
+ export { default } from './compiled-types/tabs/credmut';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/dashboard';
2
+ export { default } from './compiled-types/dashboard';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/etat-saisie';
2
+ export { default } from './compiled-types/tabs/etat-saisie';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/finance-jobs';
2
+ export { default } from './compiled-types/tabs/finance-jobs';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/github';
2
+ export { default } from './compiled-types/tabs/github';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/mcpAccess';
2
+ export { default } from './compiled-types/tabs/mcpAccess';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/payfit';
2
+ export { default } from './compiled-types/tabs/payfit';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/sales';
2
+ export { default } from './compiled-types/tabs/sales';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/scrapers';
2
+ export { default } from './compiled-types/tabs/scrapers';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/spendesk';
2
+ export { default } from './compiled-types/tabs/spendesk';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/spreadsheet';
2
+ export { default } from './compiled-types/tabs/spreadsheet';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/synchro';
2
+ export { default } from './compiled-types/tabs/synchro';
@@ -0,0 +1,2 @@
1
+ export * from './compiled-types/tabs/wise';
2
+ export { default } from './compiled-types/tabs/wise';
@@ -0,0 +1,3 @@
1
+
2
+ export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/amex' | 'REMOTE_ALIAS_IDENTIFIER/bnpp' | 'REMOTE_ALIAS_IDENTIFIER/credmut' | 'REMOTE_ALIAS_IDENTIFIER/dashboard' | 'REMOTE_ALIAS_IDENTIFIER/etat-saisie' | 'REMOTE_ALIAS_IDENTIFIER/finance-jobs' | 'REMOTE_ALIAS_IDENTIFIER/github' | 'REMOTE_ALIAS_IDENTIFIER/mcp-access' | 'REMOTE_ALIAS_IDENTIFIER/payfit' | 'REMOTE_ALIAS_IDENTIFIER/sales' | 'REMOTE_ALIAS_IDENTIFIER/scrapers' | 'REMOTE_ALIAS_IDENTIFIER/spendesk' | 'REMOTE_ALIAS_IDENTIFIER/spreadsheet' | 'REMOTE_ALIAS_IDENTIFIER/synchro' | 'REMOTE_ALIAS_IDENTIFIER/wise';
3
+ type PackageType<T> = T extends 'REMOTE_ALIAS_IDENTIFIER/wise' ? typeof import('REMOTE_ALIAS_IDENTIFIER/wise') :T extends 'REMOTE_ALIAS_IDENTIFIER/synchro' ? typeof import('REMOTE_ALIAS_IDENTIFIER/synchro') :T extends 'REMOTE_ALIAS_IDENTIFIER/spreadsheet' ? typeof import('REMOTE_ALIAS_IDENTIFIER/spreadsheet') :T extends 'REMOTE_ALIAS_IDENTIFIER/spendesk' ? typeof import('REMOTE_ALIAS_IDENTIFIER/spendesk') :T extends 'REMOTE_ALIAS_IDENTIFIER/scrapers' ? typeof import('REMOTE_ALIAS_IDENTIFIER/scrapers') :T extends 'REMOTE_ALIAS_IDENTIFIER/sales' ? typeof import('REMOTE_ALIAS_IDENTIFIER/sales') :T extends 'REMOTE_ALIAS_IDENTIFIER/payfit' ? typeof import('REMOTE_ALIAS_IDENTIFIER/payfit') :T extends 'REMOTE_ALIAS_IDENTIFIER/mcp-access' ? typeof import('REMOTE_ALIAS_IDENTIFIER/mcp-access') :T extends 'REMOTE_ALIAS_IDENTIFIER/github' ? typeof import('REMOTE_ALIAS_IDENTIFIER/github') :T extends 'REMOTE_ALIAS_IDENTIFIER/finance-jobs' ? typeof import('REMOTE_ALIAS_IDENTIFIER/finance-jobs') :T extends 'REMOTE_ALIAS_IDENTIFIER/etat-saisie' ? typeof import('REMOTE_ALIAS_IDENTIFIER/etat-saisie') :T extends 'REMOTE_ALIAS_IDENTIFIER/dashboard' ? typeof import('REMOTE_ALIAS_IDENTIFIER/dashboard') :T extends 'REMOTE_ALIAS_IDENTIFIER/credmut' ? typeof import('REMOTE_ALIAS_IDENTIFIER/credmut') :T extends 'REMOTE_ALIAS_IDENTIFIER/bnpp' ? typeof import('REMOTE_ALIAS_IDENTIFIER/bnpp') :T extends 'REMOTE_ALIAS_IDENTIFIER/amex' ? typeof import('REMOTE_ALIAS_IDENTIFIER/amex') :any;
Binary file