* Fix CIs

* Fix docs

* Fix eslint-build

* Move file

* Move back

* Fix server ci

* Fix server ci

* Fix server ci

* Fix server ci

* Deactivate e2e tests

* Fix front

* Fix front

* Fix front

* Add twenty-zapier and twenty-utils to the yarn project

* fix

* fix

* Remove pull_request trigger
This commit is contained in:
Charles Bochet
2023-12-15 15:40:04 +01:00
committed by GitHub
parent 6e09ae61f9
commit 064e47b59a
26 changed files with 5251 additions and 9325 deletions

View File

@ -51,4 +51,4 @@ export const currencyObjectDefinition = {
export type CurrencyMetadata = {
amountMicros: number;
currencyCode: string;
}
};

View File

@ -47,4 +47,4 @@ export const fullNameObjectDefinition = {
export type FullNameMetadata = {
firstName: string;
lastName: string;
}
};

View File

@ -47,4 +47,4 @@ export const linkObjectDefinition = {
export type LinkMetadata = {
label: string;
url: string;
}
};