stigg-api-client 2.25.0 → 2.43.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +195 -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: 6fb690db906a6d13029f286f2bc00eeac442970cbe26ea53594e266950273389
|
4
|
+
data.tar.gz: 03d644ca05082b74634f7146a6463dc62d66bda085d97a53a55be0af350aefd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbb931d5294dcc20b75b71e5f5bb712f919c78b3409ee819392c26671dd14fdeb7603828e0fe2df4619017cfe5af3047abe8e20a911762ed7242c5f94eeb0983
|
7
|
+
data.tar.gz: f1b698275aaf77f106c9346863033a2e5ec223739a3e031e6d7c1630eda1dc53a1b700a31ef0c4e44c0527e4b1d6e3eedda3e83bc91c7ea07dd4fd4bb32c52f3
|
data/Gemfile.lock
CHANGED
@@ -5229,6 +5229,12 @@
|
|
5229
5229
|
"isDeprecated": false,
|
5230
5230
|
"deprecationReason": null
|
5231
5231
|
},
|
5232
|
+
{
|
5233
|
+
"name": "MINIMUM_SPEND",
|
5234
|
+
"description": null,
|
5235
|
+
"isDeprecated": false,
|
5236
|
+
"deprecationReason": null
|
5237
|
+
},
|
5232
5238
|
{
|
5233
5239
|
"name": "PER_UNIT",
|
5234
5240
|
"description": null,
|
@@ -16590,7 +16596,7 @@
|
|
16590
16596
|
"name": "SubscriptionPriceFilter",
|
16591
16597
|
"ofType": null
|
16592
16598
|
},
|
16593
|
-
"defaultValue": "{}",
|
16599
|
+
"defaultValue": "{billingModel: {neq: MINIMUM_SPEND}}",
|
16594
16600
|
"isDeprecated": false,
|
16595
16601
|
"deprecationReason": null
|
16596
16602
|
},
|
@@ -26361,6 +26367,18 @@
|
|
26361
26367
|
"isDeprecated": false,
|
26362
26368
|
"deprecationReason": null
|
26363
26369
|
},
|
26370
|
+
{
|
26371
|
+
"name": "featureId",
|
26372
|
+
"description": null,
|
26373
|
+
"type": {
|
26374
|
+
"kind": "SCALAR",
|
26375
|
+
"name": "String",
|
26376
|
+
"ofType": null
|
26377
|
+
},
|
26378
|
+
"defaultValue": null,
|
26379
|
+
"isDeprecated": false,
|
26380
|
+
"deprecationReason": null
|
26381
|
+
},
|
26364
26382
|
{
|
26365
26383
|
"name": "filters",
|
26366
26384
|
"description": null,
|
@@ -35475,6 +35493,12 @@
|
|
35475
35493
|
"isDeprecated": false,
|
35476
35494
|
"deprecationReason": null
|
35477
35495
|
},
|
35496
|
+
{
|
35497
|
+
"name": "MinimumSpendCharge",
|
35498
|
+
"description": null,
|
35499
|
+
"isDeprecated": false,
|
35500
|
+
"deprecationReason": null
|
35501
|
+
},
|
35478
35502
|
{
|
35479
35503
|
"name": "Other",
|
35480
35504
|
"description": null,
|
@@ -41841,6 +41865,53 @@
|
|
41841
41865
|
],
|
41842
41866
|
"possibleTypes": null
|
41843
41867
|
},
|
41868
|
+
{
|
41869
|
+
"kind": "OBJECT",
|
41870
|
+
"name": "OverageBillingPeriodChange",
|
41871
|
+
"description": null,
|
41872
|
+
"fields": [
|
41873
|
+
{
|
41874
|
+
"name": "after",
|
41875
|
+
"description": null,
|
41876
|
+
"args": [],
|
41877
|
+
"type": {
|
41878
|
+
"kind": "ENUM",
|
41879
|
+
"name": "OverageBillingPeriod",
|
41880
|
+
"ofType": null
|
41881
|
+
},
|
41882
|
+
"isDeprecated": false,
|
41883
|
+
"deprecationReason": null
|
41884
|
+
},
|
41885
|
+
{
|
41886
|
+
"name": "before",
|
41887
|
+
"description": null,
|
41888
|
+
"args": [],
|
41889
|
+
"type": {
|
41890
|
+
"kind": "ENUM",
|
41891
|
+
"name": "OverageBillingPeriod",
|
41892
|
+
"ofType": null
|
41893
|
+
},
|
41894
|
+
"isDeprecated": false,
|
41895
|
+
"deprecationReason": null
|
41896
|
+
},
|
41897
|
+
{
|
41898
|
+
"name": "changeType",
|
41899
|
+
"description": null,
|
41900
|
+
"args": [],
|
41901
|
+
"type": {
|
41902
|
+
"kind": "ENUM",
|
41903
|
+
"name": "ChangeType",
|
41904
|
+
"ofType": null
|
41905
|
+
},
|
41906
|
+
"isDeprecated": false,
|
41907
|
+
"deprecationReason": null
|
41908
|
+
}
|
41909
|
+
],
|
41910
|
+
"inputFields": null,
|
41911
|
+
"interfaces": [],
|
41912
|
+
"enumValues": null,
|
41913
|
+
"possibleTypes": null
|
41914
|
+
},
|
41844
41915
|
{
|
41845
41916
|
"kind": "INPUT_OBJECT",
|
41846
41917
|
"name": "OverageEntitlementCreateInput",
|
@@ -42355,6 +42426,18 @@
|
|
42355
42426
|
"isDeprecated": false,
|
42356
42427
|
"deprecationReason": null
|
42357
42428
|
},
|
42429
|
+
{
|
42430
|
+
"name": "overageBillingPeriod",
|
42431
|
+
"description": "Configures when the overage charge is billed.",
|
42432
|
+
"args": [],
|
42433
|
+
"type": {
|
42434
|
+
"kind": "OBJECT",
|
42435
|
+
"name": "OverageBillingPeriodChange",
|
42436
|
+
"ofType": null
|
42437
|
+
},
|
42438
|
+
"isDeprecated": false,
|
42439
|
+
"deprecationReason": null
|
42440
|
+
},
|
42358
42441
|
{
|
42359
42442
|
"name": "overagePrices",
|
42360
42443
|
"description": null,
|
@@ -63500,6 +63583,18 @@
|
|
63500
63583
|
"isDeprecated": false,
|
63501
63584
|
"deprecationReason": null
|
63502
63585
|
},
|
63586
|
+
{
|
63587
|
+
"name": "dimensions",
|
63588
|
+
"description": null,
|
63589
|
+
"type": {
|
63590
|
+
"kind": "SCALAR",
|
63591
|
+
"name": "JSON",
|
63592
|
+
"ofType": null
|
63593
|
+
},
|
63594
|
+
"defaultValue": null,
|
63595
|
+
"isDeprecated": false,
|
63596
|
+
"deprecationReason": null
|
63597
|
+
},
|
63503
63598
|
{
|
63504
63599
|
"name": "featureId",
|
63505
63600
|
"description": null,
|
@@ -63642,6 +63737,18 @@
|
|
63642
63737
|
"isDeprecated": false,
|
63643
63738
|
"deprecationReason": null
|
63644
63739
|
},
|
63740
|
+
{
|
63741
|
+
"name": "dimensions",
|
63742
|
+
"description": null,
|
63743
|
+
"type": {
|
63744
|
+
"kind": "SCALAR",
|
63745
|
+
"name": "JSON",
|
63746
|
+
"ofType": null
|
63747
|
+
},
|
63748
|
+
"defaultValue": null,
|
63749
|
+
"isDeprecated": false,
|
63750
|
+
"deprecationReason": null
|
63751
|
+
},
|
63645
63752
|
{
|
63646
63753
|
"name": "environmentId",
|
63647
63754
|
"description": null,
|
@@ -70615,6 +70722,22 @@
|
|
70615
70722
|
"isDeprecated": false,
|
70616
70723
|
"deprecationReason": null
|
70617
70724
|
},
|
70725
|
+
{
|
70726
|
+
"name": "period",
|
70727
|
+
"description": null,
|
70728
|
+
"args": [],
|
70729
|
+
"type": {
|
70730
|
+
"kind": "NON_NULL",
|
70731
|
+
"name": null,
|
70732
|
+
"ofType": {
|
70733
|
+
"kind": "OBJECT",
|
70734
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
70735
|
+
"ofType": null
|
70736
|
+
}
|
70737
|
+
},
|
70738
|
+
"isDeprecated": false,
|
70739
|
+
"deprecationReason": null
|
70740
|
+
},
|
70618
70741
|
{
|
70619
70742
|
"name": "price",
|
70620
70743
|
"description": "The price connected to the invoice line item",
|
@@ -70766,6 +70889,22 @@
|
|
70766
70889
|
"isDeprecated": false,
|
70767
70890
|
"deprecationReason": null
|
70768
70891
|
},
|
70892
|
+
{
|
70893
|
+
"name": "period",
|
70894
|
+
"description": null,
|
70895
|
+
"args": [],
|
70896
|
+
"type": {
|
70897
|
+
"kind": "NON_NULL",
|
70898
|
+
"name": null,
|
70899
|
+
"ofType": {
|
70900
|
+
"kind": "OBJECT",
|
70901
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
70902
|
+
"ofType": null
|
70903
|
+
}
|
70904
|
+
},
|
70905
|
+
"isDeprecated": false,
|
70906
|
+
"deprecationReason": null
|
70907
|
+
},
|
70769
70908
|
{
|
70770
70909
|
"name": "price",
|
70771
70910
|
"description": "The price connected to the invoice line item",
|
@@ -70852,6 +70991,49 @@
|
|
70852
70991
|
"enumValues": null,
|
70853
70992
|
"possibleTypes": null
|
70854
70993
|
},
|
70994
|
+
{
|
70995
|
+
"kind": "OBJECT",
|
70996
|
+
"name": "SubscriptionInvoicePreviewLineItemPeriod",
|
70997
|
+
"description": "The invoice line item period",
|
70998
|
+
"fields": [
|
70999
|
+
{
|
71000
|
+
"name": "end",
|
71001
|
+
"description": null,
|
71002
|
+
"args": [],
|
71003
|
+
"type": {
|
71004
|
+
"kind": "NON_NULL",
|
71005
|
+
"name": null,
|
71006
|
+
"ofType": {
|
71007
|
+
"kind": "SCALAR",
|
71008
|
+
"name": "DateTime",
|
71009
|
+
"ofType": null
|
71010
|
+
}
|
71011
|
+
},
|
71012
|
+
"isDeprecated": false,
|
71013
|
+
"deprecationReason": null
|
71014
|
+
},
|
71015
|
+
{
|
71016
|
+
"name": "start",
|
71017
|
+
"description": null,
|
71018
|
+
"args": [],
|
71019
|
+
"type": {
|
71020
|
+
"kind": "NON_NULL",
|
71021
|
+
"name": null,
|
71022
|
+
"ofType": {
|
71023
|
+
"kind": "SCALAR",
|
71024
|
+
"name": "DateTime",
|
71025
|
+
"ofType": null
|
71026
|
+
}
|
71027
|
+
},
|
71028
|
+
"isDeprecated": false,
|
71029
|
+
"deprecationReason": null
|
71030
|
+
}
|
71031
|
+
],
|
71032
|
+
"inputFields": null,
|
71033
|
+
"interfaces": [],
|
71034
|
+
"enumValues": null,
|
71035
|
+
"possibleTypes": null
|
71036
|
+
},
|
70855
71037
|
{
|
70856
71038
|
"kind": "ENUM",
|
70857
71039
|
"name": "SubscriptionInvoiceStatus",
|
@@ -79435,6 +79617,18 @@
|
|
79435
79617
|
"isDeprecated": false,
|
79436
79618
|
"deprecationReason": null
|
79437
79619
|
},
|
79620
|
+
{
|
79621
|
+
"name": "dimensions",
|
79622
|
+
"description": null,
|
79623
|
+
"type": {
|
79624
|
+
"kind": "SCALAR",
|
79625
|
+
"name": "JSON",
|
79626
|
+
"ofType": null
|
79627
|
+
},
|
79628
|
+
"defaultValue": null,
|
79629
|
+
"isDeprecated": false,
|
79630
|
+
"deprecationReason": null
|
79631
|
+
},
|
79438
79632
|
{
|
79439
79633
|
"name": "environmentId",
|
79440
79634
|
"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: 2.
|
4
|
+
version: 2.43.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-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|