conductor-node 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,7 +35,7 @@ interface TaxLineInfoRet {
|
|
|
35
35
|
TaxLineName?: string;
|
|
36
36
|
}
|
|
37
37
|
declare type CashFlowClassification = "Financing" | "Investing" | "None" | "NotApplicable" | "Operating";
|
|
38
|
-
declare type DataExtType = "AMTTYPE" | "DATETIMETYPE" | "INTTYPE" | "PERCENTTYPE" | "PRICETYPE" | "QUANTYPE" | "
|
|
38
|
+
declare type DataExtType = "AMTTYPE" | "DATETIMETYPE" | "INTTYPE" | "PERCENTTYPE" | "PRICETYPE" | "QUANTYPE" | "STR255TYPE" | "STR1024TYPE";
|
|
39
39
|
interface DataExtRet {
|
|
40
40
|
OwnerID?: string;
|
|
41
41
|
DataExtName: string;
|
|
@@ -126,7 +126,7 @@ export interface AccountQueryRq {
|
|
|
126
126
|
ToModifiedDate?: string;
|
|
127
127
|
NameFilter?: NameFilter;
|
|
128
128
|
NameRangeFilter?: NameRangeFilter;
|
|
129
|
-
AccountType?: AccountType
|
|
129
|
+
AccountType?: AccountType | AccountType[];
|
|
130
130
|
CurrencyFilter?: CurrencyFilter;
|
|
131
131
|
IncludeRetElement?: string[] | string;
|
|
132
132
|
OwnerID?: string[] | string;
|