stigg-api-client 0.532.0 → 0.535.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: 9292c09a9afa4182287e0d01e345f27a772593967c6db3e0926ba2642a028128
4
- data.tar.gz: 52696d02e62d708ee4bfb802094ff350ee5e2f284a043eb9ec24d68467eb74cb
3
+ metadata.gz: a95906237cbb63bcf280834977db317e1b653f5c8126f59b8ee25b2cf9e4661a
4
+ data.tar.gz: 25ea1beb9c5f24ec5cd6644b6510178a9f25ef84e2ff87fb58169903a1daf9b0
5
5
  SHA512:
6
- metadata.gz: d4fa261cb3ddabf88a0b581d63678f78fb57b3045994549302c50be7270a710dc1946eb929285e922b053a0599d825c9e985f326993c2148af321c37903bd940
7
- data.tar.gz: 49a96959f9eee2dd9f07a8aa69131805c9dd3786f2cee0b62af9f0730562eda9f0929e21aeeb0533cc832791dde66d47554fa7390efcf0d0d816365240ded8aa
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.532.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
@@ -53714,6 +53738,12 @@
53714
53738
  "isDeprecated": false,
53715
53739
  "deprecationReason": null
53716
53740
  },
53741
+ {
53742
+ "name": "CustomerArchived",
53743
+ "description": null,
53744
+ "isDeprecated": false,
53745
+ "deprecationReason": null
53746
+ },
53717
53747
  {
53718
53748
  "name": "DetachBilling",
53719
53749
  "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 = "0.532.0"
4
+ VERSION = "0.535.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.532.0
4
+ version: 0.535.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-08-10 00:00:00.000000000 Z
11
+ date: 2023-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient