@paynow-gg/typescript-sdk 1.0.49 → 1.0.50

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.
@@ -1424,11 +1424,7 @@ export interface paths {
1424
1424
  */
1425
1425
  get: operations["Store_GetStores"];
1426
1426
  put?: never;
1427
- /**
1428
- * Create a store
1429
- * @description Creates a new store for the authenticated user.
1430
- */
1431
- post: operations["Store_CreateStore"];
1427
+ post?: never;
1432
1428
  delete?: never;
1433
1429
  options?: never;
1434
1430
  head?: never;
@@ -9909,41 +9905,6 @@ export interface operations {
9909
9905
  };
9910
9906
  };
9911
9907
  };
9912
- Store_CreateStore: {
9913
- parameters: {
9914
- query?: never;
9915
- header?: never;
9916
- path?: never;
9917
- cookie?: never;
9918
- };
9919
- requestBody?: {
9920
- content: {
9921
- "application/json": components["schemas"]["CreateStoreDto"];
9922
- "text/json": components["schemas"]["CreateStoreDto"];
9923
- "application/*+json": components["schemas"]["CreateStoreDto"];
9924
- };
9925
- };
9926
- responses: {
9927
- /** @description OK */
9928
- 200: {
9929
- headers: {
9930
- [name: string]: unknown;
9931
- };
9932
- content: {
9933
- "application/json": components["schemas"]["StoreDto"];
9934
- };
9935
- };
9936
- /** @description Error response */
9937
- default: {
9938
- headers: {
9939
- [name: string]: unknown;
9940
- };
9941
- content: {
9942
- "application/json": components["schemas"]["PayNowError"];
9943
- };
9944
- };
9945
- };
9946
- };
9947
9908
  Store_GetStore: {
9948
9909
  parameters: {
9949
9910
  query?: never;
@@ -11459,10 +11420,6 @@ export declare const operationMappings: {
11459
11420
  readonly method: "PATCH";
11460
11421
  readonly path: "/v1/stores/{storeId}/sales/{saleId}";
11461
11422
  };
11462
- readonly Store_CreateStore: {
11463
- readonly method: "POST";
11464
- readonly path: "/v1/stores";
11465
- };
11466
11423
  readonly Store_GetStores: {
11467
11424
  readonly method: "GET";
11468
11425
  readonly path: "/v1/stores";