plugnmeet-protocol-js 1.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/package.json +26 -0
- package/src/gen/buf/validate/expression_pb.d.ts +158 -0
- package/src/gen/buf/validate/expression_pb.js +47 -0
- package/src/gen/buf/validate/priv/private_pb.d.ts +80 -0
- package/src/gen/buf/validate/priv/private_pb.js +49 -0
- package/src/gen/buf/validate/validate_pb.d.ts +3932 -0
- package/src/gen/buf/validate/validate_pb.js +253 -0
- package/src/gen/livekit_agent_dispatch_pb.d.ts +231 -0
- package/src/gen/livekit_agent_dispatch_pb.js +82 -0
- package/src/gen/livekit_agent_pb.d.ts +632 -0
- package/src/gen/livekit_agent_pb.js +175 -0
- package/src/gen/livekit_analytics_pb.d.ts +733 -0
- package/src/gen/livekit_analytics_pb.js +124 -0
- package/src/gen/livekit_egress_pb.d.ts +1945 -0
- package/src/gen/livekit_egress_pb.js +333 -0
- package/src/gen/livekit_ingress_pb.d.ts +805 -0
- package/src/gen/livekit_ingress_pb.js +172 -0
- package/src/gen/livekit_internal_pb.d.ts +601 -0
- package/src/gen/livekit_internal_pb.js +101 -0
- package/src/gen/livekit_metrics_pb.d.ts +193 -0
- package/src/gen/livekit_metrics_pb.js +54 -0
- package/src/gen/livekit_models_pb.d.ts +2089 -0
- package/src/gen/livekit_models_pb.js +440 -0
- package/src/gen/livekit_room_pb.d.ts +743 -0
- package/src/gen/livekit_room_pb.js +178 -0
- package/src/gen/livekit_rtc_pb.d.ts +1688 -0
- package/src/gen/livekit_rtc_pb.js +384 -0
- package/src/gen/livekit_sip_pb.d.ts +1010 -0
- package/src/gen/livekit_sip_pb.js +223 -0
- package/src/gen/livekit_webhook_pb.d.ts +101 -0
- package/src/gen/livekit_webhook_pb.js +36 -0
- package/src/gen/plugnmeet_analytics_pb.d.ts +512 -0
- package/src/gen/plugnmeet_analytics_pb.js +97 -0
- package/src/gen/plugnmeet_auth_analytics_pb.d.ts +225 -0
- package/src/gen/plugnmeet_auth_analytics_pb.js +69 -0
- package/src/gen/plugnmeet_auth_recording_pb.d.ts +278 -0
- package/src/gen/plugnmeet_auth_recording_pb.js +84 -0
- package/src/gen/plugnmeet_auth_room_pb.d.ts +427 -0
- package/src/gen/plugnmeet_auth_room_pb.js +112 -0
- package/src/gen/plugnmeet_breakout_room_pb.d.ts +256 -0
- package/src/gen/plugnmeet_breakout_room_pb.js +68 -0
- package/src/gen/plugnmeet_common_api_pb.d.ts +591 -0
- package/src/gen/plugnmeet_common_api_pb.js +169 -0
- package/src/gen/plugnmeet_common_pb.d.ts +193 -0
- package/src/gen/plugnmeet_common_pb.js +48 -0
- package/src/gen/plugnmeet_create_room_pb.d.ts +696 -0
- package/src/gen/plugnmeet_create_room_pb.js +128 -0
- package/src/gen/plugnmeet_datamessage_pb.d.ts +137 -0
- package/src/gen/plugnmeet_datamessage_pb.js +31 -0
- package/src/gen/plugnmeet_gen_token_pb.d.ts +308 -0
- package/src/gen/plugnmeet_gen_token_pb.js +62 -0
- package/src/gen/plugnmeet_ingress_pb.d.ts +94 -0
- package/src/gen/plugnmeet_ingress_pb.js +38 -0
- package/src/gen/plugnmeet_lti_v1_pb.d.ts +145 -0
- package/src/gen/plugnmeet_lti_v1_pb.js +33 -0
- package/src/gen/plugnmeet_nats_msg_pb.d.ts +526 -0
- package/src/gen/plugnmeet_nats_msg_pb.js +118 -0
- package/src/gen/plugnmeet_polls_pb.d.ts +321 -0
- package/src/gen/plugnmeet_polls_pb.js +75 -0
- package/src/gen/plugnmeet_recorder_pb.d.ts +401 -0
- package/src/gen/plugnmeet_recorder_pb.js +85 -0
- package/src/gen/plugnmeet_recording_pb.d.ts +120 -0
- package/src/gen/plugnmeet_recording_pb.js +27 -0
- package/src/gen/plugnmeet_speech_services_pb.d.ts +212 -0
- package/src/gen/plugnmeet_speech_services_pb.js +59 -0
- package/src/gen/rpc/analytics_pb.d.ts +57 -0
- package/src/gen/rpc/analytics_pb.js +34 -0
- package/src/index.d.ts +17 -0
- package/src/index.js +17 -0
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_ingress.proto (package plugnmeet, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file plugnmeet_ingress.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_plugnmeet_ingress: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message plugnmeet.CreateIngressReq
|
|
15
|
+
*/
|
|
16
|
+
export declare type CreateIngressReq = Message<"plugnmeet.CreateIngressReq"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: plugnmeet.IngressInput input_type = 1;
|
|
19
|
+
*/
|
|
20
|
+
inputType: IngressInput;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string participant_name = 2;
|
|
24
|
+
*/
|
|
25
|
+
participantName: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: string room_id = 3;
|
|
29
|
+
*/
|
|
30
|
+
roomId: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message plugnmeet.CreateIngressReq.
|
|
35
|
+
* Use `create(CreateIngressReqSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export declare const CreateIngressReqSchema: GenMessage<CreateIngressReq>;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @generated from message plugnmeet.CreateIngressRes
|
|
41
|
+
*/
|
|
42
|
+
export declare type CreateIngressRes = Message<"plugnmeet.CreateIngressRes"> & {
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: bool status = 1;
|
|
45
|
+
*/
|
|
46
|
+
status: boolean;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: string msg = 2;
|
|
50
|
+
*/
|
|
51
|
+
msg: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @generated from field: plugnmeet.IngressInput input_type = 3;
|
|
55
|
+
*/
|
|
56
|
+
inputType: IngressInput;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: string url = 4;
|
|
60
|
+
*/
|
|
61
|
+
url: string;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: string stream_key = 5;
|
|
65
|
+
*/
|
|
66
|
+
streamKey: string;
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message plugnmeet.CreateIngressRes.
|
|
71
|
+
* Use `create(CreateIngressResSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const CreateIngressResSchema: GenMessage<CreateIngressRes>;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from enum plugnmeet.IngressInput
|
|
77
|
+
*/
|
|
78
|
+
export enum IngressInput {
|
|
79
|
+
/**
|
|
80
|
+
* @generated from enum value: RTMP_INPUT = 0;
|
|
81
|
+
*/
|
|
82
|
+
RTMP_INPUT = 0,
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from enum value: WHIP_INPUT = 1;
|
|
86
|
+
*/
|
|
87
|
+
WHIP_INPUT = 1,
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Describes the enum plugnmeet.IngressInput.
|
|
92
|
+
*/
|
|
93
|
+
export declare const IngressInputSchema: GenEnum<IngressInput>;
|
|
94
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_ingress.proto (package plugnmeet, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file plugnmeet_ingress.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_plugnmeet_ingress = /*@__PURE__*/
|
|
11
|
+
fileDesc("ChdwbHVnbm1lZXRfaW5ncmVzcy5wcm90bxIJcGx1Z25tZWV0ImoKEENyZWF0ZUluZ3Jlc3NSZXESKwoKaW5wdXRfdHlwZRgBIAEoDjIXLnBsdWdubWVldC5JbmdyZXNzSW5wdXQSGAoQcGFydGljaXBhbnRfbmFtZRgCIAEoCRIPCgdyb29tX2lkGAMgASgJIn0KEENyZWF0ZUluZ3Jlc3NSZXMSDgoGc3RhdHVzGAEgASgIEgsKA21zZxgCIAEoCRIrCgppbnB1dF90eXBlGAMgASgOMhcucGx1Z25tZWV0LkluZ3Jlc3NJbnB1dBILCgN1cmwYBCABKAkSEgoKc3RyZWFtX2tleRgFIAEoCSouCgxJbmdyZXNzSW5wdXQSDgoKUlRNUF9JTlBVVBAAEg4KCldISVBfSU5QVVQQAUKeAQoNY29tLnBsdWdubWVldEIVUGx1Z25tZWV0SW5ncmVzc1Byb3RvUAFaMmdpdGh1Yi5jb20vbXluYXBhcnJvdC9wbHVnbm1lZXQtcHJvdG9jb2wvcGx1Z25tZWV0ogIDUFhYqgIJUGx1Z25tZWV0ygIJUGx1Z25tZWV04gIVUGx1Z25tZWV0XEdQQk1ldGFkYXRh6gIJUGx1Z25tZWV0YgZwcm90bzM");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message plugnmeet.CreateIngressReq.
|
|
15
|
+
* Use `create(CreateIngressReqSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const CreateIngressReqSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_plugnmeet_ingress, 0);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message plugnmeet.CreateIngressRes.
|
|
22
|
+
* Use `create(CreateIngressResSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const CreateIngressResSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_plugnmeet_ingress, 1);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the enum plugnmeet.IngressInput.
|
|
29
|
+
*/
|
|
30
|
+
export const IngressInputSchema = /*@__PURE__*/
|
|
31
|
+
enumDesc(file_plugnmeet_ingress, 0);
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* @generated from enum plugnmeet.IngressInput
|
|
35
|
+
*/
|
|
36
|
+
export const IngressInput = /*@__PURE__*/
|
|
37
|
+
tsEnum(IngressInputSchema);
|
|
38
|
+
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_lti_v1.proto (package plugnmeet, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file plugnmeet_lti_v1.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_plugnmeet_lti_v1: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message plugnmeet.LtiClaims
|
|
15
|
+
*/
|
|
16
|
+
export declare type LtiClaims = Message<"plugnmeet.LtiClaims"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string user_id = 1;
|
|
19
|
+
*/
|
|
20
|
+
userId: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string name = 2;
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: bool is_admin = 3;
|
|
29
|
+
*/
|
|
30
|
+
isAdmin: boolean;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string room_id = 4;
|
|
34
|
+
*/
|
|
35
|
+
roomId: string;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: string room_title = 5;
|
|
39
|
+
*/
|
|
40
|
+
roomTitle: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: plugnmeet.LtiCustomParameters lti_custom_parameters = 6;
|
|
44
|
+
*/
|
|
45
|
+
ltiCustomParameters?: LtiCustomParameters;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message plugnmeet.LtiClaims.
|
|
50
|
+
* Use `create(LtiClaimsSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export declare const LtiClaimsSchema: GenMessage<LtiClaims>;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from message plugnmeet.LtiCustomParameters
|
|
56
|
+
*/
|
|
57
|
+
export declare type LtiCustomParameters = Message<"plugnmeet.LtiCustomParameters"> & {
|
|
58
|
+
/**
|
|
59
|
+
* @generated from field: optional uint64 room_duration = 1 [jstype = JS_STRING];
|
|
60
|
+
*/
|
|
61
|
+
roomDuration?: string;
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* @generated from field: optional bool allow_polls = 2;
|
|
65
|
+
*/
|
|
66
|
+
allowPolls?: boolean;
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @generated from field: optional bool allow_shared_note_pad = 3;
|
|
70
|
+
*/
|
|
71
|
+
allowSharedNotePad?: boolean;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @generated from field: optional bool allow_breakout_room = 4;
|
|
75
|
+
*/
|
|
76
|
+
allowBreakoutRoom?: boolean;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: optional bool allow_recording = 5;
|
|
80
|
+
*/
|
|
81
|
+
allowRecording?: boolean;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @generated from field: optional bool allow_rtmp = 6;
|
|
85
|
+
*/
|
|
86
|
+
allowRtmp?: boolean;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* @generated from field: optional bool allow_view_other_webcams = 7;
|
|
90
|
+
*/
|
|
91
|
+
allowViewOtherWebcams?: boolean;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* @generated from field: optional bool allow_view_other_users_list = 8;
|
|
95
|
+
*/
|
|
96
|
+
allowViewOtherUsersList?: boolean;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* @generated from field: optional bool mute_on_start = 9;
|
|
100
|
+
*/
|
|
101
|
+
muteOnStart?: boolean;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @generated from field: plugnmeet.LtiCustomDesign lti_custom_design = 10;
|
|
105
|
+
*/
|
|
106
|
+
ltiCustomDesign?: LtiCustomDesign;
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Describes the message plugnmeet.LtiCustomParameters.
|
|
111
|
+
* Use `create(LtiCustomParametersSchema)` to create a new message.
|
|
112
|
+
*/
|
|
113
|
+
export declare const LtiCustomParametersSchema: GenMessage<LtiCustomParameters>;
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* @generated from message plugnmeet.LtiCustomDesign
|
|
117
|
+
*/
|
|
118
|
+
export declare type LtiCustomDesign = Message<"plugnmeet.LtiCustomDesign"> & {
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: optional string primary_color = 1;
|
|
121
|
+
*/
|
|
122
|
+
primaryColor?: string;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: optional string secondary_color = 2;
|
|
126
|
+
*/
|
|
127
|
+
secondaryColor?: string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: optional string background_color = 3;
|
|
131
|
+
*/
|
|
132
|
+
backgroundColor?: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* @generated from field: optional string custom_logo = 4;
|
|
136
|
+
*/
|
|
137
|
+
customLogo?: string;
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message plugnmeet.LtiCustomDesign.
|
|
142
|
+
* Use `create(LtiCustomDesignSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export declare const LtiCustomDesignSchema: GenMessage<LtiCustomDesign>;
|
|
145
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.0.0 with parameter "target=dts+js,import_extension=js"
|
|
2
|
+
// @generated from file plugnmeet_lti_v1.proto (package plugnmeet, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file plugnmeet_lti_v1.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_plugnmeet_lti_v1 = /*@__PURE__*/
|
|
11
|
+
fileDesc("ChZwbHVnbm1lZXRfbHRpX3YxLnByb3RvEglwbHVnbm1lZXQioAEKCUx0aUNsYWltcxIPCgd1c2VyX2lkGAEgASgJEgwKBG5hbWUYAiABKAkSEAoIaXNfYWRtaW4YAyABKAgSDwoHcm9vbV9pZBgEIAEoCRISCgpyb29tX3RpdGxlGAUgASgJEj0KFWx0aV9jdXN0b21fcGFyYW1ldGVycxgGIAEoCzIeLnBsdWdubWVldC5MdGlDdXN0b21QYXJhbWV0ZXJzIrYEChNMdGlDdXN0b21QYXJhbWV0ZXJzEh4KDXJvb21fZHVyYXRpb24YASABKARCAjABSACIAQESGAoLYWxsb3dfcG9sbHMYAiABKAhIAYgBARIiChVhbGxvd19zaGFyZWRfbm90ZV9wYWQYAyABKAhIAogBARIgChNhbGxvd19icmVha291dF9yb29tGAQgASgISAOIAQESHAoPYWxsb3dfcmVjb3JkaW5nGAUgASgISASIAQESFwoKYWxsb3dfcnRtcBgGIAEoCEgFiAEBEiUKGGFsbG93X3ZpZXdfb3RoZXJfd2ViY2FtcxgHIAEoCEgGiAEBEigKG2FsbG93X3ZpZXdfb3RoZXJfdXNlcnNfbGlzdBgIIAEoCEgHiAEBEhoKDW11dGVfb25fc3RhcnQYCSABKAhICIgBARI1ChFsdGlfY3VzdG9tX2Rlc2lnbhgKIAEoCzIaLnBsdWdubWVldC5MdGlDdXN0b21EZXNpZ25CEAoOX3Jvb21fZHVyYXRpb25CDgoMX2FsbG93X3BvbGxzQhgKFl9hbGxvd19zaGFyZWRfbm90ZV9wYWRCFgoUX2FsbG93X2JyZWFrb3V0X3Jvb21CEgoQX2FsbG93X3JlY29yZGluZ0INCgtfYWxsb3dfcnRtcEIbChlfYWxsb3dfdmlld19vdGhlcl93ZWJjYW1zQh4KHF9hbGxvd192aWV3X290aGVyX3VzZXJzX2xpc3RCEAoOX211dGVfb25fc3RhcnQizwEKD0x0aUN1c3RvbURlc2lnbhIaCg1wcmltYXJ5X2NvbG9yGAEgASgJSACIAQESHAoPc2Vjb25kYXJ5X2NvbG9yGAIgASgJSAGIAQESHQoQYmFja2dyb3VuZF9jb2xvchgDIAEoCUgCiAEBEhgKC2N1c3RvbV9sb2dvGAQgASgJSAOIAQFCEAoOX3ByaW1hcnlfY29sb3JCEgoQX3NlY29uZGFyeV9jb2xvckITChFfYmFja2dyb3VuZF9jb2xvckIOCgxfY3VzdG9tX2xvZ29CnAEKDWNvbS5wbHVnbm1lZXRCE1BsdWdubWVldEx0aVYxUHJvdG9QAVoyZ2l0aHViLmNvbS9teW5hcGFycm90L3BsdWdubWVldC1wcm90b2NvbC9wbHVnbm1lZXSiAgNQWFiqAglQbHVnbm1lZXTKAglQbHVnbm1lZXTiAhVQbHVnbm1lZXRcR1BCTWV0YWRhdGHqAglQbHVnbm1lZXRiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message plugnmeet.LtiClaims.
|
|
15
|
+
* Use `create(LtiClaimsSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const LtiClaimsSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_plugnmeet_lti_v1, 0);
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message plugnmeet.LtiCustomParameters.
|
|
22
|
+
* Use `create(LtiCustomParametersSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const LtiCustomParametersSchema = /*@__PURE__*/
|
|
25
|
+
messageDesc(file_plugnmeet_lti_v1, 1);
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message plugnmeet.LtiCustomDesign.
|
|
29
|
+
* Use `create(LtiCustomDesignSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const LtiCustomDesignSchema = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_plugnmeet_lti_v1, 2);
|
|
33
|
+
|