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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +48 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29ab0d0ac4b946958c6c749299da0fa2f16d8f23af42086a1dddce257505c48d
|
|
4
|
+
data.tar.gz: eade897b80838ddefd7504f0ec8ffd0beb9e714fcbe2b1e9fef85a74336d9438
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10ca35021aca70c7459d3ed47e96cf73a9ded1a6d6fdb89a88c84fc364a68818e6dfd2c28e0eaf0921726af6e7f47349075f9e3515ba8ca84ac0ddd85a7242c1
|
|
7
|
+
data.tar.gz: e9ac1a5181ad7300012d44b349e9456272e64dfb40f750b876776491e7bd03766666e4cfa9ee3024ba40eaeb26f2fcefce2b3f8b13aa7464e8f4bd65fddedd50
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.
|
|
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-
|
|
11
|
+
date: 2025-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|