stigg-api-client 5.151.0 → 5.154.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +749 -21
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee8ba6b1ce7f89d163d78435328071990b44f9cf7ef1a4219fdfc63644f33303
|
|
4
|
+
data.tar.gz: bc374c77b7d759751407a54ce8cab63c6f1373b1e85e26df83a9e3223af3ad39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 34a5d40571caa194600bd45f45fbd2be0f22dadf25fa2e683d1a1451cf20fb794f3e8bd3782a52bf3ffa188d80e2ae8b057466c42f1f1b41fc5570321c1b9fc2
|
|
7
|
+
data.tar.gz: ef27ee97487645f159c8997d35737cdfec11c27845d3c118f5b141cb0c758a7319261f2cfb9099804474e2b643802d784efbf976ba7b6cc9a2e13e9b749ed09a
|
data/Gemfile.lock
CHANGED
|
@@ -3610,6 +3610,58 @@
|
|
|
3610
3610
|
"name": "ApiKey",
|
|
3611
3611
|
"description": "API key",
|
|
3612
3612
|
"fields": [
|
|
3613
|
+
{
|
|
3614
|
+
"name": "description",
|
|
3615
|
+
"description": "The description of the API key",
|
|
3616
|
+
"args": [],
|
|
3617
|
+
"type": {
|
|
3618
|
+
"kind": "SCALAR",
|
|
3619
|
+
"name": "String",
|
|
3620
|
+
"ofType": null
|
|
3621
|
+
},
|
|
3622
|
+
"isDeprecated": false,
|
|
3623
|
+
"deprecationReason": null
|
|
3624
|
+
},
|
|
3625
|
+
{
|
|
3626
|
+
"name": "displayName",
|
|
3627
|
+
"description": "The display name of the API key",
|
|
3628
|
+
"args": [],
|
|
3629
|
+
"type": {
|
|
3630
|
+
"kind": "SCALAR",
|
|
3631
|
+
"name": "String",
|
|
3632
|
+
"ofType": null
|
|
3633
|
+
},
|
|
3634
|
+
"isDeprecated": false,
|
|
3635
|
+
"deprecationReason": null
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "environmentId",
|
|
3639
|
+
"description": "The unique identifier for the environment",
|
|
3640
|
+
"args": [],
|
|
3641
|
+
"type": {
|
|
3642
|
+
"kind": "NON_NULL",
|
|
3643
|
+
"name": null,
|
|
3644
|
+
"ofType": {
|
|
3645
|
+
"kind": "SCALAR",
|
|
3646
|
+
"name": "UUID",
|
|
3647
|
+
"ofType": null
|
|
3648
|
+
}
|
|
3649
|
+
},
|
|
3650
|
+
"isDeprecated": false,
|
|
3651
|
+
"deprecationReason": null
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"name": "expireAt",
|
|
3655
|
+
"description": "The expiration date of the API key",
|
|
3656
|
+
"args": [],
|
|
3657
|
+
"type": {
|
|
3658
|
+
"kind": "SCALAR",
|
|
3659
|
+
"name": "DateTime",
|
|
3660
|
+
"ofType": null
|
|
3661
|
+
},
|
|
3662
|
+
"isDeprecated": false,
|
|
3663
|
+
"deprecationReason": null
|
|
3664
|
+
},
|
|
3613
3665
|
{
|
|
3614
3666
|
"name": "id",
|
|
3615
3667
|
"description": "Unique identifier for the entity",
|
|
@@ -3664,6 +3716,65 @@
|
|
|
3664
3716
|
"enumValues": null,
|
|
3665
3717
|
"possibleTypes": null
|
|
3666
3718
|
},
|
|
3719
|
+
{
|
|
3720
|
+
"kind": "OBJECT",
|
|
3721
|
+
"name": "ApiKeyExpired",
|
|
3722
|
+
"description": null,
|
|
3723
|
+
"fields": [
|
|
3724
|
+
{
|
|
3725
|
+
"name": "apiKeyId",
|
|
3726
|
+
"description": null,
|
|
3727
|
+
"args": [],
|
|
3728
|
+
"type": {
|
|
3729
|
+
"kind": "NON_NULL",
|
|
3730
|
+
"name": null,
|
|
3731
|
+
"ofType": {
|
|
3732
|
+
"kind": "SCALAR",
|
|
3733
|
+
"name": "String",
|
|
3734
|
+
"ofType": null
|
|
3735
|
+
}
|
|
3736
|
+
},
|
|
3737
|
+
"isDeprecated": false,
|
|
3738
|
+
"deprecationReason": null
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "code",
|
|
3742
|
+
"description": null,
|
|
3743
|
+
"args": [],
|
|
3744
|
+
"type": {
|
|
3745
|
+
"kind": "NON_NULL",
|
|
3746
|
+
"name": null,
|
|
3747
|
+
"ofType": {
|
|
3748
|
+
"kind": "SCALAR",
|
|
3749
|
+
"name": "String",
|
|
3750
|
+
"ofType": null
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"isDeprecated": false,
|
|
3754
|
+
"deprecationReason": null
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "isValidationError",
|
|
3758
|
+
"description": null,
|
|
3759
|
+
"args": [],
|
|
3760
|
+
"type": {
|
|
3761
|
+
"kind": "NON_NULL",
|
|
3762
|
+
"name": null,
|
|
3763
|
+
"ofType": {
|
|
3764
|
+
"kind": "SCALAR",
|
|
3765
|
+
"name": "Boolean",
|
|
3766
|
+
"ofType": null
|
|
3767
|
+
}
|
|
3768
|
+
},
|
|
3769
|
+
"isDeprecated": false,
|
|
3770
|
+
"deprecationReason": null
|
|
3771
|
+
}
|
|
3772
|
+
],
|
|
3773
|
+
"inputFields": null,
|
|
3774
|
+
"interfaces": [],
|
|
3775
|
+
"enumValues": null,
|
|
3776
|
+
"possibleTypes": null
|
|
3777
|
+
},
|
|
3667
3778
|
{
|
|
3668
3779
|
"kind": "INPUT_OBJECT",
|
|
3669
3780
|
"name": "ApiKeyFilter",
|
|
@@ -3727,6 +3838,124 @@
|
|
|
3727
3838
|
"enumValues": null,
|
|
3728
3839
|
"possibleTypes": null
|
|
3729
3840
|
},
|
|
3841
|
+
{
|
|
3842
|
+
"kind": "OBJECT",
|
|
3843
|
+
"name": "ApiKeyHasExpiryDate",
|
|
3844
|
+
"description": null,
|
|
3845
|
+
"fields": [
|
|
3846
|
+
{
|
|
3847
|
+
"name": "apiKeyId",
|
|
3848
|
+
"description": null,
|
|
3849
|
+
"args": [],
|
|
3850
|
+
"type": {
|
|
3851
|
+
"kind": "NON_NULL",
|
|
3852
|
+
"name": null,
|
|
3853
|
+
"ofType": {
|
|
3854
|
+
"kind": "SCALAR",
|
|
3855
|
+
"name": "String",
|
|
3856
|
+
"ofType": null
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
"isDeprecated": false,
|
|
3860
|
+
"deprecationReason": null
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"name": "code",
|
|
3864
|
+
"description": null,
|
|
3865
|
+
"args": [],
|
|
3866
|
+
"type": {
|
|
3867
|
+
"kind": "NON_NULL",
|
|
3868
|
+
"name": null,
|
|
3869
|
+
"ofType": {
|
|
3870
|
+
"kind": "SCALAR",
|
|
3871
|
+
"name": "String",
|
|
3872
|
+
"ofType": null
|
|
3873
|
+
}
|
|
3874
|
+
},
|
|
3875
|
+
"isDeprecated": false,
|
|
3876
|
+
"deprecationReason": null
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"name": "isValidationError",
|
|
3880
|
+
"description": null,
|
|
3881
|
+
"args": [],
|
|
3882
|
+
"type": {
|
|
3883
|
+
"kind": "NON_NULL",
|
|
3884
|
+
"name": null,
|
|
3885
|
+
"ofType": {
|
|
3886
|
+
"kind": "SCALAR",
|
|
3887
|
+
"name": "Boolean",
|
|
3888
|
+
"ofType": null
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
"isDeprecated": false,
|
|
3892
|
+
"deprecationReason": null
|
|
3893
|
+
}
|
|
3894
|
+
],
|
|
3895
|
+
"inputFields": null,
|
|
3896
|
+
"interfaces": [],
|
|
3897
|
+
"enumValues": null,
|
|
3898
|
+
"possibleTypes": null
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"kind": "OBJECT",
|
|
3902
|
+
"name": "ApiKeyNotFound",
|
|
3903
|
+
"description": null,
|
|
3904
|
+
"fields": [
|
|
3905
|
+
{
|
|
3906
|
+
"name": "code",
|
|
3907
|
+
"description": null,
|
|
3908
|
+
"args": [],
|
|
3909
|
+
"type": {
|
|
3910
|
+
"kind": "NON_NULL",
|
|
3911
|
+
"name": null,
|
|
3912
|
+
"ofType": {
|
|
3913
|
+
"kind": "SCALAR",
|
|
3914
|
+
"name": "String",
|
|
3915
|
+
"ofType": null
|
|
3916
|
+
}
|
|
3917
|
+
},
|
|
3918
|
+
"isDeprecated": false,
|
|
3919
|
+
"deprecationReason": null
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "id",
|
|
3923
|
+
"description": null,
|
|
3924
|
+
"args": [],
|
|
3925
|
+
"type": {
|
|
3926
|
+
"kind": "NON_NULL",
|
|
3927
|
+
"name": null,
|
|
3928
|
+
"ofType": {
|
|
3929
|
+
"kind": "SCALAR",
|
|
3930
|
+
"name": "String",
|
|
3931
|
+
"ofType": null
|
|
3932
|
+
}
|
|
3933
|
+
},
|
|
3934
|
+
"isDeprecated": false,
|
|
3935
|
+
"deprecationReason": null
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "isValidationError",
|
|
3939
|
+
"description": null,
|
|
3940
|
+
"args": [],
|
|
3941
|
+
"type": {
|
|
3942
|
+
"kind": "NON_NULL",
|
|
3943
|
+
"name": null,
|
|
3944
|
+
"ofType": {
|
|
3945
|
+
"kind": "SCALAR",
|
|
3946
|
+
"name": "Boolean",
|
|
3947
|
+
"ofType": null
|
|
3948
|
+
}
|
|
3949
|
+
},
|
|
3950
|
+
"isDeprecated": false,
|
|
3951
|
+
"deprecationReason": null
|
|
3952
|
+
}
|
|
3953
|
+
],
|
|
3954
|
+
"inputFields": null,
|
|
3955
|
+
"interfaces": [],
|
|
3956
|
+
"enumValues": null,
|
|
3957
|
+
"possibleTypes": null
|
|
3958
|
+
},
|
|
3730
3959
|
{
|
|
3731
3960
|
"kind": "INPUT_OBJECT",
|
|
3732
3961
|
"name": "ApiKeySort",
|
|
@@ -3821,7 +4050,7 @@
|
|
|
3821
4050
|
},
|
|
3822
4051
|
{
|
|
3823
4052
|
"name": "SCOPED",
|
|
3824
|
-
"description":
|
|
4053
|
+
"description": "Scoped API key",
|
|
3825
4054
|
"isDeprecated": false,
|
|
3826
4055
|
"deprecationReason": null
|
|
3827
4056
|
},
|
|
@@ -7396,6 +7625,65 @@
|
|
|
7396
7625
|
}
|
|
7397
7626
|
]
|
|
7398
7627
|
},
|
|
7628
|
+
{
|
|
7629
|
+
"kind": "OBJECT",
|
|
7630
|
+
"name": "BillingInvoiceStatusError",
|
|
7631
|
+
"description": null,
|
|
7632
|
+
"fields": [
|
|
7633
|
+
{
|
|
7634
|
+
"name": "code",
|
|
7635
|
+
"description": null,
|
|
7636
|
+
"args": [],
|
|
7637
|
+
"type": {
|
|
7638
|
+
"kind": "NON_NULL",
|
|
7639
|
+
"name": null,
|
|
7640
|
+
"ofType": {
|
|
7641
|
+
"kind": "SCALAR",
|
|
7642
|
+
"name": "String",
|
|
7643
|
+
"ofType": null
|
|
7644
|
+
}
|
|
7645
|
+
},
|
|
7646
|
+
"isDeprecated": false,
|
|
7647
|
+
"deprecationReason": null
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"name": "entityId",
|
|
7651
|
+
"description": null,
|
|
7652
|
+
"args": [],
|
|
7653
|
+
"type": {
|
|
7654
|
+
"kind": "NON_NULL",
|
|
7655
|
+
"name": null,
|
|
7656
|
+
"ofType": {
|
|
7657
|
+
"kind": "SCALAR",
|
|
7658
|
+
"name": "String",
|
|
7659
|
+
"ofType": null
|
|
7660
|
+
}
|
|
7661
|
+
},
|
|
7662
|
+
"isDeprecated": false,
|
|
7663
|
+
"deprecationReason": null
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "isValidationError",
|
|
7667
|
+
"description": null,
|
|
7668
|
+
"args": [],
|
|
7669
|
+
"type": {
|
|
7670
|
+
"kind": "NON_NULL",
|
|
7671
|
+
"name": null,
|
|
7672
|
+
"ofType": {
|
|
7673
|
+
"kind": "SCALAR",
|
|
7674
|
+
"name": "Boolean",
|
|
7675
|
+
"ofType": null
|
|
7676
|
+
}
|
|
7677
|
+
},
|
|
7678
|
+
"isDeprecated": false,
|
|
7679
|
+
"deprecationReason": null
|
|
7680
|
+
}
|
|
7681
|
+
],
|
|
7682
|
+
"inputFields": null,
|
|
7683
|
+
"interfaces": [],
|
|
7684
|
+
"enumValues": null,
|
|
7685
|
+
"possibleTypes": null
|
|
7686
|
+
},
|
|
7399
7687
|
{
|
|
7400
7688
|
"kind": "ENUM",
|
|
7401
7689
|
"name": "BillingModel",
|
|
@@ -13386,6 +13674,61 @@
|
|
|
13386
13674
|
"enumValues": null,
|
|
13387
13675
|
"possibleTypes": null
|
|
13388
13676
|
},
|
|
13677
|
+
{
|
|
13678
|
+
"kind": "INPUT_OBJECT",
|
|
13679
|
+
"name": "CreateScopedApiKeyInput",
|
|
13680
|
+
"description": "Input for creating a new API key",
|
|
13681
|
+
"fields": null,
|
|
13682
|
+
"inputFields": [
|
|
13683
|
+
{
|
|
13684
|
+
"name": "description",
|
|
13685
|
+
"description": "Optional description for the API key",
|
|
13686
|
+
"type": {
|
|
13687
|
+
"kind": "SCALAR",
|
|
13688
|
+
"name": "String",
|
|
13689
|
+
"ofType": null
|
|
13690
|
+
},
|
|
13691
|
+
"defaultValue": null,
|
|
13692
|
+
"isDeprecated": false,
|
|
13693
|
+
"deprecationReason": null
|
|
13694
|
+
},
|
|
13695
|
+
{
|
|
13696
|
+
"name": "displayName",
|
|
13697
|
+
"description": "The display name for the new API key",
|
|
13698
|
+
"type": {
|
|
13699
|
+
"kind": "NON_NULL",
|
|
13700
|
+
"name": null,
|
|
13701
|
+
"ofType": {
|
|
13702
|
+
"kind": "SCALAR",
|
|
13703
|
+
"name": "String",
|
|
13704
|
+
"ofType": null
|
|
13705
|
+
}
|
|
13706
|
+
},
|
|
13707
|
+
"defaultValue": null,
|
|
13708
|
+
"isDeprecated": false,
|
|
13709
|
+
"deprecationReason": null
|
|
13710
|
+
},
|
|
13711
|
+
{
|
|
13712
|
+
"name": "environmentId",
|
|
13713
|
+
"description": "The unique identifier for the environment",
|
|
13714
|
+
"type": {
|
|
13715
|
+
"kind": "NON_NULL",
|
|
13716
|
+
"name": null,
|
|
13717
|
+
"ofType": {
|
|
13718
|
+
"kind": "SCALAR",
|
|
13719
|
+
"name": "UUID",
|
|
13720
|
+
"ofType": null
|
|
13721
|
+
}
|
|
13722
|
+
},
|
|
13723
|
+
"defaultValue": null,
|
|
13724
|
+
"isDeprecated": false,
|
|
13725
|
+
"deprecationReason": null
|
|
13726
|
+
}
|
|
13727
|
+
],
|
|
13728
|
+
"interfaces": null,
|
|
13729
|
+
"enumValues": null,
|
|
13730
|
+
"possibleTypes": null
|
|
13731
|
+
},
|
|
13389
13732
|
{
|
|
13390
13733
|
"kind": "INPUT_OBJECT",
|
|
13391
13734
|
"name": "CreateWorkflowTriggerInput",
|
|
@@ -31136,6 +31479,24 @@
|
|
|
31136
31479
|
"isDeprecated": false,
|
|
31137
31480
|
"deprecationReason": null
|
|
31138
31481
|
},
|
|
31482
|
+
{
|
|
31483
|
+
"name": "ApiKeyExpired",
|
|
31484
|
+
"description": "API key has expired",
|
|
31485
|
+
"isDeprecated": false,
|
|
31486
|
+
"deprecationReason": null
|
|
31487
|
+
},
|
|
31488
|
+
{
|
|
31489
|
+
"name": "ApiKeyHasExpiry",
|
|
31490
|
+
"description": "API key has expiry date set",
|
|
31491
|
+
"isDeprecated": false,
|
|
31492
|
+
"deprecationReason": null
|
|
31493
|
+
},
|
|
31494
|
+
{
|
|
31495
|
+
"name": "ApiKeyNotFound",
|
|
31496
|
+
"description": "API key not found",
|
|
31497
|
+
"isDeprecated": false,
|
|
31498
|
+
"deprecationReason": null
|
|
31499
|
+
},
|
|
31139
31500
|
{
|
|
31140
31501
|
"name": "ArchivedCouponCantBeApplied",
|
|
31141
31502
|
"description": null,
|
|
@@ -31184,6 +31545,12 @@
|
|
|
31184
31545
|
"isDeprecated": false,
|
|
31185
31546
|
"deprecationReason": null
|
|
31186
31547
|
},
|
|
31548
|
+
{
|
|
31549
|
+
"name": "BillingInvoiceStatusError",
|
|
31550
|
+
"description": "Billing invoice status must be open",
|
|
31551
|
+
"isDeprecated": false,
|
|
31552
|
+
"deprecationReason": null
|
|
31553
|
+
},
|
|
31187
31554
|
{
|
|
31188
31555
|
"name": "BillingPeriodMissingError",
|
|
31189
31556
|
"description": null,
|
|
@@ -31725,13 +32092,13 @@
|
|
|
31725
32092
|
"deprecationReason": null
|
|
31726
32093
|
},
|
|
31727
32094
|
{
|
|
31728
|
-
"name": "
|
|
31729
|
-
"description":
|
|
32095
|
+
"name": "MissingBillingInvoiceError",
|
|
32096
|
+
"description": "Missing billing invoice",
|
|
31730
32097
|
"isDeprecated": false,
|
|
31731
32098
|
"deprecationReason": null
|
|
31732
32099
|
},
|
|
31733
32100
|
{
|
|
31734
|
-
"name": "
|
|
32101
|
+
"name": "MissingEntityIdError",
|
|
31735
32102
|
"description": null,
|
|
31736
32103
|
"isDeprecated": false,
|
|
31737
32104
|
"deprecationReason": null
|
|
@@ -32012,12 +32379,6 @@
|
|
|
32012
32379
|
"isDeprecated": false,
|
|
32013
32380
|
"deprecationReason": null
|
|
32014
32381
|
},
|
|
32015
|
-
{
|
|
32016
|
-
"name": "SubscriptionInvoiceStatusError",
|
|
32017
|
-
"description": null,
|
|
32018
|
-
"isDeprecated": false,
|
|
32019
|
-
"deprecationReason": null
|
|
32020
|
-
},
|
|
32021
32382
|
{
|
|
32022
32383
|
"name": "SubscriptionMustHaveSinglePlanError",
|
|
32023
32384
|
"description": null,
|
|
@@ -46760,12 +47121,24 @@
|
|
|
46760
47121
|
{
|
|
46761
47122
|
"kind": "INPUT_OBJECT",
|
|
46762
47123
|
"name": "MarkInvoiceAsPaidInput",
|
|
46763
|
-
"description": "Input for triggering
|
|
47124
|
+
"description": "Input for triggering invoice as paid",
|
|
46764
47125
|
"fields": null,
|
|
46765
47126
|
"inputFields": [
|
|
47127
|
+
{
|
|
47128
|
+
"name": "creditGrantId",
|
|
47129
|
+
"description": "The credit grant ID to mark invoice as paid",
|
|
47130
|
+
"type": {
|
|
47131
|
+
"kind": "SCALAR",
|
|
47132
|
+
"name": "String",
|
|
47133
|
+
"ofType": null
|
|
47134
|
+
},
|
|
47135
|
+
"defaultValue": null,
|
|
47136
|
+
"isDeprecated": false,
|
|
47137
|
+
"deprecationReason": null
|
|
47138
|
+
},
|
|
46766
47139
|
{
|
|
46767
47140
|
"name": "environmentId",
|
|
46768
|
-
"description": "
|
|
47141
|
+
"description": "The unique identifier for the environment",
|
|
46769
47142
|
"type": {
|
|
46770
47143
|
"kind": "SCALAR",
|
|
46771
47144
|
"name": "UUID",
|
|
@@ -46777,15 +47150,11 @@
|
|
|
46777
47150
|
},
|
|
46778
47151
|
{
|
|
46779
47152
|
"name": "subscriptionId",
|
|
46780
|
-
"description": "The subscription
|
|
47153
|
+
"description": "The subscription ID to mark invoice as paid",
|
|
46781
47154
|
"type": {
|
|
46782
|
-
"kind": "
|
|
46783
|
-
"name":
|
|
46784
|
-
"ofType":
|
|
46785
|
-
"kind": "SCALAR",
|
|
46786
|
-
"name": "String",
|
|
46787
|
-
"ofType": null
|
|
46788
|
-
}
|
|
47155
|
+
"kind": "SCALAR",
|
|
47156
|
+
"name": "String",
|
|
47157
|
+
"ofType": null
|
|
46789
47158
|
},
|
|
46790
47159
|
"defaultValue": null,
|
|
46791
47160
|
"isDeprecated": false,
|
|
@@ -48730,6 +49099,65 @@
|
|
|
48730
49099
|
"enumValues": null,
|
|
48731
49100
|
"possibleTypes": null
|
|
48732
49101
|
},
|
|
49102
|
+
{
|
|
49103
|
+
"kind": "OBJECT",
|
|
49104
|
+
"name": "MissingBillingInvoice",
|
|
49105
|
+
"description": null,
|
|
49106
|
+
"fields": [
|
|
49107
|
+
{
|
|
49108
|
+
"name": "code",
|
|
49109
|
+
"description": null,
|
|
49110
|
+
"args": [],
|
|
49111
|
+
"type": {
|
|
49112
|
+
"kind": "NON_NULL",
|
|
49113
|
+
"name": null,
|
|
49114
|
+
"ofType": {
|
|
49115
|
+
"kind": "SCALAR",
|
|
49116
|
+
"name": "String",
|
|
49117
|
+
"ofType": null
|
|
49118
|
+
}
|
|
49119
|
+
},
|
|
49120
|
+
"isDeprecated": false,
|
|
49121
|
+
"deprecationReason": null
|
|
49122
|
+
},
|
|
49123
|
+
{
|
|
49124
|
+
"name": "entityId",
|
|
49125
|
+
"description": null,
|
|
49126
|
+
"args": [],
|
|
49127
|
+
"type": {
|
|
49128
|
+
"kind": "NON_NULL",
|
|
49129
|
+
"name": null,
|
|
49130
|
+
"ofType": {
|
|
49131
|
+
"kind": "SCALAR",
|
|
49132
|
+
"name": "String",
|
|
49133
|
+
"ofType": null
|
|
49134
|
+
}
|
|
49135
|
+
},
|
|
49136
|
+
"isDeprecated": false,
|
|
49137
|
+
"deprecationReason": null
|
|
49138
|
+
},
|
|
49139
|
+
{
|
|
49140
|
+
"name": "isValidationError",
|
|
49141
|
+
"description": null,
|
|
49142
|
+
"args": [],
|
|
49143
|
+
"type": {
|
|
49144
|
+
"kind": "NON_NULL",
|
|
49145
|
+
"name": null,
|
|
49146
|
+
"ofType": {
|
|
49147
|
+
"kind": "SCALAR",
|
|
49148
|
+
"name": "Boolean",
|
|
49149
|
+
"ofType": null
|
|
49150
|
+
}
|
|
49151
|
+
},
|
|
49152
|
+
"isDeprecated": false,
|
|
49153
|
+
"deprecationReason": null
|
|
49154
|
+
}
|
|
49155
|
+
],
|
|
49156
|
+
"inputFields": null,
|
|
49157
|
+
"interfaces": [],
|
|
49158
|
+
"enumValues": null,
|
|
49159
|
+
"possibleTypes": null
|
|
49160
|
+
},
|
|
48733
49161
|
{
|
|
48734
49162
|
"kind": "OBJECT",
|
|
48735
49163
|
"name": "MockPaywall",
|
|
@@ -50314,6 +50742,39 @@
|
|
|
50314
50742
|
"isDeprecated": false,
|
|
50315
50743
|
"deprecationReason": null
|
|
50316
50744
|
},
|
|
50745
|
+
{
|
|
50746
|
+
"name": "createScopedApiKey",
|
|
50747
|
+
"description": "Create a new scoped API key",
|
|
50748
|
+
"args": [
|
|
50749
|
+
{
|
|
50750
|
+
"name": "input",
|
|
50751
|
+
"description": null,
|
|
50752
|
+
"type": {
|
|
50753
|
+
"kind": "NON_NULL",
|
|
50754
|
+
"name": null,
|
|
50755
|
+
"ofType": {
|
|
50756
|
+
"kind": "INPUT_OBJECT",
|
|
50757
|
+
"name": "CreateScopedApiKeyInput",
|
|
50758
|
+
"ofType": null
|
|
50759
|
+
}
|
|
50760
|
+
},
|
|
50761
|
+
"defaultValue": null,
|
|
50762
|
+
"isDeprecated": false,
|
|
50763
|
+
"deprecationReason": null
|
|
50764
|
+
}
|
|
50765
|
+
],
|
|
50766
|
+
"type": {
|
|
50767
|
+
"kind": "NON_NULL",
|
|
50768
|
+
"name": null,
|
|
50769
|
+
"ofType": {
|
|
50770
|
+
"kind": "OBJECT",
|
|
50771
|
+
"name": "ApiKey",
|
|
50772
|
+
"ofType": null
|
|
50773
|
+
}
|
|
50774
|
+
},
|
|
50775
|
+
"isDeprecated": false,
|
|
50776
|
+
"deprecationReason": null
|
|
50777
|
+
},
|
|
50317
50778
|
{
|
|
50318
50779
|
"name": "createSubscription",
|
|
50319
50780
|
"description": null,
|
|
@@ -51285,7 +51746,7 @@
|
|
|
51285
51746
|
},
|
|
51286
51747
|
{
|
|
51287
51748
|
"name": "markInvoiceAsPaid",
|
|
51288
|
-
"description": "Triggers mark invoice as paid for the given subscription",
|
|
51749
|
+
"description": "Triggers mark invoice as paid for the given subscription or credit grant",
|
|
51289
51750
|
"args": [
|
|
51290
51751
|
{
|
|
51291
51752
|
"name": "input",
|
|
@@ -52379,6 +52840,39 @@
|
|
|
52379
52840
|
"isDeprecated": false,
|
|
52380
52841
|
"deprecationReason": null
|
|
52381
52842
|
},
|
|
52843
|
+
{
|
|
52844
|
+
"name": "revokeApiKey",
|
|
52845
|
+
"description": "Revoke an API key (soft delete)",
|
|
52846
|
+
"args": [
|
|
52847
|
+
{
|
|
52848
|
+
"name": "input",
|
|
52849
|
+
"description": null,
|
|
52850
|
+
"type": {
|
|
52851
|
+
"kind": "NON_NULL",
|
|
52852
|
+
"name": null,
|
|
52853
|
+
"ofType": {
|
|
52854
|
+
"kind": "INPUT_OBJECT",
|
|
52855
|
+
"name": "RevokeApiKeyInput",
|
|
52856
|
+
"ofType": null
|
|
52857
|
+
}
|
|
52858
|
+
},
|
|
52859
|
+
"defaultValue": null,
|
|
52860
|
+
"isDeprecated": false,
|
|
52861
|
+
"deprecationReason": null
|
|
52862
|
+
}
|
|
52863
|
+
],
|
|
52864
|
+
"type": {
|
|
52865
|
+
"kind": "NON_NULL",
|
|
52866
|
+
"name": null,
|
|
52867
|
+
"ofType": {
|
|
52868
|
+
"kind": "OBJECT",
|
|
52869
|
+
"name": "ApiKey",
|
|
52870
|
+
"ofType": null
|
|
52871
|
+
}
|
|
52872
|
+
},
|
|
52873
|
+
"isDeprecated": false,
|
|
52874
|
+
"deprecationReason": null
|
|
52875
|
+
},
|
|
52382
52876
|
{
|
|
52383
52877
|
"name": "revokePromotionalEntitlement",
|
|
52384
52878
|
"description": "Revoke a promotional entitlement",
|
|
@@ -52519,6 +53013,39 @@
|
|
|
52519
53013
|
"isDeprecated": false,
|
|
52520
53014
|
"deprecationReason": null
|
|
52521
53015
|
},
|
|
53016
|
+
{
|
|
53017
|
+
"name": "rotateApiKey",
|
|
53018
|
+
"description": "Rotate an API key to generate a new token",
|
|
53019
|
+
"args": [
|
|
53020
|
+
{
|
|
53021
|
+
"name": "input",
|
|
53022
|
+
"description": null,
|
|
53023
|
+
"type": {
|
|
53024
|
+
"kind": "NON_NULL",
|
|
53025
|
+
"name": null,
|
|
53026
|
+
"ofType": {
|
|
53027
|
+
"kind": "INPUT_OBJECT",
|
|
53028
|
+
"name": "RotateApiKeyInput",
|
|
53029
|
+
"ofType": null
|
|
53030
|
+
}
|
|
53031
|
+
},
|
|
53032
|
+
"defaultValue": null,
|
|
53033
|
+
"isDeprecated": false,
|
|
53034
|
+
"deprecationReason": null
|
|
53035
|
+
}
|
|
53036
|
+
],
|
|
53037
|
+
"type": {
|
|
53038
|
+
"kind": "NON_NULL",
|
|
53039
|
+
"name": null,
|
|
53040
|
+
"ofType": {
|
|
53041
|
+
"kind": "OBJECT",
|
|
53042
|
+
"name": "RotateApiKeyResult",
|
|
53043
|
+
"ofType": null
|
|
53044
|
+
}
|
|
53045
|
+
},
|
|
53046
|
+
"isDeprecated": false,
|
|
53047
|
+
"deprecationReason": null
|
|
53048
|
+
},
|
|
52522
53049
|
{
|
|
52523
53050
|
"name": "saveAutoRechargeSettings",
|
|
52524
53051
|
"description": "Save (create or update) auto-recharge settings",
|
|
@@ -53657,6 +54184,39 @@
|
|
|
53657
54184
|
"isDeprecated": false,
|
|
53658
54185
|
"deprecationReason": null
|
|
53659
54186
|
},
|
|
54187
|
+
{
|
|
54188
|
+
"name": "updateApiKey",
|
|
54189
|
+
"description": "Update an existing API key",
|
|
54190
|
+
"args": [
|
|
54191
|
+
{
|
|
54192
|
+
"name": "input",
|
|
54193
|
+
"description": null,
|
|
54194
|
+
"type": {
|
|
54195
|
+
"kind": "NON_NULL",
|
|
54196
|
+
"name": null,
|
|
54197
|
+
"ofType": {
|
|
54198
|
+
"kind": "INPUT_OBJECT",
|
|
54199
|
+
"name": "UpdateApiKeyInput",
|
|
54200
|
+
"ofType": null
|
|
54201
|
+
}
|
|
54202
|
+
},
|
|
54203
|
+
"defaultValue": null,
|
|
54204
|
+
"isDeprecated": false,
|
|
54205
|
+
"deprecationReason": null
|
|
54206
|
+
}
|
|
54207
|
+
],
|
|
54208
|
+
"type": {
|
|
54209
|
+
"kind": "NON_NULL",
|
|
54210
|
+
"name": null,
|
|
54211
|
+
"ofType": {
|
|
54212
|
+
"kind": "OBJECT",
|
|
54213
|
+
"name": "ApiKey",
|
|
54214
|
+
"ofType": null
|
|
54215
|
+
}
|
|
54216
|
+
},
|
|
54217
|
+
"isDeprecated": false,
|
|
54218
|
+
"deprecationReason": null
|
|
54219
|
+
},
|
|
53660
54220
|
{
|
|
53661
54221
|
"name": "updateCreditGrant",
|
|
53662
54222
|
"description": "Update an existing credit grant",
|
|
@@ -83876,6 +84436,33 @@
|
|
|
83876
84436
|
"enumValues": null,
|
|
83877
84437
|
"possibleTypes": null
|
|
83878
84438
|
},
|
|
84439
|
+
{
|
|
84440
|
+
"kind": "INPUT_OBJECT",
|
|
84441
|
+
"name": "RevokeApiKeyInput",
|
|
84442
|
+
"description": "Input for revoking an API key",
|
|
84443
|
+
"fields": null,
|
|
84444
|
+
"inputFields": [
|
|
84445
|
+
{
|
|
84446
|
+
"name": "id",
|
|
84447
|
+
"description": "Unique identifier for the entity",
|
|
84448
|
+
"type": {
|
|
84449
|
+
"kind": "NON_NULL",
|
|
84450
|
+
"name": null,
|
|
84451
|
+
"ofType": {
|
|
84452
|
+
"kind": "SCALAR",
|
|
84453
|
+
"name": "UUID",
|
|
84454
|
+
"ofType": null
|
|
84455
|
+
}
|
|
84456
|
+
},
|
|
84457
|
+
"defaultValue": null,
|
|
84458
|
+
"isDeprecated": false,
|
|
84459
|
+
"deprecationReason": null
|
|
84460
|
+
}
|
|
84461
|
+
],
|
|
84462
|
+
"interfaces": null,
|
|
84463
|
+
"enumValues": null,
|
|
84464
|
+
"possibleTypes": null
|
|
84465
|
+
},
|
|
83879
84466
|
{
|
|
83880
84467
|
"kind": "INPUT_OBJECT",
|
|
83881
84468
|
"name": "RevokePromotionalEntitlementInput",
|
|
@@ -84045,6 +84632,84 @@
|
|
|
84045
84632
|
"enumValues": null,
|
|
84046
84633
|
"possibleTypes": null
|
|
84047
84634
|
},
|
|
84635
|
+
{
|
|
84636
|
+
"kind": "INPUT_OBJECT",
|
|
84637
|
+
"name": "RotateApiKeyInput",
|
|
84638
|
+
"description": "Input for rotating an API key",
|
|
84639
|
+
"fields": null,
|
|
84640
|
+
"inputFields": [
|
|
84641
|
+
{
|
|
84642
|
+
"name": "expirationDate",
|
|
84643
|
+
"description": "Optional grace period expiration date for the old key, expires immediately if null",
|
|
84644
|
+
"type": {
|
|
84645
|
+
"kind": "SCALAR",
|
|
84646
|
+
"name": "DateTime",
|
|
84647
|
+
"ofType": null
|
|
84648
|
+
},
|
|
84649
|
+
"defaultValue": null,
|
|
84650
|
+
"isDeprecated": false,
|
|
84651
|
+
"deprecationReason": null
|
|
84652
|
+
},
|
|
84653
|
+
{
|
|
84654
|
+
"name": "id",
|
|
84655
|
+
"description": "Unique identifier for the entity",
|
|
84656
|
+
"type": {
|
|
84657
|
+
"kind": "NON_NULL",
|
|
84658
|
+
"name": null,
|
|
84659
|
+
"ofType": {
|
|
84660
|
+
"kind": "SCALAR",
|
|
84661
|
+
"name": "UUID",
|
|
84662
|
+
"ofType": null
|
|
84663
|
+
}
|
|
84664
|
+
},
|
|
84665
|
+
"defaultValue": null,
|
|
84666
|
+
"isDeprecated": false,
|
|
84667
|
+
"deprecationReason": null
|
|
84668
|
+
}
|
|
84669
|
+
],
|
|
84670
|
+
"interfaces": null,
|
|
84671
|
+
"enumValues": null,
|
|
84672
|
+
"possibleTypes": null
|
|
84673
|
+
},
|
|
84674
|
+
{
|
|
84675
|
+
"kind": "OBJECT",
|
|
84676
|
+
"name": "RotateApiKeyResult",
|
|
84677
|
+
"description": "Result of rotating an API key",
|
|
84678
|
+
"fields": [
|
|
84679
|
+
{
|
|
84680
|
+
"name": "newApiKey",
|
|
84681
|
+
"description": "The newly created API key details",
|
|
84682
|
+
"args": [],
|
|
84683
|
+
"type": {
|
|
84684
|
+
"kind": "NON_NULL",
|
|
84685
|
+
"name": null,
|
|
84686
|
+
"ofType": {
|
|
84687
|
+
"kind": "OBJECT",
|
|
84688
|
+
"name": "ApiKey",
|
|
84689
|
+
"ofType": null
|
|
84690
|
+
}
|
|
84691
|
+
},
|
|
84692
|
+
"isDeprecated": false,
|
|
84693
|
+
"deprecationReason": null
|
|
84694
|
+
},
|
|
84695
|
+
{
|
|
84696
|
+
"name": "oldApiKey",
|
|
84697
|
+
"description": "The old API key that is being rotated out",
|
|
84698
|
+
"args": [],
|
|
84699
|
+
"type": {
|
|
84700
|
+
"kind": "OBJECT",
|
|
84701
|
+
"name": "ApiKey",
|
|
84702
|
+
"ofType": null
|
|
84703
|
+
},
|
|
84704
|
+
"isDeprecated": false,
|
|
84705
|
+
"deprecationReason": null
|
|
84706
|
+
}
|
|
84707
|
+
],
|
|
84708
|
+
"inputFields": null,
|
|
84709
|
+
"interfaces": [],
|
|
84710
|
+
"enumValues": null,
|
|
84711
|
+
"possibleTypes": null
|
|
84712
|
+
},
|
|
84048
84713
|
{
|
|
84049
84714
|
"kind": "OBJECT",
|
|
84050
84715
|
"name": "SalesforceCredentials",
|
|
@@ -102041,6 +102706,69 @@
|
|
|
102041
102706
|
"enumValues": null,
|
|
102042
102707
|
"possibleTypes": null
|
|
102043
102708
|
},
|
|
102709
|
+
{
|
|
102710
|
+
"kind": "INPUT_OBJECT",
|
|
102711
|
+
"name": "UpdateApiKeyInput",
|
|
102712
|
+
"description": "Input for updating an API key",
|
|
102713
|
+
"fields": null,
|
|
102714
|
+
"inputFields": [
|
|
102715
|
+
{
|
|
102716
|
+
"name": "description",
|
|
102717
|
+
"description": "Updated description for the API key",
|
|
102718
|
+
"type": {
|
|
102719
|
+
"kind": "SCALAR",
|
|
102720
|
+
"name": "String",
|
|
102721
|
+
"ofType": null
|
|
102722
|
+
},
|
|
102723
|
+
"defaultValue": null,
|
|
102724
|
+
"isDeprecated": false,
|
|
102725
|
+
"deprecationReason": null
|
|
102726
|
+
},
|
|
102727
|
+
{
|
|
102728
|
+
"name": "displayName",
|
|
102729
|
+
"description": "Updated display name for the API key",
|
|
102730
|
+
"type": {
|
|
102731
|
+
"kind": "SCALAR",
|
|
102732
|
+
"name": "String",
|
|
102733
|
+
"ofType": null
|
|
102734
|
+
},
|
|
102735
|
+
"defaultValue": null,
|
|
102736
|
+
"isDeprecated": false,
|
|
102737
|
+
"deprecationReason": null
|
|
102738
|
+
},
|
|
102739
|
+
{
|
|
102740
|
+
"name": "expireAt",
|
|
102741
|
+
"description": "Updated expiration date for the API key",
|
|
102742
|
+
"type": {
|
|
102743
|
+
"kind": "SCALAR",
|
|
102744
|
+
"name": "DateTime",
|
|
102745
|
+
"ofType": null
|
|
102746
|
+
},
|
|
102747
|
+
"defaultValue": null,
|
|
102748
|
+
"isDeprecated": false,
|
|
102749
|
+
"deprecationReason": null
|
|
102750
|
+
},
|
|
102751
|
+
{
|
|
102752
|
+
"name": "id",
|
|
102753
|
+
"description": "Unique identifier for the entity",
|
|
102754
|
+
"type": {
|
|
102755
|
+
"kind": "NON_NULL",
|
|
102756
|
+
"name": null,
|
|
102757
|
+
"ofType": {
|
|
102758
|
+
"kind": "SCALAR",
|
|
102759
|
+
"name": "UUID",
|
|
102760
|
+
"ofType": null
|
|
102761
|
+
}
|
|
102762
|
+
},
|
|
102763
|
+
"defaultValue": null,
|
|
102764
|
+
"isDeprecated": false,
|
|
102765
|
+
"deprecationReason": null
|
|
102766
|
+
}
|
|
102767
|
+
],
|
|
102768
|
+
"interfaces": null,
|
|
102769
|
+
"enumValues": null,
|
|
102770
|
+
"possibleTypes": null
|
|
102771
|
+
},
|
|
102044
102772
|
{
|
|
102045
102773
|
"kind": "INPUT_OBJECT",
|
|
102046
102774
|
"name": "UpdateCouponInput",
|
data/lib/stigg/version.rb
CHANGED