stigg-api-client 2.331.0 → 2.331.1
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 +0 -18
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4654e54ea906ca3d0ee7866d2a2d875135a36f4b7c8a6297065557f8916544c3
|
4
|
+
data.tar.gz: 97ecb9707f1d40b844b74326a04b38d61da061fbe992a596a91e6318f239bfb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a16fb674af4a15096ba11349fd8a137cd7afc49ab1f858dbc766d6931bd456fbd39ce51e699ba4957d6b0490bf4966d4938ceebb3ef6e27a93c2b28df38161d4
|
7
|
+
data.tar.gz: c6e39528b681a49465514a78fdf0eea19eff5acfc4222fb99e406877b0310ce64b5222be72b960cacb9d4f36593a50495a456d3ee3c7c894680254a671faef4a
|
data/Gemfile.lock
CHANGED
@@ -25130,12 +25130,6 @@
|
|
25130
25130
|
"isDeprecated": false,
|
25131
25131
|
"deprecationReason": null
|
25132
25132
|
},
|
25133
|
-
{
|
25134
|
-
"name": "FailedToResolveBillingIntegration",
|
25135
|
-
"description": "Failed to resolve billing integration",
|
25136
|
-
"isDeprecated": false,
|
25137
|
-
"deprecationReason": null
|
25138
|
-
},
|
25139
25133
|
{
|
25140
25134
|
"name": "FeatureNotFound",
|
25141
25135
|
"description": null,
|
@@ -70617,18 +70611,6 @@
|
|
70617
70611
|
"isDeprecated": false,
|
70618
70612
|
"deprecationReason": null
|
70619
70613
|
},
|
70620
|
-
{
|
70621
|
-
"name": "integrationId",
|
70622
|
-
"description": "The billing integration to use for this subscription",
|
70623
|
-
"type": {
|
70624
|
-
"kind": "SCALAR",
|
70625
|
-
"name": "String",
|
70626
|
-
"ofType": null
|
70627
|
-
},
|
70628
|
-
"defaultValue": null,
|
70629
|
-
"isDeprecated": false,
|
70630
|
-
"deprecationReason": null
|
70631
|
-
},
|
70632
70614
|
{
|
70633
70615
|
"name": "invoiceDaysUntilDue",
|
70634
70616
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED