stigg-api-client 6.10.0 → 6.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -555,6 +555,97 @@
555
555
  "enumValues": null,
556
556
  "possibleTypes": null
557
557
  },
558
+ {
559
+ "kind": "INPUT_OBJECT",
560
+ "name": "AddDataExportDestinationInput",
561
+ "description": "Input for adding a data export destination to an existing integration row",
562
+ "fields": null,
563
+ "inputFields": [
564
+ {
565
+ "name": "destinationId",
566
+ "description": "The provider's opaque destination identifier returned by the connect flow",
567
+ "type": {
568
+ "kind": "NON_NULL",
569
+ "name": null,
570
+ "ofType": {
571
+ "kind": "SCALAR",
572
+ "name": "String",
573
+ "ofType": null
574
+ }
575
+ },
576
+ "defaultValue": null,
577
+ "isDeprecated": false,
578
+ "deprecationReason": null
579
+ },
580
+ {
581
+ "name": "destinationType",
582
+ "description": "The vendor destination type (e.g. snowflake, bigquery)",
583
+ "type": {
584
+ "kind": "NON_NULL",
585
+ "name": null,
586
+ "ofType": {
587
+ "kind": "SCALAR",
588
+ "name": "String",
589
+ "ofType": null
590
+ }
591
+ },
592
+ "defaultValue": null,
593
+ "isDeprecated": false,
594
+ "deprecationReason": null
595
+ },
596
+ {
597
+ "name": "enabledModels",
598
+ "description": "Subset of data-export models to enable on this destination (omit for all)",
599
+ "type": {
600
+ "kind": "LIST",
601
+ "name": null,
602
+ "ofType": {
603
+ "kind": "NON_NULL",
604
+ "name": null,
605
+ "ofType": {
606
+ "kind": "SCALAR",
607
+ "name": "String",
608
+ "ofType": null
609
+ }
610
+ }
611
+ },
612
+ "defaultValue": null,
613
+ "isDeprecated": false,
614
+ "deprecationReason": null
615
+ },
616
+ {
617
+ "name": "environmentId",
618
+ "description": "The unique identifier for the environment",
619
+ "type": {
620
+ "kind": "SCALAR",
621
+ "name": "String",
622
+ "ofType": null
623
+ },
624
+ "defaultValue": null,
625
+ "isDeprecated": false,
626
+ "deprecationReason": null
627
+ },
628
+ {
629
+ "name": "integrationId",
630
+ "description": "The ID of the data export integration to attach the destination to",
631
+ "type": {
632
+ "kind": "NON_NULL",
633
+ "name": null,
634
+ "ofType": {
635
+ "kind": "SCALAR",
636
+ "name": "String",
637
+ "ofType": null
638
+ }
639
+ },
640
+ "defaultValue": null,
641
+ "isDeprecated": false,
642
+ "deprecationReason": null
643
+ }
644
+ ],
645
+ "interfaces": null,
646
+ "enumValues": null,
647
+ "possibleTypes": null
648
+ },
558
649
  {
559
650
  "kind": "OBJECT",
560
651
  "name": "AdditionalMetaDataChange",
@@ -5095,6 +5186,18 @@
5095
5186
  "isDeprecated": false,
5096
5187
  "deprecationReason": null
5097
5188
  },
5189
+ {
5190
+ "name": "cancellationDate",
5191
+ "description": "Subscription cancellation date",
5192
+ "type": {
5193
+ "kind": "SCALAR",
5194
+ "name": "DateTime",
5195
+ "ofType": null
5196
+ },
5197
+ "defaultValue": null,
5198
+ "isDeprecated": false,
5199
+ "deprecationReason": null
5200
+ },
5098
5201
  {
5099
5202
  "name": "charges",
5100
5203
  "description": null,
@@ -5419,6 +5522,45 @@
5419
5522
  "enumValues": null,
5420
5523
  "possibleTypes": null
5421
5524
  },
5525
+ {
5526
+ "kind": "INPUT_OBJECT",
5527
+ "name": "ArchiveCustomCurrencyInput",
5528
+ "description": "Input for archiving a custom currency",
5529
+ "fields": null,
5530
+ "inputFields": [
5531
+ {
5532
+ "name": "currencyId",
5533
+ "description": "The unique identifier for the custom currency",
5534
+ "type": {
5535
+ "kind": "NON_NULL",
5536
+ "name": null,
5537
+ "ofType": {
5538
+ "kind": "SCALAR",
5539
+ "name": "String",
5540
+ "ofType": null
5541
+ }
5542
+ },
5543
+ "defaultValue": null,
5544
+ "isDeprecated": false,
5545
+ "deprecationReason": null
5546
+ },
5547
+ {
5548
+ "name": "environmentId",
5549
+ "description": "The environment ID",
5550
+ "type": {
5551
+ "kind": "SCALAR",
5552
+ "name": "UUID",
5553
+ "ofType": null
5554
+ },
5555
+ "defaultValue": null,
5556
+ "isDeprecated": false,
5557
+ "deprecationReason": null
5558
+ }
5559
+ ],
5560
+ "interfaces": null,
5561
+ "enumValues": null,
5562
+ "possibleTypes": null
5563
+ },
5422
5564
  {
5423
5565
  "kind": "INPUT_OBJECT",
5424
5566
  "name": "ArchiveCustomerInput",
@@ -13301,6 +13443,18 @@
13301
13443
  "isDeprecated": false,
13302
13444
  "deprecationReason": null
13303
13445
  },
13446
+ {
13447
+ "name": "receivedCredentials",
13448
+ "description": "Received reconnect input. Supply previously-issued secrets to reconnect without rotation; omit to perform a fresh connect with rotation.",
13449
+ "type": {
13450
+ "kind": "INPUT_OBJECT",
13451
+ "name": "ReceivedReconnectInput",
13452
+ "ofType": null
13453
+ },
13454
+ "defaultValue": null,
13455
+ "isDeprecated": false,
13456
+ "deprecationReason": null
13457
+ },
13304
13458
  {
13305
13459
  "name": "salesforceCredentials",
13306
13460
  "description": "Salesforce integration configuration",
@@ -14294,6 +14448,16 @@
14294
14448
  "name": "OpenFGACredentials",
14295
14449
  "ofType": null
14296
14450
  },
14451
+ {
14452
+ "kind": "OBJECT",
14453
+ "name": "PrequelCredentials",
14454
+ "ofType": null
14455
+ },
14456
+ {
14457
+ "kind": "OBJECT",
14458
+ "name": "ReceivedCredentials",
14459
+ "ofType": null
14460
+ },
14297
14461
  {
14298
14462
  "kind": "OBJECT",
14299
14463
  "name": "SalesforceCredentials",
@@ -14816,6 +14980,18 @@
14816
14980
  "isDeprecated": false,
14817
14981
  "deprecationReason": null
14818
14982
  },
14983
+ {
14984
+ "name": "hasSoftLimit",
14985
+ "description": "Indicates whether the usage limit is soft — usage can exceed the limit, but will be tracked.",
14986
+ "args": [],
14987
+ "type": {
14988
+ "kind": "SCALAR",
14989
+ "name": "Boolean",
14990
+ "ofType": null
14991
+ },
14992
+ "isDeprecated": false,
14993
+ "deprecationReason": null
14994
+ },
14819
14995
  {
14820
14996
  "name": "isGranted",
14821
14997
  "description": "Indicates whether the entitlement is currently granted to the customer.",
@@ -15126,6 +15302,18 @@
15126
15302
  "isDeprecated": false,
15127
15303
  "deprecationReason": null
15128
15304
  },
15305
+ {
15306
+ "name": "hasSoftLimit",
15307
+ "description": "Indicates whether the usage limit is soft — usage can exceed the limit, but will be tracked.",
15308
+ "args": [],
15309
+ "type": {
15310
+ "kind": "SCALAR",
15311
+ "name": "Boolean",
15312
+ "ofType": null
15313
+ },
15314
+ "isDeprecated": false,
15315
+ "deprecationReason": null
15316
+ },
15129
15317
  {
15130
15318
  "name": "isGranted",
15131
15319
  "description": "Indicates whether the entitlement is currently granted to the customer.",
@@ -15220,6 +15408,116 @@
15220
15408
  "enumValues": null,
15221
15409
  "possibleTypes": null
15222
15410
  },
15411
+ {
15412
+ "kind": "OBJECT",
15413
+ "name": "CreditEventsFields",
15414
+ "description": "Credit events fields",
15415
+ "fields": [
15416
+ {
15417
+ "name": "fields",
15418
+ "description": "Distinct dimension keys seen in credit consumption events for the customer",
15419
+ "args": [],
15420
+ "type": {
15421
+ "kind": "NON_NULL",
15422
+ "name": null,
15423
+ "ofType": {
15424
+ "kind": "LIST",
15425
+ "name": null,
15426
+ "ofType": {
15427
+ "kind": "NON_NULL",
15428
+ "name": null,
15429
+ "ofType": {
15430
+ "kind": "SCALAR",
15431
+ "name": "String",
15432
+ "ofType": null
15433
+ }
15434
+ }
15435
+ }
15436
+ },
15437
+ "isDeprecated": false,
15438
+ "deprecationReason": null
15439
+ }
15440
+ ],
15441
+ "inputFields": null,
15442
+ "interfaces": [],
15443
+ "enumValues": null,
15444
+ "possibleTypes": null
15445
+ },
15446
+ {
15447
+ "kind": "INPUT_OBJECT",
15448
+ "name": "CreditEventsFieldsInput",
15449
+ "description": "Input for retrieving credit events fields",
15450
+ "fields": null,
15451
+ "inputFields": [
15452
+ {
15453
+ "name": "currencyId",
15454
+ "description": "Optional credit currency ID filter (matches creditCurrencyId)",
15455
+ "type": {
15456
+ "kind": "SCALAR",
15457
+ "name": "String",
15458
+ "ofType": null
15459
+ },
15460
+ "defaultValue": null,
15461
+ "isDeprecated": false,
15462
+ "deprecationReason": null
15463
+ },
15464
+ {
15465
+ "name": "customerId",
15466
+ "description": "The customer ID whose credit consumption events to sample",
15467
+ "type": {
15468
+ "kind": "NON_NULL",
15469
+ "name": null,
15470
+ "ofType": {
15471
+ "kind": "SCALAR",
15472
+ "name": "String",
15473
+ "ofType": null
15474
+ }
15475
+ },
15476
+ "defaultValue": null,
15477
+ "isDeprecated": false,
15478
+ "deprecationReason": null
15479
+ },
15480
+ {
15481
+ "name": "environmentId",
15482
+ "description": "The environment ID",
15483
+ "type": {
15484
+ "kind": "SCALAR",
15485
+ "name": "UUID",
15486
+ "ofType": null
15487
+ },
15488
+ "defaultValue": null,
15489
+ "isDeprecated": false,
15490
+ "deprecationReason": null
15491
+ },
15492
+ {
15493
+ "name": "resourceId",
15494
+ "description": "Optional resource ID filter",
15495
+ "type": {
15496
+ "kind": "SCALAR",
15497
+ "name": "String",
15498
+ "ofType": null
15499
+ },
15500
+ "defaultValue": null,
15501
+ "isDeprecated": false,
15502
+ "deprecationReason": null
15503
+ },
15504
+ {
15505
+ "name": "search",
15506
+ "description": "Optional case-insensitive prefix to filter returned dimension keys",
15507
+ "type": {
15508
+ "kind": "SCALAR",
15509
+ "name": "String",
15510
+ "ofType": null
15511
+ },
15512
+ "defaultValue": null,
15513
+ "isDeprecated": false,
15514
+ "deprecationReason": null
15515
+ }
15516
+ ],
15517
+ "interfaces": null,
15518
+ "enumValues": null,
15519
+ "possibleTypes": null
15520
+ },
15223
15521
  {
15224
15522
  "kind": "OBJECT",
15225
15523
  "name": "CreditGrant",
@@ -16098,7 +16396,7 @@
16098
16396
  "name": null,
16099
16397
  "ofType": {
16100
16398
  "kind": "ENUM",
16101
- "name": "CreditGrantType",
16399
+ "name": "CreditGrantTypeInput",
16102
16400
  "ofType": null
16103
16401
  }
16104
16402
  },
@@ -16738,6 +17036,29 @@
16738
17036
  ],
16739
17037
  "possibleTypes": null
16740
17038
  },
17039
+ {
17040
+ "kind": "ENUM",
17041
+ "name": "CreditGrantTypeInput",
17042
+ "description": "The type of credit grant",
17043
+ "fields": null,
17044
+ "inputFields": null,
17045
+ "interfaces": null,
17046
+ "enumValues": [
17047
+ {
17048
+ "name": "PAID",
17049
+ "description": "Paid credit grant",
17050
+ "isDeprecated": false,
17051
+ "deprecationReason": null
17052
+ },
17053
+ {
17054
+ "name": "PROMOTIONAL",
17055
+ "description": "Promotional credit grant",
17056
+ "isDeprecated": false,
17057
+ "deprecationReason": null
17058
+ }
17059
+ ],
17060
+ "possibleTypes": null
17061
+ },
16741
17062
  {
16742
17063
  "kind": "OBJECT",
16743
17064
  "name": "CreditLedgerConnection",
@@ -17376,13 +17697,15 @@
17376
17697
  },
17377
17698
  {
17378
17699
  "name": "endDate",
17379
- "description": "End date for custom time range filter. Defaults to now when not provided.",
17700
+ "description": "The end date for the credit usage time range (defaults to now when startDate is provided)",
17380
17701
  "type": {
17381
17702
  "kind": "SCALAR",
17382
17703
  "name": "DateTime",
17383
17704
  "ofType": null
17384
17705
  },
17385
- "defaultValue": null
17706
+ "defaultValue": null,
17707
+ "isDeprecated": false,
17708
+ "deprecationReason": null
17386
17709
  },
17387
17710
  {
17388
17711
  "name": "environmentId",
@@ -17412,7 +17735,9 @@
17412
17735
  }
17413
17736
  }
17414
17737
  },
17415
- "defaultValue": null
17738
+ "defaultValue": null,
17739
+ "isDeprecated": false,
17740
+ "deprecationReason": null
17416
17741
  },
17417
17742
  {
17418
17743
  "name": "paging",
@@ -17422,7 +17747,9 @@
17422
17747
  "name": "CursorPaging",
17423
17748
  "ofType": null
17424
17749
  },
17425
- "defaultValue": null
17750
+ "defaultValue": null,
17751
+ "isDeprecated": false,
17752
+ "deprecationReason": null
17426
17753
  },
17427
17754
  {
17428
17755
  "name": "resourceId",
@@ -17438,13 +17765,15 @@
17438
17765
  },
17439
17766
  {
17440
17767
  "name": "startDate",
17441
- "description": "Start date for custom time range filter. Takes precedence over timeRange when provided.",
17768
+ "description": "The start date for the credit usage time range (takes precedence over timeRange when provided)",
17442
17769
  "type": {
17443
17770
  "kind": "SCALAR",
17444
17771
  "name": "DateTime",
17445
17772
  "ofType": null
17446
17773
  },
17447
- "defaultValue": null
17774
+ "defaultValue": null,
17775
+ "isDeprecated": false,
17776
+ "deprecationReason": null
17448
17777
  },
