stigg-api-client 0.458.4 → 0.460.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: 98717efc7318025544e08a1cf90f0ec0088306d648c430a1819bcefc9f67dc1d
4
- data.tar.gz: cdd1bbb724ac51d4f4be105180d9e4e84b683e65b20ca26cdd6aadca0d3be0b0
3
+ metadata.gz: a4105632ab4b7f9ba6128fb139767f3ca654e71195c20aa1fe0fb5cf179370eb
4
+ data.tar.gz: 5f59c4ef1d4241301415126a1a64fa5755ffcbdf0d3315bf3609750b253f52d8
5
5
  SHA512:
6
- metadata.gz: de3e818c6238b27b04a6bfbfd1274f0bbcb08d1cac9430ab7f0b7ab0a12b3f3fa93ad4e2881f1df7c3feead709d250c392f1071ed4dc77bafcd966d9b59522d8
7
- data.tar.gz: 7de73eea6ef9361a799f2021b26103a711fc5cc979d473e0735e2d246dc8b0c07e7b4f0b84428e3a3db482333ccf1dac27f7877db623757b6a564976901da455
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.458.4)
4
+ stigg-api-client (0.460.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -3115,6 +3115,49 @@
3115
3115
  "enumValues": null,
3116
3116
  "possibleTypes": null
3117
3117
  },
3118
+ {
3119
+ "kind": "OBJECT",
3120
+ "name": "BillableFeature",
3121
+ "description": null,
3122
+ "fields": [
3123
+ {
3124
+ "name": "featureId",
3125
+ "description": null,
3126
+ "args": [],
3127
+ "type": {
3128
+ "kind": "NON_NULL",
3129
+ "name": null,
3130
+ "ofType": {
3131
+ "kind": "SCALAR",
3132
+ "name": "String",
3133
+ "ofType": null
3134
+ }
3135
+ },
3136
+ "isDeprecated": false,
3137
+ "deprecationReason": null
3138
+ },
3139
+ {
3140
+ "name": "quantity",
3141
+ "description": null,
3142
+ "args": [],
3143
+ "type": {
3144
+ "kind": "NON_NULL",
3145
+ "name": null,
3146
+ "ofType": {
3147
+ "kind": "SCALAR",
3148
+ "name": "Float",
3149
+ "ofType": null
3150
+ }
3151
+ },
3152
+ "isDeprecated": false,
3153
+ "deprecationReason": null
3154
+ }
3155
+ ],
3156
+ "inputFields": null,
3157
+ "interfaces": [],
3158
+ "enumValues": null,
3159
+ "possibleTypes": null
3160
+ },
3118
3161
  {
3119
3162
  "kind": "INPUT_OBJECT",
3120
3163
  "name": "BillableFeatureInput",
@@ -16219,6 +16262,26 @@
16219
16262
  "isDeprecated": false,
16220
16263
  "deprecationReason": null
16221
16264
  },
16265
+ {
16266
+ "name": "billableFeatures",
16267
+ "description": null,
16268
+ "args": [],
16269
+ "type": {
16270
+ "kind": "LIST",
16271
+ "name": null,
16272
+ "ofType": {
16273
+ "kind": "NON_NULL",
16274
+ "name": null,
16275
+ "ofType": {
16276
+ "kind": "OBJECT",
16277
+ "name": "BillableFeature",
16278
+ "ofType": null
16279
+ }
16280
+ }
16281
+ },
16282
+ "isDeprecated": false,
16283
+ "deprecationReason": null
16284
+ },
16222
16285
  {
16223
16286
  "name": "billingPeriod",
16224
16287
  "description": null,
@@ -18651,6 +18714,12 @@
18651
18714
  "isDeprecated": false,
18652
18715
  "deprecationReason": null
18653
18716
  },
18717
+ {
18718
+ "name": "CannotReportUsageForEntitlementWithMeterError",
18719
+ "description": null,
18720
+ "isDeprecated": false,
18721
+ "deprecationReason": null
18722
+ },
18654
18723
  {
18655
18724
  "name": "CheckoutIsNotSupported",
18656
18725
  "description": null,
@@ -31205,8 +31274,8 @@
31205
31274
  "ofType": null
31206
31275
  }
31207
31276
  },
31208
- "isDeprecated": false,
31209
- "deprecationReason": null
31277
+ "isDeprecated": true,
31278
+ "deprecationReason": "Deprecated query, use 'reportUsage' instead"
31210
31279
  },
31211
31280
  {
31212
31281
  "name": "deleteEnvironment",
@@ -32540,6 +32609,39 @@
32540
32609
  "isDeprecated": false,
32541
32610
  "deprecationReason": null
32542
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
+ },
32543
32645
  {
32544
32646
  "name": "resendEmailVerification",
32545
32647
  "description": null,
@@ -49582,6 +49684,113 @@
49582
49684
  "enumValues": null,
49583
49685
  "possibleTypes": null
49584
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
+ },
49585
49794
  {
49586
49795
  "kind": "UNION",
49587
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.458.4"
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.458.4
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-06 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