@settlemint/dalp-sdk 2.1.7-main.22916486052 → 2.1.7-main.22919170075

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12671,28 +12671,28 @@ var create7 = v2Contract.route({
12671
12671
  description: "Create a new fixed yield schedule contract",
12672
12672
  successDescription: "Fixed yield schedule created",
12673
12673
  tags: [...TAGS20]
12674
- }).input(v2Input.body(FixedYieldScheduleCreateInputSchema)).output(createBlockchainMutationResponse(FixedYieldScheduleSchema2));
12674
+ }).input(v2Input.body(FixedYieldScheduleCreateInputSchema)).output(createAsyncBlockchainMutationResponse(FixedYieldScheduleSchema2));
12675
12675
  var topUp = v2Contract.route({
12676
12676
  method: "POST",
12677
12677
  path: "/addons/fixed-yield/{scheduleAddress}/top-up",
12678
12678
  description: "Top up the denomination asset in a fixed yield schedule",
12679
12679
  successDescription: "Fixed yield schedule topped up",
12680
12680
  tags: [...TAGS20]
12681
- }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleTopUpInputSchema.shape.scheduleAddress }), FixedYieldScheduleTopUpInputSchema.omit({ scheduleAddress: true }))).output(createBlockchainMutationResponse(FixedYieldScheduleTopUpOutputSchema));
12681
+ }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleTopUpInputSchema.shape.scheduleAddress }), FixedYieldScheduleTopUpInputSchema.omit({ scheduleAddress: true }))).output(createAsyncBlockchainMutationResponse(FixedYieldScheduleTopUpOutputSchema));
12682
12682
  var withdraw = v2Contract.route({
12683
12683
  method: "POST",
12684
12684
  path: "/addons/fixed-yield/{scheduleAddress}/withdraw",
12685
12685
  description: "Withdraw the denomination asset from a fixed yield schedule",
12686
12686
  successDescription: "Fixed yield schedule withdrawal completed",
12687
12687
  tags: [...TAGS20]
12688
- }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleWithdrawInputSchema.shape.scheduleAddress }), FixedYieldScheduleWithdrawInputSchema.omit({ scheduleAddress: true }))).output(createBlockchainMutationResponse(FixedYieldScheduleWithdrawOutputSchema));
12688
+ }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleWithdrawInputSchema.shape.scheduleAddress }), FixedYieldScheduleWithdrawInputSchema.omit({ scheduleAddress: true }))).output(createAsyncBlockchainMutationResponse(FixedYieldScheduleWithdrawOutputSchema));
12689
12689
  var claim = v2Contract.route({
12690
12690
  method: "POST",
12691
12691
  path: "/addons/fixed-yield/{scheduleAddress}/claim",
12692
12692
  description: "Claim yield from a fixed yield schedule contract",
12693
12693
  successDescription: "Fixed yield schedule claim completed",
12694
12694
  tags: [...TAGS20]
12695
- }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleClaimInputSchema.shape.scheduleAddress }), FixedYieldScheduleClaimInputSchema.omit({ scheduleAddress: true }))).output(createBlockchainMutationResponse(FixedYieldScheduleClaimOutputSchema));
12695
+ }).input(v2Input.paramsBody(z295.object({ scheduleAddress: FixedYieldScheduleClaimInputSchema.shape.scheduleAddress }), FixedYieldScheduleClaimInputSchema.omit({ scheduleAddress: true }))).output(createAsyncBlockchainMutationResponse(FixedYieldScheduleClaimOutputSchema));
12696
12696
  var fixedYieldV2Contract = {
12697
12697
  read: read10,
12698
12698
  create: create7,
@@ -16832,7 +16832,7 @@ var dalpSerializers = [
16832
16832
  // package.json
16833
16833
  var package_default = {
16834
16834
  name: "@settlemint/dalp-sdk",
16835
- version: "2.1.7-main.22916486052",
16835
+ version: "2.1.7-main.22919170075",
16836
16836
  private: false,
16837
16837
  description: "Fully typed SDK for the DALP tokenization platform API",
16838
16838
  homepage: "https://settlemint.com",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@settlemint/dalp-sdk",
3
- "version": "2.1.7-main.22916486052",
3
+ "version": "2.1.7-main.22919170075",
4
4
  "private": false,
5
5
  "description": "Fully typed SDK for the DALP tokenization platform API",
6
6
  "homepage": "https://settlemint.com",