@paynow-gg/typescript-sdk 1.0.0 → 1.0.1
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 +2 -2
- package/dist/management-client/client.gen.js +8 -8
- package/dist/management-client/client.gen.js.map +1 -1
- package/dist/management-client/types.gen.d.ts +6675 -6680
- package/dist/management-client/types.gen.d.ts.map +1 -1
- package/dist/management-client/types.gen.js +379 -383
- package/dist/management-client/types.gen.js.map +1 -1
- package/dist/storefront-client/client.gen.js +8 -8
- package/dist/storefront-client/client.gen.js.map +1 -1
- package/dist/storefront-client/types.gen.d.ts +1409 -1409
- package/dist/storefront-client/types.gen.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@ A TypeScript/JavaScript SDK for the [PayNow.gg API](https://paynow.gitbook.io/pa
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install @paynow/typescript
|
|
8
|
+
npm install @paynow-gg/typescript-sdk
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Quick Start
|
|
12
12
|
|
|
13
13
|
```typescript
|
|
14
|
-
import { StorefrontAPI } from "@paynow/typescript";
|
|
14
|
+
import { StorefrontAPI } from "@paynow-gg/typescript-sdk";
|
|
15
15
|
|
|
16
16
|
const storefront = new StorefrontAPI("220287500759863296");
|
|
17
17
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.client = void 0;
|
|
5
|
-
const client_1 = require("./client");
|
|
6
|
-
exports.client = (0, client_1.createClient)((0, client_1.createConfig)({
|
|
7
|
-
baseURL: 'https://api.
|
|
8
|
-
}));
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.client = void 0;
|
|
5
|
+
const client_1 = require("./client");
|
|
6
|
+
exports.client = (0, client_1.createClient)((0, client_1.createConfig)({
|
|
7
|
+
baseURL: 'https://api.paynow.gg'
|
|
8
|
+
}));
|
|
9
9
|
//# sourceMappingURL=client.gen.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.gen.js","sourceRoot":"","sources":["../../src/management-client/client.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,qCAA+G;AAYlG,QAAA,MAAM,GAAG,IAAA,qBAAY,EAAC,IAAA,qBAAY,EAAgB;IAC3D,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"client.gen.js","sourceRoot":"","sources":["../../src/management-client/client.gen.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,qCAA+G;AAYlG,QAAA,MAAM,GAAG,IAAA,qBAAY,EAAC,IAAA,qBAAY,EAAgB;IAC3D,OAAO,EAAE,uBAAuB;CACnC,CAAC,CAAC,CAAC"}
|