kb-cloud-client-typescript 2.3.0-alpha.142 → 2.3.0-alpha.143
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/adminapi/models/redis-aclcontext.d.ts +0 -6
- package/dist/adminapi/models/redis-aclcontext.d.ts.map +1 -1
- package/dist/openapi/models/redis-aclcontext.d.ts +0 -6
- package/dist/openapi/models/redis-aclcontext.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/adminapi/models/redis-aclcontext.ts +0 -6
- package/src/adminapi.yaml +0 -3
- package/src/openapi/models/redis-aclcontext.ts +0 -6
- package/src/openapi.yaml +0 -3
|
@@ -21,12 +21,6 @@ export interface RedisACLContext {
|
|
|
21
21
|
* @memberof RedisACLContext
|
|
22
22
|
*/
|
|
23
23
|
'user'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RedisACLContext
|
|
28
|
-
*/
|
|
29
|
-
'aclRules'?: string;
|
|
30
24
|
/**
|
|
31
25
|
* Key patterns the datasource ACL user is allowed to access.
|
|
32
26
|
* @type {Array<string>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis-aclcontext.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-aclcontext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"redis-aclcontext.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-aclcontext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
|
@@ -21,12 +21,6 @@ export interface RedisACLContext {
|
|
|
21
21
|
* @memberof RedisACLContext
|
|
22
22
|
*/
|
|
23
23
|
'user'?: string;
|
|
24
|
-
/**
|
|
25
|
-
* Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof RedisACLContext
|
|
28
|
-
*/
|
|
29
|
-
'aclRules'?: string;
|
|
30
24
|
/**
|
|
31
25
|
* Key patterns the datasource ACL user is allowed to access.
|
|
32
26
|
* @type {Array<string>}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"redis-aclcontext.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-aclcontext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"redis-aclcontext.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/redis-aclcontext.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAClC"}
|
package/package.json
CHANGED
|
@@ -26,12 +26,6 @@ export interface RedisACLContext {
|
|
|
26
26
|
* @memberof RedisACLContext
|
|
27
27
|
*/
|
|
28
28
|
'user'?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof RedisACLContext
|
|
33
|
-
*/
|
|
34
|
-
'aclRules'?: string;
|
|
35
29
|
/**
|
|
36
30
|
* Key patterns the datasource ACL user is allowed to access.
|
|
37
31
|
* @type {Array<string>}
|
package/src/adminapi.yaml
CHANGED
|
@@ -26322,9 +26322,6 @@ components:
|
|
|
26322
26322
|
user:
|
|
26323
26323
|
type: string
|
|
26324
26324
|
description: Redis ACL user bound to the datasource.
|
|
26325
|
-
aclRules:
|
|
26326
|
-
type: string
|
|
26327
|
-
description: Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
26328
26325
|
keyPatterns:
|
|
26329
26326
|
type: array
|
|
26330
26327
|
description: Key patterns the datasource ACL user is allowed to access.
|
|
@@ -26,12 +26,6 @@ export interface RedisACLContext {
|
|
|
26
26
|
* @memberof RedisACLContext
|
|
27
27
|
*/
|
|
28
28
|
'user'?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof RedisACLContext
|
|
33
|
-
*/
|
|
34
|
-
'aclRules'?: string;
|
|
35
29
|
/**
|
|
36
30
|
* Key patterns the datasource ACL user is allowed to access.
|
|
37
31
|
* @type {Array<string>}
|
package/src/openapi.yaml
CHANGED
|
@@ -28502,9 +28502,6 @@ components:
|
|
|
28502
28502
|
user:
|
|
28503
28503
|
type: string
|
|
28504
28504
|
description: Redis ACL user bound to the datasource.
|
|
28505
|
-
aclRules:
|
|
28506
|
-
type: string
|
|
28507
|
-
description: Raw ACL rule text returned by Redis ACL LIST/GETUSER when available.
|
|
28508
28505
|
keyPatterns:
|
|
28509
28506
|
type: array
|
|
28510
28507
|
description: Key patterns the datasource ACL user is allowed to access.
|