@types/ali-oss 6.16.2 → 6.16.3

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 (3) hide show
  1. ali-oss/README.md +1 -1
  2. ali-oss/index.d.ts +6 -1
  3. ali-oss/package.json +3 -3
ali-oss/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for ali-oss (https://github.com/aliyun/os
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 16 Nov 2021 04:01:22 GMT
11
+ * Last updated: Fri, 18 Feb 2022 14:31:33 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
ali-oss/index.d.ts CHANGED
@@ -185,7 +185,11 @@ declare namespace OSS {
185
185
  rt: number;
186
186
  }
187
187
 
188
- interface UserMeta {
188
+ /**
189
+ * @see x-oss-meta-* in https://help.aliyun.com/document_detail/31978.html for Aliyun user
190
+ * @see x-oss-meta-* in https://www.alibabacloud.com/help/en/doc-detail/31978.html for AlibabaCloud user
191
+ */
192
+ interface UserMeta extends Record<string, string | number> {
189
193
  uid: number;
190
194
  pid: number;
191
195
  }
@@ -251,6 +255,7 @@ declare namespace OSS {
251
255
  /** the remote addr */
252
256
  RemoteAddr: string;
253
257
  }
258
+
254
259
  // parameters type
255
260
  interface ListBucketsQueryType {
256
261
  /** search buckets using prefix key */
ali-oss/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/ali-oss",
3
- "version": "6.16.2",
3
+ "version": "6.16.3",
4
4
  "description": "TypeScript definitions for ali-oss",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ali-oss",
6
6
  "license": "MIT",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "9418e79c8ab9a56aeb8a9b25184bf67eb7e0a03868f2fab55f0dc57bcc46b5aa",
24
- "typeScriptVersion": "3.7"
23
+ "typesPublisherContentHash": "4433b0f3e5b2ce255a06937c0fb9e830d816e3a808d9f053a3521cfb9718e790",
24
+ "typeScriptVersion": "3.8"
25
25
  }