@story-protocol/core-sdk 1.3.0-rc.3 → 1.3.1-beta
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/README.md +29 -101
- package/dist/declarations/src/abi/generated.d.ts +1803 -3477
- package/dist/declarations/src/abi/generated.d.ts.map +1 -1
- package/dist/declarations/src/client.d.ts +3 -27
- package/dist/declarations/src/client.d.ts.map +1 -1
- package/dist/declarations/src/constants/common.d.ts +1 -4
- package/dist/declarations/src/constants/common.d.ts.map +1 -1
- package/dist/declarations/src/index.d.ts +13 -13
- package/dist/declarations/src/index.d.ts.map +1 -1
- package/dist/declarations/src/resources/dispute.d.ts +13 -29
- package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/resources/group.d.ts +17 -14
- package/dist/declarations/src/resources/group.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAccount.d.ts +6 -24
- package/dist/declarations/src/resources/ipAccount.d.ts.map +1 -1
- package/dist/declarations/src/resources/ipAsset.d.ts +74 -171
- package/dist/declarations/src/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/resources/license.d.ts +22 -79
- package/dist/declarations/src/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/resources/nftClient.d.ts +3 -15
- package/dist/declarations/src/resources/nftClient.d.ts.map +1 -1
- package/dist/declarations/src/resources/permission.d.ts +13 -56
- package/dist/declarations/src/resources/permission.d.ts.map +1 -1
- package/dist/declarations/src/resources/royalty.d.ts +12 -8
- package/dist/declarations/src/resources/royalty.d.ts.map +1 -1
- package/dist/declarations/src/types/common.d.ts +20 -6
- package/dist/declarations/src/types/common.d.ts.map +1 -1
- package/dist/declarations/src/types/config.d.ts +15 -0
- package/dist/declarations/src/types/config.d.ts.map +1 -1
- package/dist/declarations/src/types/options.d.ts +9 -4
- package/dist/declarations/src/types/options.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/dispute.d.ts +14 -3
- package/dist/declarations/src/types/resources/dispute.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/group.d.ts +29 -9
- package/dist/declarations/src/types/resources/group.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/ipAccount.d.ts +13 -2
- package/dist/declarations/src/types/resources/ipAccount.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/ipAsset.d.ts +99 -35
- package/dist/declarations/src/types/resources/ipAsset.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/license.d.ts +77 -13
- package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/nftClient.d.ts +11 -3
- package/dist/declarations/src/types/resources/nftClient.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/permission.d.ts +36 -4
- package/dist/declarations/src/types/resources/permission.d.ts.map +1 -1
- package/dist/declarations/src/types/resources/royalty.d.ts +4 -0
- package/dist/declarations/src/types/resources/royalty.d.ts.map +1 -1
- package/dist/declarations/src/types/utils/wip.d.ts +64 -0
- package/dist/declarations/src/types/utils/wip.d.ts.map +1 -0
- package/dist/declarations/src/utils/chain.d.ts +2 -0
- package/dist/declarations/src/utils/chain.d.ts.map +1 -1
- package/dist/declarations/src/utils/getIpMetadataForWorkflow.d.ts +1 -1
- package/dist/declarations/src/utils/getIpMetadataForWorkflow.d.ts.map +1 -1
- package/dist/declarations/src/utils/sign.d.ts +0 -17
- package/dist/declarations/src/utils/sign.d.ts.map +1 -1
- package/dist/declarations/src/utils/token.d.ts +28 -0
- package/dist/declarations/src/utils/token.d.ts.map +1 -0
- package/dist/story-protocol-core-sdk.cjs.dev.js +3538 -2847
- package/dist/story-protocol-core-sdk.cjs.prod.js +3538 -2847
- package/dist/story-protocol-core-sdk.esm.js +3538 -2847
- package/package.json +1 -1
@@ -1,10 +1,10 @@
|
|
1
|
-
import { Address, Hash, Hex, TransactionReceipt } from "viem";
|
1
|
+
import { Address, Hash, Hex, TransactionReceipt, WaitForTransactionReceiptParameters } from "viem";
|
2
2
|
import { TxOptions, WithWipOptions } from "../options.js";
|
3
|
-
import { LicenseTerms,
|
4
|
-
import { EncodedTxData } from "../../abi/generated.js";
|
5
|
-
import { IpMetadataAndTxOptions, LicensingConfig,
|
6
|
-
import {
|
7
|
-
export type
|
3
|
+
import { LicenseTerms, LicenseTermsInput } from "./license.js";
|
4
|
+
import { DerivativeWorkflowsClient, DerivativeWorkflowsMintAndRegisterIpAndMakeDerivativeRequest, DerivativeWorkflowsRegisterIpAndMakeDerivativeRequest, EncodedTxData, LicenseAttachmentWorkflowsClient, LicenseAttachmentWorkflowsMintAndRegisterIpAndAttachPilTermsRequest, LicenseAttachmentWorkflowsRegisterIpAndAttachPilTermsRequest, RoyaltyModuleIpRoyaltyVaultDeployedEvent, RoyaltyTokenDistributionWorkflowsClient, RoyaltyTokenDistributionWorkflowsDistributeRoyaltyTokensRequest, RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndAttachPilTermsAndDistributeRoyaltyTokensRequest, RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensRequest, RoyaltyTokenDistributionWorkflowsRegisterIpAndAttachPilTermsAndDeployRoyaltyVaultRequest, RoyaltyTokenDistributionWorkflowsRegisterIpAndMakeDerivativeAndDeployRoyaltyVaultRequest } from "../../abi/generated.js";
|
5
|
+
import { IpMetadataAndTxOptions, LicensingConfig, LicensingConfigInput } from "../common.js";
|
6
|
+
import { Erc20Spender } from "../utils/wip.js";
|
7
|
+
export type DerivativeDataInput = {
|
8
8
|
parentIpIds: Address[];
|
9
9
|
/** The IDs of the license terms that the parent IP supports. */
|
10
10
|
licenseTermsIds: bigint[] | string[] | number[];
|
@@ -23,10 +23,13 @@ export type DerivativeData = {
|
|
23
23
|
* @default 100
|
24
24
|
*/
|
25
25
|
maxRevenueShare?: number | string;
|
26
|
-
/**
|
26
|
+
/**
|
27
|
+
* The address of the license template.
|
28
|
+
* Defaults to {@link https://docs.story.foundation/docs/programmable-ip-license | License Template} address if not provided.
|
29
|
+
*/
|
27
30
|
licenseTemplate?: Address;
|
28
31
|
};
|
29
|
-
export type
|
32
|
+
export type DerivativeData = {
|
30
33
|
parentIpIds: readonly Address[];
|
31
34
|
licenseTermsIds: readonly bigint[];
|
32
35
|
royaltyContext: Hex;
|
@@ -39,13 +42,22 @@ export type RegisterIpResponse = RegistrationResponse & {
|
|
39
42
|
encodedTxData?: EncodedTxData;
|
40
43
|
};
|
41
44
|
export type RegisterRequest = {
|
45
|
+
/** The address of the NFT. */
|
42
46
|
nftContract: Address;
|
47
|
+
/** The token identifier of the NFT. */
|
43
48
|
tokenId: string | number | bigint;
|
49
|
+
/**
|
50
|
+
* The deadline of the transaction signature in seconds.
|
51
|
+
* @default 1000
|
52
|
+
*/
|
44
53
|
deadline?: string | number | bigint;
|
45
54
|
} & IpMetadataAndTxOptions;
|
46
55
|
export type RegisterDerivativeWithLicenseTokensRequest = {
|
56
|
+
/** The derivative IP ID. */
|
47
57
|
childIpId: Address;
|
58
|
+
/** The IDs of the license tokens. */
|
48
59
|
licenseTokenIds: string[] | bigint[] | number[];
|
60
|
+
/** The maximum number of royalty tokens that can be distributed to the external royalty policies (max: 100,000,000). */
|
49
61
|
maxRts: number | string;
|
50
62
|
txOptions?: TxOptions;
|
51
63
|
};
|
@@ -53,7 +65,7 @@ export type RegisterDerivativeWithLicenseTokensResponse = {
|
|
53
65
|
txHash?: Hex;
|
54
66
|
encodedTxData?: EncodedTxData;
|
55
67
|
};
|
56
|
-
export type RegisterDerivativeRequest = WithWipOptions &
|
68
|
+
export type RegisterDerivativeRequest = WithWipOptions & DerivativeDataInput & {
|
57
69
|
txOptions?: TxOptions;
|
58
70
|
childIpId: Address;
|
59
71
|
};
|
@@ -61,12 +73,12 @@ export type RegisterDerivativeResponse = {
|
|
61
73
|
txHash?: Hex;
|
62
74
|
encodedTxData?: EncodedTxData;
|
63
75
|
};
|
64
|
-
export type
|
76
|
+
export type LicenseTermsDataInput<T = LicenseTermsInput, C = LicensingConfigInput> = {
|
65
77
|
terms: T;
|
66
78
|
licensingConfig?: C;
|
67
79
|
};
|
68
|
-
export type
|
69
|
-
licensingConfig:
|
80
|
+
export type LicenseTermsData = Omit<LicenseTermsDataInput<LicenseTerms, LicensingConfig>, "licensingConfig"> & {
|
81
|
+
licensingConfig: LicensingConfig;
|
70
82
|
};
|
71
83
|
export type MintAndRegisterIpAssetWithPilTermsRequest = {
|
72
84
|
spgNftContract: Address;
|
@@ -76,8 +88,8 @@ export type MintAndRegisterIpAssetWithPilTermsRequest = {
|
|
76
88
|
*/
|
77
89
|
allowDuplicates?: boolean;
|
78
90
|
/** The data of the license and its configuration to be attached to the IP. */
|
79
|
-
licenseTermsData:
|
80
|
-
/** The address to receive the minted NFT. If not provided, the
|
91
|
+
licenseTermsData: LicenseTermsDataInput[];
|
92
|
+
/** The address to receive the minted NFT. If not provided, the client's own wallet address will be used. */
|
81
93
|
recipient?: Address;
|
82
94
|
} & IpMetadataAndTxOptions & WithWipOptions;
|
83
95
|
export type MintAndRegisterIpAssetWithPilTermsResponse = {
|
@@ -97,7 +109,7 @@ export type RegisterIpAndMakeDerivativeRequest = {
|
|
97
109
|
*/
|
98
110
|
deadline?: string | number | bigint;
|
99
111
|
/** The derivative data to be used for register derivative. */
|
100
|
-
derivData:
|
112
|
+
derivData: DerivativeDataInput;
|
101
113
|
} & IpMetadataAndTxOptions & WithWipOptions;
|
102
114
|
export type RegisterIpAndMakeDerivativeResponse = {
|
103
115
|
txHash?: Hex;
|
@@ -110,7 +122,7 @@ export type RegisterIpAndAttachPilTermsRequest = {
|
|
110
122
|
nftContract: Address;
|
111
123
|
tokenId: bigint | string | number;
|
112
124
|
/** The data of the license and its configuration to be attached to the IP. */
|
113
|
-
licenseTermsData:
|
125
|
+
licenseTermsData: LicenseTermsDataInput[];
|
114
126
|
/**
|
115
127
|
* The deadline for the signature in seconds.
|
116
128
|
* @default 1000
|
@@ -127,8 +139,8 @@ export type RegisterIpAndAttachPilTermsResponse = {
|
|
127
139
|
export type MintAndRegisterIpAndMakeDerivativeRequest = {
|
128
140
|
spgNftContract: Address;
|
129
141
|
/** The derivative data to be used for register derivative. */
|
130
|
-
derivData:
|
131
|
-
/** The address to receive the minted NFT. If not provided, the
|
142
|
+
derivData: DerivativeDataInput;
|
143
|
+
/** The address to receive the minted NFT. If not provided, the client's own wallet address will be used. */
|
132
144
|
recipient?: Address;
|
133
145
|
/**
|
134
146
|
* Set to true to allow minting an NFT with a duplicate metadata hash.
|
@@ -139,7 +151,7 @@ export type MintAndRegisterIpAndMakeDerivativeRequest = {
|
|
139
151
|
export type MintAndRegisterIpAndMakeDerivativeResponse = RegistrationResponse & {
|
140
152
|
encodedTxData?: EncodedTxData;
|
141
153
|
};
|
142
|
-
type
|
154
|
+
type WithIpMetadata = {
|
143
155
|
ipMetadata?: {
|
144
156
|
ipMetadataURI?: string;
|
145
157
|
ipMetadataHash?: Hex;
|
@@ -149,6 +161,7 @@ type IPMetadataInfo = {
|
|
149
161
|
};
|
150
162
|
export type MintAndRegisterIpRequest = IpMetadataAndTxOptions & WithWipOptions & {
|
151
163
|
spgNftContract: Address;
|
164
|
+
/** The address of the recipient of the minted NFT. If not provided, the client's own wallet address will be used. */
|
152
165
|
recipient?: Address;
|
153
166
|
/**
|
154
167
|
* Set to true to allow minting an NFT with a duplicate metadata hash.
|
@@ -159,7 +172,7 @@ export type MintAndRegisterIpRequest = IpMetadataAndTxOptions & WithWipOptions &
|
|
159
172
|
export type RegisterPilTermsAndAttachRequest = {
|
160
173
|
ipId: Address;
|
161
174
|
/** The data of the license and its configuration to be attached to the IP. */
|
162
|
-
licenseTermsData:
|
175
|
+
licenseTermsData: LicenseTermsDataInput[];
|
163
176
|
/** The deadline for the signature in seconds.
|
164
177
|
* @default 1000
|
165
178
|
*/
|
@@ -173,8 +186,11 @@ export type RegisterPilTermsAndAttachResponse = {
|
|
173
186
|
};
|
174
187
|
export type MintAndRegisterIpAndMakeDerivativeWithLicenseTokensRequest = {
|
175
188
|
spgNftContract: Address;
|
189
|
+
/** The IDs of the license tokens to be burned for linking the IP to parent IPs. */
|
176
190
|
licenseTokenIds: string[] | bigint[] | number[];
|
191
|
+
/** The address of the recipient of the minted NFT. If not provided, the client's own wallet address will be used. */
|
177
192
|
recipient?: Address;
|
193
|
+
/** The maximum number of royalty tokens that can be distributed to the external royalty policies (max: 100,000,000). */
|
178
194
|
maxRts: number | string;
|
179
195
|
/**
|
180
196
|
* Set to true to allow minting an NFT with a duplicate metadata hash.
|
@@ -185,9 +201,15 @@ export type MintAndRegisterIpAndMakeDerivativeWithLicenseTokensRequest = {
|
|
185
201
|
export type RegisterIpAndMakeDerivativeWithLicenseTokensRequest = {
|
186
202
|
nftContract: Address;
|
187
203
|
tokenId: string | number | bigint;
|
204
|
+
/** The IDs of the license tokens to be burned for linking the IP to parent IPs. */
|
188
205
|
licenseTokenIds: string[] | bigint[] | number[];
|
189
|
-
|
206
|
+
/** The maximum number of royalty tokens that can be distributed to the external royalty policies (max: 100,000,000). */
|
190
207
|
maxRts: number | string;
|
208
|
+
/**
|
209
|
+
* The deadline for the signature in seconds.
|
210
|
+
* @default 1000
|
211
|
+
*/
|
212
|
+
deadline?: string | number | bigint;
|
191
213
|
} & IpMetadataAndTxOptions & WithWipOptions;
|
192
214
|
export type BatchMintAndRegisterIpAssetWithPilTermsRequest = {
|
193
215
|
args: Omit<MintAndRegisterIpAssetWithPilTermsRequest, "txOptions">[];
|
@@ -205,6 +227,9 @@ export type BatchMintAndRegisterIpAssetWithPilTermsResponse = {
|
|
205
227
|
};
|
206
228
|
export type BatchRegisterDerivativeRequest = {
|
207
229
|
args: RegisterDerivativeRequest[];
|
230
|
+
/** The deadline for the signature in seconds.
|
231
|
+
* @default 1000
|
232
|
+
*/
|
208
233
|
deadline?: string | number | bigint;
|
209
234
|
txOptions?: Omit<TxOptions, "encodedTxDataOnly">;
|
210
235
|
};
|
@@ -232,7 +257,7 @@ export type RegisterIPAndAttachLicenseTermsAndDistributeRoyaltyTokensRequest = {
|
|
232
257
|
nftContract: Address;
|
233
258
|
tokenId: bigint | string | number;
|
234
259
|
/** The data of the license and its configuration to be attached to the new group IP. */
|
235
|
-
licenseTermsData:
|
260
|
+
licenseTermsData: LicenseTermsDataInput[];
|
236
261
|
/**
|
237
262
|
* The deadline for the signature in seconds.
|
238
263
|
* @default 1000
|
@@ -241,7 +266,7 @@ export type RegisterIPAndAttachLicenseTermsAndDistributeRoyaltyTokensRequest = {
|
|
241
266
|
/** Authors of the IP and their shares of the royalty tokens. */
|
242
267
|
royaltyShares: RoyaltyShare[];
|
243
268
|
txOptions?: Omit<TxOptions, "encodedTxDataOnly">;
|
244
|
-
} &
|
269
|
+
} & WithIpMetadata;
|
245
270
|
export type RegisterIPAndAttachLicenseTermsAndDistributeRoyaltyTokensResponse = {
|
246
271
|
registerIpAndAttachPilTermsAndDeployRoyaltyVaultTxHash: Hex;
|
247
272
|
distributeRoyaltyTokensTxHash: Hex;
|
@@ -251,7 +276,7 @@ export type RegisterIPAndAttachLicenseTermsAndDistributeRoyaltyTokensResponse =
|
|
251
276
|
};
|
252
277
|
export type DistributeRoyaltyTokens = {
|
253
278
|
ipId: Address;
|
254
|
-
deadline
|
279
|
+
deadline?: bigint | string | number;
|
255
280
|
ipRoyaltyVault: Address;
|
256
281
|
royaltyShares: RoyaltyShare[];
|
257
282
|
totalAmount: number;
|
@@ -284,13 +309,11 @@ export type RegisterDerivativeAndAttachLicenseTermsAndDistributeRoyaltyTokensReq
|
|
284
309
|
*/
|
285
310
|
deadline?: string | number | bigint;
|
286
311
|
/** The derivative data to be used for register derivative.*/
|
287
|
-
derivData:
|
312
|
+
derivData: DerivativeDataInput;
|
288
313
|
/** Authors of the IP and their shares of the royalty tokens. */
|
289
314
|
royaltyShares: RoyaltyShare[];
|
290
|
-
/** The desired metadata for the newly minted NFT and newly registered IP. */
|
291
|
-
ipMetadata?: IpMetadataForWorkflow;
|
292
315
|
txOptions?: Omit<TxOptions, "encodedTxDataOnly">;
|
293
|
-
} & WithWipOptions;
|
316
|
+
} & WithWipOptions & WithIpMetadata;
|
294
317
|
export type RegisterDerivativeAndAttachLicenseTermsAndDistributeRoyaltyTokensResponse = {
|
295
318
|
registerDerivativeIpAndAttachLicenseTermsAndDistributeRoyaltyTokensTxHash: Address;
|
296
319
|
distributeRoyaltyTokensTxHash: Address;
|
@@ -307,13 +330,13 @@ export type MintAndRegisterIpAndAttachPILTermsAndDistributeRoyaltyTokensRequest
|
|
307
330
|
*/
|
308
331
|
allowDuplicates?: boolean;
|
309
332
|
/** The data of the license and its configuration to be attached to the new group IP. */
|
310
|
-
licenseTermsData:
|
333
|
+
licenseTermsData: LicenseTermsDataInput[];
|
311
334
|
/** Authors of the IP and their shares of the royalty tokens */
|
312
335
|
royaltyShares: RoyaltyShare[];
|
313
|
-
/** The address to receive the minted NFT. If not provided, the
|
336
|
+
/** The address to receive the minted NFT. If not provided, the client's own wallet address will be used. */
|
314
337
|
recipient?: Address;
|
315
338
|
txOptions?: Omit<TxOptions, "encodedTxDataOnly">;
|
316
|
-
} &
|
339
|
+
} & WithIpMetadata & WithWipOptions;
|
317
340
|
export type MintAndRegisterIpAndAttachPILTermsAndDistributeRoyaltyTokensResponse = {
|
318
341
|
txHash: Hex;
|
319
342
|
ipId?: Address;
|
@@ -324,7 +347,7 @@ export type MintAndRegisterIpAndAttachPILTermsAndDistributeRoyaltyTokensResponse
|
|
324
347
|
export type MintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensRequest = {
|
325
348
|
spgNftContract: Address;
|
326
349
|
/** The derivative data to be used for register derivative. */
|
327
|
-
derivData:
|
350
|
+
derivData: DerivativeDataInput;
|
328
351
|
/** Authors of the IP and their shares of the royalty tokens. */
|
329
352
|
royaltyShares: RoyaltyShare[];
|
330
353
|
/**
|
@@ -332,10 +355,10 @@ export type MintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensRequest
|
|
332
355
|
* @default true
|
333
356
|
*/
|
334
357
|
allowDuplicates?: boolean;
|
335
|
-
/** The address to receive the minted NFT. If not provided, the
|
358
|
+
/** The address to receive the minted NFT. If not provided, the client's own wallet address will be used. */
|
336
359
|
recipient?: Address;
|
337
360
|
txOptions?: Omit<TxOptions, "encodedTxDataOnly">;
|
338
|
-
} &
|
361
|
+
} & WithIpMetadata & WithWipOptions;
|
339
362
|
export type MintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensResponse = {
|
340
363
|
txHash: Hex;
|
341
364
|
ipId?: Address;
|
@@ -347,7 +370,7 @@ export type CommonRegistrationParams = WithWipOptions & {
|
|
347
370
|
spgNftContract?: Address;
|
348
371
|
/** the spg contract in which the minting fee is paid to */
|
349
372
|
spgSpenderAddress: Address;
|
350
|
-
derivData?:
|
373
|
+
derivData?: DerivativeData;
|
351
374
|
sender: Address;
|
352
375
|
txOptions?: TxOptions;
|
353
376
|
};
|
@@ -360,5 +383,46 @@ export type RegistrationResponse = {
|
|
360
383
|
export type CommonRegistrationTxResponse = RegistrationResponse & {
|
361
384
|
txHash: Hex;
|
362
385
|
};
|
386
|
+
export type TransformIpRegistrationWorkflowRequest = RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndAttachPilTermsAndDistributeRoyaltyTokensRequest | LicenseAttachmentWorkflowsMintAndRegisterIpAndAttachPilTermsRequest | RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensRequest | DerivativeWorkflowsMintAndRegisterIpAndMakeDerivativeRequest | RoyaltyTokenDistributionWorkflowsRegisterIpAndAttachPilTermsAndDeployRoyaltyVaultRequest | LicenseAttachmentWorkflowsRegisterIpAndAttachPilTermsRequest | RoyaltyTokenDistributionWorkflowsRegisterIpAndMakeDerivativeAndDeployRoyaltyVaultRequest | DerivativeWorkflowsRegisterIpAndMakeDerivativeRequest | RoyaltyTokenDistributionWorkflowsDistributeRoyaltyTokensRequest;
|
387
|
+
export type TransformIpRegistrationWorkflowResponse<T extends TransformIpRegistrationWorkflowRequest = TransformIpRegistrationWorkflowRequest> = {
|
388
|
+
transformRequest: T;
|
389
|
+
contractCall: () => Promise<Hash>;
|
390
|
+
encodedTxData: EncodedTxData;
|
391
|
+
isUseMulticall3: boolean;
|
392
|
+
workflowClient: DerivativeWorkflowsClient | LicenseAttachmentWorkflowsClient | RoyaltyTokenDistributionWorkflowsClient;
|
393
|
+
spenders?: Erc20Spender[];
|
394
|
+
totalFees?: bigint;
|
395
|
+
extraData?: {
|
396
|
+
royaltyShares: RoyaltyShare[];
|
397
|
+
deadline?: bigint;
|
398
|
+
};
|
399
|
+
};
|
400
|
+
/**
|
401
|
+
* Utility type that removes option-related fields (txOptions and wipOptions) from a type.
|
402
|
+
* This preserves discriminated unions unlike using Omit directly.
|
403
|
+
*/
|
404
|
+
type RemoveOptionsFields<Type> = {
|
405
|
+
[Property in keyof Type as Exclude<Property, "txOptions" | "wipOptions">]: Type[Property];
|
406
|
+
};
|
407
|
+
export type MintSpgNftRegistrationRequest = RemoveOptionsFields<MintAndRegisterIpAndMakeDerivativeRequest | MintAndRegisterIpAssetWithPilTermsRequest | MintAndRegisterIpAndAttachPILTermsAndDistributeRoyaltyTokensRequest | MintAndRegisterIpAndMakeDerivativeAndDistributeRoyaltyTokensRequest>;
|
408
|
+
export type IpRegistrationWorkflowRequest = MintSpgNftRegistrationRequest | RegisterRegistrationRequest;
|
409
|
+
export type RegisterRegistrationRequest = RemoveOptionsFields<RegisterDerivativeAndAttachLicenseTermsAndDistributeRoyaltyTokensRequest | RegisterIpAndAttachPilTermsRequest | RegisterIPAndAttachLicenseTermsAndDistributeRoyaltyTokensRequest | RegisterIpAndMakeDerivativeRequest>;
|
410
|
+
export type BatchRegistrationResult = {
|
411
|
+
txHash: Hash;
|
412
|
+
receipt: TransactionReceipt;
|
413
|
+
ipRoyaltyVault?: RoyaltyModuleIpRoyaltyVaultDeployedEvent[];
|
414
|
+
ipIdAndTokenId: {
|
415
|
+
ipId: Address;
|
416
|
+
tokenId: bigint;
|
417
|
+
}[];
|
418
|
+
};
|
419
|
+
export type BatchRegisterIpAssetsWithOptimizedWorkflowsRequest = WithWipOptions & {
|
420
|
+
requests: IpRegistrationWorkflowRequest[];
|
421
|
+
txOptions?: Omit<WaitForTransactionReceiptParameters, "hash">;
|
422
|
+
};
|
423
|
+
export type BatchRegisterIpAssetsWithOptimizedWorkflowsResponse = {
|
424
|
+
distributeRoyaltyTokensTxHashes?: Hash[];
|
425
|
+
registrationResults: BatchRegistrationResult[];
|
426
|
+
};
|
363
427
|
export {};
|
364
428
|
//# sourceMappingURL=ipAsset.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ipAsset.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["ipAsset.ts"],"names":[],"mappings":"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"}
|
1
|
+
{"version":3,"file":"ipAsset.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["ipAsset.ts"],"names":[],"mappings":"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"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { Address, TransactionReceipt } from "viem";
|
2
2
|
import { WithTxOptions, TxOptions, WithWipOptions } from "../options.js";
|
3
3
|
import { EncodedTxData } from "../../abi/generated.js";
|
4
|
-
import {
|
4
|
+
import { LicensingConfigInput } from "../common.js";
|
5
5
|
export type LicenseApiResponse = {
|
6
6
|
data: License;
|
7
7
|
};
|
@@ -14,34 +14,56 @@ export type RegisterNonComSocialRemixingPILRequest = {
|
|
14
14
|
txOptions?: TxOptions;
|
15
15
|
};
|
16
16
|
/**
|
17
|
-
* This structure defines the terms for a Programmable IP License (PIL).
|
18
|
-
*
|
17
|
+
* This structure defines the terms for a Programmable IP License (PIL).
|
18
|
+
* These terms can be attached to IP Assets.
|
19
19
|
**/
|
20
20
|
export type LicenseTerms = {
|
21
|
+
/** Indicates whether the license is transferable or not. */
|
21
22
|
transferable: boolean;
|
23
|
+
/** The address of the royalty policy contract which required to StoryProtocol in advance. */
|
22
24
|
royaltyPolicy: Address;
|
25
|
+
/** The default minting fee to be paid when minting a license. */
|
23
26
|
defaultMintingFee: bigint;
|
27
|
+
/** The expiration period of the license. */
|
24
28
|
expiration: bigint;
|
29
|
+
/** Indicates whether the work can be used commercially or not. */
|
25
30
|
commercialUse: boolean;
|
31
|
+
/** Whether attribution is required when reproducing the work commercially or not. */
|
26
32
|
commercialAttribution: boolean;
|
33
|
+
/** Commercializers that are allowed to commercially exploit the work. If zero address, then no restrictions is enforced. */
|
27
34
|
commercializerChecker: Address;
|
35
|
+
/** The data to be passed to the commercializer checker contract. */
|
28
36
|
commercializerCheckerData: Address;
|
29
|
-
/**Percentage of revenue that must be shared with the licensor. Must be from 0-100
|
37
|
+
/** *Percentage of revenue that must be shared with the licensor. Must be from 0-100. */
|
30
38
|
commercialRevShare: number;
|
39
|
+
/** The maximum revenue that can be generated from the commercial use of the work. */
|
31
40
|
commercialRevCeiling: bigint;
|
41
|
+
/** Indicates whether the licensee can create derivatives of his work or not. */
|
32
42
|
derivativesAllowed: boolean;
|
43
|
+
/** Indicates whether attribution is required for derivatives of the work or not. */
|
33
44
|
derivativesAttribution: boolean;
|
45
|
+
/** Indicates whether the licensor must approve derivatives of the work before they can be linked to the licensor IP ID or not. */
|
34
46
|
derivativesApproval: boolean;
|
47
|
+
/** Indicates whether the licensee must license derivatives of the work under the same terms or not. */
|
35
48
|
derivativesReciprocal: boolean;
|
49
|
+
/** The maximum revenue that can be generated from the derivative use of the work. */
|
36
50
|
derivativeRevCeiling: bigint;
|
51
|
+
/** The ERC20 token to be used to pay the minting fee. the token must be registered in story protocol. */
|
37
52
|
currency: Address;
|
53
|
+
/** The URI of the license terms, which can be used to fetch the offchain license terms. */
|
38
54
|
uri: string;
|
39
55
|
};
|
40
|
-
export type
|
56
|
+
export type LicenseTermsInput = Omit<LicenseTerms, "defaultMintingFee" | "expiration" | "commercialRevCeiling" | "derivativeRevCeiling"> & {
|
57
|
+
/** The default minting fee to be paid when minting a license. */
|
41
58
|
defaultMintingFee: bigint | string | number;
|
59
|
+
/** The expiration period of the license. */
|
42
60
|
expiration: bigint | string | number;
|
61
|
+
/** The maximum revenue that can be generated from the commercial use of the work. */
|
43
62
|
commercialRevCeiling: bigint | string | number;
|
63
|
+
/** The maximum revenue that can be generated from the derivative use of the work. */
|
44
64
|
derivativeRevCeiling: bigint | string | number;
|
65
|
+
};
|
66
|
+
export type RegisterPILTermsRequest = LicenseTermsInput & {
|
45
67
|
txOptions?: TxOptions;
|
46
68
|
};
|
47
69
|
export type LicenseTermsIdResponse = bigint;
|
@@ -51,21 +73,42 @@ export type RegisterPILResponse = {
|
|
51
73
|
encodedTxData?: EncodedTxData;
|
52
74
|
};
|
53
75
|
export type RegisterCommercialUsePILRequest = {
|
76
|
+
/** The fee to be paid when minting a license. */
|
54
77
|
defaultMintingFee: string | number | bigint;
|
78
|
+
/** The ERC20 token to be used to pay the minting fee */
|
55
79
|
currency: Address;
|
80
|
+
/**
|
81
|
+
* The address of the royalty policy contract.
|
82
|
+
* Defaults to {@link https://docs.story.foundation/docs/liquid-absolute-percentage | LAP} policy address if not provided.
|
83
|
+
*/
|
56
84
|
royaltyPolicyAddress?: Address;
|
57
85
|
txOptions?: TxOptions;
|
58
86
|
};
|
59
87
|
export type RegisterCommercialRemixPILRequest = {
|
88
|
+
/** The fee to be paid when minting a license. */
|
60
89
|
defaultMintingFee: string | number | bigint;
|
90
|
+
/**
|
91
|
+
* Percentage of revenue that must be shared with the licensor.
|
92
|
+
* Must be between 0 and 100 (where 100% represents 100_000_000).
|
93
|
+
*/
|
61
94
|
commercialRevShare: number;
|
95
|
+
/** The ERC20 token to be used to pay the minting fee */
|
62
96
|
currency: Address;
|
97
|
+
/**
|
98
|
+
* The address of the royalty policy contract.
|
99
|
+
* Defaults to {@link https://docs.story.foundation/docs/liquid-absolute-percentage | LAP} policy address if not provided.
|
100
|
+
*/
|
63
101
|
royaltyPolicyAddress?: Address;
|
64
102
|
txOptions?: TxOptions;
|
65
103
|
};
|
66
104
|
export type AttachLicenseTermsRequest = {
|
105
|
+
/** The address of the IP ID to which the license terms are being attached. */
|
67
106
|
ipId: Address;
|
68
107
|
licenseTermsId: string | number | bigint;
|
108
|
+
/**
|
109
|
+
* The address of the license template.
|
110
|
+
* Defaults to {@link https://docs.story.foundation/docs/programmable-ip-license | PIL} address if not provided.
|
111
|
+
*/
|
69
112
|
licenseTemplate?: Address;
|
70
113
|
txOptions?: TxOptions;
|
71
114
|
};
|
@@ -77,10 +120,21 @@ export type AttachLicenseTermsResponse = {
|
|
77
120
|
export type MintLicenseTokensRequest = {
|
78
121
|
licensorIpId: Address;
|
79
122
|
licenseTermsId: string | number | bigint;
|
123
|
+
/**
|
124
|
+
* The address of the license template.
|
125
|
+
* Defaults to {@link https://docs.story.foundation/docs/programmable-ip-license | PIL} address if not provided.
|
126
|
+
*/
|
80
127
|
licenseTemplate?: Address;
|
128
|
+
/** The maximum minting fee that the caller is willing to pay. if set to 0 then no limit. */
|
81
129
|
maxMintingFee: bigint | string | number;
|
130
|
+
/** The maximum revenue share percentage allowed for minting the License Tokens. Must be between 0 and 100,000,000 (where 100,000,000 represents 100%). */
|
82
131
|
maxRevenueShare: number | string;
|
132
|
+
/**
|
133
|
+
* The amount of license tokens to mint.
|
134
|
+
* @default 1
|
135
|
+
*/
|
83
136
|
amount?: number | string | bigint;
|
137
|
+
/** The address of the receiver. */
|
84
138
|
receiver?: Address;
|
85
139
|
} & WithTxOptions & WithWipOptions;
|
86
140
|
export type MintLicenseTokensResponse = {
|
@@ -98,20 +152,19 @@ export type LicenseTermsId = string | number | bigint;
|
|
98
152
|
export type PredictMintingLicenseFeeRequest = {
|
99
153
|
licensorIpId: Address;
|
100
154
|
licenseTermsId: LicenseTermsId;
|
155
|
+
/** The amount of license tokens to mint. */
|
101
156
|
amount: string | number | bigint;
|
157
|
+
/**
|
158
|
+
* The address of the license template.
|
159
|
+
* Defaults to {@link https://docs.story.foundation/docs/programmable-ip-license | PIL} address if not provided.
|
160
|
+
*/
|
102
161
|
licenseTemplate?: Address;
|
103
162
|
receiver?: Address;
|
104
163
|
txOptions?: TxOptions;
|
105
164
|
};
|
106
|
-
export type SetLicensingConfigRequest = {
|
107
|
-
/** The address of the IP for which the configuration is being set. */
|
108
|
-
ipId: Address;
|
109
|
-
/** The ID of the license terms within the license template. */
|
110
|
-
licenseTermsId: string | number | bigint;
|
111
|
-
/** The address of the license template used. */
|
112
|
-
licenseTemplate: Address;
|
165
|
+
export type SetLicensingConfigRequest = GetLicensingConfigRequest & {
|
113
166
|
/** The licensing configuration for the license. */
|
114
|
-
licensingConfig:
|
167
|
+
licensingConfig: LicensingConfigInput;
|
115
168
|
txOptions?: TxOptions;
|
116
169
|
};
|
117
170
|
export type SetLicensingConfigResponse = {
|
@@ -119,4 +172,15 @@ export type SetLicensingConfigResponse = {
|
|
119
172
|
encodedTxData?: EncodedTxData;
|
120
173
|
success?: boolean;
|
121
174
|
};
|
175
|
+
export type GetLicensingConfigRequest = {
|
176
|
+
/** The address of the IP for which the configuration is being set. */
|
177
|
+
ipId: Address;
|
178
|
+
/** The ID of the license terms within the license template. */
|
179
|
+
licenseTermsId: number | bigint;
|
180
|
+
/**
|
181
|
+
* The address of the license template.
|
182
|
+
* Defaults to {@link https://docs.story.foundation/docs/programmable-ip-license | PIL} address if not provided.
|
183
|
+
*/
|
184
|
+
licenseTemplate?: Address;
|
185
|
+
};
|
122
186
|
//# sourceMappingURL=license.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"license.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["license.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAEnD,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,sBAAmB;AACtE,OAAO,EAAE,aAAa,EAAE,+BAA4B;AACpD,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"license.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["license.ts"],"names":[],"mappings":"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"}
|
@@ -1,18 +1,26 @@
|
|
1
|
-
import { Address
|
1
|
+
import { Address } from "viem";
|
2
2
|
import { TxOptions } from "../options.js";
|
3
3
|
import { EncodedTxData } from "../../abi/generated.js";
|
4
4
|
export type CreateNFTCollectionRequest = {
|
5
5
|
name: string;
|
6
6
|
symbol: string;
|
7
|
+
/** If true, anyone can mint from the collection. If false, only the addresses with the minter role can mint. */
|
7
8
|
isPublicMinting: boolean;
|
9
|
+
/** Whether the collection is open for minting on creation. */
|
8
10
|
mintOpen: boolean;
|
11
|
+
/** The address to receive mint fees. */
|
9
12
|
mintFeeRecipient: Address;
|
13
|
+
/** The contract URI for the collection. Follows ERC-7572 standard. See https://eips.ethereum.org/EIPS/eip-7572. */
|
10
14
|
contractURI: string;
|
15
|
+
/** The base URI for the collection. If baseURI is not empty, tokenURI will be either baseURI + token ID (if nftMetadataURI is empty) or baseURI + nftMetadataURI. */
|
11
16
|
baseURI?: string;
|
12
17
|
maxSupply?: number;
|
18
|
+
/** The cost to mint a token. */
|
13
19
|
mintFee?: bigint;
|
14
|
-
|
15
|
-
|
20
|
+
/** The token to mint. */
|
21
|
+
mintFeeToken?: Address;
|
22
|
+
/** The owner of the collection. */
|
23
|
+
owner?: Address;
|
16
24
|
txOptions?: TxOptions;
|
17
25
|
};
|
18
26
|
export type CreateNFTCollectionResponse = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"nftClient.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["nftClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,
|
1
|
+
{"version":3,"file":"nftClient.d.ts","sourceRoot":"../../../../../src/types/resources","sources":["nftClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAE/B,OAAO,EAAE,SAAS,EAAE,sBAAmB;AACvC,OAAO,EAAE,aAAa,EAAE,+BAA4B;AAEpD,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,gHAAgH;IAChH,eAAe,EAAE,OAAO,CAAC;IACzB,8DAA8D;IAC9D,QAAQ,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mHAAmH;IACnH,WAAW,EAAE,MAAM,CAAC;IACpB,qKAAqK;IACrK,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,yBAAyB;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mCAAmC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC"}
|