stigg-api-client 3.116.2 → 3.120.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: b5e112de5e599e6346cb06143ac2fa4e61fb8e50fd2155d0cf061aee6b45520f
4
- data.tar.gz: 4c6dac2f3c0957188615e42d5ab20ad140325bd2b321ea377f2e20402fe1cbc2
3
+ metadata.gz: 47bf25137314f5e1b92c07b80d2cb519247f28d98c053b5127d37f1c1f03544f
4
+ data.tar.gz: bc93b26de3ece75d28be7ea4eac6ca42e35992f0ddba9543e927667060255736
5
5
  SHA512:
6
- metadata.gz: 40021235b84d6a36654924d99b34fd40668c7e193d1ddb537d44ec01da3480e3b96b3091198e75242cd52d58e3986b8ce303f7f4671ceff003d83f05b0940b2c
7
- data.tar.gz: 372ba94ccb910ea358d9c120f49d98c4b34cad7be2f67f2b3fd09e21bddc26b271096145a1c38e6e8049d3e6ca569a25ce266c4b57308ea2e3e3e4d7623b7f7b
6
+ metadata.gz: f9d04f4076714b0f12ff7b60b02a3bcbcb82fef31b743433a250d8f1451c98c66820852c5e5062cd4a866e2143146a765ace79c8fc9ef066e576c1e3b34bdc90
7
+ data.tar.gz: b7d20d4bf0e2943f8e2c2238f672b9c61e737a66557e2ef8b9d36cbb42633281eb699995c47bd6ac8585e7dc0ff0941491b149b53c5e48d91180e36f1de3c803
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.116.2)
4
+ stigg-api-client (3.120.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -88074,7 +88074,7 @@
88074
88074
  },
88075
88075
  {
88076
88076
  "name": "billingId",
88077
- "description": null,
88077
+ "description": "Billing ID",
88078
88078
  "args": [],
88079
88079
  "type": {
88080
88080
  "kind": "SCALAR",
@@ -88619,7 +88619,7 @@
88619
88619
  },
88620
88620
  {
88621
88621
  "name": "salesforceId",
88622
- "description": null,
88622
+ "description": "Salesforce ID",
88623
88623
  "args": [],
88624
88624
  "type": {
88625
88625
  "kind": "SCALAR",
@@ -88736,7 +88736,7 @@
88736
88736
  },
88737
88737
  {
88738
88738
  "name": "subscriptionId",
88739
- "description": null,
88739
+ "description": "Subscription ID",
88740
88740
  "args": [],
88741
88741
  "type": {
88742
88742
  "kind": "NON_NULL",
@@ -88833,6 +88833,18 @@
88833
88833
  "name": "SubscriptionQueryAggregateGroupBy",
88834
88834
  "description": null,
88835
88835
  "fields": [
88836
+ {
88837
+ "name": "billingId",
88838
+ "description": null,
88839
+ "args": [],
88840
+ "type": {
88841
+ "kind": "SCALAR",
88842
+ "name": "String",
88843
+ "ofType": null
88844
+ },
88845
+ "isDeprecated": false,
88846
+ "deprecationReason": null
88847
+ },
88836
88848
  {
88837
88849
  "name": "createdAt",
88838
88850
  "description": null,
@@ -88893,6 +88905,18 @@
88893
88905
  "isDeprecated": false,
88894
88906
  "deprecationReason": null
88895
88907
  },
88908
+ {
88909
+ "name": "salesforceId",
88910
+ "description": null,
88911
+ "args": [],
88912
+ "type": {
88913
+ "kind": "SCALAR",
88914
+ "name": "String",
88915
+ "ofType": null
88916
+ },
88917
+ "isDeprecated": false,
88918
+ "deprecationReason": null
88919
+ },
88896
88920
  {
88897
88921
  "name": "startDate",
88898
88922
  "description": null,
@@ -88916,6 +88940,18 @@
88916
88940
  },
88917
88941
  "isDeprecated": false,
88918
88942
  "deprecationReason": null
88943
+ },
88944
+ {
88945
+ "name": "subscriptionId",
88946
+ "description": null,
88947
+ "args": [],
88948
+ "type": {
88949
+ "kind": "SCALAR",
88950
+ "name": "String",
88951
+ "ofType": null
88952
+ },
88953
+ "isDeprecated": false,
88954
+ "deprecationReason": null
88919
88955
  }
88920
88956
  ],
88921
88957
  "inputFields": null,
@@ -88995,6 +89031,18 @@
88995
89031
  "name": "SubscriptionQueryCountAggregate",
88996
89032
  "description": null,
88997
89033
  "fields": [
89034
+ {
89035
+ "name": "billingId",
89036
+ "description": null,
89037
+ "args": [],
89038
+ "type": {
89039
+ "kind": "SCALAR",
89040
+ "name": "Int",
89041
+ "ofType": null
89042
+ },
89043
+ "isDeprecated": false,
89044
+ "deprecationReason": null
89045
+ },
88998
89046
  {
88999
89047
  "name": "createdAt",
89000
89048
  "description": null,
@@ -89055,6 +89103,18 @@
89055
89103
  "isDeprecated": false,
89056
89104
  "deprecationReason": null
89057
89105
  },
89106
+ {
89107
+ "name": "salesforceId",
89108
+ "description": null,
89109
+ "args": [],
89110
+ "type": {
89111
+ "kind": "SCALAR",
89112
+ "name": "Int",
89113
+ "ofType": null
89114
+ },
89115
+ "isDeprecated": false,
89116
+ "deprecationReason": null
89117
+ },
89058
89118
  {
89059
89119
  "name": "startDate",
89060
89120
  "description": null,
@@ -89078,6 +89138,18 @@
89078
89138
  },
89079
89139
  "isDeprecated": false,
89080
89140
  "deprecationReason": null
89141
+ },
89142
+ {
89143
+ "name": "subscriptionId",
89144
+ "description": null,
89145
+ "args": [],
89146
+ "type": {
89147
+ "kind": "SCALAR",
89148
+ "name": "Int",
89149
+ "ofType": null
89150
+ },
89151
+ "isDeprecated": false,
89152
+ "deprecationReason": null
89081
89153
  }
89082
89154
  ],
89083
89155
  "inputFields": null,
@@ -89154,6 +89226,18 @@
89154
89226
  "isDeprecated": false,
89155
89227
  "deprecationReason": null
89156
89228
  },
89229
+ {
89230
+ "name": "billingId",
89231
+ "description": null,
89232
+ "type": {
89233
+ "kind": "INPUT_OBJECT",
89234
+ "name": "StringFieldComparison",
89235
+ "ofType": null
89236
+ },
89237
+ "defaultValue": null,
89238
+ "isDeprecated": false,
89239
+ "deprecationReason": null
89240
+ },
89157
89241
  {
89158
89242
  "name": "createdAt",
89159
89243
  "description": null,
@@ -89246,6 +89330,18 @@
89246
89330
  "isDeprecated": false,
89247
89331
  "deprecationReason": null
89248
89332
  },
89333
+ {
89334
+ "name": "salesforceId",
89335
+ "description": null,
89336
+ "type": {
89337
+ "kind": "INPUT_OBJECT",
89338
+ "name": "StringFieldComparison",
89339
+ "ofType": null
89340
+ },
89341
+ "defaultValue": null,
89342
+ "isDeprecated": false,
89343
+ "deprecationReason": null
89344
+ },
89249
89345
  {
89250
89346
  "name": "startDate",
89251
89347
  "description": null,
@@ -89269,6 +89365,18 @@
89269
89365
  "defaultValue": null,
89270
89366
  "isDeprecated": false,
89271
89367
  "deprecationReason": null
89368
+ },
89369
+ {
89370
+ "name": "subscriptionId",
89371
+ "description": null,
89372
+ "type": {
89373
+ "kind": "INPUT_OBJECT",
89374
+ "name": "StringFieldComparison",
89375
+ "ofType": null
89376
+ },
89377
+ "defaultValue": null,
89378
+ "isDeprecated": false,
89379
+ "deprecationReason": null
89272
89380
  }
89273
89381
  ],
89274
89382
  "interfaces": null,
@@ -89523,6 +89631,18 @@
89523
89631
  "name": "SubscriptionQueryMaxAggregate",
89524
89632
  "description": null,
89525
89633
  "fields": [
89634
+ {
89635
+ "name": "billingId",
89636
+ "description": null,
89637
+ "args": [],
89638
+ "type": {
89639
+ "kind": "SCALAR",
89640
+ "name": "String",
89641
+ "ofType": null
89642
+ },
89643
+ "isDeprecated": false,
89644
+ "deprecationReason": null
89645
+ },
89526
89646
  {
89527
89647
  "name": "createdAt",
89528
89648
  "description": null,
@@ -89583,6 +89703,18 @@
89583
89703
  "isDeprecated": false,
89584
89704
  "deprecationReason": null
89585
89705
  },
89706
+ {
89707
+ "name": "salesforceId",
89708
+ "description": null,
89709
+ "args": [],
89710
+ "type": {
89711
+ "kind": "SCALAR",
89712
+ "name": "String",
89713
+ "ofType": null
89714
+ },
89715
+ "isDeprecated": false,
89716
+ "deprecationReason": null
89717
+ },
89586
89718
  {
89587
89719
  "name": "startDate",
89588
89720
  "description": null,
@@ -89606,6 +89738,18 @@
89606
89738
  },
89607
89739
  "isDeprecated": false,
89608
89740
  "deprecationReason": null
89741
+ },
89742
+ {
89743
+ "name": "subscriptionId",
89744
+ "description": null,
89745
+ "args": [],
89746
+ "type": {
89747
+ "kind": "SCALAR",
89748
+ "name": "String",
89749
+ "ofType": null
89750
+ },
89751
+ "isDeprecated": false,
89752
+ "deprecationReason": null
89609
89753
  }
89610
89754
  ],
89611
89755
  "inputFields": null,
@@ -89618,6 +89762,18 @@
89618
89762
  "name": "SubscriptionQueryMinAggregate",
89619
89763
  "description": null,
89620
89764
  "fields": [
89765
+ {
89766
+ "name": "billingId",
89767
+ "description": null,
89768
+ "args": [],
89769
+ "type": {
89770
+ "kind": "SCALAR",
89771
+ "name": "String",
89772
+ "ofType": null
89773
+ },
89774
+ "isDeprecated": false,
89775
+ "deprecationReason": null
89776
+ },
89621
89777
  {
89622
89778
  "name": "createdAt",
89623
89779
  "description": null,
@@ -89678,6 +89834,18 @@
89678
89834
  "isDeprecated": false,
89679
89835
  "deprecationReason": null
89680
89836
  },
89837
+ {
89838
+ "name": "salesforceId",
89839
+ "description": null,
89840
+ "args": [],
89841
+ "type": {
89842
+ "kind": "SCALAR",
89843
+ "name": "String",
89844
+ "ofType": null
89845
+ },
89846
+ "isDeprecated": false,
89847
+ "deprecationReason": null
89848
+ },
89681
89849
  {
89682
89850
  "name": "startDate",
89683
89851
  "description": null,
@@ -89701,6 +89869,18 @@
89701
89869
  },
89702
89870
  "isDeprecated": false,
89703
89871
  "deprecationReason": null
89872
+ },
89873
+ {
89874
+ "name": "subscriptionId",
89875
+ "description": null,
89876
+ "args": [],
89877
+ "type": {
89878
+ "kind": "SCALAR",
89879
+ "name": "String",
89880
+ "ofType": null
89881
+ },
89882
+ "isDeprecated": false,
89883
+ "deprecationReason": null
89704
89884
  }
89705
89885
  ],
89706
89886
  "inputFields": null,
@@ -89771,6 +89951,12 @@
89771
89951
  "inputFields": null,
89772
89952
  "interfaces": null,
89773
89953
  "enumValues": [
89954
+ {
89955
+ "name": "billingId",
89956
+ "description": null,
89957
+ "isDeprecated": false,
89958
+ "deprecationReason": null
89959
+ },
89774
89960
  {
89775
89961
  "name": "createdAt",
89776
89962
  "description": null,
@@ -89801,6 +89987,12 @@
89801
89987
  "isDeprecated": false,
89802
89988
  "deprecationReason": null
89803
89989
  },
89990
+ {
89991
+ "name": "salesforceId",
89992
+ "description": null,
89993
+ "isDeprecated": false,
89994
+ "deprecationReason": null
89995
+ },
89804
89996
  {
89805
89997
  "name": "startDate",
89806
89998
  "description": null,
@@ -89812,6 +90004,12 @@
89812
90004
  "description": null,
89813
90005
  "isDeprecated": false,
89814
90006
  "deprecationReason": null
90007
+ },
90008
+ {
90009
+ "name": "subscriptionId",
90010
+ "description": null,
90011
+ "isDeprecated": false,
90012
+ "deprecationReason": null
89815
90013
  }
89816
90014
  ],
89817
90015
  "possibleTypes": null
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.116.2"
4
+ VERSION = "3.120.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: 3.116.2
4
+ version: 3.120.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-10-20 00:00:00.000000000 Z
11
+ date: 2025-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient