stigg-api-client 0.467.1 → 0.468.0

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: 77f755c3103e90683283575910981701cd5701f8007ea242366b687dbaddee87
4
- data.tar.gz: 7f889a5bb3d7b7607217170f50311414ea3d0fe22f2507055525103c3ad13e0b
3
+ metadata.gz: e135d3141cddd0f7b66548d52e40884f60cc8ff91e1493cf25376dcb5e796dd3
4
+ data.tar.gz: 0ce9921d89e28b8f0d2dba605afccc6fb810d1094c9e1642ed835cf0ddb04654
5
5
  SHA512:
6
- metadata.gz: 1f41a1e93af8449d1545f05990a9e25a373077dce4c5e16ba5f75cc0bcbd04b9b330fe2fc71a05897f114d89101464cdfb5180c008ba916e7a11faefb3209127
7
- data.tar.gz: 9315f5f5a4fd1507a4883c0eb039df40108bbd2d230335a141da0996a3677236965dc6c575294ac0650f44f2c433097fd155522a01ece1fa32101b4526b078c8
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.1)
4
+ stigg-api-client (0.468.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -19067,6 +19067,12 @@
19067
19067
  "isDeprecated": false,
19068
19068
  "deprecationReason": null
19069
19069
  },
19070
+ {
19071
+ "name": "RecalculateEntitlementsError",
19072
+ "description": null,
19073
+ "isDeprecated": false,
19074
+ "deprecationReason": null
19075
+ },
19070
19076
  {
19071
19077
  "name": "ResyncAlreadyInProgress",
19072
19078
  "description": null,
@@ -20000,6 +20006,12 @@
20000
20006
  "isDeprecated": false,
20001
20007
  "deprecationReason": null
20002
20008
  },
20009
+ {
20010
+ "name": "RECALCULATE_ENTITLEMENTS_TRIGGERED",
20011
+ "description": null,
20012
+ "isDeprecated": false,
20013
+ "deprecationReason": null
20014
+ },
20003
20015
  {
20004
20016
  "name": "RESYNC_INTEGRATION_TRIGGERED",
20005
20017
  "description": null,
@@ -32015,6 +32027,39 @@
32015
32027
  "isDeprecated": false,
32016
32028
  "deprecationReason": null
32017
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
+ },
32018
32063
  {
32019
32064
  "name": "registerMember",
32020
32065
  "description": null,
@@ -49207,6 +49252,92 @@
49207
49252
  "enumValues": null,
49208
49253
  "possibleTypes": null
49209
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
+ },
49210
49341
  {
49211
49342
  "kind": "INPUT_OBJECT",
49212
49343
  "name": "RemoveBasePlanFromPlanInput",
@@ -58212,6 +58343,12 @@
58212
58343
  "isDeprecated": false,
58213
58344
  "deprecationReason": null
58214
58345
  },
58346
+ {
58347
+ "name": "RECALCULATE_ENTITLEMENTS",
58348
+ "description": null,
58349
+ "isDeprecated": false,
58350
+ "deprecationReason": null
58351
+ },
58215
58352
  {
58216
58353
  "name": "RESYNC_INTEGRATION",
58217
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.1"
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.1
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-22 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