@story-protocol/core-sdk 1.2.0-rc.3 → 1.2.0-rc.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -30081,8 +30081,8 @@ export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
30081
30081
  }];
30082
30082
  }, {
30083
30083
  readonly name: "terms";
30084
- readonly internalType: "struct PILTerms";
30085
- readonly type: "tuple";
30084
+ readonly internalType: "struct PILTerms[]";
30085
+ readonly type: "tuple[]";
30086
30086
  readonly components: readonly [{
30087
30087
  readonly name: "transferable";
30088
30088
  readonly internalType: "bool";
@@ -30176,9 +30176,9 @@ export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
30176
30176
  readonly internalType: "uint256";
30177
30177
  readonly type: "uint256";
30178
30178
  }, {
30179
- readonly name: "licenseTermsId";
30180
- readonly internalType: "uint256";
30181
- readonly type: "uint256";
30179
+ readonly name: "licenseTermsIds";
30180
+ readonly internalType: "uint256[]";
30181
+ readonly type: "uint256[]";
30182
30182
  }];
30183
30183
  readonly stateMutability: "nonpayable";
30184
30184
  }, {
@@ -30315,8 +30315,8 @@ export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
30315
30315
  }];
30316
30316
  }, {
30317
30317
  readonly name: "terms";
30318
- readonly internalType: "struct PILTerms";
30319
- readonly type: "tuple";
30318
+ readonly internalType: "struct PILTerms[]";
30319
+ readonly type: "tuple[]";
30320
30320
  readonly components: readonly [{
30321
30321
  readonly name: "transferable";
30322
30322
  readonly internalType: "bool";
@@ -30427,9 +30427,9 @@ export declare const royaltyTokenDistributionWorkflowsAbi: readonly [{
30427
30427
  readonly internalType: "address";
30428
30428
  readonly type: "address";
30429
30429
  }, {
30430
- readonly name: "licenseTermsId";
30431
- readonly internalType: "uint256";
30432
- readonly type: "uint256";
30430
+ readonly name: "licenseTermsIds";
30431
+ readonly internalType: "uint256[]";
30432
+ readonly type: "uint256[]";
30433
30433
  }, {
30434
30434
  readonly name: "ipRoyaltyVault";
30435
30435
  readonly internalType: "address";
@@ -30935,8 +30935,8 @@ export declare const royaltyTokenDistributionWorkflowsConfig: {
30935
30935
  }];
30936
30936
  }, {
30937
30937
  readonly name: "terms";
30938
- readonly internalType: "struct PILTerms";
30939
- readonly type: "tuple";
30938
+ readonly internalType: "struct PILTerms[]";
30939
+ readonly type: "tuple[]";
30940
30940
  readonly components: readonly [{
30941
30941
  readonly name: "transferable";
30942
30942
  readonly internalType: "bool";
@@ -31030,9 +31030,9 @@ export declare const royaltyTokenDistributionWorkflowsConfig: {
31030
31030
  readonly internalType: "uint256";
31031
31031
  readonly type: "uint256";
31032
31032
  }, {
31033
- readonly name: "licenseTermsId";
31034
- readonly internalType: "uint256";
31035
- readonly type: "uint256";
31033
+ readonly name: "licenseTermsIds";
31034
+ readonly internalType: "uint256[]";
31035
+ readonly type: "uint256[]";
31036
31036
  }];
31037
31037
  readonly stateMutability: "nonpayable";
31038
31038
  }, {
@@ -31169,8 +31169,8 @@ export declare const royaltyTokenDistributionWorkflowsConfig: {
31169
31169
  }];
31170
31170
  }, {
31171
31171
  readonly name: "terms";
31172
- readonly internalType: "struct PILTerms";
31173
- readonly type: "tuple";
31172
+ readonly internalType: "struct PILTerms[]";
31173
+ readonly type: "tuple[]";
31174
31174
  readonly components: readonly [{
31175
31175
  readonly name: "transferable";
31176
31176
  readonly internalType: "bool";
@@ -31281,9 +31281,9 @@ export declare const royaltyTokenDistributionWorkflowsConfig: {
31281
31281
  readonly internalType: "address";
31282
31282
  readonly type: "address";
31283
31283
  }, {
31284
- readonly name: "licenseTermsId";
31285
- readonly internalType: "uint256";
31286
- readonly type: "uint256";
31284
+ readonly name: "licenseTermsIds";
31285
+ readonly internalType: "uint256[]";
31286
+ readonly type: "uint256[]";
31287
31287
  }, {
31288
31288
  readonly name: "ipRoyaltyVault";
31289
31289
  readonly internalType: "address";
@@ -39902,7 +39902,7 @@ export type RoyaltyTokenDistributionWorkflowsDistributeRoyaltyTokensRequest = {
39902
39902
  * @param spgNftContract address
39903
39903
  * @param recipient address
39904
39904
  * @param ipMetadata tuple
39905
- * @param terms tuple
39905
+ * @param terms tuple[]
39906
39906
  * @param royaltyShares tuple[]
39907
39907
  */
39908
39908
  export type RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndAttachPilTermsAndDistributeRoyaltyTokensRequest = {
@@ -39932,7 +39932,7 @@ export type RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndAttachPilTermsA
39932
39932
  derivativeRevCeiling: bigint;
39933
39933
  currency: Address;
39934
39934
  uri: string;
39935
- };
39935
+ }[];
39936
39936
  royaltyShares: {
39937
39937
  author: Address;
39938
39938
  percentage: number;
@@ -39973,7 +39973,7 @@ export type RoyaltyTokenDistributionWorkflowsMintAndRegisterIpAndMakeDerivativeA
39973
39973
  * @param nftContract address
39974
39974
  * @param tokenId uint256
39975
39975
  * @param ipMetadata tuple
39976
- * @param terms tuple
39976
+ * @param terms tuple[]
39977
39977
  * @param sigMetadata tuple
39978
39978
  * @param sigAttach tuple
39979
39979
  */
@@ -40004,7 +40004,7 @@ export type RoyaltyTokenDistributionWorkflowsRegisterIpAndAttachPilTermsAndDeplo
40004
40004
  derivativeRevCeiling: bigint;
40005
40005
  currency: Address;
40006
40006
  uri: string;
40007
- };
40007
+ }[];
40008
40008
  sigMetadata: {
40009
40009
  signer: Address;
40010
40010
  deadline: bigint;