@airporting/tech-app 0.0.39 → 0.0.41
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/9669.js +10 -0
- package/dist/mf/@mf-types/compiled-types/api/tech/financeJobsActionsMutations.d.ts +8 -0
- package/dist/mf/@mf-types/compiled-types/api/tech/financeJobsStockQuery.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/api/tech/financeJobsTasksQuery.d.ts +10 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/Breakdowns.d.ts +11 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/BulkActionBar.d.ts +6 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/FinanceJobsApp.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/KpiCards.d.ts +17 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/RowActions.d.ts +10 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/TasksFilters.d.ts +19 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/TasksTable.d.ts +31 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs/types.d.ts +3 -0
- package/dist/mf/@mf-types/compiled-types/apps/finance-jobs.app.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +273 -5
- package/dist/mf/@mf-types/compiled-types/tabs/finance-jobs.d.ts +2 -0
- package/dist/mf/@mf-types/finance-jobs.d.ts +2 -0
- package/dist/mf/@mf-types.d.ts +2 -2
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_dashboard.js +1 -1
- package/dist/mf/__federation_expose_finance_jobs.js +1 -0
- package/dist/mf/__federation_expose_github.js +1 -1
- package/dist/mf/__federation_expose_sobank.js +1 -10
- package/dist/mf/__federation_expose_spreadsheet.js +1 -10
- package/dist/mf/__federation_expose_synchro.js +1 -10
- package/dist/mf/index.js +3 -3
- package/dist/mf/mf-manifest.json +49 -3
- package/dist/mf/mf-stats.json +69 -8
- package/dist/mf/tech_app.js +3 -3
- package/package.json +1 -1
- package/dist/mf/2942.js +0 -10
- package/dist/mf/__federation_expose_sobank.js.LICENSE.txt +0 -9
- package/dist/mf/__federation_expose_spreadsheet.js.LICENSE.txt +0 -9
- package/dist/mf/__federation_expose_synchro.js.LICENSE.txt +0 -9
- /package/dist/mf/{2942.js.LICENSE.txt → 9669.js.LICENSE.txt} +0 -0
package/dist/mf/9669.js
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*! For license information please see 9669.js.LICENSE.txt */
|
|
2
|
+
"use strict";(globalThis["chunk_tech_app"]=globalThis["chunk_tech_app"]||[]).push([["9669"],{631:function(__unused_webpack_module,exports){/**
|
|
3
|
+
* @license React
|
|
4
|
+
* react-jsx-runtime.production.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/var REACT_ELEMENT_TYPE=Symbol.for("react.transitional.element"),REACT_FRAGMENT_TYPE=Symbol.for("react.fragment");function jsxProd(type,config,maybeKey){var key=null;void 0!==maybeKey&&(key=""+maybeKey);void 0!==config.key&&(key=""+config.key);if("key"in config){maybeKey={};for(var propName in config)"key"!==propName&&(maybeKey[propName]=config[propName])}else maybeKey=config;config=maybeKey.ref;return{$$typeof:REACT_ELEMENT_TYPE,type:type,key:key,ref:void 0!==config?config:null,props:maybeKey}}exports.Fragment=REACT_FRAGMENT_TYPE;exports.jsx=jsxProd;exports.jsxs=jsxProd},5893:function(module,__unused_webpack_exports,__webpack_require__){module.exports=__webpack_require__(631)},4148:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{h:()=>useApi});var _src_gen_TechApi_index_ts__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(9056);var _src_hooks_useAppConfig_ts__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(7936);function useApi(){const config=(0,_src_hooks_useAppConfig_ts__WEBPACK_IMPORTED_MODULE_0__.M)();const client=new _src_gen_TechApi_index_ts__WEBPACK_IMPORTED_MODULE_1__.eN({baseUrl:config.api.replace(/\/$/,""),baseApiParams:{headers:{Authorization:config.token?`Bearer ${config.token}`:"",From:config.owner}}});return new _src_gen_TechApi_index_ts__WEBPACK_IMPORTED_MODULE_1__.eT(client)}},9056:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{eN:()=>HttpClient,eT:()=>TechApi});class HttpClient{baseUrl="";securityData=null;securityWorker;abortControllers=new Map;customFetch=(...fetchParams)=>fetch(...fetchParams);baseApiParams={credentials:"same-origin",headers:{},redirect:"follow",referrerPolicy:"no-referrer"};constructor(apiConfig={}){Object.assign(this,apiConfig)}setSecurityData=data=>{this.securityData=data};encodeQueryParam(key,value){const encodedKey=encodeURIComponent(key);return`${encodedKey}=${encodeURIComponent("number"==typeof value?value:`${value}`)}`}addQueryParam(query,key){return this.encodeQueryParam(key,query[key])}addArrayQueryParam(query,key){const value=query[key];return value.map(v=>this.encodeQueryParam(key,v)).join("&")}toQueryString(rawQuery){const query=rawQuery||{};const keys=Object.keys(query).filter(key=>void 0!==query[key]);return keys.map(key=>Array.isArray(query[key])?this.addArrayQueryParam(query,key):this.addQueryParam(query,key)).join("&")}addQueryParams(rawQuery){const queryString=this.toQueryString(rawQuery);return queryString?`?${queryString}`:""}contentFormatters={["application/json"]:input=>null!==input&&("object"==typeof input||"string"==typeof input)?JSON.stringify(input):input,["application/vnd.api+json"]:input=>null!==input&&("object"==typeof input||"string"==typeof input)?JSON.stringify(input):input,["text/plain"]:input=>null!==input&&"string"!=typeof input?JSON.stringify(input):input,["multipart/form-data"]:input=>{if(input instanceof FormData)return input;return Object.keys(input||{}).reduce((formData,key)=>{const property=input[key];formData.append(key,property instanceof Blob?property:"object"==typeof property&&null!==property?JSON.stringify(property):`${property}`);return formData},new FormData)},["application/x-www-form-urlencoded"]:input=>this.toQueryString(input)};mergeRequestParams(params1,params2){return{...this.baseApiParams,...params1,...params2||{},headers:{...this.baseApiParams.headers||{},...params1.headers||{},...params2&¶ms2.headers||{}}}}createAbortSignal=cancelToken=>{if(this.abortControllers.has(cancelToken)){const abortController=this.abortControllers.get(cancelToken);if(abortController)return abortController.signal;return}const abortController=new AbortController;this.abortControllers.set(cancelToken,abortController);return abortController.signal};abortRequest=cancelToken=>{const abortController=this.abortControllers.get(cancelToken);if(abortController){abortController.abort();this.abortControllers.delete(cancelToken)}};request=async({body,secure,path,type,query,format,baseUrl,cancelToken,...params})=>{const secureParams=("boolean"==typeof secure?secure:this.baseApiParams.secure)&&this.securityWorker&&await this.securityWorker(this.securityData)||{};const requestParams=this.mergeRequestParams(params,secureParams);const queryString=query&&this.toQueryString(query);const payloadFormatter=this.contentFormatters[type||"application/json"];const responseFormat=format||requestParams.format;return this.customFetch(`${baseUrl||this.baseUrl||""}${path}${queryString?`?${queryString}`:""}`,{...requestParams,headers:{...requestParams.headers||{},...type&&"multipart/form-data"!==type?{"Content-Type":type}:{}},signal:(cancelToken?this.createAbortSignal(cancelToken):requestParams.signal)||null,body:null==body?null:payloadFormatter(body)}).then(async response=>{const r=response;r.data=null;r.error=null;const responseToParse=responseFormat?response.clone():response;const data=responseFormat?await responseToParse[responseFormat]().then(data=>{if(r.ok)r.data=data;else r.error=data;return r}).catch(e=>{r.error=e;return r}):r;if(cancelToken)this.abortControllers.delete(cancelToken);if(!response.ok)throw data;return data})}}class TechApi{http;constructor(http){this.http=http}status=(params={})=>this.http.request({path:"/status",method:"GET",...params});getDashboard=(params={})=>this.http.request({path:"/dashboard",method:"GET",format:"json",...params});getCompanies=(params={})=>this.http.request({path:"/companies",method:"GET",format:"json",...params});webhook={postSmsWebhook:(query,params={})=>this.http.request({path:"/sms/webhook",method:"POST",query:query,...params})};amex={getTransactionsV1:(query,params={})=>this.http.request({path:"/v1/amex/transactions",method:"GET",query:query,...params})};financeJobs={getStockV1:(params={})=>this.http.request({path:"/v1/finance-jobs/stock",method:"GET",format:"json",...params}),listTasksV1:(query,params={})=>this.http.request({path:"/v1/finance-jobs/tasks",method:"GET",query:query,format:"json",...params}),unstickV1:({id,...query},params={})=>this.http.request({path:`/v1/finance-jobs/tasks/${id}/unstick`,method:"POST",format:"json",...params}),retryV1:({id,...query},params={})=>this.http.request({path:`/v1/finance-jobs/tasks/${id}/retry`,method:"POST",format:"json",...params}),discardV1:({id,...query},params={})=>this.http.request({path:`/v1/finance-jobs/tasks/${id}/discard`,method:"POST",format:"json",...params}),setOwnerV1:({id,...query},data,params={})=>this.http.request({path:`/v1/finance-jobs/tasks/${id}/owner`,method:"PUT",body:data,type:"application/json",format:"json",...params}),deleteRedisLockV1:({id,...query},params={})=>this.http.request({path:`/v1/finance-jobs/tasks/${id}/redis-lock`,method:"DELETE",format:"json",...params})};github={getJobsRunnersV1:(params={})=>this.http.request({path:"/v1/github/jobs/runners",method:"GET",format:"json",...params}),getLabelsV1:({host,...query},params={})=>this.http.request({path:`/v1/github/labels/${host}`,method:"GET",format:"json",...params}),getJobLogsV1:(query,params={})=>this.http.request({path:"/v1/github/job-logs",method:"GET",query:query,format:"json",...params})};gsheet={getStockV1:(params={})=>this.http.request({path:"/v1/gsheet/stock",method:"GET",format:"json",...params}),listTasksV1:(query,params={})=>this.http.request({path:"/v1/gsheet/tasks",method:"GET",query:query,format:"json",...params}),unstickV1:({id,...query},params={})=>this.http.request({path:`/v1/gsheet/tasks/${id}/unstick`,method:"POST",format:"json",...params}),discardV1:({id,...query},params={})=>this.http.request({path:`/v1/gsheet/tasks/${id}/discard`,method:"POST",format:"json",...params}),setOwnerV1:({id,...query},data,params={})=>this.http.request({path:`/v1/gsheet/tasks/${id}/owner`,method:"PUT",body:data,type:"application/json",format:"json",...params}),deleteRedisLockV1:({id,...query},params={})=>this.http.request({path:`/v1/gsheet/tasks/${id}/redis-lock`,method:"DELETE",format:"json",...params})};notion={getKikouV1:(params={})=>this.http.request({path:"/v1/notion/kikou",method:"GET",format:"json",...params})};payfit={getChartV1:(query,params={})=>this.http.request({path:"/v1/payfit/chart",method:"GET",query:query,...params})};sobank={getExportsV1:(query,params={})=>this.http.request({path:"/v1/sobank/exports",method:"GET",query:query,format:"json",...params})};synchro={getRunStatsV1:(params={})=>this.http.request({path:"/v1/synchro/run/stats",method:"GET",format:"json",...params}),getTasksV1:(query,params={})=>this.http.request({path:"/v1/synchro/tasks",method:"GET",query:query,format:"json",...params}),getJobsDefaultsV1:(params={})=>this.http.request({path:"/v1/synchro/jobs/defaults",method:"GET",format:"json",...params}),putStopTaskV1:({id,...query},params={})=>this.http.request({path:`/v1/synchro/tasks/stop/${id}`,method:"PUT",...params}),resetOwnerStatsV1:({owner,value,...query},params={})=>this.http.request({path:`/v1/synchro/run/stats/${owner}/${value}`,method:"PUT",...params})}}},7936:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{$:()=>AppConfigProvider,M:()=>useAppConfig});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(3106);const AppConfigCtx=(0,react__WEBPACK_IMPORTED_MODULE_0__.createContext)(null);const AppConfigProvider=AppConfigCtx.Provider;function useAppConfig(){const config=(0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(AppConfigCtx);if(!config)throw new Error("Called `useAppConfig` outside a `<AppConfigProvider />`");return config}},7034:function(__unused_webpack_module,__webpack_exports__,__webpack_require__){__webpack_require__.d(__webpack_exports__,{C:()=>Providers});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(5893);var _airporting_app_front__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1380);var _mantine_core__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(207);var _mantine_modals__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(4142);var _mantine_notifications__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(1455);var _tanstack_react_query__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(6197);var radash__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(9877);var _hooks_useAppConfig__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(7936);const theme=(0,_mantine_core__WEBPACK_IMPORTED_MODULE_2__.createTheme)((0,radash__WEBPACK_IMPORTED_MODULE_6__.assign)(_airporting_app_front__WEBPACK_IMPORTED_MODULE_1__.theme,{components:{}}));const cssVarResolver=x=>(0,radash__WEBPACK_IMPORTED_MODULE_6__.assign)(_airporting_app_front__WEBPACK_IMPORTED_MODULE_1__.cssVarResolver(x),{dark:{},light:{},variables:{}});function Providers(props){const{children,config,mantine,tanstack}=props;return/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_hooks_useAppConfig__WEBPACK_IMPORTED_MODULE_7__.$,{value:config,children:/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_tanstack_react_query__WEBPACK_IMPORTED_MODULE_5__.QueryClientProvider,{client:tanstack?.queryClient??new _tanstack_react_query__WEBPACK_IMPORTED_MODULE_5__.QueryClient,children:/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_mantine_core__WEBPACK_IMPORTED_MODULE_2__.MantineProvider,{theme:theme,cssVariablesResolver:cssVarResolver,defaultColorScheme:mantine?.defaultColorScheme,forceColorScheme:mantine?.forceColorScheme,children:/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(_mantine_modals__WEBPACK_IMPORTED_MODULE_3__.ModalsProvider,{children:[/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_mantine_notifications__WEBPACK_IMPORTED_MODULE_4__.Notifications,{}),children]})})})})}}}]);
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare function useUnstickFinanceTask(): import("@tanstack/react-query").UseMutationResult<any, Error, number, unknown>;
|
|
2
|
+
export declare function useRetryFinanceTask(): import("@tanstack/react-query").UseMutationResult<any, Error, number, unknown>;
|
|
3
|
+
export declare function useDiscardFinanceTask(): import("@tanstack/react-query").UseMutationResult<any, Error, number, unknown>;
|
|
4
|
+
export declare function useSetFinanceTaskOwner(): import("@tanstack/react-query").UseMutationResult<any, Error, {
|
|
5
|
+
id: number;
|
|
6
|
+
owner: string;
|
|
7
|
+
}, unknown>;
|
|
8
|
+
export declare function useDeleteFinanceRedisLock(): import("@tanstack/react-query").UseMutationResult<any, Error, number, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useFinanceJobsStock(): import("@tanstack/react-query").UseQueryResult<any, Error>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export type FinanceJobsTasksFilters = {
|
|
2
|
+
job_name?: string;
|
|
3
|
+
owner?: string;
|
|
4
|
+
company_slug?: string;
|
|
5
|
+
state?: 'pending' | 'running' | 'stuck' | 'errored' | 'done' | 'all';
|
|
6
|
+
beta?: 'true' | 'false' | 'all';
|
|
7
|
+
take?: number;
|
|
8
|
+
skip?: number;
|
|
9
|
+
};
|
|
10
|
+
export declare function useFinanceJobsTasks(filters: FinanceJobsTasksFilters): import("@tanstack/react-query").UseQueryResult<any, Error>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type Entry = {
|
|
2
|
+
key: string;
|
|
3
|
+
count: number;
|
|
4
|
+
};
|
|
5
|
+
type Props = {
|
|
6
|
+
byJobName: Entry[] | undefined;
|
|
7
|
+
byOwner: Entry[] | undefined;
|
|
8
|
+
byCompany: Entry[] | undefined;
|
|
9
|
+
};
|
|
10
|
+
export declare function Breakdowns({ byJobName, byOwner, byCompany }: Props): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FinanceJobsApp(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
stock: {
|
|
3
|
+
pending: number;
|
|
4
|
+
running: number;
|
|
5
|
+
stuck: number;
|
|
6
|
+
errored: number;
|
|
7
|
+
done_today: number;
|
|
8
|
+
oldest: {
|
|
9
|
+
created: string;
|
|
10
|
+
ageHours: number;
|
|
11
|
+
} | null;
|
|
12
|
+
} | undefined;
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
isError: boolean;
|
|
15
|
+
};
|
|
16
|
+
export declare function KpiCards({ stock, isLoading, isError }: Props): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type Props = {
|
|
2
|
+
taskId: number;
|
|
3
|
+
jobName: string;
|
|
4
|
+
companyLabel: string;
|
|
5
|
+
currentOwner: string | null;
|
|
6
|
+
githubJob: string | null;
|
|
7
|
+
onShowLogs: (githubJob: string) => void;
|
|
8
|
+
};
|
|
9
|
+
export declare function RowActions({ taskId, jobName, companyLabel, currentOwner, githubJob, onShowLogs, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TaskState } from './types';
|
|
2
|
+
type Props = {
|
|
3
|
+
jobName: string | null;
|
|
4
|
+
owner: string | null;
|
|
5
|
+
company: string | null;
|
|
6
|
+
state: TaskState | 'all';
|
|
7
|
+
beta: 'true' | 'false' | 'all';
|
|
8
|
+
jobNames: string[];
|
|
9
|
+
owners: string[];
|
|
10
|
+
companies: string[];
|
|
11
|
+
onJobName: (v: string | null) => void;
|
|
12
|
+
onOwner: (v: string | null) => void;
|
|
13
|
+
onCompany: (v: string | null) => void;
|
|
14
|
+
onState: (v: TaskState | 'all') => void;
|
|
15
|
+
onBeta: (v: 'true' | 'false' | 'all') => void;
|
|
16
|
+
onRefresh: () => void;
|
|
17
|
+
};
|
|
18
|
+
export declare function TasksFilters({ jobName, owner, company, state, beta, jobNames, owners, companies, onJobName, onOwner, onCompany, onState, onBeta, onRefresh, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { TaskState } from './types';
|
|
2
|
+
type Item = {
|
|
3
|
+
id: number;
|
|
4
|
+
job_name: string;
|
|
5
|
+
job_name_fr: string | null;
|
|
6
|
+
company_id: number;
|
|
7
|
+
company_slug: string | null;
|
|
8
|
+
company_display_name: string | null;
|
|
9
|
+
owner: string;
|
|
10
|
+
beta: boolean;
|
|
11
|
+
state: TaskState;
|
|
12
|
+
error: string | null;
|
|
13
|
+
trace_count: number | null;
|
|
14
|
+
trace_label: string | null;
|
|
15
|
+
runDuration: number | null;
|
|
16
|
+
created: string;
|
|
17
|
+
startedAt: string | null;
|
|
18
|
+
finishedAt: string | null;
|
|
19
|
+
github_job: string | null;
|
|
20
|
+
};
|
|
21
|
+
type Props = {
|
|
22
|
+
items: Item[] | undefined;
|
|
23
|
+
total: number;
|
|
24
|
+
isLoading: boolean;
|
|
25
|
+
onShowLogs: (githubJob: string) => void;
|
|
26
|
+
selectedIds: Set<number>;
|
|
27
|
+
onToggleId: (id: number) => void;
|
|
28
|
+
onToggleAll: (ids: number[], select: boolean) => void;
|
|
29
|
+
};
|
|
30
|
+
export declare function TasksTable({ items, total, isLoading, onShowLogs, selectedIds, onToggleId, onToggleAll, }: Props): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FinanceJobsApp } from './finance-jobs/FinanceJobsApp';
|
|
@@ -2,6 +2,11 @@ export interface CompanyItem {
|
|
|
2
2
|
display_name: string | null;
|
|
3
3
|
id: number;
|
|
4
4
|
}
|
|
5
|
+
export interface DeleteFinanceJobsRedisLockResponse {
|
|
6
|
+
existed: boolean;
|
|
7
|
+
key: string;
|
|
8
|
+
ok: boolean;
|
|
9
|
+
}
|
|
5
10
|
export interface DeleteRedisLockResponse {
|
|
6
11
|
existed: boolean;
|
|
7
12
|
key: string;
|
|
@@ -10,9 +15,50 @@ export interface DeleteRedisLockResponse {
|
|
|
10
15
|
export interface DeleteRedisLockV1Params {
|
|
11
16
|
id: number;
|
|
12
17
|
}
|
|
18
|
+
export interface DeleteRedisLockV1Params2 {
|
|
19
|
+
id: number;
|
|
20
|
+
}
|
|
13
21
|
export interface DiscardV1Params {
|
|
14
22
|
id: number;
|
|
15
23
|
}
|
|
24
|
+
export interface DiscardV1Params2 {
|
|
25
|
+
id: number;
|
|
26
|
+
}
|
|
27
|
+
export interface FinanceJobsActionResponse {
|
|
28
|
+
message?: string;
|
|
29
|
+
ok: boolean;
|
|
30
|
+
}
|
|
31
|
+
export interface FinanceJobsBreakdownEntry {
|
|
32
|
+
count: number;
|
|
33
|
+
key: string;
|
|
34
|
+
}
|
|
35
|
+
export interface FinanceJobsTaskItem {
|
|
36
|
+
beta: boolean;
|
|
37
|
+
company_display_name: string | null;
|
|
38
|
+
company_id: number;
|
|
39
|
+
company_slug: string | null;
|
|
40
|
+
created: string;
|
|
41
|
+
error: string | null;
|
|
42
|
+
finished: boolean;
|
|
43
|
+
finishedAt: string | null;
|
|
44
|
+
github_job: string | null;
|
|
45
|
+
id: number;
|
|
46
|
+
job_name: string;
|
|
47
|
+
job_name_fr: string | null;
|
|
48
|
+
owner: string;
|
|
49
|
+
ready: boolean;
|
|
50
|
+
recipe_uuid: string;
|
|
51
|
+
runDuration: number | null;
|
|
52
|
+
spreadsheet: string | null;
|
|
53
|
+
started: boolean;
|
|
54
|
+
startedAt: string | null;
|
|
55
|
+
state: string;
|
|
56
|
+
trace_count: number | null;
|
|
57
|
+
trace_label: string | null;
|
|
58
|
+
trace_type: string | null;
|
|
59
|
+
updated: string;
|
|
60
|
+
worksheet: string | null;
|
|
61
|
+
}
|
|
16
62
|
export interface GetChartQuery {
|
|
17
63
|
absoluteMonth?: number;
|
|
18
64
|
loadedDateAfter?: string;
|
|
@@ -82,6 +128,20 @@ export interface GetExportsV1Params {
|
|
|
82
128
|
currency?: string;
|
|
83
129
|
iban?: string;
|
|
84
130
|
}
|
|
131
|
+
export interface GetFinanceJobsStockResponse {
|
|
132
|
+
byCompany: FinanceJobsBreakdownEntry[];
|
|
133
|
+
byJobName: FinanceJobsBreakdownEntry[];
|
|
134
|
+
byOwner: FinanceJobsBreakdownEntry[];
|
|
135
|
+
done_today: number;
|
|
136
|
+
errored: number;
|
|
137
|
+
oldest: {
|
|
138
|
+
ageHours: number;
|
|
139
|
+
created: string;
|
|
140
|
+
};
|
|
141
|
+
pending: number;
|
|
142
|
+
running: number;
|
|
143
|
+
stuck: number;
|
|
144
|
+
}
|
|
85
145
|
export interface GetGithubHostLabelsResponse {
|
|
86
146
|
runners: {
|
|
87
147
|
labels: string[];
|
|
@@ -210,11 +270,24 @@ export interface JobsRunnerAssigned {
|
|
|
210
270
|
runners: string[];
|
|
211
271
|
selfhost: boolean;
|
|
212
272
|
}
|
|
273
|
+
export interface ListFinanceJobsTasksResponse {
|
|
274
|
+
items: FinanceJobsTaskItem[];
|
|
275
|
+
total: number;
|
|
276
|
+
}
|
|
213
277
|
export interface ListGsheetTasksResponse {
|
|
214
278
|
items: GsheetTaskItem[];
|
|
215
279
|
total: number;
|
|
216
280
|
}
|
|
217
281
|
export interface ListTasksV1Params {
|
|
282
|
+
beta: string;
|
|
283
|
+
company_slug: string;
|
|
284
|
+
job_name: string;
|
|
285
|
+
owner: string;
|
|
286
|
+
skip: string;
|
|
287
|
+
state: string;
|
|
288
|
+
take: string;
|
|
289
|
+
}
|
|
290
|
+
export interface ListTasksV1Params2 {
|
|
218
291
|
owner: string;
|
|
219
292
|
service: string;
|
|
220
293
|
skip: string;
|
|
@@ -244,12 +317,21 @@ export interface ResetOwnerStatsV1Params {
|
|
|
244
317
|
owner: string;
|
|
245
318
|
value: string;
|
|
246
319
|
}
|
|
320
|
+
export interface RetryV1Params {
|
|
321
|
+
id: number;
|
|
322
|
+
}
|
|
323
|
+
export interface SetFinanceJobsOwnerBody {
|
|
324
|
+
owner: string;
|
|
325
|
+
}
|
|
247
326
|
export interface SetGsheetOwnerBody {
|
|
248
327
|
owner: string;
|
|
249
328
|
}
|
|
250
329
|
export interface SetOwnerV1Params {
|
|
251
330
|
id: number;
|
|
252
331
|
}
|
|
332
|
+
export interface SetOwnerV1Params2 {
|
|
333
|
+
id: number;
|
|
334
|
+
}
|
|
253
335
|
export interface SobankExportItem {
|
|
254
336
|
account: string;
|
|
255
337
|
balance: number;
|
|
@@ -289,6 +371,9 @@ export interface TaskItem {
|
|
|
289
371
|
export interface UnstickV1Params {
|
|
290
372
|
id: number;
|
|
291
373
|
}
|
|
374
|
+
export interface UnstickV1Params2 {
|
|
375
|
+
id: number;
|
|
376
|
+
}
|
|
292
377
|
export interface UserItemRunStats {
|
|
293
378
|
db: number;
|
|
294
379
|
redis: number;
|
|
@@ -338,6 +423,124 @@ export declare namespace Amex {
|
|
|
338
423
|
type ResponseBody = void;
|
|
339
424
|
}
|
|
340
425
|
}
|
|
426
|
+
export declare namespace FinanceJobs {
|
|
427
|
+
/**
|
|
428
|
+
* No description
|
|
429
|
+
* @tags FinanceJobs
|
|
430
|
+
* @name GetStockV1
|
|
431
|
+
* @request GET:/v1/finance-jobs/stock
|
|
432
|
+
* @response `200` `GetFinanceJobsStockResponse`
|
|
433
|
+
*/
|
|
434
|
+
namespace GetStockV1 {
|
|
435
|
+
type RequestParams = {};
|
|
436
|
+
type RequestQuery = {};
|
|
437
|
+
type RequestBody = never;
|
|
438
|
+
type RequestHeaders = {};
|
|
439
|
+
type ResponseBody = GetFinanceJobsStockResponse;
|
|
440
|
+
}
|
|
441
|
+
/**
|
|
442
|
+
* No description
|
|
443
|
+
* @tags FinanceJobs
|
|
444
|
+
* @name ListTasksV1
|
|
445
|
+
* @request GET:/v1/finance-jobs/tasks
|
|
446
|
+
* @response `200` `ListFinanceJobsTasksResponse`
|
|
447
|
+
*/
|
|
448
|
+
namespace ListTasksV1 {
|
|
449
|
+
type RequestParams = {};
|
|
450
|
+
type RequestQuery = {
|
|
451
|
+
beta: string;
|
|
452
|
+
company_slug: string;
|
|
453
|
+
job_name: string;
|
|
454
|
+
owner: string;
|
|
455
|
+
skip: string;
|
|
456
|
+
state: string;
|
|
457
|
+
take: string;
|
|
458
|
+
};
|
|
459
|
+
type RequestBody = never;
|
|
460
|
+
type RequestHeaders = {};
|
|
461
|
+
type ResponseBody = ListFinanceJobsTasksResponse;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* No description
|
|
465
|
+
* @tags FinanceJobs
|
|
466
|
+
* @name UnstickV1
|
|
467
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/unstick
|
|
468
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
469
|
+
*/
|
|
470
|
+
namespace UnstickV1 {
|
|
471
|
+
type RequestParams = {
|
|
472
|
+
id: number;
|
|
473
|
+
};
|
|
474
|
+
type RequestQuery = {};
|
|
475
|
+
type RequestBody = never;
|
|
476
|
+
type RequestHeaders = {};
|
|
477
|
+
type ResponseBody = FinanceJobsActionResponse;
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* No description
|
|
481
|
+
* @tags FinanceJobs
|
|
482
|
+
* @name RetryV1
|
|
483
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/retry
|
|
484
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
485
|
+
*/
|
|
486
|
+
namespace RetryV1 {
|
|
487
|
+
type RequestParams = {
|
|
488
|
+
id: number;
|
|
489
|
+
};
|
|
490
|
+
type RequestQuery = {};
|
|
491
|
+
type RequestBody = never;
|
|
492
|
+
type RequestHeaders = {};
|
|
493
|
+
type ResponseBody = FinanceJobsActionResponse;
|
|
494
|
+
}
|
|
495
|
+
/**
|
|
496
|
+
* No description
|
|
497
|
+
* @tags FinanceJobs
|
|
498
|
+
* @name DiscardV1
|
|
499
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/discard
|
|
500
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
501
|
+
*/
|
|
502
|
+
namespace DiscardV1 {
|
|
503
|
+
type RequestParams = {
|
|
504
|
+
id: number;
|
|
505
|
+
};
|
|
506
|
+
type RequestQuery = {};
|
|
507
|
+
type RequestBody = never;
|
|
508
|
+
type RequestHeaders = {};
|
|
509
|
+
type ResponseBody = FinanceJobsActionResponse;
|
|
510
|
+
}
|
|
511
|
+
/**
|
|
512
|
+
* No description
|
|
513
|
+
* @tags FinanceJobs
|
|
514
|
+
* @name SetOwnerV1
|
|
515
|
+
* @request PUT:/v1/finance-jobs/tasks/{id}/owner
|
|
516
|
+
* @response `200` `FinanceJobsActionResponse`
|
|
517
|
+
*/
|
|
518
|
+
namespace SetOwnerV1 {
|
|
519
|
+
type RequestParams = {
|
|
520
|
+
id: number;
|
|
521
|
+
};
|
|
522
|
+
type RequestQuery = {};
|
|
523
|
+
type RequestBody = SetFinanceJobsOwnerBody;
|
|
524
|
+
type RequestHeaders = {};
|
|
525
|
+
type ResponseBody = FinanceJobsActionResponse;
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* No description
|
|
529
|
+
* @tags FinanceJobs
|
|
530
|
+
* @name DeleteRedisLockV1
|
|
531
|
+
* @request DELETE:/v1/finance-jobs/tasks/{id}/redis-lock
|
|
532
|
+
* @response `200` `DeleteFinanceJobsRedisLockResponse`
|
|
533
|
+
*/
|
|
534
|
+
namespace DeleteRedisLockV1 {
|
|
535
|
+
type RequestParams = {
|
|
536
|
+
id: number;
|
|
537
|
+
};
|
|
538
|
+
type RequestQuery = {};
|
|
539
|
+
type RequestBody = never;
|
|
540
|
+
type RequestHeaders = {};
|
|
541
|
+
type ResponseBody = DeleteFinanceJobsRedisLockResponse;
|
|
542
|
+
}
|
|
543
|
+
}
|
|
341
544
|
export declare namespace Github {
|
|
342
545
|
/**
|
|
343
546
|
* No description
|
|
@@ -747,6 +950,71 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
747
950
|
*/
|
|
748
951
|
getTransactionsV1: (query: GetTransactionsV1Params, params?: RequestParams) => Promise<HttpResponse<void, any>>;
|
|
749
952
|
};
|
|
953
|
+
financeJobs: {
|
|
954
|
+
/**
|
|
955
|
+
* No description
|
|
956
|
+
*
|
|
957
|
+
* @tags FinanceJobs
|
|
958
|
+
* @name GetStockV1
|
|
959
|
+
* @request GET:/v1/finance-jobs/stock
|
|
960
|
+
* @response `200` `GetFinanceJobsStockResponse`
|
|
961
|
+
*/
|
|
962
|
+
getStockV1: (params?: RequestParams) => Promise<HttpResponse<GetFinanceJobsStockResponse, any>>;
|
|
963
|
+
/**
|
|
964
|
+
* No description
|
|
965
|
+
*
|
|
966
|
+
* @tags FinanceJobs
|
|
967
|
+
* @name ListTasksV1
|
|
968
|
+
* @request GET:/v1/finance-jobs/tasks
|
|
969
|
+
* @response `200` `ListFinanceJobsTasksResponse`
|
|
970
|
+
*/
|
|
971
|
+
listTasksV1: (query: ListTasksV1Params, params?: RequestParams) => Promise<HttpResponse<ListFinanceJobsTasksResponse, any>>;
|
|
972
|
+
/**
|
|
973
|
+
* No description
|
|
974
|
+
*
|
|
975
|
+
* @tags FinanceJobs
|
|
976
|
+
* @name UnstickV1
|
|
977
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/unstick
|
|
978
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
979
|
+
*/
|
|
980
|
+
unstickV1: ({ id, ...query }: UnstickV1Params, params?: RequestParams) => Promise<HttpResponse<FinanceJobsActionResponse, any>>;
|
|
981
|
+
/**
|
|
982
|
+
* No description
|
|
983
|
+
*
|
|
984
|
+
* @tags FinanceJobs
|
|
985
|
+
* @name RetryV1
|
|
986
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/retry
|
|
987
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
988
|
+
*/
|
|
989
|
+
retryV1: ({ id, ...query }: RetryV1Params, params?: RequestParams) => Promise<HttpResponse<FinanceJobsActionResponse, any>>;
|
|
990
|
+
/**
|
|
991
|
+
* No description
|
|
992
|
+
*
|
|
993
|
+
* @tags FinanceJobs
|
|
994
|
+
* @name DiscardV1
|
|
995
|
+
* @request POST:/v1/finance-jobs/tasks/{id}/discard
|
|
996
|
+
* @response `201` `FinanceJobsActionResponse`
|
|
997
|
+
*/
|
|
998
|
+
discardV1: ({ id, ...query }: DiscardV1Params, params?: RequestParams) => Promise<HttpResponse<FinanceJobsActionResponse, any>>;
|
|
999
|
+
/**
|
|
1000
|
+
* No description
|
|
1001
|
+
*
|
|
1002
|
+
* @tags FinanceJobs
|
|
1003
|
+
* @name SetOwnerV1
|
|
1004
|
+
* @request PUT:/v1/finance-jobs/tasks/{id}/owner
|
|
1005
|
+
* @response `200` `FinanceJobsActionResponse`
|
|
1006
|
+
*/
|
|
1007
|
+
setOwnerV1: ({ id, ...query }: SetOwnerV1Params, data: SetFinanceJobsOwnerBody, params?: RequestParams) => Promise<HttpResponse<FinanceJobsActionResponse, any>>;
|
|
1008
|
+
/**
|
|
1009
|
+
* No description
|
|
1010
|
+
*
|
|
1011
|
+
* @tags FinanceJobs
|
|
1012
|
+
* @name DeleteRedisLockV1
|
|
1013
|
+
* @request DELETE:/v1/finance-jobs/tasks/{id}/redis-lock
|
|
1014
|
+
* @response `200` `DeleteFinanceJobsRedisLockResponse`
|
|
1015
|
+
*/
|
|
1016
|
+
deleteRedisLockV1: ({ id, ...query }: DeleteRedisLockV1Params, params?: RequestParams) => Promise<HttpResponse<DeleteFinanceJobsRedisLockResponse, any>>;
|
|
1017
|
+
};
|
|
750
1018
|
github: {
|
|
751
1019
|
/**
|
|
752
1020
|
* No description
|
|
@@ -794,7 +1062,7 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
794
1062
|
* @request GET:/v1/gsheet/tasks
|
|
795
1063
|
* @response `200` `ListGsheetTasksResponse`
|
|
796
1064
|
*/
|
|
797
|
-
listTasksV1: (query:
|
|
1065
|
+
listTasksV1: (query: ListTasksV1Params2, params?: RequestParams) => Promise<HttpResponse<ListGsheetTasksResponse, any>>;
|
|
798
1066
|
/**
|
|
799
1067
|
* No description
|
|
800
1068
|
*
|
|
@@ -803,7 +1071,7 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
803
1071
|
* @request POST:/v1/gsheet/tasks/{id}/unstick
|
|
804
1072
|
* @response `201` `GsheetActionResponse`
|
|
805
1073
|
*/
|
|
806
|
-
unstickV1: ({ id, ...query }:
|
|
1074
|
+
unstickV1: ({ id, ...query }: UnstickV1Params2, params?: RequestParams) => Promise<HttpResponse<GsheetActionResponse, any>>;
|
|
807
1075
|
/**
|
|
808
1076
|
* No description
|
|
809
1077
|
*
|
|
@@ -812,7 +1080,7 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
812
1080
|
* @request POST:/v1/gsheet/tasks/{id}/discard
|
|
813
1081
|
* @response `201` `GsheetActionResponse`
|
|
814
1082
|
*/
|
|
815
|
-
discardV1: ({ id, ...query }:
|
|
1083
|
+
discardV1: ({ id, ...query }: DiscardV1Params2, params?: RequestParams) => Promise<HttpResponse<GsheetActionResponse, any>>;
|
|
816
1084
|
/**
|
|
817
1085
|
* No description
|
|
818
1086
|
*
|
|
@@ -821,7 +1089,7 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
821
1089
|
* @request PUT:/v1/gsheet/tasks/{id}/owner
|
|
822
1090
|
* @response `200` `GsheetActionResponse`
|
|
823
1091
|
*/
|
|
824
|
-
setOwnerV1: ({ id, ...query }:
|
|
1092
|
+
setOwnerV1: ({ id, ...query }: SetOwnerV1Params2, data: SetGsheetOwnerBody, params?: RequestParams) => Promise<HttpResponse<GsheetActionResponse, any>>;
|
|
825
1093
|
/**
|
|
826
1094
|
* No description
|
|
827
1095
|
*
|
|
@@ -830,7 +1098,7 @@ export declare class TechApi<SecurityDataType extends unknown> {
|
|
|
830
1098
|
* @request DELETE:/v1/gsheet/tasks/{id}/redis-lock
|
|
831
1099
|
* @response `200` `DeleteRedisLockResponse`
|
|
832
1100
|
*/
|
|
833
|
-
deleteRedisLockV1: ({ id, ...query }:
|
|
1101
|
+
deleteRedisLockV1: ({ id, ...query }: DeleteRedisLockV1Params2, params?: RequestParams) => Promise<HttpResponse<DeleteRedisLockResponse, any>>;
|
|
834
1102
|
};
|
|
835
1103
|
notion: {
|
|
836
1104
|
/**
|
package/dist/mf/@mf-types.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/amex' | 'REMOTE_ALIAS_IDENTIFIER/bnpp' | 'REMOTE_ALIAS_IDENTIFIER/credmut' | 'REMOTE_ALIAS_IDENTIFIER/dashboard' | 'REMOTE_ALIAS_IDENTIFIER/github' | 'REMOTE_ALIAS_IDENTIFIER/payfit' | 'REMOTE_ALIAS_IDENTIFIER/sobank' | '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/sobank' ? typeof import('REMOTE_ALIAS_IDENTIFIER/sobank') :T extends 'REMOTE_ALIAS_IDENTIFIER/payfit' ? typeof import('REMOTE_ALIAS_IDENTIFIER/payfit') :T extends 'REMOTE_ALIAS_IDENTIFIER/github' ? typeof import('REMOTE_ALIAS_IDENTIFIER/github') :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;
|
|
2
|
+
export type RemoteKeys = 'REMOTE_ALIAS_IDENTIFIER/amex' | 'REMOTE_ALIAS_IDENTIFIER/bnpp' | 'REMOTE_ALIAS_IDENTIFIER/credmut' | 'REMOTE_ALIAS_IDENTIFIER/dashboard' | 'REMOTE_ALIAS_IDENTIFIER/finance-jobs' | 'REMOTE_ALIAS_IDENTIFIER/github' | 'REMOTE_ALIAS_IDENTIFIER/payfit' | 'REMOTE_ALIAS_IDENTIFIER/sobank' | '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/sobank' ? typeof import('REMOTE_ALIAS_IDENTIFIER/sobank') :T extends 'REMOTE_ALIAS_IDENTIFIER/payfit' ? typeof import('REMOTE_ALIAS_IDENTIFIER/payfit') :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/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;
|
package/dist/mf/@mf-types.zip
CHANGED
|
Binary file
|