stigg-api-client 3.54.0 → 3.59.2

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: bd8daf5cad4382af6fa8ad4f8c2c3abfa842b881e25f6c3aab242e89988190db
4
- data.tar.gz: 47de744c36c17516c499e4a6052ee7a13bf6d081e7a41a5221fa7c5e39cb370b
3
+ metadata.gz: 15f545e69aa53d2984382134aff031a9cd846d4a7068823ceb033ca66c25cb92
4
+ data.tar.gz: 73875ec3b40899184c0ee9f103744959b82a6e3f54dae7bcb7d6c9e42c23d167
5
5
  SHA512:
6
- metadata.gz: 88097a096687f0c9cbf1a51ecacf3a16a2509503e629315019c01d7f4aef074e8d6328db354f99bc3bf5cd49577c012e803290cd205a3d7f51803128e7ecbe62
7
- data.tar.gz: 3892dec1a2b6c8de1963060631ffcac47ae90cf14105ff403ee6be2717dc59648bca112893e7c7a44f4dc8c90d6e8166c04b9dd35d6b8f675cb28b5c978e8b2e
6
+ metadata.gz: 5ada2e7a2b1efce47fd5bbb547f4a6ed5bbc59e5c68bc5e54bf77b27121039786bd6e3ea7210d152aa08b7eb2eabffcbedc5f7525ed7bae5a02cb56ed7b9eec4
7
+ data.tar.gz: 327483414d9cfa1d592910cb8236fee96a30ac0372616790ad3109e02cb80b5c8c85de428af237b50cb12dffefcf93e83013aa6fdc93d1803c26a8e58e1212e2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.54.0)
4
+ stigg-api-client (3.59.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -36342,6 +36342,85 @@
36342
36342
  "enumValues": null,
36343
36343
  "possibleTypes": null
36344
36344
  },
36345
+ {
36346
+ "kind": "INPUT_OBJECT",
36347
+ "name": "GrantPromotionalEntitlementsGroupInput",
36348
+ "description": "Grant promotional entitlements for a feature group input",
36349
+ "fields": null,
36350
+ "inputFields": [
36351
+ {
36352
+ "name": "customerId",
36353
+ "description": "The unique identifier of the entitlement customer",
36354
+ "type": {
36355
+ "kind": "NON_NULL",
36356
+ "name": null,
36357
+ "ofType": {
36358
+ "kind": "SCALAR",
36359
+ "name": "String",
36360
+ "ofType": null
36361
+ }
36362
+ },
36363
+ "defaultValue": null,
36364
+ "isDeprecated": false,
36365
+ "deprecationReason": null
36366
+ },
36367
+ {
36368
+ "name": "environmentId",
36369
+ "description": "The unique identifier for the environment",
36370
+ "type": {
36371
+ "kind": "SCALAR",
36372
+ "name": "UUID",
36373
+ "ofType": null
36374
+ },
36375
+ "defaultValue": null,
36376
+ "isDeprecated": false,
36377
+ "deprecationReason": null
36378
+ },
36379
+ {
36380
+ "name": "featureGroupId",
36381
+ "description": "Feature group ID to grant as promotional entitlement",
36382
+ "type": {
36383
+ "kind": "NON_NULL",
36384
+ "name": null,
36385
+ "ofType": {
36386
+ "kind": "SCALAR",
36387
+ "name": "UUID",
36388
+ "ofType": null
36389
+ }
36390
+ },
36391
+ "defaultValue": null,
36392
+ "isDeprecated": false,
36393
+ "deprecationReason": null
36394
+ },
36395
+ {
36396
+ "name": "promotionalEntitlements",
36397
+ "description": "List of promotional entitlements for features in the group",
36398
+ "type": {
36399
+ "kind": "NON_NULL",
36400
+ "name": null,
36401
+ "ofType": {
36402
+ "kind": "LIST",
36403
+ "name": null,
36404
+ "ofType": {
36405
+ "kind": "NON_NULL",
36406
+ "name": null,
36407
+ "ofType": {
36408
+ "kind": "INPUT_OBJECT",
36409
+ "name": "GrantPromotionalEntitlementInput",
36410
+ "ofType": null
36411
+ }
36412
+ }
36413
+ }
36414
+ },
36415
+ "defaultValue": null,
36416
+ "isDeprecated": false,
36417
+ "deprecationReason": null
36418
+ }
36419
+ ],
36420
+ "interfaces": null,
36421
+ "enumValues": null,
36422
+ "possibleTypes": null
36423
+ },
36345
36424
  {
36346
36425
  "kind": "INPUT_OBJECT",
36347
36426
  "name": "GrantPromotionalEntitlementsInput",
@@ -45591,6 +45670,47 @@
45591
45670
  "isDeprecated": false,
45592
45671
  "deprecationReason": null
45593
45672
  },
45673
+ {
45674
+ "name": "grantPromotionalEntitlementsGroup",
45675
+ "description": "Grant promotional entitlements for a feature group",
45676
+ "args": [
45677
+ {
45678
+ "name": "input",
45679
+ "description": null,
45680
+ "type": {
45681
+ "kind": "NON_NULL",
45682
+ "name": null,
45683
+ "ofType": {
45684
+ "kind": "INPUT_OBJECT",
45685
+ "name": "GrantPromotionalEntitlementsGroupInput",
45686
+ "ofType": null
45687
+ }
45688
+ },
45689
+ "defaultValue": null,
45690
+ "isDeprecated": false,
45691
+ "deprecationReason": null
45692
+ }
45693
+ ],
45694
+ "type": {
45695
+ "kind": "NON_NULL",
45696
+ "name": null,
45697
+ "ofType": {
45698
+ "kind": "LIST",
45699
+ "name": null,
45700
+ "ofType": {
45701
+ "kind": "NON_NULL",
45702
+ "name": null,
45703
+ "ofType": {
45704
+ "kind": "OBJECT",
45705
+ "name": "PromotionalEntitlement",
45706
+ "ofType": null
45707
+ }
45708
+ }
45709
+ }
45710
+ },
45711
+ "isDeprecated": false,
45712
+ "deprecationReason": null
45713
+ },
45594
45714
  {
45595
45715
  "name": "hideGettingStartedPage",
45596
45716
  "description": "Hide the getting started page for the member",
@@ -46852,6 +46972,47 @@
46852
46972
  "isDeprecated": false,
46853
46973
  "deprecationReason": null
46854
46974
  },
46975
+ {
46976
+ "name": "revokePromotionalEntitlementsGroup",
46977
+ "description": "Revoke all promotional entitlements for a feature group",
46978
+ "args": [
46979
+ {
46980
+ "name": "input",
46981
+ "description": null,
46982
+ "type": {
46983
+ "kind": "NON_NULL",
46984
+ "name": null,
46985
+ "ofType": {
46986
+ "kind": "INPUT_OBJECT",
46987
+ "name": "RevokePromotionalEntitlementsGroupInput",
46988
+ "ofType": null
46989
+ }
46990
+ },
46991
+ "defaultValue": null,
46992
+ "isDeprecated": false,
46993
+ "deprecationReason": null
46994
+ }
46995
+ ],
46996
+ "type": {
46997
+ "kind": "NON_NULL",
46998
+ "name": null,
46999
+ "ofType": {
47000
+ "kind": "LIST",
47001
+ "name": null,
47002
+ "ofType": {
47003
+ "kind": "NON_NULL",
47004
+ "name": null,
47005
+ "ofType": {
47006
+ "kind": "OBJECT",
47007
+ "name": "PromotionalEntitlement",
47008
+ "ofType": null
47009
+ }
47010
+ }
47011
+ }
47012
+ },
47013
+ "isDeprecated": false,
47014
+ "deprecationReason": null
47015
+ },
46855
47016
  {
46856
47017
  "name": "setAccessRoles",
46857
47018
  "description": "Set access roles for a member",
@@ -47817,6 +47978,47 @@
47817
47978
  "isDeprecated": false,
47818
47979
  "deprecationReason": null
47819
47980
  },
47981
+ {
47982
+ "name": "unlinkPromotionalEntitlementsGroup",
47983
+ "description": "Unlink a feature group from promotional entitlements while keeping the entitlements",
47984
+ "args": [
47985
+ {
47986
+ "name": "input",
47987
+ "description": null,
47988
+ "type": {
47989
+ "kind": "NON_NULL",
47990
+ "name": null,
47991
+ "ofType": {
47992
+ "kind": "INPUT_OBJECT",
47993
+ "name": "UnlinkPromotionalEntitlementsGroupInput",
47994
+ "ofType": null
47995
+ }
47996
+ },
47997
+ "defaultValue": null,
47998
+ "isDeprecated": false,
47999
+ "deprecationReason": null
48000
+ }
48001
+ ],
48002
+ "type": {
48003
+ "kind": "NON_NULL",
48004
+ "name": null,
48005
+ "ofType": {
48006
+ "kind": "LIST",
48007
+ "name": null,
48008
+ "ofType": {
48009
+ "kind": "NON_NULL",
48010
+ "name": null,
48011
+ "ofType": {
48012
+ "kind": "OBJECT",
48013
+ "name": "PromotionalEntitlement",
48014
+ "ofType": null
48015
+ }
48016
+ }
48017
+ }
48018
+ },
48019
+ "isDeprecated": false,
48020
+ "deprecationReason": null
48021
+ },
47820
48022
  {
47821
48023
  "name": "updateAccount",
47822
48024
  "description": "Update account details",
@@ -65089,6 +65291,46 @@
65089
65291
  "isDeprecated": false,
65090
65292
  "deprecationReason": null
65091
65293
  },
65294
+ {
65295
+ "name": "featureGroupIds",
65296
+ "description": "Feature group IDs associated with this entitlement",
65297
+ "args": [],
65298
+ "type": {
65299
+ "kind": "LIST",
65300
+ "name": null,
65301
+ "ofType": {
65302
+ "kind": "NON_NULL",
65303
+ "name": null,
65304
+ "ofType": {
65305
+ "kind": "SCALAR",
65306
+ "name": "String",
65307
+ "ofType": null
65308
+ }
65309
+ }
65310
+ },
65311
+ "isDeprecated": false,
65312
+ "deprecationReason": null
65313
+ },
65314
+ {
65315
+ "name": "featureGroups",
65316
+ "description": "Feature groups associated with this entitlement",
65317
+ "args": [],
65318
+ "type": {
65319
+ "kind": "LIST",
65320
+ "name": null,
65321
+ "ofType": {
65322
+ "kind": "NON_NULL",
65323
+ "name": null,
65324
+ "ofType": {
65325
+ "kind": "OBJECT",
65326
+ "name": "FeatureGroup",
65327
+ "ofType": null
65328
+ }
65329
+ }
65330
+ },
65331
+ "isDeprecated": false,
65332
+ "deprecationReason": null
65333
+ },
65092
65334
  {
65093
65335
  "name": "featureId",
65094
65336
  "description": "The unique identifier of the entitlement feature",
@@ -65569,6 +65811,46 @@
65569
65811
  "isDeprecated": false,
65570
65812
  "deprecationReason": null
65571
65813
  },
65814
+ {
65815
+ "name": "featureGroupIds",
65816
+ "description": "Feature group IDs associated with this entitlement",
65817
+ "args": [],
65818
+ "type": {
65819
+ "kind": "LIST",
65820
+ "name": null,
65821
+ "ofType": {
65822
+ "kind": "NON_NULL",
65823
+ "name": null,
65824
+ "ofType": {
65825
+ "kind": "SCALAR",
65826
+ "name": "String",
65827
+ "ofType": null
65828
+ }
65829
+ }
65830
+ },
65831
+ "isDeprecated": false,
65832
+ "deprecationReason": null
65833
+ },
65834
+ {
65835
+ "name": "featureGroups",
65836
+ "description": "Feature groups associated with this entitlement",
65837
+ "args": [],
65838
+ "type": {
65839
+ "kind": "LIST",
65840
+ "name": null,
65841
+ "ofType": {
65842
+ "kind": "NON_NULL",
65843
+ "name": null,
65844
+ "ofType": {
65845
+ "kind": "OBJECT",
65846
+ "name": "FeatureGroup",
65847
+ "ofType": null
65848
+ }
65849
+ }
65850
+ },
65851
+ "isDeprecated": false,
65852
+ "deprecationReason": null
65853
+ },
65572
65854
  {
65573
65855
  "name": "featureId",
65574
65856
  "description": "The unique identifier of the entitlement feature",
@@ -65967,6 +66249,18 @@
65967
66249
  "isDeprecated": false,
65968
66250
  "deprecationReason": null
65969
66251
  },
66252
+ {
66253
+ "name": "featureGroupId",
66254
+ "description": "Primary feature group ID (first in the array) associated with this entitlement",
66255
+ "type": {
66256
+ "kind": "SCALAR",
66257
+ "name": "UUID",
66258
+ "ofType": null
66259
+ },
66260
+ "defaultValue": null,
66261
+ "isDeprecated": false,
66262
+ "deprecationReason": null
66263
+ },
65970
66264
  {
65971
66265
  "name": "featureId",
65972
66266
  "description": "The unique identifier of the entitlement feature",
@@ -72449,6 +72743,61 @@
72449
72743
  "enumValues": null,
72450
72744
  "possibleTypes": null
72451
72745
  },
72746
+ {
72747
+ "kind": "INPUT_OBJECT",
72748
+ "name": "RevokePromotionalEntitlementsGroupInput",
72749
+ "description": "Revoke promotional entitlements for a feature group input",
72750
+ "fields": null,
72751
+ "inputFields": [
72752
+ {
72753
+ "name": "customerId",
72754
+ "description": "The unique identifier of the entitlement customer",
72755
+ "type": {
72756
+ "kind": "NON_NULL",
72757
+ "name": null,
72758
+ "ofType": {
72759
+ "kind": "SCALAR",
72760
+ "name": "String",
72761
+ "ofType": null
72762
+ }
72763
+ },
72764
+ "defaultValue": null,
72765
+ "isDeprecated": false,
72766
+ "deprecationReason": null
72767
+ },
72768
+ {
72769
+ "name": "environmentId",
72770
+ "description": "The unique identifier for the environment",
72771
+ "type": {
72772
+ "kind": "SCALAR",
72773
+ "name": "UUID",
72774
+ "ofType": null
72775
+ },
72776
+ "defaultValue": null,
72777
+ "isDeprecated": false,
72778
+ "deprecationReason": null
72779
+ },
72780
+ {
72781
+ "name": "featureGroupId",
72782
+ "description": "Feature group ID to revoke from promotional entitlements",
72783
+ "type": {
72784
+ "kind": "NON_NULL",
72785
+ "name": null,
72786
+ "ofType": {
72787
+ "kind": "SCALAR",
72788
+ "name": "UUID",
72789
+ "ofType": null
72790
+ }
72791
+ },
72792
+ "defaultValue": null,
72793
+ "isDeprecated": false,
72794
+ "deprecationReason": null
72795
+ }
72796
+ ],
72797
+ "interfaces": null,
72798
+ "enumValues": null,
72799
+ "possibleTypes": null
72800
+ },
72452
72801
  {
72453
72802
  "kind": "OBJECT",
72454
72803
  "name": "SalesforceCredentials",
@@ -76520,6 +76869,18 @@
76520
76869
  "description": null,
76521
76870
  "fields": null,
76522
76871
  "inputFields": [
76872
+ {
76873
+ "name": "awaitSubscriptionCancellation",
76874
+ "description": null,
76875
+ "type": {
76876
+ "kind": "SCALAR",
76877
+ "name": "Boolean",
76878
+ "ofType": null
76879
+ },
76880
+ "defaultValue": "true",
76881
+ "isDeprecated": false,
76882
+ "deprecationReason": null
76883
+ },
76523
76884
  {
76524
76885
  "name": "endDate",
76525
76886
  "description": null,
@@ -88574,6 +88935,61 @@
88574
88935
  "enumValues": null,
88575
88936
  "possibleTypes": null
88576
88937
  },
88938
+ {
88939
+ "kind": "INPUT_OBJECT",
88940
+ "name": "UnlinkPromotionalEntitlementsGroupInput",
88941
+ "description": "Unlink promotional feature group input",
88942
+ "fields": null,
88943
+ "inputFields": [
88944
+ {
88945
+ "name": "customerId",
88946
+ "description": "The unique identifier of the entitlement customer",
88947
+ "type": {
88948
+ "kind": "NON_NULL",
88949
+ "name": null,
88950
+ "ofType": {
88951
+ "kind": "SCALAR",
88952
+ "name": "String",
88953
+ "ofType": null
88954
+ }
88955
+ },
88956
+ "defaultValue": null,
88957
+ "isDeprecated": false,
88958
+ "deprecationReason": null
88959
+ },
88960
+ {
88961
+ "name": "environmentId",
88962
+ "description": "The unique identifier for the environment",
88963
+ "type": {
88964
+ "kind": "SCALAR",
88965
+ "name": "UUID",
88966
+ "ofType": null
88967
+ },
88968
+ "defaultValue": null,
88969
+ "isDeprecated": false,
88970
+ "deprecationReason": null
88971
+ },
88972
+ {
88973
+ "name": "featureGroupId",
88974
+ "description": "Feature group ID to unlink from promotional entitlements",
88975
+ "type": {
88976
+ "kind": "NON_NULL",
88977
+ "name": null,
88978
+ "ofType": {
88979
+ "kind": "SCALAR",
88980
+ "name": "UUID",
88981
+ "ofType": null
88982
+ }
88983
+ },
88984
+ "defaultValue": null,
88985
+ "isDeprecated": false,
88986
+ "deprecationReason": null
88987
+ }
88988
+ ],
88989
+ "interfaces": null,
88990
+ "enumValues": null,
88991
+ "possibleTypes": null
88992
+ },
88577
88993
  {
88578
88994
  "kind": "OBJECT",
88579
88995
  "name": "UnsupportedFeatureTypeError",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.54.0"
4
+ VERSION = "3.59.2"
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: 3.54.0
4
+ version: 3.59.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-08-28 00:00:00.000000000 Z
11
+ date: 2025-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient