@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
|
@@ -12,7 +12,7 @@ var damlTypes = require('@daml/types');
|
|
|
12
12
|
|
|
13
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.WarrantCancellationOcfData = {
|
|
@@ -36,13 +36,13 @@ exports.WarrantCancellationOcfData = {
|
|
|
36
36
|
exports.WarrantCancellation = damlTypes.assembleTemplate(
|
|
37
37
|
{
|
|
38
38
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OCF.WarrantCancellation:WarrantCancellation',
|
|
39
|
-
templateIdWithPackageId: '
|
|
39
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OCF.WarrantCancellation:WarrantCancellation',
|
|
40
40
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
41
41
|
keyEncode: function () { throw 'EncodeError'; },
|
|
42
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
42
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, cancellation_data: exports.WarrantCancellationOcfData.decoder, }); }),
|
|
43
43
|
encode: function (__typed__) {
|
|
44
44
|
return {
|
|
45
|
-
context:
|
|
45
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
46
46
|
cancellation_data: exports.WarrantCancellationOcfData.encode(__typed__.cancellation_data),
|
|
47
47
|
};
|
|
48
48
|
}
|
|
@@ -60,5 +60,5 @@ exports.WarrantCancellation = damlTypes.assembleTemplate(
|
|
|
60
60
|
);
|
|
61
61
|
|
|
62
62
|
|
|
63
|
-
damlTypes.registerTemplate(exports.WarrantCancellation, ['
|
|
63
|
+
damlTypes.registerTemplate(exports.WarrantCancellation, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
64
64
|
|
|
@@ -7,7 +7,7 @@ import * as damlTypes from '@daml/types';
|
|
|
7
7
|
|
|
8
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
9
9
|
|
|
10
|
-
import * as
|
|
10
|
+
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
11
11
|
|
|
12
12
|
export declare type WarrantExerciseOcfData = {
|
|
13
13
|
id: string;
|
|
@@ -27,7 +27,7 @@ export declare const WarrantExerciseOcfData:
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
export declare type WarrantExercise = {
|
|
30
|
-
context:
|
|
30
|
+
context: Fairmint_OpenCapTable_Types_Core.Context;
|
|
31
31
|
exercise_data: WarrantExerciseOcfData;
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -12,7 +12,7 @@ var damlTypes = require('@daml/types');
|
|
|
12
12
|
|
|
13
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.WarrantExerciseOcfData = {
|
|
@@ -37,13 +37,13 @@ exports.WarrantExerciseOcfData = {
|
|
|
37
37
|
exports.WarrantExercise = damlTypes.assembleTemplate(
|
|
38
38
|
{
|
|
39
39
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OCF.WarrantExercise:WarrantExercise',
|
|
40
|
-
templateIdWithPackageId: '
|
|
40
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OCF.WarrantExercise:WarrantExercise',
|
|
41
41
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
42
42
|
keyEncode: function () { throw 'EncodeError'; },
|
|
43
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
43
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, exercise_data: exports.WarrantExerciseOcfData.decoder, }); }),
|
|
44
44
|
encode: function (__typed__) {
|
|
45
45
|
return {
|
|
46
|
-
context:
|
|
46
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
47
47
|
exercise_data: exports.WarrantExerciseOcfData.encode(__typed__.exercise_data),
|
|
48
48
|
};
|
|
49
49
|
}
|
|
@@ -61,5 +61,5 @@ exports.WarrantExercise = damlTypes.assembleTemplate(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
damlTypes.registerTemplate(exports.WarrantExercise, ['
|
|
64
|
+
damlTypes.registerTemplate(exports.WarrantExercise, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
65
65
|
|
|
@@ -7,24 +7,28 @@ import * as damlTypes from '@daml/types';
|
|
|
7
7
|
|
|
8
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
9
9
|
|
|
10
|
-
import * as
|
|
10
|
+
import * as Fairmint_OpenCapTable_Types_Conversion from '../../../../Fairmint/OpenCapTable/Types/Conversion/module';
|
|
11
|
+
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
12
|
+
import * as Fairmint_OpenCapTable_Types_Monetary from '../../../../Fairmint/OpenCapTable/Types/Monetary/module';
|
|
13
|
+
import * as Fairmint_OpenCapTable_Types_Stock from '../../../../Fairmint/OpenCapTable/Types/Stock/module';
|
|
14
|
+
import * as Fairmint_OpenCapTable_Types_Vesting from '../../../../Fairmint/OpenCapTable/Types/Vesting/module';
|
|
11
15
|
|
|
12
16
|
export declare type WarrantIssuanceOcfData = {
|
|
13
17
|
id: string;
|
|
14
18
|
custom_id: string;
|
|
15
19
|
date: damlTypes.Time;
|
|
16
|
-
purchase_price:
|
|
20
|
+
purchase_price: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary;
|
|
17
21
|
security_id: string;
|
|
18
22
|
stakeholder_id: string;
|
|
19
23
|
comments: string[];
|
|
20
|
-
exercise_triggers:
|
|
21
|
-
security_law_exemptions:
|
|
22
|
-
vestings:
|
|
24
|
+
exercise_triggers: Fairmint_OpenCapTable_Types_Conversion.OcfConversionTrigger[];
|
|
25
|
+
security_law_exemptions: Fairmint_OpenCapTable_Types_Stock.OcfSecurityExemption[];
|
|
26
|
+
vestings: Fairmint_OpenCapTable_Types_Vesting.OcfVesting[];
|
|
23
27
|
board_approval_date: damlTypes.Optional<damlTypes.Time>;
|
|
24
28
|
consideration_text: damlTypes.Optional<string>;
|
|
25
|
-
exercise_price: damlTypes.Optional<
|
|
29
|
+
exercise_price: damlTypes.Optional<Fairmint_OpenCapTable_Types_Monetary.OcfMonetary>;
|
|
26
30
|
quantity: damlTypes.Optional<damlTypes.Numeric>;
|
|
27
|
-
quantity_source: damlTypes.Optional<
|
|
31
|
+
quantity_source: damlTypes.Optional<Fairmint_OpenCapTable_Types_Stock.OcfQuantitySourceType>;
|
|
28
32
|
stockholder_approval_date: damlTypes.Optional<damlTypes.Time>;
|
|
29
33
|
vesting_terms_id: damlTypes.Optional<string>;
|
|
30
34
|
warrant_expiration_date: damlTypes.Optional<damlTypes.Time>;
|
|
@@ -37,7 +41,7 @@ export declare const WarrantIssuanceOcfData:
|
|
|
37
41
|
|
|
38
42
|
|
|
39
43
|
export declare type WarrantIssuance = {
|
|
40
|
-
context:
|
|
44
|
+
context: Fairmint_OpenCapTable_Types_Core.Context;
|
|
41
45
|
issuance_data: WarrantIssuanceOcfData;
|
|
42
46
|
};
|
|
43
47
|
|
|
@@ -12,28 +12,32 @@ var damlTypes = require('@daml/types');
|
|
|
12
12
|
|
|
13
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var Fairmint_OpenCapTable_Types_Conversion = require('../../../../Fairmint/OpenCapTable/Types/Conversion/module');
|
|
16
|
+
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
17
|
+
var Fairmint_OpenCapTable_Types_Monetary = require('../../../../Fairmint/OpenCapTable/Types/Monetary/module');
|
|
18
|
+
var Fairmint_OpenCapTable_Types_Stock = require('../../../../Fairmint/OpenCapTable/Types/Stock/module');
|
|
19
|
+
var Fairmint_OpenCapTable_Types_Vesting = require('../../../../Fairmint/OpenCapTable/Types/Vesting/module');
|
|
16
20
|
|
|
17
21
|
|
|
18
22
|
exports.WarrantIssuanceOcfData = {
|
|
19
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, custom_id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, purchase_price:
|
|
23
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({id: damlTypes.Text.decoder, custom_id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, purchase_price: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.decoder, security_id: damlTypes.Text.decoder, stakeholder_id: damlTypes.Text.decoder, comments: damlTypes.List(damlTypes.Text).decoder, exercise_triggers: damlTypes.List(Fairmint_OpenCapTable_Types_Conversion.OcfConversionTrigger).decoder, security_law_exemptions: damlTypes.List(Fairmint_OpenCapTable_Types_Stock.OcfSecurityExemption).decoder, vestings: damlTypes.List(Fairmint_OpenCapTable_Types_Vesting.OcfVesting).decoder, board_approval_date: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Time).decoder), consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), exercise_price: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).decoder), quantity: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Numeric(10)).decoder), quantity_source: jtv.Decoder.withDefault(null, damlTypes.Optional(Fairmint_OpenCapTable_Types_Stock.OcfQuantitySourceType).decoder), stockholder_approval_date: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Time).decoder), vesting_terms_id: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), warrant_expiration_date: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Time).decoder), }); }),
|
|
20
24
|
encode: function (__typed__) {
|
|
21
25
|
return {
|
|
22
26
|
id: damlTypes.Text.encode(__typed__.id),
|
|
23
27
|
custom_id: damlTypes.Text.encode(__typed__.custom_id),
|
|
24
28
|
date: damlTypes.Time.encode(__typed__.date),
|
|
25
|
-
purchase_price:
|
|
29
|
+
purchase_price: Fairmint_OpenCapTable_Types_Monetary.OcfMonetary.encode(__typed__.purchase_price),
|
|
26
30
|
security_id: damlTypes.Text.encode(__typed__.security_id),
|
|
27
31
|
stakeholder_id: damlTypes.Text.encode(__typed__.stakeholder_id),
|
|
28
32
|
comments: damlTypes.List(damlTypes.Text).encode(__typed__.comments),
|
|
29
|
-
exercise_triggers: damlTypes.List(
|
|
30
|
-
security_law_exemptions: damlTypes.List(
|
|
31
|
-
vestings: damlTypes.List(
|
|
33
|
+
exercise_triggers: damlTypes.List(Fairmint_OpenCapTable_Types_Conversion.OcfConversionTrigger).encode(__typed__.exercise_triggers),
|
|
34
|
+
security_law_exemptions: damlTypes.List(Fairmint_OpenCapTable_Types_Stock.OcfSecurityExemption).encode(__typed__.security_law_exemptions),
|
|
35
|
+
vestings: damlTypes.List(Fairmint_OpenCapTable_Types_Vesting.OcfVesting).encode(__typed__.vestings),
|
|
32
36
|
board_approval_date: damlTypes.Optional(damlTypes.Time).encode(__typed__.board_approval_date),
|
|
33
37
|
consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
|
|
34
|
-
exercise_price: damlTypes.Optional(
|
|
38
|
+
exercise_price: damlTypes.Optional(Fairmint_OpenCapTable_Types_Monetary.OcfMonetary).encode(__typed__.exercise_price),
|
|
35
39
|
quantity: damlTypes.Optional(damlTypes.Numeric(10)).encode(__typed__.quantity),
|
|
36
|
-
quantity_source: damlTypes.Optional(
|
|
40
|
+
quantity_source: damlTypes.Optional(Fairmint_OpenCapTable_Types_Stock.OcfQuantitySourceType).encode(__typed__.quantity_source),
|
|
37
41
|
stockholder_approval_date: damlTypes.Optional(damlTypes.Time).encode(__typed__.stockholder_approval_date),
|
|
38
42
|
vesting_terms_id: damlTypes.Optional(damlTypes.Text).encode(__typed__.vesting_terms_id),
|
|
39
43
|
warrant_expiration_date: damlTypes.Optional(damlTypes.Time).encode(__typed__.warrant_expiration_date),
|
|
@@ -47,13 +51,13 @@ exports.WarrantIssuanceOcfData = {
|
|
|
47
51
|
exports.WarrantIssuance = damlTypes.assembleTemplate(
|
|
48
52
|
{
|
|
49
53
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OCF.WarrantIssuance:WarrantIssuance',
|
|
50
|
-
templateIdWithPackageId: '
|
|
54
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OCF.WarrantIssuance:WarrantIssuance',
|
|
51
55
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
52
56
|
keyEncode: function () { throw 'EncodeError'; },
|
|
53
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
57
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, issuance_data: exports.WarrantIssuanceOcfData.decoder, }); }),
|
|
54
58
|
encode: function (__typed__) {
|
|
55
59
|
return {
|
|
56
|
-
context:
|
|
60
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
57
61
|
issuance_data: exports.WarrantIssuanceOcfData.encode(__typed__.issuance_data),
|
|
58
62
|
};
|
|
59
63
|
}
|
|
@@ -71,5 +75,5 @@ exports.WarrantIssuance = damlTypes.assembleTemplate(
|
|
|
71
75
|
);
|
|
72
76
|
|
|
73
77
|
|
|
74
|
-
damlTypes.registerTemplate(exports.WarrantIssuance, ['
|
|
78
|
+
damlTypes.registerTemplate(exports.WarrantIssuance, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
75
79
|
|
|
@@ -7,7 +7,7 @@ import * as damlTypes from '@daml/types';
|
|
|
7
7
|
|
|
8
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
9
9
|
|
|
10
|
-
import * as
|
|
10
|
+
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
11
11
|
|
|
12
12
|
export declare type WarrantRetractionOcfData = {
|
|
13
13
|
id: string;
|
|
@@ -24,7 +24,7 @@ export declare const WarrantRetractionOcfData:
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export declare type WarrantRetraction = {
|
|
27
|
-
context:
|
|
27
|
+
context: Fairmint_OpenCapTable_Types_Core.Context;
|
|
28
28
|
retraction_data: WarrantRetractionOcfData;
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -12,7 +12,7 @@ var damlTypes = require('@daml/types');
|
|
|
12
12
|
|
|
13
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.WarrantRetractionOcfData = {
|
|
@@ -34,13 +34,13 @@ exports.WarrantRetractionOcfData = {
|
|
|
34
34
|
exports.WarrantRetraction = damlTypes.assembleTemplate(
|
|
35
35
|
{
|
|
36
36
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction',
|
|
37
|
-
templateIdWithPackageId: '
|
|
37
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OCF.WarrantRetraction:WarrantRetraction',
|
|
38
38
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
39
39
|
keyEncode: function () { throw 'EncodeError'; },
|
|
40
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
40
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, retraction_data: exports.WarrantRetractionOcfData.decoder, }); }),
|
|
41
41
|
encode: function (__typed__) {
|
|
42
42
|
return {
|
|
43
|
-
context:
|
|
43
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
44
44
|
retraction_data: exports.WarrantRetractionOcfData.encode(__typed__.retraction_data),
|
|
45
45
|
};
|
|
46
46
|
}
|
|
@@ -58,5 +58,5 @@ exports.WarrantRetraction = damlTypes.assembleTemplate(
|
|
|
58
58
|
);
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
damlTypes.registerTemplate(exports.WarrantRetraction, ['
|
|
61
|
+
damlTypes.registerTemplate(exports.WarrantRetraction, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
62
62
|
|
|
@@ -7,7 +7,7 @@ import * as damlTypes from '@daml/types';
|
|
|
7
7
|
|
|
8
8
|
import * as pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 from '../../../../DA/Internal/Template';
|
|
9
9
|
|
|
10
|
-
import * as
|
|
10
|
+
import * as Fairmint_OpenCapTable_Types_Core from '../../../../Fairmint/OpenCapTable/Types/Core/module';
|
|
11
11
|
|
|
12
12
|
export declare type WarrantTransferOcfData = {
|
|
13
13
|
id: string;
|
|
@@ -27,7 +27,7 @@ export declare const WarrantTransferOcfData:
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
export declare type WarrantTransfer = {
|
|
30
|
-
context:
|
|
30
|
+
context: Fairmint_OpenCapTable_Types_Core.Context;
|
|
31
31
|
transfer_data: WarrantTransferOcfData;
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -12,7 +12,7 @@ var damlTypes = require('@daml/types');
|
|
|
12
12
|
|
|
13
13
|
var pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69 = require('../../../../DA/Internal/Template');
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var Fairmint_OpenCapTable_Types_Core = require('../../../../Fairmint/OpenCapTable/Types/Core/module');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
exports.WarrantTransferOcfData = {
|
|
@@ -37,13 +37,13 @@ exports.WarrantTransferOcfData = {
|
|
|
37
37
|
exports.WarrantTransfer = damlTypes.assembleTemplate(
|
|
38
38
|
{
|
|
39
39
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer',
|
|
40
|
-
templateIdWithPackageId: '
|
|
40
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OCF.WarrantTransfer:WarrantTransfer',
|
|
41
41
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
42
42
|
keyEncode: function () { throw 'EncodeError'; },
|
|
43
|
-
decoder: damlTypes.lazyMemo(function () { return jtv.object({context:
|
|
43
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({context: Fairmint_OpenCapTable_Types_Core.Context.decoder, transfer_data: exports.WarrantTransferOcfData.decoder, }); }),
|
|
44
44
|
encode: function (__typed__) {
|
|
45
45
|
return {
|
|
46
|
-
context:
|
|
46
|
+
context: Fairmint_OpenCapTable_Types_Core.Context.encode(__typed__.context),
|
|
47
47
|
transfer_data: exports.WarrantTransferOcfData.encode(__typed__.transfer_data),
|
|
48
48
|
};
|
|
49
49
|
}
|
|
@@ -61,5 +61,5 @@ exports.WarrantTransfer = damlTypes.assembleTemplate(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
damlTypes.registerTemplate(exports.WarrantTransfer, ['
|
|
64
|
+
damlTypes.registerTemplate(exports.WarrantTransfer, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
65
65
|
|
|
@@ -30,7 +30,7 @@ exports.AuthorizeIssuer = {
|
|
|
30
30
|
exports.OcpFactory = damlTypes.assembleTemplate(
|
|
31
31
|
{
|
|
32
32
|
templateId: '#OpenCapTable-v29:Fairmint.OpenCapTable.OcpFactory:OcpFactory',
|
|
33
|
-
templateIdWithPackageId: '
|
|
33
|
+
templateIdWithPackageId: '070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6:Fairmint.OpenCapTable.OcpFactory:OcpFactory',
|
|
34
34
|
keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
|
|
35
35
|
keyEncode: function () { throw 'EncodeError'; },
|
|
36
36
|
decoder: damlTypes.lazyMemo(function () { return jtv.object({system_operator: damlTypes.Party.decoder, }); }),
|
|
@@ -61,5 +61,5 @@ exports.OcpFactory = damlTypes.assembleTemplate(
|
|
|
61
61
|
);
|
|
62
62
|
|
|
63
63
|
|
|
64
|
-
damlTypes.registerTemplate(exports.OcpFactory, ['
|
|
64
|
+
damlTypes.registerTemplate(exports.OcpFactory, ['070b203a441870fdabf0cf1e8fbc9451039032d4650e67a6a469788a7043caa6', '#OpenCapTable-v29']);
|
|
65
65
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
+
function __export(m) {
|
|
4
|
+
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
__export(require('./module'));
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
// Generated from Fairmint/OpenCapTable/Types/Contact.daml
|
|
2
|
+
/* eslint-disable @typescript-eslint/camelcase */
|
|
3
|
+
/* eslint-disable @typescript-eslint/no-namespace */
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-use-before-define */
|
|
5
|
+
import * as jtv from '@mojotech/json-type-validation';
|
|
6
|
+
import * as damlTypes from '@daml/types';
|
|
7
|
+
|
|
8
|
+
export declare type OcfEmail = {
|
|
9
|
+
email_address: string;
|
|
10
|
+
email_type: OcfEmailType;
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export declare const OcfEmail:
|
|
14
|
+
damlTypes.Serializable<OcfEmail> & {
|
|
15
|
+
}
|
|
16
|
+
;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export declare type OcfEmailType =
|
|
20
|
+
| 'OcfEmailTypeBusiness'
|
|
21
|
+
| 'OcfEmailTypePersonal'
|
|
22
|
+
| 'OcfEmailTypeOther'
|
|
23
|
+
;
|
|
24
|
+
|
|
25
|
+
export declare const OcfEmailType:
|
|
26
|
+
damlTypes.Serializable<OcfEmailType> & {
|
|
27
|
+
}
|
|
28
|
+
& { readonly keys: OcfEmailType[] } & { readonly [e in OcfEmailType]: e }
|
|
29
|
+
;
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export declare type OcfPhone = {
|
|
33
|
+
phone_number: string;
|
|
34
|
+
phone_type: OcfPhoneType;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export declare const OcfPhone:
|
|
38
|
+
damlTypes.Serializable<OcfPhone> & {
|
|
39
|
+
}
|
|
40
|
+
;
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
export declare type OcfPhoneType =
|
|
44
|
+
| 'OcfPhoneHome'
|
|
45
|
+
| 'OcfPhoneMobile'
|
|
46
|
+
| 'OcfPhoneBusiness'
|
|
47
|
+
| 'OcfPhoneOther'
|
|
48
|
+
;
|
|
49
|
+
|
|
50
|
+
export declare const OcfPhoneType:
|
|
51
|
+
damlTypes.Serializable<OcfPhoneType> & {
|
|
52
|
+
}
|
|
53
|
+
& { readonly keys: OcfPhoneType[] } & { readonly [e in OcfPhoneType]: e }
|
|
54
|
+
;
|
|
55
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
+
function __export(m) {
|
|
4
|
+
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
9
|
+
var jtv = require('@mojotech/json-type-validation');
|
|
10
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
11
|
+
var damlTypes = require('@daml/types');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
exports.OcfEmail = {
|
|
15
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({email_address: damlTypes.Text.decoder, email_type: exports.OcfEmailType.decoder, }); }),
|
|
16
|
+
encode: function (__typed__) {
|
|
17
|
+
return {
|
|
18
|
+
email_address: damlTypes.Text.encode(__typed__.email_address),
|
|
19
|
+
email_type: exports.OcfEmailType.encode(__typed__.email_type),
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
,
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
exports.OcfEmailType = {
|
|
28
|
+
OcfEmailTypeBusiness: 'OcfEmailTypeBusiness',
|
|
29
|
+
OcfEmailTypePersonal: 'OcfEmailTypePersonal',
|
|
30
|
+
OcfEmailTypeOther: 'OcfEmailTypeOther',
|
|
31
|
+
keys: ['OcfEmailTypeBusiness','OcfEmailTypePersonal','OcfEmailTypeOther',],
|
|
32
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfEmailType.OcfEmailTypeBusiness), jtv.constant(exports.OcfEmailType.OcfEmailTypePersonal), jtv.constant(exports.OcfEmailType.OcfEmailTypeOther)); }),
|
|
33
|
+
encode: function (__typed__) { return __typed__; },
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
exports.OcfPhone = {
|
|
39
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.object({phone_number: damlTypes.Text.decoder, phone_type: exports.OcfPhoneType.decoder, }); }),
|
|
40
|
+
encode: function (__typed__) {
|
|
41
|
+
return {
|
|
42
|
+
phone_number: damlTypes.Text.encode(__typed__.phone_number),
|
|
43
|
+
phone_type: exports.OcfPhoneType.encode(__typed__.phone_type),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
,
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
exports.OcfPhoneType = {
|
|
52
|
+
OcfPhoneHome: 'OcfPhoneHome',
|
|
53
|
+
OcfPhoneMobile: 'OcfPhoneMobile',
|
|
54
|
+
OcfPhoneBusiness: 'OcfPhoneBusiness',
|
|
55
|
+
OcfPhoneOther: 'OcfPhoneOther',
|
|
56
|
+
keys: ['OcfPhoneHome','OcfPhoneMobile','OcfPhoneBusiness','OcfPhoneOther',],
|
|
57
|
+
decoder: damlTypes.lazyMemo(function () { return jtv.oneOf(jtv.constant(exports.OcfPhoneType.OcfPhoneHome), jtv.constant(exports.OcfPhoneType.OcfPhoneMobile), jtv.constant(exports.OcfPhoneType.OcfPhoneBusiness), jtv.constant(exports.OcfPhoneType.OcfPhoneOther)); }),
|
|
58
|
+
encode: function (__typed__) { return __typed__; },
|
|
59
|
+
};
|
|
60
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './module';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* eslint-disable-next-line no-unused-vars */
|
|
3
|
+
function __export(m) {
|
|
4
|
+
/* eslint-disable-next-line no-prototype-builtins */
|
|
5
|
+
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
6
|
+
}
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
__export(require('./module'));
|