stigg-api-client 2.76.0 → 2.80.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e61b08c0711ed0c6a1e2cc654a3c39e036116d2472675162c06d91160e626c5
4
- data.tar.gz: b7f2178ebb90ce5a82eaf0f570d7b77e4d42eb23b6e69e1160129be21aa374c3
3
+ metadata.gz: 7ceb97c7f8f4715e17d75fe0c515e29aa0b07285ff4a8e87986b36ebfadb2df8
4
+ data.tar.gz: 1d61271e16851426c5c27c43a8938f26665cc5705d2cb92a1e139772a2aa768c
5
5
  SHA512:
6
- metadata.gz: 5ad776fc725debc2bb4a290291bee2572ab2fd63d5f8d5820bb0ef6467555756761833d1b88783d48c03159718469bb95dbcbe89f0f93244cc4d4a50e2ce5772
7
- data.tar.gz: 07251d80791a257a8f8b3983b7ee2256adbb4480328b6b657d13f402a05b5a9d2b0811fbc2e4858acf46b5d60e588c0555debe34921fdb42a3b8406bdc1852f4
6
+ metadata.gz: '0795a0f7e655eaaab9b2621cdc4b73a545a66fe890b2764db536c354f299ddb3d7afaf2e075b93441dcf8f09f752ef84409c2b2e3a0fb9ce295ab67cfdb410d7'
7
+ data.tar.gz: cd64f42818377595196d7e395fedc28b2f64da2238365e0920c2146b811924c4238aedb358693e26ad1324d679c6b9592b4c670369df33a0f1807fa09a17f8ff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.76.0)
4
+ stigg-api-client (2.80.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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,
@@ -9311,6 +9520,18 @@
9311
9520
  "isDeprecated": false,
9312
9521
  "deprecationReason": null
9313
9522
  },
9523
+ {
9524
+ "name": "openFGACredentials",
9525
+ "description": null,
9526
+ "type": {
9527
+ "kind": "INPUT_OBJECT",
9528
+ "name": "OpenFGACredentialsInput",
9529
+ "ofType": null
9530
+ },
9531
+ "defaultValue": null,
9532
+ "isDeprecated": false,
9533
+ "deprecationReason": null
9534
+ },
9314
9535
  {
9315
9536
  "name": "salesforceCredentials",
9316
9537
  "description": null,
@@ -9876,6 +10097,11 @@
9876
10097
  "interfaces": null,
9877
10098
  "enumValues": null,
9878
10099
  "possibleTypes": [
10100
+ {
10101
+ "kind": "OBJECT",
10102
+ "name": "Auth0Credentials",
10103
+ "ofType": null
10104
+ },
9879
10105
  {
9880
10106
  "kind": "OBJECT",
9881
10107
  "name": "AwsMarketplaceCredentials",
@@ -9891,6 +10117,11 @@
9891
10117
  "name": "HubspotCredentials",
9892
10118
  "ofType": null
9893
10119
  },
10120
+ {
10121
+ "kind": "OBJECT",
10122
+ "name": "OpenFGACredentials",
10123
+ "ofType": null
10124
+ },
9894
10125
  {
9895
10126
  "kind": "OBJECT",
9896
10127
  "name": "SalesforceCredentials",
@@ -41806,6 +42037,216 @@
41806
42037
  "enumValues": null,
41807
42038
  "possibleTypes": null
41808
42039
  },
42040
+ {
42041
+ "kind": "OBJECT",
42042
+ "name": "OpenFGACredentials",
42043
+ "description": null,
42044
+ "fields": [
42045
+ {
42046
+ "name": "apiAudience",
42047
+ "description": null,
42048
+ "args": [],
42049
+ "type": {
42050
+ "kind": "NON_NULL",
42051
+ "name": null,
42052
+ "ofType": {
42053
+ "kind": "SCALAR",
42054
+ "name": "String",
42055
+ "ofType": null
42056
+ }
42057
+ },
42058
+ "isDeprecated": false,
42059
+ "deprecationReason": null
42060
+ },
42061
+ {
42062
+ "name": "apiTokenIssuer",
42063
+ "description": null,
42064
+ "args": [],
42065
+ "type": {
42066
+ "kind": "NON_NULL",
42067
+ "name": null,
42068
+ "ofType": {
42069
+ "kind": "SCALAR",
42070
+ "name": "String",
42071
+ "ofType": null
42072
+ }
42073
+ },
42074
+ "isDeprecated": false,
42075
+ "deprecationReason": null
42076
+ },
42077
+ {
42078
+ "name": "apiUrl",
42079
+ "description": null,
42080
+ "args": [],
42081
+ "type": {
42082
+ "kind": "NON_NULL",
42083
+ "name": null,
42084
+ "ofType": {
42085
+ "kind": "SCALAR",
42086
+ "name": "String",
42087
+ "ofType": null
42088
+ }
42089
+ },
42090
+ "isDeprecated": false,
42091
+ "deprecationReason": null
42092
+ },
42093
+ {
42094
+ "name": "clientId",
42095
+ "description": null,
42096
+ "args": [],
42097
+ "type": {
42098
+ "kind": "NON_NULL",
42099
+ "name": null,
42100
+ "ofType": {
42101
+ "kind": "SCALAR",
42102
+ "name": "String",
42103
+ "ofType": null
42104
+ }
42105
+ },
42106
+ "isDeprecated": false,
42107
+ "deprecationReason": null
42108
+ },
42109
+ {
42110
+ "name": "modelId",
42111
+ "description": null,
42112
+ "args": [],
42113
+ "type": {
42114
+ "kind": "NON_NULL",
42115
+ "name": null,
42116
+ "ofType": {
42117
+ "kind": "SCALAR",
42118
+ "name": "String",
42119
+ "ofType": null
42120
+ }
42121
+ },
42122
+ "isDeprecated": false,
42123
+ "deprecationReason": null
42124
+ },
42125
+ {
42126
+ "name": "storeId",
42127
+ "description": null,
42128
+ "args": [],
42129
+ "type": {
42130
+ "kind": "NON_NULL",
42131
+ "name": null,
42132
+ "ofType": {
42133
+ "kind": "SCALAR",
42134
+ "name": "String",
42135
+ "ofType": null
42136
+ }
42137
+ },
42138
+ "isDeprecated": false,
42139
+ "deprecationReason": null
42140
+ }
42141
+ ],
42142
+ "inputFields": null,
42143
+ "interfaces": [],
42144
+ "enumValues": null,
42145
+ "possibleTypes": null
42146
+ },
42147
+ {
42148
+ "kind": "INPUT_OBJECT",
42149
+ "name": "OpenFGACredentialsInput",
42150
+ "description": null,
42151
+ "fields": null,
42152
+ "inputFields": [
42153
+ {
42154
+ "name": "apiAudience",
42155
+ "description": null,
42156
+ "type": {
42157
+ "kind": "NON_NULL",
42158
+ "name": null,
42159
+ "ofType": {
42160
+ "kind": "SCALAR",
42161
+ "name": "String",
42162
+ "ofType": null
42163
+ }
42164
+ },
42165
+ "defaultValue": null,
42166
+ "isDeprecated": false,
42167
+ "deprecationReason": null
42168
+ },
42169
+ {
42170
+ "name": "apiTokenIssuer",
42171
+ "description": null,
42172
+ "type": {
42173
+ "kind": "NON_NULL",
42174
+ "name": null,
42175
+ "ofType": {
42176
+ "kind": "SCALAR",
42177
+ "name": "String",
42178
+ "ofType": null
42179
+ }
42180
+ },
42181
+ "defaultValue": null,
42182
+ "isDeprecated": false,
42183
+ "deprecationReason": null
42184
+ },
42185
+ {
42186
+ "name": "apiUrl",
42187
+ "description": null,
42188
+ "type": {
42189
+ "kind": "NON_NULL",
42190
+ "name": null,
42191
+ "ofType": {
42192
+ "kind": "SCALAR",
42193
+ "name": "String",
42194
+ "ofType": null
42195
+ }
42196
+ },
42197
+ "defaultValue": null,
42198
+ "isDeprecated": false,
42199
+ "deprecationReason": null
42200
+ },
42201
+ {
42202
+ "name": "clientId",
42203
+ "description": null,
42204
+ "type": {
42205
+ "kind": "NON_NULL",
42206
+ "name": null,
42207
+ "ofType": {
42208
+ "kind": "SCALAR",
42209
+ "name": "String",
42210
+ "ofType": null
42211
+ }
42212
+ },
42213
+ "defaultValue": null,
42214
+ "isDeprecated": false,
42215
+ "deprecationReason": null
42216
+ },
42217
+ {
42218
+ "name": "clientSecret",
42219
+ "description": null,
42220
+ "type": {
42221
+ "kind": "NON_NULL",
42222
+ "name": null,
42223
+ "ofType": {
42224
+ "kind": "SCALAR",
42225
+ "name": "String",
42226
+ "ofType": null
42227
+ }
42228
+ },
42229
+ "defaultValue": null,
42230
+ "isDeprecated": false,
42231
+ "deprecationReason": null
42232
+ },
42233
+ {
42234
+ "name": "storeId",
42235
+ "description": null,
42236
+ "type": {
42237
+ "kind": "SCALAR",
42238
+ "name": "String",
42239
+ "ofType": null
42240
+ },
42241
+ "defaultValue": null,
42242
+ "isDeprecated": false,
42243
+ "deprecationReason": null
42244
+ }
42245
+ ],
42246
+ "interfaces": null,
42247
+ "enumValues": null,
42248
+ "possibleTypes": null
42249
+ },
41809
42250
  {
41810
42251
  "kind": "ENUM",
41811
42252
  "name": "OverageBillingPeriod",
@@ -77800,6 +78241,30 @@
77800
78241
  "description": null,
77801
78242
  "fields": null,
77802
78243
  "inputFields": [
78244
+ {
78245
+ "name": "auth0Credentials",
78246
+ "description": null,
78247
+ "type": {
78248
+ "kind": "INPUT_OBJECT",
78249
+ "name": "Auth0CredentialsInput",
78250
+ "ofType": null
78251
+ },
78252
+ "defaultValue": null,
78253
+ "isDeprecated": false,
78254
+ "deprecationReason": null
78255
+ },
78256
+ {
78257
+ "name": "openFGACredentials",
78258
+ "description": null,
78259
+ "type": {
78260
+ "kind": "INPUT_OBJECT",
78261
+ "name": "OpenFGACredentialsInput",
78262
+ "ofType": null
78263
+ },
78264
+ "defaultValue": null,
78265
+ "isDeprecated": false,
78266
+ "deprecationReason": null
78267
+ },
77803
78268
  {
77804
78269
  "name": "salesforceCredentials",
77805
78270
  "description": "Salesforce integration configuration",
@@ -81093,6 +81558,12 @@
81093
81558
  "inputFields": null,
81094
81559
  "interfaces": null,
81095
81560
  "enumValues": [
81561
+ {
81562
+ "name": "AUTH0",
81563
+ "description": null,
81564
+ "isDeprecated": false,
81565
+ "deprecationReason": null
81566
+ },
81096
81567
  {
81097
81568
  "name": "AWS_MARKETPLACE",
81098
81569
  "description": null,
@@ -81111,6 +81582,12 @@
81111
81582
  "isDeprecated": false,
81112
81583
  "deprecationReason": null
81113
81584
  },
81585
+ {
81586
+ "name": "OPEN_FGA",
81587
+ "description": null,
81588
+ "isDeprecated": false,
81589
+ "deprecationReason": null
81590
+ },
81114
81591
  {
81115
81592
  "name": "SALESFORCE",
81116
81593
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.76.0"
4
+ VERSION = "2.80.0"
5
5
  end
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: 2.76.0
4
+ version: 2.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-15 00:00:00.000000000 Z
11
+ date: 2024-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient