@blocklet/server-js 1.16.52-beta-20251003-083412-fdfc4e36 → 1.16.52-beta-20251008-091027-c46c73e3
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 +303 -2
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +2387 -303
- package/dist/types.js +637 -2
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5565 -3138
- package/lib/node.d.ts +303 -2
- package/lib/schema/graphql.json +2387 -303
- package/lib/types.js +637 -2
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/lib/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,12 @@
|
|
|
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",
|
|
7180
7498
|
"description": null,
|
|
7181
7499
|
"type": {
|
|
7182
7500
|
"kind": "SCALAR",
|
|
@@ -7186,17 +7504,7 @@
|
|
|
7186
7504
|
"defaultValue": null
|
|
7187
7505
|
},
|
|
7188
7506
|
{
|
|
7189
|
-
"name": "
|
|
7190
|
-
"description": null,
|
|
7191
|
-
"type": {
|
|
7192
|
-
"kind": "INPUT_OBJECT",
|
|
7193
|
-
"name": "PagingInput",
|
|
7194
|
-
"ofType": null
|
|
7195
|
-
},
|
|
7196
|
-
"defaultValue": null
|
|
7197
|
-
},
|
|
7198
|
-
{
|
|
7199
|
-
"name": "componentDid",
|
|
7507
|
+
"name": "orgId",
|
|
7200
7508
|
"description": null,
|
|
7201
7509
|
"type": {
|
|
7202
7510
|
"kind": "SCALAR",
|
|
@@ -7206,11 +7514,11 @@
|
|
|
7206
7514
|
"defaultValue": null
|
|
7207
7515
|
},
|
|
7208
7516
|
{
|
|
7209
|
-
"name": "
|
|
7517
|
+
"name": "paging",
|
|
7210
7518
|
"description": null,
|
|
7211
7519
|
"type": {
|
|
7212
|
-
"kind": "
|
|
7213
|
-
"name": "
|
|
7520
|
+
"kind": "INPUT_OBJECT",
|
|
7521
|
+
"name": "PagingInput",
|
|
7214
7522
|
"ofType": null
|
|
7215
7523
|
},
|
|
7216
7524
|
"defaultValue": null
|
|
@@ -7222,12 +7530,12 @@
|
|
|
7222
7530
|
},
|
|
7223
7531
|
{
|
|
7224
7532
|
"kind": "INPUT_OBJECT",
|
|
7225
|
-
"name": "
|
|
7533
|
+
"name": "RequestGetOrgMemberInput",
|
|
7226
7534
|
"description": null,
|
|
7227
7535
|
"fields": null,
|
|
7228
7536
|
"inputFields": [
|
|
7229
7537
|
{
|
|
7230
|
-
"name": "
|
|
7538
|
+
"name": "teamDid",
|
|
7231
7539
|
"description": null,
|
|
7232
7540
|
"type": {
|
|
7233
7541
|
"kind": "SCALAR",
|
|
@@ -7237,7 +7545,7 @@
|
|
|
7237
7545
|
"defaultValue": null
|
|
7238
7546
|
},
|
|
7239
7547
|
{
|
|
7240
|
-
"name": "
|
|
7548
|
+
"name": "orgId",
|
|
7241
7549
|
"description": null,
|
|
7242
7550
|
"type": {
|
|
7243
7551
|
"kind": "SCALAR",
|
|
@@ -7247,11 +7555,11 @@
|
|
|
7247
7555
|
"defaultValue": null
|
|
7248
7556
|
},
|
|
7249
7557
|
{
|
|
7250
|
-
"name": "
|
|
7558
|
+
"name": "userDid",
|
|
7251
7559
|
"description": null,
|
|
7252
7560
|
"type": {
|
|
7253
|
-
"kind": "
|
|
7254
|
-
"name": "
|
|
7561
|
+
"kind": "SCALAR",
|
|
7562
|
+
"name": "String",
|
|
7255
7563
|
"ofType": null
|
|
7256
7564
|
},
|
|
7257
7565
|
"defaultValue": null
|
|
@@ -7263,12 +7571,12 @@
|
|
|
7263
7571
|
},
|
|
7264
7572
|
{
|
|
7265
7573
|
"kind": "INPUT_OBJECT",
|
|
7266
|
-
"name": "
|
|
7574
|
+
"name": "RequestGetOrgResourceInput",
|
|
7267
7575
|
"description": null,
|
|
7268
7576
|
"fields": null,
|
|
7269
7577
|
"inputFields": [
|
|
7270
7578
|
{
|
|
7271
|
-
"name": "
|
|
7579
|
+
"name": "teamDid",
|
|
7272
7580
|
"description": null,
|
|
7273
7581
|
"type": {
|
|
7274
7582
|
"kind": "SCALAR",
|
|
@@ -7276,24 +7584,23 @@
|
|
|
7276
7584
|
"ofType": null
|
|
7277
7585
|
},
|
|
7278
7586
|
"defaultValue": null
|
|
7279
|
-
}
|
|
7280
|
-
],
|
|
7281
|
-
"interfaces": null,
|
|
7282
|
-
"enumValues": null,
|
|
7283
|
-
"possibleTypes": null
|
|
7284
|
-
},
|
|
7285
|
-
{
|
|
7286
|
-
"kind": "INPUT_OBJECT",
|
|
7287
|
-
"name": "RequestGetRoutingSnapshotsInput",
|
|
7288
|
-
"description": null,
|
|
7289
|
-
"fields": null,
|
|
7290
|
-
"inputFields": [
|
|
7587
|
+
},
|
|
7291
7588
|
{
|
|
7292
|
-
"name": "
|
|
7589
|
+
"name": "orgId",
|
|
7293
7590
|
"description": null,
|
|
7294
7591
|
"type": {
|
|
7295
7592
|
"kind": "SCALAR",
|
|
7296
|
-
"name": "
|
|
7593
|
+
"name": "String",
|
|
7594
|
+
"ofType": null
|
|
7595
|
+
},
|
|
7596
|
+
"defaultValue": null
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"name": "resourceId",
|
|
7600
|
+
"description": null,
|
|
7601
|
+
"type": {
|
|
7602
|
+
"kind": "SCALAR",
|
|
7603
|
+
"name": "String",
|
|
7297
7604
|
"ofType": null
|
|
7298
7605
|
},
|
|
7299
7606
|
"defaultValue": null
|
|
@@ -7305,12 +7612,12 @@
|
|
|
7305
7612
|
},
|
|
7306
7613
|
{
|
|
7307
7614
|
"kind": "INPUT_OBJECT",
|
|
7308
|
-
"name": "
|
|
7615
|
+
"name": "RequestGetOrgsInput",
|
|
7309
7616
|
"description": null,
|
|
7310
7617
|
"fields": null,
|
|
7311
7618
|
"inputFields": [
|
|
7312
7619
|
{
|
|
7313
|
-
"name": "
|
|
7620
|
+
"name": "teamDid",
|
|
7314
7621
|
"description": null,
|
|
7315
7622
|
"type": {
|
|
7316
7623
|
"kind": "SCALAR",
|
|
@@ -7320,27 +7627,37 @@
|
|
|
7320
7627
|
"defaultValue": null
|
|
7321
7628
|
},
|
|
7322
7629
|
{
|
|
7323
|
-
"name": "
|
|
7630
|
+
"name": "org",
|
|
7324
7631
|
"description": null,
|
|
7325
7632
|
"type": {
|
|
7326
|
-
"kind": "
|
|
7327
|
-
"name": "
|
|
7633
|
+
"kind": "INPUT_OBJECT",
|
|
7634
|
+
"name": "OrgInput",
|
|
7328
7635
|
"ofType": null
|
|
7329
7636
|
},
|
|
7330
7637
|
"defaultValue": null
|
|
7331
7638
|
},
|
|
7332
7639
|
{
|
|
7333
|
-
"name": "
|
|
7640
|
+
"name": "paging",
|
|
7334
7641
|
"description": null,
|
|
7335
7642
|
"type": {
|
|
7336
|
-
"kind": "
|
|
7337
|
-
"name": "
|
|
7643
|
+
"kind": "INPUT_OBJECT",
|
|
7644
|
+
"name": "PagingInput",
|
|
7338
7645
|
"ofType": null
|
|
7339
7646
|
},
|
|
7340
7647
|
"defaultValue": null
|
|
7341
7648
|
},
|
|
7342
7649
|
{
|
|
7343
|
-
"name": "
|
|
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",
|
|
7344
7661
|
"description": null,
|
|
7345
7662
|
"type": {
|
|
7346
7663
|
"kind": "SCALAR",
|
|
@@ -7348,6 +7665,16 @@
|
|
|
7348
7665
|
"ofType": null
|
|
7349
7666
|
},
|
|
7350
7667
|
"defaultValue": null
|
|
7668
|
+
},
|
|
7669
|
+
{
|
|
7670
|
+
"name": "options",
|
|
7671
|
+
"description": null,
|
|
7672
|
+
"type": {
|
|
7673
|
+
"kind": "INPUT_OBJECT",
|
|
7674
|
+
"name": "RequestGetOrgsOptionsInput",
|
|
7675
|
+
"ofType": null
|
|
7676
|
+
},
|
|
7677
|
+
"defaultValue": null
|
|
7351
7678
|
}
|
|
7352
7679
|
],
|
|
7353
7680
|
"interfaces": null,
|
|
@@ -7356,16 +7683,26 @@
|
|
|
7356
7683
|
},
|
|
7357
7684
|
{
|
|
7358
7685
|
"kind": "INPUT_OBJECT",
|
|
7359
|
-
"name": "
|
|
7686
|
+
"name": "RequestGetOrgsOptionsInput",
|
|
7360
7687
|
"description": null,
|
|
7361
7688
|
"fields": null,
|
|
7362
7689
|
"inputFields": [
|
|
7363
7690
|
{
|
|
7364
|
-
"name": "
|
|
7691
|
+
"name": "includeMembers",
|
|
7365
7692
|
"description": null,
|
|
7366
7693
|
"type": {
|
|
7367
7694
|
"kind": "SCALAR",
|
|
7368
|
-
"name": "
|
|
7695
|
+
"name": "Boolean",
|
|
7696
|
+
"ofType": null
|
|
7697
|
+
},
|
|
7698
|
+
"defaultValue": null
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"name": "includePassports",
|
|
7702
|
+
"description": null,
|
|
7703
|
+
"type": {
|
|
7704
|
+
"kind": "SCALAR",
|
|
7705
|
+
"name": "Boolean",
|
|
7369
7706
|
"ofType": null
|
|
7370
7707
|
},
|
|
7371
7708
|
"defaultValue": null
|
|
@@ -7377,12 +7714,22 @@
|
|
|
7377
7714
|
},
|
|
7378
7715
|
{
|
|
7379
7716
|
"kind": "INPUT_OBJECT",
|
|
7380
|
-
"name": "
|
|
7717
|
+
"name": "RequestGetPassportIssuancesInput",
|
|
7381
7718
|
"description": null,
|
|
7382
7719
|
"fields": null,
|
|
7383
7720
|
"inputFields": [
|
|
7384
7721
|
{
|
|
7385
|
-
"name": "
|
|
7722
|
+
"name": "teamDid",
|
|
7723
|
+
"description": null,
|
|
7724
|
+
"type": {
|
|
7725
|
+
"kind": "SCALAR",
|
|
7726
|
+
"name": "String",
|
|
7727
|
+
"ofType": null
|
|
7728
|
+
},
|
|
7729
|
+
"defaultValue": null
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"name": "ownerDid",
|
|
7386
7733
|
"description": null,
|
|
7387
7734
|
"type": {
|
|
7388
7735
|
"kind": "SCALAR",
|
|
@@ -7398,7 +7745,7 @@
|
|
|
7398
7745
|
},
|
|
7399
7746
|
{
|
|
7400
7747
|
"kind": "INPUT_OBJECT",
|
|
7401
|
-
"name": "
|
|
7748
|
+
"name": "RequestGetProjectsInput",
|
|
7402
7749
|
"description": null,
|
|
7403
7750
|
"fields": null,
|
|
7404
7751
|
"inputFields": [
|
|
@@ -7413,17 +7760,17 @@
|
|
|
7413
7760
|
"defaultValue": null
|
|
7414
7761
|
},
|
|
7415
7762
|
{
|
|
7416
|
-
"name": "
|
|
7763
|
+
"name": "paging",
|
|
7417
7764
|
"description": null,
|
|
7418
7765
|
"type": {
|
|
7419
|
-
"kind": "
|
|
7420
|
-
"name": "
|
|
7766
|
+
"kind": "INPUT_OBJECT",
|
|
7767
|
+
"name": "PagingInput",
|
|
7421
7768
|
"ofType": null
|
|
7422
7769
|
},
|
|
7423
7770
|
"defaultValue": null
|
|
7424
7771
|
},
|
|
7425
7772
|
{
|
|
7426
|
-
"name": "
|
|
7773
|
+
"name": "componentDid",
|
|
7427
7774
|
"description": null,
|
|
7428
7775
|
"type": {
|
|
7429
7776
|
"kind": "SCALAR",
|
|
@@ -7433,11 +7780,11 @@
|
|
|
7433
7780
|
"defaultValue": null
|
|
7434
7781
|
},
|
|
7435
7782
|
{
|
|
7436
|
-
"name": "
|
|
7783
|
+
"name": "tenantScope",
|
|
7437
7784
|
"description": null,
|
|
7438
7785
|
"type": {
|
|
7439
|
-
"kind": "
|
|
7440
|
-
"name": "
|
|
7786
|
+
"kind": "SCALAR",
|
|
7787
|
+
"name": "String",
|
|
7441
7788
|
"ofType": null
|
|
7442
7789
|
},
|
|
7443
7790
|
"defaultValue": null
|
|
@@ -7449,12 +7796,12 @@
|
|
|
7449
7796
|
},
|
|
7450
7797
|
{
|
|
7451
7798
|
"kind": "INPUT_OBJECT",
|
|
7452
|
-
"name": "
|
|
7799
|
+
"name": "RequestGetReleasesInput",
|
|
7453
7800
|
"description": null,
|
|
7454
7801
|
"fields": null,
|
|
7455
7802
|
"inputFields": [
|
|
7456
7803
|
{
|
|
7457
|
-
"name": "
|
|
7804
|
+
"name": "did",
|
|
7458
7805
|
"description": null,
|
|
7459
7806
|
"type": {
|
|
7460
7807
|
"kind": "SCALAR",
|
|
@@ -7464,11 +7811,238 @@
|
|
|
7464
7811
|
"defaultValue": null
|
|
7465
7812
|
},
|
|
7466
7813
|
{
|
|
7467
|
-
"name": "
|
|
7814
|
+
"name": "projectId",
|
|
7468
7815
|
"description": null,
|
|
7469
7816
|
"type": {
|
|
7470
|
-
"kind": "
|
|
7471
|
-
"name": "
|
|
7817
|
+
"kind": "SCALAR",
|
|
7818
|
+
"name": "String",
|
|
7819
|
+
"ofType": null
|
|
7820
|
+
},
|
|
7821
|
+
"defaultValue": null
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"name": "paging",
|
|
7825
|
+
"description": null,
|
|
7826
|
+
"type": {
|
|
7827
|
+
"kind": "INPUT_OBJECT",
|
|
7828
|
+
"name": "PagingInput",
|
|
7829
|
+
"ofType": null
|
|
7830
|
+
},
|
|
7831
|
+
"defaultValue": null
|
|
7832
|
+
}
|
|
7833
|
+
],
|
|
7834
|
+
"interfaces": null,
|
|
7835
|
+
"enumValues": null,
|
|
7836
|
+
"possibleTypes": null
|
|
7837
|
+
},
|
|
7838
|
+
{
|
|
7839
|
+
"kind": "INPUT_OBJECT",
|
|
7840
|
+
"name": "RequestGetRoutingSitesInput",
|
|
7841
|
+
"description": null,
|
|
7842
|
+
"fields": null,
|
|
7843
|
+
"inputFields": [
|
|
7844
|
+
{
|
|
7845
|
+
"name": "snapshotHash",
|
|
7846
|
+
"description": null,
|
|
7847
|
+
"type": {
|
|
7848
|
+
"kind": "SCALAR",
|
|
7849
|
+
"name": "String",
|
|
7850
|
+
"ofType": null
|
|
7851
|
+
},
|
|
7852
|
+
"defaultValue": null
|
|
7853
|
+
}
|
|
7854
|
+
],
|
|
7855
|
+
"interfaces": null,
|
|
7856
|
+
"enumValues": null,
|
|
7857
|
+
"possibleTypes": null
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
"kind": "INPUT_OBJECT",
|
|
7861
|
+
"name": "RequestGetRoutingSnapshotsInput",
|
|
7862
|
+
"description": null,
|
|
7863
|
+
"fields": null,
|
|
7864
|
+
"inputFields": [
|
|
7865
|
+
{
|
|
7866
|
+
"name": "limit",
|
|
7867
|
+
"description": null,
|
|
7868
|
+
"type": {
|
|
7869
|
+
"kind": "SCALAR",
|
|
7870
|
+
"name": "Int32",
|
|
7871
|
+
"ofType": null
|
|
7872
|
+
},
|
|
7873
|
+
"defaultValue": null
|
|
7874
|
+
}
|
|
7875
|
+
],
|
|
7876
|
+
"interfaces": null,
|
|
7877
|
+
"enumValues": null,
|
|
7878
|
+
"possibleTypes": null
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"kind": "INPUT_OBJECT",
|
|
7882
|
+
"name": "RequestGetSelectedResourcesInput",
|
|
7883
|
+
"description": null,
|
|
7884
|
+
"fields": null,
|
|
7885
|
+
"inputFields": [
|
|
7886
|
+
{
|
|
7887
|
+
"name": "did",
|
|
7888
|
+
"description": null,
|
|
7889
|
+
"type": {
|
|
7890
|
+
"kind": "SCALAR",
|
|
7891
|
+
"name": "String",
|
|
7892
|
+
"ofType": null
|
|
7893
|
+
},
|
|
7894
|
+
"defaultValue": null
|
|
7895
|
+
},
|
|
7896
|
+
{
|
|
7897
|
+
"name": "projectId",
|
|
7898
|
+
"description": null,
|
|
7899
|
+
"type": {
|
|
7900
|
+
"kind": "SCALAR",
|
|
7901
|
+
"name": "String",
|
|
7902
|
+
"ofType": null
|
|
7903
|
+
},
|
|
7904
|
+
"defaultValue": null
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"name": "releaseId",
|
|
7908
|
+
"description": null,
|
|
7909
|
+
"type": {
|
|
7910
|
+
"kind": "SCALAR",
|
|
7911
|
+
"name": "String",
|
|
7912
|
+
"ofType": null
|
|
7913
|
+
},
|
|
7914
|
+
"defaultValue": null
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"name": "componentDid",
|
|
7918
|
+
"description": null,
|
|
7919
|
+
"type": {
|
|
7920
|
+
"kind": "SCALAR",
|
|
7921
|
+
"name": "String",
|
|
7922
|
+
"ofType": null
|
|
7923
|
+
},
|
|
7924
|
+
"defaultValue": null
|
|
7925
|
+
}
|
|
7926
|
+
],
|
|
7927
|
+
"interfaces": null,
|
|
7928
|
+
"enumValues": null,
|
|
7929
|
+
"possibleTypes": null
|
|
7930
|
+
},
|
|
7931
|
+
{
|
|
7932
|
+
"kind": "INPUT_OBJECT",
|
|
7933
|
+
"name": "RequestGetSessionInput",
|
|
7934
|
+
"description": null,
|
|
7935
|
+
"fields": null,
|
|
7936
|
+
"inputFields": [
|
|
7937
|
+
{
|
|
7938
|
+
"name": "id",
|
|
7939
|
+
"description": null,
|
|
7940
|
+
"type": {
|
|
7941
|
+
"kind": "SCALAR",
|
|
7942
|
+
"name": "String",
|
|
7943
|
+
"ofType": null
|
|
7944
|
+
},
|
|
7945
|
+
"defaultValue": null
|
|
7946
|
+
}
|
|
7947
|
+
],
|
|
7948
|
+
"interfaces": null,
|
|
7949
|
+
"enumValues": null,
|
|
7950
|
+
"possibleTypes": null
|
|
7951
|
+
},
|
|
7952
|
+
{
|
|
7953
|
+
"kind": "INPUT_OBJECT",
|
|
7954
|
+
"name": "RequestGetSnapshotSitesInput",
|
|
7955
|
+
"description": null,
|
|
7956
|
+
"fields": null,
|
|
7957
|
+
"inputFields": [
|
|
7958
|
+
{
|
|
7959
|
+
"name": "hash",
|
|
7960
|
+
"description": null,
|
|
7961
|
+
"type": {
|
|
7962
|
+
"kind": "SCALAR",
|
|
7963
|
+
"name": "String",
|
|
7964
|
+
"ofType": null
|
|
7965
|
+
},
|
|
7966
|
+
"defaultValue": null
|
|
7967
|
+
}
|
|
7968
|
+
],
|
|
7969
|
+
"interfaces": null,
|
|
7970
|
+
"enumValues": null,
|
|
7971
|
+
"possibleTypes": null
|
|
7972
|
+
},
|
|
7973
|
+
{
|
|
7974
|
+
"kind": "INPUT_OBJECT",
|
|
7975
|
+
"name": "RequestGetTrafficInsightsInput",
|
|
7976
|
+
"description": null,
|
|
7977
|
+
"fields": null,
|
|
7978
|
+
"inputFields": [
|
|
7979
|
+
{
|
|
7980
|
+
"name": "did",
|
|
7981
|
+
"description": null,
|
|
7982
|
+
"type": {
|
|
7983
|
+
"kind": "SCALAR",
|
|
7984
|
+
"name": "String",
|
|
7985
|
+
"ofType": null
|
|
7986
|
+
},
|
|
7987
|
+
"defaultValue": null
|
|
7988
|
+
},
|
|
7989
|
+
{
|
|
7990
|
+
"name": "startDate",
|
|
7991
|
+
"description": null,
|
|
7992
|
+
"type": {
|
|
7993
|
+
"kind": "SCALAR",
|
|
7994
|
+
"name": "String",
|
|
7995
|
+
"ofType": null
|
|
7996
|
+
},
|
|
7997
|
+
"defaultValue": null
|
|
7998
|
+
},
|
|
7999
|
+
{
|
|
8000
|
+
"name": "endDate",
|
|
8001
|
+
"description": null,
|
|
8002
|
+
"type": {
|
|
8003
|
+
"kind": "SCALAR",
|
|
8004
|
+
"name": "String",
|
|
8005
|
+
"ofType": null
|
|
8006
|
+
},
|
|
8007
|
+
"defaultValue": null
|
|
8008
|
+
},
|
|
8009
|
+
{
|
|
8010
|
+
"name": "paging",
|
|
8011
|
+
"description": null,
|
|
8012
|
+
"type": {
|
|
8013
|
+
"kind": "INPUT_OBJECT",
|
|
8014
|
+
"name": "PagingInput",
|
|
8015
|
+
"ofType": null
|
|
8016
|
+
},
|
|
8017
|
+
"defaultValue": null
|
|
8018
|
+
}
|
|
8019
|
+
],
|
|
8020
|
+
"interfaces": null,
|
|
8021
|
+
"enumValues": null,
|
|
8022
|
+
"possibleTypes": null
|
|
8023
|
+
},
|
|
8024
|
+
{
|
|
8025
|
+
"kind": "INPUT_OBJECT",
|
|
8026
|
+
"name": "RequestGetWebhookAttemptsInput",
|
|
8027
|
+
"description": null,
|
|
8028
|
+
"fields": null,
|
|
8029
|
+
"inputFields": [
|
|
8030
|
+
{
|
|
8031
|
+
"name": "teamDid",
|
|
8032
|
+
"description": null,
|
|
8033
|
+
"type": {
|
|
8034
|
+
"kind": "SCALAR",
|
|
8035
|
+
"name": "String",
|
|
8036
|
+
"ofType": null
|
|
8037
|
+
},
|
|
8038
|
+
"defaultValue": null
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"name": "input",
|
|
8042
|
+
"description": null,
|
|
8043
|
+
"type": {
|
|
8044
|
+
"kind": "INPUT_OBJECT",
|
|
8045
|
+
"name": "RequestAttemptIdInput",
|
|
7472
8046
|
"ofType": null
|
|
7473
8047
|
},
|
|
7474
8048
|
"defaultValue": null
|
|
@@ -7807,6 +8381,126 @@
|
|
|
7807
8381
|
"enumValues": null,
|
|
7808
8382
|
"possibleTypes": null
|
|
7809
8383
|
},
|
|
8384
|
+
{
|
|
8385
|
+
"kind": "INPUT_OBJECT",
|
|
8386
|
+
"name": "RequestInvitableUsersInput",
|
|
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": "id",
|
|
8402
|
+
"description": null,
|
|
8403
|
+
"type": {
|
|
8404
|
+
"kind": "SCALAR",
|
|
8405
|
+
"name": "String",
|
|
8406
|
+
"ofType": null
|
|
8407
|
+
},
|
|
8408
|
+
"defaultValue": null
|
|
8409
|
+
},
|
|
8410
|
+
{
|
|
8411
|
+
"name": "query",
|
|
8412
|
+
"description": null,
|
|
8413
|
+
"type": {
|
|
8414
|
+
"kind": "INPUT_OBJECT",
|
|
8415
|
+
"name": "UserQueryInput",
|
|
8416
|
+
"ofType": null
|
|
8417
|
+
},
|
|
8418
|
+
"defaultValue": null
|
|
8419
|
+
}
|
|
8420
|
+
],
|
|
8421
|
+
"interfaces": null,
|
|
8422
|
+
"enumValues": null,
|
|
8423
|
+
"possibleTypes": null
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
"kind": "INPUT_OBJECT",
|
|
8427
|
+
"name": "RequestInviteMembersToOrgInput",
|
|
8428
|
+
"description": null,
|
|
8429
|
+
"fields": null,
|
|
8430
|
+
"inputFields": [
|
|
8431
|
+
{
|
|
8432
|
+
"name": "teamDid",
|
|
8433
|
+
"description": null,
|
|
8434
|
+
"type": {
|
|
8435
|
+
"kind": "SCALAR",
|
|
8436
|
+
"name": "String",
|
|
8437
|
+
"ofType": null
|
|
8438
|
+
},
|
|
8439
|
+
"defaultValue": null
|
|
8440
|
+
},
|
|
8441
|
+
{
|
|
8442
|
+
"name": "orgId",
|
|
8443
|
+
"description": null,
|
|
8444
|
+
"type": {
|
|
8445
|
+
"kind": "SCALAR",
|
|
8446
|
+
"name": "String",
|
|
8447
|
+
"ofType": null
|
|
8448
|
+
},
|
|
8449
|
+
"defaultValue": null
|
|
8450
|
+
},
|
|
8451
|
+
{
|
|
8452
|
+
"name": "userDids",
|
|
8453
|
+
"description": null,
|
|
8454
|
+
"type": {
|
|
8455
|
+
"kind": "LIST",
|
|
8456
|
+
"name": null,
|
|
8457
|
+
"ofType": {
|
|
8458
|
+
"kind": "NON_NULL",
|
|
8459
|
+
"name": null,
|
|
8460
|
+
"ofType": {
|
|
8461
|
+
"kind": "SCALAR",
|
|
8462
|
+
"name": "String",
|
|
8463
|
+
"ofType": null
|
|
8464
|
+
}
|
|
8465
|
+
}
|
|
8466
|
+
},
|
|
8467
|
+
"defaultValue": null
|
|
8468
|
+
},
|
|
8469
|
+
{
|
|
8470
|
+
"name": "role",
|
|
8471
|
+
"description": null,
|
|
8472
|
+
"type": {
|
|
8473
|
+
"kind": "SCALAR",
|
|
8474
|
+
"name": "String",
|
|
8475
|
+
"ofType": null
|
|
8476
|
+
},
|
|
8477
|
+
"defaultValue": null
|
|
8478
|
+
},
|
|
8479
|
+
{
|
|
8480
|
+
"name": "inviteType",
|
|
8481
|
+
"description": null,
|
|
8482
|
+
"type": {
|
|
8483
|
+
"kind": "SCALAR",
|
|
8484
|
+
"name": "String",
|
|
8485
|
+
"ofType": null
|
|
8486
|
+
},
|
|
8487
|
+
"defaultValue": null
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
"name": "email",
|
|
8491
|
+
"description": null,
|
|
8492
|
+
"type": {
|
|
8493
|
+
"kind": "SCALAR",
|
|
8494
|
+
"name": "String",
|
|
8495
|
+
"ofType": null
|
|
8496
|
+
},
|
|
8497
|
+
"defaultValue": null
|
|
8498
|
+
}
|
|
8499
|
+
],
|
|
8500
|
+
"interfaces": null,
|
|
8501
|
+
"enumValues": null,
|
|
8502
|
+
"possibleTypes": null
|
|
8503
|
+
},
|
|
7810
8504
|
{
|
|
7811
8505
|
"kind": "INPUT_OBJECT",
|
|
7812
8506
|
"name": "RequestIsDidDomainInput",
|
|
@@ -8374,6 +9068,65 @@
|
|
|
8374
9068
|
"enumValues": null,
|
|
8375
9069
|
"possibleTypes": null
|
|
8376
9070
|
},
|
|
9071
|
+
{
|
|
9072
|
+
"kind": "INPUT_OBJECT",
|
|
9073
|
+
"name": "RequestMigrateOrgResourceInput",
|
|
9074
|
+
"description": null,
|
|
9075
|
+
"fields": null,
|
|
9076
|
+
"inputFields": [
|
|
9077
|
+
{
|
|
9078
|
+
"name": "teamDid",
|
|
9079
|
+
"description": null,
|
|
9080
|
+
"type": {
|
|
9081
|
+
"kind": "SCALAR",
|
|
9082
|
+
"name": "String",
|
|
9083
|
+
"ofType": null
|
|
9084
|
+
},
|
|
9085
|
+
"defaultValue": null
|
|
9086
|
+
},
|
|
9087
|
+
{
|
|
9088
|
+
"name": "from",
|
|
9089
|
+
"description": null,
|
|
9090
|
+
"type": {
|
|
9091
|
+
"kind": "SCALAR",
|
|
9092
|
+
"name": "String",
|
|
9093
|
+
"ofType": null
|
|
9094
|
+
},
|
|
9095
|
+
"defaultValue": null
|
|
9096
|
+
},
|
|
9097
|
+
{
|
|
9098
|
+
"name": "to",
|
|
9099
|
+
"description": null,
|
|
9100
|
+
"type": {
|
|
9101
|
+
"kind": "SCALAR",
|
|
9102
|
+
"name": "String",
|
|
9103
|
+
"ofType": null
|
|
9104
|
+
},
|
|
9105
|
+
"defaultValue": null
|
|
9106
|
+
},
|
|
9107
|
+
{
|
|
9108
|
+
"name": "resourceIds",
|
|
9109
|
+
"description": null,
|
|
9110
|
+
"type": {
|
|
9111
|
+
"kind": "LIST",
|
|
9112
|
+
"name": null,
|
|
9113
|
+
"ofType": {
|
|
9114
|
+
"kind": "NON_NULL",
|
|
9115
|
+
"name": null,
|
|
9116
|
+
"ofType": {
|
|
9117
|
+
"kind": "SCALAR",
|
|
9118
|
+
"name": "String",
|
|
9119
|
+
"ofType": null
|
|
9120
|
+
}
|
|
9121
|
+
}
|
|
9122
|
+
},
|
|
9123
|
+
"defaultValue": null
|
|
9124
|
+
}
|
|
9125
|
+
],
|
|
9126
|
+
"interfaces": null,
|
|
9127
|
+
"enumValues": null,
|
|
9128
|
+
"possibleTypes": null
|
|
9129
|
+
},
|
|
8377
9130
|
{
|
|
8378
9131
|
"kind": "INPUT_OBJECT",
|
|
8379
9132
|
"name": "RequestNodeRoutingInput",
|
|
@@ -9899,6 +10652,16 @@
|
|
|
9899
10652
|
"ofType": null
|
|
9900
10653
|
},
|
|
9901
10654
|
"defaultValue": null
|
|
10655
|
+
},
|
|
10656
|
+
{
|
|
10657
|
+
"name": "orgId",
|
|
10658
|
+
"description": null,
|
|
10659
|
+
"type": {
|
|
10660
|
+
"kind": "SCALAR",
|
|
10661
|
+
"name": "String",
|
|
10662
|
+
"ofType": null
|
|
10663
|
+
},
|
|
10664
|
+
"defaultValue": null
|
|
9902
10665
|
}
|
|
9903
10666
|
],
|
|
9904
10667
|
"interfaces": null,
|
|
@@ -10439,7 +11202,7 @@
|
|
|
10439
11202
|
},
|
|
10440
11203
|
{
|
|
10441
11204
|
"kind": "INPUT_OBJECT",
|
|
10442
|
-
"name": "
|
|
11205
|
+
"name": "RequestUpdateOrgInput",
|
|
10443
11206
|
"description": null,
|
|
10444
11207
|
"fields": null,
|
|
10445
11208
|
"inputFields": [
|
|
@@ -10454,140 +11217,11 @@
|
|
|
10454
11217
|
"defaultValue": null
|
|
10455
11218
|
},
|
|
10456
11219
|
{
|
|
10457
|
-
"name": "
|
|
11220
|
+
"name": "org",
|
|
10458
11221
|
"description": null,
|
|
10459
11222
|
"type": {
|
|
10460
|
-
"kind": "
|
|
10461
|
-
"name": "
|
|
10462
|
-
"ofType": null
|
|
10463
|
-
},
|
|
10464
|
-
"defaultValue": null
|
|
10465
|
-
},
|
|
10466
|
-
{
|
|
10467
|
-
"name": "grantNames",
|
|
10468
|
-
"description": null,
|
|
10469
|
-
"type": {
|
|
10470
|
-
"kind": "LIST",
|
|
10471
|
-
"name": null,
|
|
10472
|
-
"ofType": {
|
|
10473
|
-
"kind": "NON_NULL",
|
|
10474
|
-
"name": null,
|
|
10475
|
-
"ofType": {
|
|
10476
|
-
"kind": "SCALAR",
|
|
10477
|
-
"name": "String",
|
|
10478
|
-
"ofType": null
|
|
10479
|
-
}
|
|
10480
|
-
}
|
|
10481
|
-
},
|
|
10482
|
-
"defaultValue": null
|
|
10483
|
-
}
|
|
10484
|
-
],
|
|
10485
|
-
"interfaces": null,
|
|
10486
|
-
"enumValues": null,
|
|
10487
|
-
"possibleTypes": null
|
|
10488
|
-
},
|
|
10489
|
-
{
|
|
10490
|
-
"kind": "INPUT_OBJECT",
|
|
10491
|
-
"name": "RequestUpdateProjectInput",
|
|
10492
|
-
"description": null,
|
|
10493
|
-
"fields": null,
|
|
10494
|
-
"inputFields": [
|
|
10495
|
-
{
|
|
10496
|
-
"name": "did",
|
|
10497
|
-
"description": null,
|
|
10498
|
-
"type": {
|
|
10499
|
-
"kind": "SCALAR",
|
|
10500
|
-
"name": "String",
|
|
10501
|
-
"ofType": null
|
|
10502
|
-
},
|
|
10503
|
-
"defaultValue": null
|
|
10504
|
-
},
|
|
10505
|
-
{
|
|
10506
|
-
"name": "projectId",
|
|
10507
|
-
"description": null,
|
|
10508
|
-
"type": {
|
|
10509
|
-
"kind": "SCALAR",
|
|
10510
|
-
"name": "String",
|
|
10511
|
-
"ofType": null
|
|
10512
|
-
},
|
|
10513
|
-
"defaultValue": null
|
|
10514
|
-
},
|
|
10515
|
-
{
|
|
10516
|
-
"name": "blockletTitle",
|
|
10517
|
-
"description": null,
|
|
10518
|
-
"type": {
|
|
10519
|
-
"kind": "SCALAR",
|
|
10520
|
-
"name": "String",
|
|
10521
|
-
"ofType": null
|
|
10522
|
-
},
|
|
10523
|
-
"defaultValue": null
|
|
10524
|
-
},
|
|
10525
|
-
{
|
|
10526
|
-
"name": "blockletDescription",
|
|
10527
|
-
"description": null,
|
|
10528
|
-
"type": {
|
|
10529
|
-
"kind": "SCALAR",
|
|
10530
|
-
"name": "String",
|
|
10531
|
-
"ofType": null
|
|
10532
|
-
},
|
|
10533
|
-
"defaultValue": null
|
|
10534
|
-
},
|
|
10535
|
-
{
|
|
10536
|
-
"name": "blockletIntroduction",
|
|
10537
|
-
"description": null,
|
|
10538
|
-
"type": {
|
|
10539
|
-
"kind": "SCALAR",
|
|
10540
|
-
"name": "String",
|
|
10541
|
-
"ofType": null
|
|
10542
|
-
},
|
|
10543
|
-
"defaultValue": null
|
|
10544
|
-
},
|
|
10545
|
-
{
|
|
10546
|
-
"name": "autoUpload",
|
|
10547
|
-
"description": null,
|
|
10548
|
-
"type": {
|
|
10549
|
-
"kind": "SCALAR",
|
|
10550
|
-
"name": "Boolean",
|
|
10551
|
-
"ofType": null
|
|
10552
|
-
},
|
|
10553
|
-
"defaultValue": null
|
|
10554
|
-
},
|
|
10555
|
-
{
|
|
10556
|
-
"name": "possibleSameStore",
|
|
10557
|
-
"description": null,
|
|
10558
|
-
"type": {
|
|
10559
|
-
"kind": "SCALAR",
|
|
10560
|
-
"name": "Boolean",
|
|
10561
|
-
"ofType": null
|
|
10562
|
-
},
|
|
10563
|
-
"defaultValue": null
|
|
10564
|
-
},
|
|
10565
|
-
{
|
|
10566
|
-
"name": "blockletSupport",
|
|
10567
|
-
"description": null,
|
|
10568
|
-
"type": {
|
|
10569
|
-
"kind": "SCALAR",
|
|
10570
|
-
"name": "String",
|
|
10571
|
-
"ofType": null
|
|
10572
|
-
},
|
|
10573
|
-
"defaultValue": null
|
|
10574
|
-
},
|
|
10575
|
-
{
|
|
10576
|
-
"name": "blockletCommunity",
|
|
10577
|
-
"description": null,
|
|
10578
|
-
"type": {
|
|
10579
|
-
"kind": "SCALAR",
|
|
10580
|
-
"name": "String",
|
|
10581
|
-
"ofType": null
|
|
10582
|
-
},
|
|
10583
|
-
"defaultValue": null
|
|
10584
|
-
},
|
|
10585
|
-
{
|
|
10586
|
-
"name": "blockletHomepage",
|
|
10587
|
-
"description": null,
|
|
10588
|
-
"type": {
|
|
10589
|
-
"kind": "SCALAR",
|
|
10590
|
-
"name": "String",
|
|
11223
|
+
"kind": "INPUT_OBJECT",
|
|
11224
|
+
"name": "OrgInput",
|
|
10591
11225
|
"ofType": null
|
|
10592
11226
|
},
|
|
10593
11227
|
"defaultValue": null
|
|
@@ -10599,30 +11233,10 @@
|
|
|
10599
11233
|
},
|
|
10600
11234
|
{
|
|
10601
11235
|
"kind": "INPUT_OBJECT",
|
|
10602
|
-
"name": "
|
|
11236
|
+
"name": "RequestUpdatePermissionsForRoleInput",
|
|
10603
11237
|
"description": null,
|
|
10604
11238
|
"fields": null,
|
|
10605
11239
|
"inputFields": [
|
|
10606
|
-
{
|
|
10607
|
-
"name": "id",
|
|
10608
|
-
"description": null,
|
|
10609
|
-
"type": {
|
|
10610
|
-
"kind": "SCALAR",
|
|
10611
|
-
"name": "String",
|
|
10612
|
-
"ofType": null
|
|
10613
|
-
},
|
|
10614
|
-
"defaultValue": null
|
|
10615
|
-
},
|
|
10616
|
-
{
|
|
10617
|
-
"name": "rule",
|
|
10618
|
-
"description": null,
|
|
10619
|
-
"type": {
|
|
10620
|
-
"kind": "INPUT_OBJECT",
|
|
10621
|
-
"name": "RoutingRuleInput",
|
|
10622
|
-
"ofType": null
|
|
10623
|
-
},
|
|
10624
|
-
"defaultValue": null
|
|
10625
|
-
},
|
|
10626
11240
|
{
|
|
10627
11241
|
"name": "teamDid",
|
|
10628
11242
|
"description": null,
|
|
@@ -10632,20 +11246,9 @@
|
|
|
10632
11246
|
"ofType": null
|
|
10633
11247
|
},
|
|
10634
11248
|
"defaultValue": null
|
|
10635
|
-
}
|
|
10636
|
-
],
|
|
10637
|
-
"interfaces": null,
|
|
10638
|
-
"enumValues": null,
|
|
10639
|
-
"possibleTypes": null
|
|
10640
|
-
},
|
|
10641
|
-
{
|
|
10642
|
-
"kind": "INPUT_OBJECT",
|
|
10643
|
-
"name": "RequestUpdateRoutingSiteInput",
|
|
10644
|
-
"description": null,
|
|
10645
|
-
"fields": null,
|
|
10646
|
-
"inputFields": [
|
|
11249
|
+
},
|
|
10647
11250
|
{
|
|
10648
|
-
"name": "
|
|
11251
|
+
"name": "roleName",
|
|
10649
11252
|
"description": null,
|
|
10650
11253
|
"type": {
|
|
10651
11254
|
"kind": "SCALAR",
|
|
@@ -10655,7 +11258,7 @@
|
|
|
10655
11258
|
"defaultValue": null
|
|
10656
11259
|
},
|
|
10657
11260
|
{
|
|
10658
|
-
"name": "
|
|
11261
|
+
"name": "grantNames",
|
|
10659
11262
|
"description": null,
|
|
10660
11263
|
"type": {
|
|
10661
11264
|
"kind": "LIST",
|
|
@@ -10671,26 +11274,6 @@
|
|
|
10671
11274
|
}
|
|
10672
11275
|
},
|
|
10673
11276
|
"defaultValue": null
|
|
10674
|
-
},
|
|
10675
|
-
{
|
|
10676
|
-
"name": "domain",
|
|
10677
|
-
"description": null,
|
|
10678
|
-
"type": {
|
|
10679
|
-
"kind": "SCALAR",
|
|
10680
|
-
"name": "String",
|
|
10681
|
-
"ofType": null
|
|
10682
|
-
},
|
|
10683
|
-
"defaultValue": null
|
|
10684
|
-
},
|
|
10685
|
-
{
|
|
10686
|
-
"name": "teamDid",
|
|
10687
|
-
"description": null,
|
|
10688
|
-
"type": {
|
|
10689
|
-
"kind": "SCALAR",
|
|
10690
|
-
"name": "String",
|
|
10691
|
-
"ofType": null
|
|
10692
|
-
},
|
|
10693
|
-
"defaultValue": null
|
|
10694
11277
|
}
|
|
10695
11278
|
],
|
|
10696
11279
|
"interfaces": null,
|
|
@@ -10699,7 +11282,218 @@
|
|
|
10699
11282
|
},
|
|
10700
11283
|
{
|
|
10701
11284
|
"kind": "INPUT_OBJECT",
|
|
10702
|
-
"name": "
|
|
11285
|
+
"name": "RequestUpdateProjectInput",
|
|
11286
|
+
"description": null,
|
|
11287
|
+
"fields": null,
|
|
11288
|
+
"inputFields": [
|
|
11289
|
+
{
|
|
11290
|
+
"name": "did",
|
|
11291
|
+
"description": null,
|
|
11292
|
+
"type": {
|
|
11293
|
+
"kind": "SCALAR",
|
|
11294
|
+
"name": "String",
|
|
11295
|
+
"ofType": null
|
|
11296
|
+
},
|
|
11297
|
+
"defaultValue": null
|
|
11298
|
+
},
|
|
11299
|
+
{
|
|
11300
|
+
"name": "projectId",
|
|
11301
|
+
"description": null,
|
|
11302
|
+
"type": {
|
|
11303
|
+
"kind": "SCALAR",
|
|
11304
|
+
"name": "String",
|
|
11305
|
+
"ofType": null
|
|
11306
|
+
},
|
|
11307
|
+
"defaultValue": null
|
|
11308
|
+
},
|
|
11309
|
+
{
|
|
11310
|
+
"name": "blockletTitle",
|
|
11311
|
+
"description": null,
|
|
11312
|
+
"type": {
|
|
11313
|
+
"kind": "SCALAR",
|
|
11314
|
+
"name": "String",
|
|
11315
|
+
"ofType": null
|
|
11316
|
+
},
|
|
11317
|
+
"defaultValue": null
|
|
11318
|
+
},
|
|
11319
|
+
{
|
|
11320
|
+
"name": "blockletDescription",
|
|
11321
|
+
"description": null,
|
|
11322
|
+
"type": {
|
|
11323
|
+
"kind": "SCALAR",
|
|
11324
|
+
"name": "String",
|
|
11325
|
+
"ofType": null
|
|
11326
|
+
},
|
|
11327
|
+
"defaultValue": null
|
|
11328
|
+
},
|
|
11329
|
+
{
|
|
11330
|
+
"name": "blockletIntroduction",
|
|
11331
|
+
"description": null,
|
|
11332
|
+
"type": {
|
|
11333
|
+
"kind": "SCALAR",
|
|
11334
|
+
"name": "String",
|
|
11335
|
+
"ofType": null
|
|
11336
|
+
},
|
|
11337
|
+
"defaultValue": null
|
|
11338
|
+
},
|
|
11339
|
+
{
|
|
11340
|
+
"name": "autoUpload",
|
|
11341
|
+
"description": null,
|
|
11342
|
+
"type": {
|
|
11343
|
+
"kind": "SCALAR",
|
|
11344
|
+
"name": "Boolean",
|
|
11345
|
+
"ofType": null
|
|
11346
|
+
},
|
|
11347
|
+
"defaultValue": null
|
|
11348
|
+
},
|
|
11349
|
+
{
|
|
11350
|
+
"name": "possibleSameStore",
|
|
11351
|
+
"description": null,
|
|
11352
|
+
"type": {
|
|
11353
|
+
"kind": "SCALAR",
|
|
11354
|
+
"name": "Boolean",
|
|
11355
|
+
"ofType": null
|
|
11356
|
+
},
|
|
11357
|
+
"defaultValue": null
|
|
11358
|
+
},
|
|
11359
|
+
{
|
|
11360
|
+
"name": "blockletSupport",
|
|
11361
|
+
"description": null,
|
|
11362
|
+
"type": {
|
|
11363
|
+
"kind": "SCALAR",
|
|
11364
|
+
"name": "String",
|
|
11365
|
+
"ofType": null
|
|
11366
|
+
},
|
|
11367
|
+
"defaultValue": null
|
|
11368
|
+
},
|
|
11369
|
+
{
|
|
11370
|
+
"name": "blockletCommunity",
|
|
11371
|
+
"description": null,
|
|
11372
|
+
"type": {
|
|
11373
|
+
"kind": "SCALAR",
|
|
11374
|
+
"name": "String",
|
|
11375
|
+
"ofType": null
|
|
11376
|
+
},
|
|
11377
|
+
"defaultValue": null
|
|
11378
|
+
},
|
|
11379
|
+
{
|
|
11380
|
+
"name": "blockletHomepage",
|
|
11381
|
+
"description": null,
|
|
11382
|
+
"type": {
|
|
11383
|
+
"kind": "SCALAR",
|
|
11384
|
+
"name": "String",
|
|
11385
|
+
"ofType": null
|
|
11386
|
+
},
|
|
11387
|
+
"defaultValue": null
|
|
11388
|
+
}
|
|
11389
|
+
],
|
|
11390
|
+
"interfaces": null,
|
|
11391
|
+
"enumValues": null,
|
|
11392
|
+
"possibleTypes": null
|
|
11393
|
+
},
|
|
11394
|
+
{
|
|
11395
|
+
"kind": "INPUT_OBJECT",
|
|
11396
|
+
"name": "RequestUpdateRoutingRuleInput",
|
|
11397
|
+
"description": null,
|
|
11398
|
+
"fields": null,
|
|
11399
|
+
"inputFields": [
|
|
11400
|
+
{
|
|
11401
|
+
"name": "id",
|
|
11402
|
+
"description": null,
|
|
11403
|
+
"type": {
|
|
11404
|
+
"kind": "SCALAR",
|
|
11405
|
+
"name": "String",
|
|
11406
|
+
"ofType": null
|
|
11407
|
+
},
|
|
11408
|
+
"defaultValue": null
|
|
11409
|
+
},
|
|
11410
|
+
{
|
|
11411
|
+
"name": "rule",
|
|
11412
|
+
"description": null,
|
|
11413
|
+
"type": {
|
|
11414
|
+
"kind": "INPUT_OBJECT",
|
|
11415
|
+
"name": "RoutingRuleInput",
|
|
11416
|
+
"ofType": null
|
|
11417
|
+
},
|
|
11418
|
+
"defaultValue": null
|
|
11419
|
+
},
|
|
11420
|
+
{
|
|
11421
|
+
"name": "teamDid",
|
|
11422
|
+
"description": null,
|
|
11423
|
+
"type": {
|
|
11424
|
+
"kind": "SCALAR",
|
|
11425
|
+
"name": "String",
|
|
11426
|
+
"ofType": null
|
|
11427
|
+
},
|
|
11428
|
+
"defaultValue": null
|
|
11429
|
+
}
|
|
11430
|
+
],
|
|
11431
|
+
"interfaces": null,
|
|
11432
|
+
"enumValues": null,
|
|
11433
|
+
"possibleTypes": null
|
|
11434
|
+
},
|
|
11435
|
+
{
|
|
11436
|
+
"kind": "INPUT_OBJECT",
|
|
11437
|
+
"name": "RequestUpdateRoutingSiteInput",
|
|
11438
|
+
"description": null,
|
|
11439
|
+
"fields": null,
|
|
11440
|
+
"inputFields": [
|
|
11441
|
+
{
|
|
11442
|
+
"name": "id",
|
|
11443
|
+
"description": null,
|
|
11444
|
+
"type": {
|
|
11445
|
+
"kind": "SCALAR",
|
|
11446
|
+
"name": "String",
|
|
11447
|
+
"ofType": null
|
|
11448
|
+
},
|
|
11449
|
+
"defaultValue": null
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"name": "corsAllowedOrigins",
|
|
11453
|
+
"description": null,
|
|
11454
|
+
"type": {
|
|
11455
|
+
"kind": "LIST",
|
|
11456
|
+
"name": null,
|
|
11457
|
+
"ofType": {
|
|
11458
|
+
"kind": "NON_NULL",
|
|
11459
|
+
"name": null,
|
|
11460
|
+
"ofType": {
|
|
11461
|
+
"kind": "SCALAR",
|
|
11462
|
+
"name": "String",
|
|
11463
|
+
"ofType": null
|
|
11464
|
+
}
|
|
11465
|
+
}
|
|
11466
|
+
},
|
|
11467
|
+
"defaultValue": null
|
|
11468
|
+
},
|
|
11469
|
+
{
|
|
11470
|
+
"name": "domain",
|
|
11471
|
+
"description": null,
|
|
11472
|
+
"type": {
|
|
11473
|
+
"kind": "SCALAR",
|
|
11474
|
+
"name": "String",
|
|
11475
|
+
"ofType": null
|
|
11476
|
+
},
|
|
11477
|
+
"defaultValue": null
|
|
11478
|
+
},
|
|
11479
|
+
{
|
|
11480
|
+
"name": "teamDid",
|
|
11481
|
+
"description": null,
|
|
11482
|
+
"type": {
|
|
11483
|
+
"kind": "SCALAR",
|
|
11484
|
+
"name": "String",
|
|
11485
|
+
"ofType": null
|
|
11486
|
+
},
|
|
11487
|
+
"defaultValue": null
|
|
11488
|
+
}
|
|
11489
|
+
],
|
|
11490
|
+
"interfaces": null,
|
|
11491
|
+
"enumValues": null,
|
|
11492
|
+
"possibleTypes": null
|
|
11493
|
+
},
|
|
11494
|
+
{
|
|
11495
|
+
"kind": "INPUT_OBJECT",
|
|
11496
|
+
"name": "RequestUpdateSelectedResourcesInput",
|
|
10703
11497
|
"description": null,
|
|
10704
11498
|
"fields": null,
|
|
10705
11499
|
"inputFields": [
|
|
@@ -12984,6 +13778,97 @@
|
|
|
12984
13778
|
"enumValues": null,
|
|
12985
13779
|
"possibleTypes": null
|
|
12986
13780
|
},
|
|
13781
|
+
{
|
|
13782
|
+
"kind": "INPUT_OBJECT",
|
|
13783
|
+
"name": "UserOrgInput",
|
|
13784
|
+
"description": null,
|
|
13785
|
+
"fields": null,
|
|
13786
|
+
"inputFields": [
|
|
13787
|
+
{
|
|
13788
|
+
"name": "id",
|
|
13789
|
+
"description": null,
|
|
13790
|
+
"type": {
|
|
13791
|
+
"kind": "SCALAR",
|
|
13792
|
+
"name": "String",
|
|
13793
|
+
"ofType": null
|
|
13794
|
+
},
|
|
13795
|
+
"defaultValue": null
|
|
13796
|
+
},
|
|
13797
|
+
{
|
|
13798
|
+
"name": "orgId",
|
|
13799
|
+
"description": null,
|
|
13800
|
+
"type": {
|
|
13801
|
+
"kind": "SCALAR",
|
|
13802
|
+
"name": "String",
|
|
13803
|
+
"ofType": null
|
|
13804
|
+
},
|
|
13805
|
+
"defaultValue": null
|
|
13806
|
+
},
|
|
13807
|
+
{
|
|
13808
|
+
"name": "userDid",
|
|
13809
|
+
"description": null,
|
|
13810
|
+
"type": {
|
|
13811
|
+
"kind": "SCALAR",
|
|
13812
|
+
"name": "String",
|
|
13813
|
+
"ofType": null
|
|
13814
|
+
},
|
|
13815
|
+
"defaultValue": null
|
|
13816
|
+
},
|
|
13817
|
+
{
|
|
13818
|
+
"name": "status",
|
|
13819
|
+
"description": null,
|
|
13820
|
+
"type": {
|
|
13821
|
+
"kind": "ENUM",
|
|
13822
|
+
"name": "OrgUserStatus",
|
|
13823
|
+
"ofType": null
|
|
13824
|
+
},
|
|
13825
|
+
"defaultValue": null
|
|
13826
|
+
},
|
|
13827
|
+
{
|
|
13828
|
+
"name": "createdAt",
|
|
13829
|
+
"description": null,
|
|
13830
|
+
"type": {
|
|
13831
|
+
"kind": "SCALAR",
|
|
13832
|
+
"name": "Uint32",
|
|
13833
|
+
"ofType": null
|
|
13834
|
+
},
|
|
13835
|
+
"defaultValue": null
|
|
13836
|
+
},
|
|
13837
|
+
{
|
|
13838
|
+
"name": "updatedAt",
|
|
13839
|
+
"description": null,
|
|
13840
|
+
"type": {
|
|
13841
|
+
"kind": "SCALAR",
|
|
13842
|
+
"name": "Uint32",
|
|
13843
|
+
"ofType": null
|
|
13844
|
+
},
|
|
13845
|
+
"defaultValue": null
|
|
13846
|
+
},
|
|
13847
|
+
{
|
|
13848
|
+
"name": "user",
|
|
13849
|
+
"description": null,
|
|
13850
|
+
"type": {
|
|
13851
|
+
"kind": "INPUT_OBJECT",
|
|
13852
|
+
"name": "UserInfoInput",
|
|
13853
|
+
"ofType": null
|
|
13854
|
+
},
|
|
13855
|
+
"defaultValue": null
|
|
13856
|
+
},
|
|
13857
|
+
{
|
|
13858
|
+
"name": "metadata",
|
|
13859
|
+
"description": null,
|
|
13860
|
+
"type": {
|
|
13861
|
+
"kind": "SCALAR",
|
|
13862
|
+
"name": "Any",
|
|
13863
|
+
"ofType": null
|
|
13864
|
+
},
|
|
13865
|
+
"defaultValue": null
|
|
13866
|
+
}
|
|
13867
|
+
],
|
|
13868
|
+
"interfaces": null,
|
|
13869
|
+
"enumValues": null,
|
|
13870
|
+
"possibleTypes": null
|
|
13871
|
+
},
|
|
12987
13872
|
{
|
|
12988
13873
|
"kind": "INPUT_OBJECT",
|
|
12989
13874
|
"name": "UserPhoneInfoInput",
|
|
@@ -17491,6 +18376,18 @@
|
|
|
17491
18376
|
},
|
|
17492
18377
|
"isDeprecated": false,
|
|
17493
18378
|
"deprecationReason": null
|
|
18379
|
+
},
|
|
18380
|
+
{
|
|
18381
|
+
"name": "org",
|
|
18382
|
+
"description": null,
|
|
18383
|
+
"args": [],
|
|
18384
|
+
"type": {
|
|
18385
|
+
"kind": "OBJECT",
|
|
18386
|
+
"name": "OrgSettings",
|
|
18387
|
+
"ofType": null
|
|
18388
|
+
},
|
|
18389
|
+
"isDeprecated": false,
|
|
18390
|
+
"deprecationReason": null
|
|
17494
18391
|
}
|
|
17495
18392
|
],
|
|
17496
18393
|
"inputFields": null,
|
|
@@ -19032,6 +19929,18 @@
|
|
|
19032
19929
|
},
|
|
19033
19930
|
"isDeprecated": false,
|
|
19034
19931
|
"deprecationReason": null
|
|
19932
|
+
},
|
|
19933
|
+
{
|
|
19934
|
+
"name": "greenStatus",
|
|
19935
|
+
"description": null,
|
|
19936
|
+
"args": [],
|
|
19937
|
+
"type": {
|
|
19938
|
+
"kind": "ENUM",
|
|
19939
|
+
"name": "BlockletStatus",
|
|
19940
|
+
"ofType": null
|
|
19941
|
+
},
|
|
19942
|
+
"isDeprecated": false,
|
|
19943
|
+
"deprecationReason": null
|
|
19035
19944
|
}
|
|
19036
19945
|
],
|
|
19037
19946
|
"inputFields": null,
|
|
@@ -21109,6 +22018,101 @@
|
|
|
21109
22018
|
},
|
|
21110
22019
|
"isDeprecated": false,
|
|
21111
22020
|
"deprecationReason": null
|
|
22021
|
+
},
|
|
22022
|
+
{
|
|
22023
|
+
"name": "orgId",
|
|
22024
|
+
"description": null,
|
|
22025
|
+
"args": [],
|
|
22026
|
+
"type": {
|
|
22027
|
+
"kind": "SCALAR",
|
|
22028
|
+
"name": "String",
|
|
22029
|
+
"ofType": null
|
|
22030
|
+
},
|
|
22031
|
+
"isDeprecated": false,
|
|
22032
|
+
"deprecationReason": null
|
|
22033
|
+
},
|
|
22034
|
+
{
|
|
22035
|
+
"name": "inviteUserDids",
|
|
22036
|
+
"description": null,
|
|
22037
|
+
"args": [],
|
|
22038
|
+
"type": {
|
|
22039
|
+
"kind": "LIST",
|
|
22040
|
+
"name": null,
|
|
22041
|
+
"ofType": {
|
|
22042
|
+
"kind": "NON_NULL",
|
|
22043
|
+
"name": null,
|
|
22044
|
+
"ofType": {
|
|
22045
|
+
"kind": "SCALAR",
|
|
22046
|
+
"name": "String",
|
|
22047
|
+
"ofType": null
|
|
22048
|
+
}
|
|
22049
|
+
}
|
|
22050
|
+
},
|
|
22051
|
+
"isDeprecated": false,
|
|
22052
|
+
"deprecationReason": null
|
|
22053
|
+
}
|
|
22054
|
+
],
|
|
22055
|
+
"inputFields": null,
|
|
22056
|
+
"interfaces": [],
|
|
22057
|
+
"enumValues": null,
|
|
22058
|
+
"possibleTypes": null
|
|
22059
|
+
},
|
|
22060
|
+
{
|
|
22061
|
+
"kind": "OBJECT",
|
|
22062
|
+
"name": "InviteResult",
|
|
22063
|
+
"description": null,
|
|
22064
|
+
"fields": [
|
|
22065
|
+
{
|
|
22066
|
+
"name": "successDids",
|
|
22067
|
+
"description": null,
|
|
22068
|
+
"args": [],
|
|
22069
|
+
"type": {
|
|
22070
|
+
"kind": "LIST",
|
|
22071
|
+
"name": null,
|
|
22072
|
+
"ofType": {
|
|
22073
|
+
"kind": "NON_NULL",
|
|
22074
|
+
"name": null,
|
|
22075
|
+
"ofType": {
|
|
22076
|
+
"kind": "SCALAR",
|
|
22077
|
+
"name": "String",
|
|
22078
|
+
"ofType": null
|
|
22079
|
+
}
|
|
22080
|
+
}
|
|
22081
|
+
},
|
|
22082
|
+
"isDeprecated": false,
|
|
22083
|
+
"deprecationReason": null
|
|
22084
|
+
},
|
|
22085
|
+
{
|
|
22086
|
+
"name": "failedDids",
|
|
22087
|
+
"description": null,
|
|
22088
|
+
"args": [],
|
|
22089
|
+
"type": {
|
|
22090
|
+
"kind": "LIST",
|
|
22091
|
+
"name": null,
|
|
22092
|
+
"ofType": {
|
|
22093
|
+
"kind": "NON_NULL",
|
|
22094
|
+
"name": null,
|
|
22095
|
+
"ofType": {
|
|
22096
|
+
"kind": "SCALAR",
|
|
22097
|
+
"name": "String",
|
|
22098
|
+
"ofType": null
|
|
22099
|
+
}
|
|
22100
|
+
}
|
|
22101
|
+
},
|
|
22102
|
+
"isDeprecated": false,
|
|
22103
|
+
"deprecationReason": null
|
|
22104
|
+
},
|
|
22105
|
+
{
|
|
22106
|
+
"name": "inviteLink",
|
|
22107
|
+
"description": null,
|
|
22108
|
+
"args": [],
|
|
22109
|
+
"type": {
|
|
22110
|
+
"kind": "SCALAR",
|
|
22111
|
+
"name": "String",
|
|
22112
|
+
"ofType": null
|
|
22113
|
+
},
|
|
22114
|
+
"isDeprecated": false,
|
|
22115
|
+
"deprecationReason": null
|
|
21112
22116
|
}
|
|
21113
22117
|
],
|
|
21114
22118
|
"inputFields": null,
|
|
@@ -23894,6 +24898,358 @@
|
|
|
23894
24898
|
"enumValues": null,
|
|
23895
24899
|
"possibleTypes": null
|
|
23896
24900
|
},
|
|
24901
|
+
{
|
|
24902
|
+
"kind": "OBJECT",
|
|
24903
|
+
"name": "Org",
|
|
24904
|
+
"description": null,
|
|
24905
|
+
"fields": [
|
|
24906
|
+
{
|
|
24907
|
+
"name": "id",
|
|
24908
|
+
"description": null,
|
|
24909
|
+
"args": [],
|
|
24910
|
+
"type": {
|
|
24911
|
+
"kind": "SCALAR",
|
|
24912
|
+
"name": "String",
|
|
24913
|
+
"ofType": null
|
|
24914
|
+
},
|
|
24915
|
+
"isDeprecated": false,
|
|
24916
|
+
"deprecationReason": null
|
|
24917
|
+
},
|
|
24918
|
+
{
|
|
24919
|
+
"name": "name",
|
|
24920
|
+
"description": null,
|
|
24921
|
+
"args": [],
|
|
24922
|
+
"type": {
|
|
24923
|
+
"kind": "SCALAR",
|
|
24924
|
+
"name": "String",
|
|
24925
|
+
"ofType": null
|
|
24926
|
+
},
|
|
24927
|
+
"isDeprecated": false,
|
|
24928
|
+
"deprecationReason": null
|
|
24929
|
+
},
|
|
24930
|
+
{
|
|
24931
|
+
"name": "description",
|
|
24932
|
+
"description": null,
|
|
24933
|
+
"args": [],
|
|
24934
|
+
"type": {
|
|
24935
|
+
"kind": "SCALAR",
|
|
24936
|
+
"name": "String",
|
|
24937
|
+
"ofType": null
|
|
24938
|
+
},
|
|
24939
|
+
"isDeprecated": false,
|
|
24940
|
+
"deprecationReason": null
|
|
24941
|
+
},
|
|
24942
|
+
{
|
|
24943
|
+
"name": "ownerDid",
|
|
24944
|
+
"description": null,
|
|
24945
|
+
"args": [],
|
|
24946
|
+
"type": {
|
|
24947
|
+
"kind": "SCALAR",
|
|
24948
|
+
"name": "String",
|
|
24949
|
+
"ofType": null
|
|
24950
|
+
},
|
|
24951
|
+
"isDeprecated": false,
|
|
24952
|
+
"deprecationReason": null
|
|
24953
|
+
},
|
|
24954
|
+
{
|
|
24955
|
+
"name": "createdAt",
|
|
24956
|
+
"description": null,
|
|
24957
|
+
"args": [],
|
|
24958
|
+
"type": {
|
|
24959
|
+
"kind": "SCALAR",
|
|
24960
|
+
"name": "Uint32",
|
|
24961
|
+
"ofType": null
|
|
24962
|
+
},
|
|
24963
|
+
"isDeprecated": false,
|
|
24964
|
+
"deprecationReason": null
|
|
24965
|
+
},
|
|
24966
|
+
{
|
|
24967
|
+
"name": "updatedAt",
|
|
24968
|
+
"description": null,
|
|
24969
|
+
"args": [],
|
|
24970
|
+
"type": {
|
|
24971
|
+
"kind": "SCALAR",
|
|
24972
|
+
"name": "Uint32",
|
|
24973
|
+
"ofType": null
|
|
24974
|
+
},
|
|
24975
|
+
"isDeprecated": false,
|
|
24976
|
+
"deprecationReason": null
|
|
24977
|
+
},
|
|
24978
|
+
{
|
|
24979
|
+
"name": "members",
|
|
24980
|
+
"description": null,
|
|
24981
|
+
"args": [],
|
|
24982
|
+
"type": {
|
|
24983
|
+
"kind": "LIST",
|
|
24984
|
+
"name": null,
|
|
24985
|
+
"ofType": {
|
|
24986
|
+
"kind": "NON_NULL",
|
|
24987
|
+
"name": null,
|
|
24988
|
+
"ofType": {
|
|
24989
|
+
"kind": "OBJECT",
|
|
24990
|
+
"name": "UserOrg",
|
|
24991
|
+
"ofType": null
|
|
24992
|
+
}
|
|
24993
|
+
}
|
|
24994
|
+
},
|
|
24995
|
+
"isDeprecated": false,
|
|
24996
|
+
"deprecationReason": null
|
|
24997
|
+
},
|
|
24998
|
+
{
|
|
24999
|
+
"name": "owner",
|
|
25000
|
+
"description": null,
|
|
25001
|
+
"args": [],
|
|
25002
|
+
"type": {
|
|
25003
|
+
"kind": "OBJECT",
|
|
25004
|
+
"name": "UserInfo",
|
|
25005
|
+
"ofType": null
|
|
25006
|
+
},
|
|
25007
|
+
"isDeprecated": false,
|
|
25008
|
+
"deprecationReason": null
|
|
25009
|
+
},
|
|
25010
|
+
{
|
|
25011
|
+
"name": "membersCount",
|
|
25012
|
+
"description": null,
|
|
25013
|
+
"args": [],
|
|
25014
|
+
"type": {
|
|
25015
|
+
"kind": "SCALAR",
|
|
25016
|
+
"name": "Uint32",
|
|
25017
|
+
"ofType": null
|
|
25018
|
+
},
|
|
25019
|
+
"isDeprecated": false,
|
|
25020
|
+
"deprecationReason": null
|
|
25021
|
+
},
|
|
25022
|
+
{
|
|
25023
|
+
"name": "passports",
|
|
25024
|
+
"description": null,
|
|
25025
|
+
"args": [],
|
|
25026
|
+
"type": {
|
|
25027
|
+
"kind": "LIST",
|
|
25028
|
+
"name": null,
|
|
25029
|
+
"ofType": {
|
|
25030
|
+
"kind": "NON_NULL",
|
|
25031
|
+
"name": null,
|
|
25032
|
+
"ofType": {
|
|
25033
|
+
"kind": "OBJECT",
|
|
25034
|
+
"name": "Passport",
|
|
25035
|
+
"ofType": null
|
|
25036
|
+
}
|
|
25037
|
+
}
|
|
25038
|
+
},
|
|
25039
|
+
"isDeprecated": false,
|
|
25040
|
+
"deprecationReason": null
|
|
25041
|
+
},
|
|
25042
|
+
{
|
|
25043
|
+
"name": "metadata",
|
|
25044
|
+
"description": null,
|
|
25045
|
+
"args": [],
|
|
25046
|
+
"type": {
|
|
25047
|
+
"kind": "SCALAR",
|
|
25048
|
+
"name": "Any",
|
|
25049
|
+
"ofType": null
|
|
25050
|
+
},
|
|
25051
|
+
"isDeprecated": false,
|
|
25052
|
+
"deprecationReason": null
|
|
25053
|
+
}
|
|
25054
|
+
],
|
|
25055
|
+
"inputFields": null,
|
|
25056
|
+
"interfaces": [],
|
|
25057
|
+
"enumValues": null,
|
|
25058
|
+
"possibleTypes": null
|
|
25059
|
+
},
|
|
25060
|
+
{
|
|
25061
|
+
"kind": "OBJECT",
|
|
25062
|
+
"name": "OrgResourceResult",
|
|
25063
|
+
"description": null,
|
|
25064
|
+
"fields": [
|
|
25065
|
+
{
|
|
25066
|
+
"name": "success",
|
|
25067
|
+
"description": null,
|
|
25068
|
+
"args": [],
|
|
25069
|
+
"type": {
|
|
25070
|
+
"kind": "LIST",
|
|
25071
|
+
"name": null,
|
|
25072
|
+
"ofType": {
|
|
25073
|
+
"kind": "NON_NULL",
|
|
25074
|
+
"name": null,
|
|
25075
|
+
"ofType": {
|
|
25076
|
+
"kind": "SCALAR",
|
|
25077
|
+
"name": "String",
|
|
25078
|
+
"ofType": null
|
|
25079
|
+
}
|
|
25080
|
+
}
|
|
25081
|
+
},
|
|
25082
|
+
"isDeprecated": false,
|
|
25083
|
+
"deprecationReason": null
|
|
25084
|
+
},
|
|
25085
|
+
{
|
|
25086
|
+
"name": "failed",
|
|
25087
|
+
"description": null,
|
|
25088
|
+
"args": [],
|
|
25089
|
+
"type": {
|
|
25090
|
+
"kind": "LIST",
|
|
25091
|
+
"name": null,
|
|
25092
|
+
"ofType": {
|
|
25093
|
+
"kind": "NON_NULL",
|
|
25094
|
+
"name": null,
|
|
25095
|
+
"ofType": {
|
|
25096
|
+
"kind": "SCALAR",
|
|
25097
|
+
"name": "String",
|
|
25098
|
+
"ofType": null
|
|
25099
|
+
}
|
|
25100
|
+
}
|
|
25101
|
+
},
|
|
25102
|
+
"isDeprecated": false,
|
|
25103
|
+
"deprecationReason": null
|
|
25104
|
+
}
|
|
25105
|
+
],
|
|
25106
|
+
"inputFields": null,
|
|
25107
|
+
"interfaces": [],
|
|
25108
|
+
"enumValues": null,
|
|
25109
|
+
"possibleTypes": null
|
|
25110
|
+
},
|
|
25111
|
+
{
|
|
25112
|
+
"kind": "OBJECT",
|
|
25113
|
+
"name": "OrgResources",
|
|
25114
|
+
"description": null,
|
|
25115
|
+
"fields": [
|
|
25116
|
+
{
|
|
25117
|
+
"name": "id",
|
|
25118
|
+
"description": null,
|
|
25119
|
+
"args": [],
|
|
25120
|
+
"type": {
|
|
25121
|
+
"kind": "SCALAR",
|
|
25122
|
+
"name": "String",
|
|
25123
|
+
"ofType": null
|
|
25124
|
+
},
|
|
25125
|
+
"isDeprecated": false,
|
|
25126
|
+
"deprecationReason": null
|
|
25127
|
+
},
|
|
25128
|
+
{
|
|
25129
|
+
"name": "orgId",
|
|
25130
|
+
"description": null,
|
|
25131
|
+
"args": [],
|
|
25132
|
+
"type": {
|
|
25133
|
+
"kind": "SCALAR",
|
|
25134
|
+
"name": "String",
|
|
25135
|
+
"ofType": null
|
|
25136
|
+
},
|
|
25137
|
+
"isDeprecated": false,
|
|
25138
|
+
"deprecationReason": null
|
|
25139
|
+
},
|
|
25140
|
+
{
|
|
25141
|
+
"name": "resourceId",
|
|
25142
|
+
"description": null,
|
|
25143
|
+
"args": [],
|
|
25144
|
+
"type": {
|
|
25145
|
+
"kind": "SCALAR",
|
|
25146
|
+
"name": "String",
|
|
25147
|
+
"ofType": null
|
|
25148
|
+
},
|
|
25149
|
+
"isDeprecated": false,
|
|
25150
|
+
"deprecationReason": null
|
|
25151
|
+
},
|
|
25152
|
+
{
|
|
25153
|
+
"name": "type",
|
|
25154
|
+
"description": null,
|
|
25155
|
+
"args": [],
|
|
25156
|
+
"type": {
|
|
25157
|
+
"kind": "SCALAR",
|
|
25158
|
+
"name": "String",
|
|
25159
|
+
"ofType": null
|
|
25160
|
+
},
|
|
25161
|
+
"isDeprecated": false,
|
|
25162
|
+
"deprecationReason": null
|
|
25163
|
+
},
|
|
25164
|
+
{
|
|
25165
|
+
"name": "metadata",
|
|
25166
|
+
"description": null,
|
|
25167
|
+
"args": [],
|
|
25168
|
+
"type": {
|
|
25169
|
+
"kind": "SCALAR",
|
|
25170
|
+
"name": "Any",
|
|
25171
|
+
"ofType": null
|
|
25172
|
+
},
|
|
25173
|
+
"isDeprecated": false,
|
|
25174
|
+
"deprecationReason": null
|
|
25175
|
+
},
|
|
25176
|
+
{
|
|
25177
|
+
"name": "createdAt",
|
|
25178
|
+
"description": null,
|
|
25179
|
+
"args": [],
|
|
25180
|
+
"type": {
|
|
25181
|
+
"kind": "SCALAR",
|
|
25182
|
+
"name": "Uint32",
|
|
25183
|
+
"ofType": null
|
|
25184
|
+
},
|
|
25185
|
+
"isDeprecated": false,
|
|
25186
|
+
"deprecationReason": null
|
|
25187
|
+
},
|
|
25188
|
+
{
|
|
25189
|
+
"name": "updatedAt",
|
|
25190
|
+
"description": null,
|
|
25191
|
+
"args": [],
|
|
25192
|
+
"type": {
|
|
25193
|
+
"kind": "SCALAR",
|
|
25194
|
+
"name": "Uint32",
|
|
25195
|
+
"ofType": null
|
|
25196
|
+
},
|
|
25197
|
+
"isDeprecated": false,
|
|
25198
|
+
"deprecationReason": null
|
|
25199
|
+
}
|
|
25200
|
+
],
|
|
25201
|
+
"inputFields": null,
|
|
25202
|
+
"interfaces": [],
|
|
25203
|
+
"enumValues": null,
|
|
25204
|
+
"possibleTypes": null
|
|
25205
|
+
},
|
|
25206
|
+
{
|
|
25207
|
+
"kind": "OBJECT",
|
|
25208
|
+
"name": "OrgSettings",
|
|
25209
|
+
"description": null,
|
|
25210
|
+
"fields": [
|
|
25211
|
+
{
|
|
25212
|
+
"name": "enabled",
|
|
25213
|
+
"description": null,
|
|
25214
|
+
"args": [],
|
|
25215
|
+
"type": {
|
|
25216
|
+
"kind": "SCALAR",
|
|
25217
|
+
"name": "Boolean",
|
|
25218
|
+
"ofType": null
|
|
25219
|
+
},
|
|
25220
|
+
"isDeprecated": false,
|
|
25221
|
+
"deprecationReason": null
|
|
25222
|
+
},
|
|
25223
|
+
{
|
|
25224
|
+
"name": "maxMemberPerOrg",
|
|
25225
|
+
"description": null,
|
|
25226
|
+
"args": [],
|
|
25227
|
+
"type": {
|
|
25228
|
+
"kind": "SCALAR",
|
|
25229
|
+
"name": "Uint32",
|
|
25230
|
+
"ofType": null
|
|
25231
|
+
},
|
|
25232
|
+
"isDeprecated": false,
|
|
25233
|
+
"deprecationReason": null
|
|
25234
|
+
},
|
|
25235
|
+
{
|
|
25236
|
+
"name": "maxOrgPerUser",
|
|
25237
|
+
"description": null,
|
|
25238
|
+
"args": [],
|
|
25239
|
+
"type": {
|
|
25240
|
+
"kind": "SCALAR",
|
|
25241
|
+
"name": "Uint32",
|
|
25242
|
+
"ofType": null
|
|
25243
|
+
},
|
|
25244
|
+
"isDeprecated": false,
|
|
25245
|
+
"deprecationReason": null
|
|
25246
|
+
}
|
|
25247
|
+
],
|
|
25248
|
+
"inputFields": null,
|
|
25249
|
+
"interfaces": [],
|
|
25250
|
+
"enumValues": null,
|
|
25251
|
+
"possibleTypes": null
|
|
25252
|
+
},
|
|
23897
25253
|
{
|
|
23898
25254
|
"kind": "OBJECT",
|
|
23899
25255
|
"name": "OwnerNft",
|
|
@@ -27468,6 +28824,139 @@
|
|
|
27468
28824
|
"enumValues": null,
|
|
27469
28825
|
"possibleTypes": null
|
|
27470
28826
|
},
|
|
28827
|
+
{
|
|
28828
|
+
"kind": "OBJECT",
|
|
28829
|
+
"name": "ResponseGetOrg",
|
|
28830
|
+
"description": null,
|
|
28831
|
+
"fields": [
|
|
28832
|
+
{
|
|
28833
|
+
"name": "code",
|
|
28834
|
+
"description": null,
|
|
28835
|
+
"args": [],
|
|
28836
|
+
"type": {
|
|
28837
|
+
"kind": "ENUM",
|
|
28838
|
+
"name": "StatusCode",
|
|
28839
|
+
"ofType": null
|
|
28840
|
+
},
|
|
28841
|
+
"isDeprecated": false,
|
|
28842
|
+
"deprecationReason": null
|
|
28843
|
+
},
|
|
28844
|
+
{
|
|
28845
|
+
"name": "org",
|
|
28846
|
+
"description": null,
|
|
28847
|
+
"args": [],
|
|
28848
|
+
"type": {
|
|
28849
|
+
"kind": "OBJECT",
|
|
28850
|
+
"name": "Org",
|
|
28851
|
+
"ofType": null
|
|
28852
|
+
},
|
|
28853
|
+
"isDeprecated": false,
|
|
28854
|
+
"deprecationReason": null
|
|
28855
|
+
}
|
|
28856
|
+
],
|
|
28857
|
+
"inputFields": null,
|
|
28858
|
+
"interfaces": [],
|
|
28859
|
+
"enumValues": null,
|
|
28860
|
+
"possibleTypes": null
|
|
28861
|
+
},
|
|
28862
|
+
{
|
|
28863
|
+
"kind": "OBJECT",
|
|
28864
|
+
"name": "ResponseGetOrgResource",
|
|
28865
|
+
"description": null,
|
|
28866
|
+
"fields": [
|
|
28867
|
+
{
|
|
28868
|
+
"name": "code",
|
|
28869
|
+
"description": null,
|
|
28870
|
+
"args": [],
|
|
28871
|
+
"type": {
|
|
28872
|
+
"kind": "ENUM",
|
|
28873
|
+
"name": "StatusCode",
|
|
28874
|
+
"ofType": null
|
|
28875
|
+
},
|
|
28876
|
+
"isDeprecated": false,
|
|
28877
|
+
"deprecationReason": null
|
|
28878
|
+
},
|
|
28879
|
+
{
|
|
28880
|
+
"name": "data",
|
|
28881
|
+
"description": null,
|
|
28882
|
+
"args": [],
|
|
28883
|
+
"type": {
|
|
28884
|
+
"kind": "LIST",
|
|
28885
|
+
"name": null,
|
|
28886
|
+
"ofType": {
|
|
28887
|
+
"kind": "NON_NULL",
|
|
28888
|
+
"name": null,
|
|
28889
|
+
"ofType": {
|
|
28890
|
+
"kind": "OBJECT",
|
|
28891
|
+
"name": "OrgResources",
|
|
28892
|
+
"ofType": null
|
|
28893
|
+
}
|
|
28894
|
+
}
|
|
28895
|
+
},
|
|
28896
|
+
"isDeprecated": false,
|
|
28897
|
+
"deprecationReason": null
|
|
28898
|
+
}
|
|
28899
|
+
],
|
|
28900
|
+
"inputFields": null,
|
|
28901
|
+
"interfaces": [],
|
|
28902
|
+
"enumValues": null,
|
|
28903
|
+
"possibleTypes": null
|
|
28904
|
+
},
|
|
28905
|
+
{
|
|
28906
|
+
"kind": "OBJECT",
|
|
28907
|
+
"name": "ResponseGetOrgs",
|
|
28908
|
+
"description": null,
|
|
28909
|
+
"fields": [
|
|
28910
|
+
{
|
|
28911
|
+
"name": "code",
|
|
28912
|
+
"description": null,
|
|
28913
|
+
"args": [],
|
|
28914
|
+
"type": {
|
|
28915
|
+
"kind": "ENUM",
|
|
28916
|
+
"name": "StatusCode",
|
|
28917
|
+
"ofType": null
|
|
28918
|
+
},
|
|
28919
|
+
"isDeprecated": false,
|
|
28920
|
+
"deprecationReason": null
|
|
28921
|
+
},
|
|
28922
|
+
{
|
|
28923
|
+
"name": "orgs",
|
|
28924
|
+
"description": null,
|
|
28925
|
+
"args": [],
|
|
28926
|
+
"type": {
|
|
28927
|
+
"kind": "LIST",
|
|
28928
|
+
"name": null,
|
|
28929
|
+
"ofType": {
|
|
28930
|
+
"kind": "NON_NULL",
|
|
28931
|
+
"name": null,
|
|
28932
|
+
"ofType": {
|
|
28933
|
+
"kind": "OBJECT",
|
|
28934
|
+
"name": "Org",
|
|
28935
|
+
"ofType": null
|
|
28936
|
+
}
|
|
28937
|
+
}
|
|
28938
|
+
},
|
|
28939
|
+
"isDeprecated": false,
|
|
28940
|
+
"deprecationReason": null
|
|
28941
|
+
},
|
|
28942
|
+
{
|
|
28943
|
+
"name": "paging",
|
|
28944
|
+
"description": null,
|
|
28945
|
+
"args": [],
|
|
28946
|
+
"type": {
|
|
28947
|
+
"kind": "OBJECT",
|
|
28948
|
+
"name": "Paging",
|
|
28949
|
+
"ofType": null
|
|
28950
|
+
},
|
|
28951
|
+
"isDeprecated": false,
|
|
28952
|
+
"deprecationReason": null
|
|
28953
|
+
}
|
|
28954
|
+
],
|
|
28955
|
+
"inputFields": null,
|
|
28956
|
+
"interfaces": [],
|
|
28957
|
+
"enumValues": null,
|
|
28958
|
+
"possibleTypes": null
|
|
28959
|
+
},
|
|
27471
28960
|
{
|
|
27472
28961
|
"kind": "OBJECT",
|
|
27473
28962
|
"name": "ResponseGetPassportCountPerRole",
|
|
@@ -28249,6 +29738,41 @@
|
|
|
28249
29738
|
"enumValues": null,
|
|
28250
29739
|
"possibleTypes": null
|
|
28251
29740
|
},
|
|
29741
|
+
{
|
|
29742
|
+
"kind": "OBJECT",
|
|
29743
|
+
"name": "ResponseInviteMembersToOrg",
|
|
29744
|
+
"description": null,
|
|
29745
|
+
"fields": [
|
|
29746
|
+
{
|
|
29747
|
+
"name": "code",
|
|
29748
|
+
"description": null,
|
|
29749
|
+
"args": [],
|
|
29750
|
+
"type": {
|
|
29751
|
+
"kind": "ENUM",
|
|
29752
|
+
"name": "StatusCode",
|
|
29753
|
+
"ofType": null
|
|
29754
|
+
},
|
|
29755
|
+
"isDeprecated": false,
|
|
29756
|
+
"deprecationReason": null
|
|
29757
|
+
},
|
|
29758
|
+
{
|
|
29759
|
+
"name": "data",
|
|
29760
|
+
"description": null,
|
|
29761
|
+
"args": [],
|
|
29762
|
+
"type": {
|
|
29763
|
+
"kind": "OBJECT",
|
|
29764
|
+
"name": "InviteResult",
|
|
29765
|
+
"ofType": null
|
|
29766
|
+
},
|
|
29767
|
+
"isDeprecated": false,
|
|
29768
|
+
"deprecationReason": null
|
|
29769
|
+
}
|
|
29770
|
+
],
|
|
29771
|
+
"inputFields": null,
|
|
29772
|
+
"interfaces": [],
|
|
29773
|
+
"enumValues": null,
|
|
29774
|
+
"possibleTypes": null
|
|
29775
|
+
},
|
|
28252
29776
|
{
|
|
28253
29777
|
"kind": "OBJECT",
|
|
28254
29778
|
"name": "ResponseIsDidDomain",
|
|
@@ -28584,6 +30108,96 @@
|
|
|
28584
30108
|
"enumValues": null,
|
|
28585
30109
|
"possibleTypes": null
|
|
28586
30110
|
},
|
|
30111
|
+
{
|
|
30112
|
+
"kind": "OBJECT",
|
|
30113
|
+
"name": "ResponseOrgResourceOperation",
|
|
30114
|
+
"description": null,
|
|
30115
|
+
"fields": [
|
|
30116
|
+
{
|
|
30117
|
+
"name": "code",
|
|
30118
|
+
"description": null,
|
|
30119
|
+
"args": [],
|
|
30120
|
+
"type": {
|
|
30121
|
+
"kind": "ENUM",
|
|
30122
|
+
"name": "StatusCode",
|
|
30123
|
+
"ofType": null
|
|
30124
|
+
},
|
|
30125
|
+
"isDeprecated": false,
|
|
30126
|
+
"deprecationReason": null
|
|
30127
|
+
},
|
|
30128
|
+
{
|
|
30129
|
+
"name": "data",
|
|
30130
|
+
"description": null,
|
|
30131
|
+
"args": [],
|
|
30132
|
+
"type": {
|
|
30133
|
+
"kind": "OBJECT",
|
|
30134
|
+
"name": "OrgResourceResult",
|
|
30135
|
+
"ofType": null
|
|
30136
|
+
},
|
|
30137
|
+
"isDeprecated": false,
|
|
30138
|
+
"deprecationReason": null
|
|
30139
|
+
}
|
|
30140
|
+
],
|
|
30141
|
+
"inputFields": null,
|
|
30142
|
+
"interfaces": [],
|
|
30143
|
+
"enumValues": null,
|
|
30144
|
+
"possibleTypes": null
|
|
30145
|
+
},
|
|
30146
|
+
{
|
|
30147
|
+
"kind": "OBJECT",
|
|
30148
|
+
"name": "ResponseOrgUsers",
|
|
30149
|
+
"description": null,
|
|
30150
|
+
"fields": [
|
|
30151
|
+
{
|
|
30152
|
+
"name": "code",
|
|
30153
|
+
"description": null,
|
|
30154
|
+
"args": [],
|
|
30155
|
+
"type": {
|
|
30156
|
+
"kind": "ENUM",
|
|
30157
|
+
"name": "StatusCode",
|
|
30158
|
+
"ofType": null
|
|
30159
|
+
},
|
|
30160
|
+
"isDeprecated": false,
|
|
30161
|
+
"deprecationReason": null
|
|
30162
|
+
},
|
|
30163
|
+
{
|
|
30164
|
+
"name": "users",
|
|
30165
|
+
"description": null,
|
|
30166
|
+
"args": [],
|
|
30167
|
+
"type": {
|
|
30168
|
+
"kind": "LIST",
|
|
30169
|
+
"name": null,
|
|
30170
|
+
"ofType": {
|
|
30171
|
+
"kind": "NON_NULL",
|
|
30172
|
+
"name": null,
|
|
30173
|
+
"ofType": {
|
|
30174
|
+
"kind": "OBJECT",
|
|
30175
|
+
"name": "UserOrg",
|
|
30176
|
+
"ofType": null
|
|
30177
|
+
}
|
|
30178
|
+
}
|
|
30179
|
+
},
|
|
30180
|
+
"isDeprecated": false,
|
|
30181
|
+
"deprecationReason": null
|
|
30182
|
+
},
|
|
30183
|
+
{
|
|
30184
|
+
"name": "paging",
|
|
30185
|
+
"description": null,
|
|
30186
|
+
"args": [],
|
|
30187
|
+
"type": {
|
|
30188
|
+
"kind": "OBJECT",
|
|
30189
|
+
"name": "Paging",
|
|
30190
|
+
"ofType": null
|
|
30191
|
+
},
|
|
30192
|
+
"isDeprecated": false,
|
|
30193
|
+
"deprecationReason": null
|
|
30194
|
+
}
|
|
30195
|
+
],
|
|
30196
|
+
"inputFields": null,
|
|
30197
|
+
"interfaces": [],
|
|
30198
|
+
"enumValues": null,
|
|
30199
|
+
"possibleTypes": null
|
|
30200
|
+
},
|
|
28587
30201
|
{
|
|
28588
30202
|
"kind": "OBJECT",
|
|
28589
30203
|
"name": "ResponsePassport",
|
|
@@ -29978,6 +31592,18 @@
|
|
|
29978
31592
|
},
|
|
29979
31593
|
"isDeprecated": false,
|
|
29980
31594
|
"deprecationReason": null
|
|
31595
|
+
},
|
|
31596
|
+
{
|
|
31597
|
+
"name": "orgId",
|
|
31598
|
+
"description": null,
|
|
31599
|
+
"args": [],
|
|
31600
|
+
"type": {
|
|
31601
|
+
"kind": "SCALAR",
|
|
31602
|
+
"name": "String",
|
|
31603
|
+
"ofType": null
|
|
31604
|
+
},
|
|
31605
|
+
"isDeprecated": false,
|
|
31606
|
+
"deprecationReason": null
|
|
29981
31607
|
}
|
|
29982
31608
|
],
|
|
29983
31609
|
"inputFields": null,
|
|
@@ -32523,6 +34149,113 @@
|
|
|
32523
34149
|
"enumValues": null,
|
|
32524
34150
|
"possibleTypes": null
|
|
32525
34151
|
},
|
|
34152
|
+
{
|
|
34153
|
+
"kind": "OBJECT",
|
|
34154
|
+
"name": "UserOrg",
|
|
34155
|
+
"description": null,
|
|
34156
|
+
"fields": [
|
|
34157
|
+
{
|
|
34158
|
+
"name": "id",
|
|
34159
|
+
"description": null,
|
|
34160
|
+
"args": [],
|
|
34161
|
+
"type": {
|
|
34162
|
+
"kind": "SCALAR",
|
|
34163
|
+
"name": "String",
|
|
34164
|
+
"ofType": null
|
|
34165
|
+
},
|
|
34166
|
+
"isDeprecated": false,
|
|
34167
|
+
"deprecationReason": null
|
|
34168
|
+
},
|
|
34169
|
+
{
|
|
34170
|
+
"name": "orgId",
|
|
34171
|
+
"description": null,
|
|
34172
|
+
"args": [],
|
|
34173
|
+
"type": {
|
|
34174
|
+
"kind": "SCALAR",
|
|
34175
|
+
"name": "String",
|
|
34176
|
+
"ofType": null
|
|
34177
|
+
},
|
|
34178
|
+
"isDeprecated": false,
|
|
34179
|
+
"deprecationReason": null
|
|
34180
|
+
},
|
|
34181
|
+
{
|
|
34182
|
+
"name": "userDid",
|
|
34183
|
+
"description": null,
|
|
34184
|
+
"args": [],
|
|
34185
|
+
"type": {
|
|
34186
|
+
"kind": "SCALAR",
|
|
34187
|
+
"name": "String",
|
|
34188
|
+
"ofType": null
|
|
34189
|
+
},
|
|
34190
|
+
"isDeprecated": false,
|
|
34191
|
+
"deprecationReason": null
|
|
34192
|
+
},
|
|
34193
|
+
{
|
|
34194
|
+
"name": "status",
|
|
34195
|
+
"description": null,
|
|
34196
|
+
"args": [],
|
|
34197
|
+
"type": {
|
|
34198
|
+
"kind": "ENUM",
|
|
34199
|
+
"name": "OrgUserStatus",
|
|
34200
|
+
"ofType": null
|
|
34201
|
+
},
|
|
34202
|
+
"isDeprecated": false,
|
|
34203
|
+
"deprecationReason": null
|
|
34204
|
+
},
|
|
34205
|
+
{
|
|
34206
|
+
"name": "createdAt",
|
|
34207
|
+
"description": null,
|
|
34208
|
+
"args": [],
|
|
34209
|
+
"type": {
|
|
34210
|
+
"kind": "SCALAR",
|
|
34211
|
+
"name": "Uint32",
|
|
34212
|
+
"ofType": null
|
|
34213
|
+
},
|
|
34214
|
+
"isDeprecated": false,
|
|
34215
|
+
"deprecationReason": null
|
|
34216
|
+
},
|
|
34217
|
+
{
|
|
34218
|
+
"name": "updatedAt",
|
|
34219
|
+
"description": null,
|
|
34220
|
+
"args": [],
|
|
34221
|
+
"type": {
|
|
34222
|
+
"kind": "SCALAR",
|
|
34223
|
+
"name": "Uint32",
|
|
34224
|
+
"ofType": null
|
|
34225
|
+
},
|
|
34226
|
+
"isDeprecated": false,
|
|
34227
|
+
"deprecationReason": null
|
|
34228
|
+
},
|
|
34229
|
+
{
|
|
34230
|
+
"name": "user",
|
|
34231
|
+
"description": null,
|
|
34232
|
+
"args": [],
|
|
34233
|
+
"type": {
|
|
34234
|
+
"kind": "OBJECT",
|
|
34235
|
+
"name": "UserInfo",
|
|
34236
|
+
"ofType": null
|
|
34237
|
+
},
|
|
34238
|
+
"isDeprecated": false,
|
|
34239
|
+
"deprecationReason": null
|
|
34240
|
+
},
|
|
34241
|
+
{
|
|
34242
|
+
"name": "metadata",
|
|
34243
|
+
"description": null,
|
|
34244
|
+
"args": [],
|
|
34245
|
+
"type": {
|
|
34246
|
+
"kind": "SCALAR",
|
|
34247
|
+
"name": "Any",
|
|
34248
|
+
"ofType": null
|
|
34249
|
+
},
|
|
34250
|
+
"isDeprecated": false,
|
|
34251
|
+
"deprecationReason": null
|
|
34252
|
+
}
|
|
34253
|
+
],
|
|
34254
|
+
"inputFields": null,
|
|
34255
|
+
"interfaces": [],
|
|
34256
|
+
"enumValues": null,
|
|
34257
|
+
"possibleTypes": null
|
|
34258
|
+
},
|
|
32526
34259
|
{
|
|
32527
34260
|
"kind": "OBJECT",
|
|
32528
34261
|
"name": "UserPhoneInfo",
|
|
@@ -34387,6 +36120,58 @@
|
|
|
34387
36120
|
],
|
|
34388
36121
|
"possibleTypes": null
|
|
34389
36122
|
},
|
|
36123
|
+
{
|
|
36124
|
+
"kind": "ENUM",
|
|
36125
|
+
"name": "OrgQueryType",
|
|
36126
|
+
"description": null,
|
|
36127
|
+
"fields": null,
|
|
36128
|
+
"inputFields": null,
|
|
36129
|
+
"interfaces": null,
|
|
36130
|
+
"enumValues": [
|
|
36131
|
+
{
|
|
36132
|
+
"name": "owned",
|
|
36133
|
+
"description": null,
|
|
36134
|
+
"isDeprecated": false,
|
|
36135
|
+
"deprecationReason": null
|
|
36136
|
+
},
|
|
36137
|
+
{
|
|
36138
|
+
"name": "joined",
|
|
36139
|
+
"description": null,
|
|
36140
|
+
"isDeprecated": false,
|
|
36141
|
+
"deprecationReason": null
|
|
36142
|
+
}
|
|
36143
|
+
],
|
|
36144
|
+
"possibleTypes": null
|
|
36145
|
+
},
|
|
36146
|
+
{
|
|
36147
|
+
"kind": "ENUM",
|
|
36148
|
+
"name": "OrgUserStatus",
|
|
36149
|
+
"description": null,
|
|
36150
|
+
"fields": null,
|
|
36151
|
+
"inputFields": null,
|
|
36152
|
+
"interfaces": null,
|
|
36153
|
+
"enumValues": [
|
|
36154
|
+
{
|
|
36155
|
+
"name": "active",
|
|
36156
|
+
"description": null,
|
|
36157
|
+
"isDeprecated": false,
|
|
36158
|
+
"deprecationReason": null
|
|
36159
|
+
},
|
|
36160
|
+
{
|
|
36161
|
+
"name": "inviting",
|
|
36162
|
+
"description": null,
|
|
36163
|
+
"isDeprecated": false,
|
|
36164
|
+
"deprecationReason": null
|
|
36165
|
+
},
|
|
36166
|
+
{
|
|
36167
|
+
"name": "inactive",
|
|
36168
|
+
"description": null,
|
|
36169
|
+
"isDeprecated": false,
|
|
36170
|
+
"deprecationReason": null
|
|
36171
|
+
}
|
|
36172
|
+
],
|
|
36173
|
+
"possibleTypes": null
|
|
36174
|
+
},
|
|
34390
36175
|
{
|
|
34391
36176
|
"kind": "ENUM",
|
|
34392
36177
|
"name": "PublishType",
|
|
@@ -37669,6 +39454,190 @@
|
|
|
37669
39454
|
},
|
|
37670
39455
|
"isDeprecated": false,
|
|
37671
39456
|
"deprecationReason": null
|
|
39457
|
+
},
|
|
39458
|
+
{
|
|
39459
|
+
"name": "createOrg",
|
|
39460
|
+
"description": null,
|
|
39461
|
+
"args": [
|
|
39462
|
+
{
|
|
39463
|
+
"name": "input",
|
|
39464
|
+
"description": null,
|
|
39465
|
+
"type": {
|
|
39466
|
+
"kind": "INPUT_OBJECT",
|
|
39467
|
+
"name": "RequestCreateOrgInput",
|
|
39468
|
+
"ofType": null
|
|
39469
|
+
},
|
|
39470
|
+
"defaultValue": null
|
|
39471
|
+
}
|
|
39472
|
+
],
|
|
39473
|
+
"type": {
|
|
39474
|
+
"kind": "OBJECT",
|
|
39475
|
+
"name": "ResponseGetOrg",
|
|
39476
|
+
"ofType": null
|
|
39477
|
+
},
|
|
39478
|
+
"isDeprecated": false,
|
|
39479
|
+
"deprecationReason": null
|
|
39480
|
+
},
|
|
39481
|
+
{
|
|
39482
|
+
"name": "updateOrg",
|
|
39483
|
+
"description": null,
|
|
39484
|
+
"args": [
|
|
39485
|
+
{
|
|
39486
|
+
"name": "input",
|
|
39487
|
+
"description": null,
|
|
39488
|
+
"type": {
|
|
39489
|
+
"kind": "INPUT_OBJECT",
|
|
39490
|
+
"name": "RequestUpdateOrgInput",
|
|
39491
|
+
"ofType": null
|
|
39492
|
+
},
|
|
39493
|
+
"defaultValue": null
|
|
39494
|
+
}
|
|
39495
|
+
],
|
|
39496
|
+
"type": {
|
|
39497
|
+
"kind": "OBJECT",
|
|
39498
|
+
"name": "ResponseGetOrg",
|
|
39499
|
+
"ofType": null
|
|
39500
|
+
},
|
|
39501
|
+
"isDeprecated": false,
|
|
39502
|
+
"deprecationReason": null
|
|
39503
|
+
},
|
|
39504
|
+
{
|
|
39505
|
+
"name": "deleteOrg",
|
|
39506
|
+
"description": null,
|
|
39507
|
+
"args": [
|
|
39508
|
+
{
|
|
39509
|
+
"name": "input",
|
|
39510
|
+
"description": null,
|
|
39511
|
+
"type": {
|
|
39512
|
+
"kind": "INPUT_OBJECT",
|
|
39513
|
+
"name": "RequestGetOrgInput",
|
|
39514
|
+
"ofType": null
|
|
39515
|
+
},
|
|
39516
|
+
"defaultValue": null
|
|
39517
|
+
}
|
|
39518
|
+
],
|
|
39519
|
+
"type": {
|
|
39520
|
+
"kind": "OBJECT",
|
|
39521
|
+
"name": "GeneralResponse",
|
|
39522
|
+
"ofType": null
|
|
39523
|
+
},
|
|
39524
|
+
"isDeprecated": false,
|
|
39525
|
+
"deprecationReason": null
|
|
39526
|
+
},
|
|
39527
|
+
{
|
|
39528
|
+
"name": "addOrgMember",
|
|
39529
|
+
"description": null,
|
|
39530
|
+
"args": [
|
|
39531
|
+
{
|
|
39532
|
+
"name": "input",
|
|
39533
|
+
"description": null,
|
|
39534
|
+
"type": {
|
|
39535
|
+
"kind": "INPUT_OBJECT",
|
|
39536
|
+
"name": "RequestGetOrgMemberInput",
|
|
39537
|
+
"ofType": null
|
|
39538
|
+
},
|
|
39539
|
+
"defaultValue": null
|
|
39540
|
+
}
|
|
39541
|
+
],
|
|
39542
|
+
"type": {
|
|
39543
|
+
"kind": "OBJECT",
|
|
39544
|
+
"name": "ResponseGetOrg",
|
|
39545
|
+
"ofType": null
|
|
39546
|
+
},
|
|
39547
|
+
"isDeprecated": false,
|
|
39548
|
+
"deprecationReason": null
|
|
39549
|
+
},
|
|
39550
|
+
{
|
|
39551
|
+
"name": "removeOrgMember",
|
|
39552
|
+
"description": null,
|
|
39553
|
+
"args": [
|
|
39554
|
+
{
|
|
39555
|
+
"name": "input",
|
|
39556
|
+
"description": null,
|
|
39557
|
+
"type": {
|
|
39558
|
+
"kind": "INPUT_OBJECT",
|
|
39559
|
+
"name": "RequestGetOrgMemberInput",
|
|
39560
|
+
"ofType": null
|
|
39561
|
+
},
|
|
39562
|
+
"defaultValue": null
|
|
39563
|
+
}
|
|
39564
|
+
],
|
|
39565
|
+
"type": {
|
|
39566
|
+
"kind": "OBJECT",
|
|
39567
|
+
"name": "GeneralResponse",
|
|
39568
|
+
"ofType": null
|
|
39569
|
+
},
|
|
39570
|
+
"isDeprecated": false,
|
|
39571
|
+
"deprecationReason": null
|
|
39572
|
+
},
|
|
39573
|
+
{
|
|
39574
|
+
"name": "inviteMembersToOrg",
|
|
39575
|
+
"description": null,
|
|
39576
|
+
"args": [
|
|
39577
|
+
{
|
|
39578
|
+
"name": "input",
|
|
39579
|
+
"description": null,
|
|
39580
|
+
"type": {
|
|
39581
|
+
"kind": "INPUT_OBJECT",
|
|
39582
|
+
"name": "RequestInviteMembersToOrgInput",
|
|
39583
|
+
"ofType": null
|
|
39584
|
+
},
|
|
39585
|
+
"defaultValue": null
|
|
39586
|
+
}
|
|
39587
|
+
],
|
|
39588
|
+
"type": {
|
|
39589
|
+
"kind": "OBJECT",
|
|
39590
|
+
"name": "ResponseInviteMembersToOrg",
|
|
39591
|
+
"ofType": null
|
|
39592
|
+
},
|
|
39593
|
+
"isDeprecated": false,
|
|
39594
|
+
"deprecationReason": null
|
|
39595
|
+
},
|
|
39596
|
+
{
|
|
39597
|
+
"name": "addOrgResource",
|
|
39598
|
+
"description": null,
|
|
39599
|
+
"args": [
|
|
39600
|
+
{
|
|
39601
|
+
"name": "input",
|
|
39602
|
+
"description": null,
|
|
39603
|
+
"type": {
|
|
39604
|
+
"kind": "INPUT_OBJECT",
|
|
39605
|
+
"name": "RequestAddOrgResourceInput",
|
|
39606
|
+
"ofType": null
|
|
39607
|
+
},
|
|
39608
|
+
"defaultValue": null
|
|
39609
|
+
}
|
|
39610
|
+
],
|
|
39611
|
+
"type": {
|
|
39612
|
+
"kind": "OBJECT",
|
|
39613
|
+
"name": "ResponseOrgResourceOperation",
|
|
39614
|
+
"ofType": null
|
|
39615
|
+
},
|
|
39616
|
+
"isDeprecated": false,
|
|
39617
|
+
"deprecationReason": null
|
|
39618
|
+
},
|
|
39619
|
+
{
|
|
39620
|
+
"name": "migrateOrgResource",
|
|
39621
|
+
"description": null,
|
|
39622
|
+
"args": [
|
|
39623
|
+
{
|
|
39624
|
+
"name": "input",
|
|
39625
|
+
"description": null,
|
|
39626
|
+
"type": {
|
|
39627
|
+
"kind": "INPUT_OBJECT",
|
|
39628
|
+
"name": "RequestMigrateOrgResourceInput",
|
|
39629
|
+
"ofType": null
|
|
39630
|
+
},
|
|
39631
|
+
"defaultValue": null
|
|
39632
|
+
}
|
|
39633
|
+
],
|
|
39634
|
+
"type": {
|
|
39635
|
+
"kind": "OBJECT",
|
|
39636
|
+
"name": "ResponseOrgResourceOperation",
|
|
39637
|
+
"ofType": null
|
|
39638
|
+
},
|
|
39639
|
+
"isDeprecated": false,
|
|
39640
|
+
"deprecationReason": null
|
|
37672
39641
|
}
|
|
37673
39642
|
],
|
|
37674
39643
|
"inputFields": null,
|
|
@@ -38362,7 +40331,7 @@
|
|
|
38362
40331
|
"description": null,
|
|
38363
40332
|
"type": {
|
|
38364
40333
|
"kind": "INPUT_OBJECT",
|
|
38365
|
-
"name": "
|
|
40334
|
+
"name": "RequestGetOrgDataInput",
|
|
38366
40335
|
"ofType": null
|
|
38367
40336
|
},
|
|
38368
40337
|
"defaultValue": null
|
|
@@ -38431,7 +40400,7 @@
|
|
|
38431
40400
|
"description": null,
|
|
38432
40401
|
"type": {
|
|
38433
40402
|
"kind": "INPUT_OBJECT",
|
|
38434
|
-
"name": "
|
|
40403
|
+
"name": "RequestGetOrgDataInput",
|
|
38435
40404
|
"ofType": null
|
|
38436
40405
|
},
|
|
38437
40406
|
"defaultValue": null
|
|
@@ -39571,6 +41540,121 @@
|
|
|
39571
41540
|
},
|
|
39572
41541
|
"isDeprecated": false,
|
|
39573
41542
|
"deprecationReason": null
|
|
41543
|
+
},
|
|
41544
|
+
{
|
|
41545
|
+
"name": "getOrgs",
|
|
41546
|
+
"description": null,
|
|
41547
|
+
"args": [
|
|
41548
|
+
{
|
|
41549
|
+
"name": "input",
|
|
41550
|
+
"description": null,
|
|
41551
|
+
"type": {
|
|
41552
|
+
"kind": "INPUT_OBJECT",
|
|
41553
|
+
"name": "RequestGetOrgsInput",
|
|
41554
|
+
"ofType": null
|
|
41555
|
+
},
|
|
41556
|
+
"defaultValue": null
|
|
41557
|
+
}
|
|
41558
|
+
],
|
|
41559
|
+
"type": {
|
|
41560
|
+
"kind": "OBJECT",
|
|
41561
|
+
"name": "ResponseGetOrgs",
|
|
41562
|
+
"ofType": null
|
|
41563
|
+
},
|
|
41564
|
+
"isDeprecated": false,
|
|
41565
|
+
"deprecationReason": null
|
|
41566
|
+
},
|
|
41567
|
+
{
|
|
41568
|
+
"name": "getOrg",
|
|
41569
|
+
"description": null,
|
|
41570
|
+
"args": [
|
|
41571
|
+
{
|
|
41572
|
+
"name": "input",
|
|
41573
|
+
"description": null,
|
|
41574
|
+
"type": {
|
|
41575
|
+
"kind": "INPUT_OBJECT",
|
|
41576
|
+
"name": "RequestGetOrgInput",
|
|
41577
|
+
"ofType": null
|
|
41578
|
+
},
|
|
41579
|
+
"defaultValue": null
|
|
41580
|
+
}
|
|
41581
|
+
],
|
|
41582
|
+
"type": {
|
|
41583
|
+
"kind": "OBJECT",
|
|
41584
|
+
"name": "ResponseGetOrg",
|
|
41585
|
+
"ofType": null
|
|
41586
|
+
},
|
|
41587
|
+
"isDeprecated": false,
|
|
41588
|
+
"deprecationReason": null
|
|
41589
|
+
},
|
|
41590
|
+
{
|
|
41591
|
+
"name": "getOrgMembers",
|
|
41592
|
+
"description": null,
|
|
41593
|
+
"args": [
|
|
41594
|
+
{
|
|
41595
|
+
"name": "input",
|
|
41596
|
+
"description": null,
|
|
41597
|
+
"type": {
|
|
41598
|
+
"kind": "INPUT_OBJECT",
|
|
41599
|
+
"name": "RequestGetOrgDataInput",
|
|
41600
|
+
"ofType": null
|
|
41601
|
+
},
|
|
41602
|
+
"defaultValue": null
|
|
41603
|
+
}
|
|
41604
|
+
],
|
|
41605
|
+
"type": {
|
|
41606
|
+
"kind": "OBJECT",
|
|
41607
|
+
"name": "ResponseOrgUsers",
|
|
41608
|
+
"ofType": null
|
|
41609
|
+
},
|
|
41610
|
+
"isDeprecated": false,
|
|
41611
|
+
"deprecationReason": null
|
|
41612
|
+
},
|
|
41613
|
+
{
|
|
41614
|
+
"name": "getOrgInvitableUsers",
|
|
41615
|
+
"description": null,
|
|
41616
|
+
"args": [
|
|
41617
|
+
{
|
|
41618
|
+
"name": "input",
|
|
41619
|
+
"description": null,
|
|
41620
|
+
"type": {
|
|
41621
|
+
"kind": "INPUT_OBJECT",
|
|
41622
|
+
"name": "RequestInvitableUsersInput",
|
|
41623
|
+
"ofType": null
|
|
41624
|
+
},
|
|
41625
|
+
"defaultValue": null
|
|
41626
|
+
}
|
|
41627
|
+
],
|
|
41628
|
+
"type": {
|
|
41629
|
+
"kind": "OBJECT",
|
|
41630
|
+
"name": "ResponseUsers",
|
|
41631
|
+
"ofType": null
|
|
41632
|
+
},
|
|
41633
|
+
"isDeprecated": false,
|
|
41634
|
+
"deprecationReason": null
|
|
41635
|
+
},
|
|
41636
|
+
{
|
|
41637
|
+
"name": "getOrgResource",
|
|
41638
|
+
"description": null,
|
|
41639
|
+
"args": [
|
|
41640
|
+
{
|
|
41641
|
+
"name": "input",
|
|
41642
|
+
"description": null,
|
|
41643
|
+
"type": {
|
|
41644
|
+
"kind": "INPUT_OBJECT",
|
|
41645
|
+
"name": "RequestGetOrgResourceInput",
|
|
41646
|
+
"ofType": null
|
|
41647
|
+
},
|
|
41648
|
+
"defaultValue": null
|
|
41649
|
+
}
|
|
41650
|
+
],
|
|
41651
|
+
"type": {
|
|
41652
|
+
"kind": "OBJECT",
|
|
41653
|
+
"name": "ResponseGetOrgResource",
|
|
41654
|
+
"ofType": null
|
|
41655
|
+
},
|
|
41656
|
+
"isDeprecated": false,
|
|
41657
|
+
"deprecationReason": null
|
|
39574
41658
|
}
|
|
39575
41659
|
],
|
|
39576
41660
|
"inputFields": null,
|