gomtm 0.0.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/esm/index.d.ts +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/conf/conf.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/mtps/mtpspb/mtps.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/ai.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/av.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/bot.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/cx.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/events.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/job.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/mtm.js +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.d.ts +0 -0
- package/dist/esm/lib/mtmclient/descriptions/mtm/sppb/sp.js +0 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf-ConfService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_connect.js +56 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.d.ts +480 -0
- package/dist/esm/lib/mtmclient/mtm/conf/conf_pb.js +2360 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.d.ts +52 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps-PsService_connectquery.js +59 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.d.ts +37 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_connect.js +55 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.d.ts +154 -0
- package/dist/esm/lib/mtmclient/mtm/mtps/mtpspb/mtps_pb.js +530 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.d.ts +22 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai-AiService_connectquery.js +26 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.d.ts +19 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_connect.js +32 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.d.ts +47 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/ai_pb.js +149 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av-AvService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_connect.js +56 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.d.ts +77 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/av_pb.js +290 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.d.ts +53 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot-BotService_connectquery.js +60 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.d.ts +38 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_connect.js +62 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.d.ts +419 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/bot_pb.js +1267 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.d.ts +133 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx-CxService_connectquery.js +148 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.d.ts +86 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_connect.js +141 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.d.ts +335 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/cx_pb.js +1618 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.d.ts +231 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/events_pb.js +874 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.d.ts +63 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job-JobService_connectquery.js +71 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.d.ts +44 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_connect.js +71 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.d.ts +208 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/job_pb.js +667 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.d.ts +512 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm-MtmService_connectquery.js +565 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.d.ts +313 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_connect.js +503 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.d.ts +1886 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/mtm_pb.js +7664 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.d.ts +213 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp-SpService_connectquery.js +236 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.d.ts +134 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_connect.js +208 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.d.ts +684 -0
- package/dist/esm/lib/mtmclient/mtm/sppb/sp_pb.js +2905 -0
- package/dist/tsconfig.type.tsbuildinfo +1 -0
- package/package.json +95 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const hellogomtm: () => void;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
+
import { ConfCreateReq, ConfGetReq, ConfGetRes, ConfListReq, ConfListRes, ConfUpdateReq } from "./conf_pb";
|
|
3
|
+
import { ResDeleteReq, Result } from "../sppb/mtm_pb";
|
|
4
|
+
export declare const confList: {
|
|
5
|
+
readonly localName: "confList";
|
|
6
|
+
readonly name: "ConfList";
|
|
7
|
+
readonly kind: MethodKind.Unary;
|
|
8
|
+
readonly I: typeof ConfListReq;
|
|
9
|
+
readonly O: typeof ConfListRes;
|
|
10
|
+
readonly service: {
|
|
11
|
+
readonly typeName: "conf.ConfService";
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const confGet: {
|
|
15
|
+
readonly localName: "confGet";
|
|
16
|
+
readonly name: "ConfGet";
|
|
17
|
+
readonly kind: MethodKind.Unary;
|
|
18
|
+
readonly I: typeof ConfGetReq;
|
|
19
|
+
readonly O: typeof ConfGetRes;
|
|
20
|
+
readonly service: {
|
|
21
|
+
readonly typeName: "conf.ConfService";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export declare const confCreate: {
|
|
25
|
+
readonly localName: "confCreate";
|
|
26
|
+
readonly name: "ConfCreate";
|
|
27
|
+
readonly kind: MethodKind.Unary;
|
|
28
|
+
readonly I: typeof ConfCreateReq;
|
|
29
|
+
readonly O: typeof Result;
|
|
30
|
+
readonly service: {
|
|
31
|
+
readonly typeName: "conf.ConfService";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export declare const confUpdate: {
|
|
35
|
+
readonly localName: "confUpdate";
|
|
36
|
+
readonly name: "ConfUpdate";
|
|
37
|
+
readonly kind: MethodKind.Unary;
|
|
38
|
+
readonly I: typeof ConfUpdateReq;
|
|
39
|
+
readonly O: typeof Result;
|
|
40
|
+
readonly service: {
|
|
41
|
+
readonly typeName: "conf.ConfService";
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare const confDelete: {
|
|
45
|
+
readonly localName: "confDelete";
|
|
46
|
+
readonly name: "ConfDelete";
|
|
47
|
+
readonly kind: MethodKind.Unary;
|
|
48
|
+
readonly I: typeof ResDeleteReq;
|
|
49
|
+
readonly O: typeof Result;
|
|
50
|
+
readonly service: {
|
|
51
|
+
readonly typeName: "conf.ConfService";
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
+
import { ConfCreateReq, ConfGetReq, ConfGetRes, ConfListReq, ConfListRes, ConfUpdateReq } from "./conf_pb";
|
|
3
|
+
import { ResDeleteReq, Result } from "../sppb/mtm_pb";
|
|
4
|
+
const confList = {
|
|
5
|
+
localName: "confList",
|
|
6
|
+
name: "ConfList",
|
|
7
|
+
kind: MethodKind.Unary,
|
|
8
|
+
I: ConfListReq,
|
|
9
|
+
O: ConfListRes,
|
|
10
|
+
service: {
|
|
11
|
+
typeName: "conf.ConfService"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
const confGet = {
|
|
15
|
+
localName: "confGet",
|
|
16
|
+
name: "ConfGet",
|
|
17
|
+
kind: MethodKind.Unary,
|
|
18
|
+
I: ConfGetReq,
|
|
19
|
+
O: ConfGetRes,
|
|
20
|
+
service: {
|
|
21
|
+
typeName: "conf.ConfService"
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
const confCreate = {
|
|
25
|
+
localName: "confCreate",
|
|
26
|
+
name: "ConfCreate",
|
|
27
|
+
kind: MethodKind.Unary,
|
|
28
|
+
I: ConfCreateReq,
|
|
29
|
+
O: Result,
|
|
30
|
+
service: {
|
|
31
|
+
typeName: "conf.ConfService"
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
const confUpdate = {
|
|
35
|
+
localName: "confUpdate",
|
|
36
|
+
name: "ConfUpdate",
|
|
37
|
+
kind: MethodKind.Unary,
|
|
38
|
+
I: ConfUpdateReq,
|
|
39
|
+
O: Result,
|
|
40
|
+
service: {
|
|
41
|
+
typeName: "conf.ConfService"
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
const confDelete = {
|
|
45
|
+
localName: "confDelete",
|
|
46
|
+
name: "ConfDelete",
|
|
47
|
+
kind: MethodKind.Unary,
|
|
48
|
+
I: ResDeleteReq,
|
|
49
|
+
O: Result,
|
|
50
|
+
service: {
|
|
51
|
+
typeName: "conf.ConfService"
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
export {
|
|
55
|
+
confCreate,
|
|
56
|
+
confDelete,
|
|
57
|
+
confGet,
|
|
58
|
+
confList,
|
|
59
|
+
confUpdate
|
|
60
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { ConfCreateReq, ConfGetReq, ConfGetRes, ConfListReq, ConfListRes, ConfUpdateReq } from "./conf_pb";
|
|
2
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
+
import { ResDeleteReq, Result } from "../sppb/mtm_pb";
|
|
4
|
+
export declare const ConfService: {
|
|
5
|
+
readonly typeName: "conf.ConfService";
|
|
6
|
+
readonly methods: {
|
|
7
|
+
readonly confList: {
|
|
8
|
+
readonly name: "ConfList";
|
|
9
|
+
readonly I: typeof ConfListReq;
|
|
10
|
+
readonly O: typeof ConfListRes;
|
|
11
|
+
readonly kind: MethodKind.Unary;
|
|
12
|
+
};
|
|
13
|
+
readonly confGet: {
|
|
14
|
+
readonly name: "ConfGet";
|
|
15
|
+
readonly I: typeof ConfGetReq;
|
|
16
|
+
readonly O: typeof ConfGetRes;
|
|
17
|
+
readonly kind: MethodKind.Unary;
|
|
18
|
+
};
|
|
19
|
+
readonly confCreate: {
|
|
20
|
+
readonly name: "ConfCreate";
|
|
21
|
+
readonly I: typeof ConfCreateReq;
|
|
22
|
+
readonly O: typeof Result;
|
|
23
|
+
readonly kind: MethodKind.Unary;
|
|
24
|
+
};
|
|
25
|
+
readonly confUpdate: {
|
|
26
|
+
readonly name: "ConfUpdate";
|
|
27
|
+
readonly I: typeof ConfUpdateReq;
|
|
28
|
+
readonly O: typeof Result;
|
|
29
|
+
readonly kind: MethodKind.Unary;
|
|
30
|
+
};
|
|
31
|
+
readonly confDelete: {
|
|
32
|
+
readonly name: "ConfDelete";
|
|
33
|
+
readonly I: typeof ResDeleteReq;
|
|
34
|
+
readonly O: typeof Result;
|
|
35
|
+
readonly kind: MethodKind.Unary;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { ConfCreateReq, ConfGetReq, ConfGetRes, ConfListReq, ConfListRes, ConfUpdateReq } from "./conf_pb";
|
|
2
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
+
import { ResDeleteReq, Result } from "../sppb/mtm_pb";
|
|
4
|
+
const ConfService = {
|
|
5
|
+
typeName: "conf.ConfService",
|
|
6
|
+
methods: {
|
|
7
|
+
/**
|
|
8
|
+
* @generated from rpc conf.ConfService.ConfList
|
|
9
|
+
*/
|
|
10
|
+
confList: {
|
|
11
|
+
name: "ConfList",
|
|
12
|
+
I: ConfListReq,
|
|
13
|
+
O: ConfListRes,
|
|
14
|
+
kind: MethodKind.Unary
|
|
15
|
+
},
|
|
16
|
+
/**
|
|
17
|
+
* @generated from rpc conf.ConfService.ConfGet
|
|
18
|
+
*/
|
|
19
|
+
confGet: {
|
|
20
|
+
name: "ConfGet",
|
|
21
|
+
I: ConfGetReq,
|
|
22
|
+
O: ConfGetRes,
|
|
23
|
+
kind: MethodKind.Unary
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* @generated from rpc conf.ConfService.ConfCreate
|
|
27
|
+
*/
|
|
28
|
+
confCreate: {
|
|
29
|
+
name: "ConfCreate",
|
|
30
|
+
I: ConfCreateReq,
|
|
31
|
+
O: Result,
|
|
32
|
+
kind: MethodKind.Unary
|
|
33
|
+
},
|
|
34
|
+
/**
|
|
35
|
+
* @generated from rpc conf.ConfService.ConfUpdate
|
|
36
|
+
*/
|
|
37
|
+
confUpdate: {
|
|
38
|
+
name: "ConfUpdate",
|
|
39
|
+
I: ConfUpdateReq,
|
|
40
|
+
O: Result,
|
|
41
|
+
kind: MethodKind.Unary
|
|
42
|
+
},
|
|
43
|
+
/**
|
|
44
|
+
* @generated from rpc conf.ConfService.ConfDelete
|
|
45
|
+
*/
|
|
46
|
+
confDelete: {
|
|
47
|
+
name: "ConfDelete",
|
|
48
|
+
I: ResDeleteReq,
|
|
49
|
+
O: Result,
|
|
50
|
+
kind: MethodKind.Unary
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
export {
|
|
55
|
+
ConfService
|
|
56
|
+
};
|