Skip to content

Commit

Permalink
feat(typings): Add Custom Fields to JobOrderRateCardLine (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: Fayranne Lipton <[email protected]>
  • Loading branch information
fayranne and Fayranne Lipton authored Apr 5, 2024
1 parent fcff750 commit 53905de
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8213,6 +8213,31 @@ export interface JobOrderRateCardLine {
payCurrencyUnit?: CurrencyUnit;
payMultiplier?: number;
payRate?: number;
customText1?: string;
customText2?: string;
customText3?: string;
customText4?: string;
customText5?: string;
customText6?: string;
customText7?: string;
customText8?: string;
customText9?: string;
customText10?: string;
customInt1?: number;
customInt2?: number;
customInt3?: number;
customInt4?: number;
customInt5?: number;
customFloat1?: number;
customFloat2?: number;
customFloat3?: number;
customFloat4?: number;
customFloat5?: number;
customRate1?: number;
customRate2?: number;
customRate3?: number;
customRate4?: number;
customRate5?: number;
}
export interface JobOrderRateCardLineEditHistoryFieldChange {
id?: number;
Expand Down

0 comments on commit 53905de

Please sign in to comment.