@vansite/ts-sharetribe-flex-sdk 3.0.12 → 3.1.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/README.md +95 -122
- 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
|
@@ -114,6 +114,14 @@
|
|
|
114
114
|
|
|
115
115
|
/*! ./Events */
|
|
116
116
|
|
|
117
|
+
/*! ./FileAttachments */
|
|
118
|
+
|
|
119
|
+
/*! ./FileDownloads */
|
|
120
|
+
|
|
121
|
+
/*! ./FileUploads */
|
|
122
|
+
|
|
123
|
+
/*! ./Files */
|
|
124
|
+
|
|
117
125
|
/*! ./Images */
|
|
118
126
|
|
|
119
127
|
/*! ./InterceptorManager.js */
|
|
@@ -128,6 +136,10 @@
|
|
|
128
136
|
|
|
129
137
|
/*! ./Object.getPrototypeOf */
|
|
130
138
|
|
|
139
|
+
/*! ./OwnFileDownloads */
|
|
140
|
+
|
|
141
|
+
/*! ./OwnFiles */
|
|
142
|
+
|
|
131
143
|
/*! ./OwnListings */
|
|
132
144
|
|
|
133
145
|
/*! ./PasswordReset */
|