stigg-api-client 2.131.2 → 2.150.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: 16d2a3beaab373c89f88086e415bcbb93064739e589ebc1c984317582111320d
4
- data.tar.gz: dbd57b2e74a77994d176be9f66a2c3ff9974968ee62e87f30d24300560d9d826
3
+ metadata.gz: 22e3230529e8bd114e9dcc52d91f532f7494cb63df1628c71c8ae581ae04200c
4
+ data.tar.gz: 7d2391818c3bce5b1d540a698d2b878b02fbc7ac7134da843b6eaa233f693ebc
5
5
  SHA512:
6
- metadata.gz: c68e9cdfbdec58a641e1e10a78b30df24966bc925f7d90f2915322e18ac8bad4de5253d7d2c45426c306945765e764ffb64984e6a75026b268e3cb0c913a7998
7
- data.tar.gz: d49b1e5fa3004e925e98f8eb91cffb151aacb776072a9a14acd561fc17e66f9899561e594aba47205492ba39fdb455dfa419a6ef3965084e973ec48b9da8e883
6
+ metadata.gz: 57c1fcd2a54abee28b5e2a046e506cb1b2c49ff8e5e423bc3fe8ec275ba6be1059ba44c462577ae565d853626425cf1a01abee93c837ed8489d5bf6b66ee7e97
7
+ data.tar.gz: 2d0a8a401aa694e15749cf5dbc11f85e8b26a27a21be7e14480d15c6a3f7c7049808c4fd6a64490b50e90e7224febf5ffaaf447d186d1a95122108e62492817a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.131.2)
4
+ stigg-api-client (2.150.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -21609,8 +21609,8 @@
21609
21609
  "name": "DateTime",
21610
21610
  "ofType": null
21611
21611
  },
21612
- "isDeprecated": false,
21613
- "deprecationReason": null
21612
+ "isDeprecated": true,
21613
+ "deprecationReason": "renamed to usagePeriodEnd"
21614
21614
  },
21615
21615
  {
21616
21616
  "name": "requestedUsage",
@@ -21672,6 +21672,42 @@
21672
21672
  "isDeprecated": false,
21673
21673
  "deprecationReason": null
21674
21674
  },
21675
+ {
21676
+ "name": "usagePeriodAnchor",
21677
+ "description": "The anchor for calculating the usage period for metered entitlements with a reset period configured",
21678
+ "args": [],
21679
+ "type": {
21680
+ "kind": "SCALAR",
21681
+ "name": "DateTime",
21682
+ "ofType": null
21683
+ },
21684
+ "isDeprecated": false,
21685
+ "deprecationReason": null
21686
+ },
21687
+ {
21688
+ "name": "usagePeriodEnd",
21689
+ "description": "The end date of the usage period for metered entitlements with a reset period configured",
21690
+ "args": [],
21691
+ "type": {
21692
+ "kind": "SCALAR",
21693
+ "name": "DateTime",
21694
+ "ofType": null
21695
+ },
21696
+ "isDeprecated": false,
21697
+ "deprecationReason": null
21698
+ },
21699
+ {
21700
+ "name": "usagePeriodStart",
21701
+ "description": "The start date of the usage period for metered entitlements with a reset period configured",
21702
+ "args": [],
21703
+ "type": {
21704
+ "kind": "SCALAR",
21705
+ "name": "DateTime",
21706
+ "ofType": null
21707
+ },
21708
+ "isDeprecated": false,
21709
+ "deprecationReason": null
21710
+ },
21675
21711
  {
21676
21712
  "name": "usageUpdatedAt",
21677
21713
  "description": null,
@@ -22526,8 +22562,8 @@
22526
22562
  "name": "DateTime",
22527
22563
  "ofType": null
22528
22564
  },
22529
- "isDeprecated": false,
22530
- "deprecationReason": null
22565
+ "isDeprecated": true,
22566
+ "deprecationReason": "renamed to usagePeriodEnd"
22531
22567
  },
22532
22568
  {
22533
22569
  "name": "requestedUsage",
@@ -22609,6 +22645,42 @@
22609
22645
  "isDeprecated": false,
22610
22646
  "deprecationReason": null
22611
22647
  },
22648
+ {
22649
+ "name": "usagePeriodAnchor",
22650
+ "description": "The anchor for calculating the usage period for metered entitlements with a reset period configured",
22651
+ "args": [],
22652
+ "type": {
22653
+ "kind": "SCALAR",
22654
+ "name": "DateTime",
22655
+ "ofType": null
22656
+ },
22657
+ "isDeprecated": false,
22658
+ "deprecationReason": null
22659
+ },
22660
+ {
22661
+ "name": "usagePeriodEnd",
22662
+ "description": "The end date of the usage period for metered entitlements with a reset period configured",
22663
+ "args": [],
22664
+ "type": {
22665
+ "kind": "SCALAR",
22666
+ "name": "DateTime",
22667
+ "ofType": null
22668
+ },
22669
+ "isDeprecated": false,
22670
+ "deprecationReason": null
22671
+ },
22672
+ {
22673
+ "name": "usagePeriodStart",
22674
+ "description": "The start date of the usage period for metered entitlements with a reset period configured",
22675
+ "args": [],
22676
+ "type": {
22677
+ "kind": "SCALAR",
22678
+ "name": "DateTime",
22679
+ "ofType": null
22680
+ },
22681
+ "isDeprecated": false,
22682
+ "deprecationReason": null
22683
+ },
22612
22684
  {
22613
22685
  "name": "usageUpdatedAt",
22614
22686
  "description": null,
@@ -26638,6 +26710,30 @@
26638
26710
  "name": "EventRequest",
26639
26711
  "description": "Event request properties",
26640
26712
  "fields": [
26713
+ {
26714
+ "name": "body",
26715
+ "description": "The request body",
26716
+ "args": [],
26717
+ "type": {
26718
+ "kind": "SCALAR",
26719
+ "name": "JSON",
26720
+ "ofType": null
26721
+ },
26722
+ "isDeprecated": false,
26723
+ "deprecationReason": null
26724
+ },
26725
+ {
26726
+ "name": "response",
26727
+ "description": "The request response",
26728
+ "args": [],
26729
+ "type": {
26730
+ "kind": "SCALAR",
26731
+ "name": "JSON",
26732
+ "ofType": null
26733
+ },
26734
+ "isDeprecated": false,
26735
+ "deprecationReason": null
26736
+ },
26641
26737
  {
26642
26738
  "name": "traceId",
26643
26739
  "description": "The request trace ID",
@@ -81603,8 +81699,8 @@
81603
81699
  "name": "Float",
81604
81700
  "ofType": null
81605
81701
  },
81606
- "isDeprecated": false,
81607
- "deprecationReason": null
81702
+ "isDeprecated": true,
81703
+ "deprecationReason": "renamed to usagePeriodEnd"
81608
81704
  },
81609
81705
  {
81610
81706
  "name": "resourceId",
@@ -81617,6 +81713,30 @@
81617
81713
  },
81618
81714
  "isDeprecated": false,
81619
81715
  "deprecationReason": null
81716
+ },
81717
+ {
81718
+ "name": "usagePeriodEnd",
81719
+ "description": "The end date of the usage period that the measurement resides in (for entitlement with reset period)",
81720
+ "args": [],
81721
+ "type": {
81722
+ "kind": "SCALAR",
81723
+ "name": "Float",
81724
+ "ofType": null
81725
+ },
81726
+ "isDeprecated": false,
81727
+ "deprecationReason": null
81728
+ },
81729
+ {
81730
+ "name": "usagePeriodStart",
81731
+ "description": "The start date of the usage period that the measurement resides in (for entitlement with reset period)",
81732
+ "args": [],
81733
+ "type": {
81734
+ "kind": "SCALAR",
81735
+ "name": "Float",
81736
+ "ofType": null
81737
+ },
81738
+ "isDeprecated": false,
81739
+ "deprecationReason": null
81620
81740
  }
81621
81741
  ],
81622
81742
  "inputFields": null,
@@ -81730,8 +81850,8 @@
81730
81850
  "name": "DateTime",
81731
81851
  "ofType": null
81732
81852
  },
81733
- "isDeprecated": false,
81734
- "deprecationReason": null
81853
+ "isDeprecated": true,
81854
+ "deprecationReason": "renamed to usagePeriodEnd"
81735
81855
  },
81736
81856
  {
81737
81857
  "name": "resourceId",
@@ -81761,6 +81881,30 @@
81761
81881
  "isDeprecated": false,
81762
81882
  "deprecationReason": null
81763
81883
  },
81884
+ {
81885
+ "name": "usagePeriodEnd",
81886
+ "description": "The end date of the usage period that the measurement resides in (for entitlement with reset period)",
81887
+ "args": [],
81888
+ "type": {
81889
+ "kind": "SCALAR",
81890
+ "name": "DateTime",
81891
+ "ofType": null
81892
+ },
81893
+ "isDeprecated": false,
81894
+ "deprecationReason": null
81895
+ },
81896
+ {
81897
+ "name": "usagePeriodStart",
81898
+ "description": "The start date of the usage period that the measurement resides in (for entitlement with reset period)",
81899
+ "args": [],
81900
+ "type": {
81901
+ "kind": "SCALAR",
81902
+ "name": "DateTime",
81903
+ "ofType": null
81904
+ },
81905
+ "isDeprecated": false,
81906
+ "deprecationReason": null
81907
+ },
81764
81908
  {
81765
81909
  "name": "value",
81766
81910
  "description": 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 = "2.131.2"
4
+ VERSION = "2.150.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: 2.131.2
4
+ version: 2.150.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-19 00:00:00.000000000 Z
11
+ date: 2024-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient