stigg-api-client 2.78.0 → 2.80.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 +245 -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: 7ceb97c7f8f4715e17d75fe0c515e29aa0b07285ff4a8e87986b36ebfadb2df8
|
4
|
+
data.tar.gz: 1d61271e16851426c5c27c43a8938f26665cc5705d2cb92a1e139772a2aa768c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0795a0f7e655eaaab9b2621cdc4b73a545a66fe890b2764db536c354f299ddb3d7afaf2e075b93441dcf8f09f752ef84409c2b2e3a0fb9ce295ab67cfdb410d7'
|
7
|
+
data.tar.gz: cd64f42818377595196d7e395fedc28b2f64da2238365e0920c2146b811924c4238aedb358693e26ad1324d679c6b9592b4c670369df33a0f1807fa09a17f8ff
|
data/Gemfile.lock
CHANGED
@@ -9520,6 +9520,18 @@
|
|
9520
9520
|
"isDeprecated": false,
|
9521
9521
|
"deprecationReason": null
|
9522
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
|
+
},
|
9523
9535
|
{
|
9524
9536
|
"name": "salesforceCredentials",
|
9525
9537
|
"description": null,
|
@@ -10105,6 +10117,11 @@
|
|
10105
10117
|
"name": "HubspotCredentials",
|
10106
10118
|
"ofType": null
|
10107
10119
|
},
|
10120
|
+
{
|
10121
|
+
"kind": "OBJECT",
|
10122
|
+
"name": "OpenFGACredentials",
|
10123
|
+
"ofType": null
|
10124
|
+
},
|
10108
10125
|
{
|
10109
10126
|
"kind": "OBJECT",
|
10110
10127
|
"name": "SalesforceCredentials",
|
@@ -42020,6 +42037,216 @@
|
|
42020
42037
|
"enumValues": null,
|
42021
42038
|
"possibleTypes": null
|
42022
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
|
+
},
|
42023
42250
|
{
|
42024
42251
|
"kind": "ENUM",
|
42025
42252
|
"name": "OverageBillingPeriod",
|
@@ -78026,6 +78253,18 @@
|
|
78026
78253
|
"isDeprecated": false,
|
78027
78254
|
"deprecationReason": null
|
78028
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
|
+
},
|
78029
78268
|
{
|
78030
78269
|
"name": "salesforceCredentials",
|
78031
78270
|
"description": "Salesforce integration configuration",
|
@@ -81343,6 +81582,12 @@
|
|
81343
81582
|
"isDeprecated": false,
|
81344
81583
|
"deprecationReason": null
|
81345
81584
|
},
|
81585
|
+
{
|
81586
|
+
"name": "OPEN_FGA",
|
81587
|
+
"description": null,
|
81588
|
+
"isDeprecated": false,
|
81589
|
+
"deprecationReason": null
|
81590
|
+
},
|
81346
81591
|
{
|
81347
81592
|
"name": "SALESFORCE",
|
81348
81593
|
"description": null,
|
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: 2.
|
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-
|
11
|
+
date: 2024-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|