stigg-api-client 0.467.0 → 0.468.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: 12eb6a4f7d144c2f85d599a53ac7006ec81971c90949925d1b526f3262d28cc0
4
- data.tar.gz: ac68c47701bc49199de65eb0772c7e78a5c83bce8af6e5df0a4489bfd4f4cdc1
3
+ metadata.gz: e135d3141cddd0f7b66548d52e40884f60cc8ff91e1493cf25376dcb5e796dd3
4
+ data.tar.gz: 0ce9921d89e28b8f0d2dba605afccc6fb810d1094c9e1642ed835cf0ddb04654
5
5
  SHA512:
6
- metadata.gz: 36582e1c07e97ce8fd1f75e3ac52ea04721ab51d7fd426bc5a97f77d38dc1ef69e932a2542eebfbbc9ecb0eea174ec475ed9a8a42e8d2db115e030d71199c305
7
- data.tar.gz: 240767babd110404e3a60660e4b58f1bea61940299503db51f8e1ad6d927bcf9c433ac1d1cb009e161a18e84c77160e36cdd869a887b16d8328604422daa1216
6
+ metadata.gz: 3dea799eb61abe2bffe088a6fa0704ad694fb2d0c46b62159ad909182bf1a917373062f3ece8134b6b5ae67ab687228b6f1a6aa8032c820c33b3f9164da11ab1
7
+ data.tar.gz: 25c157c85fb7e2857ec3a85139d2ab3eff8073606c8b630f06ea2cddefd1b6046a00891d40b709f2ccb3c9ec9dc8e69fc0da0b45ef50caa96a97f1d18b979cc4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.467.0)
4
+ stigg-api-client (0.468.0)
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,
@@ -19043,6 +19067,12 @@
19043
19067
  "isDeprecated": false,
19044
19068
  "deprecationReason": null
19045
19069
  },
19070
+ {
19071
+ "name": "RecalculateEntitlementsError",
19072
+ "description": null,
19073
+ "isDeprecated": false,
19074
+ "deprecationReason": null
19075
+ },
19046
19076
  {
19047
19077
  "name": "ResyncAlreadyInProgress",
19048
19078
  "description": null,
@@ -19976,6 +20006,12 @@
19976
20006
  "isDeprecated": false,
19977
20007
  "deprecationReason": null
19978
20008
  },
20009
+ {
20010
+ "name": "RECALCULATE_ENTITLEMENTS_TRIGGERED",
20011
+ "description": null,
20012
+ "isDeprecated": false,
20013
+ "deprecationReason": null
20014
+ },
19979
20015
  {
19980
20016
  "name": "RESYNC_INTEGRATION_TRIGGERED",
19981
20017
  "description": null,
@@ -31991,6 +32027,39 @@
31991
32027
  "isDeprecated": false,
31992
32028
  "deprecationReason": null
31993
32029
  },
32030
+ {
32031
+ "name": "recalculateEntitlements",
32032
+ "description": null,
32033
+ "args": [
32034
+ {
32035
+ "name": "input",
32036
+ "description": null,
32037
+ "type": {
32038
+ "kind": "NON_NULL",
32039
+ "name": null,
32040
+ "ofType": {
32041
+ "kind": "INPUT_OBJECT",
32042
+ "name": "RecalculateEntitlementsInput",
32043
+ "ofType": null
32044
+ }
32045
+ },
32046
+ "defaultValue": null,
32047
+ "isDeprecated": false,
32048
+ "deprecationReason": null
32049
+ }
32050
+ ],
32051
+ "type": {
32052
+ "kind": "NON_NULL",
32053
+ "name": null,
32054
+ "ofType": {
32055
+ "kind": "OBJECT",
32056
+ "name": "RecalculateEntitlementsResult",
32057
+ "ofType": null
32058
+ }
32059
+ },
32060
+ "isDeprecated": false,
32061
+ "deprecationReason": null
32062
+ },
31994
32063
  {
31995
32064
  "name": "registerMember",
31996
32065
  "description": null,
@@ -49183,6 +49252,92 @@
49183
49252
  "enumValues": null,
49184
49253
  "possibleTypes": null
49185
49254
  },
49255
+ {
49256
+ "kind": "INPUT_OBJECT",
49257
+ "name": "RecalculateEntitlementsInput",
49258
+ "description": null,
49259
+ "fields": null,
49260
+ "inputFields": [
49261
+ {
49262
+ "name": "customerIds",
49263
+ "description": null,
49264
+ "type": {
49265
+ "kind": "LIST",
49266
+ "name": null,
49267
+ "ofType": {
49268
+ "kind": "NON_NULL",
49269
+ "name": null,
49270
+ "ofType": {
49271
+ "kind": "SCALAR",
49272
+ "name": "String",
49273
+ "ofType": null
49274
+ }
49275
+ }
49276
+ },
49277
+ "defaultValue": null,
49278
+ "isDeprecated": false,
49279
+ "deprecationReason": null
49280
+ },
49281
+ {
49282
+ "name": "environmentId",
49283
+ "description": null,
49284
+ "type": {
49285
+ "kind": "NON_NULL",
49286
+ "name": null,
49287
+ "ofType": {
49288
+ "kind": "SCALAR",
49289
+ "name": "String",
49290
+ "ofType": null
49291
+ }
49292
+ },
49293
+ "defaultValue": null,
49294
+ "isDeprecated": false,
49295
+ "deprecationReason": null
49296
+ },
49297
+ {
49298
+ "name": "forAllCustomers",
49299
+ "description": null,
49300
+ "type": {
49301
+ "kind": "SCALAR",
49302
+ "name": "Boolean",
49303
+ "ofType": null
49304
+ },
49305
+ "defaultValue": "false",
49306
+ "isDeprecated": false,
49307
+ "deprecationReason": null
49308
+ }
49309
+ ],
49310
+ "interfaces": null,
49311
+ "enumValues": null,
49312
+ "possibleTypes": null
49313
+ },
49314
+ {
49315
+ "kind": "OBJECT",
49316
+ "name": "RecalculateEntitlementsResult",
49317
+ "description": null,
49318
+ "fields": [
49319
+ {
49320
+ "name": "taskId",
49321
+ "description": null,
49322
+ "args": [],
49323
+ "type": {
49324
+ "kind": "NON_NULL",
49325
+ "name": null,
49326
+ "ofType": {
49327
+ "kind": "SCALAR",
49328
+ "name": "String",
49329
+ "ofType": null
49330
+ }
49331
+ },
49332
+ "isDeprecated": false,
49333
+ "deprecationReason": null
49334
+ }
49335
+ ],
49336
+ "inputFields": null,
49337
+ "interfaces": [],
49338
+ "enumValues": null,
49339
+ "possibleTypes": null
49340
+ },
49186
49341
  {
49187
49342
  "kind": "INPUT_OBJECT",
49188
49343
  "name": "RemoveBasePlanFromPlanInput",
@@ -56118,6 +56273,18 @@
56118
56273
  "name": "SubscriptionPrice",
56119
56274
  "description": null,
56120
56275
  "fields": [
56276
+ {
56277
+ "name": "billingModel",
56278
+ "description": null,
56279
+ "args": [],
56280
+ "type": {
56281
+ "kind": "ENUM",
56282
+ "name": "BillingModel",
56283
+ "ofType": null
56284
+ },
56285
+ "isDeprecated": false,
56286
+ "deprecationReason": null
56287
+ },
56121
56288
  {
56122
56289
  "name": "createdAt",
56123
56290
  "description": null,
@@ -56130,6 +56297,18 @@
56130
56297
  "isDeprecated": false,
56131
56298
  "deprecationReason": null
56132
56299
  },
56300
+ {
56301
+ "name": "featureId",
56302
+ "description": null,
56303
+ "args": [],
56304
+ "type": {
56305
+ "kind": "SCALAR",
56306
+ "name": "String",
56307
+ "ofType": null
56308
+ },
56309
+ "isDeprecated": false,
56310
+ "deprecationReason": null
56311
+ },
56133
56312
  {
56134
56313
  "name": "id",
56135
56314
  "description": null,
@@ -56213,6 +56392,18 @@
56213
56392
  "name": "SubscriptionPriceAggregateGroupBy",
56214
56393
  "description": null,
56215
56394
  "fields": [
56395
+ {
56396
+ "name": "billingModel",
56397
+ "description": null,
56398
+ "args": [],
56399
+ "type": {
56400
+ "kind": "ENUM",
56401
+ "name": "BillingModel",
56402
+ "ofType": null
56403
+ },
56404
+ "isDeprecated": false,
56405
+ "deprecationReason": null
56406
+ },
56216
56407
  {
56217
56408
  "name": "createdAt",
56218
56409
  "description": null,
@@ -56225,6 +56416,18 @@
56225
56416
  "isDeprecated": false,
56226
56417
  "deprecationReason": null
56227
56418
  },
56419
+ {
56420
+ "name": "featureId",
56421
+ "description": null,
56422
+ "args": [],
56423
+ "type": {
56424
+ "kind": "SCALAR",
56425
+ "name": "String",
56426
+ "ofType": null
56427
+ },
56428
+ "isDeprecated": false,
56429
+ "deprecationReason": null
56430
+ },
56228
56431
  {
56229
56432
  "name": "id",
56230
56433
  "description": null,
@@ -56295,6 +56498,18 @@
56295
56498
  "name": "SubscriptionPriceCountAggregate",
56296
56499
  "description": null,
56297
56500
  "fields": [
56501
+ {
56502
+ "name": "billingModel",
56503
+ "description": null,
56504
+ "args": [],
56505
+ "type": {
56506
+ "kind": "SCALAR",
56507
+ "name": "Int",
56508
+ "ofType": null
56509
+ },
56510
+ "isDeprecated": false,
56511
+ "deprecationReason": null
56512
+ },
56298
56513
  {
56299
56514
  "name": "createdAt",
56300
56515
  "description": null,
@@ -56307,6 +56522,18 @@
56307
56522
  "isDeprecated": false,
56308
56523
  "deprecationReason": null
56309
56524
  },
56525
+ {
56526
+ "name": "featureId",
56527
+ "description": null,
56528
+ "args": [],
56529
+ "type": {
56530
+ "kind": "SCALAR",
56531
+ "name": "Int",
56532
+ "ofType": null
56533
+ },
56534
+ "isDeprecated": false,
56535
+ "deprecationReason": null
56536
+ },
56310
56537
  {
56311
56538
  "name": "id",
56312
56539
  "description": null,
@@ -56418,6 +56645,18 @@
56418
56645
  "isDeprecated": false,
56419
56646
  "deprecationReason": null
56420
56647
  },
56648
+ {
56649
+ "name": "billingModel",
56650
+ "description": null,
56651
+ "type": {
56652
+ "kind": "INPUT_OBJECT",
56653
+ "name": "BillingModelFilterComparison",
56654
+ "ofType": null
56655
+ },
56656
+ "defaultValue": null,
56657
+ "isDeprecated": false,
56658
+ "deprecationReason": null
56659
+ },
56421
56660
  {
56422
56661
  "name": "createdAt",
56423
56662
  "description": null,
@@ -56430,6 +56669,18 @@
56430
56669
  "isDeprecated": false,
56431
56670
  "deprecationReason": null
56432
56671
  },
56672
+ {
56673
+ "name": "featureId",
56674
+ "description": null,
56675
+ "type": {
56676
+ "kind": "INPUT_OBJECT",
56677
+ "name": "StringFieldComparison",
56678
+ "ofType": null
56679
+ },
56680
+ "defaultValue": null,
56681
+ "isDeprecated": false,
56682
+ "deprecationReason": null
56683
+ },
56433
56684
  {
56434
56685
  "name": "id",
56435
56686
  "description": null,
@@ -56898,6 +57149,18 @@
56898
57149
  "name": "SubscriptionPriceMaxAggregate",
56899
57150
  "description": null,
56900
57151
  "fields": [
57152
+ {
57153
+ "name": "billingModel",
57154
+ "description": null,
57155
+ "args": [],
57156
+ "type": {
57157
+ "kind": "ENUM",
57158
+ "name": "BillingModel",
57159
+ "ofType": null
57160
+ },
57161
+ "isDeprecated": false,
57162
+ "deprecationReason": null
57163
+ },
56901
57164
  {
56902
57165
  "name": "createdAt",
56903
57166
  "description": null,
@@ -56910,6 +57173,18 @@
56910
57173
  "isDeprecated": false,
56911
57174
  "deprecationReason": null
56912
57175
  },
57176
+ {
57177
+ "name": "featureId",
57178
+ "description": null,
57179
+ "args": [],
57180
+ "type": {
57181
+ "kind": "SCALAR",
57182
+ "name": "String",
57183
+ "ofType": null
57184
+ },
57185
+ "isDeprecated": false,
57186
+ "deprecationReason": null
57187
+ },
56913
57188
  {
56914
57189
  "name": "id",
56915
57190
  "description": null,
@@ -56957,6 +57232,18 @@
56957
57232
  "name": "SubscriptionPriceMinAggregate",
56958
57233
  "description": null,
56959
57234
  "fields": [
57235
+ {
57236
+ "name": "billingModel",
57237
+ "description": null,
57238
+ "args": [],
57239
+ "type": {
57240
+ "kind": "ENUM",
57241
+ "name": "BillingModel",
57242
+ "ofType": null
57243
+ },
57244
+ "isDeprecated": false,
57245
+ "deprecationReason": null
57246
+ },
56960
57247
  {
56961
57248
  "name": "createdAt",
56962
57249
  "description": null,
@@ -56969,6 +57256,18 @@
56969
57256
  "isDeprecated": false,
56970
57257
  "deprecationReason": null
56971
57258
  },
57259
+ {
57260
+ "name": "featureId",
57261
+ "description": null,
57262
+ "args": [],
57263
+ "type": {
57264
+ "kind": "SCALAR",
57265
+ "name": "String",
57266
+ "ofType": null
57267
+ },
57268
+ "isDeprecated": false,
57269
+ "deprecationReason": null
57270
+ },
56972
57271
  {
56973
57272
  "name": "id",
56974
57273
  "description": null,
@@ -57149,12 +57448,24 @@
57149
57448
  "inputFields": null,
57150
57449
  "interfaces": null,
57151
57450
  "enumValues": [
57451
+ {
57452
+ "name": "billingModel",
57453
+ "description": null,
57454
+ "isDeprecated": false,
57455
+ "deprecationReason": null
57456
+ },
57152
57457
  {
57153
57458
  "name": "createdAt",
57154
57459
  "description": null,
57155
57460
  "isDeprecated": false,
57156
57461
  "deprecationReason": null
57157
57462
  },
57463
+ {
57464
+ "name": "featureId",
57465
+ "description": null,
57466
+ "isDeprecated": false,
57467
+ "deprecationReason": null
57468
+ },
57158
57469
  {
57159
57470
  "name": "id",
57160
57471
  "description": null,
@@ -58032,6 +58343,12 @@
58032
58343
  "isDeprecated": false,
58033
58344
  "deprecationReason": null
58034
58345
  },
58346
+ {
58347
+ "name": "RECALCULATE_ENTITLEMENTS",
58348
+ "description": null,
58349
+ "isDeprecated": false,
58350
+ "deprecationReason": null
58351
+ },
58035
58352
  {
58036
58353
  "name": "RESYNC_INTEGRATION",
58037
58354
  "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.467.0"
4
+ VERSION = "0.468.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: 0.467.0
4
+ version: 0.468.0
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-21 00:00:00.000000000 Z
11
+ date: 2023-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient