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

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@story-protocol/core-sdk",
3
- "version": "1.0.0-rc.3",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Story Protocol Core SDK",
5
5
  "main": "dist/story-protocol-core-sdk.cjs.js",
6
6
  "module": "dist/story-protocol-core-sdk.esm.js",
@@ -1,9 +0,0 @@
1
- import { RoyaltyPolicy } from "../types/resources/royalty.js";
2
- import { License } from "../types/resources/license.js";
3
- export declare class StoryAPIClient {
4
- private readonly httpClient;
5
- constructor();
6
- getRoyaltyPolicy(ipId: string): Promise<RoyaltyPolicy>;
7
- getLicense(licenseId: string): Promise<License>;
8
- }
9
- //# sourceMappingURL=storyAPI.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storyAPI.d.ts","sourceRoot":"../../../../src/clients","sources":["storyAPI.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAA4B,sCAAmC;AACrF,OAAO,EAAE,OAAO,EAAsB,sCAAmC;AAEzE,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAgB;;IAY9B,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAKtD,UAAU,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAI7D"}