tuix-mcp-host-client 0.0.16 → 0.0.17
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/docs/CreateApplicationDTO.md +2 -0
- package/docs/UpdateApplicationDTO.md +2 -0
- package/models/CreateApplicationDTO.js +4 -0
- package/models/CreateApplicationDTO.js.map +1 -1
- package/models/CreateApplicationDTO.ts +9 -0
- package/models/UpdateApplicationDTO.js +2 -0
- package/models/UpdateApplicationDTO.js.map +1 -1
- package/models/UpdateApplicationDTO.ts +8 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ Name | Type
|
|
|
8
8
|
------------ | -------------
|
|
9
9
|
`description` | string
|
|
10
10
|
`name` | string
|
|
11
|
+
`ragApiKey` | string
|
|
11
12
|
`resourceGroupId` | string
|
|
12
13
|
|
|
13
14
|
## Example
|
|
@@ -19,6 +20,7 @@ import type { CreateApplicationDTO } from ''
|
|
|
19
20
|
const example = {
|
|
20
21
|
"description": application description,
|
|
21
22
|
"name": Alpha,
|
|
23
|
+
"ragApiKey": <your-rag-api-key>,
|
|
22
24
|
"resourceGroupId": 123e4567-e89b-12d3-a456-426614174000,
|
|
23
25
|
} satisfies CreateApplicationDTO
|
|
24
26
|
|
|
@@ -8,6 +8,7 @@ Name | Type
|
|
|
8
8
|
------------ | -------------
|
|
9
9
|
`description` | string
|
|
10
10
|
`name` | string
|
|
11
|
+
`ragApiKey` | string
|
|
11
12
|
`resourceGroupId` | string
|
|
12
13
|
|
|
13
14
|
## Example
|
|
@@ -19,6 +20,7 @@ import type { UpdateApplicationDTO } from ''
|
|
|
19
20
|
const example = {
|
|
20
21
|
"description": null,
|
|
21
22
|
"name": null,
|
|
23
|
+
"ragApiKey": null,
|
|
22
24
|
"resourceGroupId": null,
|
|
23
25
|
} satisfies UpdateApplicationDTO
|
|
24
26
|
|
|
@@ -26,6 +26,8 @@ function instanceOfCreateApplicationDTO(value) {
|
|
|
26
26
|
return false;
|
|
27
27
|
if (!('name' in value) || value['name'] === undefined)
|
|
28
28
|
return false;
|
|
29
|
+
if (!('ragApiKey' in value) || value['ragApiKey'] === undefined)
|
|
30
|
+
return false;
|
|
29
31
|
if (!('resourceGroupId' in value) || value['resourceGroupId'] === undefined)
|
|
30
32
|
return false;
|
|
31
33
|
return true;
|
|
@@ -40,6 +42,7 @@ function CreateApplicationDTOFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
42
|
return {
|
|
41
43
|
'description': json['description'],
|
|
42
44
|
'name': json['name'],
|
|
45
|
+
'ragApiKey': json['ragApiKey'],
|
|
43
46
|
'resourceGroupId': json['resourceGroupId'],
|
|
44
47
|
};
|
|
45
48
|
}
|
|
@@ -53,6 +56,7 @@ function CreateApplicationDTOToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
53
56
|
return {
|
|
54
57
|
'description': value['description'],
|
|
55
58
|
'name': value['name'],
|
|
59
|
+
'ragApiKey': value['ragApiKey'],
|
|
56
60
|
'resourceGroupId': value['resourceGroupId'],
|
|
57
61
|
};
|
|
58
62
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateApplicationDTO.js","sourceRoot":"","sources":["CreateApplicationDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"CreateApplicationDTO.js","sourceRoot":"","sources":["CreateApplicationDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,wEAMC;AAED,oEAEC;AAED,8EAWC;AAED,gEAEC;AAED,0EAYC;AA5CD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,IAAI,CAAC,CAAC,iBAAiB,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,iBAAiB,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1F,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;QAClC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC;KAC7C,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;KAC9C,CAAC;AACN,CAAC"}
|
|
@@ -31,6 +31,12 @@ export interface CreateApplicationDTO {
|
|
|
31
31
|
* @memberof CreateApplicationDTO
|
|
32
32
|
*/
|
|
33
33
|
name: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof CreateApplicationDTO
|
|
38
|
+
*/
|
|
39
|
+
ragApiKey: string;
|
|
34
40
|
/**
|
|
35
41
|
*
|
|
36
42
|
* @type {string}
|
|
@@ -45,6 +51,7 @@ export interface CreateApplicationDTO {
|
|
|
45
51
|
export function instanceOfCreateApplicationDTO(value: object): value is CreateApplicationDTO {
|
|
46
52
|
if (!('description' in value) || value['description'] === undefined) return false;
|
|
47
53
|
if (!('name' in value) || value['name'] === undefined) return false;
|
|
54
|
+
if (!('ragApiKey' in value) || value['ragApiKey'] === undefined) return false;
|
|
48
55
|
if (!('resourceGroupId' in value) || value['resourceGroupId'] === undefined) return false;
|
|
49
56
|
return true;
|
|
50
57
|
}
|
|
@@ -61,6 +68,7 @@ export function CreateApplicationDTOFromJSONTyped(json: any, ignoreDiscriminator
|
|
|
61
68
|
|
|
62
69
|
'description': json['description'],
|
|
63
70
|
'name': json['name'],
|
|
71
|
+
'ragApiKey': json['ragApiKey'],
|
|
64
72
|
'resourceGroupId': json['resourceGroupId'],
|
|
65
73
|
};
|
|
66
74
|
}
|
|
@@ -78,6 +86,7 @@ export function CreateApplicationDTOToJSONTyped(value?: CreateApplicationDTO | n
|
|
|
78
86
|
|
|
79
87
|
'description': value['description'],
|
|
80
88
|
'name': value['name'],
|
|
89
|
+
'ragApiKey': value['ragApiKey'],
|
|
81
90
|
'resourceGroupId': value['resourceGroupId'],
|
|
82
91
|
};
|
|
83
92
|
}
|
|
@@ -34,6 +34,7 @@ function UpdateApplicationDTOFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return {
|
|
35
35
|
'description': json['description'] == null ? undefined : json['description'],
|
|
36
36
|
'name': json['name'] == null ? undefined : json['name'],
|
|
37
|
+
'ragApiKey': json['ragApiKey'] == null ? undefined : json['ragApiKey'],
|
|
37
38
|
'resourceGroupId': json['resourceGroupId'] == null ? undefined : json['resourceGroupId'],
|
|
38
39
|
};
|
|
39
40
|
}
|
|
@@ -47,6 +48,7 @@ function UpdateApplicationDTOToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
47
48
|
return {
|
|
48
49
|
'description': value['description'],
|
|
49
50
|
'name': value['name'],
|
|
51
|
+
'ragApiKey': value['ragApiKey'],
|
|
50
52
|
'resourceGroupId': value['resourceGroupId'],
|
|
51
53
|
};
|
|
52
54
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateApplicationDTO.js","sourceRoot":"","sources":["UpdateApplicationDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"UpdateApplicationDTO.js","sourceRoot":"","sources":["UpdateApplicationDTO.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,wEAEC;AAED,oEAEC;AAED,8EAWC;AAED,gEAEC;AAED,0EAYC;AAxCD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,KAAa;IACxD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS,EAAE,mBAA4B;IACrF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;KAC3F,CAAC;AACN,CAAC;AAED,SAAgB,0BAA0B,CAAC,IAAS;IAChD,OAAO,+BAA+B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxD,CAAC;AAED,SAAgB,+BAA+B,CAAC,KAAmC,EAAE,sBAA+B,KAAK;IACrH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;KAC9C,CAAC;AACN,CAAC"}
|
|
@@ -31,6 +31,12 @@ export interface UpdateApplicationDTO {
|
|
|
31
31
|
* @memberof UpdateApplicationDTO
|
|
32
32
|
*/
|
|
33
33
|
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof UpdateApplicationDTO
|
|
38
|
+
*/
|
|
39
|
+
ragApiKey?: string;
|
|
34
40
|
/**
|
|
35
41
|
*
|
|
36
42
|
* @type {string}
|
|
@@ -58,6 +64,7 @@ export function UpdateApplicationDTOFromJSONTyped(json: any, ignoreDiscriminator
|
|
|
58
64
|
|
|
59
65
|
'description': json['description'] == null ? undefined : json['description'],
|
|
60
66
|
'name': json['name'] == null ? undefined : json['name'],
|
|
67
|
+
'ragApiKey': json['ragApiKey'] == null ? undefined : json['ragApiKey'],
|
|
61
68
|
'resourceGroupId': json['resourceGroupId'] == null ? undefined : json['resourceGroupId'],
|
|
62
69
|
};
|
|
63
70
|
}
|
|
@@ -75,6 +82,7 @@ export function UpdateApplicationDTOToJSONTyped(value?: UpdateApplicationDTO | n
|
|
|
75
82
|
|
|
76
83
|
'description': value['description'],
|
|
77
84
|
'name': value['name'],
|
|
85
|
+
'ragApiKey': value['ragApiKey'],
|
|
78
86
|
'resourceGroupId': value['resourceGroupId'],
|
|
79
87
|
};
|
|
80
88
|
}
|