stigg-api-client 5.116.0 → 5.118.3

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.
@@ -738,8 +738,8 @@
738
738
  }
739
739
  }
740
740
  },
741
- "isDeprecated": false,
742
- "deprecationReason": null
741
+ "isDeprecated": true,
742
+ "deprecationReason": "Use 'packageEntitlements' field instead"
743
743
  },
744
744
  {
745
745
  "name": "environment",
@@ -893,6 +893,26 @@
893
893
  "isDeprecated": false,
894
894
  "deprecationReason": null
895
895
  },
896
+ {
897
+ "name": "packageEntitlements",
898
+ "description": "List of entitlements for the addon",
899
+ "args": [],
900
+ "type": {
901
+ "kind": "LIST",
902
+ "name": null,
903
+ "ofType": {
904
+ "kind": "NON_NULL",
905
+ "name": null,
906
+ "ofType": {
907
+ "kind": "UNION",
908
+ "name": "PackageEntitlementUnion",
909
+ "ofType": null
910
+ }
911
+ }
912
+ },
913
+ "isDeprecated": false,
914
+ "deprecationReason": null
915
+ },
896
916
  {
897
917
  "name": "prices",
898
918
  "description": null,
@@ -13179,6 +13199,92 @@
13179
13199
  "enumValues": null,
13180
13200
  "possibleTypes": null
13181
13201
  },
13202
+ {
13203
+ "kind": "INPUT_OBJECT",
13204
+ "name": "CreatePackageEntitlementInput",
13205
+ "description": "Package entitlement input",
13206
+ "fields": null,
13207
+ "inputFields": [
13208
+ {
13209
+ "name": "feature",
13210
+ "description": "Package feature entitlement",
13211
+ "type": {
13212
+ "kind": "INPUT_OBJECT",
13213
+ "name": "PackageFeatureEntitlementInput",
13214
+ "ofType": null
13215
+ },
13216
+ "defaultValue": null,
13217
+ "isDeprecated": false,
13218
+ "deprecationReason": null
13219
+ }
13220
+ ],
13221
+ "interfaces": null,
13222
+ "enumValues": null,
13223
+ "possibleTypes": null
13224
+ },
13225
+ {
13226
+ "kind": "INPUT_OBJECT",
13227
+ "name": "CreatePackageEntitlementsInput",
13228
+ "description": "Create package entitlements input",
13229
+ "fields": null,
13230
+ "inputFields": [
13231
+ {
13232
+ "name": "entitlements",
13233
+ "description": "List of package entitlements to create",
13234
+ "type": {
13235
+ "kind": "NON_NULL",
13236
+ "name": null,
13237
+ "ofType": {
13238
+ "kind": "LIST",
13239
+ "name": null,
13240
+ "ofType": {
13241
+ "kind": "NON_NULL",
13242
+ "name": null,
13243
+ "ofType": {
13244
+ "kind": "INPUT_OBJECT",
13245
+ "name": "CreatePackageEntitlementInput",
13246
+ "ofType": null
13247
+ }
13248
+ }
13249
+ }
13250
+ },
13251
+ "defaultValue": null,
13252
+ "isDeprecated": false,
13253
+ "deprecationReason": null
13254
+ },
13255
+ {
13256
+ "name": "environmentId",
13257
+ "description": "The unique identifier for the environment",
13258
+ "type": {
13259
+ "kind": "SCALAR",
13260
+ "name": "UUID",
13261
+ "ofType": null
13262
+ },
13263
+ "defaultValue": null,
13264
+ "isDeprecated": false,
13265
+ "deprecationReason": null
13266
+ },
13267
+ {
13268
+ "name": "packageId",
13269
+ "description": "The unique identifier of the entitlement package",
13270
+ "type": {
13271
+ "kind": "NON_NULL",
13272
+ "name": null,
13273
+ "ofType": {
13274
+ "kind": "SCALAR",
13275
+ "name": "UUID",
13276
+ "ofType": null
13277
+ }
13278
+ },
13279
+ "defaultValue": null,
13280
+ "isDeprecated": false,
13281
+ "deprecationReason": null
13282
+ }
13283
+ ],
13284
+ "interfaces": null,
13285
+ "enumValues": null,
13286
+ "possibleTypes": null
13287
+ },
13182
13288
  {
13183
13289
  "kind": "INPUT_OBJECT",
13184
13290
  "name": "CreatePackageGroup",
@@ -27124,6 +27230,33 @@
27124
27230
  "enumValues": null,
27125
27231
  "possibleTypes": null
27126
27232
  },
27233
+ {
27234
+ "kind": "INPUT_OBJECT",
27235
+ "name": "DeletePackageEntitlementInput",
27236
+ "description": "Delete package entitlement input",
27237
+ "fields": null,
27238
+ "inputFields": [
27239
+ {
27240
+ "name": "id",
27241
+ "description": "Unique identifier for the entity",
27242
+ "type": {
27243
+ "kind": "NON_NULL",
27244
+ "name": null,
27245
+ "ofType": {
27246
+ "kind": "SCALAR",
27247
+ "name": "UUID",
27248
+ "ofType": null
27249
+ }
27250
+ },
27251
+ "defaultValue": null,
27252
+ "isDeprecated": false,
27253
+ "deprecationReason": null
27254
+ }
27255
+ ],
27256
+ "interfaces": null,
27257
+ "enumValues": null,
27258
+ "possibleTypes": null
27259
+ },
27127
27260
  {
27128
27261
  "kind": "INPUT_OBJECT",
27129
27262
  "name": "DeleteWorkflowTriggerInput",
@@ -31588,6 +31721,12 @@
31588
31721
  "isDeprecated": false,
31589
31722
  "deprecationReason": null
31590
31723
  },
31724
+ {
31725
+ "name": "ObjectAlreadyBeingUsedByAnotherRequestError",
31726
+ "description": "The resource is already used by another request",
31727
+ "isDeprecated": false,
31728
+ "deprecationReason": null
31729
+ },
31591
31730
  {
31592
31731
  "name": "OfferAlreadyExists",
31593
31732
  "description": "Offer already exists",
@@ -49903,6 +50042,47 @@
49903
50042
  "isDeprecated": false,
49904
50043
  "deprecationReason": null
49905
50044
  },
50045
+ {
50046
+ "name": "createPackageEntitlements",
50047
+ "description": "Create package entitlements",
50048
+ "args": [
50049
+ {
50050
+ "name": "input",
50051
+ "description": "Create package entitlements input",
50052
+ "type": {
50053
+ "kind": "NON_NULL",
50054
+ "name": null,
50055
+ "ofType": {
50056
+ "kind": "INPUT_OBJECT",
50057
+ "name": "CreatePackageEntitlementsInput",
50058
+ "ofType": null
50059
+ }
50060
+ },
50061
+ "defaultValue": null,
50062
+ "isDeprecated": false,
50063
+ "deprecationReason": null
50064
+ }
50065
+ ],
50066
+ "type": {
50067
+ "kind": "NON_NULL",
50068
+ "name": null,
50069
+ "ofType": {
50070
+ "kind": "LIST",
50071
+ "name": null,
50072
+ "ofType": {
50073
+ "kind": "NON_NULL",
50074
+ "name": null,
50075
+ "ofType": {
50076
+ "kind": "UNION",
50077
+ "name": "PackageEntitlementUnion",
50078
+ "ofType": null
50079
+ }
50080
+ }
50081
+ }
50082
+ },
50083
+ "isDeprecated": false,
50084
+ "deprecationReason": null
50085
+ },
49906
50086
  {
49907
50087
  "name": "createPackageGroup",
49908
50088
  "description": "Creating a package group",
@@ -50398,6 +50578,39 @@
50398
50578
  "isDeprecated": false,
50399
50579
  "deprecationReason": null
50400
50580
  },
50581
+ {
50582
+ "name": "deletePackageEntitlement",
50583
+ "description": "Delete a package entitlement",
50584
+ "args": [
50585
+ {
50586
+ "name": "input",
50587
+ "description": "Delete package entitlement input",
50588
+ "type": {
50589
+ "kind": "NON_NULL",
50590
+ "name": null,
50591
+ "ofType": {
50592
+ "kind": "INPUT_OBJECT",
50593
+ "name": "DeletePackageEntitlementInput",
50594
+ "ofType": null
50595
+ }
50596
+ },
50597
+ "defaultValue": null,
50598
+ "isDeprecated": false,
50599
+ "deprecationReason": null
50600
+ }
50601
+ ],
50602
+ "type": {
50603
+ "kind": "NON_NULL",
50604
+ "name": null,
50605
+ "ofType": {
50606
+ "kind": "UNION",
50607
+ "name": "PackageEntitlementUnion",
50608
+ "ofType": null
50609
+ }
50610
+ },
50611
+ "isDeprecated": false,
50612
+ "deprecationReason": null
50613
+ },
50401
50614
  {
50402
50615
  "name": "deleteWorkflowTrigger",
50403
50616
  "description": "Delete a workflow trigger",
@@ -53881,6 +54094,39 @@
53881
54094
  "isDeprecated": false,
53882
54095
  "deprecationReason": null
53883
54096
  },
54097
+ {
54098
+ "name": "updatePackageEntitlement",
54099
+ "description": "Update a package entitlement",
54100
+ "args": [
54101
+ {
54102
+ "name": "input",
54103
+ "description": "Update package entitlement input",
54104
+ "type": {
54105
+ "kind": "NON_NULL",
54106
+ "name": null,
54107
+ "ofType": {
54108
+ "kind": "INPUT_OBJECT",
54109
+ "name": "UpdatePackageEntitlementInput",
54110
+ "ofType": null
54111
+ }
54112
+ },
54113
+ "defaultValue": null,
54114
+ "isDeprecated": false,
54115
+ "deprecationReason": null
54116
+ }
54117
+ ],
54118
+ "type": {
54119
+ "kind": "NON_NULL",
54120
+ "name": null,
54121
+ "ofType": {
54122
+ "kind": "UNION",
54123
+ "name": "PackageEntitlementUnion",
54124
+ "ofType": null
54125
+ }
54126
+ },
54127
+ "isDeprecated": false,
54128
+ "deprecationReason": null
54129
+ },
53884
54130
  {
53885
54131
  "name": "updateUser",
53886
54132
  "description": "Updates the user information",
@@ -56638,26 +56884,6 @@
56638
56884
  "isDeprecated": false,
56639
56885
  "deprecationReason": null
56640
56886
  },
56641
- {
56642
- "name": "entitlements",
56643
- "description": "List of entitlements of the package",
56644
- "args": [],
56645
- "type": {
56646
- "kind": "LIST",
56647
- "name": null,
56648
- "ofType": {
56649
- "kind": "NON_NULL",
56650
- "name": null,
56651
- "ofType": {
56652
- "kind": "OBJECT",
56653
- "name": "PackageEntitlement",
56654
- "ofType": null
56655
- }
56656
- }
56657
- },
56658
- "isDeprecated": false,
56659
- "deprecationReason": null
56660
- },
56661
56887
  {
56662
56888
  "name": "environmentId",
56663
56889
  "description": "The unique identifier for the environment",
@@ -59571,6 +59797,22 @@
59571
59797
  ],
59572
59798
  "possibleTypes": null
59573
59799
  },
59800
+ {
59801
+ "kind": "UNION",
59802
+ "name": "PackageEntitlementUnion",
59803
+ "description": null,
59804
+ "fields": null,
59805
+ "inputFields": null,
59806
+ "interfaces": null,
59807
+ "enumValues": null,
59808
+ "possibleTypes": [
59809
+ {
59810
+ "kind": "OBJECT",
59811
+ "name": "PackageFeatureEntitlement",
59812
+ "ofType": null
59813
+ }
59814
+ ]
59815
+ },
59574
59816
  {
59575
59817
  "kind": "INPUT_OBJECT",
59576
59818
  "name": "PackageEntitlementUpdateInput",
@@ -59780,57 +60022,20 @@
59780
60022
  },
59781
60023
  {
59782
60024
  "kind": "OBJECT",
59783
- "name": "PackageGroup",
59784
- "description": "A set of addons bundled together",
60025
+ "name": "PackageFeatureEntitlement",
60026
+ "description": "Package feature entitlement",
59785
60027
  "fields": [
59786
60028
  {
59787
- "name": "addons",
59788
- "description": null,
59789
- "args": [
59790
- {
59791
- "name": "filter",
59792
- "description": "Specify to filter the records returned.",
59793
- "type": {
59794
- "kind": "INPUT_OBJECT",
59795
- "name": "AddonFilter",
59796
- "ofType": null
59797
- },
59798
- "defaultValue": "{}",
59799
- "isDeprecated": false,
59800
- "deprecationReason": null
59801
- },
59802
- {
59803
- "name": "sorting",
59804
- "description": "Specify to sort results.",
59805
- "type": {
59806
- "kind": "LIST",
59807
- "name": null,
59808
- "ofType": {
59809
- "kind": "NON_NULL",
59810
- "name": null,
59811
- "ofType": {
59812
- "kind": "INPUT_OBJECT",
59813
- "name": "AddonSort",
59814
- "ofType": null
59815
- }
59816
- }
59817
- },
59818
- "defaultValue": "[{direction: DESC, field: createdAt}]",
59819
- "isDeprecated": false,
59820
- "deprecationReason": null
59821
- }
59822
- ],
60029
+ "name": "behavior",
60030
+ "description": "The behavior of the entitlement",
60031
+ "args": [],
59823
60032
  "type": {
59824
- "kind": "LIST",
60033
+ "kind": "NON_NULL",
59825
60034
  "name": null,
59826
60035
  "ofType": {
59827
- "kind": "NON_NULL",
59828
- "name": null,
59829
- "ofType": {
59830
- "kind": "OBJECT",
59831
- "name": "Addon",
59832
- "ofType": null
59833
- }
60036
+ "kind": "ENUM",
60037
+ "name": "EntitlementBehavior",
60038
+ "ofType": null
59834
60039
  }
59835
60040
  },
59836
60041
  "isDeprecated": false,
@@ -59841,20 +60046,16 @@
59841
60046
  "description": "Timestamp of when the record was created",
59842
60047
  "args": [],
59843
60048
  "type": {
59844
- "kind": "NON_NULL",
59845
- "name": null,
59846
- "ofType": {
59847
- "kind": "SCALAR",
59848
- "name": "DateTime",
59849
- "ofType": null
59850
- }
60049
+ "kind": "SCALAR",
60050
+ "name": "DateTime",
60051
+ "ofType": null
59851
60052
  },
59852
60053
  "isDeprecated": false,
59853
60054
  "deprecationReason": null
59854
60055
  },
59855
60056
  {
59856
60057
  "name": "description",
59857
- "description": "The description of the package group",
60058
+ "description": "The description of the entitlement",
59858
60059
  "args": [],
59859
60060
  "type": {
59860
60061
  "kind": "SCALAR",
@@ -59865,16 +60066,1185 @@
59865
60066
  "deprecationReason": null
59866
60067
  },
59867
60068
  {
59868
- "name": "displayName",
59869
- "description": "The display name of the package group",
60069
+ "name": "displayNameOverride",
60070
+ "description": "The display name override of the entitlement",
59870
60071
  "args": [],
59871
60072
  "type": {
59872
- "kind": "NON_NULL",
60073
+ "kind": "SCALAR",
60074
+ "name": "String",
60075
+ "ofType": null
60076
+ },
60077
+ "isDeprecated": false,
60078
+ "deprecationReason": null
60079
+ },
60080
+ {
60081
+ "name": "enumValues",
60082
+ "description": "The enum values of the entitlement",
60083
+ "args": [],
60084
+ "type": {
60085
+ "kind": "LIST",
59873
60086
  "name": null,
59874
60087
  "ofType": {
59875
- "kind": "SCALAR",
59876
- "name": "String",
59877
- "ofType": null
60088
+ "kind": "NON_NULL",
60089
+ "name": null,
60090
+ "ofType": {
60091
+ "kind": "SCALAR",
60092
+ "name": "String",
60093
+ "ofType": null
60094
+ }
60095
+ }
60096
+ },
60097
+ "isDeprecated": false,
60098
+ "deprecationReason": null
60099
+ },
60100
+ {
60101
+ "name": "environmentId",
60102
+ "description": "The unique identifier for the environment",
60103
+ "args": [],
60104
+ "type": {
60105
+ "kind": "NON_NULL",
60106
+ "name": null,
60107
+ "ofType": {
60108
+ "kind": "SCALAR",
60109
+ "name": "UUID",
60110
+ "ofType": null
60111
+ }
60112
+ },
60113
+ "isDeprecated": false,
60114
+ "deprecationReason": null
60115
+ },
60116
+ {
60117
+ "name": "feature",
60118
+ "description": null,
60119
+ "args": [],
60120
+ "type": {
60121
+ "kind": "NON_NULL",
60122
+ "name": null,
60123
+ "ofType": {
60124
+ "kind": "OBJECT",
60125
+ "name": "Feature",
60126
+ "ofType": null
60127
+ }
60128
+ },
60129
+ "isDeprecated": false,
60130
+ "deprecationReason": null
60131
+ },
60132
+ {
60133
+ "name": "featureGroupIds",
60134
+ "description": "Feature group IDs associated with this entitlement",
60135
+ "args": [],
60136
+ "type": {
60137
+ "kind": "LIST",
60138
+ "name": null,
60139
+ "ofType": {
60140
+ "kind": "NON_NULL",
60141
+ "name": null,
60142
+ "ofType": {
60143
+ "kind": "SCALAR",
60144
+ "name": "String",
60145
+ "ofType": null
60146
+ }
60147
+ }
60148
+ },
60149
+ "isDeprecated": false,
60150
+ "deprecationReason": null
60151
+ },
60152
+ {
60153
+ "name": "featureGroups",
60154
+ "description": "Feature groups associated with this entitlement",
60155
+ "args": [],
60156
+ "type": {
60157
+ "kind": "LIST",
60158
+ "name": null,
60159
+ "ofType": {
60160
+ "kind": "NON_NULL",
60161
+ "name": null,
60162
+ "ofType": {
60163
+ "kind": "OBJECT",
60164
+ "name": "FeatureGroup",
60165
+ "ofType": null
60166
+ }
60167
+ }
60168
+ },
60169
+ "isDeprecated": false,
60170
+ "deprecationReason": null
60171
+ },
60172
+ {
60173
+ "name": "featureId",
60174
+ "description": "The unique identifier of the entitlement feature",
60175
+ "args": [],
60176
+ "type": {
60177
+ "kind": "NON_NULL",
60178
+ "name": null,
60179
+ "ofType": {
60180
+ "kind": "SCALAR",
60181
+ "name": "String",
60182
+ "ofType": null
60183
+ }
60184
+ },
60185
+ "isDeprecated": false,
60186
+ "deprecationReason": null
60187
+ },
60188
+ {
60189
+ "name": "hasSoftLimit",
60190
+ "description": "Whether the entitlement has a soft limit",
60191
+ "args": [],
60192
+ "type": {
60193
+ "kind": "SCALAR",
60194
+ "name": "Boolean",
60195
+ "ofType": null
60196
+ },
60197
+ "isDeprecated": false,
60198
+ "deprecationReason": null
60199
+ },
60200
+ {
60201
+ "name": "hasUnlimitedUsage",
60202
+ "description": "Whether the entitlement has an unlimited usage",
60203
+ "args": [],
60204
+ "type": {
60205
+ "kind": "SCALAR",
60206
+ "name": "Boolean",
60207
+ "ofType": null
60208
+ },
60209
+ "isDeprecated": false,
60210
+ "deprecationReason": null
60211
+ },
60212
+ {
60213
+ "name": "hiddenFromWidgets",
60214
+ "description": "Whether the entitlement is hidden from widgets",
60215
+ "args": [],
60216
+ "type": {
60217
+ "kind": "LIST",
60218
+ "name": null,
60219
+ "ofType": {
60220
+ "kind": "NON_NULL",
60221
+ "name": null,
60222
+ "ofType": {
60223
+ "kind": "ENUM",
60224
+ "name": "WidgetType",
60225
+ "ofType": null
60226
+ }
60227
+ }
60228
+ },
60229
+ "isDeprecated": false,
60230
+ "deprecationReason": null
60231
+ },
60232
+ {
60233
+ "name": "id",
60234
+ "description": null,
60235
+ "args": [],
60236
+ "type": {
60237
+ "kind": "NON_NULL",
60238
+ "name": null,
60239
+ "ofType": {
60240
+ "kind": "SCALAR",
60241
+ "name": "UUID",
60242
+ "ofType": null
60243
+ }
60244
+ },
60245
+ "isDeprecated": false,
60246
+ "deprecationReason": null
60247
+ },
60248
+ {
60249
+ "name": "isCustom",
60250
+ "description": "Whether the entitlement is a custom entitlement",
60251
+ "args": [],
60252
+ "type": {
60253
+ "kind": "SCALAR",
60254
+ "name": "Boolean",
60255
+ "ofType": null
60256
+ },
60257
+ "isDeprecated": false,
60258
+ "deprecationReason": null
60259
+ },
60260
+ {
60261
+ "name": "isGranted",
60262
+ "description": "Whether entitlement grant is active",
60263
+ "args": [],
60264
+ "type": {
60265
+ "kind": "NON_NULL",
60266
+ "name": null,
60267
+ "ofType": {
60268
+ "kind": "SCALAR",
60269
+ "name": "Boolean",
60270
+ "ofType": null
60271
+ }
60272
+ },
60273
+ "isDeprecated": false,
60274
+ "deprecationReason": null
60275
+ },
60276
+ {
60277
+ "name": "meter",
60278
+ "description": null,
60279
+ "args": [],
60280
+ "type": {
60281
+ "kind": "OBJECT",
60282
+ "name": "Meter",
60283
+ "ofType": null
60284
+ },
60285
+ "isDeprecated": false,
60286
+ "deprecationReason": null
60287
+ },
60288
+ {
60289
+ "name": "order",
60290
+ "description": "The order of the entitlement in the entitlement list",
60291
+ "args": [],
60292
+ "type": {
60293
+ "kind": "SCALAR",
60294
+ "name": "Float",
60295
+ "ofType": null
60296
+ },
60297
+ "isDeprecated": false,
60298
+ "deprecationReason": null
60299
+ },
60300
+ {
60301
+ "name": "package",
60302
+ "description": null,
60303
+ "args": [],
60304
+ "type": {
60305
+ "kind": "OBJECT",
60306
+ "name": "PackageDTO",
60307
+ "ofType": null
60308
+ },
60309
+ "isDeprecated": false,
60310
+ "deprecationReason": null
60311
+ },
60312
+ {
60313
+ "name": "packageId",
60314
+ "description": "The unique identifier of the entitlement package",
60315
+ "args": [],
60316
+ "type": {
60317
+ "kind": "NON_NULL",
60318
+ "name": null,
60319
+ "ofType": {
60320
+ "kind": "SCALAR",
60321
+ "name": "String",
60322
+ "ofType": null
60323
+ }
60324
+ },
60325
+ "isDeprecated": false,
60326
+ "deprecationReason": null
60327
+ },
60328
+ {
60329
+ "name": "resetPeriod",
60330
+ "description": "The reset period of the entitlement",
60331
+ "args": [],
60332
+ "type": {
60333
+ "kind": "ENUM",
60334
+ "name": "EntitlementResetPeriod",
60335
+ "ofType": null
60336
+ },
60337
+ "isDeprecated": false,
60338
+ "deprecationReason": null
60339
+ },
60340
+ {
60341
+ "name": "resetPeriodConfiguration",
60342
+ "description": "The reset period configuration of the entitlement",
60343
+ "args": [],
60344
+ "type": {
60345
+ "kind": "UNION",
60346
+ "name": "ResetPeriodConfiguration",
60347
+ "ofType": null
60348
+ },
60349
+ "isDeprecated": false,
60350
+ "deprecationReason": null
60351
+ },
60352
+ {
60353
+ "name": "updatedAt",
60354
+ "description": "Timestamp of when the record was last updated",
60355
+ "args": [],
60356
+ "type": {
60357
+ "kind": "SCALAR",
60358
+ "name": "DateTime",
60359
+ "ofType": null
60360
+ },
60361
+ "isDeprecated": false,
60362
+ "deprecationReason": null
60363
+ },
60364
+ {
60365
+ "name": "usageLimit",
60366
+ "description": "The usage limit of the entitlement",
60367
+ "args": [],
60368
+ "type": {
60369
+ "kind": "SCALAR",
60370
+ "name": "Float",
60371
+ "ofType": null
60372
+ },
60373
+ "isDeprecated": false,
60374
+ "deprecationReason": null
60375
+ }
60376
+ ],
60377
+ "inputFields": null,
60378
+ "interfaces": [],
60379
+ "enumValues": null,
60380
+ "possibleTypes": null
60381
+ },
60382
+ {
60383
+ "kind": "OBJECT",
60384
+ "name": "PackageFeatureEntitlementAggregateGroupBy",
60385
+ "description": null,
60386
+ "fields": [
60387
+ {
60388
+ "name": "createdAt",
60389
+ "description": null,
60390
+ "args": [],
60391
+ "type": {
60392
+ "kind": "SCALAR",
60393
+ "name": "DateTime",
60394
+ "ofType": null
60395
+ },
60396
+ "isDeprecated": false,
60397
+ "deprecationReason": null
60398
+ },
60399
+ {
60400
+ "name": "environmentId",
60401
+ "description": null,
60402
+ "args": [],
60403
+ "type": {
60404
+ "kind": "SCALAR",
60405
+ "name": "UUID",
60406
+ "ofType": null
60407
+ },
60408
+ "isDeprecated": false,
60409
+ "deprecationReason": null
60410
+ },
60411
+ {
60412
+ "name": "id",
60413
+ "description": null,
60414
+ "args": [],
60415
+ "type": {
60416
+ "kind": "SCALAR",
60417
+ "name": "UUID",
60418
+ "ofType": null
60419
+ },
60420
+ "isDeprecated": false,
60421
+ "deprecationReason": null
60422
+ },
60423
+ {
60424
+ "name": "packageId",
60425
+ "description": null,
60426
+ "args": [],
60427
+ "type": {
60428
+ "kind": "SCALAR",
60429
+ "name": "String",
60430
+ "ofType": null
60431
+ },
60432
+ "isDeprecated": false,
60433
+ "deprecationReason": null
60434
+ },
60435
+ {
60436
+ "name": "updatedAt",
60437
+ "description": null,
60438
+ "args": [],
60439
+ "type": {
60440
+ "kind": "SCALAR",
60441
+ "name": "DateTime",
60442
+ "ofType": null
60443
+ },
60444
+ "isDeprecated": false,
60445
+ "deprecationReason": null
60446
+ }
60447
+ ],
60448
+ "inputFields": null,
60449
+ "interfaces": [],
60450
+ "enumValues": null,
60451
+ "possibleTypes": null
60452
+ },
60453
+ {
60454
+ "kind": "OBJECT",
60455
+ "name": "PackageFeatureEntitlementCountAggregate",
60456
+ "description": null,
60457
+ "fields": [
60458
+ {
60459
+ "name": "createdAt",
60460
+ "description": null,
60461
+ "args": [],
60462
+ "type": {
60463
+ "kind": "SCALAR",
60464
+ "name": "Int",
60465
+ "ofType": null
60466
+ },
60467
+ "isDeprecated": false,
60468
+ "deprecationReason": null
60469
+ },
60470
+ {
60471
+ "name": "environmentId",
60472
+ "description": null,
60473
+ "args": [],
60474
+ "type": {
60475
+ "kind": "SCALAR",
60476
+ "name": "Int",
60477
+ "ofType": null
60478
+ },
60479
+ "isDeprecated": false,
60480
+ "deprecationReason": null
60481
+ },
60482
+ {
60483
+ "name": "id",
60484
+ "description": null,
60485
+ "args": [],
60486
+ "type": {
60487
+ "kind": "SCALAR",
60488
+ "name": "Int",
60489
+ "ofType": null
60490
+ },
60491
+ "isDeprecated": false,
60492
+ "deprecationReason": null
60493
+ },
60494
+ {
60495
+ "name": "packageId",
60496
+ "description": null,
60497
+ "args": [],
60498
+ "type": {
60499
+ "kind": "SCALAR",
60500
+ "name": "Int",
60501
+ "ofType": null
60502
+ },
60503
+ "isDeprecated": false,
60504
+ "deprecationReason": null
60505
+ },
60506
+ {
60507
+ "name": "updatedAt",
60508
+ "description": null,
60509
+ "args": [],
60510
+ "type": {
60511
+ "kind": "SCALAR",
60512
+ "name": "Int",
60513
+ "ofType": null
60514
+ },
60515
+ "isDeprecated": false,
60516
+ "deprecationReason": null
60517
+ }
60518
+ ],
60519
+ "inputFields": null,
60520
+ "interfaces": [],
60521
+ "enumValues": null,
60522
+ "possibleTypes": null
60523
+ },
60524
+ {
60525
+ "kind": "OBJECT",
60526
+ "name": "PackageFeatureEntitlementEdge",
60527
+ "description": null,
60528
+ "fields": [
60529
+ {
60530
+ "name": "cursor",
60531
+ "description": "Cursor for this node.",
60532
+ "args": [],
60533
+ "type": {
60534
+ "kind": "NON_NULL",
60535
+ "name": null,
60536
+ "ofType": {
60537
+ "kind": "SCALAR",
60538
+ "name": "ConnectionCursor",
60539
+ "ofType": null
60540
+ }
60541
+ },
60542
+ "isDeprecated": false,
60543
+ "deprecationReason": null
60544
+ },
60545
+ {
60546
+ "name": "node",
60547
+ "description": "The node containing the PackageFeatureEntitlement",
60548
+ "args": [],
60549
+ "type": {
60550
+ "kind": "NON_NULL",
60551
+ "name": null,
60552
+ "ofType": {
60553
+ "kind": "OBJECT",
60554
+ "name": "PackageFeatureEntitlement",
60555
+ "ofType": null
60556
+ }
60557
+ },
60558
+ "isDeprecated": false,
60559
+ "deprecationReason": null
60560
+ }
60561
+ ],
60562
+ "inputFields": null,
60563
+ "interfaces": [],
60564
+ "enumValues": null,
60565
+ "possibleTypes": null
60566
+ },
60567
+ {
60568
+ "kind": "INPUT_OBJECT",
60569
+ "name": "PackageFeatureEntitlementInput",
60570
+ "description": "Package entitlement input",
60571
+ "fields": null,
60572
+ "inputFields": [
60573
+ {
60574
+ "name": "behavior",
60575
+ "description": "The behavior of the entitlement",
60576
+ "type": {
60577
+ "kind": "ENUM",
60578
+ "name": "EntitlementBehavior",
60579
+ "ofType": null
60580
+ },
60581
+ "defaultValue": "Increment",
60582
+ "isDeprecated": false,
60583
+ "deprecationReason": null
60584
+ },
60585
+ {
60586
+ "name": "description",
60587
+ "description": "The description of the entitlement",
60588
+ "type": {
60589
+ "kind": "SCALAR",
60590
+ "name": "String",
60591
+ "ofType": null
60592
+ },
60593
+ "defaultValue": null,
60594
+ "isDeprecated": false,
60595
+ "deprecationReason": null
60596
+ },
60597
+ {
60598
+ "name": "displayNameOverride",
60599
+ "description": "The display name override of the entitlement",
60600
+ "type": {
60601
+ "kind": "SCALAR",
60602
+ "name": "String",
60603
+ "ofType": null
60604
+ },
60605
+ "defaultValue": null,
60606
+ "isDeprecated": false,
60607
+ "deprecationReason": null
60608
+ },
60609
+ {
60610
+ "name": "enumValues",
60611
+ "description": "The enum values of the entitlement",
60612
+ "type": {
60613
+ "kind": "LIST",
60614
+ "name": null,
60615
+ "ofType": {
60616
+ "kind": "NON_NULL",
60617
+ "name": null,
60618
+ "ofType": {
60619
+ "kind": "SCALAR",
60620
+ "name": "String",
60621
+ "ofType": null
60622
+ }
60623
+ }
60624
+ },
60625
+ "defaultValue": null,
60626
+ "isDeprecated": false,
60627
+ "deprecationReason": null
60628
+ },
60629
+ {
60630
+ "name": "featureGroupId",
60631
+ "description": "Primary feature group ID (first in the array) associated with this entitlement",
60632
+ "type": {
60633
+ "kind": "SCALAR",
60634
+ "name": "UUID",
60635
+ "ofType": null
60636
+ },
60637
+ "defaultValue": null,
60638
+ "isDeprecated": false,
60639
+ "deprecationReason": null
60640
+ },
60641
+ {
60642
+ "name": "featureId",
60643
+ "description": "The unique identifier of the entitlement feature",
60644
+ "type": {
60645
+ "kind": "NON_NULL",
60646
+ "name": null,
60647
+ "ofType": {
60648
+ "kind": "SCALAR",
60649
+ "name": "UUID",
60650
+ "ofType": null
60651
+ }
60652
+ },
60653
+ "defaultValue": null,
60654
+ "isDeprecated": false,
60655
+ "deprecationReason": null
60656
+ },
60657
+ {
60658
+ "name": "hasSoftLimit",
60659
+ "description": "Whether the entitlement has a soft limit",
60660
+ "type": {
60661
+ "kind": "SCALAR",
60662
+ "name": "Boolean",
60663
+ "ofType": null
60664
+ },
60665
+ "defaultValue": null,
60666
+ "isDeprecated": false,
60667
+ "deprecationReason": null
60668
+ },
60669
+ {
60670
+ "name": "hasUnlimitedUsage",
60671
+ "description": "Whether the entitlement has an unlimited usage",
60672
+ "type": {
60673
+ "kind": "SCALAR",
60674
+ "name": "Boolean",
60675
+ "ofType": null
60676
+ },
60677
+ "defaultValue": null,
60678
+ "isDeprecated": false,
60679
+ "deprecationReason": null
60680
+ },
60681
+ {
60682
+ "name": "hiddenFromWidgets",
60683
+ "description": "Whether the entitlement is hidden from widgets",
60684
+ "type": {
60685
+ "kind": "LIST",
60686
+ "name": null,
60687
+ "ofType": {
60688
+ "kind": "NON_NULL",
60689
+ "name": null,
60690
+ "ofType": {
60691
+ "kind": "ENUM",
60692
+ "name": "WidgetType",
60693
+ "ofType": null
60694
+ }
60695
+ }
60696
+ },
60697
+ "defaultValue": null,
60698
+ "isDeprecated": false,
60699
+ "deprecationReason": null
60700
+ },
60701
+ {
60702
+ "name": "isCustom",
60703
+ "description": "Whether the entitlement is a custom entitlement",
60704
+ "type": {
60705
+ "kind": "SCALAR",
60706
+ "name": "Boolean",
60707
+ "ofType": null
60708
+ },
60709
+ "defaultValue": null,
60710
+ "isDeprecated": false,
60711
+ "deprecationReason": null
60712
+ },
60713
+ {
60714
+ "name": "isGranted",
60715
+ "description": "Whether entitlement grant is active",
60716
+ "type": {
60717
+ "kind": "SCALAR",
60718
+ "name": "Boolean",
60719
+ "ofType": null
60720
+ },
60721
+ "defaultValue": null,
60722
+ "isDeprecated": false,
60723
+ "deprecationReason": null
60724
+ },
60725
+ {
60726
+ "name": "monthlyResetPeriodConfiguration",
60727
+ "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
60728
+ "type": {
60729
+ "kind": "INPUT_OBJECT",
60730
+ "name": "MonthlyResetPeriodConfigInput",
60731
+ "ofType": null
60732
+ },
60733
+ "defaultValue": null,
60734
+ "isDeprecated": false,
60735
+ "deprecationReason": null
60736
+ },
60737
+ {
60738
+ "name": "order",
60739
+ "description": "The order of the entitlement in the entitlement list",
60740
+ "type": {
60741
+ "kind": "SCALAR",
60742
+ "name": "Float",
60743
+ "ofType": null
60744
+ },
60745
+ "defaultValue": null,
60746
+ "isDeprecated": false,
60747
+ "deprecationReason": null
60748
+ },
60749
+ {
60750
+ "name": "resetPeriod",
60751
+ "description": "The reset period of the entitlement",
60752
+ "type": {
60753
+ "kind": "ENUM",
60754
+ "name": "EntitlementResetPeriod",
60755
+ "ofType": null
60756
+ },
60757
+ "defaultValue": null,
60758
+ "isDeprecated": false,
60759
+ "deprecationReason": null
60760
+ },
60761
+ {
60762
+ "name": "usageLimit",
60763
+ "description": "The usage limit of the entitlement",
60764
+ "type": {
60765
+ "kind": "SCALAR",
60766
+ "name": "Float",
60767
+ "ofType": null
60768
+ },
60769
+ "defaultValue": null,
60770
+ "isDeprecated": false,
60771
+ "deprecationReason": null
60772
+ },
60773
+ {
60774
+ "name": "weeklyResetPeriodConfiguration",
60775
+ "description": "The weekly reset period configuration of the entitlement, defined when reset period is weekly",
60776
+ "type": {
60777
+ "kind": "INPUT_OBJECT",
60778
+ "name": "WeeklyResetPeriodConfigInput",
60779
+ "ofType": null
60780
+ },
60781
+ "defaultValue": null,
60782
+ "isDeprecated": false,
60783
+ "deprecationReason": null
60784
+ },
60785
+ {
60786
+ "name": "yearlyResetPeriodConfiguration",
60787
+ "description": "The yearly reset period configuration of the entitlement, defined when reset period is yearly",
60788
+ "type": {
60789
+ "kind": "INPUT_OBJECT",
60790
+ "name": "YearlyResetPeriodConfigInput",
60791
+ "ofType": null
60792
+ },
60793
+ "defaultValue": null,
60794
+ "isDeprecated": false,
60795
+ "deprecationReason": null
60796
+ }
60797
+ ],
60798
+ "interfaces": null,
60799
+ "enumValues": null,
60800
+ "possibleTypes": null
60801
+ },
60802
+ {
60803
+ "kind": "OBJECT",
60804
+ "name": "PackageFeatureEntitlementMaxAggregate",
60805
+ "description": null,
60806
+ "fields": [
60807
+ {
60808
+ "name": "createdAt",
60809
+ "description": null,
60810
+ "args": [],
60811
+ "type": {
60812
+ "kind": "SCALAR",
60813
+ "name": "DateTime",
60814
+ "ofType": null
60815
+ },
60816
+ "isDeprecated": false,
60817
+ "deprecationReason": null
60818
+ },
60819
+ {
60820
+ "name": "environmentId",
60821
+ "description": null,
60822
+ "args": [],
60823
+ "type": {
60824
+ "kind": "SCALAR",
60825
+ "name": "UUID",
60826
+ "ofType": null
60827
+ },
60828
+ "isDeprecated": false,
60829
+ "deprecationReason": null
60830
+ },
60831
+ {
60832
+ "name": "id",
60833
+ "description": null,
60834
+ "args": [],
60835
+ "type": {
60836
+ "kind": "SCALAR",
60837
+ "name": "UUID",
60838
+ "ofType": null
60839
+ },
60840
+ "isDeprecated": false,
60841
+ "deprecationReason": null
60842
+ },
60843
+ {
60844
+ "name": "packageId",
60845
+ "description": null,
60846
+ "args": [],
60847
+ "type": {
60848
+ "kind": "SCALAR",
60849
+ "name": "String",
60850
+ "ofType": null
60851
+ },
60852
+ "isDeprecated": false,
60853
+ "deprecationReason": null
60854
+ },
60855
+ {
60856
+ "name": "updatedAt",
60857
+ "description": null,
60858
+ "args": [],
60859
+ "type": {
60860
+ "kind": "SCALAR",
60861
+ "name": "DateTime",
60862
+ "ofType": null
60863
+ },
60864
+ "isDeprecated": false,
60865
+ "deprecationReason": null
60866
+ }
60867
+ ],
60868
+ "inputFields": null,
60869
+ "interfaces": [],
60870
+ "enumValues": null,
60871
+ "possibleTypes": null
60872
+ },
60873
+ {
60874
+ "kind": "OBJECT",
60875
+ "name": "PackageFeatureEntitlementMinAggregate",
60876
+ "description": null,
60877
+ "fields": [
60878
+ {
60879
+ "name": "createdAt",
60880
+ "description": null,
60881
+ "args": [],
60882
+ "type": {
60883
+ "kind": "SCALAR",
60884
+ "name": "DateTime",
60885
+ "ofType": null
60886
+ },
60887
+ "isDeprecated": false,
60888
+ "deprecationReason": null
60889
+ },
60890
+ {
60891
+ "name": "environmentId",
60892
+ "description": null,
60893
+ "args": [],
60894
+ "type": {
60895
+ "kind": "SCALAR",
60896
+ "name": "UUID",
60897
+ "ofType": null
60898
+ },
60899
+ "isDeprecated": false,
60900
+ "deprecationReason": null
60901
+ },
60902
+ {
60903
+ "name": "id",
60904
+ "description": null,
60905
+ "args": [],
60906
+ "type": {
60907
+ "kind": "SCALAR",
60908
+ "name": "UUID",
60909
+ "ofType": null
60910
+ },
60911
+ "isDeprecated": false,
60912
+ "deprecationReason": null
60913
+ },
60914
+ {
60915
+ "name": "packageId",
60916
+ "description": null,
60917
+ "args": [],
60918
+ "type": {
60919
+ "kind": "SCALAR",
60920
+ "name": "String",
60921
+ "ofType": null
60922
+ },
60923
+ "isDeprecated": false,
60924
+ "deprecationReason": null
60925
+ },
60926
+ {
60927
+ "name": "updatedAt",
60928
+ "description": null,
60929
+ "args": [],
60930
+ "type": {
60931
+ "kind": "SCALAR",
60932
+ "name": "DateTime",
60933
+ "ofType": null
60934
+ },
60935
+ "isDeprecated": false,
60936
+ "deprecationReason": null
60937
+ }
60938
+ ],
60939
+ "inputFields": null,
60940
+ "interfaces": [],
60941
+ "enumValues": null,
60942
+ "possibleTypes": null
60943
+ },
60944
+ {
60945
+ "kind": "INPUT_OBJECT",
60946
+ "name": "PackageFeatureEntitlementUpdateInput",
60947
+ "description": "Package feature entitlement update input",
60948
+ "fields": null,
60949
+ "inputFields": [
60950
+ {
60951
+ "name": "behavior",
60952
+ "description": "The behavior of the entitlement",
60953
+ "type": {
60954
+ "kind": "ENUM",
60955
+ "name": "EntitlementBehavior",
60956
+ "ofType": null
60957
+ },
60958
+ "defaultValue": null,
60959
+ "isDeprecated": false,
60960
+ "deprecationReason": null
60961
+ },
60962
+ {
60963
+ "name": "description",
60964
+ "description": "The description of the entitlement",
60965
+ "type": {
60966
+ "kind": "SCALAR",
60967
+ "name": "String",
60968
+ "ofType": null
60969
+ },
60970
+ "defaultValue": null,
60971
+ "isDeprecated": false,
60972
+ "deprecationReason": null
60973
+ },
60974
+ {
60975
+ "name": "displayNameOverride",
60976
+ "description": "The display name override of the entitlement",
60977
+ "type": {
60978
+ "kind": "SCALAR",
60979
+ "name": "String",
60980
+ "ofType": null
60981
+ },
60982
+ "defaultValue": null,
60983
+ "isDeprecated": false,
60984
+ "deprecationReason": null
60985
+ },
60986
+ {
60987
+ "name": "enumValues",
60988
+ "description": "The enum values of the entitlement",
60989
+ "type": {
60990
+ "kind": "LIST",
60991
+ "name": null,
60992
+ "ofType": {
60993
+ "kind": "NON_NULL",
60994
+ "name": null,
60995
+ "ofType": {
60996
+ "kind": "SCALAR",
60997
+ "name": "String",
60998
+ "ofType": null
60999
+ }
61000
+ }
61001
+ },
61002
+ "defaultValue": null,
61003
+ "isDeprecated": false,
61004
+ "deprecationReason": null
61005
+ },
61006
+ {
61007
+ "name": "hasSoftLimit",
61008
+ "description": "Whether the entitlement has a soft limit",
61009
+ "type": {
61010
+ "kind": "SCALAR",
61011
+ "name": "Boolean",
61012
+ "ofType": null
61013
+ },
61014
+ "defaultValue": null,
61015
+ "isDeprecated": false,
61016
+ "deprecationReason": null
61017
+ },
61018
+ {
61019
+ "name": "hasUnlimitedUsage",
61020
+ "description": "Whether the entitlement has an unlimited usage",
61021
+ "type": {
61022
+ "kind": "SCALAR",
61023
+ "name": "Boolean",
61024
+ "ofType": null
61025
+ },
61026
+ "defaultValue": null,
61027
+ "isDeprecated": false,
61028
+ "deprecationReason": null
61029
+ },
61030
+ {
61031
+ "name": "hiddenFromWidgets",
61032
+ "description": "Whether the entitlement is hidden from widgets",
61033
+ "type": {
61034
+ "kind": "LIST",
61035
+ "name": null,
61036
+ "ofType": {
61037
+ "kind": "NON_NULL",
61038
+ "name": null,
61039
+ "ofType": {
61040
+ "kind": "ENUM",
61041
+ "name": "WidgetType",
61042
+ "ofType": null
61043
+ }
61044
+ }
61045
+ },
61046
+ "defaultValue": null,
61047
+ "isDeprecated": false,
61048
+ "deprecationReason": null
61049
+ },
61050
+ {
61051
+ "name": "isCustom",
61052
+ "description": "Whether the entitlement is a custom entitlement",
61053
+ "type": {
61054
+ "kind": "SCALAR",
61055
+ "name": "Boolean",
61056
+ "ofType": null
61057
+ },
61058
+ "defaultValue": null,
61059
+ "isDeprecated": false,
61060
+ "deprecationReason": null
61061
+ },
61062
+ {
61063
+ "name": "isGranted",
61064
+ "description": "Whether entitlement grant is active",
61065
+ "type": {
61066
+ "kind": "SCALAR",
61067
+ "name": "Boolean",
61068
+ "ofType": null
61069
+ },
61070
+ "defaultValue": null,
61071
+ "isDeprecated": false,
61072
+ "deprecationReason": null
61073
+ },
61074
+ {
61075
+ "name": "monthlyResetPeriodConfiguration",
61076
+ "description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
61077
+ "type": {
61078
+ "kind": "INPUT_OBJECT",
61079
+ "name": "MonthlyResetPeriodConfigInput",
61080
+ "ofType": null
61081
+ },
61082
+ "defaultValue": null,
61083
+ "isDeprecated": false,
61084
+ "deprecationReason": null
61085
+ },
61086
+ {
61087
+ "name": "order",
61088
+ "description": "The order of the entitlement in the entitlement list",
61089
+ "type": {
61090
+ "kind": "SCALAR",
61091
+ "name": "Float",
61092
+ "ofType": null
61093
+ },
61094
+ "defaultValue": null,
61095
+ "isDeprecated": false,
61096
+ "deprecationReason": null
61097
+ },
61098
+ {
61099
+ "name": "resetPeriod",
61100
+ "description": "The reset period of the entitlement",
61101
+ "type": {
61102
+ "kind": "ENUM",
61103
+ "name": "EntitlementResetPeriod",
61104
+ "ofType": null
61105
+ },
61106
+ "defaultValue": null,
61107
+ "isDeprecated": false,
61108
+ "deprecationReason": null
61109
+ },
61110
+ {
61111
+ "name": "usageLimit",
61112
+ "description": "The usage limit of the entitlement",
61113
+ "type": {
61114
+ "kind": "SCALAR",
61115
+ "name": "Float",
61116
+ "ofType": null
61117
+ },
61118
+ "defaultValue": null,
61119
+ "isDeprecated": false,
61120
+ "deprecationReason": null
61121
+ },
61122
+ {
61123
+ "name": "weeklyResetPeriodConfiguration",
61124
+ "description": "The weekly reset period configuration of the entitlement, defined when reset period is weekly",
61125
+ "type": {
61126
+ "kind": "INPUT_OBJECT",
61127
+ "name": "WeeklyResetPeriodConfigInput",
61128
+ "ofType": null
61129
+ },
61130
+ "defaultValue": null,
61131
+ "isDeprecated": false,
61132
+ "deprecationReason": null
61133
+ },
61134
+ {
61135
+ "name": "yearlyResetPeriodConfiguration",
61136
+ "description": "The yearly reset period configuration of the entitlement, defined when reset period is yearly",
61137
+ "type": {
61138
+ "kind": "INPUT_OBJECT",
61139
+ "name": "YearlyResetPeriodConfigInput",
61140
+ "ofType": null
61141
+ },
61142
+ "defaultValue": null,
61143
+ "isDeprecated": false,
61144
+ "deprecationReason": null
61145
+ }
61146
+ ],
61147
+ "interfaces": null,
61148
+ "enumValues": null,
61149
+ "possibleTypes": null
61150
+ },
61151
+ {
61152
+ "kind": "OBJECT",
61153
+ "name": "PackageGroup",
61154
+ "description": "A set of addons bundled together",
61155
+ "fields": [
61156
+ {
61157
+ "name": "addons",
61158
+ "description": null,
61159
+ "args": [
61160
+ {
61161
+ "name": "filter",
61162
+ "description": "Specify to filter the records returned.",
61163
+ "type": {
61164
+ "kind": "INPUT_OBJECT",
61165
+ "name": "AddonFilter",
61166
+ "ofType": null
61167
+ },
61168
+ "defaultValue": "{}",
61169
+ "isDeprecated": false,
61170
+ "deprecationReason": null
61171
+ },
61172
+ {
61173
+ "name": "sorting",
61174
+ "description": "Specify to sort results.",
61175
+ "type": {
61176
+ "kind": "LIST",
61177
+ "name": null,
61178
+ "ofType": {
61179
+ "kind": "NON_NULL",
61180
+ "name": null,
61181
+ "ofType": {
61182
+ "kind": "INPUT_OBJECT",
61183
+ "name": "AddonSort",
61184
+ "ofType": null
61185
+ }
61186
+ }
61187
+ },
61188
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
61189
+ "isDeprecated": false,
61190
+ "deprecationReason": null
61191
+ }
61192
+ ],
61193
+ "type": {
61194
+ "kind": "LIST",
61195
+ "name": null,
61196
+ "ofType": {
61197
+ "kind": "NON_NULL",
61198
+ "name": null,
61199
+ "ofType": {
61200
+ "kind": "OBJECT",
61201
+ "name": "Addon",
61202
+ "ofType": null
61203
+ }
61204
+ }
61205
+ },
61206
+ "isDeprecated": false,
61207
+ "deprecationReason": null
61208
+ },
61209
+ {
61210
+ "name": "createdAt",
61211
+ "description": "Timestamp of when the record was created",
61212
+ "args": [],
61213
+ "type": {
61214
+ "kind": "NON_NULL",
61215
+ "name": null,
61216
+ "ofType": {
61217
+ "kind": "SCALAR",
61218
+ "name": "DateTime",
61219
+ "ofType": null
61220
+ }
61221
+ },
61222
+ "isDeprecated": false,
61223
+ "deprecationReason": null
61224
+ },
61225
+ {
61226
+ "name": "description",
61227
+ "description": "The description of the package group",
61228
+ "args": [],
61229
+ "type": {
61230
+ "kind": "SCALAR",
61231
+ "name": "String",
61232
+ "ofType": null
61233
+ },
61234
+ "isDeprecated": false,
61235
+ "deprecationReason": null
61236
+ },
61237
+ {
61238
+ "name": "displayName",
61239
+ "description": "The display name of the package group",
61240
+ "args": [],
61241
+ "type": {
61242
+ "kind": "NON_NULL",
61243
+ "name": null,
61244
+ "ofType": {
61245
+ "kind": "SCALAR",
61246
+ "name": "String",
61247
+ "ofType": null
59878
61248
  }
59879
61249
  },
59880
61250
  "isDeprecated": false,
@@ -64195,8 +65565,8 @@
64195
65565
  }
64196
65566
  }
64197
65567
  },
64198
- "isDeprecated": false,
64199
- "deprecationReason": null
65568
+ "isDeprecated": true,
65569
+ "deprecationReason": "Use 'packageEntitlements' field instead"
64200
65570
  },
64201
65571
  {
64202
65572
  "name": "environment",
@@ -64296,6 +65666,39 @@
64296
65666
  }
64297
65667
  }
64298
65668
  },
65669
+ "isDeprecated": true,
65670
+ "deprecationReason": "Use 'inheritedPackageEntitlements' field instead"
65671
+ },
65672
+ {
65673
+ "name": "inheritedPackageEntitlements",
65674
+ "description": "List of inherited entitlements for the plan",
65675
+ "args": [
65676
+ {
65677
+ "name": "includeOverridden",
65678
+ "description": "Indicates if inherited entitlements include overridden entitlements",
65679
+ "type": {
65680
+ "kind": "SCALAR",
65681
+ "name": "Boolean",
65682
+ "ofType": null
65683
+ },
65684
+ "defaultValue": "false",
65685
+ "isDeprecated": false,
65686
+ "deprecationReason": null
65687
+ }
65688
+ ],
65689
+ "type": {
65690
+ "kind": "LIST",
65691
+ "name": null,
65692
+ "ofType": {
65693
+ "kind": "NON_NULL",
65694
+ "name": null,
65695
+ "ofType": {
65696
+ "kind": "UNION",
65697
+ "name": "PackageEntitlementUnion",
65698
+ "ofType": null
65699
+ }
65700
+ }
65701
+ },
64299
65702
  "isDeprecated": false,
64300
65703
  "deprecationReason": null
64301
65704
  },
