Skip to content

Commit

Permalink
feat(typings): Add ClientCorporationRateAgreementCard properties (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalvinbullhorn authored Oct 20, 2022
1 parent 9ad1c54 commit 0674b1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4294,16 +4294,21 @@ export interface ClientCorporationNote {
}
export interface ClientCorporationRateAgreementCard {
id?: number;
category?: Category;
clientCorporation?: ClientCorporation;
clientCorporationRateAgreementCardLineGroups?: ToMany<ClientCorporationRateAgreementCardLineGroup>;
dateAdded?: Date;
dateLastModified?: Date;
effectiveDate?: Date;
effectiveEndDate?: Date;
employmentType?: Strings;
isDeleted?: boolean;
jobCode?: JobCode;
location?: Location;
name?: Strings;
rootExternalID?: Strings;
rootMigrateGUID?: Strings;
state?: Strings;
versionID?: number;
versions?: ToMany<ClientCorporationRateAgreementCardVersion>;
}
Expand Down

0 comments on commit 0674b1d

Please sign in to comment.