@paynow-gg/typescript-sdk 1.0.15 → 1.0.17

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.
@@ -1077,7 +1077,7 @@ export interface paths {
1077
1077
  /**
1078
1078
  * Get products
1079
1079
  * @description Retrieves all products for the specified store.
1080
- * DO NOT USE THIS ROUTE FOR DISPLAYING PRODUCTS ON YOUR STOREFRONT, use the storefront API instead.
1080
+ * DO NOT USE THIS ROUTE FOR DISPLAYING PRODUCTS ON YOUR STOREFRONT, use the storefront API instead!
1081
1081
  */
1082
1082
  get: operations["Products_GetProducts"];
1083
1083
  put?: never;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,9 @@
1
1
  import { isPayNowError } from "./errors";
2
2
  import { createManagementClient } from "./management";
3
3
  import { createStorefrontClient } from "./storefront";
4
+ import type { components as ManagementComponents } from "./generated/management";
5
+ import type { components as StorefrontComponents } from "./generated/storefront";
6
+ export type ManagementSchemas = ManagementComponents["schemas"];
7
+ export type StorefrontSchemas = StorefrontComponents["schemas"];
4
8
  export { createManagementClient, createStorefrontClient, isPayNowError };
5
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,KAAK,EAAE,UAAU,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAEjF,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;AAChE,MAAM,MAAM,iBAAiB,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;AAEhE,OAAO,EAAE,sBAAsB,EAAE,sBAAsB,EAAE,aAAa,EAAE,CAAC"}
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qCAAyC;AAKgB,8FALhD,sBAAa,OAKgD;AAHtE,6CAAsD;AAG7C,uGAHA,mCAAsB,OAGA;AAF/B,6CAAsD;AAErB,uGAFxB,mCAAsB,OAEwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qCAAyC;AAWgB,8FAXhD,sBAAa,OAWgD;AATtE,6CAAsD;AAS7C,uGATA,mCAAsB,OASA;AAR/B,6CAAsD;AAQrB,uGARxB,mCAAsB,OAQwB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynow-gg/typescript-sdk",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "files": [
5
5
  "dist"
6
6
  ],