@evergonlabs/tmi-protocol-api 0.10.1 → 0.11.0-rc.0
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/app.d.ts +384 -76
- package/dist/app.d.ts.map +1 -1
- package/dist/client.d.ts +408 -76
- package/dist/client.d.ts.map +1 -1
- package/dist/common/blockchain.d.ts +8700 -64
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/blockchain.js +5 -1
- package/dist/common/config.d.ts +5 -0
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +5 -0
- package/dist/common/indexer/client.d.ts.map +1 -1
- package/dist/common/indexer/schemas.d.ts.map +1 -1
- package/dist/common/models/asset.d.ts +1 -1
- package/dist/common/models/base/chainId.d.ts +5 -5
- package/dist/common/models/base/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.d.ts +5 -5
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/transaction.d.ts +1 -1
- package/dist/fractions/index.d.ts +18 -57
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/markets/common/platform.d.ts +2 -2
- package/dist/fractions/markets/deployMarket.routes.d.ts.map +1 -0
- package/dist/fractions/{platforms → markets}/deployMarket.routes.js +16 -16
- package/dist/fractions/{platforms → markets}/deployMarket.schema.d.ts +1 -1
- package/dist/fractions/markets/deployMarket.schema.d.ts.map +1 -0
- package/dist/fractions/markets/getMarket/getMarket.d.ts +1 -1
- package/dist/fractions/markets/getMarket/index.d.ts +1 -1
- package/dist/fractions/markets/index.d.ts +1 -1
- package/dist/fractions/markets/initCompilot.routes.d.ts.map +1 -0
- package/dist/fractions/{platforms → markets}/initCompilot.routes.js +4 -5
- package/dist/fractions/platforms/index.d.ts +4 -4
- package/dist/fractions/platforms/index.d.ts.map +1 -1
- package/dist/fractions/platforms/index.js +4 -4
- package/dist/fractions/roles/grantRole.schema.d.ts +1 -1
- package/dist/fractions/sales/activityUtils.d.ts +1 -1
- package/dist/fractions/sales/approveWrapper.route.d.ts +0 -58
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveWrapper.route.js +1 -59
- package/dist/fractions/sales/common/fractionsSale.d.ts +4 -4
- package/dist/fractions/sales/createFractions.schema.d.ts +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +2 -2
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +1 -1
- package/dist/fractions/sales/getVaultAddress.d.ts +1 -1
- package/dist/fractions/sales/index.d.ts +6 -53
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +1 -3
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +2 -2
- package/dist/fractions/sales/purchase.route.d.ts +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.js +1 -1
- package/dist/fractions/sales/searchActivity.route.d.ts +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +3 -3
- package/dist/fractions/sig/getAuthData.d.ts +1 -1
- package/dist/fractions/sig/getNonce.route.d.ts +1 -1
- package/dist/fractions/statistics/index.d.ts +8 -0
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +8 -0
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.d.ts +649 -5
- package/dist/issuance/common/factories.base.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.js +2 -2
- package/dist/issuance/common/factories.d.ts +1 -1
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.d.ts +2 -2
- package/dist/issuance/erc1155/gated/deploy.d.ts +2 -2
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +18 -0
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc1155/getMintedTokenId.js +81 -0
- package/dist/issuance/erc1155/index.d.ts +19 -3
- package/dist/issuance/erc1155/index.d.ts.map +1 -1
- package/dist/issuance/erc1155/index.js +3 -1
- package/dist/issuance/erc20/default/deploy.d.ts +2 -2
- package/dist/issuance/erc20/gated/deploy.d.ts +2 -2
- package/dist/issuance/erc20/index.d.ts +2 -2
- package/dist/issuance/erc721/default/deploy.d.ts +2 -2
- package/dist/issuance/erc721/gated/deploy.d.ts +2 -2
- package/dist/issuance/erc721/getMintedTokenId.d.ts +18 -0
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc721/getMintedTokenId.js +79 -0
- package/dist/issuance/erc721/index.d.ts +19 -3
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +3 -1
- package/dist/issuance/index.d.ts +40 -8
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/next/fractions/index.d.ts +319 -4
- package/dist/next/fractions/index.d.ts.map +1 -1
- package/dist/next/fractions/index.js +3 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +1 -1
- package/dist/next/fractions/lending/createLendingSale.d.ts +1 -1
- package/dist/next/fractions/lending/schemas.d.ts +1 -1
- package/dist/next/fractions/lending/schemas.js +1 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts +1 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.js +1 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts +1 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.js +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts +13 -3
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +1 -1
- package/dist/next/fractions/sales/createNftFractions.routes.js +16 -8
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +14 -11
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +1 -1
- package/dist/next/fractions/sales/createNftFractions.schema.js +2 -8
- package/dist/next/fractions/sales/index.d.ts +13 -3
- package/dist/next/fractions/sales/index.d.ts.map +1 -1
- package/dist/next/fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts +25 -0
- package/dist/next/fractions/vestingRedemptionDynamic/approveCampaign.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/approveCampaign.routes.js +35 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts +52 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.routes.js +50 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts +43 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/createCampaign.schema.js +48 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts +39 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.routes.js +39 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts +23 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/deployMarket.schema.js +29 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts +51 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochPurchase.routes.js +74 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts +51 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/epochWithdrawal.routes.js +75 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts +19 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getCurrentEpoch.routes.js +52 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts +23 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getEpochPurchaseEvent.routes.js +67 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts +20 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getPurchasePriceForEpoch.routes.js +59 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts +21 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/getWithdrawalRequestedEvent.routes.js +63 -0
- package/dist/next/fractions/vestingRedemptionDynamic/index.d.ts +307 -0
- package/dist/next/fractions/vestingRedemptionDynamic/index.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/index.js +27 -0
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts +26 -0
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.d.ts.map +1 -0
- package/dist/next/fractions/vestingRedemptionDynamic/setEpochPrice.routes.js +41 -0
- package/dist/staking/index.d.ts +7 -7
- package/dist/staking/platforms/common/platform.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/index.d.ts +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +1 -1
- package/dist/staking/platforms/index.d.ts +2 -2
- package/dist/staking/platforms/searchPlatforms/index.d.ts +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +1 -1
- package/dist/staking/pools/common/pool.d.ts +1 -1
- package/dist/staking/pools/getPool/index.d.ts +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +1 -1
- package/dist/staking/pools/index.d.ts +2 -2
- package/dist/staking/pools/searchPools/index.d.ts +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +1 -1
- package/dist/staking/roles/common/roleAssignment.d.ts +1 -1
- package/dist/staking/roles/common/roleEvent.d.ts +1 -1
- package/dist/staking/roles/index.d.ts +2 -2
- package/dist/staking/roles/searchRoleEvents/index.d.ts +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +1 -1
- package/dist/staking/roles/searchRoles/index.d.ts +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +1 -1
- package/dist/staking/stakes/common/stake.d.ts +1 -1
- package/dist/staking/stakes/common/stakeEvent.d.ts +1 -1
- package/dist/staking/stakes/index.d.ts +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +1 -1
- package/package.json +10 -10
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.schema.d.ts.map +0 -1
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +0 -1
- /package/dist/fractions/{platforms → markets}/deployMarket.routes.d.ts +0 -0
- /package/dist/fractions/{platforms → markets}/deployMarket.schema.js +0 -0
- /package/dist/fractions/{platforms → markets}/initCompilot.routes.d.ts +0 -0
package/dist/app.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
13
|
output: {
|
|
14
|
-
chainId: 11155111 | 31337;
|
|
14
|
+
chainId: 11155111 | 31337 | 84532;
|
|
15
15
|
transactionHash: `0x${string}`;
|
|
16
16
|
createdAt: string & import("zod").$brand<"ISO">;
|
|
17
17
|
contractAddress: `0x${string}`;
|
|
@@ -38,7 +38,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
output: {
|
|
41
|
-
chainId: 11155111 | 31337;
|
|
41
|
+
chainId: 11155111 | 31337 | 84532;
|
|
42
42
|
transactionHash: `0x${string}`;
|
|
43
43
|
createdAt: string & import("zod").$brand<"ISO">;
|
|
44
44
|
contractAddress: `0x${string}`;
|
|
@@ -65,7 +65,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
67
|
output: {
|
|
68
|
-
chainId: 11155111 | 31337;
|
|
68
|
+
chainId: 11155111 | 31337 | 84532;
|
|
69
69
|
platform: `0x${string}`;
|
|
70
70
|
rewardsHandler: `0x${string}`;
|
|
71
71
|
assetHandler: `0x${string}`;
|
|
@@ -88,7 +88,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
output: {
|
|
91
|
-
chainId: 11155111 | 31337;
|
|
91
|
+
chainId: 11155111 | 31337 | 84532;
|
|
92
92
|
platform: `0x${string}`;
|
|
93
93
|
rewardsHandler: `0x${string}`;
|
|
94
94
|
assetHandler: `0x${string}`;
|
|
@@ -154,7 +154,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
154
154
|
};
|
|
155
155
|
output: {
|
|
156
156
|
id: string;
|
|
157
|
-
chainId: 11155111 | 31337;
|
|
157
|
+
chainId: 11155111 | 31337 | 84532;
|
|
158
158
|
platform: `0x${string}`;
|
|
159
159
|
owner: `0x${string}`;
|
|
160
160
|
stakeId: never;
|
|
@@ -257,7 +257,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
259
|
output: {
|
|
260
|
-
chainId: 11155111 | 31337;
|
|
260
|
+
chainId: 11155111 | 31337 | 84532;
|
|
261
261
|
platform: `0x${string}`;
|
|
262
262
|
roleId: `0x${string}`;
|
|
263
263
|
owner: `0x${string}`;
|
|
@@ -289,7 +289,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
289
289
|
output: {
|
|
290
290
|
id: string;
|
|
291
291
|
roleId: `0x${string}`;
|
|
292
|
-
chainId: 11155111 | 31337;
|
|
292
|
+
chainId: 11155111 | 31337 | 84532;
|
|
293
293
|
platform: `0x${string}`;
|
|
294
294
|
txHash: `0x${string}`;
|
|
295
295
|
owner: `0x${string}`;
|
|
@@ -1070,7 +1070,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1070
1070
|
};
|
|
1071
1071
|
output: {
|
|
1072
1072
|
error: string;
|
|
1073
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
1073
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
1074
1074
|
market: `0x${string}`;
|
|
1075
1075
|
};
|
|
1076
1076
|
outputFormat: "json";
|
|
@@ -1239,7 +1239,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1239
1239
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1240
1240
|
};
|
|
1241
1241
|
};
|
|
1242
|
-
}, "/
|
|
1242
|
+
}, "/deployNid"> | import("hono/types").MergeSchemaPath<{
|
|
1243
1243
|
"/": {
|
|
1244
1244
|
$post: {
|
|
1245
1245
|
input: {
|
|
@@ -1276,7 +1276,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1276
1276
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1277
1277
|
};
|
|
1278
1278
|
};
|
|
1279
|
-
}, "/
|
|
1279
|
+
}, "/deployContinuousWithdraw"> | import("hono/types").MergeSchemaPath<{
|
|
1280
1280
|
"/": {
|
|
1281
1281
|
$post: {
|
|
1282
1282
|
input: {
|
|
@@ -1313,7 +1313,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1313
1313
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
1314
1314
|
};
|
|
1315
1315
|
};
|
|
1316
|
-
}, "/
|
|
1316
|
+
}, "/deployContinuousWithdrawNid"> | import("hono/types").MergeSchemaPath<{
|
|
1317
1317
|
"/": {
|
|
1318
1318
|
$get: {
|
|
1319
1319
|
input: {
|
|
@@ -1685,7 +1685,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1685
1685
|
};
|
|
1686
1686
|
};
|
|
1687
1687
|
output: {
|
|
1688
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
1688
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
1689
1689
|
platform: `0x${string}`;
|
|
1690
1690
|
campaignId: string;
|
|
1691
1691
|
statistics: {
|
|
@@ -1962,7 +1962,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
1962
1962
|
};
|
|
1963
1963
|
};
|
|
1964
1964
|
output: {
|
|
1965
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
1965
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
1966
1966
|
platform: `0x${string}`;
|
|
1967
1967
|
campaignId: never;
|
|
1968
1968
|
totalClaims: number;
|
|
@@ -2101,7 +2101,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2101
2101
|
};
|
|
2102
2102
|
};
|
|
2103
2103
|
output: {
|
|
2104
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
2104
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
2105
2105
|
platform: `0x${string}`;
|
|
2106
2106
|
campaignId: string & import("zod").$brand<"Int256">;
|
|
2107
2107
|
transactionHash: `0x${string}`;
|
|
@@ -2161,7 +2161,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2161
2161
|
};
|
|
2162
2162
|
};
|
|
2163
2163
|
output: {
|
|
2164
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
2164
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
2165
2165
|
platform: `0x${string}`;
|
|
2166
2166
|
campaignId: string;
|
|
2167
2167
|
statistics: {
|
|
@@ -2228,7 +2228,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2228
2228
|
};
|
|
2229
2229
|
output: {
|
|
2230
2230
|
error: string;
|
|
2231
|
-
chainId: 1 | 11155111 | 31337 | 72080;
|
|
2231
|
+
chainId: 1 | 11155111 | 31337 | 84532 | 72080;
|
|
2232
2232
|
market: `0x${string}`;
|
|
2233
2233
|
};
|
|
2234
2234
|
outputFormat: "json";
|
|
@@ -2271,54 +2271,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2271
2271
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2272
2272
|
};
|
|
2273
2273
|
};
|
|
2274
|
-
}, "/approveWrapper"> | import("hono/types").MergeSchemaPath<{
|
|
2275
|
-
"/": {
|
|
2276
|
-
$post: {
|
|
2277
|
-
input: {
|
|
2278
|
-
json: {
|
|
2279
|
-
wrapperAddress: string;
|
|
2280
|
-
erc20Address: string;
|
|
2281
|
-
amount: string;
|
|
2282
|
-
};
|
|
2283
|
-
};
|
|
2284
|
-
output: {
|
|
2285
|
-
data: `0x${string}`;
|
|
2286
|
-
to: `0x${string}`;
|
|
2287
|
-
details: {
|
|
2288
|
-
functionName: string;
|
|
2289
|
-
address: `0x${string}`;
|
|
2290
|
-
abi: any[];
|
|
2291
|
-
args: any[];
|
|
2292
|
-
};
|
|
2293
|
-
};
|
|
2294
|
-
outputFormat: "json";
|
|
2295
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2296
|
-
};
|
|
2297
|
-
};
|
|
2298
|
-
}, "/approveWrapperAsErc20Spender"> | import("hono/types").MergeSchemaPath<{
|
|
2299
|
-
"/": {
|
|
2300
|
-
$post: {
|
|
2301
|
-
input: {
|
|
2302
|
-
json: {
|
|
2303
|
-
wrapperAddress: string;
|
|
2304
|
-
erc721Address: string;
|
|
2305
|
-
};
|
|
2306
|
-
};
|
|
2307
|
-
output: {
|
|
2308
|
-
data: `0x${string}`;
|
|
2309
|
-
to: `0x${string}`;
|
|
2310
|
-
details: {
|
|
2311
|
-
functionName: string;
|
|
2312
|
-
address: `0x${string}`;
|
|
2313
|
-
abi: any[];
|
|
2314
|
-
args: any[];
|
|
2315
|
-
};
|
|
2316
|
-
};
|
|
2317
|
-
outputFormat: "json";
|
|
2318
|
-
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
2319
|
-
};
|
|
2320
|
-
};
|
|
2321
|
-
}, "/approveWrapperAsErc721Spender">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2274
|
+
}, "/approveWrapper">, "/sales"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
2322
2275
|
"/": {
|
|
2323
2276
|
$post: {
|
|
2324
2277
|
input: {
|
|
@@ -2372,6 +2325,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2372
2325
|
1: string & import("zod").$brand<"Int256">;
|
|
2373
2326
|
11155111: string & import("zod").$brand<"Int256">;
|
|
2374
2327
|
31337: string & import("zod").$brand<"Int256">;
|
|
2328
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2375
2329
|
72080: string & import("zod").$brand<"Int256">;
|
|
2376
2330
|
};
|
|
2377
2331
|
outputFormat: "json";
|
|
@@ -2394,6 +2348,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2394
2348
|
1: string & import("zod").$brand<"Int256">;
|
|
2395
2349
|
11155111: string & import("zod").$brand<"Int256">;
|
|
2396
2350
|
31337: string & import("zod").$brand<"Int256">;
|
|
2351
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2397
2352
|
72080: string & import("zod").$brand<"Int256">;
|
|
2398
2353
|
};
|
|
2399
2354
|
outputFormat: "json";
|
|
@@ -2416,6 +2371,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2416
2371
|
1: string & import("zod").$brand<"Int256">;
|
|
2417
2372
|
11155111: string & import("zod").$brand<"Int256">;
|
|
2418
2373
|
31337: string & import("zod").$brand<"Int256">;
|
|
2374
|
+
84532: string & import("zod").$brand<"Int256">;
|
|
2419
2375
|
72080: string & import("zod").$brand<"Int256">;
|
|
2420
2376
|
};
|
|
2421
2377
|
outputFormat: "json";
|
|
@@ -2451,6 +2407,11 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2451
2407
|
sales: string & import("zod").$brand<"Int256">;
|
|
2452
2408
|
ttv: string & import("zod").$brand<"Int256">;
|
|
2453
2409
|
};
|
|
2410
|
+
84532: {
|
|
2411
|
+
holders: string & import("zod").$brand<"Int256">;
|
|
2412
|
+
sales: string & import("zod").$brand<"Int256">;
|
|
2413
|
+
ttv: string & import("zod").$brand<"Int256">;
|
|
2414
|
+
};
|
|
2454
2415
|
72080: {
|
|
2455
2416
|
holders: string & import("zod").$brand<"Int256">;
|
|
2456
2417
|
sales: string & import("zod").$brand<"Int256">;
|
|
@@ -2554,7 +2515,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2554
2515
|
$post: {
|
|
2555
2516
|
input: {
|
|
2556
2517
|
json: {
|
|
2557
|
-
chainId: 11155111 | 72080;
|
|
2518
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2558
2519
|
tokenName: string;
|
|
2559
2520
|
tokenSymbol: string;
|
|
2560
2521
|
supplyCap: string;
|
|
@@ -2629,7 +2590,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2629
2590
|
$post: {
|
|
2630
2591
|
input: {
|
|
2631
2592
|
json: {
|
|
2632
|
-
chainId: 11155111 | 72080;
|
|
2593
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2633
2594
|
tokenName: string;
|
|
2634
2595
|
tokenSymbol: string;
|
|
2635
2596
|
supplyCap: string;
|
|
@@ -2972,7 +2933,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
2972
2933
|
$post: {
|
|
2973
2934
|
input: {
|
|
2974
2935
|
json: {
|
|
2975
|
-
chainId: 11155111 | 72080;
|
|
2936
|
+
chainId: 11155111 | 84532 | 72080;
|
|
2976
2937
|
tokenName: string;
|
|
2977
2938
|
tokenSymbol: string;
|
|
2978
2939
|
baseURI: string;
|
|
@@ -3047,7 +3008,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3047
3008
|
$post: {
|
|
3048
3009
|
input: {
|
|
3049
3010
|
json: {
|
|
3050
|
-
chainId: 11155111 | 72080;
|
|
3011
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3051
3012
|
tokenName: string;
|
|
3052
3013
|
tokenSymbol: string;
|
|
3053
3014
|
baseURI: string;
|
|
@@ -3358,12 +3319,28 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3358
3319
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3359
3320
|
};
|
|
3360
3321
|
};
|
|
3361
|
-
}, "/setTokenURI"
|
|
3322
|
+
}, "/setTokenURI"> | import("hono/types").MergeSchemaPath<{
|
|
3323
|
+
"/": {
|
|
3324
|
+
$get: {
|
|
3325
|
+
input: {
|
|
3326
|
+
query: {
|
|
3327
|
+
chainId: string | string[];
|
|
3328
|
+
hash: string | string[];
|
|
3329
|
+
};
|
|
3330
|
+
};
|
|
3331
|
+
output: {
|
|
3332
|
+
tokenId: string;
|
|
3333
|
+
};
|
|
3334
|
+
outputFormat: "json";
|
|
3335
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3336
|
+
};
|
|
3337
|
+
};
|
|
3338
|
+
}, "/getMintedTokenId">, "/erc721"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3362
3339
|
"/": {
|
|
3363
3340
|
$post: {
|
|
3364
3341
|
input: {
|
|
3365
3342
|
json: {
|
|
3366
|
-
chainId: 11155111 | 72080;
|
|
3343
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3367
3344
|
baseURI: string;
|
|
3368
3345
|
defaultTokenAdmin: string;
|
|
3369
3346
|
minter: string;
|
|
@@ -3432,7 +3409,7 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3432
3409
|
$post: {
|
|
3433
3410
|
input: {
|
|
3434
3411
|
json: {
|
|
3435
|
-
chainId: 11155111 | 72080;
|
|
3412
|
+
chainId: 11155111 | 84532 | 72080;
|
|
3436
3413
|
baseURI: string;
|
|
3437
3414
|
defaultTokenAdmin: string;
|
|
3438
3415
|
minter: string;
|
|
@@ -3717,7 +3694,23 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3717
3694
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3718
3695
|
};
|
|
3719
3696
|
};
|
|
3720
|
-
}, "/renounceRole"
|
|
3697
|
+
}, "/renounceRole"> | import("hono/types").MergeSchemaPath<{
|
|
3698
|
+
"/": {
|
|
3699
|
+
$get: {
|
|
3700
|
+
input: {
|
|
3701
|
+
query: {
|
|
3702
|
+
chainId: string | string[];
|
|
3703
|
+
hash: string | string[];
|
|
3704
|
+
};
|
|
3705
|
+
};
|
|
3706
|
+
output: {
|
|
3707
|
+
tokenId: string;
|
|
3708
|
+
};
|
|
3709
|
+
outputFormat: "json";
|
|
3710
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
3711
|
+
};
|
|
3712
|
+
};
|
|
3713
|
+
}, "/getMintedTokenId">, "/erc1155"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
3721
3714
|
"/": {
|
|
3722
3715
|
$get: {
|
|
3723
3716
|
input: {};
|
|
@@ -3877,10 +3870,20 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
3877
3870
|
json: {
|
|
3878
3871
|
chainId: unknown;
|
|
3879
3872
|
market: string;
|
|
3880
|
-
|
|
3881
|
-
|
|
3873
|
+
wrapped: ({
|
|
3874
|
+
type: "ERC20";
|
|
3875
|
+
address: string;
|
|
3876
|
+
values: string[];
|
|
3877
|
+
} | {
|
|
3878
|
+
type: "ERC721";
|
|
3879
|
+
address: string;
|
|
3882
3880
|
tokenIds: string[];
|
|
3883
|
-
}
|
|
3881
|
+
} | {
|
|
3882
|
+
type: "ERC1155";
|
|
3883
|
+
address: string;
|
|
3884
|
+
tokenIds: string[];
|
|
3885
|
+
values: string[];
|
|
3886
|
+
})[];
|
|
3884
3887
|
fractions: {
|
|
3885
3888
|
name: string;
|
|
3886
3889
|
symbol: string;
|
|
@@ -4131,7 +4134,312 @@ export declare function buildApps(config?: IAppConfig): {
|
|
|
4131
4134
|
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4132
4135
|
};
|
|
4133
4136
|
};
|
|
4134
|
-
}, "/buyback">, "/lending"
|
|
4137
|
+
}, "/buyback">, "/lending"> | import("hono/types").MergeSchemaPath<import("hono/types").BlankSchema | import("hono/types").MergeSchemaPath<{
|
|
4138
|
+
"/": {
|
|
4139
|
+
$post: {
|
|
4140
|
+
input: {
|
|
4141
|
+
json: {
|
|
4142
|
+
chainId: unknown;
|
|
4143
|
+
adminAddress: string;
|
|
4144
|
+
acceptedFundingTokens: string[];
|
|
4145
|
+
ownerAddress?: string | undefined;
|
|
4146
|
+
platformEntryFee?: {
|
|
4147
|
+
collectorAddress: string;
|
|
4148
|
+
basisPoints: number;
|
|
4149
|
+
} | undefined;
|
|
4150
|
+
platformExitFee?: {
|
|
4151
|
+
collectorAddress: string;
|
|
4152
|
+
basisPoints: number;
|
|
4153
|
+
} | undefined;
|
|
4154
|
+
receiptNft?: {
|
|
4155
|
+
baseName: string;
|
|
4156
|
+
baseSymbol: string;
|
|
4157
|
+
} | undefined;
|
|
4158
|
+
};
|
|
4159
|
+
};
|
|
4160
|
+
output: {
|
|
4161
|
+
data: `0x${string}`;
|
|
4162
|
+
to: `0x${string}`;
|
|
4163
|
+
details: {
|
|
4164
|
+
functionName: string;
|
|
4165
|
+
address: `0x${string}`;
|
|
4166
|
+
abi: any[];
|
|
4167
|
+
args: any[];
|
|
4168
|
+
};
|
|
4169
|
+
};
|
|
4170
|
+
outputFormat: "json";
|
|
4171
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4172
|
+
};
|
|
4173
|
+
};
|
|
4174
|
+
}, "/deployMarket"> | import("hono/types").MergeSchemaPath<{
|
|
4175
|
+
"/": {
|
|
4176
|
+
$post: {
|
|
4177
|
+
input: {
|
|
4178
|
+
json: {
|
|
4179
|
+
chainId: unknown;
|
|
4180
|
+
market: string;
|
|
4181
|
+
nft: {
|
|
4182
|
+
contractAddress: string;
|
|
4183
|
+
tokenId: string;
|
|
4184
|
+
};
|
|
4185
|
+
fractions: {
|
|
4186
|
+
name: string;
|
|
4187
|
+
symbol: string;
|
|
4188
|
+
};
|
|
4189
|
+
refundAddress: string;
|
|
4190
|
+
funding: {
|
|
4191
|
+
token: string;
|
|
4192
|
+
amountPerPacket: string;
|
|
4193
|
+
};
|
|
4194
|
+
startDate: string;
|
|
4195
|
+
softCapPerPurchase: string;
|
|
4196
|
+
hardCapPerAccount: string;
|
|
4197
|
+
fundsReceiver: string;
|
|
4198
|
+
priceSetter: string;
|
|
4199
|
+
fundsProvider: string;
|
|
4200
|
+
issuerEntryFee?: {
|
|
4201
|
+
collectorAddress: string;
|
|
4202
|
+
proportion: string;
|
|
4203
|
+
} | undefined;
|
|
4204
|
+
issuerExitFee?: {
|
|
4205
|
+
collectorAddress: string;
|
|
4206
|
+
proportion: string;
|
|
4207
|
+
} | undefined;
|
|
4208
|
+
};
|
|
4209
|
+
};
|
|
4210
|
+
output: {
|
|
4211
|
+
data: `0x${string}`;
|
|
4212
|
+
to: `0x${string}`;
|
|
4213
|
+
details: {
|
|
4214
|
+
functionName: string;
|
|
4215
|
+
address: `0x${string}`;
|
|
4216
|
+
abi: any[];
|
|
4217
|
+
args: any[];
|
|
4218
|
+
};
|
|
4219
|
+
};
|
|
4220
|
+
outputFormat: "json";
|
|
4221
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4222
|
+
};
|
|
4223
|
+
};
|
|
4224
|
+
}, "/createCampaign"> | import("hono/types").MergeSchemaPath<{
|
|
4225
|
+
"/": {
|
|
4226
|
+
$post: {
|
|
4227
|
+
input: {
|
|
4228
|
+
json: {
|
|
4229
|
+
market: string;
|
|
4230
|
+
campaignId: string;
|
|
4231
|
+
};
|
|
4232
|
+
};
|
|
4233
|
+
output: {
|
|
4234
|
+
data: `0x${string}`;
|
|
4235
|
+
to: `0x${string}`;
|
|
4236
|
+
details: {
|
|
4237
|
+
functionName: string;
|
|
4238
|
+
address: `0x${string}`;
|
|
4239
|
+
abi: any[];
|
|
4240
|
+
args: any[];
|
|
4241
|
+
};
|
|
4242
|
+
};
|
|
4243
|
+
outputFormat: "json";
|
|
4244
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4245
|
+
};
|
|
4246
|
+
};
|
|
4247
|
+
}, "/approveCampaign"> | import("hono/types").MergeSchemaPath<{
|
|
4248
|
+
"/": {
|
|
4249
|
+
$post: {
|
|
4250
|
+
input: {
|
|
4251
|
+
json: {
|
|
4252
|
+
market: string;
|
|
4253
|
+
campaignId: string;
|
|
4254
|
+
price: string;
|
|
4255
|
+
};
|
|
4256
|
+
};
|
|
4257
|
+
output: {
|
|
4258
|
+
data: `0x${string}`;
|
|
4259
|
+
to: `0x${string}`;
|
|
4260
|
+
details: {
|
|
4261
|
+
functionName: string;
|
|
4262
|
+
address: `0x${string}`;
|
|
4263
|
+
abi: any[];
|
|
4264
|
+
args: any[];
|
|
4265
|
+
};
|
|
4266
|
+
};
|
|
4267
|
+
outputFormat: "json";
|
|
4268
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4269
|
+
};
|
|
4270
|
+
};
|
|
4271
|
+
}, "/setEpochPrice"> | import("hono/types").MergeSchemaPath<{
|
|
4272
|
+
"/": {
|
|
4273
|
+
$get: {
|
|
4274
|
+
input: {
|
|
4275
|
+
query: {
|
|
4276
|
+
chainId: string | string[];
|
|
4277
|
+
market: string | string[];
|
|
4278
|
+
campaignId: string | string[];
|
|
4279
|
+
};
|
|
4280
|
+
};
|
|
4281
|
+
output: {
|
|
4282
|
+
currentEpoch: string;
|
|
4283
|
+
};
|
|
4284
|
+
outputFormat: "json";
|
|
4285
|
+
status: 200;
|
|
4286
|
+
};
|
|
4287
|
+
};
|
|
4288
|
+
}, "/getCurrentEpoch"> | import("hono/types").MergeSchemaPath<{
|
|
4289
|
+
"/": {
|
|
4290
|
+
$get: {
|
|
4291
|
+
input: {
|
|
4292
|
+
query: {
|
|
4293
|
+
chainId: string | string[];
|
|
4294
|
+
market: string | string[];
|
|
4295
|
+
campaignId: string | string[];
|
|
4296
|
+
epoch: string | string[];
|
|
4297
|
+
};
|
|
4298
|
+
};
|
|
4299
|
+
output: {
|
|
4300
|
+
price: string;
|
|
4301
|
+
};
|
|
4302
|
+
outputFormat: "json";
|
|
4303
|
+
status: 200;
|
|
4304
|
+
};
|
|
4305
|
+
};
|
|
4306
|
+
}, "/getPurchasePriceForEpoch"> | import("hono/types").MergeSchemaPath<{
|
|
4307
|
+
"/": {
|
|
4308
|
+
$post: {
|
|
4309
|
+
input: {
|
|
4310
|
+
json: {
|
|
4311
|
+
market: string;
|
|
4312
|
+
campaignId: string;
|
|
4313
|
+
amountToProvide: string;
|
|
4314
|
+
};
|
|
4315
|
+
};
|
|
4316
|
+
output: {
|
|
4317
|
+
data: `0x${string}`;
|
|
4318
|
+
to: `0x${string}`;
|
|
4319
|
+
details: {
|
|
4320
|
+
functionName: string;
|
|
4321
|
+
address: `0x${string}`;
|
|
4322
|
+
abi: any[];
|
|
4323
|
+
args: any[];
|
|
4324
|
+
};
|
|
4325
|
+
};
|
|
4326
|
+
outputFormat: "json";
|
|
4327
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4328
|
+
};
|
|
4329
|
+
};
|
|
4330
|
+
}, "/purchase"> | import("hono/types").MergeSchemaPath<{
|
|
4331
|
+
"/": {
|
|
4332
|
+
$get: {
|
|
4333
|
+
input: {
|
|
4334
|
+
query: {
|
|
4335
|
+
chainId: string | string[];
|
|
4336
|
+
hash: string | string[];
|
|
4337
|
+
};
|
|
4338
|
+
};
|
|
4339
|
+
output: {
|
|
4340
|
+
campaignId: string;
|
|
4341
|
+
nftId: string;
|
|
4342
|
+
purchaser: `0x${string}`;
|
|
4343
|
+
amountProvided: string;
|
|
4344
|
+
amountAfterFees: string;
|
|
4345
|
+
epochPurchased: string;
|
|
4346
|
+
};
|
|
4347
|
+
outputFormat: "json";
|
|
4348
|
+
status: 200;
|
|
4349
|
+
};
|
|
4350
|
+
};
|
|
4351
|
+
}, "/getEpochPurchaseEvent"> | import("hono/types").MergeSchemaPath<{
|
|
4352
|
+
"/": {
|
|
4353
|
+
$post: {
|
|
4354
|
+
input: {
|
|
4355
|
+
json: {
|
|
4356
|
+
market: string;
|
|
4357
|
+
campaignId: string;
|
|
4358
|
+
nftId: string;
|
|
4359
|
+
};
|
|
4360
|
+
};
|
|
4361
|
+
output: {
|
|
4362
|
+
data: `0x${string}`;
|
|
4363
|
+
to: `0x${string}`;
|
|
4364
|
+
details: {
|
|
4365
|
+
functionName: string;
|
|
4366
|
+
address: `0x${string}`;
|
|
4367
|
+
abi: any[];
|
|
4368
|
+
args: any[];
|
|
4369
|
+
};
|
|
4370
|
+
};
|
|
4371
|
+
outputFormat: "json";
|
|
4372
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4373
|
+
};
|
|
4374
|
+
};
|
|
4375
|
+
}, "/exchangeNftForFractions"> | import("hono/types").MergeSchemaPath<{
|
|
4376
|
+
"/": {
|
|
4377
|
+
$post: {
|
|
4378
|
+
input: {
|
|
4379
|
+
json: {
|
|
4380
|
+
market: string;
|
|
4381
|
+
campaignId: string;
|
|
4382
|
+
amountOfFractions: string;
|
|
4383
|
+
};
|
|
4384
|
+
};
|
|
4385
|
+
output: {
|
|
4386
|
+
data: `0x${string}`;
|
|
4387
|
+
to: `0x${string}`;
|
|
4388
|
+
details: {
|
|
4389
|
+
functionName: string;
|
|
4390
|
+
address: `0x${string}`;
|
|
4391
|
+
abi: any[];
|
|
4392
|
+
args: any[];
|
|
4393
|
+
};
|
|
4394
|
+
};
|
|
4395
|
+
outputFormat: "json";
|
|
4396
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4397
|
+
};
|
|
4398
|
+
};
|
|
4399
|
+
}, "/requestWithdrawal"> | import("hono/types").MergeSchemaPath<{
|
|
4400
|
+
"/": {
|
|
4401
|
+
$get: {
|
|
4402
|
+
input: {
|
|
4403
|
+
query: {
|
|
4404
|
+
chainId: string | string[];
|
|
4405
|
+
hash: string | string[];
|
|
4406
|
+
};
|
|
4407
|
+
};
|
|
4408
|
+
output: {
|
|
4409
|
+
campaignId: string;
|
|
4410
|
+
nftId: string;
|
|
4411
|
+
requester: `0x${string}`;
|
|
4412
|
+
amountOfFractions: string;
|
|
4413
|
+
};
|
|
4414
|
+
outputFormat: "json";
|
|
4415
|
+
status: 200;
|
|
4416
|
+
};
|
|
4417
|
+
};
|
|
4418
|
+
}, "/getWithdrawalRequestedEvent"> | import("hono/types").MergeSchemaPath<{
|
|
4419
|
+
"/": {
|
|
4420
|
+
$post: {
|
|
4421
|
+
input: {
|
|
4422
|
+
json: {
|
|
4423
|
+
market: string;
|
|
4424
|
+
campaignId: string;
|
|
4425
|
+
nftId: string;
|
|
4426
|
+
};
|
|
4427
|
+
};
|
|
4428
|
+
output: {
|
|
4429
|
+
data: `0x${string}`;
|
|
4430
|
+
to: `0x${string}`;
|
|
4431
|
+
details: {
|
|
4432
|
+
functionName: string;
|
|
4433
|
+
address: `0x${string}`;
|
|
4434
|
+
abi: any[];
|
|
4435
|
+
args: any[];
|
|
4436
|
+
};
|
|
4437
|
+
};
|
|
4438
|
+
outputFormat: "json";
|
|
4439
|
+
status: import("hono/utils/http-status").ContentfulStatusCode;
|
|
4440
|
+
};
|
|
4441
|
+
};
|
|
4442
|
+
}, "/withdraw">, "/vestingRedemptionDynamic">, "/", "/">;
|
|
4135
4443
|
};
|
|
4136
4444
|
composite: import("hono/hono-base").HonoBase<import("./common/context.js").AppContext, import("hono/types").BlankSchema, "/", "/*">;
|
|
4137
4445
|
};
|