@fairmint/open-captable-protocol-daml-js 0.2.112 → 0.2.114
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.
- package/OpenCapTable-v29/.daml/dist/OpenCapTable-v29-0.0.1.dar +0 -0
- package/lib/Fairmint/OpenCapTable/CapTable/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/CapTable/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleAcceptance/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleCancellation/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleConversion/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.d.ts +10 -7
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleIssuance/module.js +15 -12
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleRetraction/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/ConvertibleTransfer/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/Document/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationAcceptance/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationCancellation/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationExercise/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.d.ts +11 -8
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationIssuance/module.js +15 -12
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRelease/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRepricing/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationRetraction/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/EquityCompensationTransfer/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.d.ts +10 -7
- package/lib/Fairmint/OpenCapTable/OCF/Issuer/module.js +14 -11
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/IssuerAuthorizedSharesAdjustment/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.d.ts +12 -9
- package/lib/Fairmint/OpenCapTable/OCF/Stakeholder/module.js +18 -15
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.d.ts +5 -4
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderRelationshipChangeEvent/module.js +9 -8
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StakeholderStatusChangeEvent/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockAcceptance/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockCancellation/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.d.ts +10 -7
- package/lib/Fairmint/OpenCapTable/OCF/StockClass/module.js +14 -11
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockClassAuthorizedSharesAdjustment/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/StockClassConversionRatioAdjustment/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/StockClassSplit/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockConsolidation/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockConversion/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.d.ts +10 -7
- package/lib/Fairmint/OpenCapTable/OCF/StockIssuance/module.js +14 -11
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockLegendTemplate/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlan/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanPoolAdjustment/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockPlanReturnToPool/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockReissuance/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/StockRepurchase/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockRetraction/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/StockTransfer/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.d.ts +4 -3
- package/lib/Fairmint/OpenCapTable/OCF/Valuation/module.js +8 -7
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingAcceleration/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingEvent/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingStart/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/VestingTerms/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantAcceptance/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantCancellation/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantExercise/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.d.ts +12 -8
- package/lib/Fairmint/OpenCapTable/OCF/WarrantIssuance/module.js +16 -12
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantRetraction/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.d.ts +2 -2
- package/lib/Fairmint/OpenCapTable/OCF/WarrantTransfer/module.js +5 -5
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +2 -2
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.d.ts +55 -0
- package/lib/Fairmint/OpenCapTable/Types/Contact/module.js +60 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Conversion/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/{module.d.ts → Conversion/module.d.ts} +88 -445
- package/lib/Fairmint/OpenCapTable/Types/{module.js → Conversion/module.js} +93 -457
- package/lib/Fairmint/OpenCapTable/Types/Core/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.d.ts +28 -0
- package/lib/Fairmint/OpenCapTable/Types/Core/module.js +37 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.d.ts +56 -0
- package/lib/Fairmint/OpenCapTable/Types/Monetary/module.js +65 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.d.ts +29 -0
- package/lib/Fairmint/OpenCapTable/Types/Stakeholder/module.js +32 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.d.ts +135 -0
- package/lib/Fairmint/OpenCapTable/Types/Stock/module.js +141 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.d.ts +1 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/index.js +8 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.d.ts +95 -0
- package/lib/Fairmint/OpenCapTable/Types/Vesting/module.js +100 -0
- package/lib/Fairmint/OpenCapTable/Types/index.d.ts +14 -1
- package/lib/Fairmint/OpenCapTable/Types/index.js +14 -1
- package/package.json +1 -1
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
// Generated from Fairmint/OpenCapTable/Types.daml
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Conversion.daml
|
|
2
2
|
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
3
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
4
|
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
5
|
import * as jtv from '@mojotech/json-type-validation';
|
|
6
6
|
import * as damlTypes from '@daml/types';
|
|
7
7
|
|
|
8
|
+
import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module';
|
|
9
|
+
import * as Fairmint_OpenCapTable_Types_Stock from '../../../../Fairmint/OpenCapTable/Types/Stock/module';
|
|
10
|
+
|
|
8
11
|
export declare type OcfConversionTrigger = {
|
|
9
12
|
conversion_right: OcfAnyConversionRight;
|
|
10
13
|
trigger_id: string;
|
|
@@ -33,19 +36,27 @@ export declare const OcfAnyConversionRight:
|
|
|
33
36
|
;
|
|
34
37
|
|
|
35
38
|
|
|
36
|
-
export declare type
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
export declare type OcfStockClassConversionRight = {
|
|
40
|
+
conversion_mechanism: OcfConversionMechanism;
|
|
41
|
+
conversion_trigger: OcfConversionTrigger;
|
|
42
|
+
converts_to_stock_class_id: string;
|
|
43
|
+
type_: string;
|
|
44
|
+
ceiling_price_per_share: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
45
|
+
conversion_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
46
|
+
custom_description: damlTypes.Optional<string>;
|
|
47
|
+
discount_rate: damlTypes.Optional<damlTypes.Numeric>;
|
|
48
|
+
expires_at: damlTypes.Optional<damlTypes.Time>;
|
|
49
|
+
floor_price_per_share: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
50
|
+
percent_of_capitalization: damlTypes.Optional<damlTypes.Numeric>;
|
|
51
|
+
ratio: damlTypes.Optional<Fairmint_OpenCapTable_Types_Stock.OcfRatio>;
|
|
52
|
+
reference_share_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
53
|
+
reference_valuation_price_per_share: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
54
|
+
valuation_cap: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
55
|
+
};
|
|
44
56
|
|
|
45
|
-
export declare const
|
|
46
|
-
damlTypes.Serializable<
|
|
57
|
+
export declare const OcfStockClassConversionRight:
|
|
58
|
+
damlTypes.Serializable<OcfStockClassConversionRight> & {
|
|
47
59
|
}
|
|
48
|
-
& { readonly keys: OcfConversionTriggerType[] } & { readonly [e in OcfConversionTriggerType]: e }
|
|
49
60
|
;
|
|
50
61
|
|
|
51
62
|
|
|
@@ -70,7 +81,7 @@ export declare type OcfConvertibleConversionMechanism =
|
|
|
70
81
|
| { tag: 'OcfConvMechFixedAmount'; value: OcfFixedAmountConversionMechanism }
|
|
71
82
|
| { tag: 'OcfConvMechSharePriceBased'; value: OcfSharePriceBasedConversionMechanism }
|
|
72
83
|
| { tag: 'OcfConvMechValuationBased'; value: OcfValuationBasedConversionMechanism }
|
|
73
|
-
| { tag: 'OcfConvMechRatio'; value: OcfRatio }
|
|
84
|
+
| { tag: 'OcfConvMechRatio'; value: Fairmint_OpenCapTable_Types_Stock.OcfRatio }
|
|
74
85
|
;
|
|
75
86
|
|
|
76
87
|
export declare const OcfConvertibleConversionMechanism:
|
|
@@ -79,19 +90,6 @@ export declare const OcfConvertibleConversionMechanism:
|
|
|
79
90
|
;
|
|
80
91
|
|
|
81
92
|
|
|
82
|
-
export declare type OcfConvertibleType =
|
|
83
|
-
| 'OcfConvertibleNote'
|
|
84
|
-
| 'OcfConvertibleSafe'
|
|
85
|
-
| 'OcfConvertibleSecurity'
|
|
86
|
-
;
|
|
87
|
-
|
|
88
|
-
export declare const OcfConvertibleType:
|
|
89
|
-
damlTypes.Serializable<OcfConvertibleType> & {
|
|
90
|
-
}
|
|
91
|
-
& { readonly keys: OcfConvertibleType[] } & { readonly [e in OcfConvertibleType]: e }
|
|
92
|
-
;
|
|
93
|
-
|
|
94
|
-
|
|
95
93
|
export declare type OcfWarrantConversionRight = {
|
|
96
94
|
conversion_mechanism: OcfWarrantConversionMechanism;
|
|
97
95
|
type_: string;
|
|
@@ -150,7 +148,7 @@ export namespace OcfWarrantConversionMechanism {
|
|
|
150
148
|
export namespace OcfWarrantConversionMechanism {
|
|
151
149
|
type OcfWarrantMechanismValuationBased = {
|
|
152
150
|
valuation_type: string;
|
|
153
|
-
valuation_amount: damlTypes.Optional<OcfMonetary>;
|
|
151
|
+
valuation_amount: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
154
152
|
capitalization_definition: damlTypes.Optional<string>;
|
|
155
153
|
capitalization_definition_rules: damlTypes.Optional<OcfCapitalizationDefinitionRules>;
|
|
156
154
|
};
|
|
@@ -162,11 +160,40 @@ export namespace OcfWarrantConversionMechanism {
|
|
|
162
160
|
description: string;
|
|
163
161
|
discount: boolean;
|
|
164
162
|
discount_percentage: damlTypes.Optional<damlTypes.Numeric>;
|
|
165
|
-
discount_amount: damlTypes.Optional<OcfMonetary>;
|
|
163
|
+
discount_amount: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
166
164
|
};
|
|
167
165
|
} //namespace OcfWarrantConversionMechanism
|
|
168
166
|
|
|
169
167
|
|
|
168
|
+
export declare type OcfConvertibleType =
|
|
169
|
+
| 'OcfConvertibleNote'
|
|
170
|
+
| 'OcfConvertibleSafe'
|
|
171
|
+
| 'OcfConvertibleSecurity'
|
|
172
|
+
;
|
|
173
|
+
|
|
174
|
+
export declare const OcfConvertibleType:
|
|
175
|
+
damlTypes.Serializable<OcfConvertibleType> & {
|
|
176
|
+
}
|
|
177
|
+
& { readonly keys: OcfConvertibleType[] } & { readonly [e in OcfConvertibleType]: e }
|
|
178
|
+
;
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
export declare type OcfConversionTriggerType =
|
|
182
|
+
| 'OcfTriggerTypeTypeAutomaticOnCondition'
|
|
183
|
+
| 'OcfTriggerTypeTypeAutomaticOnDate'
|
|
184
|
+
| 'OcfTriggerTypeTypeElectiveInRange'
|
|
185
|
+
| 'OcfTriggerTypeTypeElectiveOnCondition'
|
|
186
|
+
| 'OcfTriggerTypeTypeElectiveAtWill'
|
|
187
|
+
| 'OcfTriggerTypeTypeUnspecified'
|
|
188
|
+
;
|
|
189
|
+
|
|
190
|
+
export declare const OcfConversionTriggerType:
|
|
191
|
+
damlTypes.Serializable<OcfConversionTriggerType> & {
|
|
192
|
+
}
|
|
193
|
+
& { readonly keys: OcfConversionTriggerType[] } & { readonly [e in OcfConversionTriggerType]: e }
|
|
194
|
+
;
|
|
195
|
+
|
|
196
|
+
|
|
170
197
|
export declare type OcfNoteConversionMechanism = {
|
|
171
198
|
compounding_type: OcfCompoundingType;
|
|
172
199
|
day_count_convention: OcfDayCountType;
|
|
@@ -177,8 +204,8 @@ export declare type OcfNoteConversionMechanism = {
|
|
|
177
204
|
capitalization_definition_rules: damlTypes.Optional<OcfCapitalizationDefinitionRules>;
|
|
178
205
|
conversion_discount: damlTypes.Optional<damlTypes.Numeric>;
|
|
179
206
|
conversion_mfn: damlTypes.Optional<boolean>;
|
|
180
|
-
conversion_valuation_cap: damlTypes.Optional<OcfMonetary>;
|
|
181
|
-
exit_multiple: damlTypes.Optional<OcfRatio>;
|
|
207
|
+
conversion_valuation_cap: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
208
|
+
exit_multiple: damlTypes.Optional<Fairmint_OpenCapTable_Types_Stock.OcfRatio>;
|
|
182
209
|
};
|
|
183
210
|
|
|
184
211
|
export declare const OcfNoteConversionMechanism:
|
|
@@ -193,8 +220,8 @@ export declare type OcfSAFEConversionMechanism = {
|
|
|
193
220
|
capitalization_definition_rules: damlTypes.Optional<OcfCapitalizationDefinitionRules>;
|
|
194
221
|
conversion_discount: damlTypes.Optional<damlTypes.Numeric>;
|
|
195
222
|
conversion_timing: damlTypes.Optional<string>;
|
|
196
|
-
conversion_valuation_cap: damlTypes.Optional<OcfMonetary>;
|
|
197
|
-
exit_multiple: damlTypes.Optional<OcfRatio>;
|
|
223
|
+
conversion_valuation_cap: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
224
|
+
exit_multiple: damlTypes.Optional<Fairmint_OpenCapTable_Types_Stock.OcfRatio>;
|
|
198
225
|
};
|
|
199
226
|
|
|
200
227
|
export declare const OcfSAFEConversionMechanism:
|
|
@@ -207,7 +234,7 @@ export declare type OcfValuationBasedConversionMechanism = {
|
|
|
207
234
|
valuation_type: OcfValuationBasedFormulaType;
|
|
208
235
|
capitalization_definition: damlTypes.Optional<string>;
|
|
209
236
|
capitalization_definition_rules: damlTypes.Optional<OcfCapitalizationDefinitionRules>;
|
|
210
|
-
valuation_amount: damlTypes.Optional<OcfMonetary>;
|
|
237
|
+
valuation_amount: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
211
238
|
};
|
|
212
239
|
|
|
213
240
|
export declare const OcfValuationBasedConversionMechanism:
|
|
@@ -232,7 +259,7 @@ export declare const OcfValuationBasedFormulaType:
|
|
|
232
259
|
export declare type OcfSharePriceBasedConversionMechanism = {
|
|
233
260
|
description: string;
|
|
234
261
|
discount: boolean;
|
|
235
|
-
discount_amount: damlTypes.Optional<OcfMonetary>;
|
|
262
|
+
discount_amount: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
236
263
|
discount_percentage: damlTypes.Optional<damlTypes.Numeric>;
|
|
237
264
|
};
|
|
238
265
|
|
|
@@ -274,6 +301,18 @@ export declare const OcfCustomConversionMechanism:
|
|
|
274
301
|
;
|
|
275
302
|
|
|
276
303
|
|
|
304
|
+
export declare type OcfRatioConversionMechanism = {
|
|
305
|
+
conversion_price: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary;
|
|
306
|
+
ratio: Fairmint_OpenCapTable_Types_Stock.OcfRatio;
|
|
307
|
+
rounding_type: OcfRoundingType;
|
|
308
|
+
};
|
|
309
|
+
|
|
310
|
+
export declare const OcfRatioConversionMechanism:
|
|
311
|
+
damlTypes.Serializable<OcfRatioConversionMechanism> & {
|
|
312
|
+
}
|
|
313
|
+
;
|
|
314
|
+
|
|
315
|
+
|
|
277
316
|
export declare type OcfConversionMechanism =
|
|
278
317
|
| 'OcfConversionMechanismRatioConversion'
|
|
279
318
|
| 'OcfConversionMechanismPercentCapitalizationConversion'
|
|
@@ -292,262 +331,6 @@ export declare const OcfConversionMechanism:
|
|
|
292
331
|
;
|
|
293
332
|
|
|
294
333
|
|
|
295
|
-
export declare type OcfStockClassConversionRight = {
|
|
296
|
-
conversion_mechanism: OcfConversionMechanism;
|
|
297
|
-
conversion_trigger: OcfConversionTrigger;
|
|
298
|
-
converts_to_stock_class_id: string;
|
|
299
|
-
type_: string;
|
|
300
|
-
ceiling_price_per_share: damlTypes.Optional<OcfMonetary>;
|
|
301
|
-
conversion_price: damlTypes.Optional<OcfMonetary>;
|
|
302
|
-
custom_description: damlTypes.Optional<string>;
|
|
303
|
-
discount_rate: damlTypes.Optional<damlTypes.Numeric>;
|
|
304
|
-
expires_at: damlTypes.Optional<damlTypes.Time>;
|
|
305
|
-
floor_price_per_share: damlTypes.Optional<OcfMonetary>;
|
|
306
|
-
percent_of_capitalization: damlTypes.Optional<damlTypes.Numeric>;
|
|
307
|
-
ratio: damlTypes.Optional<OcfRatio>;
|
|
308
|
-
reference_share_price: damlTypes.Optional<OcfMonetary>;
|
|
309
|
-
reference_valuation_price_per_share: damlTypes.Optional<OcfMonetary>;
|
|
310
|
-
valuation_cap: damlTypes.Optional<OcfMonetary>;
|
|
311
|
-
};
|
|
312
|
-
|
|
313
|
-
export declare const OcfStockClassConversionRight:
|
|
314
|
-
damlTypes.Serializable<OcfStockClassConversionRight> & {
|
|
315
|
-
}
|
|
316
|
-
;
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
export declare type OcfRatioConversionMechanism = {
|
|
320
|
-
conversion_price: OcfMonetary;
|
|
321
|
-
ratio: OcfRatio;
|
|
322
|
-
rounding_type: OcfRoundingType;
|
|
323
|
-
};
|
|
324
|
-
|
|
325
|
-
export declare const OcfRatioConversionMechanism:
|
|
326
|
-
damlTypes.Serializable<OcfRatioConversionMechanism> & {
|
|
327
|
-
}
|
|
328
|
-
;
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
export declare type OcfRatio = {
|
|
332
|
-
numerator: damlTypes.Numeric;
|
|
333
|
-
denominator: damlTypes.Numeric;
|
|
334
|
-
};
|
|
335
|
-
|
|
336
|
-
export declare const OcfRatio:
|
|
337
|
-
damlTypes.Serializable<OcfRatio> & {
|
|
338
|
-
}
|
|
339
|
-
;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
export declare type OcfStockClassType =
|
|
343
|
-
| 'OcfStockClassTypeCommon'
|
|
344
|
-
| 'OcfStockClassTypePreferred'
|
|
345
|
-
;
|
|
346
|
-
|
|
347
|
-
export declare const OcfStockClassType:
|
|
348
|
-
damlTypes.Serializable<OcfStockClassType> & {
|
|
349
|
-
}
|
|
350
|
-
& { readonly keys: OcfStockClassType[] } & { readonly [e in OcfStockClassType]: e }
|
|
351
|
-
;
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
export declare type OcfShareNumberRange = {
|
|
355
|
-
starting_share_number: damlTypes.Numeric;
|
|
356
|
-
ending_share_number: damlTypes.Numeric;
|
|
357
|
-
};
|
|
358
|
-
|
|
359
|
-
export declare const OcfShareNumberRange:
|
|
360
|
-
damlTypes.Serializable<OcfShareNumberRange> & {
|
|
361
|
-
}
|
|
362
|
-
;
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
export declare type OcfSecurityExemption = {
|
|
366
|
-
description: string;
|
|
367
|
-
jurisdiction: string;
|
|
368
|
-
};
|
|
369
|
-
|
|
370
|
-
export declare const OcfSecurityExemption:
|
|
371
|
-
damlTypes.Serializable<OcfSecurityExemption> & {
|
|
372
|
-
}
|
|
373
|
-
;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
export declare type OcfQuantitySourceType =
|
|
377
|
-
| 'OcfQuantityHumanEstimated'
|
|
378
|
-
| 'OcfQuantityMachineEstimated'
|
|
379
|
-
| 'OcfQuantityUnspecified'
|
|
380
|
-
| 'OcfQuantityInstrumentFixed'
|
|
381
|
-
| 'OcfQuantityInstrumentMax'
|
|
382
|
-
| 'OcfQuantityInstrumentMin'
|
|
383
|
-
;
|
|
384
|
-
|
|
385
|
-
export declare const OcfQuantitySourceType:
|
|
386
|
-
damlTypes.Serializable<OcfQuantitySourceType> & {
|
|
387
|
-
}
|
|
388
|
-
& { readonly keys: OcfQuantitySourceType[] } & { readonly [e in OcfQuantitySourceType]: e }
|
|
389
|
-
;
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
export declare type OcfStakeholderRelationshipType =
|
|
393
|
-
| 'OcfRelAdvisor'
|
|
394
|
-
| 'OcfRelBoardMember'
|
|
395
|
-
| 'OcfRelConsultant'
|
|
396
|
-
| 'OcfRelEmployee'
|
|
397
|
-
| 'OcfRelExAdvisor'
|
|
398
|
-
| 'OcfRelExConsultant'
|
|
399
|
-
| 'OcfRelExEmployee'
|
|
400
|
-
| 'OcfRelExecutive'
|
|
401
|
-
| 'OcfRelFounder'
|
|
402
|
-
| 'OcfRelInvestor'
|
|
403
|
-
| 'OcfRelNonUsEmployee'
|
|
404
|
-
| 'OcfRelOfficer'
|
|
405
|
-
| 'OcfRelOther'
|
|
406
|
-
;
|
|
407
|
-
|
|
408
|
-
export declare const OcfStakeholderRelationshipType:
|
|
409
|
-
damlTypes.Serializable<OcfStakeholderRelationshipType> & {
|
|
410
|
-
}
|
|
411
|
-
& { readonly keys: OcfStakeholderRelationshipType[] } & { readonly [e in OcfStakeholderRelationshipType]: e }
|
|
412
|
-
;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
export declare type TransferOperation = {
|
|
416
|
-
recipient: damlTypes.Party;
|
|
417
|
-
quantity: damlTypes.Numeric;
|
|
418
|
-
};
|
|
419
|
-
|
|
420
|
-
export declare const TransferOperation:
|
|
421
|
-
damlTypes.Serializable<TransferOperation> & {
|
|
422
|
-
}
|
|
423
|
-
;
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
export declare type Context = {
|
|
427
|
-
issuer: damlTypes.Party;
|
|
428
|
-
system_operator: damlTypes.Party;
|
|
429
|
-
};
|
|
430
|
-
|
|
431
|
-
export declare const Context:
|
|
432
|
-
damlTypes.Serializable<Context> & {
|
|
433
|
-
}
|
|
434
|
-
;
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
export declare type OcfEquityCompensationIssuanceData = {
|
|
438
|
-
compensation_type: OcfCompensationType;
|
|
439
|
-
quantity: damlTypes.Numeric;
|
|
440
|
-
comments: string[];
|
|
441
|
-
termination_exercise_windows: OcfTerminationWindow[];
|
|
442
|
-
vestings: OcfVesting[];
|
|
443
|
-
base_price: damlTypes.Optional<OcfMonetary>;
|
|
444
|
-
early_exercisable: damlTypes.Optional<boolean>;
|
|
445
|
-
exercise_price: damlTypes.Optional<OcfMonetary>;
|
|
446
|
-
expiration_date: damlTypes.Optional<damlTypes.Time>;
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
export declare const OcfEquityCompensationIssuanceData:
|
|
450
|
-
damlTypes.Serializable<OcfEquityCompensationIssuanceData> & {
|
|
451
|
-
}
|
|
452
|
-
;
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
export declare type OcfVesting = {
|
|
456
|
-
amount: damlTypes.Numeric;
|
|
457
|
-
date: damlTypes.Time;
|
|
458
|
-
};
|
|
459
|
-
|
|
460
|
-
export declare const OcfVesting:
|
|
461
|
-
damlTypes.Serializable<OcfVesting> & {
|
|
462
|
-
}
|
|
463
|
-
;
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
export declare type OcfTerminationWindow = {
|
|
467
|
-
period: damlTypes.Int;
|
|
468
|
-
period_type: OcfPeriodType;
|
|
469
|
-
reason: OcfTerminationWindowType;
|
|
470
|
-
};
|
|
471
|
-
|
|
472
|
-
export declare const OcfTerminationWindow:
|
|
473
|
-
damlTypes.Serializable<OcfTerminationWindow> & {
|
|
474
|
-
}
|
|
475
|
-
;
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
export declare type OcfTerminationWindowType =
|
|
479
|
-
| 'OcfTermVoluntaryOther'
|
|
480
|
-
| 'OcfTermVoluntaryGoodCause'
|
|
481
|
-
| 'OcfTermVoluntaryRetirement'
|
|
482
|
-
| 'OcfTermInvoluntaryOther'
|
|
483
|
-
| 'OcfTermInvoluntaryDeath'
|
|
484
|
-
| 'OcfTermInvoluntaryDisability'
|
|
485
|
-
| 'OcfTermInvoluntaryWithCause'
|
|
486
|
-
;
|
|
487
|
-
|
|
488
|
-
export declare const OcfTerminationWindowType:
|
|
489
|
-
damlTypes.Serializable<OcfTerminationWindowType> & {
|
|
490
|
-
}
|
|
491
|
-
& { readonly keys: OcfTerminationWindowType[] } & { readonly [e in OcfTerminationWindowType]: e }
|
|
492
|
-
;
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export declare type OcfPeriodType =
|
|
496
|
-
| 'OcfPeriodDays'
|
|
497
|
-
| 'OcfPeriodMonths'
|
|
498
|
-
| 'OcfPeriodYears'
|
|
499
|
-
;
|
|
500
|
-
|
|
501
|
-
export declare const OcfPeriodType:
|
|
502
|
-
damlTypes.Serializable<OcfPeriodType> & {
|
|
503
|
-
}
|
|
504
|
-
& { readonly keys: OcfPeriodType[] } & { readonly [e in OcfPeriodType]: e }
|
|
505
|
-
;
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export declare type OcfCompensationType =
|
|
509
|
-
| 'OcfCompensationTypeOptionNSO'
|
|
510
|
-
| 'OcfCompensationTypeOptionISO'
|
|
511
|
-
| 'OcfCompensationTypeOption'
|
|
512
|
-
| 'OcfCompensationTypeRSU'
|
|
513
|
-
| 'OcfCompensationTypeCSAR'
|
|
514
|
-
| 'OcfCompensationTypeSSAR'
|
|
515
|
-
;
|
|
516
|
-
|
|
517
|
-
export declare const OcfCompensationType:
|
|
518
|
-
damlTypes.Serializable<OcfCompensationType> & {
|
|
519
|
-
}
|
|
520
|
-
& { readonly keys: OcfCompensationType[] } & { readonly [e in OcfCompensationType]: e }
|
|
521
|
-
;
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
export declare type OcfAccrualPeriodType =
|
|
525
|
-
| 'OcfAccrualDaily'
|
|
526
|
-
| 'OcfAccrualMonthly'
|
|
527
|
-
| 'OcfAccrualQuarterly'
|
|
528
|
-
| 'OcfAccrualSemiAnnual'
|
|
529
|
-
| 'OcfAccrualAnnual'
|
|
530
|
-
;
|
|
531
|
-
|
|
532
|
-
export declare const OcfAccrualPeriodType:
|
|
533
|
-
damlTypes.Serializable<OcfAccrualPeriodType> & {
|
|
534
|
-
}
|
|
535
|
-
& { readonly keys: OcfAccrualPeriodType[] } & { readonly [e in OcfAccrualPeriodType]: e }
|
|
536
|
-
;
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export declare type OcfInterestRate = {
|
|
540
|
-
accrual_start_date: damlTypes.Time;
|
|
541
|
-
rate: damlTypes.Numeric;
|
|
542
|
-
accrual_end_date: damlTypes.Optional<damlTypes.Time>;
|
|
543
|
-
};
|
|
544
|
-
|
|
545
|
-
export declare const OcfInterestRate:
|
|
546
|
-
damlTypes.Serializable<OcfInterestRate> & {
|
|
547
|
-
}
|
|
548
|
-
;
|
|
549
|
-
|
|
550
|
-
|
|
551
334
|
export declare type OcfCapitalizationDefinitionRules = {
|
|
552
335
|
include_additional_option_pool_topup: boolean;
|
|
553
336
|
include_new_money: boolean;
|
|
@@ -578,133 +361,30 @@ export declare const OcfCapitalizationDefinition:
|
|
|
578
361
|
;
|
|
579
362
|
|
|
580
363
|
|
|
581
|
-
export declare type
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
export declare const OcfStockParent:
|
|
587
|
-
damlTypes.Serializable<OcfStockParent> & {
|
|
588
|
-
}
|
|
589
|
-
;
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
export declare type OcfParentSecurityType =
|
|
593
|
-
| 'OcfParentStockPlan'
|
|
594
|
-
| 'OcfParentStock'
|
|
595
|
-
| 'OcfParentWarrant'
|
|
596
|
-
| 'OcfParentConvertible'
|
|
597
|
-
;
|
|
598
|
-
|
|
599
|
-
export declare const OcfParentSecurityType:
|
|
600
|
-
damlTypes.Serializable<OcfParentSecurityType> & {
|
|
601
|
-
}
|
|
602
|
-
& { readonly keys: OcfParentSecurityType[] } & { readonly [e in OcfParentSecurityType]: e }
|
|
603
|
-
;
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
export declare type OcfMonetary = {
|
|
607
|
-
amount: damlTypes.Numeric;
|
|
608
|
-
currency: string;
|
|
609
|
-
};
|
|
610
|
-
|
|
611
|
-
export declare const OcfMonetary:
|
|
612
|
-
damlTypes.Serializable<OcfMonetary> & {
|
|
613
|
-
}
|
|
614
|
-
;
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
export declare type OcfAddress = {
|
|
618
|
-
address_type: OcfAddressType;
|
|
619
|
-
country: string;
|
|
620
|
-
city: damlTypes.Optional<string>;
|
|
621
|
-
country_subdivision: damlTypes.Optional<string>;
|
|
622
|
-
postal_code: damlTypes.Optional<string>;
|
|
623
|
-
street_suite: damlTypes.Optional<string>;
|
|
624
|
-
};
|
|
625
|
-
|
|
626
|
-
export declare const OcfAddress:
|
|
627
|
-
damlTypes.Serializable<OcfAddress> & {
|
|
628
|
-
}
|
|
629
|
-
;
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export declare type OcfAddressType =
|
|
633
|
-
| 'OcfAddressTypeLegal'
|
|
634
|
-
| 'OcfAddressTypeContact'
|
|
635
|
-
| 'OcfAddressTypeOther'
|
|
636
|
-
;
|
|
637
|
-
|
|
638
|
-
export declare const OcfAddressType:
|
|
639
|
-
damlTypes.Serializable<OcfAddressType> & {
|
|
640
|
-
}
|
|
641
|
-
& { readonly keys: OcfAddressType[] } & { readonly [e in OcfAddressType]: e }
|
|
642
|
-
;
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
export declare type OcfTaxID = {
|
|
646
|
-
country: string;
|
|
647
|
-
tax_id: string;
|
|
648
|
-
};
|
|
649
|
-
|
|
650
|
-
export declare const OcfTaxID:
|
|
651
|
-
damlTypes.Serializable<OcfTaxID> & {
|
|
652
|
-
}
|
|
653
|
-
;
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
export declare type OcfPhone = {
|
|
657
|
-
phone_number: string;
|
|
658
|
-
phone_type: OcfPhoneType;
|
|
659
|
-
};
|
|
660
|
-
|
|
661
|
-
export declare const OcfPhone:
|
|
662
|
-
damlTypes.Serializable<OcfPhone> & {
|
|
663
|
-
}
|
|
664
|
-
;
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
export declare type OcfEmail = {
|
|
668
|
-
email_address: string;
|
|
669
|
-
email_type: OcfEmailType;
|
|
364
|
+
export declare type OcfInterestRate = {
|
|
365
|
+
accrual_start_date: damlTypes.Time;
|
|
366
|
+
rate: damlTypes.Numeric;
|
|
367
|
+
accrual_end_date: damlTypes.Optional<damlTypes.Time>;
|
|
670
368
|
};
|
|
671
369
|
|
|
672
|
-
export declare const
|
|
673
|
-
damlTypes.Serializable<
|
|
674
|
-
}
|
|
675
|
-
;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
export declare type OcfEmailType =
|
|
679
|
-
| 'OcfEmailTypeBusiness'
|
|
680
|
-
| 'OcfEmailTypePersonal'
|
|
681
|
-
| 'OcfEmailTypeOther'
|
|
682
|
-
;
|
|
683
|
-
|
|
684
|
-
export declare const OcfEmailType:
|
|
685
|
-
damlTypes.Serializable<OcfEmailType> & {
|
|
370
|
+
export declare const OcfInterestRate:
|
|
371
|
+
damlTypes.Serializable<OcfInterestRate> & {
|
|
686
372
|
}
|
|
687
|
-
& { readonly keys: OcfEmailType[] } & { readonly [e in OcfEmailType]: e }
|
|
688
373
|
;
|
|
689
374
|
|
|
690
375
|
|
|
691
|
-
export declare type
|
|
692
|
-
| '
|
|
693
|
-
| '
|
|
694
|
-
| '
|
|
695
|
-
| '
|
|
696
|
-
| '
|
|
697
|
-
| 'OcfTransactionsFile'
|
|
698
|
-
| 'OcfValuationsFile'
|
|
699
|
-
| 'OcfVestingTermsFile'
|
|
700
|
-
| 'OcfFinancingsFile'
|
|
701
|
-
| 'OcfDocumentsFile'
|
|
376
|
+
export declare type OcfAccrualPeriodType =
|
|
377
|
+
| 'OcfAccrualDaily'
|
|
378
|
+
| 'OcfAccrualMonthly'
|
|
379
|
+
| 'OcfAccrualQuarterly'
|
|
380
|
+
| 'OcfAccrualSemiAnnual'
|
|
381
|
+
| 'OcfAccrualAnnual'
|
|
702
382
|
;
|
|
703
383
|
|
|
704
|
-
export declare const
|
|
705
|
-
damlTypes.Serializable<
|
|
384
|
+
export declare const OcfAccrualPeriodType:
|
|
385
|
+
damlTypes.Serializable<OcfAccrualPeriodType> & {
|
|
706
386
|
}
|
|
707
|
-
& { readonly keys:
|
|
387
|
+
& { readonly keys: OcfAccrualPeriodType[] } & { readonly [e in OcfAccrualPeriodType]: e }
|
|
708
388
|
;
|
|
709
389
|
|
|
710
390
|
|
|
@@ -756,40 +436,3 @@ export declare const OcfInterestPayoutType:
|
|
|
756
436
|
& { readonly keys: OcfInterestPayoutType[] } & { readonly [e in OcfInterestPayoutType]: e }
|
|
757
437
|
;
|
|
758
438
|
|
|
759
|
-
|
|
760
|
-
export declare type OcfPhoneType =
|
|
761
|
-
| 'OcfPhoneHome'
|
|
762
|
-
| 'OcfPhoneMobile'
|
|
763
|
-
| 'OcfPhoneBusiness'
|
|
764
|
-
| 'OcfPhoneOther'
|
|
765
|
-
;
|
|
766
|
-
|
|
767
|
-
export declare const OcfPhoneType:
|
|
768
|
-
damlTypes.Serializable<OcfPhoneType> & {
|
|
769
|
-
}
|
|
770
|
-
& { readonly keys: OcfPhoneType[] } & { readonly [e in OcfPhoneType]: e }
|
|
771
|
-
;
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
export declare type OcfInitialSharesAuthorized =
|
|
775
|
-
| { tag: 'OcfInitialSharesNumeric'; value: damlTypes.Numeric }
|
|
776
|
-
| { tag: 'OcfInitialSharesEnum'; value: OcfAuthorizedShares }
|
|
777
|
-
;
|
|
778
|
-
|
|
779
|
-
export declare const OcfInitialSharesAuthorized:
|
|
780
|
-
damlTypes.Serializable<OcfInitialSharesAuthorized> & {
|
|
781
|
-
}
|
|
782
|
-
;
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
export declare type OcfAuthorizedShares =
|
|
786
|
-
| 'OcfAuthorizedSharesNotApplicable'
|
|
787
|
-
| 'OcfAuthorizedSharesUnlimited'
|
|
788
|
-
;
|
|
789
|
-
|
|
790
|
-
export declare const OcfAuthorizedShares:
|
|
791
|
-
damlTypes.Serializable<OcfAuthorizedShares> & {
|
|
792
|
-
}
|
|
793
|
-
& { readonly keys: OcfAuthorizedShares[] } & { readonly [e in OcfAuthorizedShares]: e }
|
|
794
|
-
;
|
|
795
|
-
|