stigg-api-client 5.1.0 → 5.12.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 +382 -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: 4e63d67bca649b1551369deb72533563233eeb02b0a1f2eefe1d5d5df85bf378
|
|
4
|
+
data.tar.gz: fd2ca07682cde7c8c47297c6a457d3d1bc6039c9974263bc3390da6586527fe9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4841f8a4afbb74c32308a75842afda0e4b01385991567e5188e7af633f9f2c99aca9015a1541ef954c76f407410a90c518c1993a932cd9dcb72b23d889eb43d
|
|
7
|
+
data.tar.gz: 90cfbe0c1900347203114dda93065bd2dbf99a1a8919af00d1e4fcf063a801a896b35ce018bad2b55de63455cdbc249d9391ed14905977f4f4e949e59c90d38a
|
data/Gemfile.lock
CHANGED
|
@@ -7875,6 +7875,18 @@
|
|
|
7875
7875
|
"inputFields": null,
|
|
7876
7876
|
"interfaces": null,
|
|
7877
7877
|
"enumValues": [
|
|
7878
|
+
{
|
|
7879
|
+
"name": "CONTAINS",
|
|
7880
|
+
"description": "Contains operation",
|
|
7881
|
+
"isDeprecated": false,
|
|
7882
|
+
"deprecationReason": null
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"name": "ENDS_WITH",
|
|
7886
|
+
"description": "Ends with operation",
|
|
7887
|
+
"isDeprecated": false,
|
|
7888
|
+
"deprecationReason": null
|
|
7889
|
+
},
|
|
7878
7890
|
{
|
|
7879
7891
|
"name": "EQUALS",
|
|
7880
7892
|
"description": "Equals operation",
|
|
@@ -7893,6 +7905,12 @@
|
|
|
7893
7905
|
"isDeprecated": false,
|
|
7894
7906
|
"deprecationReason": null
|
|
7895
7907
|
},
|
|
7908
|
+
{
|
|
7909
|
+
"name": "IN",
|
|
7910
|
+
"description": "In operation",
|
|
7911
|
+
"isDeprecated": false,
|
|
7912
|
+
"deprecationReason": null
|
|
7913
|
+
},
|
|
7896
7914
|
{
|
|
7897
7915
|
"name": "IS_NOT_NULL",
|
|
7898
7916
|
"description": "Is not null operation",
|
|
@@ -7922,6 +7940,12 @@
|
|
|
7922
7940
|
"description": "Not equals operation",
|
|
7923
7941
|
"isDeprecated": false,
|
|
7924
7942
|
"deprecationReason": null
|
|
7943
|
+
},
|
|
7944
|
+
{
|
|
7945
|
+
"name": "STARTS_WITH",
|
|
7946
|
+
"description": "Starts with operation",
|
|
7947
|
+
"isDeprecated": false,
|
|
7948
|
+
"deprecationReason": null
|
|
7925
7949
|
}
|
|
7926
7950
|
],
|
|
7927
7951
|
"possibleTypes": null
|
|
@@ -44592,6 +44616,26 @@
|
|
|
44592
44616
|
},
|
|
44593
44617
|
"isDeprecated": false,
|
|
44594
44618
|
"deprecationReason": null
|
|
44619
|
+
},
|
|
44620
|
+
{
|
|
44621
|
+
"name": "values",
|
|
44622
|
+
"description": "The values of the field to filter on (used for IN operation)",
|
|
44623
|
+
"args": [],
|
|
44624
|
+
"type": {
|
|
44625
|
+
"kind": "LIST",
|
|
44626
|
+
"name": null,
|
|
44627
|
+
"ofType": {
|
|
44628
|
+
"kind": "NON_NULL",
|
|
44629
|
+
"name": null,
|
|
44630
|
+
"ofType": {
|
|
44631
|
+
"kind": "SCALAR",
|
|
44632
|
+
"name": "String",
|
|
44633
|
+
"ofType": null
|
|
44634
|
+
}
|
|
44635
|
+
}
|
|
44636
|
+
},
|
|
44637
|
+
"isDeprecated": false,
|
|
44638
|
+
"deprecationReason": null
|
|
44595
44639
|
}
|
|
44596
44640
|
],
|
|
44597
44641
|
"inputFields": null,
|
|
@@ -44648,6 +44692,26 @@
|
|
|
44648
44692
|
"defaultValue": null,
|
|
44649
44693
|
"isDeprecated": false,
|
|
44650
44694
|
"deprecationReason": null
|
|
44695
|
+
},
|
|
44696
|
+
{
|
|
44697
|
+
"name": "values",
|
|
44698
|
+
"description": "The values of the field to filter on (used for IN operation)",
|
|
44699
|
+
"type": {
|
|
44700
|
+
"kind": "LIST",
|
|
44701
|
+
"name": null,
|
|
44702
|
+
"ofType": {
|
|
44703
|
+
"kind": "NON_NULL",
|
|
44704
|
+
"name": null,
|
|
44705
|
+
"ofType": {
|
|
44706
|
+
"kind": "SCALAR",
|
|
44707
|
+
"name": "String",
|
|
44708
|
+
"ofType": null
|
|
44709
|
+
}
|
|
44710
|
+
}
|
|
44711
|
+
},
|
|
44712
|
+
"defaultValue": null,
|
|
44713
|
+
"isDeprecated": false,
|
|
44714
|
+
"deprecationReason": null
|
|
44651
44715
|
}
|
|
44652
44716
|
],
|
|
44653
44717
|
"interfaces": null,
|
|
@@ -89524,6 +89588,18 @@
|
|
|
89524
89588
|
"isDeprecated": false,
|
|
89525
89589
|
"deprecationReason": null
|
|
89526
89590
|
},
|
|
89591
|
+
{
|
|
89592
|
+
"name": "plan",
|
|
89593
|
+
"description": null,
|
|
89594
|
+
"type": {
|
|
89595
|
+
"kind": "INPUT_OBJECT",
|
|
89596
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
89597
|
+
"ofType": null
|
|
89598
|
+
},
|
|
89599
|
+
"defaultValue": null,
|
|
89600
|
+
"isDeprecated": false,
|
|
89601
|
+
"deprecationReason": null
|
|
89602
|
+
},
|
|
89527
89603
|
{
|
|
89528
89604
|
"name": "pricingType",
|
|
89529
89605
|
"description": null,
|
|
@@ -89548,6 +89624,18 @@
|
|
|
89548
89624
|
"isDeprecated": false,
|
|
89549
89625
|
"deprecationReason": null
|
|
89550
89626
|
},
|
|
89627
|
+
{
|
|
89628
|
+
"name": "resource",
|
|
89629
|
+
"description": null,
|
|
89630
|
+
"type": {
|
|
89631
|
+
"kind": "INPUT_OBJECT",
|
|
89632
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89633
|
+
"ofType": null
|
|
89634
|
+
},
|
|
89635
|
+
"defaultValue": null,
|
|
89636
|
+
"isDeprecated": false,
|
|
89637
|
+
"deprecationReason": null
|
|
89638
|
+
},
|
|
89551
89639
|
{
|
|
89552
89640
|
"name": "resourceId",
|
|
89553
89641
|
"description": null,
|
|
@@ -89856,6 +89944,300 @@
|
|
|
89856
89944
|
"enumValues": null,
|
|
89857
89945
|
"possibleTypes": null
|
|
89858
89946
|
},
|
|
89947
|
+
{
|
|
89948
|
+
"kind": "INPUT_OBJECT",
|
|
89949
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89950
|
+
"description": null,
|
|
89951
|
+
"fields": null,
|
|
89952
|
+
"inputFields": [
|
|
89953
|
+
{
|
|
89954
|
+
"name": "and",
|
|
89955
|
+
"description": null,
|
|
89956
|
+
"type": {
|
|
89957
|
+
"kind": "LIST",
|
|
89958
|
+
"name": null,
|
|
89959
|
+
"ofType": {
|
|
89960
|
+
"kind": "NON_NULL",
|
|
89961
|
+
"name": null,
|
|
89962
|
+
"ofType": {
|
|
89963
|
+
"kind": "INPUT_OBJECT",
|
|
89964
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89965
|
+
"ofType": null
|
|
89966
|
+
}
|
|
89967
|
+
}
|
|
89968
|
+
},
|
|
89969
|
+
"defaultValue": null,
|
|
89970
|
+
"isDeprecated": false,
|
|
89971
|
+
"deprecationReason": null
|
|
89972
|
+
},
|
|
89973
|
+
{
|
|
89974
|
+
"name": "createdAt",
|
|
89975
|
+
"description": null,
|
|
89976
|
+
"type": {
|
|
89977
|
+
"kind": "INPUT_OBJECT",
|
|
89978
|
+
"name": "DateFieldComparison",
|
|
89979
|
+
"ofType": null
|
|
89980
|
+
},
|
|
89981
|
+
"defaultValue": null,
|
|
89982
|
+
"isDeprecated": false,
|
|
89983
|
+
"deprecationReason": null
|
|
89984
|
+
},
|
|
89985
|
+
{
|
|
89986
|
+
"name": "environmentId",
|
|
89987
|
+
"description": null,
|
|
89988
|
+
"type": {
|
|
89989
|
+
"kind": "INPUT_OBJECT",
|
|
89990
|
+
"name": "UUIDFilterComparison",
|
|
89991
|
+
"ofType": null
|
|
89992
|
+
},
|
|
89993
|
+
"defaultValue": null,
|
|
89994
|
+
"isDeprecated": false,
|
|
89995
|
+
"deprecationReason": null
|
|
89996
|
+
},
|
|
89997
|
+
{
|
|
89998
|
+
"name": "or",
|
|
89999
|
+
"description": null,
|
|
90000
|
+
"type": {
|
|
90001
|
+
"kind": "LIST",
|
|
90002
|
+
"name": null,
|
|
90003
|
+
"ofType": {
|
|
90004
|
+
"kind": "NON_NULL",
|
|
90005
|
+
"name": null,
|
|
90006
|
+
"ofType": {
|
|
90007
|
+
"kind": "INPUT_OBJECT",
|
|
90008
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
90009
|
+
"ofType": null
|
|
90010
|
+
}
|
|
90011
|
+
}
|
|
90012
|
+
},
|
|
90013
|
+
"defaultValue": null,
|
|
90014
|
+
"isDeprecated": false,
|
|
90015
|
+
"deprecationReason": null
|
|
90016
|
+
},
|
|
90017
|
+
{
|
|
90018
|
+
"name": "resourceId",
|
|
90019
|
+
"description": null,
|
|
90020
|
+
"type": {
|
|
90021
|
+
"kind": "INPUT_OBJECT",
|
|
90022
|
+
"name": "StringFieldComparison",
|
|
90023
|
+
"ofType": null
|
|
90024
|
+
},
|
|
90025
|
+
"defaultValue": null,
|
|
90026
|
+
"isDeprecated": false,
|
|
90027
|
+
"deprecationReason": null
|
|
90028
|
+
}
|
|
90029
|
+
],
|
|
90030
|
+
"interfaces": null,
|
|
90031
|
+
"enumValues": null,
|
|
90032
|
+
"possibleTypes": null
|
|
90033
|
+
},
|
|
90034
|
+
{
|
|
90035
|
+
"kind": "INPUT_OBJECT",
|
|
90036
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
90037
|
+
"description": null,
|
|
90038
|
+
"fields": null,
|
|
90039
|
+
"inputFields": [
|
|
90040
|
+
{
|
|
90041
|
+
"name": "and",
|
|
90042
|
+
"description": null,
|
|
90043
|
+
"type": {
|
|
90044
|
+
"kind": "LIST",
|
|
90045
|
+
"name": null,
|
|
90046
|
+
"ofType": {
|
|
90047
|
+
"kind": "NON_NULL",
|
|
90048
|
+
"name": null,
|
|
90049
|
+
"ofType": {
|
|
90050
|
+
"kind": "INPUT_OBJECT",
|
|
90051
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
90052
|
+
"ofType": null
|
|
90053
|
+
}
|
|
90054
|
+
}
|
|
90055
|
+
},
|
|
90056
|
+
"defaultValue": null,
|
|
90057
|
+
"isDeprecated": false,
|
|
90058
|
+
"deprecationReason": null
|
|
90059
|
+
},
|
|
90060
|
+
{
|
|
90061
|
+
"name": "billingId",
|
|
90062
|
+
"description": null,
|
|
90063
|
+
"type": {
|
|
90064
|
+
"kind": "INPUT_OBJECT",
|
|
90065
|
+
"name": "StringFieldComparison",
|
|
90066
|
+
"ofType": null
|
|
90067
|
+
},
|
|
90068
|
+
"defaultValue": null,
|
|
90069
|
+
"isDeprecated": false,
|
|
90070
|
+
"deprecationReason": null
|
|
90071
|
+
},
|
|
90072
|
+
{
|
|
90073
|
+
"name": "createdAt",
|
|
90074
|
+
"description": null,
|
|
90075
|
+
"type": {
|
|
90076
|
+
"kind": "INPUT_OBJECT",
|
|
90077
|
+
"name": "DateFieldComparison",
|
|
90078
|
+
"ofType": null
|
|
90079
|
+
},
|
|
90080
|
+
"defaultValue": null,
|
|
90081
|
+
"isDeprecated": false,
|
|
90082
|
+
"deprecationReason": null
|
|
90083
|
+
},
|
|
90084
|
+
{
|
|
90085
|
+
"name": "description",
|
|
90086
|
+
"description": null,
|
|
90087
|
+
"type": {
|
|
90088
|
+
"kind": "INPUT_OBJECT",
|
|
90089
|
+
"name": "StringFieldComparison",
|
|
90090
|
+
"ofType": null
|
|
90091
|
+
},
|
|
90092
|
+
"defaultValue": null,
|
|
90093
|
+
"isDeprecated": false,
|
|
90094
|
+
"deprecationReason": null
|
|
90095
|
+
},
|
|
90096
|
+
{
|
|
90097
|
+
"name": "displayName",
|
|
90098
|
+
"description": null,
|
|
90099
|
+
"type": {
|
|
90100
|
+
"kind": "INPUT_OBJECT",
|
|
90101
|
+
"name": "StringFieldComparison",
|
|
90102
|
+
"ofType": null
|
|
90103
|
+
},
|
|
90104
|
+
"defaultValue": null,
|
|
90105
|
+
"isDeprecated": false,
|
|
90106
|
+
"deprecationReason": null
|
|
90107
|
+
},
|
|
90108
|
+
{
|
|
90109
|
+
"name": "environmentId",
|
|
90110
|
+
"description": null,
|
|
90111
|
+
"type": {
|
|
90112
|
+
"kind": "INPUT_OBJECT",
|
|
90113
|
+
"name": "UUIDFilterComparison",
|
|
90114
|
+
"ofType": null
|
|
90115
|
+
},
|
|
90116
|
+
"defaultValue": null,
|
|
90117
|
+
"isDeprecated": false,
|
|
90118
|
+
"deprecationReason": null
|
|
90119
|
+
},
|
|
90120
|
+
{
|
|
90121
|
+
"name": "id",
|
|
90122
|
+
"description": null,
|
|
90123
|
+
"type": {
|
|
90124
|
+
"kind": "INPUT_OBJECT",
|
|
90125
|
+
"name": "UUIDFilterComparison",
|
|
90126
|
+
"ofType": null
|
|
90127
|
+
},
|
|
90128
|
+
"defaultValue": null,
|
|
90129
|
+
"isDeprecated": false,
|
|
90130
|
+
"deprecationReason": null
|
|
90131
|
+
},
|
|
90132
|
+
{
|
|
90133
|
+
"name": "isLatest",
|
|
90134
|
+
"description": null,
|
|
90135
|
+
"type": {
|
|
90136
|
+
"kind": "INPUT_OBJECT",
|
|
90137
|
+
"name": "BooleanFieldComparison",
|
|
90138
|
+
"ofType": null
|
|
90139
|
+
},
|
|
90140
|
+
"defaultValue": null,
|
|
90141
|
+
"isDeprecated": false,
|
|
90142
|
+
"deprecationReason": null
|
|
90143
|
+
},
|
|
90144
|
+
{
|
|
90145
|
+
"name": "or",
|
|
90146
|
+
"description": null,
|
|
90147
|
+
"type": {
|
|
90148
|
+
"kind": "LIST",
|
|
90149
|
+
"name": null,
|
|
90150
|
+
"ofType": {
|
|
90151
|
+
"kind": "NON_NULL",
|
|
90152
|
+
"name": null,
|
|
90153
|
+
"ofType": {
|
|
90154
|
+
"kind": "INPUT_OBJECT",
|
|
90155
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
90156
|
+
"ofType": null
|
|
90157
|
+
}
|
|
90158
|
+
}
|
|
90159
|
+
},
|
|
90160
|
+
"defaultValue": null,
|
|
90161
|
+
"isDeprecated": false,
|
|
90162
|
+
"deprecationReason": null
|
|
90163
|
+
},
|
|
90164
|
+
{
|
|
90165
|
+
"name": "pricingType",
|
|
90166
|
+
"description": null,
|
|
90167
|
+
"type": {
|
|
90168
|
+
"kind": "INPUT_OBJECT",
|
|
90169
|
+
"name": "PricingTypeFilterComparison",
|
|
90170
|
+
"ofType": null
|
|
90171
|
+
},
|
|
90172
|
+
"defaultValue": null,
|
|
90173
|
+
"isDeprecated": false,
|
|
90174
|
+
"deprecationReason": null
|
|
90175
|
+
},
|
|
90176
|
+
{
|
|
90177
|
+
"name": "productId",
|
|
90178
|
+
"description": null,
|
|
90179
|
+
"type": {
|
|
90180
|
+
"kind": "INPUT_OBJECT",
|
|
90181
|
+
"name": "StringFieldComparison",
|
|
90182
|
+
"ofType": null
|
|
90183
|
+
},
|
|
90184
|
+
"defaultValue": null,
|
|
90185
|
+
"isDeprecated": false,
|
|
90186
|
+
"deprecationReason": null
|
|
90187
|
+
},
|
|
90188
|
+
{
|
|
90189
|
+
"name": "refId",
|
|
90190
|
+
"description": null,
|
|
90191
|
+
"type": {
|
|
90192
|
+
"kind": "INPUT_OBJECT",
|
|
90193
|
+
"name": "StringFieldComparison",
|
|
90194
|
+
"ofType": null
|
|
90195
|
+
},
|
|
90196
|
+
"defaultValue": null,
|
|
90197
|
+
"isDeprecated": false,
|
|
90198
|
+
"deprecationReason": null
|
|
90199
|
+
},
|
|
90200
|
+
{
|
|
90201
|
+
"name": "status",
|
|
90202
|
+
"description": null,
|
|
90203
|
+
"type": {
|
|
90204
|
+
"kind": "INPUT_OBJECT",
|
|
90205
|
+
"name": "PackageStatusFilterComparison",
|
|
90206
|
+
"ofType": null
|
|
90207
|
+
},
|
|
90208
|
+
"defaultValue": null,
|
|
90209
|
+
"isDeprecated": false,
|
|
90210
|
+
"deprecationReason": null
|
|
90211
|
+
},
|
|
90212
|
+
{
|
|
90213
|
+
"name": "updatedAt",
|
|
90214
|
+
"description": null,
|
|
90215
|
+
"type": {
|
|
90216
|
+
"kind": "INPUT_OBJECT",
|
|
90217
|
+
"name": "DateFieldComparison",
|
|
90218
|
+
"ofType": null
|
|
90219
|
+
},
|
|
90220
|
+
"defaultValue": null,
|
|
90221
|
+
"isDeprecated": false,
|
|
90222
|
+
"deprecationReason": null
|
|
90223
|
+
},
|
|
90224
|
+
{
|
|
90225
|
+
"name": "versionNumber",
|
|
90226
|
+
"description": null,
|
|
90227
|
+
"type": {
|
|
90228
|
+
"kind": "INPUT_OBJECT",
|
|
90229
|
+
"name": "IntFieldComparison",
|
|
90230
|
+
"ofType": null
|
|
90231
|
+
},
|
|
90232
|
+
"defaultValue": null,
|
|
90233
|
+
"isDeprecated": false,
|
|
90234
|
+
"deprecationReason": null
|
|
90235
|
+
}
|
|
90236
|
+
],
|
|
90237
|
+
"interfaces": null,
|
|
90238
|
+
"enumValues": null,
|
|
90239
|
+
"possibleTypes": null
|
|
90240
|
+
},
|
|
89859
90241
|
{
|
|
89860
90242
|
"kind": "OBJECT",
|
|
89861
90243
|
"name": "SubscriptionQueryMaxAggregate",
|
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.12.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-11-
|
|
11
|
+
date: 2025-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|