@go-labs-sg/registration 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.
@@ -0,0 +1,1464 @@
1
+ [
2
+ {
3
+ "path": ["auth", "whoami"],
4
+ "procedure": "auth.whoami",
5
+ "kind": "query",
6
+ "summary": "Show the active browser-authenticated CLI identity.",
7
+ "effects": [],
8
+ "targetKeys": [],
9
+ "globalOptions": [
10
+ "--api-url <url>",
11
+ "--input <json>",
12
+ "--target <description>",
13
+ "--quiet | -q",
14
+ "--debug",
15
+ "--no-browser",
16
+ "--allow-state-change",
17
+ "--allow-email",
18
+ "--allow-external-write",
19
+ "--allow-delete",
20
+ "--allow-financial-write",
21
+ "--ack-sensitive-data"
22
+ ]
23
+ },
24
+ {
25
+ "path": ["organization", "list"],
26
+ "procedure": "organization.getOrganizationsForUser",
27
+ "kind": "query",
28
+ "summary": "List accessible organizations.",
29
+ "effects": [],
30
+ "targetKeys": [],
31
+ "globalOptions": [
32
+ "--api-url <url>",
33
+ "--input <json>",
34
+ "--target <description>",
35
+ "--quiet | -q",
36
+ "--debug",
37
+ "--no-browser",
38
+ "--allow-state-change",
39
+ "--allow-email",
40
+ "--allow-external-write",
41
+ "--allow-delete",
42
+ "--allow-financial-write",
43
+ "--ack-sensitive-data"
44
+ ]
45
+ },
46
+ {
47
+ "path": ["organization", "get"],
48
+ "procedure": "organization.getOrganizationById",
49
+ "kind": "query",
50
+ "summary": "Get an organization.",
51
+ "effects": [],
52
+ "targetKeys": [],
53
+ "globalOptions": [
54
+ "--api-url <url>",
55
+ "--input <json>",
56
+ "--target <description>",
57
+ "--quiet | -q",
58
+ "--debug",
59
+ "--no-browser",
60
+ "--allow-state-change",
61
+ "--allow-email",
62
+ "--allow-external-write",
63
+ "--allow-delete",
64
+ "--allow-financial-write",
65
+ "--ack-sensitive-data"
66
+ ]
67
+ },
68
+ {
69
+ "path": ["organization", "dashboard"],
70
+ "procedure": "organization.getOrganizationDashboardStats",
71
+ "kind": "query",
72
+ "summary": "Get organization dashboard statistics.",
73
+ "effects": [],
74
+ "targetKeys": [],
75
+ "globalOptions": [
76
+ "--api-url <url>",
77
+ "--input <json>",
78
+ "--target <description>",
79
+ "--quiet | -q",
80
+ "--debug",
81
+ "--no-browser",
82
+ "--allow-state-change",
83
+ "--allow-email",
84
+ "--allow-external-write",
85
+ "--allow-delete",
86
+ "--allow-financial-write",
87
+ "--ack-sensitive-data"
88
+ ]
89
+ },
90
+ {
91
+ "path": ["organization", "update"],
92
+ "procedure": "organization.updateOrganizationById",
93
+ "kind": "mutation",
94
+ "summary": "Update an organization.",
95
+ "effects": ["state-change"],
96
+ "targetKeys": [
97
+ "registrationIds",
98
+ "registrationId",
99
+ "memberId",
100
+ "invitationId",
101
+ "optionId",
102
+ "fieldId",
103
+ "sectionId",
104
+ "emailId",
105
+ "formId",
106
+ "eventId",
107
+ "email",
108
+ "organizationId",
109
+ "id"
110
+ ],
111
+ "globalOptions": [
112
+ "--api-url <url>",
113
+ "--input <json>",
114
+ "--target <description>",
115
+ "--quiet | -q",
116
+ "--debug",
117
+ "--no-browser",
118
+ "--allow-state-change",
119
+ "--allow-email",
120
+ "--allow-external-write",
121
+ "--allow-delete",
122
+ "--allow-financial-write",
123
+ "--ack-sensitive-data"
124
+ ]
125
+ },
126
+ {
127
+ "path": ["organization", "archive"],
128
+ "procedure": "organization.archiveOrganization",
129
+ "kind": "mutation",
130
+ "summary": "Archive an organization.",
131
+ "effects": ["state-change", "delete"],
132
+ "targetKeys": [
133
+ "registrationIds",
134
+ "registrationId",
135
+ "memberId",
136
+ "invitationId",
137
+ "optionId",
138
+ "fieldId",
139
+ "sectionId",
140
+ "emailId",
141
+ "formId",
142
+ "eventId",
143
+ "email",
144
+ "organizationId",
145
+ "id"
146
+ ],
147
+ "globalOptions": [
148
+ "--api-url <url>",
149
+ "--input <json>",
150
+ "--target <description>",
151
+ "--quiet | -q",
152
+ "--debug",
153
+ "--no-browser",
154
+ "--allow-state-change",
155
+ "--allow-email",
156
+ "--allow-external-write",
157
+ "--allow-delete",
158
+ "--allow-financial-write",
159
+ "--ack-sensitive-data"
160
+ ]
161
+ },
162
+ {
163
+ "path": ["team", "list"],
164
+ "procedure": "organization.getMembersByOrganization",
165
+ "kind": "query",
166
+ "summary": "List organization members.",
167
+ "effects": ["sensitive-data"],
168
+ "targetKeys": [],
169
+ "globalOptions": [
170
+ "--api-url <url>",
171
+ "--input <json>",
172
+ "--target <description>",
173
+ "--quiet | -q",
174
+ "--debug",
175
+ "--no-browser",
176
+ "--allow-state-change",
177
+ "--allow-email",
178
+ "--allow-external-write",
179
+ "--allow-delete",
180
+ "--allow-financial-write",
181
+ "--ack-sensitive-data"
182
+ ]
183
+ },
184
+ {
185
+ "path": ["team", "invite"],
186
+ "procedure": "organization.createOrganizationMember",
187
+ "kind": "mutation",
188
+ "summary": "Invite a team member.",
189
+ "effects": ["state-change"],
190
+ "targetKeys": [
191
+ "registrationIds",
192
+ "registrationId",
193
+ "memberId",
194
+ "invitationId",
195
+ "optionId",
196
+ "fieldId",
197
+ "sectionId",
198
+ "emailId",
199
+ "formId",
200
+ "eventId",
201
+ "email",
202
+ "organizationId",
203
+ "id"
204
+ ],
205
+ "globalOptions": [
206
+ "--api-url <url>",
207
+ "--input <json>",
208
+ "--target <description>",
209
+ "--quiet | -q",
210
+ "--debug",
211
+ "--no-browser",
212
+ "--allow-state-change",
213
+ "--allow-email",
214
+ "--allow-external-write",
215
+ "--allow-delete",
216
+ "--allow-financial-write",
217
+ "--ack-sensitive-data"
218
+ ]
219
+ },
220
+ {
221
+ "path": ["team", "role", "update"],
222
+ "procedure": "organization.updateOrganizationMemberRole",
223
+ "kind": "mutation",
224
+ "summary": "Update a team member role.",
225
+ "effects": ["state-change"],
226
+ "targetKeys": [
227
+ "registrationIds",
228
+ "registrationId",
229
+ "memberId",
230
+ "invitationId",
231
+ "optionId",
232
+ "fieldId",
233
+ "sectionId",
234
+ "emailId",
235
+ "formId",
236
+ "eventId",
237
+ "email",
238
+ "organizationId",
239
+ "id"
240
+ ],
241
+ "globalOptions": [
242
+ "--api-url <url>",
243
+ "--input <json>",
244
+ "--target <description>",
245
+ "--quiet | -q",
246
+ "--debug",
247
+ "--no-browser",
248
+ "--allow-state-change",
249
+ "--allow-email",
250
+ "--allow-external-write",
251
+ "--allow-delete",
252
+ "--allow-financial-write",
253
+ "--ack-sensitive-data"
254
+ ]
255
+ },
256
+ {
257
+ "path": ["team", "remove"],
258
+ "procedure": "organization.deleteOrganizationMember",
259
+ "kind": "mutation",
260
+ "summary": "Remove a team member.",
261
+ "effects": ["state-change", "delete"],
262
+ "targetKeys": [
263
+ "registrationIds",
264
+ "registrationId",
265
+ "memberId",
266
+ "invitationId",
267
+ "optionId",
268
+ "fieldId",
269
+ "sectionId",
270
+ "emailId",
271
+ "formId",
272
+ "eventId",
273
+ "email",
274
+ "organizationId",
275
+ "id"
276
+ ],
277
+ "globalOptions": [
278
+ "--api-url <url>",
279
+ "--input <json>",
280
+ "--target <description>",
281
+ "--quiet | -q",
282
+ "--debug",
283
+ "--no-browser",
284
+ "--allow-state-change",
285
+ "--allow-email",
286
+ "--allow-external-write",
287
+ "--allow-delete",
288
+ "--allow-financial-write",
289
+ "--ack-sensitive-data"
290
+ ]
291
+ },
292
+ {
293
+ "path": ["invitation", "list"],
294
+ "procedure": "organization.getInvitedMemberships",
295
+ "kind": "query",
296
+ "summary": "List invitations for the current user.",
297
+ "effects": [],
298
+ "targetKeys": [],
299
+ "globalOptions": [
300
+ "--api-url <url>",
301
+ "--input <json>",
302
+ "--target <description>",
303
+ "--quiet | -q",
304
+ "--debug",
305
+ "--no-browser",
306
+ "--allow-state-change",
307
+ "--allow-email",
308
+ "--allow-external-write",
309
+ "--allow-delete",
310
+ "--allow-financial-write",
311
+ "--ack-sensitive-data"
312
+ ]
313
+ },
314
+ {
315
+ "path": ["invitation", "get"],
316
+ "procedure": "organization.getInvitedOrganizationById",
317
+ "kind": "query",
318
+ "summary": "Get a pending invitation for the current user.",
319
+ "effects": [],
320
+ "targetKeys": [],
321
+ "globalOptions": [
322
+ "--api-url <url>",
323
+ "--input <json>",
324
+ "--target <description>",
325
+ "--quiet | -q",
326
+ "--debug",
327
+ "--no-browser",
328
+ "--allow-state-change",
329
+ "--allow-email",
330
+ "--allow-external-write",
331
+ "--allow-delete",
332
+ "--allow-financial-write",
333
+ "--ack-sensitive-data"
334
+ ]
335
+ },
336
+ {
337
+ "path": ["invitation", "accept"],
338
+ "procedure": "organization.acceptInvitation",
339
+ "kind": "mutation",
340
+ "summary": "Accept an invitation.",
341
+ "effects": ["state-change"],
342
+ "targetKeys": [
343
+ "registrationIds",
344
+ "registrationId",
345
+ "memberId",
346
+ "invitationId",
347
+ "optionId",
348
+ "fieldId",
349
+ "sectionId",
350
+ "emailId",
351
+ "formId",
352
+ "eventId",
353
+ "email",
354
+ "organizationId",
355
+ "id"
356
+ ],
357
+ "globalOptions": [
358
+ "--api-url <url>",
359
+ "--input <json>",
360
+ "--target <description>",
361
+ "--quiet | -q",
362
+ "--debug",
363
+ "--no-browser",
364
+ "--allow-state-change",
365
+ "--allow-email",
366
+ "--allow-external-write",
367
+ "--allow-delete",
368
+ "--allow-financial-write",
369
+ "--ack-sensitive-data"
370
+ ]
371
+ },
372
+ {
373
+ "path": ["invitation", "reject"],
374
+ "procedure": "organization.rejectInvitation",
375
+ "kind": "mutation",
376
+ "summary": "Reject an invitation.",
377
+ "effects": ["state-change"],
378
+ "targetKeys": [
379
+ "registrationIds",
380
+ "registrationId",
381
+ "memberId",
382
+ "invitationId",
383
+ "optionId",
384
+ "fieldId",
385
+ "sectionId",
386
+ "emailId",
387
+ "formId",
388
+ "eventId",
389
+ "email",
390
+ "organizationId",
391
+ "id"
392
+ ],
393
+ "globalOptions": [
394
+ "--api-url <url>",
395
+ "--input <json>",
396
+ "--target <description>",
397
+ "--quiet | -q",
398
+ "--debug",
399
+ "--no-browser",
400
+ "--allow-state-change",
401
+ "--allow-email",
402
+ "--allow-external-write",
403
+ "--allow-delete",
404
+ "--allow-financial-write",
405
+ "--ack-sensitive-data"
406
+ ]
407
+ },
408
+ {
409
+ "path": ["event", "list"],
410
+ "procedure": "event.getEventsByOrgId",
411
+ "kind": "query",
412
+ "summary": "List events.",
413
+ "effects": [],
414
+ "targetKeys": [],
415
+ "globalOptions": [
416
+ "--api-url <url>",
417
+ "--input <json>",
418
+ "--target <description>",
419
+ "--quiet | -q",
420
+ "--debug",
421
+ "--no-browser",
422
+ "--allow-state-change",
423
+ "--allow-email",
424
+ "--allow-external-write",
425
+ "--allow-delete",
426
+ "--allow-financial-write",
427
+ "--ack-sensitive-data"
428
+ ]
429
+ },
430
+ {
431
+ "path": ["event", "get"],
432
+ "procedure": "event.getEventById",
433
+ "kind": "query",
434
+ "summary": "Get an event.",
435
+ "effects": [],
436
+ "targetKeys": [],
437
+ "globalOptions": [
438
+ "--api-url <url>",
439
+ "--input <json>",
440
+ "--target <description>",
441
+ "--quiet | -q",
442
+ "--debug",
443
+ "--no-browser",
444
+ "--allow-state-change",
445
+ "--allow-email",
446
+ "--allow-external-write",
447
+ "--allow-delete",
448
+ "--allow-financial-write",
449
+ "--ack-sensitive-data"
450
+ ]
451
+ },
452
+ {
453
+ "path": ["event", "metrics"],
454
+ "procedure": "event.getEventMetrics",
455
+ "kind": "query",
456
+ "summary": "Get event metrics.",
457
+ "effects": [],
458
+ "targetKeys": [],
459
+ "globalOptions": [
460
+ "--api-url <url>",
461
+ "--input <json>",
462
+ "--target <description>",
463
+ "--quiet | -q",
464
+ "--debug",
465
+ "--no-browser",
466
+ "--allow-state-change",
467
+ "--allow-email",
468
+ "--allow-external-write",
469
+ "--allow-delete",
470
+ "--allow-financial-write",
471
+ "--ack-sensitive-data"
472
+ ]
473
+ },
474
+ {
475
+ "path": ["event", "create"],
476
+ "procedure": "event.createEvent",
477
+ "kind": "mutation",
478
+ "summary": "Create an event.",
479
+ "effects": ["state-change"],
480
+ "targetKeys": [
481
+ "registrationIds",
482
+ "registrationId",
483
+ "memberId",
484
+ "invitationId",
485
+ "optionId",
486
+ "fieldId",
487
+ "sectionId",
488
+ "emailId",
489
+ "formId",
490
+ "eventId",
491
+ "email",
492
+ "organizationId",
493
+ "id"
494
+ ],
495
+ "globalOptions": [
496
+ "--api-url <url>",
497
+ "--input <json>",
498
+ "--target <description>",
499
+ "--quiet | -q",
500
+ "--debug",
501
+ "--no-browser",
502
+ "--allow-state-change",
503
+ "--allow-email",
504
+ "--allow-external-write",
505
+ "--allow-delete",
506
+ "--allow-financial-write",
507
+ "--ack-sensitive-data"
508
+ ]
509
+ },
510
+ {
511
+ "path": ["event", "update"],
512
+ "procedure": "event.updateEvent",
513
+ "kind": "mutation",
514
+ "summary": "Update an event.",
515
+ "effects": ["state-change", "email", "external-write"],
516
+ "targetKeys": [
517
+ "registrationIds",
518
+ "registrationId",
519
+ "memberId",
520
+ "invitationId",
521
+ "optionId",
522
+ "fieldId",
523
+ "sectionId",
524
+ "emailId",
525
+ "formId",
526
+ "eventId",
527
+ "email",
528
+ "organizationId",
529
+ "id"
530
+ ],
531
+ "globalOptions": [
532
+ "--api-url <url>",
533
+ "--input <json>",
534
+ "--target <description>",
535
+ "--quiet | -q",
536
+ "--debug",
537
+ "--no-browser",
538
+ "--allow-state-change",
539
+ "--allow-email",
540
+ "--allow-external-write",
541
+ "--allow-delete",
542
+ "--allow-financial-write",
543
+ "--ack-sensitive-data"
544
+ ]
545
+ },
546
+ {
547
+ "path": ["event", "duplicate"],
548
+ "procedure": "event.duplicateEvent",
549
+ "kind": "mutation",
550
+ "summary": "Duplicate an event.",
551
+ "effects": ["state-change"],
552
+ "targetKeys": [
553
+ "registrationIds",
554
+ "registrationId",
555
+ "memberId",
556
+ "invitationId",
557
+ "optionId",
558
+ "fieldId",
559
+ "sectionId",
560
+ "emailId",
561
+ "formId",
562
+ "eventId",
563
+ "email",
564
+ "organizationId",
565
+ "id"
566
+ ],
567
+ "globalOptions": [
568
+ "--api-url <url>",
569
+ "--input <json>",
570
+ "--target <description>",
571
+ "--quiet | -q",
572
+ "--debug",
573
+ "--no-browser",
574
+ "--allow-state-change",
575
+ "--allow-email",
576
+ "--allow-external-write",
577
+ "--allow-delete",
578
+ "--allow-financial-write",
579
+ "--ack-sensitive-data"
580
+ ]
581
+ },
582
+ {
583
+ "path": ["event", "delete"],
584
+ "procedure": "event.deleteEvent",
585
+ "kind": "mutation",
586
+ "summary": "Delete an event.",
587
+ "effects": ["state-change", "delete"],
588
+ "targetKeys": [
589
+ "registrationIds",
590
+ "registrationId",
591
+ "memberId",
592
+ "invitationId",
593
+ "optionId",
594
+ "fieldId",
595
+ "sectionId",
596
+ "emailId",
597
+ "formId",
598
+ "eventId",
599
+ "email",
600
+ "organizationId",
601
+ "id"
602
+ ],
603
+ "globalOptions": [
604
+ "--api-url <url>",
605
+ "--input <json>",
606
+ "--target <description>",
607
+ "--quiet | -q",
608
+ "--debug",
609
+ "--no-browser",
610
+ "--allow-state-change",
611
+ "--allow-email",
612
+ "--allow-external-write",
613
+ "--allow-delete",
614
+ "--allow-financial-write",
615
+ "--ack-sensitive-data"
616
+ ]
617
+ },
618
+ {
619
+ "path": ["event", "status", "update"],
620
+ "procedure": "event.updateEventStatus",
621
+ "kind": "mutation",
622
+ "summary": "Update event status.",
623
+ "effects": ["state-change"],
624
+ "targetKeys": [
625
+ "registrationIds",
626
+ "registrationId",
627
+ "memberId",
628
+ "invitationId",
629
+ "optionId",
630
+ "fieldId",
631
+ "sectionId",
632
+ "emailId",
633
+ "formId",
634
+ "eventId",
635
+ "email",
636
+ "organizationId",
637
+ "id"
638
+ ],
639
+ "globalOptions": [
640
+ "--api-url <url>",
641
+ "--input <json>",
642
+ "--target <description>",
643
+ "--quiet | -q",
644
+ "--debug",
645
+ "--no-browser",
646
+ "--allow-state-change",
647
+ "--allow-email",
648
+ "--allow-external-write",
649
+ "--allow-delete",
650
+ "--allow-financial-write",
651
+ "--ack-sensitive-data"
652
+ ]
653
+ },
654
+ {
655
+ "path": ["event", "registration-settings", "update"],
656
+ "procedure": "event.updateRegistrationSettings",
657
+ "kind": "mutation",
658
+ "summary": "Update an event registration window.",
659
+ "effects": ["state-change"],
660
+ "targetKeys": [
661
+ "registrationIds",
662
+ "registrationId",
663
+ "memberId",
664
+ "invitationId",
665
+ "optionId",
666
+ "fieldId",
667
+ "sectionId",
668
+ "emailId",
669
+ "formId",
670
+ "eventId",
671
+ "email",
672
+ "organizationId",
673
+ "id"
674
+ ],
675
+ "globalOptions": [
676
+ "--api-url <url>",
677
+ "--input <json>",
678
+ "--target <description>",
679
+ "--quiet | -q",
680
+ "--debug",
681
+ "--no-browser",
682
+ "--allow-state-change",
683
+ "--allow-email",
684
+ "--allow-external-write",
685
+ "--allow-delete",
686
+ "--allow-financial-write",
687
+ "--ack-sensitive-data"
688
+ ]
689
+ },
690
+ {
691
+ "path": ["form", "list"],
692
+ "procedure": "form.getFormsByEventId",
693
+ "kind": "query",
694
+ "summary": "List forms.",
695
+ "effects": [],
696
+ "targetKeys": [],
697
+ "globalOptions": [
698
+ "--api-url <url>",
699
+ "--input <json>",
700
+ "--target <description>",
701
+ "--quiet | -q",
702
+ "--debug",
703
+ "--no-browser",
704
+ "--allow-state-change",
705
+ "--allow-email",
706
+ "--allow-external-write",
707
+ "--allow-delete",
708
+ "--allow-financial-write",
709
+ "--ack-sensitive-data"
710
+ ]
711
+ },
712
+ {
713
+ "path": ["form", "get"],
714
+ "procedure": "form.getFormById",
715
+ "kind": "query",
716
+ "summary": "Get a form.",
717
+ "effects": [],
718
+ "targetKeys": [],
719
+ "globalOptions": [
720
+ "--api-url <url>",
721
+ "--input <json>",
722
+ "--target <description>",
723
+ "--quiet | -q",
724
+ "--debug",
725
+ "--no-browser",
726
+ "--allow-state-change",
727
+ "--allow-email",
728
+ "--allow-external-write",
729
+ "--allow-delete",
730
+ "--allow-financial-write",
731
+ "--ack-sensitive-data"
732
+ ]
733
+ },
734
+ {
735
+ "path": ["form", "create"],
736
+ "procedure": "form.createForm",
737
+ "kind": "mutation",
738
+ "summary": "Create a form.",
739
+ "effects": ["state-change"],
740
+ "targetKeys": [
741
+ "registrationIds",
742
+ "registrationId",
743
+ "memberId",
744
+ "invitationId",
745
+ "optionId",
746
+ "fieldId",
747
+ "sectionId",
748
+ "emailId",
749
+ "formId",
750
+ "eventId",
751
+ "email",
752
+ "organizationId",
753
+ "id"
754
+ ],
755
+ "globalOptions": [
756
+ "--api-url <url>",
757
+ "--input <json>",
758
+ "--target <description>",
759
+ "--quiet | -q",
760
+ "--debug",
761
+ "--no-browser",
762
+ "--allow-state-change",
763
+ "--allow-email",
764
+ "--allow-external-write",
765
+ "--allow-delete",
766
+ "--allow-financial-write",
767
+ "--ack-sensitive-data"
768
+ ]
769
+ },
770
+ {
771
+ "path": ["form", "update"],
772
+ "procedure": "form.updateForm",
773
+ "kind": "mutation",
774
+ "summary": "Update a form.",
775
+ "effects": ["state-change"],
776
+ "targetKeys": [
777
+ "registrationIds",
778
+ "registrationId",
779
+ "memberId",
780
+ "invitationId",
781
+ "optionId",
782
+ "fieldId",
783
+ "sectionId",
784
+ "emailId",
785
+ "formId",
786
+ "eventId",
787
+ "email",
788
+ "organizationId",
789
+ "id"
790
+ ],
791
+ "globalOptions": [
792
+ "--api-url <url>",
793
+ "--input <json>",
794
+ "--target <description>",
795
+ "--quiet | -q",
796
+ "--debug",
797
+ "--no-browser",
798
+ "--allow-state-change",
799
+ "--allow-email",
800
+ "--allow-external-write",
801
+ "--allow-delete",
802
+ "--allow-financial-write",
803
+ "--ack-sensitive-data"
804
+ ]
805
+ },
806
+ {
807
+ "path": ["form", "archive"],
808
+ "procedure": "form.deleteForm",
809
+ "kind": "mutation",
810
+ "summary": "Archive a form.",
811
+ "effects": ["state-change", "delete"],
812
+ "targetKeys": [
813
+ "registrationIds",
814
+ "registrationId",
815
+ "memberId",
816
+ "invitationId",
817
+ "optionId",
818
+ "fieldId",
819
+ "sectionId",
820
+ "emailId",
821
+ "formId",
822
+ "eventId",
823
+ "email",
824
+ "organizationId",
825
+ "id"
826
+ ],
827
+ "globalOptions": [
828
+ "--api-url <url>",
829
+ "--input <json>",
830
+ "--target <description>",
831
+ "--quiet | -q",
832
+ "--debug",
833
+ "--no-browser",
834
+ "--allow-state-change",
835
+ "--allow-email",
836
+ "--allow-external-write",
837
+ "--allow-delete",
838
+ "--allow-financial-write",
839
+ "--ack-sensitive-data"
840
+ ]
841
+ },
842
+ {
843
+ "path": ["section", "upsert"],
844
+ "procedure": "form.upsertSection",
845
+ "kind": "mutation",
846
+ "summary": "Create or update a form section.",
847
+ "effects": ["state-change"],
848
+ "targetKeys": [
849
+ "registrationIds",
850
+ "registrationId",
851
+ "memberId",
852
+ "invitationId",
853
+ "optionId",
854
+ "fieldId",
855
+ "sectionId",
856
+ "emailId",
857
+ "formId",
858
+ "eventId",
859
+ "email",
860
+ "organizationId",
861
+ "id"
862
+ ],
863
+ "globalOptions": [
864
+ "--api-url <url>",
865
+ "--input <json>",
866
+ "--target <description>",
867
+ "--quiet | -q",
868
+ "--debug",
869
+ "--no-browser",
870
+ "--allow-state-change",
871
+ "--allow-email",
872
+ "--allow-external-write",
873
+ "--allow-delete",
874
+ "--allow-financial-write",
875
+ "--ack-sensitive-data"
876
+ ]
877
+ },
878
+ {
879
+ "path": ["section", "reorder"],
880
+ "procedure": "form.updateSectionsOrder",
881
+ "kind": "mutation",
882
+ "summary": "Reorder form sections.",
883
+ "effects": ["state-change"],
884
+ "targetKeys": [
885
+ "registrationIds",
886
+ "registrationId",
887
+ "memberId",
888
+ "invitationId",
889
+ "optionId",
890
+ "fieldId",
891
+ "sectionId",
892
+ "emailId",
893
+ "formId",
894
+ "eventId",
895
+ "email",
896
+ "organizationId",
897
+ "id"
898
+ ],
899
+ "globalOptions": [
900
+ "--api-url <url>",
901
+ "--input <json>",
902
+ "--target <description>",
903
+ "--quiet | -q",
904
+ "--debug",
905
+ "--no-browser",
906
+ "--allow-state-change",
907
+ "--allow-email",
908
+ "--allow-external-write",
909
+ "--allow-delete",
910
+ "--allow-financial-write",
911
+ "--ack-sensitive-data"
912
+ ]
913
+ },
914
+ {
915
+ "path": ["field", "upsert"],
916
+ "procedure": "form.upsertFormField",
917
+ "kind": "mutation",
918
+ "summary": "Create or update a form field.",
919
+ "effects": ["state-change"],
920
+ "targetKeys": [
921
+ "registrationIds",
922
+ "registrationId",
923
+ "memberId",
924
+ "invitationId",
925
+ "optionId",
926
+ "fieldId",
927
+ "sectionId",
928
+ "emailId",
929
+ "formId",
930
+ "eventId",
931
+ "email",
932
+ "organizationId",
933
+ "id"
934
+ ],
935
+ "globalOptions": [
936
+ "--api-url <url>",
937
+ "--input <json>",
938
+ "--target <description>",
939
+ "--quiet | -q",
940
+ "--debug",
941
+ "--no-browser",
942
+ "--allow-state-change",
943
+ "--allow-email",
944
+ "--allow-external-write",
945
+ "--allow-delete",
946
+ "--allow-financial-write",
947
+ "--ack-sensitive-data"
948
+ ]
949
+ },
950
+ {
951
+ "path": ["field", "reorder"],
952
+ "procedure": "form.updateFormFieldsOrder",
953
+ "kind": "mutation",
954
+ "summary": "Reorder form fields.",
955
+ "effects": ["state-change"],
956
+ "targetKeys": [
957
+ "registrationIds",
958
+ "registrationId",
959
+ "memberId",
960
+ "invitationId",
961
+ "optionId",
962
+ "fieldId",
963
+ "sectionId",
964
+ "emailId",
965
+ "formId",
966
+ "eventId",
967
+ "email",
968
+ "organizationId",
969
+ "id"
970
+ ],
971
+ "globalOptions": [
972
+ "--api-url <url>",
973
+ "--input <json>",
974
+ "--target <description>",
975
+ "--quiet | -q",
976
+ "--debug",
977
+ "--no-browser",
978
+ "--allow-state-change",
979
+ "--allow-email",
980
+ "--allow-external-write",
981
+ "--allow-delete",
982
+ "--allow-financial-write",
983
+ "--ack-sensitive-data"
984
+ ]
985
+ },
986
+ {
987
+ "path": ["field", "validation", "upsert"],
988
+ "procedure": "form.upsertFormFieldValidation",
989
+ "kind": "mutation",
990
+ "summary": "Create, update, or clear field validation.",
991
+ "effects": ["state-change"],
992
+ "targetKeys": [
993
+ "registrationIds",
994
+ "registrationId",
995
+ "memberId",
996
+ "invitationId",
997
+ "optionId",
998
+ "fieldId",
999
+ "sectionId",
1000
+ "emailId",
1001
+ "formId",
1002
+ "eventId",
1003
+ "email",
1004
+ "organizationId",
1005
+ "id"
1006
+ ],
1007
+ "globalOptions": [
1008
+ "--api-url <url>",
1009
+ "--input <json>",
1010
+ "--target <description>",
1011
+ "--quiet | -q",
1012
+ "--debug",
1013
+ "--no-browser",
1014
+ "--allow-state-change",
1015
+ "--allow-email",
1016
+ "--allow-external-write",
1017
+ "--allow-delete",
1018
+ "--allow-financial-write",
1019
+ "--ack-sensitive-data"
1020
+ ]
1021
+ },
1022
+ {
1023
+ "path": ["option", "upsert"],
1024
+ "procedure": "form.upsertFormFieldOption",
1025
+ "kind": "mutation",
1026
+ "summary": "Create or update a form-field option.",
1027
+ "effects": ["state-change"],
1028
+ "targetKeys": [
1029
+ "registrationIds",
1030
+ "registrationId",
1031
+ "memberId",
1032
+ "invitationId",
1033
+ "optionId",
1034
+ "fieldId",
1035
+ "sectionId",
1036
+ "emailId",
1037
+ "formId",
1038
+ "eventId",
1039
+ "email",
1040
+ "organizationId",
1041
+ "id"
1042
+ ],
1043
+ "globalOptions": [
1044
+ "--api-url <url>",
1045
+ "--input <json>",
1046
+ "--target <description>",
1047
+ "--quiet | -q",
1048
+ "--debug",
1049
+ "--no-browser",
1050
+ "--allow-state-change",
1051
+ "--allow-email",
1052
+ "--allow-external-write",
1053
+ "--allow-delete",
1054
+ "--allow-financial-write",
1055
+ "--ack-sensitive-data"
1056
+ ]
1057
+ },
1058
+ {
1059
+ "path": ["option", "reorder"],
1060
+ "procedure": "form.updateFormFieldOptionsOrder",
1061
+ "kind": "mutation",
1062
+ "summary": "Reorder form-field options.",
1063
+ "effects": ["state-change"],
1064
+ "targetKeys": [
1065
+ "registrationIds",
1066
+ "registrationId",
1067
+ "memberId",
1068
+ "invitationId",
1069
+ "optionId",
1070
+ "fieldId",
1071
+ "sectionId",
1072
+ "emailId",
1073
+ "formId",
1074
+ "eventId",
1075
+ "email",
1076
+ "organizationId",
1077
+ "id"
1078
+ ],
1079
+ "globalOptions": [
1080
+ "--api-url <url>",
1081
+ "--input <json>",
1082
+ "--target <description>",
1083
+ "--quiet | -q",
1084
+ "--debug",
1085
+ "--no-browser",
1086
+ "--allow-state-change",
1087
+ "--allow-email",
1088
+ "--allow-external-write",
1089
+ "--allow-delete",
1090
+ "--allow-financial-write",
1091
+ "--ack-sensitive-data"
1092
+ ]
1093
+ },
1094
+ {
1095
+ "path": ["registration", "list"],
1096
+ "procedure": "event.getRegistrationsForEvent",
1097
+ "kind": "query",
1098
+ "summary": "List registrations.",
1099
+ "effects": ["sensitive-data"],
1100
+ "targetKeys": [],
1101
+ "globalOptions": [
1102
+ "--api-url <url>",
1103
+ "--input <json>",
1104
+ "--target <description>",
1105
+ "--quiet | -q",
1106
+ "--debug",
1107
+ "--no-browser",
1108
+ "--allow-state-change",
1109
+ "--allow-email",
1110
+ "--allow-external-write",
1111
+ "--allow-delete",
1112
+ "--allow-financial-write",
1113
+ "--ack-sensitive-data"
1114
+ ]
1115
+ },
1116
+ {
1117
+ "path": ["registration", "get"],
1118
+ "procedure": "event.getRegistration",
1119
+ "kind": "query",
1120
+ "summary": "Get a registration.",
1121
+ "effects": ["sensitive-data"],
1122
+ "targetKeys": [],
1123
+ "globalOptions": [
1124
+ "--api-url <url>",
1125
+ "--input <json>",
1126
+ "--target <description>",
1127
+ "--quiet | -q",
1128
+ "--debug",
1129
+ "--no-browser",
1130
+ "--allow-state-change",
1131
+ "--allow-email",
1132
+ "--allow-external-write",
1133
+ "--allow-delete",
1134
+ "--allow-financial-write",
1135
+ "--ack-sensitive-data"
1136
+ ]
1137
+ },
1138
+ {
1139
+ "path": ["registration", "status", "update"],
1140
+ "procedure": "event.updateRegistrationStatus",
1141
+ "kind": "mutation",
1142
+ "summary": "Update a registration status.",
1143
+ "effects": ["state-change"],
1144
+ "targetKeys": [
1145
+ "registrationIds",
1146
+ "registrationId",
1147
+ "memberId",
1148
+ "invitationId",
1149
+ "optionId",
1150
+ "fieldId",
1151
+ "sectionId",
1152
+ "emailId",
1153
+ "formId",
1154
+ "eventId",
1155
+ "email",
1156
+ "organizationId",
1157
+ "id"
1158
+ ],
1159
+ "globalOptions": [
1160
+ "--api-url <url>",
1161
+ "--input <json>",
1162
+ "--target <description>",
1163
+ "--quiet | -q",
1164
+ "--debug",
1165
+ "--no-browser",
1166
+ "--allow-state-change",
1167
+ "--allow-email",
1168
+ "--allow-external-write",
1169
+ "--allow-delete",
1170
+ "--allow-financial-write",
1171
+ "--ack-sensitive-data"
1172
+ ]
1173
+ },
1174
+ {
1175
+ "path": ["registration", "delete"],
1176
+ "procedure": "event.deleteRegistrations",
1177
+ "kind": "mutation",
1178
+ "summary": "Delete registrations.",
1179
+ "effects": ["state-change", "delete"],
1180
+ "targetKeys": [
1181
+ "registrationIds",
1182
+ "registrationId",
1183
+ "memberId",
1184
+ "invitationId",
1185
+ "optionId",
1186
+ "fieldId",
1187
+ "sectionId",
1188
+ "emailId",
1189
+ "formId",
1190
+ "eventId",
1191
+ "email",
1192
+ "organizationId",
1193
+ "id"
1194
+ ],
1195
+ "globalOptions": [
1196
+ "--api-url <url>",
1197
+ "--input <json>",
1198
+ "--target <description>",
1199
+ "--quiet | -q",
1200
+ "--debug",
1201
+ "--no-browser",
1202
+ "--allow-state-change",
1203
+ "--allow-email",
1204
+ "--allow-external-write",
1205
+ "--allow-delete",
1206
+ "--allow-financial-write",
1207
+ "--ack-sensitive-data"
1208
+ ]
1209
+ },
1210
+ {
1211
+ "path": ["registration", "check-in"],
1212
+ "procedure": "event.checkIn",
1213
+ "kind": "mutation",
1214
+ "summary": "Check in a registration.",
1215
+ "effects": ["state-change"],
1216
+ "targetKeys": [
1217
+ "registrationIds",
1218
+ "registrationId",
1219
+ "memberId",
1220
+ "invitationId",
1221
+ "optionId",
1222
+ "fieldId",
1223
+ "sectionId",
1224
+ "emailId",
1225
+ "formId",
1226
+ "eventId",
1227
+ "email",
1228
+ "organizationId",
1229
+ "id"
1230
+ ],
1231
+ "globalOptions": [
1232
+ "--api-url <url>",
1233
+ "--input <json>",
1234
+ "--target <description>",
1235
+ "--quiet | -q",
1236
+ "--debug",
1237
+ "--no-browser",
1238
+ "--allow-state-change",
1239
+ "--allow-email",
1240
+ "--allow-external-write",
1241
+ "--allow-delete",
1242
+ "--allow-financial-write",
1243
+ "--ack-sensitive-data"
1244
+ ]
1245
+ },
1246
+ {
1247
+ "path": ["email", "list"],
1248
+ "procedure": "email.getAllEmails",
1249
+ "kind": "query",
1250
+ "summary": "List event emails.",
1251
+ "effects": ["sensitive-data"],
1252
+ "targetKeys": [],
1253
+ "globalOptions": [
1254
+ "--api-url <url>",
1255
+ "--input <json>",
1256
+ "--target <description>",
1257
+ "--quiet | -q",
1258
+ "--debug",
1259
+ "--no-browser",
1260
+ "--allow-state-change",
1261
+ "--allow-email",
1262
+ "--allow-external-write",
1263
+ "--allow-delete",
1264
+ "--allow-financial-write",
1265
+ "--ack-sensitive-data"
1266
+ ]
1267
+ },
1268
+ {
1269
+ "path": ["email", "get"],
1270
+ "procedure": "email.getEmailById",
1271
+ "kind": "query",
1272
+ "summary": "Get an email template.",
1273
+ "effects": ["sensitive-data"],
1274
+ "targetKeys": [],
1275
+ "globalOptions": [
1276
+ "--api-url <url>",
1277
+ "--input <json>",
1278
+ "--target <description>",
1279
+ "--quiet | -q",
1280
+ "--debug",
1281
+ "--no-browser",
1282
+ "--allow-state-change",
1283
+ "--allow-email",
1284
+ "--allow-external-write",
1285
+ "--allow-delete",
1286
+ "--allow-financial-write",
1287
+ "--ack-sensitive-data"
1288
+ ]
1289
+ },
1290
+ {
1291
+ "path": ["email", "create"],
1292
+ "procedure": "email.createEmailTemplate",
1293
+ "kind": "mutation",
1294
+ "summary": "Create an email template.",
1295
+ "effects": ["state-change"],
1296
+ "targetKeys": [
1297
+ "registrationIds",
1298
+ "registrationId",
1299
+ "memberId",
1300
+ "invitationId",
1301
+ "optionId",
1302
+ "fieldId",
1303
+ "sectionId",
1304
+ "emailId",
1305
+ "formId",
1306
+ "eventId",
1307
+ "email",
1308
+ "organizationId",
1309
+ "id"
1310
+ ],
1311
+ "globalOptions": [
1312
+ "--api-url <url>",
1313
+ "--input <json>",
1314
+ "--target <description>",
1315
+ "--quiet | -q",
1316
+ "--debug",
1317
+ "--no-browser",
1318
+ "--allow-state-change",
1319
+ "--allow-email",
1320
+ "--allow-external-write",
1321
+ "--allow-delete",
1322
+ "--allow-financial-write",
1323
+ "--ack-sensitive-data"
1324
+ ]
1325
+ },
1326
+ {
1327
+ "path": ["email", "update"],
1328
+ "procedure": "email.updateEmailTemplate",
1329
+ "kind": "mutation",
1330
+ "summary": "Update an email template.",
1331
+ "effects": ["state-change"],
1332
+ "targetKeys": [
1333
+ "registrationIds",
1334
+ "registrationId",
1335
+ "memberId",
1336
+ "invitationId",
1337
+ "optionId",
1338
+ "fieldId",
1339
+ "sectionId",
1340
+ "emailId",
1341
+ "formId",
1342
+ "eventId",
1343
+ "email",
1344
+ "organizationId",
1345
+ "id"
1346
+ ],
1347
+ "globalOptions": [
1348
+ "--api-url <url>",
1349
+ "--input <json>",
1350
+ "--target <description>",
1351
+ "--quiet | -q",
1352
+ "--debug",
1353
+ "--no-browser",
1354
+ "--allow-state-change",
1355
+ "--allow-email",
1356
+ "--allow-external-write",
1357
+ "--allow-delete",
1358
+ "--allow-financial-write",
1359
+ "--ack-sensitive-data"
1360
+ ]
1361
+ },
1362
+ {
1363
+ "path": ["email", "duplicate"],
1364
+ "procedure": "email.duplicateEmail",
1365
+ "kind": "mutation",
1366
+ "summary": "Duplicate an email template.",
1367
+ "effects": ["state-change"],
1368
+ "targetKeys": [
1369
+ "registrationIds",
1370
+ "registrationId",
1371
+ "memberId",
1372
+ "invitationId",
1373
+ "optionId",
1374
+ "fieldId",
1375
+ "sectionId",
1376
+ "emailId",
1377
+ "formId",
1378
+ "eventId",
1379
+ "email",
1380
+ "organizationId",
1381
+ "id"
1382
+ ],
1383
+ "globalOptions": [
1384
+ "--api-url <url>",
1385
+ "--input <json>",
1386
+ "--target <description>",
1387
+ "--quiet | -q",
1388
+ "--debug",
1389
+ "--no-browser",
1390
+ "--allow-state-change",
1391
+ "--allow-email",
1392
+ "--allow-external-write",
1393
+ "--allow-delete",
1394
+ "--allow-financial-write",
1395
+ "--ack-sensitive-data"
1396
+ ]
1397
+ },
1398
+ {
1399
+ "path": ["email", "domain", "list"],
1400
+ "procedure": "email.getResendDomains",
1401
+ "kind": "query",
1402
+ "summary": "List authorized Resend domains for an event.",
1403
+ "effects": [],
1404
+ "targetKeys": [],
1405
+ "globalOptions": [
1406
+ "--api-url <url>",
1407
+ "--input <json>",
1408
+ "--target <description>",
1409
+ "--quiet | -q",
1410
+ "--debug",
1411
+ "--no-browser",
1412
+ "--allow-state-change",
1413
+ "--allow-email",
1414
+ "--allow-external-write",
1415
+ "--allow-delete",
1416
+ "--allow-financial-write",
1417
+ "--ack-sensitive-data"
1418
+ ]
1419
+ },
1420
+ {
1421
+ "path": ["admin", "user", "list"],
1422
+ "procedure": "admin.user.getUsers",
1423
+ "kind": "query",
1424
+ "summary": "List Registration users (global admin).",
1425
+ "effects": ["sensitive-data"],
1426
+ "targetKeys": [],
1427
+ "globalOptions": [
1428
+ "--api-url <url>",
1429
+ "--input <json>",
1430
+ "--target <description>",
1431
+ "--quiet | -q",
1432
+ "--debug",
1433
+ "--no-browser",
1434
+ "--allow-state-change",
1435
+ "--allow-email",
1436
+ "--allow-external-write",
1437
+ "--allow-delete",
1438
+ "--allow-financial-write",
1439
+ "--ack-sensitive-data"
1440
+ ]
1441
+ },
1442
+ {
1443
+ "path": ["admin", "user", "get"],
1444
+ "procedure": "admin.user.getUser",
1445
+ "kind": "query",
1446
+ "summary": "Get a Registration user (global admin).",
1447
+ "effects": ["sensitive-data"],
1448
+ "targetKeys": [],
1449
+ "globalOptions": [
1450
+ "--api-url <url>",
1451
+ "--input <json>",
1452
+ "--target <description>",
1453
+ "--quiet | -q",
1454
+ "--debug",
1455
+ "--no-browser",
1456
+ "--allow-state-change",
1457
+ "--allow-email",
1458
+ "--allow-external-write",
1459
+ "--allow-delete",
1460
+ "--allow-financial-write",
1461
+ "--ack-sensitive-data"
1462
+ ]
1463
+ }
1464
+ ]