stigg-api-client 2.204.0 → 2.205.6

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: 986b476353a184b2335f13ba42d1f7de67f7d89d7204a12f229003fc3a2db34c
4
- data.tar.gz: 1704dda65d0387367ff3b6cfd77e766927bda1f4c167ce569db3d3bf1e729f67
3
+ metadata.gz: d6de2c81273933275ac0bae4286b82aaec08394c7a22f491a7b03db102dbb1bd
4
+ data.tar.gz: cadb0df8d0c4a5f61cd2ebc6894ab1c31cf779337b534805e17192c57acf3fa1
5
5
  SHA512:
6
- metadata.gz: 5a3a3b307a2c12f5f46d34de79681a4ecda9eaec7fdc4ab8093e9cfa131f5de06a9fd962488bd7a94d114787ee15580169fa52a3a2c2ee7fea2c2cd00725ffcf
7
- data.tar.gz: 9f9579b6974cdf818a67f6310add7331e0b82f88cd79206b2509345c1986c51afb194ba7895d2668b84d63b54afca76f8bb77b088b8a8f56619ec7cfa39c226e
6
+ metadata.gz: 8d82dc271413831f0a0921b64931a4354c8e45058259348a8e302ebf124624f6aa8a10dd3f1f54ac55a4738ee9a32c84db21ae4b003bf126bdc467e7096df03b
7
+ data.tar.gz: ee06b594da310d50faed9b78e71e13c9cba894ff55d3a61b38fc95ba00c08f53c6e264ff3a25b2781d3ab51ee6e5a5eae96003fde586adc986e3a658e1af0253
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.204.0)
4
+ stigg-api-client (2.205.6)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1122,6 +1122,7 @@ module Stigg
1122
1122
  fragment CustomerPortalSubscriptionPriceFragment on CustomerPortalSubscriptionPrice {
1123
1123
  billingPeriod
1124
1124
  billingModel
1125
+ blockSize
1125
1126
  price {
1126
1127
  amount
1127
1128
  currency
@@ -14802,6 +14802,18 @@
14802
14802
  "isDeprecated": false,
14803
14803
  "deprecationReason": null
14804
14804
  },
14805
+ {
14806
+ "name": "blockSize",
14807
+ "description": "The number of units per block",
14808
+ "args": [],
14809
+ "type": {
14810
+ "kind": "SCALAR",
14811
+ "name": "Float",
14812
+ "ofType": null
14813
+ },
14814
+ "isDeprecated": false,
14815
+ "deprecationReason": null
14816
+ },
14805
14817
  {
14806
14818
  "name": "feature",
14807
14819
  "description": null,
@@ -16502,7 +16514,7 @@
16502
16514
  },
16503
16515
  {
16504
16516
  "name": "coupon",
16505
- "description": null,
16517
+ "description": "Active coupon for this subscription",
16506
16518
  "args": [],
16507
16519
  "type": {
16508
16520
  "kind": "OBJECT",
@@ -16512,6 +16524,26 @@
16512
16524
  "isDeprecated": false,
16513
16525
  "deprecationReason": null
16514
16526
  },
16527
+ {
16528
+ "name": "coupons",
16529
+ "description": "List of coupons for this subscription",
16530
+ "args": [],
16531
+ "type": {
16532
+ "kind": "LIST",
16533
+ "name": null,
16534
+ "ofType": {
16535
+ "kind": "NON_NULL",
16536
+ "name": null,
16537
+ "ofType": {
16538
+ "kind": "OBJECT",
16539
+ "name": "SubscriptionCoupon",
16540
+ "ofType": null
16541
+ }
16542
+ }
16543
+ },
16544
+ "isDeprecated": false,
16545
+ "deprecationReason": null
16546
+ },
16515
16547
  {
16516
16548
  "name": "createdAt",
16517
16549
  "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.204.0"
4
+ VERSION = "2.205.6"
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.204.0
4
+ version: 2.205.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-24 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient