stigg-api-client 5.29.0 → 5.32.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: 0ab01b1c1a4746ce4fd3f1d327b4ce7c7da4be728d8d5e24d33f2633d304ec42
4
- data.tar.gz: fc895cec6cbbc91f097afd10f71ef90a01717123b22ee84799a2b430cad65403
3
+ metadata.gz: 29ab0d0ac4b946958c6c749299da0fa2f16d8f23af42086a1dddce257505c48d
4
+ data.tar.gz: eade897b80838ddefd7504f0ec8ffd0beb9e714fcbe2b1e9fef85a74336d9438
5
5
  SHA512:
6
- metadata.gz: a8001a082a67a38eccd53e799519e4783f219e3d777aac4c1db8b81b2e4a73a1d982682fbf361040b3e95527ba5db378c906583902b9aa3344715c61bb2ef94a
7
- data.tar.gz: 1b4c3cf271c16e961c1821f5617999a00bad098b4c8f3c48997cf6f2f048f5fd05ab1ba77bd9bfb8c811e31278621ccee60339e8e126d8540e92d8f26a195247
6
+ metadata.gz: 10ca35021aca70c7459d3ed47e96cf73a9ded1a6d6fdb89a88c84fc364a68818e6dfd2c28e0eaf0921726af6e7f47349075f9e3515ba8ca84ac0ddd85a7242c1
7
+ data.tar.gz: e9ac1a5181ad7300012d44b349e9456272e64dfb40f750b876776491e7bd03766666e4cfa9ee3024ba40eaeb26f2fcefce2b3f8b13aa7464e8f4bd65fddedd50
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.29.0)
4
+ stigg-api-client (5.32.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -100211,6 +100211,18 @@
100211
100211
  "isDeprecated": false,
100212
100212
  "deprecationReason": null
100213
100213
  },
100214
+ {
100215
+ "name": "deferredRevenueAccount",
100216
+ "description": "The deferred revenue account code",
100217
+ "args": [],
100218
+ "type": {
100219
+ "kind": "SCALAR",
100220
+ "name": "String",
100221
+ "ofType": null
100222
+ },
100223
+ "isDeprecated": false,
100224
+ "deprecationReason": null
100225
+ },
100214
100226
  {
100215
100227
  "name": "invoiceSettlementEnabled",
100216
100228
  "description": "Whether invoice settlement is enabled",
@@ -100259,6 +100271,18 @@
100259
100271
  "isDeprecated": false,
100260
100272
  "deprecationReason": null
100261
100273
  },
100274
+ {
100275
+ "name": "recognizedRevenueAccount",
100276
+ "description": "The revenue recognition account code",
100277
+ "args": [],
100278
+ "type": {
100279
+ "kind": "SCALAR",
100280
+ "name": "String",
100281
+ "ofType": null
100282
+ },
100283
+ "isDeprecated": false,
100284
+ "deprecationReason": null
100285
+ },
100262
100286
  {
100263
100287
  "name": "stripePublishableKey",
100264
100288
  "description": "Stripe publishable key for the Zuora payment page",
@@ -100355,6 +100379,18 @@
100355
100379
  "isDeprecated": false,
100356
100380
  "deprecationReason": null
100357
100381
  },
100382
+ {
100383
+ "name": "deferredRevenueAccount",
100384
+ "description": "The deferred revenue account code",
100385
+ "type": {
100386
+ "kind": "SCALAR",
100387
+ "name": "String",
100388
+ "ofType": null
100389
+ },
100390
+ "defaultValue": null,
100391
+ "isDeprecated": false,
100392
+ "deprecationReason": null
100393
+ },
100358
100394
  {
100359
100395
  "name": "invoiceSettlementEnabled",
100360
100396
  "description": "Whether invoice settlement is enabled",
@@ -100403,6 +100439,18 @@
100403
100439
  "isDeprecated": false,
100404
100440
  "deprecationReason": null
100405
100441
  },
100442
+ {
100443
+ "name": "recognizedRevenueAccount",
100444
+ "description": "The revenue recognition account code",
100445
+ "type": {
100446
+ "kind": "SCALAR",
100447
+ "name": "String",
100448
+ "ofType": null
100449
+ },
100450
+ "defaultValue": null,
100451
+ "isDeprecated": false,
100452
+ "deprecationReason": null
100453
+ },
100406
100454
  {
100407
100455
  "name": "stripePublishableKey",
100408
100456
  "description": "Stripe publishable key for the Zuora payment page",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.29.0"
4
+ VERSION = "5.32.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: 5.29.0
4
+ version: 5.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-19 00:00:00.000000000 Z
11
+ date: 2025-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient