@vansite/ts-sharetribe-flex-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 (184) hide show
  1. package/LICENSE.txt +21 -0
  2. package/README.md +191 -0
  3. package/dist/ts-sharetribe-flex-sdk.cjs +3 -0
  4. package/dist/ts-sharetribe-flex-sdk.cjs.LICENSE.txt +701 -0
  5. package/dist/ts-sharetribe-flex-sdk.cjs.map +1 -0
  6. package/dist/ts-sharetribe-flex-sdk.js +3 -0
  7. package/dist/ts-sharetribe-flex-sdk.js.LICENSE.txt +701 -0
  8. package/dist/ts-sharetribe-flex-sdk.js.map +1 -0
  9. package/dist/ts-sharetribe-flex-sdk.mjs +3 -0
  10. package/dist/ts-sharetribe-flex-sdk.mjs.LICENSE.txt +701 -0
  11. package/dist/ts-sharetribe-flex-sdk.mjs.map +1 -0
  12. package/dist/types/endpoints/assets/index.d.ts +62 -0
  13. package/dist/types/endpoints/assets/index.d.ts.map +1 -0
  14. package/dist/types/endpoints/auth/index.d.ts +59 -0
  15. package/dist/types/endpoints/auth/index.d.ts.map +1 -0
  16. package/dist/types/endpoints/integrationApi/AvailabilityExceptions.d.ts +86 -0
  17. package/dist/types/endpoints/integrationApi/AvailabilityExceptions.d.ts.map +1 -0
  18. package/dist/types/endpoints/integrationApi/Events.d.ts +48 -0
  19. package/dist/types/endpoints/integrationApi/Events.d.ts.map +1 -0
  20. package/dist/types/endpoints/integrationApi/Images.d.ts +48 -0
  21. package/dist/types/endpoints/integrationApi/Images.d.ts.map +1 -0
  22. package/dist/types/endpoints/integrationApi/Listings.d.ts +150 -0
  23. package/dist/types/endpoints/integrationApi/Listings.d.ts.map +1 -0
  24. package/dist/types/endpoints/integrationApi/Marketplace.d.ts +39 -0
  25. package/dist/types/endpoints/integrationApi/Marketplace.d.ts.map +1 -0
  26. package/dist/types/endpoints/integrationApi/Stock.d.ts +48 -0
  27. package/dist/types/endpoints/integrationApi/Stock.d.ts.map +1 -0
  28. package/dist/types/endpoints/integrationApi/StockAdjustments.d.ts +65 -0
  29. package/dist/types/endpoints/integrationApi/StockAdjustments.d.ts.map +1 -0
  30. package/dist/types/endpoints/integrationApi/StockReservation.d.ts +43 -0
  31. package/dist/types/endpoints/integrationApi/StockReservation.d.ts.map +1 -0
  32. package/dist/types/endpoints/integrationApi/Transactions.d.ts +121 -0
  33. package/dist/types/endpoints/integrationApi/Transactions.d.ts.map +1 -0
  34. package/dist/types/endpoints/integrationApi/Users.d.ts +108 -0
  35. package/dist/types/endpoints/integrationApi/Users.d.ts.map +1 -0
  36. package/dist/types/endpoints/integrationApi/index.d.ts +59 -0
  37. package/dist/types/endpoints/integrationApi/index.d.ts.map +1 -0
  38. package/dist/types/endpoints/marketplace/AvailabilityExceptions.d.ts +84 -0
  39. package/dist/types/endpoints/marketplace/AvailabilityExceptions.d.ts.map +1 -0
  40. package/dist/types/endpoints/marketplace/Bookings.d.ts +45 -0
  41. package/dist/types/endpoints/marketplace/Bookings.d.ts.map +1 -0
  42. package/dist/types/endpoints/marketplace/CurrentUser.d.ts +182 -0
  43. package/dist/types/endpoints/marketplace/CurrentUser.d.ts.map +1 -0
  44. package/dist/types/endpoints/marketplace/Images.d.ts +47 -0
  45. package/dist/types/endpoints/marketplace/Images.d.ts.map +1 -0
  46. package/dist/types/endpoints/marketplace/Listings.d.ts +52 -0
  47. package/dist/types/endpoints/marketplace/Listings.d.ts.map +1 -0
  48. package/dist/types/endpoints/marketplace/Marketplace.d.ts +38 -0
  49. package/dist/types/endpoints/marketplace/Marketplace.d.ts.map +1 -0
  50. package/dist/types/endpoints/marketplace/Messages.d.ts +57 -0
  51. package/dist/types/endpoints/marketplace/Messages.d.ts.map +1 -0
  52. package/dist/types/endpoints/marketplace/OwnListings.d.ts +181 -0
  53. package/dist/types/endpoints/marketplace/OwnListings.d.ts.map +1 -0
  54. package/dist/types/endpoints/marketplace/PasswordReset.d.ts +63 -0
  55. package/dist/types/endpoints/marketplace/PasswordReset.d.ts.map +1 -0
  56. package/dist/types/endpoints/marketplace/ProcessTransitions.d.ts +43 -0
  57. package/dist/types/endpoints/marketplace/ProcessTransitions.d.ts.map +1 -0
  58. package/dist/types/endpoints/marketplace/Reviews.d.ts +52 -0
  59. package/dist/types/endpoints/marketplace/Reviews.d.ts.map +1 -0
  60. package/dist/types/endpoints/marketplace/Stock.d.ts +47 -0
  61. package/dist/types/endpoints/marketplace/Stock.d.ts.map +1 -0
  62. package/dist/types/endpoints/marketplace/StockAdjustments.d.ts +63 -0
  63. package/dist/types/endpoints/marketplace/StockAdjustments.d.ts.map +1 -0
  64. package/dist/types/endpoints/marketplace/StripeAccount.d.ts +78 -0
  65. package/dist/types/endpoints/marketplace/StripeAccount.d.ts.map +1 -0
  66. package/dist/types/endpoints/marketplace/StripeAccountLinks.d.ts +52 -0
  67. package/dist/types/endpoints/marketplace/StripeAccountLinks.d.ts.map +1 -0
  68. package/dist/types/endpoints/marketplace/StripeCustomer.d.ts +77 -0
  69. package/dist/types/endpoints/marketplace/StripeCustomer.d.ts.map +1 -0
  70. package/dist/types/endpoints/marketplace/StripePersons.d.ts +46 -0
  71. package/dist/types/endpoints/marketplace/StripePersons.d.ts.map +1 -0
  72. package/dist/types/endpoints/marketplace/StripeSetupIntents.d.ts +43 -0
  73. package/dist/types/endpoints/marketplace/StripeSetupIntents.d.ts.map +1 -0
  74. package/dist/types/endpoints/marketplace/TimeSlots.d.ts +44 -0
  75. package/dist/types/endpoints/marketplace/TimeSlots.d.ts.map +1 -0
  76. package/dist/types/endpoints/marketplace/Transactions.d.ts +126 -0
  77. package/dist/types/endpoints/marketplace/Transactions.d.ts.map +1 -0
  78. package/dist/types/endpoints/marketplace/Users.d.ts +42 -0
  79. package/dist/types/endpoints/marketplace/Users.d.ts.map +1 -0
  80. package/dist/types/endpoints/marketplace/index.d.ts +71 -0
  81. package/dist/types/endpoints/marketplace/index.d.ts.map +1 -0
  82. package/dist/types/index.d.ts +143 -0
  83. package/dist/types/index.d.ts.map +1 -0
  84. package/dist/types/integrationSdk.d.ts +121 -0
  85. package/dist/types/integrationSdk.d.ts.map +1 -0
  86. package/dist/types/sdk.d.ts +213 -0
  87. package/dist/types/sdk.d.ts.map +1 -0
  88. package/dist/types/sdkTypes/BigDecimal.d.ts +31 -0
  89. package/dist/types/sdkTypes/BigDecimal.d.ts.map +1 -0
  90. package/dist/types/sdkTypes/LatLng.d.ts +35 -0
  91. package/dist/types/sdkTypes/LatLng.d.ts.map +1 -0
  92. package/dist/types/sdkTypes/LatLngBounds.d.ts +52 -0
  93. package/dist/types/sdkTypes/LatLngBounds.d.ts.map +1 -0
  94. package/dist/types/sdkTypes/Money.d.ts +29 -0
  95. package/dist/types/sdkTypes/Money.d.ts.map +1 -0
  96. package/dist/types/sdkTypes/UUID.d.ts +39 -0
  97. package/dist/types/sdkTypes/UUID.d.ts.map +1 -0
  98. package/dist/types/types/apiConfigs.d.ts +105 -0
  99. package/dist/types/types/apiConfigs.d.ts.map +1 -0
  100. package/dist/types/types/assets/index.d.ts +64 -0
  101. package/dist/types/types/assets/index.d.ts.map +1 -0
  102. package/dist/types/types/authentication/index.d.ts +102 -0
  103. package/dist/types/types/authentication/index.d.ts.map +1 -0
  104. package/dist/types/types/axios.d.ts +11 -0
  105. package/dist/types/types/axios.d.ts.map +1 -0
  106. package/dist/types/types/config.d.ts +138 -0
  107. package/dist/types/types/config.d.ts.map +1 -0
  108. package/dist/types/types/integration/events.d.ts +56 -0
  109. package/dist/types/types/integration/events.d.ts.map +1 -0
  110. package/dist/types/types/marketplace/availabilityExceptions.d.ts +57 -0
  111. package/dist/types/types/marketplace/availabilityExceptions.d.ts.map +1 -0
  112. package/dist/types/types/marketplace/bookings.d.ts +47 -0
  113. package/dist/types/types/marketplace/bookings.d.ts.map +1 -0
  114. package/dist/types/types/marketplace/currentUser.d.ts +159 -0
  115. package/dist/types/types/marketplace/currentUser.d.ts.map +1 -0
  116. package/dist/types/types/marketplace/images.d.ts +40 -0
  117. package/dist/types/types/marketplace/images.d.ts.map +1 -0
  118. package/dist/types/types/marketplace/listings.d.ts +140 -0
  119. package/dist/types/types/marketplace/listings.d.ts.map +1 -0
  120. package/dist/types/types/marketplace/marketplace.d.ts +21 -0
  121. package/dist/types/types/marketplace/marketplace.d.ts.map +1 -0
  122. package/dist/types/types/marketplace/messages.d.ts +50 -0
  123. package/dist/types/types/marketplace/messages.d.ts.map +1 -0
  124. package/dist/types/types/marketplace/ownListings.d.ts +129 -0
  125. package/dist/types/types/marketplace/ownListings.d.ts.map +1 -0
  126. package/dist/types/types/marketplace/passwordReset.d.ts +32 -0
  127. package/dist/types/types/marketplace/passwordReset.d.ts.map +1 -0
  128. package/dist/types/types/marketplace/processTransitions.d.ts +38 -0
  129. package/dist/types/types/marketplace/processTransitions.d.ts.map +1 -0
  130. package/dist/types/types/marketplace/reviews.d.ts +60 -0
  131. package/dist/types/types/marketplace/reviews.d.ts.map +1 -0
  132. package/dist/types/types/marketplace/stock.d.ts +29 -0
  133. package/dist/types/types/marketplace/stock.d.ts.map +1 -0
  134. package/dist/types/types/marketplace/stockAdjustment.d.ts +52 -0
  135. package/dist/types/types/marketplace/stockAdjustment.d.ts.map +1 -0
  136. package/dist/types/types/marketplace/stockReservations.d.ts +45 -0
  137. package/dist/types/types/marketplace/stockReservations.d.ts.map +1 -0
  138. package/dist/types/types/marketplace/stripeAccount.d.ts +45 -0
  139. package/dist/types/types/marketplace/stripeAccount.d.ts.map +1 -0
  140. package/dist/types/types/marketplace/stripeAccountLinks.d.ts +36 -0
  141. package/dist/types/types/marketplace/stripeAccountLinks.d.ts.map +1 -0
  142. package/dist/types/types/marketplace/stripeCustomer.d.ts +48 -0
  143. package/dist/types/types/marketplace/stripeCustomer.d.ts.map +1 -0
  144. package/dist/types/types/marketplace/stripePaymentMethod.d.ts +23 -0
  145. package/dist/types/types/marketplace/stripePaymentMethod.d.ts.map +1 -0
  146. package/dist/types/types/marketplace/stripePersons.d.ts +47 -0
  147. package/dist/types/types/marketplace/stripePersons.d.ts.map +1 -0
  148. package/dist/types/types/marketplace/stripeSetupIntents.d.ts +47 -0
  149. package/dist/types/types/marketplace/stripeSetupIntents.d.ts.map +1 -0
  150. package/dist/types/types/marketplace/timeSlots.d.ts +54 -0
  151. package/dist/types/types/marketplace/timeSlots.d.ts.map +1 -0
  152. package/dist/types/types/marketplace/transactions.d.ts +191 -0
  153. package/dist/types/types/marketplace/transactions.d.ts.map +1 -0
  154. package/dist/types/types/marketplace/user.d.ts +166 -0
  155. package/dist/types/types/marketplace/user.d.ts.map +1 -0
  156. package/dist/types/types/sdk-types.d.ts +11 -0
  157. package/dist/types/types/sdk-types.d.ts.map +1 -0
  158. package/dist/types/types/sharetribe.d.ts +177 -0
  159. package/dist/types/types/sharetribe.d.ts.map +1 -0
  160. package/dist/types/types/store.d.ts +34 -0
  161. package/dist/types/types/store.d.ts.map +1 -0
  162. package/dist/types/utils/apis.d.ts +9 -0
  163. package/dist/types/utils/apis.d.ts.map +1 -0
  164. package/dist/types/utils/config.d.ts +16 -0
  165. package/dist/types/utils/config.d.ts.map +1 -0
  166. package/dist/types/utils/convert-types.d.ts +14 -0
  167. package/dist/types/utils/convert-types.d.ts.map +1 -0
  168. package/dist/types/utils/parameter-serializer.d.ts +24 -0
  169. package/dist/types/utils/parameter-serializer.d.ts.map +1 -0
  170. package/dist/types/utils/prepare-axios-instance.d.ts +14 -0
  171. package/dist/types/utils/prepare-axios-instance.d.ts.map +1 -0
  172. package/dist/types/utils/stores/BrowserStore.d.ts +39 -0
  173. package/dist/types/utils/stores/BrowserStore.d.ts.map +1 -0
  174. package/dist/types/utils/stores/ExpressStore.d.ts +50 -0
  175. package/dist/types/utils/stores/ExpressStore.d.ts.map +1 -0
  176. package/dist/types/utils/stores/MemoryStore.d.ts +25 -0
  177. package/dist/types/utils/stores/MemoryStore.d.ts.map +1 -0
  178. package/dist/types/utils/stores/store.d.ts +9 -0
  179. package/dist/types/utils/stores/store.d.ts.map +1 -0
  180. package/dist/types/utils/transit.d.ts +30 -0
  181. package/dist/types/utils/transit.d.ts.map +1 -0
  182. package/dist/types/utils/util.d.ts +13 -0
  183. package/dist/types/utils/util.d.ts.map +1 -0
  184. package/package.json +90 -0
@@ -0,0 +1,701 @@
1
+ /*! ../../../helpers/AxiosURLSearchParams.js */
2
+
3
+ /*! ../adapters/adapters.js */
4
+
5
+ /*! ../cancel/CanceledError.js */
6
+
7
+ /*! ../cancel/isCancel.js */
8
+
9
+ /*! ../core/AxiosError.js */
10
+
11
+ /*! ../core/AxiosHeaders.js */
12
+
13
+ /*! ../core/buildFullPath.js */
14
+
15
+ /*! ../core/mergeConfig.js */
16
+
17
+ /*! ../core/settle.js */
18
+
19
+ /*! ../defaults/index.js */
20
+
21
+ /*! ../defaults/transitional.js */
22
+
23
+ /*! ../env/data.js */
24
+
25
+ /*! ../helpers/AxiosURLSearchParams.js */
26
+
27
+ /*! ../helpers/buildURL.js */
28
+
29
+ /*! ../helpers/combineURLs.js */
30
+
31
+ /*! ../helpers/composeSignals.js */
32
+
33
+ /*! ../helpers/formDataToJSON.js */
34
+
35
+ /*! ../helpers/isAbsoluteURL.js */
36
+
37
+ /*! ../helpers/parseHeaders.js */
38
+
39
+ /*! ../helpers/parseProtocol.js */
40
+
41
+ /*! ../helpers/progressEventReducer.js */
42
+
43
+ /*! ../helpers/resolveConfig.js */
44
+
45
+ /*! ../helpers/toFormData.js */
46
+
47
+ /*! ../helpers/toURLEncodedForm.js */
48
+
49
+ /*! ../helpers/trackStream.js */
50
+
51
+ /*! ../helpers/validator.js */
52
+
53
+ /*! ../platform/index.js */
54
+
55
+ /*! ../platform/node/classes/FormData.js */
56
+
57
+ /*! ../sdkTypes/BigDecimal */
58
+
59
+ /*! ../sdkTypes/LatLng */
60
+
61
+ /*! ../sdkTypes/LatLngBounds */
62
+
63
+ /*! ../sdkTypes/Money */
64
+
65
+ /*! ../sdkTypes/UUID */
66
+
67
+ /*! ../utils.js */
68
+
69
+ /*! ./../core/settle.js */
70
+
71
+ /*! ./../utils.js */
72
+
73
+ /*! ./AvailabilityExceptions */
74
+
75
+ /*! ./AxiosError.js */
76
+
77
+ /*! ./AxiosHeaders.js */
78
+
79
+ /*! ./Bookings */
80
+
81
+ /*! ./CanceledError.js */
82
+
83
+ /*! ./CurrentUser */
84
+
85
+ /*! ./Events */
86
+
87
+ /*! ./Images */
88
+
89
+ /*! ./InterceptorManager.js */
90
+
91
+ /*! ./LatLng */
92
+
93
+ /*! ./Listings */
94
+
95
+ /*! ./Marketplace */
96
+
97
+ /*! ./Messages */
98
+
99
+ /*! ./OwnListings */
100
+
101
+ /*! ./PasswordReset */
102
+
103
+ /*! ./ProcessTransitions */
104
+
105
+ /*! ./Reviews */
106
+
107
+ /*! ./Stock */
108
+
109
+ /*! ./StockAdjustments */
110
+
111
+ /*! ./StockReservation */
112
+
113
+ /*! ./StripeAccount */
114
+
115
+ /*! ./StripeAccountLinks */
116
+
117
+ /*! ./StripeCustomer */
118
+
119
+ /*! ./StripePersons */
120
+
121
+ /*! ./StripeSetupIntents */
122
+
123
+ /*! ./TimeSlots */
124
+
125
+ /*! ./Transactions */
126
+
127
+ /*! ./Users */
128
+
129
+ /*! ./adapters/adapters.js */
130
+
131
+ /*! ./buildFullPath.js */
132
+
133
+ /*! ./buildURL.js */
134
+
135
+ /*! ./cancel/CancelToken.js */
136
+
137
+ /*! ./cancel/CanceledError.js */
138
+
139
+ /*! ./cancel/isCancel.js */
140
+
141
+ /*! ./classes/Blob.js */
142
+
143
+ /*! ./classes/FormData.js */
144
+
145
+ /*! ./classes/URLSearchParams.js */
146
+
147
+ /*! ./common/utils.js */
148
+
149
+ /*! ./convert-types */
150
+
151
+ /*! ./cookies.js */
152
+
153
+ /*! ./core/Axios.js */
154
+
155
+ /*! ./core/AxiosError.js */
156
+
157
+ /*! ./core/AxiosHeaders.js */
158
+
159
+ /*! ./core/mergeConfig.js */
160
+
161
+ /*! ./defaults/index.js */
162
+
163
+ /*! ./dispatchRequest.js */
164
+
165
+ /*! ./endpoints/assets */
166
+
167
+ /*! ./endpoints/auth */
168
+
169
+ /*! ./endpoints/integrationApi */
170
+
171
+ /*! ./endpoints/marketplace */
172
+
173
+ /*! ./env/data.js */
174
+
175
+ /*! ./fetch.js */
176
+
177
+ /*! ./helpers/HttpStatusCode.js */
178
+
179
+ /*! ./helpers/bind.js */
180
+
181
+ /*! ./helpers/formDataToJSON.js */
182
+
183
+ /*! ./helpers/isAxiosError.js */
184
+
185
+ /*! ./helpers/spread.js */
186
+
187
+ /*! ./helpers/toFormData.js */
188
+
189
+ /*! ./http.js */
190
+
191
+ /*! ./integrationSdk */
192
+
193
+ /*! ./isURLSameOrigin.js */
194
+
195
+ /*! ./mergeConfig.js */
196
+
197
+ /*! ./native.js */
198
+
199
+ /*! ./node/index.js */
200
+
201
+ /*! ./parameter-serializer */
202
+
203
+ /*! ./rng.js */
204
+
205
+ /*! ./sdk */
206
+
207
+ /*! ./sdkTypes/BigDecimal */
208
+
209
+ /*! ./sdkTypes/LatLng */
210
+
211
+ /*! ./sdkTypes/LatLngBounds */
212
+
213
+ /*! ./sdkTypes/Money */
214
+
215
+ /*! ./sdkTypes/UUID */
216
+
217
+ /*! ./speedometer.js */
218
+
219
+ /*! ./store */
220
+
221
+ /*! ./stores/MemoryStore */
222
+
223
+ /*! ./stringify.js */
224
+
225
+ /*! ./throttle.js */
226
+
227
+ /*! ./toFormData.js */
228
+
229
+ /*! ./transformData.js */
230
+
231
+ /*! ./transit */
232
+
233
+ /*! ./transitional.js */
234
+
235
+ /*! ./utils.js */
236
+
237
+ /*! ./utils/apis */
238
+
239
+ /*! ./utils/config */
240
+
241
+ /*! ./utils/convert-types */
242
+
243
+ /*! ./utils/prepare-axios-instance */
244
+
245
+ /*! ./utils/stores/BrowserStore */
246
+
247
+ /*! ./utils/stores/ExpressStore */
248
+
249
+ /*! ./utils/stores/MemoryStore */
250
+
251
+ /*! ./utils/transit */
252
+
253
+ /*! ./utils/util */
254
+
255
+ /*! ./xhr.js */
256
+
257
+ /*! axios */
258
+
259
+ /*! js-cookie */
260
+
261
+ /*! js-cookie v3.0.5 | MIT */
262
+
263
+ /*! transit-js */
264
+
265
+ /*! uuid */
266
+
267
+ /*!********************!*\
268
+ !*** ./src/sdk.ts ***!
269
+ \********************/
270
+
271
+ /*!**********************!*\
272
+ !*** ./src/index.ts ***!
273
+ \**********************/
274
+
275
+ /*!***************************!*\
276
+ !*** ./src/utils/apis.ts ***!
277
+ \***************************/
278
+
279
+ /*!***************************!*\
280
+ !*** ./src/utils/util.ts ***!
281
+ \***************************/
282
+
283
+ /*!*****************************!*\
284
+ !*** ./src/utils/config.ts ***!
285
+ \*****************************/
286
+
287
+ /*!******************************!*\
288
+ !*** ./src/sdkTypes/UUID.ts ***!
289
+ \******************************/
290
+
291
+ /*!******************************!*\
292
+ !*** ./src/utils/transit.ts ***!
293
+ \******************************/
294
+
295
+ /*!*******************************!*\
296
+ !*** ./src/integrationSdk.ts ***!
297
+ \*******************************/
298
+
299
+ /*!*******************************!*\
300
+ !*** ./src/sdkTypes/Money.ts ***!
301
+ \*******************************/
302
+
303
+ /*!********************************!*\
304
+ !*** ./src/sdkTypes/LatLng.ts ***!
305
+ \********************************/
306
+
307
+ /*!***********************************!*\
308
+ !*** ./src/utils/stores/store.ts ***!
309
+ \***********************************/
310
+
311
+ /*!************************************!*\
312
+ !*** ./src/sdkTypes/BigDecimal.ts ***!
313
+ \************************************/
314
+
315
+ /*!************************************!*\
316
+ !*** ./src/utils/convert-types.ts ***!
317
+ \************************************/
318
+
319
+ /*!*************************************!*\
320
+ !*** ./src/endpoints/auth/index.ts ***!
321
+ \*************************************/
322
+
323
+ /*!**************************************!*\
324
+ !*** ./src/sdkTypes/LatLngBounds.ts ***!
325
+ \**************************************/
326
+
327
+ /*!***************************************!*\
328
+ !*** ./src/endpoints/assets/index.ts ***!
329
+ \***************************************/
330
+
331
+ /*!*****************************************!*\
332
+ !*** ./node_modules/axios/lib/axios.js ***!
333
+ \*****************************************/
334
+
335
+ /*!*****************************************!*\
336
+ !*** ./node_modules/axios/lib/utils.js ***!
337
+ \*****************************************/
338
+
339
+ /*!*****************************************!*\
340
+ !*** ./src/utils/stores/MemoryStore.ts ***!
341
+ \*****************************************/
342
+
343
+ /*!******************************************!*\
344
+ !*** ./src/utils/stores/BrowserStore.ts ***!
345
+ \******************************************/
346
+
347
+ /*!******************************************!*\
348
+ !*** ./src/utils/stores/ExpressStore.ts ***!
349
+ \******************************************/
350
+
351
+ /*!*******************************************!*\
352
+ !*** ./src/utils/parameter-serializer.ts ***!
353
+ \*******************************************/
354
+
355
+ /*!********************************************!*\
356
+ !*** ./node_modules/axios/lib/env/data.js ***!
357
+ \********************************************/
358
+
359
+ /*!********************************************!*\
360
+ !*** ./node_modules/transit-js/transit.js ***!
361
+ \********************************************/
362
+
363
+ /*!********************************************!*\
364
+ !*** ./src/endpoints/marketplace/Stock.ts ***!
365
+ \********************************************/
366
+
367
+ /*!********************************************!*\
368
+ !*** ./src/endpoints/marketplace/Users.ts ***!
369
+ \********************************************/
370
+
371
+ /*!********************************************!*\
372
+ !*** ./src/endpoints/marketplace/index.ts ***!
373
+ \********************************************/
374
+
375
+ /*!*********************************************!*\
376
+ !*** ./src/endpoints/marketplace/Images.ts ***!
377
+ \*********************************************/
378
+
379
+ /*!*********************************************!*\
380
+ !*** ./src/utils/prepare-axios-instance.ts ***!
381
+ \*********************************************/
382
+
383
+ /*!**********************************************!*\
384
+ !*** ./node_modules/axios/lib/core/Axios.js ***!
385
+ \**********************************************/
386
+
387
+ /*!**********************************************!*\
388
+ !*** ./src/endpoints/marketplace/Reviews.ts ***!
389
+ \**********************************************/
390
+
391
+ /*!***********************************************!*\
392
+ !*** ./node_modules/axios/lib/core/settle.js ***!
393
+ \***********************************************/
394
+
395
+ /*!***********************************************!*\
396
+ !*** ./src/endpoints/integrationApi/Stock.ts ***!
397
+ \***********************************************/
398
+
399
+ /*!***********************************************!*\
400
+ !*** ./src/endpoints/integrationApi/Users.ts ***!
401
+ \***********************************************/
402
+
403
+ /*!***********************************************!*\
404
+ !*** ./src/endpoints/integrationApi/index.ts ***!
405
+ \***********************************************/
406
+
407
+ /*!***********************************************!*\
408
+ !*** ./src/endpoints/marketplace/Bookings.ts ***!
409
+ \***********************************************/
410
+
411
+ /*!***********************************************!*\
412
+ !*** ./src/endpoints/marketplace/Listings.ts ***!
413
+ \***********************************************/
414
+
415
+ /*!***********************************************!*\
416
+ !*** ./src/endpoints/marketplace/Messages.ts ***!
417
+ \***********************************************/
418
+
419
+ /*!************************************************!*\
420
+ !*** ./node_modules/axios/lib/adapters/xhr.js ***!
421
+ \************************************************/
422
+
423
+ /*!************************************************!*\
424
+ !*** ./node_modules/axios/lib/helpers/bind.js ***!
425
+ \************************************************/
426
+
427
+ /*!************************************************!*\
428
+ !*** ./node_modules/axios/lib/helpers/null.js ***!
429
+ \************************************************/
430
+
431
+ /*!************************************************!*\
432
+ !*** ./src/endpoints/integrationApi/Events.ts ***!
433
+ \************************************************/
434
+
435
+ /*!************************************************!*\
436
+ !*** ./src/endpoints/integrationApi/Images.ts ***!
437
+ \************************************************/
438
+
439
+ /*!************************************************!*\
440
+ !*** ./src/endpoints/marketplace/TimeSlots.ts ***!
441
+ \************************************************/
442
+
443
+ /*!**************************************************!*\
444
+ !*** ./node_modules/axios/lib/adapters/fetch.js ***!
445
+ \**************************************************/
446
+
447
+ /*!**************************************************!*\
448
+ !*** ./node_modules/axios/lib/defaults/index.js ***!
449
+ \**************************************************/
450
+
451
+ /*!**************************************************!*\
452
+ !*** ./node_modules/axios/lib/helpers/spread.js ***!
453
+ \**************************************************/
454
+
455
+ /*!**************************************************!*\
456
+ !*** ./node_modules/axios/lib/platform/index.js ***!
457
+ \**************************************************/
458
+
459
+ /*!**************************************************!*\
460
+ !*** ./node_modules/uuid/dist/esm-browser/v4.js ***!
461
+ \**************************************************/
462
+
463
+ /*!**************************************************!*\
464
+ !*** ./src/endpoints/integrationApi/Listings.ts ***!
465
+ \**************************************************/
466
+
467
+ /*!**************************************************!*\
468
+ !*** ./src/endpoints/marketplace/CurrentUser.ts ***!
469
+ \**************************************************/
470
+
471
+ /*!**************************************************!*\
472
+ !*** ./src/endpoints/marketplace/Marketplace.ts ***!
473
+ \**************************************************/
474
+
475
+ /*!**************************************************!*\
476
+ !*** ./src/endpoints/marketplace/OwnListings.ts ***!
477
+ \**************************************************/
478
+
479
+ /*!***************************************************!*\
480
+ !*** ./node_modules/axios/lib/cancel/isCancel.js ***!
481
+ \***************************************************/
482
+
483
+ /*!***************************************************!*\
484
+ !*** ./node_modules/axios/lib/core/AxiosError.js ***!
485
+ \***************************************************/
486
+
487
+ /*!***************************************************!*\
488
+ !*** ./node_modules/axios/lib/helpers/cookies.js ***!
489
+ \***************************************************/
490
+
491
+ /*!***************************************************!*\
492
+ !*** ./node_modules/js-cookie/dist/js.cookie.mjs ***!
493
+ \***************************************************/
494
+
495
+ /*!***************************************************!*\
496
+ !*** ./node_modules/uuid/dist/esm-browser/rng.js ***!
497
+ \***************************************************/
498
+
499
+ /*!***************************************************!*\
500
+ !*** ./src/endpoints/marketplace/Transactions.ts ***!
501
+ \***************************************************/
502
+
503
+ /*!****************************************************!*\
504
+ !*** ./node_modules/axios/lib/core/mergeConfig.js ***!
505
+ \****************************************************/
506
+
507
+ /*!****************************************************!*\
508
+ !*** ./node_modules/axios/lib/helpers/buildURL.js ***!
509
+ \****************************************************/
510
+
511
+ /*!****************************************************!*\
512
+ !*** ./node_modules/axios/lib/helpers/throttle.js ***!
513
+ \****************************************************/
514
+
515
+ /*!****************************************************!*\
516
+ !*** ./src/endpoints/marketplace/PasswordReset.ts ***!
517
+ \****************************************************/
518
+
519
+ /*!****************************************************!*\
520
+ !*** ./src/endpoints/marketplace/StripeAccount.ts ***!
521
+ \****************************************************/
522
+
523
+ /*!****************************************************!*\
524
+ !*** ./src/endpoints/marketplace/StripePersons.ts ***!
525
+ \****************************************************/
526
+
527
+ /*!*****************************************************!*\
528
+ !*** ./node_modules/axios/lib/adapters/adapters.js ***!
529
+ \*****************************************************/
530
+
531
+ /*!*****************************************************!*\
532
+ !*** ./node_modules/axios/lib/core/AxiosHeaders.js ***!
533
+ \*****************************************************/
534
+
535
+ /*!*****************************************************!*\
536
+ !*** ./node_modules/axios/lib/helpers/validator.js ***!
537
+ \*****************************************************/
538
+
539
+ /*!*****************************************************!*\
540
+ !*** ./src/endpoints/integrationApi/Marketplace.ts ***!
541
+ \*****************************************************/
542
+
543
+ /*!*****************************************************!*\
544
+ !*** ./src/endpoints/marketplace/StripeCustomer.ts ***!
545
+ \*****************************************************/
546
+
547
+ /*!******************************************************!*\
548
+ !*** ./node_modules/axios/lib/cancel/CancelToken.js ***!
549
+ \******************************************************/
550
+
551
+ /*!******************************************************!*\
552
+ !*** ./node_modules/axios/lib/core/buildFullPath.js ***!
553
+ \******************************************************/
554
+
555
+ /*!******************************************************!*\
556
+ !*** ./node_modules/axios/lib/core/transformData.js ***!
557
+ \******************************************************/
558
+
559
+ /*!******************************************************!*\
560
+ !*** ./node_modules/axios/lib/helpers/toFormData.js ***!
561
+ \******************************************************/
562
+
563
+ /*!******************************************************!*\
564
+ !*** ./node_modules/uuid/dist/esm-browser/native.js ***!
565
+ \******************************************************/
566
+
567
+ /*!******************************************************!*\
568
+ !*** ./src/endpoints/integrationApi/Transactions.ts ***!
569
+ \******************************************************/
570
+
571
+ /*!*******************************************************!*\
572
+ !*** ./node_modules/axios/lib/helpers/combineURLs.js ***!
573
+ \*******************************************************/
574
+
575
+ /*!*******************************************************!*\
576
+ !*** ./node_modules/axios/lib/helpers/speedometer.js ***!
577
+ \*******************************************************/
578
+
579
+ /*!*******************************************************!*\
580
+ !*** ./node_modules/axios/lib/helpers/trackStream.js ***!
581
+ \*******************************************************/
582
+
583
+ /*!*******************************************************!*\
584
+ !*** ./src/endpoints/marketplace/StockAdjustments.ts ***!
585
+ \*******************************************************/
586
+
587
+ /*!********************************************************!*\
588
+ !*** ./node_modules/axios/lib/cancel/CanceledError.js ***!
589
+ \********************************************************/
590
+
591
+ /*!********************************************************!*\
592
+ !*** ./node_modules/axios/lib/core/dispatchRequest.js ***!
593
+ \********************************************************/
594
+
595
+ /*!********************************************************!*\
596
+ !*** ./node_modules/axios/lib/helpers/isAxiosError.js ***!
597
+ \********************************************************/
598
+
599
+ /*!********************************************************!*\
600
+ !*** ./node_modules/axios/lib/helpers/parseHeaders.js ***!
601
+ \********************************************************/
602
+
603
+ /*!*********************************************************!*\
604
+ !*** ./node_modules/axios/lib/defaults/transitional.js ***!
605
+ \*********************************************************/
606
+
607
+ /*!*********************************************************!*\
608
+ !*** ./node_modules/axios/lib/helpers/isAbsoluteURL.js ***!
609
+ \*********************************************************/
610
+
611
+ /*!*********************************************************!*\
612
+ !*** ./node_modules/axios/lib/helpers/parseProtocol.js ***!
613
+ \*********************************************************/
614
+
615
+ /*!*********************************************************!*\
616
+ !*** ./node_modules/axios/lib/helpers/resolveConfig.js ***!
617
+ \*********************************************************/
618
+
619
+ /*!*********************************************************!*\
620
+ !*** ./node_modules/axios/lib/platform/common/utils.js ***!
621
+ \*********************************************************/
622
+
623
+ /*!*********************************************************!*\
624
+ !*** ./node_modules/uuid/dist/esm-browser/stringify.js ***!
625
+ \*********************************************************/
626
+
627
+ /*!*********************************************************!*\
628
+ !*** ./src/endpoints/marketplace/ProcessTransitions.ts ***!
629
+ \*********************************************************/
630
+
631
+ /*!*********************************************************!*\
632
+ !*** ./src/endpoints/marketplace/StripeAccountLinks.ts ***!
633
+ \*********************************************************/
634
+
635
+ /*!*********************************************************!*\
636
+ !*** ./src/endpoints/marketplace/StripeSetupIntents.ts ***!
637
+ \*********************************************************/
638
+
639
+ /*!**********************************************************!*\
640
+ !*** ./node_modules/axios/lib/helpers/HttpStatusCode.js ***!
641
+ \**********************************************************/
642
+
643
+ /*!**********************************************************!*\
644
+ !*** ./node_modules/axios/lib/helpers/composeSignals.js ***!
645
+ \**********************************************************/
646
+
647
+ /*!**********************************************************!*\
648
+ !*** ./node_modules/axios/lib/helpers/formDataToJSON.js ***!
649
+ \**********************************************************/
650
+
651
+ /*!**********************************************************!*\
652
+ !*** ./node_modules/axios/lib/platform/browser/index.js ***!
653
+ \**********************************************************/
654
+
655
+ /*!**********************************************************!*\
656
+ !*** ./src/endpoints/integrationApi/StockAdjustments.ts ***!
657
+ \**********************************************************/
658
+
659
+ /*!**********************************************************!*\
660
+ !*** ./src/endpoints/integrationApi/StockReservation.ts ***!
661
+ \**********************************************************/
662
+
663
+ /*!***********************************************************!*\
664
+ !*** ./node_modules/axios/lib/core/InterceptorManager.js ***!
665
+ \***********************************************************/
666
+
667
+ /*!***********************************************************!*\
668
+ !*** ./node_modules/axios/lib/helpers/isURLSameOrigin.js ***!
669
+ \***********************************************************/
670
+
671
+ /*!************************************************************!*\
672
+ !*** ./node_modules/axios/lib/helpers/toURLEncodedForm.js ***!
673
+ \************************************************************/
674
+
675
+ /*!*************************************************************!*\
676
+ !*** ./src/endpoints/marketplace/AvailabilityExceptions.ts ***!
677
+ \*************************************************************/
678
+
679
+ /*!****************************************************************!*\
680
+ !*** ./node_modules/axios/lib/helpers/AxiosURLSearchParams.js ***!
681
+ \****************************************************************/
682
+
683
+ /*!****************************************************************!*\
684
+ !*** ./node_modules/axios/lib/helpers/progressEventReducer.js ***!
685
+ \****************************************************************/
686
+
687
+ /*!****************************************************************!*\
688
+ !*** ./src/endpoints/integrationApi/AvailabilityExceptions.ts ***!
689
+ \****************************************************************/
690
+
691
+ /*!*****************************************************************!*\
692
+ !*** ./node_modules/axios/lib/platform/browser/classes/Blob.js ***!
693
+ \*****************************************************************/
694
+
695
+ /*!*********************************************************************!*\
696
+ !*** ./node_modules/axios/lib/platform/browser/classes/FormData.js ***!
697
+ \*********************************************************************/
698
+
699
+ /*!****************************************************************************!*\
700
+ !*** ./node_modules/axios/lib/platform/browser/classes/URLSearchParams.js ***!
701
+ \****************************************************************************/