@vansite/ts-sharetribe-flex-sdk 3.0.12 → 3.1.1
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 +105 -121
- package/dist/endpoints/integrationApi/FileAttachments.d.ts +30 -0
- package/dist/endpoints/integrationApi/Files.d.ts +29 -0
- package/dist/endpoints/integrationApi/Messages.d.ts +33 -0
- package/dist/endpoints/integrationApi/Users.d.ts +17 -1
- package/dist/endpoints/integrationApi/index.d.ts +6 -0
- package/dist/endpoints/marketplace/FileDownloads.d.ts +32 -0
- package/dist/endpoints/marketplace/FileUploads.d.ts +34 -0
- package/dist/endpoints/marketplace/Files.d.ts +32 -0
- package/dist/endpoints/marketplace/OwnFileDownloads.d.ts +30 -0
- package/dist/endpoints/marketplace/OwnFiles.d.ts +49 -0
- package/dist/endpoints/marketplace/index.d.ts +10 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +12 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.LICENSE.txt +12 -0
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.LICENSE.txt +12 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/integrationSdk.d.ts +21 -0
- package/dist/sdk.d.ts +30 -0
- package/dist/types/endpoints/integrationApi/FileAttachments.d.ts +31 -0
- package/dist/types/endpoints/integrationApi/FileAttachments.d.ts.map +1 -0
- package/dist/types/endpoints/integrationApi/Files.d.ts +30 -0
- package/dist/types/endpoints/integrationApi/Files.d.ts.map +1 -0
- package/dist/types/endpoints/integrationApi/Messages.d.ts +34 -0
- package/dist/types/endpoints/integrationApi/Messages.d.ts.map +1 -0
- package/dist/types/endpoints/integrationApi/Users.d.ts +17 -1
- package/dist/types/endpoints/integrationApi/Users.d.ts.map +1 -1
- package/dist/types/endpoints/integrationApi/index.d.ts +6 -0
- package/dist/types/endpoints/integrationApi/index.d.ts.map +1 -1
- package/dist/types/endpoints/marketplace/FileDownloads.d.ts +33 -0
- package/dist/types/endpoints/marketplace/FileDownloads.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/FileUploads.d.ts +35 -0
- package/dist/types/endpoints/marketplace/FileUploads.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/Files.d.ts +33 -0
- package/dist/types/endpoints/marketplace/Files.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/OwnFileDownloads.d.ts +31 -0
- package/dist/types/endpoints/marketplace/OwnFileDownloads.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/OwnFiles.d.ts +50 -0
- package/dist/types/endpoints/marketplace/OwnFiles.d.ts.map +1 -0
- package/dist/types/endpoints/marketplace/index.d.ts +10 -0
- package/dist/types/endpoints/marketplace/index.d.ts.map +1 -1
- package/dist/types/integration/files.d.ts +66 -0
- package/dist/types/integrationSdk.d.ts +21 -0
- package/dist/types/integrationSdk.d.ts.map +1 -1
- package/dist/types/marketplace/files.d.ts +162 -0
- package/dist/types/marketplace/user.d.ts +11 -3
- package/dist/types/sdk.d.ts +30 -0
- package/dist/types/sdk.d.ts.map +1 -1
- package/dist/types/types/integration/files.d.ts +67 -0
- package/dist/types/types/integration/files.d.ts.map +1 -0
- package/dist/types/types/marketplace/files.d.ts +163 -0
- package/dist/types/types/marketplace/files.d.ts.map +1 -0
- package/dist/types/types/marketplace/user.d.ts +11 -3
- package/dist/types/types/marketplace/user.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -88,6 +88,14 @@
|
|
|
88
88
|
|
|
89
89
|
/*! ./Events */
|
|
90
90
|
|
|
91
|
+
/*! ./FileAttachments */
|
|
92
|
+
|
|
93
|
+
/*! ./FileDownloads */
|
|
94
|
+
|
|
95
|
+
/*! ./FileUploads */
|
|
96
|
+
|
|
97
|
+
/*! ./Files */
|
|
98
|
+
|
|
91
99
|
/*! ./Images */
|
|
92
100
|
|
|
93
101
|
/*! ./InterceptorManager.js */
|
|
@@ -100,6 +108,10 @@
|
|
|
100
108
|
|
|
101
109
|
/*! ./Messages */
|
|
102
110
|
|
|
111
|
+
/*! ./OwnFileDownloads */
|
|
112
|
+
|
|
113
|
+
/*! ./OwnFiles */
|
|
114
|
+
|
|
103
115
|
/*! ./OwnListings */
|
|
104
116
|
|
|
105
117
|
/*! ./PasswordReset */
|