kb-cloud-client-typescript 2.3.0-beta.4 → 2.3.0-beta.5
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.
|
@@ -30,6 +30,12 @@ export interface DataCheckCreate {
|
|
|
30
30
|
* @memberof DataCheckCreate
|
|
31
31
|
*/
|
|
32
32
|
'channelID'?: string;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DataCheckCreate
|
|
37
|
+
*/
|
|
38
|
+
'checkName'?: string | null;
|
|
33
39
|
/**
|
|
34
40
|
* Environment UUID for direct check creation.
|
|
35
41
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-check-create.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/data-check-create.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,WAAW,EAAE,aAAa,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,iBAAiB,CAAC;CAC5C"}
|
|
1
|
+
{"version":3,"file":"data-check-create.d.ts","sourceRoot":"","sources":["../../../src/openapi/models/data-check-create.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAGhF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;GAIG;AACH,MAAM,WAAW,eAAe;IAC5B;;;;OAIG;IACH,WAAW,EAAE,aAAa,CAAC;IAC3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,iBAAiB,CAAC;CAC5C"}
|
package/package.json
CHANGED
|
@@ -41,6 +41,12 @@ export interface DataCheckCreate {
|
|
|
41
41
|
* @memberof DataCheckCreate
|
|
42
42
|
*/
|
|
43
43
|
'channelID'?: string;
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof DataCheckCreate
|
|
48
|
+
*/
|
|
49
|
+
'checkName'?: string | null;
|
|
44
50
|
/**
|
|
45
51
|
* Environment UUID for direct check creation.
|
|
46
52
|
* @type {string}
|
package/src/openapi.yaml
CHANGED
|
@@ -36501,6 +36501,9 @@ components:
|
|
|
36501
36501
|
channelID:
|
|
36502
36502
|
type: string
|
|
36503
36503
|
description: Existing data replication channel ID used only as a create-time shortcut.
|
|
36504
|
+
checkName:
|
|
36505
|
+
type: string
|
|
36506
|
+
nullable: true
|
|
36504
36507
|
environmentID:
|
|
36505
36508
|
type: string
|
|
36506
36509
|
description: Environment UUID for direct check creation.
|