Skip to content

Commit b157f8c

Browse files
committed
fixup: add generated files
1 parent fc69473 commit b157f8c

File tree

4 files changed

+2345
-2364
lines changed

4 files changed

+2345
-2364
lines changed

packages/fdc3-context/generated/context/ContextTypes.ts

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,13 @@ export interface Chart {
242242
export interface InstrumentElement {
243243
/**
244244
* @experimental classification of the instrument by type or category. SHOULD be one of the
245-
* standardized values, although other string values are permitted.
245+
* following values, although other string values are permitted: '`commodity`',
246+
* '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
247+
* '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
248+
* '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
249+
* '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
250+
* '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
251+
* '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
246252
*/
247253
classification?: string;
248254
/**
@@ -752,7 +758,13 @@ export interface ChatSearchCriteria {
752758
export interface OrganizationObject {
753759
/**
754760
* @experimental classification of the instrument by type or category. SHOULD be one of the
755-
* standardized values, although other string values are permitted.
761+
* following values, although other string values are permitted: '`commodity`',
762+
* '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
763+
* '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
764+
* '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
765+
* '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
766+
* '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
767+
* '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
756768
*/
757769
classification?: string;
758770
/**
@@ -1162,7 +1174,13 @@ export interface FileAttachmentData {
11621174
export interface Instrument {
11631175
/**
11641176
* @experimental classification of the instrument by type or category. SHOULD be one of the
1165-
* standardized values, although other string values are permitted.
1177+
* following values, although other string values are permitted: '`commodity`',
1178+
* '`commodityIndex`', '`corporateDebt`', '`creditDefaultSwapIndex`', '`deal`', '`debt`',
1179+
* '`debtIndex`', '`etf`', '`fixedIncome`', '`future`', '`governmentBenchmarkDebt`',
1180+
* '`loan`', '`mortgageBackedSecurity`', '`municipalDebt`', '`mutualFund`',
1181+
* '`mutualFundIndex`', '`option`', '`otherDebt`', '`ownershipPrivateCompany`',
1182+
* '`pevcFirm`', '`pevcFund`', '`privateCompany`', '`publicCompany`',
1183+
* '`publicCompanyIndex`', '`sovereignDebt`', '`structuredProduct`', '`unknown`'
11661184
*/
11671185
classification?: string;
11681186
/**

0 commit comments

Comments
 (0)