stigg-api-client 1.40.9 → 1.46.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5970d1f7be94397eb16731cf4c0678ef079ec14bc3d978193a02c8563f28fc96
4
- data.tar.gz: 9bc54eb3ef30b5a5b18cf4cc6b07bb01d4102f9fb3e17e606d9b69ae74a562f2
3
+ metadata.gz: 6c93ecfd4b1af8ca79e34f30321e22888c2c57c7b15cf1490f03dc68c6b24b75
4
+ data.tar.gz: 9521ab757cfcd0a982d462c22ea71078f1272830cb4f55a63d438cb3c3204496
5
5
  SHA512:
6
- metadata.gz: 48e38654770e99b6a9bd6d27853e4c93366b1ef95fc832c761f02a091f36d25c12221bac54289bcadd75733aee7f9c0b1c6a7f6b44733029d63c860f9b189cf6
7
- data.tar.gz: 8ae2f0441867f53e3bc5fd93a2657f62f7aaf9d8bbcd2aa01172acdfaf2214e607a835be2990ef06ad75c0d3c3359c741ff306a9a328691f3f229c0e3c522560
6
+ metadata.gz: a4b5a3d617bf63bcc2401e7fc431a64a5e299aaed226852a8185b22fb774e01b3d46ead1c85f6048532346ba61613d8ace393a9b9417b5157a7cceededc9ea7b
7
+ data.tar.gz: 9c20416df94a7337b832ddb152db8a752fd8b639d38ca4527810acfbe72978ef42740aaf95fbb09e8eb4c265e7eebf13e3ca0ce94c9c584f016e294d01aca314
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.40.9)
4
+ stigg-api-client (1.46.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -4241,6 +4241,224 @@
4241
4241
  ],
4242
4242
  "possibleTypes": null
4243
4243
  },
