@fairmint/open-captable-protocol-daml-js 0.1.0 → 0.1.2

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.
@@ -32,7 +32,7 @@ exports.UpdateStockLegendTemplate = {
32
32
 
33
33
  exports.StockLegendTemplate = damlTypes.assembleTemplate(
34
34
  {
35
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockLegendTemplate:StockLegendTemplate',
35
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockLegendTemplate:StockLegendTemplate',
36
36
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
37
37
  keyEncode: function () { throw 'EncodeError'; },
38
38
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, template_data: Fairmint_OpenCapTable_Types.OcfStockLegendTemplateData.decoder, }); }),
@@ -66,5 +66,5 @@ exports.StockLegendTemplate = damlTypes.assembleTemplate(
66
66
  );
67
67
 
68
68
 
69
- damlTypes.registerTemplate(exports.StockLegendTemplate, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
69
+ damlTypes.registerTemplate(exports.StockLegendTemplate, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
70
70
 
@@ -14,6 +14,88 @@ import * as Fairmint_OpenCapTable_StockClass from '../../../Fairmint/OpenCapTabl
14
14
  import * as Fairmint_OpenCapTable_Types from '../../../Fairmint/OpenCapTable/Types/module';
15
15
  import * as Fairmint_OpenCapTable_VestingTerms from '../../../Fairmint/OpenCapTable/VestingTerms/module';
16
16
 
17
+ export declare type StockPlanPoolAdjustmentEvent = {
18
+ issuer: damlTypes.Party;
19
+ system_operator: damlTypes.Party;
20
+ featured_app_right: damlTypes.ContractId<pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight>;
21
+ stock_plan: damlTypes.ContractId<StockPlan>;
22
+ new_reserved_shares: damlTypes.Numeric;
23
+ date: damlTypes.Time;
24
+ };
25
+
26
+ export declare interface StockPlanPoolAdjustmentEventInterface {
27
+ Archive: damlTypes.Choice<StockPlanPoolAdjustmentEvent, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<StockPlanPoolAdjustmentEvent, undefined>>;
28
+ }
29
+ export declare const StockPlanPoolAdjustmentEvent:
30
+ damlTypes.Template<StockPlanPoolAdjustmentEvent, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:StockPlanPoolAdjustmentEvent'> &
31
+ damlTypes.ToInterface<StockPlanPoolAdjustmentEvent, never> &
32
+ StockPlanPoolAdjustmentEventInterface;
33
+
34
+ export declare namespace StockPlanPoolAdjustmentEvent {
35
+ export type CreateEvent = damlLedger.CreateEvent<StockPlanPoolAdjustmentEvent, undefined, typeof StockPlanPoolAdjustmentEvent.templateId>
36
+ export type ArchiveEvent = damlLedger.ArchiveEvent<StockPlanPoolAdjustmentEvent, typeof StockPlanPoolAdjustmentEvent.templateId>
37
+ export type Event = damlLedger.Event<StockPlanPoolAdjustmentEvent, undefined, typeof StockPlanPoolAdjustmentEvent.templateId>
38
+ export type QueryResult = damlLedger.QueryResult<StockPlanPoolAdjustmentEvent, undefined, typeof StockPlanPoolAdjustmentEvent.templateId>
39
+ }
40
+
41
+
42
+
43
+ export declare type PlanSecurityRepricing = {
44
+ issuer: damlTypes.Party;
45
+ system_operator: damlTypes.Party;
46
+ featured_app_right: damlTypes.ContractId<pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight>;
47
+ plan_security: damlTypes.ContractId<PlanSecurityGrant>;
48
+ stakeholder: damlTypes.Party;
49
+ new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary;
50
+ date: damlTypes.Time;
51
+ };
52
+
53
+ export declare interface PlanSecurityRepricingInterface {
54
+ Archive: damlTypes.Choice<PlanSecurityRepricing, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityRepricing, undefined>>;
55
+ }
56
+ export declare const PlanSecurityRepricing:
57
+ damlTypes.Template<PlanSecurityRepricing, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRepricing'> &
58
+ damlTypes.ToInterface<PlanSecurityRepricing, never> &
59
+ PlanSecurityRepricingInterface;
60
+
61
+ export declare namespace PlanSecurityRepricing {
62
+ export type CreateEvent = damlLedger.CreateEvent<PlanSecurityRepricing, undefined, typeof PlanSecurityRepricing.templateId>
63
+ export type ArchiveEvent = damlLedger.ArchiveEvent<PlanSecurityRepricing, typeof PlanSecurityRepricing.templateId>
64
+ export type Event = damlLedger.Event<PlanSecurityRepricing, undefined, typeof PlanSecurityRepricing.templateId>
65
+ export type QueryResult = damlLedger.QueryResult<PlanSecurityRepricing, undefined, typeof PlanSecurityRepricing.templateId>
66
+ }
67
+
68
+
69
+
70
+ export declare type PlanSecurityTransferEvent = {
71
+ issuer: damlTypes.Party;
72
+ system_operator: damlTypes.Party;
73
+ featured_app_right: damlTypes.ContractId<pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight>;
74
+ plan_security: damlTypes.ContractId<PlanSecurityGrant>;
75
+ from_stakeholder: damlTypes.Party;
76
+ to_stakeholder: damlTypes.Party;
77
+ quantity: damlTypes.Numeric;
78
+ consideration_text: damlTypes.Optional<string>;
79
+ date: damlTypes.Time;
80
+ };
81
+
82
+ export declare interface PlanSecurityTransferEventInterface {
83
+ Archive: damlTypes.Choice<PlanSecurityTransferEvent, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityTransferEvent, undefined>>;
84
+ }
85
+ export declare const PlanSecurityTransferEvent:
86
+ damlTypes.Template<PlanSecurityTransferEvent, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityTransferEvent'> &
87
+ damlTypes.ToInterface<PlanSecurityTransferEvent, never> &
88
+ PlanSecurityTransferEventInterface;
89
+
90
+ export declare namespace PlanSecurityTransferEvent {
91
+ export type CreateEvent = damlLedger.CreateEvent<PlanSecurityTransferEvent, undefined, typeof PlanSecurityTransferEvent.templateId>
92
+ export type ArchiveEvent = damlLedger.ArchiveEvent<PlanSecurityTransferEvent, typeof PlanSecurityTransferEvent.templateId>
93
+ export type Event = damlLedger.Event<PlanSecurityTransferEvent, undefined, typeof PlanSecurityTransferEvent.templateId>
94
+ export type QueryResult = damlLedger.QueryResult<PlanSecurityTransferEvent, undefined, typeof PlanSecurityTransferEvent.templateId>
95
+ }
96
+
97
+
98
+
17
99
  export declare type PlanSecurityExerciseEvent = {
18
100
  issuer: damlTypes.Party;
19
101
  system_operator: damlTypes.Party;
@@ -29,7 +111,7 @@ export declare interface PlanSecurityExerciseEventInterface {
29
111
  Archive: damlTypes.Choice<PlanSecurityExerciseEvent, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityExerciseEvent, undefined>>;
30
112
  }
31
113
  export declare const PlanSecurityExerciseEvent:
32
- damlTypes.Template<PlanSecurityExerciseEvent, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityExerciseEvent'> &
114
+ damlTypes.Template<PlanSecurityExerciseEvent, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityExerciseEvent'> &
33
115
  damlTypes.ToInterface<PlanSecurityExerciseEvent, never> &
34
116
  PlanSecurityExerciseEventInterface;
35
117
 
@@ -55,7 +137,7 @@ export declare interface PlanSecurityRetractionInterface {
55
137
  Archive: damlTypes.Choice<PlanSecurityRetraction, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityRetraction, undefined>>;
56
138
  }
57
139
  export declare const PlanSecurityRetraction:
58
- damlTypes.Template<PlanSecurityRetraction, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityRetraction'> &
140
+ damlTypes.Template<PlanSecurityRetraction, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRetraction'> &
59
141
  damlTypes.ToInterface<PlanSecurityRetraction, never> &
60
142
  PlanSecurityRetractionInterface;
61
143
 
@@ -81,7 +163,7 @@ export declare interface PlanSecurityReleaseInterface {
81
163
  Archive: damlTypes.Choice<PlanSecurityRelease, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityRelease, undefined>>;
82
164
  }
83
165
  export declare const PlanSecurityRelease:
84
- damlTypes.Template<PlanSecurityRelease, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityRelease'> &
166
+ damlTypes.Template<PlanSecurityRelease, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRelease'> &
85
167
  damlTypes.ToInterface<PlanSecurityRelease, never> &
86
168
  PlanSecurityReleaseInterface;
87
169
 
@@ -107,7 +189,7 @@ export declare interface PlanSecurityCancellationInterface {
107
189
  Archive: damlTypes.Choice<PlanSecurityCancellation, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityCancellation, undefined>>;
108
190
  }
109
191
  export declare const PlanSecurityCancellation:
110
- damlTypes.Template<PlanSecurityCancellation, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityCancellation'> &
192
+ damlTypes.Template<PlanSecurityCancellation, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityCancellation'> &
111
193
  damlTypes.ToInterface<PlanSecurityCancellation, never> &
112
194
  PlanSecurityCancellationInterface;
113
195
 
@@ -133,7 +215,7 @@ export declare interface PlanSecurityAcceptanceInterface {
133
215
  Archive: damlTypes.Choice<PlanSecurityAcceptance, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityAcceptance, undefined>>;
134
216
  }
135
217
  export declare const PlanSecurityAcceptance:
136
- damlTypes.Template<PlanSecurityAcceptance, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityAcceptance'> &
218
+ damlTypes.Template<PlanSecurityAcceptance, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityAcceptance'> &
137
219
  damlTypes.ToInterface<PlanSecurityAcceptance, never> &
138
220
  PlanSecurityAcceptanceInterface;
139
221
 
@@ -159,7 +241,7 @@ export declare interface PlanSecurityVestingStartInterface {
159
241
  Archive: damlTypes.Choice<PlanSecurityVestingStart, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityVestingStart, undefined>>;
160
242
  }
161
243
  export declare const PlanSecurityVestingStart:
162
- damlTypes.Template<PlanSecurityVestingStart, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityVestingStart'> &
244
+ damlTypes.Template<PlanSecurityVestingStart, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityVestingStart'> &
163
245
  damlTypes.ToInterface<PlanSecurityVestingStart, never> &
164
246
  PlanSecurityVestingStartInterface;
165
247
 
@@ -185,6 +267,17 @@ export declare const IssuePlanSecurity:
185
267
  ;
186
268
 
187
269
 
270
+ export declare type AdjustPool = {
271
+ new_reserved_shares: damlTypes.Numeric;
272
+ date: damlTypes.Time;
273
+ };
274
+
275
+ export declare const AdjustPool:
276
+ damlTypes.Serializable<AdjustPool> & {
277
+ }
278
+ ;
279
+
280
+
188
281
  export declare type UpdateStockPlan = {
189
282
  new_plan_data: Fairmint_OpenCapTable_Types.OcfStockPlanData;
190
283
  new_stock_classes: damlTypes.ContractId<Fairmint_OpenCapTable_StockClass.StockClass>[];
@@ -206,11 +299,12 @@ export declare type StockPlan = {
206
299
 
207
300
  export declare interface StockPlanInterface {
208
301
  Archive: damlTypes.Choice<StockPlan, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<StockPlan, undefined>>;
302
+ AdjustPool: damlTypes.Choice<StockPlan, AdjustPool, damlTypes.ContractId<StockPlan>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<StockPlan, undefined>>;
209
303
  UpdateStockPlan: damlTypes.Choice<StockPlan, UpdateStockPlan, damlTypes.ContractId<StockPlan>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<StockPlan, undefined>>;
210
304
  IssuePlanSecurity: damlTypes.Choice<StockPlan, IssuePlanSecurity, damlTypes.ContractId<PlanSecurityGrant>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<StockPlan, undefined>>;
211
305
  }
212
306
  export declare const StockPlan:
213
- damlTypes.Template<StockPlan, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:StockPlan'> &
307
+ damlTypes.Template<StockPlan, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:StockPlan'> &
214
308
  damlTypes.ToInterface<StockPlan, never> &
215
309
  StockPlanInterface;
216
310
 
@@ -235,6 +329,19 @@ export declare const ExerciseGrant:
235
329
  ;
236
330
 
237
331
 
332
+ export declare type TransferGrant = {
333
+ to_owner: damlTypes.Party;
334
+ quantity: damlTypes.Numeric;
335
+ date: damlTypes.Time;
336
+ consideration_text: damlTypes.Optional<string>;
337
+ };
338
+
339
+ export declare const TransferGrant:
340
+ damlTypes.Serializable<TransferGrant> & {
341
+ }
342
+ ;
343
+
344
+
238
345
  export declare type RetractGrant = {
239
346
  date: damlTypes.Time;
240
347
  };
@@ -286,6 +393,17 @@ export declare const StartVesting:
286
393
  ;
287
394
 
288
395
 
396
+ export declare type Reprice = {
397
+ new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary;
398
+ date: damlTypes.Time;
399
+ };
400
+
401
+ export declare const Reprice:
402
+ damlTypes.Serializable<Reprice> & {
403
+ }
404
+ ;
405
+
406
+
289
407
  export declare type UpdateIssuanceData = {
290
408
  new_issuance_data: Fairmint_OpenCapTable_Types.OcfEquityCompensationIssuanceData;
291
409
  };
@@ -312,13 +430,15 @@ export declare interface PlanSecurityGrantInterface {
312
430
  Archive: damlTypes.Choice<PlanSecurityGrant, pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive, {}, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
313
431
  ExerciseGrant: damlTypes.Choice<PlanSecurityGrant, ExerciseGrant, damlTypes.ContractId<Fairmint_OpenCapTable_StockClass.StockPosition>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
314
432
  UpdateIssuanceData: damlTypes.Choice<PlanSecurityGrant, UpdateIssuanceData, damlTypes.ContractId<PlanSecurityGrant>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
433
+ Reprice: damlTypes.Choice<PlanSecurityGrant, Reprice, damlTypes.ContractId<PlanSecurityRepricing>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
315
434
  AcceptGrant: damlTypes.Choice<PlanSecurityGrant, AcceptGrant, damlTypes.ContractId<PlanSecurityAcceptance>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
316
435
  CancelGrant: damlTypes.Choice<PlanSecurityGrant, CancelGrant, damlTypes.ContractId<PlanSecurityCancellation>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
317
436
  ReleaseGrant: damlTypes.Choice<PlanSecurityGrant, ReleaseGrant, damlTypes.ContractId<PlanSecurityRelease>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
318
437
  RetractGrant: damlTypes.Choice<PlanSecurityGrant, RetractGrant, damlTypes.ContractId<PlanSecurityRetraction>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
438
+ TransferGrant: damlTypes.Choice<PlanSecurityGrant, TransferGrant, damlTypes.ContractId<PlanSecurityTransferEvent>, undefined> & damlTypes.ChoiceFrom<damlTypes.Template<PlanSecurityGrant, undefined>>;
319
439
  }
320
440
  export declare const PlanSecurityGrant:
321
- damlTypes.Template<PlanSecurityGrant, undefined, '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityGrant'> &
441
+ damlTypes.Template<PlanSecurityGrant, undefined, '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityGrant'> &
322
442
  damlTypes.ToInterface<PlanSecurityGrant, never> &
323
443
  PlanSecurityGrantInterface;
324
444
 
@@ -20,9 +20,115 @@ var Fairmint_OpenCapTable_Types = require('../../../Fairmint/OpenCapTable/Types/
20
20
  var Fairmint_OpenCapTable_VestingTerms = require('../../../Fairmint/OpenCapTable/VestingTerms/module');
21
21
 
22
22
 
23
+ exports.StockPlanPoolAdjustmentEvent = damlTypes.assembleTemplate(
24
+ {
25
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:StockPlanPoolAdjustmentEvent',
26
+ keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
27
+ keyEncode: function () { throw 'EncodeError'; },
28
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, stock_plan: damlTypes.ContractId(exports.StockPlan).decoder, new_reserved_shares: damlTypes.Numeric(10).decoder, date: damlTypes.Time.decoder, }); }),
29
+ encode: function (__typed__) {
30
+ return {
31
+ issuer: damlTypes.Party.encode(__typed__.issuer),
32
+ system_operator: damlTypes.Party.encode(__typed__.system_operator),
33
+ featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).encode(__typed__.featured_app_right),
34
+ stock_plan: damlTypes.ContractId(exports.StockPlan).encode(__typed__.stock_plan),
35
+ new_reserved_shares: damlTypes.Numeric(10).encode(__typed__.new_reserved_shares),
36
+ date: damlTypes.Time.encode(__typed__.date),
37
+ };
38
+ }
39
+ ,
40
+ Archive: {
41
+ template: function () { return exports.StockPlanPoolAdjustmentEvent; },
42
+ choiceName: 'Archive',
43
+ argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
44
+ argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
45
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
46
+ resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
47
+ },
48
+ }
49
+
50
+ );
51
+
52
+
53
+ damlTypes.registerTemplate(exports.StockPlanPoolAdjustmentEvent, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
54
+
55
+
56
+
57
+ exports.PlanSecurityRepricing = damlTypes.assembleTemplate(
58
+ {
59
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRepricing',
60
+ keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
61
+ keyEncode: function () { throw 'EncodeError'; },
62
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary.decoder, date: damlTypes.Time.decoder, }); }),
63
+ encode: function (__typed__) {
64
+ return {
65
+ issuer: damlTypes.Party.encode(__typed__.issuer),
66
+ system_operator: damlTypes.Party.encode(__typed__.system_operator),
67
+ featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).encode(__typed__.featured_app_right),
68
+ plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).encode(__typed__.plan_security),
69
+ stakeholder: damlTypes.Party.encode(__typed__.stakeholder),
70
+ new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary.encode(__typed__.new_exercise_price),
71
+ date: damlTypes.Time.encode(__typed__.date),
72
+ };
73
+ }
74
+ ,
75
+ Archive: {
76
+ template: function () { return exports.PlanSecurityRepricing; },
77
+ choiceName: 'Archive',
78
+ argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
79
+ argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
80
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
81
+ resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
82
+ },
83
+ }
84
+
85
+ );
86
+
87
+
88
+ damlTypes.registerTemplate(exports.PlanSecurityRepricing, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
89
+
90
+
91
+
92
+ exports.PlanSecurityTransferEvent = damlTypes.assembleTemplate(
93
+ {
94
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityTransferEvent',
95
+ keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
96
+ keyEncode: function () { throw 'EncodeError'; },
97
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, from_stakeholder: damlTypes.Party.decoder, to_stakeholder: damlTypes.Party.decoder, quantity: damlTypes.Numeric(10).decoder, consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), date: damlTypes.Time.decoder, }); }),
98
+ encode: function (__typed__) {
99
+ return {
100
+ issuer: damlTypes.Party.encode(__typed__.issuer),
101
+ system_operator: damlTypes.Party.encode(__typed__.system_operator),
102
+ featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).encode(__typed__.featured_app_right),
103
+ plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).encode(__typed__.plan_security),
104
+ from_stakeholder: damlTypes.Party.encode(__typed__.from_stakeholder),
105
+ to_stakeholder: damlTypes.Party.encode(__typed__.to_stakeholder),
106
+ quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
107
+ consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
108
+ date: damlTypes.Time.encode(__typed__.date),
109
+ };
110
+ }
111
+ ,
112
+ Archive: {
113
+ template: function () { return exports.PlanSecurityTransferEvent; },
114
+ choiceName: 'Archive',
115
+ argumentDecoder: damlTypes.lazyMemo(function () { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.decoder; }),
116
+ argumentEncode: function (__typed__) { return pkg9e70a8b3510d617f8a136213f33d6a903a10ca0eeec76bb06ba55d1ed9680f69.DA.Internal.Template.Archive.encode(__typed__); },
117
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
118
+ resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
119
+ },
120
+ }
121
+
122
+ );
123
+
124
+
125
+ damlTypes.registerTemplate(exports.PlanSecurityTransferEvent, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
126
+
127
+
128
+
23
129
  exports.PlanSecurityExerciseEvent = damlTypes.assembleTemplate(
24
130
  {
25
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityExerciseEvent',
131
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityExerciseEvent',
26
132
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
27
133
  keyEncode: function () { throw 'EncodeError'; },
28
134
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, stock_class: damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass).decoder, quantity: damlTypes.Numeric(10).decoder, date: damlTypes.Time.decoder, }); }),
@@ -52,13 +158,13 @@ exports.PlanSecurityExerciseEvent = damlTypes.assembleTemplate(
52
158
  );
