stigg-api-client 1.54.0 → 1.57.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: 543ff7654185af70c3c3cf69630fd3b5af8f033aafb05c7a3f087f3cdfe5d204
4
- data.tar.gz: 60739d592eb55d714b7f2cd459b10c415df843ed643ba30ca1a6bed328f00583
3
+ metadata.gz: 36f56080eb98e612a64cfd243d0418d3be2386738f44d787c09f97aaa26eb44e
4
+ data.tar.gz: 0ee205a33bcfdc3ad0b52ab1b70e24c97126e6a9acec70619077733dc326367c
5
5
  SHA512:
6
- metadata.gz: 8b3b4d2b228d74334017443581c4c60bf975f17f106e43a955c9665a9843663445764a89da71f4ff0ddc81e3e933753d4dd329c94a09d144da7c9f72b31f9fde
7
- data.tar.gz: 0d5c6e246a9f248da1ec503132af2cca56c22bd48e8b28927d6e44f0e0c3d1c0dba26479b6608076a355a4af02b319c65c3a5de8c3771090c574616e50ba5c22
6
+ metadata.gz: f0af131d3c7be1c052672e8c79592ae0edc33abb7d5ef89ae9f7626514457373bf0466c71d20dae406f8d0be7c9f4f8314719507bbb5c61553b5c20c87d43056
7
+ data.tar.gz: 8549ddb652a0fbbf363a90c37c3046d8a10f59d48678013c825e691e769e70de44e2861f1da97c10e863574673a4e28fd6b762fe1e9014d6e7f3ca89dedd6957
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.57.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -44,6 +44,7 @@ module Stigg
44
44
  fragment PriceFragment on Price {
45
45
  billingModel
46
46
  billingPeriod
47
+ billingCadence
47
48
  billingId
48
49
  minUnitQuantity
49
50
  maxUnitQuantity
@@ -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.57.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.57.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