4244
+ {
4245
+ "kind": "ENUM",
4246
+ "name": "BillingCadence",
4247
+ "description": "Billing Cadence.",
4248
+ "fields": null,
4249
+ "inputFields": null,
4250
+ "interfaces": null,
4251
+ "enumValues": [
4252
+ {
4253
+ "name": "ONE_OFF",
4254
+ "description": null,
4255
+ "isDeprecated": false,
4256
+ "deprecationReason": null
4257
+ },
4258
+ {
4259
+ "name": "RECURRING",
4260
+ "description": null,
4261
+ "isDeprecated": false,
4262
+ "deprecationReason": null
4263
+ }
4264
+ ],
4265
+ "possibleTypes": null
4266
+ },
4267
+ {
4268
+ "kind": "INPUT_OBJECT",
4269
+ "name": "BillingCadenceFilterComparison",
4270
+ "description": null,
4271
+ "fields": null,
4272
+ "inputFields": [
4273
+ {
4274
+ "name": "eq",
4275
+ "description": null,
4276
+ "type": {
4277
+ "kind": "ENUM",
4278
+ "name": "BillingCadence",
4279
+ "ofType": null
4280
+ },
4281
+ "defaultValue": null,
4282
+ "isDeprecated": false,
4283
+ "deprecationReason": null
4284
+ },
4285
+ {
4286
+ "name": "gt",
4287
+ "description": null,
4288
+ "type": {
4289
+ "kind": "ENUM",
4290
+ "name": "BillingCadence",
4291
+ "ofType": null
4292
+ },
4293
+ "defaultValue": null,
4294
+ "isDeprecated": false,
4295
+ "deprecationReason": null
4296
+ },
4297
+ {
4298
+ "name": "gte",
4299
+ "description": null,
4300
+ "type": {
4301
+ "kind": "ENUM",
4302
+ "name": "BillingCadence",
4303
+ "ofType": null
4304
+ },
4305
+ "defaultValue": null,
4306
+ "isDeprecated": false,
4307
+ "deprecationReason": null
4308
+ },
4309
+ {
4310
+ "name": "iLike",
4311
+ "description": null,
4312
+ "type": {
4313
+ "kind": "ENUM",
4314
+ "name": "BillingCadence",
4315
+ "ofType": null
4316
+ },
4317
+ "defaultValue": null,
4318
+ "isDeprecated": false,
4319
+ "deprecationReason": null
4320
+ },
4321
+ {
4322
+ "name": "in",
4323
+ "description": null,
4324
+ "type": {
4325
+ "kind": "LIST",
4326
+ "name": null,
4327
+ "ofType": {
4328
+ "kind": "NON_NULL",
4329
+ "name": null,
4330
+ "ofType": {
4331
+ "kind": "ENUM",
4332
+ "name": "BillingCadence",
4333
+ "ofType": null
4334
+ }
4335
+ }
4336
+ },
4337
+ "defaultValue": null,
4338
+ "isDeprecated": false,
4339
+ "deprecationReason": null
4340
+ },
4341
+ {
4342
+ "name": "is",
4343
+ "description": null,
4344
+ "type": {
4345
+ "kind": "SCALAR",
4346
+ "name": "Boolean",
4347
+ "ofType": null
4348
+ },
4349
+ "defaultValue": null,
4350
+ "isDeprecated": false,
4351
+ "deprecationReason": null
4352
+ },
4353
+ {
4354
+ "name": "isNot",
4355
+ "description": null,
4356
+ "type": {
4357
+ "kind": "SCALAR",
4358
+ "name": "Boolean",
4359
+ "ofType": null
4360
+ },
4361
+ "defaultValue": null,
4362
+ "isDeprecated": false,
4363
+ "deprecationReason": null
4364
+ },
4365
+ {
4366
+ "name": "like",
4367
+ "description": null,
4368
+ "type": {
4369
+ "kind": "ENUM",
4370
+ "name": "BillingCadence",
4371
+ "ofType": null
4372
+ },
4373
+ "defaultValue": null,
4374
+ "isDeprecated": false,
4375
+ "deprecationReason": null
4376
+ },
4377
+ {
4378
+ "name": "lt",
4379
+ "description": null,
4380
+ "type": {
4381
+ "kind": "ENUM",
4382
+ "name": "BillingCadence",
4383
+ "ofType": null
4384
+ },
4385
+ "defaultValue": null,
4386
+ "isDeprecated": false,
4387
+ "deprecationReason": null
4388
+ },
4389
+ {
4390
+ "name": "lte",
4391
+ "description": null,
4392
+ "type": {
4393
+ "kind": "ENUM",
4394
+ "name": "BillingCadence",
4395
+ "ofType": null
4396
+ },
4397
+ "defaultValue": null,
4398
+ "isDeprecated": false,
4399
+ "deprecationReason": null
4400
+ },
4401
+ {
4402
+ "name": "neq",
4403
+ "description": null,
4404
+ "type": {
4405
+ "kind": "ENUM",
4406
+ "name": "BillingCadence",
4407
+ "ofType": null
4408
+ },
4409
+ "defaultValue": null,
4410
+ "isDeprecated": false,
4411
+ "deprecationReason": null
4412
+ },
4413
+ {
4414
+ "name": "notILike",
4415
+ "description": null,
4416
+ "type": {
4417
+ "kind": "ENUM",
4418
+ "name": "BillingCadence",
4419
+ "ofType": null
4420
+ },
4421
+ "defaultValue": null,
4422
+ "isDeprecated": false,
4423
+ "deprecationReason": null
4424
+ },
4425
+ {
4426
+ "name": "notIn",
4427
+ "description": null,
4428
+ "type": {
4429
+ "kind": "LIST",
4430
+ "name": null,
4431
+ "ofType": {
4432
+ "kind": "NON_NULL",
4433
+ "name": null,
4434
+ "ofType": {
4435
+ "kind": "ENUM",
4436
+ "name": "BillingCadence",
4437
+ "ofType": null
4438
+ }
4439
+ }
4440
+ },
4441
+ "defaultValue": null,
4442
+ "isDeprecated": false,
4443
+ "deprecationReason": null
4444
+ },
4445
+ {
4446
+ "name": "notLike",
4447
+ "description": null,
4448
+ "type": {
4449
+ "kind": "ENUM",
4450
+ "name": "BillingCadence",
4451
+ "ofType": null
4452
+ },
4453
+ "defaultValue": null,
4454
+ "isDeprecated": false,
4455
+ "deprecationReason": null
4456
+ }
4457
+ ],
4458
+ "interfaces": null,
4459
+ "enumValues": null,
4460
+ "possibleTypes": null
4461
+ },
4244
4462
  {
4245
4463
  "kind": "ENUM",
4246
4464
  "name": "BillingModel",
@@ -37772,6 +37990,18 @@
37772
37990
  "isDeprecated": false,
37773
37991
  "deprecationReason": null
37774
37992
  },
