stigg-api-client 3.68.0 → 3.70.1

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.
@@ -849,6 +849,18 @@
849
849
  "isDeprecated": false,
850
850
  "deprecationReason": null
851
851
  },
852
+ {
853
+ "name": "offer",
854
+ "description": null,
855
+ "args": [],
856
+ "type": {
857
+ "kind": "OBJECT",
858
+ "name": "Offer",
859
+ "ofType": null
860
+ },
861
+ "isDeprecated": false,
862
+ "deprecationReason": null
863
+ },
852
864
  {
853
865
  "name": "overageBillingPeriod",
854
866
  "description": "The overage billing period of the package",
@@ -2189,6 +2201,18 @@
2189
2201
  "isDeprecated": false,
2190
2202
  "deprecationReason": null
2191
2203
  },
2204
+ {
2205
+ "name": "offer",
2206
+ "description": null,
2207
+ "type": {
2208
+ "kind": "INPUT_OBJECT",
2209
+ "name": "AddonFilterOfferFilter",
2210
+ "ofType": null
2211
+ },
2212
+ "defaultValue": null,
2213
+ "isDeprecated": false,
2214
+ "deprecationReason": null
2215
+ },
2192
2216
  {
2193
2217
  "name": "or",
2194
2218
  "description": null,
@@ -2286,6 +2310,153 @@
2286
2310
  "enumValues": null,
2287
2311
  "possibleTypes": null
2288
2312
  },
2313
+ {
2314
+ "kind": "INPUT_OBJECT",
2315
+ "name": "AddonFilterOfferFilter",
2316
+ "description": null,
2317
+ "fields": null,
2318
+ "inputFields": [
2319
+ {
2320
+ "name": "and",
2321
+ "description": null,
2322
+ "type": {
2323
+ "kind": "LIST",
2324
+ "name": null,
2325
+ "ofType": {
2326
+ "kind": "NON_NULL",
2327
+ "name": null,
2328
+ "ofType": {
2329
+ "kind": "INPUT_OBJECT",
2330
+ "name": "AddonFilterOfferFilter",
2331
+ "ofType": null
2332
+ }
2333
+ }
2334
+ },
2335
+ "defaultValue": null,
2336
+ "isDeprecated": false,
2337
+ "deprecationReason": null
2338
+ },
2339
+ {
2340
+ "name": "createdAt",
2341
+ "description": null,
2342
+ "type": {
2343
+ "kind": "INPUT_OBJECT",
2344
+ "name": "DateFieldComparison",
2345
+ "ofType": null
2346
+ },
2347
+ "defaultValue": null,
2348
+ "isDeprecated": false,
2349
+ "deprecationReason": null
2350
+ },
2351
+ {
2352
+ "name": "environmentId",
2353
+ "description": null,
2354
+ "type": {
2355
+ "kind": "INPUT_OBJECT",
2356
+ "name": "UUIDFilterComparison",
2357
+ "ofType": null
2358
+ },
2359
+ "defaultValue": null,
2360
+ "isDeprecated": false,
2361
+ "deprecationReason": null
2362
+ },
2363
+ {
2364
+ "name": "id",
2365
+ "description": null,
2366
+ "type": {
2367
+ "kind": "INPUT_OBJECT",
2368
+ "name": "UUIDFilterComparison",
2369
+ "ofType": null
2370
+ },
2371
+ "defaultValue": null,
2372
+ "isDeprecated": false,
2373
+ "deprecationReason": null
2374
+ },
2375
+ {
2376
+ "name": "isDefault",
2377
+ "description": null,
2378
+ "type": {
2379
+ "kind": "INPUT_OBJECT",
2380
+ "name": "BooleanFieldComparison",
2381
+ "ofType": null
2382
+ },
2383
+ "defaultValue": null,
2384
+ "isDeprecated": false,
2385
+ "deprecationReason": null
2386
+ },
2387
+ {
2388
+ "name": "isLatest",
2389
+ "description": null,
2390
+ "type": {
2391
+ "kind": "INPUT_OBJECT",
2392
+ "name": "BooleanFieldComparison",
2393
+ "ofType": null
2394
+ },
2395
+ "defaultValue": null,
2396
+ "isDeprecated": false,
2397
+ "deprecationReason": null
2398
+ },
2399
+ {
2400
+ "name": "offerId",
2401
+ "description": null,
2402
+ "type": {
2403
+ "kind": "INPUT_OBJECT",
2404
+ "name": "StringFieldComparison",
2405
+ "ofType": null
2406
+ },
2407
+ "defaultValue": null,
2408
+ "isDeprecated": false,
2409
+ "deprecationReason": null
2410
+ },
2411
+ {
2412
+ "name": "or",
2413
+ "description": null,
2414
+ "type": {
2415
+ "kind": "LIST",
2416
+ "name": null,
2417
+ "ofType": {
2418
+ "kind": "NON_NULL",
2419
+ "name": null,
2420
+ "ofType": {
2421
+ "kind": "INPUT_OBJECT",
2422
+ "name": "AddonFilterOfferFilter",
2423
+ "ofType": null
2424
+ }
2425
+ }
2426
+ },
2427
+ "defaultValue": null,
2428
+ "isDeprecated": false,
2429
+ "deprecationReason": null
2430
+ },
2431
+ {
2432
+ "name": "status",
2433
+ "description": null,
2434
+ "type": {
2435
+ "kind": "INPUT_OBJECT",
2436
+ "name": "OfferStatusFilterComparison",
2437
+ "ofType": null
2438
+ },
2439
+ "defaultValue": null,
2440
+ "isDeprecated": false,
2441
+ "deprecationReason": null
2442
+ },
2443
+ {
2444
+ "name": "version",
2445
+ "description": null,
2446
+ "type": {
2447
+ "kind": "INPUT_OBJECT",
2448
+ "name": "IntFieldComparison",
2449
+ "ofType": null
2450
+ },
2451
+ "defaultValue": null,
2452
+ "isDeprecated": false,
2453
+ "deprecationReason": null
2454
+ }
2455
+ ],
2456
+ "interfaces": null,
2457
+ "enumValues": null,
2458
+ "possibleTypes": null
2459
+ },
2289
2460
  {
2290
2461
  "kind": "OBJECT",
2291
2462
  "name": "AddonMaxAggregate",
@@ -10822,6 +10993,128 @@
10822
10993
  "enumValues": null,
10823
10994
  "possibleTypes": null
10824
10995
  },
10996
+ {
10997
+ "kind": "INPUT_OBJECT",
10998
+ "name": "CreateOfferDraftInput",
10999
+ "description": "Create offer draft input - creates new version inheriting all fields from existing offer",
11000
+ "fields": null,
11001
+ "inputFields": [
11002
+ {
11003
+ "name": "environmentId",
11004
+ "description": "The unique identifier for the environment",
11005
+ "type": {
11006
+ "kind": "NON_NULL",
11007
+ "name": null,
11008
+ "ofType": {
11009
+ "kind": "SCALAR",
11010
+ "name": "UUID",
11011
+ "ofType": null
11012
+ }
11013
+ },
11014
+ "defaultValue": null,
11015
+ "isDeprecated": false,
11016
+ "deprecationReason": null
11017
+ },
11018
+ {
11019
+ "name": "offerId",
11020
+ "description": "The unique identifier for the entity",
11021
+ "type": {
11022
+ "kind": "NON_NULL",
11023
+ "name": null,
11024
+ "ofType": {
11025
+ "kind": "SCALAR",
11026
+ "name": "String",
11027
+ "ofType": null
11028
+ }
11029
+ },
11030
+ "defaultValue": null,
11031
+ "isDeprecated": false,
11032
+ "deprecationReason": null
11033
+ }
11034
+ ],
11035
+ "interfaces": null,
11036
+ "enumValues": null,
11037
+ "possibleTypes": null
11038
+ },
11039
+ {
11040
+ "kind": "INPUT_OBJECT",
11041
+ "name": "CreateOfferInput",
11042
+ "description": "Create offer input - only creates first version of new offers",
11043
+ "fields": null,
11044
+ "inputFields": [
11045
+ {
11046
+ "name": "additionalMetaData",
11047
+ "description": "Metadata associated with the entity",
11048
+ "type": {
11049
+ "kind": "SCALAR",
11050
+ "name": "JSON",
11051
+ "ofType": null
11052
+ },
11053
+ "defaultValue": null,
11054
+ "isDeprecated": false,
11055
+ "deprecationReason": null
11056
+ },
11057
+ {
11058
+ "name": "description",
11059
+ "description": "Offer description",
11060
+ "type": {
11061
+ "kind": "SCALAR",
11062
+ "name": "String",
11063
+ "ofType": null
11064
+ },
11065
+ "defaultValue": null,
11066
+ "isDeprecated": false,
11067
+ "deprecationReason": null
11068
+ },
11069
+ {
11070
+ "name": "environmentId",
11071
+ "description": "The unique identifier for the environment",
11072
+ "type": {
11073
+ "kind": "SCALAR",
11074
+ "name": "UUID",
11075
+ "ofType": null
11076
+ },
11077
+ "defaultValue": null,
11078
+ "isDeprecated": false,
11079
+ "deprecationReason": null
11080
+ },
11081
+ {
11082
+ "name": "name",
11083
+ "description": "Offer name",
11084
+ "type": {
11085
+ "kind": "NON_NULL",
11086
+ "name": null,
11087
+ "ofType": {
11088
+ "kind": "SCALAR",
11089
+ "name": "String",
11090
+ "ofType": null
11091
+ }
11092
+ },
11093
+ "defaultValue": null,
11094
+ "isDeprecated": false,
11095
+ "deprecationReason": null
11096
+ },
11097
+ {
11098
+ "name": "offerId",
11099
+ "description": "The unique identifier for the entity",
11100
+ "type": {
11101
+ "kind": "NON_NULL",
11102
+ "name": null,
11103
+ "ofType": {
11104
+ "kind": "SCALAR",
11105
+ "name": "String",
11106
+ "ofType": null
11107
+ }
11108
+ },
11109
+ "defaultValue": null,
11110
+ "isDeprecated": false,
11111
+ "deprecationReason": null
11112
+ }
11113
+ ],
11114
+ "interfaces": null,
11115
+ "enumValues": null,
11116
+ "possibleTypes": null
11117
+ },
10825
11118
  {
10826
11119
  "kind": "INPUT_OBJECT",
10827
11120
  "name": "CreateOneEnvironmentInput",
@@ -27321,6 +27614,12 @@
27321
27614
  "isDeprecated": false,
27322
27615
  "deprecationReason": null
27323
27616
  },
27617
+ {
27618
+ "name": "DraftAlreadyExists",
27619
+ "description": "Draft already exists for offer",
27620
+ "isDeprecated": false,
27621
+ "deprecationReason": null
27622
+ },
27324
27623
  {
27325
27624
  "name": "DraftPlanCantBeArchived",
27326
27625
  "description": null,
@@ -27669,6 +27968,12 @@
27669
27968
  "isDeprecated": false,
27670
27969
  "deprecationReason": null
27671
27970
  },
27971
+ {
27972
+ "name": "NoDraftOfferFound",
27973
+ "description": "No draft offer found to publish",
27974
+ "isDeprecated": false,
27975
+ "deprecationReason": null
27976
+ },
27672
27977
  {
27673
27978
  "name": "NoFeatureEntitlementError",
27674
27979
  "description": "This account has no access to the requested feature",
@@ -27687,6 +27992,18 @@
27687
27992
  "isDeprecated": false,
27688
27993
  "deprecationReason": null
27689
27994
  },
27995
+ {
27996
+ "name": "OfferAlreadyExists",
27997
+ "description": "Offer already exists",
27998
+ "isDeprecated": false,
27999
+ "deprecationReason": null
28000
+ },
28001
+ {
28002
+ "name": "OfferNotFound",
28003
+ "description": "Offer not found",
28004
+ "isDeprecated": false,
28005
+ "deprecationReason": null
28006
+ },
27690
28007
  {
27691
28008
  "name": "OperationNotAllowedDuringInProgressExperiment",
27692
28009
  "description": null,
@@ -35959,6 +36276,57 @@
35959
36276
  "enumValues": null,
35960
36277
  "possibleTypes": null
35961
36278
  },
36279
+ {
36280
+ "kind": "INPUT_OBJECT",
36281
+ "name": "GetOfferInput",
36282
+ "description": "Get offer input",
36283
+ "fields": null,
36284
+ "inputFields": [
36285
+ {
36286
+ "name": "environmentId",
36287
+ "description": "The unique identifier for the environment",
36288
+ "type": {
36289
+ "kind": "SCALAR",
36290
+ "name": "UUID",
36291
+ "ofType": null
36292
+ },
36293
+ "defaultValue": null,
36294
+ "isDeprecated": false,
36295
+ "deprecationReason": null
36296
+ },
36297
+ {
36298
+ "name": "offerId",
36299
+ "description": "The unique identifier for the entity",
36300
+ "type": {
36301
+ "kind": "NON_NULL",
36302
+ "name": null,
36303
+ "ofType": {
36304
+ "kind": "SCALAR",
36305
+ "name": "String",
36306
+ "ofType": null
36307
+ }
36308
+ },
36309
+ "defaultValue": null,
36310
+ "isDeprecated": false,
36311
+ "deprecationReason": null
36312
+ },
36313
+ {
36314
+ "name": "version",
36315
+ "description": "Offer version",
36316
+ "type": {
36317
+ "kind": "SCALAR",
36318
+ "name": "Float",
36319
+ "ofType": null
36320
+ },
36321
+ "defaultValue": null,
36322
+ "isDeprecated": false,
36323
+ "deprecationReason": null
36324
+ }
36325
+ ],
36326
+ "interfaces": null,
36327
+ "enumValues": null,
36328
+ "possibleTypes": null
36329
+ },
35962
36330
  {
35963
36331
  "kind": "INPUT_OBJECT",
35964
36332
  "name": "GetPackageByRefIdInput",
@@ -44757,6 +45125,72 @@
44757
45125
  "isDeprecated": false,
44758
45126
  "deprecationReason": null
44759
45127
  },
45128
+ {
45129
+ "name": "createOffer",
45130
+ "description": "Create new offer - only creates first version of new offers",
45131
+ "args": [
45132
+ {
45133
+ "name": "input",
45134
+ "description": "Create offer input - only creates first version of new offers",
45135
+ "type": {
45136
+ "kind": "NON_NULL",
45137
+ "name": null,
45138
+ "ofType": {
45139
+ "kind": "INPUT_OBJECT",
45140
+ "name": "CreateOfferInput",
45141
+ "ofType": null
45142
+ }
45143
+ },
45144
+ "defaultValue": null,
45145
+ "isDeprecated": false,
45146
+ "deprecationReason": null
45147
+ }
45148
+ ],
45149
+ "type": {
45150
+ "kind": "NON_NULL",
45151
+ "name": null,
45152
+ "ofType": {
45153
+ "kind": "OBJECT",
45154
+ "name": "Offer",
45155
+ "ofType": null
45156
+ }
45157
+ },
45158
+ "isDeprecated": false,
45159
+ "deprecationReason": null
45160
+ },
45161
+ {
45162
+ "name": "createOfferDraft",
45163
+ "description": "Create offer draft - creates new version inheriting all fields from existing offer",
45164
+ "args": [
45165
+ {
45166
+ "name": "input",
45167
+ "description": "Create offer draft input - creates new version inheriting all fields from existing offer",
45168
+ "type": {
45169
+ "kind": "NON_NULL",
45170
+ "name": null,
45171
+ "ofType": {
45172
+ "kind": "INPUT_OBJECT",
45173
+ "name": "CreateOfferDraftInput",
45174
+ "ofType": null
45175
+ }
45176
+ },
45177
+ "defaultValue": null,
45178
+ "isDeprecated": false,
45179
+ "deprecationReason": null
45180
+ }
45181
+ ],
45182
+ "type": {
45183
+ "kind": "NON_NULL",
45184
+ "name": null,
45185
+ "ofType": {
45186
+ "kind": "OBJECT",
45187
+ "name": "Offer",
45188
+ "ofType": null
45189
+ }
45190
+ },
45191
+ "isDeprecated": false,
45192
+ "deprecationReason": null
45193
+ },
44760
45194
  {
44761
45195
  "name": "createOneAddon",
44762
45196
  "description": "Create an addon",
@@ -46482,18 +46916,18 @@
46482
46916
  "deprecationReason": null
46483
46917
  },
46484
46918
  {
46485
- "name": "publishPlan",
46486
- "description": "Publish a plan",
46919
+ "name": "publishOffer",
46920
+ "description": "Publish offer draft",
46487
46921
  "args": [
46488
46922
  {
46489
46923
  "name": "input",
46490
- "description": "Package Publish Input",
46924
+ "description": "Publish offer input",
46491
46925
  "type": {
46492
46926
  "kind": "NON_NULL",
46493
46927
  "name": null,
46494
46928
  "ofType": {
46495
46929
  "kind": "INPUT_OBJECT",
46496
- "name": "PackagePublishInput",
46930
+ "name": "PublishOfferInput",
46497
46931
  "ofType": null
46498
46932
  }
46499
46933
  },
@@ -46507,7 +46941,7 @@
46507
46941
  "name": null,
46508
46942
  "ofType": {
46509
46943
  "kind": "OBJECT",
46510
- "name": "PublishPackageResult",
46944
+ "name": "Offer",
46511
46945
  "ofType": null
46512
46946
  }
46513
46947
  },
@@ -46515,51 +46949,18 @@
46515
46949
  "deprecationReason": null
46516
46950
  },
46517
46951
  {
46518
- "name": "purgeCustomerCache",
46519
- "description": "Clear the persistent cache for a customer and optionally a resource.",
46520
- "args": [
46521
- {
46522
- "name": "input",
46523
- "description": "Input for clearing a customers persistent cache.",
46524
- "type": {
46525
- "kind": "NON_NULL",
46526
- "name": null,
46527
- "ofType": {
46528
- "kind": "INPUT_OBJECT",
46529
- "name": "ClearCustomerPersistentCacheInput",
46530
- "ofType": null
46531
- }
46532
- },
46533
- "defaultValue": null,
46534
- "isDeprecated": false,
46535
- "deprecationReason": null
46536
- }
46537
- ],
46538
- "type": {
46539
- "kind": "NON_NULL",
46540
- "name": null,
46541
- "ofType": {
46542
- "kind": "SCALAR",
46543
- "name": "String",
46544
- "ofType": null
46545
- }
46546
- },
46547
- "isDeprecated": false,
46548
- "deprecationReason": null
46549
- },
46550
- {
46551
- "name": "recalculateEntitlements",
46552
- "description": "Initiate a recalculation of entitlements for selected customers in an environment.",
46952
+ "name": "publishPlan",
46953
+ "description": "Publish a plan",
46553
46954
  "args": [
46554
46955
  {
46555
46956
  "name": "input",
46556
- "description": "Input object for triggering entitlement recalculation for one or more customers.",
46957
+ "description": "Package Publish Input",
46557
46958
  "type": {
46558
46959
  "kind": "NON_NULL",
46559
46960
  "name": null,
46560
46961
  "ofType": {
46561
46962
  "kind": "INPUT_OBJECT",
46562
- "name": "RecalculateEntitlementsInput",
46963
+ "name": "PackagePublishInput",
46563
46964
  "ofType": null
46564
46965
  }
46565
46966
  },
@@ -46573,23 +46974,7 @@
46573
46974
  "name": null,
46574
46975
  "ofType": {
46575
46976
  "kind": "OBJECT",
46576
- "name": "RecalculateEntitlementsResult",
46577
- "ofType": null
46578
- }
46579
- },
46580
- "isDeprecated": false,
46581
- "deprecationReason": null
46582
- },
46583
- {
46584
- "name": "registerMember",
46585
- "description": "Register a new member with the provided email and roles",
46586
- "args": [],
46587
- "type": {
46588
- "kind": "NON_NULL",
46589
- "name": null,
46590
- "ofType": {
46591
- "kind": "OBJECT",
46592
- "name": "User",
46977
+ "name": "PublishPackageResult",
46593
46978
  "ofType": null
46594
46979
  }
46595
46980
  },
@@ -46597,18 +46982,18 @@
46597
46982
  "deprecationReason": null
46598
46983
  },
46599
46984
  {
46600
- "name": "removeAddonDraft",
46601
- "description": "Remove a draft addon",
46985
+ "name": "purgeCustomerCache",
46986
+ "description": "Clear the persistent cache for a customer and optionally a resource.",
46602
46987
  "args": [
46603
46988
  {
46604
46989
  "name": "input",
46605
- "description": "Discard Package Draft Input",
46990
+ "description": "Input for clearing a customers persistent cache.",
46606
46991
  "type": {
46607
46992
  "kind": "NON_NULL",
46608
46993
  "name": null,
46609
46994
  "ofType": {
46610
46995
  "kind": "INPUT_OBJECT",
46611
- "name": "DiscardPackageDraftInput",
46996
+ "name": "ClearCustomerPersistentCacheInput",
46612
46997
  "ofType": null
46613
46998
  }
46614
46999
  },
@@ -46630,117 +47015,18 @@
46630
47015
  "deprecationReason": null
46631
47016
  },
46632
47017
  {
46633
- "name": "removeBasePlanFromPlan",
46634
- "description": null,
46635
- "args": [
46636
- {
46637
- "name": "input",
46638
- "description": null,
46639
- "type": {
46640
- "kind": "NON_NULL",
46641
- "name": null,
46642
- "ofType": {
46643
- "kind": "INPUT_OBJECT",
46644
- "name": "RemoveBasePlanFromPlanInput",
46645
- "ofType": null
46646
- }
46647
- },
46648
- "defaultValue": null,
46649
- "isDeprecated": false,
46650
- "deprecationReason": null
46651
- }
46652
- ],
46653
- "type": {
46654
- "kind": "NON_NULL",
46655
- "name": null,
46656
- "ofType": {
46657
- "kind": "OBJECT",
46658
- "name": "Plan",
46659
- "ofType": null
46660
- }
46661
- },
46662
- "isDeprecated": false,
46663
- "deprecationReason": null
46664
- },
46665
- {
46666
- "name": "removeCompatibleAddonsFromPlan",
46667
- "description": null,
46668
- "args": [
46669
- {
46670
- "name": "input",
46671
- "description": null,
46672
- "type": {
46673
- "kind": "NON_NULL",
46674
- "name": null,
46675
- "ofType": {
46676
- "kind": "INPUT_OBJECT",
46677
- "name": "RemoveCompatibleAddonsFromPlanInput",
46678
- "ofType": null
46679
- }
46680
- },
46681
- "defaultValue": null,
46682
- "isDeprecated": false,
46683
- "deprecationReason": null
46684
- }
46685
- ],
46686
- "type": {
46687
- "kind": "NON_NULL",
46688
- "name": null,
46689
- "ofType": {
46690
- "kind": "OBJECT",
46691
- "name": "Plan",
46692
- "ofType": null
46693
- }
46694
- },
46695
- "isDeprecated": false,
46696
- "deprecationReason": null
46697
- },
46698
- {
46699
- "name": "removeCouponFromCustomer",
46700
- "description": null,
46701
- "args": [
46702
- {
46703
- "name": "input",
46704
- "description": null,
46705
- "type": {
46706
- "kind": "NON_NULL",
46707
- "name": null,
46708
- "ofType": {
46709
- "kind": "INPUT_OBJECT",
46710
- "name": "RemoveCouponFromCustomerInput",
46711
- "ofType": null
46712
- }
46713
- },
46714
- "defaultValue": null,
46715
- "isDeprecated": false,
46716
- "deprecationReason": null
46717
- }
46718
- ],
46719
- "type": {
46720
- "kind": "NON_NULL",
46721
- "name": null,
46722
- "ofType": {
46723
- "kind": "OBJECT",
46724
- "name": "Customer",
46725
- "ofType": null
46726
- }
46727
- },
46728
- "isDeprecated": false,
46729
- "deprecationReason": null
46730
- },
46731
- {
46732
- "name": "removeExperimentFromCustomer",
46733
- "description": null,
47018
+ "name": "recalculateEntitlements",
47019
+ "description": "Initiate a recalculation of entitlements for selected customers in an environment.",
46734
47020
  "args": [
46735
47021
  {
46736
47022
  "name": "input",
46737
- "description": null,
47023
+ "description": "Input object for triggering entitlement recalculation for one or more customers.",
46738
47024
  "type": {
46739
47025
  "kind": "NON_NULL",
46740
47026
  "name": null,
46741
47027
  "ofType": {
46742
47028
  "kind": "INPUT_OBJECT",
46743
- "name": "RemoveExperimentFromCustomerInput",
47029
+ "name": "RecalculateEntitlementsInput",
46744
47030
  "ofType": null
46745
47031
  }
46746
47032
  },
@@ -46754,7 +47040,7 @@
46754
47040
  "name": null,
46755
47041
  "ofType": {
46756
47042
  "kind": "OBJECT",
46757
- "name": "Customer",
47043
+ "name": "RecalculateEntitlementsResult",
46758
47044
  "ofType": null
46759
47045
  }
46760
47046
  },
@@ -46762,106 +47048,15 @@
46762
47048
  "deprecationReason": null
46763
47049
  },
46764
47050
  {
46765
- "name": "removeExperimentFromCustomerSubscription",
46766
- "description": null,
46767
- "args": [
46768
- {
46769
- "name": "input",
46770
- "description": null,
46771
- "type": {
46772
- "kind": "NON_NULL",
46773
- "name": null,
46774
- "ofType": {
46775
- "kind": "INPUT_OBJECT",
46776
- "name": "RemoveExperimentFromCustomerSubscriptionInput",
46777
- "ofType": null
46778
- }
46779
- },
46780
- "defaultValue": null,
46781
- "isDeprecated": false,
46782
- "deprecationReason": null
46783
- }
46784
- ],
47051
+ "name": "registerMember",
47052
+ "description": "Register a new member with the provided email and roles",
47053
+ "args": [],
46785
47054
  "type": {
46786
47055
  "kind": "NON_NULL",
46787
47056
  "name": null,
46788
47057
  "ofType": {
46789
47058
  "kind": "OBJECT",
46790
- "name": "CustomerSubscription",
46791
- "ofType": null
46792
- }
46793
- },
46794
- "isDeprecated": false,
46795
- "deprecationReason": null
46796
- },
46797
- {
46798
- "name": "removeFeatureGroupFromPackage",
46799
- "description": "Remove feature group from package - remove all entitlements that only belong to this group, and unlink from entitlements that have different groups as well",
46800
- "args": [
46801
- {
46802
- "name": "input",
46803
- "description": "Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package",
46804
- "type": {
46805
- "kind": "NON_NULL",
46806
- "name": null,
46807
- "ofType": {
46808
- "kind": "INPUT_OBJECT",
46809
- "name": "RemoveFeatureGroupFromPackageInput",
46810
- "ofType": null
46811
- }
46812
- },
46813
- "defaultValue": null,
46814
- "isDeprecated": false,
46815
- "deprecationReason": null
46816
- }
46817
- ],
46818
- "type": {
46819
- "kind": "NON_NULL",
46820
- "name": null,
46821
- "ofType": {
46822
- "kind": "LIST",
46823
- "name": null,
46824
- "ofType": {
46825
- "kind": "NON_NULL",
46826
- "name": null,
46827
- "ofType": {
46828
- "kind": "OBJECT",
46829
- "name": "PackageEntitlement",
46830
- "ofType": null
46831
- }
46832
- }
46833
- }
46834
- },
46835
- "isDeprecated": false,
46836
- "deprecationReason": null
46837
- },
46838
- {
46839
- "name": "removeMember",
46840
- "description": "Remove a member from the account",
46841
- "args": [
46842
- {
46843
- "name": "memberId",
46844
- "description": null,
46845
- "type": {
46846
- "kind": "NON_NULL",
46847
- "name": null,
46848
- "ofType": {
46849
- "kind": "SCALAR",
46850
- "name": "UUID",
46851
- "ofType": null
46852
- }
46853
- },
46854
- "defaultValue": null,
46855
- "isDeprecated": false,
46856
- "deprecationReason": null
46857
- }
46858
- ],
46859
- "type": {
46860
- "kind": "NON_NULL",
46861
- "name": null,
46862
- "ofType": {
46863
- "kind": "SCALAR",
46864
- "name": "String",
47059
+ "name": "User",
46865
47060
  "ofType": null
46866
47061
  }
46867
47062
  },
@@ -46869,8 +47064,313 @@
46869
47064
  "deprecationReason": null
46870
47065
  },
46871
47066
  {
46872
- "name": "removePlanDraft",
46873
- "description": "Remove a plan draft",
47067
+ "name": "removeAddonDraft",
47068
+ "description": "Remove a draft addon",
47069
+ "args": [
47070
+ {
47071
+ "name": "input",
47072
+ "description": "Discard Package Draft Input",
47073
+ "type": {
47074
+ "kind": "NON_NULL",
47075
+ "name": null,
47076
+ "ofType": {
47077
+ "kind": "INPUT_OBJECT",
47078
+ "name": "DiscardPackageDraftInput",
47079
+ "ofType": null
47080
+ }
47081
+ },
47082
+ "defaultValue": null,
47083
+ "isDeprecated": false,
47084
+ "deprecationReason": null
47085
+ }
47086
+ ],
47087
+ "type": {
47088
+ "kind": "NON_NULL",
47089
+ "name": null,
47090
+ "ofType": {
47091
+ "kind": "SCALAR",
47092
+ "name": "String",
47093
+ "ofType": null
47094
+ }
47095
+ },
47096
+ "isDeprecated": false,
47097
+ "deprecationReason": null
47098
+ },
47099
+ {
47100
+ "name": "removeBasePlanFromPlan",
47101
+ "description": null,
47102
+ "args": [
47103
+ {
47104
+ "name": "input",
47105
+ "description": null,
47106
+ "type": {
47107
+ "kind": "NON_NULL",
47108
+ "name": null,
47109
+ "ofType": {
47110
+ "kind": "INPUT_OBJECT",
47111
+ "name": "RemoveBasePlanFromPlanInput",
47112
+ "ofType": null
47113
+ }
47114
+ },
47115
+ "defaultValue": null,
47116
+ "isDeprecated": false,
47117
+ "deprecationReason": null
47118
+ }
47119
+ ],
47120
+ "type": {
47121
+ "kind": "NON_NULL",
47122
+ "name": null,
47123
+ "ofType": {
47124
+ "kind": "OBJECT",
47125
+ "name": "Plan",
47126
+ "ofType": null
47127
+ }
47128
+ },
47129
+ "isDeprecated": false,
47130
+ "deprecationReason": null
47131
+ },
47132
+ {
47133
+ "name": "removeCompatibleAddonsFromPlan",
47134
+ "description": null,
47135
+ "args": [
47136
+ {
47137
+ "name": "input",
47138
+ "description": null,
47139
+ "type": {
47140
+ "kind": "NON_NULL",
47141
+ "name": null,
47142
+ "ofType": {
47143
+ "kind": "INPUT_OBJECT",
47144
+ "name": "RemoveCompatibleAddonsFromPlanInput",
47145
+ "ofType": null
47146
+ }
47147
+ },
47148
+ "defaultValue": null,
47149
+ "isDeprecated": false,
47150
+ "deprecationReason": null
47151
+ }
47152
+ ],
47153
+ "type": {
47154
+ "kind": "NON_NULL",
47155
+ "name": null,
47156
+ "ofType": {
47157
+ "kind": "OBJECT",
47158
+ "name": "Plan",
47159
+ "ofType": null
47160
+ }
47161
+ },
47162
+ "isDeprecated": false,
47163
+ "deprecationReason": null
47164
+ },
47165
+ {
47166
+ "name": "removeCouponFromCustomer",
47167
+ "description": null,
47168
+ "args": [
47169
+ {
47170
+ "name": "input",
47171
+ "description": null,
47172
+ "type": {
47173
+ "kind": "NON_NULL",
47174
+ "name": null,
47175
+ "ofType": {
47176
+ "kind": "INPUT_OBJECT",
47177
+ "name": "RemoveCouponFromCustomerInput",
47178
+ "ofType": null
47179
+ }
47180
+ },
47181
+ "defaultValue": null,
47182
+ "isDeprecated": false,
47183
+ "deprecationReason": null
47184
+ }
47185
+ ],
47186
+ "type": {
47187
+ "kind": "NON_NULL",
47188
+ "name": null,
47189
+ "ofType": {
47190
+ "kind": "OBJECT",
47191
+ "name": "Customer",
47192
+ "ofType": null
47193
+ }
47194
+ },
47195
+ "isDeprecated": false,
47196
+ "deprecationReason": null
47197
+ },
47198
+ {
47199
+ "name": "removeExperimentFromCustomer",
47200
+ "description": null,
47201
+ "args": [
47202
+ {
47203
+ "name": "input",
47204
+ "description": null,
47205
+ "type": {
47206
+ "kind": "NON_NULL",
47207
+ "name": null,
47208
+ "ofType": {
47209
+ "kind": "INPUT_OBJECT",
47210
+ "name": "RemoveExperimentFromCustomerInput",
47211
+ "ofType": null
47212
+ }
47213
+ },
47214
+ "defaultValue": null,
47215
+ "isDeprecated": false,
47216
+ "deprecationReason": null
47217
+ }
47218
+ ],
47219
+ "type": {
47220
+ "kind": "NON_NULL",
47221
+ "name": null,
47222
+ "ofType": {
47223
+ "kind": "OBJECT",
47224
+ "name": "Customer",
47225
+ "ofType": null
47226
+ }
47227
+ },
47228
+ "isDeprecated": false,
47229
+ "deprecationReason": null
47230
+ },
47231
+ {
47232
+ "name": "removeExperimentFromCustomerSubscription",
47233
+ "description": null,
47234
+ "args": [
47235
+ {
47236
+ "name": "input",
47237
+ "description": null,
47238
+ "type": {
47239
+ "kind": "NON_NULL",
47240
+ "name": null,
47241
+ "ofType": {
47242
+ "kind": "INPUT_OBJECT",
47243
+ "name": "RemoveExperimentFromCustomerSubscriptionInput",
47244
+ "ofType": null
47245
+ }
47246
+ },
47247
+ "defaultValue": null,
47248
+ "isDeprecated": false,
47249
+ "deprecationReason": null
47250
+ }
47251
+ ],
47252
+ "type": {
47253
+ "kind": "NON_NULL",
47254
+ "name": null,
47255
+ "ofType": {
47256
+ "kind": "OBJECT",
47257
+ "name": "CustomerSubscription",
47258
+ "ofType": null
47259
+ }
47260
+ },
47261
+ "isDeprecated": false,
47262
+ "deprecationReason": null
47263
+ },
47264
+ {
47265
+ "name": "removeFeatureGroupFromPackage",
47266
+ "description": "Remove feature group from package - remove all entitlements that only belong to this group, and unlink from entitlements that have different groups as well",
47267
+ "args": [
47268
+ {
47269
+ "name": "input",
47270
+ "description": "Input for removing a feature group and his related entitlements (if there are no other groups they are a part of) from a package",
47271
+ "type": {
47272
+ "kind": "NON_NULL",
47273
+ "name": null,
47274
+ "ofType": {
47275
+ "kind": "INPUT_OBJECT",
47276
+ "name": "RemoveFeatureGroupFromPackageInput",
47277
+ "ofType": null
47278
+ }
47279
+ },
47280
+ "defaultValue": null,
47281
+ "isDeprecated": false,
47282
+ "deprecationReason": null
47283
+ }
47284
+ ],
47285
+ "type": {
47286
+ "kind": "NON_NULL",
47287
+ "name": null,
47288
+ "ofType": {
47289
+ "kind": "LIST",
47290
+ "name": null,
47291
+ "ofType": {
47292
+ "kind": "NON_NULL",
47293
+ "name": null,
47294
+ "ofType": {
47295
+ "kind": "OBJECT",
47296
+ "name": "PackageEntitlement",
47297
+ "ofType": null
47298
+ }
47299
+ }
47300
+ }
47301
+ },
47302
+ "isDeprecated": false,
47303
+ "deprecationReason": null
47304
+ },
47305
+ {
47306
+ "name": "removeMember",
47307
+ "description": "Remove a member from the account",
47308
+ "args": [
47309
+ {
47310
+ "name": "memberId",
47311
+ "description": null,
47312
+ "type": {
47313
+ "kind": "NON_NULL",
47314
+ "name": null,
47315
+ "ofType": {
47316
+ "kind": "SCALAR",
47317
+ "name": "UUID",
47318
+ "ofType": null
47319
+ }
47320
+ },
47321
+ "defaultValue": null,
47322
+ "isDeprecated": false,
47323
+ "deprecationReason": null
47324
+ }
47325
+ ],
47326
+ "type": {
47327
+ "kind": "NON_NULL",
47328
+ "name": null,
47329
+ "ofType": {
47330
+ "kind": "SCALAR",
47331
+ "name": "String",
47332
+ "ofType": null
47333
+ }
47334
+ },
47335
+ "isDeprecated": false,
47336
+ "deprecationReason": null
47337
+ },
47338
+ {
47339
+ "name": "removeOfferDraft",
47340
+ "description": "Remove offer draft",
47341
+ "args": [
47342
+ {
47343
+ "name": "input",
47344
+ "description": "Remove offer draft input",
47345
+ "type": {
47346
+ "kind": "NON_NULL",
47347
+ "name": null,
47348
+ "ofType": {
47349
+ "kind": "INPUT_OBJECT",
47350
+ "name": "RemoveOfferDraftInput",
47351
+ "ofType": null
47352
+ }
47353
+ },
47354
+ "defaultValue": null,
47355
+ "isDeprecated": false,
47356
+ "deprecationReason": null
47357
+ }
47358
+ ],
47359
+ "type": {
47360
+ "kind": "NON_NULL",
47361
+ "name": null,
47362
+ "ofType": {
47363
+ "kind": "SCALAR",
47364
+ "name": "String",
47365
+ "ofType": null
47366
+ }
47367
+ },
47368
+ "isDeprecated": false,
47369
+ "deprecationReason": null
47370
+ },
47371
+ {
47372
+ "name": "removePlanDraft",
47373
+ "description": "Remove a plan draft",
46874
47374
  "args": [
46875
47375
  {
46876
47376
  "name": "input",
@@ -47189,6 +47689,39 @@
47189
47689
  "isDeprecated": false,
47190
47690
  "deprecationReason": null
47191
47691
  },
47692
+ {
47693
+ "name": "setAsDefault",
47694
+ "description": "Set offer as default",
47695
+ "args": [
47696
+ {
47697
+ "name": "input",
47698
+ "description": "Set default offer input",
47699
+ "type": {
47700
+ "kind": "NON_NULL",
47701
+ "name": null,
47702
+ "ofType": {
47703
+ "kind": "INPUT_OBJECT",
47704
+ "name": "SetDefaultOfferInput",
47705
+ "ofType": null
47706
+ }
47707
+ },
47708
+ "defaultValue": null,
47709
+ "isDeprecated": false,
47710
+ "deprecationReason": null
47711
+ }
47712
+ ],
47713
+ "type": {
47714
+ "kind": "NON_NULL",
47715
+ "name": null,
47716
+ "ofType": {
47717
+ "kind": "OBJECT",
47718
+ "name": "Offer",
47719
+ "ofType": null
47720
+ }
47721
+ },
47722
+ "isDeprecated": false,
47723
+ "deprecationReason": null
47724
+ },
47192
47725
  {
47193
47726
  "name": "setBasePlanOnPlan",
47194
47727
  "description": null,
@@ -48339,6 +48872,39 @@
48339
48872
  "isDeprecated": false,
48340
48873
  "deprecationReason": null
48341
48874
  },
48875
+ {
48876
+ "name": "updateOffer",
48877
+ "description": "Update offer draft",
48878
+ "args": [
48879
+ {
48880
+ "name": "input",
48881
+ "description": "Update offer input",
48882
+ "type": {
48883
+ "kind": "NON_NULL",
48884
+ "name": null,
48885
+ "ofType": {
48886
+ "kind": "INPUT_OBJECT",
48887
+ "name": "UpdateOfferInput",
48888
+ "ofType": null
48889
+ }
48890
+ },
48891
+ "defaultValue": null,
48892
+ "isDeprecated": false,
48893
+ "deprecationReason": null
48894
+ }
48895
+ ],
48896
+ "type": {
48897
+ "kind": "NON_NULL",
48898
+ "name": null,
48899
+ "ofType": {
48900
+ "kind": "OBJECT",
48901
+ "name": "Offer",
48902
+ "ofType": null
48903
+ }
48904
+ },
48905
+ "isDeprecated": false,
48906
+ "deprecationReason": null
48907
+ },
48342
48908
  {
48343
48909
  "name": "updateOneAddon",
48344
48910
  "description": "Update an addon by id",
@@ -48493,379 +49059,1646 @@
48493
49059
  }
48494
49060
  ],
48495
49061
  "type": {
48496
- "kind": "NON_NULL",
48497
- "name": null,
48498
- "ofType": {
48499
- "kind": "OBJECT",
48500
- "name": "Experiment",
48501
- "ofType": null
48502
- }
49062
+ "kind": "NON_NULL",
49063
+ "name": null,
49064
+ "ofType": {
49065
+ "kind": "OBJECT",
49066
+ "name": "Experiment",
49067
+ "ofType": null
49068
+ }
49069
+ },
49070
+ "isDeprecated": false,
49071
+ "deprecationReason": null
49072
+ },
49073
+ {
49074
+ "name": "updateOneHook",
49075
+ "description": null,
49076
+ "args": [
49077
+ {
49078
+ "name": "input",
49079
+ "description": null,
49080
+ "type": {
49081
+ "kind": "NON_NULL",
49082
+ "name": null,
49083
+ "ofType": {
49084
+ "kind": "INPUT_OBJECT",
49085
+ "name": "UpdateOneHookInput",
49086
+ "ofType": null
49087
+ }
49088
+ },
49089
+ "defaultValue": null,
49090
+ "isDeprecated": false,
49091
+ "deprecationReason": null
49092
+ }
49093
+ ],
49094
+ "type": {
49095
+ "kind": "NON_NULL",
49096
+ "name": null,
49097
+ "ofType": {
49098
+ "kind": "OBJECT",
49099
+ "name": "Hook",
49100
+ "ofType": null
49101
+ }
49102
+ },
49103
+ "isDeprecated": false,
49104
+ "deprecationReason": null
49105
+ },
49106
+ {
49107
+ "name": "updateOneIntegration",
49108
+ "description": null,
49109
+ "args": [
49110
+ {
49111
+ "name": "input",
49112
+ "description": null,
49113
+ "type": {
49114
+ "kind": "NON_NULL",
49115
+ "name": null,
49116
+ "ofType": {
49117
+ "kind": "INPUT_OBJECT",
49118
+ "name": "UpdateOneIntegrationInput",
49119
+ "ofType": null
49120
+ }
49121
+ },
49122
+ "defaultValue": null,
49123
+ "isDeprecated": false,
49124
+ "deprecationReason": null
49125
+ }
49126
+ ],
49127
+ "type": {
49128
+ "kind": "NON_NULL",
49129
+ "name": null,
49130
+ "ofType": {
49131
+ "kind": "OBJECT",
49132
+ "name": "Integration",
49133
+ "ofType": null
49134
+ }
49135
+ },
49136
+ "isDeprecated": false,
49137
+ "deprecationReason": null
49138
+ },
49139
+ {
49140
+ "name": "updateOnePackageEntitlement",
49141
+ "description": null,
49142
+ "args": [
49143
+ {
49144
+ "name": "input",
49145
+ "description": null,
49146
+ "type": {
49147
+ "kind": "NON_NULL",
49148
+ "name": null,
49149
+ "ofType": {
49150
+ "kind": "INPUT_OBJECT",
49151
+ "name": "UpdateOnePackageEntitlementInput",
49152
+ "ofType": null
49153
+ }
49154
+ },
49155
+ "defaultValue": null,
49156
+ "isDeprecated": false,
49157
+ "deprecationReason": null
49158
+ }
49159
+ ],
49160
+ "type": {
49161
+ "kind": "NON_NULL",
49162
+ "name": null,
49163
+ "ofType": {
49164
+ "kind": "OBJECT",
49165
+ "name": "PackageEntitlement",
49166
+ "ofType": null
49167
+ }
49168
+ },
49169
+ "isDeprecated": false,
49170
+ "deprecationReason": null
49171
+ },
49172
+ {
49173
+ "name": "updateOnePlan",
49174
+ "description": "Update an existing plan",
49175
+ "args": [
49176
+ {
49177
+ "name": "input",
49178
+ "description": "Input for updating a plan",
49179
+ "type": {
49180
+ "kind": "NON_NULL",
49181
+ "name": null,
49182
+ "ofType": {
49183
+ "kind": "INPUT_OBJECT",
49184
+ "name": "PlanUpdateInput",
49185
+ "ofType": null
49186
+ }
49187
+ },
49188
+ "defaultValue": null,
49189
+ "isDeprecated": false,
49190
+ "deprecationReason": null
49191
+ }
49192
+ ],
49193
+ "type": {
49194
+ "kind": "NON_NULL",
49195
+ "name": null,
49196
+ "ofType": {
49197
+ "kind": "OBJECT",
49198
+ "name": "Plan",
49199
+ "ofType": null
49200
+ }
49201
+ },
49202
+ "isDeprecated": false,
49203
+ "deprecationReason": null
49204
+ },
49205
+ {
49206
+ "name": "updateOneProduct",
49207
+ "description": null,
49208
+ "args": [
49209
+ {
49210
+ "name": "input",
49211
+ "description": null,
49212
+ "type": {
49213
+ "kind": "NON_NULL",
49214
+ "name": null,
49215
+ "ofType": {
49216
+ "kind": "INPUT_OBJECT",
49217
+ "name": "UpdateOneProductInput",
49218
+ "ofType": null
49219
+ }
49220
+ },
49221
+ "defaultValue": null,
49222
+ "isDeprecated": false,
49223
+ "deprecationReason": null
49224
+ }
49225
+ ],
49226
+ "type": {
49227
+ "kind": "NON_NULL",
49228
+ "name": null,
49229
+ "ofType": {
49230
+ "kind": "OBJECT",
49231
+ "name": "Product",
49232
+ "ofType": null
49233
+ }
49234
+ },
49235
+ "isDeprecated": false,
49236
+ "deprecationReason": null
49237
+ },
49238
+ {
49239
+ "name": "updateOnePromotionalEntitlement",
49240
+ "description": null,
49241
+ "args": [
49242
+ {
49243
+ "name": "input",
49244
+ "description": null,
49245
+ "type": {
49246
+ "kind": "NON_NULL",
49247
+ "name": null,
49248
+ "ofType": {
49249
+ "kind": "INPUT_OBJECT",
49250
+ "name": "UpdateOnePromotionalEntitlementInput",
49251
+ "ofType": null
49252
+ }
49253
+ },
49254
+ "defaultValue": null,
49255
+ "isDeprecated": false,
49256
+ "deprecationReason": null
49257
+ }
49258
+ ],
49259
+ "type": {
49260
+ "kind": "NON_NULL",
49261
+ "name": null,
49262
+ "ofType": {
49263
+ "kind": "OBJECT",
49264
+ "name": "PromotionalEntitlement",
49265
+ "ofType": null
49266
+ }
49267
+ },
49268
+ "isDeprecated": false,
49269
+ "deprecationReason": null
49270
+ },
49271
+ {
49272
+ "name": "updateOneSubscription",
49273
+ "description": null,
49274
+ "args": [
49275
+ {
49276
+ "name": "input",
49277
+ "description": null,
49278
+ "type": {
49279
+ "kind": "NON_NULL",
49280
+ "name": null,
49281
+ "ofType": {
49282
+ "kind": "INPUT_OBJECT",
49283
+ "name": "UpdateSubscriptionInput",
49284
+ "ofType": null
49285
+ }
49286
+ },
49287
+ "defaultValue": null,
49288
+ "isDeprecated": false,
49289
+ "deprecationReason": null
49290
+ }
49291
+ ],
49292
+ "type": {
49293
+ "kind": "NON_NULL",
49294
+ "name": null,
49295
+ "ofType": {
49296
+ "kind": "OBJECT",
49297
+ "name": "CustomerSubscription",
49298
+ "ofType": null
49299
+ }
49300
+ },
49301
+ "isDeprecated": false,
49302
+ "deprecationReason": null
49303
+ },
49304
+ {
49305
+ "name": "updateUser",
49306
+ "description": "Updates the user information",
49307
+ "args": [
49308
+ {
49309
+ "name": "input",
49310
+ "description": null,
49311
+ "type": {
49312
+ "kind": "NON_NULL",
49313
+ "name": null,
49314
+ "ofType": {
49315
+ "kind": "INPUT_OBJECT",
49316
+ "name": "UpdateUserInput",
49317
+ "ofType": null
49318
+ }
49319
+ },
49320
+ "defaultValue": null,
49321
+ "isDeprecated": false,
49322
+ "deprecationReason": null
49323
+ }
49324
+ ],
49325
+ "type": {
49326
+ "kind": "NON_NULL",
49327
+ "name": null,
49328
+ "ofType": {
49329
+ "kind": "OBJECT",
49330
+ "name": "User",
49331
+ "ofType": null
49332
+ }
49333
+ },
49334
+ "isDeprecated": false,
49335
+ "deprecationReason": null
49336
+ },
49337
+ {
49338
+ "name": "workflowsLogin",
49339
+ "description": "Authentication for the workflows UI",
49340
+ "args": [
49341
+ {
49342
+ "name": "input",
49343
+ "description": null,
49344
+ "type": {
49345
+ "kind": "NON_NULL",
49346
+ "name": null,
49347
+ "ofType": {
49348
+ "kind": "INPUT_OBJECT",
49349
+ "name": "WorkflowsLoginInput",
49350
+ "ofType": null
49351
+ }
49352
+ },
49353
+ "defaultValue": null,
49354
+ "isDeprecated": false,
49355
+ "deprecationReason": null
49356
+ }
49357
+ ],
49358
+ "type": {
49359
+ "kind": "NON_NULL",
49360
+ "name": null,
49361
+ "ofType": {
49362
+ "kind": "OBJECT",
49363
+ "name": "WorkflowsLoginDTO",
49364
+ "ofType": null
49365
+ }
49366
+ },
49367
+ "isDeprecated": false,
49368
+ "deprecationReason": null
49369
+ }
49370
+ ],
49371
+ "inputFields": null,
49372
+ "interfaces": [],
49373
+ "enumValues": null,
49374
+ "possibleTypes": null
49375
+ },
49376
+ {
49377
+ "kind": "OBJECT",
49378
+ "name": "NumberChange",
49379
+ "description": "Number change",
49380
+ "fields": [
49381
+ {
49382
+ "name": "after",
49383
+ "description": "The value after the change",
49384
+ "args": [],
49385
+ "type": {
49386
+ "kind": "SCALAR",
49387
+ "name": "Float",
49388
+ "ofType": null
49389
+ },
49390
+ "isDeprecated": false,
49391
+ "deprecationReason": null
49392
+ },
49393
+ {
49394
+ "name": "before",
49395
+ "description": "The value before the change",
49396
+ "args": [],
49397
+ "type": {
49398
+ "kind": "SCALAR",
49399
+ "name": "Float",
49400
+ "ofType": null
49401
+ },
49402
+ "isDeprecated": false,
49403
+ "deprecationReason": null
49404
+ },
49405
+ {
49406
+ "name": "changeType",
49407
+ "description": "The change type",
49408
+ "args": [],
49409
+ "type": {
49410
+ "kind": "ENUM",
49411
+ "name": "ChangeType",
49412
+ "ofType": null
49413
+ },
49414
+ "isDeprecated": false,
49415
+ "deprecationReason": null
49416
+ }
49417
+ ],
49418
+ "inputFields": null,
49419
+ "interfaces": [],
49420
+ "enumValues": null,
49421
+ "possibleTypes": null
49422
+ },
49423
+ {
49424
+ "kind": "INPUT_OBJECT",
49425
+ "name": "NumberFieldComparison",
49426
+ "description": null,
49427
+ "fields": null,
49428
+ "inputFields": [
49429
+ {
49430
+ "name": "between",
49431
+ "description": null,
49432
+ "type": {
49433
+ "kind": "INPUT_OBJECT",
49434
+ "name": "NumberFieldComparisonBetween",
49435
+ "ofType": null
49436
+ },
49437
+ "defaultValue": null,
49438
+ "isDeprecated": false,
49439
+ "deprecationReason": null
49440
+ },
49441
+ {
49442
+ "name": "eq",
49443
+ "description": null,
49444
+ "type": {
49445
+ "kind": "SCALAR",
49446
+ "name": "Float",
49447
+ "ofType": null
49448
+ },
49449
+ "defaultValue": null,
49450
+ "isDeprecated": false,
49451
+ "deprecationReason": null
49452
+ },
49453
+ {
49454
+ "name": "gt",
49455
+ "description": null,
49456
+ "type": {
49457
+ "kind": "SCALAR",
49458
+ "name": "Float",
49459
+ "ofType": null
49460
+ },
49461
+ "defaultValue": null,
49462
+ "isDeprecated": false,
49463
+ "deprecationReason": null
49464
+ },
49465
+ {
49466
+ "name": "gte",
49467
+ "description": null,
49468
+ "type": {
49469
+ "kind": "SCALAR",
49470
+ "name": "Float",
49471
+ "ofType": null
49472
+ },
49473
+ "defaultValue": null,
49474
+ "isDeprecated": false,
49475
+ "deprecationReason": null
49476
+ },
49477
+ {
49478
+ "name": "in",
49479
+ "description": null,
49480
+ "type": {
49481
+ "kind": "LIST",
49482
+ "name": null,
49483
+ "ofType": {
49484
+ "kind": "NON_NULL",
49485
+ "name": null,
49486
+ "ofType": {
49487
+ "kind": "SCALAR",
49488
+ "name": "Float",
49489
+ "ofType": null
49490
+ }
49491
+ }
49492
+ },
49493
+ "defaultValue": null,
49494
+ "isDeprecated": false,
49495
+ "deprecationReason": null
49496
+ },
49497
+ {
49498
+ "name": "is",
49499
+ "description": null,
49500
+ "type": {
49501
+ "kind": "SCALAR",
49502
+ "name": "Boolean",
49503
+ "ofType": null
49504
+ },
49505
+ "defaultValue": null,
49506
+ "isDeprecated": false,
49507
+ "deprecationReason": null
49508
+ },
49509
+ {
49510
+ "name": "isNot",
49511
+ "description": null,
49512
+ "type": {
49513
+ "kind": "SCALAR",
49514
+ "name": "Boolean",
49515
+ "ofType": null
49516
+ },
49517
+ "defaultValue": null,
49518
+ "isDeprecated": false,
49519
+ "deprecationReason": null
49520
+ },
49521
+ {
49522
+ "name": "lt",
49523
+ "description": null,
49524
+ "type": {
49525
+ "kind": "SCALAR",
49526
+ "name": "Float",
49527
+ "ofType": null
49528
+ },
49529
+ "defaultValue": null,
49530
+ "isDeprecated": false,
49531
+ "deprecationReason": null
49532
+ },
49533
+ {
49534
+ "name": "lte",
49535
+ "description": null,
49536
+ "type": {
49537
+ "kind": "SCALAR",
49538
+ "name": "Float",
49539
+ "ofType": null
49540
+ },
49541
+ "defaultValue": null,
49542
+ "isDeprecated": false,
49543
+ "deprecationReason": null
49544
+ },
49545
+ {
49546
+ "name": "neq",
49547
+ "description": null,
49548
+ "type": {
49549
+ "kind": "SCALAR",
49550
+ "name": "Float",
49551
+ "ofType": null
49552
+ },
49553
+ "defaultValue": null,
49554
+ "isDeprecated": false,
49555
+ "deprecationReason": null
49556
+ },
49557
+ {
49558
+ "name": "notBetween",
49559
+ "description": null,
49560
+ "type": {
49561
+ "kind": "INPUT_OBJECT",
49562
+ "name": "NumberFieldComparisonBetween",
49563
+ "ofType": null
49564
+ },
49565
+ "defaultValue": null,
49566
+ "isDeprecated": false,
49567
+ "deprecationReason": null
49568
+ },
49569
+ {
49570
+ "name": "notIn",
49571
+ "description": null,
49572
+ "type": {
49573
+ "kind": "LIST",
49574
+ "name": null,
49575
+ "ofType": {
49576
+ "kind": "NON_NULL",
49577
+ "name": null,
49578
+ "ofType": {
49579
+ "kind": "SCALAR",
49580
+ "name": "Float",
49581
+ "ofType": null
49582
+ }
49583
+ }
49584
+ },
49585
+ "defaultValue": null,
49586
+ "isDeprecated": false,
49587
+ "deprecationReason": null
49588
+ }
49589
+ ],
49590
+ "interfaces": null,
49591
+ "enumValues": null,
49592
+ "possibleTypes": null
49593
+ },
49594
+ {
49595
+ "kind": "INPUT_OBJECT",
49596
+ "name": "NumberFieldComparisonBetween",
49597
+ "description": null,
49598
+ "fields": null,
49599
+ "inputFields": [
49600
+ {
49601
+ "name": "lower",
49602
+ "description": null,
49603
+ "type": {
49604
+ "kind": "NON_NULL",
49605
+ "name": null,
49606
+ "ofType": {
49607
+ "kind": "SCALAR",
49608
+ "name": "Float",
49609
+ "ofType": null
49610
+ }
49611
+ },
49612
+ "defaultValue": null,
49613
+ "isDeprecated": false,
49614
+ "deprecationReason": null
49615
+ },
49616
+ {
49617
+ "name": "upper",
49618
+ "description": null,
49619
+ "type": {
49620
+ "kind": "NON_NULL",
49621
+ "name": null,
49622
+ "ofType": {
49623
+ "kind": "SCALAR",
49624
+ "name": "Float",
49625
+ "ofType": null
49626
+ }
49627
+ },
49628
+ "defaultValue": null,
49629
+ "isDeprecated": false,
49630
+ "deprecationReason": null
49631
+ }
49632
+ ],
49633
+ "interfaces": null,
49634
+ "enumValues": null,
49635
+ "possibleTypes": null
49636
+ },
49637
+ {
49638
+ "kind": "OBJECT",
49639
+ "name": "Offer",
49640
+ "description": "Offer data",
49641
+ "fields": [
49642
+ {
49643
+ "name": "accountId",
49644
+ "description": "The unique identifier for the account",
49645
+ "args": [],
49646
+ "type": {
49647
+ "kind": "NON_NULL",
49648
+ "name": null,
49649
+ "ofType": {
49650
+ "kind": "SCALAR",
49651
+ "name": "String",
49652
+ "ofType": null
49653
+ }
49654
+ },
49655
+ "isDeprecated": false,
49656
+ "deprecationReason": null
49657
+ },
49658
+ {
49659
+ "name": "createdAt",
49660
+ "description": "Creation timestamp",
49661
+ "args": [],
49662
+ "type": {
49663
+ "kind": "NON_NULL",
49664
+ "name": null,
49665
+ "ofType": {
49666
+ "kind": "SCALAR",
49667
+ "name": "DateTime",
49668
+ "ofType": null
49669
+ }
49670
+ },
49671
+ "isDeprecated": false,
49672
+ "deprecationReason": null
49673
+ },
49674
+ {
49675
+ "name": "description",
49676
+ "description": "Offer description",
49677
+ "args": [],
49678
+ "type": {
49679
+ "kind": "SCALAR",
49680
+ "name": "String",
49681
+ "ofType": null
49682
+ },
49683
+ "isDeprecated": false,
49684
+ "deprecationReason": null
49685
+ },
49686
+ {
49687
+ "name": "draftDetails",
49688
+ "description": "Draft details if this offer has a draft version",
49689
+ "args": [],
49690
+ "type": {
49691
+ "kind": "OBJECT",
49692
+ "name": "OfferDraftDetails",
49693
+ "ofType": null
49694
+ },
49695
+ "isDeprecated": false,
49696
+ "deprecationReason": null
49697
+ },
49698
+ {
49699
+ "name": "environmentId",
49700
+ "description": "The unique identifier for the environment",
49701
+ "args": [],
49702
+ "type": {
49703
+ "kind": "NON_NULL",
49704
+ "name": null,
49705
+ "ofType": {
49706
+ "kind": "SCALAR",
49707
+ "name": "UUID",
49708
+ "ofType": null
49709
+ }
49710
+ },
49711
+ "isDeprecated": false,
49712
+ "deprecationReason": null
49713
+ },
49714
+ {
49715
+ "name": "id",
49716
+ "description": "Unique identifier for the entity",
49717
+ "args": [],
49718
+ "type": {
49719
+ "kind": "NON_NULL",
49720
+ "name": null,
49721
+ "ofType": {
49722
+ "kind": "SCALAR",
49723
+ "name": "UUID",
49724
+ "ofType": null
49725
+ }
49726
+ },
49727
+ "isDeprecated": false,
49728
+ "deprecationReason": null
49729
+ },
49730
+ {
49731
+ "name": "isDefault",
49732
+ "description": "Whether this is the default offer",
49733
+ "args": [],
49734
+ "type": {
49735
+ "kind": "NON_NULL",
49736
+ "name": null,
49737
+ "ofType": {
49738
+ "kind": "SCALAR",
49739
+ "name": "Boolean",
49740
+ "ofType": null
49741
+ }
49742
+ },
49743
+ "isDeprecated": false,
49744
+ "deprecationReason": null
49745
+ },
49746
+ {
49747
+ "name": "isLatest",
49748
+ "description": "Whether this is the latest version",
49749
+ "args": [],
49750
+ "type": {
49751
+ "kind": "NON_NULL",
49752
+ "name": null,
49753
+ "ofType": {
49754
+ "kind": "SCALAR",
49755
+ "name": "Boolean",
49756
+ "ofType": null
49757
+ }
49758
+ },
49759
+ "isDeprecated": false,
49760
+ "deprecationReason": null
49761
+ },
49762
+ {
49763
+ "name": "metadata",
49764
+ "description": "Metadata associated with the entity",
49765
+ "args": [],
49766
+ "type": {
49767
+ "kind": "SCALAR",
49768
+ "name": "JSON",
49769
+ "ofType": null
49770
+ },
49771
+ "isDeprecated": false,
49772
+ "deprecationReason": null
49773
+ },
49774
+ {
49775
+ "name": "name",
49776
+ "description": "Offer name",
49777
+ "args": [],
49778
+ "type": {
49779
+ "kind": "NON_NULL",
49780
+ "name": null,
49781
+ "ofType": {
49782
+ "kind": "SCALAR",
49783
+ "name": "String",
49784
+ "ofType": null
49785
+ }
49786
+ },
49787
+ "isDeprecated": false,
49788
+ "deprecationReason": null
49789
+ },
49790
+ {
49791
+ "name": "offerId",
49792
+ "description": "The unique identifier for the entity",
49793
+ "args": [],
49794
+ "type": {
49795
+ "kind": "NON_NULL",
49796
+ "name": null,
49797
+ "ofType": {
49798
+ "kind": "SCALAR",
49799
+ "name": "String",
49800
+ "ofType": null
49801
+ }
49802
+ },
49803
+ "isDeprecated": false,
49804
+ "deprecationReason": null
49805
+ },
49806
+ {
49807
+ "name": "status",
49808
+ "description": "Offer status",
49809
+ "args": [],
49810
+ "type": {
49811
+ "kind": "NON_NULL",
49812
+ "name": null,
49813
+ "ofType": {
49814
+ "kind": "ENUM",
49815
+ "name": "OfferStatus",
49816
+ "ofType": null
49817
+ }
49818
+ },
49819
+ "isDeprecated": false,
49820
+ "deprecationReason": null
49821
+ },
49822
+ {
49823
+ "name": "updatedAt",
49824
+ "description": "Last update timestamp",
49825
+ "args": [],
49826
+ "type": {
49827
+ "kind": "NON_NULL",
49828
+ "name": null,
49829
+ "ofType": {
49830
+ "kind": "SCALAR",
49831
+ "name": "DateTime",
49832
+ "ofType": null
49833
+ }
49834
+ },
49835
+ "isDeprecated": false,
49836
+ "deprecationReason": null
49837
+ },
49838
+ {
49839
+ "name": "version",
49840
+ "description": "Offer version",
49841
+ "args": [],
49842
+ "type": {
49843
+ "kind": "NON_NULL",
49844
+ "name": null,
49845
+ "ofType": {
49846
+ "kind": "SCALAR",
49847
+ "name": "Int",
49848
+ "ofType": null
49849
+ }
49850
+ },
49851
+ "isDeprecated": false,
49852
+ "deprecationReason": null
49853
+ }
49854
+ ],
49855
+ "inputFields": null,
49856
+ "interfaces": [],
49857
+ "enumValues": null,
49858
+ "possibleTypes": null
49859
+ },
49860
+ {
49861
+ "kind": "OBJECT",
49862
+ "name": "OfferAggregateGroupBy",
49863
+ "description": null,
49864
+ "fields": [
49865
+ {
49866
+ "name": "createdAt",
49867
+ "description": null,
49868
+ "args": [],
49869
+ "type": {
49870
+ "kind": "SCALAR",
49871
+ "name": "DateTime",
49872
+ "ofType": null
49873
+ },
49874
+ "isDeprecated": false,
49875
+ "deprecationReason": null
49876
+ },
49877
+ {
49878
+ "name": "environmentId",
49879
+ "description": null,
49880
+ "args": [],
49881
+ "type": {
49882
+ "kind": "SCALAR",
49883
+ "name": "UUID",
49884
+ "ofType": null
49885
+ },
49886
+ "isDeprecated": false,
49887
+ "deprecationReason": null
49888
+ },
49889
+ {
49890
+ "name": "id",
49891
+ "description": null,
49892
+ "args": [],
49893
+ "type": {
49894
+ "kind": "SCALAR",
49895
+ "name": "UUID",
49896
+ "ofType": null
49897
+ },
49898
+ "isDeprecated": false,
49899
+ "deprecationReason": null
49900
+ },
49901
+ {
49902
+ "name": "isDefault",
49903
+ "description": null,
49904
+ "args": [],
49905
+ "type": {
49906
+ "kind": "SCALAR",
49907
+ "name": "Boolean",
49908
+ "ofType": null
49909
+ },
49910
+ "isDeprecated": false,
49911
+ "deprecationReason": null
49912
+ },
49913
+ {
49914
+ "name": "isLatest",
49915
+ "description": null,
49916
+ "args": [],
49917
+ "type": {
49918
+ "kind": "SCALAR",
49919
+ "name": "Boolean",
49920
+ "ofType": null
49921
+ },
49922
+ "isDeprecated": false,
49923
+ "deprecationReason": null
49924
+ },
49925
+ {
49926
+ "name": "offerId",
49927
+ "description": null,
49928
+ "args": [],
49929
+ "type": {
49930
+ "kind": "SCALAR",
49931
+ "name": "String",
49932
+ "ofType": null
49933
+ },
49934
+ "isDeprecated": false,
49935
+ "deprecationReason": null
49936
+ },
49937
+ {
49938
+ "name": "status",
49939
+ "description": null,
49940
+ "args": [],
49941
+ "type": {
49942
+ "kind": "ENUM",
49943
+ "name": "OfferStatus",
49944
+ "ofType": null
49945
+ },
49946
+ "isDeprecated": false,
49947
+ "deprecationReason": null
49948
+ },
49949
+ {
49950
+ "name": "version",
49951
+ "description": null,
49952
+ "args": [],
49953
+ "type": {
49954
+ "kind": "SCALAR",
49955
+ "name": "Int",
49956
+ "ofType": null
49957
+ },
49958
+ "isDeprecated": false,
49959
+ "deprecationReason": null
49960
+ }
49961
+ ],
49962
+ "inputFields": null,
49963
+ "interfaces": [],
49964
+ "enumValues": null,
49965
+ "possibleTypes": null
49966
+ },
49967
+ {
49968
+ "kind": "OBJECT",
49969
+ "name": "OfferAvgAggregate",
49970
+ "description": null,
49971
+ "fields": [
49972
+ {
49973
+ "name": "version",
49974
+ "description": null,
49975
+ "args": [],
49976
+ "type": {
49977
+ "kind": "SCALAR",
49978
+ "name": "Float",
49979
+ "ofType": null
49980
+ },
49981
+ "isDeprecated": false,
49982
+ "deprecationReason": null
49983
+ }
49984
+ ],
49985
+ "inputFields": null,
49986
+ "interfaces": [],
49987
+ "enumValues": null,
49988
+ "possibleTypes": null
49989
+ },
49990
+ {
49991
+ "kind": "OBJECT",
49992
+ "name": "OfferConnection",
49993
+ "description": null,
49994
+ "fields": [
49995
+ {
49996
+ "name": "edges",
49997
+ "description": "Array of edges.",
49998
+ "args": [],
49999
+ "type": {
50000
+ "kind": "NON_NULL",
50001
+ "name": null,
50002
+ "ofType": {
50003
+ "kind": "LIST",
50004
+ "name": null,
50005
+ "ofType": {
50006
+ "kind": "NON_NULL",
50007
+ "name": null,
50008
+ "ofType": {
50009
+ "kind": "OBJECT",
50010
+ "name": "OfferEdge",
50011
+ "ofType": null
50012
+ }
50013
+ }
50014
+ }
50015
+ },
50016
+ "isDeprecated": false,
50017
+ "deprecationReason": null
50018
+ },
50019
+ {
50020
+ "name": "pageInfo",
50021
+ "description": "Paging information",
50022
+ "args": [],
50023
+ "type": {
50024
+ "kind": "NON_NULL",
50025
+ "name": null,
50026
+ "ofType": {
50027
+ "kind": "OBJECT",
50028
+ "name": "PageInfo",
50029
+ "ofType": null
50030
+ }
50031
+ },
50032
+ "isDeprecated": false,
50033
+ "deprecationReason": null
50034
+ },
50035
+ {
50036
+ "name": "totalCount",
50037
+ "description": "Fetch total count of records",
50038
+ "args": [],
50039
+ "type": {
50040
+ "kind": "NON_NULL",
50041
+ "name": null,
50042
+ "ofType": {
50043
+ "kind": "SCALAR",
50044
+ "name": "Int",
50045
+ "ofType": null
50046
+ }
50047
+ },
50048
+ "isDeprecated": false,
50049
+ "deprecationReason": null
50050
+ }
50051
+ ],
50052
+ "inputFields": null,
50053
+ "interfaces": [],
50054
+ "enumValues": null,
50055
+ "possibleTypes": null
50056
+ },
50057
+ {
50058
+ "kind": "OBJECT",
50059
+ "name": "OfferCountAggregate",
50060
+ "description": null,
50061
+ "fields": [
50062
+ {
50063
+ "name": "createdAt",
50064
+ "description": null,
50065
+ "args": [],
50066
+ "type": {
50067
+ "kind": "SCALAR",
50068
+ "name": "Int",
50069
+ "ofType": null
50070
+ },
50071
+ "isDeprecated": false,
50072
+ "deprecationReason": null
50073
+ },
50074
+ {
50075
+ "name": "environmentId",
50076
+ "description": null,
50077
+ "args": [],
50078
+ "type": {
50079
+ "kind": "SCALAR",
50080
+ "name": "Int",
50081
+ "ofType": null
50082
+ },
50083
+ "isDeprecated": false,
50084
+ "deprecationReason": null
50085
+ },
50086
+ {
50087
+ "name": "id",
50088
+ "description": null,
50089
+ "args": [],
50090
+ "type": {
50091
+ "kind": "SCALAR",
50092
+ "name": "Int",
50093
+ "ofType": null
50094
+ },
50095
+ "isDeprecated": false,
50096
+ "deprecationReason": null
50097
+ },
50098
+ {
50099
+ "name": "isDefault",
50100
+ "description": null,
50101
+ "args": [],
50102
+ "type": {
50103
+ "kind": "SCALAR",
50104
+ "name": "Int",
50105
+ "ofType": null
50106
+ },
50107
+ "isDeprecated": false,
50108
+ "deprecationReason": null
50109
+ },
50110
+ {
50111
+ "name": "isLatest",
50112
+ "description": null,
50113
+ "args": [],
50114
+ "type": {
50115
+ "kind": "SCALAR",
50116
+ "name": "Int",
50117
+ "ofType": null
50118
+ },
50119
+ "isDeprecated": false,
50120
+ "deprecationReason": null
50121
+ },
50122
+ {
50123
+ "name": "offerId",
50124
+ "description": null,
50125
+ "args": [],
50126
+ "type": {
50127
+ "kind": "SCALAR",
50128
+ "name": "Int",
50129
+ "ofType": null
50130
+ },
50131
+ "isDeprecated": false,
50132
+ "deprecationReason": null
50133
+ },
50134
+ {
50135
+ "name": "status",
50136
+ "description": null,
50137
+ "args": [],
50138
+ "type": {
50139
+ "kind": "SCALAR",
50140
+ "name": "Int",
50141
+ "ofType": null
50142
+ },
50143
+ "isDeprecated": false,
50144
+ "deprecationReason": null
50145
+ },
50146
+ {
50147
+ "name": "version",
50148
+ "description": null,
50149
+ "args": [],
50150
+ "type": {
50151
+ "kind": "SCALAR",
50152
+ "name": "Int",
50153
+ "ofType": null
50154
+ },
50155
+ "isDeprecated": false,
50156
+ "deprecationReason": null
50157
+ }
50158
+ ],
50159
+ "inputFields": null,
50160
+ "interfaces": [],
50161
+ "enumValues": null,
50162
+ "possibleTypes": null
50163
+ },
50164
+ {
50165
+ "kind": "OBJECT",
50166
+ "name": "OfferDraftDetails",
50167
+ "description": "Offer draft details containing information about the draft version",
50168
+ "fields": [
50169
+ {
50170
+ "name": "version",
50171
+ "description": "Draft version number",
50172
+ "args": [],
50173
+ "type": {
50174
+ "kind": "NON_NULL",
50175
+ "name": null,
50176
+ "ofType": {
50177
+ "kind": "SCALAR",
50178
+ "name": "Int",
50179
+ "ofType": null
50180
+ }
50181
+ },
50182
+ "isDeprecated": false,
50183
+ "deprecationReason": null
50184
+ }
50185
+ ],
50186
+ "inputFields": null,
50187
+ "interfaces": [],
50188
+ "enumValues": null,
50189
+ "possibleTypes": null
50190
+ },
50191
+ {
50192
+ "kind": "OBJECT",
50193
+ "name": "OfferEdge",
50194
+ "description": null,
50195
+ "fields": [
50196
+ {
50197
+ "name": "cursor",
50198
+ "description": "Cursor for this node.",
50199
+ "args": [],
50200
+ "type": {
50201
+ "kind": "NON_NULL",
50202
+ "name": null,
50203
+ "ofType": {
50204
+ "kind": "SCALAR",
50205
+ "name": "ConnectionCursor",
50206
+ "ofType": null
50207
+ }
50208
+ },
50209
+ "isDeprecated": false,
50210
+ "deprecationReason": null
50211
+ },
50212
+ {
50213
+ "name": "node",
50214
+ "description": "The node containing the Offer",
50215
+ "args": [],
50216
+ "type": {
50217
+ "kind": "NON_NULL",
50218
+ "name": null,
50219
+ "ofType": {
50220
+ "kind": "OBJECT",
50221
+ "name": "Offer",
50222
+ "ofType": null
50223
+ }
50224
+ },
50225
+ "isDeprecated": false,
50226
+ "deprecationReason": null
50227
+ }
50228
+ ],
50229
+ "inputFields": null,
50230
+ "interfaces": [],
50231
+ "enumValues": null,
50232
+ "possibleTypes": null
50233
+ },
50234
+ {
50235
+ "kind": "INPUT_OBJECT",
50236
+ "name": "OfferFilter",
50237
+ "description": null,
50238
+ "fields": null,
50239
+ "inputFields": [
50240
+ {
50241
+ "name": "and",
50242
+ "description": null,
50243
+ "type": {
50244
+ "kind": "LIST",
50245
+ "name": null,
50246
+ "ofType": {
50247
+ "kind": "NON_NULL",
50248
+ "name": null,
50249
+ "ofType": {
50250
+ "kind": "INPUT_OBJECT",
50251
+ "name": "OfferFilter",
50252
+ "ofType": null
50253
+ }
50254
+ }
50255
+ },
50256
+ "defaultValue": null,
50257
+ "isDeprecated": false,
50258
+ "deprecationReason": null
50259
+ },
50260
+ {
50261
+ "name": "createdAt",
50262
+ "description": null,
50263
+ "type": {
50264
+ "kind": "INPUT_OBJECT",
50265
+ "name": "DateFieldComparison",
50266
+ "ofType": null
50267
+ },
50268
+ "defaultValue": null,
50269
+ "isDeprecated": false,
50270
+ "deprecationReason": null
50271
+ },
50272
+ {
50273
+ "name": "environmentId",
50274
+ "description": null,
50275
+ "type": {
50276
+ "kind": "INPUT_OBJECT",
50277
+ "name": "UUIDFilterComparison",
50278
+ "ofType": null
50279
+ },
50280
+ "defaultValue": null,
50281
+ "isDeprecated": false,
50282
+ "deprecationReason": null
50283
+ },
50284
+ {
50285
+ "name": "id",
50286
+ "description": null,
50287
+ "type": {
50288
+ "kind": "INPUT_OBJECT",
50289
+ "name": "UUIDFilterComparison",
50290
+ "ofType": null
50291
+ },
50292
+ "defaultValue": null,
50293
+ "isDeprecated": false,
50294
+ "deprecationReason": null
50295
+ },
50296
+ {
50297
+ "name": "isDefault",
50298
+ "description": null,
50299
+ "type": {
50300
+ "kind": "INPUT_OBJECT",
50301
+ "name": "BooleanFieldComparison",
50302
+ "ofType": null
50303
+ },
50304
+ "defaultValue": null,
50305
+ "isDeprecated": false,
50306
+ "deprecationReason": null
50307
+ },
50308
+ {
50309
+ "name": "isLatest",
50310
+ "description": null,
50311
+ "type": {
50312
+ "kind": "INPUT_OBJECT",
50313
+ "name": "BooleanFieldComparison",
50314
+ "ofType": null
50315
+ },
50316
+ "defaultValue": null,
50317
+ "isDeprecated": false,
50318
+ "deprecationReason": null
50319
+ },
50320
+ {
50321
+ "name": "offerId",
50322
+ "description": null,
50323
+ "type": {
50324
+ "kind": "INPUT_OBJECT",
50325
+ "name": "StringFieldComparison",
50326
+ "ofType": null
50327
+ },
50328
+ "defaultValue": null,
50329
+ "isDeprecated": false,
50330
+ "deprecationReason": null
50331
+ },
50332
+ {
50333
+ "name": "or",
50334
+ "description": null,
50335
+ "type": {
50336
+ "kind": "LIST",
50337
+ "name": null,
50338
+ "ofType": {
50339
+ "kind": "NON_NULL",
50340
+ "name": null,
50341
+ "ofType": {
50342
+ "kind": "INPUT_OBJECT",
50343
+ "name": "OfferFilter",
50344
+ "ofType": null
50345
+ }
50346
+ }
50347
+ },
50348
+ "defaultValue": null,
50349
+ "isDeprecated": false,
50350
+ "deprecationReason": null
50351
+ },
50352
+ {
50353
+ "name": "status",
50354
+ "description": null,
50355
+ "type": {
50356
+ "kind": "INPUT_OBJECT",
50357
+ "name": "OfferStatusFilterComparison",
50358
+ "ofType": null
50359
+ },
50360
+ "defaultValue": null,
50361
+ "isDeprecated": false,
50362
+ "deprecationReason": null
50363
+ },
50364
+ {
50365
+ "name": "version",
50366
+ "description": null,
50367
+ "type": {
50368
+ "kind": "INPUT_OBJECT",
50369
+ "name": "IntFieldComparison",
50370
+ "ofType": null
50371
+ },
50372
+ "defaultValue": null,
50373
+ "isDeprecated": false,
50374
+ "deprecationReason": null
50375
+ }
50376
+ ],
50377
+ "interfaces": null,
50378
+ "enumValues": null,
50379
+ "possibleTypes": null
50380
+ },
50381
+ {
50382
+ "kind": "OBJECT",
50383
+ "name": "OfferMaxAggregate",
50384
+ "description": null,
50385
+ "fields": [
50386
+ {
50387
+ "name": "createdAt",
50388
+ "description": null,
50389
+ "args": [],
50390
+ "type": {
50391
+ "kind": "SCALAR",
50392
+ "name": "DateTime",
50393
+ "ofType": null
50394
+ },
50395
+ "isDeprecated": false,
50396
+ "deprecationReason": null
50397
+ },
50398
+ {
50399
+ "name": "environmentId",
50400
+ "description": null,
50401
+ "args": [],
50402
+ "type": {
50403
+ "kind": "SCALAR",
50404
+ "name": "UUID",
50405
+ "ofType": null
50406
+ },
50407
+ "isDeprecated": false,
50408
+ "deprecationReason": null
50409
+ },
50410
+ {
50411
+ "name": "id",
50412
+ "description": null,
50413
+ "args": [],
50414
+ "type": {
50415
+ "kind": "SCALAR",
50416
+ "name": "UUID",
50417
+ "ofType": null
50418
+ },
50419
+ "isDeprecated": false,
50420
+ "deprecationReason": null
50421
+ },
50422
+ {
50423
+ "name": "offerId",
50424
+ "description": null,
50425
+ "args": [],
50426
+ "type": {
50427
+ "kind": "SCALAR",
50428
+ "name": "String",
50429
+ "ofType": null
50430
+ },
50431
+ "isDeprecated": false,
50432
+ "deprecationReason": null
50433
+ },
50434
+ {
50435
+ "name": "status",
50436
+ "description": null,
50437
+ "args": [],
50438
+ "type": {
50439
+ "kind": "ENUM",
50440
+ "name": "OfferStatus",
50441
+ "ofType": null
50442
+ },
50443
+ "isDeprecated": false,
50444
+ "deprecationReason": null
50445
+ },
50446
+ {
50447
+ "name": "version",
50448
+ "description": null,
50449
+ "args": [],
50450
+ "type": {
50451
+ "kind": "SCALAR",
50452
+ "name": "Int",
50453
+ "ofType": null
50454
+ },
50455
+ "isDeprecated": false,
50456
+ "deprecationReason": null
50457
+ }
50458
+ ],
50459
+ "inputFields": null,
50460
+ "interfaces": [],
50461
+ "enumValues": null,
50462
+ "possibleTypes": null
50463
+ },
50464
+ {
50465
+ "kind": "OBJECT",
50466
+ "name": "OfferMinAggregate",
50467
+ "description": null,
50468
+ "fields": [
50469
+ {
50470
+ "name": "createdAt",
50471
+ "description": null,
50472
+ "args": [],
50473
+ "type": {
50474
+ "kind": "SCALAR",
50475
+ "name": "DateTime",
50476
+ "ofType": null
48503
50477
  },
48504
50478
  "isDeprecated": false,
48505
50479
  "deprecationReason": null
48506
50480
  },
48507
50481
  {
48508
- "name": "updateOneHook",
50482
+ "name": "environmentId",
48509
50483
  "description": null,
48510
- "args": [
48511
- {
48512
- "name": "input",
48513
- "description": null,
48514
- "type": {
48515
- "kind": "NON_NULL",
48516
- "name": null,
48517
- "ofType": {
48518
- "kind": "INPUT_OBJECT",
48519
- "name": "UpdateOneHookInput",
48520
- "ofType": null
48521
- }
48522
- },
48523
- "defaultValue": null,
48524
- "isDeprecated": false,
48525
- "deprecationReason": null
48526
- }
48527
- ],
50484
+ "args": [],
48528
50485
  "type": {
48529
- "kind": "NON_NULL",
48530
- "name": null,
48531
- "ofType": {
48532
- "kind": "OBJECT",
48533
- "name": "Hook",
48534
- "ofType": null
48535
- }
50486
+ "kind": "SCALAR",
50487
+ "name": "UUID",
50488
+ "ofType": null
48536
50489
  },
48537
50490
  "isDeprecated": false,
48538
50491
  "deprecationReason": null
48539
50492
  },
48540
50493
  {
48541
- "name": "updateOneIntegration",
50494
+ "name": "id",
48542
50495
  "description": null,
48543
- "args": [
48544
- {
48545
- "name": "input",
48546
- "description": null,
48547
- "type": {
48548
- "kind": "NON_NULL",
48549
- "name": null,
48550
- "ofType": {
48551
- "kind": "INPUT_OBJECT",
48552
- "name": "UpdateOneIntegrationInput",
48553
- "ofType": null
48554
- }
48555
- },
48556
- "defaultValue": null,
48557
- "isDeprecated": false,
48558
- "deprecationReason": null
48559
- }
48560
- ],
50496
+ "args": [],
48561
50497
  "type": {
48562
- "kind": "NON_NULL",
48563
- "name": null,
48564
- "ofType": {
48565
- "kind": "OBJECT",
48566
- "name": "Integration",
48567
- "ofType": null
48568
- }
50498
+ "kind": "SCALAR",
50499
+ "name": "UUID",
50500
+ "ofType": null
48569
50501
  },
48570
50502
  "isDeprecated": false,
48571
50503
  "deprecationReason": null
48572
50504
  },
48573
50505
  {
48574
- "name": "updateOnePackageEntitlement",
50506
+ "name": "offerId",
48575
50507
  "description": null,
48576
- "args": [
48577
- {
48578
- "name": "input",
48579
- "description": null,
48580
- "type": {
48581
- "kind": "NON_NULL",
48582
- "name": null,
48583
- "ofType": {
48584
- "kind": "INPUT_OBJECT",
48585
- "name": "UpdateOnePackageEntitlementInput",
48586
- "ofType": null
48587
- }
48588
- },
48589
- "defaultValue": null,
48590
- "isDeprecated": false,
48591
- "deprecationReason": null
48592
- }
48593
- ],
50508
+ "args": [],
48594
50509
  "type": {
48595
- "kind": "NON_NULL",
48596
- "name": null,
48597
- "ofType": {
48598
- "kind": "OBJECT",
48599
- "name": "PackageEntitlement",
48600
- "ofType": null
48601
- }
50510
+ "kind": "SCALAR",
50511
+ "name": "String",
50512
+ "ofType": null
48602
50513
  },
48603
50514
  "isDeprecated": false,
48604
50515
  "deprecationReason": null
48605
50516
  },
48606
50517
  {
48607
- "name": "updateOnePlan",
48608
- "description": "Update an existing plan",
48609
- "args": [
48610
- {
48611
- "name": "input",
48612
- "description": "Input for updating a plan",
48613
- "type": {
48614
- "kind": "NON_NULL",
48615
- "name": null,
48616
- "ofType": {
48617
- "kind": "INPUT_OBJECT",
48618
- "name": "PlanUpdateInput",
48619
- "ofType": null
48620
- }
48621
- },
48622
- "defaultValue": null,
48623
- "isDeprecated": false,
48624
- "deprecationReason": null
48625
- }
48626
- ],
50518
+ "name": "status",
50519
+ "description": null,
50520
+ "args": [],
48627
50521
  "type": {
48628
- "kind": "NON_NULL",
48629
- "name": null,
48630
- "ofType": {
48631
- "kind": "OBJECT",
48632
- "name": "Plan",
48633
- "ofType": null
48634
- }
50522
+ "kind": "ENUM",
50523
+ "name": "OfferStatus",
50524
+ "ofType": null
48635
50525
  },
48636
50526
  "isDeprecated": false,
48637
50527
  "deprecationReason": null
48638
50528
  },
48639
50529
  {
48640
- "name": "updateOneProduct",
50530
+ "name": "version",
48641
50531
  "description": null,
48642
- "args": [
48643
- {
48644
- "name": "input",
48645
- "description": null,
48646
- "type": {
48647
- "kind": "NON_NULL",
48648
- "name": null,
48649
- "ofType": {
48650
- "kind": "INPUT_OBJECT",
48651
- "name": "UpdateOneProductInput",
48652
- "ofType": null
48653
- }
48654
- },
48655
- "defaultValue": null,
48656
- "isDeprecated": false,
48657
- "deprecationReason": null
48658
- }
48659
- ],
50532
+ "args": [],
48660
50533
  "type": {
48661
- "kind": "NON_NULL",
48662
- "name": null,
48663
- "ofType": {
48664
- "kind": "OBJECT",
48665
- "name": "Product",
48666
- "ofType": null
48667
- }
50534
+ "kind": "SCALAR",
50535
+ "name": "Int",
50536
+ "ofType": null
48668
50537
  },
48669
50538
  "isDeprecated": false,
48670
50539
  "deprecationReason": null
48671
- },
50540
+ }
50541
+ ],
50542
+ "inputFields": null,
50543
+ "interfaces": [],
50544
+ "enumValues": null,
50545
+ "possibleTypes": null
50546
+ },
50547
+ {
50548
+ "kind": "INPUT_OBJECT",
50549
+ "name": "OfferSort",
50550
+ "description": null,
50551
+ "fields": null,
50552
+ "inputFields": [
48672
50553
  {
48673
- "name": "updateOnePromotionalEntitlement",
50554
+ "name": "direction",
48674
50555
  "description": null,
48675
- "args": [
48676
- {
48677
- "name": "input",
48678
- "description": null,
48679
- "type": {
48680
- "kind": "NON_NULL",
48681
- "name": null,
48682
- "ofType": {
48683
- "kind": "INPUT_OBJECT",
48684
- "name": "UpdateOnePromotionalEntitlementInput",
48685
- "ofType": null
48686
- }
48687
- },
48688
- "defaultValue": null,
48689
- "isDeprecated": false,
48690
- "deprecationReason": null
48691
- }
48692
- ],
48693
50556
  "type": {
48694
50557
  "kind": "NON_NULL",
48695
50558
  "name": null,
48696
50559
  "ofType": {
48697
- "kind": "OBJECT",
48698
- "name": "PromotionalEntitlement",
50560
+ "kind": "ENUM",
50561
+ "name": "SortDirection",
48699
50562
  "ofType": null
48700
50563
  }
48701
50564
  },
50565
+ "defaultValue": null,
48702
50566
  "isDeprecated": false,
48703
50567
  "deprecationReason": null
48704
50568
  },
48705
50569
  {
48706
- "name": "updateOneSubscription",
50570
+ "name": "field",
48707
50571
  "description": null,
48708
- "args": [
48709
- {
48710
- "name": "input",
48711
- "description": null,
48712
- "type": {
48713
- "kind": "NON_NULL",
48714
- "name": null,
48715
- "ofType": {
48716
- "kind": "INPUT_OBJECT",
48717
- "name": "UpdateSubscriptionInput",
48718
- "ofType": null
48719
- }
48720
- },
48721
- "defaultValue": null,
48722
- "isDeprecated": false,
48723
- "deprecationReason": null
48724
- }
48725
- ],
48726
50572
  "type": {
48727
50573
  "kind": "NON_NULL",
48728
50574
  "name": null,
48729
50575
  "ofType": {
48730
- "kind": "OBJECT",
48731
- "name": "CustomerSubscription",
50576
+ "kind": "ENUM",
50577
+ "name": "OfferSortFields",
48732
50578
  "ofType": null
48733
50579
  }
48734
50580
  },
50581
+ "defaultValue": null,
48735
50582
  "isDeprecated": false,
48736
50583
  "deprecationReason": null
48737
50584
  },
48738
50585
  {
48739
- "name": "updateUser",
48740
- "description": "Updates the user information",
48741
- "args": [
48742
- {
48743
- "name": "input",
48744
- "description": null,
48745
- "type": {
48746
- "kind": "NON_NULL",
48747
- "name": null,
48748
- "ofType": {
48749
- "kind": "INPUT_OBJECT",
48750
- "name": "UpdateUserInput",
48751
- "ofType": null
48752
- }
48753
- },
48754
- "defaultValue": null,
48755
- "isDeprecated": false,
48756
- "deprecationReason": null
48757
- }
48758
- ],
50586
+ "name": "nulls",
50587
+ "description": null,
48759
50588
  "type": {
48760
- "kind": "NON_NULL",
48761
- "name": null,
48762
- "ofType": {
48763
- "kind": "OBJECT",
48764
- "name": "User",
48765
- "ofType": null
48766
- }
50589
+ "kind": "ENUM",
50590
+ "name": "SortNulls",
50591
+ "ofType": null
48767
50592
  },
50593
+ "defaultValue": null,
50594
+ "isDeprecated": false,
50595
+ "deprecationReason": null
50596
+ }
50597
+ ],
50598
+ "interfaces": null,
50599
+ "enumValues": null,
50600
+ "possibleTypes": null
50601
+ },
50602
+ {
50603
+ "kind": "ENUM",
50604
+ "name": "OfferSortFields",
50605
+ "description": null,
50606
+ "fields": null,
50607
+ "inputFields": null,
50608
+ "interfaces": null,
50609
+ "enumValues": [
50610
+ {
50611
+ "name": "createdAt",
50612
+ "description": null,
48768
50613
  "isDeprecated": false,
48769
50614
  "deprecationReason": null
48770
50615
  },
48771
50616
  {
48772
- "name": "workflowsLogin",
48773
- "description": "Authentication for the workflows UI",
48774
- "args": [
48775
- {
48776
- "name": "input",
48777
- "description": null,
48778
- "type": {
48779
- "kind": "NON_NULL",
48780
- "name": null,
48781
- "ofType": {
48782
- "kind": "INPUT_OBJECT",
48783
- "name": "WorkflowsLoginInput",
48784
- "ofType": null
48785
- }
48786
- },
48787
- "defaultValue": null,
48788
- "isDeprecated": false,
48789
- "deprecationReason": null
48790
- }
48791
- ],
48792
- "type": {
48793
- "kind": "NON_NULL",
48794
- "name": null,
48795
- "ofType": {
48796
- "kind": "OBJECT",
48797
- "name": "WorkflowsLoginDTO",
48798
- "ofType": null
48799
- }
48800
- },
50617
+ "name": "environmentId",
50618
+ "description": null,
50619
+ "isDeprecated": false,
50620
+ "deprecationReason": null
50621
+ },
50622
+ {
50623
+ "name": "id",
50624
+ "description": null,
50625
+ "isDeprecated": false,
50626
+ "deprecationReason": null
50627
+ },
50628
+ {
50629
+ "name": "isDefault",
50630
+ "description": null,
50631
+ "isDeprecated": false,
50632
+ "deprecationReason": null
50633
+ },
50634
+ {
50635
+ "name": "isLatest",
50636
+ "description": null,
50637
+ "isDeprecated": false,
50638
+ "deprecationReason": null
50639
+ },
50640
+ {
50641
+ "name": "offerId",
50642
+ "description": null,
50643
+ "isDeprecated": false,
50644
+ "deprecationReason": null
50645
+ },
50646
+ {
50647
+ "name": "status",
50648
+ "description": null,
50649
+ "isDeprecated": false,
50650
+ "deprecationReason": null
50651
+ },
50652
+ {
50653
+ "name": "version",
50654
+ "description": null,
48801
50655
  "isDeprecated": false,
48802
50656
  "deprecationReason": null
48803
50657
  }
48804
50658
  ],
48805
- "inputFields": null,
48806
- "interfaces": [],
48807
- "enumValues": null,
48808
50659
  "possibleTypes": null
48809
50660
  },
48810
50661
  {
48811
- "kind": "OBJECT",
48812
- "name": "NumberChange",
48813
- "description": "Number change",
48814
- "fields": [
50662
+ "kind": "ENUM",
50663
+ "name": "OfferStatus",
50664
+ "description": "Offer status",
50665
+ "fields": null,
50666
+ "inputFields": null,
50667
+ "interfaces": null,
50668
+ "enumValues": [
48815
50669
  {
48816
- "name": "after",
48817
- "description": "The value after the change",
48818
- "args": [],
48819
- "type": {
48820
- "kind": "SCALAR",
48821
- "name": "Float",
48822
- "ofType": null
48823
- },
50670
+ "name": "ARCHIVED",
50671
+ "description": "Offer is archived",
48824
50672
  "isDeprecated": false,
48825
50673
  "deprecationReason": null
48826
50674
  },
48827
50675
  {
48828
- "name": "before",
48829
- "description": "The value before the change",
48830
- "args": [],
48831
- "type": {
48832
- "kind": "SCALAR",
48833
- "name": "Float",
48834
- "ofType": null
48835
- },
50676
+ "name": "DRAFT",
50677
+ "description": "Offer is in draft state",
48836
50678
  "isDeprecated": false,
48837
50679
  "deprecationReason": null
48838
50680
  },
48839
50681
  {
48840
- "name": "changeType",
48841
- "description": "The change type",
48842
- "args": [],
48843
- "type": {
48844
- "kind": "ENUM",
48845
- "name": "ChangeType",
48846
- "ofType": null
48847
- },
50682
+ "name": "PUBLISHED",
50683
+ "description": "Offer is published and active",
48848
50684
  "isDeprecated": false,
48849
50685
  "deprecationReason": null
48850
50686
  }
48851
50687
  ],
48852
- "inputFields": null,
48853
- "interfaces": [],
48854
- "enumValues": null,
48855
50688
  "possibleTypes": null
48856
50689
  },
48857
50690
  {
48858
50691
  "kind": "INPUT_OBJECT",
48859
- "name": "NumberFieldComparison",
50692
+ "name": "OfferStatusFilterComparison",
48860
50693
  "description": null,
48861
50694
  "fields": null,
48862
50695
  "inputFields": [
48863
50696
  {
48864
- "name": "between",
50697
+ "name": "eq",
48865
50698
  "description": null,
48866
50699
  "type": {
48867
- "kind": "INPUT_OBJECT",
48868
- "name": "NumberFieldComparisonBetween",
50700
+ "kind": "ENUM",
50701
+ "name": "OfferStatus",
48869
50702
  "ofType": null
48870
50703
  },
48871
50704
  "defaultValue": null,
@@ -48873,11 +50706,11 @@
48873
50706
  "deprecationReason": null
48874
50707
  },
48875
50708
  {
48876
- "name": "eq",
50709
+ "name": "gt",
48877
50710
  "description": null,
48878
50711
  "type": {
48879
- "kind": "SCALAR",
48880
- "name": "Float",
50712
+ "kind": "ENUM",
50713
+ "name": "OfferStatus",
48881
50714
  "ofType": null
48882
50715
  },
48883
50716
  "defaultValue": null,
@@ -48885,11 +50718,11 @@
48885
50718
  "deprecationReason": null
48886
50719
  },
48887
50720
  {
48888
- "name": "gt",
50721
+ "name": "gte",
48889
50722
  "description": null,
48890
50723
  "type": {
48891
- "kind": "SCALAR",
48892
- "name": "Float",
50724
+ "kind": "ENUM",
50725
+ "name": "OfferStatus",
48893
50726
  "ofType": null
48894
50727
  },
48895
50728
  "defaultValue": null,
@@ -48897,11 +50730,11 @@
48897
50730
  "deprecationReason": null
48898
50731
  },
48899
50732
  {
48900
- "name": "gte",
50733
+ "name": "iLike",
48901
50734
  "description": null,
48902
50735
  "type": {
48903
- "kind": "SCALAR",
48904
- "name": "Float",
50736
+ "kind": "ENUM",
50737
+ "name": "OfferStatus",
48905
50738
  "ofType": null
48906
50739
  },
48907
50740
  "defaultValue": null,
@@ -48918,8 +50751,8 @@
48918
50751
  "kind": "NON_NULL",
48919
50752
  "name": null,
48920
50753
  "ofType": {
48921
- "kind": "SCALAR",
48922
- "name": "Float",
50754
+ "kind": "ENUM",
50755
+ "name": "OfferStatus",
48923
50756
  "ofType": null
48924
50757
  }
48925
50758
  }
@@ -48952,12 +50785,24 @@
48952
50785
  "isDeprecated": false,
48953
50786
  "deprecationReason": null
48954
50787
  },
50788
+ {
50789
+ "name": "like",
50790
+ "description": null,
50791
+ "type": {
50792
+ "kind": "ENUM",
50793
+ "name": "OfferStatus",
50794
+ "ofType": null
50795
+ },
50796
+ "defaultValue": null,
50797
+ "isDeprecated": false,
50798
+ "deprecationReason": null
50799
+ },
48955
50800
  {
48956
50801
  "name": "lt",
48957
50802
  "description": null,
48958
50803
  "type": {
48959
- "kind": "SCALAR",
48960
- "name": "Float",
50804
+ "kind": "ENUM",
50805
+ "name": "OfferStatus",
48961
50806
  "ofType": null
48962
50807
  },
48963
50808
  "defaultValue": null,
@@ -48968,8 +50813,8 @@
48968
50813
  "name": "lte",
48969
50814
  "description": null,
48970
50815
  "type": {
48971
- "kind": "SCALAR",
48972
- "name": "Float",
50816
+ "kind": "ENUM",
50817
+ "name": "OfferStatus",
48973
50818
  "ofType": null
48974
50819
  },
48975
50820
  "defaultValue": null,
@@ -48980,8 +50825,8 @@
48980
50825
  "name": "neq",
48981
50826
  "description": null,
48982
50827
  "type": {
48983
- "kind": "SCALAR",
48984
- "name": "Float",
50828
+ "kind": "ENUM",
50829
+ "name": "OfferStatus",
48985
50830
  "ofType": null
48986
50831
  },
48987
50832
  "defaultValue": null,
@@ -48989,11 +50834,11 @@
48989
50834
  "deprecationReason": null
48990
50835
  },
48991
50836
  {
48992
- "name": "notBetween",
50837
+ "name": "notILike",
48993
50838
  "description": null,
48994
50839
  "type": {
48995
- "kind": "INPUT_OBJECT",
48996
- "name": "NumberFieldComparisonBetween",
50840
+ "kind": "ENUM",
50841
+ "name": "OfferStatus",
48997
50842
  "ofType": null
48998
50843
  },
48999
50844
  "defaultValue": null,
@@ -49010,8 +50855,8 @@
49010
50855
  "kind": "NON_NULL",
49011
50856
  "name": null,
49012
50857
  "ofType": {
49013
- "kind": "SCALAR",
49014
- "name": "Float",
50858
+ "kind": "ENUM",
50859
+ "name": "OfferStatus",
49015
50860
  "ofType": null
49016
50861
  }
49017
50862
  }
@@ -49019,6 +50864,18 @@
49019
50864
  "defaultValue": null,
49020
50865
  "isDeprecated": false,
49021
50866
  "deprecationReason": null
50867
+ },
50868
+ {
50869
+ "name": "notLike",
50870
+ "description": null,
50871
+ "type": {
50872
+ "kind": "ENUM",
50873
+ "name": "OfferStatus",
50874
+ "ofType": null
50875
+ },
50876
+ "defaultValue": null,
50877
+ "isDeprecated": false,
50878
+ "deprecationReason": null
49022
50879
  }
49023
50880
  ],
49024
50881
  "interfaces": null,
@@ -49026,45 +50883,25 @@
49026
50883
  "possibleTypes": null
49027
50884
  },
49028
50885
  {
49029
- "kind": "INPUT_OBJECT",
49030
- "name": "NumberFieldComparisonBetween",
50886
+ "kind": "OBJECT",
50887
+ "name": "OfferSumAggregate",
49031
50888
  "description": null,
49032
- "fields": null,
49033
- "inputFields": [
49034
- {
49035
- "name": "lower",
49036
- "description": null,
49037
- "type": {
49038
- "kind": "NON_NULL",
49039
- "name": null,
49040
- "ofType": {
49041
- "kind": "SCALAR",
49042
- "name": "Float",
49043
- "ofType": null
49044
- }
49045
- },
49046
- "defaultValue": null,
49047
- "isDeprecated": false,
49048
- "deprecationReason": null
49049
- },
50889
+ "fields": [
49050
50890
  {
49051
- "name": "upper",
50891
+ "name": "version",
49052
50892
  "description": null,
50893
+ "args": [],
49053
50894
  "type": {
49054
- "kind": "NON_NULL",
49055
- "name": null,
49056
- "ofType": {
49057
- "kind": "SCALAR",
49058
- "name": "Float",
49059
- "ofType": null
49060
- }
50895
+ "kind": "SCALAR",
50896
+ "name": "Float",
50897
+ "ofType": null
49061
50898
  },
49062
- "defaultValue": null,
49063
50899
  "isDeprecated": false,
49064
50900
  "deprecationReason": null
49065
50901
  }
49066
50902
  ],
49067
- "interfaces": null,
50903
+ "inputFields": null,
50904
+ "interfaces": [],
49068
50905
  "enumValues": null,
49069
50906
  "possibleTypes": null
49070
50907
  },
@@ -50189,6 +52026,18 @@
50189
52026
  "isDeprecated": false,
50190
52027
  "deprecationReason": null
50191
52028
  },
52029
+ {
52030
+ "name": "offer",
52031
+ "description": "Associated offer",
52032
+ "args": [],
52033
+ "type": {
52034
+ "kind": "OBJECT",
52035
+ "name": "Offer",
52036
+ "ofType": null
52037
+ },
52038
+ "isDeprecated": false,
52039
+ "deprecationReason": null
52040
+ },
50192
52041
  {
50193
52042
  "name": "overageBillingPeriod",
50194
52043
  "description": "The overage billing period of the package",
@@ -50481,6 +52330,18 @@
50481
52330
  "isDeprecated": false,
50482
52331
  "deprecationReason": null
50483
52332
  },
52333
+ {
52334
+ "name": "offer",
52335
+ "description": null,
52336
+ "type": {
52337
+ "kind": "INPUT_OBJECT",
52338
+ "name": "PackageDTOFilterOfferFilter",
52339
+ "ofType": null
52340
+ },
52341
+ "defaultValue": null,
52342
+ "isDeprecated": false,
52343
+ "deprecationReason": null
52344
+ },
50484
52345
  {
50485
52346
  "name": "or",
50486
52347
  "description": null,
@@ -50578,6 +52439,153 @@
50578
52439
  "enumValues": null,
50579
52440
  "possibleTypes": null
50580
52441
  },
52442
+ {
52443
+ "kind": "INPUT_OBJECT",
52444
+ "name": "PackageDTOFilterOfferFilter",
52445
+ "description": null,
52446
+ "fields": null,
52447
+ "inputFields": [
52448
+ {
52449
+ "name": "and",
52450
+ "description": null,
52451
+ "type": {
52452
+ "kind": "LIST",
52453
+ "name": null,
52454
+ "ofType": {
52455
+ "kind": "NON_NULL",
52456
+ "name": null,
52457
+ "ofType": {
52458
+ "kind": "INPUT_OBJECT",
52459
+ "name": "PackageDTOFilterOfferFilter",
52460
+ "ofType": null
52461
+ }
52462
+ }
52463
+ },
52464
+ "defaultValue": null,
52465
+ "isDeprecated": false,
52466
+ "deprecationReason": null
52467
+ },
52468
+ {
52469
+ "name": "createdAt",
52470
+ "description": null,
52471
+ "type": {
52472
+ "kind": "INPUT_OBJECT",
52473
+ "name": "DateFieldComparison",
52474
+ "ofType": null
52475
+ },
52476
+ "defaultValue": null,
52477
+ "isDeprecated": false,
52478
+ "deprecationReason": null
52479
+ },
52480
+ {
52481
+ "name": "environmentId",
52482
+ "description": null,
52483
+ "type": {
52484
+ "kind": "INPUT_OBJECT",
52485
+ "name": "UUIDFilterComparison",
52486
+ "ofType": null
52487
+ },
52488
+ "defaultValue": null,
52489
+ "isDeprecated": false,
52490
+ "deprecationReason": null
52491
+ },
52492
+ {
52493
+ "name": "id",
52494
+ "description": null,
52495
+ "type": {
52496
+ "kind": "INPUT_OBJECT",
52497
+ "name": "UUIDFilterComparison",
52498
+ "ofType": null
52499
+ },
52500
+ "defaultValue": null,
52501
+ "isDeprecated": false,
52502
+ "deprecationReason": null
52503
+ },
52504
+ {
52505
+ "name": "isDefault",
52506
+ "description": null,
52507
+ "type": {
52508
+ "kind": "INPUT_OBJECT",
52509
+ "name": "BooleanFieldComparison",
52510
+ "ofType": null
52511
+ },
52512
+ "defaultValue": null,
52513
+ "isDeprecated": false,
52514
+ "deprecationReason": null
52515
+ },
52516
+ {
52517
+ "name": "isLatest",
52518
+ "description": null,
52519
+ "type": {
52520
+ "kind": "INPUT_OBJECT",
52521
+ "name": "BooleanFieldComparison",
52522
+ "ofType": null
52523
+ },
52524
+ "defaultValue": null,
52525
+ "isDeprecated": false,
52526
+ "deprecationReason": null
52527
+ },
52528
+ {
52529
+ "name": "offerId",
52530
+ "description": null,
52531
+ "type": {
52532
+ "kind": "INPUT_OBJECT",
52533
+ "name": "StringFieldComparison",
52534
+ "ofType": null
52535
+ },
52536
+ "defaultValue": null,
52537
+ "isDeprecated": false,
52538
+ "deprecationReason": null
52539
+ },
52540
+ {
52541
+ "name": "or",
52542
+ "description": null,
52543
+ "type": {
52544
+ "kind": "LIST",
52545
+ "name": null,
52546
+ "ofType": {
52547
+ "kind": "NON_NULL",
52548
+ "name": null,
52549
+ "ofType": {
52550
+ "kind": "INPUT_OBJECT",
52551
+ "name": "PackageDTOFilterOfferFilter",
52552
+ "ofType": null
52553
+ }
52554
+ }
52555
+ },
52556
+ "defaultValue": null,
52557
+ "isDeprecated": false,
52558
+ "deprecationReason": null
52559
+ },
52560
+ {
52561
+ "name": "status",
52562
+ "description": null,
52563
+ "type": {
52564
+ "kind": "INPUT_OBJECT",
52565
+ "name": "OfferStatusFilterComparison",
52566
+ "ofType": null
52567
+ },
52568
+ "defaultValue": null,
52569
+ "isDeprecated": false,
52570
+ "deprecationReason": null
52571
+ },
52572
+ {
52573
+ "name": "version",
52574
+ "description": null,
52575
+ "type": {
52576
+ "kind": "INPUT_OBJECT",
52577
+ "name": "IntFieldComparison",
52578
+ "ofType": null
52579
+ },
52580
+ "defaultValue": null,
52581
+ "isDeprecated": false,
52582
+ "deprecationReason": null
52583
+ }
52584
+ ],
52585
+ "interfaces": null,
52586
+ "enumValues": null,
52587
+ "possibleTypes": null
52588
+ },
50581
52589
  {
50582
52590
  "kind": "INPUT_OBJECT",
50583
52591
  "name": "PackageDTOSort",
@@ -57631,6 +59639,18 @@
57631
59639
  "isDeprecated": false,
57632
59640
  "deprecationReason": null
57633
59641
  },
59642
+ {
59643
+ "name": "offer",
59644
+ "description": null,
59645
+ "args": [],
59646
+ "type": {
59647
+ "kind": "OBJECT",
59648
+ "name": "Offer",
59649
+ "ofType": null
59650
+ },
59651
+ "isDeprecated": false,
59652
+ "deprecationReason": null
59653
+ },
57634
59654
  {
57635
59655
  "name": "overageBillingPeriod",
57636
59656
  "description": "The overage billing period of the package",
@@ -59116,6 +61136,18 @@
59116
61136
  "isDeprecated": false,
59117
61137
  "deprecationReason": null
59118
61138
  },
61139
+ {
61140
+ "name": "offer",
61141
+ "description": null,
61142
+ "type": {
61143
+ "kind": "INPUT_OBJECT",
61144
+ "name": "PlanFilterOfferFilter",
61145
+ "ofType": null
61146
+ },
61147
+ "defaultValue": null,
61148
+ "isDeprecated": false,
61149
+ "deprecationReason": null
61150
+ },
59119
61151
  {
59120
61152
  "name": "or",
59121
61153
  "description": null,
@@ -59324,7 +61356,178 @@
59324
61356
  "deprecationReason": null
59325
61357
  },
59326
61358
  {
59327
- "name": "isLatest",
61359
+ "name": "isLatest",
61360
+ "description": null,
61361
+ "type": {
61362
+ "kind": "INPUT_OBJECT",
61363
+ "name": "BooleanFieldComparison",
61364
+ "ofType": null
61365
+ },
61366
+ "defaultValue": null,
61367
+ "isDeprecated": false,
61368
+ "deprecationReason": null
61369
+ },
61370
+ {
61371
+ "name": "or",
61372
+ "description": null,
61373
+ "type": {
61374
+ "kind": "LIST",
61375
+ "name": null,
61376
+ "ofType": {
61377
+ "kind": "NON_NULL",
61378
+ "name": null,
61379
+ "ofType": {
61380
+ "kind": "INPUT_OBJECT",
61381
+ "name": "PlanFilterAddonFilter",
61382
+ "ofType": null
61383
+ }
61384
+ }
61385
+ },
61386
+ "defaultValue": null,
61387
+ "isDeprecated": false,
61388
+ "deprecationReason": null
61389
+ },
61390
+ {
61391
+ "name": "pricingType",
61392
+ "description": null,
61393
+ "type": {
61394
+ "kind": "INPUT_OBJECT",
61395
+ "name": "PricingTypeFilterComparison",
61396
+ "ofType": null
61397
+ },
61398
+ "defaultValue": null,
61399
+ "isDeprecated": false,
61400
+ "deprecationReason": null
61401
+ },
61402
+ {
61403
+ "name": "productId",
61404
+ "description": null,
61405
+ "type": {
61406
+ "kind": "INPUT_OBJECT",
61407
+ "name": "StringFieldComparison",
61408
+ "ofType": null
61409
+ },
61410
+ "defaultValue": null,
61411
+ "isDeprecated": false,
61412
+ "deprecationReason": null
61413
+ },
61414
+ {
61415
+ "name": "refId",
61416
+ "description": null,
61417
+ "type": {
61418
+ "kind": "INPUT_OBJECT",
61419
+ "name": "StringFieldComparison",
61420
+ "ofType": null
61421
+ },
61422
+ "defaultValue": null,
61423
+ "isDeprecated": false,
61424
+ "deprecationReason": null
61425
+ },
61426
+ {
61427
+ "name": "status",
61428
+ "description": null,
61429
+ "type": {
61430
+ "kind": "INPUT_OBJECT",
61431
+ "name": "PackageStatusFilterComparison",
61432
+ "ofType": null
61433
+ },
61434
+ "defaultValue": null,
61435
+ "isDeprecated": false,
61436
+ "deprecationReason": null
61437
+ },
61438
+ {
61439
+ "name": "updatedAt",
61440
+ "description": null,
61441
+ "type": {
61442
+ "kind": "INPUT_OBJECT",
61443
+ "name": "DateFieldComparison",
61444
+ "ofType": null
61445
+ },
61446
+ "defaultValue": null,
61447
+ "isDeprecated": false,
61448
+ "deprecationReason": null
61449
+ },
61450
+ {
61451
+ "name": "versionNumber",
61452
+ "description": null,
61453
+ "type": {
61454
+ "kind": "INPUT_OBJECT",
61455
+ "name": "IntFieldComparison",
61456
+ "ofType": null
61457
+ },
61458
+ "defaultValue": null,
61459
+ "isDeprecated": false,
61460
+ "deprecationReason": null
61461
+ }
61462
+ ],
61463
+ "interfaces": null,
61464
+ "enumValues": null,
61465
+ "possibleTypes": null
61466
+ },
61467
+ {
61468
+ "kind": "INPUT_OBJECT",
61469
+ "name": "PlanFilterOfferFilter",
61470
+ "description": null,
61471
+ "fields": null,
61472
+ "inputFields": [
61473
+ {
61474
+ "name": "and",
61475
+ "description": null,
61476
+ "type": {
61477
+ "kind": "LIST",
61478
+ "name": null,
61479
+ "ofType": {
61480
+ "kind": "NON_NULL",
61481
+ "name": null,
61482
+ "ofType": {
61483
+ "kind": "INPUT_OBJECT",
61484
+ "name": "PlanFilterOfferFilter",
61485
+ "ofType": null
61486
+ }
61487
+ }
61488
+ },
61489
+ "defaultValue": null,
61490
+ "isDeprecated": false,
61491
+ "deprecationReason": null
61492
+ },
61493
+ {
61494
+ "name": "createdAt",
61495
+ "description": null,
61496
+ "type": {
61497
+ "kind": "INPUT_OBJECT",
61498
+ "name": "DateFieldComparison",
61499
+ "ofType": null
61500
+ },
61501
+ "defaultValue": null,
61502
+ "isDeprecated": false,
61503
+ "deprecationReason": null
61504
+ },
61505
+ {
61506
+ "name": "environmentId",
61507
+ "description": null,
61508
+ "type": {
61509
+ "kind": "INPUT_OBJECT",
61510
+ "name": "UUIDFilterComparison",
61511
+ "ofType": null
61512
+ },
61513
+ "defaultValue": null,
61514
+ "isDeprecated": false,
61515
+ "deprecationReason": null
61516
+ },
61517
+ {
61518
+ "name": "id",
61519
+ "description": null,
61520
+ "type": {
61521
+ "kind": "INPUT_OBJECT",
61522
+ "name": "UUIDFilterComparison",
61523
+ "ofType": null
61524
+ },
61525
+ "defaultValue": null,
61526
+ "isDeprecated": false,
61527
+ "deprecationReason": null
61528
+ },
61529
+ {
61530
+ "name": "isDefault",
59328
61531
  "description": null,
59329
61532
  "type": {
59330
61533
  "kind": "INPUT_OBJECT",
@@ -59336,31 +61539,11 @@
59336
61539
  "deprecationReason": null
59337
61540
  },
59338
61541
  {
59339
- "name": "or",
59340
- "description": null,
59341
- "type": {
59342
- "kind": "LIST",
59343
- "name": null,
59344
- "ofType": {
59345
- "kind": "NON_NULL",
59346
- "name": null,
59347
- "ofType": {
59348
- "kind": "INPUT_OBJECT",
59349
- "name": "PlanFilterAddonFilter",
59350
- "ofType": null
59351
- }
59352
- }
59353
- },
59354
- "defaultValue": null,
59355
- "isDeprecated": false,
59356
- "deprecationReason": null
59357
- },
59358
- {
59359
- "name": "pricingType",
61542
+ "name": "isLatest",
59360
61543
  "description": null,
59361
61544
  "type": {
59362
61545
  "kind": "INPUT_OBJECT",
59363
- "name": "PricingTypeFilterComparison",
61546
+ "name": "BooleanFieldComparison",
59364
61547
  "ofType": null
59365
61548
  },
59366
61549
  "defaultValue": null,
@@ -59368,7 +61551,7 @@
59368
61551
  "deprecationReason": null
59369
61552
  },
59370
61553
  {
59371
- "name": "productId",
61554
+ "name": "offerId",
59372
61555
  "description": null,
59373
61556
  "type": {
59374
61557
  "kind": "INPUT_OBJECT",
@@ -59380,12 +61563,20 @@
59380
61563
  "deprecationReason": null
59381
61564
  },
59382
61565
  {
59383
- "name": "refId",
61566
+ "name": "or",
59384
61567
  "description": null,
59385
61568
  "type": {
59386
- "kind": "INPUT_OBJECT",
59387
- "name": "StringFieldComparison",
59388
- "ofType": null
61569
+ "kind": "LIST",
61570
+ "name": null,
61571
+ "ofType": {
61572
+ "kind": "NON_NULL",
61573
+ "name": null,
61574
+ "ofType": {
61575
+ "kind": "INPUT_OBJECT",
61576
+ "name": "PlanFilterOfferFilter",
61577
+ "ofType": null
61578
+ }
61579
+ }
59389
61580
  },
59390
61581
  "defaultValue": null,
59391
61582
  "isDeprecated": false,
@@ -59396,19 +61587,7 @@
59396
61587
  "description": null,
59397
61588
  "type": {
59398
61589
  "kind": "INPUT_OBJECT",
59399
- "name": "PackageStatusFilterComparison",
59400
- "ofType": null
59401
- },
59402
- "defaultValue": null,
59403
- "isDeprecated": false,
59404
- "deprecationReason": null
59405
- },
59406
- {
59407
- "name": "updatedAt",
59408
- "description": null,
59409
- "type": {
59410
- "kind": "INPUT_OBJECT",
59411
- "name": "DateFieldComparison",
61590
+ "name": "OfferStatusFilterComparison",
59412
61591
  "ofType": null
59413
61592
  },
59414
61593
  "defaultValue": null,
@@ -59416,7 +61595,7 @@
59416
61595
  "deprecationReason": null
59417
61596
  },
59418
61597
  {
59419
- "name": "versionNumber",
61598
+ "name": "version",
59420
61599
  "description": null,
59421
61600
  "type": {
59422
61601
  "kind": "INPUT_OBJECT",
@@ -68945,6 +71124,49 @@
68945
71124
  ],
68946
71125
  "possibleTypes": null
68947
71126
  },
71127
+ {
71128
+ "kind": "INPUT_OBJECT",
71129
+ "name": "PublishOfferInput",
71130
+ "description": "Publish offer input",
71131
+ "fields": null,
71132
+ "inputFields": [
71133
+ {
71134
+ "name": "environmentId",
71135
+ "description": "The unique identifier for the environment",
71136
+ "type": {
71137
+ "kind": "NON_NULL",
71138
+ "name": null,
71139
+ "ofType": {
71140
+ "kind": "SCALAR",
71141
+ "name": "UUID",
71142
+ "ofType": null
71143
+ }
71144
+ },
71145
+ "defaultValue": null,
71146
+ "isDeprecated": false,
71147
+ "deprecationReason": null
71148
+ },
71149
+ {
71150
+ "name": "offerId",
71151
+ "description": "The unique identifier for the entity",
71152
+ "type": {
71153
+ "kind": "NON_NULL",
71154
+ "name": null,
71155
+ "ofType": {
71156
+ "kind": "SCALAR",
71157
+ "name": "String",
71158
+ "ofType": null
71159
+ }
71160
+ },
71161
+ "defaultValue": null,
71162
+ "isDeprecated": false,
71163
+ "deprecationReason": null
71164
+ }
71165
+ ],
71166
+ "interfaces": null,
71167
+ "enumValues": null,
71168
+ "possibleTypes": null
71169
+ },
68948
71170
  {
68949
71171
  "kind": "OBJECT",
68950
71172
  "name": "PublishPackageResult",
@@ -70512,6 +72734,39 @@
70512
72734
  "isDeprecated": false,
70513
72735
  "deprecationReason": null
70514
72736
  },
72737
+ {
72738
+ "name": "getOffer",
72739
+ "description": "Get offer by refId and optional version",
72740
+ "args": [
72741
+ {
72742
+ "name": "input",
72743
+ "description": "Get offer input",
72744
+ "type": {
72745
+ "kind": "NON_NULL",
72746
+ "name": null,
72747
+ "ofType": {
72748
+ "kind": "INPUT_OBJECT",
72749
+ "name": "GetOfferInput",
72750
+ "ofType": null
72751
+ }
72752
+ },
72753
+ "defaultValue": null,
72754
+ "isDeprecated": false,
72755
+ "deprecationReason": null
72756
+ }
72757
+ ],
72758
+ "type": {
72759
+ "kind": "NON_NULL",
72760
+ "name": null,
72761
+ "ofType": {
72762
+ "kind": "OBJECT",
72763
+ "name": "Offer",
72764
+ "ofType": null
72765
+ }
72766
+ },
72767
+ "isDeprecated": false,
72768
+ "deprecationReason": null
72769
+ },
70515
72770
  {
70516
72771
  "name": "getPackageGroup",
70517
72772
  "description": "Fetching a package group",
@@ -70838,7 +73093,167 @@
70838
73093
  "name": null,
70839
73094
  "ofType": {
70840
73095
  "kind": "INPUT_OBJECT",
70841
- "name": "IntegrationSort",
73096
+ "name": "IntegrationSort",
73097
+ "ofType": null
73098
+ }
73099
+ }
73100
+ },
73101
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
73102
+ "isDeprecated": false,
73103
+ "deprecationReason": null
73104
+ }
73105
+ ],
73106
+ "type": {
73107
+ "kind": "NON_NULL",
73108
+ "name": null,
73109
+ "ofType": {
73110
+ "kind": "OBJECT",
73111
+ "name": "IntegrationConnection",
73112
+ "ofType": null
73113
+ }
73114
+ },
73115
+ "isDeprecated": false,
73116
+ "deprecationReason": null
73117
+ },
73118
+ {
73119
+ "name": "isAccountEmailDomainTaken",
73120
+ "description": "Check if an email domain is already in use by another account",
73121
+ "args": [
73122
+ {
73123
+ "name": "domain",
73124
+ "description": null,
73125
+ "type": {
73126
+ "kind": "NON_NULL",
73127
+ "name": null,
73128
+ "ofType": {
73129
+ "kind": "SCALAR",
73130
+ "name": "String",
73131
+ "ofType": null
73132
+ }
73133
+ },
73134
+ "defaultValue": null,
73135
+ "isDeprecated": false,
73136
+ "deprecationReason": null
73137
+ }
73138
+ ],
73139
+ "type": {
73140
+ "kind": "NON_NULL",
73141
+ "name": null,
73142
+ "ofType": {
73143
+ "kind": "SCALAR",
73144
+ "name": "Boolean",
73145
+ "ofType": null
73146
+ }
73147
+ },
73148
+ "isDeprecated": false,
73149
+ "deprecationReason": null
73150
+ },
73151
+ {
73152
+ "name": "listAwsProductDimensions",
73153
+ "description": "List AWS Marketplace product dimensions",
73154
+ "args": [
73155
+ {
73156
+ "name": "input",
73157
+ "description": null,
73158
+ "type": {
73159
+ "kind": "NON_NULL",
73160
+ "name": null,
73161
+ "ofType": {
73162
+ "kind": "INPUT_OBJECT",
73163
+ "name": "ListAwsProductDimensionsInput",
73164
+ "ofType": null
73165
+ }
73166
+ },
73167
+ "defaultValue": null,
73168
+ "isDeprecated": false,
73169
+ "deprecationReason": null
73170
+ }
73171
+ ],
73172
+ "type": {
73173
+ "kind": "NON_NULL",
73174
+ "name": null,
73175
+ "ofType": {
73176
+ "kind": "OBJECT",
73177
+ "name": "ListAwsProductDimensionsDTO",
73178
+ "ofType": null
73179
+ }
73180
+ },
73181
+ "isDeprecated": false,
73182
+ "deprecationReason": null
73183
+ },
73184
+ {
73185
+ "name": "listAwsProducts",
73186
+ "description": "List AWS Marketplace products",
73187
+ "args": [
73188
+ {
73189
+ "name": "input",
73190
+ "description": null,
73191
+ "type": {
73192
+ "kind": "NON_NULL",
73193
+ "name": null,
73194
+ "ofType": {
73195
+ "kind": "INPUT_OBJECT",
73196
+ "name": "ListAwsProductsInput",
73197
+ "ofType": null
73198
+ }
73199
+ },
73200
+ "defaultValue": null,
73201
+ "isDeprecated": false,
73202
+ "deprecationReason": null
73203
+ }
73204
+ ],
73205
+ "type": {
73206
+ "kind": "NON_NULL",
73207
+ "name": null,
73208
+ "ofType": {
73209
+ "kind": "OBJECT",
73210
+ "name": "ListAwsProductsResult",
73211
+ "ofType": null
73212
+ }
73213
+ },
73214
+ "isDeprecated": false,
73215
+ "deprecationReason": null
73216
+ },
73217
+ {
73218
+ "name": "members",
73219
+ "description": null,
73220
+ "args": [
73221
+ {
73222
+ "name": "filter",
73223
+ "description": "Specify to filter the records returned.",
73224
+ "type": {
73225
+ "kind": "INPUT_OBJECT",
73226
+ "name": "MemberFilter",
73227
+ "ofType": null
73228
+ },
73229
+ "defaultValue": "{}",
73230
+ "isDeprecated": false,
73231
+ "deprecationReason": null
73232
+ },
73233
+ {
73234
+ "name": "paging",
73235
+ "description": "Limit or page results.",
73236
+ "type": {
73237
+ "kind": "INPUT_OBJECT",
73238
+ "name": "CursorPaging",
73239
+ "ofType": null
73240
+ },
73241
+ "defaultValue": "{first: 10}",
73242
+ "isDeprecated": false,
73243
+ "deprecationReason": null
73244
+ },
73245
+ {
73246
+ "name": "sorting",
73247
+ "description": "Specify to sort results.",
73248
+ "type": {
73249
+ "kind": "LIST",
73250
+ "name": null,
73251
+ "ofType": {
73252
+ "kind": "NON_NULL",
73253
+ "name": null,
73254
+ "ofType": {
73255
+ "kind": "INPUT_OBJECT",
73256
+ "name": "MemberSort",
70842
73257
  "ofType": null
70843
73258
  }
70844
73259
  }
@@ -70853,73 +73268,7 @@
70853
73268
  "name": null,
70854
73269
  "ofType": {
70855
73270
  "kind": "OBJECT",
70856
- "name": "IntegrationConnection",
70857
- "ofType": null
70858
- }
70859
- },
70860
- "isDeprecated": false,
70861
- "deprecationReason": null
70862
- },
70863
- {
70864
- "name": "isAccountEmailDomainTaken",
70865
- "description": "Check if an email domain is already in use by another account",
70866
- "args": [
70867
- {
70868
- "name": "domain",
70869
- "description": null,
70870
- "type": {
70871
- "kind": "NON_NULL",
70872
- "name": null,
70873
- "ofType": {
70874
- "kind": "SCALAR",
70875
- "name": "String",
70876
- "ofType": null
70877
- }
70878
- },
70879
- "defaultValue": null,
70880
- "isDeprecated": false,
70881
- "deprecationReason": null
70882
- }
70883
- ],
70884
- "type": {
70885
- "kind": "NON_NULL",
70886
- "name": null,
70887
- "ofType": {
70888
- "kind": "SCALAR",
70889
- "name": "Boolean",
70890
- "ofType": null
70891
- }
70892
- },
70893
- "isDeprecated": false,
70894
- "deprecationReason": null
70895
- },
70896
- {
70897
- "name": "listAwsProductDimensions",
70898
- "description": "List AWS Marketplace product dimensions",
70899
- "args": [
70900
- {
70901
- "name": "input",
70902
- "description": null,
70903
- "type": {
70904
- "kind": "NON_NULL",
70905
- "name": null,
70906
- "ofType": {
70907
- "kind": "INPUT_OBJECT",
70908
- "name": "ListAwsProductDimensionsInput",
70909
- "ofType": null
70910
- }
70911
- },
70912
- "defaultValue": null,
70913
- "isDeprecated": false,
70914
- "deprecationReason": null
70915
- }
70916
- ],
70917
- "type": {
70918
- "kind": "NON_NULL",
70919
- "name": null,
70920
- "ofType": {
70921
- "kind": "OBJECT",
70922
- "name": "ListAwsProductDimensionsDTO",
73271
+ "name": "MemberConnection",
70923
73272
  "ofType": null
70924
73273
  }
70925
73274
  },
@@ -70927,18 +73276,18 @@
70927
73276
  "deprecationReason": null
70928
73277
  },
70929
73278
  {
70930
- "name": "listAwsProducts",
70931
- "description": "List AWS Marketplace products",
73279
+ "name": "mockPaywall",
73280
+ "description": "Get mock paywall by plan ID",
70932
73281
  "args": [
70933
73282
  {
70934
73283
  "name": "input",
70935
- "description": null,
73284
+ "description": "Input for fetching the paywall",
70936
73285
  "type": {
70937
73286
  "kind": "NON_NULL",
70938
73287
  "name": null,
70939
73288
  "ofType": {
70940
73289
  "kind": "INPUT_OBJECT",
70941
- "name": "ListAwsProductsInput",
73290
+ "name": "GetPaywallInput",
70942
73291
  "ofType": null
70943
73292
  }
70944
73293
  },
@@ -70952,7 +73301,7 @@
70952
73301
  "name": null,
70953
73302
  "ofType": {
70954
73303
  "kind": "OBJECT",
70955
- "name": "ListAwsProductsResult",
73304
+ "name": "MockPaywall",
70956
73305
  "ofType": null
70957
73306
  }
70958
73307
  },
@@ -70960,7 +73309,7 @@
70960
73309
  "deprecationReason": null
70961
73310
  },
70962
73311
  {
70963
- "name": "members",
73312
+ "name": "offers",
70964
73313
  "description": null,
70965
73314
  "args": [
70966
73315
  {
@@ -70968,7 +73317,7 @@
70968
73317
  "description": "Specify to filter the records returned.",
70969
73318
  "type": {
70970
73319
  "kind": "INPUT_OBJECT",
70971
- "name": "MemberFilter",
73320
+ "name": "OfferFilter",
70972
73321
  "ofType": null
70973
73322
  },
70974
73323
  "defaultValue": "{}",
@@ -70998,7 +73347,7 @@
70998
73347
  "name": null,
70999
73348
  "ofType": {
71000
73349
  "kind": "INPUT_OBJECT",
71001
- "name": "MemberSort",
73350
+ "name": "OfferSort",
71002
73351
  "ofType": null
71003
73352
  }
71004
73353
  }
@@ -71013,40 +73362,7 @@
71013
73362
  "name": null,
71014
73363
  "ofType": {
71015
73364
  "kind": "OBJECT",
71016
- "name": "MemberConnection",
71017
- "ofType": null
71018
- }
71019
- },
71020
- "isDeprecated": false,
71021
- "deprecationReason": null
71022
- },
71023
- {
71024
- "name": "mockPaywall",
71025
- "description": "Get mock paywall by plan ID",
71026
- "args": [
71027
- {
71028
- "name": "input",
71029
- "description": "Input for fetching the paywall",
71030
- "type": {
71031
- "kind": "NON_NULL",
71032
- "name": null,
71033
- "ofType": {
71034
- "kind": "INPUT_OBJECT",
71035
- "name": "GetPaywallInput",
71036
- "ofType": null
71037
- }
71038
- },
71039
- "defaultValue": null,
71040
- "isDeprecated": false,
71041
- "deprecationReason": null
71042
- }
71043
- ],
71044
- "type": {
71045
- "kind": "NON_NULL",
71046
- "name": null,
71047
- "ofType": {
71048
- "kind": "OBJECT",
71049
- "name": "MockPaywall",
73365
+ "name": "OfferConnection",
71050
73366
  "ofType": null
71051
73367
  }
71052
73368
  },
@@ -72545,6 +74861,49 @@
72545
74861
  "enumValues": null,
72546
74862
  "possibleTypes": null
72547
74863
  },
74864
+ {
74865
+ "kind": "INPUT_OBJECT",
74866
+ "name": "RemoveOfferDraftInput",
74867
+ "description": "Remove offer draft input",
74868
+ "fields": null,
74869
+ "inputFields": [
74870
+ {
74871
+ "name": "environmentId",
74872
+ "description": "The unique identifier for the environment",
74873
+ "type": {
74874
+ "kind": "NON_NULL",
74875
+ "name": null,
74876
+ "ofType": {
74877
+ "kind": "SCALAR",
74878
+ "name": "UUID",
74879
+ "ofType": null
74880
+ }
74881
+ },
74882
+ "defaultValue": null,
74883
+ "isDeprecated": false,
74884
+ "deprecationReason": null
74885
+ },
74886
+ {
74887
+ "name": "offerId",
74888
+ "description": "The unique identifier for the entity",
74889
+ "type": {
74890
+ "kind": "NON_NULL",
74891
+ "name": null,
74892
+ "ofType": {
74893
+ "kind": "SCALAR",
74894
+ "name": "String",
74895
+ "ofType": null
74896
+ }
74897
+ },
74898
+ "defaultValue": null,
74899
+ "isDeprecated": false,
74900
+ "deprecationReason": null
74901
+ }
74902
+ ],
74903
+ "interfaces": null,
74904
+ "enumValues": null,
74905
+ "possibleTypes": null
74906
+ },
72548
74907
  {
72549
74908
  "kind": "INPUT_OBJECT",
72550
74909
  "name": "ReportUsageBaseInput",
@@ -73433,6 +75792,45 @@
73433
75792
  "enumValues": null,
73434
75793
  "possibleTypes": null
73435
75794
  },
75795
+ {
75796
+ "kind": "INPUT_OBJECT",
75797
+ "name": "SetDefaultOfferInput",
75798
+ "description": "Set default offer input",
75799
+ "fields": null,
75800
+ "inputFields": [
75801
+ {
75802
+ "name": "environmentId",
75803
+ "description": "The unique identifier for the environment",
75804
+ "type": {
75805
+ "kind": "SCALAR",
75806
+ "name": "UUID",
75807
+ "ofType": null
75808
+ },
75809
+ "defaultValue": null,
75810
+ "isDeprecated": false,
75811
+ "deprecationReason": null
75812
+ },
75813
+ {
75814
+ "name": "offerId",
75815
+ "description": "The unique identifier for the entity",
75816
+ "type": {
75817
+ "kind": "NON_NULL",
75818
+ "name": null,
75819
+ "ofType": {
75820
+ "kind": "SCALAR",
75821
+ "name": "String",
75822
+ "ofType": null
75823
+ }
75824
+ },
75825
+ "defaultValue": null,
75826
+ "isDeprecated": false,
75827
+ "deprecationReason": null
75828
+ }
75829
+ ],
75830
+ "interfaces": null,
75831
+ "enumValues": null,
75832
+ "possibleTypes": null
75833
+ },
73436
75834
  {
73437
75835
  "kind": "INPUT_OBJECT",
73438
75836
  "name": "SetExperimentOnCustomerInput",
@@ -90507,6 +92905,85 @@
90507
92905
  "enumValues": null,
90508
92906
  "possibleTypes": null
90509
92907
  },
92908
+ {
92909
+ "kind": "INPUT_OBJECT",
92910
+ "name": "UpdateOfferInput",
92911
+ "description": "Update offer input",
92912
+ "fields": null,
92913
+ "inputFields": [
92914
+ {
92915
+ "name": "additionalMetaData",
92916
+ "description": "Metadata associated with the entity",
92917
+ "type": {
92918
+ "kind": "SCALAR",
92919
+ "name": "JSON",
92920
+ "ofType": null
92921
+ },
92922
+ "defaultValue": null,
92923
+ "isDeprecated": false,
92924
+ "deprecationReason": null
92925
+ },
92926
+ {
92927
+ "name": "description",
92928
+ "description": "Updated offer description",
92929
+ "type": {
92930
+ "kind": "SCALAR",
92931
+ "name": "String",
92932
+ "ofType": null
92933
+ },
92934
+ "defaultValue": null,
92935
+ "isDeprecated": false,
92936
+ "deprecationReason": null
92937
+ },
92938
+ {
92939
+ "name": "environmentId",
92940
+ "description": "The unique identifier for the environment",
92941
+ "type": {
92942
+ "kind": "NON_NULL",
92943
+ "name": null,
92944
+ "ofType": {
92945
+ "kind": "SCALAR",
92946
+ "name": "UUID",
92947
+ "ofType": null
92948
+ }
92949
+ },
92950
+ "defaultValue": null,
92951
+ "isDeprecated": false,
92952
+ "deprecationReason": null
92953
+ },
92954
+ {
92955
+ "name": "name",
92956
+ "description": "Updated offer name",
92957
+ "type": {
92958
+ "kind": "SCALAR",
92959
+ "name": "String",
92960
+ "ofType": null
92961
+ },
92962
+ "defaultValue": null,
92963
+ "isDeprecated": false,
92964
+ "deprecationReason": null
92965
+ },
92966
+ {
92967
+ "name": "offerId",
92968
+ "description": "The unique identifier for the entity",
92969
+ "type": {
92970
+ "kind": "NON_NULL",
92971
+ "name": null,
92972
+ "ofType": {
92973
+ "kind": "SCALAR",
92974
+ "name": "String",
92975
+ "ofType": null
92976
+ }
92977
+ },
92978
+ "defaultValue": null,
92979
+ "isDeprecated": false,
92980
+ "deprecationReason": null
92981
+ }
92982
+ ],
92983
+ "interfaces": null,
92984
+ "enumValues": null,
92985
+ "possibleTypes": null
92986
+ },
90510
92987
  {
90511
92988
  "kind": "INPUT_OBJECT",
90512
92989
  "name": "UpdateOneEnvironmentInput",