stigg-api-client 5.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a3e1cae09cd51fbdb86c36e1fffb617a089560e6d0455997b9891b0df6f761f
4
- data.tar.gz: ce1d309616a06d14d7e9e086b827ecea2f185e2c5fe3708064a23d0aa5bb8a9b
3
+ metadata.gz: 4d070fb2fd7a1ddbc87ce1c4687891300fe2a2c189d2b699cad37b96c83e4006
4
+ data.tar.gz: 2ad84370c44ca82f613edd8957bf37b3ad555afaa356bb1047f853dbfd421c49
5
5
  SHA512:
6
- metadata.gz: 656b0d5d8d60f50f471f04976e3c7e6b0dc29b84047da76dc635a5acd487e2c1c2cd620d321226652db4b4d510ba1665b2282c5c5a778fd20e9c71931ce3732a
7
- data.tar.gz: '0835e816a66996301ad35b04091f09d92c3f85b01294c8c6d44b7743c37d4b45ac11f5d7d0b3af97f73a4ff387fa175ff7d5f70ceee983adebdf4b6c8d0be6da'
6
+ metadata.gz: c892fcc19be7fb8605fc3e98bbdefefc152a6bcf26ccdbe41035284e0d103af72a754c631cf3485f307e5a2b75a00ec1a4acba449016c17657a58256f2495ca5
7
+ data.tar.gz: 9700126e6561e259e9a4dd9b0f8f3f878db97573ff5c1ecd2f3897eadd860ee498fbf999f8951d0db1a17f82bd30b1e6ec500d6ad59b40393924bf61f5152c7c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.0.0)
4
+ stigg-api-client (5.9.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -77564,6 +77564,18 @@
77564
77564
  "isDeprecated": false,
77565
77565
  "deprecationReason": null
77566
77566
  },
77567
+ {
77568
+ "name": "passphrase",
77569
+ "description": "The masked passphrase for the encrypted private key",
77570
+ "args": [],
77571
+ "type": {
77572
+ "kind": "SCALAR",
77573
+ "name": "String",
77574
+ "ofType": null
77575
+ },
77576
+ "isDeprecated": false,
77577
+ "deprecationReason": null
77578
+ },
77567
77579
  {
77568
77580
  "name": "password",
77569
77581
  "description": "The masked password indicating the password based authentication for the Snowflake integration",
@@ -77576,6 +77588,18 @@
77576
77588
  "isDeprecated": false,
77577
77589
  "deprecationReason": null
77578
77590
  },
77591
+ {
77592
+ "name": "privateKey",
77593
+ "description": "The base64 encoded SHA-256 fingerprint of the public key corresponding to the private key",
77594
+ "args": [],
77595
+ "type": {
77596
+ "kind": "SCALAR",
77597
+ "name": "String",
77598
+ "ofType": null
77599
+ },
77600
+ "isDeprecated": false,
77601
+ "deprecationReason": null
77602
+ },
77579
77603
  {
77580
77604
  "name": "role",
77581
77605
  "description": "The role you specified when creating the Stigg entities in Snowflake, for example: STIGG_ROLE",
@@ -77686,7 +77710,7 @@
77686
77710
  },
77687
77711
  {
77688
77712
  "name": "passphrase",
77689
- "description": "The passphrase for the private key",
77713
+ "description": "The passphrase for the encrypted private key",
77690
77714
  "type": {
77691
77715
  "kind": "SCALAR",
77692
77716
  "name": "String",
@@ -89500,6 +89524,18 @@
89500
89524
  "isDeprecated": false,
89501
89525
  "deprecationReason": null
89502
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
+ },
89503
89539
  {
89504
89540
  "name": "pricingType",
89505
89541
  "description": null,
@@ -89524,6 +89560,18 @@
89524
89560
  "isDeprecated": false,
89525
89561
  "deprecationReason": null
89526
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
+ },
89527
89575
  {
89528
89576
  "name": "resourceId",
89529
89577
  "description": null,
@@ -89832,6 +89880,300 @@
89832
89880
  "enumValues": null,
89833
89881
  "possibleTypes": null
89834
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
+ },
89835
90177
  {
89836
90178
  "kind": "OBJECT",
89837
90179
  "name": "SubscriptionQueryMaxAggregate",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.0.0"
4
+ VERSION = "5.9.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: 5.0.0
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-04 00:00:00.000000000 Z
11
+ date: 2025-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient