@paynow-gg/typescript-sdk 1.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.
Files changed (127) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +32 -0
  3. package/dist/base-api.d.ts +58 -0
  4. package/dist/base-api.d.ts.map +1 -0
  5. package/dist/base-api.js +103 -0
  6. package/dist/base-api.js.map +1 -0
  7. package/dist/index.d.ts +3 -0
  8. package/dist/index.d.ts.map +1 -0
  9. package/dist/index.js +8 -0
  10. package/dist/index.js.map +1 -0
  11. package/dist/management-client/client/client.d.ts +3 -0
  12. package/dist/management-client/client/client.d.ts.map +1 -0
  13. package/dist/management-client/client/client.js +100 -0
  14. package/dist/management-client/client/client.js.map +1 -0
  15. package/dist/management-client/client/index.d.ts +8 -0
  16. package/dist/management-client/client/index.d.ts.map +1 -0
  17. package/dist/management-client/client/index.js +14 -0
  18. package/dist/management-client/client/index.js.map +1 -0
  19. package/dist/management-client/client/types.d.ts +94 -0
  20. package/dist/management-client/client/types.d.ts.map +1 -0
  21. package/dist/management-client/client/types.js +3 -0
  22. package/dist/management-client/client/types.js.map +1 -0
  23. package/dist/management-client/client/utils.d.ts +21 -0
  24. package/dist/management-client/client/utils.d.ts.map +1 -0
  25. package/dist/management-client/client/utils.js +226 -0
  26. package/dist/management-client/client/utils.js.map +1 -0
  27. package/dist/management-client/client.gen.d.ts +13 -0
  28. package/dist/management-client/client.gen.d.ts.map +1 -0
  29. package/dist/management-client/client.gen.js +9 -0
  30. package/dist/management-client/client.gen.js.map +1 -0
  31. package/dist/management-client/core/auth.d.ts +19 -0
  32. package/dist/management-client/core/auth.d.ts.map +1 -0
  33. package/dist/management-client/core/auth.js +18 -0
  34. package/dist/management-client/core/auth.js.map +1 -0
  35. package/dist/management-client/core/bodySerializer.d.ts +18 -0
  36. package/dist/management-client/core/bodySerializer.d.ts.map +1 -0
  37. package/dist/management-client/core/bodySerializer.js +57 -0
  38. package/dist/management-client/core/bodySerializer.js.map +1 -0
  39. package/dist/management-client/core/params.d.ts +24 -0
  40. package/dist/management-client/core/params.d.ts.map +1 -0
  41. package/dist/management-client/core/params.js +92 -0
  42. package/dist/management-client/core/params.js.map +1 -0
  43. package/dist/management-client/core/pathSerializer.d.ts +34 -0
  44. package/dist/management-client/core/pathSerializer.d.ts.map +1 -0
  45. package/dist/management-client/core/pathSerializer.js +123 -0
  46. package/dist/management-client/core/pathSerializer.js.map +1 -0
  47. package/dist/management-client/core/types.d.ts +74 -0
  48. package/dist/management-client/core/types.d.ts.map +1 -0
  49. package/dist/management-client/core/types.js +3 -0
  50. package/dist/management-client/core/types.js.map +1 -0
  51. package/dist/management-client/index.d.ts +3 -0
  52. package/dist/management-client/index.d.ts.map +1 -0
  53. package/dist/management-client/index.js +20 -0
  54. package/dist/management-client/index.js.map +1 -0
  55. package/dist/management-client/sdk.gen.d.ts +482 -0
  56. package/dist/management-client/sdk.gen.d.ts.map +1 -0
  57. package/dist/management-client/sdk.gen.js +2169 -0
  58. package/dist/management-client/sdk.gen.js.map +1 -0
  59. package/dist/management-client/types.gen.d.ts +6681 -0
  60. package/dist/management-client/types.gen.d.ts.map +1 -0
  61. package/dist/management-client/types.gen.js +384 -0
  62. package/dist/management-client/types.gen.js.map +1 -0
  63. package/dist/management.d.ts +22 -0
  64. package/dist/management.d.ts.map +1 -0
  65. package/dist/management.js +62 -0
  66. package/dist/management.js.map +1 -0
  67. package/dist/storefront-client/client/client.d.ts +3 -0
  68. package/dist/storefront-client/client/client.d.ts.map +1 -0
  69. package/dist/storefront-client/client/client.js +100 -0
  70. package/dist/storefront-client/client/client.js.map +1 -0
  71. package/dist/storefront-client/client/index.d.ts +8 -0
  72. package/dist/storefront-client/client/index.d.ts.map +1 -0
  73. package/dist/storefront-client/client/index.js +14 -0
  74. package/dist/storefront-client/client/index.js.map +1 -0
  75. package/dist/storefront-client/client/types.d.ts +94 -0
  76. package/dist/storefront-client/client/types.d.ts.map +1 -0
  77. package/dist/storefront-client/client/types.js +3 -0
  78. package/dist/storefront-client/client/types.js.map +1 -0
  79. package/dist/storefront-client/client/utils.d.ts +21 -0
  80. package/dist/storefront-client/client/utils.d.ts.map +1 -0
  81. package/dist/storefront-client/client/utils.js +226 -0
  82. package/dist/storefront-client/client/utils.js.map +1 -0
  83. package/dist/storefront-client/client.gen.d.ts +13 -0
  84. package/dist/storefront-client/client.gen.d.ts.map +1 -0
  85. package/dist/storefront-client/client.gen.js +9 -0
  86. package/dist/storefront-client/client.gen.js.map +1 -0
  87. package/dist/storefront-client/core/auth.d.ts +19 -0
  88. package/dist/storefront-client/core/auth.d.ts.map +1 -0
  89. package/dist/storefront-client/core/auth.js +18 -0
  90. package/dist/storefront-client/core/auth.js.map +1 -0
  91. package/dist/storefront-client/core/bodySerializer.d.ts +18 -0
  92. package/dist/storefront-client/core/bodySerializer.d.ts.map +1 -0
  93. package/dist/storefront-client/core/bodySerializer.js +57 -0
  94. package/dist/storefront-client/core/bodySerializer.js.map +1 -0
  95. package/dist/storefront-client/core/params.d.ts +24 -0
  96. package/dist/storefront-client/core/params.d.ts.map +1 -0
  97. package/dist/storefront-client/core/params.js +92 -0
  98. package/dist/storefront-client/core/params.js.map +1 -0
  99. package/dist/storefront-client/core/pathSerializer.d.ts +34 -0
  100. package/dist/storefront-client/core/pathSerializer.d.ts.map +1 -0
  101. package/dist/storefront-client/core/pathSerializer.js +123 -0
  102. package/dist/storefront-client/core/pathSerializer.js.map +1 -0
  103. package/dist/storefront-client/core/types.d.ts +74 -0
  104. package/dist/storefront-client/core/types.d.ts.map +1 -0
  105. package/dist/storefront-client/core/types.js +3 -0
  106. package/dist/storefront-client/core/types.js.map +1 -0
  107. package/dist/storefront-client/index.d.ts +3 -0
  108. package/dist/storefront-client/index.d.ts.map +1 -0
  109. package/dist/storefront-client/index.js +20 -0
  110. package/dist/storefront-client/index.js.map +1 -0
  111. package/dist/storefront-client/sdk.gen.d.ts +100 -0
  112. package/dist/storefront-client/sdk.gen.d.ts.map +1 -0
  113. package/dist/storefront-client/sdk.gen.js +296 -0
  114. package/dist/storefront-client/sdk.gen.js.map +1 -0
  115. package/dist/storefront-client/types.gen.d.ts +1410 -0
  116. package/dist/storefront-client/types.gen.d.ts.map +1 -0
  117. package/dist/storefront-client/types.gen.js +58 -0
  118. package/dist/storefront-client/types.gen.js.map +1 -0
  119. package/dist/storefront.d.ts +21 -0
  120. package/dist/storefront.d.ts.map +1 -0
  121. package/dist/storefront.js +63 -0
  122. package/dist/storefront.js.map +1 -0
  123. package/dist/types.d.ts +49 -0
  124. package/dist/types.d.ts.map +1 -0
  125. package/dist/types.js +9 -0
  126. package/dist/types.js.map +1 -0
  127. package/package.json +27 -0
@@ -0,0 +1,296 @@
1
+ "use strict";
2
+ // This file is auto-generated by @hey-api/openapi-ts
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Tags = exports.Store = exports.Products = exports.Navlinks = exports.Discord = exports.Customer = exports.Checkout = exports.Cart = void 0;
5
+ const client_gen_1 = require("./client.gen");
6
+ class Cart {
7
+ /**
8
+ * Clear cart
9
+ * Clears all items from the customer's shopping cart.
10
+ */
11
+ static clearCart(options) {
12
+ return (options?.client ?? client_gen_1.client).delete({
13
+ security: [
14
+ {
15
+ name: 'Authorization',
16
+ type: 'apiKey'
17
+ }
18
+ ],
19
+ url: '/v1/store/cart',
20
+ ...options
21
+ });
22
+ }
23
+ /**
24
+ * Get cart
25
+ * Retrieves the current customer's shopping cart.
26
+ */
27
+ static getCart(options) {
28
+ return (options?.client ?? client_gen_1.client).get({
29
+ responseType: 'json',
30
+ security: [
31
+ {
32
+ name: 'Authorization',
33
+ type: 'apiKey'
34
+ }
35
+ ],
36
+ url: '/v1/store/cart',
37
+ ...options
38
+ });
39
+ }
40
+ /**
41
+ * Add product to cart
42
+ * Adds a product to the cart or updates the quantity of an existing product.
43
+ * When increment parameter is "true" or "1", the specified quantity will be added to any existing quantity.
44
+ * Otherwise, the quantity will be set to the specified value, replacing any existing quantity.
45
+ */
46
+ static addLine(options) {
47
+ return (options.client ?? client_gen_1.client).put({
48
+ security: [
49
+ {
50
+ name: 'Authorization',
51
+ type: 'apiKey'
52
+ }
53
+ ],
54
+ url: '/v1/store/cart/lines',
55
+ ...options
56
+ });
57
+ }
58
+ /**
59
+ * Create a cart checkout session
60
+ * Creates a checkout session from the contents of the cart.
61
+ * After creating the checkout session, redirect the customer to the `url` returned.
62
+ */
63
+ static createCartCheckout(options) {
64
+ return (options?.client ?? client_gen_1.client).post({
65
+ responseType: 'json',
66
+ security: [
67
+ {
68
+ name: 'Authorization',
69
+ type: 'apiKey'
70
+ }
71
+ ],
72
+ url: '/v1/store/cart/checkout',
73
+ ...options,
74
+ headers: {
75
+ 'Content-Type': 'application/json',
76
+ ...options?.headers
77
+ }
78
+ });
79
+ }
80
+ }
81
+ exports.Cart = Cart;
82
+ class Checkout {
83
+ /**
84
+ * Create a checkout session
85
+ * Creates a checkout session using a Customer token.
86
+ * After creating the checkout session, redirect the customer to the `url` returned.
87
+ */
88
+ static createCheckoutSession(options) {
89
+ return (options?.client ?? client_gen_1.client).post({
90
+ responseType: 'json',
91
+ security: [
92
+ {
93
+ name: 'Authorization',
94
+ type: 'apiKey'
95
+ }
96
+ ],
97
+ url: '/v1/checkouts',
98
+ ...options,
99
+ headers: {
100
+ 'Content-Type': 'application/json',
101
+ ...options?.headers
102
+ }
103
+ });
104
+ }
105
+ }
106
+ exports.Checkout = Checkout;
107
+ class Customer {
108
+ /**
109
+ * Get current customer
110
+ * Retrieves the current customer from the passed Customer token.
111
+ */
112
+ static getStorefrontCustomer(options) {
113
+ return (options?.client ?? client_gen_1.client).get({
114
+ responseType: 'json',
115
+ security: [
116
+ {
117
+ name: 'Authorization',
118
+ type: 'apiKey'
119
+ }
120
+ ],
121
+ url: '/v1/store/customer',
122
+ ...options
123
+ });
124
+ }
125
+ /**
126
+ * Lookup a gift card by the code
127
+ */
128
+ static getStorefrontGiftCard(options) {
129
+ return (options.client ?? client_gen_1.client).get({
130
+ responseType: 'json',
131
+ security: [
132
+ {
133
+ name: 'Authorization',
134
+ type: 'apiKey'
135
+ }
136
+ ],
137
+ url: '/v1/store/customer/giftcards/lookup/{code}',
138
+ ...options
139
+ });
140
+ }
141
+ /**
142
+ * Get storefront customer delivery items
143
+ */
144
+ static rootGetStorefrontCustomerDeliveryItems(options) {
145
+ return (options?.client ?? client_gen_1.client).get({
146
+ responseType: 'json',
147
+ security: [
148
+ {
149
+ name: 'Authorization',
150
+ type: 'apiKey'
151
+ }
152
+ ],
153
+ url: '/v1/store/customer/command-delivery',
154
+ ...options
155
+ });
156
+ }
157
+ }
158
+ exports.Customer = Customer;
159
+ class Discord {
160
+ static doProductsHaveDiscordActions(options) {
161
+ return (options.client ?? client_gen_1.client).get({
162
+ responseType: 'json',
163
+ security: [
164
+ {
165
+ name: 'Authorization',
166
+ type: 'apiKey'
167
+ },
168
+ {
169
+ name: 'Authorization',
170
+ type: 'apiKey'
171
+ }
172
+ ],
173
+ url: '/v1/stores/{storeId}/product_versions/discord_actions',
174
+ ...options
175
+ });
176
+ }
177
+ }
178
+ exports.Discord = Discord;
179
+ class Navlinks {
180
+ /**
181
+ * Get navlinks
182
+ * Retrieves the store's navlink structure used for navigation.
183
+ */
184
+ static getStorefrontNavLinks(options) {
185
+ return (options.client ?? client_gen_1.client).get({
186
+ responseType: 'json',
187
+ security: [
188
+ {
189
+ name: 'Authorization',
190
+ type: 'apiKey'
191
+ },
192
+ {
193
+ name: 'Authorization',
194
+ type: 'apiKey'
195
+ }
196
+ ],
197
+ url: '/v1/store/navlinks',
198
+ ...options
199
+ });
200
+ }
201
+ }
202
+ exports.Navlinks = Navlinks;
203
+ class Products {
204
+ /**
205
+ * Get products
206
+ * Retrieves the available products. To make sure all VAT rates are properly displayed, pass in the IP headers as instructed.
207
+ */
208
+ static getStorefrontProducts(options) {
209
+ return (options.client ?? client_gen_1.client).get({
210
+ responseType: 'json',
211
+ security: [
212
+ {
213
+ name: 'Authorization',
214
+ type: 'apiKey'
215
+ },
216
+ {
217
+ name: 'Authorization',
218
+ type: 'apiKey'
219
+ }
220
+ ],
221
+ url: '/v1/store/products',
222
+ ...options
223
+ });
224
+ }
225
+ /**
226
+ * Get product by ID or slug
227
+ * Retrieves a product by an ID or a slug. To make sure all VAT rates are properly displayed, pass in the IP headers as instructed.
228
+ */
229
+ static getStorefrontProductByIdOrSlug(options) {
230
+ return (options.client ?? client_gen_1.client).get({
231
+ responseType: 'json',
232
+ security: [
233
+ {
234
+ name: 'Authorization',
235
+ type: 'apiKey'
236
+ },
237
+ {
238
+ name: 'Authorization',
239
+ type: 'apiKey'
240
+ }
241
+ ],
242
+ url: '/v1/store/products/{idOrSlug}',
243
+ ...options
244
+ });
245
+ }
246
+ }
247
+ exports.Products = Products;
248
+ class Store {
249
+ /**
250
+ * Get current store
251
+ * Retrieves a store by the passed in x-paynow-store-id or Customer token.
252
+ */
253
+ static getStorefrontStore(options) {
254
+ return (options.client ?? client_gen_1.client).get({
255
+ responseType: 'json',
256
+ security: [
257
+ {
258
+ name: 'Authorization',
259
+ type: 'apiKey'
260
+ },
261
+ {
262
+ name: 'Authorization',
263
+ type: 'apiKey'
264
+ }
265
+ ],
266
+ url: '/v1/store',
267
+ ...options
268
+ });
269
+ }
270
+ }
271
+ exports.Store = Store;
272
+ class Tags {
273
+ /**
274
+ * Get tags
275
+ * Retrieves the store's tags.
276
+ */
277
+ static getStorefrontTags(options) {
278
+ return (options.client ?? client_gen_1.client).get({
279
+ responseType: 'json',
280
+ security: [
281
+ {
282
+ name: 'Authorization',
283
+ type: 'apiKey'
284
+ },
285
+ {
286
+ name: 'Authorization',
287
+ type: 'apiKey'
288
+ }
289
+ ],
290
+ url: '/v1/store/tags',
291
+ ...options
292
+ });
293
+ }
294
+ }
295
+ exports.Tags = Tags;
296
+ //# sourceMappingURL=sdk.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../../src/storefront-client/sdk.gen.ts"],"names":[],"mappings":"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"}