stigg-api-client 3.17.0 → 3.22.2
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 +30 -30
- 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: 1d88c61c21c0fc47fea9c9fdcb27fc3f078978914a5435b0516f4f1d1c5c0e7c
|
4
|
+
data.tar.gz: 3da0ace33db251564a6216a58e02387e1d32be5a6ddd3c6300d73dba6de0ea84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48f295684a938096556689709bdaf4b49a88b88898a16bcb366aa27afac2616dfe0c45cf3c7572bb319a380f478c5e16c8a547220a25ebaabf869e5436da925d
|
7
|
+
data.tar.gz: 0c1aae895b553651b533825087b884c57cca728e139c3ba75195cfd2f220154cd7c6503ba173f6c1559636d35f73fbe753356651bf3dcaff5f803fd09408ffd3
|
data/Gemfile.lock
CHANGED
@@ -66303,35 +66303,6 @@
|
|
66303
66303
|
],
|
66304
66304
|
"possibleTypes": null
|
66305
66305
|
},
|
66306
|
-
{
|
66307
|
-
"kind": "ENUM",
|
66308
|
-
"name": "ProrationBehaviorExtended",
|
66309
|
-
"description": "Proration behavior for subscription billing",
|
66310
|
-
"fields": null,
|
66311
|
-
"inputFields": null,
|
66312
|
-
"interfaces": null,
|
66313
|
-
"enumValues": [
|
66314
|
-
{
|
66315
|
-
"name": "CREATE_PRORATIONS",
|
66316
|
-
"description": "Create proration invoice items for changes in the subscription",
|
66317
|
-
"isDeprecated": false,
|
66318
|
-
"deprecationReason": null
|
66319
|
-
},
|
66320
|
-
{
|
66321
|
-
"name": "INVOICE_IMMEDIATELY",
|
66322
|
-
"description": "Invoice immediately for changes in the subscription without proration",
|
66323
|
-
"isDeprecated": false,
|
66324
|
-
"deprecationReason": null
|
66325
|
-
},
|
66326
|
-
{
|
66327
|
-
"name": "NONE",
|
66328
|
-
"description": "No proration and no invoice for changes in the subscription",
|
66329
|
-
"isDeprecated": false,
|
66330
|
-
"deprecationReason": null
|
66331
|
-
}
|
66332
|
-
],
|
66333
|
-
"possibleTypes": null
|
66334
|
-
},
|
66335
66306
|
{
|
66336
66307
|
"kind": "INPUT_OBJECT",
|
66337
66308
|
"name": "ProvisionCustomerInput",
|
@@ -75671,7 +75642,7 @@
|
|
75671
75642
|
"description": "Override the proration behavior for the subscription",
|
75672
75643
|
"type": {
|
75673
75644
|
"kind": "ENUM",
|
75674
|
-
"name": "
|
75645
|
+
"name": "SubscriptionProrationBehavior",
|
75675
75646
|
"ofType": null
|
75676
75647
|
},
|
75677
75648
|
"defaultValue": null,
|
@@ -83068,6 +83039,35 @@
|
|
83068
83039
|
"enumValues": null,
|
83069
83040
|
"possibleTypes": null
|
83070
83041
|
},
|
83042
|
+
{
|
83043
|
+
"kind": "ENUM",
|
83044
|
+
"name": "SubscriptionProrationBehavior",
|
83045
|
+
"description": "Proration behavior for subscription billing",
|
83046
|
+
"fields": null,
|
83047
|
+
"inputFields": null,
|
83048
|
+
"interfaces": null,
|
83049
|
+
"enumValues": [
|
83050
|
+
{
|
83051
|
+
"name": "CREATE_PRORATIONS",
|
83052
|
+
"description": "Create proration invoice items for changes in the subscription",
|
83053
|
+
"isDeprecated": false,
|
83054
|
+
"deprecationReason": null
|
83055
|
+
},
|
83056
|
+
{
|
83057
|
+
"name": "INVOICE_IMMEDIATELY",
|
83058
|
+
"description": "Invoice immediately for changes in the subscription without proration",
|
83059
|
+
"isDeprecated": false,
|
83060
|
+
"deprecationReason": null
|
83061
|
+
},
|
83062
|
+
{
|
83063
|
+
"name": "NONE",
|
83064
|
+
"description": "No proration and no invoice for changes in the subscription",
|
83065
|
+
"isDeprecated": false,
|
83066
|
+
"deprecationReason": null
|
83067
|
+
}
|
83068
|
+
],
|
83069
|
+
"possibleTypes": null
|
83070
|
+
},
|
83071
83071
|
{
|
83072
83072
|
"kind": "OBJECT",
|
83073
83073
|
"name": "SubscriptionQuery",
|
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: 3.
|
4
|
+
version: 3.22.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|