53
159
 
54
160
 
55
- damlTypes.registerTemplate(exports.PlanSecurityExerciseEvent, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
161
+ damlTypes.registerTemplate(exports.PlanSecurityExerciseEvent, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
56
162
 
57
163
 
58
164
 
59
165
  exports.PlanSecurityRetraction = damlTypes.assembleTemplate(
60
166
  {
61
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityRetraction',
167
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRetraction',
62
168
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
63
169
  keyEncode: function () { throw 'EncodeError'; },
64
170
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, date: damlTypes.Time.decoder, }); }),
@@ -86,13 +192,13 @@ exports.PlanSecurityRetraction = damlTypes.assembleTemplate(
86
192
  );
87
193
 
88
194
 
89
- damlTypes.registerTemplate(exports.PlanSecurityRetraction, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
195
+ damlTypes.registerTemplate(exports.PlanSecurityRetraction, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
90
196
 
91
197
 
92
198
 
93
199
  exports.PlanSecurityRelease = damlTypes.assembleTemplate(
94
200
  {
95
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityRelease',
201
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityRelease',
96
202
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
97
203
  keyEncode: function () { throw 'EncodeError'; },
98
204
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, date: damlTypes.Time.decoder, }); }),
@@ -120,13 +226,13 @@ exports.PlanSecurityRelease = damlTypes.assembleTemplate(
120
226
  );
121
227
 
122
228
 
123
- damlTypes.registerTemplate(exports.PlanSecurityRelease, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
229
+ damlTypes.registerTemplate(exports.PlanSecurityRelease, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
124
230
 
125
231
 
126
232
 
127
233
  exports.PlanSecurityCancellation = damlTypes.assembleTemplate(
128
234
  {
129
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityCancellation',
235
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityCancellation',
130
236
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
131
237
  keyEncode: function () { throw 'EncodeError'; },
132
238
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, date: damlTypes.Time.decoder, }); }),
@@ -154,13 +260,13 @@ exports.PlanSecurityCancellation = damlTypes.assembleTemplate(
154
260
  );
155
261
 
156
262
 
157
- damlTypes.registerTemplate(exports.PlanSecurityCancellation, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
263
+ damlTypes.registerTemplate(exports.PlanSecurityCancellation, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
158
264
 
159
265
 
160
266
 
161
267
  exports.PlanSecurityAcceptance = damlTypes.assembleTemplate(
162
268
  {
163
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityAcceptance',
269
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityAcceptance',
164
270
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
165
271
  keyEncode: function () { throw 'EncodeError'; },
166
272
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, stakeholder: damlTypes.Party.decoder, date: damlTypes.Time.decoder, }); }),
@@ -188,13 +294,13 @@ exports.PlanSecurityAcceptance = damlTypes.assembleTemplate(
188
294
  );
189
295
 
190
296
 
191
- damlTypes.registerTemplate(exports.PlanSecurityAcceptance, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
297
+ damlTypes.registerTemplate(exports.PlanSecurityAcceptance, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
192
298
 
193
299
 
194
300
 
195
301
  exports.PlanSecurityVestingStart = damlTypes.assembleTemplate(
196
302
  {
197
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityVestingStart',
303
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityVestingStart',
198
304
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
199
305
  keyEncode: function () { throw 'EncodeError'; },
200
306
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, plan_security: damlTypes.ContractId(exports.PlanSecurityGrant).decoder, vesting_condition_id: damlTypes.Text.decoder, date: damlTypes.Time.decoder, }); }),
@@ -222,7 +328,7 @@ exports.PlanSecurityVestingStart = damlTypes.assembleTemplate(
222
328
  );
223
329
 
224
330
 
225
- damlTypes.registerTemplate(exports.PlanSecurityVestingStart, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
331
+ damlTypes.registerTemplate(exports.PlanSecurityVestingStart, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
226
332
 
227
333
 
228
334
 
@@ -241,6 +347,19 @@ exports.IssuePlanSecurity = {
241
347
 
242
348
 
243
349
 
350
+ exports.AdjustPool = {
351
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({new_reserved_shares: damlTypes.Numeric(10).decoder, date: damlTypes.Time.decoder, }); }),
352
+ encode: function (__typed__) {
353
+ return {
354
+ new_reserved_shares: damlTypes.Numeric(10).encode(__typed__.new_reserved_shares),
355
+ date: damlTypes.Time.encode(__typed__.date),
356
+ };
357
+ }
358
+ ,
359
+ };
360
+
361
+
362
+
244
363
  exports.UpdateStockPlan = {
245
364
  decoder: damlTypes.lazyMemo(function () { return jtv.object({new_plan_data: Fairmint_OpenCapTable_Types.OcfStockPlanData.decoder, new_stock_classes: damlTypes.List(damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass)).decoder, }); }),
246
365
  encode: function (__typed__) {
@@ -256,7 +375,7 @@ exports.UpdateStockPlan = {
256
375
 
257
376
  exports.StockPlan = damlTypes.assembleTemplate(
258
377
  {
259
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:StockPlan',
378
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:StockPlan',
260
379
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
261
380
  keyEncode: function () { throw 'EncodeError'; },
262
381
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, stock_classes: damlTypes.List(damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass)).decoder, plan_data: Fairmint_OpenCapTable_Types.OcfStockPlanData.decoder, }); }),
@@ -278,6 +397,14 @@ exports.StockPlan = damlTypes.assembleTemplate(
278
397
  resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.Unit.decoder; }),
279
398
  resultEncode: function (__typed__) { return damlTypes.Unit.encode(__typed__); },
280
399
  },
400
+ AdjustPool: {
401
+ template: function () { return exports.StockPlan; },
402
+ choiceName: 'AdjustPool',
403
+ argumentDecoder: damlTypes.lazyMemo(function () { return exports.AdjustPool.decoder; }),
404
+ argumentEncode: function (__typed__) { return exports.AdjustPool.encode(__typed__); },
405
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(exports.StockPlan).decoder; }),
406
+ resultEncode: function (__typed__) { return damlTypes.ContractId(exports.StockPlan).encode(__typed__); },
407
+ },
281
408
  UpdateStockPlan: {
282
409
  template: function () { return exports.StockPlan; },
283
410
  choiceName: 'UpdateStockPlan',
@@ -299,7 +426,7 @@ exports.StockPlan = damlTypes.assembleTemplate(
299
426
  );
300
427
 
301
428
 
302
- damlTypes.registerTemplate(exports.StockPlan, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
429
+ damlTypes.registerTemplate(exports.StockPlan, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
303
430
 
304
431
 
305
432
 
@@ -317,6 +444,21 @@ exports.ExerciseGrant = {
317
444
 
318
445
 
319
446
 
447
+ exports.TransferGrant = {
448
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({to_owner: damlTypes.Party.decoder, quantity: damlTypes.Numeric(10).decoder, date: damlTypes.Time.decoder, consideration_text: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.Text).decoder), }); }),
449
+ encode: function (__typed__) {
450
+ return {
451
+ to_owner: damlTypes.Party.encode(__typed__.to_owner),
452
+ quantity: damlTypes.Numeric(10).encode(__typed__.quantity),
453
+ date: damlTypes.Time.encode(__typed__.date),
454
+ consideration_text: damlTypes.Optional(damlTypes.Text).encode(__typed__.consideration_text),
455
+ };
456
+ }
457
+ ,
458
+ };
459
+
460
+
461
+
320
462
  exports.RetractGrant = {
321
463
  decoder: damlTypes.lazyMemo(function () { return jtv.object({date: damlTypes.Time.decoder, }); }),
322
464
  encode: function (__typed__) {
@@ -378,6 +520,19 @@ exports.StartVesting = {
378
520
 
379
521
 
380
522
 
523
+ exports.Reprice = {
524
+ decoder: damlTypes.lazyMemo(function () { return jtv.object({new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary.decoder, date: damlTypes.Time.decoder, }); }),
525
+ encode: function (__typed__) {
526
+ return {
527
+ new_exercise_price: Fairmint_OpenCapTable_Types.OcfMonetary.encode(__typed__.new_exercise_price),
528
+ date: damlTypes.Time.encode(__typed__.date),
529
+ };
530
+ }
531
+ ,
532
+ };
533
+
534
+
535
+
381
536
  exports.UpdateIssuanceData = {
382
537
  decoder: damlTypes.lazyMemo(function () { return jtv.object({new_issuance_data: Fairmint_OpenCapTable_Types.OcfEquityCompensationIssuanceData.decoder, }); }),
383
538
  encode: function (__typed__) {
@@ -392,7 +547,7 @@ exports.UpdateIssuanceData = {
392
547
 
393
548
  exports.PlanSecurityGrant = damlTypes.assembleTemplate(
394
549
  {
395
- templateId: '#OpenCapTable-v12:Fairmint.OpenCapTable.StockPlan:PlanSecurityGrant',
550
+ templateId: '#OpenCapTable-v14:Fairmint.OpenCapTable.StockPlan:PlanSecurityGrant',
396
551
  keyDecoder: damlTypes.lazyMemo(function () { return jtv.constant(undefined); }),
397
552
  keyEncode: function () { throw 'EncodeError'; },
398
553
  decoder: damlTypes.lazyMemo(function () { return jtv.object({issuer: damlTypes.Party.decoder, system_operator: damlTypes.Party.decoder, featured_app_right: damlTypes.ContractId(pkg7804375fe5e4c6d5afe067bd314c42fe0b7d005a1300019c73154dd939da4dda.Splice.Api.FeaturedAppRightV1.FeaturedAppRight).decoder, stock_plan: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.ContractId(exports.StockPlan)).decoder), stock_class: damlTypes.ContractId(Fairmint_OpenCapTable_StockClass.StockClass).decoder, stakeholder: damlTypes.Party.decoder, vesting_terms: jtv.Decoder.withDefault(null, damlTypes.Optional(damlTypes.ContractId(Fairmint_OpenCapTable_VestingTerms.VestingTerms)).decoder), issuance_data: Fairmint_OpenCapTable_Types.OcfEquityCompensationIssuanceData.decoder, }); }),
@@ -441,6 +596,14 @@ exports.PlanSecurityGrant = damlTypes.assembleTemplate(
441
596
  resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(exports.PlanSecurityGrant).decoder; }),
442
597
  resultEncode: function (__typed__) { return damlTypes.ContractId(exports.PlanSecurityGrant).encode(__typed__); },
443
598
  },
599
+ Reprice: {
600
+ template: function () { return exports.PlanSecurityGrant; },
601
+ choiceName: 'Reprice',
602
+ argumentDecoder: damlTypes.lazyMemo(function () { return exports.Reprice.decoder; }),
603
+ argumentEncode: function (__typed__) { return exports.Reprice.encode(__typed__); },
604
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(exports.PlanSecurityRepricing).decoder; }),
605
+ resultEncode: function (__typed__) { return damlTypes.ContractId(exports.PlanSecurityRepricing).encode(__typed__); },
606
+ },
444
607
  AcceptGrant: {
445
608
  template: function () { return exports.PlanSecurityGrant; },
446
609
  choiceName: 'AcceptGrant',
@@ -473,10 +636,18 @@ exports.PlanSecurityGrant = damlTypes.assembleTemplate(
473
636
  resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(exports.PlanSecurityRetraction).decoder; }),
474
637
  resultEncode: function (__typed__) { return damlTypes.ContractId(exports.PlanSecurityRetraction).encode(__typed__); },
475
638
  },
639
+ TransferGrant: {
640
+ template: function () { return exports.PlanSecurityGrant; },
641
+ choiceName: 'TransferGrant',
642
+ argumentDecoder: damlTypes.lazyMemo(function () { return exports.TransferGrant.decoder; }),
643
+ argumentEncode: function (__typed__) { return exports.TransferGrant.encode(__typed__); },
644
+ resultDecoder: damlTypes.lazyMemo(function () { return damlTypes.ContractId(exports.PlanSecurityTransferEvent).decoder; }),
645
+ resultEncode: function (__typed__) { return damlTypes.ContractId(exports.PlanSecurityTransferEvent).encode(__typed__); },
646
+ },
476
647
  }
477
648
 
478
649
  );
479
650
 
480
651
 
481
- damlTypes.registerTemplate(exports.PlanSecurityGrant, ['14af9af7110ec2847e9a3e482f6ca1b480704c603c3e96b0cafa095fe58cd1f0', '#OpenCapTable-v12']);
652
+ damlTypes.registerTemplate(exports.PlanSecurityGrant, ['6cddafea5c34952f50277575e8e941838a693ae4770ba3cba82aafe5ac89b4c5', '#OpenCapTable-v14']);
482
653