stigg-api-client 5.232.0 → 5.234.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.
@@ -4139,6 +4139,49 @@
4139
4139
  "enumValues": null,
4140
4140
  "possibleTypes": null
4141
4141
  },
4142
+ {
4143
+ "kind": "OBJECT",
4144
+ "name": "ApiKeyScope",
4145
+ "description": "Input for defining API key scope permissions",
4146
+ "fields": [
4147
+ {
4148
+ "name": "action",
4149
+ "description": "The action allowed on the resource",
4150
+ "args": [],
4151
+ "type": {
4152
+ "kind": "NON_NULL",
4153
+ "name": null,
4154
+ "ofType": {
4155
+ "kind": "ENUM",
4156
+ "name": "ApiKeyScopeAction",
4157
+ "ofType": null
4158
+ }
4159
+ },
4160
+ "isDeprecated": false,
4161
+ "deprecationReason": null
4162
+ },
4163
+ {
4164
+ "name": "resource",
4165
+ "description": "The resource type for the scope",
4166
+ "args": [],
4167
+ "type": {
4168
+ "kind": "NON_NULL",
4169
+ "name": null,
4170
+ "ofType": {
4171
+ "kind": "ENUM",
4172
+ "name": "ApiKeyScopeResource",
4173
+ "ofType": null
4174
+ }
4175
+ },
4176
+ "isDeprecated": false,
4177
+ "deprecationReason": null
4178
+ }
4179
+ ],
4180
+ "inputFields": null,
4181
+ "interfaces": [],
4182
+ "enumValues": null,
4183
+ "possibleTypes": null
4184
+ },
4142
4185
  {
4143
4186
  "kind": "ENUM",
4144
4187
  "name": "ApiKeyScopeAction",
@@ -5070,6 +5113,26 @@
5070
5113
  "isDeprecated": false,
5071
5114
  "deprecationReason": null
5072
5115
  },
5116
+ {
5117
+ "name": "entitlements",
5118
+ "description": null,
5119
+ "type": {
5120
+ "kind": "LIST",
5121
+ "name": null,
5122
+ "ofType": {
5123
+ "kind": "NON_NULL",
5124
+ "name": null,
5125
+ "ofType": {
5126
+ "kind": "INPUT_OBJECT",
5127
+ "name": "SubscriptionEntitlementInputV2",
5128
+ "ofType": null
5129
+ }
5130
+ }
5131
+ },
5132
+ "defaultValue": null,
5133
+ "isDeprecated": false,
5134
+ "deprecationReason": null
5135
+ },
5073
5136
  {
5074
5137
  "name": "environmentId",
5075
5138
  "description": "The unique identifier for the environment",
@@ -24246,6 +24309,26 @@
24246
24309
  "isDeprecated": false,
24247
24310
  "deprecationReason": null
24248
24311
  },
24312
+ {
24313
+ "name": "entitlements",
24314
+ "description": "The list of entitlements (feature and credit) associated with the subscription",
24315
+ "args": [],
24316
+ "type": {
24317
+ "kind": "LIST",
24318
+ "name": null,
24319
+ "ofType": {
24320
+ "kind": "NON_NULL",
24321
+ "name": null,
24322
+ "ofType": {
24323
+ "kind": "UNION",
24324
+ "name": "SubscriptionEntitlementUnion",
24325
+ "ofType": null
24326
+ }
24327
+ }
24328
+ },
24329
+ "isDeprecated": false,
24330
+ "deprecationReason": null
24331
+ },
24249
24332
  {
24250
24333
  "name": "environment",
24251
24334
  "description": null,
@@ -24733,8 +24816,8 @@
24733
24816
  }
24734
24817
  }
24735
24818
  },
24736
- "isDeprecated": false,
24737
- "deprecationReason": null
24819
+ "isDeprecated": true,
24820
+ "deprecationReason": "Use entitlements field instead which returns both feature and credit entitlements"
24738
24821
  },
24739
24822
  {
24740
24823
  "name": "subscriptionId",
@@ -59598,13 +59681,9 @@
59598
59681
  "description": "The amount of credits",
59599
59682
  "args": [],
59600
59683
  "type": {
59601
- "kind": "NON_NULL",
59602
- "name": null,
59603
- "ofType": {
59604
- "kind": "SCALAR",
59605
- "name": "Float",
59606
- "ofType": null
59607
- }
59684
+ "kind": "SCALAR",
59685
+ "name": "Float",
59686
+ "ofType": null
59608
59687
  },
59609
59688
  "isDeprecated": false,
59610
59689
  "deprecationReason": null
@@ -60089,13 +60168,9 @@
60089
60168
  "name": "amount",
60090
60169
  "description": "The amount of credits",
60091
60170
  "type": {
60092
- "kind": "NON_NULL",
60093
- "name": null,
60094
- "ofType": {
60095
- "kind": "SCALAR",
60096
- "name": "Float",
60097
- "ofType": null
60098
- }
60171
+ "kind": "SCALAR",
60172
+ "name": "Float",
60173
+ "ofType": null
60099
60174
  },
60100
60175
  "defaultValue": null,
60101
60176
  "isDeprecated": false,
@@ -80642,6 +80717,26 @@
80642
80717
  "isDeprecated": false,
80643
80718
  "deprecationReason": null
80644
80719
  },
80720
+ {
80721
+ "name": "entitlements",
80722
+ "description": null,
80723
+ "type": {
80724
+ "kind": "LIST",
80725
+ "name": null,
80726
+ "ofType": {
80727
+ "kind": "NON_NULL",
80728
+ "name": null,
80729
+ "ofType": {
80730
+ "kind": "INPUT_OBJECT",
80731
+ "name": "SubscriptionEntitlementInputV2",
80732
+ "ofType": null
80733
+ }
80734
+ }
80735
+ },
80736
+ "defaultValue": null,
80737
+ "isDeprecated": false,
80738
+ "deprecationReason": null
80739
+ },
80645
80740
  {
80646
80741
  "name": "minimumSpend",
80647
80742
  "description": "The minimum spend configuration",
@@ -81068,6 +81163,26 @@
81068
81163
  "isDeprecated": false,
81069
81164
  "deprecationReason": null
81070
81165
  },
81166
+ {
81167
+ "name": "entitlements",
81168
+ "description": null,
81169
+ "type": {
81170
+ "kind": "LIST",
81171
+ "name": null,
81172
+ "ofType": {
81173
+ "kind": "NON_NULL",
81174
+ "name": null,
81175
+ "ofType": {
81176
+ "kind": "INPUT_OBJECT",
81177
+ "name": "SubscriptionEntitlementInputV2",
81178
+ "ofType": null
81179
+ }
81180
+ }
81181
+ },
81182
+ "defaultValue": null,
81183
+ "isDeprecated": false,
81184
+ "deprecationReason": null
81185
+ },
81071
81186
  {
81072
81187
  "name": "minimumSpend",
81073
81188
  "description": "The minimum spend configuration",
@@ -81487,6 +81602,26 @@
81487
81602
  "isDeprecated": false,
81488
81603
  "deprecationReason": null
81489
81604
  },
81605
+ {
81606
+ "name": "entitlements",
81607
+ "description": null,
81608
+ "type": {
81609
+ "kind": "LIST",
81610
+ "name": null,
81611
+ "ofType": {
81612
+ "kind": "NON_NULL",
81613
+ "name": null,
81614
+ "ofType": {
81615
+ "kind": "INPUT_OBJECT",
81616
+ "name": "SubscriptionEntitlementInputV2",
81617
+ "ofType": null
81618
+ }
81619
+ }
81620
+ },
81621
+ "defaultValue": null,
81622
+ "isDeprecated": false,
81623
+ "deprecationReason": null
81624
+ },
81490
81625
  {
81491
81626
  "name": "minimumSpend",
81492
81627
  "description": "The minimum spend configuration",
@@ -82296,6 +82431,47 @@
82296
82431
  "isDeprecated": false,
82297
82432
  "deprecationReason": null
82298
82433
  },
82434
+ {
82435
+ "name": "apiKeyScope",
82436
+ "description": "Returns the scopes assigned to a specific SCOPED API key",
82437
+ "args": [
82438
+ {
82439
+ "name": "apiKeyId",
82440
+ "description": null,
82441
+ "type": {
82442
+ "kind": "NON_NULL",
82443
+ "name": null,
82444
+ "ofType": {
82445
+ "kind": "SCALAR",
82446
+ "name": "UUID",
82447
+ "ofType": null
82448
+ }
82449
+ },
82450
+ "defaultValue": null,
82451
+ "isDeprecated": false,
82452
+ "deprecationReason": null
82453
+ }
82454
+ ],
82455
+ "type": {
82456
+ "kind": "NON_NULL",
82457
+ "name": null,
82458
+ "ofType": {
82459
+ "kind": "LIST",
82460
+ "name": null,
82461
+ "ofType": {
82462
+ "kind": "NON_NULL",
82463
+ "name": null,
82464
+ "ofType": {
82465
+ "kind": "OBJECT",
82466
+ "name": "ApiKeyScope",
82467
+ "ofType": null
82468
+ }
82469
+ }
82470
+ }
82471
+ },
82472
+ "isDeprecated": false,
82473
+ "deprecationReason": null
82474
+ },
82299
82475
  {
82300
82476
  "name": "apiKeys",
82301
82477
  "description": "Retrieve paginated list of API keys",
@@ -82329,6 +82505,30 @@
82329
82505
  "isDeprecated": false,
82330
82506
  "deprecationReason": null
82331
82507
  },
82508
+ {
82509
+ "name": "availableScopes",
82510
+ "description": "Returns all available valid resource-action combinations for API key scopes",
82511
+ "args": [],
82512
+ "type": {
82513
+ "kind": "NON_NULL",
82514
+ "name": null,
82515
+ "ofType": {
82516
+ "kind": "LIST",
82517
+ "name": null,
82518
+ "ofType": {
82519
+ "kind": "NON_NULL",
82520
+ "name": null,
82521
+ "ofType": {
82522
+ "kind": "OBJECT",
82523
+ "name": "ApiKeyScope",
82524
+ "ofType": null
82525
+ }
82526
+ }
82527
+ }
82528
+ },
82529
+ "isDeprecated": false,
82530
+ "deprecationReason": null
82531
+ },
82332
82532
  {
82333
82533
  "name": "billingProducts",
82334
82534
  "description": "List billing products",
@@ -92085,76 +92285,294 @@
92085
92285
  "possibleTypes": null
92086
92286
  },
92087
92287
  {
92088
- "kind": "ENUM",
92089
- "name": "SubscriptionDecisionStrategy",
92090
- "description": "Subscription decision strategy",
92091
- "fields": null,
92092
- "inputFields": null,
92093
- "interfaces": null,
92094
- "enumValues": [
92288
+ "kind": "OBJECT",
92289
+ "name": "SubscriptionCreditEntitlement",
92290
+ "description": "Subscription credit entitlement",
92291
+ "fields": [
92095
92292
  {
92096
- "name": "PREDEFINED_FREE_PLAN",
92097
- "description": null,
92293
+ "name": "amount",
92294
+ "description": "The amount of credits",
92295
+ "args": [],
92296
+ "type": {
92297
+ "kind": "NON_NULL",
92298
+ "name": null,
92299
+ "ofType": {
92300
+ "kind": "SCALAR",
92301
+ "name": "Float",
92302
+ "ofType": null
92303
+ }
92304
+ },
92098
92305
  "isDeprecated": false,
92099
92306
  "deprecationReason": null
92100
92307
  },
92101
92308
  {
92102
- "name": "PREDEFINED_TRIAL_PLAN",
92103
- "description": null,
92309
+ "name": "cadence",
92310
+ "description": "The cadence of the credit entitlement",
92311
+ "args": [],
92312
+ "type": {
92313
+ "kind": "NON_NULL",
92314
+ "name": null,
92315
+ "ofType": {
92316
+ "kind": "ENUM",
92317
+ "name": "CreditCadence",
92318
+ "ofType": null
92319
+ }
92320
+ },
92104
92321
  "isDeprecated": false,
92105
92322
  "deprecationReason": null
92106
92323
  },
92107
92324
  {
92108
- "name": "REQUESTED_PLAN",
92109
- "description": null,
92325
+ "name": "createdAt",
92326
+ "description": "Timestamp of when the record was created",
92327
+ "args": [],
92328
+ "type": {
92329
+ "kind": "SCALAR",
92330
+ "name": "DateTime",
92331
+ "ofType": null
92332
+ },
92110
92333
  "isDeprecated": false,
92111
92334
  "deprecationReason": null
92112
92335
  },
92113
92336
  {
92114
- "name": "SKIPPED_SUBSCRIPTION_CREATION",
92115
- "description": null,
92116
- "isDeprecated": false,
92117
- "deprecationReason": null
92118
- }
92119
- ],
92120
- "possibleTypes": null
92121
- },
92122
- {
92123
- "kind": "ENUM",
92124
- "name": "SubscriptionEndSetup",
92125
- "description": "Setup for the end of the subscription",
92126
- "fields": null,
92127
- "inputFields": null,
92128
- "interfaces": null,
92129
- "enumValues": [
92130
- {
92131
- "name": "CANCEL_SUBSCRIPTION",
92132
- "description": "Cancel subscription",
92337
+ "name": "customCurrency",
92338
+ "description": "The custom currency associated with this credit entitlement",
92339
+ "args": [],
92340
+ "type": {
92341
+ "kind": "NON_NULL",
92342
+ "name": null,
92343
+ "ofType": {
92344
+ "kind": "OBJECT",
92345
+ "name": "CustomCurrency",
92346
+ "ofType": null
92347
+ }
92348
+ },
92133
92349
  "isDeprecated": false,
92134
92350
  "deprecationReason": null
92135
92351
  },
92136
92352
  {
92137
- "name": "DOWNGRADE_TO_FREE",
92138
- "description": "Downgrade to free plan",
92139
- "isDeprecated": false,
92140
- "deprecationReason": null
92141
- }
92142
- ],
92143
- "possibleTypes": null
92144
- },
92145
- {
92146
- "kind": "OBJECT",
92147
- "name": "SubscriptionEntitlement",
92148
- "description": "Subscription entitlement",
92149
- "fields": [
92150
- {
92151
- "name": "createdAt",
92152
- "description": "Timestamp of when the record was created",
92353
+ "name": "customCurrencyId",
92354
+ "description": "The unique identifier of the custom currency",
92153
92355
  "args": [],
92154
92356
  "type": {
92155
- "kind": "SCALAR",
92156
- "name": "DateTime",
92157
- "ofType": null
92357
+ "kind": "NON_NULL",
92358
+ "name": null,
92359
+ "ofType": {
92360
+ "kind": "SCALAR",
92361
+ "name": "String",
92362
+ "ofType": null
92363
+ }
92364
+ },
92365
+ "isDeprecated": false,
92366
+ "deprecationReason": null
92367
+ },
92368
+ {
92369
+ "name": "description",
92370
+ "description": "Subscription entitlement",
92371
+ "args": [],
92372
+ "type": {
92373
+ "kind": "SCALAR",
92374
+ "name": "String",
92375
+ "ofType": null
92376
+ },
92377
+ "isDeprecated": false,
92378
+ "deprecationReason": null
92379
+ },
92380
+ {
92381
+ "name": "environmentId",
92382
+ "description": "The unique identifier for the environment",
92383
+ "args": [],
92384
+ "type": {
92385
+ "kind": "NON_NULL",
92386
+ "name": null,
92387
+ "ofType": {
92388
+ "kind": "SCALAR",
92389
+ "name": "UUID",
92390
+ "ofType": null
92391
+ }
92392
+ },
92393
+ "isDeprecated": false,
92394
+ "deprecationReason": null
92395
+ },
92396
+ {
92397
+ "name": "id",
92398
+ "description": null,
92399
+ "args": [],
92400
+ "type": {
92401
+ "kind": "NON_NULL",
92402
+ "name": null,
92403
+ "ofType": {
92404
+ "kind": "SCALAR",
92405
+ "name": "UUID",
92406
+ "ofType": null
92407
+ }
92408
+ },
92409
+ "isDeprecated": false,
92410
+ "deprecationReason": null
92411
+ },
92412
+ {
92413
+ "name": "subscriptionId",
92414
+ "description": "The unique identifier of the subscription",
92415
+ "args": [],
92416
+ "type": {
92417
+ "kind": "NON_NULL",
92418
+ "name": null,
92419
+ "ofType": {
92420
+ "kind": "SCALAR",
92421
+ "name": "String",
92422
+ "ofType": null
92423
+ }
92424
+ },
92425
+ "isDeprecated": false,
92426
+ "deprecationReason": null
92427
+ },
92428
+ {
92429
+ "name": "updatedAt",
92430
+ "description": "Timestamp of when the record was last updated",
92431
+ "args": [],
92432
+ "type": {
92433
+ "kind": "SCALAR",
92434
+ "name": "DateTime",
92435
+ "ofType": null
92436
+ },
92437
+ "isDeprecated": false,
92438
+ "deprecationReason": null
92439
+ }
92440
+ ],
92441
+ "inputFields": null,
92442
+ "interfaces": [],
92443
+ "enumValues": null,
92444
+ "possibleTypes": null
92445
+ },
92446
+ {
92447
+ "kind": "INPUT_OBJECT",
92448
+ "name": "SubscriptionCreditEntitlementInput",
92449
+ "description": "Subscription credit entitlement input",
92450
+ "fields": null,
92451
+ "inputFields": [
92452
+ {
92453
+ "name": "amount",
92454
+ "description": "The amount of credits",
92455
+ "type": {
92456
+ "kind": "NON_NULL",
92457
+ "name": null,
92458
+ "ofType": {
92459
+ "kind": "SCALAR",
92460
+ "name": "Float",
92461
+ "ofType": null
92462
+ }
92463
+ },
92464
+ "defaultValue": null,
92465
+ "isDeprecated": false,
92466
+ "deprecationReason": null
92467
+ },
92468
+ {
92469
+ "name": "cadence",
92470
+ "description": "The cadence of the credit entitlement",
92471
+ "type": {
92472
+ "kind": "NON_NULL",
92473
+ "name": null,
92474
+ "ofType": {
92475
+ "kind": "ENUM",
92476
+ "name": "CreditCadence",
92477
+ "ofType": null
92478
+ }
92479
+ },
92480
+ "defaultValue": null,
92481
+ "isDeprecated": false,
92482
+ "deprecationReason": null
92483
+ },
92484
+ {
92485
+ "name": "customCurrencyId",
92486
+ "description": "The unique identifier of the custom currency",
92487
+ "type": {
92488
+ "kind": "NON_NULL",
92489
+ "name": null,
92490
+ "ofType": {
92491
+ "kind": "SCALAR",
92492
+ "name": "String",
92493
+ "ofType": null
92494
+ }
92495
+ },
92496
+ "defaultValue": null,
92497
+ "isDeprecated": false,
92498
+ "deprecationReason": null
92499
+ }
92500
+ ],
92501
+ "interfaces": null,
92502
+ "enumValues": null,
92503
+ "possibleTypes": null
92504
+ },
92505
+ {
92506
+ "kind": "ENUM",
92507
+ "name": "SubscriptionDecisionStrategy",
92508
+ "description": "Subscription decision strategy",
92509
+ "fields": null,
92510
+ "inputFields": null,
92511
+ "interfaces": null,
92512
+ "enumValues": [
92513
+ {
92514
+ "name": "PREDEFINED_FREE_PLAN",
92515
+ "description": null,
92516
+ "isDeprecated": false,
92517
+ "deprecationReason": null
92518
+ },
92519
+ {
92520
+ "name": "PREDEFINED_TRIAL_PLAN",
92521
+ "description": null,
92522
+ "isDeprecated": false,
92523
+ "deprecationReason": null
92524
+ },
92525
+ {
92526
+ "name": "REQUESTED_PLAN",
92527
+ "description": null,
92528
+ "isDeprecated": false,
92529
+ "deprecationReason": null
92530
+ },
92531
+ {
92532
+ "name": "SKIPPED_SUBSCRIPTION_CREATION",
92533
+ "description": null,
92534
+ "isDeprecated": false,
92535
+ "deprecationReason": null
92536
+ }
92537
+ ],
92538
+ "possibleTypes": null
92539
+ },
92540
+ {
92541
+ "kind": "ENUM",
92542
+ "name": "SubscriptionEndSetup",
92543
+ "description": "Setup for the end of the subscription",
92544
+ "fields": null,
92545
+ "inputFields": null,
92546
+ "interfaces": null,
92547
+ "enumValues": [
92548
+ {
92549
+ "name": "CANCEL_SUBSCRIPTION",
92550
+ "description": "Cancel subscription",
92551
+ "isDeprecated": false,
92552
+ "deprecationReason": null
92553
+ },
92554
+ {
92555
+ "name": "DOWNGRADE_TO_FREE",
92556
+ "description": "Downgrade to free plan",
92557
+ "isDeprecated": false,
92558
+ "deprecationReason": null
92559
+ }
92560
+ ],
92561
+ "possibleTypes": null
92562
+ },
92563
+ {
92564
+ "kind": "OBJECT",
92565
+ "name": "SubscriptionEntitlement",
92566
+ "description": "Subscription entitlement",
92567
+ "fields": [
92568
+ {
92569
+ "name": "createdAt",
92570
+ "description": "Timestamp of when the record was created",
92571
+ "args": [],
92572
+ "type": {
92573
+ "kind": "SCALAR",
92574
+ "name": "DateTime",
92575
+ "ofType": null
92158
92576
  },
92159
92577
  "isDeprecated": false,
92160
92578
  "deprecationReason": null
@@ -93373,244 +93791,702 @@
93373
93791
  "enumValues": null,
93374
93792
  "possibleTypes": null
93375
93793
  },
93376
- {
93377
- "kind": "OBJECT",
93378
- "name": "SubscriptionEntitlementMaxAggregate",
93379
- "description": null,
93380
- "fields": [
93381
- {
93382
- "name": "createdAt",
93383
- "description": null,
93384
- "args": [],
93385
- "type": {
93386
- "kind": "SCALAR",
93387
- "name": "DateTime",
93388
- "ofType": null
93389
- },
93390
- "isDeprecated": false,
93391
- "deprecationReason": null
93392
- },
93393
- {
93394
- "name": "environmentId",
93395
- "description": null,
93396
- "args": [],
93397
- "type": {
93398
- "kind": "SCALAR",
93399
- "name": "UUID",
93400
- "ofType": null
93401
- },
93402
- "isDeprecated": false,
93403
- "deprecationReason": null
93404
- },
93405
- {
93406
- "name": "id",
93407
- "description": null,
93408
- "args": [],
93409
- "type": {
93410
- "kind": "SCALAR",
93411
- "name": "UUID",
93412
- "ofType": null
93413
- },
93414
- "isDeprecated": false,
93415
- "deprecationReason": null
93416
- },
93417
- {
93418
- "name": "subscriptionId",
93419
- "description": null,
93420
- "args": [],
93421
- "type": {
93422
- "kind": "SCALAR",
93423
- "name": "String",
93424
- "ofType": null
93425
- },
93426
- "isDeprecated": false,
93427
- "deprecationReason": null
93428
- },
93429
- {
93430
- "name": "updatedAt",
93431
- "description": null,
93432
- "args": [],
93433
- "type": {
93434
- "kind": "SCALAR",
93435
- "name": "DateTime",
93436
- "ofType": null
93437
- },
93438
- "isDeprecated": false,
93439
- "deprecationReason": null
93440
- }
93441
- ],
93442
- "inputFields": null,
93443
- "interfaces": [],
93444
- "enumValues": null,
93445
- "possibleTypes": null
93446
- },
93447
- {
93448
- "kind": "OBJECT",
93449
- "name": "SubscriptionEntitlementMinAggregate",
93450
- "description": null,
93451
- "fields": [
93452
- {
93453
- "name": "createdAt",
93454
- "description": null,
93455
- "args": [],
93456
- "type": {
93457
- "kind": "SCALAR",
93458
- "name": "DateTime",
93459
- "ofType": null
93460
- },
93461
- "isDeprecated": false,
93462
- "deprecationReason": null
93463
- },
93464
- {
93465
- "name": "environmentId",
93466
- "description": null,
93467
- "args": [],
93468
- "type": {
93469
- "kind": "SCALAR",
93470
- "name": "UUID",
93471
- "ofType": null
93472
- },
93473
- "isDeprecated": false,
93474
- "deprecationReason": null
93475
- },
93476
- {
93477
- "name": "id",
93478
- "description": null,
93479
- "args": [],
93480
- "type": {
93481
- "kind": "SCALAR",
93482
- "name": "UUID",
93483
- "ofType": null
93484
- },
93485
- "isDeprecated": false,
93486
- "deprecationReason": null
93487
- },
93488
- {
93489
- "name": "subscriptionId",
93490
- "description": null,
93491
- "args": [],
93492
- "type": {
93493
- "kind": "SCALAR",
93494
- "name": "String",
93495
- "ofType": null
93496
- },
93497
- "isDeprecated": false,
93498
- "deprecationReason": null
93499
- },
93500
- {
93501
- "name": "updatedAt",
93502
- "description": null,
93503
- "args": [],
93504
- "type": {
93505
- "kind": "SCALAR",
93506
- "name": "DateTime",
93507
- "ofType": null
93508
- },
93509
- "isDeprecated": false,
93510
- "deprecationReason": null
93511
- }
93512
- ],
93513
- "inputFields": null,
93514
- "interfaces": [],
93515
- "enumValues": null,
93516
- "possibleTypes": null
93517
- },
93518
- {
93519
- "kind": "INPUT_OBJECT",
93520
- "name": "SubscriptionEntitlementSort",
93521
- "description": null,
93522
- "fields": null,
93523
- "inputFields": [
93524
- {
93525
- "name": "direction",
93526
- "description": null,
93527
- "type": {
93528
- "kind": "NON_NULL",
93529
- "name": null,
93530
- "ofType": {
93531
- "kind": "ENUM",
93532
- "name": "SortDirection",
93533
- "ofType": null
93534
- }
93535
- },
93536
- "defaultValue": null,
93537
- "isDeprecated": false,
93538
- "deprecationReason": null
93539
- },
93540
- {
93541
- "name": "field",
93542
- "description": null,
93543
- "type": {
93544
- "kind": "NON_NULL",
93545
- "name": null,
93546
- "ofType": {
93547
- "kind": "ENUM",
93548
- "name": "SubscriptionEntitlementSortFields",
93549
- "ofType": null
93550
- }
93551
- },
93552
- "defaultValue": null,
93553
- "isDeprecated": false,
93554
- "deprecationReason": null
93555
- },
93556
- {
93557
- "name": "nulls",
93558
- "description": null,
93559
- "type": {
93560
- "kind": "ENUM",
93561
- "name": "SortNulls",
93562
- "ofType": null
93563
- },
93564
- "defaultValue": null,
93565
- "isDeprecated": false,
93566
- "deprecationReason": null
93567
- }
93568
- ],
93569
- "interfaces": null,
93570
- "enumValues": null,
93571
- "possibleTypes": null
93572
- },
93573
- {
93574
- "kind": "ENUM",
93575
- "name": "SubscriptionEntitlementSortFields",
93576
- "description": null,
93577
- "fields": null,
93578
- "inputFields": null,
93579
- "interfaces": null,
93580
- "enumValues": [
93581
- {
93582
- "name": "createdAt",
93583
- "description": null,
93584
- "isDeprecated": false,
93585
- "deprecationReason": null
93586
- },
93587
- {
93588
- "name": "environmentId",
93589
- "description": null,
93590
- "isDeprecated": false,
93591
- "deprecationReason": null
93592
- },
93593
- {
93594
- "name": "id",
93595
- "description": null,
93596
- "isDeprecated": false,
93597
- "deprecationReason": null
93598
- },
93599
- {
93600
- "name": "subscriptionId",
93601
- "description": null,
93602
- "isDeprecated": false,
93603
- "deprecationReason": null
93604
- },
93605
- {
93606
- "name": "updatedAt",
93607
- "description": null,
93608
- "isDeprecated": false,
93609
- "deprecationReason": null
93610
- }
93611
- ],
93612
- "possibleTypes": null
93613
- },
93794
+ {
93795
+ "kind": "INPUT_OBJECT",
93796
+ "name": "SubscriptionEntitlementInputV2",
93797
+ "description": "Subscription entitlement input (supports feature and credit types)",
93798
+ "fields": null,
93799
+ "inputFields": [
93800
+ {
93801
+ "name": "credit",
93802
+ "description": "Subscription credit entitlement input",
93803
+ "type": {
93804
+ "kind": "INPUT_OBJECT",
93805
+ "name": "SubscriptionCreditEntitlementInput",
93806
+ "ofType": null
93807
+ },
93808
+ "defaultValue": null,
93809
+ "isDeprecated": false,
93810
+ "deprecationReason": null
93811
+ },
93812
+ {
93813
+ "name": "feature",
93814
+ "description": "Subscription feature entitlement input",
93815
+ "type": {
93816
+ "kind": "INPUT_OBJECT",
93817
+ "name": "SubscriptionFeatureEntitlementInput",
93818
+ "ofType": null
93819
+ },
93820
+ "defaultValue": null,
93821
+ "isDeprecated": false,
93822
+ "deprecationReason": null
93823
+ }
93824
+ ],
93825
+ "interfaces": null,
93826
+ "enumValues": null,
93827
+ "possibleTypes": null
93828
+ },
93829
+ {
93830
+ "kind": "OBJECT",
93831
+ "name": "SubscriptionEntitlementMaxAggregate",
93832
+ "description": null,
93833
+ "fields": [
93834
+ {
93835
+ "name": "createdAt",
93836
+ "description": null,
93837
+ "args": [],
93838
+ "type": {
93839
+ "kind": "SCALAR",
93840
+ "name": "DateTime",
93841
+ "ofType": null
93842
+ },
93843
+ "isDeprecated": false,
93844
+ "deprecationReason": null
93845
+ },
93846
+ {
93847
+ "name": "environmentId",
93848
+ "description": null,
93849
+ "args": [],
93850
+ "type": {
93851
+ "kind": "SCALAR",
93852
+ "name": "UUID",
93853
+ "ofType": null
93854
+ },
93855
+ "isDeprecated": false,
93856
+ "deprecationReason": null
93857
+ },
93858
+ {
93859
+ "name": "id",
93860
+ "description": null,
93861
+ "args": [],
93862
+ "type": {
93863
+ "kind": "SCALAR",
93864
+ "name": "UUID",
93865
+ "ofType": null
93866
+ },
93867
+ "isDeprecated": false,
93868
+ "deprecationReason": null
93869
+ },
93870
+ {
93871
+ "name": "subscriptionId",
93872
+ "description": null,
93873
+ "args": [],
93874
+ "type": {
93875
+ "kind": "SCALAR",
93876
+ "name": "String",
93877
+ "ofType": null
93878
+ },
93879
+ "isDeprecated": false,
93880
+ "deprecationReason": null
93881
+ },
93882
+ {
93883
+ "name": "updatedAt",
93884
+ "description": null,
93885
+ "args": [],
93886
+ "type": {
93887
+ "kind": "SCALAR",
93888
+ "name": "DateTime",
93889
+ "ofType": null
93890
+ },
93891
+ "isDeprecated": false,
93892
+ "deprecationReason": null
93893
+ }
93894
+ ],
93895
+ "inputFields": null,
93896
+ "interfaces": [],
93897
+ "enumValues": null,
93898
+ "possibleTypes": null
93899
+ },
93900
+ {
93901
+ "kind": "OBJECT",
93902
+ "name": "SubscriptionEntitlementMinAggregate",
93903
+ "description": null,
93904
+ "fields": [
93905
+ {
93906
+ "name": "createdAt",
93907
+ "description": null,
93908
+ "args": [],
93909
+ "type": {
93910
+ "kind": "SCALAR",
93911
+ "name": "DateTime",
93912
+ "ofType": null
93913
+ },
93914
+ "isDeprecated": false,
93915
+ "deprecationReason": null
93916
+ },
93917
+ {
93918
+ "name": "environmentId",
93919
+ "description": null,
93920
+ "args": [],
93921
+ "type": {
93922
+ "kind": "SCALAR",
93923
+ "name": "UUID",
93924
+ "ofType": null
93925
+ },
93926
+ "isDeprecated": false,
93927
+ "deprecationReason": null
93928
+ },
93929
+ {
93930
+ "name": "id",
93931
+ "description": null,
93932
+ "args": [],
93933
+ "type": {
93934
+ "kind": "SCALAR",
93935
+ "name": "UUID",
93936
+ "ofType": null
93937
+ },
93938
+ "isDeprecated": false,
93939
+ "deprecationReason": null
93940
+ },
93941
+ {
93942
+ "name": "subscriptionId",
93943
+ "description": null,
93944
+ "args": [],
93945
+ "type": {
93946
+ "kind": "SCALAR",
93947
+ "name": "String",
93948
+ "ofType": null
93949
+ },
93950
+ "isDeprecated": false,
93951
+ "deprecationReason": null
93952
+ },
93953
+ {
93954
+ "name": "updatedAt",
93955
+ "description": null,
93956
+ "args": [],
93957
+ "type": {
93958
+ "kind": "SCALAR",
93959
+ "name": "DateTime",
93960
+ "ofType": null
93961
+ },
93962
+ "isDeprecated": false,
93963
+ "deprecationReason": null
93964
+ }
93965
+ ],
93966
+ "inputFields": null,
93967
+ "interfaces": [],
93968
+ "enumValues": null,
93969
+ "possibleTypes": null
93970
+ },
93971
+ {
93972
+ "kind": "INPUT_OBJECT",
93973
+ "name": "SubscriptionEntitlementSort",
93974
+ "description": null,
93975
+ "fields": null,
93976
+ "inputFields": [
93977
+ {
93978
+ "name": "direction",
93979
+ "description": null,
93980
+ "type": {
93981
+ "kind": "NON_NULL",
93982
+ "name": null,
93983
+ "ofType": {
93984
+ "kind": "ENUM",
93985
+ "name": "SortDirection",
93986
+ "ofType": null
93987
+ }
93988
+ },
93989
+ "defaultValue": null,
93990
+ "isDeprecated": false,
93991
+ "deprecationReason": null
93992
+ },
93993
+ {
93994
+ "name": "field",
93995
+ "description": null,
93996
+ "type": {
93997
+ "kind": "NON_NULL",
93998
+ "name": null,
93999
+ "ofType": {
94000
+ "kind": "ENUM",
94001
+ "name": "SubscriptionEntitlementSortFields",
94002
+ "ofType": null
94003
+ }
94004
+ },
94005
+ "defaultValue": null,
94006
+ "isDeprecated": false,
94007
+ "deprecationReason": null
94008
+ },
94009
+ {
94010
+ "name": "nulls",
94011
+ "description": null,
94012
+ "type": {
94013
+ "kind": "ENUM",
94014
+ "name": "SortNulls",
94015
+ "ofType": null
94016
+ },
94017
+ "defaultValue": null,
94018
+ "isDeprecated": false,
94019
+ "deprecationReason": null
94020
+ }
94021
+ ],
94022
+ "interfaces": null,
94023
+ "enumValues": null,
94024
+ "possibleTypes": null
94025
+ },
94026
+ {
94027
+ "kind": "ENUM",
94028
+ "name": "SubscriptionEntitlementSortFields",
94029
+ "description": null,
94030
+ "fields": null,
94031
+ "inputFields": null,
94032
+ "interfaces": null,
94033
+ "enumValues": [
94034
+ {
94035
+ "name": "createdAt",
94036
+ "description": null,
94037
+ "isDeprecated": false,
94038
+ "deprecationReason": null
94039
+ },
94040
+ {
94041
+ "name": "environmentId",
94042
+ "description": null,
94043
+ "isDeprecated": false,
94044
+ "deprecationReason": null
94045
+ },
94046
+ {
94047
+ "name": "id",
94048
+ "description": null,
94049
+ "isDeprecated": false,
94050
+ "deprecationReason": null
94051
+ },
94052
+ {
94053
+ "name": "subscriptionId",
94054
+ "description": null,
94055
+ "isDeprecated": false,
94056
+ "deprecationReason": null
94057
+ },
94058
+ {
94059
+ "name": "updatedAt",
94060
+ "description": null,
94061
+ "isDeprecated": false,
94062
+ "deprecationReason": null
94063
+ }
94064
+ ],
94065
+ "possibleTypes": null
94066
+ },
94067
+ {
94068
+ "kind": "UNION",
94069
+ "name": "SubscriptionEntitlementUnion",
94070
+ "description": null,
94071
+ "fields": null,
94072
+ "inputFields": null,
94073
+ "interfaces": null,
94074
+ "enumValues": null,
94075
+ "possibleTypes": [
94076
+ {
94077
+ "kind": "OBJECT",
94078
+ "name": "SubscriptionCreditEntitlement",
94079
+ "ofType": null
94080
+ },
94081
+ {
94082
+ "kind": "OBJECT",
94083
+ "name": "SubscriptionFeatureEntitlement",
94084
+ "ofType": null
94085
+ }
94086
+ ]
94087
+ },
94088
+ {
94089
+ "kind": "OBJECT",
94090
+ "name": "SubscriptionFeatureEntitlement",
94091
+ "description": "Subscription feature entitlement",
94092
+ "fields": [
94093
+ {
94094
+ "name": "createdAt",
94095
+ "description": "Timestamp of when the record was created",
94096
+ "args": [],
94097
+ "type": {
94098
+ "kind": "SCALAR",
94099
+ "name": "DateTime",
94100
+ "ofType": null
94101
+ },
94102
+ "isDeprecated": false,
94103
+ "deprecationReason": null
94104
+ },
94105
+ {
94106
+ "name": "description",
94107
+ "description": "Subscription entitlement",
94108
+ "args": [],
94109
+ "type": {
94110
+ "kind": "SCALAR",
94111
+ "name": "String",
94112
+ "ofType": null
94113
+ },
94114
+ "isDeprecated": false,
94115
+ "deprecationReason": null
94116
+ },
94117
+ {
94118
+ "name": "enumValues",
94119
+ "description": "The enum values of the entitlement",
94120
+ "args": [],
94121
+ "type": {
94122
+ "kind": "LIST",
94123
+ "name": null,
94124
+ "ofType": {
94125
+ "kind": "NON_NULL",
94126
+ "name": null,
94127
+ "ofType": {
94128
+ "kind": "SCALAR",
94129
+ "name": "String",
94130
+ "ofType": null
94131
+ }
94132
+ }
94133
+ },
94134
+ "isDeprecated": false,
94135
+ "deprecationReason": null
94136
+ },
94137
+ {
94138
+ "name": "environmentId",
94139
+ "description": "The unique identifier for the environment",
94140
+ "args": [],
94141
+ "type": {
94142
+ "kind": "NON_NULL",
94143
+ "name": null,
94144
+ "ofType": {
94145
+ "kind": "SCALAR",
94146
+ "name": "UUID",
94147
+ "ofType": null
94148
+ }
94149
+ },
94150
+ "isDeprecated": false,
94151
+ "deprecationReason": null
94152
+ },
94153
+ {
94154
+ "name": "feature",
94155
+ "description": "The feature this entitlement corresponds to.",
94156
+ "args": [],
94157
+ "type": {
94158
+ "kind": "NON_NULL",
94159
+ "name": null,
94160
+ "ofType": {
94161
+ "kind": "OBJECT",
94162
+ "name": "Feature",
94163
+ "ofType": null
94164
+ }
94165
+ },
94166
+ "isDeprecated": false,
94167
+ "deprecationReason": null
94168
+ },
94169
+ {
94170
+ "name": "featureGroupIds",
94171
+ "description": "Feature group IDs associated with this entitlement",
94172
+ "args": [],
94173
+ "type": {
94174
+ "kind": "LIST",
94175
+ "name": null,
94176
+ "ofType": {
94177
+ "kind": "NON_NULL",
94178
+ "name": null,
94179
+ "ofType": {
94180
+ "kind": "SCALAR",
94181
+ "name": "String",
94182
+ "ofType": null
94183
+ }
94184
+ }
94185
+ },
94186
+ "isDeprecated": false,
94187
+ "deprecationReason": null
94188
+ },
94189
+ {
94190
+ "name": "featureGroups",
94191
+ "description": "Feature groups associated with this entitlement",
94192
+ "args": [],
94193
+ "type": {
94194
+ "kind": "LIST",
94195
+ "name": null,
94196
+ "ofType": {
94197
+ "kind": "NON_NULL",
94198
+ "name": null,
94199
+ "ofType": {
94200
+ "kind": "OBJECT",
94201
+ "name": "FeatureGroup",
94202
+ "ofType": null
94203
+ }
94204
+ }
94205
+ },
94206
+ "isDeprecated": false,
94207
+ "deprecationReason": null
94208
+ },
94209
+ {
94210
+ "name": "featureId",
94211
+ "description": "The unique identifier of the entitlement feature",
94212
+ "args": [],
94213
+ "type": {
94214
+ "kind": "NON_NULL",
94215
+ "name": null,
94216
+ "ofType": {
94217
+ "kind": "SCALAR",
94218
+ "name": "String",
94219
+ "ofType": null
94220
+ }
94221
+ },
94222
+ "isDeprecated": false,
94223
+ "deprecationReason": null
94224
+ },
94225
+ {
94226
+ "name": "hasSoftLimit",
94227
+ "description": "Whether the entitlement has a soft limit",
94228
+ "args": [],
94229
+ "type": {
94230
+ "kind": "SCALAR",
94231
+ "name": "Boolean",
94232
+ "ofType": null
94233
+ },
94234
+ "isDeprecated": false,
94235
+ "deprecationReason": null
94236
+ },
94237
+ {
94238
+ "name": "hasUnlimitedUsage",
94239
+ "description": "Whether the entitlement has an unlimited usage",
94240
+ "args": [],
94241
+ "type": {
94242
+ "kind": "SCALAR",
94243
+ "name": "Boolean",
94244
+ "ofType": null
94245
+ },
94246
+ "isDeprecated": false,
94247
+ "deprecationReason": null
94248
+ },
94249
+ {
94250
+ "name": "id",
94251
+ "description": null,
94252
+ "args": [],
94253
+ "type": {
94254
+ "kind": "NON_NULL",
94255
+ "name": null,
94256
+ "ofType": {
94257
+ "kind": "SCALAR",
94258
+ "name": "UUID",
94259
+ "ofType": null
94260
+ }
94261
+ },
94262
+ "isDeprecated": false,
94263
+ "deprecationReason": null
94264
+ },
94265
+ {
94266
+ "name": "meter",
94267
+ "description": "The meter configuration used to track and measure usage for this entitlement",
94268
+ "args": [],
94269
+ "type": {
94270
+ "kind": "OBJECT",
94271
+ "name": "Meter",
94272
+ "ofType": null
94273
+ },
94274
+ "isDeprecated": false,
94275
+ "deprecationReason": null
94276
+ },
94277
+ {
94278
+ "name": "resetPeriod",
94279
+ "description": "The reset period of the entitlement",
94280
+ "args": [],
94281
+ "type": {
94282
+ "kind": "ENUM",
94283
+ "name": "EntitlementResetPeriod",
94284
+ "ofType": null
94285
+ },
94286
+ "isDeprecated": false,
94287
+ "deprecationReason": null
94288
+ },
94289
+ {
94290
+ "name": "resetPeriodConfiguration",
94291
+ "description": "The reset period configuration of the entitlement",
94292
+ "args": [],
94293
+ "type": {
94294
+ "kind": "UNION",
94295
+ "name": "ResetPeriodConfiguration",
94296
+ "ofType": null
94297
+ },
94298
+ "isDeprecated": false,
94299
+ "deprecationReason": null
94300
+ },
94301
+ {
94302
+ "name": "subscriptionId",
94303
+ "description": "The unique identifier of the subscription",
94304
+ "args": [],
94305
+ "type": {
94306
+ "kind": "NON_NULL",
94307
+ "name": null,
94308
+ "ofType": {
94309
+ "kind": "SCALAR",
94310
+ "name": "String",
94311
+ "ofType": null
94312
+ }
94313
+ },
94314
+ "isDeprecated": false,
94315
+ "deprecationReason": null
94316
+ },
94317
+ {
94318
+ "name": "updatedAt",
94319
+ "description": "Timestamp of when the record was last updated",
94320
+ "args": [],
94321
+ "type": {
94322
+ "kind": "SCALAR",
94323
+ "name": "DateTime",
94324
+ "ofType": null
94325
+ },
94326
+ "isDeprecated": false,
94327
+ "deprecationReason": null
94328
+ },
94329
+ {
94330
+ "name": "usageLimit",
94331
+ "description": "The usage limit of the entitlement",
94332
+ "args": [],
94333
+ "type": {
94334
+ "kind": "SCALAR",
94335
+ "name": "Float",
94336
+ "ofType": null
94337
+ },
94338
+ "isDeprecated": false,
94339
+ "deprecationReason": null
94340
+ }
94341
+ ],
94342
+ "inputFields": null,
94343
+ "interfaces": [],
94344
+ "enumValues": null,
94345
+ "possibleTypes": null
94346
+ },
94347
+ {
94348
+ "kind": "INPUT_OBJECT",
94349
+ "name": "SubscriptionFeatureEntitlementInput",
94350
+ "description": "Subscription feature entitlement input",
94351
+ "fields": null,
94352
+ "inputFields": [
94353
+ {
94354
+ "name": "enumValues",
94355
+ "description": "The enum values of the entitlement",
94356
+ "type": {
94357
+ "kind": "LIST",
94358
+ "name": null,
94359
+ "ofType": {
94360
+ "kind": "NON_NULL",
94361
+ "name": null,
94362
+ "ofType": {
94363
+ "kind": "SCALAR",
94364
+ "name": "String",
94365
+ "ofType": null
94366
+ }
94367
+ }
94368
+ },
94369
+ "defaultValue": null,
94370
+ "isDeprecated": false,
94371
+ "deprecationReason": null
94372
+ },
94373
+ {
94374
+ "name": "featureGroupId",
94375
+ "description": "Primary feature group ID (first in the array) associated with this entitlement",
94376
+ "type": {
94377
+ "kind": "SCALAR",
94378
+ "name": "UUID",
94379
+ "ofType": null
94380
+ },
94381
+ "defaultValue": null,
94382
+ "isDeprecated": false,
94383
+ "deprecationReason": null
94384
+ },
94385
+ {
94386
+ "name": "featureId",
94387
+ "description": "The unique identifier of the entitlement feature",
94388
+ "type": {
94389
+ "kind": "NON_NULL",
94390
+ "name": null,
94391
+ "ofType": {
94392
+ "kind": "SCALAR",
94393
+ "name": "String",
94394
+ "ofType": null
94395
+ }
94396
+ },
94397
+ "defaultValue": null,
94398
+ "isDeprecated": false,
94399
+ "deprecationReason": null
94400
+ },
94401
+ {
94402
+ "name": "hasSoftLimit",
94403
+ "description": "Whether the entitlement has a soft limit",
94404
+ "type": {
94405
+ "kind": "SCALAR",
94406
+ "name": "Boolean",
94407
+ "ofType": null
94408
+ },
94409
+ "defaultValue": null,
94410
+ "isDeprecated": false,
94411
+ "deprecationReason": null
94412
+ },
94413
+ {
94414
+ "name": "hasUnlimitedUsage",
94415
+ "description": "Whether the entitlement has an unlimited usage",
94416
+ "type": {
94417
+ "kind": "SCALAR",
94418
+ "name": "Boolean",
94419
+ "ofType": null
94420
+ },
94421
+ "defaultValue": null,
94422
+ "isDeprecated": false,
94423
+ "deprecationReason": null
94424
+ },
94425
+ {
94426
+ "name": "monthlyResetPeriodConfiguration",
94427
+ "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
94428
+ "type": {
94429
+ "kind": "INPUT_OBJECT",
94430
+ "name": "MonthlyResetPeriodConfigInput",
94431
+ "ofType": null
94432
+ },
94433
+ "defaultValue": null,
94434
+ "isDeprecated": false,
94435
+ "deprecationReason": null
94436
+ },
94437
+ {
94438
+ "name": "resetPeriod",
94439
+ "description": "The reset period of the entitlement",
94440
+ "type": {
94441
+ "kind": "ENUM",
94442
+ "name": "EntitlementResetPeriod",
94443
+ "ofType": null
94444
+ },
94445
+ "defaultValue": null,
94446
+ "isDeprecated": false,
94447
+ "deprecationReason": null
94448
+ },
94449
+ {
94450
+ "name": "usageLimit",
94451
+ "description": "The usage limit of the entitlement",
94452
+ "type": {
94453
+ "kind": "SCALAR",
94454
+ "name": "Float",
94455
+ "ofType": null
94456
+ },
94457
+ "defaultValue": null,
94458
+ "isDeprecated": false,
94459
+ "deprecationReason": null
94460
+ },
94461
+ {
94462
+ "name": "weeklyResetPeriodConfiguration",
94463
+ "description": "The weekly reset period configuration of the entitlement, defined when reset period is weekly",
94464
+ "type": {
94465
+ "kind": "INPUT_OBJECT",
94466
+ "name": "WeeklyResetPeriodConfigInput",
94467
+ "ofType": null
94468
+ },
94469
+ "defaultValue": null,
94470
+ "isDeprecated": false,
94471
+ "deprecationReason": null
94472
+ },
94473
+ {
94474
+ "name": "yearlyResetPeriodConfiguration",
94475
+ "description": "The yearly reset period configuration of the entitlement, defined when reset period is yearly",
94476
+ "type": {
94477
+ "kind": "INPUT_OBJECT",
94478
+ "name": "YearlyResetPeriodConfigInput",
94479
+ "ofType": null
94480
+ },
94481
+ "defaultValue": null,
94482
+ "isDeprecated": false,
94483
+ "deprecationReason": null
94484
+ }
94485
+ ],
94486
+ "interfaces": null,
94487
+ "enumValues": null,
94488
+ "possibleTypes": null
94489
+ },
93614
94490
  {
93615
94491
  "kind": "OBJECT",
93616
94492
  "name": "SubscriptionFutureUpdate",
@@ -93920,6 +94796,26 @@
93920
94796
  "isDeprecated": false,
93921
94797
  "deprecationReason": null
93922
94798
  },
94799
+ {
94800
+ "name": "entitlements",
94801
+ "description": null,
94802
+ "type": {
94803
+ "kind": "LIST",
94804
+ "name": null,
94805
+ "ofType": {
94806
+ "kind": "NON_NULL",
94807
+ "name": null,
94808
+ "ofType": {
94809
+ "kind": "INPUT_OBJECT",
94810
+ "name": "SubscriptionEntitlementInputV2",
94811
+ "ofType": null
94812
+ }
94813
+ }
94814
+ },
94815
+ "defaultValue": null,
94816
+ "isDeprecated": false,
94817
+ "deprecationReason": null
94818
+ },
93923
94819
  {
93924
94820
  "name": "environmentId",
93925
94821
  "description": null,
@@ -99092,6 +99988,26 @@
99092
99988
  "isDeprecated": false,
99093
99989
  "deprecationReason": null
99094
99990
  },
99991
+ {
99992
+ "name": "entitlements",
99993
+ "description": "The list of entitlements (feature and credit) associated with the subscription",
99994
+ "args": [],
99995
+ "type": {
99996
+ "kind": "LIST",
99997
+ "name": null,
99998
+ "ofType": {
99999
+ "kind": "NON_NULL",
100000
+ "name": null,
100001
+ "ofType": {
100002
+ "kind": "UNION",
100003
+ "name": "SubscriptionEntitlementUnion",
100004
+ "ofType": null
100005
+ }
100006
+ }
100007
+ },
100008
+ "isDeprecated": false,
100009
+ "deprecationReason": null
100010
+ },
99095
100011
  {
99096
100012
  "name": "environment",
99097
100013
  "description": null,
@@ -99476,40 +100392,7 @@
99476
100392
  {
99477
100393
  "name": "subscriptionEntitlements",
99478
100394
  "description": null,
99479
- "args": [
99480
- {
99481
- "name": "filter",
99482
- "description": "Specify to filter the records returned.",
99483
- "type": {
99484
- "kind": "INPUT_OBJECT",
99485
- "name": "SubscriptionEntitlementFilter",
99486
- "ofType": null
99487
- },
99488
- "defaultValue": "{}",
99489
- "isDeprecated": false,
99490
- "deprecationReason": null
99491
- },
99492
- {
99493
- "name": "sorting",
99494
- "description": "Specify to sort results.",
99495
- "type": {
99496
- "kind": "LIST",
99497
- "name": null,
99498
- "ofType": {
99499
- "kind": "NON_NULL",
99500
- "name": null,
99501
- "ofType": {
99502
- "kind": "INPUT_OBJECT",
99503
- "name": "SubscriptionEntitlementSort",
99504
- "ofType": null
99505
- }
99506
- }
99507
- },
99508
- "defaultValue": "[{direction: DESC, field: createdAt}]",
99509
- "isDeprecated": false,
99510
- "deprecationReason": null
99511
- }
99512
- ],
100395
+ "args": [],
99513
100396
  "type": {
99514
100397
  "kind": "LIST",
99515
100398
  "name": null,
@@ -99523,8 +100406,8 @@
99523
100406
  }
99524
100407
  }
99525
100408
  },
99526
- "isDeprecated": false,
99527
- "deprecationReason": null
100409
+ "isDeprecated": true,
100410
+ "deprecationReason": "Use entitlements field instead which returns both feature and credit entitlements"
99528
100411
  },
99529
100412
  {
99530
100413
  "name": "subscriptionId",