@blocklet/server-js 1.16.52-beta-20251003-083412-fdfc4e36 → 1.16.52-beta-20251005-235515-42ad5caf
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/browser.d.ts +297 -2
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +2224 -181
- package/dist/types.js +627 -2
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5778 -3138
- package/lib/node.d.ts +297 -2
- package/lib/schema/graphql.json +2224 -181
- package/lib/types.js +627 -2
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -2519,6 +2519,184 @@
|
|
|
2519
2519
|
"enumValues": null,
|
|
2520
2520
|
"possibleTypes": null
|
|
2521
2521
|
},
|
|
2522
|
+
{
|
|
2523
|
+
"kind": "INPUT_OBJECT",
|
|
2524
|
+
"name": "OrgInput",
|
|
2525
|
+
"description": null,
|
|
2526
|
+
"fields": null,
|
|
2527
|
+
"inputFields": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "id",
|
|
2530
|
+
"description": null,
|
|
2531
|
+
"type": {
|
|
2532
|
+
"kind": "SCALAR",
|
|
2533
|
+
"name": "String",
|
|
2534
|
+
"ofType": null
|
|
2535
|
+
},
|
|
2536
|
+
"defaultValue": null
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"name": "name",
|
|
2540
|
+
"description": null,
|
|
2541
|
+
"type": {
|
|
2542
|
+
"kind": "SCALAR",
|
|
2543
|
+
"name": "String",
|
|
2544
|
+
"ofType": null
|
|
2545
|
+
},
|
|
2546
|
+
"defaultValue": null
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
"name": "description",
|
|
2550
|
+
"description": null,
|
|
2551
|
+
"type": {
|
|
2552
|
+
"kind": "SCALAR",
|
|
2553
|
+
"name": "String",
|
|
2554
|
+
"ofType": null
|
|
2555
|
+
},
|
|
2556
|
+
"defaultValue": null
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"name": "ownerDid",
|
|
2560
|
+
"description": null,
|
|
2561
|
+
"type": {
|
|
2562
|
+
"kind": "SCALAR",
|
|
2563
|
+
"name": "String",
|
|
2564
|
+
"ofType": null
|
|
2565
|
+
},
|
|
2566
|
+
"defaultValue": null
|
|
2567
|
+
},
|
|
2568
|
+
{
|
|
2569
|
+
"name": "createdAt",
|
|
2570
|
+
"description": null,
|
|
2571
|
+
"type": {
|
|
2572
|
+
"kind": "SCALAR",
|
|
2573
|
+
"name": "Uint32",
|
|
2574
|
+
"ofType": null
|
|
2575
|
+
},
|
|
2576
|
+
"defaultValue": null
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"name": "updatedAt",
|
|
2580
|
+
"description": null,
|
|
2581
|
+
"type": {
|
|
2582
|
+
"kind": "SCALAR",
|
|
2583
|
+
"name": "Uint32",
|
|
2584
|
+
"ofType": null
|
|
2585
|
+
},
|
|
2586
|
+
"defaultValue": null
|
|
2587
|
+
},
|
|
2588
|
+
{
|
|
2589
|
+
"name": "members",
|
|
2590
|
+
"description": null,
|
|
2591
|
+
"type": {
|
|
2592
|
+
"kind": "LIST",
|
|
2593
|
+
"name": null,
|
|
2594
|
+
"ofType": {
|
|
2595
|
+
"kind": "NON_NULL",
|
|
2596
|
+
"name": null,
|
|
2597
|
+
"ofType": {
|
|
2598
|
+
"kind": "INPUT_OBJECT",
|
|
2599
|
+
"name": "UserOrgInput",
|
|
2600
|
+
"ofType": null
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
"defaultValue": null
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"name": "owner",
|
|
2608
|
+
"description": null,
|
|
2609
|
+
"type": {
|
|
2610
|
+
"kind": "INPUT_OBJECT",
|
|
2611
|
+
"name": "UserInfoInput",
|
|
2612
|
+
"ofType": null
|
|
2613
|
+
},
|
|
2614
|
+
"defaultValue": null
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"name": "membersCount",
|
|
2618
|
+
"description": null,
|
|
2619
|
+
"type": {
|
|
2620
|
+
"kind": "SCALAR",
|
|
2621
|
+
"name": "Uint32",
|
|
2622
|
+
"ofType": null
|
|
2623
|
+
},
|
|
2624
|
+
"defaultValue": null
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"name": "passports",
|
|
2628
|
+
"description": null,
|
|
2629
|
+
"type": {
|
|
2630
|
+
"kind": "LIST",
|
|
2631
|
+
"name": null,
|
|
2632
|
+
"ofType": {
|
|
2633
|
+
"kind": "NON_NULL",
|
|
2634
|
+
"name": null,
|
|
2635
|
+
"ofType": {
|
|
2636
|
+
"kind": "INPUT_OBJECT",
|
|
2637
|
+
"name": "PassportInput",
|
|
2638
|
+
"ofType": null
|
|
2639
|
+
}
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2642
|
+
"defaultValue": null
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "metadata",
|
|
2646
|
+
"description": null,
|
|
2647
|
+
"type": {
|
|
2648
|
+
"kind": "SCALAR",
|
|
2649
|
+
"name": "Any",
|
|
2650
|
+
"ofType": null
|
|
2651
|
+
},
|
|
2652
|
+
"defaultValue": null
|
|
2653
|
+
}
|
|
2654
|
+
],
|
|
2655
|
+
"interfaces": null,
|
|
2656
|
+
"enumValues": null,
|
|
2657
|
+
"possibleTypes": null
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "INPUT_OBJECT",
|
|
2661
|
+
"name": "OrgSettingsInput",
|
|
2662
|
+
"description": null,
|
|
2663
|
+
"fields": null,
|
|
2664
|
+
"inputFields": [
|
|
2665
|
+
{
|
|
2666
|
+
"name": "enabled",
|
|
2667
|
+
"description": null,
|
|
2668
|
+
"type": {
|
|
2669
|
+
"kind": "SCALAR",
|
|
2670
|
+
"name": "Boolean",
|
|
2671
|
+
"ofType": null
|
|
2672
|
+
},
|
|
2673
|
+
"defaultValue": null
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"name": "maxMemberPerOrg",
|
|
2677
|
+
"description": null,
|
|
2678
|
+
"type": {
|
|
2679
|
+
"kind": "SCALAR",
|
|
2680
|
+
"name": "Uint32",
|
|
2681
|
+
"ofType": null
|
|
2682
|
+
},
|
|
2683
|
+
"defaultValue": null
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"name": "maxOrgPerUser",
|
|
2687
|
+
"description": null,
|
|
2688
|
+
"type": {
|
|
2689
|
+
"kind": "SCALAR",
|
|
2690
|
+
"name": "Uint32",
|
|
2691
|
+
"ofType": null
|
|
2692
|
+
},
|
|
2693
|
+
"defaultValue": null
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
|
+
"interfaces": null,
|
|
2697
|
+
"enumValues": null,
|
|
2698
|
+
"possibleTypes": null
|
|
2699
|
+
},
|
|
2522
2700
|
{
|
|
2523
2701
|
"kind": "INPUT_OBJECT",
|
|
2524
2702
|
"name": "PagingInput",
|
|
@@ -3487,12 +3665,12 @@
|
|
|
3487
3665
|
},
|
|
3488
3666
|
{
|
|
3489
3667
|
"kind": "INPUT_OBJECT",
|
|
3490
|
-
"name": "
|
|
3668
|
+
"name": "RequestAddOrgResourceInput",
|
|
3491
3669
|
"description": null,
|
|
3492
3670
|
"fields": null,
|
|
3493
3671
|
"inputFields": [
|
|
3494
3672
|
{
|
|
3495
|
-
"name": "
|
|
3673
|
+
"name": "teamDid",
|
|
3496
3674
|
"description": null,
|
|
3497
3675
|
"type": {
|
|
3498
3676
|
"kind": "SCALAR",
|
|
@@ -3502,17 +3680,35 @@
|
|
|
3502
3680
|
"defaultValue": null
|
|
3503
3681
|
},
|
|
3504
3682
|
{
|
|
3505
|
-
"name": "
|
|
3683
|
+
"name": "orgId",
|
|
3506
3684
|
"description": null,
|
|
3507
3685
|
"type": {
|
|
3508
|
-
"kind": "
|
|
3509
|
-
"name": "
|
|
3686
|
+
"kind": "SCALAR",
|
|
3687
|
+
"name": "String",
|
|
3510
3688
|
"ofType": null
|
|
3511
3689
|
},
|
|
3512
3690
|
"defaultValue": null
|
|
3513
3691
|
},
|
|
3514
3692
|
{
|
|
3515
|
-
"name": "
|
|
3693
|
+
"name": "resourceIds",
|
|
3694
|
+
"description": null,
|
|
3695
|
+
"type": {
|
|
3696
|
+
"kind": "LIST",
|
|
3697
|
+
"name": null,
|
|
3698
|
+
"ofType": {
|
|
3699
|
+
"kind": "NON_NULL",
|
|
3700
|
+
"name": null,
|
|
3701
|
+
"ofType": {
|
|
3702
|
+
"kind": "SCALAR",
|
|
3703
|
+
"name": "String",
|
|
3704
|
+
"ofType": null
|
|
3705
|
+
}
|
|
3706
|
+
}
|
|
3707
|
+
},
|
|
3708
|
+
"defaultValue": null
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "type",
|
|
3516
3712
|
"description": null,
|
|
3517
3713
|
"type": {
|
|
3518
3714
|
"kind": "SCALAR",
|
|
@@ -3520,6 +3716,16 @@
|
|
|
3520
3716
|
"ofType": null
|
|
3521
3717
|
},
|
|
3522
3718
|
"defaultValue": null
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"name": "metadata",
|
|
3722
|
+
"description": null,
|
|
3723
|
+
"type": {
|
|
3724
|
+
"kind": "SCALAR",
|
|
3725
|
+
"name": "Any",
|
|
3726
|
+
"ofType": null
|
|
3727
|
+
},
|
|
3728
|
+
"defaultValue": null
|
|
3523
3729
|
}
|
|
3524
3730
|
],
|
|
3525
3731
|
"interfaces": null,
|
|
@@ -3528,12 +3734,12 @@
|
|
|
3528
3734
|
},
|
|
3529
3735
|
{
|
|
3530
3736
|
"kind": "INPUT_OBJECT",
|
|
3531
|
-
"name": "
|
|
3737
|
+
"name": "RequestAddRoutingRuleInput",
|
|
3532
3738
|
"description": null,
|
|
3533
3739
|
"fields": null,
|
|
3534
3740
|
"inputFields": [
|
|
3535
3741
|
{
|
|
3536
|
-
"name": "
|
|
3742
|
+
"name": "id",
|
|
3537
3743
|
"description": null,
|
|
3538
3744
|
"type": {
|
|
3539
3745
|
"kind": "SCALAR",
|
|
@@ -3543,30 +3749,22 @@
|
|
|
3543
3749
|
"defaultValue": null
|
|
3544
3750
|
},
|
|
3545
3751
|
{
|
|
3546
|
-
"name": "
|
|
3752
|
+
"name": "rule",
|
|
3547
3753
|
"description": null,
|
|
3548
3754
|
"type": {
|
|
3549
|
-
"kind": "
|
|
3550
|
-
"name": "
|
|
3755
|
+
"kind": "INPUT_OBJECT",
|
|
3756
|
+
"name": "RoutingRuleInput",
|
|
3551
3757
|
"ofType": null
|
|
3552
3758
|
},
|
|
3553
3759
|
"defaultValue": null
|
|
3554
3760
|
},
|
|
3555
3761
|
{
|
|
3556
|
-
"name": "
|
|
3762
|
+
"name": "teamDid",
|
|
3557
3763
|
"description": null,
|
|
3558
3764
|
"type": {
|
|
3559
|
-
"kind": "
|
|
3560
|
-
"name":
|
|
3561
|
-
"ofType":
|
|
3562
|
-
"kind": "NON_NULL",
|
|
3563
|
-
"name": null,
|
|
3564
|
-
"ofType": {
|
|
3565
|
-
"kind": "INPUT_OBJECT",
|
|
3566
|
-
"name": "RoutingRuleInput",
|
|
3567
|
-
"ofType": null
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3765
|
+
"kind": "SCALAR",
|
|
3766
|
+
"name": "String",
|
|
3767
|
+
"ofType": null
|
|
3570
3768
|
},
|
|
3571
3769
|
"defaultValue": null
|
|
3572
3770
|
}
|
|
@@ -3577,12 +3775,12 @@
|
|
|
3577
3775
|
},
|
|
3578
3776
|
{
|
|
3579
3777
|
"kind": "INPUT_OBJECT",
|
|
3580
|
-
"name": "
|
|
3778
|
+
"name": "RequestAddRoutingSiteInput",
|
|
3581
3779
|
"description": null,
|
|
3582
3780
|
"fields": null,
|
|
3583
3781
|
"inputFields": [
|
|
3584
3782
|
{
|
|
3585
|
-
"name": "
|
|
3783
|
+
"name": "domain",
|
|
3586
3784
|
"description": null,
|
|
3587
3785
|
"type": {
|
|
3588
3786
|
"kind": "SCALAR",
|
|
@@ -3592,7 +3790,7 @@
|
|
|
3592
3790
|
"defaultValue": null
|
|
3593
3791
|
},
|
|
3594
3792
|
{
|
|
3595
|
-
"name": "
|
|
3793
|
+
"name": "type",
|
|
3596
3794
|
"description": null,
|
|
3597
3795
|
"type": {
|
|
3598
3796
|
"kind": "SCALAR",
|
|
@@ -3602,12 +3800,20 @@
|
|
|
3602
3800
|
"defaultValue": null
|
|
3603
3801
|
},
|
|
3604
3802
|
{
|
|
3605
|
-
"name": "
|
|
3803
|
+
"name": "rules",
|
|
3606
3804
|
"description": null,
|
|
3607
3805
|
"type": {
|
|
3608
|
-
"kind": "
|
|
3609
|
-
"name":
|
|
3610
|
-
"ofType":
|
|
3806
|
+
"kind": "LIST",
|
|
3807
|
+
"name": null,
|
|
3808
|
+
"ofType": {
|
|
3809
|
+
"kind": "NON_NULL",
|
|
3810
|
+
"name": null,
|
|
3811
|
+
"ofType": {
|
|
3812
|
+
"kind": "INPUT_OBJECT",
|
|
3813
|
+
"name": "RoutingRuleInput",
|
|
3814
|
+
"ofType": null
|
|
3815
|
+
}
|
|
3816
|
+
}
|
|
3611
3817
|
},
|
|
3612
3818
|
"defaultValue": null
|
|
3613
3819
|
}
|
|
@@ -3618,22 +3824,12 @@
|
|
|
3618
3824
|
},
|
|
3619
3825
|
{
|
|
3620
3826
|
"kind": "INPUT_OBJECT",
|
|
3621
|
-
"name": "
|
|
3827
|
+
"name": "RequestAddUploadEndpointInput",
|
|
3622
3828
|
"description": null,
|
|
3623
3829
|
"fields": null,
|
|
3624
3830
|
"inputFields": [
|
|
3625
3831
|
{
|
|
3626
|
-
"name": "
|
|
3627
|
-
"description": null,
|
|
3628
|
-
"type": {
|
|
3629
|
-
"kind": "SCALAR",
|
|
3630
|
-
"name": "String",
|
|
3631
|
-
"ofType": null
|
|
3632
|
-
},
|
|
3633
|
-
"defaultValue": null
|
|
3634
|
-
},
|
|
3635
|
-
{
|
|
3636
|
-
"name": "webhookId",
|
|
3832
|
+
"name": "teamDid",
|
|
3637
3833
|
"description": null,
|
|
3638
3834
|
"type": {
|
|
3639
3835
|
"kind": "SCALAR",
|
|
@@ -3643,7 +3839,7 @@
|
|
|
3643
3839
|
"defaultValue": null
|
|
3644
3840
|
},
|
|
3645
3841
|
{
|
|
3646
|
-
"name": "
|
|
3842
|
+
"name": "url",
|
|
3647
3843
|
"description": null,
|
|
3648
3844
|
"type": {
|
|
3649
3845
|
"kind": "SCALAR",
|
|
@@ -3653,7 +3849,7 @@
|
|
|
3653
3849
|
"defaultValue": null
|
|
3654
3850
|
},
|
|
3655
3851
|
{
|
|
3656
|
-
"name": "
|
|
3852
|
+
"name": "scope",
|
|
3657
3853
|
"description": null,
|
|
3658
3854
|
"type": {
|
|
3659
3855
|
"kind": "SCALAR",
|
|
@@ -3669,7 +3865,58 @@
|
|
|
3669
3865
|
},
|
|
3670
3866
|
{
|
|
3671
3867
|
"kind": "INPUT_OBJECT",
|
|
3672
|
-
"name": "
|
|
3868
|
+
"name": "RequestAttemptInput",
|
|
3869
|
+
"description": null,
|
|
3870
|
+
"fields": null,
|
|
3871
|
+
"inputFields": [
|
|
3872
|
+
{
|
|
3873
|
+
"name": "eventId",
|
|
3874
|
+
"description": null,
|
|
3875
|
+
"type": {
|
|
3876
|
+
"kind": "SCALAR",
|
|
3877
|
+
"name": "String",
|
|
3878
|
+
"ofType": null
|
|
3879
|
+
},
|
|
3880
|
+
"defaultValue": null
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"name": "webhookId",
|
|
3884
|
+
"description": null,
|
|
3885
|
+
"type": {
|
|
3886
|
+
"kind": "SCALAR",
|
|
3887
|
+
"name": "String",
|
|
3888
|
+
"ofType": null
|
|
3889
|
+
},
|
|
3890
|
+
"defaultValue": null
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"name": "attemptId",
|
|
3894
|
+
"description": null,
|
|
3895
|
+
"type": {
|
|
3896
|
+
"kind": "SCALAR",
|
|
3897
|
+
"name": "String",
|
|
3898
|
+
"ofType": null
|
|
3899
|
+
},
|
|
3900
|
+
"defaultValue": null
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "teamDid",
|
|
3904
|
+
"description": null,
|
|
3905
|
+
"type": {
|
|
3906
|
+
"kind": "SCALAR",
|
|
3907
|
+
"name": "String",
|
|
3908
|
+
"ofType": null
|
|
3909
|
+
},
|
|
3910
|
+
"defaultValue": null
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"interfaces": null,
|
|
3914
|
+
"enumValues": null,
|
|
3915
|
+
"possibleTypes": null
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "INPUT_OBJECT",
|
|
3919
|
+
"name": "RequestAttemptIdInput",
|
|
3673
3920
|
"description": null,
|
|
3674
3921
|
"fields": null,
|
|
3675
3922
|
"inputFields": [
|
|
@@ -4059,6 +4306,16 @@
|
|
|
4059
4306
|
"ofType": null
|
|
4060
4307
|
},
|
|
4061
4308
|
"defaultValue": null
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"name": "org",
|
|
4312
|
+
"description": null,
|
|
4313
|
+
"type": {
|
|
4314
|
+
"kind": "INPUT_OBJECT",
|
|
4315
|
+
"name": "OrgSettingsInput",
|
|
4316
|
+
"ofType": null
|
|
4317
|
+
},
|
|
4318
|
+
"defaultValue": null
|
|
4062
4319
|
}
|
|
4063
4320
|
],
|
|
4064
4321
|
"interfaces": null,
|
|
@@ -4978,6 +5235,57 @@
|
|
|
4978
5235
|
"enumValues": null,
|
|
4979
5236
|
"possibleTypes": null
|
|
4980
5237
|
},
|
|
5238
|
+
{
|
|
5239
|
+
"kind": "INPUT_OBJECT",
|
|
5240
|
+
"name": "RequestCreateOrgInput",
|
|
5241
|
+
"description": null,
|
|
5242
|
+
"fields": null,
|
|
5243
|
+
"inputFields": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "teamDid",
|
|
5246
|
+
"description": null,
|
|
5247
|
+
"type": {
|
|
5248
|
+
"kind": "SCALAR",
|
|
5249
|
+
"name": "String",
|
|
5250
|
+
"ofType": null
|
|
5251
|
+
},
|
|
5252
|
+
"defaultValue": null
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"name": "name",
|
|
5256
|
+
"description": null,
|
|
5257
|
+
"type": {
|
|
5258
|
+
"kind": "SCALAR",
|
|
5259
|
+
"name": "String",
|
|
5260
|
+
"ofType": null
|
|
5261
|
+
},
|
|
5262
|
+
"defaultValue": null
|
|
5263
|
+
},
|
|
5264
|
+
{
|
|
5265
|
+
"name": "description",
|
|
5266
|
+
"description": null,
|
|
5267
|
+
"type": {
|
|
5268
|
+
"kind": "SCALAR",
|
|
5269
|
+
"name": "String",
|
|
5270
|
+
"ofType": null
|
|
5271
|
+
},
|
|
5272
|
+
"defaultValue": null
|
|
5273
|
+
},
|
|
5274
|
+
{
|
|
5275
|
+
"name": "ownerDid",
|
|
5276
|
+
"description": null,
|
|
5277
|
+
"type": {
|
|
5278
|
+
"kind": "SCALAR",
|
|
5279
|
+
"name": "String",
|
|
5280
|
+
"ofType": null
|
|
5281
|
+
},
|
|
5282
|
+
"defaultValue": null
|
|
5283
|
+
}
|
|
5284
|
+
],
|
|
5285
|
+
"interfaces": null,
|
|
5286
|
+
"enumValues": null,
|
|
5287
|
+
"possibleTypes": null
|
|
5288
|
+
},
|
|
4981
5289
|
{
|
|
4982
5290
|
"kind": "INPUT_OBJECT",
|
|
4983
5291
|
"name": "RequestCreatePassportIssuanceInput",
|
|
@@ -5489,6 +5797,16 @@
|
|
|
5489
5797
|
"ofType": null
|
|
5490
5798
|
},
|
|
5491
5799
|
"defaultValue": null
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "orgId",
|
|
5803
|
+
"description": null,
|
|
5804
|
+
"type": {
|
|
5805
|
+
"kind": "SCALAR",
|
|
5806
|
+
"name": "String",
|
|
5807
|
+
"ofType": null
|
|
5808
|
+
},
|
|
5809
|
+
"defaultValue": null
|
|
5492
5810
|
}
|
|
5493
5811
|
],
|
|
5494
5812
|
"interfaces": null,
|
|
@@ -7140,7 +7458,7 @@
|
|
|
7140
7458
|
},
|
|
7141
7459
|
{
|
|
7142
7460
|
"kind": "INPUT_OBJECT",
|
|
7143
|
-
"name": "
|
|
7461
|
+
"name": "RequestGetOrgInput",
|
|
7144
7462
|
"description": null,
|
|
7145
7463
|
"fields": null,
|
|
7146
7464
|
"inputFields": [
|
|
@@ -7155,7 +7473,7 @@
|
|
|
7155
7473
|
"defaultValue": null
|
|
7156
7474
|
},
|
|
7157
7475
|
{
|
|
7158
|
-
"name": "
|
|
7476
|
+
"name": "id",
|
|
7159
7477
|
"description": null,
|
|
7160
7478
|
"type": {
|
|
7161
7479
|
"kind": "SCALAR",
|
|
@@ -7171,12 +7489,22 @@
|
|
|
7171
7489
|
},
|
|
7172
7490
|
{
|
|
7173
7491
|
"kind": "INPUT_OBJECT",
|
|
7174
|
-
"name": "
|
|
7492
|
+
"name": "RequestGetOrgDataInput",
|
|
7175
7493
|
"description": null,
|
|
7176
7494
|
"fields": null,
|
|
7177
7495
|
"inputFields": [
|
|
7178
7496
|
{
|
|
7179
|
-
"name": "
|
|
7497
|
+
"name": "teamDid",
|
|
7498
|
+
"description": null,
|
|
7499
|
+
"type": {
|
|
7500
|
+
"kind": "SCALAR",
|
|
7501
|
+
"name": "String",
|
|
7502
|
+
"ofType": null
|
|
7503
|
+
},
|
|
7504
|
+
"defaultValue": null
|
|
7505
|
+
},
|
|
7506
|
+
{
|
|
7507
|
+
"name": "orgId",
|
|
7180
7508
|
"description": null,
|
|
7181
7509
|
"type": {
|
|
7182
7510
|
"kind": "SCALAR",
|
|
@@ -7194,9 +7522,30 @@
|
|
|
7194
7522
|
"ofType": null
|
|
7195
7523
|
},
|
|
7196
7524
|
"defaultValue": null
|
|
7525
|
+
}
|
|
7526
|
+
],
|
|
7527
|
+
"interfaces": null,
|
|
7528
|
+
"enumValues": null,
|
|
7529
|
+
"possibleTypes": null
|
|
7530
|
+
},
|
|
7531
|
+
{
|
|
7532
|
+
"kind": "INPUT_OBJECT",
|
|
7533
|
+
"name": "RequestGetOrgMemberInput",
|
|
7534
|
+
"description": null,
|
|
7535
|
+
"fields": null,
|
|
7536
|
+
"inputFields": [
|
|
7537
|
+
{
|
|
7538
|
+
"name": "teamDid",
|
|
7539
|
+
"description": null,
|
|
7540
|
+
"type": {
|
|
7541
|
+
"kind": "SCALAR",
|
|
7542
|
+
"name": "String",
|
|
7543
|
+
"ofType": null
|
|
7544
|
+
},
|
|
7545
|
+
"defaultValue": null
|
|
7197
7546
|
},
|
|
7198
7547
|
{
|
|
7199
|
-
"name": "
|
|
7548
|
+
"name": "orgId",
|
|
7200
7549
|
"description": null,
|
|
7201
7550
|
"type": {
|
|
7202
7551
|
"kind": "SCALAR",
|
|
@@ -7206,7 +7555,7 @@
|
|
|
7206
7555
|
"defaultValue": null
|
|
7207
7556
|
},
|
|
7208
7557
|
{
|
|
7209
|
-
"name": "
|
|
7558
|
+
"name": "userDid",
|
|
7210
7559
|
"description": null,
|
|
7211
7560
|
"type": {
|
|
7212
7561
|
"kind": "SCALAR",
|
|
@@ -7222,12 +7571,12 @@
|
|
|
7222
7571
|
},
|
|
7223
7572
|
{
|
|
7224
7573
|
"kind": "INPUT_OBJECT",
|
|
7225
|
-
"name": "
|
|
7574
|
+
"name": "RequestGetOrgResourceInput",
|
|
7226
7575
|
"description": null,
|
|
7227
7576
|
"fields": null,
|
|
7228
7577
|
"inputFields": [
|
|
7229
7578
|
{
|
|
7230
|
-
"name": "
|
|
7579
|
+
"name": "teamDid",
|
|
7231
7580
|
"description": null,
|
|
7232
7581
|
"type": {
|
|
7233
7582
|
"kind": "SCALAR",
|
|
@@ -7237,7 +7586,7 @@
|
|
|
7237
7586
|
"defaultValue": null
|
|
7238
7587
|
},
|
|
7239
7588
|
{
|
|
7240
|
-
"name": "
|
|
7589
|
+
"name": "orgId",
|
|
7241
7590
|
"description": null,
|
|
7242
7591
|
"type": {
|
|
7243
7592
|
"kind": "SCALAR",
|
|
@@ -7246,6 +7595,47 @@
|
|
|
7246
7595
|
},
|
|
7247
7596
|
"defaultValue": null
|
|
7248
7597
|
},
|
|
7598
|
+
{
|
|
7599
|
+
"name": "resourceId",
|
|
7600
|
+
"description": null,
|
|
7601
|
+
"type": {
|
|
7602
|
+
"kind": "SCALAR",
|
|
7603
|
+
"name": "String",
|
|
7604
|
+
"ofType": null
|
|
7605
|
+
},
|
|
7606
|
+
"defaultValue": null
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"interfaces": null,
|
|
7610
|
+
"enumValues": null,
|
|
7611
|
+
"possibleTypes": null
|
|
7612
|
+
},
|
|
7613
|
+
{
|
|
7614
|
+
"kind": "INPUT_OBJECT",
|
|
7615
|
+
"name": "RequestGetOrgsInput",
|
|
7616
|
+
"description": null,
|
|
7617
|
+
"fields": null,
|
|
7618
|
+
"inputFields": [
|
|
7619
|
+
{
|
|
7620
|
+
"name": "teamDid",
|
|
7621
|
+
"description": null,
|
|
7622
|
+
"type": {
|
|
7623
|
+
"kind": "SCALAR",
|
|
7624
|
+
"name": "String",
|
|
7625
|
+
"ofType": null
|
|
7626
|
+
},
|
|
7627
|
+
"defaultValue": null
|
|
7628
|
+
},
|
|
7629
|
+
{
|
|
7630
|
+
"name": "org",
|
|
7631
|
+
"description": null,
|
|
7632
|
+
"type": {
|
|
7633
|
+
"kind": "INPUT_OBJECT",
|
|
7634
|
+
"name": "OrgInput",
|
|
7635
|
+
"ofType": null
|
|
7636
|
+
},
|
|
7637
|
+
"defaultValue": null
|
|
7638
|
+
},
|
|
7249
7639
|
{
|
|
7250
7640
|
"name": "paging",
|
|
7251
7641
|
"description": null,
|
|
@@ -7255,6 +7645,26 @@
|
|
|
7255
7645
|
"ofType": null
|
|
7256
7646
|
},
|
|
7257
7647
|
"defaultValue": null
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "type",
|
|
7651
|
+
"description": null,
|
|
7652
|
+
"type": {
|
|
7653
|
+
"kind": "ENUM",
|
|
7654
|
+
"name": "OrgQueryType",
|
|
7655
|
+
"ofType": null
|
|
7656
|
+
},
|
|
7657
|
+
"defaultValue": null
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"name": "userDid",
|
|
7661
|
+
"description": null,
|
|
7662
|
+
"type": {
|
|
7663
|
+
"kind": "SCALAR",
|
|
7664
|
+
"name": "String",
|
|
7665
|
+
"ofType": null
|
|
7666
|
+
},
|
|
7667
|
+
"defaultValue": null
|
|
7258
7668
|
}
|
|
7259
7669
|
],
|
|
7260
7670
|
"interfaces": null,
|
|
@@ -7263,12 +7673,22 @@
|
|
|
7263
7673
|
},
|
|
7264
7674
|
{
|
|
7265
7675
|
"kind": "INPUT_OBJECT",
|
|
7266
|
-
"name": "
|
|
7676
|
+
"name": "RequestGetPassportIssuancesInput",
|
|
7267
7677
|
"description": null,
|
|
7268
7678
|
"fields": null,
|
|
7269
7679
|
"inputFields": [
|
|
7270
7680
|
{
|
|
7271
|
-
"name": "
|
|
7681
|
+
"name": "teamDid",
|
|
7682
|
+
"description": null,
|
|
7683
|
+
"type": {
|
|
7684
|
+
"kind": "SCALAR",
|
|
7685
|
+
"name": "String",
|
|
7686
|
+
"ofType": null
|
|
7687
|
+
},
|
|
7688
|
+
"defaultValue": null
|
|
7689
|
+
},
|
|
7690
|
+
{
|
|
7691
|
+
"name": "ownerDid",
|
|
7272
7692
|
"description": null,
|
|
7273
7693
|
"type": {
|
|
7274
7694
|
"kind": "SCALAR",
|
|
@@ -7284,16 +7704,46 @@
|
|
|
7284
7704
|
},
|
|
7285
7705
|
{
|
|
7286
7706
|
"kind": "INPUT_OBJECT",
|
|
7287
|
-
"name": "
|
|
7707
|
+
"name": "RequestGetProjectsInput",
|
|
7288
7708
|
"description": null,
|
|
7289
7709
|
"fields": null,
|
|
7290
7710
|
"inputFields": [
|
|
7291
7711
|
{
|
|
7292
|
-
"name": "
|
|
7712
|
+
"name": "did",
|
|
7293
7713
|
"description": null,
|
|
7294
7714
|
"type": {
|
|
7295
7715
|
"kind": "SCALAR",
|
|
7296
|
-
"name": "
|
|
7716
|
+
"name": "String",
|
|
7717
|
+
"ofType": null
|
|
7718
|
+
},
|
|
7719
|
+
"defaultValue": null
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"name": "paging",
|
|
7723
|
+
"description": null,
|
|
7724
|
+
"type": {
|
|
7725
|
+
"kind": "INPUT_OBJECT",
|
|
7726
|
+
"name": "PagingInput",
|
|
7727
|
+
"ofType": null
|
|
7728
|
+
},
|
|
7729
|
+
"defaultValue": null
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"name": "componentDid",
|
|
7733
|
+
"description": null,
|
|
7734
|
+
"type": {
|
|
7735
|
+
"kind": "SCALAR",
|
|
7736
|
+
"name": "String",
|
|
7737
|
+
"ofType": null
|
|
7738
|
+
},
|
|
7739
|
+
"defaultValue": null
|
|
7740
|
+
},
|
|
7741
|
+
{
|
|
7742
|
+
"name": "tenantScope",
|
|
7743
|
+
"description": null,
|
|
7744
|
+
"type": {
|
|
7745
|
+
"kind": "SCALAR",
|
|
7746
|
+
"name": "String",
|
|
7297
7747
|
"ofType": null
|
|
7298
7748
|
},
|
|
7299
7749
|
"defaultValue": null
|
|
@@ -7305,7 +7755,90 @@
|
|
|
7305
7755
|
},
|
|
7306
7756
|
{
|
|
7307
7757
|
"kind": "INPUT_OBJECT",
|
|
7308
|
-
"name": "
|
|
7758
|
+
"name": "RequestGetReleasesInput",
|
|
7759
|
+
"description": null,
|
|
7760
|
+
"fields": null,
|
|
7761
|
+
"inputFields": [
|
|
7762
|
+
{
|
|
7763
|
+
"name": "did",
|
|
7764
|
+
"description": null,
|
|
7765
|
+
"type": {
|
|
7766
|
+
"kind": "SCALAR",
|
|
7767
|
+
"name": "String",
|
|
7768
|
+
"ofType": null
|
|
7769
|
+
},
|
|
7770
|
+
"defaultValue": null
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"name": "projectId",
|
|
7774
|
+
"description": null,
|
|
7775
|
+
"type": {
|
|
7776
|
+
"kind": "SCALAR",
|
|
7777
|
+
"name": "String",
|
|
7778
|
+
"ofType": null
|
|
7779
|
+
},
|
|
7780
|
+
"defaultValue": null
|
|
7781
|
+
},
|
|
7782
|
+
{
|
|
7783
|
+
"name": "paging",
|
|
7784
|
+
"description": null,
|
|
7785
|
+
"type": {
|
|
7786
|
+
"kind": "INPUT_OBJECT",
|
|
7787
|
+
"name": "PagingInput",
|
|
7788
|
+
"ofType": null
|
|
7789
|
+
},
|
|
7790
|
+
"defaultValue": null
|
|
7791
|
+
}
|
|
7792
|
+
],
|
|
7793
|
+
"interfaces": null,
|
|
7794
|
+
"enumValues": null,
|
|
7795
|
+
"possibleTypes": null
|
|
7796
|
+
},
|
|
7797
|
+
{
|
|
7798
|
+
"kind": "INPUT_OBJECT",
|
|
7799
|
+
"name": "RequestGetRoutingSitesInput",
|
|
7800
|
+
"description": null,
|
|
7801
|
+
"fields": null,
|
|
7802
|
+
"inputFields": [
|
|
7803
|
+
{
|
|
7804
|
+
"name": "snapshotHash",
|
|
7805
|
+
"description": null,
|
|
7806
|
+
"type": {
|
|
7807
|
+
"kind": "SCALAR",
|
|
7808
|
+
"name": "String",
|
|
7809
|
+
"ofType": null
|
|
7810
|
+
},
|
|
7811
|
+
"defaultValue": null
|
|
7812
|
+
}
|
|
7813
|
+
],
|
|
7814
|
+
"interfaces": null,
|
|
7815
|
+
"enumValues": null,
|
|
7816
|
+
"possibleTypes": null
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "INPUT_OBJECT",
|
|
7820
|
+
"name": "RequestGetRoutingSnapshotsInput",
|
|
7821
|
+
"description": null,
|
|
7822
|
+
"fields": null,
|
|
7823
|
+
"inputFields": [
|
|
7824
|
+
{
|
|
7825
|
+
"name": "limit",
|
|
7826
|
+
"description": null,
|
|
7827
|
+
"type": {
|
|
7828
|
+
"kind": "SCALAR",
|
|
7829
|
+
"name": "Int32",
|
|
7830
|
+
"ofType": null
|
|
7831
|
+
},
|
|
7832
|
+
"defaultValue": null
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7835
|
+
"interfaces": null,
|
|
7836
|
+
"enumValues": null,
|
|
7837
|
+
"possibleTypes": null
|
|
7838
|
+
},
|
|
7839
|
+
{
|
|
7840
|
+
"kind": "INPUT_OBJECT",
|
|
7841
|
+
"name": "RequestGetSelectedResourcesInput",
|
|
7309
7842
|
"description": null,
|
|
7310
7843
|
"fields": null,
|
|
7311
7844
|
"inputFields": [
|
|
@@ -7807,6 +8340,126 @@
|
|
|
7807
8340
|
"enumValues": null,
|
|
7808
8341
|
"possibleTypes": null
|
|
7809
8342
|
},
|
|
8343
|
+
{
|
|
8344
|
+
"kind": "INPUT_OBJECT",
|
|
8345
|
+
"name": "RequestInvitableUsersInput",
|
|
8346
|
+
"description": null,
|
|
8347
|
+
"fields": null,
|
|
8348
|
+
"inputFields": [
|
|
8349
|
+
{
|
|
8350
|
+
"name": "teamDid",
|
|
8351
|
+
"description": null,
|
|
8352
|
+
"type": {
|
|
8353
|
+
"kind": "SCALAR",
|
|
8354
|
+
"name": "String",
|
|
8355
|
+
"ofType": null
|
|
8356
|
+
},
|
|
8357
|
+
"defaultValue": null
|
|
8358
|
+
},
|
|
8359
|
+
{
|
|
8360
|
+
"name": "id",
|
|
8361
|
+
"description": null,
|
|
8362
|
+
"type": {
|
|
8363
|
+
"kind": "SCALAR",
|
|
8364
|
+
"name": "String",
|
|
8365
|
+
"ofType": null
|
|
8366
|
+
},
|
|
8367
|
+
"defaultValue": null
|
|
8368
|
+
},
|
|
8369
|
+
{
|
|
8370
|
+
"name": "query",
|
|
8371
|
+
"description": null,
|
|
8372
|
+
"type": {
|
|
8373
|
+
"kind": "INPUT_OBJECT",
|
|
8374
|
+
"name": "UserQueryInput",
|
|
8375
|
+
"ofType": null
|
|
8376
|
+
},
|
|
8377
|
+
"defaultValue": null
|
|
8378
|
+
}
|
|
8379
|
+
],
|
|
8380
|
+
"interfaces": null,
|
|
8381
|
+
"enumValues": null,
|
|
8382
|
+
"possibleTypes": null
|
|
8383
|
+
},
|
|
8384
|
+
{
|
|
8385
|
+
"kind": "INPUT_OBJECT",
|
|
8386
|
+
"name": "RequestInviteMembersToOrgInput",
|
|
8387
|
+
"description": null,
|
|
8388
|
+
"fields": null,
|
|
8389
|
+
"inputFields": [
|
|
8390
|
+
{
|
|
8391
|
+
"name": "teamDid",
|
|
8392
|
+
"description": null,
|
|
8393
|
+
"type": {
|
|
8394
|
+
"kind": "SCALAR",
|
|
8395
|
+
"name": "String",
|
|
8396
|
+
"ofType": null
|
|
8397
|
+
},
|
|
8398
|
+
"defaultValue": null
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"name": "orgId",
|
|
8402
|
+
"description": null,
|
|
8403
|
+
"type": {
|
|
8404
|
+
"kind": "SCALAR",
|
|
8405
|
+
"name": "String",
|
|
8406
|
+
"ofType": null
|
|
8407
|
+
},
|
|
8408
|
+
"defaultValue": null
|
|
8409
|
+
},
|
|
8410
|
+
{
|
|
8411
|
+
"name": "userDids",
|
|
8412
|
+
"description": null,
|
|
8413
|
+
"type": {
|
|
8414
|
+
"kind": "LIST",
|
|
8415
|
+
"name": null,
|
|
8416
|
+
"ofType": {
|
|
8417
|
+
"kind": "NON_NULL",
|
|
8418
|
+
"name": null,
|
|
8419
|
+
"ofType": {
|
|
8420
|
+
"kind": "SCALAR",
|
|
8421
|
+
"name": "String",
|
|
8422
|
+
"ofType": null
|
|
8423
|
+
}
|
|
8424
|
+
}
|
|
8425
|
+
},
|
|
8426
|
+
"defaultValue": null
|
|
8427
|
+
},
|
|
8428
|
+
{
|
|
8429
|
+
"name": "role",
|
|
8430
|
+
"description": null,
|
|
8431
|
+
"type": {
|
|
8432
|
+
"kind": "SCALAR",
|
|
8433
|
+
"name": "String",
|
|
8434
|
+
"ofType": null
|
|
8435
|
+
},
|
|
8436
|
+
"defaultValue": null
|
|
8437
|
+
},
|
|
8438
|
+
{
|
|
8439
|
+
"name": "inviteType",
|
|
8440
|
+
"description": null,
|
|
8441
|
+
"type": {
|
|
8442
|
+
"kind": "SCALAR",
|
|
8443
|
+
"name": "String",
|
|
8444
|
+
"ofType": null
|
|
8445
|
+
},
|
|
8446
|
+
"defaultValue": null
|
|
8447
|
+
},
|
|
8448
|
+
{
|
|
8449
|
+
"name": "email",
|
|
8450
|
+
"description": null,
|
|
8451
|
+
"type": {
|
|
8452
|
+
"kind": "SCALAR",
|
|
8453
|
+
"name": "String",
|
|
8454
|
+
"ofType": null
|
|
8455
|
+
},
|
|
8456
|
+
"defaultValue": null
|
|
8457
|
+
}
|
|
8458
|
+
],
|
|
8459
|
+
"interfaces": null,
|
|
8460
|
+
"enumValues": null,
|
|
8461
|
+
"possibleTypes": null
|
|
8462
|
+
},
|
|
7810
8463
|
{
|
|
7811
8464
|
"kind": "INPUT_OBJECT",
|
|
7812
8465
|
"name": "RequestIsDidDomainInput",
|
|
@@ -8374,6 +9027,65 @@
|
|
|
8374
9027
|
"enumValues": null,
|
|
8375
9028
|
"possibleTypes": null
|
|
8376
9029
|
},
|
|
9030
|
+
{
|
|
9031
|
+
"kind": "INPUT_OBJECT",
|
|
9032
|
+
"name": "RequestMigrateOrgResourceInput",
|
|
9033
|
+
"description": null,
|
|
9034
|
+
"fields": null,
|
|
9035
|
+
"inputFields": [
|
|
9036
|
+
{
|
|
9037
|
+
"name": "teamDid",
|
|
9038
|
+
"description": null,
|
|
9039
|
+
"type": {
|
|
9040
|
+
"kind": "SCALAR",
|
|
9041
|
+
"name": "String",
|
|
9042
|
+
"ofType": null
|
|
9043
|
+
},
|
|
9044
|
+
"defaultValue": null
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"name": "from",
|
|
9048
|
+
"description": null,
|
|
9049
|
+
"type": {
|
|
9050
|
+
"kind": "SCALAR",
|
|
9051
|
+
"name": "String",
|
|
9052
|
+
"ofType": null
|
|
9053
|
+
},
|
|
9054
|
+
"defaultValue": null
|
|
9055
|
+
},
|
|
9056
|
+
{
|
|
9057
|
+
"name": "to",
|
|
9058
|
+
"description": null,
|
|
9059
|
+
"type": {
|
|
9060
|
+
"kind": "SCALAR",
|
|
9061
|
+
"name": "String",
|
|
9062
|
+
"ofType": null
|
|
9063
|
+
},
|
|
9064
|
+
"defaultValue": null
|
|
9065
|
+
},
|
|
9066
|
+
{
|
|
9067
|
+
"name": "resourceIds",
|
|
9068
|
+
"description": null,
|
|
9069
|
+
"type": {
|
|
9070
|
+
"kind": "LIST",
|
|
9071
|
+
"name": null,
|
|
9072
|
+
"ofType": {
|
|
9073
|
+
"kind": "NON_NULL",
|
|
9074
|
+
"name": null,
|
|
9075
|
+
"ofType": {
|
|
9076
|
+
"kind": "SCALAR",
|
|
9077
|
+
"name": "String",
|
|
9078
|
+
"ofType": null
|
|
9079
|
+
}
|
|
9080
|
+
}
|
|
9081
|
+
},
|
|
9082
|
+
"defaultValue": null
|
|
9083
|
+
}
|
|
9084
|
+
],
|
|
9085
|
+
"interfaces": null,
|
|
9086
|
+
"enumValues": null,
|
|
9087
|
+
"possibleTypes": null
|
|
9088
|
+
},
|
|
8377
9089
|
{
|
|
8378
9090
|
"kind": "INPUT_OBJECT",
|
|
8379
9091
|
"name": "RequestNodeRoutingInput",
|
|
@@ -9899,6 +10611,16 @@
|
|
|
9899
10611
|
"ofType": null
|
|
9900
10612
|
},
|
|
9901
10613
|
"defaultValue": null
|
|
10614
|
+
},
|
|
10615
|
+
{
|
|
10616
|
+
"name": "orgId",
|
|
10617
|
+
"description": null,
|
|
10618
|
+
"type": {
|
|
10619
|
+
"kind": "SCALAR",
|
|
10620
|
+
"name": "String",
|
|
10621
|
+
"ofType": null
|
|
10622
|
+
},
|
|
10623
|
+
"defaultValue": null
|
|
9902
10624
|
}
|
|
9903
10625
|
],
|
|
9904
10626
|
"interfaces": null,
|
|
@@ -10437,6 +11159,37 @@
|
|
|
10437
11159
|
"enumValues": null,
|
|
10438
11160
|
"possibleTypes": null
|
|
10439
11161
|
},
|
|
11162
|
+
{
|
|
11163
|
+
"kind": "INPUT_OBJECT",
|
|
11164
|
+
"name": "RequestUpdateOrgInput",
|
|
11165
|
+
"description": null,
|
|
11166
|
+
"fields": null,
|
|
11167
|
+
"inputFields": [
|
|
11168
|
+
{
|
|
11169
|
+
"name": "teamDid",
|
|
11170
|
+
"description": null,
|
|
11171
|
+
"type": {
|
|
11172
|
+
"kind": "SCALAR",
|
|
11173
|
+
"name": "String",
|
|
11174
|
+
"ofType": null
|
|
11175
|
+
},
|
|
11176
|
+
"defaultValue": null
|
|
11177
|
+
},
|
|
11178
|
+
{
|
|
11179
|
+
"name": "org",
|
|
11180
|
+
"description": null,
|
|
11181
|
+
"type": {
|
|
11182
|
+
"kind": "INPUT_OBJECT",
|
|
11183
|
+
"name": "OrgInput",
|
|
11184
|
+
"ofType": null
|
|
11185
|
+
},
|
|
11186
|
+
"defaultValue": null
|
|
11187
|
+
}
|
|
11188
|
+
],
|
|
11189
|
+
"interfaces": null,
|
|
11190
|
+
"enumValues": null,
|
|
11191
|
+
"possibleTypes": null
|
|
11192
|
+
},
|
|
10440
11193
|
{
|
|
10441
11194
|
"kind": "INPUT_OBJECT",
|
|
10442
11195
|
"name": "RequestUpdatePermissionsForRoleInput",
|
|
@@ -12984,6 +13737,97 @@
|
|
|
12984
13737
|
"enumValues": null,
|
|
12985
13738
|
"possibleTypes": null
|
|
12986
13739
|
},
|
|
13740
|
+
{
|
|
13741
|
+
"kind": "INPUT_OBJECT",
|
|
13742
|
+
"name": "UserOrgInput",
|
|
13743
|
+
"description": null,
|
|
13744
|
+
"fields": null,
|
|
13745
|
+
"inputFields": [
|
|
13746
|
+
{
|
|
13747
|
+
"name": "id",
|
|
13748
|
+
"description": null,
|
|
13749
|
+
"type": {
|
|
13750
|
+
"kind": "SCALAR",
|
|
13751
|
+
"name": "String",
|
|
13752
|
+
"ofType": null
|
|
13753
|
+
},
|
|
13754
|
+
"defaultValue": null
|
|
13755
|
+
},
|
|
13756
|
+
{
|
|
13757
|
+
"name": "orgId",
|
|
13758
|
+
"description": null,
|
|
13759
|
+
"type": {
|
|
13760
|
+
"kind": "SCALAR",
|
|
13761
|
+
"name": "String",
|
|
13762
|
+
"ofType": null
|
|
13763
|
+
},
|
|
13764
|
+
"defaultValue": null
|
|
13765
|
+
},
|
|
13766
|
+
{
|
|
13767
|
+
"name": "userDid",
|
|
13768
|
+
"description": null,
|
|
13769
|
+
"type": {
|
|
13770
|
+
"kind": "SCALAR",
|
|
13771
|
+
"name": "String",
|
|
13772
|
+
"ofType": null
|
|
13773
|
+
},
|
|
13774
|
+
"defaultValue": null
|
|
13775
|
+
},
|
|
13776
|
+
{
|
|
13777
|
+
"name": "status",
|
|
13778
|
+
"description": null,
|
|
13779
|
+
"type": {
|
|
13780
|
+
"kind": "ENUM",
|
|
13781
|
+
"name": "OrgUserStatus",
|
|
13782
|
+
"ofType": null
|
|
13783
|
+
},
|
|
13784
|
+
"defaultValue": null
|
|
13785
|
+
},
|
|
13786
|
+
{
|
|
13787
|
+
"name": "createdAt",
|
|
13788
|
+
"description": null,
|
|
13789
|
+
"type": {
|
|
13790
|
+
"kind": "SCALAR",
|
|
13791
|
+
"name": "Uint32",
|
|
13792
|
+
"ofType": null
|
|
13793
|
+
},
|
|
13794
|
+
"defaultValue": null
|
|
13795
|
+
},
|
|
13796
|
+
{
|
|
13797
|
+
"name": "updatedAt",
|
|
13798
|
+
"description": null,
|
|
13799
|
+
"type": {
|
|
13800
|
+
"kind": "SCALAR",
|
|
13801
|
+
"name": "Uint32",
|
|
13802
|
+
"ofType": null
|
|
13803
|
+
},
|
|
13804
|
+
"defaultValue": null
|
|
13805
|
+
},
|
|
13806
|
+
{
|
|
13807
|
+
"name": "user",
|
|
13808
|
+
"description": null,
|
|
13809
|
+
"type": {
|
|
13810
|
+
"kind": "INPUT_OBJECT",
|
|
13811
|
+
"name": "UserInfoInput",
|
|
13812
|
+
"ofType": null
|
|
13813
|
+
},
|
|
13814
|
+
"defaultValue": null
|
|
13815
|
+
},
|
|
13816
|
+
{
|
|
13817
|
+
"name": "metadata",
|
|
13818
|
+
"description": null,
|
|
13819
|
+
"type": {
|
|
13820
|
+
"kind": "SCALAR",
|
|
13821
|
+
"name": "Any",
|
|
13822
|
+
"ofType": null
|
|
13823
|
+
},
|
|
13824
|
+
"defaultValue": null
|
|
13825
|
+
}
|
|
13826
|
+
],
|
|
13827
|
+
"interfaces": null,
|
|
13828
|
+
"enumValues": null,
|
|
13829
|
+
"possibleTypes": null
|
|
13830
|
+
},
|
|
12987
13831
|
{
|
|
12988
13832
|
"kind": "INPUT_OBJECT",
|
|
12989
13833
|
"name": "UserPhoneInfoInput",
|
|
@@ -17491,6 +18335,18 @@
|
|
|
17491
18335
|
},
|
|
17492
18336
|
"isDeprecated": false,
|
|
17493
18337
|
"deprecationReason": null
|
|
18338
|
+
},
|
|
18339
|
+
{
|
|
18340
|
+
"name": "org",
|
|
18341
|
+
"description": null,
|
|
18342
|
+
"args": [],
|
|
18343
|
+
"type": {
|
|
18344
|
+
"kind": "OBJECT",
|
|
18345
|
+
"name": "OrgSettings",
|
|
18346
|
+
"ofType": null
|
|
18347
|
+
},
|
|
18348
|
+
"isDeprecated": false,
|
|
18349
|
+
"deprecationReason": null
|
|
17494
18350
|
}
|
|
17495
18351
|
],
|
|
17496
18352
|
"inputFields": null,
|
|
@@ -19032,6 +19888,18 @@
|
|
|
19032
19888
|
},
|
|
19033
19889
|
"isDeprecated": false,
|
|
19034
19890
|
"deprecationReason": null
|
|
19891
|
+
},
|
|
19892
|
+
{
|
|
19893
|
+
"name": "greenStatus",
|
|
19894
|
+
"description": null,
|
|
19895
|
+
"args": [],
|
|
19896
|
+
"type": {
|
|
19897
|
+
"kind": "ENUM",
|
|
19898
|
+
"name": "BlockletStatus",
|
|
19899
|
+
"ofType": null
|
|
19900
|
+
},
|
|
19901
|
+
"isDeprecated": false,
|
|
19902
|
+
"deprecationReason": null
|
|
19035
19903
|
}
|
|
19036
19904
|
],
|
|
19037
19905
|
"inputFields": null,
|
|
@@ -21109,6 +21977,101 @@
|
|
|
21109
21977
|
},
|
|
21110
21978
|
"isDeprecated": false,
|
|
21111
21979
|
"deprecationReason": null
|
|
21980
|
+
},
|
|
21981
|
+
{
|
|
21982
|
+
"name": "orgId",
|
|
21983
|
+
"description": null,
|
|
21984
|
+
"args": [],
|
|
21985
|
+
"type": {
|
|
21986
|
+
"kind": "SCALAR",
|
|
21987
|
+
"name": "String",
|
|
21988
|
+
"ofType": null
|
|
21989
|
+
},
|
|
21990
|
+
"isDeprecated": false,
|
|
21991
|
+
"deprecationReason": null
|
|
21992
|
+
},
|
|
21993
|
+
{
|
|
21994
|
+
"name": "inviteUserDids",
|
|
21995
|
+
"description": null,
|
|
21996
|
+
"args": [],
|
|
21997
|
+
"type": {
|
|
21998
|
+
"kind": "LIST",
|
|
21999
|
+
"name": null,
|
|
22000
|
+
"ofType": {
|
|
22001
|
+
"kind": "NON_NULL",
|
|
22002
|
+
"name": null,
|
|
22003
|
+
"ofType": {
|
|
22004
|
+
"kind": "SCALAR",
|
|
22005
|
+
"name": "String",
|
|
22006
|
+
"ofType": null
|
|
22007
|
+
}
|
|
22008
|
+
}
|
|
22009
|
+
},
|
|
22010
|
+
"isDeprecated": false,
|
|
22011
|
+
"deprecationReason": null
|
|
22012
|
+
}
|
|
22013
|
+
],
|
|
22014
|
+
"inputFields": null,
|
|
22015
|
+
"interfaces": [],
|
|
22016
|
+
"enumValues": null,
|
|
22017
|
+
"possibleTypes": null
|
|
22018
|
+
},
|
|
22019
|
+
{
|
|
22020
|
+
"kind": "OBJECT",
|
|
22021
|
+
"name": "InviteResult",
|
|
22022
|
+
"description": null,
|
|
22023
|
+
"fields": [
|
|
22024
|
+
{
|
|
22025
|
+
"name": "successDids",
|
|
22026
|
+
"description": null,
|
|
22027
|
+
"args": [],
|
|
22028
|
+
"type": {
|
|
22029
|
+
"kind": "LIST",
|
|
22030
|
+
"name": null,
|
|
22031
|
+
"ofType": {
|
|
22032
|
+
"kind": "NON_NULL",
|
|
22033
|
+
"name": null,
|
|
22034
|
+
"ofType": {
|
|
22035
|
+
"kind": "SCALAR",
|
|
22036
|
+
"name": "String",
|
|
22037
|
+
"ofType": null
|
|
22038
|
+
}
|
|
22039
|
+
}
|
|
22040
|
+
},
|
|
22041
|
+
"isDeprecated": false,
|
|
22042
|
+
"deprecationReason": null
|
|
22043
|
+
},
|
|
22044
|
+
{
|
|
22045
|
+
"name": "failedDids",
|
|
22046
|
+
"description": null,
|
|
22047
|
+
"args": [],
|
|
22048
|
+
"type": {
|
|
22049
|
+
"kind": "LIST",
|
|
22050
|
+
"name": null,
|
|
22051
|
+
"ofType": {
|
|
22052
|
+
"kind": "NON_NULL",
|
|
22053
|
+
"name": null,
|
|
22054
|
+
"ofType": {
|
|
22055
|
+
"kind": "SCALAR",
|
|
22056
|
+
"name": "String",
|
|
22057
|
+
"ofType": null
|
|
22058
|
+
}
|
|
22059
|
+
}
|
|
22060
|
+
},
|
|
22061
|
+
"isDeprecated": false,
|
|
22062
|
+
"deprecationReason": null
|
|
22063
|
+
},
|
|
22064
|
+
{
|
|
22065
|
+
"name": "inviteLink",
|
|
22066
|
+
"description": null,
|
|
22067
|
+
"args": [],
|
|
22068
|
+
"type": {
|
|
22069
|
+
"kind": "SCALAR",
|
|
22070
|
+
"name": "String",
|
|
22071
|
+
"ofType": null
|
|
22072
|
+
},
|
|
22073
|
+
"isDeprecated": false,
|
|
22074
|
+
"deprecationReason": null
|
|
21112
22075
|
}
|
|
21113
22076
|
],
|
|
21114
22077
|
"inputFields": null,
|
|
@@ -23896,125 +24859,477 @@
|
|
|
23896
24859
|
},
|
|
23897
24860
|
{
|
|
23898
24861
|
"kind": "OBJECT",
|
|
23899
|
-
"name": "
|
|
23900
|
-
"description": null,
|
|
23901
|
-
"fields": [
|
|
23902
|
-
{
|
|
23903
|
-
"name": "
|
|
23904
|
-
"description": null,
|
|
23905
|
-
"args": [],
|
|
23906
|
-
"type": {
|
|
23907
|
-
"kind": "SCALAR",
|
|
23908
|
-
"name": "String",
|
|
23909
|
-
"ofType": null
|
|
23910
|
-
},
|
|
23911
|
-
"isDeprecated": false,
|
|
23912
|
-
"deprecationReason": null
|
|
23913
|
-
},
|
|
23914
|
-
{
|
|
23915
|
-
"name": "
|
|
23916
|
-
"description": null,
|
|
23917
|
-
"args": [],
|
|
23918
|
-
"type": {
|
|
23919
|
-
"kind": "SCALAR",
|
|
23920
|
-
"name": "String",
|
|
23921
|
-
"ofType": null
|
|
23922
|
-
},
|
|
23923
|
-
"isDeprecated": false,
|
|
23924
|
-
"deprecationReason": null
|
|
23925
|
-
},
|
|
23926
|
-
{
|
|
23927
|
-
"name": "
|
|
23928
|
-
"description": null,
|
|
23929
|
-
"args": [],
|
|
23930
|
-
"type": {
|
|
23931
|
-
"kind": "SCALAR",
|
|
23932
|
-
"name": "String",
|
|
23933
|
-
"ofType": null
|
|
23934
|
-
},
|
|
23935
|
-
"isDeprecated": false,
|
|
23936
|
-
"deprecationReason": null
|
|
23937
|
-
},
|
|
23938
|
-
{
|
|
23939
|
-
"name": "
|
|
23940
|
-
"description": null,
|
|
23941
|
-
"args": [],
|
|
23942
|
-
"type": {
|
|
23943
|
-
"kind": "SCALAR",
|
|
23944
|
-
"name": "String",
|
|
23945
|
-
"ofType": null
|
|
23946
|
-
},
|
|
23947
|
-
"isDeprecated": false,
|
|
23948
|
-
"deprecationReason": null
|
|
23949
|
-
}
|
|
23950
|
-
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
|
|
23954
|
-
|
|
23955
|
-
|
|
23956
|
-
|
|
23957
|
-
|
|
23958
|
-
|
|
23959
|
-
|
|
23960
|
-
|
|
23961
|
-
|
|
23962
|
-
|
|
23963
|
-
"
|
|
23964
|
-
"
|
|
23965
|
-
"
|
|
23966
|
-
|
|
23967
|
-
"
|
|
23968
|
-
"
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
"
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23975
|
-
"
|
|
23976
|
-
"
|
|
23977
|
-
"
|
|
23978
|
-
|
|
23979
|
-
"
|
|
23980
|
-
"
|
|
23981
|
-
|
|
23982
|
-
|
|
23983
|
-
|
|
23984
|
-
|
|
23985
|
-
|
|
23986
|
-
|
|
23987
|
-
|
|
23988
|
-
|
|
23989
|
-
|
|
23990
|
-
|
|
23991
|
-
|
|
23992
|
-
|
|
23993
|
-
|
|
23994
|
-
|
|
23995
|
-
"
|
|
23996
|
-
|
|
23997
|
-
|
|
23998
|
-
"
|
|
23999
|
-
|
|
24000
|
-
|
|
24001
|
-
|
|
24002
|
-
|
|
24003
|
-
|
|
24004
|
-
|
|
24005
|
-
|
|
24006
|
-
|
|
24007
|
-
"
|
|
24008
|
-
|
|
24009
|
-
|
|
24010
|
-
|
|
24011
|
-
|
|
24012
|
-
|
|
24013
|
-
|
|
24014
|
-
|
|
24015
|
-
|
|
24016
|
-
|
|
24017
|
-
|
|
24862
|
+
"name": "Org",
|
|
24863
|
+
"description": null,
|
|
24864
|
+
"fields": [
|
|
24865
|
+
{
|
|
24866
|
+
"name": "id",
|
|
24867
|
+
"description": null,
|
|
24868
|
+
"args": [],
|
|
24869
|
+
"type": {
|
|
24870
|
+
"kind": "SCALAR",
|
|
24871
|
+
"name": "String",
|
|
24872
|
+
"ofType": null
|
|
24873
|
+
},
|
|
24874
|
+
"isDeprecated": false,
|
|
24875
|
+
"deprecationReason": null
|
|
24876
|
+
},
|
|
24877
|
+
{
|
|
24878
|
+
"name": "name",
|
|
24879
|
+
"description": null,
|
|
24880
|
+
"args": [],
|
|
24881
|
+
"type": {
|
|
24882
|
+
"kind": "SCALAR",
|
|
24883
|
+
"name": "String",
|
|
24884
|
+
"ofType": null
|
|
24885
|
+
},
|
|
24886
|
+
"isDeprecated": false,
|
|
24887
|
+
"deprecationReason": null
|
|
24888
|
+
},
|
|
24889
|
+
{
|
|
24890
|
+
"name": "description",
|
|
24891
|
+
"description": null,
|
|
24892
|
+
"args": [],
|
|
24893
|
+
"type": {
|
|
24894
|
+
"kind": "SCALAR",
|
|
24895
|
+
"name": "String",
|
|
24896
|
+
"ofType": null
|
|
24897
|
+
},
|
|
24898
|
+
"isDeprecated": false,
|
|
24899
|
+
"deprecationReason": null
|
|
24900
|
+
},
|
|
24901
|
+
{
|
|
24902
|
+
"name": "ownerDid",
|
|
24903
|
+
"description": null,
|
|
24904
|
+
"args": [],
|
|
24905
|
+
"type": {
|
|
24906
|
+
"kind": "SCALAR",
|
|
24907
|
+
"name": "String",
|
|
24908
|
+
"ofType": null
|
|
24909
|
+
},
|
|
24910
|
+
"isDeprecated": false,
|
|
24911
|
+
"deprecationReason": null
|
|
24912
|
+
},
|
|
24913
|
+
{
|
|
24914
|
+
"name": "createdAt",
|
|
24915
|
+
"description": null,
|
|
24916
|
+
"args": [],
|
|
24917
|
+
"type": {
|
|
24918
|
+
"kind": "SCALAR",
|
|
24919
|
+
"name": "Uint32",
|
|
24920
|
+
"ofType": null
|
|
24921
|
+
},
|
|
24922
|
+
"isDeprecated": false,
|
|
24923
|
+
"deprecationReason": null
|
|
24924
|
+
},
|
|
24925
|
+
{
|
|
24926
|
+
"name": "updatedAt",
|
|
24927
|
+
"description": null,
|
|
24928
|
+
"args": [],
|
|
24929
|
+
"type": {
|
|
24930
|
+
"kind": "SCALAR",
|
|
24931
|
+
"name": "Uint32",
|
|
24932
|
+
"ofType": null
|
|
24933
|
+
},
|
|
24934
|
+
"isDeprecated": false,
|
|
24935
|
+
"deprecationReason": null
|
|
24936
|
+
},
|
|
24937
|
+
{
|
|
24938
|
+
"name": "members",
|
|
24939
|
+
"description": null,
|
|
24940
|
+
"args": [],
|
|
24941
|
+
"type": {
|
|
24942
|
+
"kind": "LIST",
|
|
24943
|
+
"name": null,
|
|
24944
|
+
"ofType": {
|
|
24945
|
+
"kind": "NON_NULL",
|
|
24946
|
+
"name": null,
|
|
24947
|
+
"ofType": {
|
|
24948
|
+
"kind": "OBJECT",
|
|
24949
|
+
"name": "UserOrg",
|
|
24950
|
+
"ofType": null
|
|
24951
|
+
}
|
|
24952
|
+
}
|
|
24953
|
+
},
|
|
24954
|
+
"isDeprecated": false,
|
|
24955
|
+
"deprecationReason": null
|
|
24956
|
+
},
|
|
24957
|
+
{
|
|
24958
|
+
"name": "owner",
|
|
24959
|
+
"description": null,
|
|
24960
|
+
"args": [],
|
|
24961
|
+
"type": {
|
|
24962
|
+
"kind": "OBJECT",
|
|
24963
|
+
"name": "UserInfo",
|
|
24964
|
+
"ofType": null
|
|
24965
|
+
},
|
|
24966
|
+
"isDeprecated": false,
|
|
24967
|
+
"deprecationReason": null
|
|
24968
|
+
},
|
|
24969
|
+
{
|
|
24970
|
+
"name": "membersCount",
|
|
24971
|
+
"description": null,
|
|
24972
|
+
"args": [],
|
|
24973
|
+
"type": {
|
|
24974
|
+
"kind": "SCALAR",
|
|
24975
|
+
"name": "Uint32",
|
|
24976
|
+
"ofType": null
|
|
24977
|
+
},
|
|
24978
|
+
"isDeprecated": false,
|
|
24979
|
+
"deprecationReason": null
|
|
24980
|
+
},
|
|
24981
|
+
{
|
|
24982
|
+
"name": "passports",
|
|
24983
|
+
"description": null,
|
|
24984
|
+
"args": [],
|
|
24985
|
+
"type": {
|
|
24986
|
+
"kind": "LIST",
|
|
24987
|
+
"name": null,
|
|
24988
|
+
"ofType": {
|
|
24989
|
+
"kind": "NON_NULL",
|
|
24990
|
+
"name": null,
|
|
24991
|
+
"ofType": {
|
|
24992
|
+
"kind": "OBJECT",
|
|
24993
|
+
"name": "Passport",
|
|
24994
|
+
"ofType": null
|
|
24995
|
+
}
|
|
24996
|
+
}
|
|
24997
|
+
},
|
|
24998
|
+
"isDeprecated": false,
|
|
24999
|
+
"deprecationReason": null
|
|
25000
|
+
},
|
|
25001
|
+
{
|
|
25002
|
+
"name": "metadata",
|
|
25003
|
+
"description": null,
|
|
25004
|
+
"args": [],
|
|
25005
|
+
"type": {
|
|
25006
|
+
"kind": "SCALAR",
|
|
25007
|
+
"name": "Any",
|
|
25008
|
+
"ofType": null
|
|
25009
|
+
},
|
|
25010
|
+
"isDeprecated": false,
|
|
25011
|
+
"deprecationReason": null
|
|
25012
|
+
}
|
|
25013
|
+
],
|
|
25014
|
+
"inputFields": null,
|
|
25015
|
+
"interfaces": [],
|
|
25016
|
+
"enumValues": null,
|
|
25017
|
+
"possibleTypes": null
|
|
25018
|
+
},
|
|
25019
|
+
{
|
|
25020
|
+
"kind": "OBJECT",
|
|
25021
|
+
"name": "OrgResourceResult",
|
|
25022
|
+
"description": null,
|
|
25023
|
+
"fields": [
|
|
25024
|
+
{
|
|
25025
|
+
"name": "success",
|
|
25026
|
+
"description": null,
|
|
25027
|
+
"args": [],
|
|
25028
|
+
"type": {
|
|
25029
|
+
"kind": "LIST",
|
|
25030
|
+
"name": null,
|
|
25031
|
+
"ofType": {
|
|
25032
|
+
"kind": "NON_NULL",
|
|
25033
|
+
"name": null,
|
|
25034
|
+
"ofType": {
|
|
25035
|
+
"kind": "SCALAR",
|
|
25036
|
+
"name": "String",
|
|
25037
|
+
"ofType": null
|
|
25038
|
+
}
|
|
25039
|
+
}
|
|
25040
|
+
},
|
|
25041
|
+
"isDeprecated": false,
|
|
25042
|
+
"deprecationReason": null
|
|
25043
|
+
},
|
|
25044
|
+
{
|
|
25045
|
+
"name": "failed",
|
|
25046
|
+
"description": null,
|
|
25047
|
+
"args": [],
|
|
25048
|
+
"type": {
|
|
25049
|
+
"kind": "LIST",
|
|
25050
|
+
"name": null,
|
|
25051
|
+
"ofType": {
|
|
25052
|
+
"kind": "NON_NULL",
|
|
25053
|
+
"name": null,
|
|
25054
|
+
"ofType": {
|
|
25055
|
+
"kind": "SCALAR",
|
|
25056
|
+
"name": "String",
|
|
25057
|
+
"ofType": null
|
|
25058
|
+
}
|
|
25059
|
+
}
|
|
25060
|
+
},
|
|
25061
|
+
"isDeprecated": false,
|
|
25062
|
+
"deprecationReason": null
|
|
25063
|
+
}
|
|
25064
|
+
],
|
|
25065
|
+
"inputFields": null,
|
|
25066
|
+
"interfaces": [],
|
|
25067
|
+
"enumValues": null,
|
|
25068
|
+
"possibleTypes": null
|
|
25069
|
+
},
|
|
25070
|
+
{
|
|
25071
|
+
"kind": "OBJECT",
|
|
25072
|
+
"name": "OrgResources",
|
|
25073
|
+
"description": null,
|
|
25074
|
+
"fields": [
|
|
25075
|
+
{
|
|
25076
|
+
"name": "id",
|
|
25077
|
+
"description": null,
|
|
25078
|
+
"args": [],
|
|
25079
|
+
"type": {
|
|
25080
|
+
"kind": "SCALAR",
|
|
25081
|
+
"name": "String",
|
|
25082
|
+
"ofType": null
|
|
25083
|
+
},
|
|
25084
|
+
"isDeprecated": false,
|
|
25085
|
+
"deprecationReason": null
|
|
25086
|
+
},
|
|
25087
|
+
{
|
|
25088
|
+
"name": "orgId",
|
|
25089
|
+
"description": null,
|
|
25090
|
+
"args": [],
|
|
25091
|
+
"type": {
|
|
25092
|
+
"kind": "SCALAR",
|
|
25093
|
+
"name": "String",
|
|
25094
|
+
"ofType": null
|
|
25095
|
+
},
|
|
25096
|
+
"isDeprecated": false,
|
|
25097
|
+
"deprecationReason": null
|
|
25098
|
+
},
|
|
25099
|
+
{
|
|
25100
|
+
"name": "resourceId",
|
|
25101
|
+
"description": null,
|
|
25102
|
+
"args": [],
|
|
25103
|
+
"type": {
|
|
25104
|
+
"kind": "SCALAR",
|
|
25105
|
+
"name": "String",
|
|
25106
|
+
"ofType": null
|
|
25107
|
+
},
|
|
25108
|
+
"isDeprecated": false,
|
|
25109
|
+
"deprecationReason": null
|
|
25110
|
+
},
|
|
25111
|
+
{
|
|
25112
|
+
"name": "type",
|
|
25113
|
+
"description": null,
|
|
25114
|
+
"args": [],
|
|
25115
|
+
"type": {
|
|
25116
|
+
"kind": "SCALAR",
|
|
25117
|
+
"name": "String",
|
|
25118
|
+
"ofType": null
|
|
25119
|
+
},
|
|
25120
|
+
"isDeprecated": false,
|
|
25121
|
+
"deprecationReason": null
|
|
25122
|
+
},
|
|
25123
|
+
{
|
|
25124
|
+
"name": "metadata",
|
|
25125
|
+
"description": null,
|
|
25126
|
+
"args": [],
|
|
25127
|
+
"type": {
|
|
25128
|
+
"kind": "SCALAR",
|
|
25129
|
+
"name": "Any",
|
|
25130
|
+
"ofType": null
|
|
25131
|
+
},
|
|
25132
|
+
"isDeprecated": false,
|
|
25133
|
+
"deprecationReason": null
|
|
25134
|
+
},
|
|
25135
|
+
{
|
|
25136
|
+
"name": "createdAt",
|
|
25137
|
+
"description": null,
|
|
25138
|
+
"args": [],
|
|
25139
|
+
"type": {
|
|
25140
|
+
"kind": "SCALAR",
|
|
25141
|
+
"name": "Uint32",
|
|
25142
|
+
"ofType": null
|
|
25143
|
+
},
|
|
25144
|
+
"isDeprecated": false,
|
|
25145
|
+
"deprecationReason": null
|
|
25146
|
+
},
|
|
25147
|
+
{
|
|
25148
|
+
"name": "updatedAt",
|
|
25149
|
+
"description": null,
|
|
25150
|
+
"args": [],
|
|
25151
|
+
"type": {
|
|
25152
|
+
"kind": "SCALAR",
|
|
25153
|
+
"name": "Uint32",
|
|
25154
|
+
"ofType": null
|
|
25155
|
+
},
|
|
25156
|
+
"isDeprecated": false,
|
|
25157
|
+
"deprecationReason": null
|
|
25158
|
+
}
|
|
25159
|
+
],
|
|
25160
|
+
"inputFields": null,
|
|
25161
|
+
"interfaces": [],
|
|
25162
|
+
"enumValues": null,
|
|
25163
|
+
"possibleTypes": null
|
|
25164
|
+
},
|
|
25165
|
+
{
|
|
25166
|
+
"kind": "OBJECT",
|
|
25167
|
+
"name": "OrgSettings",
|
|
25168
|
+
"description": null,
|
|
25169
|
+
"fields": [
|
|
25170
|
+
{
|
|
25171
|
+
"name": "enabled",
|
|
25172
|
+
"description": null,
|
|
25173
|
+
"args": [],
|
|
25174
|
+
"type": {
|
|
25175
|
+
"kind": "SCALAR",
|
|
25176
|
+
"name": "Boolean",
|
|
25177
|
+
"ofType": null
|
|
25178
|
+
},
|
|
25179
|
+
"isDeprecated": false,
|
|
25180
|
+
"deprecationReason": null
|
|
25181
|
+
},
|
|
25182
|
+
{
|
|
25183
|
+
"name": "maxMemberPerOrg",
|
|
25184
|
+
"description": null,
|
|
25185
|
+
"args": [],
|
|
25186
|
+
"type": {
|
|
25187
|
+
"kind": "SCALAR",
|
|
25188
|
+
"name": "Uint32",
|
|
25189
|
+
"ofType": null
|
|
25190
|
+
},
|
|
25191
|
+
"isDeprecated": false,
|
|
25192
|
+
"deprecationReason": null
|
|
25193
|
+
},
|
|
25194
|
+
{
|
|
25195
|
+
"name": "maxOrgPerUser",
|
|
25196
|
+
"description": null,
|
|
25197
|
+
"args": [],
|
|
25198
|
+
"type": {
|
|
25199
|
+
"kind": "SCALAR",
|
|
25200
|
+
"name": "Uint32",
|
|
25201
|
+
"ofType": null
|
|
25202
|
+
},
|
|
25203
|
+
"isDeprecated": false,
|
|
25204
|
+
"deprecationReason": null
|
|
25205
|
+
}
|
|
25206
|
+
],
|
|
25207
|
+
"inputFields": null,
|
|
25208
|
+
"interfaces": [],
|
|
25209
|
+
"enumValues": null,
|
|
25210
|
+
"possibleTypes": null
|
|
25211
|
+
},
|
|
25212
|
+
{
|
|
25213
|
+
"kind": "OBJECT",
|
|
25214
|
+
"name": "OwnerNft",
|
|
25215
|
+
"description": null,
|
|
25216
|
+
"fields": [
|
|
25217
|
+
{
|
|
25218
|
+
"name": "did",
|
|
25219
|
+
"description": null,
|
|
25220
|
+
"args": [],
|
|
25221
|
+
"type": {
|
|
25222
|
+
"kind": "SCALAR",
|
|
25223
|
+
"name": "String",
|
|
25224
|
+
"ofType": null
|
|
25225
|
+
},
|
|
25226
|
+
"isDeprecated": false,
|
|
25227
|
+
"deprecationReason": null
|
|
25228
|
+
},
|
|
25229
|
+
{
|
|
25230
|
+
"name": "holder",
|
|
25231
|
+
"description": null,
|
|
25232
|
+
"args": [],
|
|
25233
|
+
"type": {
|
|
25234
|
+
"kind": "SCALAR",
|
|
25235
|
+
"name": "String",
|
|
25236
|
+
"ofType": null
|
|
25237
|
+
},
|
|
25238
|
+
"isDeprecated": false,
|
|
25239
|
+
"deprecationReason": null
|
|
25240
|
+
},
|
|
25241
|
+
{
|
|
25242
|
+
"name": "issuer",
|
|
25243
|
+
"description": null,
|
|
25244
|
+
"args": [],
|
|
25245
|
+
"type": {
|
|
25246
|
+
"kind": "SCALAR",
|
|
25247
|
+
"name": "String",
|
|
25248
|
+
"ofType": null
|
|
25249
|
+
},
|
|
25250
|
+
"isDeprecated": false,
|
|
25251
|
+
"deprecationReason": null
|
|
25252
|
+
},
|
|
25253
|
+
{
|
|
25254
|
+
"name": "launcherSessionId",
|
|
25255
|
+
"description": null,
|
|
25256
|
+
"args": [],
|
|
25257
|
+
"type": {
|
|
25258
|
+
"kind": "SCALAR",
|
|
25259
|
+
"name": "String",
|
|
25260
|
+
"ofType": null
|
|
25261
|
+
},
|
|
25262
|
+
"isDeprecated": false,
|
|
25263
|
+
"deprecationReason": null
|
|
25264
|
+
}
|
|
25265
|
+
],
|
|
25266
|
+
"inputFields": null,
|
|
25267
|
+
"interfaces": [],
|
|
25268
|
+
"enumValues": null,
|
|
25269
|
+
"possibleTypes": null
|
|
25270
|
+
},
|
|
25271
|
+
{
|
|
25272
|
+
"kind": "OBJECT",
|
|
25273
|
+
"name": "Paging",
|
|
25274
|
+
"description": null,
|
|
25275
|
+
"fields": [
|
|
25276
|
+
{
|
|
25277
|
+
"name": "total",
|
|
25278
|
+
"description": null,
|
|
25279
|
+
"args": [],
|
|
25280
|
+
"type": {
|
|
25281
|
+
"kind": "SCALAR",
|
|
25282
|
+
"name": "Uint32",
|
|
25283
|
+
"ofType": null
|
|
25284
|
+
},
|
|
25285
|
+
"isDeprecated": false,
|
|
25286
|
+
"deprecationReason": null
|
|
25287
|
+
},
|
|
25288
|
+
{
|
|
25289
|
+
"name": "pageSize",
|
|
25290
|
+
"description": null,
|
|
25291
|
+
"args": [],
|
|
25292
|
+
"type": {
|
|
25293
|
+
"kind": "SCALAR",
|
|
25294
|
+
"name": "Uint32",
|
|
25295
|
+
"ofType": null
|
|
25296
|
+
},
|
|
25297
|
+
"isDeprecated": false,
|
|
25298
|
+
"deprecationReason": null
|
|
25299
|
+
},
|
|
25300
|
+
{
|
|
25301
|
+
"name": "pageCount",
|
|
25302
|
+
"description": null,
|
|
25303
|
+
"args": [],
|
|
25304
|
+
"type": {
|
|
25305
|
+
"kind": "SCALAR",
|
|
25306
|
+
"name": "Uint32",
|
|
25307
|
+
"ofType": null
|
|
25308
|
+
},
|
|
25309
|
+
"isDeprecated": false,
|
|
25310
|
+
"deprecationReason": null
|
|
25311
|
+
},
|
|
25312
|
+
{
|
|
25313
|
+
"name": "page",
|
|
25314
|
+
"description": null,
|
|
25315
|
+
"args": [],
|
|
25316
|
+
"type": {
|
|
25317
|
+
"kind": "SCALAR",
|
|
25318
|
+
"name": "Uint32",
|
|
25319
|
+
"ofType": null
|
|
25320
|
+
},
|
|
25321
|
+
"isDeprecated": false,
|
|
25322
|
+
"deprecationReason": null
|
|
25323
|
+
}
|
|
25324
|
+
],
|
|
25325
|
+
"inputFields": null,
|
|
25326
|
+
"interfaces": [],
|
|
25327
|
+
"enumValues": null,
|
|
25328
|
+
"possibleTypes": null
|
|
25329
|
+
},
|
|
25330
|
+
{
|
|
25331
|
+
"kind": "OBJECT",
|
|
25332
|
+
"name": "Passport",
|
|
24018
25333
|
"description": null,
|
|
24019
25334
|
"fields": [
|
|
24020
25335
|
{
|
|
@@ -27468,6 +28783,139 @@
|
|
|
27468
28783
|
"enumValues": null,
|
|
27469
28784
|
"possibleTypes": null
|
|
27470
28785
|
},
|
|
28786
|
+
{
|
|
28787
|
+
"kind": "OBJECT",
|
|
28788
|
+
"name": "ResponseGetOrg",
|
|
28789
|
+
"description": null,
|
|
28790
|
+
"fields": [
|
|
28791
|
+
{
|
|
28792
|
+
"name": "code",
|
|
28793
|
+
"description": null,
|
|
28794
|
+
"args": [],
|
|
28795
|
+
"type": {
|
|
28796
|
+
"kind": "ENUM",
|
|
28797
|
+
"name": "StatusCode",
|
|
28798
|
+
"ofType": null
|
|
28799
|
+
},
|
|
28800
|
+
"isDeprecated": false,
|
|
28801
|
+
"deprecationReason": null
|
|
28802
|
+
},
|
|
28803
|
+
{
|
|
28804
|
+
"name": "org",
|
|
28805
|
+
"description": null,
|
|
28806
|
+
"args": [],
|
|
28807
|
+
"type": {
|
|
28808
|
+
"kind": "OBJECT",
|
|
28809
|
+
"name": "Org",
|
|
28810
|
+
"ofType": null
|
|
28811
|
+
},
|
|
28812
|
+
"isDeprecated": false,
|
|
28813
|
+
"deprecationReason": null
|
|
28814
|
+
}
|
|
28815
|
+
],
|
|
28816
|
+
"inputFields": null,
|
|
28817
|
+
"interfaces": [],
|
|
28818
|
+
"enumValues": null,
|
|
28819
|
+
"possibleTypes": null
|
|
28820
|
+
},
|
|
28821
|
+
{
|
|
28822
|
+
"kind": "OBJECT",
|
|
28823
|
+
"name": "ResponseGetOrgResource",
|
|
28824
|
+
"description": null,
|
|
28825
|
+
"fields": [
|
|
28826
|
+
{
|
|
28827
|
+
"name": "code",
|
|
28828
|
+
"description": null,
|
|
28829
|
+
"args": [],
|
|
28830
|
+
"type": {
|
|
28831
|
+
"kind": "ENUM",
|
|
28832
|
+
"name": "StatusCode",
|
|
28833
|
+
"ofType": null
|
|
28834
|
+
},
|
|
28835
|
+
"isDeprecated": false,
|
|
28836
|
+
"deprecationReason": null
|
|
28837
|
+
},
|
|
28838
|
+
{
|
|
28839
|
+
"name": "data",
|
|
28840
|
+
"description": null,
|
|
28841
|
+
"args": [],
|
|
28842
|
+
"type": {
|
|
28843
|
+
"kind": "LIST",
|
|
28844
|
+
"name": null,
|
|
28845
|
+
"ofType": {
|
|
28846
|
+
"kind": "NON_NULL",
|
|
28847
|
+
"name": null,
|
|
28848
|
+
"ofType": {
|
|
28849
|
+
"kind": "OBJECT",
|
|
28850
|
+
"name": "OrgResources",
|
|
28851
|
+
"ofType": null
|
|
28852
|
+
}
|
|
28853
|
+
}
|
|
28854
|
+
},
|
|
28855
|
+
"isDeprecated": false,
|
|
28856
|
+
"deprecationReason": null
|
|
28857
|
+
}
|
|
28858
|
+
],
|
|
28859
|
+
"inputFields": null,
|
|
28860
|
+
"interfaces": [],
|
|
28861
|
+
"enumValues": null,
|
|
28862
|
+
"possibleTypes": null
|
|
28863
|
+
},
|
|
28864
|
+
{
|
|
28865
|
+
"kind": "OBJECT",
|
|
28866
|
+
"name": "ResponseGetOrgs",
|
|
28867
|
+
"description": null,
|
|
28868
|
+
"fields": [
|
|
28869
|
+
{
|
|
28870
|
+
"name": "code",
|
|
28871
|
+
"description": null,
|
|
28872
|
+
"args": [],
|
|
28873
|
+
"type": {
|
|
28874
|
+
"kind": "ENUM",
|
|
28875
|
+
"name": "StatusCode",
|
|
28876
|
+
"ofType": null
|
|
28877
|
+
},
|
|
28878
|
+
"isDeprecated": false,
|
|
28879
|
+
"deprecationReason": null
|
|
28880
|
+
},
|
|
28881
|
+
{
|
|
28882
|
+
"name": "orgs",
|
|
28883
|
+
"description": null,
|
|
28884
|
+
"args": [],
|
|
28885
|
+
"type": {
|
|
28886
|
+
"kind": "LIST",
|
|
28887
|
+
"name": null,
|
|
28888
|
+
"ofType": {
|
|
28889
|
+
"kind": "NON_NULL",
|
|
28890
|
+
"name": null,
|
|
28891
|
+
"ofType": {
|
|
28892
|
+
"kind": "OBJECT",
|
|
28893
|
+
"name": "Org",
|
|
28894
|
+
"ofType": null
|
|
28895
|
+
}
|
|
28896
|
+
}
|
|
28897
|
+
},
|
|
28898
|
+
"isDeprecated": false,
|
|
28899
|
+
"deprecationReason": null
|
|
28900
|
+
},
|
|
28901
|
+
{
|
|
28902
|
+
"name": "paging",
|
|
28903
|
+
"description": null,
|
|
28904
|
+
"args": [],
|
|
28905
|
+
"type": {
|
|
28906
|
+
"kind": "OBJECT",
|
|
28907
|
+
"name": "Paging",
|
|
28908
|
+
"ofType": null
|
|
28909
|
+
},
|
|
28910
|
+
"isDeprecated": false,
|
|
28911
|
+
"deprecationReason": null
|
|
28912
|
+
}
|
|
28913
|
+
],
|
|
28914
|
+
"inputFields": null,
|
|
28915
|
+
"interfaces": [],
|
|
28916
|
+
"enumValues": null,
|
|
28917
|
+
"possibleTypes": null
|
|
28918
|
+
},
|
|
27471
28919
|
{
|
|
27472
28920
|
"kind": "OBJECT",
|
|
27473
28921
|
"name": "ResponseGetPassportCountPerRole",
|
|
@@ -28249,6 +29697,41 @@
|
|
|
28249
29697
|
"enumValues": null,
|
|
28250
29698
|
"possibleTypes": null
|
|
28251
29699
|
},
|
|
29700
|
+
{
|
|
29701
|
+
"kind": "OBJECT",
|
|
29702
|
+
"name": "ResponseInviteMembersToOrg",
|
|
29703
|
+
"description": null,
|
|
29704
|
+
"fields": [
|
|
29705
|
+
{
|
|
29706
|
+
"name": "code",
|
|
29707
|
+
"description": null,
|
|
29708
|
+
"args": [],
|
|
29709
|
+
"type": {
|
|
29710
|
+
"kind": "ENUM",
|
|
29711
|
+
"name": "StatusCode",
|
|
29712
|
+
"ofType": null
|
|
29713
|
+
},
|
|
29714
|
+
"isDeprecated": false,
|
|
29715
|
+
"deprecationReason": null
|
|
29716
|
+
},
|
|
29717
|
+
{
|
|
29718
|
+
"name": "data",
|
|
29719
|
+
"description": null,
|
|
29720
|
+
"args": [],
|
|
29721
|
+
"type": {
|
|
29722
|
+
"kind": "OBJECT",
|
|
29723
|
+
"name": "InviteResult",
|
|
29724
|
+
"ofType": null
|
|
29725
|
+
},
|
|
29726
|
+
"isDeprecated": false,
|
|
29727
|
+
"deprecationReason": null
|
|
29728
|
+
}
|
|
29729
|
+
],
|
|
29730
|
+
"inputFields": null,
|
|
29731
|
+
"interfaces": [],
|
|
29732
|
+
"enumValues": null,
|
|
29733
|
+
"possibleTypes": null
|
|
29734
|
+
},
|
|
28252
29735
|
{
|
|
28253
29736
|
"kind": "OBJECT",
|
|
28254
29737
|
"name": "ResponseIsDidDomain",
|
|
@@ -28584,6 +30067,96 @@
|
|
|
28584
30067
|
"enumValues": null,
|
|
28585
30068
|
"possibleTypes": null
|
|
28586
30069
|
},
|
|
30070
|
+
{
|
|
30071
|
+
"kind": "OBJECT",
|
|
30072
|
+
"name": "ResponseOrgResourceOperation",
|
|
30073
|
+
"description": null,
|
|
30074
|
+
"fields": [
|
|
30075
|
+
{
|
|
30076
|
+
"name": "code",
|
|
30077
|
+
"description": null,
|
|
30078
|
+
"args": [],
|
|
30079
|
+
"type": {
|
|
30080
|
+
"kind": "ENUM",
|
|
30081
|
+
"name": "StatusCode",
|
|
30082
|
+
"ofType": null
|
|
30083
|
+
},
|
|
30084
|
+
"isDeprecated": false,
|
|
30085
|
+
"deprecationReason": null
|
|
30086
|
+
},
|
|
30087
|
+
{
|
|
30088
|
+
"name": "data",
|
|
30089
|
+
"description": null,
|
|
30090
|
+
"args": [],
|
|
30091
|
+
"type": {
|
|
30092
|
+
"kind": "OBJECT",
|
|
30093
|
+
"name": "OrgResourceResult",
|
|
30094
|
+
"ofType": null
|
|
30095
|
+
},
|
|
30096
|
+
"isDeprecated": false,
|
|
30097
|
+
"deprecationReason": null
|
|
30098
|
+
}
|
|
30099
|
+
],
|
|
30100
|
+
"inputFields": null,
|
|
30101
|
+
"interfaces": [],
|
|
30102
|
+
"enumValues": null,
|
|
30103
|
+
"possibleTypes": null
|
|
30104
|
+
},
|
|
30105
|
+
{
|
|
30106
|
+
"kind": "OBJECT",
|
|
30107
|
+
"name": "ResponseOrgUsers",
|
|
30108
|
+
"description": null,
|
|
30109
|
+
"fields": [
|
|
30110
|
+
{
|
|
30111
|
+
"name": "code",
|
|
30112
|
+
"description": null,
|
|
30113
|
+
"args": [],
|
|
30114
|
+
"type": {
|
|
30115
|
+
"kind": "ENUM",
|
|
30116
|
+
"name": "StatusCode",
|
|
30117
|
+
"ofType": null
|
|
30118
|
+
},
|
|
30119
|
+
"isDeprecated": false,
|
|
30120
|
+
"deprecationReason": null
|
|
30121
|
+
},
|
|
30122
|
+
{
|
|
30123
|
+
"name": "users",
|
|
30124
|
+
"description": null,
|
|
30125
|
+
"args": [],
|
|
30126
|
+
"type": {
|
|
30127
|
+
"kind": "LIST",
|
|
30128
|
+
"name": null,
|
|
30129
|
+
"ofType": {
|
|
30130
|
+
"kind": "NON_NULL",
|
|
30131
|
+
"name": null,
|
|
30132
|
+
"ofType": {
|
|
30133
|
+
"kind": "OBJECT",
|
|
30134
|
+
"name": "UserOrg",
|
|
30135
|
+
"ofType": null
|
|
30136
|
+
}
|
|
30137
|
+
}
|
|
30138
|
+
},
|
|
30139
|
+
"isDeprecated": false,
|
|
30140
|
+
"deprecationReason": null
|
|
30141
|
+
},
|
|
30142
|
+
{
|
|
30143
|
+
"name": "paging",
|
|
30144
|
+
"description": null,
|
|
30145
|
+
"args": [],
|
|
30146
|
+
"type": {
|
|
30147
|
+
"kind": "OBJECT",
|
|
30148
|
+
"name": "Paging",
|
|
30149
|
+
"ofType": null
|
|
30150
|
+
},
|
|
30151
|
+
"isDeprecated": false,
|
|
30152
|
+
"deprecationReason": null
|
|
30153
|
+
}
|
|
30154
|
+
],
|
|
30155
|
+
"inputFields": null,
|
|
30156
|
+
"interfaces": [],
|
|
30157
|
+
"enumValues": null,
|
|
30158
|
+
"possibleTypes": null
|
|
30159
|
+
},
|
|
28587
30160
|
{
|
|
28588
30161
|
"kind": "OBJECT",
|
|
28589
30162
|
"name": "ResponsePassport",
|
|
@@ -29978,6 +31551,18 @@
|
|
|
29978
31551
|
},
|
|
29979
31552
|
"isDeprecated": false,
|
|
29980
31553
|
"deprecationReason": null
|
|
31554
|
+
},
|
|
31555
|
+
{
|
|
31556
|
+
"name": "orgId",
|
|
31557
|
+
"description": null,
|
|
31558
|
+
"args": [],
|
|
31559
|
+
"type": {
|
|
31560
|
+
"kind": "SCALAR",
|
|
31561
|
+
"name": "String",
|
|
31562
|
+
"ofType": null
|
|
31563
|
+
},
|
|
31564
|
+
"isDeprecated": false,
|
|
31565
|
+
"deprecationReason": null
|
|
29981
31566
|
}
|
|
29982
31567
|
],
|
|
29983
31568
|
"inputFields": null,
|
|
@@ -32523,6 +34108,113 @@
|
|
|
32523
34108
|
"enumValues": null,
|
|
32524
34109
|
"possibleTypes": null
|
|
32525
34110
|
},
|
|
34111
|
+
{
|
|
34112
|
+
"kind": "OBJECT",
|
|
34113
|
+
"name": "UserOrg",
|
|
34114
|
+
"description": null,
|
|
34115
|
+
"fields": [
|
|
34116
|
+
{
|
|
34117
|
+
"name": "id",
|
|
34118
|
+
"description": null,
|
|
34119
|
+
"args": [],
|
|
34120
|
+
"type": {
|
|
34121
|
+
"kind": "SCALAR",
|
|
34122
|
+
"name": "String",
|
|
34123
|
+
"ofType": null
|
|
34124
|
+
},
|
|
34125
|
+
"isDeprecated": false,
|
|
34126
|
+
"deprecationReason": null
|
|
34127
|
+
},
|
|
34128
|
+
{
|
|
34129
|
+
"name": "orgId",
|
|
34130
|
+
"description": null,
|
|
34131
|
+
"args": [],
|
|
34132
|
+
"type": {
|
|
34133
|
+
"kind": "SCALAR",
|
|
34134
|
+
"name": "String",
|
|
34135
|
+
"ofType": null
|
|
34136
|
+
},
|
|
34137
|
+
"isDeprecated": false,
|
|
34138
|
+
"deprecationReason": null
|
|
34139
|
+
},
|
|
34140
|
+
{
|
|
34141
|
+
"name": "userDid",
|
|
34142
|
+
"description": null,
|
|
34143
|
+
"args": [],
|
|
34144
|
+
"type": {
|
|
34145
|
+
"kind": "SCALAR",
|
|
34146
|
+
"name": "String",
|
|
34147
|
+
"ofType": null
|
|
34148
|
+
},
|
|
34149
|
+
"isDeprecated": false,
|
|
34150
|
+
"deprecationReason": null
|
|
34151
|
+
},
|
|
34152
|
+
{
|
|
34153
|
+
"name": "status",
|
|
34154
|
+
"description": null,
|
|
34155
|
+
"args": [],
|
|
34156
|
+
"type": {
|
|
34157
|
+
"kind": "ENUM",
|
|
34158
|
+
"name": "OrgUserStatus",
|
|
34159
|
+
"ofType": null
|
|
34160
|
+
},
|
|
34161
|
+
"isDeprecated": false,
|
|
34162
|
+
"deprecationReason": null
|
|
34163
|
+
},
|
|
34164
|
+
{
|
|
34165
|
+
"name": "createdAt",
|
|
34166
|
+
"description": null,
|
|
34167
|
+
"args": [],
|
|
34168
|
+
"type": {
|
|
34169
|
+
"kind": "SCALAR",
|
|
34170
|
+
"name": "Uint32",
|
|
34171
|
+
"ofType": null
|
|
34172
|
+
},
|
|
34173
|
+
"isDeprecated": false,
|
|
34174
|
+
"deprecationReason": null
|
|
34175
|
+
},
|
|
34176
|
+
{
|
|
34177
|
+
"name": "updatedAt",
|
|
34178
|
+
"description": null,
|
|
34179
|
+
"args": [],
|
|
34180
|
+
"type": {
|
|
34181
|
+
"kind": "SCALAR",
|
|
34182
|
+
"name": "Uint32",
|
|
34183
|
+
"ofType": null
|
|
34184
|
+
},
|
|
34185
|
+
"isDeprecated": false,
|
|
34186
|
+
"deprecationReason": null
|
|
34187
|
+
},
|
|
34188
|
+
{
|
|
34189
|
+
"name": "user",
|
|
34190
|
+
"description": null,
|
|
34191
|
+
"args": [],
|
|
34192
|
+
"type": {
|
|
34193
|
+
"kind": "OBJECT",
|
|
34194
|
+
"name": "UserInfo",
|
|
34195
|
+
"ofType": null
|
|
34196
|
+
},
|
|
34197
|
+
"isDeprecated": false,
|
|
34198
|
+
"deprecationReason": null
|
|
34199
|
+
},
|
|
34200
|
+
{
|
|
34201
|
+
"name": "metadata",
|
|
34202
|
+
"description": null,
|
|
34203
|
+
"args": [],
|
|
34204
|
+
"type": {
|
|
34205
|
+
"kind": "SCALAR",
|
|
34206
|
+
"name": "Any",
|
|
34207
|
+
"ofType": null
|
|
34208
|
+
},
|
|
34209
|
+
"isDeprecated": false,
|
|
34210
|
+
"deprecationReason": null
|
|
34211
|
+
}
|
|
34212
|
+
],
|
|
34213
|
+
"inputFields": null,
|
|
34214
|
+
"interfaces": [],
|
|
34215
|
+
"enumValues": null,
|
|
34216
|
+
"possibleTypes": null
|
|
34217
|
+
},
|
|
32526
34218
|
{
|
|
32527
34219
|
"kind": "OBJECT",
|
|
32528
34220
|
"name": "UserPhoneInfo",
|
|
@@ -34387,6 +36079,58 @@
|
|
|
34387
36079
|
],
|
|
34388
36080
|
"possibleTypes": null
|
|
34389
36081
|
},
|
|
36082
|
+
{
|
|
36083
|
+
"kind": "ENUM",
|
|
36084
|
+
"name": "OrgQueryType",
|
|
36085
|
+
"description": null,
|
|
36086
|
+
"fields": null,
|
|
36087
|
+
"inputFields": null,
|
|
36088
|
+
"interfaces": null,
|
|
36089
|
+
"enumValues": [
|
|
36090
|
+
{
|
|
36091
|
+
"name": "owned",
|
|
36092
|
+
"description": null,
|
|
36093
|
+
"isDeprecated": false,
|
|
36094
|
+
"deprecationReason": null
|
|
36095
|
+
},
|
|
36096
|
+
{
|
|
36097
|
+
"name": "joined",
|
|
36098
|
+
"description": null,
|
|
36099
|
+
"isDeprecated": false,
|
|
36100
|
+
"deprecationReason": null
|
|
36101
|
+
}
|
|
36102
|
+
],
|
|
36103
|
+
"possibleTypes": null
|
|
36104
|
+
},
|
|
36105
|
+
{
|
|
36106
|
+
"kind": "ENUM",
|
|
36107
|
+
"name": "OrgUserStatus",
|
|
36108
|
+
"description": null,
|
|
36109
|
+
"fields": null,
|
|
36110
|
+
"inputFields": null,
|
|
36111
|
+
"interfaces": null,
|
|
36112
|
+
"enumValues": [
|
|
36113
|
+
{
|
|
36114
|
+
"name": "active",
|
|
36115
|
+
"description": null,
|
|
36116
|
+
"isDeprecated": false,
|
|
36117
|
+
"deprecationReason": null
|
|
36118
|
+
},
|
|
36119
|
+
{
|
|
36120
|
+
"name": "inviting",
|
|
36121
|
+
"description": null,
|
|
36122
|
+
"isDeprecated": false,
|
|
36123
|
+
"deprecationReason": null
|
|
36124
|
+
},
|
|
36125
|
+
{
|
|
36126
|
+
"name": "inactive",
|
|
36127
|
+
"description": null,
|
|
36128
|
+
"isDeprecated": false,
|
|
36129
|
+
"deprecationReason": null
|
|
36130
|
+
}
|
|
36131
|
+
],
|
|
36132
|
+
"possibleTypes": null
|
|
36133
|
+
},
|
|
34390
36134
|
{
|
|
34391
36135
|
"kind": "ENUM",
|
|
34392
36136
|
"name": "PublishType",
|
|
@@ -37669,6 +39413,190 @@
|
|
|
37669
39413
|
},
|
|
37670
39414
|
"isDeprecated": false,
|
|
37671
39415
|
"deprecationReason": null
|
|
39416
|
+
},
|
|
39417
|
+
{
|
|
39418
|
+
"name": "createOrg",
|
|
39419
|
+
"description": null,
|
|
39420
|
+
"args": [
|
|
39421
|
+
{
|
|
39422
|
+
"name": "input",
|
|
39423
|
+
"description": null,
|
|
39424
|
+
"type": {
|
|
39425
|
+
"kind": "INPUT_OBJECT",
|
|
39426
|
+
"name": "RequestCreateOrgInput",
|
|
39427
|
+
"ofType": null
|
|
39428
|
+
},
|
|
39429
|
+
"defaultValue": null
|
|
39430
|
+
}
|
|
39431
|
+
],
|
|
39432
|
+
"type": {
|
|
39433
|
+
"kind": "OBJECT",
|
|
39434
|
+
"name": "ResponseGetOrg",
|
|
39435
|
+
"ofType": null
|
|
39436
|
+
},
|
|
39437
|
+
"isDeprecated": false,
|
|
39438
|
+
"deprecationReason": null
|
|
39439
|
+
},
|
|
39440
|
+
{
|
|
39441
|
+
"name": "updateOrg",
|
|
39442
|
+
"description": null,
|
|
39443
|
+
"args": [
|
|
39444
|
+
{
|
|
39445
|
+
"name": "input",
|
|
39446
|
+
"description": null,
|
|
39447
|
+
"type": {
|
|
39448
|
+
"kind": "INPUT_OBJECT",
|
|
39449
|
+
"name": "RequestUpdateOrgInput",
|
|
39450
|
+
"ofType": null
|
|
39451
|
+
},
|
|
39452
|
+
"defaultValue": null
|
|
39453
|
+
}
|
|
39454
|
+
],
|
|
39455
|
+
"type": {
|
|
39456
|
+
"kind": "OBJECT",
|
|
39457
|
+
"name": "ResponseGetOrg",
|
|
39458
|
+
"ofType": null
|
|
39459
|
+
},
|
|
39460
|
+
"isDeprecated": false,
|
|
39461
|
+
"deprecationReason": null
|
|
39462
|
+
},
|
|
39463
|
+
{
|
|
39464
|
+
"name": "deleteOrg",
|
|
39465
|
+
"description": null,
|
|
39466
|
+
"args": [
|
|
39467
|
+
{
|
|
39468
|
+
"name": "input",
|
|
39469
|
+
"description": null,
|
|
39470
|
+
"type": {
|
|
39471
|
+
"kind": "INPUT_OBJECT",
|
|
39472
|
+
"name": "RequestGetOrgInput",
|
|
39473
|
+
"ofType": null
|
|
39474
|
+
},
|
|
39475
|
+
"defaultValue": null
|
|
39476
|
+
}
|
|
39477
|
+
],
|
|
39478
|
+
"type": {
|
|
39479
|
+
"kind": "OBJECT",
|
|
39480
|
+
"name": "GeneralResponse",
|
|
39481
|
+
"ofType": null
|
|
39482
|
+
},
|
|
39483
|
+
"isDeprecated": false,
|
|
39484
|
+
"deprecationReason": null
|
|
39485
|
+
},
|
|
39486
|
+
{
|
|
39487
|
+
"name": "addOrgMember",
|
|
39488
|
+
"description": null,
|
|
39489
|
+
"args": [
|
|
39490
|
+
{
|
|
39491
|
+
"name": "input",
|
|
39492
|
+
"description": null,
|
|
39493
|
+
"type": {
|
|
39494
|
+
"kind": "INPUT_OBJECT",
|
|
39495
|
+
"name": "RequestGetOrgMemberInput",
|
|
39496
|
+
"ofType": null
|
|
39497
|
+
},
|
|
39498
|
+
"defaultValue": null
|
|
39499
|
+
}
|
|
39500
|
+
],
|
|
39501
|
+
"type": {
|
|
39502
|
+
"kind": "OBJECT",
|
|
39503
|
+
"name": "ResponseGetOrg",
|
|
39504
|
+
"ofType": null
|
|
39505
|
+
},
|
|
39506
|
+
"isDeprecated": false,
|
|
39507
|
+
"deprecationReason": null
|
|
39508
|
+
},
|
|
39509
|
+
{
|
|
39510
|
+
"name": "removeOrgMember",
|
|
39511
|
+
"description": null,
|
|
39512
|
+
"args": [
|
|
39513
|
+
{
|
|
39514
|
+
"name": "input",
|
|
39515
|
+
"description": null,
|
|
39516
|
+
"type": {
|
|
39517
|
+
"kind": "INPUT_OBJECT",
|
|
39518
|
+
"name": "RequestGetOrgMemberInput",
|
|
39519
|
+
"ofType": null
|
|
39520
|
+
},
|
|
39521
|
+
"defaultValue": null
|
|
39522
|
+
}
|
|
39523
|
+
],
|
|
39524
|
+
"type": {
|
|
39525
|
+
"kind": "OBJECT",
|
|
39526
|
+
"name": "GeneralResponse",
|
|
39527
|
+
"ofType": null
|
|
39528
|
+
},
|
|
39529
|
+
"isDeprecated": false,
|
|
39530
|
+
"deprecationReason": null
|
|
39531
|
+
},
|
|
39532
|
+
{
|
|
39533
|
+
"name": "inviteMembersToOrg",
|
|
39534
|
+
"description": null,
|
|
39535
|
+
"args": [
|
|
39536
|
+
{
|
|
39537
|
+
"name": "input",
|
|
39538
|
+
"description": null,
|
|
39539
|
+
"type": {
|
|
39540
|
+
"kind": "INPUT_OBJECT",
|
|
39541
|
+
"name": "RequestInviteMembersToOrgInput",
|
|
39542
|
+
"ofType": null
|
|
39543
|
+
},
|
|
39544
|
+
"defaultValue": null
|
|
39545
|
+
}
|
|
39546
|
+
],
|
|
39547
|
+
"type": {
|
|
39548
|
+
"kind": "OBJECT",
|
|
39549
|
+
"name": "ResponseInviteMembersToOrg",
|
|
39550
|
+
"ofType": null
|
|
39551
|
+
},
|
|
39552
|
+
"isDeprecated": false,
|
|
39553
|
+
"deprecationReason": null
|
|
39554
|
+
},
|
|
39555
|
+
{
|
|
39556
|
+
"name": "addOrgResource",
|
|
39557
|
+
"description": null,
|
|
39558
|
+
"args": [
|
|
39559
|
+
{
|
|
39560
|
+
"name": "input",
|
|
39561
|
+
"description": null,
|
|
39562
|
+
"type": {
|
|
39563
|
+
"kind": "INPUT_OBJECT",
|
|
39564
|
+
"name": "RequestAddOrgResourceInput",
|
|
39565
|
+
"ofType": null
|
|
39566
|
+
},
|
|
39567
|
+
"defaultValue": null
|
|
39568
|
+
}
|
|
39569
|
+
],
|
|
39570
|
+
"type": {
|
|
39571
|
+
"kind": "OBJECT",
|
|
39572
|
+
"name": "ResponseOrgResourceOperation",
|
|
39573
|
+
"ofType": null
|
|
39574
|
+
},
|
|
39575
|
+
"isDeprecated": false,
|
|
39576
|
+
"deprecationReason": null
|
|
39577
|
+
},
|
|
39578
|
+
{
|
|
39579
|
+
"name": "migrateOrgResource",
|
|
39580
|
+
"description": null,
|
|
39581
|
+
"args": [
|
|
39582
|
+
{
|
|
39583
|
+
"name": "input",
|
|
39584
|
+
"description": null,
|
|
39585
|
+
"type": {
|
|
39586
|
+
"kind": "INPUT_OBJECT",
|
|
39587
|
+
"name": "RequestMigrateOrgResourceInput",
|
|
39588
|
+
"ofType": null
|
|
39589
|
+
},
|
|
39590
|
+
"defaultValue": null
|
|
39591
|
+
}
|
|
39592
|
+
],
|
|
39593
|
+
"type": {
|
|
39594
|
+
"kind": "OBJECT",
|
|
39595
|
+
"name": "ResponseOrgResourceOperation",
|
|
39596
|
+
"ofType": null
|
|
39597
|
+
},
|
|
39598
|
+
"isDeprecated": false,
|
|
39599
|
+
"deprecationReason": null
|
|
37672
39600
|
}
|
|
37673
39601
|
],
|
|
37674
39602
|
"inputFields": null,
|
|
@@ -38362,7 +40290,7 @@
|
|
|
38362
40290
|
"description": null,
|
|
38363
40291
|
"type": {
|
|
38364
40292
|
"kind": "INPUT_OBJECT",
|
|
38365
|
-
"name": "
|
|
40293
|
+
"name": "RequestGetOrgDataInput",
|
|
38366
40294
|
"ofType": null
|
|
38367
40295
|
},
|
|
38368
40296
|
"defaultValue": null
|
|
@@ -38431,7 +40359,7 @@
|
|
|
38431
40359
|
"description": null,
|
|
38432
40360
|
"type": {
|
|
38433
40361
|
"kind": "INPUT_OBJECT",
|
|
38434
|
-
"name": "
|
|
40362
|
+
"name": "RequestGetOrgDataInput",
|
|
38435
40363
|
"ofType": null
|
|
38436
40364
|
},
|
|
38437
40365
|
"defaultValue": null
|
|
@@ -39571,6 +41499,121 @@
|
|
|
39571
41499
|
},
|
|
39572
41500
|
"isDeprecated": false,
|
|
39573
41501
|
"deprecationReason": null
|
|
41502
|
+
},
|
|
41503
|
+
{
|
|
41504
|
+
"name": "getOrgs",
|
|
41505
|
+
"description": null,
|
|
41506
|
+
"args": [
|
|
41507
|
+
{
|
|
41508
|
+
"name": "input",
|
|
41509
|
+
"description": null,
|
|
41510
|
+
"type": {
|
|
41511
|
+
"kind": "INPUT_OBJECT",
|
|
41512
|
+
"name": "RequestGetOrgsInput",
|
|
41513
|
+
"ofType": null
|
|
41514
|
+
},
|
|
41515
|
+
"defaultValue": null
|
|
41516
|
+
}
|
|
41517
|
+
],
|
|
41518
|
+
"type": {
|
|
41519
|
+
"kind": "OBJECT",
|
|
41520
|
+
"name": "ResponseGetOrgs",
|
|
41521
|
+
"ofType": null
|
|
41522
|
+
},
|
|
41523
|
+
"isDeprecated": false,
|
|
41524
|
+
"deprecationReason": null
|
|
41525
|
+
},
|
|
41526
|
+
{
|
|
41527
|
+
"name": "getOrg",
|
|
41528
|
+
"description": null,
|
|
41529
|
+
"args": [
|
|
41530
|
+
{
|
|
41531
|
+
"name": "input",
|
|
41532
|
+
"description": null,
|
|
41533
|
+
"type": {
|
|
41534
|
+
"kind": "INPUT_OBJECT",
|
|
41535
|
+
"name": "RequestGetOrgInput",
|
|
41536
|
+
"ofType": null
|
|
41537
|
+
},
|
|
41538
|
+
"defaultValue": null
|
|
41539
|
+
}
|
|
41540
|
+
],
|
|
41541
|
+
"type": {
|
|
41542
|
+
"kind": "OBJECT",
|
|
41543
|
+
"name": "ResponseGetOrg",
|
|
41544
|
+
"ofType": null
|
|
41545
|
+
},
|
|
41546
|
+
"isDeprecated": false,
|
|
41547
|
+
"deprecationReason": null
|
|
41548
|
+
},
|
|
41549
|
+
{
|
|
41550
|
+
"name": "getOrgMembers",
|
|
41551
|
+
"description": null,
|
|
41552
|
+
"args": [
|
|
41553
|
+
{
|
|
41554
|
+
"name": "input",
|
|
41555
|
+
"description": null,
|
|
41556
|
+
"type": {
|
|
41557
|
+
"kind": "INPUT_OBJECT",
|
|
41558
|
+
"name": "RequestGetOrgDataInput",
|
|
41559
|
+
"ofType": null
|
|
41560
|
+
},
|
|
41561
|
+
"defaultValue": null
|
|
41562
|
+
}
|
|
41563
|
+
],
|
|
41564
|
+
"type": {
|
|
41565
|
+
"kind": "OBJECT",
|
|
41566
|
+
"name": "ResponseOrgUsers",
|
|
41567
|
+
"ofType": null
|
|
41568
|
+
},
|
|
41569
|
+
"isDeprecated": false,
|
|
41570
|
+
"deprecationReason": null
|
|
41571
|
+
},
|
|
41572
|
+
{
|
|
41573
|
+
"name": "getOrgInvitableUsers",
|
|
41574
|
+
"description": null,
|
|
41575
|
+
"args": [
|
|
41576
|
+
{
|
|
41577
|
+
"name": "input",
|
|
41578
|
+
"description": null,
|
|
41579
|
+
"type": {
|
|
41580
|
+
"kind": "INPUT_OBJECT",
|
|
41581
|
+
"name": "RequestInvitableUsersInput",
|
|
41582
|
+
"ofType": null
|
|
41583
|
+
},
|
|
41584
|
+
"defaultValue": null
|
|
41585
|
+
}
|
|
41586
|
+
],
|
|
41587
|
+
"type": {
|
|
41588
|
+
"kind": "OBJECT",
|
|
41589
|
+
"name": "ResponseUsers",
|
|
41590
|
+
"ofType": null
|
|
41591
|
+
},
|
|
41592
|
+
"isDeprecated": false,
|
|
41593
|
+
"deprecationReason": null
|
|
41594
|
+
},
|
|
41595
|
+
{
|
|
41596
|
+
"name": "getOrgResource",
|
|
41597
|
+
"description": null,
|
|
41598
|
+
"args": [
|
|
41599
|
+
{
|
|
41600
|
+
"name": "input",
|
|
41601
|
+
"description": null,
|
|
41602
|
+
"type": {
|
|
41603
|
+
"kind": "INPUT_OBJECT",
|
|
41604
|
+
"name": "RequestGetOrgResourceInput",
|
|
41605
|
+
"ofType": null
|
|
41606
|
+
},
|
|
41607
|
+
"defaultValue": null
|
|
41608
|
+
}
|
|
41609
|
+
],
|
|
41610
|
+
"type": {
|
|
41611
|
+
"kind": "OBJECT",
|
|
41612
|
+
"name": "ResponseGetOrgResource",
|
|
41613
|
+
"ofType": null
|
|
41614
|
+
},
|
|
41615
|
+
"isDeprecated": false,
|
|
41616
|
+
"deprecationReason": null
|
|
39574
41617
|
}
|
|
39575
41618
|
],
|
|
39576
41619
|
"inputFields": null,
|