@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 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.staging.paynow.gg'
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,+BAA+B;CAC3C,CAAC,CAAC,CAAC"}
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"}