@hirosystems/token-metadata-api-client 1.2.0 → 2.0.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/README.md +10 -5
- package/lib/generated/schema.d.ts +692 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +23 -0
- package/lib/index.js.map +1 -0
- package/lib/index.umd.js +613 -0
- package/lib/index.umd.js.map +1 -0
- package/package.json +15 -34
- package/api.ts +0 -1061
- package/configuration.ts +0 -65
- package/custom.d.ts +0 -2
- package/dist/api.d.ts +0 -803
- package/dist/api.js +0 -599
- package/dist/configuration.d.ts +0 -55
- package/dist/configuration.js +0 -27
- package/dist/index.d.ts +0 -13
- package/dist/index.js +0 -26
- package/index.ts +0 -15
package/dist/index.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Token Metadata API
|
|
3
|
-
* Service that indexes metadata for every SIP-009, SIP-010, and SIP-013 Token in the Stacks blockchain and exposes it via REST API endpoints.
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: v0.4.0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This file is auto generated by the swagger code generator program.
|
|
9
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
-
* Do not edit the file manually.
|
|
11
|
-
*/
|
|
12
|
-
export * from "./api";
|
|
13
|
-
export * from "./configuration";
|
package/dist/index.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// tslint:disable
|
|
3
|
-
/**
|
|
4
|
-
* Token Metadata API
|
|
5
|
-
* Service that indexes metadata for every SIP-009, SIP-010, and SIP-013 Token in the Stacks blockchain and exposes it via REST API endpoints.
|
|
6
|
-
*
|
|
7
|
-
* OpenAPI spec version: v0.4.0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This file is auto generated by the swagger code generator program.
|
|
11
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
-
* Do not edit the file manually.
|
|
13
|
-
*/
|
|
14
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
-
if (k2 === undefined) k2 = k;
|
|
16
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
-
}) : (function(o, m, k, k2) {
|
|
18
|
-
if (k2 === undefined) k2 = k;
|
|
19
|
-
o[k2] = m[k];
|
|
20
|
-
}));
|
|
21
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
22
|
-
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
|
|
23
|
-
};
|
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
__exportStar(require("./api"), exports);
|
|
26
|
-
__exportStar(require("./configuration"), exports);
|
package/index.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
// tslint:disable
|
|
2
|
-
/**
|
|
3
|
-
* Token Metadata API
|
|
4
|
-
* Service that indexes metadata for every SIP-009, SIP-010, and SIP-013 Token in the Stacks blockchain and exposes it via REST API endpoints.
|
|
5
|
-
*
|
|
6
|
-
* OpenAPI spec version: v0.4.0
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* NOTE: This file is auto generated by the swagger code generator program.
|
|
10
|
-
* https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
-
* Do not edit the file manually.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
export * from "./api";
|
|
15
|
-
export * from "./configuration";
|