17449
17778
  {
17450
17779
  "name": "timeRange",
@@ -17513,32 +17842,24 @@
17513
17842
  "fields": [
17514
17843
  {
17515
17844
  "name": "featureId",
17516
- "description": "Feature ID for the credit usage series",
17845
+ "description": "Feature ID for the credit usage series; null when grouping by dimensions only",
17517
17846
  "args": [],
17518
17847
  "type": {
17519
- "kind": "NON_NULL",
17520
- "name": null,
17521
- "ofType": {
17522
- "kind": "SCALAR",
17523
- "name": "String",
17524
- "ofType": null
17525
- }
17848
+ "kind": "SCALAR",
17849
+ "name": "String",
17850
+ "ofType": null
17526
17851
  },
17527
17852
  "isDeprecated": false,
17528
17853
  "deprecationReason": null
17529
17854
  },
17530
17855
  {
17531
17856
  "name": "featureName",
17532
- "description": "Display name of the feature for the credit usage series",
17857
+ "description": "Display name of the feature for the credit usage series; null when grouping by dimensions only",
17533
17858
  "args": [],
17534
17859
  "type": {
17535
- "kind": "NON_NULL",
17536
- "name": null,
17537
- "ofType": {
17538
- "kind": "SCALAR",
17539
- "name": "String",
17540
- "ofType": null
17541
- }
17860
+ "kind": "SCALAR",
17861
+ "name": "String",
17862
+ "ofType": null
17542
17863
  },
17543
17864
  "isDeprecated": false,
17544
17865
  "deprecationReason": null
@@ -17567,6 +17888,26 @@
17567
17888
  "isDeprecated": false,
17568
17889
  "deprecationReason": null
17569
17890
  },
17891
+ {
17892
+ "name": "tags",
17893
+ "description": "Dimension key/value pairs identifying this series when groupBy is applied",
17894
+ "args": [],
17895
+ "type": {
17896
+ "kind": "LIST",
17897
+ "name": null,
17898
+ "ofType": {
17899
+ "kind": "NON_NULL",
17900
+ "name": null,
17901
+ "ofType": {
17902
+ "kind": "OBJECT",
17903
+ "name": "CreditUsageSeriesTag",
17904
+ "ofType": null
17905
+ }
17906
+ }
17907
+ },
17908
+ "isDeprecated": false,
17909
+ "deprecationReason": null
17910
+ },
17570
17911
  {
17571
17912
  "name": "totalCredits",
17572
17913
  "description": "Total credits consumed by this feature across all time points",
@@ -17589,6 +17930,49 @@
17589
17930
  "enumValues": null,
17590
17931
  "possibleTypes": null
17591
17932
  },
17933
+ {
17934
+ "kind": "OBJECT",
17935
+ "name": "CreditUsageSeriesTag",
17936
+ "description": "Dimension key/value pair identifying a credit usage series",
17937
+ "fields": [
17938
+ {
17939
+ "name": "key",
17940
+ "description": "The dimension key",
17941
+ "args": [],
17942
+ "type": {
17943
+ "kind": "NON_NULL",
17944
+ "name": null,
17945
+ "ofType": {
17946
+ "kind": "SCALAR",
17947
+ "name": "String",
17948
+ "ofType": null
17949
+ }
17950
+ },
17951
+ "isDeprecated": false,
17952
+ "deprecationReason": null
17953
+ },
17954
+ {
17955
+ "name": "value",
17956
+ "description": "The dimension value for this series",
17957
+ "args": [],
17958
+ "type": {
17959
+ "kind": "NON_NULL",
17960
+ "name": null,
17961
+ "ofType": {
17962
+ "kind": "SCALAR",
17963
+ "name": "String",
17964
+ "ofType": null
17965
+ }
17966
+ },
17967
+ "isDeprecated": false,
17968
+ "deprecationReason": null
17969
+ }
17970
+ ],
17971
+ "inputFields": null,
17972
+ "interfaces": [],
17973
+ "enumValues": null,
17974
+ "possibleTypes": null
17975
+ },
17592
17976
  {
17593
17977
  "kind": "ENUM",
17594
17978
  "name": "CreditUsageTimeRange",
@@ -18407,6 +18791,18 @@
18407
18791
  "isDeprecated": false,
18408
18792
  "deprecationReason": null
18409
18793
  },
18794
+ {
18795
+ "name": "archivedAt",
18796
+ "description": null,
18797
+ "args": [],
18798
+ "type": {
18799
+ "kind": "SCALAR",
18800
+ "name": "DateTime",
18801
+ "ofType": null
18802
+ },
18803
+ "isDeprecated": false,
18804
+ "deprecationReason": null
18805
+ },
18410
18806
  {
18411
18807
  "name": "createdAt",
18412
18808
  "description": "Timestamp of when the record was created",
@@ -18529,6 +18925,120 @@
18529
18925
  "enumValues": null,
18530
18926
  "possibleTypes": null
18531
18927
  },
18928
+ {
18929
+ "kind": "INPUT_OBJECT",
18930
+ "name": "CustomCurrencyAssociatedEntitiesInput",
18931
+ "description": "Input for fetching custom currency associated entities",
18932
+ "fields": null,
18933
+ "inputFields": [
18934
+ {
18935
+ "name": "currencyId",
18936
+ "description": "The unique identifier for the custom currency",
18937
+ "type": {
18938
+ "kind": "NON_NULL",
18939
+ "name": null,
18940
+ "ofType": {
18941
+ "kind": "SCALAR",
18942
+ "name": "String",
18943
+ "ofType": null
18944
+ }
18945
+ },
18946
+ "defaultValue": null,
18947
+ "isDeprecated": false,
18948
+ "deprecationReason": null
18949
+ },
18950
+ {
18951
+ "name": "environmentId",
18952
+ "description": "The environment ID",
18953
+ "type": {
18954
+ "kind": "SCALAR",
18955
+ "name": "UUID",
18956
+ "ofType": null
18957
+ },
18958
+ "defaultValue": null,
18959
+ "isDeprecated": false,
18960
+ "deprecationReason": null
18961
+ }
18962
+ ],
18963
+ "interfaces": null,
18964
+ "enumValues": null,
18965
+ "possibleTypes": null
18966
+ },
18967
+ {
18968
+ "kind": "OBJECT",
18969
+ "name": "CustomCurrencyAssociatedEntity",
18970
+ "description": "An entity associated with a custom currency",
18971
+ "fields": [
18972
+ {
18973
+ "name": "displayName",
18974
+ "description": "The entity display name or identifier",
18975
+ "args": [],
18976
+ "type": {
18977
+ "kind": "NON_NULL",
18978
+ "name": null,
18979
+ "ofType": {
18980
+ "kind": "SCALAR",
18981
+ "name": "String",
18982
+ "ofType": null
18983
+ }
18984
+ },
18985
+ "isDeprecated": false,
18986
+ "deprecationReason": null
18987
+ },
18988
+ {
18989
+ "name": "id",
18990
+ "description": "The entity ID",
18991
+ "args": [],
18992
+ "type": {
18993
+ "kind": "NON_NULL",
18994
+ "name": null,
18995
+ "ofType": {
18996
+ "kind": "SCALAR",
18997
+ "name": "String",
18998
+ "ofType": null
18999
+ }
19000
+ },
19001
+ "isDeprecated": false,
19002
+ "deprecationReason": null
19003
+ },
19004
+ {
19005
+ "name": "refId",
19006
+ "description": "The entity reference ID",
19007
+ "args": [],
19008
+ "type": {
19009
+ "kind": "NON_NULL",
19010
+ "name": null,
19011
+ "ofType": {
19012
+ "kind": "SCALAR",
19013
+ "name": "String",
19014
+ "ofType": null
19015
+ }
19016
+ },
19017
+ "isDeprecated": false,
19018
+ "deprecationReason": null
19019
+ },
19020
+ {
19021
+ "name": "type",
19022
+ "description": "The entity type (e.g., Plan, Feature)",
19023
+ "args": [],
19024
+ "type": {
19025
+ "kind": "NON_NULL",
19026
+ "name": null,
19027
+ "ofType": {
19028
+ "kind": "SCALAR",
19029
+ "name": "String",
19030
+ "ofType": null
19031
+ }
19032
+ },
19033
+ "isDeprecated": false,
19034
+ "deprecationReason": null
19035
+ }
19036
+ ],
19037
+ "inputFields": null,
19038
+ "interfaces": [],
19039
+ "enumValues": null,
19040
+ "possibleTypes": null
19041
+ },
18532
19042
  {
18533
19043
  "kind": "INPUT_OBJECT",
18534
19044
  "name": "CustomCurrencyInput",
@@ -18632,6 +19142,29 @@
18632
19142
  "enumValues": null,
18633
19143
  "possibleTypes": null
18634
19144
  },
19145
+ {
19146
+ "kind": "ENUM",
19147
+ "name": "CustomCurrencyStatus",
19148
+ "description": "The status of a custom currency",
19149
+ "fields": null,
19150
+ "inputFields": null,
19151
+ "interfaces": null,
19152
+ "enumValues": [
19153
+ {
19154
+ "name": "ACTIVE",
19155
+ "description": null,
19156
+ "isDeprecated": false,
19157
+ "deprecationReason": null
19158
+ },
19159
+ {
19160
+ "name": "ARCHIVED",
19161
+ "description": null,
19162
+ "isDeprecated": false,
19163
+ "deprecationReason": null
19164
+ }
19165
+ ],
19166
+ "possibleTypes": null
19167
+ },
18635
19168
  {
18636
19169
  "kind": "OBJECT",
18637
19170
  "name": "Customer",
@@ -28061,6 +28594,721 @@
28061
28594
  "enumValues": null,
28062
28595
  "possibleTypes": null
28063
28596
  },
28597
+ {
28598
+ "kind": "OBJECT",
28599
+ "name": "DataExportConnectionCheck",
28600
+ "description": "Result of initiating a data export destination connection check",
28601
+ "fields": [
28602
+ {
28603
+ "name": "checkId",
28604
+ "description": "The ID of the check command to poll for results",
28605
+ "args": [],
28606
+ "type": {
28607
+ "kind": "NON_NULL",
28608
+ "name": null,
28609
+ "ofType": {
28610
+ "kind": "SCALAR",
28611
+ "name": "String",
28612
+ "ofType": null
28613
+ }
28614
+ },
28615
+ "isDeprecated": false,
28616
+ "deprecationReason": null
28617
+ }
28618
+ ],
28619
+ "inputFields": null,
28620
+ "interfaces": [],
28621
+ "enumValues": null,
28622
+ "possibleTypes": null
28623
+ },
28624
+ {
28625
+ "kind": "INPUT_OBJECT",
28626
+ "name": "DataExportConnectionCheckInput",
28627
+ "description": "Input for initiating a data export destination connection check",
28628
+ "fields": null,
28629
+ "inputFields": [
28630
+ {
28631
+ "name": "environmentId",
28632
+ "description": "The unique identifier for the environment",
28633
+ "type": {
28634
+ "kind": "SCALAR",
28635
+ "name": "String",
28636
+ "ofType": null
28637
+ },
28638
+ "defaultValue": null,
28639
+ "isDeprecated": false,
28640
+ "deprecationReason": null
28641
+ },
28642
+ {
28643
+ "name": "integrationId",
28644
+ "description": "The ID of the data export integration",
28645
+ "type": {
28646
+ "kind": "NON_NULL",
28647
+ "name": null,
28648
+ "ofType": {
28649
+ "kind": "SCALAR",
28650
+ "name": "String",
28651
+ "ofType": null
28652
+ }
28653
+ },
28654
+ "defaultValue": null,
28655
+ "isDeprecated": false,
28656
+ "deprecationReason": null
28657
+ }
28658
+ ],
28659
+ "interfaces": null,
28660
+ "enumValues": null,
28661
+ "possibleTypes": null
28662
+ },
28663
+ {
28664
+ "kind": "OBJECT",
28665
+ "name": "DataExportConnectionCheckResult",
28666
+ "description": "Result of a data export destination connection check",
28667
+ "fields": [
28668
+ {
28669
+ "name": "failureMessage",
28670
+ "description": "Detailed error message if the connection check failed",
28671
+ "args": [],
28672
+ "type": {
28673
+ "kind": "SCALAR",
28674
+ "name": "String",
28675
+ "ofType": null
28676
+ },
28677
+ "isDeprecated": false,
28678
+ "deprecationReason": null
28679
+ },
28680
+ {
28681
+ "name": "message",
28682
+ "description": "General message from the connection check",
28683
+ "args": [],
28684
+ "type": {
28685
+ "kind": "SCALAR",
28686
+ "name": "String",
28687
+ "ofType": null
28688
+ },
28689
+ "isDeprecated": false,
28690
+ "deprecationReason": null
28691
+ },
28692
+ {
28693
+ "name": "status",
28694
+ "description": "Status of the connection check (succeeded or failed)",
28695
+ "args": [],
28696
+ "type": {
28697
+ "kind": "NON_NULL",
28698
+ "name": null,
28699
+ "ofType": {
28700
+ "kind": "SCALAR",
28701
+ "name": "String",
28702
+ "ofType": null
28703
+ }
28704
+ },
28705
+ "isDeprecated": false,
28706
+ "deprecationReason": null
28707
+ }
28708
+ ],
28709
+ "inputFields": null,
28710
+ "interfaces": [],
28711
+ "enumValues": null,
28712
+ "possibleTypes": null
28713
+ },
28714
+ {
28715
+ "kind": "INPUT_OBJECT",
28716
+ "name": "DataExportConnectionCheckResultInput",
28717
+ "description": "Input for fetching the result of a data export destination connection check",
28718
+ "fields": null,
28719
+ "inputFields": [
28720
+ {
28721
+ "name": "checkId",
28722
+ "description": "The ID of the check command returned by the initiate mutation",
28723
+ "type": {
28724
+ "kind": "NON_NULL",
28725
+ "name": null,
28726
+ "ofType": {
28727
+ "kind": "SCALAR",
28728
+ "name": "String",
28729
+ "ofType": null
28730
+ }
28731
+ },
28732
+ "defaultValue": null,
28733
+ "isDeprecated": false,
28734
+ "deprecationReason": null
28735
+ },
28736
+ {
28737
+ "name": "environmentId",
28738
+ "description": "The unique identifier for the environment",
28739
+ "type": {
28740
+ "kind": "SCALAR",
28741
+ "name": "String",
28742
+ "ofType": null
28743
+ },
28744
+ "defaultValue": null,
28745
+ "isDeprecated": false,
28746
+ "deprecationReason": null
28747
+ },
28748
+ {
28749
+ "name": "integrationId",
28750
+ "description": "The ID of the data export integration",
28751
+ "type": {
28752
+ "kind": "NON_NULL",
28753
+ "name": null,
28754
+ "ofType": {
28755
+ "kind": "SCALAR",
28756
+ "name": "String",
28757
+ "ofType": null
28758
+ }
28759
+ },
28760
+ "defaultValue": null,
28761
+ "isDeprecated": false,
28762
+ "deprecationReason": null
28763
+ }
28764
+ ],
28765
+ "interfaces": null,
28766
+ "enumValues": null,
28767
+ "possibleTypes": null
28768
+ },
28769
+ {
28770
+ "kind": "OBJECT",
28771
+ "name": "DataExportIntegrationError",
28772
+ "description": null,
28773
+ "fields": [
28774
+ {
28775
+ "name": "code",
28776
+ "description": null,
28777
+ "args": [],
28778
+ "type": {
28779
+ "kind": "NON_NULL",
28780
+ "name": null,
28781
+ "ofType": {
28782
+ "kind": "SCALAR",
28783
+ "name": "String",
28784
+ "ofType": null
28785
+ }
28786
+ },
28787
+ "isDeprecated": false,
28788
+ "deprecationReason": null
28789
+ },
28790
+ {
28791
+ "name": "httpStatus",
28792
+ "description": "HTTP status returned by the data export provider (e.g. 409, 503). Absent for non-HTTP failures.",
28793
+ "args": [],
28794
+ "type": {
28795
+ "kind": "SCALAR",
28796
+ "name": "Int",
28797
+ "ofType": null
28798
+ },
28799
+ "isDeprecated": false,
28800
+ "deprecationReason": null
28801
+ },
28802
+ {
28803
+ "name": "providerErrorCode",
28804
+ "description": "Provider-supplied error code (e.g. `duplicate_recipient`). Stable across provider releases; preferred over `message` for client-side branching.",
28805
+ "args": [],
28806
+ "type": {
28807
+ "kind": "SCALAR",
28808
+ "name": "String",
28809
+ "ofType": null
28810
+ },
28811
+ "isDeprecated": false,
28812
+ "deprecationReason": null
28813
+ }
28814
+ ],
28815
+ "inputFields": null,
28816
+ "interfaces": [],
28817
+ "enumValues": null,
28818
+ "possibleTypes": null
28819
+ },
28820
+ {
28821
+ "kind": "ENUM",
28822
+ "name": "DataExportJobStatus",
28823
+ "description": "Status of a data export sync job",
28824
+ "fields": null,
28825
+ "inputFields": null,
28826
+ "interfaces": null,
28827
+ "enumValues": [
28828
+ {
28829
+ "name": "CANCELLED",
28830
+ "description": "The sync job was cancelled",
28831
+ "isDeprecated": false,
28832
+ "deprecationReason": null
28833
+ },
28834
+ {
28835
+ "name": "FAILED",
28836
+ "description": "The sync job failed",
28837
+ "isDeprecated": false,
28838
+ "deprecationReason": null
28839
+ },
28840
+ {
28841
+ "name": "INCOMPLETE",
28842
+ "description": "The sync job did not finish successfully",
28843
+ "isDeprecated": false,
28844
+ "deprecationReason": null
28845
+ },
28846
+ {
28847
+ "name": "PENDING",
28848
+ "description": "The sync job is waiting to start",
28849
+ "isDeprecated": false,
28850
+ "deprecationReason": null
28851
+ },
28852
+ {
28853
+ "name": "RUNNING",
28854
+ "description": "The sync job is in progress",
28855
+ "isDeprecated": false,
28856
+ "deprecationReason": null
28857
+ },
28858
+ {
28859
+ "name": "SUCCEEDED",
28860
+ "description": "The sync job completed successfully",
28861
+ "isDeprecated": false,
28862
+ "deprecationReason": null
28863
+ }
28864
+ ],
28865
+ "possibleTypes": null
28866
+ },
28867
+ {
28868
+ "kind": "OBJECT",
28869
+ "name": "DataExportModel",
28870
+ "description": "A single data-export model the customer can opt into.",
28871
+ "fields": [
28872
+ {
28873
+ "name": "displayName",
28874
+ "description": "Customer-facing label for the model",
28875
+ "args": [],
28876
+ "type": {
28877
+ "kind": "NON_NULL",
28878
+ "name": null,
28879
+ "ofType": {
28880
+ "kind": "SCALAR",
28881
+ "name": "String",
28882
+ "ofType": null
28883
+ }
28884
+ },
28885
+ "isDeprecated": false,
28886
+ "deprecationReason": null
28887
+ },
28888
+ {
28889
+ "name": "id",
28890
+ "description": "Wire identifier — what gets persisted on the destination and registered with the provider",
28891
+ "args": [],
28892
+ "type": {
28893
+ "kind": "NON_NULL",
28894
+ "name": null,
28895
+ "ofType": {
28896
+ "kind": "SCALAR",
28897
+ "name": "String",
28898
+ "ofType": null
28899
+ }
28900
+ },
28901
+ "isDeprecated": false,
28902
+ "deprecationReason": null
28903
+ }
28904
+ ],
28905
+ "inputFields": null,
28906
+ "interfaces": [],
28907
+ "enumValues": null,
28908
+ "possibleTypes": null
28909
+ },
28910
+ {
28911
+ "kind": "OBJECT",
28912
+ "name": "DataExportModelCatalog",
28913
+ "description": "Grouped catalog of every data-export model a destination can opt into.",
28914
+ "fields": [
28915
+ {
28916
+ "name": "groups",
28917
+ "description": "Groups of data-export models, in display order",
28918
+ "args": [],
28919
+ "type": {
28920
+ "kind": "NON_NULL",
28921
+ "name": null,
28922
+ "ofType": {
28923
+ "kind": "LIST",
28924
+ "name": null,
28925
+ "ofType": {
28926
+ "kind": "NON_NULL",
28927
+ "name": null,
28928
+ "ofType": {
28929
+ "kind": "OBJECT",
28930
+ "name": "DataExportModelGroup",
28931
+ "ofType": null
28932
+ }
28933
+ }
28934
+ }
28935
+ },
28936
+ "isDeprecated": false,
28937
+ "deprecationReason": null
28938
+ }
28939
+ ],
28940
+ "inputFields": null,
28941
+ "interfaces": [],
28942
+ "enumValues": null,
28943
+ "possibleTypes": null
28944
+ },
28945
+ {
28946
+ "kind": "OBJECT",
28947
+ "name": "DataExportModelGroup",
28948
+ "description": "A group of related data-export models, mirroring the public docs taxonomy.",
28949
+ "fields": [
28950
+ {
28951
+ "name": "displayName",
28952
+ "description": "Customer-facing group label",
28953
+ "args": [],
28954
+ "type": {
28955
+ "kind": "NON_NULL",
28956
+ "name": null,
28957
+ "ofType": {
28958
+ "kind": "SCALAR",
28959
+ "name": "String",
28960
+ "ofType": null
28961
+ }
28962
+ },
28963
+ "isDeprecated": false,
28964
+ "deprecationReason": null
28965
+ },
28966
+ {
28967
+ "name": "id",
28968
+ "description": "Stable group identifier",
28969
+ "args": [],
28970
+ "type": {
28971
+ "kind": "NON_NULL",
28972
+ "name": null,
28973
+ "ofType": {
28974
+ "kind": "SCALAR",
28975
+ "name": "String",
28976
+ "ofType": null
28977
+ }
28978
+ },
28979
+ "isDeprecated": false,
28980
+ "deprecationReason": null
28981
+ },
28982
+ {
28983
+ "name": "models",
28984
+ "description": "Models in this group",
28985
+ "args": [],
28986
+ "type": {
28987
+ "kind": "NON_NULL",
28988
+ "name": null,
28989
+ "ofType": {
28990
+ "kind": "LIST",
28991
+ "name": null,
28992
+ "ofType": {
28993
+ "kind": "NON_NULL",
28994
+ "name": null,
28995
+ "ofType": {
28996
+ "kind": "OBJECT",
28997
+ "name": "DataExportModel",
28998
+ "ofType": null
28999
+ }
29000
+ }
29001
+ }
29002
+ },
29003
+ "isDeprecated": false,
29004
+ "deprecationReason": null
29005
+ }
29006
+ ],
29007
+ "inputFields": null,
29008
+ "interfaces": [],
29009
+ "enumValues": null,
29010
+ "possibleTypes": null
29011
+ },
29012
+ {
29013
+ "kind": "OBJECT",
29014
+ "name": "DataExportScopedToken",
29015
+ "description": "A scoped auth token for the data export embedded SDK",
29016
+ "fields": [
29017
+ {
29018
+ "name": "enabledModels",
29019
+ "description": "All model names the recipient is subscribed to",
29020
+ "args": [],
29021
+ "type": {
29022
+ "kind": "NON_NULL",
29023
+ "name": null,
29024
+ "ofType": {
29025
+ "kind": "LIST",
29026
+ "name": null,
29027
+ "ofType": {
29028
+ "kind": "NON_NULL",
29029
+ "name": null,
29030
+ "ofType": {
29031
+ "kind": "SCALAR",
29032
+ "name": "String",
29033
+ "ofType": null
29034
+ }
29035
+ }
29036
+ }
29037
+ },
29038
+ "isDeprecated": false,
29039
+ "deprecationReason": null
29040
+ },
29041
+ {
29042
+ "name": "expiresAt",
29043
+ "description": "Token expiration time in ISO 8601 format",
29044
+ "args": [],
29045
+ "type": {
29046
+ "kind": "NON_NULL",
29047
+ "name": null,
29048
+ "ofType": {
29049
+ "kind": "SCALAR",
29050
+ "name": "String",
29051
+ "ofType": null
29052
+ }
29053
+ },
29054
+ "isDeprecated": false,
29055
+ "deprecationReason": null
29056
+ },
29057
+ {
29058
+ "name": "hasDestination",
29059
+ "description": "Whether this recipient already has a destination configured",
29060
+ "args": [],
29061
+ "type": {
29062
+ "kind": "NON_NULL",
29063
+ "name": null,
29064
+ "ofType": {
29065
+ "kind": "SCALAR",
29066
+ "name": "Boolean",
29067
+ "ofType": null
29068
+ }
29069
+ },
29070
+ "isDeprecated": false,
29071
+ "deprecationReason": null
29072
+ },
29073
+ {
29074
+ "name": "recipientId",
29075
+ "description": "Prequel recipient ID associated with this integration",
29076
+ "args": [],
29077
+ "type": {
29078
+ "kind": "NON_NULL",
29079
+ "name": null,
29080
+ "ofType": {
29081
+ "kind": "SCALAR",
29082
+ "name": "String",
29083
+ "ofType": null
29084
+ }
29085
+ },
29086
+ "isDeprecated": false,
29087
+ "deprecationReason": null
29088
+ },
29089
+ {
29090
+ "name": "token",
29091
+ "description": "The scoped auth token",
29092
+ "args": [],
29093
+ "type": {
29094
+ "kind": "NON_NULL",
29095
+ "name": null,
29096
+ "ofType": {
29097
+ "kind": "SCALAR",
29098
+ "name": "String",
29099
+ "ofType": null
29100
+ }
29101
+ },
29102
+ "isDeprecated": false,
29103
+ "deprecationReason": null
29104
+ }
29105
+ ],
29106
+ "inputFields": null,
29107
+ "interfaces": [],
29108
+ "enumValues": null,
29109
+ "possibleTypes": null
29110
+ },
29111
+ {
29112
+ "kind": "ENUM",
29113
+ "name": "DataExportSourceType",
29114
+ "description": "Source type of a data export pipeline",
29115
+ "fields": null,
29116
+ "inputFields": null,
29117
+ "interfaces": null,
29118
+ "enumValues": [
29119
+ {
29120
+ "name": "CLICKHOUSE",
29121
+ "description": "ClickHouse data source",
29122
+ "isDeprecated": false,
29123
+ "deprecationReason": null
29124
+ },
29125
+ {
29126
+ "name": "POSTGRES",
29127
+ "description": "PostgreSQL data source",
29128
+ "isDeprecated": false,
29129
+ "deprecationReason": null
29130
+ }
29131
+ ],
29132
+ "possibleTypes": null
29133
+ },
29134
+ {
29135
+ "kind": "OBJECT",
29136
+ "name": "DataExportSyncStatus",
29137
+ "description": "Sync status of a data export integration pipeline",
29138
+ "fields": [
29139
+ {
29140
+ "name": "bytesSynced",
29141
+ "description": "Number of bytes synced",
29142
+ "args": [],
29143
+ "type": {
29144
+ "kind": "SCALAR",
29145
+ "name": "Float",
29146
+ "ofType": null
29147
+ },
29148
+ "isDeprecated": false,
29149
+ "deprecationReason": null
29150
+ },
29151
+ {
29152
+ "name": "duration",
29153
+ "description": "Duration of the sync job in ISO 8601 format",
29154
+ "args": [],
29155
+ "type": {
29156
+ "kind": "SCALAR",
29157
+ "name": "String",
29158
+ "ofType": null
29159
+ },
29160
+ "isDeprecated": false,
29161
+ "deprecationReason": null
29162
+ },
29163
+ {
29164
+ "name": "failureMessage",
29165
+ "description": "Error message from the sync job, if failed",
29166
+ "args": [],
29167
+ "type": {
29168
+ "kind": "SCALAR",
29169
+ "name": "String",
29170
+ "ofType": null
29171
+ },
29172
+ "isDeprecated": false,
29173
+ "deprecationReason": null
29174
+ },
29175
+ {
29176
+ "name": "jobId",
29177
+ "description": "ID of the sync job",
29178
+ "args": [],
29179
+ "type": {
29180
+ "kind": "NON_NULL",
29181
+ "name": null,
29182
+ "ofType": {
29183
+ "kind": "SCALAR",
29184
+ "name": "String",
29185
+ "ofType": null
29186
+ }
29187
+ },
29188
+ "isDeprecated": false,
29189
+ "deprecationReason": null
29190
+ },
29191
+ {
29192
+ "name": "lastUpdatedAt",
29193
+ "description": "Last update time of the sync job",
29194
+ "args": [],
29195
+ "type": {
29196
+ "kind": "NON_NULL",
29197
+ "name": null,
29198
+ "ofType": {
29199
+ "kind": "SCALAR",
29200
+ "name": "DateTime",
29201
+ "ofType": null
29202
+ }
29203
+ },
29204
+ "isDeprecated": false,
29205
+ "deprecationReason": null
29206
+ },
29207
+ {
29208
+ "name": "rowsSynced",
29209
+ "description": "Number of rows synced",
29210
+ "args": [],
29211
+ "type": {
29212
+ "kind": "SCALAR",
29213
+ "name": "Float",
29214
+ "ofType": null
29215
+ },
29216
+ "isDeprecated": false,
29217
+ "deprecationReason": null
29218
+ },
29219
+ {
29220
+ "name": "sourceType",
29221
+ "description": "The data source type of the pipeline",
29222
+ "args": [],
29223
+ "type": {
29224
+ "kind": "NON_NULL",
29225
+ "name": null,
29226
+ "ofType": {
29227
+ "kind": "ENUM",
29228
+ "name": "DataExportSourceType",
29229
+ "ofType": null
29230
+ }
29231
+ },
29232
+ "isDeprecated": false,
29233
+ "deprecationReason": null
29234
+ },
29235
+ {
29236
+ "name": "startTime",
29237
+ "description": "Start time of the sync job",
29238
+ "args": [],
29239
+ "type": {
29240
+ "kind": "NON_NULL",
29241
+ "name": null,
29242
+ "ofType": {
29243
+ "kind": "SCALAR",
29244
+ "name": "DateTime",
29245
+ "ofType": null
29246
+ }
29247
+ },
29248
+ "isDeprecated": false,
29249
+ "deprecationReason": null
29250
+ },
29251
+ {
29252
+ "name": "status",
29253
+ "description": "Status of the last sync job",
29254
+ "args": [],
29255
+ "type": {
29256
+ "kind": "NON_NULL",
29257
+ "name": null,
29258
+ "ofType": {
29259
+ "kind": "ENUM",
29260
+ "name": "DataExportJobStatus",
29261
+ "ofType": null
29262
+ }
29263
+ },
29264
+ "isDeprecated": false,
29265
+ "deprecationReason": null
29266
+ }
29267
+ ],
29268
+ "inputFields": null,
29269
+ "interfaces": [],
29270
+ "enumValues": null,
29271
+ "possibleTypes": null
29272
+ },
29273
+ {
29274
+ "kind": "INPUT_OBJECT",
29275
+ "name": "DataExportSyncStatusInput",
29276
+ "description": "Input for fetching data export sync status",
29277
+ "fields": null,
29278
+ "inputFields": [
29279
+ {
29280
+ "name": "environmentId",
29281
+ "description": "The unique identifier for the environment",
29282
+ "type": {
29283
+ "kind": "SCALAR",
29284
+ "name": "String",
29285
+ "ofType": null
29286
+ },
29287
+ "defaultValue": null,
29288
+ "isDeprecated": false,
29289
+ "deprecationReason": null
29290
+ },
29291
+ {
29292
+ "name": "integrationId",
29293
+ "description": "The ID of the data export integration",
29294
+ "type": {
29295
+ "kind": "NON_NULL",
29296
+ "name": null,
29297
+ "ofType": {
29298
+ "kind": "SCALAR",
29299
+ "name": "String",
29300
+ "ofType": null
29301
+ }
29302
+ },
29303
+ "defaultValue": null,
29304
+ "isDeprecated": false,
29305
+ "deprecationReason": null
29306
+ }
29307
+ ],
29308
+ "interfaces": null,
29309
+ "enumValues": null,
29310
+ "possibleTypes": null
29311
+ },
28064
29312
  {
28065
29313
  "kind": "INPUT_OBJECT",
28066
29314
  "name": "DateFieldComparison",
@@ -32406,6 +33654,141 @@
32406
33654
  "enumValues": null,
32407
33655
  "possibleTypes": null
32408
33656
  },
33657
+ {
33658
+ "kind": "ENUM",
33659
+ "name": "EnvironmentExportState",
33660
+ "description": "Lifecycle state of the cached environment export job.",
33661
+ "fields": null,
33662
+ "inputFields": null,
33663
+ "interfaces": null,
33664
+ "enumValues": [
33665
+ {
33666
+ "name": "FAILED",
33667
+ "description": "The most recent export job failed; a previous artifact may still be readable.",
33668
+ "isDeprecated": false,
33669
+ "deprecationReason": null
33670
+ },
33671
+ {
33672
+ "name": "IDLE",
33673
+ "description": "No export is running; the cached artifact (if any) is current.",
33674
+ "isDeprecated": false,
33675
+ "deprecationReason": null
33676
+ },
33677
+ {
33678
+ "name": "IN_PROGRESS",
33679
+ "description": "An export job is currently generating the artifact.",
33680
+ "isDeprecated": false,
33681
+ "deprecationReason": null
33682
+ }
33683
+ ],
33684
+ "possibleTypes": null
33685
+ },
33686
+ {
33687
+ "kind": "OBJECT",
33688
+ "name": "EnvironmentExportStatus",
33689
+ "description": "Status of the cached environment export artifact, surfaced for the FE and merge-consume paths.",
33690
+ "fields": [
33691
+ {
33692
+ "name": "contentHash",
33693
+ "description": "Content hash the latest artifact was generated from. Use to detect drift.",
33694
+ "args": [],
33695
+ "type": {
33696
+ "kind": "SCALAR",
33697
+ "name": "String",
33698
+ "ofType": null
33699
+ },
33700
+ "isDeprecated": false,
33701
+ "deprecationReason": null
33702
+ },
33703
+ {
33704
+ "name": "lastExportedAt",
33705
+ "description": "When the last successful export completed.",
33706
+ "args": [],
33707
+ "type": {
33708
+ "kind": "SCALAR",
33709
+ "name": "DateTime",
33710
+ "ofType": null
33711
+ },
33712
+ "isDeprecated": false,
33713
+ "deprecationReason": null
33714
+ },
33715
+ {
33716
+ "name": "s3Ref",
33717
+ "description": "S3 object key of the latest successful export artifact, if one exists.",
33718
+ "args": [],
33719
+ "type": {
33720
+ "kind": "SCALAR",
33721
+ "name": "String",
33722
+ "ofType": null
33723
+ },
33724
+ "isDeprecated": false,
33725
+ "deprecationReason": null
33726
+ },
33727
+ {
33728
+ "name": "stale",
33729
+ "description": "True when there is no completed export, or the cached export's lastExportedAt is older than the freshness TTL (time-based staleness).",
33730
+ "args": [],
33731
+ "type": {
33732
+ "kind": "NON_NULL",
33733
+ "name": null,
33734
+ "ofType": {
33735
+ "kind": "SCALAR",
33736
+ "name": "Boolean",
33737
+ "ofType": null
33738
+ }
33739
+ },
33740
+ "isDeprecated": false,
33741
+ "deprecationReason": null
33742
+ },
33743
+ {
33744
+ "name": "state",
33745
+ "description": "Current lifecycle state of the export job.",
33746
+ "args": [],
33747
+ "type": {
33748
+ "kind": "NON_NULL",
33749
+ "name": null,
33750
+ "ofType": {
33751
+ "kind": "ENUM",
33752
+ "name": "EnvironmentExportState",
33753
+ "ofType": null
33754
+ }
33755
+ },
33756
+ "isDeprecated": false,
33757
+ "deprecationReason": null
33758
+ }
33759
+ ],
33760
+ "inputFields": null,
33761
+ "interfaces": [],
33762
+ "enumValues": null,
33763
+ "possibleTypes": null
33764
+ },
33765
+ {
33766
+ "kind": "INPUT_OBJECT",
33767
+ "name": "EnvironmentExportStatusInput",
33768
+ "description": "Identifies the environment whose export status is being queried.",
33769
+ "fields": null,
33770
+ "inputFields": [
33771
+ {
33772
+ "name": "environmentSlug",
33773
+ "description": "The slug of the environment.",
33774
+ "type": {
33775
+ "kind": "NON_NULL",
33776
+ "name": null,
33777
+ "ofType": {
33778
+ "kind": "SCALAR",
33779
+ "name": "String",
33780
+ "ofType": null
33781
+ }
33782
+ },
33783
+ "defaultValue": null,
33784
+ "isDeprecated": false,
33785
+ "deprecationReason": null
33786
+ }
33787
+ ],
33788
+ "interfaces": null,
33789
+ "enumValues": null,
33790
+ "possibleTypes": null
33791
+ },
32409
33792
  {
32410
33793
  "kind": "INPUT_OBJECT",
32411
33794
  "name": "EnvironmentFilter",
@@ -33447,6 +34830,12 @@
33447
34830
  "isDeprecated": false,
33448
34831
  "deprecationReason": null
33449
34832
  },
34833
+ {
34834
+ "name": "DataExportIntegrationError",
34835
+ "description": null,
34836
+ "isDeprecated": false,
34837
+ "deprecationReason": null
34838
+ },
33450
34839
  {
33451
34840
  "name": "DeprecatedEstimateSubscriptionError",
33452
34841
  "description": "Deprecated estimate subscription error",
@@ -33765,6 +35154,12 @@
33765
35154
  "isDeprecated": false,
33766
35155
  "deprecationReason": null
33767
35156
  },
35157
+ {
35158
+ "name": "InvalidReceivedSignatureError",
35159
+ "description": null,
35160
+ "isDeprecated": false,
35161
+ "deprecationReason": null
35162
+ },
33768
35163
  {
33769
35164
  "name": "InvalidSubscriptionStatus",
33770
35165
  "description": null,
@@ -33783,6 +35178,12 @@
33783
35178
  "isDeprecated": false,
33784
35179
  "deprecationReason": null
33785
35180
  },
35181
+ {
35182
+ "name": "InvoicePreviewNotAvailableForDraftContract",
35183
+ "description": "Invoice preview is not available while the billing contract is still a draft",
35184
+ "isDeprecated": false,
35185
+ "deprecationReason": null
35186
+ },
33786
35187
  {
33787
35188
  "name": "MemberInvitationError",
33788
35189
  "description": null,
@@ -33885,6 +35286,12 @@
33885
35286
  "isDeprecated": false,
33886
35287
  "deprecationReason": null
33887
35288
  },
35289
+ {
35290
+ "name": "OperationTimeout",
35291
+ "description": "The operation timed out before it could complete. The request is safe to retry.",
35292
+ "isDeprecated": false,
35293
+ "deprecationReason": null
35294
+ },
33888
35295
  {
33889
35296
  "name": "PackageAlreadyPublished",
33890
35297
  "description": null,
@@ -33969,6 +35376,12 @@
33969
35376
  "isDeprecated": false,
33970
35377
  "deprecationReason": null
33971
35378
  },
35379
+ {
35380
+ "name": "PricingModelNotSupportedByBillingIntegration",
35381
+ "description": "The plan uses a pricing model that the configured billing integration does not support",
35382
+ "isDeprecated": false,
35383
+ "deprecationReason": null
35384
+ },
33972
35385
  {
33973
35386
  "name": "ProductNotFoundError",
33974
35387
  "description": null,
@@ -34864,6 +36277,12 @@
34864
36277
  "isDeprecated": false,
34865
36278
  "deprecationReason": null
34866
36279
  },
36280
+ {
36281
+ "name": "CUSTOM_CURRENCY",
36282
+ "description": "Custom currency entity",
36283
+ "isDeprecated": false,
36284
+ "deprecationReason": null
36285
+ },
34867
36286
  {
34868
36287
  "name": "ENTITLEMENT",
34869
36288
  "description": "Entitlement entity",
@@ -36483,6 +37902,36 @@
36483
37902
  "isDeprecated": false,
36484
37903
  "deprecationReason": null
36485
37904
  },
37905
+ {
37906
+ "name": "CUSTOM_CURRENCY_ARCHIVED",
37907
+ "description": "Custom currency archived",
37908
+ "isDeprecated": false,
37909
+ "deprecationReason": null
37910
+ },
37911
+ {
37912
+ "name": "CUSTOM_CURRENCY_CREATED",
37913
+ "description": "Custom currency created",
37914
+ "isDeprecated": false,
37915
+ "deprecationReason": null
37916
+ },
37917
+ {
37918
+ "name": "CUSTOM_CURRENCY_UNARCHIVED",
37919
+ "description": "Custom currency unarchived",
37920
+ "isDeprecated": false,
37921
+ "deprecationReason": null
37922
+ },
37923
+ {
37924
+ "name": "CUSTOM_CURRENCY_UPDATED",
37925
+ "description": "Custom currency updated",
37926
+ "isDeprecated": false,
37927
+ "deprecationReason": null
37928
+ },
37929
+ {
37930
+ "name": "DATA_EXPORT_SYNC_FAILED",
37931
+ "description": "Data export sync failed",
37932
+ "isDeprecated": false,
37933
+ "deprecationReason": null
37934
+ },
36486
37935
  {
36487
37936
  "name": "EDGE_API_CLIENT_CONFIGURATION_DATA_RESYNC",
36488
37937
  "description": null,
@@ -36495,6 +37944,12 @@
36495
37944
  "isDeprecated": false,
36496
37945
  "deprecationReason": null
36497
37946
  },
37947
+ {
37948
+ "name": "EDGE_API_CUSTOM_CURRENCY_CACHE_DATA_RESYNC",
37949
+ "description": "Edge API custom currency cache data resync",
37950
+ "isDeprecated": false,
37951
+ "deprecationReason": null
37952
+ },
36498
37953
  {
36499
37954
  "name": "EDGE_API_DATA_RESYNC",
36500
37955
  "description": "Edge API data resync",
@@ -36846,6 +38301,187 @@
36846
38301
  ],
36847
38302
  "possibleTypes": null
36848
38303
  },
38304
+ {
38305
+ "kind": "OBJECT",
38306
+ "name": "EventQueue",
38307
+ "description": "SQS event queue provisioned for an environment",
38308
+ "fields": [
38309
+ {
38310
+ "name": "eventTypes",
38311
+ "description": "The event types this queue is subscribed to",
38312
+ "args": [],
38313
+ "type": {
38314
+ "kind": "NON_NULL",
38315
+ "name": null,
38316
+ "ofType": {
38317
+ "kind": "LIST",
38318
+ "name": null,
38319
+ "ofType": {
38320
+ "kind": "NON_NULL",
38321
+ "name": null,
38322
+ "ofType": {
38323
+ "kind": "SCALAR",
38324
+ "name": "String",
38325
+ "ofType": null
38326
+ }
38327
+ }
38328
+ }
38329
+ },
38330
+ "isDeprecated": false,
38331
+ "deprecationReason": null
38332
+ },
38333
+ {
38334
+ "name": "queueName",
38335
+ "description": "The unique name of the event queue",
38336
+ "args": [],
38337
+ "type": {
38338
+ "kind": "NON_NULL",
38339
+ "name": null,
38340
+ "ofType": {
38341
+ "kind": "SCALAR",
38342
+ "name": "String",
38343
+ "ofType": null
38344
+ }
38345
+ },
38346
+ "isDeprecated": false,
38347
+ "deprecationReason": null
38348
+ },
38349
+ {
38350
+ "name": "queueUrl",
38351
+ "description": "The SQS queue URL once provisioning has completed",
38352
+ "args": [],
38353
+ "type": {
38354
+ "kind": "SCALAR",
38355
+ "name": "String",
38356
+ "ofType": null
38357
+ },
38358
+ "isDeprecated": false,
38359
+ "deprecationReason": null
38360
+ },
38361
+ {
38362
+ "name": "region",
38363
+ "description": "The AWS region of the event queue",
38364
+ "args": [],
38365
+ "type": {
38366
+ "kind": "NON_NULL",
38367
+ "name": null,
38368
+ "ofType": {
38369
+ "kind": "SCALAR",
38370
+ "name": "String",
38371
+ "ofType": null
38372
+ }
38373
+ },
38374
+ "isDeprecated": false,
38375
+ "deprecationReason": null
38376
+ },
38377
+ {
38378
+ "name": "roleArn",
38379
+ "description": "The IAM role ARN granted access to the queue",
38380
+ "args": [],
38381
+ "type": {
38382
+ "kind": "SCALAR",
38383
+ "name": "String",
38384
+ "ofType": null
38385
+ },
38386
+ "isDeprecated": false,
38387
+ "deprecationReason": null
38388
+ },
38389
+ {
38390
+ "name": "status",
38391
+ "description": "The provisioning status of the event queue",
38392
+ "args": [],
38393
+ "type": {
38394
+ "kind": "NON_NULL",
38395
+ "name": null,
38396
+ "ofType": {
38397
+ "kind": "ENUM",
38398
+ "name": "EventQueueProvisioningStatus",
38399
+ "ofType": null
38400
+ }
38401
+ },
38402
+ "isDeprecated": false,
38403
+ "deprecationReason": null
38404
+ },
38405
+ {
38406
+ "name": "suffix",
38407
+ "description": "Optional suffix used to differentiate multiple queues in the same region",
38408
+ "args": [],
38409
+ "type": {
38410
+ "kind": "SCALAR",
38411
+ "name": "String",
38412
+ "ofType": null
38413
+ },
38414
+ "isDeprecated": false,
38415
+ "deprecationReason": null
38416
+ }
38417
+ ],
38418
+ "inputFields": null,
38419
+ "interfaces": [],
38420
+ "enumValues": null,
38421
+ "possibleTypes": null
38422
+ },
38423
+ {
38424
+ "kind": "INPUT_OBJECT",
38425
+ "name": "EventQueueListInput",
38426
+ "description": "Input for listing event queues",
38427
+ "fields": null,
38428
+ "inputFields": [
38429
+ {
38430
+ "name": "environmentId",
38431
+ "description": "The environment to list queues for",
38432
+ "type": {
38433
+ "kind": "NON_NULL",
38434
+ "name": null,
38435
+ "ofType": {
38436
+ "kind": "SCALAR",
38437
+ "name": "UUID",
38438
+ "ofType": null
38439
+ }
38440
+ },
38441
+ "defaultValue": null,
38442
+ "isDeprecated": false,
38443
+ "deprecationReason": null
38444
+ }
38445
+ ],
38446
+ "interfaces": null,
38447
+ "enumValues": null,
38448
+ "possibleTypes": null
38449
+ },
38450
+ {
38451
+ "kind": "ENUM",
38452
+ "name": "EventQueueProvisioningStatus",
38453
+ "description": "Provisioning status of an SQS event queue",
38454
+ "fields": null,
38455
+ "inputFields": null,
38456
+ "interfaces": null,
38457
+ "enumValues": [
38458
+ {
38459
+ "name": "ACTIVE",
38460
+ "description": "Queue is fully provisioned and receiving events",
38461
+ "isDeprecated": false,
38462
+ "deprecationReason": null
38463
+ },
38464
+ {
38465
+ "name": "DEPROVISIONING",
38466
+ "description": "Queue infrastructure is being torn down",
38467
+ "isDeprecated": false,
38468
+ "deprecationReason": null
38469
+ },
38470
+ {
38471
+ "name": "FAILED",
38472
+ "description": "Provisioning failed and the queue is not usable",
38473
+ "isDeprecated": false,
38474
+ "deprecationReason": null
38475
+ },
38476
+ {
38477
+ "name": "PROVISIONING",
38478
+ "description": "Queue infrastructure is being provisioned",
38479
+ "isDeprecated": false,
38480
+ "deprecationReason": null
38481
+ }
38482
+ ],
38483
+ "possibleTypes": null
38484
+ },
36849
38485
  {
36850
38486
  "kind": "OBJECT",
36851
38487
  "name": "EventRequest",
@@ -37029,6 +38665,18 @@
37029
38665
  "isDeprecated": false,
37030
38666
  "deprecationReason": null
37031
38667
  },
38668
+ {
38669
+ "name": "limit",
38670
+ "description": "Maximum number of dimension keys to return (1-100, default 10)",
38671
+ "type": {
38672
+ "kind": "SCALAR",
38673
+ "name": "Float",
38674
+ "ofType": null
38675
+ },
38676
+ "defaultValue": "10",
38677
+ "isDeprecated": false,
38678
+ "deprecationReason": null
38679
+ },
37032
38680
  {
37033
38681
  "name": "meterId",
37034
38682
  "description": "Meter id",
@@ -37054,11 +38702,11 @@
37054
38702
  "deprecationReason": null
37055
38703
  },
37056
38704
  {
37057
- "name": "uniqueValuesLimit",
37058
- "description": "Exclude fields with more than this number of unique values",
38705
+ "name": "search",
38706
+ "description": "Prefix-match search on dimension key (case-insensitive)",
37059
38707
  "type": {
37060
38708
  "kind": "SCALAR",
37061
- "name": "Float",
38709
+ "name": "String",
37062
38710
  "ofType": null
37063
38711
  },
37064
38712
  "defaultValue": null,
@@ -39228,6 +40876,49 @@
39228
40876
  "enumValues": null,
39229
40877
  "possibleTypes": null
39230
40878
  },
40879
+ {
40880
+ "kind": "OBJECT",
40881
+ "name": "FeatureAssociatedFeatureGroupDTO",
40882
+ "description": "Feature group that causes a package to be associated with a feature",
40883
+ "fields": [
40884
+ {
40885
+ "name": "displayName",
40886
+ "description": "The display name of the feature group",
40887
+ "args": [],
40888
+ "type": {
40889
+ "kind": "NON_NULL",
40890
+ "name": null,
40891
+ "ofType": {
40892
+ "kind": "SCALAR",
40893
+ "name": "String",
40894
+ "ofType": null
40895
+ }
40896
+ },
40897
+ "isDeprecated": false,
40898
+ "deprecationReason": null
40899
+ },
40900
+ {
40901
+ "name": "refId",
40902
+ "description": "The unique ref-id of the feature group",
40903
+ "args": [],
40904
+ "type": {
40905
+ "kind": "NON_NULL",
40906
+ "name": null,
40907
+ "ofType": {
40908
+ "kind": "SCALAR",
40909
+ "name": "String",
40910
+ "ofType": null
40911
+ }
40912
+ },
40913
+ "isDeprecated": false,
40914
+ "deprecationReason": null
40915
+ }
40916
+ ],
40917
+ "inputFields": null,
40918
+ "interfaces": [],
40919
+ "enumValues": null,
40920
+ "possibleTypes": null
40921
+ },
39231
40922
  {
39232
40923
  "kind": "INPUT_OBJECT",
39233
40924
  "name": "FeatureAssociatedLatestPackages",
@@ -39271,6 +40962,291 @@
39271
40962
  "enumValues": null,
39272
40963
  "possibleTypes": null
39273
40964
  },
40965
+ {
40966
+ "kind": "OBJECT",
40967
+ "name": "FeatureAssociatedLatestPackagesResultDTO",
40968
+ "description": "Packages and feature groups that prevent a feature from being archived",
40969
+ "fields": [
40970
+ {
40971
+ "name": "featureGroups",
40972
+ "description": null,
40973
+ "args": [],
40974
+ "type": {
40975
+ "kind": "NON_NULL",
40976
+ "name": null,
40977
+ "ofType": {
40978
+ "kind": "LIST",
40979
+ "name": null,
40980
+ "ofType": {
40981
+ "kind": "NON_NULL",
40982
+ "name": null,
40983
+ "ofType": {
40984
+ "kind": "OBJECT",
40985
+ "name": "FeatureAssociatedFeatureGroupDTO",
40986
+ "ofType": null
40987
+ }
40988
+ }
40989
+ }
40990
+ },
40991
+ "isDeprecated": false,
40992
+ "deprecationReason": null
40993
+ },
40994
+ {
40995
+ "name": "packages",
40996
+ "description": null,
40997
+ "args": [],
40998
+ "type": {
40999
+ "kind": "NON_NULL",
41000
+ "name": null,
41001
+ "ofType": {
41002
+ "kind": "LIST",
41003
+ "name": null,
41004
+ "ofType": {
41005
+ "kind": "NON_NULL",
41006
+ "name": null,
41007
+ "ofType": {
41008
+ "kind": "OBJECT",
41009
+ "name": "FeatureAssociatedPackageDTO",
41010
+ "ofType": null
41011
+ }
41012
+ }
41013
+ }
41014
+ },
41015
+ "isDeprecated": false,
41016
+ "deprecationReason": null
41017
+ }
41018
+ ],
41019
+ "inputFields": null,
41020
+ "interfaces": [],
41021
+ "enumValues": null,
41022
+ "possibleTypes": null
41023
+ },
41024
+ {
41025
+ "kind": "OBJECT",
41026
+ "name": "FeatureAssociatedPackageDTO",
41027
+ "description": "Package associated with a feature, including entitlement data",
41028
+ "fields": [
41029
+ {
41030
+ "name": "displayName",
41031
+ "description": null,
41032
+ "args": [],
41033
+ "type": {
41034
+ "kind": "NON_NULL",
41035
+ "name": null,
41036
+ "ofType": {
41037
+ "kind": "SCALAR",
41038
+ "name": "String",
41039
+ "ofType": null
41040
+ }
41041
+ },
41042
+ "isDeprecated": false,
41043
+ "deprecationReason": null
41044
+ },
41045
+ {
41046
+ "name": "entitlement",
41047
+ "description": null,
41048
+ "args": [],
41049
+ "type": {
41050
+ "kind": "OBJECT",
41051
+ "name": "FeatureAssociatedPackageEntitlementDTO",
41052
+ "ofType": null
41053
+ },
41054
+ "isDeprecated": false,
41055
+ "deprecationReason": null
41056
+ },
41057
+ {
41058
+ "name": "featureGroups",
41059
+ "description": "Feature groups that link this package to the feature, when applicable",
41060
+ "args": [],
41061
+ "type": {
41062
+ "kind": "LIST",
41063
+ "name": null,
41064
+ "ofType": {
41065
+ "kind": "NON_NULL",
41066
+ "name": null,
41067
+ "ofType": {
41068
+ "kind": "OBJECT",
41069
+ "name": "FeatureAssociatedFeatureGroupDTO",
41070
+ "ofType": null
41071
+ }
41072
+ }
41073
+ },
41074
+ "isDeprecated": false,
41075
+ "deprecationReason": null
41076
+ },
41077
+ {
41078
+ "name": "hasCharge",
41079
+ "description": null,
41080
+ "args": [],
41081
+ "type": {
41082
+ "kind": "NON_NULL",
41083
+ "name": null,
41084
+ "ofType": {
41085
+ "kind": "SCALAR",
41086
+ "name": "Boolean",
41087
+ "ofType": null
41088
+ }
41089
+ },
41090
+ "isDeprecated": false,
41091
+ "deprecationReason": null
41092
+ },
41093
+ {
41094
+ "name": "isCreditConsumption",
41095
+ "description": null,
41096
+ "args": [],
41097
+ "type": {
41098
+ "kind": "NON_NULL",
41099
+ "name": null,
41100
+ "ofType": {
41101
+ "kind": "SCALAR",
41102
+ "name": "Boolean",
41103
+ "ofType": null
41104
+ }
41105
+ },
41106
+ "isDeprecated": false,
41107
+ "deprecationReason": null
41108
+ },
41109
+ {
41110
+ "name": "productId",
41111
+ "description": null,
41112
+ "args": [],
41113
+ "type": {
41114
+ "kind": "SCALAR",
41115
+ "name": "String",
41116
+ "ofType": null
41117
+ },
41118
+ "isDeprecated": false,
41119
+ "deprecationReason": null
41120
+ },
41121
+ {
41122
+ "name": "refId",
41123
+ "description": null,
41124
+ "args": [],
41125
+ "type": {
41126
+ "kind": "NON_NULL",
41127
+ "name": null,
41128
+ "ofType": {
41129
+ "kind": "SCALAR",
41130
+ "name": "String",
41131
+ "ofType": null
41132
+ }
41133
+ },
41134
+ "isDeprecated": false,
41135
+ "deprecationReason": null
41136
+ },
41137
+ {
41138
+ "name": "type",
41139
+ "description": null,
41140
+ "args": [],
41141
+ "type": {
41142
+ "kind": "NON_NULL",
41143
+ "name": null,
41144
+ "ofType": {
41145
+ "kind": "SCALAR",
41146
+ "name": "String",
41147
+ "ofType": null
41148
+ }
41149
+ },
41150
+ "isDeprecated": false,
41151
+ "deprecationReason": null
41152
+ }
41153
+ ],
41154
+ "inputFields": null,
41155
+ "interfaces": [],
41156
+ "enumValues": null,
41157
+ "possibleTypes": null
41158
+ },
41159
+ {
41160
+ "kind": "OBJECT",
41161
+ "name": "FeatureAssociatedPackageEntitlementDTO",
41162
+ "description": "Entitlement data for a specific feature within a package",
41163
+ "fields": [
41164
+ {
41165
+ "name": "enumValues",
41166
+ "description": null,
41167
+ "args": [],
41168
+ "type": {
41169
+ "kind": "LIST",
41170
+ "name": null,
41171
+ "ofType": {
41172
+ "kind": "NON_NULL",
41173
+ "name": null,
41174
+ "ofType": {
41175
+ "kind": "SCALAR",
41176
+ "name": "String",
41177
+ "ofType": null
41178
+ }
41179
+ }
41180
+ },
41181
+ "isDeprecated": false,
41182
+ "deprecationReason": null
41183
+ },
41184
+ {
41185
+ "name": "hasSoftLimit",
41186
+ "description": null,
41187
+ "args": [],
41188
+ "type": {
41189
+ "kind": "SCALAR",
41190
+ "name": "Boolean",
41191
+ "ofType": null
41192
+ },
41193
+ "isDeprecated": false,
41194
+ "deprecationReason": null
41195
+ },
41196
+ {
41197
+ "name": "hasUnlimitedUsage",
41198
+ "description": null,
41199
+ "args": [],
41200
+ "type": {
41201
+ "kind": "SCALAR",
41202
+ "name": "Boolean",
41203
+ "ofType": null
41204
+ },
41205
+ "isDeprecated": false,
41206
+ "deprecationReason": null
41207
+ },
41208
+ {
41209
+ "name": "isCustom",
41210
+ "description": null,
41211
+ "args": [],
41212
+ "type": {
41213
+ "kind": "SCALAR",
41214
+ "name": "Boolean",
41215
+ "ofType": null
41216
+ },
41217
+ "isDeprecated": false,
41218
+ "deprecationReason": null
41219
+ },
41220
+ {
41221
+ "name": "resetPeriod",
41222
+ "description": null,
41223
+ "args": [],
41224
+ "type": {
41225
+ "kind": "ENUM",
41226
+ "name": "EntitlementResetPeriod",
41227
+ "ofType": null
41228
+ },
41229
+ "isDeprecated": false,
41230
+ "deprecationReason": null
41231
+ },
41232
+ {
41233
+ "name": "usageLimit",
41234
+ "description": null,
41235
+ "args": [],
41236
+ "type": {
41237
+ "kind": "SCALAR",
41238
+ "name": "Float",
41239
+ "ofType": null
41240
+ },
41241
+ "isDeprecated": false,
41242
+ "deprecationReason": null
41243
+ }
41244
+ ],
41245
+ "inputFields": null,
41246
+ "interfaces": [],
41247
+ "enumValues": null,
41248
+ "possibleTypes": null
41249
+ },
39274
41250
  {
39275
41251
  "kind": "OBJECT",
39276
41252
  "name": "FeatureConnection",
@@ -42713,6 +44689,49 @@
42713
44689
  "enumValues": null,
42714
44690
  "possibleTypes": null
42715
44691
  },
44692
+ {
44693
+ "kind": "INPUT_OBJECT",
44694
+ "name": "FetchCustomCurrenciesInput",
44695
+ "description": "Input for fetching custom currencies",
44696
+ "fields": null,
44697
+ "inputFields": [
44698
+ {
44699
+ "name": "environmentId",
44700
+ "description": "The environment ID",
44701
+ "type": {
44702
+ "kind": "SCALAR",
44703
+ "name": "UUID",
44704
+ "ofType": null
44705
+ },
44706
+ "defaultValue": null,
44707
+ "isDeprecated": false,
44708
+ "deprecationReason": null
44709
+ },
44710
+ {
44711
+ "name": "status",
44712
+ "description": "Filter by statuses. Defaults to [ACTIVE] if not provided.",
44713
+ "type": {
44714
+ "kind": "LIST",
44715
+ "name": null,
44716
+ "ofType": {
44717
+ "kind": "NON_NULL",
44718
+ "name": null,
44719
+ "ofType": {
44720
+ "kind": "ENUM",
44721
+ "name": "CustomCurrencyStatus",
44722
+ "ofType": null
44723
+ }
44724
+ }
44725
+ },
44726
+ "defaultValue": "[ACTIVE]",
44727
+ "isDeprecated": false,
44728
+ "deprecationReason": null
44729
+ }
44730
+ ],
44731
+ "interfaces": null,
44732
+ "enumValues": null,
44733
+ "possibleTypes": null
44734
+ },
42716
44735
  {
42717
44736
  "kind": "INPUT_OBJECT",
42718
44737
  "name": "FetchEntitlementQuery",
@@ -43064,6 +45083,144 @@
43064
45083
  "enumValues": null,
43065
45084
  "possibleTypes": null
43066
45085
  },
45086
+ {
45087
+ "kind": "INPUT_OBJECT",
45088
+ "name": "GenerateDataExportScopedTokenInput",
45089
+ "description": "Input for generating a scoped auth token for the data export embedded SDK",
45090
+ "fields": null,
45091
+ "inputFields": [
45092
+ {
45093
+ "name": "applicationOrigin",
45094
+ "description": "The FE origin the resulting token should be bound to",
45095
+ "type": {
45096
+ "kind": "NON_NULL",
45097
+ "name": null,
45098
+ "ofType": {
45099
+ "kind": "SCALAR",
45100
+ "name": "String",
45101
+ "ofType": null
45102
+ }
45103
+ },
45104
+ "defaultValue": null,
45105
+ "isDeprecated": false,
45106
+ "deprecationReason": null
45107
+ },
45108
+ {
45109
+ "name": "destination",
45110
+ "description": "Prepared destination payload to bind the token to",
45111
+ "type": {
45112
+ "kind": "SCALAR",
45113
+ "name": "JSONObject",
45114
+ "ofType": null
45115
+ },
45116
+ "defaultValue": null,
45117
+ "isDeprecated": false,
45118
+ "deprecationReason": null
45119
+ },
45120
+ {
45121
+ "name": "enabledModels",
45122
+ "description": "Subset of data-export models to enable on this destination (omit for all)",
45123
+ "type": {
45124
+ "kind": "LIST",
45125
+ "name": null,
45126
+ "ofType": {
45127
+ "kind": "NON_NULL",
45128
+ "name": null,
45129
+ "ofType": {
45130
+ "kind": "SCALAR",
45131
+ "name": "String",
45132
+ "ofType": null
45133
+ }
45134
+ }
45135
+ },
45136
+ "defaultValue": null,
45137
+ "isDeprecated": false,
45138
+ "deprecationReason": null
45139
+ },
45140
+ {
45141
+ "name": "environmentId",
45142
+ "description": "The unique identifier for the environment",
45143
+ "type": {
45144
+ "kind": "SCALAR",
45145
+ "name": "String",
45146
+ "ofType": null
45147
+ },
45148
+ "defaultValue": null,
45149
+ "isDeprecated": false,
45150
+ "deprecationReason": null
45151
+ },
45152
+ {
45153
+ "name": "integrationId",
45154
+ "description": "The ID of the data export integration",
45155
+ "type": {
45156
+ "kind": "NON_NULL",
45157
+ "name": null,
45158
+ "ofType": {
45159
+ "kind": "SCALAR",
45160
+ "name": "String",
45161
+ "ofType": null
45162
+ }
45163
+ },
45164
+ "defaultValue": null,
45165
+ "isDeprecated": false,
45166
+ "deprecationReason": null
45167
+ }
45168
+ ],
45169
+ "interfaces": null,
45170
+ "enumValues": null,
45171
+ "possibleTypes": null
45172
+ },
45173
+ {
45174
+ "kind": "INPUT_OBJECT",
45175
+ "name": "GenerateReceivedLoginUrlInput",
45176
+ "description": "Input for generating a one-shot magic-link login URL into the Received UI for a connected Received integration.",
45177
+ "fields": null,
45178
+ "inputFields": [
45179
+ {
45180
+ "name": "environmentId",
45181
+ "description": "The unique identifier for the environment",
45182
+ "type": {
45183
+ "kind": "SCALAR",
45184
+ "name": "UUID",
45185
+ "ofType": null
45186
+ },
45187
+ "defaultValue": null,
45188
+ "isDeprecated": false,
45189
+ "deprecationReason": null
45190
+ },
45191
+ {
45192
+ "name": "integrationId",
45193
+ "description": "ID of the Received integration to generate a login URL for",
45194
+ "type": {
45195
+ "kind": "NON_NULL",
45196
+ "name": null,
45197
+ "ofType": {
45198
+ "kind": "SCALAR",
45199
+ "name": "UUID",
45200
+ "ofType": null
45201
+ }
45202
+ },
45203
+ "defaultValue": null,
45204
+ "isDeprecated": false,
45205
+ "deprecationReason": null
45206
+ },
45207
+ {
45208
+ "name": "redirectTo",
45209
+ "description": "Optional same-origin relative path to land on after sign-in (e.g. \"/customers/cust_abc123\"). Signed into the encrypted login token; Received validates after decryption and falls back to its home page on malformed values.",
45210
+ "type": {
45211
+ "kind": "SCALAR",
45212
+ "name": "String",
45213
+ "ofType": null
45214
+ },
45215
+ "defaultValue": null,
45216
+ "isDeprecated": false,
45217
+ "deprecationReason": null
45218
+ }
45219
+ ],
45220
+ "interfaces": null,
45221
+ "enumValues": null,
45222
+ "possibleTypes": null
45223
+ },
43067
45224
  {
43068
45225
  "kind": "INPUT_OBJECT",
43069
45226
  "name": "GetActiveSubscriptionsInput",
@@ -48094,6 +50251,34 @@
48094
50251
  "isDeprecated": false,
48095
50252
  "deprecationReason": null
48096
50253
  },
50254
+ {
50255
+ "name": "metadata",
50256
+ "description": "Vendor-agnostic metadata for the integration (e.g. data-export destinations)",
50257
+ "args": [],
50258
+ "type": {
50259
+ "kind": "SCALAR",
50260
+ "name": "JSON",
50261
+ "ofType": null
50262
+ },
50263
+ "isDeprecated": false,
50264
+ "deprecationReason": null
50265
+ },
50266
+ {
50267
+ "name": "supportsPaymentMethod",
50268
+ "description": "Whether the integration supports collecting payment methods",
50269
+ "args": [],
50270
+ "type": {
50271
+ "kind": "NON_NULL",
50272
+ "name": null,
50273
+ "ofType": {
50274
+ "kind": "SCALAR",
50275
+ "name": "Boolean",
50276
+ "ofType": null
50277
+ }
50278
+ },
50279
+ "isDeprecated": false,
50280
+ "deprecationReason": null
50281
+ },
48097
50282
  {
48098
50283
  "name": "vendorIdentifier",
48099
50284
  "description": "The vendor identifier of integration",
@@ -48418,6 +50603,30 @@
48418
50603
  "isDeprecated": false,
48419
50604
  "deprecationReason": null
48420
50605
  },
50606
+ {
50607
+ "name": "metadata",
50608
+ "description": "Vendor-agnostic metadata for the integration (e.g. data-export destinations)",
50609
+ "args": [],
50610
+ "type": {
50611
+ "kind": "SCALAR",
50612
+ "name": "JSON",
50613
+ "ofType": null
50614
+ },
50615
+ "isDeprecated": false,
50616
+ "deprecationReason": null
50617
+ },
50618
+ {
50619
+ "name": "supportsPaymentMethod",
50620
+ "description": "Whether the integration supports collecting payment methods",
50621
+ "args": [],
50622
+ "type": {
50623
+ "kind": "SCALAR",
50624
+ "name": "Boolean",
50625
+ "ofType": null
50626
+ },
50627
+ "isDeprecated": false,
50628
+ "deprecationReason": null
50629
+ },
48421
50630
  {
48422
50631
  "name": "vendorIdentifier",
48423
50632
  "description": "The vendor identifier of integration",
@@ -49381,6 +51590,16 @@
49381
51590
  "enumValues": null,
49382
51591
  "possibleTypes": null
49383
51592
  },
51593
+ {
51594
+ "kind": "SCALAR",
51595
+ "name": "JSONObject",
51596
+ "description": "The `JSONObject` scalar type represents JSON objects as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf).",
51597
+ "fields": null,
51598
+ "inputFields": null,
51599
+ "interfaces": null,
51600
+ "enumValues": null,
51601
+ "possibleTypes": null
51602
+ },
49384
51603
  {
49385
51604
  "kind": "INPUT_OBJECT",
49386
51605
  "name": "LinkFeatureGroupToPackageInput",
@@ -50693,6 +52912,159 @@
50693
52912
  "enumValues": null,
50694
52913
  "possibleTypes": null
50695
52914
  },
52915
+ {
52916
+ "kind": "ENUM",
52917
+ "name": "MergeApplyState",
52918
+ "description": "Lifecycle state of an async environment merge-apply job.",
52919
+ "fields": null,
52920
+ "inputFields": null,
52921
+ "interfaces": null,
52922
+ "enumValues": [
52923
+ {
52924
+ "name": "COMPLETED",
52925
+ "description": "The merge was applied successfully.",
52926
+ "isDeprecated": false,
52927
+ "deprecationReason": null
52928
+ },
52929
+ {
52930
+ "name": "FAILED",
52931
+ "description": "The merge-apply job failed; see the error field.",
52932
+ "isDeprecated": false,
52933
+ "deprecationReason": null
52934
+ },
52935
+ {
52936
+ "name": "IN_PROGRESS",
52937
+ "description": "The worker is applying the merge into the destination environment.",
52938
+ "isDeprecated": false,
52939
+ "deprecationReason": null
52940
+ },
52941
+ {
52942
+ "name": "PENDING",
52943
+ "description": "The apply job is enqueued and waiting to be picked up by the worker.",
52944
+ "isDeprecated": false,
52945
+ "deprecationReason": null
52946
+ }
52947
+ ],
52948
+ "possibleTypes": null
52949
+ },
52950
+ {
52951
+ "kind": "OBJECT",
52952
+ "name": "MergeApplyStatus",
52953
+ "description": "Status of an async environment merge-apply job (STIGG-7830).",
52954
+ "fields": [
52955
+ {
52956
+ "name": "destinationEnvironmentSlug",
52957
+ "description": "Destination environment slug the apply targets. Populated for \"copy to new environment\" so the client can navigate to / poll the newly created environment.",
52958
+ "args": [],
52959
+ "type": {
52960
+ "kind": "SCALAR",
52961
+ "name": "String",
52962
+ "ofType": null
52963
+ },
52964
+ "isDeprecated": false,
52965
+ "deprecationReason": null
52966
+ },
52967
+ {
52968
+ "name": "error",
52969
+ "description": "Failure message when the apply job failed.",
52970
+ "args": [],
52971
+ "type": {
52972
+ "kind": "SCALAR",
52973
+ "name": "String",
52974
+ "ofType": null
52975
+ },
52976
+ "isDeprecated": false,
52977
+ "deprecationReason": null
52978
+ },
52979
+ {
52980
+ "name": "publishedTaskIds",
52981
+ "description": "Publish task ids produced by the per-plan / per-addon publish side-effects.",
52982
+ "args": [],
52983
+ "type": {
52984
+ "kind": "NON_NULL",
52985
+ "name": null,
52986
+ "ofType": {
52987
+ "kind": "LIST",
52988
+ "name": null,
52989
+ "ofType": {
52990
+ "kind": "NON_NULL",
52991
+ "name": null,
52992
+ "ofType": {
52993
+ "kind": "SCALAR",
52994
+ "name": "String",
52995
+ "ofType": null
52996
+ }
52997
+ }
52998
+ }
52999
+ },
53000
+ "isDeprecated": false,
53001
+ "deprecationReason": null
53002
+ },
53003
+ {
53004
+ "name": "state",
53005
+ "description": "Current lifecycle state of the apply job.",
53006
+ "args": [],
53007
+ "type": {
53008
+ "kind": "NON_NULL",
53009
+ "name": null,
53010
+ "ofType": {
53011
+ "kind": "ENUM",
53012
+ "name": "MergeApplyState",
53013
+ "ofType": null
53014
+ }
53015
+ },
53016
+ "isDeprecated": false,
53017
+ "deprecationReason": null
53018
+ },
53019
+ {
53020
+ "name": "taskId",
53021
+ "description": "The merge-apply job/task id; poll this for status.",
53022
+ "args": [],
53023
+ "type": {
53024
+ "kind": "NON_NULL",
53025
+ "name": null,
53026
+ "ofType": {
53027
+ "kind": "SCALAR",
53028
+ "name": "String",
53029
+ "ofType": null
53030
+ }
53031
+ },
53032
+ "isDeprecated": false,
53033
+ "deprecationReason": null
53034
+ }
53035
+ ],
53036
+ "inputFields": null,
53037
+ "interfaces": [],
53038
+ "enumValues": null,
53039
+ "possibleTypes": null
53040
+ },
53041
+ {
53042
+ "kind": "INPUT_OBJECT",
53043
+ "name": "MergeApplyStatusInput",
53044
+ "description": null,
53045
+ "fields": null,
53046
+ "inputFields": [
53047
+ {
53048
+ "name": "taskId",
53049
+ "description": "The merge-apply job/task id returned by mergeEnvironmentAsync.",
53050
+ "type": {
53051
+ "kind": "NON_NULL",
53052
+ "name": null,
53053
+ "ofType": {
53054
+ "kind": "SCALAR",
53055
+ "name": "String",
53056
+ "ofType": null
53057
+ }
53058
+ },
53059
+ "defaultValue": null,
53060
+ "isDeprecated": false,
53061
+ "deprecationReason": null
53062
+ }
53063
+ ],
53064
+ "interfaces": null,
53065
+ "enumValues": null,
53066
+ "possibleTypes": null
53067
+ },
50696
53068
  {
50697
53069
  "kind": "OBJECT",
50698
53070
  "name": "MergeEnvironment",
@@ -52007,6 +54379,39 @@
52007
54379
  "isDeprecated": false,
52008
54380
  "deprecationReason": null
52009
54381
  },
54382
+ {
54383
+ "name": "addDataExportDestination",
54384
+ "description": "Attach a vendor-confirmed destination to an existing data-export integration row (dashboard connect-flow callback).",
54385
+ "args": [
54386
+ {
54387
+ "name": "input",
54388
+ "description": null,
54389
+ "type": {
54390
+ "kind": "NON_NULL",
54391
+ "name": null,
54392
+ "ofType": {
54393
+ "kind": "INPUT_OBJECT",
54394
+ "name": "AddDataExportDestinationInput",
54395
+ "ofType": null
54396
+ }
54397
+ },
54398
+ "defaultValue": null,
54399
+ "isDeprecated": false,
54400
+ "deprecationReason": null
54401
+ }
54402
+ ],
54403
+ "type": {
54404
+ "kind": "NON_NULL",
54405
+ "name": null,
54406
+ "ofType": {
54407
+ "kind": "SCALAR",
54408
+ "name": "JSON",
54409
+ "ofType": null
54410
+ }
54411
+ },
54412
+ "isDeprecated": false,
54413
+ "deprecationReason": null
54414
+ },
52010
54415
  {
52011
54416
  "name": "applySubscription",
52012
54417
  "description": null,
@@ -52073,6 +54478,39 @@
52073
54478
  "isDeprecated": false,
52074
54479
  "deprecationReason": null
52075
54480
  },
54481
+ {
54482
+ "name": "archiveCustomCurrency",
54483
+ "description": "Archive a custom currency",
54484
+ "args": [
54485
+ {
54486
+ "name": "input",
54487
+ "description": null,
54488
+ "type": {
54489
+ "kind": "NON_NULL",
54490
+ "name": null,
54491
+ "ofType": {
54492
+ "kind": "INPUT_OBJECT",
54493
+ "name": "ArchiveCustomCurrencyInput",
54494
+ "ofType": null
54495
+ }
54496
+ },
54497
+ "defaultValue": null,
54498
+ "isDeprecated": false,
54499
+ "deprecationReason": null
54500
+ }
54501
+ ],
54502
+ "type": {
54503
+ "kind": "NON_NULL",
54504
+ "name": null,
54505
+ "ofType": {
54506
+ "kind": "OBJECT",
54507
+ "name": "CustomCurrency",
54508
+ "ofType": null
54509
+ }
54510
+ },
54511
+ "isDeprecated": false,
54512
+ "deprecationReason": null
54513
+ },
52076
54514
  {
52077
54515
  "name": "archiveCustomer",
52078
54516
  "description": "Archive a customer",
@@ -54007,6 +56445,39 @@
54007
56445
  "isDeprecated": true,
54008
56446
  "deprecationReason": "estimateSubscriptionUpdate is deprecated. Use previewSubscription instead"
54009
56447
  },
56448
+ {
56449
+ "name": "generateDataExportScopedToken",
56450
+ "description": "Generate a scoped auth token for the data export embedded SDK",
56451
+ "args": [
56452
+ {
56453
+ "name": "input",
56454
+ "description": null,
56455
+ "type": {
56456
+ "kind": "NON_NULL",
56457
+ "name": null,
56458
+ "ofType": {
56459
+ "kind": "INPUT_OBJECT",
56460
+ "name": "GenerateDataExportScopedTokenInput",
56461
+ "ofType": null
56462
+ }
56463
+ },
56464
+ "defaultValue": null,
56465
+ "isDeprecated": false,
56466
+ "deprecationReason": null
56467
+ }
56468
+ ],
56469
+ "type": {
56470
+ "kind": "NON_NULL",
56471
+ "name": null,
56472
+ "ofType": {
56473
+ "kind": "OBJECT",
56474
+ "name": "DataExportScopedToken",
56475
+ "ofType": null
56476
+ }
56477
+ },
56478
+ "isDeprecated": false,
56479
+ "deprecationReason": null
56480
+ },
54010
56481
  {
54011
56482
  "name": "grantPromotionalEntitlements",
54012
56483
  "description": "Grant multiple promotional entitlements",
@@ -54246,6 +56717,39 @@
54246
56717
  "isDeprecated": false,
54247
56718
  "deprecationReason": null
54248
56719
  },
56720
+ {
56721
+ "name": "initiateDataExportConnectionCheck",
56722
+ "description": "Initiate a connection check for a data export destination",
56723
+ "args": [
56724
+ {
56725
+ "name": "input",
56726
+ "description": null,
56727
+ "type": {
56728
+ "kind": "NON_NULL",
56729
+ "name": null,
56730
+ "ofType": {
56731
+ "kind": "INPUT_OBJECT",
56732
+ "name": "DataExportConnectionCheckInput",
56733
+ "ofType": null
56734
+ }
56735
+ },
56736
+ "defaultValue": null,
56737
+ "isDeprecated": false,
56738
+ "deprecationReason": null
56739
+ }
56740
+ ],
56741
+ "type": {
56742
+ "kind": "NON_NULL",
56743
+ "name": null,
56744
+ "ofType": {
56745
+ "kind": "OBJECT",
56746
+ "name": "DataExportConnectionCheck",
56747
+ "ofType": null
56748
+ }
56749
+ },
56750
+ "isDeprecated": false,
56751
+ "deprecationReason": null
56752
+ },
54249
56753
  {
54250
56754
  "name": "inviteMembers",
54251
56755
  "description": "Invite members to the account",
@@ -54415,6 +56919,39 @@
54415
56919
  "isDeprecated": false,
54416
56920
  "deprecationReason": null
54417
56921
  },
56922
+ {
56923
+ "name": "mergeEnvironmentAsync",
56924
+ "description": "Enqueue an async environment merge-apply job (STIGG-7830) and return a status handle immediately.",
56925
+ "args": [
56926
+ {
56927
+ "name": "input",
56928
+ "description": null,
56929
+ "type": {
56930
+ "kind": "NON_NULL",
56931
+ "name": null,
56932
+ "ofType": {
56933
+ "kind": "INPUT_OBJECT",
56934
+ "name": "MergeEnvironmentInput",
56935
+ "ofType": null
56936
+ }
56937
+ },
56938
+ "defaultValue": null,
56939
+ "isDeprecated": false,
56940
+ "deprecationReason": null
56941
+ }
56942
+ ],
56943
+ "type": {
56944
+ "kind": "NON_NULL",
56945
+ "name": null,
56946
+ "ofType": {
56947
+ "kind": "OBJECT",
56948
+ "name": "MergeApplyStatus",
56949
+ "ofType": null
56950
+ }
56951
+ },
56952
+ "isDeprecated": false,
56953
+ "deprecationReason": null
56954
+ },
54418
56955
  {
54419
56956
  "name": "migratePackageFeatureGroupsToLatest",
54420
56957
  "description": "Migrate package feature groups to latest version",
@@ -54910,6 +57447,39 @@
54910
57447
  "isDeprecated": false,
54911
57448
  "deprecationReason": null
54912
57449
  },
57450
+ {
57451
+ "name": "refreshEnvironmentExport",
57452
+ "description": "Force a re-export of the environment catalog (demand-driven Refresh). Triggers an off-thread rebuild of the cached artifact and returns the current export status to poll.",
57453
+ "args": [
57454
+ {
57455
+ "name": "input",
57456
+ "description": null,
57457
+ "type": {
57458
+ "kind": "NON_NULL",
57459
+ "name": null,
57460
+ "ofType": {
57461
+ "kind": "INPUT_OBJECT",
57462
+ "name": "EnvironmentExportStatusInput",
57463
+ "ofType": null
57464
+ }
57465
+ },
57466
+ "defaultValue": null,
57467
+ "isDeprecated": false,
57468
+ "deprecationReason": null
57469
+ }
57470
+ ],
57471
+ "type": {
57472
+ "kind": "NON_NULL",
57473
+ "name": null,
57474
+ "ofType": {
57475
+ "kind": "OBJECT",
57476
+ "name": "EnvironmentExportStatus",
57477
+ "ofType": null
57478
+ }
57479
+ },
57480
+ "isDeprecated": false,
57481
+ "deprecationReason": null
57482
+ },
54913
57483
  {
54914
57484
  "name": "registerMember",
54915
57485
  "description": "Register a new member with the provided email and roles",
@@ -56233,6 +58803,47 @@
56233
58803
  "isDeprecated": false,
56234
58804
  "deprecationReason": null
56235
58805
  },
58806
+ {
58807
+ "name": "triggerDataExportSync",
58808
+ "description": "Trigger a manual sync for a data export integration",
58809
+ "args": [
58810
+ {
58811
+ "name": "input",
58812
+ "description": null,
58813
+ "type": {
58814
+ "kind": "NON_NULL",
58815
+ "name": null,
58816
+ "ofType": {
58817
+ "kind": "INPUT_OBJECT",
58818
+ "name": "TriggerDataExportSyncInput",
58819
+ "ofType": null
58820
+ }
58821
+ },
58822
+ "defaultValue": null,
58823
+ "isDeprecated": false,
58824
+ "deprecationReason": null
58825
+ }
58826
+ ],
58827
+ "type": {
58828
+ "kind": "NON_NULL",
58829
+ "name": null,
58830
+ "ofType": {
58831
+ "kind": "LIST",
58832
+ "name": null,
58833
+ "ofType": {
58834
+ "kind": "NON_NULL",
58835
+ "name": null,
58836
+ "ofType": {
58837
+ "kind": "OBJECT",
58838
+ "name": "TriggerDataExportSyncResult",
58839
+ "ofType": null
58840
+ }
58841
+ }
58842
+ }
58843
+ },
58844
+ "isDeprecated": false,
58845
+ "deprecationReason": null
58846
+ },
56236
58847
  {
56237
58848
  "name": "triggerImportCatalog",
56238
58849
  "description": "Trigger import of catalog data from an integration",
@@ -56480,6 +59091,39 @@
56480
59091
  "isDeprecated": false,
56481
59092
  "deprecationReason": null
56482
59093
  },
59094
+ {
59095
+ "name": "unarchiveCustomCurrency",
59096
+ "description": "Unarchive a custom currency",
59097
+ "args": [
59098
+ {
59099
+ "name": "input",
59100
+ "description": null,
59101
+ "type": {
59102
+ "kind": "NON_NULL",
59103
+ "name": null,
59104
+ "ofType": {
59105
+ "kind": "INPUT_OBJECT",
59106
+ "name": "UnarchiveCustomCurrencyInput",
59107
+ "ofType": null
59108
+ }
59109
+ },
59110
+ "defaultValue": null,
59111
+ "isDeprecated": false,
59112
+ "deprecationReason": null
59113
+ }
59114
+ ],
59115
+ "type": {
59116
+ "kind": "NON_NULL",
59117
+ "name": null,
59118
+ "ofType": {
59119
+ "kind": "OBJECT",
59120
+ "name": "CustomCurrency",
59121
+ "ofType": null
59122
+ }
59123
+ },
59124
+ "isDeprecated": false,
59125
+ "deprecationReason": null
59126
+ },
56483
59127
  {
56484
59128
  "name": "unarchiveCustomer",
56485
59129
  "description": "Unarchive a customer",
@@ -56892,6 +59536,39 @@
56892
59536
  "isDeprecated": false,
56893
59537
  "deprecationReason": null
56894
59538
  },
59539
+ {
59540
+ "name": "updateDataExportDestinationSelection",
59541
+ "description": "Update the model selection of an existing data-export destination (dashboard post-connect editor).",
59542
+ "args": [
59543
+ {
59544
+ "name": "input",
59545
+ "description": null,
59546
+ "type": {
59547
+ "kind": "NON_NULL",
59548
+ "name": null,
59549
+ "ofType": {
59550
+ "kind": "INPUT_OBJECT",
59551
+ "name": "UpdateDataExportSelectionInput",
59552
+ "ofType": null
59553
+ }
59554
+ },
59555
+ "defaultValue": null,
59556
+ "isDeprecated": false,
59557
+ "deprecationReason": null
59558
+ }
59559
+ ],
59560
+ "type": {
59561
+ "kind": "NON_NULL",
59562
+ "name": null,
59563
+ "ofType": {
59564
+ "kind": "SCALAR",
59565
+ "name": "JSON",
59566
+ "ofType": null
59567
+ }
59568
+ },
59569
+ "isDeprecated": false,
59570
+ "deprecationReason": null
59571
+ },
56895
59572
  {
56896
59573
  "name": "updateEntitlementsOrder",
56897
59574
  "description": "Update entitlements order",
@@ -60273,6 +62950,18 @@
60273
62950
  "isDeprecated": false,
60274
62951
  "deprecationReason": null
60275
62952
  },
62953
+ {
62954
+ "name": "hasSoftLimit",
62955
+ "description": "Whether the entitlement has a soft limit",
62956
+ "args": [],
62957
+ "type": {
62958
+ "kind": "SCALAR",
62959
+ "name": "Boolean",
62960
+ "ofType": null
62961
+ },
62962
+ "isDeprecated": false,
62963
+ "deprecationReason": null
62964
+ },
60276
62965
  {
60277
62966
  "name": "hiddenFromWidgets",
60278
62967
  "description": "Whether the entitlement is hidden from widgets",
@@ -60725,6 +63414,18 @@
60725
63414
  "isDeprecated": false,
60726
63415
  "deprecationReason": null
60727
63416
  },
63417
+ {
63418
+ "name": "hasSoftLimit",
63419
+ "description": "Whether the entitlement has a soft limit",
63420
+ "type": {
63421
+ "kind": "SCALAR",
63422
+ "name": "Boolean",
63423
+ "ofType": null
63424
+ },
63425
+ "defaultValue": null,
63426
+ "isDeprecated": false,
63427
+ "deprecationReason": null
63428
+ },
60728
63429
  {
60729
63430
  "name": "hiddenFromWidgets",
60730
63431
  "description": "Whether the entitlement is hidden from widgets",
@@ -61006,6 +63707,18 @@
61006
63707
  "isDeprecated": false,
61007
63708
  "deprecationReason": null
61008
63709
  },
63710
+ {
63711
+ "name": "hasSoftLimit",
63712
+ "description": "Whether the entitlement has a soft limit",
63713
+ "type": {
63714
+ "kind": "SCALAR",
63715
+ "name": "Boolean",
63716
+ "ofType": null
63717
+ },
63718
+ "defaultValue": null,
63719
+ "isDeprecated": false,
63720
+ "deprecationReason": null
63721
+ },
61009
63722
  {
61010
63723
  "name": "hiddenFromWidgets",
61011
63724
  "description": "Whether the entitlement is hidden from widgets",
@@ -73444,6 +76157,33 @@
73444
76157
  "enumValues": null,
73445
76158
  "possibleTypes": null
73446
76159
  },
76160
+ {
76161
+ "kind": "OBJECT",
76162
+ "name": "PrequelCredentials",
76163
+ "description": "Credentials shape for Prequel-managed data-export integrations",
76164
+ "fields": [
76165
+ {
76166
+ "name": "prequelRecipientId",
76167
+ "description": "Prequel recipient ID associated with this integration",
76168
+ "args": [],
76169
+ "type": {
76170
+ "kind": "NON_NULL",
76171
+ "name": null,
76172
+ "ofType": {
76173
+ "kind": "SCALAR",
76174
+ "name": "String",
76175
+ "ofType": null
76176
+ }
76177
+ },
76178
+ "isDeprecated": false,
76179
+ "deprecationReason": null
76180
+ }
76181
+ ],
76182
+ "inputFields": null,
76183
+ "interfaces": [],
76184
+ "enumValues": null,
76185
+ "possibleTypes": null
76186
+ },
73447
76187
  {
73448
76188
  "kind": "INPUT_OBJECT",
73449
76189
  "name": "PreviewCreditGrantBillingInfoInput",
@@ -76299,6 +79039,93 @@
76299
79039
  "enumValues": null,
76300
79040
  "possibleTypes": null
76301
79041
  },
79042
+ {
79043
+ "kind": "OBJECT",
79044
+ "name": "PricingModelNotSupportedByBillingIntegrationError",
79045
+ "description": null,
79046
+ "fields": [
79047
+ {
79048
+ "name": "code",
79049
+ "description": null,
79050
+ "args": [],
79051
+ "type": {
79052
+ "kind": "NON_NULL",
79053
+ "name": null,
79054
+ "ofType": {
79055
+ "kind": "SCALAR",
79056
+ "name": "String",
79057
+ "ofType": null
79058
+ }
79059
+ },
79060
+ "isDeprecated": false,
79061
+ "deprecationReason": null
79062
+ },
79063
+ {
79064
+ "name": "isValidationError",
79065
+ "description": null,
79066
+ "args": [],
79067
+ "type": {
79068
+ "kind": "NON_NULL",
79069
+ "name": null,
79070
+ "ofType": {
79071
+ "kind": "SCALAR",
79072
+ "name": "Boolean",
79073
+ "ofType": null
79074
+ }
79075
+ },
79076
+ "isDeprecated": false,
79077
+ "deprecationReason": null
79078
+ },
79079
+ {
79080
+ "name": "planRefId",
79081
+ "description": null,
79082
+ "args": [],
79083
+ "type": {
79084
+ "kind": "SCALAR",
79085
+ "name": "String",
79086
+ "ofType": null
79087
+ },
79088
+ "isDeprecated": false,
79089
+ "deprecationReason": null
79090
+ },
79091
+ {
79092
+ "name": "pricingModel",
79093
+ "description": null,
79094
+ "args": [],
79095
+ "type": {
79096
+ "kind": "NON_NULL",
79097
+ "name": null,
79098
+ "ofType": {
79099
+ "kind": "SCALAR",
79100
+ "name": "String",
79101
+ "ofType": null
79102
+ }
79103
+ },
79104
+ "isDeprecated": false,
79105
+ "deprecationReason": null
79106
+ },
79107
+ {
79108
+ "name": "vendorIdentifier",
79109
+ "description": null,
79110
+ "args": [],
79111
+ "type": {
79112
+ "kind": "NON_NULL",
79113
+ "name": null,
79114
+ "ofType": {
79115
+ "kind": "SCALAR",
79116
+ "name": "String",
79117
+ "ofType": null
79118
+ }
79119
+ },
79120
+ "isDeprecated": false,
79121
+ "deprecationReason": null
79122
+ }
79123
+ ],
79124
+ "inputFields": null,
79125
+ "interfaces": [],
79126
+ "enumValues": null,
79127
+ "possibleTypes": null
79128
+ },
76302
79129
  {
76303
79130
  "kind": "ENUM",
76304
79131
  "name": "PricingType",
@@ -83444,6 +86271,39 @@
83444
86271
  "isDeprecated": true,
83445
86272
  "deprecationReason": "Use credit entitlements to retrieve credit balance instead."
83446
86273
  },
86274
+ {
86275
+ "name": "creditEventsFields",
86276
+ "description": "Get distinct featureIds and dimension keys/values seen in a customer's credit consumption events",
86277
+ "args": [
86278
+ {
86279
+ "name": "input",
86280
+ "description": null,
86281
+ "type": {
86282
+ "kind": "NON_NULL",
86283
+ "name": null,
86284
+ "ofType": {
86285
+ "kind": "INPUT_OBJECT",
86286
+ "name": "CreditEventsFieldsInput",
86287
+ "ofType": null
86288
+ }
86289
+ },
86290
+ "defaultValue": null,
86291
+ "isDeprecated": false,
86292
+ "deprecationReason": null
86293
+ }
86294
+ ],
86295
+ "type": {
86296
+ "kind": "NON_NULL",
86297
+ "name": null,
86298
+ "ofType": {
86299
+ "kind": "OBJECT",
86300
+ "name": "CreditEventsFields",
86301
+ "ofType": null
86302
+ }
86303
+ },
86304
+ "isDeprecated": false,
86305
+ "deprecationReason": null
86306
+ },
83447
86307
  {
83448
86308
  "name": "creditGrants",
83449
86309
  "description": "Get all credit grants for an environment",
@@ -83577,14 +86437,14 @@
83577
86437
  },
83578
86438
  {
83579
86439
  "name": "customCurrencies",
83580
- "description": "Get all custom currencies for an environment",
86440
+ "description": "Get custom currencies for an environment. Archived currencies are excluded by default; pass status: ARCHIVED to retrieve them.",
83581
86441
  "args": [
83582
86442
  {
83583
- "name": "environmentId",
86443
+ "name": "input",
83584
86444
  "description": null,
83585
86445
  "type": {
83586
- "kind": "SCALAR",
83587
- "name": "String",
86446
+ "kind": "INPUT_OBJECT",
86447
+ "name": "FetchCustomCurrenciesInput",
83588
86448
  "ofType": null
83589
86449
  },
83590
86450
  "defaultValue": null,
@@ -83612,6 +86472,47 @@
83612
86472
  "isDeprecated": false,
83613
86473
  "deprecationReason": null
83614
86474
  },
86475
+ {
86476
+ "name": "customCurrencyAssociatedEntities",
86477
+ "description": "Get entities associated with a custom currency",
86478
+ "args": [
86479
+ {
86480
+ "name": "input",
86481
+ "description": null,
86482
+ "type": {
86483
+ "kind": "NON_NULL",
86484
+ "name": null,
86485
+ "ofType": {
86486
+ "kind": "INPUT_OBJECT",
86487
+ "name": "CustomCurrencyAssociatedEntitiesInput",
86488
+ "ofType": null
86489
+ }
86490
+ },
86491
+ "defaultValue": null,
86492
+ "isDeprecated": false,
86493
+ "deprecationReason": null
86494
+ }
86495
+ ],
86496
+ "type": {
86497
+ "kind": "NON_NULL",
86498
+ "name": null,
86499
+ "ofType": {
86500
+ "kind": "LIST",
86501
+ "name": null,
86502
+ "ofType": {
86503
+ "kind": "NON_NULL",
86504
+ "name": null,
86505
+ "ofType": {
86506
+ "kind": "OBJECT",
86507
+ "name": "CustomCurrencyAssociatedEntity",
86508
+ "ofType": null
86509
+ }
86510
+ }
86511
+ }
86512
+ },
86513
+ "isDeprecated": false,
86514
+ "deprecationReason": null
86515
+ },
83615
86516
  {
83616
86517
  "name": "customerPortal",
83617
86518
  "description": "Customer portal information",
@@ -83828,6 +86729,96 @@
83828
86729
  "isDeprecated": false,
83829
86730
  "deprecationReason": null
83830
86731
  },
86732
+ {
86733
+ "name": "dataExportConnectionCheckResult",
86734
+ "description": "Get the result of a data export destination connection check",
86735
+ "args": [
86736
+ {
86737
+ "name": "input",
86738
+ "description": null,
86739
+ "type": {
86740
+ "kind": "NON_NULL",
86741
+ "name": null,
86742
+ "ofType": {
86743
+ "kind": "INPUT_OBJECT",
86744
+ "name": "DataExportConnectionCheckResultInput",
86745
+ "ofType": null
86746
+ }
86747
+ },
86748
+ "defaultValue": null,
86749
+ "isDeprecated": false,
86750
+ "deprecationReason": null
86751
+ }
86752
+ ],
86753
+ "type": {
86754
+ "kind": "NON_NULL",
86755
+ "name": null,
86756
+ "ofType": {
86757
+ "kind": "OBJECT",
86758
+ "name": "DataExportConnectionCheckResult",
86759
+ "ofType": null
86760
+ }
86761
+ },
86762
+ "isDeprecated": false,
86763
+ "deprecationReason": null
86764
+ },
86765
+ {
86766
+ "name": "dataExportModelCatalog",
86767
+ "description": "List the catalog of data-export models the customer can opt into when connecting a destination",
86768
+ "args": [],
86769
+ "type": {
86770
+ "kind": "NON_NULL",
86771
+ "name": null,
86772
+ "ofType": {
86773
+ "kind": "OBJECT",
86774
+ "name": "DataExportModelCatalog",
86775
+ "ofType": null
86776
+ }
86777
+ },
86778
+ "isDeprecated": false,
86779
+ "deprecationReason": null
86780
+ },
86781
+ {
86782
+ "name": "dataExportSyncStatus",
86783
+ "description": "Get the last sync status of a data export integration",
86784
+ "args": [
86785
+ {
86786
+ "name": "input",
86787
+ "description": null,
86788
+ "type": {
86789
+ "kind": "NON_NULL",
86790
+ "name": null,
86791
+ "ofType": {
86792
+ "kind": "INPUT_OBJECT",
86793
+ "name": "DataExportSyncStatusInput",
86794
+ "ofType": null
86795
+ }
86796
+ },
86797
+ "defaultValue": null,
86798
+ "isDeprecated": false,
86799
+ "deprecationReason": null
86800
+ }
86801
+ ],
86802
+ "type": {
86803
+ "kind": "NON_NULL",
86804
+ "name": null,
86805
+ "ofType": {
86806
+ "kind": "LIST",
86807
+ "name": null,
86808
+ "ofType": {
86809
+ "kind": "NON_NULL",
86810
+ "name": null,
86811
+ "ofType": {
86812
+ "kind": "OBJECT",
86813
+ "name": "DataExportSyncStatus",
86814
+ "ofType": null
86815
+ }
86816
+ }
86817
+ }
86818
+ },
86819
+ "isDeprecated": false,
86820
+ "deprecationReason": null
86821
+ },
83831
86822
  {
83832
86823
  "name": "doesFeatureExist",
83833
86824
  "description": "Check if a feature exists",
@@ -84100,6 +87091,39 @@
84100
87091
  "isDeprecated": false,
84101
87092
  "deprecationReason": null
84102
87093
  },
87094
+ {
87095
+ "name": "environmentExportStatus",
87096
+ "description": "Status of the cached environment export artifact, including S3 reference and staleness.",
87097
+ "args": [
87098
+ {
87099
+ "name": "input",
87100
+ "description": null,
87101
+ "type": {
87102
+ "kind": "NON_NULL",
87103
+ "name": null,
87104
+ "ofType": {
87105
+ "kind": "INPUT_OBJECT",
87106
+ "name": "EnvironmentExportStatusInput",
87107
+ "ofType": null
87108
+ }
87109
+ },
87110
+ "defaultValue": null,
87111
+ "isDeprecated": false,
87112
+ "deprecationReason": null
87113
+ }
87114
+ ],
87115
+ "type": {
87116
+ "kind": "NON_NULL",
87117
+ "name": null,
87118
+ "ofType": {
87119
+ "kind": "OBJECT",
87120
+ "name": "EnvironmentExportStatus",
87121
+ "ofType": null
87122
+ }
87123
+ },
87124
+ "isDeprecated": false,
87125
+ "deprecationReason": null
87126
+ },
84103
87127
  {
84104
87128
  "name": "environments",
84105
87129
  "description": null,
@@ -84222,6 +87246,47 @@
84222
87246
  "isDeprecated": false,
84223
87247
  "deprecationReason": null
84224
87248
  },
87249
+ {
87250
+ "name": "eventQueues",
87251
+ "description": "List SQS event queues provisioned for an environment",
87252
+ "args": [
87253
+ {
87254
+ "name": "input",
87255
+ "description": "Input for listing event queues",
87256
+ "type": {
87257
+ "kind": "NON_NULL",
87258
+ "name": null,
87259
+ "ofType": {
87260
+ "kind": "INPUT_OBJECT",
87261
+ "name": "EventQueueListInput",
87262
+ "ofType": null
87263
+ }
87264
+ },
87265
+ "defaultValue": null,
87266
+ "isDeprecated": false,
87267
+ "deprecationReason": null
87268
+ }
87269
+ ],
87270
+ "type": {
87271
+ "kind": "NON_NULL",
87272
+ "name": null,
87273
+ "ofType": {
87274
+ "kind": "LIST",
87275
+ "name": null,
87276
+ "ofType": {
87277
+ "kind": "NON_NULL",
87278
+ "name": null,
87279
+ "ofType": {
87280
+ "kind": "OBJECT",
87281
+ "name": "EventQueue",
87282
+ "ofType": null
87283
+ }
87284
+ }
87285
+ }
87286
+ },
87287
+ "isDeprecated": false,
87288
+ "deprecationReason": null
87289
+ },
84225
87290
  {
84226
87291
  "name": "eventsFields",
84227
87292
  "description": "Events fields",
@@ -84370,17 +87435,9 @@
84370
87435
  "kind": "NON_NULL",
84371
87436
  "name": null,
84372
87437
  "ofType": {
84373
- "kind": "LIST",
84374
- "name": null,
84375
- "ofType": {
84376
- "kind": "NON_NULL",
84377
- "name": null,
84378
- "ofType": {
84379
- "kind": "OBJECT",
84380
- "name": "PackageDTO",
84381
- "ofType": null
84382
- }
84383
- }
87438
+ "kind": "OBJECT",
87439
+ "name": "FeatureAssociatedLatestPackagesResultDTO",
87440
+ "ofType": null
84384
87441
  }
84385
87442
  },
84386
87443
  "isDeprecated": false,
@@ -84590,6 +87647,39 @@
84590
87647
  "isDeprecated": false,
84591
87648
  "deprecationReason": null
84592
87649
  },
87650
+ {
87651
+ "name": "generateReceivedLoginUrl",
87652
+ "description": "Generate a one-shot magic-link login URL into the Received UI for a connected Received integration",
87653
+ "args": [
87654
+ {
87655
+ "name": "input",
87656
+ "description": null,
87657
+ "type": {
87658
+ "kind": "NON_NULL",
87659
+ "name": null,
87660
+ "ofType": {
87661
+ "kind": "INPUT_OBJECT",
87662
+ "name": "GenerateReceivedLoginUrlInput",
87663
+ "ofType": null
87664
+ }
87665
+ },
87666
+ "defaultValue": null,
87667
+ "isDeprecated": false,
87668
+ "deprecationReason": null
87669
+ }
87670
+ ],
87671
+ "type": {
87672
+ "kind": "NON_NULL",
87673
+ "name": null,
87674
+ "ofType": {
87675
+ "kind": "OBJECT",
87676
+ "name": "ReceivedLoginUrlDTO",
87677
+ "ofType": null
87678
+ }
87679
+ },
87680
+ "isDeprecated": false,
87681
+ "deprecationReason": null
87682
+ },
84593
87683
  {
84594
87684
  "name": "getActiveSubscriptions",
84595
87685
  "description": null,
@@ -85443,6 +88533,39 @@
85443
88533
  "isDeprecated": false,
85444
88534
  "deprecationReason": null
85445
88535
  },
88536
+ {
88537
+ "name": "mergeApplyStatus",
88538
+ "description": "Status of an async environment merge-apply job (STIGG-7830).",
88539
+ "args": [
88540
+ {
88541
+ "name": "input",
88542
+ "description": null,
88543
+ "type": {
88544
+ "kind": "NON_NULL",
88545
+ "name": null,
88546
+ "ofType": {
88547
+ "kind": "INPUT_OBJECT",
88548
+ "name": "MergeApplyStatusInput",
88549
+ "ofType": null
88550
+ }
88551
+ },
88552
+ "defaultValue": null,
88553
+ "isDeprecated": false,
88554
+ "deprecationReason": null
88555
+ }
88556
+ ],
88557
+ "type": {
88558
+ "kind": "NON_NULL",
88559
+ "name": null,
88560
+ "ofType": {
88561
+ "kind": "OBJECT",
88562
+ "name": "MergeApplyStatus",
88563
+ "ofType": null
88564
+ }
88565
+ },
88566
+ "isDeprecated": false,
88567
+ "deprecationReason": null
88568
+ },
85446
88569
  {
85447
88570
  "name": "mockPaywall",
85448
88571
  "description": "Get mock paywall by plan ID",
@@ -86788,55 +89911,188 @@
86788
89911
  },
86789
89912
  {
86790
89913
  "kind": "INPUT_OBJECT",
86791
- "name": "RecalculateEntitlementsSideEffectsOptionsInput",
86792
- "description": "Flags to control side effects triggered during entitlement recalculation.",
89914
+ "name": "RecalculateEntitlementsSideEffectsOptionsInput",
89915
+ "description": "Flags to control side effects triggered during entitlement recalculation.",
89916
+ "fields": null,
89917
+ "inputFields": [
89918
+ {
89919
+ "name": "skipPublishToSubscribers",
89920
+ "description": "Prevents publishing entitlement updates to subscribers.",
89921
+ "type": {
89922
+ "kind": "SCALAR",
89923
+ "name": "Boolean",
89924
+ "ofType": null
89925
+ },
89926
+ "defaultValue": "false",
89927
+ "isDeprecated": false,
89928
+ "deprecationReason": null
89929
+ },
89930
+ {
89931
+ "name": "skipWriteToCache",
89932
+ "description": "Skips cache updates for recalculated entitlements.",
89933
+ "type": {
89934
+ "kind": "SCALAR",
89935
+ "name": "Boolean",
89936
+ "ofType": null
89937
+ },
89938
+ "defaultValue": "false",
89939
+ "isDeprecated": false,
89940
+ "deprecationReason": null
89941
+ },
89942
+ {
89943
+ "name": "skipWriteToDataCatalog",
89944
+ "description": "Skips updating the data catalog during recalculation.",
89945
+ "type": {
89946
+ "kind": "SCALAR",
89947
+ "name": "Boolean",
89948
+ "ofType": null
89949
+ },
89950
+ "defaultValue": "false",
89951
+ "isDeprecated": false,
89952
+ "deprecationReason": null
89953
+ },
89954
+ {
89955
+ "name": "skipWriteToEventLog",
89956
+ "description": "Skips writing entitlement recalculation events to the event log.",
89957
+ "type": {
89958
+ "kind": "SCALAR",
89959
+ "name": "Boolean",
89960
+ "ofType": null
89961
+ },
89962
+ "defaultValue": "false",
89963
+ "isDeprecated": false,
89964
+ "deprecationReason": null
89965
+ }
89966
+ ],
89967
+ "interfaces": null,
89968
+ "enumValues": null,
89969
+ "possibleTypes": null
89970
+ },
89971
+ {
89972
+ "kind": "OBJECT",
89973
+ "name": "ReceivedCredentials",
89974
+ "description": "Received integration configuration object",
89975
+ "fields": [
89976
+ {
89977
+ "name": "adminUser",
89978
+ "description": "Admin user for the Received integration",
89979
+ "args": [],
89980
+ "type": {
89981
+ "kind": "SCALAR",
89982
+ "name": "String",
89983
+ "ofType": null
89984
+ },
89985
+ "isDeprecated": false,
89986
+ "deprecationReason": null
89987
+ },
89988
+ {
89989
+ "name": "apiKey",
89990
+ "description": "API key for the Received integration",
89991
+ "args": [],
89992
+ "type": {
89993
+ "kind": "SCALAR",
89994
+ "name": "String",
89995
+ "ofType": null
89996
+ },
89997
+ "isDeprecated": false,
89998
+ "deprecationReason": null
89999
+ },
90000
+ {
90001
+ "name": "tenantId",
90002
+ "description": "Tenant ID for the Received integration",
90003
+ "args": [],
90004
+ "type": {
90005
+ "kind": "SCALAR",
90006
+ "name": "String",
90007
+ "ofType": null
90008
+ },
90009
+ "isDeprecated": false,
90010
+ "deprecationReason": null
90011
+ }
90012
+ ],
90013
+ "inputFields": null,
90014
+ "interfaces": [],
90015
+ "enumValues": null,
90016
+ "possibleTypes": null
90017
+ },
90018
+ {
90019
+ "kind": "OBJECT",
90020
+ "name": "ReceivedLoginUrlDTO",
90021
+ "description": "One-shot magic-link login URL into the Received UI.",
90022
+ "fields": [
90023
+ {
90024
+ "name": "url",
90025
+ "description": "Full Received UI URL pre-populated with an encrypted login token. Open it to sign the Stigg-provisioned admin user into Received.",
90026
+ "args": [],
90027
+ "type": {
90028
+ "kind": "NON_NULL",
90029
+ "name": null,
90030
+ "ofType": {
90031
+ "kind": "SCALAR",
90032
+ "name": "String",
90033
+ "ofType": null
90034
+ }
90035
+ },
90036
+ "isDeprecated": false,
90037
+ "deprecationReason": null
90038
+ }
90039
+ ],
90040
+ "inputFields": null,
90041
+ "interfaces": [],
90042
+ "enumValues": null,
90043
+ "possibleTypes": null
90044
+ },
90045
+ {
90046
+ "kind": "INPUT_OBJECT",
90047
+ "name": "ReceivedReconnectInput",
90048
+ "description": "Input for reconnecting a Received integration without rotating its secrets (forceRotate=false). Supply previously-issued secrets that Received will not return again.",
86793
90049
  "fields": null,
86794
90050
  "inputFields": [
86795
90051
  {
86796
- "name": "skipPublishToSubscribers",
86797
- "description": "Prevents publishing entitlement updates to subscribers.",
90052
+ "name": "adminUserSecret",
90053
+ "description": "Previously-issued admin user secret. Required when reconnecting without rotation, since Received will not return it.",
86798
90054
  "type": {
86799
90055
  "kind": "SCALAR",
86800
- "name": "Boolean",
90056
+ "name": "String",
86801
90057
  "ofType": null
86802
90058
  },
86803
- "defaultValue": "false",
90059
+ "defaultValue": null,
86804
90060
  "isDeprecated": false,
86805
90061
  "deprecationReason": null
86806
90062
  },
86807
90063
  {
86808
- "name": "skipWriteToCache",
86809
- "description": "Skips cache updates for recalculated entitlements.",
90064
+ "name": "apiKeySecret",
90065
+ "description": "Previously-issued API key secret. Required when reconnecting without rotation, since Received will not return it.",
86810
90066
  "type": {
86811
90067
  "kind": "SCALAR",
86812
- "name": "Boolean",
90068
+ "name": "String",
86813
90069
  "ofType": null
86814
90070
  },
86815
- "defaultValue": "false",
90071
+ "defaultValue": null,
86816
90072
  "isDeprecated": false,
86817
90073
  "deprecationReason": null
86818
90074
  },
86819
90075
  {
86820
- "name": "skipWriteToDataCatalog",
86821
- "description": "Skips updating the data catalog during recalculation.",
90076
+ "name": "tenantId",
90077
+ "description": "Existing Received tenant ID to reconnect to",
86822
90078
  "type": {
86823
90079
  "kind": "SCALAR",
86824
- "name": "Boolean",
90080
+ "name": "String",
86825
90081
  "ofType": null
86826
90082
  },
86827
- "defaultValue": "false",
90083
+ "defaultValue": null,
86828
90084
  "isDeprecated": false,
86829
90085
  "deprecationReason": null
86830
90086
  },
86831
90087
  {
86832
- "name": "skipWriteToEventLog",
86833
- "description": "Skips writing entitlement recalculation events to the event log.",
90088
+ "name": "webhookSecret",
90089
+ "description": "Previously-issued webhook secret. Optional safety net when reconnecting without rotation.",
86834
90090
  "type": {
86835
90091
  "kind": "SCALAR",
86836
- "name": "Boolean",
90092
+ "name": "String",
86837
90093
  "ofType": null
86838
90094
  },
86839
- "defaultValue": "false",
90095
+ "defaultValue": null,
86840
90096
  "isDeprecated": false,
86841
90097
  "deprecationReason": null
86842
90098
  }
@@ -87655,6 +90911,18 @@
87655
90911
  "description": "Input for revoking an API key",
87656
90912
  "fields": null,
87657
90913
  "inputFields": [
90914
+ {
90915
+ "name": "environmentId",
90916
+ "description": "The unique identifier for the environment",
90917
+ "type": {
90918
+ "kind": "SCALAR",
90919
+ "name": "UUID",
90920
+ "ofType": null
90921
+ },
90922
+ "defaultValue": null,
90923
+ "isDeprecated": false,
90924
+ "deprecationReason": null
90925
+ },
87658
90926
  {
87659
90927
  "name": "id",
87660
90928
  "description": "Unique identifier for the entity",
@@ -87851,6 +91119,18 @@
87851
91119
  "description": "Input for rotating an API key",
87852
91120
  "fields": null,
87853
91121
  "inputFields": [
91122
+ {
91123
+ "name": "environmentId",
91124
+ "description": "The unique identifier for the environment",
91125
+ "type": {
91126
+ "kind": "SCALAR",
91127
+ "name": "UUID",
91128
+ "ofType": null
91129
+ },
91130
+ "defaultValue": null,
91131
+ "isDeprecated": false,
91132
+ "deprecationReason": null
91133
+ },
87854
91134
  {
87855
91135
  "name": "expirationDate",
87856
91136
  "description": "Optional grace period expiration date for the old key, expires immediately if null",
@@ -89551,6 +92831,58 @@
89551
92831
  "enumValues": null,
89552
92832
  "possibleTypes": null
89553
92833
  },
92834
+ {
92835
+ "kind": "ENUM",
92836
+ "name": "StripeAccountMode",
92837
+ "description": "Stripe App install mode — live, test, or managed sandbox",
92838
+ "fields": null,
92839
+ "inputFields": null,
92840
+ "interfaces": null,
92841
+ "enumValues": [
92842
+ {
92843
+ "name": "LIVE",
92844
+ "description": "Live mode install against the merchant's production Stripe account",
92845
+ "isDeprecated": false,
92846
+ "deprecationReason": null
92847
+ },
92848
+ {
92849
+ "name": "SANDBOX",
92850
+ "description": "Managed sandbox install in a Stripe-provided sandbox environment",
92851
+ "isDeprecated": false,
92852
+ "deprecationReason": null
92853
+ },
92854
+ {
92855
+ "name": "TEST",
92856
+ "description": "Test mode install against the merchant's test Stripe account",
92857
+ "isDeprecated": false,
92858
+ "deprecationReason": null
92859
+ }
92860
+ ],
92861
+ "possibleTypes": null
92862
+ },
92863
+ {
92864
+ "kind": "ENUM",
92865
+ "name": "StripeAccountSource",
92866
+ "description": "Stripe platform used to authorize the integration",
92867
+ "fields": null,
92868
+ "inputFields": null,
92869
+ "interfaces": null,
92870
+ "enumValues": [
92871
+ {
92872
+ "name": "APP",
92873
+ "description": "New Stripe App OAuth (Marketplace) platform",
92874
+ "isDeprecated": false,
92875
+ "deprecationReason": null
92876
+ },
92877
+ {
92878
+ "name": "CONNECT",
92879
+ "description": "Legacy Stripe Connect OAuth platform",
92880
+ "isDeprecated": false,
92881
+ "deprecationReason": null
92882
+ }
92883
+ ],
92884
+ "possibleTypes": null
92885
+ },
89554
92886
  {
89555
92887
  "kind": "OBJECT",
89556
92888
  "name": "StripeCheckoutCredentials",
@@ -89670,6 +93002,34 @@
89670
93002
  },
89671
93003
  "isDeprecated": false,
89672
93004
  "deprecationReason": null
93005
+ },
93006
+ {
93007
+ "name": "mode",
93008
+ "description": "Stripe App install mode — live, test, or managed sandbox (Stripe App only)",
93009
+ "args": [],
93010
+ "type": {
93011
+ "kind": "ENUM",
93012
+ "name": "StripeAccountMode",
93013
+ "ofType": null
93014
+ },
93015
+ "isDeprecated": false,
93016
+ "deprecationReason": null
93017
+ },
93018
+ {
93019
+ "name": "source",
93020
+ "description": "Which Stripe platform the integration was authorized against (legacy Connect or new Stripe App)",
93021
+ "args": [],
93022
+ "type": {
93023
+ "kind": "NON_NULL",
93024
+ "name": null,
93025
+ "ofType": {
93026
+ "kind": "ENUM",
93027
+ "name": "StripeAccountSource",
93028
+ "ofType": null
93029
+ }
93030
+ },
93031
+ "isDeprecated": false,
93032
+ "deprecationReason": null
89673
93033
  }
89674
93034
  ],
89675
93035
  "inputFields": null,
@@ -89738,6 +93098,30 @@
89738
93098
  "defaultValue": null,
89739
93099
  "isDeprecated": false,
89740
93100
  "deprecationReason": null
93101
+ },
93102
+ {
93103
+ "name": "mode",
93104
+ "description": "Stripe App install mode — live, test, or managed sandbox (Stripe App only)",
93105
+ "type": {
93106
+ "kind": "ENUM",
93107
+ "name": "StripeAccountMode",
93108
+ "ofType": null
93109
+ },
93110
+ "defaultValue": null,
93111
+ "isDeprecated": false,
93112
+ "deprecationReason": null
93113
+ },
93114
+ {
93115
+ "name": "source",
93116
+ "description": "Which Stripe platform the integration was authorized against (legacy Connect or new Stripe App)",
93117
+ "type": {
93118
+ "kind": "ENUM",
93119
+ "name": "StripeAccountSource",
93120
+ "ofType": null
93121
+ },
93122
+ "defaultValue": null,
93123
+ "isDeprecated": false,
93124
+ "deprecationReason": null
89741
93125
  }
89742
93126
  ],
89743
93127
  "interfaces": null,
@@ -93101,6 +96485,18 @@
93101
96485
  "isDeprecated": false,
93102
96486
  "deprecationReason": null
93103
96487
  },
96488
+ {
96489
+ "name": "hasSoftLimit",
96490
+ "description": "Whether the entitlement has a soft limit",
96491
+ "args": [],
96492
+ "type": {
96493
+ "kind": "SCALAR",
96494
+ "name": "Boolean",
96495
+ "ofType": null
96496
+ },
96497
+ "isDeprecated": false,
96498
+ "deprecationReason": null
96499
+ },
93104
96500
  {
93105
96501
  "name": "id",
93106
96502
  "description": null,
@@ -93204,6 +96600,18 @@
93204
96600
  "defaultValue": null,
93205
96601
  "isDeprecated": false,
93206
96602
  "deprecationReason": null
96603
+ },
96604
+ {
96605
+ "name": "hasSoftLimit",
96606
+ "description": "Whether the entitlement has a soft limit",
96607
+ "type": {
96608
+ "kind": "SCALAR",
96609
+ "name": "Boolean",
96610
+ "ofType": null
96611
+ },
96612
+ "defaultValue": null,
96613
+ "isDeprecated": false,
96614
+ "deprecationReason": null
93207
96615
  }
93208
96616
  ],
93209
96617
  "interfaces": null,
@@ -95456,6 +98864,18 @@
95456
98864
  "isDeprecated": false,
95457
98865
  "deprecationReason": null
95458
98866
  },
