stigg-api-client 2.76.0 → 2.78.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +232 -0
- 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: 7def4f39d0475e3d73a09d78eaabc8cc85826c861733d05536448b2924b9da92
|
4
|
+
data.tar.gz: c8c2a44eece5f4a5de9814e38afe1284ded153d7b2f9e4ddbc4c657e94939305
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40630af3e60980386aa6fb805c555021799630cbea0d69513d9c6c99de171a3c231b7487ebf70154c2f86fd4a8567ec8f7a0a19224eb0d606a8a08259afb9ed2
|
7
|
+
data.tar.gz: 72a43d937d884f4cc6989105d6a2f6bbc30b140642b7128fe804cdd818f10d12afcc6aa81a5f20eccdd20a4d3b75d735e56bd353a39f386ddac9bd13fa30b1dd
|
data/Gemfile.lock
CHANGED
@@ -3929,6 +3929,203 @@
|
|
3929
3929
|
"enumValues": null,
|
3930
3930
|
"possibleTypes": null
|
3931
3931
|
},
|
3932
|
+
{
|
3933
|
+
"kind": "OBJECT",
|
3934
|
+
"name": "Auth0Credentials",
|
3935
|
+
"description": null,
|
3936
|
+
"fields": [
|
3937
|
+
{
|
3938
|
+
"name": "clientId",
|
3939
|
+
"description": null,
|
3940
|
+
"args": [],
|
3941
|
+
"type": {
|
3942
|
+
"kind": "NON_NULL",
|
3943
|
+
"name": null,
|
3944
|
+
"ofType": {
|
3945
|
+
"kind": "SCALAR",
|
3946
|
+
"name": "String",
|
3947
|
+
"ofType": null
|
3948
|
+
}
|
3949
|
+
},
|
3950
|
+
"isDeprecated": false,
|
3951
|
+
"deprecationReason": null
|
3952
|
+
},
|
3953
|
+
{
|
3954
|
+
"name": "clientSecret",
|
3955
|
+
"description": null,
|
3956
|
+
"args": [],
|
3957
|
+
"type": {
|
3958
|
+
"kind": "NON_NULL",
|
3959
|
+
"name": null,
|
3960
|
+
"ofType": {
|
3961
|
+
"kind": "SCALAR",
|
3962
|
+
"name": "String",
|
3963
|
+
"ofType": null
|
3964
|
+
}
|
3965
|
+
},
|
3966
|
+
"isDeprecated": false,
|
3967
|
+
"deprecationReason": null
|
3968
|
+
},
|
3969
|
+
{
|
3970
|
+
"name": "region",
|
3971
|
+
"description": null,
|
3972
|
+
"args": [],
|
3973
|
+
"type": {
|
3974
|
+
"kind": "NON_NULL",
|
3975
|
+
"name": null,
|
3976
|
+
"ofType": {
|
3977
|
+
"kind": "ENUM",
|
3978
|
+
"name": "Auth0Region",
|
3979
|
+
"ofType": null
|
3980
|
+
}
|
3981
|
+
},
|
3982
|
+
"isDeprecated": false,
|
3983
|
+
"deprecationReason": null
|
3984
|
+
},
|
3985
|
+
{
|
3986
|
+
"name": "tenant",
|
3987
|
+
"description": null,
|
3988
|
+
"args": [],
|
3989
|
+
"type": {
|
3990
|
+
"kind": "NON_NULL",
|
3991
|
+
"name": null,
|
3992
|
+
"ofType": {
|
3993
|
+
"kind": "SCALAR",
|
3994
|
+
"name": "String",
|
3995
|
+
"ofType": null
|
3996
|
+
}
|
3997
|
+
},
|
3998
|
+
"isDeprecated": false,
|
3999
|
+
"deprecationReason": null
|
4000
|
+
}
|
4001
|
+
],
|
4002
|
+
"inputFields": null,
|
4003
|
+
"interfaces": [],
|
4004
|
+
"enumValues": null,
|
4005
|
+
"possibleTypes": null
|
4006
|
+
},
|
4007
|
+
{
|
4008
|
+
"kind": "INPUT_OBJECT",
|
4009
|
+
"name": "Auth0CredentialsInput",
|
4010
|
+
"description": null,
|
4011
|
+
"fields": null,
|
4012
|
+
"inputFields": [
|
4013
|
+
{
|
4014
|
+
"name": "clientId",
|
4015
|
+
"description": null,
|
4016
|
+
"type": {
|
4017
|
+
"kind": "NON_NULL",
|
4018
|
+
"name": null,
|
4019
|
+
"ofType": {
|
4020
|
+
"kind": "SCALAR",
|
4021
|
+
"name": "String",
|
4022
|
+
"ofType": null
|
4023
|
+
}
|
4024
|
+
},
|
4025
|
+
"defaultValue": null,
|
4026
|
+
"isDeprecated": false,
|
4027
|
+
"deprecationReason": null
|
4028
|
+
},
|
4029
|
+
{
|
4030
|
+
"name": "clientSecret",
|
4031
|
+
"description": null,
|
4032
|
+
"type": {
|
4033
|
+
"kind": "NON_NULL",
|
4034
|
+
"name": null,
|
4035
|
+
"ofType": {
|
4036
|
+
"kind": "SCALAR",
|
4037
|
+
"name": "String",
|
4038
|
+
"ofType": null
|
4039
|
+
}
|
4040
|
+
},
|
4041
|
+
"defaultValue": null,
|
4042
|
+
"isDeprecated": false,
|
4043
|
+
"deprecationReason": null
|
4044
|
+
},
|
4045
|
+
{
|
4046
|
+
"name": "region",
|
4047
|
+
"description": null,
|
4048
|
+
"type": {
|
4049
|
+
"kind": "NON_NULL",
|
4050
|
+
"name": null,
|
4051
|
+
"ofType": {
|
4052
|
+
"kind": "SCALAR",
|
4053
|
+
"name": "String",
|
4054
|
+
"ofType": null
|
4055
|
+
}
|
4056
|
+
},
|
4057
|
+
"defaultValue": null,
|
4058
|
+
"isDeprecated": false,
|
4059
|
+
"deprecationReason": null
|
4060
|
+
},
|
4061
|
+
{
|
4062
|
+
"name": "tenant",
|
4063
|
+
"description": null,
|
4064
|
+
"type": {
|
4065
|
+
"kind": "NON_NULL",
|
4066
|
+
"name": null,
|
4067
|
+
"ofType": {
|
4068
|
+
"kind": "SCALAR",
|
4069
|
+
"name": "String",
|
4070
|
+
"ofType": null
|
4071
|
+
}
|
4072
|
+
},
|
4073
|
+
"defaultValue": null,
|
4074
|
+
"isDeprecated": false,
|
4075
|
+
"deprecationReason": null
|
4076
|
+
}
|
4077
|
+
],
|
4078
|
+
"interfaces": null,
|
4079
|
+
"enumValues": null,
|
4080
|
+
"possibleTypes": null
|
4081
|
+
},
|
4082
|
+
{
|
4083
|
+
"kind": "ENUM",
|
4084
|
+
"name": "Auth0Region",
|
4085
|
+
"description": "Auth0 region.",
|
4086
|
+
"fields": null,
|
4087
|
+
"inputFields": null,
|
4088
|
+
"interfaces": null,
|
4089
|
+
"enumValues": [
|
4090
|
+
{
|
4091
|
+
"name": "AU",
|
4092
|
+
"description": null,
|
4093
|
+
"isDeprecated": false,
|
4094
|
+
"deprecationReason": null
|
4095
|
+
},
|
4096
|
+
{
|
4097
|
+
"name": "CA",
|
4098
|
+
"description": null,
|
4099
|
+
"isDeprecated": false,
|
4100
|
+
"deprecationReason": null
|
4101
|
+
},
|
4102
|
+
{
|
4103
|
+
"name": "EU",
|
4104
|
+
"description": null,
|
4105
|
+
"isDeprecated": false,
|
4106
|
+
"deprecationReason": null
|
4107
|
+
},
|
4108
|
+
{
|
4109
|
+
"name": "JP",
|
4110
|
+
"description": null,
|
4111
|
+
"isDeprecated": false,
|
4112
|
+
"deprecationReason": null
|
4113
|
+
},
|
4114
|
+
{
|
4115
|
+
"name": "UK",
|
4116
|
+
"description": null,
|
4117
|
+
"isDeprecated": false,
|
4118
|
+
"deprecationReason": null
|
4119
|
+
},
|
4120
|
+
{
|
4121
|
+
"name": "US",
|
4122
|
+
"description": null,
|
4123
|
+
"isDeprecated": false,
|
4124
|
+
"deprecationReason": null
|
4125
|
+
}
|
4126
|
+
],
|
4127
|
+
"possibleTypes": null
|
4128
|
+
},
|
3932
4129
|
{
|
3933
4130
|
"kind": "OBJECT",
|
3934
4131
|
"name": "AutoCancellationRule",
|
@@ -9259,6 +9456,18 @@
|
|
9259
9456
|
"description": null,
|
9260
9457
|
"fields": null,
|
9261
9458
|
"inputFields": [
|
9459
|
+
{
|
9460
|
+
"name": "auth0Credentials",
|
9461
|
+
"description": null,
|
9462
|
+
"type": {
|
9463
|
+
"kind": "INPUT_OBJECT",
|
9464
|
+
"name": "Auth0CredentialsInput",
|
9465
|
+
"ofType": null
|
9466
|
+
},
|
9467
|
+
"defaultValue": null,
|
9468
|
+
"isDeprecated": false,
|
9469
|
+
"deprecationReason": null
|
9470
|
+
},
|
9262
9471
|
{
|
9263
9472
|
"name": "awsMarketplaceCredentials",
|
9264
9473
|
"description": null,
|
@@ -9876,6 +10085,11 @@
|
|
9876
10085
|
"interfaces": null,
|
9877
10086
|
"enumValues": null,
|
9878
10087
|
"possibleTypes": [
|
10088
|
+
{
|
10089
|
+
"kind": "OBJECT",
|
10090
|
+
"name": "Auth0Credentials",
|
10091
|
+
"ofType": null
|
10092
|
+
},
|
9879
10093
|
{
|
9880
10094
|
"kind": "OBJECT",
|
9881
10095
|
"name": "AwsMarketplaceCredentials",
|
@@ -77800,6 +78014,18 @@
|
|
77800
78014
|
"description": null,
|
77801
78015
|
"fields": null,
|
77802
78016
|
"inputFields": [
|
78017
|
+
{
|
78018
|
+
"name": "auth0Credentials",
|
78019
|
+
"description": null,
|
78020
|
+
"type": {
|
78021
|
+
"kind": "INPUT_OBJECT",
|
78022
|
+
"name": "Auth0CredentialsInput",
|
78023
|
+
"ofType": null
|
78024
|
+
},
|
78025
|
+
"defaultValue": null,
|
78026
|
+
"isDeprecated": false,
|
78027
|
+
"deprecationReason": null
|
78028
|
+
},
|
77803
78029
|
{
|
77804
78030
|
"name": "salesforceCredentials",
|
77805
78031
|
"description": "Salesforce integration configuration",
|
@@ -81093,6 +81319,12 @@
|
|
81093
81319
|
"inputFields": null,
|
81094
81320
|
"interfaces": null,
|
81095
81321
|
"enumValues": [
|
81322
|
+
{
|
81323
|
+
"name": "AUTH0",
|
81324
|
+
"description": null,
|
81325
|
+
"isDeprecated": false,
|
81326
|
+
"deprecationReason": null
|
81327
|
+
},
|
81096
81328
|
{
|
81097
81329
|
"name": "AWS_MARKETPLACE",
|
81098
81330
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED