@webex/event-dictionary-ts 1.0.1461 → 1.0.1463
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.
|
@@ -2110,6 +2110,69 @@
|
|
|
2110
2110
|
"606_NotAcceptable"
|
|
2111
2111
|
]
|
|
2112
2112
|
},
|
|
2113
|
+
"schedulingInfo": {
|
|
2114
|
+
"type": "object",
|
|
2115
|
+
"description": "details of scheduling information",
|
|
2116
|
+
"additionalProperties": true,
|
|
2117
|
+
"properties": {
|
|
2118
|
+
"calendarType": {
|
|
2119
|
+
"type": "string",
|
|
2120
|
+
"description": "this defines calendar type for scheduling",
|
|
2121
|
+
"enum": [
|
|
2122
|
+
"exchange_online",
|
|
2123
|
+
"exchange_onprem",
|
|
2124
|
+
"google",
|
|
2125
|
+
"other",
|
|
2126
|
+
"webex"
|
|
2127
|
+
]
|
|
2128
|
+
},
|
|
2129
|
+
"meetingCategory": {
|
|
2130
|
+
"type": "string",
|
|
2131
|
+
"description": "this defines meeting categories for scheduling",
|
|
2132
|
+
"enum": [
|
|
2133
|
+
"adhoc_usm",
|
|
2134
|
+
"instant",
|
|
2135
|
+
"scheduled",
|
|
2136
|
+
"scheduled_pmr",
|
|
2137
|
+
"scheduled_usm",
|
|
2138
|
+
"space_meeting_v1"
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
"scheduledFrom": {
|
|
2142
|
+
"type": "string",
|
|
2143
|
+
"description": "this defines where the meeting was scheduled from",
|
|
2144
|
+
"enum": [
|
|
2145
|
+
"ADDIN_O365",
|
|
2146
|
+
"ADDIN_ONPREM",
|
|
2147
|
+
"ADHOC_USM",
|
|
2148
|
+
"AT_WEBEX_GOOGLE",
|
|
2149
|
+
"AT_WEBEX_MSFT",
|
|
2150
|
+
"AT_MEET_GOOGLE",
|
|
2151
|
+
"AT_MEET_MSFT",
|
|
2152
|
+
"GOOGLE_ADDON",
|
|
2153
|
+
"INSTANT_MEETING",
|
|
2154
|
+
"OTHER",
|
|
2155
|
+
"PT",
|
|
2156
|
+
"PUBLIC_API",
|
|
2157
|
+
"TEAMS_CLIENT",
|
|
2158
|
+
"TEAMS_CLIENT_CROSS_LAUNCH",
|
|
2159
|
+
"UNIFIED_PAGE",
|
|
2160
|
+
"WEBEX_PAGE",
|
|
2161
|
+
"XML_API"
|
|
2162
|
+
]
|
|
2163
|
+
},
|
|
2164
|
+
"schedulingOperationType": {
|
|
2165
|
+
"type": "string",
|
|
2166
|
+
"description": "this defines meeting categories for scheduling",
|
|
2167
|
+
"enum": [
|
|
2168
|
+
"prepare",
|
|
2169
|
+
"create",
|
|
2170
|
+
"update",
|
|
2171
|
+
"delete"
|
|
2172
|
+
]
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2113
2176
|
"name": {
|
|
2114
2177
|
"enum": [
|
|
2115
2178
|
"client.abort.join",
|
|
@@ -2269,6 +2332,7 @@
|
|
|
2269
2332
|
"client.pstnaudio.attempt.start",
|
|
2270
2333
|
"client.roap-message.received",
|
|
2271
2334
|
"client.roap-message.sent",
|
|
2335
|
+
"client.scheduling.initiate",
|
|
2272
2336
|
"client.share.floor-accept.notification",
|
|
2273
2337
|
"client.share.floor-grant.cancel-request",
|
|
2274
2338
|
"client.share.floor-grant.notification",
|
|
@@ -2408,6 +2472,9 @@
|
|
|
2408
2472
|
"globalMeetingId": {
|
|
2409
2473
|
"type": "string"
|
|
2410
2474
|
},
|
|
2475
|
+
"webexMeetingUUID": {
|
|
2476
|
+
"type": "string"
|
|
2477
|
+
},
|
|
2411
2478
|
"installationId": {
|
|
2412
2479
|
"type": "string"
|
|
2413
2480
|
},
|
|
@@ -3012,10 +3079,14 @@
|
|
|
3012
3079
|
"properties": {
|
|
3013
3080
|
"name": {
|
|
3014
3081
|
"enum": [
|
|
3082
|
+
"addin",
|
|
3015
3083
|
"antares",
|
|
3016
3084
|
"beech",
|
|
3017
3085
|
"breakout",
|
|
3086
|
+
"calendar",
|
|
3018
3087
|
"cb",
|
|
3088
|
+
"cca",
|
|
3089
|
+
"ccc",
|
|
3019
3090
|
"cloudproxy",
|
|
3020
3091
|
"edonus",
|
|
3021
3092
|
"endpoint",
|
|
@@ -3024,10 +3095,12 @@
|
|
|
3024
3095
|
"hedge",
|
|
3025
3096
|
"hesiod",
|
|
3026
3097
|
"homer",
|
|
3098
|
+
"j2ee",
|
|
3027
3099
|
"superhomer",
|
|
3028
3100
|
"l2sip",
|
|
3029
3101
|
"linus",
|
|
3030
3102
|
"locus",
|
|
3103
|
+
"mbs",
|
|
3031
3104
|
"mcc",
|
|
3032
3105
|
"mcs",
|
|
3033
3106
|
"mercury",
|
|
@@ -3035,15 +3108,18 @@
|
|
|
3035
3108
|
"mjs",
|
|
3036
3109
|
"mmp",
|
|
3037
3110
|
"mygdon",
|
|
3111
|
+
"ngservice",
|
|
3038
3112
|
"orpheus",
|
|
3039
3113
|
"page",
|
|
3040
3114
|
"poros",
|
|
3115
|
+
"publicapi",
|
|
3041
3116
|
"rhesos",
|
|
3042
3117
|
"terminus",
|
|
3043
3118
|
"tpgw",
|
|
3044
3119
|
"ucc",
|
|
3045
3120
|
"wdm",
|
|
3046
|
-
"webexivr"
|
|
3121
|
+
"webexivr",
|
|
3122
|
+
"xmlapi"
|
|
3047
3123
|
],
|
|
3048
3124
|
"type": "string"
|
|
3049
3125
|
},
|
|
@@ -3209,6 +3285,22 @@
|
|
|
3209
3285
|
"WEB_APP"
|
|
3210
3286
|
]
|
|
3211
3287
|
},
|
|
3288
|
+
"schedulingClientType": {
|
|
3289
|
+
"type": "string",
|
|
3290
|
+
"description": "this defines the major client types for scheduling",
|
|
3291
|
+
"enum": [
|
|
3292
|
+
"GOOGLE_ADDON",
|
|
3293
|
+
"GOOGLE_NOTIFICATION",
|
|
3294
|
+
"MSFT_NOTIFICATION",
|
|
3295
|
+
"OUTLOOK_ADDIN",
|
|
3296
|
+
"PT",
|
|
3297
|
+
"PUBLIC_API",
|
|
3298
|
+
"TEAMS_CLIENT",
|
|
3299
|
+
"UNIFIED_PAGE",
|
|
3300
|
+
"WEBEX_PAGE",
|
|
3301
|
+
"XML_API"
|
|
3302
|
+
]
|
|
3303
|
+
},
|
|
3212
3304
|
"clientVersion": {
|
|
3213
3305
|
"type": "string"
|
|
3214
3306
|
},
|