@@ -64391,6 +65794,26 @@
64391
65794
  "isDeprecated": false,
64392
65795
  "deprecationReason": null
64393
65796
  },
65797
+ {
65798
+ "name": "packageEntitlements",
65799
+ "description": "List of entitlements for the plan",
65800
+ "args": [],
65801
+ "type": {
65802
+ "kind": "LIST",
65803
+ "name": null,
65804
+ "ofType": {
65805
+ "kind": "NON_NULL",
65806
+ "name": null,
65807
+ "ofType": {
65808
+ "kind": "UNION",
65809
+ "name": "PackageEntitlementUnion",
65810
+ "ofType": null
65811
+ }
65812
+ }
65813
+ },
65814
+ "isDeprecated": false,
65815
+ "deprecationReason": null
65816
+ },
64394
65817
  {
64395
65818
  "name": "prices",
64396
65819
  "description": "List of prices for the plan",
@@ -100719,6 +102142,45 @@
100719
102142
  "enumValues": null,
100720
102143
  "possibleTypes": null
100721
102144
  },
102145
+ {
102146
+ "kind": "INPUT_OBJECT",
102147
+ "name": "UpdatePackageEntitlementInput",
102148
+ "description": "Update package entitlement input",
102149
+ "fields": null,
102150
+ "inputFields": [
102151
+ {
102152
+ "name": "feature",
102153
+ "description": "Package feature entitlement update input",
102154
+ "type": {
102155
+ "kind": "INPUT_OBJECT",
102156
+ "name": "PackageFeatureEntitlementUpdateInput",
102157
+ "ofType": null
102158
+ },
102159
+ "defaultValue": null,
102160
+ "isDeprecated": false,
102161
+ "deprecationReason": null
102162
+ },
102163
+ {
102164
+ "name": "id",
102165
+ "description": "Unique identifier for the entity",
102166
+ "type": {
102167
+ "kind": "NON_NULL",
102168
+ "name": null,
102169
+ "ofType": {
102170
+ "kind": "SCALAR",
102171
+ "name": "UUID",
102172
+ "ofType": null
102173
+ }
102174
+ },
102175
+ "defaultValue": null,
102176
+ "isDeprecated": false,
102177
+ "deprecationReason": null
102178
+ }
102179
+ ],
102180
+ "interfaces": null,
102181
+ "enumValues": null,
102182
+ "possibleTypes": null
102183
+ },
100722
102184
  {
100723
102185
  "kind": "INPUT_OBJECT",
100724
102186
  "name": "UpdatePackageEntitlementOrderInput",