stigg-api-client 1.40.9 → 1.41.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: 95079d011d1b3221cec74253e79e82362b5392a9fd296419e38310867164cd57
4
+ data.tar.gz: 4d5f202ee687ed214914d0eda742428920e22133eaa9445787729716b6bf2a7e
5
5
  SHA512:
6
- metadata.gz: 48e38654770e99b6a9bd6d27853e4c93366b1ef95fc832c761f02a091f36d25c12221bac54289bcadd75733aee7f9c0b1c6a7f6b44733029d63c860f9b189cf6
7
- data.tar.gz: 8ae2f0441867f53e3bc5fd93a2657f62f7aaf9d8bbcd2aa01172acdfaf2214e607a835be2990ef06ad75c0d3c3359c741ff306a9a328691f3f229c0e3c522560
6
+ metadata.gz: e8437dd3d41a21607f0a4cb42869740456fcf63f64faccb251e55c43023c6231bf73f9f29f5c14fb0a2206e705d2a55a8a2ca9129a409203fcdf7130ce4d364e
7
+ data.tar.gz: 9b7ed03107b963bd53597dfa0dbf3a53e477dc130c61f21fe1c089df69debb10c4ce42a6675b71398c734ea76f623b6412225e2d8ad701857e3161d7593c0a40
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.41.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",
@@ -37899,6 +38117,18 @@
37899
38117
  "description": null,
37900
38118
  "fields": null,
37901
38119
  "inputFields": [
38120
+ {
38121
+ "name": "billingCadence",
38122
+ "description": null,
38123
+ "type": {
38124
+ "kind": "ENUM",
38125
+ "name": "BillingCadence",
38126
+ "ofType": null
38127
+ },
38128
+ "defaultValue": "RECURRING",
38129
+ "isDeprecated": false,
38130
+ "deprecationReason": null
38131
+ },
37902
38132
  {
37903
38133
  "name": "billingModel",
37904
38134
  "description": null,
@@ -45870,6 +46100,22 @@
45870
46100
  "name": "Price",
45871
46101
  "description": null,
45872
46102
  "fields": [
46103
+ {
46104
+ "name": "billingCadence",
46105
+ "description": null,
46106
+ "args": [],
46107
+ "type": {
46108
+ "kind": "NON_NULL",
46109
+ "name": null,
46110
+ "ofType": {
46111
+ "kind": "ENUM",
46112
+ "name": "BillingCadence",
46113
+ "ofType": null
46114
+ }
46115
+ },
46116
+ "isDeprecated": false,
46117
+ "deprecationReason": null
46118
+ },
45873
46119
  {
45874
46120
  "name": "billingCountryCode",
45875
46121
  "description": null,
@@ -46121,6 +46367,18 @@
46121
46367
  "name": "PriceAggregateGroupBy",
46122
46368
  "description": null,
46123
46369
  "fields": [
46370
+ {
46371
+ "name": "billingCadence",
46372
+ "description": null,
46373
+ "args": [],
46374
+ "type": {
46375
+ "kind": "ENUM",
46376
+ "name": "BillingCadence",
46377
+ "ofType": null
46378
+ },
46379
+ "isDeprecated": false,
46380
+ "deprecationReason": null
46381
+ },
46124
46382
  {
46125
46383
  "name": "billingId",
46126
46384
  "description": null,
@@ -46204,6 +46462,18 @@
46204
46462
  "name": "PriceCountAggregate",
46205
46463
  "description": null,
46206
46464
  "fields": [
46465
+ {
46466
+ "name": "billingCadence",
46467
+ "description": null,
46468
+ "args": [],
46469
+ "type": {
46470
+ "kind": "SCALAR",
46471
+ "name": "Int",
46472
+ "ofType": null
46473
+ },
46474
+ "isDeprecated": false,
46475
+ "deprecationReason": null
46476
+ },
46207
46477
  {
46208
46478
  "name": "billingId",
46209
46479
  "description": null,
@@ -46287,6 +46557,18 @@
46287
46557
  "name": "PriceDeleteResponse",
46288
46558
  "description": null,
46289
46559
  "fields": [
46560
+ {
46561
+ "name": "billingCadence",
46562
+ "description": null,
46563
+ "args": [],
46564
+ "type": {
46565
+ "kind": "ENUM",
46566
+ "name": "BillingCadence",
46567
+ "ofType": null
46568
+ },
46569
+ "isDeprecated": false,
46570
+ "deprecationReason": null
46571
+ },
46290
46572
  {
46291
46573
  "name": "billingCountryCode",
46292
46574
  "description": null,
@@ -46733,6 +47015,18 @@
46733
47015
  "isDeprecated": false,
46734
47016
  "deprecationReason": null
46735
47017
  },
47018
+ {
47019
+ "name": "billingCadence",
47020
+ "description": null,
47021
+ "type": {
47022
+ "kind": "INPUT_OBJECT",
47023
+ "name": "BillingCadenceFilterComparison",
47024
+ "ofType": null
47025
+ },
47026
+ "defaultValue": null,
47027
+ "isDeprecated": false,
47028
+ "deprecationReason": null
47029
+ },
46736
47030
  {
46737
47031
  "name": "billingId",
46738
47032
  "description": null,
@@ -47054,6 +47348,18 @@
47054
47348
  "name": "PriceMaxAggregate",
47055
47349
  "description": null,
47056
47350
  "fields": [
47351
+ {
47352
+ "name": "billingCadence",
47353
+ "description": null,
47354
+ "args": [],
47355
+ "type": {
47356
+ "kind": "ENUM",
47357
+ "name": "BillingCadence",
47358
+ "ofType": null
47359
+ },
47360
+ "isDeprecated": false,
47361
+ "deprecationReason": null
47362
+ },
47057
47363
  {
47058
47364
  "name": "billingId",
47059
47365
  "description": null,
@@ -47137,6 +47443,18 @@
47137
47443
  "name": "PriceMinAggregate",
47138
47444
  "description": null,
47139
47445
  "fields": [
47446
+ {
47447
+ "name": "billingCadence",
47448
+ "description": null,
47449
+ "args": [],
47450
+ "type": {
47451
+ "kind": "ENUM",
47452
+ "name": "BillingCadence",
47453
+ "ofType": null
47454
+ },
47455
+ "isDeprecated": false,
47456
+ "deprecationReason": null
47457
+ },
47140
47458
  {
47141
47459
  "name": "billingId",
47142
47460
  "description": null,
@@ -47392,6 +47710,12 @@
47392
47710
  "inputFields": null,
47393
47711
  "interfaces": null,
47394
47712
  "enumValues": [
47713
+ {
47714
+ "name": "billingCadence",
47715
+ "description": null,
47716
+ "isDeprecated": false,
47717
+ "deprecationReason": null
47718
+ },
47395
47719
  {
47396
47720
  "name": "billingId",
47397
47721
  "description": null,
@@ -47531,6 +47855,18 @@
47531
47855
  "description": null,
47532
47856
  "fields": null,
47533
47857
  "inputFields": [
47858
+ {
47859
+ "name": "billingCadence",
47860
+ "description": null,
47861
+ "type": {
47862
+ "kind": "ENUM",
47863
+ "name": "BillingCadence",
47864
+ "ofType": null
47865
+ },
47866
+ "defaultValue": "RECURRING",
47867
+ "isDeprecated": false,
47868
+ "deprecationReason": null
47869
+ },
47534
47870
  {
47535
47871
  "name": "billingModel",
47536
47872
  "description": null,
@@ -58976,6 +59312,18 @@
58976
59312
  "isDeprecated": false,
58977
59313
  "deprecationReason": null
58978
59314
  },
59315
+ {
59316
+ "name": "billingCadence",
59317
+ "description": null,
59318
+ "type": {
59319
+ "kind": "INPUT_OBJECT",
59320
+ "name": "BillingCadenceFilterComparison",
59321
+ "ofType": null
59322
+ },
59323
+ "defaultValue": null,
59324
+ "isDeprecated": false,
59325
+ "deprecationReason": null
59326
+ },
58979
59327
  {
58980
59328
  "name": "billingId",
58981
59329
  "description": null,
@@ -64716,6 +65064,18 @@
64716
65064
  "isDeprecated": false,
64717
65065
  "deprecationReason": null
64718
65066
  },
65067
+ {
65068
+ "name": "billingCadence",
65069
+ "description": null,
65070
+ "type": {
65071
+ "kind": "INPUT_OBJECT",
65072
+ "name": "BillingCadenceFilterComparison",
65073
+ "ofType": null
65074
+ },
65075
+ "defaultValue": null,
65076
+ "isDeprecated": false,
65077
+ "deprecationReason": null
65078
+ },
64719
65079
  {
64720
65080
  "name": "billingId",
64721
65081
  "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.41.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.41.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-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient