stigg-api-client 1.54.0 → 1.56.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 +25 -1
- 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: bcd05b238b30e502ed93aa08c16d98ead5b8d5087ea9edbfadf30ad63e53d701
|
4
|
+
data.tar.gz: 9ff7dc0e7fa1c119927182646a925104fcf25536be1a570261b3136baed6c49b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dd91777e7a119c43ea959c9c502181ab97913f34d08cb1ff1b69f09770936e1a6ea3735f2c4b0f3a43ac82a681aa904178cfd7872c2640c0c9fc8c5336a4259
|
7
|
+
data.tar.gz: bebf9e8d0d605e57ad248c27cec7fc50873a656fb23bc270ed854c0a68c43163ee230deafc9885df260221c54a7687574be520f984a045a01c401f9f57359e30
|
data/Gemfile.lock
CHANGED
@@ -37194,7 +37194,7 @@
|
|
37194
37194
|
"name": null,
|
37195
37195
|
"ofType": {
|
37196
37196
|
"kind": "SCALAR",
|
37197
|
-
"name": "
|
37197
|
+
"name": "String",
|
37198
37198
|
"ofType": null
|
37199
37199
|
}
|
37200
37200
|
},
|
@@ -49992,6 +49992,18 @@
|
|
49992
49992
|
"isDeprecated": false,
|
49993
49993
|
"deprecationReason": null
|
49994
49994
|
},
|
49995
|
+
{
|
49996
|
+
"name": "prorateAtEndOfBillingPeriod",
|
49997
|
+
"description": null,
|
49998
|
+
"args": [],
|
49999
|
+
"type": {
|
50000
|
+
"kind": "SCALAR",
|
50001
|
+
"name": "Boolean",
|
50002
|
+
"ofType": null
|
50003
|
+
},
|
50004
|
+
"isDeprecated": false,
|
50005
|
+
"deprecationReason": null
|
50006
|
+
},
|
49995
50007
|
{
|
49996
50008
|
"name": "subscriptionCancellationTime",
|
49997
50009
|
"description": null,
|
@@ -50100,6 +50112,18 @@
|
|
50100
50112
|
"isDeprecated": false,
|
50101
50113
|
"deprecationReason": null
|
50102
50114
|
},
|
50115
|
+
{
|
50116
|
+
"name": "prorateAtEndOfBillingPeriod",
|
50117
|
+
"description": null,
|
50118
|
+
"type": {
|
50119
|
+
"kind": "SCALAR",
|
50120
|
+
"name": "Boolean",
|
50121
|
+
"ofType": null
|
50122
|
+
},
|
50123
|
+
"defaultValue": null,
|
50124
|
+
"isDeprecated": false,
|
50125
|
+
"deprecationReason": null
|
50126
|
+
},
|
50103
50127
|
{
|
50104
50128
|
"name": "subscriptionCancellationTime",
|
50105
50129
|
"description": null,
|
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: 1.
|
4
|
+
version: 1.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|