stigg-api-client 5.1.0 → 5.9.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 +318 -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: 4d070fb2fd7a1ddbc87ce1c4687891300fe2a2c189d2b699cad37b96c83e4006
|
|
4
|
+
data.tar.gz: 2ad84370c44ca82f613edd8957bf37b3ad555afaa356bb1047f853dbfd421c49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c892fcc19be7fb8605fc3e98bbdefefc152a6bcf26ccdbe41035284e0d103af72a754c631cf3485f307e5a2b75a00ec1a4acba449016c17657a58256f2495ca5
|
|
7
|
+
data.tar.gz: 9700126e6561e259e9a4dd9b0f8f3f878db97573ff5c1ecd2f3897eadd860ee498fbf999f8951d0db1a17f82bd30b1e6ec500d6ad59b40393924bf61f5152c7c
|
data/Gemfile.lock
CHANGED
|
@@ -89524,6 +89524,18 @@
|
|
|
89524
89524
|
"isDeprecated": false,
|
|
89525
89525
|
"deprecationReason": null
|
|
89526
89526
|
},
|
|
89527
|
+
{
|
|
89528
|
+
"name": "plan",
|
|
89529
|
+
"description": null,
|
|
89530
|
+
"type": {
|
|
89531
|
+
"kind": "INPUT_OBJECT",
|
|
89532
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
89533
|
+
"ofType": null
|
|
89534
|
+
},
|
|
89535
|
+
"defaultValue": null,
|
|
89536
|
+
"isDeprecated": false,
|
|
89537
|
+
"deprecationReason": null
|
|
89538
|
+
},
|
|
89527
89539
|
{
|
|
89528
89540
|
"name": "pricingType",
|
|
89529
89541
|
"description": null,
|
|
@@ -89548,6 +89560,18 @@
|
|
|
89548
89560
|
"isDeprecated": false,
|
|
89549
89561
|
"deprecationReason": null
|
|
89550
89562
|
},
|
|
89563
|
+
{
|
|
89564
|
+
"name": "resource",
|
|
89565
|
+
"description": null,
|
|
89566
|
+
"type": {
|
|
89567
|
+
"kind": "INPUT_OBJECT",
|
|
89568
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89569
|
+
"ofType": null
|
|
89570
|
+
},
|
|
89571
|
+
"defaultValue": null,
|
|
89572
|
+
"isDeprecated": false,
|
|
89573
|
+
"deprecationReason": null
|
|
89574
|
+
},
|
|
89551
89575
|
{
|
|
89552
89576
|
"name": "resourceId",
|
|
89553
89577
|
"description": null,
|
|
@@ -89856,6 +89880,300 @@
|
|
|
89856
89880
|
"enumValues": null,
|
|
89857
89881
|
"possibleTypes": null
|
|
89858
89882
|
},
|
|
89883
|
+
{
|
|
89884
|
+
"kind": "INPUT_OBJECT",
|
|
89885
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89886
|
+
"description": null,
|
|
89887
|
+
"fields": null,
|
|
89888
|
+
"inputFields": [
|
|
89889
|
+
{
|
|
89890
|
+
"name": "and",
|
|
89891
|
+
"description": null,
|
|
89892
|
+
"type": {
|
|
89893
|
+
"kind": "LIST",
|
|
89894
|
+
"name": null,
|
|
89895
|
+
"ofType": {
|
|
89896
|
+
"kind": "NON_NULL",
|
|
89897
|
+
"name": null,
|
|
89898
|
+
"ofType": {
|
|
89899
|
+
"kind": "INPUT_OBJECT",
|
|
89900
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89901
|
+
"ofType": null
|
|
89902
|
+
}
|
|
89903
|
+
}
|
|
89904
|
+
},
|
|
89905
|
+
"defaultValue": null,
|
|
89906
|
+
"isDeprecated": false,
|
|
89907
|
+
"deprecationReason": null
|
|
89908
|
+
},
|
|
89909
|
+
{
|
|
89910
|
+
"name": "createdAt",
|
|
89911
|
+
"description": null,
|
|
89912
|
+
"type": {
|
|
89913
|
+
"kind": "INPUT_OBJECT",
|
|
89914
|
+
"name": "DateFieldComparison",
|
|
89915
|
+
"ofType": null
|
|
89916
|
+
},
|
|
89917
|
+
"defaultValue": null,
|
|
89918
|
+
"isDeprecated": false,
|
|
89919
|
+
"deprecationReason": null
|
|
89920
|
+
},
|
|
89921
|
+
{
|
|
89922
|
+
"name": "environmentId",
|
|
89923
|
+
"description": null,
|
|
89924
|
+
"type": {
|
|
89925
|
+
"kind": "INPUT_OBJECT",
|
|
89926
|
+
"name": "UUIDFilterComparison",
|
|
89927
|
+
"ofType": null
|
|
89928
|
+
},
|
|
89929
|
+
"defaultValue": null,
|
|
89930
|
+
"isDeprecated": false,
|
|
89931
|
+
"deprecationReason": null
|
|
89932
|
+
},
|
|
89933
|
+
{
|
|
89934
|
+
"name": "or",
|
|
89935
|
+
"description": null,
|
|
89936
|
+
"type": {
|
|
89937
|
+
"kind": "LIST",
|
|
89938
|
+
"name": null,
|
|
89939
|
+
"ofType": {
|
|
89940
|
+
"kind": "NON_NULL",
|
|
89941
|
+
"name": null,
|
|
89942
|
+
"ofType": {
|
|
89943
|
+
"kind": "INPUT_OBJECT",
|
|
89944
|
+
"name": "SubscriptionQueryFilterCustomerResourceFilter",
|
|
89945
|
+
"ofType": null
|
|
89946
|
+
}
|
|
89947
|
+
}
|
|
89948
|
+
},
|
|
89949
|
+
"defaultValue": null,
|
|
89950
|
+
"isDeprecated": false,
|
|
89951
|
+
"deprecationReason": null
|
|
89952
|
+
},
|
|
89953
|
+
{
|
|
89954
|
+
"name": "resourceId",
|
|
89955
|
+
"description": null,
|
|
89956
|
+
"type": {
|
|
89957
|
+
"kind": "INPUT_OBJECT",
|
|
89958
|
+
"name": "StringFieldComparison",
|
|
89959
|
+
"ofType": null
|
|
89960
|
+
},
|
|
89961
|
+
"defaultValue": null,
|
|
89962
|
+
"isDeprecated": false,
|
|
89963
|
+
"deprecationReason": null
|
|
89964
|
+
}
|
|
89965
|
+
],
|
|
89966
|
+
"interfaces": null,
|
|
89967
|
+
"enumValues": null,
|
|
89968
|
+
"possibleTypes": null
|
|
89969
|
+
},
|
|
89970
|
+
{
|
|
89971
|
+
"kind": "INPUT_OBJECT",
|
|
89972
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
89973
|
+
"description": null,
|
|
89974
|
+
"fields": null,
|
|
89975
|
+
"inputFields": [
|
|
89976
|
+
{
|
|
89977
|
+
"name": "and",
|
|
89978
|
+
"description": null,
|
|
89979
|
+
"type": {
|
|
89980
|
+
"kind": "LIST",
|
|
89981
|
+
"name": null,
|
|
89982
|
+
"ofType": {
|
|
89983
|
+
"kind": "NON_NULL",
|
|
89984
|
+
"name": null,
|
|
89985
|
+
"ofType": {
|
|
89986
|
+
"kind": "INPUT_OBJECT",
|
|
89987
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
89988
|
+
"ofType": null
|
|
89989
|
+
}
|
|
89990
|
+
}
|
|
89991
|
+
},
|
|
89992
|
+
"defaultValue": null,
|
|
89993
|
+
"isDeprecated": false,
|
|
89994
|
+
"deprecationReason": null
|
|
89995
|
+
},
|
|
89996
|
+
{
|
|
89997
|
+
"name": "billingId",
|
|
89998
|
+
"description": null,
|
|
89999
|
+
"type": {
|
|
90000
|
+
"kind": "INPUT_OBJECT",
|
|
90001
|
+
"name": "StringFieldComparison",
|
|
90002
|
+
"ofType": null
|
|
90003
|
+
},
|
|
90004
|
+
"defaultValue": null,
|
|
90005
|
+
"isDeprecated": false,
|
|
90006
|
+
"deprecationReason": null
|
|
90007
|
+
},
|
|
90008
|
+
{
|
|
90009
|
+
"name": "createdAt",
|
|
90010
|
+
"description": null,
|
|
90011
|
+
"type": {
|
|
90012
|
+
"kind": "INPUT_OBJECT",
|
|
90013
|
+
"name": "DateFieldComparison",
|
|
90014
|
+
"ofType": null
|
|
90015
|
+
},
|
|
90016
|
+
"defaultValue": null,
|
|
90017
|
+
"isDeprecated": false,
|
|
90018
|
+
"deprecationReason": null
|
|
90019
|
+
},
|
|
90020
|
+
{
|
|
90021
|
+
"name": "description",
|
|
90022
|
+
"description": null,
|
|
90023
|
+
"type": {
|
|
90024
|
+
"kind": "INPUT_OBJECT",
|
|
90025
|
+
"name": "StringFieldComparison",
|
|
90026
|
+
"ofType": null
|
|
90027
|
+
},
|
|
90028
|
+
"defaultValue": null,
|
|
90029
|
+
"isDeprecated": false,
|
|
90030
|
+
"deprecationReason": null
|
|
90031
|
+
},
|
|
90032
|
+
{
|
|
90033
|
+
"name": "displayName",
|
|
90034
|
+
"description": null,
|
|
90035
|
+
"type": {
|
|
90036
|
+
"kind": "INPUT_OBJECT",
|
|
90037
|
+
"name": "StringFieldComparison",
|
|
90038
|
+
"ofType": null
|
|
90039
|
+
},
|
|
90040
|
+
"defaultValue": null,
|
|
90041
|
+
"isDeprecated": false,
|
|
90042
|
+
"deprecationReason": null
|
|
90043
|
+
},
|
|
90044
|
+
{
|
|
90045
|
+
"name": "environmentId",
|
|
90046
|
+
"description": null,
|
|
90047
|
+
"type": {
|
|
90048
|
+
"kind": "INPUT_OBJECT",
|
|
90049
|
+
"name": "UUIDFilterComparison",
|
|
90050
|
+
"ofType": null
|
|
90051
|
+
},
|
|
90052
|
+
"defaultValue": null,
|
|
90053
|
+
"isDeprecated": false,
|
|
90054
|
+
"deprecationReason": null
|
|
90055
|
+
},
|
|
90056
|
+
{
|
|
90057
|
+
"name": "id",
|
|
90058
|
+
"description": null,
|
|
90059
|
+
"type": {
|
|
90060
|
+
"kind": "INPUT_OBJECT",
|
|
90061
|
+
"name": "UUIDFilterComparison",
|
|
90062
|
+
"ofType": null
|
|
90063
|
+
},
|
|
90064
|
+
"defaultValue": null,
|
|
90065
|
+
"isDeprecated": false,
|
|
90066
|
+
"deprecationReason": null
|
|
90067
|
+
},
|
|
90068
|
+
{
|
|
90069
|
+
"name": "isLatest",
|
|
90070
|
+
"description": null,
|
|
90071
|
+
"type": {
|
|
90072
|
+
"kind": "INPUT_OBJECT",
|
|
90073
|
+
"name": "BooleanFieldComparison",
|
|
90074
|
+
"ofType": null
|
|
90075
|
+
},
|
|
90076
|
+
"defaultValue": null,
|
|
90077
|
+
"isDeprecated": false,
|
|
90078
|
+
"deprecationReason": null
|
|
90079
|
+
},
|
|
90080
|
+
{
|
|
90081
|
+
"name": "or",
|
|
90082
|
+
"description": null,
|
|
90083
|
+
"type": {
|
|
90084
|
+
"kind": "LIST",
|
|
90085
|
+
"name": null,
|
|
90086
|
+
"ofType": {
|
|
90087
|
+
"kind": "NON_NULL",
|
|
90088
|
+
"name": null,
|
|
90089
|
+
"ofType": {
|
|
90090
|
+
"kind": "INPUT_OBJECT",
|
|
90091
|
+
"name": "SubscriptionQueryFilterPlanFilter",
|
|
90092
|
+
"ofType": null
|
|
90093
|
+
}
|
|
90094
|
+
}
|
|
90095
|
+
},
|
|
90096
|
+
"defaultValue": null,
|
|
90097
|
+
"isDeprecated": false,
|
|
90098
|
+
"deprecationReason": null
|
|
90099
|
+
},
|
|
90100
|
+
{
|
|
90101
|
+
"name": "pricingType",
|
|
90102
|
+
"description": null,
|
|
90103
|
+
"type": {
|
|
90104
|
+
"kind": "INPUT_OBJECT",
|
|
90105
|
+
"name": "PricingTypeFilterComparison",
|
|
90106
|
+
"ofType": null
|
|
90107
|
+
},
|
|
90108
|
+
"defaultValue": null,
|
|
90109
|
+
"isDeprecated": false,
|
|
90110
|
+
"deprecationReason": null
|
|
90111
|
+
},
|
|
90112
|
+
{
|
|
90113
|
+
"name": "productId",
|
|
90114
|
+
"description": null,
|
|
90115
|
+
"type": {
|
|
90116
|
+
"kind": "INPUT_OBJECT",
|
|
90117
|
+
"name": "StringFieldComparison",
|
|
90118
|
+
"ofType": null
|
|
90119
|
+
},
|
|
90120
|
+
"defaultValue": null,
|
|
90121
|
+
"isDeprecated": false,
|
|
90122
|
+
"deprecationReason": null
|
|
90123
|
+
},
|
|
90124
|
+
{
|
|
90125
|
+
"name": "refId",
|
|
90126
|
+
"description": null,
|
|
90127
|
+
"type": {
|
|
90128
|
+
"kind": "INPUT_OBJECT",
|
|
90129
|
+
"name": "StringFieldComparison",
|
|
90130
|
+
"ofType": null
|
|
90131
|
+
},
|
|
90132
|
+
"defaultValue": null,
|
|
90133
|
+
"isDeprecated": false,
|
|
90134
|
+
"deprecationReason": null
|
|
90135
|
+
},
|
|
90136
|
+
{
|
|
90137
|
+
"name": "status",
|
|
90138
|
+
"description": null,
|
|
90139
|
+
"type": {
|
|
90140
|
+
"kind": "INPUT_OBJECT",
|
|
90141
|
+
"name": "PackageStatusFilterComparison",
|
|
90142
|
+
"ofType": null
|
|
90143
|
+
},
|
|
90144
|
+
"defaultValue": null,
|
|
90145
|
+
"isDeprecated": false,
|
|
90146
|
+
"deprecationReason": null
|
|
90147
|
+
},
|
|
90148
|
+
{
|
|
90149
|
+
"name": "updatedAt",
|
|
90150
|
+
"description": null,
|
|
90151
|
+
"type": {
|
|
90152
|
+
"kind": "INPUT_OBJECT",
|
|
90153
|
+
"name": "DateFieldComparison",
|
|
90154
|
+
"ofType": null
|
|
90155
|
+
},
|
|
90156
|
+
"defaultValue": null,
|
|
90157
|
+
"isDeprecated": false,
|
|
90158
|
+
"deprecationReason": null
|
|
90159
|
+
},
|
|
90160
|
+
{
|
|
90161
|
+
"name": "versionNumber",
|
|
90162
|
+
"description": null,
|
|
90163
|
+
"type": {
|
|
90164
|
+
"kind": "INPUT_OBJECT",
|
|
90165
|
+
"name": "IntFieldComparison",
|
|
90166
|
+
"ofType": null
|
|
90167
|
+
},
|
|
90168
|
+
"defaultValue": null,
|
|
90169
|
+
"isDeprecated": false,
|
|
90170
|
+
"deprecationReason": null
|
|
90171
|
+
}
|
|
90172
|
+
],
|
|
90173
|
+
"interfaces": null,
|
|
90174
|
+
"enumValues": null,
|
|
90175
|
+
"possibleTypes": null
|
|
90176
|
+
},
|
|
89859
90177
|
{
|
|
89860
90178
|
"kind": "OBJECT",
|
|
89861
90179
|
"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.9.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-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|