stigg-api-client 2.298.0 → 2.302.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 +336 -2
- 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: aad99b8df51e1e9f0f1d1017ee33143184303a0dc63b3cd2b0492816d6b538f9
|
4
|
+
data.tar.gz: 7dbe8e75456b3bf8f320ef09224c753e5fb06e78814156beb990b521dc3d7596
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abc90658af402dd0e39997c5d68f16ad4e04db23c1eaae1458393544460ba1a416c58ef0aae81aa2611a939616fa4b11dcf9f772755be6034e3a968980d467af
|
7
|
+
data.tar.gz: 8aef73ae27a4cf58df3e349bd1abd00941685579a801426bbca4949de77d0c616bf81219f512e8950b7187b8c4ec99ff5dd4b08f340e963aa8ca0f9c094cbce5
|
data/Gemfile.lock
CHANGED
@@ -10164,6 +10164,30 @@
|
|
10164
10164
|
"isDeprecated": false,
|
10165
10165
|
"deprecationReason": null
|
10166
10166
|
},
|
10167
|
+
{
|
10168
|
+
"name": "integrationId",
|
10169
|
+
"description": "The reference ID for the integration",
|
10170
|
+
"type": {
|
10171
|
+
"kind": "SCALAR",
|
10172
|
+
"name": "String",
|
10173
|
+
"ofType": null
|
10174
|
+
},
|
10175
|
+
"defaultValue": null,
|
10176
|
+
"isDeprecated": false,
|
10177
|
+
"deprecationReason": null
|
10178
|
+
},
|
10179
|
+
{
|
10180
|
+
"name": "isDefault",
|
10181
|
+
"description": "Whether the integration is the default integration",
|
10182
|
+
"type": {
|
10183
|
+
"kind": "SCALAR",
|
10184
|
+
"name": "Boolean",
|
10185
|
+
"ofType": null
|
10186
|
+
},
|
10187
|
+
"defaultValue": null,
|
10188
|
+
"isDeprecated": false,
|
10189
|
+
"deprecationReason": null
|
10190
|
+
},
|
10167
10191
|
{
|
10168
10192
|
"name": "openFGACredentials",
|
10169
10193
|
"description": null,
|
@@ -36117,6 +36141,30 @@
|
|
36117
36141
|
"isDeprecated": false,
|
36118
36142
|
"deprecationReason": null
|
36119
36143
|
},
|
36144
|
+
{
|
36145
|
+
"name": "integrationId",
|
36146
|
+
"description": "The reference ID for the integration",
|
36147
|
+
"args": [],
|
36148
|
+
"type": {
|
36149
|
+
"kind": "SCALAR",
|
36150
|
+
"name": "String",
|
36151
|
+
"ofType": null
|
36152
|
+
},
|
36153
|
+
"isDeprecated": false,
|
36154
|
+
"deprecationReason": null
|
36155
|
+
},
|
36156
|
+
{
|
36157
|
+
"name": "isDefault",
|
36158
|
+
"description": "Whether the integration is the default",
|
36159
|
+
"args": [],
|
36160
|
+
"type": {
|
36161
|
+
"kind": "SCALAR",
|
36162
|
+
"name": "Boolean",
|
36163
|
+
"ofType": null
|
36164
|
+
},
|
36165
|
+
"isDeprecated": false,
|
36166
|
+
"deprecationReason": null
|
36167
|
+
},
|
36120
36168
|
{
|
36121
36169
|
"name": "vendorIdentifier",
|
36122
36170
|
"description": null,
|
@@ -36132,6 +36180,22 @@
|
|
36132
36180
|
},
|
36133
36181
|
"isDeprecated": false,
|
36134
36182
|
"deprecationReason": null
|
36183
|
+
},
|
36184
|
+
{
|
36185
|
+
"name": "vendorType",
|
36186
|
+
"description": "The vendor type",
|
36187
|
+
"args": [],
|
36188
|
+
"type": {
|
36189
|
+
"kind": "NON_NULL",
|
36190
|
+
"name": null,
|
36191
|
+
"ofType": {
|
36192
|
+
"kind": "ENUM",
|
36193
|
+
"name": "VendorType",
|
36194
|
+
"ofType": null
|
36195
|
+
}
|
36196
|
+
},
|
36197
|
+
"isDeprecated": false,
|
36198
|
+
"deprecationReason": null
|
36135
36199
|
}
|
36136
36200
|
],
|
36137
36201
|
"inputFields": null,
|
@@ -36191,6 +36255,18 @@
|
|
36191
36255
|
},
|
36192
36256
|
"isDeprecated": false,
|
36193
36257
|
"deprecationReason": null
|
36258
|
+
},
|
36259
|
+
{
|
36260
|
+
"name": "vendorType",
|
36261
|
+
"description": null,
|
36262
|
+
"args": [],
|
36263
|
+
"type": {
|
36264
|
+
"kind": "ENUM",
|
36265
|
+
"name": "VendorType",
|
36266
|
+
"ofType": null
|
36267
|
+
},
|
36268
|
+
"isDeprecated": false,
|
36269
|
+
"deprecationReason": null
|
36194
36270
|
}
|
36195
36271
|
],
|
36196
36272
|
"inputFields": null,
|
@@ -36317,6 +36393,18 @@
|
|
36317
36393
|
},
|
36318
36394
|
"isDeprecated": false,
|
36319
36395
|
"deprecationReason": null
|
36396
|
+
},
|
36397
|
+
{
|
36398
|
+
"name": "vendorType",
|
36399
|
+
"description": null,
|
36400
|
+
"args": [],
|
36401
|
+
"type": {
|
36402
|
+
"kind": "SCALAR",
|
36403
|
+
"name": "Int",
|
36404
|
+
"ofType": null
|
36405
|
+
},
|
36406
|
+
"isDeprecated": false,
|
36407
|
+
"deprecationReason": null
|
36320
36408
|
}
|
36321
36409
|
],
|
36322
36410
|
"inputFields": null,
|
@@ -36377,6 +36465,30 @@
|
|
36377
36465
|
"isDeprecated": false,
|
36378
36466
|
"deprecationReason": null
|
36379
36467
|
},
|
36468
|
+
{
|
36469
|
+
"name": "integrationId",
|
36470
|
+
"description": "The reference ID for the integration",
|
36471
|
+
"args": [],
|
36472
|
+
"type": {
|
36473
|
+
"kind": "SCALAR",
|
36474
|
+
"name": "String",
|
36475
|
+
"ofType": null
|
36476
|
+
},
|
36477
|
+
"isDeprecated": false,
|
36478
|
+
"deprecationReason": null
|
36479
|
+
},
|
36480
|
+
{
|
36481
|
+
"name": "isDefault",
|
36482
|
+
"description": "Whether the integration is the default",
|
36483
|
+
"args": [],
|
36484
|
+
"type": {
|
36485
|
+
"kind": "SCALAR",
|
36486
|
+
"name": "Boolean",
|
36487
|
+
"ofType": null
|
36488
|
+
},
|
36489
|
+
"isDeprecated": false,
|
36490
|
+
"deprecationReason": null
|
36491
|
+
},
|
36380
36492
|
{
|
36381
36493
|
"name": "vendorIdentifier",
|
36382
36494
|
"description": null,
|
@@ -36388,6 +36500,18 @@
|
|
36388
36500
|
},
|
36389
36501
|
"isDeprecated": false,
|
36390
36502
|
"deprecationReason": null
|
36503
|
+
},
|
36504
|
+
{
|
36505
|
+
"name": "vendorType",
|
36506
|
+
"description": "The vendor type",
|
36507
|
+
"args": [],
|
36508
|
+
"type": {
|
36509
|
+
"kind": "ENUM",
|
36510
|
+
"name": "VendorType",
|
36511
|
+
"ofType": null
|
36512
|
+
},
|
36513
|
+
"isDeprecated": false,
|
36514
|
+
"deprecationReason": null
|
36391
36515
|
}
|
36392
36516
|
],
|
36393
36517
|
"inputFields": null,
|
@@ -36531,6 +36655,18 @@
|
|
36531
36655
|
"defaultValue": null,
|
36532
36656
|
"isDeprecated": false,
|
36533
36657
|
"deprecationReason": null
|
36658
|
+
},
|
36659
|
+
{
|
36660
|
+
"name": "vendorType",
|
36661
|
+
"description": null,
|
36662
|
+
"type": {
|
36663
|
+
"kind": "INPUT_OBJECT",
|
36664
|
+
"name": "IntegrationVendorTypeFilterComparison",
|
36665
|
+
"ofType": null
|
36666
|
+
},
|
36667
|
+
"defaultValue": null,
|
36668
|
+
"isDeprecated": false,
|
36669
|
+
"deprecationReason": null
|
36534
36670
|
}
|
36535
36671
|
],
|
36536
36672
|
"interfaces": null,
|
@@ -36589,6 +36725,18 @@
|
|
36589
36725
|
},
|
36590
36726
|
"isDeprecated": false,
|
36591
36727
|
"deprecationReason": null
|
36728
|
+
},
|
36729
|
+
{
|
36730
|
+
"name": "vendorType",
|
36731
|
+
"description": null,
|
36732
|
+
"args": [],
|
36733
|
+
"type": {
|
36734
|
+
"kind": "ENUM",
|
36735
|
+
"name": "VendorType",
|
36736
|
+
"ofType": null
|
36737
|
+
},
|
36738
|
+
"isDeprecated": false,
|
36739
|
+
"deprecationReason": null
|
36592
36740
|
}
|
36593
36741
|
],
|
36594
36742
|
"inputFields": null,
|
@@ -36648,6 +36796,18 @@
|
|
36648
36796
|
},
|
36649
36797
|
"isDeprecated": false,
|
36650
36798
|
"deprecationReason": null
|
36799
|
+
},
|
36800
|
+
{
|
36801
|
+
"name": "vendorType",
|
36802
|
+
"description": null,
|
36803
|
+
"args": [],
|
36804
|
+
"type": {
|
36805
|
+
"kind": "ENUM",
|
36806
|
+
"name": "VendorType",
|
36807
|
+
"ofType": null
|
36808
|
+
},
|
36809
|
+
"isDeprecated": false,
|
36810
|
+
"deprecationReason": null
|
36651
36811
|
}
|
36652
36812
|
],
|
36653
36813
|
"inputFields": null,
|
@@ -36741,10 +36901,91 @@
|
|
36741
36901
|
"description": null,
|
36742
36902
|
"isDeprecated": false,
|
36743
36903
|
"deprecationReason": null
|
36904
|
+
},
|
36905
|
+
{
|
36906
|
+
"name": "vendorType",
|
36907
|
+
"description": null,
|
36908
|
+
"isDeprecated": false,
|
36909
|
+
"deprecationReason": null
|
36744
36910
|
}
|
36745
36911
|
],
|
36746
36912
|
"possibleTypes": null
|
36747
36913
|
},
|
36914
|
+
{
|
36915
|
+
"kind": "INPUT_OBJECT",
|
36916
|
+
"name": "IntegrationVendorTypeFilterComparison",
|
36917
|
+
"description": null,
|
36918
|
+
"fields": null,
|
36919
|
+
"inputFields": [
|
36920
|
+
{
|
36921
|
+
"name": "eq",
|
36922
|
+
"description": null,
|
36923
|
+
"type": {
|
36924
|
+
"kind": "ENUM",
|
36925
|
+
"name": "VendorType",
|
36926
|
+
"ofType": null
|
36927
|
+
},
|
36928
|
+
"defaultValue": null,
|
36929
|
+
"isDeprecated": false,
|
36930
|
+
"deprecationReason": null
|
36931
|
+
},
|
36932
|
+
{
|
36933
|
+
"name": "in",
|
36934
|
+
"description": null,
|
36935
|
+
"type": {
|
36936
|
+
"kind": "LIST",
|
36937
|
+
"name": null,
|
36938
|
+
"ofType": {
|
36939
|
+
"kind": "NON_NULL",
|
36940
|
+
"name": null,
|
36941
|
+
"ofType": {
|
36942
|
+
"kind": "ENUM",
|
36943
|
+
"name": "VendorType",
|
36944
|
+
"ofType": null
|
36945
|
+
}
|
36946
|
+
}
|
36947
|
+
},
|
36948
|
+
"defaultValue": null,
|
36949
|
+
"isDeprecated": false,
|
36950
|
+
"deprecationReason": null
|
36951
|
+
},
|
36952
|
+
{
|
36953
|
+
"name": "neq",
|
36954
|
+
"description": null,
|
36955
|
+
"type": {
|
36956
|
+
"kind": "ENUM",
|
36957
|
+
"name": "VendorType",
|
36958
|
+
"ofType": null
|
36959
|
+
},
|
36960
|
+
"defaultValue": null,
|
36961
|
+
"isDeprecated": false,
|
36962
|
+
"deprecationReason": null
|
36963
|
+
},
|
36964
|
+
{
|
36965
|
+
"name": "notIn",
|
36966
|
+
"description": null,
|
36967
|
+
"type": {
|
36968
|
+
"kind": "LIST",
|
36969
|
+
"name": null,
|
36970
|
+
"ofType": {
|
36971
|
+
"kind": "NON_NULL",
|
36972
|
+
"name": null,
|
36973
|
+
"ofType": {
|
36974
|
+
"kind": "ENUM",
|
36975
|
+
"name": "VendorType",
|
36976
|
+
"ofType": null
|
36977
|
+
}
|
36978
|
+
}
|
36979
|
+
},
|
36980
|
+
"defaultValue": null,
|
36981
|
+
"isDeprecated": false,
|
36982
|
+
"deprecationReason": null
|
36983
|
+
}
|
36984
|
+
],
|
36985
|
+
"interfaces": null,
|
36986
|
+
"enumValues": null,
|
36987
|
+
"possibleTypes": null
|
36988
|
+
},
|
36748
36989
|
{
|
36749
36990
|
"kind": "OBJECT",
|
36750
36991
|
"name": "InvalidArgumentError",
|
@@ -66363,7 +66604,7 @@
|
|
66363
66604
|
"inputFields": [
|
66364
66605
|
{
|
66365
66606
|
"name": "environmentId",
|
66366
|
-
"description":
|
66607
|
+
"description": "ID of the environment to re-sync",
|
66367
66608
|
"type": {
|
66368
66609
|
"kind": "NON_NULL",
|
66369
66610
|
"name": null,
|
@@ -66377,6 +66618,18 @@
|
|
66377
66618
|
"isDeprecated": false,
|
66378
66619
|
"deprecationReason": null
|
66379
66620
|
},
|
66621
|
+
{
|
66622
|
+
"name": "integrationId",
|
66623
|
+
"description": "ID of the integration to re-sync",
|
66624
|
+
"type": {
|
66625
|
+
"kind": "SCALAR",
|
66626
|
+
"name": "String",
|
66627
|
+
"ofType": null
|
66628
|
+
},
|
66629
|
+
"defaultValue": null,
|
66630
|
+
"isDeprecated": false,
|
66631
|
+
"deprecationReason": null
|
66632
|
+
},
|
66380
66633
|
{
|
66381
66634
|
"name": "recalculateEntitlements",
|
66382
66635
|
"description": "Allow skipping entitlement recalculation",
|
@@ -66415,9 +66668,25 @@
|
|
66415
66668
|
"name": "ResyncIntegrationResult",
|
66416
66669
|
"description": null,
|
66417
66670
|
"fields": [
|
66671
|
+
{
|
66672
|
+
"name": "integrationId",
|
66673
|
+
"description": "ID of the integration that was re-synced",
|
66674
|
+
"args": [],
|
66675
|
+
"type": {
|
66676
|
+
"kind": "NON_NULL",
|
66677
|
+
"name": null,
|
66678
|
+
"ofType": {
|
66679
|
+
"kind": "SCALAR",
|
66680
|
+
"name": "String",
|
66681
|
+
"ofType": null
|
66682
|
+
}
|
66683
|
+
},
|
66684
|
+
"isDeprecated": false,
|
66685
|
+
"deprecationReason": null
|
66686
|
+
},
|
66418
66687
|
{
|
66419
66688
|
"name": "taskId",
|
66420
|
-
"description":
|
66689
|
+
"description": "ID of the task associated with the re-sync operation",
|
66421
66690
|
"args": [],
|
66422
66691
|
"type": {
|
66423
66692
|
"kind": "SCALAR",
|
@@ -80862,6 +81131,30 @@
|
|
80862
81131
|
"isDeprecated": false,
|
80863
81132
|
"deprecationReason": null
|
80864
81133
|
},
|
81134
|
+
{
|
81135
|
+
"name": "integrationId",
|
81136
|
+
"description": "The reference ID for the integration",
|
81137
|
+
"type": {
|
81138
|
+
"kind": "SCALAR",
|
81139
|
+
"name": "String",
|
81140
|
+
"ofType": null
|
81141
|
+
},
|
81142
|
+
"defaultValue": null,
|
81143
|
+
"isDeprecated": false,
|
81144
|
+
"deprecationReason": null
|
81145
|
+
},
|
81146
|
+
{
|
81147
|
+
"name": "isDefault",
|
81148
|
+
"description": "Whether the integration is the default integration",
|
81149
|
+
"type": {
|
81150
|
+
"kind": "SCALAR",
|
81151
|
+
"name": "Boolean",
|
81152
|
+
"ofType": null
|
81153
|
+
},
|
81154
|
+
"defaultValue": null,
|
81155
|
+
"isDeprecated": false,
|
81156
|
+
"deprecationReason": null
|
81157
|
+
},
|
80865
81158
|
{
|
80866
81159
|
"name": "openFGACredentials",
|
80867
81160
|
"description": null,
|
@@ -84920,6 +85213,47 @@
|
|
84920
85213
|
"enumValues": null,
|
84921
85214
|
"possibleTypes": null
|
84922
85215
|
},
|
85216
|
+
{
|
85217
|
+
"kind": "ENUM",
|
85218
|
+
"name": "VendorType",
|
85219
|
+
"description": "The type of integration",
|
85220
|
+
"fields": null,
|
85221
|
+
"inputFields": null,
|
85222
|
+
"interfaces": null,
|
85223
|
+
"enumValues": [
|
85224
|
+
{
|
85225
|
+
"name": "AUTH",
|
85226
|
+
"description": "Authentication integration type",
|
85227
|
+
"isDeprecated": false,
|
85228
|
+
"deprecationReason": null
|
85229
|
+
},
|
85230
|
+
{
|
85231
|
+
"name": "BILLING",
|
85232
|
+
"description": "Billing integration type",
|
85233
|
+
"isDeprecated": false,
|
85234
|
+
"deprecationReason": null
|
85235
|
+
},
|
85236
|
+
{
|
85237
|
+
"name": "CRM",
|
85238
|
+
"description": "CRM integration type",
|
85239
|
+
"isDeprecated": false,
|
85240
|
+
"deprecationReason": null
|
85241
|
+
},
|
85242
|
+
{
|
85243
|
+
"name": "DATA_EXPORT",
|
85244
|
+
"description": "Data export integration type",
|
85245
|
+
"isDeprecated": false,
|
85246
|
+
"deprecationReason": null
|
85247
|
+
},
|
85248
|
+
{
|
85249
|
+
"name": "MARKETPLACE",
|
85250
|
+
"description": "Marketplace integration type",
|
85251
|
+
"isDeprecated": false,
|
85252
|
+
"deprecationReason": null
|
85253
|
+
}
|
85254
|
+
],
|
85255
|
+
"possibleTypes": null
|
85256
|
+
},
|
84923
85257
|
{
|
84924
85258
|
"kind": "ENUM",
|
84925
85259
|
"name": "WeeklyAccordingTo",
|
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.302.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-02-
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|