Skip to content

Commit

Permalink
Regenerating typescript files after corrections applied to schemas th…
Browse files Browse the repository at this point in the history
…rough review
  • Loading branch information
kriswest committed Sep 4, 2023
1 parent 1c58d15 commit b529cca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/context/ContextTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ export interface PurpleContactIdentifiers {
*/
email?: string;
/**
* The FDS id for the contact
* FactSet Permanent Identifier representing the contact
*/
FDS_ID?: string;
[property: string]: any;
Expand Down Expand Up @@ -743,9 +743,9 @@ export interface Identifiers {
/**
* <https://www.factset.com/>
*
* FDS ID for the organization
* FactSet Permanent Identifier representing the organization
*
* The FDS id for the contact
* FactSet Permanent Identifier representing the contact
*/
FDS_ID?: string;
/**
Expand Down Expand Up @@ -810,7 +810,7 @@ export interface FluffyContactIdentifiers {
*/
email?: string;
/**
* The FDS id for the contact
* FactSet Permanent Identifier representing the contact
*/
FDS_ID?: string;
[property: string]: any;
Expand Down Expand Up @@ -1017,7 +1017,7 @@ export interface EmailRecipientsID {
*/
email?: string;
/**
* The FDS id for the contact
* FactSet Permanent Identifier representing the contact
*/
FDS_ID?: string;
[property: string]: any;
Expand Down Expand Up @@ -1486,7 +1486,7 @@ export interface Organization {
*/
export interface OrganizationIdentifiers {
/**
* FDS ID for the organization
* FactSet Permanent Identifier representing the organization
*/
FDS_ID?: string;
/**
Expand Down

0 comments on commit b529cca

Please sign in to comment.