37993
+ {
37994
+ "name": "hasSoftLimit",
37995
+ "description": null,
37996
+ "type": {
37997
+ "kind": "SCALAR",
37998
+ "name": "Boolean",
37999
+ "ofType": null
38000
+ },
38001
+ "defaultValue": null,
38002
+ "isDeprecated": false,
38003
+ "deprecationReason": null
38004
+ },
37775
38005
  {
37776
38006
  "name": "hasUnlimitedUsage",
37777
38007
  "description": null,
@@ -37899,6 +38129,18 @@
37899
38129
  "description": null,
37900
38130
  "fields": null,
37901
38131
  "inputFields": [
38132
+ {
38133
+ "name": "billingCadence",
38134
+ "description": null,
38135
+ "type": {
38136
+ "kind": "ENUM",
38137
+ "name": "BillingCadence",
38138
+ "ofType": null
38139
+ },
38140
+ "defaultValue": "RECURRING",
38141
+ "isDeprecated": false,
38142
+ "deprecationReason": null
38143
+ },
37902
38144
  {
37903
38145
  "name": "billingModel",
37904
38146
  "description": null,
@@ -40450,6 +40692,18 @@
40450
40692
  "isDeprecated": false,
40451
40693
  "deprecationReason": null
40452
40694
  },
40695
+ {
40696
+ "name": "hasSoftLimit",
40697
+ "description": null,
40698
+ "type": {
40699
+ "kind": "SCALAR",
40700
+ "name": "Boolean",
40701
+ "ofType": null
40702
+ },
40703
+ "defaultValue": null,
40704
+ "isDeprecated": false,
40705
+ "deprecationReason": null
40706
+ },
40453
40707
  {
40454
40708
  "name": "hasUnlimitedUsage",
40455
40709
  "description": null,
@@ -40855,6 +41109,18 @@
40855
41109
  "isDeprecated": false,
40856
41110
  "deprecationReason": null
40857
41111
  },
41112
+ {
41113
+ "name": "hasSoftLimit",
41114
+ "description": null,
41115
+ "type": {
41116
+ "kind": "SCALAR",
41117
+ "name": "Boolean",
41118
+ "ofType": null
41119
+ },
41120
+ "defaultValue": null,
41121
+ "isDeprecated": false,
41122
+ "deprecationReason": null
41123
+ },
40858
41124
  {
40859
41125
  "name": "hasUnlimitedUsage",
40860
41126
  "description": null,
@@ -45870,6 +46136,22 @@
45870
46136
  "name": "Price",
45871
46137
  "description": null,
45872
46138
  "fields": [
46139
+ {
46140
+ "name": "billingCadence",
46141
+ "description": null,
46142
+ "args": [],
46143
+ "type": {
46144
+ "kind": "NON_NULL",
46145
+ "name": null,
46146
+ "ofType": {
46147
+ "kind": "ENUM",
46148
+ "name": "BillingCadence",
46149
+ "ofType": null
46150
+ }
46151
+ },
46152
+ "isDeprecated": false,
46153
+ "deprecationReason": null
46154
+ },
45873
46155
  {
45874
46156
  "name": "billingCountryCode",
45875
46157
  "description": null,
@@ -46121,6 +46403,18 @@
46121
46403
  "name": "PriceAggregateGroupBy",
46122
46404
  "description": null,
46123
46405
  "fields": [
46406
+ {
46407
+ "name": "billingCadence",
46408
+ "description": null,
46409
+ "args": [],
46410
+ "type": {
46411
+ "kind": "ENUM",
46412
+ "name": "BillingCadence",
46413
+ "ofType": null
46414
+ },
46415
+ "isDeprecated": false,
46416
+ "deprecationReason": null
46417
+ },
46124
46418
  {
46125
46419
  "name": "billingId",
46126
46420
  "description": null,
@@ -46204,6 +46498,18 @@
46204
46498
  "name": "PriceCountAggregate",
46205
46499
  "description": null,
46206
46500
  "fields": [
46501
+ {
46502
+ "name": "billingCadence",
46503
+ "description": null,
46504
+ "args": [],
46505
+ "type": {
46506
+ "kind": "SCALAR",
46507
+ "name": "Int",
46508
+ "ofType": null
46509
+ },
46510
+ "isDeprecated": false,
46511
+ "deprecationReason": null
46512
+ },
46207
46513
  {
46208
46514
  "name": "billingId",
46209
46515
  "description": null,
@@ -46287,6 +46593,18 @@
46287
46593
  "name": "PriceDeleteResponse",
46288
46594
  "description": null,
46289
46595
  "fields": [
46596
+ {
46597
+ "name": "billingCadence",
46598
+ "description": null,
46599
+ "args": [],
46600
+ "type": {
46601
+ "kind": "ENUM",
46602
+ "name": "BillingCadence",
46603
+ "ofType": null
46604
+ },
46605
+ "isDeprecated": false,
46606
+ "deprecationReason": null
46607
+ },
46290
46608
  {
46291
46609
  "name": "billingCountryCode",
46292
46610
  "description": null,
@@ -46733,6 +47051,18 @@
46733
47051
  "isDeprecated": false,
46734
47052
  "deprecationReason": null
46735
47053
  },
47054
+ {
47055
+ "name": "billingCadence",
47056
+ "description": null,
47057
+ "type": {
47058
+ "kind": "INPUT_OBJECT",
47059
+ "name": "BillingCadenceFilterComparison",
47060
+ "ofType": null
47061
+ },
47062
+ "defaultValue": null,
47063
+ "isDeprecated": false,
47064
+ "deprecationReason": null
47065
+ },
46736
47066
  {
46737
47067
  "name": "billingId",
46738
47068
  "description": null,
@@ -47054,6 +47384,18 @@
47054
47384
  "name": "PriceMaxAggregate",
47055
47385
  "description": null,
47056
47386
  "fields": [
47387
+ {
47388
+ "name": "billingCadence",
47389
+ "description": null,
47390
+ "args": [],
47391
+ "type": {
47392
+ "kind": "ENUM",
47393
+ "name": "BillingCadence",
47394
+ "ofType": null
47395
+ },
47396
+ "isDeprecated": false,
47397
+ "deprecationReason": null
47398
+ },
47057
47399
  {
47058
47400
  "name": "billingId",
47059
47401
  "description": null,
@@ -47137,6 +47479,18 @@
47137
47479
  "name": "PriceMinAggregate",
47138
47480
  "description": null,
47139
47481
  "fields": [
47482
+ {
47483
+ "name": "billingCadence",
47484
+ "description": null,
47485
+ "args": [],
47486
+ "type": {
47487
+ "kind": "ENUM",
47488
+ "name": "BillingCadence",
47489
+ "ofType": null
47490
+ },
47491
+ "isDeprecated": false,
47492
+ "deprecationReason": null
47493
+ },
47140
47494
  {
47141
47495
  "name": "billingId",
47142
47496
  "description": null,
@@ -47392,6 +47746,12 @@
47392
47746
  "inputFields": null,
47393
47747
  "interfaces": null,
47394
47748
  "enumValues": [
47749
+ {
47750
+ "name": "billingCadence",
47751
+ "description": null,
47752
+ "isDeprecated": false,
47753
+ "deprecationReason": null
47754
+ },
47395
47755
  {
47396
47756
  "name": "billingId",
47397
47757
  "description": null,
@@ -47531,6 +47891,18 @@
47531
47891
  "description": null,
47532
47892
  "fields": null,
47533
47893
  "inputFields": [
47894
+ {
47895
+ "name": "billingCadence",
47896
+ "description": null,
47897
+ "type": {
47898
+ "kind": "ENUM",
47899
+ "name": "BillingCadence",
47900
+ "ofType": null
47901
+ },
47902
+ "defaultValue": "RECURRING",
47903
+ "isDeprecated": false,
47904
+ "deprecationReason": null
47905
+ },
47534
47906
  {
47535
47907
  "name": "billingModel",
47536
47908
  "description": null,
@@ -50900,6 +51272,18 @@
50900
51272
  "isDeprecated": false,
50901
51273
  "deprecationReason": null
50902
51274
  },
51275
+ {
51276
+ "name": "hasSoftLimit",
51277
+ "description": null,
51278
+ "type": {
51279
+ "kind": "SCALAR",
51280
+ "name": "Boolean",
51281
+ "ofType": null
51282
+ },
51283
+ "defaultValue": null,
51284
+ "isDeprecated": false,
51285
+ "deprecationReason": null
51286
+ },
50903
51287
  {
50904
51288
  "name": "hasUnlimitedUsage",
50905
51289
  "description": null,
@@ -51548,6 +51932,18 @@
51548
51932
  "isDeprecated": false,
51549
51933
  "deprecationReason": null
51550
51934
  },
51935
+ {
51936
+ "name": "hasSoftLimit",
51937
+ "description": null,
51938
+ "type": {
51939
+ "kind": "SCALAR",
51940
+ "name": "Boolean",
51941
+ "ofType": null
51942
+ },
51943
+ "defaultValue": null,
51944
+ "isDeprecated": false,
51945
+ "deprecationReason": null
51946
+ },
51551
51947
  {
51552
51948
  "name": "hasUnlimitedUsage",
51553
51949
  "description": null,
@@ -58976,6 +59372,18 @@
58976
59372
  "isDeprecated": false,
58977
59373
  "deprecationReason": null
58978
59374
  },
59375
+ {
59376
+ "name": "billingCadence",
59377
+ "description": null,
59378
+ "type": {
59379
+ "kind": "INPUT_OBJECT",
59380
+ "name": "BillingCadenceFilterComparison",
59381
+ "ofType": null
59382
+ },
59383
+ "defaultValue": null,
59384
+ "isDeprecated": false,
59385
+ "deprecationReason": null
59386
+ },
58979
59387
  {
58980
59388
  "name": "billingId",
58981
59389
  "description": null,
@@ -64716,6 +65124,18 @@
64716
65124
  "isDeprecated": false,
64717
65125
  "deprecationReason": null
64718
65126
  },
65127
+ {
65128
+ "name": "billingCadence",
65129
+ "description": null,
65130
+ "type": {
65131
+ "kind": "INPUT_OBJECT",
65132
+ "name": "BillingCadenceFilterComparison",
65133
+ "ofType": null
65134
+ },
65135
+ "defaultValue": null,
65136
+ "isDeprecated": false,
65137
+ "deprecationReason": null
65138
+ },
64719
65139
  {
64720
65140
  "name": "billingId",
64721
65141
  "description": null,
@@ -69013,6 +69433,18 @@
69013
69433
  "isDeprecated": false,
69014
69434
  "deprecationReason": null
69015
69435
  },
69436
+ {
69437
+ "name": "hasSoftLimit",
69438
+ "description": null,
69439
+ "type": {
69440
+ "kind": "SCALAR",
69441
+ "name": "Boolean",
69442
+ "ofType": null
69443
+ },
69444
+ "defaultValue": null,
69445
+ "isDeprecated": false,
69446
+ "deprecationReason": null
69447
+ },
69016
69448
  {
69017
69449
  "name": "hasUnlimitedUsage",
69018
69450
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.40.9"
4
+ VERSION = "1.46.0"
5
5
  end
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.40.9
4
+ version: 1.46.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-02-19 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient