stigg-api-client 0.459.0 → 0.460.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e21721d218ba3e632d10892a08851121a45417080a120bf221535d6331244ed7
4
- data.tar.gz: 8005029093c19a186839c96710e8282ddce6bf6d1dbb4338c244126d436352e9
3
+ metadata.gz: a4105632ab4b7f9ba6128fb139767f3ca654e71195c20aa1fe0fb5cf179370eb
4
+ data.tar.gz: 5f59c4ef1d4241301415126a1a64fa5755ffcbdf0d3315bf3609750b253f52d8
5
5
  SHA512:
6
- metadata.gz: 194aaf505851d5bac6da6148c21b7385067039f129e477c82e1f34aa22a2ef945515079c4735f980f16f6a30bfda23a47063feae0bea1098c814d37098e80f5c
7
- data.tar.gz: 6ff798c08cab63ca9f007702581f5f817f3e4983ea377a85fa889a38d9fa43811329cf24f3dd61d80fcb26984ea07e61971019cec4badc26da45e977ebd5c9d7
6
+ metadata.gz: db8d019c6f7eca172258b2400bc4346484f11da4a39da98e59488969337f6efe27a03759b0885accdbe4ef7d5e03c9aefeeb1afe78a67971ac7c3ddee630836a
7
+ data.tar.gz: 536e89d7ce3821b4126f49848a8d602f917ca79a16076de8c9996d5d3d30b4458a0631be84b7d5eaede45ccf1f93fc07baf06b33f68ec0daf11460cd245318ce
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.459.0)
4
+ stigg-api-client (0.460.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -18714,6 +18714,12 @@
18714
18714
  "isDeprecated": false,
18715
18715
  "deprecationReason": null
18716
18716
  },
18717
+ {
18718
+ "name": "CannotReportUsageForEntitlementWithMeterError",
18719
+ "description": null,
18720
+ "isDeprecated": false,
18721
+ "deprecationReason": null
18722
+ },
18717
18723
  {
18718
18724
  "name": "CheckoutIsNotSupported",
18719
18725
  "description": null,
@@ -31268,8 +31274,8 @@
31268
31274
  "ofType": null
31269
31275
  }
31270
31276
  },
31271
- "isDeprecated": false,
31272
- "deprecationReason": null
31277
+ "isDeprecated": true,
31278
+ "deprecationReason": "Deprecated query, use 'reportUsage' instead"
31273
31279
  },
31274
31280
  {
31275
31281
  "name": "deleteEnvironment",
@@ -32603,6 +32609,39 @@
32603
32609
  "isDeprecated": false,
32604
32610
  "deprecationReason": null
32605
32611
  },
32612
+ {
32613
+ "name": "reportUsage",
32614
+ "description": null,
32615
+ "args": [
32616
+ {
32617
+ "name": "input",
32618
+ "description": null,
32619
+ "type": {
32620
+ "kind": "NON_NULL",
32621
+ "name": null,
32622
+ "ofType": {
32623
+ "kind": "INPUT_OBJECT",
32624
+ "name": "ReportUsageInput",
32625
+ "ofType": null
32626
+ }
32627
+ },
32628
+ "defaultValue": null,
32629
+ "isDeprecated": false,
32630
+ "deprecationReason": null
32631
+ }
32632
+ ],
32633
+ "type": {
32634
+ "kind": "NON_NULL",
32635
+ "name": null,
32636
+ "ofType": {
32637
+ "kind": "OBJECT",
32638
+ "name": "UsageMeasurementWithCurrentUsage",
32639
+ "ofType": null
32640
+ }
32641
+ },
32642
+ "isDeprecated": false,
32643
+ "deprecationReason": null
32644
+ },
32606
32645
  {
32607
32646
  "name": "resendEmailVerification",
32608
32647
  "description": null,
@@ -49645,6 +49684,113 @@
49645
49684
  "enumValues": null,
49646
49685
  "possibleTypes": null
49647
49686
  },
49687
+ {
49688
+ "kind": "INPUT_OBJECT",
49689
+ "name": "ReportUsageInput",
49690
+ "description": null,
49691
+ "fields": null,
49692
+ "inputFields": [
49693
+ {
49694
+ "name": "createdAt",
49695
+ "description": null,
49696
+ "type": {
49697
+ "kind": "SCALAR",
49698
+ "name": "DateTime",
49699
+ "ofType": null
49700
+ },
49701
+ "defaultValue": null,
49702
+ "isDeprecated": false,
49703
+ "deprecationReason": null
49704
+ },
49705
+ {
49706
+ "name": "customerId",
49707
+ "description": null,
49708
+ "type": {
49709
+ "kind": "NON_NULL",
49710
+ "name": null,
49711
+ "ofType": {
49712
+ "kind": "SCALAR",
49713
+ "name": "String",
49714
+ "ofType": null
49715
+ }
49716
+ },
49717
+ "defaultValue": null,
49718
+ "isDeprecated": false,
49719
+ "deprecationReason": null
49720
+ },
49721
+ {
49722
+ "name": "environmentId",
49723
+ "description": null,
49724
+ "type": {
49725
+ "kind": "SCALAR",
49726
+ "name": "String",
49727
+ "ofType": null
49728
+ },
49729
+ "defaultValue": null,
49730
+ "isDeprecated": false,
49731
+ "deprecationReason": null
49732
+ },
49733
+ {
49734
+ "name": "featureId",
49735
+ "description": null,
49736
+ "type": {
49737
+ "kind": "NON_NULL",
49738
+ "name": null,
49739
+ "ofType": {
49740
+ "kind": "SCALAR",
49741
+ "name": "String",
49742
+ "ofType": null
49743
+ }
49744
+ },
49745
+ "defaultValue": null,
49746
+ "isDeprecated": false,
49747
+ "deprecationReason": null
49748
+ },
49749
+ {
49750
+ "name": "resourceId",
49751
+ "description": null,
49752
+ "type": {
49753
+ "kind": "SCALAR",
49754
+ "name": "String",
49755
+ "ofType": null
49756
+ },
49757
+ "defaultValue": null,
49758
+ "isDeprecated": false,
49759
+ "deprecationReason": null
49760
+ },
49761
+ {
49762
+ "name": "updateBehavior",
49763
+ "description": null,
49764
+ "type": {
49765
+ "kind": "ENUM",
49766
+ "name": "UsageUpdateBehavior",
49767
+ "ofType": null
49768
+ },
49769
+ "defaultValue": "DELTA",
49770
+ "isDeprecated": false,
49771
+ "deprecationReason": null
49772
+ },
49773
+ {
49774
+ "name": "value",
49775
+ "description": null,
49776
+ "type": {
49777
+ "kind": "NON_NULL",
49778
+ "name": null,
49779
+ "ofType": {
49780
+ "kind": "SCALAR",
49781
+ "name": "Float",
49782
+ "ofType": null
49783
+ }
49784
+ },
49785
+ "defaultValue": null,
49786
+ "isDeprecated": false,
49787
+ "deprecationReason": null
49788
+ }
49789
+ ],
49790
+ "interfaces": null,
49791
+ "enumValues": null,
49792
+ "possibleTypes": null
49793
+ },
49648
49794
  {
49649
49795
  "kind": "UNION",
49650
49796
  "name": "ResetPeriodConfiguration",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.459.0"
4
+ VERSION = "0.460.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: 0.459.0
4
+ version: 0.460.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-07 00:00:00.000000000 Z
11
+ date: 2023-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient