stigg-api-client 0.466.0 → 0.467.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fec26faa57b241354b60cc7a20242fb2374ae2afcc86c176627bf9e2c1a19f33
4
- data.tar.gz: 8f331e4844a5b62ef1df190190713094015f4a870582f43704339fb3fbb53dd6
3
+ metadata.gz: 77f755c3103e90683283575910981701cd5701f8007ea242366b687dbaddee87
4
+ data.tar.gz: 7f889a5bb3d7b7607217170f50311414ea3d0fe22f2507055525103c3ad13e0b
5
5
  SHA512:
6
- metadata.gz: e233fcae6dd841e41d9f4e4a1adfc4e8c1527855ca3d6a668564926903f342ce33c89d1e0a88f74beec14c9a07c5aaeee7a9d56eccc535d838ae553dafd2c79d
7
- data.tar.gz: c9680bdceb091f0177c03f84b9eb9d1b7139c0416dd9e5e9075b72ced839d3f7fa82dd51e20ee7add17ccae8a44949cdd4a7e50b77d4bb21e8db90da1a5f68b5
6
+ metadata.gz: 1f41a1e93af8449d1545f05990a9e25a373077dce4c5e16ba5f75cc0bcbd04b9b330fe2fc71a05897f114d89101464cdfb5180c008ba916e7a11faefb3209127
7
+ data.tar.gz: 9315f5f5a4fd1507a4883c0eb039df40108bbd2d230335a141da0996a3677236965dc6c575294ac0650f44f2c433097fd155522a01ece1fa32101b4526b078c8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.466.0)
4
+ stigg-api-client (0.467.1)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -14604,6 +14604,18 @@
14604
14604
  "isDeprecated": false,
14605
14605
  "deprecationReason": null
14606
14606
  },
14607
+ {
14608
+ "name": "billingModel",
14609
+ "description": null,
14610
+ "type": {
14611
+ "kind": "INPUT_OBJECT",
14612
+ "name": "BillingModelFilterComparison",
14613
+ "ofType": null
14614
+ },
14615
+ "defaultValue": null,
14616
+ "isDeprecated": false,
14617
+ "deprecationReason": null
14618
+ },
14607
14619
  {
14608
14620
  "name": "createdAt",
14609
14621
  "description": null,
@@ -14616,6 +14628,18 @@
14616
14628
  "isDeprecated": false,
14617
14629
  "deprecationReason": null
14618
14630
  },
14631
+ {
14632
+ "name": "featureId",
14633
+ "description": null,
14634
+ "type": {
14635
+ "kind": "INPUT_OBJECT",
14636
+ "name": "StringFieldComparison",
14637
+ "ofType": null
14638
+ },
14639
+ "defaultValue": null,
14640
+ "isDeprecated": false,
14641
+ "deprecationReason": null
14642
+ },
14619
14643
  {
14620
14644
  "name": "id",
14621
14645
  "description": null,
@@ -19186,6 +19210,26 @@
19186
19210
  "isDeprecated": false,
19187
19211
  "deprecationReason": null
19188
19212
  },
19213
+ {
19214
+ "name": "billableFeatures",
19215
+ "description": null,
19216
+ "type": {
19217
+ "kind": "LIST",
19218
+ "name": null,
19219
+ "ofType": {
19220
+ "kind": "NON_NULL",
19221
+ "name": null,
19222
+ "ofType": {
19223
+ "kind": "INPUT_OBJECT",
19224
+ "name": "BillableFeatureInput",
19225
+ "ofType": null
19226
+ }
19227
+ }
19228
+ },
19229
+ "defaultValue": null,
19230
+ "isDeprecated": false,
19231
+ "deprecationReason": null
19232
+ },
19189
19233
  {
19190
19234
  "name": "billingCountryCode",
19191
19235
  "description": null,
@@ -19369,6 +19413,26 @@
19369
19413
  "isDeprecated": false,
19370
19414
  "deprecationReason": null
19371
19415
  },
19416
+ {
19417
+ "name": "billableFeatures",
19418
+ "description": null,
19419
+ "type": {
19420
+ "kind": "LIST",
19421
+ "name": null,
19422
+ "ofType": {
19423
+ "kind": "NON_NULL",
19424
+ "name": null,
19425
+ "ofType": {
19426
+ "kind": "INPUT_OBJECT",
19427
+ "name": "BillableFeatureInput",
19428
+ "ofType": null
19429
+ }
19430
+ }
19431
+ },
19432
+ "defaultValue": null,
19433
+ "isDeprecated": false,
19434
+ "deprecationReason": null
19435
+ },
19372
19436
  {
19373
19437
  "name": "environmentId",
19374
19438
  "description": null,
@@ -56078,6 +56142,18 @@
56078
56142
  "name": "SubscriptionPrice",
56079
56143
  "description": null,
56080
56144
  "fields": [
56145
+ {
56146
+ "name": "billingModel",
56147
+ "description": null,
56148
+ "args": [],
56149
+ "type": {
56150
+ "kind": "ENUM",
56151
+ "name": "BillingModel",
56152
+ "ofType": null
56153
+ },
56154
+ "isDeprecated": false,
56155
+ "deprecationReason": null
56156
+ },
56081
56157
  {
56082
56158
  "name": "createdAt",
56083
56159
  "description": null,
@@ -56090,6 +56166,18 @@
56090
56166
  "isDeprecated": false,
56091
56167
  "deprecationReason": null
56092
56168
  },
56169
+ {
56170
+ "name": "featureId",
56171
+ "description": null,
56172
+ "args": [],
56173
+ "type": {
56174
+ "kind": "SCALAR",
56175
+ "name": "String",
56176
+ "ofType": null
56177
+ },
56178
+ "isDeprecated": false,
56179
+ "deprecationReason": null
56180
+ },
56093
56181
  {
56094
56182
  "name": "id",
56095
56183
  "description": null,
@@ -56173,6 +56261,18 @@
56173
56261
  "name": "SubscriptionPriceAggregateGroupBy",
56174
56262
  "description": null,
56175
56263
  "fields": [
56264
+ {
56265
+ "name": "billingModel",
56266
+ "description": null,
56267
+ "args": [],
56268
+ "type": {
56269
+ "kind": "ENUM",
56270
+ "name": "BillingModel",
56271
+ "ofType": null
56272
+ },
56273
+ "isDeprecated": false,
56274
+ "deprecationReason": null
56275
+ },
56176
56276
  {
56177
56277
  "name": "createdAt",
56178
56278
  "description": null,
@@ -56185,6 +56285,18 @@
56185
56285
  "isDeprecated": false,
56186
56286
  "deprecationReason": null
56187
56287
  },
56288
+ {
56289
+ "name": "featureId",
56290
+ "description": null,
56291
+ "args": [],
56292
+ "type": {
56293
+ "kind": "SCALAR",
56294
+ "name": "String",
56295
+ "ofType": null
56296
+ },
56297
+ "isDeprecated": false,
56298
+ "deprecationReason": null
56299
+ },
56188
56300
  {
56189
56301
  "name": "id",
56190
56302
  "description": null,
@@ -56255,6 +56367,18 @@
56255
56367
  "name": "SubscriptionPriceCountAggregate",
56256
56368
  "description": null,
56257
56369
  "fields": [
56370
+ {
56371
+ "name": "billingModel",
56372
+ "description": null,
56373
+ "args": [],
56374
+ "type": {
56375
+ "kind": "SCALAR",
56376
+ "name": "Int",
56377
+ "ofType": null
56378
+ },
56379
+ "isDeprecated": false,
56380
+ "deprecationReason": null
56381
+ },
56258
56382
  {
56259
56383
  "name": "createdAt",
56260
56384
  "description": null,
@@ -56267,6 +56391,18 @@
56267
56391
  "isDeprecated": false,
56268
56392
  "deprecationReason": null
56269
56393
  },
56394
+ {
56395
+ "name": "featureId",
56396
+ "description": null,
56397
+ "args": [],
56398
+ "type": {
56399
+ "kind": "SCALAR",
56400
+ "name": "Int",
56401
+ "ofType": null
56402
+ },
56403
+ "isDeprecated": false,
56404
+ "deprecationReason": null
56405
+ },
56270
56406
  {
56271
56407
  "name": "id",
56272
56408
  "description": null,
@@ -56378,6 +56514,18 @@
56378
56514
  "isDeprecated": false,
56379
56515
  "deprecationReason": null
56380
56516
  },
56517
+ {
56518
+ "name": "billingModel",
56519
+ "description": null,
56520
+ "type": {
56521
+ "kind": "INPUT_OBJECT",
56522
+ "name": "BillingModelFilterComparison",
56523
+ "ofType": null
56524
+ },
56525
+ "defaultValue": null,
56526
+ "isDeprecated": false,
56527
+ "deprecationReason": null
56528
+ },
56381
56529
  {
56382
56530
  "name": "createdAt",
56383
56531
  "description": null,
@@ -56390,6 +56538,18 @@
56390
56538
  "isDeprecated": false,
56391
56539
  "deprecationReason": null
56392
56540
  },
56541
+ {
56542
+ "name": "featureId",
56543
+ "description": null,
56544
+ "type": {
56545
+ "kind": "INPUT_OBJECT",
56546
+ "name": "StringFieldComparison",
56547
+ "ofType": null
56548
+ },
56549
+ "defaultValue": null,
56550
+ "isDeprecated": false,
56551
+ "deprecationReason": null
56552
+ },
56393
56553
  {
56394
56554
  "name": "id",
56395
56555
  "description": null,
@@ -56858,6 +57018,18 @@
56858
57018
  "name": "SubscriptionPriceMaxAggregate",
56859
57019
  "description": null,
56860
57020
  "fields": [
57021
+ {
57022
+ "name": "billingModel",
57023
+ "description": null,
57024
+ "args": [],
57025
+ "type": {
57026
+ "kind": "ENUM",
57027
+ "name": "BillingModel",
57028
+ "ofType": null
57029
+ },
57030
+ "isDeprecated": false,
57031
+ "deprecationReason": null
57032
+ },
56861
57033
  {
56862
57034
  "name": "createdAt",
56863
57035
  "description": null,
@@ -56870,6 +57042,18 @@
56870
57042
  "isDeprecated": false,
56871
57043
  "deprecationReason": null
56872
57044
  },
57045
+ {
57046
+ "name": "featureId",
57047
+ "description": null,
57048
+ "args": [],
57049
+ "type": {
57050
+ "kind": "SCALAR",
57051
+ "name": "String",
57052
+ "ofType": null
57053
+ },
57054
+ "isDeprecated": false,
57055
+ "deprecationReason": null
57056
+ },
56873
57057
  {
56874
57058
  "name": "id",
56875
57059
  "description": null,
@@ -56917,6 +57101,18 @@
56917
57101
  "name": "SubscriptionPriceMinAggregate",
56918
57102
  "description": null,
56919
57103
  "fields": [
57104
+ {
57105
+ "name": "billingModel",
57106
+ "description": null,
57107
+ "args": [],
57108
+ "type": {
57109
+ "kind": "ENUM",
57110
+ "name": "BillingModel",
57111
+ "ofType": null
57112
+ },
57113
+ "isDeprecated": false,
57114
+ "deprecationReason": null
57115
+ },
56920
57116
  {
56921
57117
  "name": "createdAt",
56922
57118
  "description": null,
@@ -56929,6 +57125,18 @@
56929
57125
  "isDeprecated": false,
56930
57126
  "deprecationReason": null
56931
57127
  },
57128
+ {
57129
+ "name": "featureId",
57130
+ "description": null,
57131
+ "args": [],
57132
+ "type": {
57133
+ "kind": "SCALAR",
57134
+ "name": "String",
57135
+ "ofType": null
57136
+ },
57137
+ "isDeprecated": false,
57138
+ "deprecationReason": null
57139
+ },
56932
57140
  {
56933
57141
  "name": "id",
56934
57142
  "description": null,
@@ -57109,12 +57317,24 @@
57109
57317
  "inputFields": null,
57110
57318
  "interfaces": null,
57111
57319
  "enumValues": [
57320
+ {
57321
+ "name": "billingModel",
57322
+ "description": null,
57323
+ "isDeprecated": false,
57324
+ "deprecationReason": null
57325
+ },
57112
57326
  {
57113
57327
  "name": "createdAt",
57114
57328
  "description": null,
57115
57329
  "isDeprecated": false,
57116
57330
  "deprecationReason": null
57117
57331
  },
57332
+ {
57333
+ "name": "featureId",
57334
+ "description": null,
57335
+ "isDeprecated": false,
57336
+ "deprecationReason": null
57337
+ },
57118
57338
  {
57119
57339
  "name": "id",
57120
57340
  "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 = "0.466.0"
4
+ VERSION = "0.467.1"
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: 0.466.0
4
+ version: 0.467.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-19 00:00:00.000000000 Z
11
+ date: 2023-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient