@lasuillard/raindrop-client 0.5.3 → 0.6.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 (2) hide show
  1. package/dist/index.d.ts +9 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4390,13 +4390,19 @@ declare interface ShareCollectionResponse {
4390
4390
  * @type {boolean}
4391
4391
  * @memberof ShareCollectionResponse
4392
4392
  */
4393
- 'result'?: boolean;
4393
+ 'result': boolean;
4394
4394
  /**
4395
4395
  *
4396
- * @type {Array<string>}
4396
+ * @type {string}
4397
+ * @memberof ShareCollectionResponse
4398
+ */
4399
+ 'token': string;
4400
+ /**
4401
+ *
4402
+ * @type {string}
4397
4403
  * @memberof ShareCollectionResponse
4398
4404
  */
4399
- 'emails'?: Array<string>;
4405
+ 'link': string;
4400
4406
  }
4401
4407
 
4402
4408
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lasuillard/raindrop-client",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "Axios client built with OpenAPI generator for Raindrop.io.",
5
5
  "keywords": ["raindrop.io", "axios", "openapi"],
6
6
  "license": "MIT",