98867
+ {
98868
+ "name": "cancellationDate",
98869
+ "description": "Subscription cancellation date",
98870
+ "type": {
98871
+ "kind": "SCALAR",
98872
+ "name": "DateTime",
98873
+ "ofType": null
98874
+ },
98875
+ "defaultValue": null,
98876
+ "isDeprecated": false,
98877
+ "deprecationReason": null
98878
+ },
95459
98879
  {
95460
98880
  "name": "charges",
95461
98881
  "description": null,
@@ -104191,6 +107611,18 @@
104191
107611
  "inputFields": null,
104192
107612
  "interfaces": null,
104193
107613
  "enumValues": [
107614
+ {
107615
+ "name": "ENVIRONMENT_EXPORT",
107616
+ "description": null,
107617
+ "isDeprecated": false,
107618
+ "deprecationReason": null
107619
+ },
107620
+ {
107621
+ "name": "ENVIRONMENT_MERGE_APPLY",
107622
+ "description": null,
107623
+ "isDeprecated": false,
107624
+ "deprecationReason": null
107625
+ },
104194
107626
  {
104195
107627
  "name": "IMPORT_INTEGRATION_CATALOG",
104196
107628
  "description": "The task is an import of product catalog from integration",
@@ -105222,6 +108654,108 @@
105222
108654
  "enumValues": null,
105223
108655
  "possibleTypes": null
105224
108656
  },
108657
+ {
108658
+ "kind": "INPUT_OBJECT",
108659
+ "name": "TriggerDataExportSyncInput",
108660
+ "description": "Input for triggering a data export sync",
108661
+ "fields": null,
108662
+ "inputFields": [
108663
+ {
108664
+ "name": "environmentId",
108665
+ "description": "The unique identifier for the environment",
108666
+ "type": {
108667
+ "kind": "SCALAR",
108668
+ "name": "String",
108669
+ "ofType": null
108670
+ },
108671
+ "defaultValue": null,
108672
+ "isDeprecated": false,
108673
+ "deprecationReason": null
108674
+ },
108675
+ {
108676
+ "name": "integrationId",
108677
+ "description": "The ID of the data export integration",
108678
+ "type": {
108679
+ "kind": "NON_NULL",
108680
+ "name": null,
108681
+ "ofType": {
108682
+ "kind": "SCALAR",
108683
+ "name": "String",
108684
+ "ofType": null
108685
+ }
108686
+ },
108687
+ "defaultValue": null,
108688
+ "isDeprecated": false,
108689
+ "deprecationReason": null
108690
+ },
108691
+ {
108692
+ "name": "sourceTypes",
108693
+ "description": "Optional list of source types to sync. If omitted, all active pipelines are synced",
108694
+ "type": {
108695
+ "kind": "LIST",
108696
+ "name": null,
108697
+ "ofType": {
108698
+ "kind": "NON_NULL",
108699
+ "name": null,
108700
+ "ofType": {
108701
+ "kind": "ENUM",
108702
+ "name": "DataExportSourceType",
108703
+ "ofType": null
108704
+ }
108705
+ }
108706
+ },
108707
+ "defaultValue": null,
108708
+ "isDeprecated": false,
108709
+ "deprecationReason": null
108710
+ }
108711
+ ],
108712
+ "interfaces": null,
108713
+ "enumValues": null,
108714
+ "possibleTypes": null
108715
+ },
108716
+ {
108717
+ "kind": "OBJECT",
108718
+ "name": "TriggerDataExportSyncResult",
108719
+ "description": "Result of triggering a data export sync",
108720
+ "fields": [
108721
+ {
108722
+ "name": "sourceType",
108723
+ "description": "The data source type of the triggered pipeline",
108724
+ "args": [],
108725
+ "type": {
108726
+ "kind": "NON_NULL",
108727
+ "name": null,
108728
+ "ofType": {
108729
+ "kind": "ENUM",
108730
+ "name": "DataExportSourceType",
108731
+ "ofType": null
108732
+ }
108733
+ },
108734
+ "isDeprecated": false,
108735
+ "deprecationReason": null
108736
+ },
108737
+ {
108738
+ "name": "triggered",
108739
+ "description": "Whether the sync job was successfully triggered",
108740
+ "args": [],
108741
+ "type": {
108742
+ "kind": "NON_NULL",
108743
+ "name": null,
108744
+ "ofType": {
108745
+ "kind": "SCALAR",
108746
+ "name": "Boolean",
108747
+ "ofType": null
108748
+ }
108749
+ },
108750
+ "isDeprecated": false,
108751
+ "deprecationReason": null
108752
+ }
108753
+ ],
108754
+ "inputFields": null,
108755
+ "interfaces": [],
108756
+ "enumValues": null,
108757
+ "possibleTypes": null
108758
+ },
105225
108759
  {
105226
108760
  "kind": "INPUT_OBJECT",
105227
108761
  "name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
@@ -106058,6 +109592,45 @@
106058
109592
  "enumValues": null,
106059
109593
  "possibleTypes": null
106060
109594
  },
109595
+ {
109596
+ "kind": "INPUT_OBJECT",
109597
+ "name": "UnarchiveCustomCurrencyInput",
109598
+ "description": "Input for unarchiving a custom currency",
109599
+ "fields": null,
109600
+ "inputFields": [
109601
+ {
109602
+ "name": "currencyId",
109603
+ "description": "The unique identifier for the custom currency",
109604
+ "type": {
109605
+ "kind": "NON_NULL",
109606
+ "name": null,
109607
+ "ofType": {
109608
+ "kind": "SCALAR",
109609
+ "name": "String",
109610
+ "ofType": null
109611
+ }
109612
+ },
109613
+ "defaultValue": null,
109614
+ "isDeprecated": false,
109615
+ "deprecationReason": null
109616
+ },
109617
+ {
109618
+ "name": "environmentId",
109619
+ "description": "The environment ID",
109620
+ "type": {
109621
+ "kind": "SCALAR",
109622
+ "name": "UUID",
109623
+ "ofType": null
109624
+ },
109625
+ "defaultValue": null,
109626
+ "isDeprecated": false,
109627
+ "deprecationReason": null
109628
+ }
109629
+ ],
109630
+ "interfaces": null,
109631
+ "enumValues": null,
109632
+ "possibleTypes": null
109633
+ },
106061
109634
  {
106062
109635
  "kind": "INPUT_OBJECT",
106063
109636
  "name": "UnarchiveCustomerInput",
@@ -106743,6 +110316,18 @@
106743
110316
  "isDeprecated": false,
106744
110317
  "deprecationReason": null
106745
110318
  },
110319
+ {
110320
+ "name": "environmentId",
110321
+ "description": "The unique identifier for the environment",
110322
+ "type": {
110323
+ "kind": "SCALAR",
110324
+ "name": "UUID",
110325
+ "ofType": null
110326
+ },
110327
+ "defaultValue": null,
110328
+ "isDeprecated": false,
110329
+ "deprecationReason": null
110330
+ },
106746
110331
  {
106747
110332
  "name": "expireAt",
106748
110333
  "description": "Updated expiration date for the API key",
@@ -107248,6 +110833,85 @@
107248
110833
  "enumValues": null,
107249
110834
  "possibleTypes": null
107250
110835
  },
110836
+ {
110837
+ "kind": "INPUT_OBJECT",
110838
+ "name": "UpdateDataExportSelectionInput",
110839
+ "description": "Input for updating the model selection of an existing data-export destination",
110840
+ "fields": null,
110841
+ "inputFields": [
110842
+ {
110843
+ "name": "destinationId",
110844
+ "description": "The provider's opaque destination identifier to update",
110845
+ "type": {
110846
+ "kind": "NON_NULL",
110847
+ "name": null,
110848
+ "ofType": {
110849
+ "kind": "SCALAR",
110850
+ "name": "String",
110851
+ "ofType": null
110852
+ }
110853
+ },
110854
+ "defaultValue": null,
110855
+ "isDeprecated": false,
110856
+ "deprecationReason": null
110857
+ },
110858
+ {
110859
+ "name": "enabledModels",
110860
+ "description": "The new, non-empty set of data-export models to enable on this destination",
110861
+ "type": {
110862
+ "kind": "NON_NULL",
110863
+ "name": null,
110864
+ "ofType": {
110865
+ "kind": "LIST",
110866
+ "name": null,
110867
+ "ofType": {
110868
+ "kind": "NON_NULL",
110869
+ "name": null,
110870
+ "ofType": {
110871
+ "kind": "SCALAR",
110872
+ "name": "String",
110873
+ "ofType": null
110874
+ }
110875
+ }
110876
+ }
110877
+ },
110878
+ "defaultValue": null,
110879
+ "isDeprecated": false,
110880
+ "deprecationReason": null
110881
+ },
110882
+ {
110883
+ "name": "environmentId",
110884
+ "description": "The unique identifier for the environment",
110885
+ "type": {
110886
+ "kind": "SCALAR",
110887
+ "name": "String",
110888
+ "ofType": null
110889
+ },
110890
+ "defaultValue": null,
110891
+ "isDeprecated": false,
110892
+ "deprecationReason": null
110893
+ },
110894
+ {
110895
+ "name": "integrationId",
110896
+ "description": "The ID of the data export integration that owns the destination",
110897
+ "type": {
110898
+ "kind": "NON_NULL",
110899
+ "name": null,
110900
+ "ofType": {
110901
+ "kind": "SCALAR",
110902
+ "name": "String",
110903
+ "ofType": null
110904
+ }
110905
+ },
110906
+ "defaultValue": null,
110907
+ "isDeprecated": false,
110908
+ "deprecationReason": null
110909
+ }
110910
+ ],
110911
+ "interfaces": null,
110912
+ "enumValues": null,
110913
+ "possibleTypes": null
110914
+ },
107251
110915
  {
107252
110916
  "kind": "OBJECT",
107253
110917
  "name": "UpdateEntitlementsOrderDTO",
@@ -107738,6 +111402,18 @@
107738
111402
  "isDeprecated": false,
107739
111403
  "deprecationReason": null
107740
111404
  },
111405
+ {
111406
+ "name": "receivedCredentials",
111407
+ "description": "Received reconnect input. Supply previously-issued secrets to reconnect without rotation; omit to perform a fresh connect with rotation.",
111408
+ "type": {
111409
+ "kind": "INPUT_OBJECT",
111410
+ "name": "ReceivedReconnectInput",
111411
+ "ofType": null
111412
+ },
111413
+ "defaultValue": null,
111414
+ "isDeprecated": false,
111415
+ "deprecationReason": null
111416
+ },
107741
111417
  {
107742
111418
  "name": "salesforceCredentials",
107743
111419
  "description": "Salesforce integration configuration",
@@ -108689,6 +112365,18 @@
108689
112365
  "isDeprecated": false,
108690
112366
  "deprecationReason": null
108691
112367
  },
112368
+ {
112369
+ "name": "salesforceId",
112370
+ "description": "Salesforce ID",
112371
+ "type": {
112372
+ "kind": "SCALAR",
112373
+ "name": "String",
112374
+ "ofType": null
112375
+ },
112376
+ "defaultValue": null,
112377
+ "isDeprecated": false,
112378
+ "deprecationReason": null
112379
+ },
108692
112380
  {
108693
112381
  "name": "scheduleStrategy",
108694
112382
  "description": null,
@@ -109663,6 +113351,18 @@
109663
113351
  "isDeprecated": false,
109664
113352
  "deprecationReason": null
109665
113353
  },
113354
+ {
113355
+ "name": "pageInfo",
113356
+ "description": "Cursor pagination info for series groups; present only when paging input is provided.",
113357
+ "args": [],
113358
+ "type": {
113359
+ "kind": "OBJECT",
113360
+ "name": "PageInfo",
113361
+ "ofType": null
113362
+ },
113363
+ "isDeprecated": false,
113364
+ "deprecationReason": null
113365
+ },
109666
113366
  {
109667
113367
  "name": "series",
109668
113368
  "description": "Series of usage history",
@@ -109787,6 +113487,18 @@
109787
113487
  "isDeprecated": false,
109788
113488
  "deprecationReason": null
109789
113489
  },
113490
+ {
113491
+ "name": "paging",
113492
+ "description": "Cursor pagination over series groups. When omitted, all groups are returned and no pageInfo is emitted.",
113493
+ "type": {
113494
+ "kind": "INPUT_OBJECT",
113495
+ "name": "CursorPaging",
113496
+ "ofType": null
113497
+ },
113498
+ "defaultValue": null,
113499
+ "isDeprecated": false,
113500
+ "deprecationReason": null
113501
+ },
109790
113502
  {
109791
113503
  "name": "resourceId",
109792
113504
  "description": "Resource id",
@@ -110321,6 +114033,93 @@
110321
114033
  "enumValues": null,
110322
114034
  "possibleTypes": null
110323
114035
  },
114036
+ {
114037
+ "kind": "OBJECT",
114038
+ "name": "UsageMeasurementCredit",
114039
+ "description": "Optimistic credit balance for a credit-backed feature",
114040
+ "fields": [
114041
+ {
114042
+ "name": "currencyId",
114043
+ "description": "The credit currency identifier",
114044
+ "args": [],
114045
+ "type": {
114046
+ "kind": "NON_NULL",
114047
+ "name": null,
114048
+ "ofType": {
114049
+ "kind": "SCALAR",
114050
+ "name": "String",
114051
+ "ofType": null
114052
+ }
114053
+ },
114054
+ "isDeprecated": false,
114055
+ "deprecationReason": null
114056
+ },
114057
+ {
114058
+ "name": "currentUsage",
114059
+ "description": "The credits consumed (optimistic — includes not-yet-reconciled usage)",
114060
+ "args": [],
114061
+ "type": {
114062
+ "kind": "NON_NULL",
114063
+ "name": null,
114064
+ "ofType": {
114065
+ "kind": "SCALAR",
114066
+ "name": "Float",
114067
+ "ofType": null
114068
+ }
114069
+ },
114070
+ "isDeprecated": false,
114071
+ "deprecationReason": null
114072
+ },
114073
+ {
114074
+ "name": "timestamp",
114075
+ "description": "The grant-version timestamp of this balance, used by the SDK for last-write-wins reconciliation",
114076
+ "args": [],
114077
+ "type": {
114078
+ "kind": "NON_NULL",
114079
+ "name": null,
114080
+ "ofType": {
114081
+ "kind": "SCALAR",
114082
+ "name": "DateTime",
114083
+ "ofType": null
114084
+ }
114085
+ },
114086
+ "isDeprecated": false,
114087
+ "deprecationReason": null
114088
+ },
114089
+ {
114090
+ "name": "usageLimit",
114091
+ "description": "The total credits granted",
114092
+ "args": [],
114093
+ "type": {
114094
+ "kind": "NON_NULL",
114095
+ "name": null,
114096
+ "ofType": {
114097
+ "kind": "SCALAR",
114098
+ "name": "Float",
114099
+ "ofType": null
114100
+ }
114101
+ },
114102
+ "isDeprecated": false,
114103
+ "deprecationReason": null
114104
+ },
114105
+ {
114106
+ "name": "usagePeriodEnd",
114107
+ "description": "End of the current credit grant period (when recurring credits reset), if applicable",
114108
+ "args": [],
114109
+ "type": {
114110
+ "kind": "SCALAR",
114111
+ "name": "DateTime",
114112
+ "ofType": null
114113
+ },
114114
+ "isDeprecated": false,
114115
+ "deprecationReason": null
114116
+ }
114117
+ ],
114118
+ "inputFields": null,
114119
+ "interfaces": [],
114120
+ "enumValues": null,
114121
+ "possibleTypes": null
114122
+ },
110324
114123
  {
110325
114124
  "kind": "OBJECT",
110326
114125
  "name": "UsageMeasurementEdge",
@@ -111286,6 +115085,18 @@
111286
115085
  "isDeprecated": false,
111287
115086
  "deprecationReason": null
111288
115087
  },
115088
+ {
115089
+ "name": "credit",
115090
+ "description": "The optimistic balance of the credit wallet (currency) that this feature consumes from, in credit units. It is the per-currency total shared across every feature drawing on that currency — not this feature’s individual consumption — and reflects usage before async reconciliation. Populated only for credit-backed features.",
115091
+ "args": [],
115092
+ "type": {
115093
+ "kind": "OBJECT",
115094
+ "name": "UsageMeasurementCredit",
115095
+ "ofType": null
115096
+ },
115097
+ "isDeprecated": false,
115098
+ "deprecationReason": null
115099
+ },
111289
115100
  {
111290
115101
  "name": "currentUsage",
111291
115102
  "description": "The current measured usage value",
@@ -111957,6 +115768,18 @@
111957
115768
  "isDeprecated": false,
111958
115769
  "deprecationReason": null
111959
115770
  },
115771
+ {
115772
+ "name": "PREQUEL",
115773
+ "description": "Prequel integration vendor identifier",
115774
+ "isDeprecated": false,
115775
+ "deprecationReason": null
115776
+ },
115777
+ {
115778
+ "name": "RECEIVED",
115779
+ "description": "Received integration vendor identifier",
115780
+ "isDeprecated": false,
115781
+ "deprecationReason": null
115782
+ },
111960
115783
  {
111961
115784
  "name": "SALESFORCE",
111962
115785
  "description": "Salesforce integration vendor identifier",