@story-protocol/ipkit 0.4.0-beta.10 → 0.4.0-beta.11

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/types.d.ts CHANGED
@@ -3085,7 +3085,7 @@ type LicenseTokensResponse = paths["/licenses/tokens"]["post"]["responses"][200]
3085
3085
  type LicenseTokensOptions = Partial<paths["/licenses/tokens"]["post"]["requestBody"]["content"]["application/json"]>;
3086
3086
  type GetLicenseTokensOptions = {
3087
3087
  apiClient: ApiClient;
3088
- ownerAddress: Address;
3088
+ ownerAddress?: Address;
3089
3089
  licensorIpId?: Address;
3090
3090
  options?: LicenseTokensOptions;
3091
3091
  apiKey: string;
@@ -3971,7 +3971,7 @@ type UseIpAssetsByOwnerOptions = {
3971
3971
  declare function useIpAssetsByOwner({ ownerAddress, includeLicenses, moderated, options, queryOptions, }?: UseIpAssetsByOwnerOptions): UseQueryResult<IpAssetsResponse>;
3972
3972
 
3973
3973
  type UseLicenseTokensOptions = {
3974
- ownerAddress: Address;
3974
+ ownerAddress?: Address;
3975
3975
  licensorIpId?: Address;
3976
3976
  options?: LicenseTokensOptions;
3977
3977
  queryOptions?: IpQueryOptions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@story-protocol/ipkit",
3
3
  "author": "storyprotocol engineering <eng@storyprotocol.xyz>",
4
- "version": "0.4.0-beta.10",
4
+ "version": "0.4.0-beta.11",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {