@jibb-open/jssdk 3.5.9 → 3.5.11

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.
Files changed (87) hide show
  1. package/README.md +5 -2
  2. package/{dist/api → api}/admin.js +0 -0
  3. package/{dist/api → api}/auth.js +0 -0
  4. package/{dist/api → api}/eventbus.js +0 -0
  5. package/{dist/api → api}/index.js +0 -0
  6. package/{dist/api → api}/meeting.js +0 -0
  7. package/{dist/api → api}/recording.js +0 -0
  8. package/{dist/api → api}/superadmin.js +0 -0
  9. package/{dist/api → api}/user.js +0 -0
  10. package/{dist/api → api}/webexbot.js +0 -0
  11. package/{dist/api → api}/whiteboard.js +0 -0
  12. package/{dist/config.js → config.js} +0 -0
  13. package/{dist/examples → examples}/browser/462.jibb.js +0 -0
  14. package/{dist/examples → examples}/browser/index.html +0 -0
  15. package/{dist/examples → examples}/browser/jibb.js +0 -0
  16. package/{dist/examples → examples}/browser/startSession.js +0 -0
  17. package/{dist/examples → examples}/examples.js +0 -0
  18. package/{dist/examples → examples}/webexDevicesMacros/cameraPresets/jibb.js +2 -3
  19. package/{dist/examples/webexDevicesMacros/webexDevice JSSDK → examples/webexDevicesMacros/jssdk}/jibb_WebexXapi.js +0 -0
  20. package/{dist/examples → examples}/webexDevicesMacros/simplestExample/jibb.js +2 -3
  21. package/{dist/examples → examples}/webexDevicesMacros/withCameraControl/jibb.js +2 -3
  22. package/package.json +1 -1
  23. package/{dist/post-processing.js → post-processing.js} +0 -0
  24. package/{dist/types → types}/exceptions.js +0 -0
  25. package/{dist/types → types}/jibb.pb.js +0 -0
  26. package/{dist/types → types}/proto.js +0 -0
  27. package/{dist/types → types}/types.js +0 -0
  28. package/{dist/utils → utils}/cached_variable.js +0 -0
  29. package/{dist/utils → utils}/future.js +0 -0
  30. package/{dist/utils → utils}/http/http.axios.js +0 -0
  31. package/{dist/utils → utils}/http/index.js +0 -0
  32. package/{dist/utils → utils}/index.js +0 -0
  33. package/{dist/utils → utils}/logger/index.js +0 -0
  34. package/{dist/utils → utils}/logger/logger.empty.js +0 -0
  35. package/{dist/utils → utils}/logger/logger.pino.js +0 -0
  36. package/{dist/ws → ws}/connection_base.js +0 -0
  37. package/{dist/ws → ws}/eventbus.js +0 -0
  38. package/{dist/ws → ws}/index.js +0 -0
  39. package/{dist/ws → ws}/ipsa.js +0 -0
  40. package/{dist/ws → ws}/meeting.js +0 -0
  41. package/{dist/ws → ws}/observable_connection.js +0 -0
  42. package/{dist/ws → ws}/retry_connection.js +0 -0
  43. package/.babelrc +0 -31
  44. package/dist/package.json +0 -69
  45. package/src/api/admin.js +0 -333
  46. package/src/api/auth.js +0 -208
  47. package/src/api/eventbus.js +0 -246
  48. package/src/api/index.js +0 -26
  49. package/src/api/meeting.js +0 -421
  50. package/src/api/recording.js +0 -225
  51. package/src/api/superadmin.js +0 -84
  52. package/src/api/user.js +0 -46
  53. package/src/api/webexbot.js +0 -32
  54. package/src/api/whiteboard.js +0 -175
  55. package/src/config.js +0 -12
  56. package/src/examples/browser/462.jibb.js +0 -1
  57. package/src/examples/browser/index.html +0 -17
  58. package/src/examples/browser/jibb.js +0 -2
  59. package/src/examples/browser/startSession.js +0 -112
  60. package/src/examples/examples.js +0 -5
  61. package/src/examples/webexDevicesMacros/cameraPresets/jibb.js +0 -338
  62. package/src/examples/webexDevicesMacros/simplestExample/jibb.js +0 -212
  63. package/src/examples/webexDevicesMacros/webexDevice JSSDK/jibb_WebexXapi.js +0 -2
  64. package/src/examples/webexDevicesMacros/withCameraControl/jibb.js +0 -303
  65. package/src/index.webex-devices.js +0 -13
  66. package/src/post-processing.js +0 -39
  67. package/src/types/exceptions.js +0 -48
  68. package/src/types/jibb.pb.js +0 -1357
  69. package/src/types/proto.js +0 -7
  70. package/src/types/types.js +0 -64
  71. package/src/utils/cached_variable.js +0 -23
  72. package/src/utils/future.js +0 -24
  73. package/src/utils/http/http.axios.js +0 -34
  74. package/src/utils/http/http.xapi.js +0 -87
  75. package/src/utils/http/index.js +0 -8
  76. package/src/utils/index.js +0 -5
  77. package/src/utils/logger/index.js +0 -11
  78. package/src/utils/logger/logger.empty.js +0 -25
  79. package/src/utils/logger/logger.pino.js +0 -15
  80. package/src/ws/connection_base.js +0 -81
  81. package/src/ws/eventbus.js +0 -363
  82. package/src/ws/index.js +0 -15
  83. package/src/ws/ipsa.js +0 -246
  84. package/src/ws/meeting.js +0 -170
  85. package/src/ws/observable_connection.js +0 -84
  86. package/src/ws/retry_connection.js +0 -82
  87. package/webpack.config.cjs +0 -144
