stigg-api-client 2.327.0 → 2.331.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 +24 -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: a61b82c4f326ea9234fcec9c23b567d34b539826e18794992c8b265777f9d4b3
|
4
|
+
data.tar.gz: a5fcf0c554f8f853fdf415b7e40f7b7d60dfb3ccaaf663756da6f32acf11d46d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a538cf30b3c34f829dd89e0c2601a287d690f6cc33f93173754a5176c70d5e6b5d49f8f05f63343e883d4f84d78b40386ea22e3093de0cc939d99fac11cbc21
|
7
|
+
data.tar.gz: 201c912cd9f95f8afd06517447edd0ab610340c8b6255cec8c821fc9512ad2c4fe543b01b7715f9f79ae77adc66e25af0a38dbadac54fbcaf87f06d269df8e83
|
data/Gemfile.lock
CHANGED
@@ -25130,6 +25130,12 @@
|
|
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
|
+
},
|
25133
25139
|
{
|
25134
25140
|
"name": "FeatureNotFound",
|
25135
25141
|
"description": null,
|
@@ -70611,6 +70617,18 @@
|
|
70611
70617
|
"isDeprecated": false,
|
70612
70618
|
"deprecationReason": null
|
70613
70619
|
},
|
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
|
+
},
|
70614
70632
|
{
|
70615
70633
|
"name": "invoiceDaysUntilDue",
|
70616
70634
|
"description": null,
|
@@ -78086,6 +78104,12 @@
|
|
78086
78104
|
"isDeprecated": false,
|
78087
78105
|
"deprecationReason": null
|
78088
78106
|
},
|
78107
|
+
{
|
78108
|
+
"name": "BillingInfoMetadata",
|
78109
|
+
"description": "Billing info metadata change",
|
78110
|
+
"isDeprecated": false,
|
78111
|
+
"deprecationReason": null
|
78112
|
+
},
|
78089
78113
|
{
|
78090
78114
|
"name": "BillingPeriod",
|
78091
78115
|
"description": "Billing period change",
|
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: 2.
|
4
|
+
version: 2.331.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-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|