stigg-api-client 5.61.1 → 5.62.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 +233 -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: f737f03196736941102282f5ee0f9ac4a56094ba6a6e20ba84dd452315e30276
|
|
4
|
+
data.tar.gz: 0224d524e1fce2b9fc2f54f902c6b9553ee9882b5f364b73bb3e0412c0de584a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86984223d99eb98624c834d0f4ba2481d914f02023cbcf251548cb5f9db2235e865207bba339e9f03560e3a8d04e6a199a92be66c3fad138cf8e6cef1786a5a7
|
|
7
|
+
data.tar.gz: d7b8cf3e9f36a93c89b7dcc6ca7a8458178e413a320e57609be408ca773a1d267ce2b1ec7fe307d145be5ceb91152d34f944fe4e16e890c2621e4d6ccba25bfc
|
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",
|
|
@@ -11340,6 +11550,18 @@
|
|
|
11340
11550
|
"description": "Create integration input",
|
|
11341
11551
|
"fields": null,
|
|
11342
11552
|
"inputFields": [
|
|
11553
|
+
{
|
|
11554
|
+
"name": "appStoreCredentials",
|
|
11555
|
+
"description": "AppStore integration configuration",
|
|
11556
|
+
"type": {
|
|
11557
|
+
"kind": "INPUT_OBJECT",
|
|
11558
|
+
"name": "AppStoreCredentialsInput",
|
|
11559
|
+
"ofType": null
|
|
11560
|
+
},
|
|
11561
|
+
"defaultValue": null,
|
|
11562
|
+
"isDeprecated": false,
|
|
11563
|
+
"deprecationReason": null
|
|
11564
|
+
},
|
|
11343
11565
|
{
|
|
11344
11566
|
"name": "auth0Credentials",
|
|
11345
11567
|
"description": "Auth0 integration configuration",
|
|
@@ -12226,6 +12448,11 @@
|
|
|
12226
12448
|
"interfaces": null,
|
|
12227
12449
|
"enumValues": null,
|
|
12228
12450
|
"possibleTypes": [
|
|
12451
|
+
{
|
|
12452
|
+
"kind": "OBJECT",
|
|
12453
|
+
"name": "AppStoreCredentials",
|
|
12454
|
+
"ofType": null
|
|
12455
|
+
},
|
|
12229
12456
|
{
|
|
12230
12457
|
"kind": "OBJECT",
|
|
12231
12458
|
"name": "Auth0Credentials",
|
|
@@ -101283,6 +101510,12 @@
|
|
|
101283
101510
|
"inputFields": null,
|
|
101284
101511
|
"interfaces": null,
|
|
101285
101512
|
"enumValues": [
|
|
101513
|
+
{
|
|
101514
|
+
"name": "APP_STORE",
|
|
101515
|
+
"description": "AppStore integration vendor identifier",
|
|
101516
|
+
"isDeprecated": false,
|
|
101517
|
+
"deprecationReason": null
|
|
101518
|
+
},
|
|
101286
101519
|
{
|
|
101287
101520
|
"name": "AUTH0",
|
|
101288
101521
|
"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.62.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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|