@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.
- package/dist/index.d.ts +9 -3
- 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'
|
|
4393
|
+
'result': boolean;
|
|
4394
4394
|
/**
|
|
4395
4395
|
*
|
|
4396
|
-
* @type {
|
|
4396
|
+
* @type {string}
|
|
4397
|
+
* @memberof ShareCollectionResponse
|
|
4398
|
+
*/
|
|
4399
|
+
'token': string;
|
|
4400
|
+
/**
|
|
4401
|
+
*
|
|
4402
|
+
* @type {string}
|
|
4397
4403
|
* @memberof ShareCollectionResponse
|
|
4398
4404
|
*/
|
|
4399
|
-
'
|
|
4405
|
+
'link': string;
|
|
4400
4406
|
}
|
|
4401
4407
|
|
|
4402
4408
|
/**
|