@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.
Files changed (59) hide show
  1. package/README.md +95 -122
  2. package/dist/endpoints/integrationApi/FileAttachments.d.ts +30 -0
  3. package/dist/endpoints/integrationApi/Files.d.ts +29 -0
  4. package/dist/endpoints/integrationApi/Messages.d.ts +33 -0
  5. package/dist/endpoints/integrationApi/Users.d.ts +17 -1
  6. package/dist/endpoints/integrationApi/index.d.ts +6 -0
  7. package/dist/endpoints/marketplace/FileDownloads.d.ts +32 -0
  8. package/dist/endpoints/marketplace/FileUploads.d.ts +34 -0
  9. package/dist/endpoints/marketplace/Files.d.ts +32 -0
  10. package/dist/endpoints/marketplace/OwnFileDownloads.d.ts +30 -0
  11. package/dist/endpoints/marketplace/OwnFiles.d.ts +49 -0
  12. package/dist/endpoints/marketplace/index.d.ts +10 -0
  13. package/dist/index.js +1 -1
  14. package/dist/index.js.LICENSE.txt +12 -0
  15. package/dist/index.js.map +1 -1
  16. package/dist/index.mjs +1 -1
  17. package/dist/index.mjs.LICENSE.txt +12 -0
  18. package/dist/index.mjs.map +1 -1
  19. package/dist/index.umd.js +1 -1
  20. package/dist/index.umd.js.LICENSE.txt +12 -0
  21. package/dist/index.umd.js.map +1 -1
  22. package/dist/integrationSdk.d.ts +21 -0
  23. package/dist/sdk.d.ts +30 -0
  24. package/dist/types/endpoints/integrationApi/FileAttachments.d.ts +31 -0
  25. package/dist/types/endpoints/integrationApi/FileAttachments.d.ts.map +1 -0
  26. package/dist/types/endpoints/integrationApi/Files.d.ts +30 -0
  27. package/dist/types/endpoints/integrationApi/Files.d.ts.map +1 -0
  28. package/dist/types/endpoints/integrationApi/Messages.d.ts +34 -0
  29. package/dist/types/endpoints/integrationApi/Messages.d.ts.map +1 -0
  30. package/dist/types/endpoints/integrationApi/Users.d.ts +17 -1
  31. package/dist/types/endpoints/integrationApi/Users.d.ts.map +1 -1
  32. package/dist/types/endpoints/integrationApi/index.d.ts +6 -0
  33. package/dist/types/endpoints/integrationApi/index.d.ts.map +1 -1
  34. package/dist/types/endpoints/marketplace/FileDownloads.d.ts +33 -0
  35. package/dist/types/endpoints/marketplace/FileDownloads.d.ts.map +1 -0
  36. package/dist/types/endpoints/marketplace/FileUploads.d.ts +35 -0
  37. package/dist/types/endpoints/marketplace/FileUploads.d.ts.map +1 -0
  38. package/dist/types/endpoints/marketplace/Files.d.ts +33 -0
  39. package/dist/types/endpoints/marketplace/Files.d.ts.map +1 -0
  40. package/dist/types/endpoints/marketplace/OwnFileDownloads.d.ts +31 -0
  41. package/dist/types/endpoints/marketplace/OwnFileDownloads.d.ts.map +1 -0
  42. package/dist/types/endpoints/marketplace/OwnFiles.d.ts +50 -0
  43. package/dist/types/endpoints/marketplace/OwnFiles.d.ts.map +1 -0
  44. package/dist/types/endpoints/marketplace/index.d.ts +10 -0
  45. package/dist/types/endpoints/marketplace/index.d.ts.map +1 -1
  46. package/dist/types/integration/files.d.ts +66 -0
  47. package/dist/types/integrationSdk.d.ts +21 -0
  48. package/dist/types/integrationSdk.d.ts.map +1 -1
  49. package/dist/types/marketplace/files.d.ts +162 -0
  50. package/dist/types/marketplace/user.d.ts +11 -3
  51. package/dist/types/sdk.d.ts +30 -0
  52. package/dist/types/sdk.d.ts.map +1 -1
  53. package/dist/types/types/integration/files.d.ts +67 -0
  54. package/dist/types/types/integration/files.d.ts.map +1 -0
  55. package/dist/types/types/marketplace/files.d.ts +163 -0
  56. package/dist/types/types/marketplace/files.d.ts.map +1 -0
  57. package/dist/types/types/marketplace/user.d.ts +11 -3
  58. package/dist/types/types/marketplace/user.d.ts.map +1 -1
  59. 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 */