@vansite/ts-sharetribe-flex-sdk 2.0.0 → 3.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.
- package/dist/endpoints/marketplace/SitemapData.d.ts +60 -0
- package/dist/endpoints/marketplace/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +22 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.LICENSE.txt +22 -0
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.LICENSE.txt +22 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/sdkTypes/Money.d.ts +8 -1
- package/dist/sdkTypes/UUID.d.ts +7 -0
- package/dist/types/endpoints/marketplace/SitemapData.d.ts +61 -0
- package/dist/types/endpoints/marketplace/SitemapData.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/index.d.ts +2 -0
- package/dist/types/endpoints/marketplace/index.d.ts.map +1 -1
- package/dist/types/marketplace/sitemapData.d.ts +47 -0
- package/dist/types/sdkTypes/Money.d.ts +8 -1
- package/dist/types/sdkTypes/Money.d.ts.map +1 -1
- package/dist/types/sdkTypes/UUID.d.ts +7 -0
- package/dist/types/sdkTypes/UUID.d.ts.map +1 -1
- package/dist/types/types/marketplace/sitemapData.d.ts +48 -0
- package/dist/types/types/marketplace/sitemapData.d.ts.map +1 -0
- package/dist/types/utils/prepare-axios-instance.d.ts +1 -1
- package/dist/types/utils/prepare-axios-instance.d.ts.map +1 -1
- package/dist/types/utils/stores/BrowserStore.d.ts +16 -2
- package/dist/types/utils/stores/BrowserStore.d.ts.map +1 -1
- package/dist/types/utils/stores/ExpressStore.d.ts +20 -1
- package/dist/types/utils/stores/ExpressStore.d.ts.map +1 -1
- package/dist/utils/prepare-axios-instance.d.ts +1 -1
- package/dist/utils/stores/BrowserStore.d.ts +16 -2
- package/dist/utils/stores/ExpressStore.d.ts +20 -1
- package/package.json +1 -1
|
@@ -108,6 +108,8 @@
|
|
|
108
108
|
|
|
109
109
|
/*! ./Reviews */
|
|
110
110
|
|
|
111
|
+
/*! ./SitemapData */
|
|
112
|
+
|
|
111
113
|
/*! ./Stock */
|
|
112
114
|
|
|
113
115
|
/*! ./StockAdjustments */
|
|
@@ -196,6 +198,8 @@
|
|
|
196
198
|
|
|
197
199
|
/*! ./isURLSameOrigin.js */
|
|
198
200
|
|
|
201
|
+
/*! ./lib/axios.js */
|
|
202
|
+
|
|
199
203
|
/*! ./mergeConfig.js */
|
|
200
204
|
|
|
201
205
|
/*! ./native.js */
|
|
@@ -204,6 +208,8 @@
|
|
|
204
208
|
|
|
205
209
|
/*! ./parameter-serializer */
|
|
206
210
|
|
|
211
|
+
/*! ./regex.js */
|
|
212
|
+
|
|
207
213
|
/*! ./rng.js */
|
|
208
214
|
|
|
209
215
|
/*! ./sdk */
|
|
@@ -346,6 +352,10 @@
|
|
|
346
352
|
!*** ./src/utils/convert-types.ts ***!
|
|
347
353
|
\************************************/
|
|
348
354
|
|
|
355
|
+
/*!*************************************!*\
|
|
356
|
+
!*** ./node_modules/axios/index.js ***!
|
|
357
|
+
\*************************************/
|
|
358
|
+
|
|
349
359
|
/*!*************************************!*\
|
|
350
360
|
!*** ./src/endpoints/auth/index.ts ***!
|
|
351
361
|
\*************************************/
|
|
@@ -510,6 +520,10 @@
|
|
|
510
520
|
!*** ./src/endpoints/marketplace/OwnListings.ts ***!
|
|
511
521
|
\**************************************************/
|
|
512
522
|
|
|
523
|
+
/*!**************************************************!*\
|
|
524
|
+
!*** ./src/endpoints/marketplace/SitemapData.ts ***!
|
|
525
|
+
\**************************************************/
|
|
526
|
+
|
|
513
527
|
/*!***************************************************!*\
|
|
514
528
|
!*** ./node_modules/axios/lib/cancel/isCancel.js ***!
|
|
515
529
|
\***************************************************/
|
|
@@ -574,6 +588,10 @@
|
|
|
574
588
|
!*** ./node_modules/axios/lib/helpers/validator.js ***!
|
|
575
589
|
\*****************************************************/
|
|
576
590
|
|
|
591
|
+
/*!*****************************************************!*\
|
|
592
|
+
!*** ./node_modules/uuid/dist/esm-browser/regex.js ***!
|
|
593
|
+
\*****************************************************/
|
|
594
|
+
|
|
577
595
|
/*!*****************************************************!*\
|
|
578
596
|
!*** ./src/endpoints/integrationApi/Marketplace.ts ***!
|
|
579
597
|
\*****************************************************/
|
|
@@ -638,6 +656,10 @@
|
|
|
638
656
|
!*** ./node_modules/axios/lib/helpers/parseHeaders.js ***!
|
|
639
657
|
\********************************************************/
|
|
640
658
|
|
|
659
|
+
/*!********************************************************!*\
|
|
660
|
+
!*** ./node_modules/uuid/dist/esm-browser/validate.js ***!
|
|
661
|
+
\********************************************************/
|
|
662
|
+
|
|
641
663
|
/*!*********************************************************!*\
|
|
642
664
|
!*** ./node_modules/axios/lib/defaults/transitional.js ***!
|
|
643
665
|
\*********************************************************/
|