stigg-api-client 0.534.0 → 0.535.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: aab147dedc88c9fa14461932cc9286ed0bd4333dc43636415cedb5c63ab29819
4
- data.tar.gz: 66dca051ee9b2f03e2b092af4414b7e5a366c69882d62e44bcaac633b40d7751
3
+ metadata.gz: a95906237cbb63bcf280834977db317e1b653f5c8126f59b8ee25b2cf9e4661a
4
+ data.tar.gz: 25ea1beb9c5f24ec5cd6644b6510178a9f25ef84e2ff87fb58169903a1daf9b0
5
5
  SHA512:
6
- metadata.gz: 42d455953c61450fcbd852d93021ce198da2f556d5e9fc1d81abd49fbc3c58971ad759aa07bc038e2f1a39c6e5bac6390a5027454a421c48d4913339585facd8
7
- data.tar.gz: 1454c3487a7368aa61312f235364f0fd2c7ee225bd6754f9618d44de2acf9d192603196c916531af6e8418f17054dab1c09b7f1e166a6b282fc3a2ab22afcba6
6
+ metadata.gz: f2eb3478f2cd2a89b86032df3d76add9e78cf94c794ba1242d1ec0e5a74ba1f966b2d81764b1e7e503553a268a89b541c747648f6d6fd1ad25b47593ed184392
7
+ data.tar.gz: 7b0710149e3aca55d6368528ef6db216218d3b108fa9e61b97b8b5d1765b2692116c91935eb31fa5bd4cdf9d401afb779119604a09e02670aacb264f23e88456
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.534.0)
4
+ stigg-api-client (0.535.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -39,6 +39,14 @@ module Stigg
39
39
  amount
40
40
  currency
41
41
  }
42
+ tiersMode
43
+ tiers {
44
+ upTo
45
+ unitPrice {
46
+ amount
47
+ currency
48
+ }
49
+ }
42
50
  feature {
43
51
  refId
44
52
  featureUnits
@@ -156,8 +164,8 @@ module Stigg
156
164
  currentBillingPeriodEnd
157
165
  pricingType
158
166
  latestInvoice {
159
- ...SubscriptionInvoiceFragment
160
- }
167
+ ...SubscriptionInvoiceFragment
168
+ }
161
169
  paymentCollection
162
170
  resource {
163
171
  ...CustomerResourceFragment
@@ -966,6 +974,14 @@ module Stigg
966
974
  amount
967
975
  currency
968
976
  }
977
+ tiersMode
978
+ tiers {
979
+ upTo
980
+ unitPrice {
981
+ amount
982
+ currency
983
+ }
984
+ }
969
985
  feature {
970
986
  refId
971
987
  featureUnits
@@ -38694,16 +38694,44 @@
38694
38694
  "description": null,
38695
38695
  "args": [],
38696
38696
  "type": {
38697
- "kind": "NON_NULL",
38697
+ "kind": "OBJECT",
38698
+ "name": "Money",
38699
+ "ofType": null
38700
+ },
38701
+ "isDeprecated": false,
38702
+ "deprecationReason": null
38703
+ },
38704
+ {
38705
+ "name": "tiers",
38706
+ "description": null,
38707
+ "args": [],
38708
+ "type": {
38709
+ "kind": "LIST",
38698
38710
  "name": null,
38699
38711
  "ofType": {
38700
- "kind": "OBJECT",
38701
- "name": "Money",
38702
- "ofType": null
38712
+ "kind": "NON_NULL",
38713
+ "name": null,
38714
+ "ofType": {
38715
+ "kind": "OBJECT",
38716
+ "name": "PriceTier",
38717
+ "ofType": null
38718
+ }
38703
38719
  }
38704
38720
  },
38705
38721
  "isDeprecated": false,
38706
38722
  "deprecationReason": null
38723
+ },
38724
+ {
38725
+ "name": "tiersMode",
38726
+ "description": null,
38727
+ "args": [],
38728
+ "type": {
38729
+ "kind": "ENUM",
38730
+ "name": "TiersMode",
38731
+ "ofType": null
38732
+ },
38733
+ "isDeprecated": false,
38734
+ "deprecationReason": null
38707
38735
  }
38708
38736
  ],
38709
38737
  "inputFields": null,
@@ -41477,13 +41505,9 @@
41477
41505
  "description": null,
41478
41506
  "args": [],
41479
41507
  "type": {
41480
- "kind": "NON_NULL",
41481
- "name": null,
41482
- "ofType": {
41483
- "kind": "OBJECT",
41484
- "name": "Money",
41485
- "ofType": null
41486
- }
41508
+ "kind": "OBJECT",
41509
+ "name": "Money",
41510
+ "ofType": null
41487
41511
  },
41488
41512
  "isDeprecated": false,
41489
41513
  "deprecationReason": 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 = "0.534.0"
4
+ VERSION = "0.535.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.534.0
4
+ version: 0.535.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg