stigg-api-client 1.54.0 → 1.56.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: 543ff7654185af70c3c3cf69630fd3b5af8f033aafb05c7a3f087f3cdfe5d204
4
- data.tar.gz: 60739d592eb55d714b7f2cd459b10c415df843ed643ba30ca1a6bed328f00583
3
+ metadata.gz: bcd05b238b30e502ed93aa08c16d98ead5b8d5087ea9edbfadf30ad63e53d701
4
+ data.tar.gz: 9ff7dc0e7fa1c119927182646a925104fcf25536be1a570261b3136baed6c49b
5
5
  SHA512:
6
- metadata.gz: 8b3b4d2b228d74334017443581c4c60bf975f17f106e43a955c9665a9843663445764a89da71f4ff0ddc81e3e933753d4dd329c94a09d144da7c9f72b31f9fde
7
- data.tar.gz: 0d5c6e246a9f248da1ec503132af2cca56c22bd48e8b28927d6e44f0e0c3d1c0dba26479b6608076a355a4af02b319c65c3a5de8c3771090c574616e50ba5c22
6
+ metadata.gz: 3dd91777e7a119c43ea959c9c502181ab97913f34d08cb1ff1b69f09770936e1a6ea3735f2c4b0f3a43ac82a681aa904178cfd7872c2640c0c9fc8c5336a4259
7
+ data.tar.gz: bebf9e8d0d605e57ad248c27cec7fc50873a656fb23bc270ed854c0a68c43163ee230deafc9885df260221c54a7687574be520f984a045a01c401f9f57359e30
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.54.0)
4
+ stigg-api-client (1.56.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -37194,7 +37194,7 @@
37194
37194
  "name": null,
37195
37195
  "ofType": {
37196
37196
  "kind": "SCALAR",
37197
- "name": "Boolean",
37197
+ "name": "String",
37198
37198
  "ofType": null
37199
37199
  }
37200
37200
  },
@@ -49992,6 +49992,18 @@
49992
49992
  "isDeprecated": false,
49993
49993
  "deprecationReason": null
49994
49994
  },
49995
+ {
49996
+ "name": "prorateAtEndOfBillingPeriod",
49997
+ "description": null,
49998
+ "args": [],
49999
+ "type": {
50000
+ "kind": "SCALAR",
50001
+ "name": "Boolean",
50002
+ "ofType": null
50003
+ },
50004
+ "isDeprecated": false,
50005
+ "deprecationReason": null
50006
+ },
49995
50007
  {
49996
50008
  "name": "subscriptionCancellationTime",
49997
50009
  "description": null,
@@ -50100,6 +50112,18 @@
50100
50112
  "isDeprecated": false,
50101
50113
  "deprecationReason": null
50102
50114
  },
50115
+ {
50116
+ "name": "prorateAtEndOfBillingPeriod",
50117
+ "description": null,
50118
+ "type": {
50119
+ "kind": "SCALAR",
50120
+ "name": "Boolean",
50121
+ "ofType": null
50122
+ },
50123
+ "defaultValue": null,
50124
+ "isDeprecated": false,
50125
+ "deprecationReason": null
50126
+ },
50103
50127
  {
50104
50128
  "name": "subscriptionCancellationTime",
50105
50129
  "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 = "1.54.0"
4
+ VERSION = "1.56.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: 1.54.0
4
+ version: 1.56.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-03-04 00:00:00.000000000 Z
11
+ date: 2024-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient