@vansite/ts-sharetribe-flex-sdk 1.0.7 → 1.0.9
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/README.md +1 -1
- package/dist/bundle-analysis-cjs.html +39 -0
- package/dist/bundle-analysis-esm.html +39 -0
- package/dist/bundle-analysis-umd.html +39 -0
- package/dist/ts-sharetribe-flex-sdk.cjs +2 -13760
- package/dist/ts-sharetribe-flex-sdk.cjs.LICENSE.txt +717 -0
- package/dist/ts-sharetribe-flex-sdk.cjs.map +1 -1
- package/dist/ts-sharetribe-flex-sdk.js +2 -13766
- package/dist/ts-sharetribe-flex-sdk.js.LICENSE.txt +717 -0
- package/dist/ts-sharetribe-flex-sdk.js.map +1 -1
- package/dist/ts-sharetribe-flex-sdk.mjs +2 -13763
- package/dist/ts-sharetribe-flex-sdk.mjs.LICENSE.txt +717 -0
- package/dist/ts-sharetribe-flex-sdk.mjs.map +1 -1
- package/dist/types/endpoints/auth/index.d.ts +8 -0
- package/dist/types/endpoints/auth/index.d.ts.map +1 -1
- package/dist/types/endpoints/integrationApi/Listings.d.ts +1 -1
- package/dist/types/endpoints/integrationApi/Listings.d.ts.map +1 -1
- package/dist/types/endpoints/integrationApi/Marketplace.d.ts.map +1 -1
- package/dist/types/endpoints/integrationApi/Stock.d.ts +1 -0
- package/dist/types/endpoints/integrationApi/Stock.d.ts.map +1 -1
- package/dist/types/endpoints/integrationApi/StockReservation.d.ts.map +1 -1
- package/dist/types/sdk.d.ts.map +1 -1
- package/dist/types/types/marketplace/listings.d.ts +1 -1
- package/dist/types/types/marketplace/listings.d.ts.map +1 -1
- package/dist/types/types/marketplace/ownListings.d.ts +1 -1
- package/dist/types/types/marketplace/ownListings.d.ts.map +1 -1
- package/dist/types/types/marketplace/reviews.d.ts +1 -1
- package/dist/types/types/marketplace/reviews.d.ts.map +1 -1
- package/dist/types/utils/prepare-axios-instance.d.ts.map +1 -1
- package/dist/types/utils/transit.d.ts +4 -5
- package/dist/types/utils/transit.d.ts.map +1 -1
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|

|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
This is a **TypeScript SDK** for the [Sharetribe Flex API](https://www.sharetribe.com/api-reference/). It simplifies interaction with the API, providing a more user-friendly and intuitive interface for developers and reduces the size of the SDK.
|
|
8
8
|
|