@settlemint/dalp-cli 3.1.4-main.32595609106 → 3.1.4-main.32597092654

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/dist/dalp.js CHANGED
@@ -46201,7 +46201,7 @@ var API_ERROR_CATEGORIES = new Set([
46201
46201
  // ../sdk/package.json
46202
46202
  var package_default = {
46203
46203
  name: "@settlemint/dalp-sdk",
46204
- version: "3.1.4-main.32595609106",
46204
+ version: "3.1.4-main.32597092654",
46205
46205
  private: false,
46206
46206
  description: "Fully typed SDK for the DALP tokenization platform API",
46207
46207
  homepage: "https://settlemint.com",
@@ -46911,6 +46911,7 @@ __export(exports_operations, {
46911
46911
  v2SystemTrustedIssuersUpdate: () => v2SystemTrustedIssuersUpdate,
46912
46912
  v2SystemTrustedIssuersUpsert: () => v2SystemTrustedIssuersUpsert,
46913
46913
  v2TokenAaRoleMigrationPending: () => v2TokenAaRoleMigrationPending,
46914
+ v2TokenAbortCorporateAction: () => v2TokenAbortCorporateAction,
46914
46915
  v2TokenActions: () => v2TokenActions,
46915
46916
  v2TokenAddAuthorizedConverter: () => v2TokenAddAuthorizedConverter,
46916
46917
  v2TokenAllowance: () => v2TokenAllowance,
@@ -46935,6 +46936,7 @@ __export(exports_operations, {
46935
46936
  v2TokenComplianceExpressionUpdate: () => v2TokenComplianceExpressionUpdate,
46936
46937
  v2TokenConfigureComplianceModule: () => v2TokenConfigureComplianceModule,
46937
46938
  v2TokenConfigureScopedComplianceModule: () => v2TokenConfigureScopedComplianceModule,
46939
+ v2TokenConfirmCorporateAction: () => v2TokenConfirmCorporateAction,
46938
46940
  v2TokenConversionFeatureProbe: () => v2TokenConversionFeatureProbe,
46939
46941
  v2TokenConversionHolderState: () => v2TokenConversionHolderState,
46940
46942
  v2TokenConversionRecords: () => v2TokenConversionRecords,
@@ -46944,6 +46946,7 @@ __export(exports_operations, {
46944
46946
  v2TokenConvertedFrom: () => v2TokenConvertedFrom,
46945
46947
  v2TokenConvertsTo: () => v2TokenConvertsTo,
46946
46948
  v2TokenCreate: () => v2TokenCreate,
46949
+ v2TokenCreateCorporateAction: () => v2TokenCreateCorporateAction,
46947
46950
  v2TokenCreateStream: () => v2TokenCreateStream,
46948
46951
  v2TokenDeclareDividend: () => v2TokenDeclareDividend,
46949
46952
  v2TokenDelegate: () => v2TokenDelegate,
@@ -46979,6 +46982,7 @@ __export(exports_operations, {
46979
46982
  v2TokenFreezePartial: () => v2TokenFreezePartial,
46980
46983
  v2TokenFreezeTransactionFeeAccountingRates: () => v2TokenFreezeTransactionFeeAccountingRates,
46981
46984
  v2TokenFreezeTransactionFeeRates: () => v2TokenFreezeTransactionFeeRates,
46985
+ v2TokenGetCorporateAction: () => v2TokenGetCorporateAction,
46982
46986
  v2TokenGrantRole: () => v2TokenGrantRole,
46983
46987
  v2TokenGrantRoleByParticipant: () => v2TokenGrantRoleByParticipant,
46984
46988
  v2TokenHistoricalBalanceAtBlock: () => v2TokenHistoricalBalanceAtBlock,
@@ -46995,6 +46999,7 @@ __export(exports_operations, {
46995
46999
  v2TokenInterestIssuerStats: () => v2TokenInterestIssuerStats,
46996
47000
  v2TokenInterestRateHistory: () => v2TokenInterestRateHistory,
46997
47001
  v2TokenList: () => v2TokenList,
47002
+ v2TokenListCorporateActions: () => v2TokenListCorporateActions,
46998
47003
  v2TokenListDividends: () => v2TokenListDividends,
46999
47004
  v2TokenMature: () => v2TokenMature,
47000
47005
  v2TokenMatureEarly: () => v2TokenMatureEarly,
@@ -47006,6 +47011,7 @@ __export(exports_operations, {
47006
47011
  v2TokenPause: () => v2TokenPause,
47007
47012
  v2TokenPermit: () => v2TokenPermit,
47008
47013
  v2TokenPermitInfo: () => v2TokenPermitInfo,
47014
+ v2TokenPreviewCorporateAction: () => v2TokenPreviewCorporateAction,
47009
47015
  v2TokenPrice: () => v2TokenPrice,
47010
47016
  v2TokenPublishTrigger: () => v2TokenPublishTrigger,
47011
47017
  v2TokenRead: () => v2TokenRead,
@@ -67457,6 +67463,544 @@ var zTokenInterestIssuerStatsRowResponse = strictObject({
67457
67463
  data: zTokenInterestIssuerStatsRow,
67458
67464
  links: zSingleResourceLinks
67459
67465
  });
67466
+ var zCollectionPageQuery114 = strictObject({
67467
+ offset: union([
67468
+ string2().regex(/^[+-]?\d*\.?\d+(?:[Ee][+-]?\d+)?$/),
67469
+ string2()
67470
+ ]).nullish(),
67471
+ limit: union([
67472
+ string2().regex(/^[+-]?\d*\.?\d+(?:[Ee][+-]?\d+)?$/),
67473
+ string2()
67474
+ ]).nullish()
67475
+ });
67476
+ var zCollectionFilterCreatedAtStatusType = record(string2(), unknown()).and(object({
67477
+ type: union([
67478
+ _enum2([
67479
+ "cashDividend",
67480
+ "bondCoupon",
67481
+ "bonusIssue",
67482
+ "rightsIssue",
67483
+ "capitalDecrease",
67484
+ "stockSplit",
67485
+ "spinOff",
67486
+ "maturityRedemption",
67487
+ "distribution",
67488
+ "partialRedemption",
67489
+ "conversion",
67490
+ "buyback"
67491
+ ]),
67492
+ zCollectionEnumFilterOperators
67493
+ ]).optional(),
67494
+ status: union([
67495
+ _enum2([
67496
+ "drafted",
67497
+ "previewed",
67498
+ "executing",
67499
+ "completed",
67500
+ "aborted"
67501
+ ]),
67502
+ zCollectionEnumFilterOperators
67503
+ ]).optional(),
67504
+ createdAt: union([
67505
+ string2().max(64),
67506
+ zCollectionDateFilterOperators
67507
+ ]).optional()
67508
+ }));
67509
+ var zCorporateActionId = string2().min(1);
67510
+ var zEvmAddress432 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67511
+ var zCorporateActionType = _enum2([
67512
+ "cashDividend",
67513
+ "bondCoupon",
67514
+ "bonusIssue",
67515
+ "rightsIssue",
67516
+ "capitalDecrease",
67517
+ "stockSplit",
67518
+ "spinOff",
67519
+ "maturityRedemption",
67520
+ "distribution",
67521
+ "partialRedemption",
67522
+ "conversion",
67523
+ "buyback"
67524
+ ]);
67525
+ var zCorporateActionStatus = _enum2([
67526
+ "drafted",
67527
+ "previewed",
67528
+ "executing",
67529
+ "completed",
67530
+ "aborted"
67531
+ ]);
67532
+ var zAssetAmount52 = string2().regex(/^[0-9]+$/);
67533
+ var zOptionalCorporateActionClaimDeadline = zTimestampEncoded.nullable();
67534
+ var zOptionalCorporateActionCountryCode = string2().regex(/^[A-Za-z]{2}$/).nullable();
67535
+ var zCashDividendCreateTerms = strictObject({
67536
+ type: _enum2(["cashDividend"]),
67537
+ amountPerShare: zAssetAmount52,
67538
+ exDate: zTimestampEncoded,
67539
+ recordDate: zTimestampEncoded,
67540
+ paymentDate: zTimestampEncoded,
67541
+ claimDeadline: zOptionalCorporateActionClaimDeadline.optional(),
67542
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67543
+ });
67544
+ var zBondCouponCreateTerms = strictObject({
67545
+ type: _enum2(["bondCoupon"])
67546
+ });
67547
+ var zOptionalCorporateActionRecordDate = zTimestampEncoded.nullable();
67548
+ var zAssetAmount53 = string2().regex(/^[0-9]+$/);
67549
+ var zOptionalCorporateActionRaiseCap = zAssetAmount53.nullable();
67550
+ var zAssetAmount54 = string2().regex(/^[0-9]+$/);
67551
+ var zOptionalCorporateActionLowerCap = zAssetAmount54.nullable();
67552
+ var zBonusIssueCreateTerms = strictObject({
67553
+ type: _enum2(["bonusIssue"]),
67554
+ numerator: int().gt(0),
67555
+ denominator: int().gt(0),
67556
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67557
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67558
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67559
+ });
67560
+ var zRightsIssuePath = _enum2(["allotment", "tokenSale"]);
67561
+ var zOptionalCorporateActionTokenSaleId = string2().min(1).nullable();
67562
+ var zOptionalCorporateActionRatioPart = int().gt(0).nullable();
67563
+ var zRightsIssueCreateTerms = strictObject({
67564
+ type: _enum2(["rightsIssue"]),
67565
+ path: zRightsIssuePath,
67566
+ tokenSaleId: zOptionalCorporateActionTokenSaleId.optional(),
67567
+ numerator: zOptionalCorporateActionRatioPart.optional(),
67568
+ denominator: zOptionalCorporateActionRatioPart.optional(),
67569
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67570
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67571
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67572
+ });
67573
+ var zEvmAddress433 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67574
+ var zAssetAmount55 = string2().regex(/^[0-9]+$/);
67575
+ var zCorporateActionHolderAmount = strictObject({
67576
+ holder: zEvmAddress433,
67577
+ amount: zAssetAmount55
67578
+ });
67579
+ var zCapitalDecreaseCreateTerms = strictObject({
67580
+ type: _enum2(["capitalDecrease"]),
67581
+ holders: array(zCorporateActionHolderAmount),
67582
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67583
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67584
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67585
+ });
67586
+ var zStockSplitDirection = _enum2(["forward", "reverse"]);
67587
+ var zStockSplitCreateTerms = strictObject({
67588
+ type: _enum2(["stockSplit"]),
67589
+ direction: zStockSplitDirection,
67590
+ numerator: int().gt(0),
67591
+ denominator: int().gt(0),
67592
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67593
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67594
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67595
+ });
67596
+ var zEvmAddress434 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67597
+ var zSpinOffCreateTerms = strictObject({
67598
+ type: _enum2(["spinOff"]),
67599
+ childTokenAddress: zEvmAddress434,
67600
+ numerator: int().gt(0),
67601
+ denominator: int().gt(0),
67602
+ recordDate: zOptionalCorporateActionRecordDate.optional()
67603
+ });
67604
+ var zMaturityRedemptionCreateTerms = strictObject({
67605
+ type: _enum2(["maturityRedemption"])
67606
+ });
67607
+ var zAssetAmount56 = string2().regex(/^[0-9]+$/);
67608
+ var zDistributionCreateTerms = strictObject({
67609
+ type: _enum2(["distribution"]),
67610
+ amountPerShare: zAssetAmount56,
67611
+ exDate: zTimestampEncoded,
67612
+ recordDate: zTimestampEncoded,
67613
+ paymentDate: zTimestampEncoded,
67614
+ claimDeadline: zOptionalCorporateActionClaimDeadline.optional(),
67615
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67616
+ });
67617
+ var zPartialRedemptionCreateTerms = strictObject({
67618
+ type: _enum2(["partialRedemption"]),
67619
+ holders: array(zCorporateActionHolderAmount),
67620
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67621
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67622
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67623
+ });
67624
+ var zConversionCreateTerms = strictObject({
67625
+ type: _enum2(["conversion"])
67626
+ });
67627
+ var zBuybackCreateTerms = strictObject({
67628
+ type: _enum2(["buyback"]),
67629
+ holders: array(zCorporateActionHolderAmount),
67630
+ recordDate: zOptionalCorporateActionRecordDate.optional(),
67631
+ raiseCap: zOptionalCorporateActionRaiseCap.optional(),
67632
+ lowerCap: zOptionalCorporateActionLowerCap.optional()
67633
+ });
67634
+ var zCorporateActionTerms = union([
67635
+ zCashDividendCreateTerms,
67636
+ zBondCouponCreateTerms,
67637
+ zBonusIssueCreateTerms,
67638
+ zRightsIssueCreateTerms,
67639
+ zCapitalDecreaseCreateTerms,
67640
+ zStockSplitCreateTerms,
67641
+ zSpinOffCreateTerms,
67642
+ zMaturityRedemptionCreateTerms,
67643
+ zDistributionCreateTerms,
67644
+ zPartialRedemptionCreateTerms,
67645
+ zConversionCreateTerms,
67646
+ zBuybackCreateTerms
67647
+ ]);
67648
+ var zNullableCorporateActionRecordDate = zTimestampEncoded.nullable();
67649
+ var zAssetAmount57 = string2().regex(/^[0-9]+$/);
67650
+ var zAssetAmount58 = string2().regex(/^[0-9]+$/);
67651
+ var zCorporateActionSnapshot = strictObject({
67652
+ identity: string2().min(1),
67653
+ recordDate: zNullableCorporateActionRecordDate,
67654
+ remainder: zAssetAmount57,
67655
+ denominationShortfall: zAssetAmount58
67656
+ });
67657
+ var zNullableCorporateActionSnapshot = zCorporateActionSnapshot.nullable();
67658
+ var zEvmAddress435 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67659
+ var zAssetAmount59 = string2().regex(/^[0-9]+$/);
67660
+ var zCorporateActionHolderState = _enum2([
67661
+ "applied",
67662
+ "skipped",
67663
+ "remaining",
67664
+ "zeroAfterFloor"
67665
+ ]);
67666
+ var zOptionalCorporateActionHolderTransactionHash = zEthereumHashEncoded.nullable();
67667
+ var zCorporateActionHolder = strictObject({
67668
+ holder: zEvmAddress435,
67669
+ amount: zAssetAmount59,
67670
+ state: zCorporateActionHolderState,
67671
+ transactionHash: zOptionalCorporateActionHolderTransactionHash.optional()
67672
+ });
67673
+ var zCorporateActionHolderList = array(zCorporateActionHolder);
67674
+ var zNullableCorporateActionDividendId = string2().nullable();
67675
+ var zNullableCorporateActionTokenSaleId = string2().nullable();
67676
+ var zNullableCorporateActionChildTokenAddress = zEvmAddress4.nullable();
67677
+ var zNullableCorporateActionTransactionRequestId = string2().nullable();
67678
+ var zCorporateActionTransactionHashList = array(zEthereumHashEncoded);
67679
+ var zCorporateActionRecord = strictObject({
67680
+ id: zCorporateActionId,
67681
+ tokenAddress: zEvmAddress432,
67682
+ type: zCorporateActionType,
67683
+ status: zCorporateActionStatus,
67684
+ terms: zCorporateActionTerms,
67685
+ snapshot: zNullableCorporateActionSnapshot,
67686
+ holders: zCorporateActionHolderList,
67687
+ dividendId: zNullableCorporateActionDividendId,
67688
+ tokenSaleId: zNullableCorporateActionTokenSaleId,
67689
+ childTokenAddress: zNullableCorporateActionChildTokenAddress,
67690
+ transactionRequestId: zNullableCorporateActionTransactionRequestId,
67691
+ transactionHashes: zCorporateActionTransactionHashList,
67692
+ createdAt: zTimestampEncoded,
67693
+ updatedAt: zTimestampEncoded
67694
+ });
67695
+ var zCorporateActionRecordCollectionData = array(zCorporateActionRecord);
67696
+ var zCorporateActionRecordCollectionResponse = strictObject({
67697
+ data: zCorporateActionRecordCollectionData,
67698
+ meta: zCollectionResponseMeta,
67699
+ links: zCollectionPaginationLinks
67700
+ });
67701
+ var zCorporateActionId1 = string2().min(1);
67702
+ var zEvmAddress436 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67703
+ var zAssetAmount60 = string2().regex(/^[0-9]+$/);
67704
+ var zOptionalCorporateActionClaimDeadline1 = zTimestampEncoded.nullable();
67705
+ var zCashDividendCreateTerms1 = strictObject({
67706
+ type: _enum2(["cashDividend"]),
67707
+ amountPerShare: zAssetAmount60,
67708
+ exDate: zTimestampEncoded,
67709
+ recordDate: zTimestampEncoded,
67710
+ paymentDate: zTimestampEncoded,
67711
+ claimDeadline: zOptionalCorporateActionClaimDeadline1.optional(),
67712
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67713
+ });
67714
+ var zOptionalCorporateActionRecordDate1 = zTimestampEncoded.nullable();
67715
+ var zAssetAmount61 = string2().regex(/^[0-9]+$/);
67716
+ var zOptionalCorporateActionRaiseCap1 = zAssetAmount61.nullable();
67717
+ var zAssetAmount62 = string2().regex(/^[0-9]+$/);
67718
+ var zOptionalCorporateActionLowerCap1 = zAssetAmount62.nullable();
67719
+ var zBonusIssueCreateTerms1 = strictObject({
67720
+ type: _enum2(["bonusIssue"]),
67721
+ numerator: int().gt(0),
67722
+ denominator: int().gt(0),
67723
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67724
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67725
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67726
+ });
67727
+ var zRightsIssueCreateTerms1 = strictObject({
67728
+ type: _enum2(["rightsIssue"]),
67729
+ path: zRightsIssuePath,
67730
+ tokenSaleId: zOptionalCorporateActionTokenSaleId.optional(),
67731
+ numerator: zOptionalCorporateActionRatioPart.optional(),
67732
+ denominator: zOptionalCorporateActionRatioPart.optional(),
67733
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67734
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67735
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67736
+ });
67737
+ var zEvmAddress437 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67738
+ var zAssetAmount63 = string2().regex(/^[0-9]+$/);
67739
+ var zCorporateActionHolderAmount1 = strictObject({
67740
+ holder: zEvmAddress437,
67741
+ amount: zAssetAmount63
67742
+ });
67743
+ var zCapitalDecreaseCreateTerms1 = strictObject({
67744
+ type: _enum2(["capitalDecrease"]),
67745
+ holders: array(zCorporateActionHolderAmount1),
67746
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67747
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67748
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67749
+ });
67750
+ var zStockSplitCreateTerms1 = strictObject({
67751
+ type: _enum2(["stockSplit"]),
67752
+ direction: zStockSplitDirection,
67753
+ numerator: int().gt(0),
67754
+ denominator: int().gt(0),
67755
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67756
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67757
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67758
+ });
67759
+ var zEvmAddress438 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67760
+ var zSpinOffCreateTerms1 = strictObject({
67761
+ type: _enum2(["spinOff"]),
67762
+ childTokenAddress: zEvmAddress438,
67763
+ numerator: int().gt(0),
67764
+ denominator: int().gt(0),
67765
+ recordDate: zOptionalCorporateActionRecordDate1.optional()
67766
+ });
67767
+ var zAssetAmount64 = string2().regex(/^[0-9]+$/);
67768
+ var zDistributionCreateTerms1 = strictObject({
67769
+ type: _enum2(["distribution"]),
67770
+ amountPerShare: zAssetAmount64,
67771
+ exDate: zTimestampEncoded,
67772
+ recordDate: zTimestampEncoded,
67773
+ paymentDate: zTimestampEncoded,
67774
+ claimDeadline: zOptionalCorporateActionClaimDeadline1.optional(),
67775
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67776
+ });
67777
+ var zPartialRedemptionCreateTerms1 = strictObject({
67778
+ type: _enum2(["partialRedemption"]),
67779
+ holders: array(zCorporateActionHolderAmount1),
67780
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67781
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67782
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67783
+ });
67784
+ var zBuybackCreateTerms1 = strictObject({
67785
+ type: _enum2(["buyback"]),
67786
+ holders: array(zCorporateActionHolderAmount1),
67787
+ recordDate: zOptionalCorporateActionRecordDate1.optional(),
67788
+ raiseCap: zOptionalCorporateActionRaiseCap1.optional(),
67789
+ lowerCap: zOptionalCorporateActionLowerCap1.optional()
67790
+ });
67791
+ var zCorporateActionTerms1 = union([
67792
+ zCashDividendCreateTerms1,
67793
+ zBondCouponCreateTerms,
67794
+ zBonusIssueCreateTerms1,
67795
+ zRightsIssueCreateTerms1,
67796
+ zCapitalDecreaseCreateTerms1,
67797
+ zStockSplitCreateTerms1,
67798
+ zSpinOffCreateTerms1,
67799
+ zMaturityRedemptionCreateTerms,
67800
+ zDistributionCreateTerms1,
67801
+ zPartialRedemptionCreateTerms1,
67802
+ zConversionCreateTerms,
67803
+ zBuybackCreateTerms1
67804
+ ]);
67805
+ var zNullableCorporateActionRecordDate1 = zTimestampEncoded.nullable();
67806
+ var zAssetAmount65 = string2().regex(/^[0-9]+$/);
67807
+ var zAssetAmount66 = string2().regex(/^[0-9]+$/);
67808
+ var zCorporateActionSnapshot1 = strictObject({
67809
+ identity: string2().min(1),
67810
+ recordDate: zNullableCorporateActionRecordDate1,
67811
+ remainder: zAssetAmount65,
67812
+ denominationShortfall: zAssetAmount66
67813
+ });
67814
+ var zNullableCorporateActionSnapshot1 = zCorporateActionSnapshot1.nullable();
67815
+ var zEvmAddress439 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67816
+ var zAssetAmount67 = string2().regex(/^[0-9]+$/);
67817
+ var zOptionalCorporateActionHolderTransactionHash1 = zEthereumHashEncoded.nullable();
67818
+ var zCorporateActionHolder1 = strictObject({
67819
+ holder: zEvmAddress439,
67820
+ amount: zAssetAmount67,
67821
+ state: zCorporateActionHolderState,
67822
+ transactionHash: zOptionalCorporateActionHolderTransactionHash1.optional()
67823
+ });
67824
+ var zCorporateActionHolderList1 = array(zCorporateActionHolder1);
67825
+ var zNullableCorporateActionChildTokenAddress1 = zEvmAddress7.nullable();
67826
+ var zCorporateActionTransactionHashList1 = array(zEthereumHashEncoded);
67827
+ var zCorporateActionRecord1 = strictObject({
67828
+ id: zCorporateActionId,
67829
+ tokenAddress: zEvmAddress436,
67830
+ type: zCorporateActionType,
67831
+ status: zCorporateActionStatus,
67832
+ terms: zCorporateActionTerms1,
67833
+ snapshot: zNullableCorporateActionSnapshot1,
67834
+ holders: zCorporateActionHolderList1,
67835
+ dividendId: zNullableCorporateActionDividendId,
67836
+ tokenSaleId: zNullableCorporateActionTokenSaleId,
67837
+ childTokenAddress: zNullableCorporateActionChildTokenAddress1,
67838
+ transactionRequestId: zNullableCorporateActionTransactionRequestId,
67839
+ transactionHashes: zCorporateActionTransactionHashList1,
67840
+ createdAt: zTimestampEncoded,
67841
+ updatedAt: zTimestampEncoded
67842
+ });
67843
+ var zOptionalCorporateActionClaimDeadline2 = zTimestampEncoded.nullable();
67844
+ var zCreateCashDividendBody = strictObject({
67845
+ walletVerification: zOptionalUserVerification1.optional(),
67846
+ type: _enum2(["cashDividend"]),
67847
+ amountPerShare: zAssetAmount15,
67848
+ exDate: zTimestampEncoded,
67849
+ recordDate: zTimestampEncoded,
67850
+ paymentDate: zTimestampEncoded,
67851
+ claimDeadline: zOptionalCorporateActionClaimDeadline2.optional(),
67852
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67853
+ });
67854
+ var zCreateBondCouponBody = strictObject({
67855
+ walletVerification: zOptionalUserVerification1.optional(),
67856
+ type: _enum2(["bondCoupon"])
67857
+ });
67858
+ var zOptionalCorporateActionRecordDate2 = zTimestampEncoded.nullable();
67859
+ var zOptionalCorporateActionRaiseCap2 = zAssetAmount15.nullable();
67860
+ var zOptionalCorporateActionLowerCap2 = zAssetAmount15.nullable();
67861
+ var zCreateBonusIssueBody = strictObject({
67862
+ walletVerification: zOptionalUserVerification1.optional(),
67863
+ type: _enum2(["bonusIssue"]),
67864
+ numerator: int().gt(0),
67865
+ denominator: int().gt(0),
67866
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67867
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67868
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67869
+ });
67870
+ var zCreateRightsIssueBody = strictObject({
67871
+ walletVerification: zOptionalUserVerification1.optional(),
67872
+ type: _enum2(["rightsIssue"]),
67873
+ path: zRightsIssuePath,
67874
+ tokenSaleId: zOptionalCorporateActionTokenSaleId.optional(),
67875
+ numerator: zOptionalCorporateActionRatioPart.optional(),
67876
+ denominator: zOptionalCorporateActionRatioPart.optional(),
67877
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67878
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67879
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67880
+ });
67881
+ var zCorporateActionHolderAmount2 = strictObject({
67882
+ holder: zEvmAddress1,
67883
+ amount: zAssetAmount15
67884
+ });
67885
+ var zCreateCapitalDecreaseBody = strictObject({
67886
+ walletVerification: zOptionalUserVerification1.optional(),
67887
+ type: _enum2(["capitalDecrease"]),
67888
+ holders: array(zCorporateActionHolderAmount2),
67889
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67890
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67891
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67892
+ });
67893
+ var zCreateStockSplitBody = strictObject({
67894
+ walletVerification: zOptionalUserVerification1.optional(),
67895
+ type: _enum2(["stockSplit"]),
67896
+ direction: zStockSplitDirection,
67897
+ numerator: int().gt(0),
67898
+ denominator: int().gt(0),
67899
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67900
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67901
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67902
+ });
67903
+ var zCreateSpinOffBody = strictObject({
67904
+ walletVerification: zOptionalUserVerification1.optional(),
67905
+ type: _enum2(["spinOff"]),
67906
+ childTokenAddress: zEvmAddress1,
67907
+ numerator: int().gt(0),
67908
+ denominator: int().gt(0),
67909
+ recordDate: zOptionalCorporateActionRecordDate2.optional()
67910
+ });
67911
+ var zCreateMaturityRedemptionBody = strictObject({
67912
+ walletVerification: zOptionalUserVerification1.optional(),
67913
+ type: _enum2(["maturityRedemption"])
67914
+ });
67915
+ var zCreateDistributionBody = strictObject({
67916
+ walletVerification: zOptionalUserVerification1.optional(),
67917
+ type: _enum2(["distribution"]),
67918
+ amountPerShare: zAssetAmount15,
67919
+ exDate: zTimestampEncoded,
67920
+ recordDate: zTimestampEncoded,
67921
+ paymentDate: zTimestampEncoded,
67922
+ claimDeadline: zOptionalCorporateActionClaimDeadline2.optional(),
67923
+ countryCode: zOptionalCorporateActionCountryCode.optional()
67924
+ });
67925
+ var zCreatePartialRedemptionBody = strictObject({
67926
+ walletVerification: zOptionalUserVerification1.optional(),
67927
+ type: _enum2(["partialRedemption"]),
67928
+ holders: array(zCorporateActionHolderAmount2),
67929
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67930
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67931
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67932
+ });
67933
+ var zCreateConversionBody = strictObject({
67934
+ walletVerification: zOptionalUserVerification1.optional(),
67935
+ type: _enum2(["conversion"])
67936
+ });
67937
+ var zCreateBuybackBody = strictObject({
67938
+ walletVerification: zOptionalUserVerification1.optional(),
67939
+ type: _enum2(["buyback"]),
67940
+ holders: array(zCorporateActionHolderAmount2),
67941
+ recordDate: zOptionalCorporateActionRecordDate2.optional(),
67942
+ raiseCap: zOptionalCorporateActionRaiseCap2.optional(),
67943
+ lowerCap: zOptionalCorporateActionLowerCap2.optional()
67944
+ });
67945
+ var zCreateCorporateActionBody = union([
67946
+ zCreateCashDividendBody,
67947
+ zCreateBondCouponBody,
67948
+ zCreateBonusIssueBody,
67949
+ zCreateRightsIssueBody,
67950
+ zCreateCapitalDecreaseBody,
67951
+ zCreateStockSplitBody,
67952
+ zCreateSpinOffBody,
67953
+ zCreateMaturityRedemptionBody,
67954
+ zCreateDistributionBody,
67955
+ zCreatePartialRedemptionBody,
67956
+ zCreateConversionBody,
67957
+ zCreateBuybackBody
67958
+ ]);
67959
+ var zPreviewCorporateActionBody = strictObject({
67960
+ walletVerification: zOptionalUserVerification1.optional()
67961
+ });
67962
+ var zCorporateActionRecord2 = strictObject({
67963
+ id: zCorporateActionId,
67964
+ tokenAddress: zEvmAddress436,
67965
+ type: zCorporateActionType,
67966
+ status: zCorporateActionStatus,
67967
+ terms: zCorporateActionTerms1,
67968
+ snapshot: zNullableCorporateActionSnapshot1,
67969
+ holders: zCorporateActionHolderList1,
67970
+ dividendId: zNullableCorporateActionDividendId,
67971
+ tokenSaleId: zNullableCorporateActionTokenSaleId,
67972
+ childTokenAddress: zNullableCorporateActionChildTokenAddress1,
67973
+ transactionRequestId: zNullableCorporateActionTransactionRequestId,
67974
+ transactionHashes: zCorporateActionTransactionHashList1,
67975
+ createdAt: zTimestampEncoded,
67976
+ updatedAt: zTimestampEncoded
67977
+ });
67978
+ var zAssetAmount68 = string2().regex(/^[0-9]+$/);
67979
+ var zAssetAmount69 = string2().regex(/^[0-9]+$/);
67980
+ var zCorporateActionPreview = strictObject({
67981
+ stage: _enum2(["preview"]),
67982
+ corporateAction: zCorporateActionRecord2,
67983
+ remainder: zAssetAmount68,
67984
+ denominationShortfall: zAssetAmount69,
67985
+ holderCount: int().gte(0)
67986
+ });
67987
+ var zOptionalCorporateActionMerkleRoot = zEthereumHashEncoded.nullable();
67988
+ var zOptionalCorporateActionTotalEntitled = zAssetAmount15.nullable();
67989
+ var zOptionalCorporateActionTotalRequired = zAssetAmount15.nullable();
67990
+ var zConfirmCorporateActionBody = strictObject({
67991
+ walletVerification: zOptionalUserVerification1.optional(),
67992
+ merkleRoot: zOptionalCorporateActionMerkleRoot.optional(),
67993
+ totalEntitled: zOptionalCorporateActionTotalEntitled.optional(),
67994
+ totalRequired: zOptionalCorporateActionTotalRequired.optional()
67995
+ });
67996
+ var zCorporateActionRecordMutationResponse = strictObject({
67997
+ data: zCorporateActionRecord2,
67998
+ meta: zBlockchainMutationMeta,
67999
+ links: zSingleResourceLinks
68000
+ });
68001
+ var zAbortCorporateActionBody = strictObject({
68002
+ walletVerification: zOptionalUserVerification1.optional()
68003
+ });
67460
68004
  var zFixedYieldSchedulePeriod1 = strictObject({
67461
68005
  id: zFixedYieldSchedulePeriodId,
67462
68006
  startDate: zTimestampEncoded,
@@ -67498,7 +68042,7 @@ var zTimeInterval2 = _enum2([
67498
68042
  "SEMI_ANNUAL",
67499
68043
  "YEARLY"
67500
68044
  ]);
67501
- var zEvmAddress432 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
68045
+ var zEvmAddress440 = string2().length(42).regex(/^0x[a-fA-F0-9]{40}$/);
67502
68046
  var zFixedYieldScheduleOutputMutationResponse = strictObject({
67503
68047
  data: zFixedYieldScheduleOutput,
67504
68048
  meta: zBlockchainMutationMeta,
@@ -68122,6 +68666,29 @@ var zTokenSupplyMutationAmountInput1Writable = union([
68122
68666
  var zTokenRoleMutationAccountsWritable = array(zEvmAddress355);
68123
68667
  var zTokenParticipantRoleMutationAccountsWritable = array(zEvmAddress355);
68124
68668
  var zTokenParticipantRolesWritable = array(zAssetAccessControlRole1);
68669
+ var zOptionalCorporateActionClaimDeadlineWritable = zTimestampEncoded.nullable();
68670
+ var zOptionalCorporateActionRecordDateWritable = zTimestampEncoded.nullable();
68671
+ var zOptionalCorporateActionRaiseCapWritable = zAssetAmount53.nullable();
68672
+ var zOptionalCorporateActionLowerCapWritable = zAssetAmount54.nullable();
68673
+ var zNullableCorporateActionRecordDateWritable = zTimestampEncoded.nullable();
68674
+ var zOptionalCorporateActionHolderTransactionHashWritable = zEthereumHashEncoded.nullable();
68675
+ var zNullableCorporateActionChildTokenAddressWritable = zEvmAddress4.nullable();
68676
+ var zCorporateActionTransactionHashListWritable = array(zEthereumHashEncoded);
68677
+ var zOptionalCorporateActionClaimDeadline1Writable = zTimestampEncoded.nullable();
68678
+ var zOptionalCorporateActionRecordDate1Writable = zTimestampEncoded.nullable();
68679
+ var zOptionalCorporateActionRaiseCap1Writable = zAssetAmount61.nullable();
68680
+ var zOptionalCorporateActionLowerCap1Writable = zAssetAmount62.nullable();
68681
+ var zNullableCorporateActionRecordDate1Writable = zTimestampEncoded.nullable();
68682
+ var zOptionalCorporateActionHolderTransactionHash1Writable = zEthereumHashEncoded.nullable();
68683
+ var zNullableCorporateActionChildTokenAddress1Writable = zEvmAddress7.nullable();
68684
+ var zCorporateActionTransactionHashList1Writable = array(zEthereumHashEncoded);
68685
+ var zOptionalCorporateActionClaimDeadline2Writable = zTimestampEncoded.nullable();
68686
+ var zOptionalCorporateActionRecordDate2Writable = zTimestampEncoded.nullable();
68687
+ var zOptionalCorporateActionRaiseCap2Writable = zAssetAmount15.nullable();
68688
+ var zOptionalCorporateActionLowerCap2Writable = zAssetAmount15.nullable();
68689
+ var zOptionalCorporateActionMerkleRootWritable = zEthereumHashEncoded.nullable();
68690
+ var zOptionalCorporateActionTotalEntitledWritable = zAssetAmount15.nullable();
68691
+ var zOptionalCorporateActionTotalRequiredWritable = zAssetAmount15.nullable();
68125
68692
  var zReportingDenominationWritable = zReportingOptionalText.nullable();
68126
68693
  var zReportingDataPointDimensionsEncodedWritable = zReportingDataPointDimensions.nullable();
68127
68694
  var zReportingDeadlineAuthoredByWritable = zReportingOptionalText1.nullable();
@@ -85290,6 +85857,138 @@ var zV2TokenInterestIssuerStatsPath = object({
85290
85857
  tokenAddress: zEvmAddress1
85291
85858
  });
85292
85859
  var zV2TokenInterestIssuerStatsResponse = zTokenInterestIssuerStatsRowResponse;
85860
+ var zV2TokenListCorporateActionsPath = object({
85861
+ tokenAddress: zEvmAddress1
85862
+ });
85863
+ var zV2TokenListCorporateActionsQuery = object({
85864
+ sort: string2().optional(),
85865
+ page: strictObject({
85866
+ offset: union([
85867
+ number2(),
85868
+ string2()
85869
+ ]).nullish(),
85870
+ limit: union([
85871
+ number2(),
85872
+ string2()
85873
+ ]).nullish()
85874
+ }).optional(),
85875
+ filter: record(string2(), unknown()).and(object({
85876
+ type: union([
85877
+ _enum2([
85878
+ "cashDividend",
85879
+ "bondCoupon",
85880
+ "bonusIssue",
85881
+ "rightsIssue",
85882
+ "capitalDecrease",
85883
+ "stockSplit",
85884
+ "spinOff",
85885
+ "maturityRedemption",
85886
+ "distribution",
85887
+ "partialRedemption",
85888
+ "conversion",
85889
+ "buyback"
85890
+ ]),
85891
+ record(string2(), unknown()).and(object({
85892
+ eq: string2().max(1000).optional(),
85893
+ ne: string2().max(1000).optional(),
85894
+ inArray: string2().min(1).max(1000).optional(),
85895
+ notInArray: string2().min(1).max(1000).optional(),
85896
+ isEmpty: unknown().optional(),
85897
+ isNotEmpty: unknown().optional()
85898
+ }))
85899
+ ]).optional(),
85900
+ status: union([
85901
+ _enum2([
85902
+ "drafted",
85903
+ "previewed",
85904
+ "executing",
85905
+ "completed",
85906
+ "aborted"
85907
+ ]),
85908
+ record(string2(), unknown()).and(object({
85909
+ eq: string2().max(1000).optional(),
85910
+ ne: string2().max(1000).optional(),
85911
+ inArray: string2().min(1).max(1000).optional(),
85912
+ notInArray: string2().min(1).max(1000).optional(),
85913
+ isEmpty: unknown().optional(),
85914
+ isNotEmpty: unknown().optional()
85915
+ }))
85916
+ ]).optional(),
85917
+ createdAt: union([
85918
+ string2().max(64),
85919
+ record(string2(), unknown()).and(object({
85920
+ eq: string2().max(64).optional(),
85921
+ ne: string2().max(64).optional(),
85922
+ gt: string2().max(64).optional(),
85923
+ gte: string2().max(64).optional(),
85924
+ lt: string2().max(64).optional(),
85925
+ lte: string2().max(64).optional(),
85926
+ between: string2().max(128).optional(),
85927
+ isEmpty: unknown().optional(),
85928
+ isNotEmpty: unknown().optional()
85929
+ }))
85930
+ ]).optional()
85931
+ })).optional(),
85932
+ sortBy: string2().optional(),
85933
+ sortDirection: _enum2(["asc", "desc"]).optional(),
85934
+ limit: union([
85935
+ number2(),
85936
+ string2()
85937
+ ]).optional(),
85938
+ offset: union([
85939
+ number2(),
85940
+ string2()
85941
+ ]).optional(),
85942
+ filters: unknown().optional()
85943
+ });
85944
+ var zV2TokenListCorporateActionsResponse = zCorporateActionRecordCollectionResponse;
85945
+ var zV2TokenCreateCorporateActionBody = zCreateCorporateActionBody;
85946
+ var zV2TokenCreateCorporateActionHeaders = object({
85947
+ "Idempotency-Key": string2().optional(),
85948
+ Prefer: string2().optional()
85949
+ });
85950
+ var zV2TokenCreateCorporateActionPath = object({
85951
+ tokenAddress: zEvmAddress1
85952
+ });
85953
+ var zV2TokenCreateCorporateActionResponse = zCorporateActionRecord1;
85954
+ var zV2TokenGetCorporateActionPath = object({
85955
+ tokenAddress: zEvmAddress1,
85956
+ corporateActionId: zCorporateActionId1
85957
+ });
85958
+ var zV2TokenGetCorporateActionResponse = zCorporateActionRecord1;
85959
+ var zV2TokenPreviewCorporateActionBody = zPreviewCorporateActionBody;
85960
+ var zV2TokenPreviewCorporateActionHeaders = object({
85961
+ "Idempotency-Key": string2().optional(),
85962
+ Prefer: string2().optional()
85963
+ });
85964
+ var zV2TokenPreviewCorporateActionPath = object({
85965
+ tokenAddress: zEvmAddress1,
85966
+ corporateActionId: zCorporateActionId1
85967
+ });
85968
+ var zV2TokenPreviewCorporateActionResponse = zCorporateActionPreview;
85969
+ var zV2TokenConfirmCorporateActionBody = zConfirmCorporateActionBody;
85970
+ var zV2TokenConfirmCorporateActionHeaders = object({
85971
+ "Idempotency-Key": string2().optional(),
85972
+ Prefer: string2().optional()
85973
+ });
85974
+ var zV2TokenConfirmCorporateActionPath = object({
85975
+ tokenAddress: zEvmAddress1,
85976
+ corporateActionId: zCorporateActionId1
85977
+ });
85978
+ var zV2TokenConfirmCorporateActionResponse = union([
85979
+ zCorporateActionRecordMutationResponse,
85980
+ zAsyncAcceptedResult
85981
+ ]);
85982
+ var zV2TokenAbortCorporateActionBody = zAbortCorporateActionBody;
85983
+ var zV2TokenAbortCorporateActionHeaders = object({
85984
+ "Idempotency-Key": string2().optional(),
85985
+ Prefer: string2().optional()
85986
+ });
85987
+ var zV2TokenAbortCorporateActionPath = object({
85988
+ tokenAddress: zEvmAddress1,
85989
+ corporateActionId: zCorporateActionId1
85990
+ });
85991
+ var zV2TokenAbortCorporateActionResponse = zCorporateActionRecord1;
85293
85992
  var zV2AddonsFixedYieldReadPath = object({
85294
85993
  scheduleAddress: zEvmAddress1
85295
85994
  });
@@ -85303,7 +86002,7 @@ var zV2AddonsFixedYieldCreateBody = strictObject({
85303
86002
  ]),
85304
86003
  startTime: zBlocktimeEncoded.optional(),
85305
86004
  endTime: zBlocktimeEncoded.optional(),
85306
- token: zEvmAddress432,
86005
+ token: zEvmAddress440,
85307
86006
  countryCode: zIsoCountryCodeNumericEncoded
85308
86007
  });
85309
86008
  var zV2AddonsFixedYieldCreateHeaders = object({
@@ -94894,6 +95593,86 @@ var v2TokenInterestIssuerStats = (options) => (options.client ?? client).get({
94894
95593
  url: "/api/v2/tokens/{tokenAddress}/features/interest-yield/issuer-stats",
94895
95594
  ...options
94896
95595
  });
95596
+ var v2TokenListCorporateActions = (options) => (options.client ?? client).get({
95597
+ requestValidator: async (data) => await object({
95598
+ body: never().optional(),
95599
+ path: zV2TokenListCorporateActionsPath,
95600
+ query: zV2TokenListCorporateActionsQuery.optional()
95601
+ }).parseAsync(data),
95602
+ responseTransformer: async (data) => await zV2TokenListCorporateActionsResponse.parseAsync(data),
95603
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions",
95604
+ ...options
95605
+ });
95606
+ var v2TokenCreateCorporateAction = (options) => (options.client ?? client).post({
95607
+ requestValidator: async (data) => await object({
95608
+ body: zV2TokenCreateCorporateActionBody,
95609
+ headers: zV2TokenCreateCorporateActionHeaders.optional(),
95610
+ path: zV2TokenCreateCorporateActionPath,
95611
+ query: never().optional()
95612
+ }).parseAsync(data),
95613
+ responseTransformer: async (data) => await zV2TokenCreateCorporateActionResponse.parseAsync(data),
95614
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions",
95615
+ ...options,
95616
+ headers: {
95617
+ "Content-Type": "application/json",
95618
+ ...options.headers
95619
+ }
95620
+ });
95621
+ var v2TokenGetCorporateAction = (options) => (options.client ?? client).get({
95622
+ requestValidator: async (data) => await object({
95623
+ body: never().optional(),
95624
+ path: zV2TokenGetCorporateActionPath,
95625
+ query: never().optional()
95626
+ }).parseAsync(data),
95627
+ responseTransformer: async (data) => await zV2TokenGetCorporateActionResponse.parseAsync(data),
95628
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}",
95629
+ ...options
95630
+ });
95631
+ var v2TokenPreviewCorporateAction = (options) => (options.client ?? client).post({
95632
+ requestValidator: async (data) => await object({
95633
+ body: zV2TokenPreviewCorporateActionBody.optional(),
95634
+ headers: zV2TokenPreviewCorporateActionHeaders.optional(),
95635
+ path: zV2TokenPreviewCorporateActionPath,
95636
+ query: never().optional()
95637
+ }).parseAsync(data),
95638
+ responseTransformer: async (data) => await zV2TokenPreviewCorporateActionResponse.parseAsync(data),
95639
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/preview",
95640
+ ...options,
95641
+ headers: {
95642
+ "Content-Type": "application/json",
95643
+ ...options.headers
95644
+ }
95645
+ });
95646
+ var v2TokenConfirmCorporateAction = (options) => (options.client ?? client).post({
95647
+ requestValidator: async (data) => await object({
95648
+ body: zV2TokenConfirmCorporateActionBody.optional(),
95649
+ headers: zV2TokenConfirmCorporateActionHeaders.optional(),
95650
+ path: zV2TokenConfirmCorporateActionPath,
95651
+ query: never().optional()
95652
+ }).parseAsync(data),
95653
+ responseTransformer: async (data) => await zV2TokenConfirmCorporateActionResponse.parseAsync(data),
95654
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/confirm",
95655
+ ...options,
95656
+ headers: {
95657
+ "Content-Type": "application/json",
95658
+ ...options.headers
95659
+ }
95660
+ });
95661
+ var v2TokenAbortCorporateAction = (options) => (options.client ?? client).post({
95662
+ requestValidator: async (data) => await object({
95663
+ body: zV2TokenAbortCorporateActionBody.optional(),
95664
+ headers: zV2TokenAbortCorporateActionHeaders.optional(),
95665
+ path: zV2TokenAbortCorporateActionPath,
95666
+ query: never().optional()
95667
+ }).parseAsync(data),
95668
+ responseTransformer: async (data) => await zV2TokenAbortCorporateActionResponse.parseAsync(data),
95669
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/abort",
95670
+ ...options,
95671
+ headers: {
95672
+ "Content-Type": "application/json",
95673
+ ...options.headers
95674
+ }
95675
+ });
94897
95676
  var v2AddonsFixedYieldRead = (options) => (options.client ?? client).get({
94898
95677
  requestValidator: async (data) => await object({
94899
95678
  body: never().optional(),
@@ -96595,6 +97374,7 @@ var authPostOrganizationHasPermission = (options) => (options?.client ?? client)
96595
97374
  var exports_schemas3 = {};
96596
97375
  __export(exports_schemas3, {
96597
97376
  zAaEnabled: () => zAaEnabled,
97377
+ zAbortCorporateActionBody: () => zAbortCorporateActionBody,
96598
97378
  zAccessControl: () => zAccessControl,
96599
97379
  zAccessControl1: () => zAccessControl1,
96600
97380
  zAccessControl2: () => zAccessControl2,
@@ -96777,7 +97557,25 @@ __export(exports_schemas3, {
96777
97557
  zAssetAmount5: () => zAssetAmount5,
96778
97558
  zAssetAmount50: () => zAssetAmount50,
96779
97559
  zAssetAmount51: () => zAssetAmount51,
97560
+ zAssetAmount52: () => zAssetAmount52,
97561
+ zAssetAmount53: () => zAssetAmount53,
97562
+ zAssetAmount54: () => zAssetAmount54,
97563
+ zAssetAmount55: () => zAssetAmount55,
97564
+ zAssetAmount56: () => zAssetAmount56,
97565
+ zAssetAmount57: () => zAssetAmount57,
97566
+ zAssetAmount58: () => zAssetAmount58,
97567
+ zAssetAmount59: () => zAssetAmount59,
96780
97568
  zAssetAmount6: () => zAssetAmount6,
97569
+ zAssetAmount60: () => zAssetAmount60,
97570
+ zAssetAmount61: () => zAssetAmount61,
97571
+ zAssetAmount62: () => zAssetAmount62,
97572
+ zAssetAmount63: () => zAssetAmount63,
97573
+ zAssetAmount64: () => zAssetAmount64,
97574
+ zAssetAmount65: () => zAssetAmount65,
97575
+ zAssetAmount66: () => zAssetAmount66,
97576
+ zAssetAmount67: () => zAssetAmount67,
97577
+ zAssetAmount68: () => zAssetAmount68,
97578
+ zAssetAmount69: () => zAssetAmount69,
96781
97579
  zAssetAmount7: () => zAssetAmount7,
96782
97580
  zAssetAmount8: () => zAssetAmount8,
96783
97581
  zAssetAmount9: () => zAssetAmount9,
@@ -97105,6 +97903,9 @@ __export(exports_schemas3, {
97105
97903
  zBlockchainTimelineBucket: () => zBlockchainTimelineBucket,
97106
97904
  zBlockchainTimelineServicePoint: () => zBlockchainTimelineServicePoint,
97107
97905
  zBlocktimeEncoded: () => zBlocktimeEncoded,
97906
+ zBondCouponCreateTerms: () => zBondCouponCreateTerms,
97907
+ zBonusIssueCreateTerms: () => zBonusIssueCreateTerms,
97908
+ zBonusIssueCreateTerms1: () => zBonusIssueCreateTerms1,
97108
97909
  zBundlerBalance: () => zBundlerBalance,
97109
97910
  zBundlerBalanceResponse: () => zBundlerBalanceResponse,
97110
97911
  zBundlerEstimateUserOperationGasBody: () => zBundlerEstimateUserOperationGasBody,
@@ -97112,6 +97913,8 @@ __export(exports_schemas3, {
97112
97913
  zBundlerSendUserOperationBody: () => zBundlerSendUserOperationBody,
97113
97914
  zBundlerStatus: () => zBundlerStatus,
97114
97915
  zBundlerStatusResponse: () => zBundlerStatusResponse,
97916
+ zBuybackCreateTerms: () => zBuybackCreateTerms,
97917
+ zBuybackCreateTerms1: () => zBuybackCreateTerms1,
97115
97918
  zCancelDividendBody: () => zCancelDividendBody,
97116
97919
  zCantonAllocationItem: () => zCantonAllocationItem,
97117
97920
  zCantonAllocationItemResponse: () => zCantonAllocationItemResponse,
@@ -97133,6 +97936,10 @@ __export(exports_schemas3, {
97133
97936
  zCantonSubmissionStatus: () => zCantonSubmissionStatus,
97134
97937
  zCapTableKycStatus: () => zCapTableKycStatus,
97135
97938
  zCapTableRow: () => zCapTableRow,
97939
+ zCapitalDecreaseCreateTerms: () => zCapitalDecreaseCreateTerms,
97940
+ zCapitalDecreaseCreateTerms1: () => zCapitalDecreaseCreateTerms1,
97941
+ zCashDividendCreateTerms: () => zCashDividendCreateTerms,
97942
+ zCashDividendCreateTerms1: () => zCashDividendCreateTerms1,
97136
97943
  zChainId: () => zChainId,
97137
97944
  zChainIdEncoded: () => zChainIdEncoded,
97138
97945
  zChainIdEncoded1: () => zChainIdEncoded1,
@@ -97267,6 +98074,7 @@ __export(exports_schemas3, {
97267
98074
  zCollectionFilterCreatedAtReviewedAtStatusSubmittedAtVersionNumber: () => zCollectionFilterCreatedAtReviewedAtStatusSubmittedAtVersionNumber,
97268
98075
  zCollectionFilterCreatedAtSignerValidatorAddressWeight: () => zCollectionFilterCreatedAtSignerValidatorAddressWeight,
97269
98076
  zCollectionFilterCreatedAtStatus: () => zCollectionFilterCreatedAtStatus,
98077
+ zCollectionFilterCreatedAtStatusType: () => zCollectionFilterCreatedAtStatusType,
97270
98078
  zCollectionFilterCreatorFeedAddressQSubjectTopicId: () => zCollectionFilterCreatorFeedAddressQSubjectTopicId,
97271
98079
  zCollectionFilterDecimalsDescriptionFeedAddressIsActiveKindQRegisteredAtScopeSubjectTopicId: () => zCollectionFilterDecimalsDescriptionFeedAddressIsActiveKindQRegisteredAtScopeSubjectTopicId,
97272
98080
  zCollectionFilterDisplayNameIdKind: () => zCollectionFilterDisplayNameIdKind,
@@ -97323,6 +98131,7 @@ __export(exports_schemas3, {
97323
98131
  zCollectionPageQuery111: () => zCollectionPageQuery111,
97324
98132
  zCollectionPageQuery112: () => zCollectionPageQuery112,
97325
98133
  zCollectionPageQuery113: () => zCollectionPageQuery113,
98134
+ zCollectionPageQuery114: () => zCollectionPageQuery114,
97326
98135
  zCollectionPageQuery12: () => zCollectionPageQuery12,
97327
98136
  zCollectionPageQuery13: () => zCollectionPageQuery13,
97328
98137
  zCollectionPageQuery14: () => zCollectionPageQuery14,
@@ -97537,6 +98346,7 @@ __export(exports_schemas3, {
97537
98346
  zComplianceWebhookIpAllowlist1: () => zComplianceWebhookIpAllowlist1,
97538
98347
  zComplyAdvantageCredentials: () => zComplyAdvantageCredentials,
97539
98348
  zComplyAdvantageCredentialsSet: () => zComplyAdvantageCredentialsSet,
98349
+ zConfirmCorporateActionBody: () => zConfirmCorporateActionBody,
97540
98350
  zContact: () => zContact,
97541
98351
  zContact1: () => zContact1,
97542
98352
  zContactCollectionData: () => zContactCollectionData,
@@ -97554,6 +98364,7 @@ __export(exports_schemas3, {
97554
98364
  zContractsV2ReadResponse: () => zContractsV2ReadResponse,
97555
98365
  zContractsV2ReadResponseResponse: () => zContractsV2ReadResponseResponse,
97556
98366
  zContractsV2TokenPreview: () => zContractsV2TokenPreview,
98367
+ zConversionCreateTerms: () => zConversionCreateTerms,
97557
98368
  zConversionRecordV2Item: () => zConversionRecordV2Item,
97558
98369
  zConversionRecordV2ItemCollectionData: () => zConversionRecordV2ItemCollectionData,
97559
98370
  zConversionRecordV2ItemCollectionResponse: () => zConversionRecordV2ItemCollectionResponse,
@@ -97569,20 +98380,60 @@ __export(exports_schemas3, {
97569
98380
  zConvertsToV2Item: () => zConvertsToV2Item,
97570
98381
  zConvertsToV2ItemCollectionData: () => zConvertsToV2ItemCollectionData,
97571
98382
  zConvertsToV2ItemCollectionResponse: () => zConvertsToV2ItemCollectionResponse,
98383
+ zCorporateActionHolder: () => zCorporateActionHolder,
98384
+ zCorporateActionHolder1: () => zCorporateActionHolder1,
98385
+ zCorporateActionHolderAmount: () => zCorporateActionHolderAmount,
98386
+ zCorporateActionHolderAmount1: () => zCorporateActionHolderAmount1,
98387
+ zCorporateActionHolderAmount2: () => zCorporateActionHolderAmount2,
98388
+ zCorporateActionHolderList: () => zCorporateActionHolderList,
98389
+ zCorporateActionHolderList1: () => zCorporateActionHolderList1,
98390
+ zCorporateActionHolderState: () => zCorporateActionHolderState,
98391
+ zCorporateActionId: () => zCorporateActionId,
98392
+ zCorporateActionId1: () => zCorporateActionId1,
98393
+ zCorporateActionPreview: () => zCorporateActionPreview,
98394
+ zCorporateActionRecord: () => zCorporateActionRecord,
98395
+ zCorporateActionRecord1: () => zCorporateActionRecord1,
98396
+ zCorporateActionRecord2: () => zCorporateActionRecord2,
98397
+ zCorporateActionRecordCollectionData: () => zCorporateActionRecordCollectionData,
98398
+ zCorporateActionRecordCollectionResponse: () => zCorporateActionRecordCollectionResponse,
98399
+ zCorporateActionRecordMutationResponse: () => zCorporateActionRecordMutationResponse,
98400
+ zCorporateActionSnapshot: () => zCorporateActionSnapshot,
98401
+ zCorporateActionSnapshot1: () => zCorporateActionSnapshot1,
98402
+ zCorporateActionStatus: () => zCorporateActionStatus,
98403
+ zCorporateActionTerms: () => zCorporateActionTerms,
98404
+ zCorporateActionTerms1: () => zCorporateActionTerms1,
98405
+ zCorporateActionTransactionHashList: () => zCorporateActionTransactionHashList,
98406
+ zCorporateActionTransactionHashList1: () => zCorporateActionTransactionHashList1,
98407
+ zCorporateActionTransactionHashList1Writable: () => zCorporateActionTransactionHashList1Writable,
98408
+ zCorporateActionTransactionHashListWritable: () => zCorporateActionTransactionHashListWritable,
98409
+ zCorporateActionType: () => zCorporateActionType,
97572
98410
  zCreateApprovalInput: () => zCreateApprovalInput,
97573
98411
  zCreateAssetClassInput: () => zCreateAssetClassInput,
98412
+ zCreateBondCouponBody: () => zCreateBondCouponBody,
98413
+ zCreateBonusIssueBody: () => zCreateBonusIssueBody,
98414
+ zCreateBuybackBody: () => zCreateBuybackBody,
98415
+ zCreateCapitalDecreaseBody: () => zCreateCapitalDecreaseBody,
98416
+ zCreateCashDividendBody: () => zCreateCashDividendBody,
97574
98417
  zCreateComplyAdvantageProviderRequest: () => zCreateComplyAdvantageProviderRequest,
98418
+ zCreateConversionBody: () => zCreateConversionBody,
98419
+ zCreateCorporateActionBody: () => zCreateCorporateActionBody,
98420
+ zCreateDistributionBody: () => zCreateDistributionBody,
97575
98421
  zCreateEllipticProviderRequest: () => zCreateEllipticProviderRequest,
97576
98422
  zCreateInput: () => zCreateInput,
97577
98423
  zCreateInputWire: () => zCreateInputWire,
97578
98424
  zCreateJumioProviderRequest: () => zCreateJumioProviderRequest,
98425
+ zCreateMaturityRedemptionBody: () => zCreateMaturityRedemptionBody,
97579
98426
  zCreateMiddeskProviderRequest: () => zCreateMiddeskProviderRequest,
97580
98427
  zCreateOnfidoProviderRequest: () => zCreateOnfidoProviderRequest,
97581
98428
  zCreateOrganizationInvitationBody: () => zCreateOrganizationInvitationBody,
97582
98429
  zCreateOrganizationInvitationResponse: () => zCreateOrganizationInvitationResponse,
98430
+ zCreatePartialRedemptionBody: () => zCreatePartialRedemptionBody,
97583
98431
  zCreateParticipantOutput: () => zCreateParticipantOutput,
97584
98432
  zCreateParticipantOutputResponse: () => zCreateParticipantOutputResponse,
97585
98433
  zCreatePersonaProviderRequest: () => zCreatePersonaProviderRequest,
98434
+ zCreateRightsIssueBody: () => zCreateRightsIssueBody,
98435
+ zCreateSpinOffBody: () => zCreateSpinOffBody,
98436
+ zCreateStockSplitBody: () => zCreateStockSplitBody,
97586
98437
  zCreateSumsubAmlProviderRequest: () => zCreateSumsubAmlProviderRequest,
97587
98438
  zCreateSumsubKytProviderRequest: () => zCreateSumsubKytProviderRequest,
97588
98439
  zCreateSumsubProviderRequest: () => zCreateSumsubProviderRequest,
@@ -97705,6 +98556,8 @@ __export(exports_schemas3, {
97705
98556
  zDirectoryTrustedIssuerTopic: () => zDirectoryTrustedIssuerTopic,
97706
98557
  zDirectoryTrustedIssuerTopicCollectionData: () => zDirectoryTrustedIssuerTopicCollectionData,
97707
98558
  zDirectoryTrustedIssuerTopicCollectionResponse: () => zDirectoryTrustedIssuerTopicCollectionResponse,
98559
+ zDistributionCreateTerms: () => zDistributionCreateTerms,
98560
+ zDistributionCreateTerms1: () => zDistributionCreateTerms1,
97708
98561
  zDocumentHashClaimData: () => zDocumentHashClaimData,
97709
98562
  zDocumentLink: () => zDocumentLink,
97710
98563
  zDurableJsonValueEncoded: () => zDurableJsonValueEncoded,
@@ -98108,7 +98961,15 @@ __export(exports_schemas3, {
98108
98961
  zEvmAddress430: () => zEvmAddress430,
98109
98962
  zEvmAddress431: () => zEvmAddress431,
98110
98963
  zEvmAddress432: () => zEvmAddress432,
98964
+ zEvmAddress433: () => zEvmAddress433,
98965
+ zEvmAddress434: () => zEvmAddress434,
98966
+ zEvmAddress435: () => zEvmAddress435,
98967
+ zEvmAddress436: () => zEvmAddress436,
98968
+ zEvmAddress437: () => zEvmAddress437,
98969
+ zEvmAddress438: () => zEvmAddress438,
98970
+ zEvmAddress439: () => zEvmAddress439,
98111
98971
  zEvmAddress44: () => zEvmAddress44,
98972
+ zEvmAddress440: () => zEvmAddress440,
98112
98973
  zEvmAddress45: () => zEvmAddress45,
98113
98974
  zEvmAddress46: () => zEvmAddress46,
98114
98975
  zEvmAddress47: () => zEvmAddress47,
@@ -98568,6 +99429,7 @@ __export(exports_schemas3, {
98568
99429
  zMarketId7: () => zMarketId7,
98569
99430
  zMarketId8: () => zMarketId8,
98570
99431
  zMarketId9: () => zMarketId9,
99432
+ zMaturityRedemptionCreateTerms: () => zMaturityRedemptionCreateTerms,
98571
99433
  zMember: () => zMember,
98572
99434
  zMemberWritable: () => zMemberWritable,
98573
99435
  zMetadata: () => zMetadata,
@@ -98683,6 +99545,19 @@ __export(exports_schemas3, {
98683
99545
  zNoRemediation: () => zNoRemediation,
98684
99546
  zNullableAirdropToken: () => zNullableAirdropToken,
98685
99547
  zNullableAirdropToken1: () => zNullableAirdropToken1,
99548
+ zNullableCorporateActionChildTokenAddress: () => zNullableCorporateActionChildTokenAddress,
99549
+ zNullableCorporateActionChildTokenAddress1: () => zNullableCorporateActionChildTokenAddress1,
99550
+ zNullableCorporateActionChildTokenAddress1Writable: () => zNullableCorporateActionChildTokenAddress1Writable,
99551
+ zNullableCorporateActionChildTokenAddressWritable: () => zNullableCorporateActionChildTokenAddressWritable,
99552
+ zNullableCorporateActionDividendId: () => zNullableCorporateActionDividendId,
99553
+ zNullableCorporateActionRecordDate: () => zNullableCorporateActionRecordDate,
99554
+ zNullableCorporateActionRecordDate1: () => zNullableCorporateActionRecordDate1,
99555
+ zNullableCorporateActionRecordDate1Writable: () => zNullableCorporateActionRecordDate1Writable,
99556
+ zNullableCorporateActionRecordDateWritable: () => zNullableCorporateActionRecordDateWritable,
99557
+ zNullableCorporateActionSnapshot: () => zNullableCorporateActionSnapshot,
99558
+ zNullableCorporateActionSnapshot1: () => zNullableCorporateActionSnapshot1,
99559
+ zNullableCorporateActionTokenSaleId: () => zNullableCorporateActionTokenSaleId,
99560
+ zNullableCorporateActionTransactionRequestId: () => zNullableCorporateActionTransactionRequestId,
98686
99561
  zNullableTokenSaleToken: () => zNullableTokenSaleToken,
98687
99562
  zNullableTokenSaleToken1: () => zNullableTokenSaleToken1,
98688
99563
  zNullableWebhookFatEventsAcknowledgment: () => zNullableWebhookFatEventsAcknowledgment,
@@ -98699,6 +99574,43 @@ __export(exports_schemas3, {
98699
99574
  zOptionalComplianceProviderLastActivity: () => zOptionalComplianceProviderLastActivity,
98700
99575
  zOptionalComplianceWebhookIpAllowlist: () => zOptionalComplianceWebhookIpAllowlist,
98701
99576
  zOptionalComplianceWebhookIpAllowlistWritable: () => zOptionalComplianceWebhookIpAllowlistWritable,
99577
+ zOptionalCorporateActionClaimDeadline: () => zOptionalCorporateActionClaimDeadline,
99578
+ zOptionalCorporateActionClaimDeadline1: () => zOptionalCorporateActionClaimDeadline1,
99579
+ zOptionalCorporateActionClaimDeadline1Writable: () => zOptionalCorporateActionClaimDeadline1Writable,
99580
+ zOptionalCorporateActionClaimDeadline2: () => zOptionalCorporateActionClaimDeadline2,
99581
+ zOptionalCorporateActionClaimDeadline2Writable: () => zOptionalCorporateActionClaimDeadline2Writable,
99582
+ zOptionalCorporateActionClaimDeadlineWritable: () => zOptionalCorporateActionClaimDeadlineWritable,
99583
+ zOptionalCorporateActionCountryCode: () => zOptionalCorporateActionCountryCode,
99584
+ zOptionalCorporateActionHolderTransactionHash: () => zOptionalCorporateActionHolderTransactionHash,
99585
+ zOptionalCorporateActionHolderTransactionHash1: () => zOptionalCorporateActionHolderTransactionHash1,
99586
+ zOptionalCorporateActionHolderTransactionHash1Writable: () => zOptionalCorporateActionHolderTransactionHash1Writable,
99587
+ zOptionalCorporateActionHolderTransactionHashWritable: () => zOptionalCorporateActionHolderTransactionHashWritable,
99588
+ zOptionalCorporateActionLowerCap: () => zOptionalCorporateActionLowerCap,
99589
+ zOptionalCorporateActionLowerCap1: () => zOptionalCorporateActionLowerCap1,
99590
+ zOptionalCorporateActionLowerCap1Writable: () => zOptionalCorporateActionLowerCap1Writable,
99591
+ zOptionalCorporateActionLowerCap2: () => zOptionalCorporateActionLowerCap2,
99592
+ zOptionalCorporateActionLowerCap2Writable: () => zOptionalCorporateActionLowerCap2Writable,
99593
+ zOptionalCorporateActionLowerCapWritable: () => zOptionalCorporateActionLowerCapWritable,
99594
+ zOptionalCorporateActionMerkleRoot: () => zOptionalCorporateActionMerkleRoot,
99595
+ zOptionalCorporateActionMerkleRootWritable: () => zOptionalCorporateActionMerkleRootWritable,
99596
+ zOptionalCorporateActionRaiseCap: () => zOptionalCorporateActionRaiseCap,
99597
+ zOptionalCorporateActionRaiseCap1: () => zOptionalCorporateActionRaiseCap1,
99598
+ zOptionalCorporateActionRaiseCap1Writable: () => zOptionalCorporateActionRaiseCap1Writable,
99599
+ zOptionalCorporateActionRaiseCap2: () => zOptionalCorporateActionRaiseCap2,
99600
+ zOptionalCorporateActionRaiseCap2Writable: () => zOptionalCorporateActionRaiseCap2Writable,
99601
+ zOptionalCorporateActionRaiseCapWritable: () => zOptionalCorporateActionRaiseCapWritable,
99602
+ zOptionalCorporateActionRatioPart: () => zOptionalCorporateActionRatioPart,
99603
+ zOptionalCorporateActionRecordDate: () => zOptionalCorporateActionRecordDate,
99604
+ zOptionalCorporateActionRecordDate1: () => zOptionalCorporateActionRecordDate1,
99605
+ zOptionalCorporateActionRecordDate1Writable: () => zOptionalCorporateActionRecordDate1Writable,
99606
+ zOptionalCorporateActionRecordDate2: () => zOptionalCorporateActionRecordDate2,
99607
+ zOptionalCorporateActionRecordDate2Writable: () => zOptionalCorporateActionRecordDate2Writable,
99608
+ zOptionalCorporateActionRecordDateWritable: () => zOptionalCorporateActionRecordDateWritable,
99609
+ zOptionalCorporateActionTokenSaleId: () => zOptionalCorporateActionTokenSaleId,
99610
+ zOptionalCorporateActionTotalEntitled: () => zOptionalCorporateActionTotalEntitled,
99611
+ zOptionalCorporateActionTotalEntitledWritable: () => zOptionalCorporateActionTotalEntitledWritable,
99612
+ zOptionalCorporateActionTotalRequired: () => zOptionalCorporateActionTotalRequired,
99613
+ zOptionalCorporateActionTotalRequiredWritable: () => zOptionalCorporateActionTotalRequiredWritable,
98702
99614
  zOptionalUserVerification: () => zOptionalUserVerification,
98703
99615
  zOptionalUserVerification1: () => zOptionalUserVerification1,
98704
99616
  zOptionalUserVerification2: () => zOptionalUserVerification2,
@@ -98742,6 +99654,8 @@ __export(exports_schemas3, {
98742
99654
  zOrganizationV2ListItemCollectionData: () => zOrganizationV2ListItemCollectionData,
98743
99655
  zOrganizationV2ListItemCollectionResponse: () => zOrganizationV2ListItemCollectionResponse,
98744
99656
  zOrganizationWritable: () => zOrganizationWritable,
99657
+ zPartialRedemptionCreateTerms: () => zPartialRedemptionCreateTerms,
99658
+ zPartialRedemptionCreateTerms1: () => zPartialRedemptionCreateTerms1,
98745
99659
  zParticipant: () => zParticipant,
98746
99660
  zParticipantActivityEventV2Item: () => zParticipantActivityEventV2Item,
98747
99661
  zParticipantActivityEventV2ItemCollectionData: () => zParticipantActivityEventV2ItemCollectionData,
@@ -98820,6 +99734,7 @@ __export(exports_schemas3, {
98820
99734
  zPredictAccessManagerAddressStandardInput: () => zPredictAccessManagerAddressStandardInput,
98821
99735
  zPrefer: () => zPrefer,
98822
99736
  zPresale: () => zPresale,
99737
+ zPreviewCorporateActionBody: () => zPreviewCorporateActionBody,
98823
99738
  zPublicConfigFeatures: () => zPublicConfigFeatures,
98824
99739
  zPublicConfigGetOutput: () => zPublicConfigGetOutput,
98825
99740
  zPublicConfigGetOutputResponse: () => zPublicConfigGetOutputResponse,
@@ -98951,6 +99866,9 @@ __export(exports_schemas3, {
98951
99866
  zRevokeUserSessionResponse: () => zRevokeUserSessionResponse,
98952
99867
  zRevokeUserSessionsBody: () => zRevokeUserSessionsBody,
98953
99868
  zRevokeUserSessionsResponse: () => zRevokeUserSessionsResponse,
99869
+ zRightsIssueCreateTerms: () => zRightsIssueCreateTerms,
99870
+ zRightsIssueCreateTerms1: () => zRightsIssueCreateTerms1,
99871
+ zRightsIssuePath: () => zRightsIssuePath,
98954
99872
  zRippleCustodyCredentials: () => zRippleCustodyCredentials,
98955
99873
  zRotateComplianceProviderSecretRequest: () => zRotateComplianceProviderSecretRequest,
98956
99874
  zRpcApiKeyIssueInput: () => zRpcApiKeyIssueInput,
@@ -99075,6 +99993,8 @@ __export(exports_schemas3, {
99075
99993
  zSocialSignInBody: () => zSocialSignInBody,
99076
99994
  zSocialSignInResponse: () => zSocialSignInResponse,
99077
99995
  zSparklinePoint: () => zSparklinePoint,
99996
+ zSpinOffCreateTerms: () => zSpinOffCreateTerms,
99997
+ zSpinOffCreateTerms1: () => zSpinOffCreateTerms1,
99078
99998
  zStatsAssetActivityBucket: () => zStatsAssetActivityBucket,
99079
99999
  zStatsAssetActivityOutput: () => zStatsAssetActivityOutput,
99080
100000
  zStatsAssetActivityOutputResponse: () => zStatsAssetActivityOutputResponse,
@@ -99164,6 +100084,9 @@ __export(exports_schemas3, {
99164
100084
  zStatsYieldCoverageOutputResponse: () => zStatsYieldCoverageOutputResponse,
99165
100085
  zStatsYieldDistributionOutput: () => zStatsYieldDistributionOutput,
99166
100086
  zStatsYieldDistributionOutputResponse: () => zStatsYieldDistributionOutputResponse,
100087
+ zStockSplitCreateTerms: () => zStockSplitCreateTerms,
100088
+ zStockSplitCreateTerms1: () => zStockSplitCreateTerms1,
100089
+ zStockSplitDirection: () => zStockSplitDirection,
99167
100090
  zStreamEventEncoded: () => zStreamEventEncoded,
99168
100091
  zSumsubAmlCredentials: () => zSumsubAmlCredentials,
99169
100092
  zSumsubAmlCredentialsSet: () => zSumsubAmlCredentialsSet,
@@ -101048,6 +101971,10 @@ __export(exports_schemas3, {
101048
101971
  zV2SystemTrustedIssuersUpsertResponse: () => zV2SystemTrustedIssuersUpsertResponse,
101049
101972
  zV2TokenAaRoleMigrationPendingQuery: () => zV2TokenAaRoleMigrationPendingQuery,
101050
101973
  zV2TokenAaRoleMigrationPendingResponse: () => zV2TokenAaRoleMigrationPendingResponse,
101974
+ zV2TokenAbortCorporateActionBody: () => zV2TokenAbortCorporateActionBody,
101975
+ zV2TokenAbortCorporateActionHeaders: () => zV2TokenAbortCorporateActionHeaders,
101976
+ zV2TokenAbortCorporateActionPath: () => zV2TokenAbortCorporateActionPath,
101977
+ zV2TokenAbortCorporateActionResponse: () => zV2TokenAbortCorporateActionResponse,
101051
101978
  zV2TokenActionsPath: () => zV2TokenActionsPath,
101052
101979
  zV2TokenActionsQuery: () => zV2TokenActionsQuery,
101053
101980
  zV2TokenActionsResponse: () => zV2TokenActionsResponse,
@@ -101131,6 +102058,10 @@ __export(exports_schemas3, {
101131
102058
  zV2TokenConfigureScopedComplianceModuleHeaders: () => zV2TokenConfigureScopedComplianceModuleHeaders,
101132
102059
  zV2TokenConfigureScopedComplianceModulePath: () => zV2TokenConfigureScopedComplianceModulePath,
101133
102060
  zV2TokenConfigureScopedComplianceModuleResponse: () => zV2TokenConfigureScopedComplianceModuleResponse,
102061
+ zV2TokenConfirmCorporateActionBody: () => zV2TokenConfirmCorporateActionBody,
102062
+ zV2TokenConfirmCorporateActionHeaders: () => zV2TokenConfirmCorporateActionHeaders,
102063
+ zV2TokenConfirmCorporateActionPath: () => zV2TokenConfirmCorporateActionPath,
102064
+ zV2TokenConfirmCorporateActionResponse: () => zV2TokenConfirmCorporateActionResponse,
101134
102065
  zV2TokenConversionFeatureProbePath: () => zV2TokenConversionFeatureProbePath,
101135
102066
  zV2TokenConversionFeatureProbeQuery: () => zV2TokenConversionFeatureProbeQuery,
101136
102067
  zV2TokenConversionFeatureProbeResponse: () => zV2TokenConversionFeatureProbeResponse,
@@ -101157,6 +102088,10 @@ __export(exports_schemas3, {
101157
102088
  zV2TokenConvertsToQuery: () => zV2TokenConvertsToQuery,
101158
102089
  zV2TokenConvertsToResponse: () => zV2TokenConvertsToResponse,
101159
102090
  zV2TokenCreateBody: () => zV2TokenCreateBody,
102091
+ zV2TokenCreateCorporateActionBody: () => zV2TokenCreateCorporateActionBody,
102092
+ zV2TokenCreateCorporateActionHeaders: () => zV2TokenCreateCorporateActionHeaders,
102093
+ zV2TokenCreateCorporateActionPath: () => zV2TokenCreateCorporateActionPath,
102094
+ zV2TokenCreateCorporateActionResponse: () => zV2TokenCreateCorporateActionResponse,
101160
102095
  zV2TokenCreateHeaders: () => zV2TokenCreateHeaders,
101161
102096
  zV2TokenCreateResponse: () => zV2TokenCreateResponse,
101162
102097
  zV2TokenCreateStreamPath: () => zV2TokenCreateStreamPath,
@@ -101278,6 +102213,8 @@ __export(exports_schemas3, {
101278
102213
  zV2TokenFreezeTransactionFeeRatesHeaders: () => zV2TokenFreezeTransactionFeeRatesHeaders,
101279
102214
  zV2TokenFreezeTransactionFeeRatesPath: () => zV2TokenFreezeTransactionFeeRatesPath,
101280
102215
  zV2TokenFreezeTransactionFeeRatesResponse: () => zV2TokenFreezeTransactionFeeRatesResponse,
102216
+ zV2TokenGetCorporateActionPath: () => zV2TokenGetCorporateActionPath,
102217
+ zV2TokenGetCorporateActionResponse: () => zV2TokenGetCorporateActionResponse,
101281
102218
  zV2TokenGrantRoleBody: () => zV2TokenGrantRoleBody,
101282
102219
  zV2TokenGrantRoleByParticipantBody: () => zV2TokenGrantRoleByParticipantBody,
101283
102220
  zV2TokenGrantRoleByParticipantHeaders: () => zV2TokenGrantRoleByParticipantHeaders,
@@ -101324,6 +102261,9 @@ __export(exports_schemas3, {
101324
102261
  zV2TokenInterestRateHistoryPath: () => zV2TokenInterestRateHistoryPath,
101325
102262
  zV2TokenInterestRateHistoryQuery: () => zV2TokenInterestRateHistoryQuery,
101326
102263
  zV2TokenInterestRateHistoryResponse: () => zV2TokenInterestRateHistoryResponse,
102264
+ zV2TokenListCorporateActionsPath: () => zV2TokenListCorporateActionsPath,
102265
+ zV2TokenListCorporateActionsQuery: () => zV2TokenListCorporateActionsQuery,
102266
+ zV2TokenListCorporateActionsResponse: () => zV2TokenListCorporateActionsResponse,
101327
102267
  zV2TokenListDividendsPath: () => zV2TokenListDividendsPath,
101328
102268
  zV2TokenListDividendsQuery: () => zV2TokenListDividendsQuery,
101329
102269
  zV2TokenListDividendsResponse: () => zV2TokenListDividendsResponse,
@@ -101364,6 +102304,10 @@ __export(exports_schemas3, {
101364
102304
  zV2TokenPermitInfoResponse: () => zV2TokenPermitInfoResponse,
101365
102305
  zV2TokenPermitPath: () => zV2TokenPermitPath,
101366
102306
  zV2TokenPermitResponse: () => zV2TokenPermitResponse,
102307
+ zV2TokenPreviewCorporateActionBody: () => zV2TokenPreviewCorporateActionBody,
102308
+ zV2TokenPreviewCorporateActionHeaders: () => zV2TokenPreviewCorporateActionHeaders,
102309
+ zV2TokenPreviewCorporateActionPath: () => zV2TokenPreviewCorporateActionPath,
102310
+ zV2TokenPreviewCorporateActionResponse: () => zV2TokenPreviewCorporateActionResponse,
101367
102311
  zV2TokenPricePath: () => zV2TokenPricePath,
101368
102312
  zV2TokenPriceQuery: () => zV2TokenPriceQuery,
101369
102313
  zV2TokenPriceResponse: () => zV2TokenPriceResponse,
@@ -152207,8 +153151,8 @@ var openapi_surface_default = {
152207
153151
  method: "POST",
152208
153152
  url: "/api/v2/tokens/{tokenAddress}/mints",
152209
153153
  summary: "Mint tokens",
152210
- description: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed.",
152211
- help: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed.",
153154
+ description: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed, or while a composition Corporate Action is in flight.",
153155
+ help: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed, or while a composition Corporate Action is in flight.",
152212
153156
  tags: [
152213
153157
  "Token transfers and supply"
152214
153158
  ],
@@ -152258,7 +153202,7 @@ var openapi_surface_default = {
152258
153202
  bodyFields: [],
152259
153203
  examples: [
152260
153204
  {
152261
- description: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed.",
153205
+ description: "Mints new token units to one or more addresses on the selected token in the active organization. Recipients and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Minting is rejected while supply is paused or closed, or while a composition Corporate Action is in flight.",
152262
153206
  path: {
152263
153207
  tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
152264
153208
  }
@@ -152270,8 +153214,8 @@ var openapi_surface_default = {
152270
153214
  method: "POST",
152271
153215
  url: "/api/v2/tokens/{tokenAddress}/burns",
152272
153216
  summary: "Burn tokens",
152273
- description: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused or the source has too little spendable balance.",
152274
- help: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused or the source has too little spendable balance.",
153217
+ description: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused, the source has too little spendable balance, or a composition Corporate Action is in flight.",
153218
+ help: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused, the source has too little spendable balance, or a composition Corporate Action is in flight.",
152275
153219
  tags: [
152276
153220
  "Token transfers and supply"
152277
153221
  ],
@@ -152321,7 +153265,7 @@ var openapi_surface_default = {
152321
153265
  bodyFields: [],
152322
153266
  examples: [
152323
153267
  {
152324
- description: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused or the source has too little spendable balance.",
153268
+ description: "Burns token units from one or more addresses on the selected token in the active organization. Addresses and amounts must have the same length. The platform checks the indexed token first, then submits a live chain transaction. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. Burning is rejected while supply is paused, the source has too little spendable balance, or a composition Corporate Action is in flight.",
152325
153269
  path: {
152326
153270
  tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
152327
153271
  }
@@ -158502,6 +159446,554 @@ var openapi_surface_default = {
158502
159446
  }
158503
159447
  ]
158504
159448
  },
159449
+ v2TokenListCorporateActions: {
159450
+ name: "v2TokenListCorporateActions",
159451
+ method: "GET",
159452
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions",
159453
+ summary: "List Corporate Actions",
159454
+ description: "Returns one page of Corporate Actions for this token in the active organization and request chain. Filter by type or status. Each row includes terms, snapshot identity, remainder, applied, skipped, and remaining holders, and transaction hashes. The read is indexed and idempotent.",
159455
+ help: "Returns one page of Corporate Actions for this token in the active organization and request chain. Filter by type or status. Each row includes terms, snapshot identity, remainder, applied, skipped, and remaining holders, and transaction hashes. The read is indexed and idempotent.",
159456
+ tags: [
159457
+ "Corporate actions"
159458
+ ],
159459
+ pathParams: [
159460
+ {
159461
+ name: "tokenAddress",
159462
+ in: "path",
159463
+ required: true,
159464
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159465
+ type: "string",
159466
+ enum: null,
159467
+ pattern: "^0x[a-fA-F0-9]{40}$",
159468
+ examples: [
159469
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159470
+ ],
159471
+ fields: []
159472
+ }
159473
+ ],
159474
+ queryParams: [
159475
+ {
159476
+ name: "sort",
159477
+ in: "query",
159478
+ required: false,
159479
+ description: null,
159480
+ type: "string",
159481
+ enum: null,
159482
+ pattern: null,
159483
+ examples: [],
159484
+ fields: []
159485
+ },
159486
+ {
159487
+ name: "page",
159488
+ in: "query",
159489
+ required: false,
159490
+ description: "JSON:API page window. Send `page[offset]` (first item index, 0-10000) and `page[limit]` (page size, 1-200, default 50). The response `links` object repeats these query parameters.",
159491
+ type: "object",
159492
+ enum: null,
159493
+ pattern: null,
159494
+ examples: [],
159495
+ fields: [
159496
+ {
159497
+ name: "offset",
159498
+ in: "query",
159499
+ required: false,
159500
+ description: null,
159501
+ type: "object",
159502
+ enum: null,
159503
+ pattern: null,
159504
+ examples: [],
159505
+ fields: []
159506
+ },
159507
+ {
159508
+ name: "limit",
159509
+ in: "query",
159510
+ required: false,
159511
+ description: null,
159512
+ type: "object",
159513
+ enum: null,
159514
+ pattern: null,
159515
+ examples: [],
159516
+ fields: []
159517
+ }
159518
+ ]
159519
+ },
159520
+ {
159521
+ name: "filter",
159522
+ in: "query",
159523
+ required: false,
159524
+ description: "JSON:API filters. Shorthand `filter[status]=active` uses the field's default operator. Explicit `filter[status][inArray]=active,paused` names the operator. `filter[q]` is global search when the list enables it.",
159525
+ type: "object",
159526
+ enum: null,
159527
+ pattern: null,
159528
+ examples: [],
159529
+ fields: [
159530
+ {
159531
+ name: "type",
159532
+ in: "query",
159533
+ required: false,
159534
+ description: "Shorthand: value (eq). Values: cashDividend, bondCoupon, bonusIssue, rightsIssue, capitalDecrease, stockSplit, spinOff, maturityRedemption, distribution, partialRedemption, conversion, buyback Explicit: { eq, ne, inArray, notInArray, isEmpty, isNotEmpty }",
159535
+ type: "object",
159536
+ enum: null,
159537
+ pattern: null,
159538
+ examples: [],
159539
+ fields: []
159540
+ },
159541
+ {
159542
+ name: "status",
159543
+ in: "query",
159544
+ required: false,
159545
+ description: "Shorthand: value (eq). Values: drafted, previewed, executing, completed, aborted Explicit: { eq, ne, inArray, notInArray, isEmpty, isNotEmpty }",
159546
+ type: "object",
159547
+ enum: null,
159548
+ pattern: null,
159549
+ examples: [],
159550
+ fields: []
159551
+ },
159552
+ {
159553
+ name: "createdAt",
159554
+ in: "query",
159555
+ required: false,
159556
+ description: "Shorthand: value (gte). Explicit: { eq, ne, gt, gte, lt, lte, between, isEmpty, isNotEmpty }",
159557
+ type: "object",
159558
+ enum: null,
159559
+ pattern: null,
159560
+ examples: [],
159561
+ fields: []
159562
+ }
159563
+ ]
159564
+ },
159565
+ {
159566
+ name: "sortBy",
159567
+ in: "query",
159568
+ required: false,
159569
+ description: "Flat alias for the sort field. Prefer JSON:API `sort`. Combined with `sortDirection` when `sort` is absent.",
159570
+ type: "string",
159571
+ enum: null,
159572
+ pattern: null,
159573
+ examples: [
159574
+ "type",
159575
+ "status",
159576
+ "createdAt"
159577
+ ],
159578
+ fields: []
159579
+ },
159580
+ {
159581
+ name: "sortDirection",
159582
+ in: "query",
159583
+ required: false,
159584
+ description: "Flat alias for sort direction. Prefer a leading `-` on JSON:API `sort` for descending.",
159585
+ type: "string",
159586
+ enum: [
159587
+ "asc",
159588
+ "desc"
159589
+ ],
159590
+ pattern: null,
159591
+ examples: [
159592
+ "asc",
159593
+ "desc"
159594
+ ],
159595
+ fields: []
159596
+ },
159597
+ {
159598
+ name: "limit",
159599
+ in: "query",
159600
+ required: false,
159601
+ description: null,
159602
+ type: "object",
159603
+ enum: null,
159604
+ pattern: null,
159605
+ examples: [],
159606
+ fields: []
159607
+ },
159608
+ {
159609
+ name: "offset",
159610
+ in: "query",
159611
+ required: false,
159612
+ description: null,
159613
+ type: "object",
159614
+ enum: null,
159615
+ pattern: null,
159616
+ examples: [],
159617
+ fields: []
159618
+ },
159619
+ {
159620
+ name: "filters",
159621
+ in: "query",
159622
+ required: false,
159623
+ description: null,
159624
+ type: null,
159625
+ enum: null,
159626
+ pattern: null,
159627
+ examples: [],
159628
+ fields: []
159629
+ }
159630
+ ],
159631
+ headerParams: [],
159632
+ requestBodyDescription: null,
159633
+ hasRequestBody: false,
159634
+ bodyIsComplex: false,
159635
+ bodyFields: [],
159636
+ examples: [
159637
+ {
159638
+ description: "Returns one page of Corporate Actions for this token in the active organization and request chain. Filter by type or status. Each row includes terms, snapshot identity, remainder, applied, skipped, and remaining holders, and transaction hashes. The read is indexed and idempotent.",
159639
+ path: {
159640
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159641
+ },
159642
+ query: {
159643
+ sortBy: "type",
159644
+ sortDirection: "asc"
159645
+ }
159646
+ }
159647
+ ]
159648
+ },
159649
+ v2TokenCreateCorporateAction: {
159650
+ name: "v2TokenCreateCorporateAction",
159651
+ method: "POST",
159652
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions",
159653
+ summary: "Create a Corporate Action",
159654
+ description: "Declares a named Corporate Action on this token. type selects cashDividend, bondCoupon, bonusIssue, rightsIssue, capitalDecrease, stockSplit, or spinOff. Composition types persist as drafted. A token accepts only one in-flight composition at a time. Cash dividend declares dividend-yield and stores dividendId. Bond coupon names the attached fixed-treasury-yield program and completes immediately. First pass has no atomic rebase, market halt, rights instrument, capital-account ledger, or cash remainder. Send Idempotency-Key to replay the same create.",
159655
+ help: "Declares a named Corporate Action on this token. type selects cashDividend, bondCoupon, bonusIssue, rightsIssue, capitalDecrease, stockSplit, or spinOff. Composition types persist as drafted. A token accepts only one in-flight composition at a time. Cash dividend declares dividend-yield and stores dividendId. Bond coupon names the attached fixed-treasury-yield program and completes immediately. First pass has no atomic rebase, market halt, rights instrument, capital-account ledger, or cash remainder. Send Idempotency-Key to replay the same create.",
159656
+ tags: [
159657
+ "Corporate actions"
159658
+ ],
159659
+ pathParams: [
159660
+ {
159661
+ name: "tokenAddress",
159662
+ in: "path",
159663
+ required: true,
159664
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159665
+ type: "string",
159666
+ enum: null,
159667
+ pattern: "^0x[a-fA-F0-9]{40}$",
159668
+ examples: [
159669
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159670
+ ],
159671
+ fields: []
159672
+ }
159673
+ ],
159674
+ queryParams: [],
159675
+ headerParams: [
159676
+ {
159677
+ name: "Idempotency-Key",
159678
+ in: "header",
159679
+ required: false,
159680
+ description: "Client-generated retry key for one mutation. Reuse it only for the same method, path, and body. If you omit it, the platform generates a UUIDv7 key you cannot replay after a lost response.",
159681
+ type: "string",
159682
+ enum: null,
159683
+ pattern: null,
159684
+ examples: [],
159685
+ fields: []
159686
+ },
159687
+ {
159688
+ name: "Prefer",
159689
+ in: "header",
159690
+ required: false,
159691
+ description: "RFC 7240 response-timing preference. Absent or `respond-async` returns 202 immediately. `wait=N` waits up to N seconds, clamped to 5 through 99. `respond-async, wait=N` waits and then degrades to 202. Poll `Location` after 202 instead of resubmitting.",
159692
+ type: "string",
159693
+ enum: null,
159694
+ pattern: null,
159695
+ examples: [],
159696
+ fields: []
159697
+ }
159698
+ ],
159699
+ requestBodyDescription: "Declare a Corporate Action on this token. Composition types persist as drafted. A second in-flight composition on the same token is rejected. Cash dividend and distribution declare dividend-yield. Bond coupon, maturity redemption, and conversion complete on link.",
159700
+ hasRequestBody: true,
159701
+ bodyIsComplex: true,
159702
+ bodyFields: [],
159703
+ examples: [
159704
+ {
159705
+ description: "Declares a named Corporate Action on this token. type selects cashDividend, bondCoupon, bonusIssue, rightsIssue, capitalDecrease, stockSplit, or spinOff. Composition types persist as drafted. A token accepts only one in-flight composition at a time. Cash dividend declares dividend-yield and stores dividendId. Bond coupon names the attached fixed-treasury-yield program and completes immediately. First pass has no atomic rebase, market halt, rights instrument, capital-account ledger, or cash remainder. Send Idempotency-Key to replay the same create.",
159706
+ path: {
159707
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159708
+ }
159709
+ }
159710
+ ]
159711
+ },
159712
+ v2TokenGetCorporateAction: {
159713
+ name: "v2TokenGetCorporateAction",
159714
+ method: "GET",
159715
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}",
159716
+ summary: "Read a Corporate Action",
159717
+ description: "Returns one Corporate Action for this token, including stored terms, snapshot identity, remainder, applied, skipped, and remaining holders, and landed hashes. Use this record to resume a drafted, previewed, or executing sheet after refresh. The read is indexed and idempotent.",
159718
+ help: "Returns one Corporate Action for this token, including stored terms, snapshot identity, remainder, applied, skipped, and remaining holders, and landed hashes. Use this record to resume a drafted, previewed, or executing sheet after refresh. The read is indexed and idempotent.",
159719
+ tags: [
159720
+ "Corporate actions"
159721
+ ],
159722
+ pathParams: [
159723
+ {
159724
+ name: "tokenAddress",
159725
+ in: "path",
159726
+ required: true,
159727
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159728
+ type: "string",
159729
+ enum: null,
159730
+ pattern: "^0x[a-fA-F0-9]{40}$",
159731
+ examples: [
159732
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159733
+ ],
159734
+ fields: []
159735
+ },
159736
+ {
159737
+ name: "corporateActionId",
159738
+ in: "path",
159739
+ required: true,
159740
+ description: "Identifier of the Corporate Action run.",
159741
+ type: "string",
159742
+ enum: null,
159743
+ pattern: null,
159744
+ examples: [
159745
+ "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159746
+ ],
159747
+ fields: []
159748
+ }
159749
+ ],
159750
+ queryParams: [],
159751
+ headerParams: [],
159752
+ requestBodyDescription: null,
159753
+ hasRequestBody: false,
159754
+ bodyIsComplex: false,
159755
+ bodyFields: [],
159756
+ examples: [
159757
+ {
159758
+ description: "Returns one Corporate Action for this token, including stored terms, snapshot identity, remainder, applied, skipped, and remaining holders, and landed hashes. Use this record to resume a drafted, previewed, or executing sheet after refresh. The read is indexed and idempotent.",
159759
+ path: {
159760
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
159761
+ corporateActionId: "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159762
+ }
159763
+ }
159764
+ ]
159765
+ },
159766
+ v2TokenPreviewCorporateAction: {
159767
+ name: "v2TokenPreviewCorporateAction",
159768
+ method: "POST",
159769
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/preview",
159770
+ summary: "Preview a Corporate Action",
159771
+ description: "Computes and stores preview allocations for this Corporate Action. Cash-dividend preview delegates to dividend-yield snapshot preview and does not queue a transaction. Bond-coupon preview returns 409 because the coupon completed on create. Composition preview stores floor amounts, remainder, and holder states. Confirm must echo this stored preview. Per-holder amounts round down. Remainder is the sum over holders of (balance \xD7 numerator) modulo denominator. First pass does not pay cash remainder.",
159772
+ help: "Computes and stores preview allocations for this Corporate Action. Cash-dividend preview delegates to dividend-yield snapshot preview and does not queue a transaction. Bond-coupon preview returns 409 because the coupon completed on create. Composition preview stores floor amounts, remainder, and holder states. Confirm must echo this stored preview. Per-holder amounts round down. Remainder is the sum over holders of (balance \xD7 numerator) modulo denominator. First pass does not pay cash remainder.",
159773
+ tags: [
159774
+ "Corporate actions"
159775
+ ],
159776
+ pathParams: [
159777
+ {
159778
+ name: "tokenAddress",
159779
+ in: "path",
159780
+ required: true,
159781
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159782
+ type: "string",
159783
+ enum: null,
159784
+ pattern: "^0x[a-fA-F0-9]{40}$",
159785
+ examples: [
159786
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159787
+ ],
159788
+ fields: []
159789
+ },
159790
+ {
159791
+ name: "corporateActionId",
159792
+ in: "path",
159793
+ required: true,
159794
+ description: "Identifier of the Corporate Action run.",
159795
+ type: "string",
159796
+ enum: null,
159797
+ pattern: null,
159798
+ examples: [
159799
+ "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159800
+ ],
159801
+ fields: []
159802
+ }
159803
+ ],
159804
+ queryParams: [],
159805
+ headerParams: [
159806
+ {
159807
+ name: "Idempotency-Key",
159808
+ in: "header",
159809
+ required: false,
159810
+ description: "Client-generated retry key for one mutation. Reuse it only for the same method, path, and body. If you omit it, the platform generates a UUIDv7 key you cannot replay after a lost response.",
159811
+ type: "string",
159812
+ enum: null,
159813
+ pattern: null,
159814
+ examples: [],
159815
+ fields: []
159816
+ },
159817
+ {
159818
+ name: "Prefer",
159819
+ in: "header",
159820
+ required: false,
159821
+ description: "RFC 7240 response-timing preference. Absent or `respond-async` returns 202 immediately. `wait=N` waits up to N seconds, clamped to 5 through 99. `respond-async, wait=N` waits and then degrades to 202. Poll `Location` after 202 instead of resubmitting.",
159822
+ type: "string",
159823
+ enum: null,
159824
+ pattern: null,
159825
+ examples: [],
159826
+ fields: []
159827
+ }
159828
+ ],
159829
+ requestBodyDescription: "Compute and store preview allocations. Snapshot preview for cash dividend and distribution does not queue a transaction. Program-link types return 409.",
159830
+ hasRequestBody: true,
159831
+ bodyIsComplex: true,
159832
+ bodyFields: [],
159833
+ examples: [
159834
+ {
159835
+ description: "Computes and stores preview allocations for this Corporate Action. Cash-dividend preview delegates to dividend-yield snapshot preview and does not queue a transaction. Bond-coupon preview returns 409 because the coupon completed on create. Composition preview stores floor amounts, remainder, and holder states. Confirm must echo this stored preview. Per-holder amounts round down. Remainder is the sum over holders of (balance \xD7 numerator) modulo denominator. First pass does not pay cash remainder.",
159836
+ path: {
159837
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
159838
+ corporateActionId: "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159839
+ }
159840
+ }
159841
+ ]
159842
+ },
159843
+ v2TokenConfirmCorporateAction: {
159844
+ name: "v2TokenConfirmCorporateAction",
159845
+ method: "POST",
159846
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/confirm",
159847
+ summary: "Confirm a Corporate Action",
159848
+ description: "Applies the stored preview. Cash-dividend confirm records the dividend-yield snapshot when the echoed merkle root and totals match. Bond-coupon confirm returns 409. Composition confirm applies only stored allocations under one Idempotency-Key and one Settlement Verdict, even when the holder book needs more than one mint or burn batch. Pause, missing historical-balances, or snapshot drift fail closed. A compliance skip that cannot isolate one holder aborts the run. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. A 202 Async-Accepted Handle is not success. Status completed requires every snapshot holder applied or stored as zero-after-floor.",
159849
+ help: "Applies the stored preview. Cash-dividend confirm records the dividend-yield snapshot when the echoed merkle root and totals match. Bond-coupon confirm returns 409. Composition confirm applies only stored allocations under one Idempotency-Key and one Settlement Verdict, even when the holder book needs more than one mint or burn batch. Pause, missing historical-balances, or snapshot drift fail closed. A compliance skip that cannot isolate one holder aborts the run. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. A 202 Async-Accepted Handle is not success. Status completed requires every snapshot holder applied or stored as zero-after-floor.",
159850
+ tags: [
159851
+ "Corporate actions"
159852
+ ],
159853
+ pathParams: [
159854
+ {
159855
+ name: "tokenAddress",
159856
+ in: "path",
159857
+ required: true,
159858
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159859
+ type: "string",
159860
+ enum: null,
159861
+ pattern: "^0x[a-fA-F0-9]{40}$",
159862
+ examples: [
159863
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159864
+ ],
159865
+ fields: []
159866
+ },
159867
+ {
159868
+ name: "corporateActionId",
159869
+ in: "path",
159870
+ required: true,
159871
+ description: "Identifier of the Corporate Action run.",
159872
+ type: "string",
159873
+ enum: null,
159874
+ pattern: null,
159875
+ examples: [
159876
+ "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159877
+ ],
159878
+ fields: []
159879
+ }
159880
+ ],
159881
+ queryParams: [],
159882
+ headerParams: [
159883
+ {
159884
+ name: "Idempotency-Key",
159885
+ in: "header",
159886
+ required: false,
159887
+ description: "Client-generated retry key for one mutation. Reuse it only for the same method, path, and body. If you omit it, the platform generates a UUIDv7 key you cannot replay after a lost response.",
159888
+ type: "string",
159889
+ enum: null,
159890
+ pattern: null,
159891
+ examples: [],
159892
+ fields: []
159893
+ },
159894
+ {
159895
+ name: "Prefer",
159896
+ in: "header",
159897
+ required: false,
159898
+ description: "RFC 7240 response-timing preference. Absent or `respond-async` returns 202 immediately. `wait=N` waits up to N seconds, clamped to 5 through 99. `respond-async, wait=N` waits and then degrades to 202. Poll `Location` after 202 instead of resubmitting.",
159899
+ type: "string",
159900
+ enum: null,
159901
+ pattern: null,
159902
+ examples: [],
159903
+ fields: []
159904
+ }
159905
+ ],
159906
+ requestBodyDescription: "Apply the stored preview. Composition confirm returns one mutation envelope for the whole holder book. Program-link confirm returns 409. A preview identity mismatch rejects.",
159907
+ hasRequestBody: true,
159908
+ bodyIsComplex: true,
159909
+ bodyFields: [],
159910
+ examples: [
159911
+ {
159912
+ description: "Applies the stored preview. Cash-dividend confirm records the dividend-yield snapshot when the echoed merkle root and totals match. Bond-coupon confirm returns 409. Composition confirm applies only stored allocations under one Idempotency-Key and one Settlement Verdict, even when the holder book needs more than one mint or burn batch. Pause, missing historical-balances, or snapshot drift fail closed. A compliance skip that cannot isolate one holder aborts the run. By default the platform queues the transaction and answers with the transaction identifier and status URL under status 202. A caller that sends Prefer: wait=<seconds> waits for settlement. A 202 Async-Accepted Handle is not success. Status completed requires every snapshot holder applied or stored as zero-after-floor.",
159913
+ path: {
159914
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
159915
+ corporateActionId: "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159916
+ }
159917
+ }
159918
+ ]
159919
+ },
159920
+ v2TokenAbortCorporateAction: {
159921
+ name: "v2TokenAbortCorporateAction",
159922
+ method: "POST",
159923
+ url: "/api/v2/tokens/{tokenAddress}/corporate-actions/{corporateActionId}/abort",
159924
+ summary: "Abort a Corporate Action",
159925
+ description: "Stops a drafted, previewed, or executing Corporate Action. Status becomes aborted. Later chunks do not submit. Applied holders stay in place. There is no rollback. Replay of the confirm key returns this aborted record.",
159926
+ help: "Stops a drafted, previewed, or executing Corporate Action. Status becomes aborted. Later chunks do not submit. Applied holders stay in place. There is no rollback. Replay of the confirm key returns this aborted record.",
159927
+ tags: [
159928
+ "Corporate actions"
159929
+ ],
159930
+ pathParams: [
159931
+ {
159932
+ name: "tokenAddress",
159933
+ in: "path",
159934
+ required: true,
159935
+ description: "A valid Ethereum address (42 characters, starting with 0x)",
159936
+ type: "string",
159937
+ enum: null,
159938
+ pattern: "^0x[a-fA-F0-9]{40}$",
159939
+ examples: [
159940
+ "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
159941
+ ],
159942
+ fields: []
159943
+ },
159944
+ {
159945
+ name: "corporateActionId",
159946
+ in: "path",
159947
+ required: true,
159948
+ description: "Identifier of the Corporate Action run.",
159949
+ type: "string",
159950
+ enum: null,
159951
+ pattern: null,
159952
+ examples: [
159953
+ "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159954
+ ],
159955
+ fields: []
159956
+ }
159957
+ ],
159958
+ queryParams: [],
159959
+ headerParams: [
159960
+ {
159961
+ name: "Idempotency-Key",
159962
+ in: "header",
159963
+ required: false,
159964
+ description: "Client-generated retry key for one mutation. Reuse it only for the same method, path, and body. If you omit it, the platform generates a UUIDv7 key you cannot replay after a lost response.",
159965
+ type: "string",
159966
+ enum: null,
159967
+ pattern: null,
159968
+ examples: [],
159969
+ fields: []
159970
+ },
159971
+ {
159972
+ name: "Prefer",
159973
+ in: "header",
159974
+ required: false,
159975
+ description: "RFC 7240 response-timing preference. Absent or `respond-async` returns 202 immediately. `wait=N` waits up to N seconds, clamped to 5 through 99. `respond-async, wait=N` waits and then degrades to 202. Poll `Location` after 202 instead of resubmitting.",
159976
+ type: "string",
159977
+ enum: null,
159978
+ pattern: null,
159979
+ examples: [],
159980
+ fields: []
159981
+ }
159982
+ ],
159983
+ requestBodyDescription: "Fence further chunks and set status aborted. Applied holders stay. There is no rollback. Replay of the confirm key returns this aborted record.",
159984
+ hasRequestBody: true,
159985
+ bodyIsComplex: true,
159986
+ bodyFields: [],
159987
+ examples: [
159988
+ {
159989
+ description: "Stops a drafted, previewed, or executing Corporate Action. Status becomes aborted. Later chunks do not submit. Applied holders stay in place. There is no rollback. Replay of the confirm key returns this aborted record.",
159990
+ path: {
159991
+ tokenAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
159992
+ corporateActionId: "0198f1a2-3c4d-7e8f-9a0b-1c2d3e4f5a6b"
159993
+ }
159994
+ }
159995
+ ]
159996
+ },
158505
159997
  v2AddonsFixedYieldRead: {
158506
159998
  name: "v2AddonsFixedYieldRead",
158507
159999
  method: "GET",
@@ -163917,6 +165409,7 @@ var openapi_surface_default = {
163917
165409
  Airdrops: "Inspect token distribution instances created by push, vesting, and time-bound airdrop factories.",
163918
165410
  Governance: "Create proposals and polls, cast votes, manage execution, export results, and inspect token voting power and delegation.",
163919
165411
  "Yield and distributions": "Configure and operate fixed yield, treasury yield, interest, and dividend distributions, including funding, claims, and issuer recovery.",
165412
+ "Corporate actions": "Declare, preview, confirm, and abort named Corporate Actions on a token. Cash dividend and bond coupon link existing yield features. Other types orchestrate mint or burn.",
163920
165413
  Participants: "Resolve participants the caller may act as, inspect eligibility, and manage multisig participant drafts, signers, and invitations.",
163921
165414
  Users: "Read and administer organisation users, wallets, security state, onboarding state, and user-facing events.",
163922
165415
  Contacts: "Manage the signed-in user's address book. Each contact pairs a consumer-chosen name with one wallet.",
@@ -164416,7 +165909,7 @@ async function runCommand(context, operation, errorContext = UNKNOWN_COMMAND_ERR
164416
165909
  // package.json
164417
165910
  var package_default2 = {
164418
165911
  name: "@settlemint/dalp-cli",
164419
- version: "3.1.4-main.32595609106",
165912
+ version: "3.1.4-main.32597092654",
164420
165913
  private: false,
164421
165914
  description: "CLI for the Digital Asset Lifecycle Platform \u2014 manage tokens, identities, compliance, and more from the command line.",
164422
165915
  homepage: "https://settlemint.com",
@@ -165243,8 +166736,8 @@ function formatSettlementMessage(status) {
165243
166736
  }
165244
166737
 
165245
166738
  // ../sdk/src/wait-for-transaction.ts
165246
- var terminalStates = new Set(["COMPLETED", "FAILED", "DEAD_LETTER", "CANCELLED"]);
165247
166739
  var failedStates = new Set(["FAILED", "DEAD_LETTER", "CANCELLED"]);
166740
+ var isWaitForTransactionSuccess = (status) => status.status === "COMPLETED";
165248
166741
 
165249
166742
  class DalpTransactionWaitError extends Error {
165250
166743
  code = "sdk.transaction.WAIT_FAILED";
@@ -165332,7 +166825,7 @@ async function waitForTransaction(client2, transactionId, options = {}) {
165332
166825
  if (failedStates.has(lastStatus.status)) {
165333
166826
  throw new DalpTransactionWaitError(transactionId, "terminal-failure", lastStatus);
165334
166827
  }
165335
- if (terminalStates.has(lastStatus.status)) {
166828
+ if (isWaitForTransactionSuccess(lastStatus)) {
165336
166829
  return lastStatus;
165337
166830
  }
165338
166831
  try {
@@ -166147,4 +167640,4 @@ if (false) {}
166147
167640
  // src/bin.ts
166148
167641
  await cli.serve();
166149
167642
 
166150
- //# debugId=11698488269BCCD364756E2164756E21
167643
+ //# debugId=686EBE54367D39B464756E2164756E21