@@ -1,1357 +0,0 @@
1
- /*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/
2
- "use strict";
3
-
4
- var $protobuf = require("protobufjs/light");
5
-
6
- var $root = ($protobuf.roots["default"] || ($protobuf.roots["default"] = new $protobuf.Root()))
7
- .addJSON({
8
- types: {
9
- options: {
10
- go_package: "github.com/Inkerz/jibbapis/sdk/go/types"
11
- },
12
- nested: {
13
- Code: {
14
- values: {
15
- SUCCESS: 0,
16
- ERR_IO: 4000,
17
- ERR_CLOSED: 4001,
18
- ERR_TIMEOUT: 4002,
19
- ERR_BAD_REQUEST: 4003,
20
- ERR_UNAUTHORIZED: 4004,
21
- ERR_INTERNAL: 4005,
22
- ERR_TOO_MANY_CONNECTIONS: 4006,
23
- ERR_OUT_OF_LICENSE: 4008
24
- }
25
- },
26
- ErrorLevel: {
27
- values: {
28
- DEBUG: 0,
29
- INFO: 1,
30
- WARNING: 2,
31
- ERROR: 3,
32
- CRITICAL: 4
33
- }
34
- },
35
- Error: {
36
- fields: {
37
- level: {
38
- type: "ErrorLevel",
39
- id: 1
40
- },
41
- code: {
42
- type: "Code",
43
- id: 2
44
- },
45
- reason: {
46
- type: "string",
47
- id: 3
48
- }
49
- }
50
- },
51
- TriState: {
52
- values: {
53
- DEFAULT: 0,
54
- ENABLE: 1,
55
- DISABLE: 2
56
- }
57
- },
58
- SurfaceType: {
59
- values: {
60
- UNKNOWN: 0,
61
- PAPER: 1,
62
- WHITEBOARD: 2
63
- }
64
- },
65
- ClientType: {
66
- options: {
67
- allow_alias: true
68
- },
69
- values: {
70
- UNKNOWN_CLIENT_TYPE: 0,
71
- ANY: 0,
72
- IPSA: 1,
73
- MOBILE: 2,
74
- WEBAPP: 3,
75
- COMPANION: 4,
76
- ipsa: 1,
77
- mobile: 2,
78
- webapp: 3,
79
- companion: 4
80
- }
81
- },
82
- ClientDetails: {
83
- fields: {
84
- clientType: {
85
- type: "ClientType",
86
- id: 1
87
- },
88
- id: {
89
- type: "string",
90
- id: 2
91
- },
92
- name: {
93
- type: "string",
94
- id: 3
95
- }
96
- }
97
- },
98
- ContentType: {
99
- values: {
100
- UNKNOWN_TYPE: 0,
101
- IMAGE_JPEG: 1,
102
- IMAGE_WEBP: 2
103
- }
104
- }
105
- }
106
- },
107
- jibb: {
108
- nested: {
109
- ipsa: {
110
- nested: {
111
- v1: {
112
- options: {
113
- java_package: "ai.jibb.ipsa",
114
- java_outer_classname: "IPSA",
115
- go_package: "github.com/Inkerz/jibbapis/sdk/go/ipsa"
116
- },
117
- nested: {
118
- StatusCode: {
119
- values: {
120
- SUCCESS: 0,
121
- INVALID_INPUT: 3,
122
- SESSION_BUSY: 6,
123
- SURFACE_DETECTED: 110,
124
- SURFACE_NOT_DETECTED: 100,
125
- SURFACE_NOT_STABILIZED: 101,
126
- SURFACE_CHANGED: 103,
127
- SURFACE_TOO_LEFT: 104,
128
- SURFACE_TOO_RIGHT: 105,
129
- SURFACE_TOO_CLOSE: 106,
130
- SURFACE_TOO_FAR: 109,
131
- SURFACE_TOO_DARK: 107,
132
- SURFACE_TOO_BRIGHT: 108,
133
- INTERNAL_ERROR: 200
134
- }
135
- },
136
- Rotation: {
137
- values: {
138
- ROTATE_0: 0,
139
- ROTATE_90_CLOCKWISE: 1,
140
- ROTATE_180: 2,
141
- ROTATE_90_COUNTERCLOCKWISE: 3
142
- }
143
- },
144
- Config: {
145
- fields: {
146
- surfaceType: {
147
- type: "types.SurfaceType",
148
- id: 1
149
- },
150
- enableStabilization: {
151
- type: "types.TriState",
152
- id: 3
153
- },
154
- enableTransformation: {
155
- type: "types.TriState",
156
- id: 4
157
- }
158
- }
159
- },
160
- VersionRequest: {
161
- fields: {}
162
- },
163
- VersionResponse: {
164
- fields: {
165
- version: {
166
- type: "string",
167
- id: 1
168
- }
169
- }
170
- },
171
- SurfaceTransformationRequest: {
172
- fields: {
173
- surfaceType: {
174
- type: "types.SurfaceType",
175
- id: 1
176
- },
177
- img: {
178
- type: "bytes",
179
- id: 2
180
- }
181
- }
182
- },
183
- SurfaceTransformationResponse: {
184
- fields: {
185
- img: {
186
- type: "bytes",
187
- id: 1
188
- }
189
- }
190
- },
191
- SurfaceSegmentationRequest: {
192
- fields: {
193
- surfaceType: {
194
- type: "types.SurfaceType",
195
- id: 1
196
- },
197
- overlay: {
198
- type: "bool",
199
- id: 2
200
- },
201
- img: {
202
- type: "bytes",
203
- id: 3
204
- }
205
- }
206
- },
207
- SurfaceSegmentationResponse: {
208
- fields: {
209
- img: {
210
- type: "bytes",
211
- id: 1
212
- }
213
- }
214
- },
215
- SurfaceDetectionRequest: {
216
- fields: {
217
- surfaceType: {
218
- type: "types.SurfaceType",
219
- id: 1
220
- },
221
- img: {
222
- type: "bytes",
223
- id: 2
224
- },
225
- overlay: {
226
- type: "bool",
227
- id: 3
228
- }
229
- }
230
- },
231
- SurfaceDetectionResponse: {
232
- fields: {
233
- img: {
234
- type: "bytes",
235
- id: 1
236
- },
237
- corners: {
238
- rule: "repeated",
239
- type: "sint32",
240
- id: 2
241
- }
242
- }
243
- },
244
- ObjectRemovalRequest: {
245
- fields: {
246
- surfaceType: {
247
- type: "types.SurfaceType",
248
- id: 1
249
- },
250
- overlay: {
251
- type: "bool",
252
- id: 2
253
- },
254
- enableTransformation: {
255
- type: "bool",
256
- id: 3
257
- },
258
- img: {
259
- type: "bytes",
260
- id: 4
261
- }
262
- }
263
- },
264
- ObjectRemovalResponse: {
265
- fields: {
266
- img: {
267
- type: "bytes",
268
- id: 1
269
- }
270
- }
271
- },
272
- ContentExtractionRequest: {
273
- fields: {
274
- surfaceType: {
275
- type: "types.SurfaceType",
276
- id: 1
277
- },
278
- enableTransformation: {
279
- type: "bool",
280
- id: 2
281
- },
282
- enableColor: {
283
- type: "bool",
284
- id: 4
285
- },
286
- img: {
287
- type: "bytes",
288
- id: 3
289
- }
290
- }
291
- },
292
- ContentExtractionResponse: {
293
- fields: {
294
- img: {
295
- type: "bytes",
296
- id: 1
297
- },
298
- transformedImg: {
299
- type: "bytes",
300
- id: 2
301
- }
302
- }
303
- },
304
- GetSimilarityRequest: {
305
- fields: {
306
- newImage: {
307
- type: "bytes",
308
- id: 1
309
- },
310
- prevImage: {
311
- type: "bytes",
312
- id: 2
313
- }
314
- }
315
- },
316
- GetSimilarityResponse: {
317
- fields: {
318
- similarity: {
319
- type: "double",
320
- id: 1
321
- }
322
- }
323
- },
324
- Ipsa: {
325
- fields: {
326
- data: {
327
- type: "bytes",
328
- id: 1
329
- }
330
- }
331
- },
332
- ResetSession: {
333
- fields: {}
334
- },
335
- Recalibrate: {
336
- fields: {}
337
- },
338
- RuntimeConfig: {
339
- fields: {
340
- customCorners: {
341
- rule: "repeated",
342
- type: "sint32",
343
- id: 1
344
- },
345
- fixedCorners: {
346
- type: "bool",
347
- id: 2
348
- },
349
- enableColor: {
350
- type: "bool",
351
- id: 3
352
- },
353
- rotation: {
354
- type: "Rotation",
355
- id: 4
356
- },
357
- flipUpDown: {
358
- type: "bool",
359
- id: 5
360
- },
361
- flipLeftRight: {
362
- type: "bool",
363
- id: 6
364
- },
365
- enableEstimation: {
366
- type: "bool",
367
- id: 7
368
- }
369
- }
370
- },
371
- AppConfig: {
372
- fields: {
373
- title: {
374
- type: "string",
375
- id: 1
376
- },
377
- enableResponseImage: {
378
- type: "bool",
379
- id: 2
380
- },
381
- meetingId: {
382
- type: "string",
383
- id: 3
384
- },
385
- meetingToken: {
386
- type: "string",
387
- id: 4
388
- }
389
- }
390
- },
391
- Request: {
392
- oneofs: {
393
- Command: {
394
- oneof: [
395
- "config",
396
- "ipsa",
397
- "resetSession",
398
- "recalibrate",
399
- "runtimeConfig",
400
- "appConfig"
401
- ]
402
- }
403
- },
404
- fields: {
405
- id: {
406
- type: "int32",
407
- id: 1
408
- },
409
- config: {
410
- type: "Config",
411
- id: 2
412
- },
413
- ipsa: {
414
- type: "Ipsa",
415
- id: 3
416
- },
417
- resetSession: {
418
- type: "ResetSession",
419
- id: 4
420
- },
421
- recalibrate: {
422
- type: "Recalibrate",
423
- id: 5
424
- },
425
- runtimeConfig: {
426
- type: "RuntimeConfig",
427
- id: 6
428
- },
429
- appConfig: {
430
- type: "AppConfig",
431
- id: 7
432
- }
433
- }
434
- },
435
- Status: {
436
- fields: {
437
- corners: {
438
- rule: "repeated",
439
- type: "float",
440
- id: 1
441
- },
442
- codes: {
443
- rule: "repeated",
444
- type: "StatusCode",
445
- id: 2
446
- },
447
- processingTime: {
448
- type: "int32",
449
- id: 3
450
- },
451
- upsampling: {
452
- type: "float",
453
- id: 4
454
- },
455
- paperDetectionConfidence: {
456
- type: "int32",
457
- id: 5
458
- }
459
- }
460
- },
461
- Response: {
462
- fields: {
463
- id: {
464
- type: "int32",
465
- id: 1
466
- },
467
- image: {
468
- type: "bytes",
469
- id: 5
470
- },
471
- status: {
472
- type: "Status",
473
- id: 8
474
- }
475
- }
476
- }
477
- }
478
- }
479
- }
480
- }
481
- }
482
- },
483
- user: {
484
- options: {
485
- go_package: "github.com/Inkerz/jibbapis/sdk/go/user"
486
- },
487
- nested: {
488
- Level: {
489
- values: {
490
- FREE: 0,
491
- BASIC: 1,
492
- STUDENT: 2,
493
- PRO: 3,
494
- BUSINESS: 4,
495
- ENTERPRISE: 5,
496
- EDUCATION: 6
497
- }
498
- },
499
- UserType: {
500
- values: {
501
- UNKNOWN: 0,
502
- LIMITED: 1,
503
- MEMBER: 2,
504
- ADMIN: 3,
505
- OWNER: 4
506
- }
507
- },
508
- UserDetails: {
509
- fields: {
510
- organizationName: {
511
- type: "string",
512
- id: 2
513
- },
514
- level: {
515
- type: "Level",
516
- id: 3
517
- },
518
- firstName: {
519
- type: "string",
520
- id: 4
521
- },
522
- lastName: {
523
- type: "string",
524
- id: 5
525
- },
526
- organizationId: {
527
- type: "int32",
528
- id: 6
529
- },
530
- userType: {
531
- type: "UserType",
532
- id: 7
533
- },
534
- activated: {
535
- type: "bool",
536
- id: 8
537
- },
538
- userId: {
539
- type: "int32",
540
- id: 9
541
- },
542
- email: {
543
- type: "string",
544
- id: 10
545
- }
546
- }
547
- },
548
- UserList: {
549
- fields: {
550
- users: {
551
- rule: "repeated",
552
- type: "UserDetails",
553
- id: 1
554
- }
555
- }
556
- },
557
- CreateOrganizationUserRequest: {
558
- fields: {
559
- organizationId: {
560
- type: "int32",
561
- id: 1
562
- },
563
- users: {
564
- rule: "repeated",
565
- type: "User",
566
- id: 2
567
- }
568
- },
569
- nested: {
570
- User: {
571
- fields: {
572
- email: {
573
- type: "string",
574
- id: 2
575
- },
576
- firstName: {
577
- type: "string",
578
- id: 3
579
- },
580
- lastName: {
581
- type: "string",
582
- id: 4
583
- },
584
- userType: {
585
- type: "UserType",
586
- id: 5
587
- }
588
- }
589
- }
590
- }
591
- },
592
- CreateOrganizationUserResponse: {
593
- fields: {
594
- failedUsers: {
595
- rule: "repeated",
596
- type: "string",
597
- id: 1
598
- }
599
- }
600
- },
601
- DeleteOrganizationUserRequest: {
602
- fields: {
603
- organizationId: {
604
- type: "int32",
605
- id: 1
606
- },
607
- userId: {
608
- type: "int32",
609
- id: 2
610
- }
611
- }
612
- },
613
- ChangeOrganizationUserTypeRequest: {
614
- fields: {
615
- organizationId: {
616
- type: "int32",
617
- id: 1
618
- },
619
- userId: {
620
- type: "int32",
621
- id: 2
622
- },
623
- userType: {
624
- type: "UserType",
625
- id: 3
626
- }
627
- }
628
- },
629
- GetOrganizationUsersListRequest: {
630
- fields: {
631
- organizationId: {
632
- type: "int32",
633
- id: 1
634
- }
635
- }
636
- },
637
- GetOrganizationUserRequest: {
638
- fields: {
639
- organizationId: {
640
- type: "int32",
641
- id: 1
642
- },
643
- userId: {
644
- type: "int32",
645
- id: 2
646
- }
647
- }
648
- },
649
- CreateOrganizationRequest: {
650
- fields: {
651
- name: {
652
- type: "string",
653
- id: 1
654
- },
655
- ownerEmail: {
656
- type: "string",
657
- id: 2
658
- },
659
- level: {
660
- type: "Level",
661
- id: 3
662
- },
663
- licenseCount: {
664
- type: "int32",
665
- id: 4
666
- },
667
- expiryDate: {
668
- type: "google.protobuf.Timestamp",
669
- id: 5
670
- },
671
- subdomainName: {
672
- type: "string",
673
- id: 6
674
- }
675
- }
676
- },
677
- DeleteOrganizationRequest: {
678
- fields: {
679
- organizationId: {
680
- type: "int32",
681
- id: 1
682
- }
683
- }
684
- },
685
- DeleteSAMLRequest: {
686
- fields: {
687
- organizationId: {
688
- type: "int32",
689
- id: 1
690
- }
691
- }
692
- },
693
- GetSAMLRequest: {
694
- fields: {
695
- organizationId: {
696
- type: "int32",
697
- id: 1
698
- }
699
- }
700
- },
701
- GetOrganizationSettingsRequest: {
702
- fields: {
703
- organizationId: {
704
- type: "int32",
705
- id: 1
706
- }
707
- }
708
- },
709
- SAMLDetails: {
710
- fields: {
711
- organizationId: {
712
- type: "int32",
713
- id: 1
714
- },
715
- metadata: {
716
- type: "string",
717
- id: 3
718
- },
719
- autoAddUsers: {
720
- type: "bool",
721
- id: 4
722
- },
723
- defaultUserType: {
724
- type: "UserType",
725
- id: 5
726
- },
727
- enabled: {
728
- type: "bool",
729
- id: 6
730
- }
731
- }
732
- },
733
- GetOrganizationRequest: {
734
- fields: {
735
- organizationId: {
736
- type: "int32",
737
- id: 1
738
- }
739
- }
740
- },
741
- OrganizationDetails: {
742
- fields: {
743
- name: {
744
- type: "string",
745
- id: 1
746
- },
747
- ownerEmail: {
748
- type: "string",
749
- id: 2
750
- },
751
- level: {
752
- type: "Level",
753
- id: 3
754
- },
755
- licenseCount: {
756
- type: "int32",
757
- id: 4
758
- },
759
- usersCount: {
760
- type: "int32",
761
- id: 5
762
- },
763
- creationDate: {
764
- type: "google.protobuf.Timestamp",
765
- id: 6
766
- },
767
- expiryDate: {
768
- type: "google.protobuf.Timestamp",
769
- id: 7
770
- },
771
- organizationId: {
772
- type: "int32",
773
- id: 8
774
- },
775
- subdomainName: {
776
- type: "string",
777
- id: 9
778
- }
779
- }
780
- },
781
- OrganizationList: {
782
- fields: {
783
- organizations: {
784
- rule: "repeated",
785
- type: "OrganizationDetails",
786
- id: 1
787
- }
788
- }
789
- },
790
- UserClaims: {
791
- fields: {
792
- level: {
793
- type: "Level",
794
- id: 2
795
- },
796
- organizationIds: {
797
- rule: "repeated",
798
- type: "int32",
799
- id: 3
800
- },
801
- email: {
802
- type: "string",
803
- id: 4
804
- }
805
- }
806
- },
807
- GetUserTokenRequest: {
808
- fields: {
809
- expiry: {
810
- type: "google.protobuf.Duration",
811
- id: 1
812
- },
813
- apiKey: {
814
- type: "string",
815
- id: 2
816
- }
817
- }
818
- },
819
- GetUserTokenResponse: {
820
- fields: {
821
- token: {
822
- type: "string",
823
- id: 1
824
- }
825
- }
826
- },
827
- GenerateAPIKeyResponse: {
828
- fields: {
829
- apiKey: {
830
- type: "string",
831
- id: 1
832
- }
833
- }
834
- },
835
- GenerateCustomAuthResponse: {
836
- fields: {
837
- password: {
838
- type: "string",
839
- id: 1
840
- }
841
- }
842
- },
843
- VerifyCustomAuthRequest: {
844
- fields: {
845
- username: {
846
- type: "string",
847
- id: 1
848
- },
849
- password: {
850
- type: "string",
851
- id: 2
852
- }
853
- }
854
- },
855
- VerifyCustomAuthResponse: {
856
- fields: {
857
- verified: {
858
- type: "bool",
859
- id: 1
860
- }
861
- }
862
- },
863
- GetOrganizationIdRequest: {
864
- fields: {
865
- organizationName: {
866
- type: "string",
867
- id: 1
868
- },
869
- subdomainName: {
870
- type: "string",
871
- id: 2
872
- },
873
- domainName: {
874
- type: "string",
875
- id: 3
876
- },
877
- userEmail: {
878
- type: "string",
879
- id: 4
880
- }
881
- }
882
- },
883
- GetOrganizationIdResponse: {
884
- fields: {
885
- organizationId: {
886
- type: "int32",
887
- id: 1
888
- }
889
- }
890
- },
891
- CreateDomainRequest: {
892
- fields: {
893
- organizationId: {
894
- type: "int32",
895
- id: 1
896
- },
897
- domainName: {
898
- type: "string",
899
- id: 2
900
- }
901
- }
902
- },
903
- DeleteDomainRequest: {
904
- fields: {
905
- organizationId: {
906
- type: "int32",
907
- id: 1
908
- },
909
- domainId: {
910
- type: "int32",
911
- id: 2
912
- }
913
- }
914
- },
915
- VerifyDomainRequest: {
916
- fields: {
917
- organizationId: {
918
- type: "int32",
919
- id: 1
920
- },
921
- domainId: {
922
- type: "int32",
923
- id: 2
924
- }
925
- }
926
- },
927
- GetDomainListRequest: {
928
- fields: {
929
- organizationId: {
930
- type: "int32",
931
- id: 1
932
- }
933
- }
934
- },
935
- GetDomainListResponse: {
936
- fields: {
937
- domains: {
938
- rule: "repeated",
939
- type: "DomainDetails",
940
- id: 1
941
- }
942
- }
943
- },
944
- GetDomainRequest: {
945
- fields: {
946
- organizationId: {
947
- type: "int32",
948
- id: 1
949
- },
950
- domainId: {
951
- type: "int32",
952
- id: 2
953
- }
954
- }
955
- },
956
- DomainDetails: {
957
- fields: {
958
- organizationId: {
959
- type: "int32",
960
- id: 1
961
- },
962
- domainId: {
963
- type: "int32",
964
- id: 2
965
- },
966
- domainName: {
967
- type: "string",
968
- id: 3
969
- },
970
- verificationCode: {
971
- type: "string",
972
- id: 4
973
- },
974
- verified: {
975
- type: "bool",
976
- id: 5
977
- }
978
- }
979
- },
980
- ActivateUserRequest: {
981
- fields: {
982
- organizationId: {
983
- type: "int32",
984
- id: 1
985
- }
986
- }
987
- },
988
- SendUserActivationEmailRequest: {
989
- fields: {
990
- organizationId: {
991
- type: "int32",
992
- id: 1
993
- },
994
- userIds: {
995
- rule: "repeated",
996
- type: "int32",
997
- id: 2
998
- }
999
- }
1000
- },
1001
- GetUserIdRequest: {
1002
- fields: {
1003
- email: {
1004
- type: "string",
1005
- id: 1
1006
- },
1007
- createIfNotExists: {
1008
- type: "bool",
1009
- id: 2
1010
- }
1011
- }
1012
- },
1013
- GetUserIdResponse: {
1014
- fields: {
1015
- userId: {
1016
- type: "int32",
1017
- id: 1
1018
- }
1019
- }
1020
- }
1021
- }
1022
- },
1023
- meeting: {
1024
- options: {
1025
- go_package: "github.com/Inkerz/jibbapis/sdk/go/meeting"
1026
- },
1027
- nested: {
1028
- Participant: {
1029
- fields: {
1030
- id: {
1031
- type: "int32",
1032
- id: 1
1033
- },
1034
- userId: {
1035
- type: "int32",
1036
- id: 2
1037
- },
1038
- email: {
1039
- type: "string",
1040
- id: 3
1041
- }
1042
- }
1043
- },
1044
- Update: {
1045
- fields: {
1046
- id: {
1047
- type: "int32",
1048
- id: 1
1049
- },
1050
- userId: {
1051
- type: "int32",
1052
- id: 2
1053
- },
1054
- email: {
1055
- type: "string",
1056
- id: 3
1057
- },
1058
- title: {
1059
- type: "string",
1060
- id: 4
1061
- },
1062
- image: {
1063
- type: "bytes",
1064
- id: 5
1065
- }
1066
- }
1067
- },
1068
- Drawing: {
1069
- fields: {
1070
- id: {
1071
- type: "int32",
1072
- id: 1
1073
- },
1074
- userId: {
1075
- type: "int32",
1076
- id: 2
1077
- },
1078
- email: {
1079
- type: "string",
1080
- id: 3
1081
- },
1082
- data: {
1083
- type: "string",
1084
- id: 4
1085
- }
1086
- }
1087
- },
1088
- Pointer: {
1089
- fields: {
1090
- id: {
1091
- type: "int32",
1092
- id: 1
1093
- },
1094
- userId: {
1095
- type: "int32",
1096
- id: 2
1097
- },
1098
- email: {
1099
- type: "string",
1100
- id: 3
1101
- },
1102
- x: {
1103
- type: "int32",
1104
- id: 4
1105
- },
1106
- y: {
1107
- type: "int32",
1108
- id: 5
1109
- }
1110
- }
1111
- },
1112
- Message: {
1113
- oneofs: {
1114
- event: {
1115
- oneof: [
1116
- "join",
1117
- "leave",
1118
- "update",
1119
- "drawing",
1120
- "pointer"
1121
- ]
1122
- }
1123
- },
1124
- fields: {
1125
- join: {
1126
- type: "Participant",
1127
- id: 1
1128
- },
1129
- leave: {
1130
- type: "Participant",
1131
- id: 2
1132
- },
1133
- update: {
1134
- type: "Update",
1135
- id: 3
1136
- },
1137
- drawing: {
1138
- type: "Drawing",
1139
- id: 6
1140
- },
1141
- pointer: {
1142
- type: "Pointer",
1143
- id: 7
1144
- }
1145
- }
1146
- }
1147
- }
1148
- },
1149
- cilix: {
1150
- options: {
1151
- go_package: "github.com/Inkerz/jibbapis/sdk/go/cilix"
1152
- },
1153
- nested: {
1154
- CameraDescription: {
1155
- fields: {
1156
- id: {
1157
- type: "string",
1158
- id: 1
1159
- },
1160
- name: {
1161
- type: "string",
1162
- id: 2
1163
- }
1164
- }
1165
- },
1166
- StartRequest: {
1167
- fields: {
1168
- config: {
1169
- type: "jibb.ipsa.v1.Config",
1170
- id: 2
1171
- },
1172
- appConfig: {
1173
- type: "jibb.ipsa.v1.AppConfig",
1174
- id: 3
1175
- },
1176
- runtimeConfig: {
1177
- type: "jibb.ipsa.v1.RuntimeConfig",
1178
- id: 4
1179
- },
1180
- camera: {
1181
- type: "CameraDescription",
1182
- id: 5
1183
- }
1184
- }
1185
- },
1186
- PreviewRequest: {
1187
- fields: {
1188
- source: {
1189
- type: "CameraDescription",
1190
- id: 2
1191
- }
1192
- }
1193
- },
1194
- PreviewResponse: {
1195
- fields: {
1196
- image: {
1197
- type: "bytes",
1198
- id: 1
1199
- }
1200
- }
1201
- },
1202
- GetCameraListResponse: {
1203
- fields: {
1204
- items: {
1205
- rule: "repeated",
1206
- type: "CameraDescription",
1207
- id: 1
1208
- }
1209
- }
1210
- },
1211
- GetClientStatusListResponse: {
1212
- fields: {
1213
- clients: {
1214
- rule: "repeated",
1215
- type: "types.ClientDetails",
1216
- id: 1
1217
- }
1218
- }
1219
- },
1220
- BusMessage: {
1221
- oneofs: {
1222
- messageType: {
1223
- oneof: [
1224
- "clientConnected",
1225
- "clientDisconnected",
1226
- "tooManyPublishers",
1227
- "ipsaResponse",
1228
- "startRequest",
1229
- "stopRequest",
1230
- "newPageRequest",
1231
- "previewRequest",
1232
- "previewResponse",
1233
- "cameraListRequest",
1234
- "cameraListResponse",
1235
- "runtimeConfigRequest",
1236
- "clientStatusRequest",
1237
- "recordingStarted",
1238
- "recordingStopped",
1239
- "error"
1240
- ]
1241
- }
1242
- },
1243
- fields: {
1244
- clientConnected: {
1245
- type: "google.protobuf.Empty",
1246
- id: 2
1247
- },
1248
- clientDisconnected: {
1249
- type: "google.protobuf.Empty",
1250
- id: 3
1251
- },
1252
- tooManyPublishers: {
1253
- type: "google.protobuf.Empty",
1254
- id: 4
1255
- },
1256
- ipsaResponse: {
1257
- type: "jibb.ipsa.v1.Response",
1258
- id: 6
1259
- },
1260
- startRequest: {
1261
- type: "StartRequest",
1262
- id: 50
1263
- },
1264
- stopRequest: {
1265
- type: "google.protobuf.Empty",
1266
- id: 51
1267
- },
1268
- newPageRequest: {
1269
- type: "google.protobuf.Empty",
1270
- id: 52
1271
- },
1272
- previewRequest: {
1273
- type: "PreviewRequest",
1274
- id: 53
1275
- },
1276
- previewResponse: {
1277
- type: "PreviewResponse",
1278
- id: 54
1279
- },
1280
- cameraListRequest: {
1281
- type: "google.protobuf.Empty",
1282
- id: 55
1283
- },
1284
- cameraListResponse: {
1285
- type: "GetCameraListResponse",
1286
- id: 56
1287
- },
1288
- runtimeConfigRequest: {
1289
- type: "jibb.ipsa.v1.RuntimeConfig",
1290
- id: 57
1291
- },
1292
- clientStatusRequest: {
1293
- type: "google.protobuf.Empty",
1294
- id: 58
1295
- },
1296
- recordingStarted: {
1297
- type: "google.protobuf.Empty",
1298
- id: 59
1299
- },
1300
- recordingStopped: {
1301
- type: "google.protobuf.Empty",
1302
- id: 60
1303
- },
1304
- error: {
1305
- type: "types.Code",
1306
- id: 100
1307
- },
1308
- src: {
1309
- type: "types.ClientDetails",
1310
- id: 30
1311
- },
1312
- dst: {
1313
- type: "types.ClientDetails",
1314
- id: 31
1315
- }
1316
- }
1317
- }
1318
- }
1319
- },
1320
- google: {
1321
- nested: {
1322
- protobuf: {
1323
- nested: {
1324
- Duration: {
1325
- fields: {
1326
- seconds: {
1327
- type: "int64",
1328
- id: 1
1329
- },
1330
- nanos: {
1331
- type: "int32",
1332
- id: 2
1333
- }
1334
- }
1335
- },
1336
- Timestamp: {
1337
- fields: {
1338
- seconds: {
1339
- type: "int64",
1340
- id: 1
1341
- },
1342
- nanos: {
1343
- type: "int32",
1344
- id: 2
1345
- }
1346
- }
1347
- },
1348
- Empty: {
1349
- fields: {}
1350
- }
1351
- }
1352
- }
1353
- }
1354
- }
1355
- });
1356
-
1357
- module.exports = $root;