stigg-api-client 5.61.1 → 5.63.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/operations.rb +1 -0
- data/lib/stigg/generated/schema.json +261 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d149ae361c6e0e937ae8ad48820e4a0d22ccbff5f9f729d954d3673e9bab685e
|
|
4
|
+
data.tar.gz: 613fd3935282a7f115392aafe98053a3cb2d7c82b102ee05bf759da7166d00d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca6081d75be4afeebe2557e00ae18d2f58537eadcf5948b2706611093cd01f37b419ba7cd46c5bc0090fa3e5f69f0c769f538b28ebd05b9650cc1b2fd2bdc5ef
|
|
7
|
+
data.tar.gz: a3c614b44f3a69d7efdc10a799cd7a2f4a8aada11a8b97eaac0199f67379b98e6d2b67a136144704c9e81f8ea71a5359401f8f58019cc590b5371b50de354946
|
data/Gemfile.lock
CHANGED
|
@@ -3704,6 +3704,216 @@
|
|
|
3704
3704
|
],
|
|
3705
3705
|
"possibleTypes": null
|
|
3706
3706
|
},
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "OBJECT",
|
|
3709
|
+
"name": "AppStoreCredentials",
|
|
3710
|
+
"description": "AppStore integration configuration object",
|
|
3711
|
+
"fields": [
|
|
3712
|
+
{
|
|
3713
|
+
"name": "appAppleId",
|
|
3714
|
+
"description": "The Apple ID of the app",
|
|
3715
|
+
"args": [],
|
|
3716
|
+
"type": {
|
|
3717
|
+
"kind": "NON_NULL",
|
|
3718
|
+
"name": null,
|
|
3719
|
+
"ofType": {
|
|
3720
|
+
"kind": "SCALAR",
|
|
3721
|
+
"name": "String",
|
|
3722
|
+
"ofType": null
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
"isDeprecated": false,
|
|
3726
|
+
"deprecationReason": null
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "bundleId",
|
|
3730
|
+
"description": "The bundle ID of the app",
|
|
3731
|
+
"args": [],
|
|
3732
|
+
"type": {
|
|
3733
|
+
"kind": "NON_NULL",
|
|
3734
|
+
"name": null,
|
|
3735
|
+
"ofType": {
|
|
3736
|
+
"kind": "SCALAR",
|
|
3737
|
+
"name": "String",
|
|
3738
|
+
"ofType": null
|
|
3739
|
+
}
|
|
3740
|
+
},
|
|
3741
|
+
"isDeprecated": false,
|
|
3742
|
+
"deprecationReason": null
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"name": "issuerId",
|
|
3746
|
+
"description": "The issuer ID of key in App Store Connect",
|
|
3747
|
+
"args": [],
|
|
3748
|
+
"type": {
|
|
3749
|
+
"kind": "NON_NULL",
|
|
3750
|
+
"name": null,
|
|
3751
|
+
"ofType": {
|
|
3752
|
+
"kind": "SCALAR",
|
|
3753
|
+
"name": "String",
|
|
3754
|
+
"ofType": null
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
"isDeprecated": false,
|
|
3758
|
+
"deprecationReason": null
|
|
3759
|
+
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "keyId",
|
|
3762
|
+
"description": "The key ID of key in App Store Connect",
|
|
3763
|
+
"args": [],
|
|
3764
|
+
"type": {
|
|
3765
|
+
"kind": "NON_NULL",
|
|
3766
|
+
"name": null,
|
|
3767
|
+
"ofType": {
|
|
3768
|
+
"kind": "SCALAR",
|
|
3769
|
+
"name": "String",
|
|
3770
|
+
"ofType": null
|
|
3771
|
+
}
|
|
3772
|
+
},
|
|
3773
|
+
"isDeprecated": false,
|
|
3774
|
+
"deprecationReason": null
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"name": "privateKey",
|
|
3778
|
+
"description": "The base64 encoded SHA-256 fingerprint of the private key",
|
|
3779
|
+
"args": [],
|
|
3780
|
+
"type": {
|
|
3781
|
+
"kind": "SCALAR",
|
|
3782
|
+
"name": "String",
|
|
3783
|
+
"ofType": null
|
|
3784
|
+
},
|
|
3785
|
+
"isDeprecated": false,
|
|
3786
|
+
"deprecationReason": null
|
|
3787
|
+
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "sandboxEnvironment",
|
|
3790
|
+
"description": "Whether the app is in sandbox environment",
|
|
3791
|
+
"args": [],
|
|
3792
|
+
"type": {
|
|
3793
|
+
"kind": "NON_NULL",
|
|
3794
|
+
"name": null,
|
|
3795
|
+
"ofType": {
|
|
3796
|
+
"kind": "SCALAR",
|
|
3797
|
+
"name": "Boolean",
|
|
3798
|
+
"ofType": null
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
"isDeprecated": false,
|
|
3802
|
+
"deprecationReason": null
|
|
3803
|
+
}
|
|
3804
|
+
],
|
|
3805
|
+
"inputFields": null,
|
|
3806
|
+
"interfaces": [],
|
|
3807
|
+
"enumValues": null,
|
|
3808
|
+
"possibleTypes": null
|
|
3809
|
+
},
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "INPUT_OBJECT",
|
|
3812
|
+
"name": "AppStoreCredentialsInput",
|
|
3813
|
+
"description": "Input configuration for AppStore integration",
|
|
3814
|
+
"fields": null,
|
|
3815
|
+
"inputFields": [
|
|
3816
|
+
{
|
|
3817
|
+
"name": "appAppleId",
|
|
3818
|
+
"description": "The Apple ID of the app",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"kind": "NON_NULL",
|
|
3821
|
+
"name": null,
|
|
3822
|
+
"ofType": {
|
|
3823
|
+
"kind": "SCALAR",
|
|
3824
|
+
"name": "String",
|
|
3825
|
+
"ofType": null
|
|
3826
|
+
}
|
|
3827
|
+
},
|
|
3828
|
+
"defaultValue": null,
|
|
3829
|
+
"isDeprecated": false,
|
|
3830
|
+
"deprecationReason": null
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"name": "bundleId",
|
|
3834
|
+
"description": "The bundle ID of the app",
|
|
3835
|
+
"type": {
|
|
3836
|
+
"kind": "NON_NULL",
|
|
3837
|
+
"name": null,
|
|
3838
|
+
"ofType": {
|
|
3839
|
+
"kind": "SCALAR",
|
|
3840
|
+
"name": "String",
|
|
3841
|
+
"ofType": null
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"defaultValue": null,
|
|
3845
|
+
"isDeprecated": false,
|
|
3846
|
+
"deprecationReason": null
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"name": "issuerId",
|
|
3850
|
+
"description": "The issuer ID of key in App Store Connect",
|
|
3851
|
+
"type": {
|
|
3852
|
+
"kind": "NON_NULL",
|
|
3853
|
+
"name": null,
|
|
3854
|
+
"ofType": {
|
|
3855
|
+
"kind": "SCALAR",
|
|
3856
|
+
"name": "String",
|
|
3857
|
+
"ofType": null
|
|
3858
|
+
}
|
|
3859
|
+
},
|
|
3860
|
+
"defaultValue": null,
|
|
3861
|
+
"isDeprecated": false,
|
|
3862
|
+
"deprecationReason": null
|
|
3863
|
+
},
|
|
3864
|
+
{
|
|
3865
|
+
"name": "keyId",
|
|
3866
|
+
"description": "The key ID of key in App Store Connect",
|
|
3867
|
+
"type": {
|
|
3868
|
+
"kind": "NON_NULL",
|
|
3869
|
+
"name": null,
|
|
3870
|
+
"ofType": {
|
|
3871
|
+
"kind": "SCALAR",
|
|
3872
|
+
"name": "String",
|
|
3873
|
+
"ofType": null
|
|
3874
|
+
}
|
|
3875
|
+
},
|
|
3876
|
+
"defaultValue": null,
|
|
3877
|
+
"isDeprecated": false,
|
|
3878
|
+
"deprecationReason": null
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "privateKey",
|
|
3882
|
+
"description": "The private key in App Store Connect (.p8 file content)",
|
|
3883
|
+
"type": {
|
|
3884
|
+
"kind": "NON_NULL",
|
|
3885
|
+
"name": null,
|
|
3886
|
+
"ofType": {
|
|
3887
|
+
"kind": "SCALAR",
|
|
3888
|
+
"name": "String",
|
|
3889
|
+
"ofType": null
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
"defaultValue": null,
|
|
3893
|
+
"isDeprecated": false,
|
|
3894
|
+
"deprecationReason": null
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "sandboxEnvironment",
|
|
3898
|
+
"description": "Whether the app is in sandbox environment",
|
|
3899
|
+
"type": {
|
|
3900
|
+
"kind": "NON_NULL",
|
|
3901
|
+
"name": null,
|
|
3902
|
+
"ofType": {
|
|
3903
|
+
"kind": "SCALAR",
|
|
3904
|
+
"name": "Boolean",
|
|
3905
|
+
"ofType": null
|
|
3906
|
+
}
|
|
3907
|
+
},
|
|
3908
|
+
"defaultValue": null,
|
|
3909
|
+
"isDeprecated": false,
|
|
3910
|
+
"deprecationReason": null
|
|
3911
|
+
}
|
|
3912
|
+
],
|
|
3913
|
+
"interfaces": null,
|
|
3914
|
+
"enumValues": null,
|
|
3915
|
+
"possibleTypes": null
|
|
3916
|
+
},
|
|
3707
3917
|
{
|
|
3708
3918
|
"kind": "OBJECT",
|
|
3709
3919
|
"name": "ApplySubscription",
|
|
@@ -5042,6 +5252,22 @@
|
|
|
5042
5252
|
"isDeprecated": false,
|
|
5043
5253
|
"deprecationReason": null
|
|
5044
5254
|
},
|
|
5255
|
+
{
|
|
5256
|
+
"name": "currentMonthlySpend",
|
|
5257
|
+
"description": "Total amount spent on automatic recharge grants in the current monthly period (in USD)",
|
|
5258
|
+
"args": [],
|
|
5259
|
+
"type": {
|
|
5260
|
+
"kind": "NON_NULL",
|
|
5261
|
+
"name": null,
|
|
5262
|
+
"ofType": {
|
|
5263
|
+
"kind": "SCALAR",
|
|
5264
|
+
"name": "Float",
|
|
5265
|
+
"ofType": null
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
"isDeprecated": false,
|
|
5269
|
+
"deprecationReason": null
|
|
5270
|
+
},
|
|
5045
5271
|
{
|
|
5046
5272
|
"name": "customCurrency",
|
|
5047
5273
|
"description": null,
|
|
@@ -11340,6 +11566,18 @@
|
|
|
11340
11566
|
"description": "Create integration input",
|
|
11341
11567
|
"fields": null,
|
|
11342
11568
|
"inputFields": [
|
|
11569
|
+
{
|
|
11570
|
+
"name": "appStoreCredentials",
|
|
11571
|
+
"description": "AppStore integration configuration",
|
|
11572
|
+
"type": {
|
|
11573
|
+
"kind": "INPUT_OBJECT",
|
|
11574
|
+
"name": "AppStoreCredentialsInput",
|
|
11575
|
+
"ofType": null
|
|
11576
|
+
},
|
|
11577
|
+
"defaultValue": null,
|
|
11578
|
+
"isDeprecated": false,
|
|
11579
|
+
"deprecationReason": null
|
|
11580
|
+
},
|
|
11343
11581
|
{
|
|
11344
11582
|
"name": "auth0Credentials",
|
|
11345
11583
|
"description": "Auth0 integration configuration",
|
|
@@ -12226,6 +12464,11 @@
|
|
|
12226
12464
|
"interfaces": null,
|
|
12227
12465
|
"enumValues": null,
|
|
12228
12466
|
"possibleTypes": [
|
|
12467
|
+
{
|
|
12468
|
+
"kind": "OBJECT",
|
|
12469
|
+
"name": "AppStoreCredentials",
|
|
12470
|
+
"ofType": null
|
|
12471
|
+
},
|
|
12229
12472
|
{
|
|
12230
12473
|
"kind": "OBJECT",
|
|
12231
12474
|
"name": "Auth0Credentials",
|
|
@@ -12726,6 +12969,18 @@
|
|
|
12726
12969
|
"isDeprecated": false,
|
|
12727
12970
|
"deprecationReason": null
|
|
12728
12971
|
},
|
|
12972
|
+
{
|
|
12973
|
+
"name": "automaticRechargeConfigurationId",
|
|
12974
|
+
"description": "The ID of the automatic recharge configuration that created this grant, if applicable",
|
|
12975
|
+
"args": [],
|
|
12976
|
+
"type": {
|
|
12977
|
+
"kind": "SCALAR",
|
|
12978
|
+
"name": "UUID",
|
|
12979
|
+
"ofType": null
|
|
12980
|
+
},
|
|
12981
|
+
"isDeprecated": false,
|
|
12982
|
+
"deprecationReason": null
|
|
12983
|
+
},
|
|
12729
12984
|
{
|
|
12730
12985
|
"name": "comment",
|
|
12731
12986
|
"description": "The comment for the credit grant",
|
|
@@ -101283,6 +101538,12 @@
|
|
|
101283
101538
|
"inputFields": null,
|
|
101284
101539
|
"interfaces": null,
|
|
101285
101540
|
"enumValues": [
|
|
101541
|
+
{
|
|
101542
|
+
"name": "APP_STORE",
|
|
101543
|
+
"description": "AppStore integration vendor identifier",
|
|
101544
|
+
"isDeprecated": false,
|
|
101545
|
+
"deprecationReason": null
|
|
101546
|
+
},
|
|
101286
101547
|
{
|
|
101287
101548
|
"name": "AUTH0",
|
|
101288
101549
|
"description": "Auth0 integration vendor identifier",
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stigg-api-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|