stigg-api-client 6.10.0 → 6.11.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +3428 -83
- data/lib/stigg/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
|
@@ -555,6 +555,77 @@
|
|
|
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": "environmentId",
|
|
598
|
+
"description": "The unique identifier for the environment",
|
|
599
|
+
"type": {
|
|
600
|
+
"kind": "SCALAR",
|
|
601
|
+
"name": "String",
|
|
602
|
+
"ofType": null
|
|
603
|
+
},
|
|
604
|
+
"defaultValue": null,
|
|
605
|
+
"isDeprecated": false,
|
|
606
|
+
"deprecationReason": null
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
"name": "integrationId",
|
|
610
|
+
"description": "The ID of the data export integration to attach the destination to",
|
|
611
|
+
"type": {
|
|
612
|
+
"kind": "NON_NULL",
|
|
613
|
+
"name": null,
|
|
614
|
+
"ofType": {
|
|
615
|
+
"kind": "SCALAR",
|
|
616
|
+
"name": "String",
|
|
617
|
+
"ofType": null
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"defaultValue": null,
|
|
621
|
+
"isDeprecated": false,
|
|
622
|
+
"deprecationReason": null
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"interfaces": null,
|
|
626
|
+
"enumValues": null,
|
|
627
|
+
"possibleTypes": null
|
|
628
|
+
},
|
|
558
629
|
{
|
|
559
630
|
"kind": "OBJECT",
|
|
560
631
|
"name": "AdditionalMetaDataChange",
|
|
@@ -5419,6 +5490,45 @@
|
|
|
5419
5490
|
"enumValues": null,
|
|
5420
5491
|
"possibleTypes": null
|
|
5421
5492
|
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "INPUT_OBJECT",
|
|
5495
|
+
"name": "ArchiveCustomCurrencyInput",
|
|
5496
|
+
"description": "Input for archiving a custom currency",
|
|
5497
|
+
"fields": null,
|
|
5498
|
+
"inputFields": [
|
|
5499
|
+
{
|
|
5500
|
+
"name": "currencyId",
|
|
5501
|
+
"description": "The unique identifier for the custom currency",
|
|
5502
|
+
"type": {
|
|
5503
|
+
"kind": "NON_NULL",
|
|
5504
|
+
"name": null,
|
|
5505
|
+
"ofType": {
|
|
5506
|
+
"kind": "SCALAR",
|
|
5507
|
+
"name": "String",
|
|
5508
|
+
"ofType": null
|
|
5509
|
+
}
|
|
5510
|
+
},
|
|
5511
|
+
"defaultValue": null,
|
|
5512
|
+
"isDeprecated": false,
|
|
5513
|
+
"deprecationReason": null
|
|
5514
|
+
},
|
|
5515
|
+
{
|
|
5516
|
+
"name": "environmentId",
|
|
5517
|
+
"description": "The environment ID",
|
|
5518
|
+
"type": {
|
|
5519
|
+
"kind": "SCALAR",
|
|
5520
|
+
"name": "UUID",
|
|
5521
|
+
"ofType": null
|
|
5522
|
+
},
|
|
5523
|
+
"defaultValue": null,
|
|
5524
|
+
"isDeprecated": false,
|
|
5525
|
+
"deprecationReason": null
|
|
5526
|
+
}
|
|
5527
|
+
],
|
|
5528
|
+
"interfaces": null,
|
|
5529
|
+
"enumValues": null,
|
|
5530
|
+
"possibleTypes": null
|
|
5531
|
+
},
|
|
5422
5532
|
{
|
|
5423
5533
|
"kind": "INPUT_OBJECT",
|
|
5424
5534
|
"name": "ArchiveCustomerInput",
|
|
@@ -13301,6 +13411,18 @@
|
|
|
13301
13411
|
"isDeprecated": false,
|
|
13302
13412
|
"deprecationReason": null
|
|
13303
13413
|
},
|
|
13414
|
+
{
|
|
13415
|
+
"name": "receivedCredentials",
|
|
13416
|
+
"description": "Received reconnect input. Supply previously-issued secrets to reconnect without rotation; omit to perform a fresh connect with rotation.",
|
|
13417
|
+
"type": {
|
|
13418
|
+
"kind": "INPUT_OBJECT",
|
|
13419
|
+
"name": "ReceivedReconnectInput",
|
|
13420
|
+
"ofType": null
|
|
13421
|
+
},
|
|
13422
|
+
"defaultValue": null,
|
|
13423
|
+
"isDeprecated": false,
|
|
13424
|
+
"deprecationReason": null
|
|
13425
|
+
},
|
|
13304
13426
|
{
|
|
13305
13427
|
"name": "salesforceCredentials",
|
|
13306
13428
|
"description": "Salesforce integration configuration",
|
|
@@ -14294,6 +14416,16 @@
|
|
|
14294
14416
|
"name": "OpenFGACredentials",
|
|
14295
14417
|
"ofType": null
|
|
14296
14418
|
},
|
|
14419
|
+
{
|
|
14420
|
+
"kind": "OBJECT",
|
|
14421
|
+
"name": "PrequelCredentials",
|
|
14422
|
+
"ofType": null
|
|
14423
|
+
},
|
|
14424
|
+
{
|
|
14425
|
+
"kind": "OBJECT",
|
|
14426
|
+
"name": "ReceivedCredentials",
|
|
14427
|
+
"ofType": null
|
|
14428
|
+
},
|
|
14297
14429
|
{
|
|
14298
14430
|
"kind": "OBJECT",
|
|
14299
14431
|
"name": "SalesforceCredentials",
|
|
@@ -14816,6 +14948,18 @@
|
|
|
14816
14948
|
"isDeprecated": false,
|
|
14817
14949
|
"deprecationReason": null
|
|
14818
14950
|
},
|
|
14951
|
+
{
|
|
14952
|
+
"name": "hasSoftLimit",
|
|
14953
|
+
"description": "Indicates whether the usage limit is soft — usage can exceed the limit, but will be tracked.",
|
|
14954
|
+
"args": [],
|
|
14955
|
+
"type": {
|
|
14956
|
+
"kind": "SCALAR",
|
|
14957
|
+
"name": "Boolean",
|
|
14958
|
+
"ofType": null
|
|
14959
|
+
},
|
|
14960
|
+
"isDeprecated": false,
|
|
14961
|
+
"deprecationReason": null
|
|
14962
|
+
},
|
|
14819
14963
|
{
|
|
14820
14964
|
"name": "isGranted",
|
|
14821
14965
|
"description": "Indicates whether the entitlement is currently granted to the customer.",
|
|
@@ -15126,6 +15270,18 @@
|
|
|
15126
15270
|
"isDeprecated": false,
|
|
15127
15271
|
"deprecationReason": null
|
|
15128
15272
|
},
|
|
15273
|
+
{
|
|
15274
|
+
"name": "hasSoftLimit",
|
|
15275
|
+
"description": "Indicates whether the usage limit is soft — usage can exceed the limit, but will be tracked.",
|
|
15276
|
+
"args": [],
|
|
15277
|
+
"type": {
|
|
15278
|
+
"kind": "SCALAR",
|
|
15279
|
+
"name": "Boolean",
|
|
15280
|
+
"ofType": null
|
|
15281
|
+
},
|
|
15282
|
+
"isDeprecated": false,
|
|
15283
|
+
"deprecationReason": null
|
|
15284
|
+
},
|
|
15129
15285
|
{
|
|
15130
15286
|
"name": "isGranted",
|
|
15131
15287
|
"description": "Indicates whether the entitlement is currently granted to the customer.",
|
|
@@ -15220,6 +15376,116 @@
|
|
|
15220
15376
|
"enumValues": null,
|
|
15221
15377
|
"possibleTypes": null
|
|
15222
15378
|
},
|
|
15379
|
+
{
|
|
15380
|
+
"kind": "OBJECT",
|
|
15381
|
+
"name": "CreditEventsFields",
|
|
15382
|
+
"description": "Credit events fields",
|
|
15383
|
+
"fields": [
|
|
15384
|
+
{
|
|
15385
|
+
"name": "fields",
|
|
15386
|
+
"description": "Distinct dimension keys seen in credit consumption events for the customer",
|
|
15387
|
+
"args": [],
|
|
15388
|
+
"type": {
|
|
15389
|
+
"kind": "NON_NULL",
|
|
15390
|
+
"name": null,
|
|
15391
|
+
"ofType": {
|
|
15392
|
+
"kind": "LIST",
|
|
15393
|
+
"name": null,
|
|
15394
|
+
"ofType": {
|
|
15395
|
+
"kind": "NON_NULL",
|
|
15396
|
+
"name": null,
|
|
15397
|
+
"ofType": {
|
|
15398
|
+
"kind": "SCALAR",
|
|
15399
|
+
"name": "String",
|
|
15400
|
+
"ofType": null
|
|
15401
|
+
}
|
|
15402
|
+
}
|
|
15403
|
+
}
|
|
15404
|
+
},
|
|
15405
|
+
"isDeprecated": false,
|
|
15406
|
+
"deprecationReason": null
|
|
15407
|
+
}
|
|
15408
|
+
],
|
|
15409
|
+
"inputFields": null,
|
|
15410
|
+
"interfaces": [],
|
|
15411
|
+
"enumValues": null,
|
|
15412
|
+
"possibleTypes": null
|
|
15413
|
+
},
|
|
15414
|
+
{
|
|
15415
|
+
"kind": "INPUT_OBJECT",
|
|
15416
|
+
"name": "CreditEventsFieldsInput",
|
|
15417
|
+
"description": "Input for retrieving credit events fields",
|
|
15418
|
+
"fields": null,
|
|
15419
|
+
"inputFields": [
|
|
15420
|
+
{
|
|
15421
|
+
"name": "currencyId",
|
|
15422
|
+
"description": "Optional credit currency ID filter (matches creditCurrencyId)",
|
|
15423
|
+
"type": {
|
|
15424
|
+
"kind": "SCALAR",
|
|
15425
|
+
"name": "String",
|
|
15426
|
+
"ofType": null
|
|
15427
|
+
},
|
|
15428
|
+
"defaultValue": null,
|
|
15429
|
+
"isDeprecated": false,
|
|
15430
|
+
"deprecationReason": null
|
|
15431
|
+
},
|
|
15432
|
+
{
|
|
15433
|
+
"name": "customerId",
|
|
15434
|
+
"description": "The customer ID whose credit consumption events to sample",
|
|
15435
|
+
"type": {
|
|
15436
|
+
"kind": "NON_NULL",
|
|
15437
|
+
"name": null,
|
|
15438
|
+
"ofType": {
|
|
15439
|
+
"kind": "SCALAR",
|
|
15440
|
+
"name": "String",
|
|
15441
|
+
"ofType": null
|
|
15442
|
+
}
|
|
15443
|
+
},
|
|
15444
|
+
"defaultValue": null,
|
|
15445
|
+
"isDeprecated": false,
|
|
15446
|
+
"deprecationReason": null
|
|
15447
|
+
},
|
|
15448
|
+
{
|
|
15449
|
+
"name": "environmentId",
|
|
15450
|
+
"description": "The environment ID",
|
|
15451
|
+
"type": {
|
|
15452
|
+
"kind": "SCALAR",
|
|
15453
|
+
"name": "UUID",
|
|
15454
|
+
"ofType": null
|
|
15455
|
+
},
|
|
15456
|
+
"defaultValue": null,
|
|
15457
|
+
"isDeprecated": false,
|
|
15458
|
+
"deprecationReason": null
|
|
15459
|
+
},
|
|
15460
|
+
{
|
|
15461
|
+
"name": "resourceId",
|
|
15462
|
+
"description": "Optional resource ID filter",
|
|
15463
|
+
"type": {
|
|
15464
|
+
"kind": "SCALAR",
|
|
15465
|
+
"name": "String",
|
|
15466
|
+
"ofType": null
|
|
15467
|
+
},
|
|
15468
|
+
"defaultValue": null,
|
|
15469
|
+
"isDeprecated": false,
|
|
15470
|
+
"deprecationReason": null
|
|
15471
|
+
},
|
|
15472
|
+
{
|
|
15473
|
+
"name": "search",
|
|
15474
|
+
"description": "Optional case-insensitive prefix to filter returned dimension keys",
|
|
15475
|
+
"type": {
|
|
15476
|
+
"kind": "SCALAR",
|
|
15477
|
+
"name": "String",
|
|
15478
|
+
"ofType": null
|
|
15479
|
+
},
|
|
15480
|
+
"defaultValue": null,
|
|
15481
|
+
"isDeprecated": false,
|
|
15482
|
+
"deprecationReason": null
|
|
15483
|
+
}
|
|
15484
|
+
],
|
|
15485
|
+
"interfaces": null,
|
|
15486
|
+
"enumValues": null,
|
|
15487
|
+
"possibleTypes": null
|
|
15488
|
+
},
|
|
15223
15489
|
{
|
|
15224
15490
|
"kind": "OBJECT",
|
|
15225
15491
|
"name": "CreditGrant",
|
|
@@ -16098,7 +16364,7 @@
|
|
|
16098
16364
|
"name": null,
|
|
16099
16365
|
"ofType": {
|
|
16100
16366
|
"kind": "ENUM",
|
|
16101
|
-
"name": "
|
|
16367
|
+
"name": "CreditGrantTypeInput",
|
|
16102
16368
|
"ofType": null
|
|
16103
16369
|
}
|
|
16104
16370
|
},
|
|
@@ -16738,6 +17004,29 @@
|
|
|
16738
17004
|
],
|
|
16739
17005
|
"possibleTypes": null
|
|
16740
17006
|
},
|
|
17007
|
+
{
|
|
17008
|
+
"kind": "ENUM",
|
|
17009
|
+
"name": "CreditGrantTypeInput",
|
|
17010
|
+
"description": "The type of credit grant",
|
|
17011
|
+
"fields": null,
|
|
17012
|
+
"inputFields": null,
|
|
17013
|
+
"interfaces": null,
|
|
17014
|
+
"enumValues": [
|
|
17015
|
+
{
|
|
17016
|
+
"name": "PAID",
|
|
17017
|
+
"description": "Paid credit grant",
|
|
17018
|
+
"isDeprecated": false,
|
|
17019
|
+
"deprecationReason": null
|
|
17020
|
+
},
|
|
17021
|
+
{
|
|
17022
|
+
"name": "PROMOTIONAL",
|
|
17023
|
+
"description": "Promotional credit grant",
|
|
17024
|
+
"isDeprecated": false,
|
|
17025
|
+
"deprecationReason": null
|
|
17026
|
+
}
|
|
17027
|
+
],
|
|
17028
|
+
"possibleTypes": null
|
|
17029
|
+
},
|
|
16741
17030
|
{
|
|
16742
17031
|
"kind": "OBJECT",
|
|
16743
17032
|
"name": "CreditLedgerConnection",
|
|
@@ -17376,13 +17665,15 @@
|
|
|
17376
17665
|
},
|
|
17377
17666
|
{
|
|
17378
17667
|
"name": "endDate",
|
|
17379
|
-
"description": "
|
|
17668
|
+
"description": "The end date for the credit usage time range (defaults to now when startDate is provided)",
|
|
17380
17669
|
"type": {
|
|
17381
17670
|
"kind": "SCALAR",
|
|
17382
17671
|
"name": "DateTime",
|
|
17383
17672
|
"ofType": null
|
|
17384
17673
|
},
|
|
17385
|
-
"defaultValue": null
|
|
17674
|
+
"defaultValue": null,
|
|
17675
|
+
"isDeprecated": false,
|
|
17676
|
+
"deprecationReason": null
|
|
17386
17677
|
},
|
|
17387
17678
|
{
|
|
17388
17679
|
"name": "environmentId",
|
|
@@ -17412,7 +17703,9 @@
|
|
|
17412
17703
|
}
|
|
17413
17704
|
}
|
|
17414
17705
|
},
|
|
17415
|
-
"defaultValue": null
|
|
17706
|
+
"defaultValue": null,
|
|
17707
|
+
"isDeprecated": false,
|
|
17708
|
+
"deprecationReason": null
|
|
17416
17709
|
},
|
|
17417
17710
|
{
|
|
17418
17711
|
"name": "paging",
|
|
@@ -17422,7 +17715,9 @@
|
|
|
17422
17715
|
"name": "CursorPaging",
|
|
17423
17716
|
"ofType": null
|
|
17424
17717
|
},
|
|
17425
|
-
"defaultValue": null
|
|
17718
|
+
"defaultValue": null,
|
|
17719
|
+
"isDeprecated": false,
|
|
17720
|
+
"deprecationReason": null
|
|
17426
17721
|
},
|
|
17427
17722
|
{
|
|
17428
17723
|
"name": "resourceId",
|
|
@@ -17438,13 +17733,15 @@
|
|
|
17438
17733
|
},
|
|
17439
17734
|
{
|
|
17440
17735
|
"name": "startDate",
|
|
17441
|
-
"description": "
|
|
17736
|
+
"description": "The start date for the credit usage time range (takes precedence over timeRange when provided)",
|
|
17442
17737
|
"type": {
|
|
17443
17738
|
"kind": "SCALAR",
|
|
17444
17739
|
"name": "DateTime",
|
|
17445
17740
|
"ofType": null
|
|
17446
17741
|
},
|
|
17447
|
-
"defaultValue": null
|
|
17742
|
+
"defaultValue": null,
|
|
17743
|
+
"isDeprecated": false,
|
|
17744
|
+
"deprecationReason": null
|
|
17448
17745
|
},
|
|
17449
17746
|
{
|
|
17450
17747
|
"name": "timeRange",
|
|
@@ -17513,32 +17810,24 @@
|
|
|
17513
17810
|
"fields": [
|
|
17514
17811
|
{
|
|
17515
17812
|
"name": "featureId",
|
|
17516
|
-
"description": "Feature ID for the credit usage series",
|
|
17813
|
+
"description": "Feature ID for the credit usage series; null when grouping by dimensions only",
|
|
17517
17814
|
"args": [],
|
|
17518
17815
|
"type": {
|
|
17519
|
-
"kind": "
|
|
17520
|
-
"name":
|
|
17521
|
-
"ofType":
|
|
17522
|
-
"kind": "SCALAR",
|
|
17523
|
-
"name": "String",
|
|
17524
|
-
"ofType": null
|
|
17525
|
-
}
|
|
17816
|
+
"kind": "SCALAR",
|
|
17817
|
+
"name": "String",
|
|
17818
|
+
"ofType": null
|
|
17526
17819
|
},
|
|
17527
17820
|
"isDeprecated": false,
|
|
17528
17821
|
"deprecationReason": null
|
|
17529
17822
|
},
|
|
17530
17823
|
{
|
|
17531
17824
|
"name": "featureName",
|
|
17532
|
-
"description": "Display name of the feature for the credit usage series",
|
|
17825
|
+
"description": "Display name of the feature for the credit usage series; null when grouping by dimensions only",
|
|
17533
17826
|
"args": [],
|
|
17534
17827
|
"type": {
|
|
17535
|
-
"kind": "
|
|
17536
|
-
"name":
|
|
17537
|
-
"ofType":
|
|
17538
|
-
"kind": "SCALAR",
|
|
17539
|
-
"name": "String",
|
|
17540
|
-
"ofType": null
|
|
17541
|
-
}
|
|
17828
|
+
"kind": "SCALAR",
|
|
17829
|
+
"name": "String",
|
|
17830
|
+
"ofType": null
|
|
17542
17831
|
},
|
|
17543
17832
|
"isDeprecated": false,
|
|
17544
17833
|
"deprecationReason": null
|
|
@@ -17567,6 +17856,26 @@
|
|
|
17567
17856
|
"isDeprecated": false,
|
|
17568
17857
|
"deprecationReason": null
|
|
17569
17858
|
},
|
|
17859
|
+
{
|
|
17860
|
+
"name": "tags",
|
|
17861
|
+
"description": "Dimension key/value pairs identifying this series when groupBy is applied",
|
|
17862
|
+
"args": [],
|
|
17863
|
+
"type": {
|
|
17864
|
+
"kind": "LIST",
|
|
17865
|
+
"name": null,
|
|
17866
|
+
"ofType": {
|
|
17867
|
+
"kind": "NON_NULL",
|
|
17868
|
+
"name": null,
|
|
17869
|
+
"ofType": {
|
|
17870
|
+
"kind": "OBJECT",
|
|
17871
|
+
"name": "CreditUsageSeriesTag",
|
|
17872
|
+
"ofType": null
|
|
17873
|
+
}
|
|
17874
|
+
}
|
|
17875
|
+
},
|
|
17876
|
+
"isDeprecated": false,
|
|
17877
|
+
"deprecationReason": null
|
|
17878
|
+
},
|
|
17570
17879
|
{
|
|
17571
17880
|
"name": "totalCredits",
|
|
17572
17881
|
"description": "Total credits consumed by this feature across all time points",
|
|
@@ -17589,6 +17898,49 @@
|
|
|
17589
17898
|
"enumValues": null,
|
|
17590
17899
|
"possibleTypes": null
|
|
17591
17900
|
},
|
|
17901
|
+
{
|
|
17902
|
+
"kind": "OBJECT",
|
|
17903
|
+
"name": "CreditUsageSeriesTag",
|
|
17904
|
+
"description": "Dimension key/value pair identifying a credit usage series",
|
|
17905
|
+
"fields": [
|
|
17906
|
+
{
|
|
17907
|
+
"name": "key",
|
|
17908
|
+
"description": "The dimension key",
|
|
17909
|
+
"args": [],
|
|
17910
|
+
"type": {
|
|
17911
|
+
"kind": "NON_NULL",
|
|
17912
|
+
"name": null,
|
|
17913
|
+
"ofType": {
|
|
17914
|
+
"kind": "SCALAR",
|
|
17915
|
+
"name": "String",
|
|
17916
|
+
"ofType": null
|
|
17917
|
+
}
|
|
17918
|
+
},
|
|
17919
|
+
"isDeprecated": false,
|
|
17920
|
+
"deprecationReason": null
|
|
17921
|
+
},
|
|
17922
|
+
{
|
|
17923
|
+
"name": "value",
|
|
17924
|
+
"description": "The dimension value for this series",
|
|
17925
|
+
"args": [],
|
|
17926
|
+
"type": {
|
|
17927
|
+
"kind": "NON_NULL",
|
|
17928
|
+
"name": null,
|
|
17929
|
+
"ofType": {
|
|
17930
|
+
"kind": "SCALAR",
|
|
17931
|
+
"name": "String",
|
|
17932
|
+
"ofType": null
|
|
17933
|
+
}
|
|
17934
|
+
},
|
|
17935
|
+
"isDeprecated": false,
|
|
17936
|
+
"deprecationReason": null
|
|
17937
|
+
}
|
|
17938
|
+
],
|
|
17939
|
+
"inputFields": null,
|
|
17940
|
+
"interfaces": [],
|
|
17941
|
+
"enumValues": null,
|
|
17942
|
+
"possibleTypes": null
|
|
17943
|
+
},
|
|
17592
17944
|
{
|
|
17593
17945
|
"kind": "ENUM",
|
|
17594
17946
|
"name": "CreditUsageTimeRange",
|
|
@@ -18407,6 +18759,18 @@
|
|
|
18407
18759
|
"isDeprecated": false,
|
|
18408
18760
|
"deprecationReason": null
|
|
18409
18761
|
},
|
|
18762
|
+
{
|
|
18763
|
+
"name": "archivedAt",
|
|
18764
|
+
"description": null,
|
|
18765
|
+
"args": [],
|
|
18766
|
+
"type": {
|
|
18767
|
+
"kind": "SCALAR",
|
|
18768
|
+
"name": "DateTime",
|
|
18769
|
+
"ofType": null
|
|
18770
|
+
},
|
|
18771
|
+
"isDeprecated": false,
|
|
18772
|
+
"deprecationReason": null
|
|
18773
|
+
},
|
|
18410
18774
|
{
|
|
18411
18775
|
"name": "createdAt",
|
|
18412
18776
|
"description": "Timestamp of when the record was created",
|
|
@@ -18529,6 +18893,120 @@
|
|
|
18529
18893
|
"enumValues": null,
|
|
18530
18894
|
"possibleTypes": null
|
|
18531
18895
|
},
|
|
18896
|
+
{
|
|
18897
|
+
"kind": "INPUT_OBJECT",
|
|
18898
|
+
"name": "CustomCurrencyAssociatedEntitiesInput",
|
|
18899
|
+
"description": "Input for fetching custom currency associated entities",
|
|
18900
|
+
"fields": null,
|
|
18901
|
+
"inputFields": [
|
|
18902
|
+
{
|
|
18903
|
+
"name": "currencyId",
|
|
18904
|
+
"description": "The unique identifier for the custom currency",
|
|
18905
|
+
"type": {
|
|
18906
|
+
"kind": "NON_NULL",
|
|
18907
|
+
"name": null,
|
|
18908
|
+
"ofType": {
|
|
18909
|
+
"kind": "SCALAR",
|
|
18910
|
+
"name": "String",
|
|
18911
|
+
"ofType": null
|
|
18912
|
+
}
|
|
18913
|
+
},
|
|
18914
|
+
"defaultValue": null,
|
|
18915
|
+
"isDeprecated": false,
|
|
18916
|
+
"deprecationReason": null
|
|
18917
|
+
},
|
|
18918
|
+
{
|
|
18919
|
+
"name": "environmentId",
|
|
18920
|
+
"description": "The environment ID",
|
|
18921
|
+
"type": {
|
|
18922
|
+
"kind": "SCALAR",
|
|
18923
|
+
"name": "UUID",
|
|
18924
|
+
"ofType": null
|
|
18925
|
+
},
|
|
18926
|
+
"defaultValue": null,
|
|
18927
|
+
"isDeprecated": false,
|
|
18928
|
+
"deprecationReason": null
|
|
18929
|
+
}
|
|
18930
|
+
],
|
|
18931
|
+
"interfaces": null,
|
|
18932
|
+
"enumValues": null,
|
|
18933
|
+
"possibleTypes": null
|
|
18934
|
+
},
|
|
18935
|
+
{
|
|
18936
|
+
"kind": "OBJECT",
|
|
18937
|
+
"name": "CustomCurrencyAssociatedEntity",
|
|
18938
|
+
"description": "An entity associated with a custom currency",
|
|
18939
|
+
"fields": [
|
|
18940
|
+
{
|
|
18941
|
+
"name": "displayName",
|
|
18942
|
+
"description": "The entity display name or identifier",
|
|
18943
|
+
"args": [],
|
|
18944
|
+
"type": {
|
|
18945
|
+
"kind": "NON_NULL",
|
|
18946
|
+
"name": null,
|
|
18947
|
+
"ofType": {
|
|
18948
|
+
"kind": "SCALAR",
|
|
18949
|
+
"name": "String",
|
|
18950
|
+
"ofType": null
|
|
18951
|
+
}
|
|
18952
|
+
},
|
|
18953
|
+
"isDeprecated": false,
|
|
18954
|
+
"deprecationReason": null
|
|
18955
|
+
},
|
|
18956
|
+
{
|
|
18957
|
+
"name": "id",
|
|
18958
|
+
"description": "The entity ID",
|
|
18959
|
+
"args": [],
|
|
18960
|
+
"type": {
|
|
18961
|
+
"kind": "NON_NULL",
|
|
18962
|
+
"name": null,
|
|
18963
|
+
"ofType": {
|
|
18964
|
+
"kind": "SCALAR",
|
|
18965
|
+
"name": "String",
|
|
18966
|
+
"ofType": null
|
|
18967
|
+
}
|
|
18968
|
+
},
|
|
18969
|
+
"isDeprecated": false,
|
|
18970
|
+
"deprecationReason": null
|
|
18971
|
+
},
|
|
18972
|
+
{
|
|
18973
|
+
"name": "refId",
|
|
18974
|
+
"description": "The entity reference ID",
|
|
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": "type",
|
|
18990
|
+
"description": "The entity type (e.g., Plan, Feature)",
|
|
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
|
+
"inputFields": null,
|
|
19006
|
+
"interfaces": [],
|
|
19007
|
+
"enumValues": null,
|
|
19008
|
+
"possibleTypes": null
|
|
19009
|
+
},
|
|
18532
19010
|
{
|
|
18533
19011
|
"kind": "INPUT_OBJECT",
|
|
18534
19012
|
"name": "CustomCurrencyInput",
|
|
@@ -18632,6 +19110,29 @@
|
|
|
18632
19110
|
"enumValues": null,
|
|
18633
19111
|
"possibleTypes": null
|
|
18634
19112
|
},
|
|
19113
|
+
{
|
|
19114
|
+
"kind": "ENUM",
|
|
19115
|
+
"name": "CustomCurrencyStatus",
|
|
19116
|
+
"description": "The status of a custom currency",
|
|
19117
|
+
"fields": null,
|
|
19118
|
+
"inputFields": null,
|
|
19119
|
+
"interfaces": null,
|
|
19120
|
+
"enumValues": [
|
|
19121
|
+
{
|
|
19122
|
+
"name": "ACTIVE",
|
|
19123
|
+
"description": null,
|
|
19124
|
+
"isDeprecated": false,
|
|
19125
|
+
"deprecationReason": null
|
|
19126
|
+
},
|
|
19127
|
+
{
|
|
19128
|
+
"name": "ARCHIVED",
|
|
19129
|
+
"description": null,
|
|
19130
|
+
"isDeprecated": false,
|
|
19131
|
+
"deprecationReason": null
|
|
19132
|
+
}
|
|
19133
|
+
],
|
|
19134
|
+
"possibleTypes": null
|
|
19135
|
+
},
|
|
18635
19136
|
{
|
|
18636
19137
|
"kind": "OBJECT",
|
|
18637
19138
|
"name": "Customer",
|
|
@@ -28061,6 +28562,576 @@
|
|
|
28061
28562
|
"enumValues": null,
|
|
28062
28563
|
"possibleTypes": null
|
|
28063
28564
|
},
|
|
28565
|
+
{
|
|
28566
|
+
"kind": "OBJECT",
|
|
28567
|
+
"name": "DataExportConnectionCheck",
|
|
28568
|
+
"description": "Result of initiating a data export destination connection check",
|
|
28569
|
+
"fields": [
|
|
28570
|
+
{
|
|
28571
|
+
"name": "checkId",
|
|
28572
|
+
"description": "The ID of the check command to poll for results",
|
|
28573
|
+
"args": [],
|
|
28574
|
+
"type": {
|
|
28575
|
+
"kind": "NON_NULL",
|
|
28576
|
+
"name": null,
|
|
28577
|
+
"ofType": {
|
|
28578
|
+
"kind": "SCALAR",
|
|
28579
|
+
"name": "String",
|
|
28580
|
+
"ofType": null
|
|
28581
|
+
}
|
|
28582
|
+
},
|
|
28583
|
+
"isDeprecated": false,
|
|
28584
|
+
"deprecationReason": null
|
|
28585
|
+
}
|
|
28586
|
+
],
|
|
28587
|
+
"inputFields": null,
|
|
28588
|
+
"interfaces": [],
|
|
28589
|
+
"enumValues": null,
|
|
28590
|
+
"possibleTypes": null
|
|
28591
|
+
},
|
|
28592
|
+
{
|
|
28593
|
+
"kind": "INPUT_OBJECT",
|
|
28594
|
+
"name": "DataExportConnectionCheckInput",
|
|
28595
|
+
"description": "Input for initiating a data export destination connection check",
|
|
28596
|
+
"fields": null,
|
|
28597
|
+
"inputFields": [
|
|
28598
|
+
{
|
|
28599
|
+
"name": "environmentId",
|
|
28600
|
+
"description": "The unique identifier for the environment",
|
|
28601
|
+
"type": {
|
|
28602
|
+
"kind": "SCALAR",
|
|
28603
|
+
"name": "String",
|
|
28604
|
+
"ofType": null
|
|
28605
|
+
},
|
|
28606
|
+
"defaultValue": null,
|
|
28607
|
+
"isDeprecated": false,
|
|
28608
|
+
"deprecationReason": null
|
|
28609
|
+
},
|
|
28610
|
+
{
|
|
28611
|
+
"name": "integrationId",
|
|
28612
|
+
"description": "The ID of the data export integration",
|
|
28613
|
+
"type": {
|
|
28614
|
+
"kind": "NON_NULL",
|
|
28615
|
+
"name": null,
|
|
28616
|
+
"ofType": {
|
|
28617
|
+
"kind": "SCALAR",
|
|
28618
|
+
"name": "String",
|
|
28619
|
+
"ofType": null
|
|
28620
|
+
}
|
|
28621
|
+
},
|
|
28622
|
+
"defaultValue": null,
|
|
28623
|
+
"isDeprecated": false,
|
|
28624
|
+
"deprecationReason": null
|
|
28625
|
+
}
|
|
28626
|
+
],
|
|
28627
|
+
"interfaces": null,
|
|
28628
|
+
"enumValues": null,
|
|
28629
|
+
"possibleTypes": null
|
|
28630
|
+
},
|
|
28631
|
+
{
|
|
28632
|
+
"kind": "OBJECT",
|
|
28633
|
+
"name": "DataExportConnectionCheckResult",
|
|
28634
|
+
"description": "Result of a data export destination connection check",
|
|
28635
|
+
"fields": [
|
|
28636
|
+
{
|
|
28637
|
+
"name": "failureMessage",
|
|
28638
|
+
"description": "Detailed error message if the connection check failed",
|
|
28639
|
+
"args": [],
|
|
28640
|
+
"type": {
|
|
28641
|
+
"kind": "SCALAR",
|
|
28642
|
+
"name": "String",
|
|
28643
|
+
"ofType": null
|
|
28644
|
+
},
|
|
28645
|
+
"isDeprecated": false,
|
|
28646
|
+
"deprecationReason": null
|
|
28647
|
+
},
|
|
28648
|
+
{
|
|
28649
|
+
"name": "message",
|
|
28650
|
+
"description": "General message from the connection check",
|
|
28651
|
+
"args": [],
|
|
28652
|
+
"type": {
|
|
28653
|
+
"kind": "SCALAR",
|
|
28654
|
+
"name": "String",
|
|
28655
|
+
"ofType": null
|
|
28656
|
+
},
|
|
28657
|
+
"isDeprecated": false,
|
|
28658
|
+
"deprecationReason": null
|
|
28659
|
+
},
|
|
28660
|
+
{
|
|
28661
|
+
"name": "status",
|
|
28662
|
+
"description": "Status of the connection check (succeeded or failed)",
|
|
28663
|
+
"args": [],
|
|
28664
|
+
"type": {
|
|
28665
|
+
"kind": "NON_NULL",
|
|
28666
|
+
"name": null,
|
|
28667
|
+
"ofType": {
|
|
28668
|
+
"kind": "SCALAR",
|
|
28669
|
+
"name": "String",
|
|
28670
|
+
"ofType": null
|
|
28671
|
+
}
|
|
28672
|
+
},
|
|
28673
|
+
"isDeprecated": false,
|
|
28674
|
+
"deprecationReason": null
|
|
28675
|
+
}
|
|
28676
|
+
],
|
|
28677
|
+
"inputFields": null,
|
|
28678
|
+
"interfaces": [],
|
|
28679
|
+
"enumValues": null,
|
|
28680
|
+
"possibleTypes": null
|
|
28681
|
+
},
|
|
28682
|
+
{
|
|
28683
|
+
"kind": "INPUT_OBJECT",
|
|
28684
|
+
"name": "DataExportConnectionCheckResultInput",
|
|
28685
|
+
"description": "Input for fetching the result of a data export destination connection check",
|
|
28686
|
+
"fields": null,
|
|
28687
|
+
"inputFields": [
|
|
28688
|
+
{
|
|
28689
|
+
"name": "checkId",
|
|
28690
|
+
"description": "The ID of the check command returned by the initiate mutation",
|
|
28691
|
+
"type": {
|
|
28692
|
+
"kind": "NON_NULL",
|
|
28693
|
+
"name": null,
|
|
28694
|
+
"ofType": {
|
|
28695
|
+
"kind": "SCALAR",
|
|
28696
|
+
"name": "String",
|
|
28697
|
+
"ofType": null
|
|
28698
|
+
}
|
|
28699
|
+
},
|
|
28700
|
+
"defaultValue": null,
|
|
28701
|
+
"isDeprecated": false,
|
|
28702
|
+
"deprecationReason": null
|
|
28703
|
+
},
|
|
28704
|
+
{
|
|
28705
|
+
"name": "environmentId",
|
|
28706
|
+
"description": "The unique identifier for the environment",
|
|
28707
|
+
"type": {
|
|
28708
|
+
"kind": "SCALAR",
|
|
28709
|
+
"name": "String",
|
|
28710
|
+
"ofType": null
|
|
28711
|
+
},
|
|
28712
|
+
"defaultValue": null,
|
|
28713
|
+
"isDeprecated": false,
|
|
28714
|
+
"deprecationReason": null
|
|
28715
|
+
},
|
|
28716
|
+
{
|
|
28717
|
+
"name": "integrationId",
|
|
28718
|
+
"description": "The ID of the data export integration",
|
|
28719
|
+
"type": {
|
|
28720
|
+
"kind": "NON_NULL",
|
|
28721
|
+
"name": null,
|
|
28722
|
+
"ofType": {
|
|
28723
|
+
"kind": "SCALAR",
|
|
28724
|
+
"name": "String",
|
|
28725
|
+
"ofType": null
|
|
28726
|
+
}
|
|
28727
|
+
},
|
|
28728
|
+
"defaultValue": null,
|
|
28729
|
+
"isDeprecated": false,
|
|
28730
|
+
"deprecationReason": null
|
|
28731
|
+
}
|
|
28732
|
+
],
|
|
28733
|
+
"interfaces": null,
|
|
28734
|
+
"enumValues": null,
|
|
28735
|
+
"possibleTypes": null
|
|
28736
|
+
},
|
|
28737
|
+
{
|
|
28738
|
+
"kind": "OBJECT",
|
|
28739
|
+
"name": "DataExportIntegrationError",
|
|
28740
|
+
"description": null,
|
|
28741
|
+
"fields": [
|
|
28742
|
+
{
|
|
28743
|
+
"name": "code",
|
|
28744
|
+
"description": null,
|
|
28745
|
+
"args": [],
|
|
28746
|
+
"type": {
|
|
28747
|
+
"kind": "NON_NULL",
|
|
28748
|
+
"name": null,
|
|
28749
|
+
"ofType": {
|
|
28750
|
+
"kind": "SCALAR",
|
|
28751
|
+
"name": "String",
|
|
28752
|
+
"ofType": null
|
|
28753
|
+
}
|
|
28754
|
+
},
|
|
28755
|
+
"isDeprecated": false,
|
|
28756
|
+
"deprecationReason": null
|
|
28757
|
+
},
|
|
28758
|
+
{
|
|
28759
|
+
"name": "httpStatus",
|
|
28760
|
+
"description": "HTTP status returned by the data export provider (e.g. 409, 503). Absent for non-HTTP failures.",
|
|
28761
|
+
"args": [],
|
|
28762
|
+
"type": {
|
|
28763
|
+
"kind": "SCALAR",
|
|
28764
|
+
"name": "Int",
|
|
28765
|
+
"ofType": null
|
|
28766
|
+
},
|
|
28767
|
+
"isDeprecated": false,
|
|
28768
|
+
"deprecationReason": null
|
|
28769
|
+
},
|
|
28770
|
+
{
|
|
28771
|
+
"name": "providerErrorCode",
|
|
28772
|
+
"description": "Provider-supplied error code (e.g. `duplicate_recipient`). Stable across provider releases; preferred over `message` for client-side branching.",
|
|
28773
|
+
"args": [],
|
|
28774
|
+
"type": {
|
|
28775
|
+
"kind": "SCALAR",
|
|
28776
|
+
"name": "String",
|
|
28777
|
+
"ofType": null
|
|
28778
|
+
},
|
|
28779
|
+
"isDeprecated": false,
|
|
28780
|
+
"deprecationReason": null
|
|
28781
|
+
}
|
|
28782
|
+
],
|
|
28783
|
+
"inputFields": null,
|
|
28784
|
+
"interfaces": [],
|
|
28785
|
+
"enumValues": null,
|
|
28786
|
+
"possibleTypes": null
|
|
28787
|
+
},
|
|
28788
|
+
{
|
|
28789
|
+
"kind": "ENUM",
|
|
28790
|
+
"name": "DataExportJobStatus",
|
|
28791
|
+
"description": "Status of a data export sync job",
|
|
28792
|
+
"fields": null,
|
|
28793
|
+
"inputFields": null,
|
|
28794
|
+
"interfaces": null,
|
|
28795
|
+
"enumValues": [
|
|
28796
|
+
{
|
|
28797
|
+
"name": "CANCELLED",
|
|
28798
|
+
"description": "The sync job was cancelled",
|
|
28799
|
+
"isDeprecated": false,
|
|
28800
|
+
"deprecationReason": null
|
|
28801
|
+
},
|
|
28802
|
+
{
|
|
28803
|
+
"name": "FAILED",
|
|
28804
|
+
"description": "The sync job failed",
|
|
28805
|
+
"isDeprecated": false,
|
|
28806
|
+
"deprecationReason": null
|
|
28807
|
+
},
|
|
28808
|
+
{
|
|
28809
|
+
"name": "INCOMPLETE",
|
|
28810
|
+
"description": "The sync job did not finish successfully",
|
|
28811
|
+
"isDeprecated": false,
|
|
28812
|
+
"deprecationReason": null
|
|
28813
|
+
},
|
|
28814
|
+
{
|
|
28815
|
+
"name": "PENDING",
|
|
28816
|
+
"description": "The sync job is waiting to start",
|
|
28817
|
+
"isDeprecated": false,
|
|
28818
|
+
"deprecationReason": null
|
|
28819
|
+
},
|
|
28820
|
+
{
|
|
28821
|
+
"name": "RUNNING",
|
|
28822
|
+
"description": "The sync job is in progress",
|
|
28823
|
+
"isDeprecated": false,
|
|
28824
|
+
"deprecationReason": null
|
|
28825
|
+
},
|
|
28826
|
+
{
|
|
28827
|
+
"name": "SUCCEEDED",
|
|
28828
|
+
"description": "The sync job completed successfully",
|
|
28829
|
+
"isDeprecated": false,
|
|
28830
|
+
"deprecationReason": null
|
|
28831
|
+
}
|
|
28832
|
+
],
|
|
28833
|
+
"possibleTypes": null
|
|
28834
|
+
},
|
|
28835
|
+
{
|
|
28836
|
+
"kind": "OBJECT",
|
|
28837
|
+
"name": "DataExportScopedToken",
|
|
28838
|
+
"description": "A scoped auth token for the data export embedded SDK",
|
|
28839
|
+
"fields": [
|
|
28840
|
+
{
|
|
28841
|
+
"name": "enabledModels",
|
|
28842
|
+
"description": "All model names the recipient is subscribed to",
|
|
28843
|
+
"args": [],
|
|
28844
|
+
"type": {
|
|
28845
|
+
"kind": "NON_NULL",
|
|
28846
|
+
"name": null,
|
|
28847
|
+
"ofType": {
|
|
28848
|
+
"kind": "LIST",
|
|
28849
|
+
"name": null,
|
|
28850
|
+
"ofType": {
|
|
28851
|
+
"kind": "NON_NULL",
|
|
28852
|
+
"name": null,
|
|
28853
|
+
"ofType": {
|
|
28854
|
+
"kind": "SCALAR",
|
|
28855
|
+
"name": "String",
|
|
28856
|
+
"ofType": null
|
|
28857
|
+
}
|
|
28858
|
+
}
|
|
28859
|
+
}
|
|
28860
|
+
},
|
|
28861
|
+
"isDeprecated": false,
|
|
28862
|
+
"deprecationReason": null
|
|
28863
|
+
},
|
|
28864
|
+
{
|
|
28865
|
+
"name": "expiresAt",
|
|
28866
|
+
"description": "Token expiration time in ISO 8601 format",
|
|
28867
|
+
"args": [],
|
|
28868
|
+
"type": {
|
|
28869
|
+
"kind": "NON_NULL",
|
|
28870
|
+
"name": null,
|
|
28871
|
+
"ofType": {
|
|
28872
|
+
"kind": "SCALAR",
|
|
28873
|
+
"name": "String",
|
|
28874
|
+
"ofType": null
|
|
28875
|
+
}
|
|
28876
|
+
},
|
|
28877
|
+
"isDeprecated": false,
|
|
28878
|
+
"deprecationReason": null
|
|
28879
|
+
},
|
|
28880
|
+
{
|
|
28881
|
+
"name": "hasDestination",
|
|
28882
|
+
"description": "Whether this recipient already has a destination configured",
|
|
28883
|
+
"args": [],
|
|
28884
|
+
"type": {
|
|
28885
|
+
"kind": "NON_NULL",
|
|
28886
|
+
"name": null,
|
|
28887
|
+
"ofType": {
|
|
28888
|
+
"kind": "SCALAR",
|
|
28889
|
+
"name": "Boolean",
|
|
28890
|
+
"ofType": null
|
|
28891
|
+
}
|
|
28892
|
+
},
|
|
28893
|
+
"isDeprecated": false,
|
|
28894
|
+
"deprecationReason": null
|
|
28895
|
+
},
|
|
28896
|
+
{
|
|
28897
|
+
"name": "recipientId",
|
|
28898
|
+
"description": "Prequel recipient ID associated with this integration",
|
|
28899
|
+
"args": [],
|
|
28900
|
+
"type": {
|
|
28901
|
+
"kind": "NON_NULL",
|
|
28902
|
+
"name": null,
|
|
28903
|
+
"ofType": {
|
|
28904
|
+
"kind": "SCALAR",
|
|
28905
|
+
"name": "String",
|
|
28906
|
+
"ofType": null
|
|
28907
|
+
}
|
|
28908
|
+
},
|
|
28909
|
+
"isDeprecated": false,
|
|
28910
|
+
"deprecationReason": null
|
|
28911
|
+
},
|
|
28912
|
+
{
|
|
28913
|
+
"name": "token",
|
|
28914
|
+
"description": "The scoped auth token",
|
|
28915
|
+
"args": [],
|
|
28916
|
+
"type": {
|
|
28917
|
+
"kind": "NON_NULL",
|
|
28918
|
+
"name": null,
|
|
28919
|
+
"ofType": {
|
|
28920
|
+
"kind": "SCALAR",
|
|
28921
|
+
"name": "String",
|
|
28922
|
+
"ofType": null
|
|
28923
|
+
}
|
|
28924
|
+
},
|
|
28925
|
+
"isDeprecated": false,
|
|
28926
|
+
"deprecationReason": null
|
|
28927
|
+
}
|
|
28928
|
+
],
|
|
28929
|
+
"inputFields": null,
|
|
28930
|
+
"interfaces": [],
|
|
28931
|
+
"enumValues": null,
|
|
28932
|
+
"possibleTypes": null
|
|
28933
|
+
},
|
|
28934
|
+
{
|
|
28935
|
+
"kind": "ENUM",
|
|
28936
|
+
"name": "DataExportSourceType",
|
|
28937
|
+
"description": "Source type of a data export pipeline",
|
|
28938
|
+
"fields": null,
|
|
28939
|
+
"inputFields": null,
|
|
28940
|
+
"interfaces": null,
|
|
28941
|
+
"enumValues": [
|
|
28942
|
+
{
|
|
28943
|
+
"name": "CLICKHOUSE",
|
|
28944
|
+
"description": "ClickHouse data source",
|
|
28945
|
+
"isDeprecated": false,
|
|
28946
|
+
"deprecationReason": null
|
|
28947
|
+
},
|
|
28948
|
+
{
|
|
28949
|
+
"name": "POSTGRES",
|
|
28950
|
+
"description": "PostgreSQL data source",
|
|
28951
|
+
"isDeprecated": false,
|
|
28952
|
+
"deprecationReason": null
|
|
28953
|
+
}
|
|
28954
|
+
],
|
|
28955
|
+
"possibleTypes": null
|
|
28956
|
+
},
|
|
28957
|
+
{
|
|
28958
|
+
"kind": "OBJECT",
|
|
28959
|
+
"name": "DataExportSyncStatus",
|
|
28960
|
+
"description": "Sync status of a data export integration pipeline",
|
|
28961
|
+
"fields": [
|
|
28962
|
+
{
|
|
28963
|
+
"name": "bytesSynced",
|
|
28964
|
+
"description": "Number of bytes synced",
|
|
28965
|
+
"args": [],
|
|
28966
|
+
"type": {
|
|
28967
|
+
"kind": "SCALAR",
|
|
28968
|
+
"name": "Float",
|
|
28969
|
+
"ofType": null
|
|
28970
|
+
},
|
|
28971
|
+
"isDeprecated": false,
|
|
28972
|
+
"deprecationReason": null
|
|
28973
|
+
},
|
|
28974
|
+
{
|
|
28975
|
+
"name": "duration",
|
|
28976
|
+
"description": "Duration of the sync job in ISO 8601 format",
|
|
28977
|
+
"args": [],
|
|
28978
|
+
"type": {
|
|
28979
|
+
"kind": "SCALAR",
|
|
28980
|
+
"name": "String",
|
|
28981
|
+
"ofType": null
|
|
28982
|
+
},
|
|
28983
|
+
"isDeprecated": false,
|
|
28984
|
+
"deprecationReason": null
|
|
28985
|
+
},
|
|
28986
|
+
{
|
|
28987
|
+
"name": "failureMessage",
|
|
28988
|
+
"description": "Error message from the sync job, if failed",
|
|
28989
|
+
"args": [],
|
|
28990
|
+
"type": {
|
|
28991
|
+
"kind": "SCALAR",
|
|
28992
|
+
"name": "String",
|
|
28993
|
+
"ofType": null
|
|
28994
|
+
},
|
|
28995
|
+
"isDeprecated": false,
|
|
28996
|
+
"deprecationReason": null
|
|
28997
|
+
},
|
|
28998
|
+
{
|
|
28999
|
+
"name": "jobId",
|
|
29000
|
+
"description": "ID of the sync job",
|
|
29001
|
+
"args": [],
|
|
29002
|
+
"type": {
|
|
29003
|
+
"kind": "NON_NULL",
|
|
29004
|
+
"name": null,
|
|
29005
|
+
"ofType": {
|
|
29006
|
+
"kind": "SCALAR",
|
|
29007
|
+
"name": "String",
|
|
29008
|
+
"ofType": null
|
|
29009
|
+
}
|
|
29010
|
+
},
|
|
29011
|
+
"isDeprecated": false,
|
|
29012
|
+
"deprecationReason": null
|
|
29013
|
+
},
|
|
29014
|
+
{
|
|
29015
|
+
"name": "lastUpdatedAt",
|
|
29016
|
+
"description": "Last update time of the sync job",
|
|
29017
|
+
"args": [],
|
|
29018
|
+
"type": {
|
|
29019
|
+
"kind": "NON_NULL",
|
|
29020
|
+
"name": null,
|
|
29021
|
+
"ofType": {
|
|
29022
|
+
"kind": "SCALAR",
|
|
29023
|
+
"name": "DateTime",
|
|
29024
|
+
"ofType": null
|
|
29025
|
+
}
|
|
29026
|
+
},
|
|
29027
|
+
"isDeprecated": false,
|
|
29028
|
+
"deprecationReason": null
|
|
29029
|
+
},
|
|
29030
|
+
{
|
|
29031
|
+
"name": "rowsSynced",
|
|
29032
|
+
"description": "Number of rows synced",
|
|
29033
|
+
"args": [],
|
|
29034
|
+
"type": {
|
|
29035
|
+
"kind": "SCALAR",
|
|
29036
|
+
"name": "Float",
|
|
29037
|
+
"ofType": null
|
|
29038
|
+
},
|
|
29039
|
+
"isDeprecated": false,
|
|
29040
|
+
"deprecationReason": null
|
|
29041
|
+
},
|
|
29042
|
+
{
|
|
29043
|
+
"name": "sourceType",
|
|
29044
|
+
"description": "The data source type of the pipeline",
|
|
29045
|
+
"args": [],
|
|
29046
|
+
"type": {
|
|
29047
|
+
"kind": "NON_NULL",
|
|
29048
|
+
"name": null,
|
|
29049
|
+
"ofType": {
|
|
29050
|
+
"kind": "ENUM",
|
|
29051
|
+
"name": "DataExportSourceType",
|
|
29052
|
+
"ofType": null
|
|
29053
|
+
}
|
|
29054
|
+
},
|
|
29055
|
+
"isDeprecated": false,
|
|
29056
|
+
"deprecationReason": null
|
|
29057
|
+
},
|
|
29058
|
+
{
|
|
29059
|
+
"name": "startTime",
|
|
29060
|
+
"description": "Start time of the sync job",
|
|
29061
|
+
"args": [],
|
|
29062
|
+
"type": {
|
|
29063
|
+
"kind": "NON_NULL",
|
|
29064
|
+
"name": null,
|
|
29065
|
+
"ofType": {
|
|
29066
|
+
"kind": "SCALAR",
|
|
29067
|
+
"name": "DateTime",
|
|
29068
|
+
"ofType": null
|
|
29069
|
+
}
|
|
29070
|
+
},
|
|
29071
|
+
"isDeprecated": false,
|
|
29072
|
+
"deprecationReason": null
|
|
29073
|
+
},
|
|
29074
|
+
{
|
|
29075
|
+
"name": "status",
|
|
29076
|
+
"description": "Status of the last sync job",
|
|
29077
|
+
"args": [],
|
|
29078
|
+
"type": {
|
|
29079
|
+
"kind": "NON_NULL",
|
|
29080
|
+
"name": null,
|
|
29081
|
+
"ofType": {
|
|
29082
|
+
"kind": "ENUM",
|
|
29083
|
+
"name": "DataExportJobStatus",
|
|
29084
|
+
"ofType": null
|
|
29085
|
+
}
|
|
29086
|
+
},
|
|
29087
|
+
"isDeprecated": false,
|
|
29088
|
+
"deprecationReason": null
|
|
29089
|
+
}
|
|
29090
|
+
],
|
|
29091
|
+
"inputFields": null,
|
|
29092
|
+
"interfaces": [],
|
|
29093
|
+
"enumValues": null,
|
|
29094
|
+
"possibleTypes": null
|
|
29095
|
+
},
|
|
29096
|
+
{
|
|
29097
|
+
"kind": "INPUT_OBJECT",
|
|
29098
|
+
"name": "DataExportSyncStatusInput",
|
|
29099
|
+
"description": "Input for fetching data export sync status",
|
|
29100
|
+
"fields": null,
|
|
29101
|
+
"inputFields": [
|
|
29102
|
+
{
|
|
29103
|
+
"name": "environmentId",
|
|
29104
|
+
"description": "The unique identifier for the environment",
|
|
29105
|
+
"type": {
|
|
29106
|
+
"kind": "SCALAR",
|
|
29107
|
+
"name": "String",
|
|
29108
|
+
"ofType": null
|
|
29109
|
+
},
|
|
29110
|
+
"defaultValue": null,
|
|
29111
|
+
"isDeprecated": false,
|
|
29112
|
+
"deprecationReason": null
|
|
29113
|
+
},
|
|
29114
|
+
{
|
|
29115
|
+
"name": "integrationId",
|
|
29116
|
+
"description": "The ID of the data export integration",
|
|
29117
|
+
"type": {
|
|
29118
|
+
"kind": "NON_NULL",
|
|
29119
|
+
"name": null,
|
|
29120
|
+
"ofType": {
|
|
29121
|
+
"kind": "SCALAR",
|
|
29122
|
+
"name": "String",
|
|
29123
|
+
"ofType": null
|
|
29124
|
+
}
|
|
29125
|
+
},
|
|
29126
|
+
"defaultValue": null,
|
|
29127
|
+
"isDeprecated": false,
|
|
29128
|
+
"deprecationReason": null
|
|
29129
|
+
}
|
|
29130
|
+
],
|
|
29131
|
+
"interfaces": null,
|
|
29132
|
+
"enumValues": null,
|
|
29133
|
+
"possibleTypes": null
|
|
29134
|
+
},
|
|
28064
29135
|
{
|
|
28065
29136
|
"kind": "INPUT_OBJECT",
|
|
28066
29137
|
"name": "DateFieldComparison",
|
|
@@ -32406,6 +33477,141 @@
|
|
|
32406
33477
|
"enumValues": null,
|
|
32407
33478
|
"possibleTypes": null
|
|
32408
33479
|
},
|
|
33480
|
+
{
|
|
33481
|
+
"kind": "ENUM",
|
|
33482
|
+
"name": "EnvironmentExportState",
|
|
33483
|
+
"description": "Lifecycle state of the cached environment export job.",
|
|
33484
|
+
"fields": null,
|
|
33485
|
+
"inputFields": null,
|
|
33486
|
+
"interfaces": null,
|
|
33487
|
+
"enumValues": [
|
|
33488
|
+
{
|
|
33489
|
+
"name": "FAILED",
|
|
33490
|
+
"description": "The most recent export job failed; a previous artifact may still be readable.",
|
|
33491
|
+
"isDeprecated": false,
|
|
33492
|
+
"deprecationReason": null
|
|
33493
|
+
},
|
|
33494
|
+
{
|
|
33495
|
+
"name": "IDLE",
|
|
33496
|
+
"description": "No export is running; the cached artifact (if any) is current.",
|
|
33497
|
+
"isDeprecated": false,
|
|
33498
|
+
"deprecationReason": null
|
|
33499
|
+
},
|
|
33500
|
+
{
|
|
33501
|
+
"name": "IN_PROGRESS",
|
|
33502
|
+
"description": "An export job is currently generating the artifact.",
|
|
33503
|
+
"isDeprecated": false,
|
|
33504
|
+
"deprecationReason": null
|
|
33505
|
+
}
|
|
33506
|
+
],
|
|
33507
|
+
"possibleTypes": null
|
|
33508
|
+
},
|
|
33509
|
+
{
|
|
33510
|
+
"kind": "OBJECT",
|
|
33511
|
+
"name": "EnvironmentExportStatus",
|
|
33512
|
+
"description": "Status of the cached environment export artifact, surfaced for the FE and merge-consume paths.",
|
|
33513
|
+
"fields": [
|
|
33514
|
+
{
|
|
33515
|
+
"name": "contentHash",
|
|
33516
|
+
"description": "Content hash the latest artifact was generated from. Use to detect drift.",
|
|
33517
|
+
"args": [],
|
|
33518
|
+
"type": {
|
|
33519
|
+
"kind": "SCALAR",
|
|
33520
|
+
"name": "String",
|
|
33521
|
+
"ofType": null
|
|
33522
|
+
},
|
|
33523
|
+
"isDeprecated": false,
|
|
33524
|
+
"deprecationReason": null
|
|
33525
|
+
},
|
|
33526
|
+
{
|
|
33527
|
+
"name": "lastExportedAt",
|
|
33528
|
+
"description": "When the last successful export completed.",
|
|
33529
|
+
"args": [],
|
|
33530
|
+
"type": {
|
|
33531
|
+
"kind": "SCALAR",
|
|
33532
|
+
"name": "DateTime",
|
|
33533
|
+
"ofType": null
|
|
33534
|
+
},
|
|
33535
|
+
"isDeprecated": false,
|
|
33536
|
+
"deprecationReason": null
|
|
33537
|
+
},
|
|
33538
|
+
{
|
|
33539
|
+
"name": "s3Ref",
|
|
33540
|
+
"description": "S3 object key of the latest successful export artifact, if one exists.",
|
|
33541
|
+
"args": [],
|
|
33542
|
+
"type": {
|
|
33543
|
+
"kind": "SCALAR",
|
|
33544
|
+
"name": "String",
|
|
33545
|
+
"ofType": null
|
|
33546
|
+
},
|
|
33547
|
+
"isDeprecated": false,
|
|
33548
|
+
"deprecationReason": null
|
|
33549
|
+
},
|
|
33550
|
+
{
|
|
33551
|
+
"name": "stale",
|
|
33552
|
+
"description": "True when there is no completed export, or the cached export's lastExportedAt is older than the freshness TTL (time-based staleness).",
|
|
33553
|
+
"args": [],
|
|
33554
|
+
"type": {
|
|
33555
|
+
"kind": "NON_NULL",
|
|
33556
|
+
"name": null,
|
|
33557
|
+
"ofType": {
|
|
33558
|
+
"kind": "SCALAR",
|
|
33559
|
+
"name": "Boolean",
|
|
33560
|
+
"ofType": null
|
|
33561
|
+
}
|
|
33562
|
+
},
|
|
33563
|
+
"isDeprecated": false,
|
|
33564
|
+
"deprecationReason": null
|
|
33565
|
+
},
|
|
33566
|
+
{
|
|
33567
|
+
"name": "state",
|
|
33568
|
+
"description": "Current lifecycle state of the export job.",
|
|
33569
|
+
"args": [],
|
|
33570
|
+
"type": {
|
|
33571
|
+
"kind": "NON_NULL",
|
|
33572
|
+
"name": null,
|
|
33573
|
+
"ofType": {
|
|
33574
|
+
"kind": "ENUM",
|
|
33575
|
+
"name": "EnvironmentExportState",
|
|
33576
|
+
"ofType": null
|
|
33577
|
+
}
|
|
33578
|
+
},
|
|
33579
|
+
"isDeprecated": false,
|
|
33580
|
+
"deprecationReason": null
|
|
33581
|
+
}
|
|
33582
|
+
],
|
|
33583
|
+
"inputFields": null,
|
|
33584
|
+
"interfaces": [],
|
|
33585
|
+
"enumValues": null,
|
|
33586
|
+
"possibleTypes": null
|
|
33587
|
+
},
|
|
33588
|
+
{
|
|
33589
|
+
"kind": "INPUT_OBJECT",
|
|
33590
|
+
"name": "EnvironmentExportStatusInput",
|
|
33591
|
+
"description": "Identifies the environment whose export status is being queried.",
|
|
33592
|
+
"fields": null,
|
|
33593
|
+
"inputFields": [
|
|
33594
|
+
{
|
|
33595
|
+
"name": "environmentSlug",
|
|
33596
|
+
"description": "The slug of the environment.",
|
|
33597
|
+
"type": {
|
|
33598
|
+
"kind": "NON_NULL",
|
|
33599
|
+
"name": null,
|
|
33600
|
+
"ofType": {
|
|
33601
|
+
"kind": "SCALAR",
|
|
33602
|
+
"name": "String",
|
|
33603
|
+
"ofType": null
|
|
33604
|
+
}
|
|
33605
|
+
},
|
|
33606
|
+
"defaultValue": null,
|
|
33607
|
+
"isDeprecated": false,
|
|
33608
|
+
"deprecationReason": null
|
|
33609
|
+
}
|
|
33610
|
+
],
|
|
33611
|
+
"interfaces": null,
|
|
33612
|
+
"enumValues": null,
|
|
33613
|
+
"possibleTypes": null
|
|
33614
|
+
},
|
|
32409
33615
|
{
|
|
32410
33616
|
"kind": "INPUT_OBJECT",
|
|
32411
33617
|
"name": "EnvironmentFilter",
|
|
@@ -33447,6 +34653,12 @@
|
|
|
33447
34653
|
"isDeprecated": false,
|
|
33448
34654
|
"deprecationReason": null
|
|
33449
34655
|
},
|
|
34656
|
+
{
|
|
34657
|
+
"name": "DataExportIntegrationError",
|
|
34658
|
+
"description": null,
|
|
34659
|
+
"isDeprecated": false,
|
|
34660
|
+
"deprecationReason": null
|
|
34661
|
+
},
|
|
33450
34662
|
{
|
|
33451
34663
|
"name": "DeprecatedEstimateSubscriptionError",
|
|
33452
34664
|
"description": "Deprecated estimate subscription error",
|
|
@@ -33765,6 +34977,12 @@
|
|
|
33765
34977
|
"isDeprecated": false,
|
|
33766
34978
|
"deprecationReason": null
|
|
33767
34979
|
},
|
|
34980
|
+
{
|
|
34981
|
+
"name": "InvalidReceivedSignatureError",
|
|
34982
|
+
"description": null,
|
|
34983
|
+
"isDeprecated": false,
|
|
34984
|
+
"deprecationReason": null
|
|
34985
|
+
},
|
|
33768
34986
|
{
|
|
33769
34987
|
"name": "InvalidSubscriptionStatus",
|
|
33770
34988
|
"description": null,
|
|
@@ -33885,6 +35103,12 @@
|
|
|
33885
35103
|
"isDeprecated": false,
|
|
33886
35104
|
"deprecationReason": null
|
|
33887
35105
|
},
|
|
35106
|
+
{
|
|
35107
|
+
"name": "OperationTimeout",
|
|
35108
|
+
"description": "The operation timed out before it could complete. The request is safe to retry.",
|
|
35109
|
+
"isDeprecated": false,
|
|
35110
|
+
"deprecationReason": null
|
|
35111
|
+
},
|
|
33888
35112
|
{
|
|
33889
35113
|
"name": "PackageAlreadyPublished",
|
|
33890
35114
|
"description": null,
|
|
@@ -33969,6 +35193,12 @@
|
|
|
33969
35193
|
"isDeprecated": false,
|
|
33970
35194
|
"deprecationReason": null
|
|
33971
35195
|
},
|
|
35196
|
+
{
|
|
35197
|
+
"name": "PricingModelNotSupportedByBillingIntegration",
|
|
35198
|
+
"description": "The plan uses a pricing model that the configured billing integration does not support",
|
|
35199
|
+
"isDeprecated": false,
|
|
35200
|
+
"deprecationReason": null
|
|
35201
|
+
},
|
|
33972
35202
|
{
|
|
33973
35203
|
"name": "ProductNotFoundError",
|
|
33974
35204
|
"description": null,
|
|
@@ -34864,6 +36094,12 @@
|
|
|
34864
36094
|
"isDeprecated": false,
|
|
34865
36095
|
"deprecationReason": null
|
|
34866
36096
|
},
|
|
36097
|
+
{
|
|
36098
|
+
"name": "CUSTOM_CURRENCY",
|
|
36099
|
+
"description": "Custom currency entity",
|
|
36100
|
+
"isDeprecated": false,
|
|
36101
|
+
"deprecationReason": null
|
|
36102
|
+
},
|
|
34867
36103
|
{
|
|
34868
36104
|
"name": "ENTITLEMENT",
|
|
34869
36105
|
"description": "Entitlement entity",
|
|
@@ -36483,6 +37719,36 @@
|
|
|
36483
37719
|
"isDeprecated": false,
|
|
36484
37720
|
"deprecationReason": null
|
|
36485
37721
|
},
|
|
37722
|
+
{
|
|
37723
|
+
"name": "CUSTOM_CURRENCY_ARCHIVED",
|
|
37724
|
+
"description": "Custom currency archived",
|
|
37725
|
+
"isDeprecated": false,
|
|
37726
|
+
"deprecationReason": null
|
|
37727
|
+
},
|
|
37728
|
+
{
|
|
37729
|
+
"name": "CUSTOM_CURRENCY_CREATED",
|
|
37730
|
+
"description": "Custom currency created",
|
|
37731
|
+
"isDeprecated": false,
|
|
37732
|
+
"deprecationReason": null
|
|
37733
|
+
},
|
|
37734
|
+
{
|
|
37735
|
+
"name": "CUSTOM_CURRENCY_UNARCHIVED",
|
|
37736
|
+
"description": "Custom currency unarchived",
|
|
37737
|
+
"isDeprecated": false,
|
|
37738
|
+
"deprecationReason": null
|
|
37739
|
+
},
|
|
37740
|
+
{
|
|
37741
|
+
"name": "CUSTOM_CURRENCY_UPDATED",
|
|
37742
|
+
"description": "Custom currency updated",
|
|
37743
|
+
"isDeprecated": false,
|
|
37744
|
+
"deprecationReason": null
|
|
37745
|
+
},
|
|
37746
|
+
{
|
|
37747
|
+
"name": "DATA_EXPORT_SYNC_FAILED",
|
|
37748
|
+
"description": "Data export sync failed",
|
|
37749
|
+
"isDeprecated": false,
|
|
37750
|
+
"deprecationReason": null
|
|
37751
|
+
},
|
|
36486
37752
|
{
|
|
36487
37753
|
"name": "EDGE_API_CLIENT_CONFIGURATION_DATA_RESYNC",
|
|
36488
37754
|
"description": null,
|
|
@@ -36495,6 +37761,12 @@
|
|
|
36495
37761
|
"isDeprecated": false,
|
|
36496
37762
|
"deprecationReason": null
|
|
36497
37763
|
},
|
|
37764
|
+
{
|
|
37765
|
+
"name": "EDGE_API_CUSTOM_CURRENCY_CACHE_DATA_RESYNC",
|
|
37766
|
+
"description": "Edge API custom currency cache data resync",
|
|
37767
|
+
"isDeprecated": false,
|
|
37768
|
+
"deprecationReason": null
|
|
37769
|
+
},
|
|
36498
37770
|
{
|
|
36499
37771
|
"name": "EDGE_API_DATA_RESYNC",
|
|
36500
37772
|
"description": "Edge API data resync",
|
|
@@ -36846,6 +38118,187 @@
|
|
|
36846
38118
|
],
|
|
36847
38119
|
"possibleTypes": null
|
|
36848
38120
|
},
|
|
38121
|
+
{
|
|
38122
|
+
"kind": "OBJECT",
|
|
38123
|
+
"name": "EventQueue",
|
|
38124
|
+
"description": "SQS event queue provisioned for an environment",
|
|
38125
|
+
"fields": [
|
|
38126
|
+
{
|
|
38127
|
+
"name": "eventTypes",
|
|
38128
|
+
"description": "The event types this queue is subscribed to",
|
|
38129
|
+
"args": [],
|
|
38130
|
+
"type": {
|
|
38131
|
+
"kind": "NON_NULL",
|
|
38132
|
+
"name": null,
|
|
38133
|
+
"ofType": {
|
|
38134
|
+
"kind": "LIST",
|
|
38135
|
+
"name": null,
|
|
38136
|
+
"ofType": {
|
|
38137
|
+
"kind": "NON_NULL",
|
|
38138
|
+
"name": null,
|
|
38139
|
+
"ofType": {
|
|
38140
|
+
"kind": "SCALAR",
|
|
38141
|
+
"name": "String",
|
|
38142
|
+
"ofType": null
|
|
38143
|
+
}
|
|
38144
|
+
}
|
|
38145
|
+
}
|
|
38146
|
+
},
|
|
38147
|
+
"isDeprecated": false,
|
|
38148
|
+
"deprecationReason": null
|
|
38149
|
+
},
|
|
38150
|
+
{
|
|
38151
|
+
"name": "queueName",
|
|
38152
|
+
"description": "The unique name of the event queue",
|
|
38153
|
+
"args": [],
|
|
38154
|
+
"type": {
|
|
38155
|
+
"kind": "NON_NULL",
|
|
38156
|
+
"name": null,
|
|
38157
|
+
"ofType": {
|
|
38158
|
+
"kind": "SCALAR",
|
|
38159
|
+
"name": "String",
|
|
38160
|
+
"ofType": null
|
|
38161
|
+
}
|
|
38162
|
+
},
|
|
38163
|
+
"isDeprecated": false,
|
|
38164
|
+
"deprecationReason": null
|
|
38165
|
+
},
|
|
38166
|
+
{
|
|
38167
|
+
"name": "queueUrl",
|
|
38168
|
+
"description": "The SQS queue URL once provisioning has completed",
|
|
38169
|
+
"args": [],
|
|
38170
|
+
"type": {
|
|
38171
|
+
"kind": "SCALAR",
|
|
38172
|
+
"name": "String",
|
|
38173
|
+
"ofType": null
|
|
38174
|
+
},
|
|
38175
|
+
"isDeprecated": false,
|
|
38176
|
+
"deprecationReason": null
|
|
38177
|
+
},
|
|
38178
|
+
{
|
|
38179
|
+
"name": "region",
|
|
38180
|
+
"description": "The AWS region of the event queue",
|
|
38181
|
+
"args": [],
|
|
38182
|
+
"type": {
|
|
38183
|
+
"kind": "NON_NULL",
|
|
38184
|
+
"name": null,
|
|
38185
|
+
"ofType": {
|
|
38186
|
+
"kind": "SCALAR",
|
|
38187
|
+
"name": "String",
|
|
38188
|
+
"ofType": null
|
|
38189
|
+
}
|
|
38190
|
+
},
|
|
38191
|
+
"isDeprecated": false,
|
|
38192
|
+
"deprecationReason": null
|
|
38193
|
+
},
|
|
38194
|
+
{
|
|
38195
|
+
"name": "roleArn",
|
|
38196
|
+
"description": "The IAM role ARN granted access to the queue",
|
|
38197
|
+
"args": [],
|
|
38198
|
+
"type": {
|
|
38199
|
+
"kind": "SCALAR",
|
|
38200
|
+
"name": "String",
|
|
38201
|
+
"ofType": null
|
|
38202
|
+
},
|
|
38203
|
+
"isDeprecated": false,
|
|
38204
|
+
"deprecationReason": null
|
|
38205
|
+
},
|
|
38206
|
+
{
|
|
38207
|
+
"name": "status",
|
|
38208
|
+
"description": "The provisioning status of the event queue",
|
|
38209
|
+
"args": [],
|
|
38210
|
+
"type": {
|
|
38211
|
+
"kind": "NON_NULL",
|
|
38212
|
+
"name": null,
|
|
38213
|
+
"ofType": {
|
|
38214
|
+
"kind": "ENUM",
|
|
38215
|
+
"name": "EventQueueProvisioningStatus",
|
|
38216
|
+
"ofType": null
|
|
38217
|
+
}
|
|
38218
|
+
},
|
|
38219
|
+
"isDeprecated": false,
|
|
38220
|
+
"deprecationReason": null
|
|
38221
|
+
},
|
|
38222
|
+
{
|
|
38223
|
+
"name": "suffix",
|
|
38224
|
+
"description": "Optional suffix used to differentiate multiple queues in the same region",
|
|
38225
|
+
"args": [],
|
|
38226
|
+
"type": {
|
|
38227
|
+
"kind": "SCALAR",
|
|
38228
|
+
"name": "String",
|
|
38229
|
+
"ofType": null
|
|
38230
|
+
},
|
|
38231
|
+
"isDeprecated": false,
|
|
38232
|
+
"deprecationReason": null
|
|
38233
|
+
}
|
|
38234
|
+
],
|
|
38235
|
+
"inputFields": null,
|
|
38236
|
+
"interfaces": [],
|
|
38237
|
+
"enumValues": null,
|
|
38238
|
+
"possibleTypes": null
|
|
38239
|
+
},
|
|
38240
|
+
{
|
|
38241
|
+
"kind": "INPUT_OBJECT",
|
|
38242
|
+
"name": "EventQueueListInput",
|
|
38243
|
+
"description": "Input for listing event queues",
|
|
38244
|
+
"fields": null,
|
|
38245
|
+
"inputFields": [
|
|
38246
|
+
{
|
|
38247
|
+
"name": "environmentId",
|
|
38248
|
+
"description": "The environment to list queues for",
|
|
38249
|
+
"type": {
|
|
38250
|
+
"kind": "NON_NULL",
|
|
38251
|
+
"name": null,
|
|
38252
|
+
"ofType": {
|
|
38253
|
+
"kind": "SCALAR",
|
|
38254
|
+
"name": "UUID",
|
|
38255
|
+
"ofType": null
|
|
38256
|
+
}
|
|
38257
|
+
},
|
|
38258
|
+
"defaultValue": null,
|
|
38259
|
+
"isDeprecated": false,
|
|
38260
|
+
"deprecationReason": null
|
|
38261
|
+
}
|
|
38262
|
+
],
|
|
38263
|
+
"interfaces": null,
|
|
38264
|
+
"enumValues": null,
|
|
38265
|
+
"possibleTypes": null
|
|
38266
|
+
},
|
|
38267
|
+
{
|
|
38268
|
+
"kind": "ENUM",
|
|
38269
|
+
"name": "EventQueueProvisioningStatus",
|
|
38270
|
+
"description": "Provisioning status of an SQS event queue",
|
|
38271
|
+
"fields": null,
|
|
38272
|
+
"inputFields": null,
|
|
38273
|
+
"interfaces": null,
|
|
38274
|
+
"enumValues": [
|
|
38275
|
+
{
|
|
38276
|
+
"name": "ACTIVE",
|
|
38277
|
+
"description": "Queue is fully provisioned and receiving events",
|
|
38278
|
+
"isDeprecated": false,
|
|
38279
|
+
"deprecationReason": null
|
|
38280
|
+
},
|
|
38281
|
+
{
|
|
38282
|
+
"name": "DEPROVISIONING",
|
|
38283
|
+
"description": "Queue infrastructure is being torn down",
|
|
38284
|
+
"isDeprecated": false,
|
|
38285
|
+
"deprecationReason": null
|
|
38286
|
+
},
|
|
38287
|
+
{
|
|
38288
|
+
"name": "FAILED",
|
|
38289
|
+
"description": "Provisioning failed and the queue is not usable",
|
|
38290
|
+
"isDeprecated": false,
|
|
38291
|
+
"deprecationReason": null
|
|
38292
|
+
},
|
|
38293
|
+
{
|
|
38294
|
+
"name": "PROVISIONING",
|
|
38295
|
+
"description": "Queue infrastructure is being provisioned",
|
|
38296
|
+
"isDeprecated": false,
|
|
38297
|
+
"deprecationReason": null
|
|
38298
|
+
}
|
|
38299
|
+
],
|
|
38300
|
+
"possibleTypes": null
|
|
38301
|
+
},
|
|
36849
38302
|
{
|
|
36850
38303
|
"kind": "OBJECT",
|
|
36851
38304
|
"name": "EventRequest",
|
|
@@ -37029,6 +38482,18 @@
|
|
|
37029
38482
|
"isDeprecated": false,
|
|
37030
38483
|
"deprecationReason": null
|
|
37031
38484
|
},
|
|
38485
|
+
{
|
|
38486
|
+
"name": "limit",
|
|
38487
|
+
"description": "Maximum number of dimension keys to return (1-100, default 10)",
|
|
38488
|
+
"type": {
|
|
38489
|
+
"kind": "SCALAR",
|
|
38490
|
+
"name": "Float",
|
|
38491
|
+
"ofType": null
|
|
38492
|
+
},
|
|
38493
|
+
"defaultValue": "10",
|
|
38494
|
+
"isDeprecated": false,
|
|
38495
|
+
"deprecationReason": null
|
|
38496
|
+
},
|
|
37032
38497
|
{
|
|
37033
38498
|
"name": "meterId",
|
|
37034
38499
|
"description": "Meter id",
|
|
@@ -37054,11 +38519,11 @@
|
|
|
37054
38519
|
"deprecationReason": null
|
|
37055
38520
|
},
|
|
37056
38521
|
{
|
|
37057
|
-
"name": "
|
|
37058
|
-
"description": "
|
|
38522
|
+
"name": "search",
|
|
38523
|
+
"description": "Prefix-match search on dimension key (case-insensitive)",
|
|
37059
38524
|
"type": {
|
|
37060
38525
|
"kind": "SCALAR",
|
|
37061
|
-
"name": "
|
|
38526
|
+
"name": "String",
|
|
37062
38527
|
"ofType": null
|
|
37063
38528
|
},
|
|
37064
38529
|
"defaultValue": null,
|
|
@@ -39228,6 +40693,49 @@
|
|
|
39228
40693
|
"enumValues": null,
|
|
39229
40694
|
"possibleTypes": null
|
|
39230
40695
|
},
|
|
40696
|
+
{
|
|
40697
|
+
"kind": "OBJECT",
|
|
40698
|
+
"name": "FeatureAssociatedFeatureGroupDTO",
|
|
40699
|
+
"description": "Feature group that causes a package to be associated with a feature",
|
|
40700
|
+
"fields": [
|
|
40701
|
+
{
|
|
40702
|
+
"name": "displayName",
|
|
40703
|
+
"description": "The display name of the feature group",
|
|
40704
|
+
"args": [],
|
|
40705
|
+
"type": {
|
|
40706
|
+
"kind": "NON_NULL",
|
|
40707
|
+
"name": null,
|
|
40708
|
+
"ofType": {
|
|
40709
|
+
"kind": "SCALAR",
|
|
40710
|
+
"name": "String",
|
|
40711
|
+
"ofType": null
|
|
40712
|
+
}
|
|
40713
|
+
},
|
|
40714
|
+
"isDeprecated": false,
|
|
40715
|
+
"deprecationReason": null
|
|
40716
|
+
},
|
|
40717
|
+
{
|
|
40718
|
+
"name": "refId",
|
|
40719
|
+
"description": "The unique ref-id of the feature group",
|
|
40720
|
+
"args": [],
|
|
40721
|
+
"type": {
|
|
40722
|
+
"kind": "NON_NULL",
|
|
40723
|
+
"name": null,
|
|
40724
|
+
"ofType": {
|
|
40725
|
+
"kind": "SCALAR",
|
|
40726
|
+
"name": "String",
|
|
40727
|
+
"ofType": null
|
|
40728
|
+
}
|
|
40729
|
+
},
|
|
40730
|
+
"isDeprecated": false,
|
|
40731
|
+
"deprecationReason": null
|
|
40732
|
+
}
|
|
40733
|
+
],
|
|
40734
|
+
"inputFields": null,
|
|
40735
|
+
"interfaces": [],
|
|
40736
|
+
"enumValues": null,
|
|
40737
|
+
"possibleTypes": null
|
|
40738
|
+
},
|
|
39231
40739
|
{
|
|
39232
40740
|
"kind": "INPUT_OBJECT",
|
|
39233
40741
|
"name": "FeatureAssociatedLatestPackages",
|
|
@@ -39271,6 +40779,291 @@
|
|
|
39271
40779
|
"enumValues": null,
|
|
39272
40780
|
"possibleTypes": null
|
|
39273
40781
|
},
|
|
40782
|
+
{
|
|
40783
|
+
"kind": "OBJECT",
|
|
40784
|
+
"name": "FeatureAssociatedLatestPackagesResultDTO",
|
|
40785
|
+
"description": "Packages and feature groups that prevent a feature from being archived",
|
|
40786
|
+
"fields": [
|
|
40787
|
+
{
|
|
40788
|
+
"name": "featureGroups",
|
|
40789
|
+
"description": null,
|
|
40790
|
+
"args": [],
|
|
40791
|
+
"type": {
|
|
40792
|
+
"kind": "NON_NULL",
|
|
40793
|
+
"name": null,
|
|
40794
|
+
"ofType": {
|
|
40795
|
+
"kind": "LIST",
|
|
40796
|
+
"name": null,
|
|
40797
|
+
"ofType": {
|
|
40798
|
+
"kind": "NON_NULL",
|
|
40799
|
+
"name": null,
|
|
40800
|
+
"ofType": {
|
|
40801
|
+
"kind": "OBJECT",
|
|
40802
|
+
"name": "FeatureAssociatedFeatureGroupDTO",
|
|
40803
|
+
"ofType": null
|
|
40804
|
+
}
|
|
40805
|
+
}
|
|
40806
|
+
}
|
|
40807
|
+
},
|
|
40808
|
+
"isDeprecated": false,
|
|
40809
|
+
"deprecationReason": null
|
|
40810
|
+
},
|
|
40811
|
+
{
|
|
40812
|
+
"name": "packages",
|
|
40813
|
+
"description": null,
|
|
40814
|
+
"args": [],
|
|
40815
|
+
"type": {
|
|
40816
|
+
"kind": "NON_NULL",
|
|
40817
|
+
"name": null,
|
|
40818
|
+
"ofType": {
|
|
40819
|
+
"kind": "LIST",
|
|
40820
|
+
"name": null,
|
|
40821
|
+
"ofType": {
|
|
40822
|
+
"kind": "NON_NULL",
|
|
40823
|
+
"name": null,
|
|
40824
|
+
"ofType": {
|
|
40825
|
+
"kind": "OBJECT",
|
|
40826
|
+
"name": "FeatureAssociatedPackageDTO",
|
|
40827
|
+
"ofType": null
|
|
40828
|
+
}
|
|
40829
|
+
}
|
|
40830
|
+
}
|
|
40831
|
+
},
|
|
40832
|
+
"isDeprecated": false,
|
|
40833
|
+
"deprecationReason": null
|
|
40834
|
+
}
|
|
40835
|
+
],
|
|
40836
|
+
"inputFields": null,
|
|
40837
|
+
"interfaces": [],
|
|
40838
|
+
"enumValues": null,
|
|
40839
|
+
"possibleTypes": null
|
|
40840
|
+
},
|
|
40841
|
+
{
|
|
40842
|
+
"kind": "OBJECT",
|
|
40843
|
+
"name": "FeatureAssociatedPackageDTO",
|
|
40844
|
+
"description": "Package associated with a feature, including entitlement data",
|
|
40845
|
+
"fields": [
|
|
40846
|
+
{
|
|
40847
|
+
"name": "displayName",
|
|
40848
|
+
"description": null,
|
|
40849
|
+
"args": [],
|
|
40850
|
+
"type": {
|
|
40851
|
+
"kind": "NON_NULL",
|
|
40852
|
+
"name": null,
|
|
40853
|
+
"ofType": {
|
|
40854
|
+
"kind": "SCALAR",
|
|
40855
|
+
"name": "String",
|
|
40856
|
+
"ofType": null
|
|
40857
|
+
}
|
|
40858
|
+
},
|
|
40859
|
+
"isDeprecated": false,
|
|
40860
|
+
"deprecationReason": null
|
|
40861
|
+
},
|
|
40862
|
+
{
|
|
40863
|
+
"name": "entitlement",
|
|
40864
|
+
"description": null,
|
|
40865
|
+
"args": [],
|
|
40866
|
+
"type": {
|
|
40867
|
+
"kind": "OBJECT",
|
|
40868
|
+
"name": "FeatureAssociatedPackageEntitlementDTO",
|
|
40869
|
+
"ofType": null
|
|
40870
|
+
},
|
|
40871
|
+
"isDeprecated": false,
|
|
40872
|
+
"deprecationReason": null
|
|
40873
|
+
},
|
|
40874
|
+
{
|
|
40875
|
+
"name": "featureGroups",
|
|
40876
|
+
"description": "Feature groups that link this package to the feature, when applicable",
|
|
40877
|
+
"args": [],
|
|
40878
|
+
"type": {
|
|
40879
|
+
"kind": "LIST",
|
|
40880
|
+
"name": null,
|
|
40881
|
+
"ofType": {
|
|
40882
|
+
"kind": "NON_NULL",
|
|
40883
|
+
"name": null,
|
|
40884
|
+
"ofType": {
|
|
40885
|
+
"kind": "OBJECT",
|
|
40886
|
+
"name": "FeatureAssociatedFeatureGroupDTO",
|
|
40887
|
+
"ofType": null
|
|
40888
|
+
}
|
|
40889
|
+
}
|
|
40890
|
+
},
|
|
40891
|
+
"isDeprecated": false,
|
|
40892
|
+
"deprecationReason": null
|
|
40893
|
+
},
|
|
40894
|
+
{
|
|
40895
|
+
"name": "hasCharge",
|
|
40896
|
+
"description": null,
|
|
40897
|
+
"args": [],
|
|
40898
|
+
"type": {
|
|
40899
|
+
"kind": "NON_NULL",
|
|
40900
|
+
"name": null,
|
|
40901
|
+
"ofType": {
|
|
40902
|
+
"kind": "SCALAR",
|
|
40903
|
+
"name": "Boolean",
|
|
40904
|
+
"ofType": null
|
|
40905
|
+
}
|
|
40906
|
+
},
|
|
40907
|
+
"isDeprecated": false,
|
|
40908
|
+
"deprecationReason": null
|
|
40909
|
+
},
|
|
40910
|
+
{
|
|
40911
|
+
"name": "isCreditConsumption",
|
|
40912
|
+
"description": null,
|
|
40913
|
+
"args": [],
|
|
40914
|
+
"type": {
|
|
40915
|
+
"kind": "NON_NULL",
|
|
40916
|
+
"name": null,
|
|
40917
|
+
"ofType": {
|
|
40918
|
+
"kind": "SCALAR",
|
|
40919
|
+
"name": "Boolean",
|
|
40920
|
+
"ofType": null
|
|
40921
|
+
}
|
|
40922
|
+
},
|
|
40923
|
+
"isDeprecated": false,
|
|
40924
|
+
"deprecationReason": null
|
|
40925
|
+
},
|
|
40926
|
+
{
|
|
40927
|
+
"name": "productId",
|
|
40928
|
+
"description": null,
|
|
40929
|
+
"args": [],
|
|
40930
|
+
"type": {
|
|
40931
|
+
"kind": "SCALAR",
|
|
40932
|
+
"name": "String",
|
|
40933
|
+
"ofType": null
|
|
40934
|
+
},
|
|
40935
|
+
"isDeprecated": false,
|
|
40936
|
+
"deprecationReason": null
|
|
40937
|
+
},
|
|
40938
|
+
{
|
|
40939
|
+
"name": "refId",
|
|
40940
|
+
"description": null,
|
|
40941
|
+
"args": [],
|
|
40942
|
+
"type": {
|
|
40943
|
+
"kind": "NON_NULL",
|
|
40944
|
+
"name": null,
|
|
40945
|
+
"ofType": {
|
|
40946
|
+
"kind": "SCALAR",
|
|
40947
|
+
"name": "String",
|
|
40948
|
+
"ofType": null
|
|
40949
|
+
}
|
|
40950
|
+
},
|
|
40951
|
+
"isDeprecated": false,
|
|
40952
|
+
"deprecationReason": null
|
|
40953
|
+
},
|
|
40954
|
+
{
|
|
40955
|
+
"name": "type",
|
|
40956
|
+
"description": null,
|
|
40957
|
+
"args": [],
|
|
40958
|
+
"type": {
|
|
40959
|
+
"kind": "NON_NULL",
|
|
40960
|
+
"name": null,
|
|
40961
|
+
"ofType": {
|
|
40962
|
+
"kind": "SCALAR",
|
|
40963
|
+
"name": "String",
|
|
40964
|
+
"ofType": null
|
|
40965
|
+
}
|
|
40966
|
+
},
|
|
40967
|
+
"isDeprecated": false,
|
|
40968
|
+
"deprecationReason": null
|
|
40969
|
+
}
|
|
40970
|
+
],
|
|
40971
|
+
"inputFields": null,
|
|
40972
|
+
"interfaces": [],
|
|
40973
|
+
"enumValues": null,
|
|
40974
|
+
"possibleTypes": null
|
|
40975
|
+
},
|
|
40976
|
+
{
|
|
40977
|
+
"kind": "OBJECT",
|
|
40978
|
+
"name": "FeatureAssociatedPackageEntitlementDTO",
|
|
40979
|
+
"description": "Entitlement data for a specific feature within a package",
|
|
40980
|
+
"fields": [
|
|
40981
|
+
{
|
|
40982
|
+
"name": "enumValues",
|
|
40983
|
+
"description": null,
|
|
40984
|
+
"args": [],
|
|
40985
|
+
"type": {
|
|
40986
|
+
"kind": "LIST",
|
|
40987
|
+
"name": null,
|
|
40988
|
+
"ofType": {
|
|
40989
|
+
"kind": "NON_NULL",
|
|
40990
|
+
"name": null,
|
|
40991
|
+
"ofType": {
|
|
40992
|
+
"kind": "SCALAR",
|
|
40993
|
+
"name": "String",
|
|
40994
|
+
"ofType": null
|
|
40995
|
+
}
|
|
40996
|
+
}
|
|
40997
|
+
},
|
|
40998
|
+
"isDeprecated": false,
|
|
40999
|
+
"deprecationReason": null
|
|
41000
|
+
},
|
|
41001
|
+
{
|
|
41002
|
+
"name": "hasSoftLimit",
|
|
41003
|
+
"description": null,
|
|
41004
|
+
"args": [],
|
|
41005
|
+
"type": {
|
|
41006
|
+
"kind": "SCALAR",
|
|
41007
|
+
"name": "Boolean",
|
|
41008
|
+
"ofType": null
|
|
41009
|
+
},
|
|
41010
|
+
"isDeprecated": false,
|
|
41011
|
+
"deprecationReason": null
|
|
41012
|
+
},
|
|
41013
|
+
{
|
|
41014
|
+
"name": "hasUnlimitedUsage",
|
|
41015
|
+
"description": null,
|
|
41016
|
+
"args": [],
|
|
41017
|
+
"type": {
|
|
41018
|
+
"kind": "SCALAR",
|
|
41019
|
+
"name": "Boolean",
|
|
41020
|
+
"ofType": null
|
|
41021
|
+
},
|
|
41022
|
+
"isDeprecated": false,
|
|
41023
|
+
"deprecationReason": null
|
|
41024
|
+
},
|
|
41025
|
+
{
|
|
41026
|
+
"name": "isCustom",
|
|
41027
|
+
"description": null,
|
|
41028
|
+
"args": [],
|
|
41029
|
+
"type": {
|
|
41030
|
+
"kind": "SCALAR",
|
|
41031
|
+
"name": "Boolean",
|
|
41032
|
+
"ofType": null
|
|
41033
|
+
},
|
|
41034
|
+
"isDeprecated": false,
|
|
41035
|
+
"deprecationReason": null
|
|
41036
|
+
},
|
|
41037
|
+
{
|
|
41038
|
+
"name": "resetPeriod",
|
|
41039
|
+
"description": null,
|
|
41040
|
+
"args": [],
|
|
41041
|
+
"type": {
|
|
41042
|
+
"kind": "ENUM",
|
|
41043
|
+
"name": "EntitlementResetPeriod",
|
|
41044
|
+
"ofType": null
|
|
41045
|
+
},
|
|
41046
|
+
"isDeprecated": false,
|
|
41047
|
+
"deprecationReason": null
|
|
41048
|
+
},
|
|
41049
|
+
{
|
|
41050
|
+
"name": "usageLimit",
|
|
41051
|
+
"description": null,
|
|
41052
|
+
"args": [],
|
|
41053
|
+
"type": {
|
|
41054
|
+
"kind": "SCALAR",
|
|
41055
|
+
"name": "Float",
|
|
41056
|
+
"ofType": null
|
|
41057
|
+
},
|
|
41058
|
+
"isDeprecated": false,
|
|
41059
|
+
"deprecationReason": null
|
|
41060
|
+
}
|
|
41061
|
+
],
|
|
41062
|
+
"inputFields": null,
|
|
41063
|
+
"interfaces": [],
|
|
41064
|
+
"enumValues": null,
|
|
41065
|
+
"possibleTypes": null
|
|
41066
|
+
},
|
|
39274
41067
|
{
|
|
39275
41068
|
"kind": "OBJECT",
|
|
39276
41069
|
"name": "FeatureConnection",
|
|
@@ -42713,6 +44506,49 @@
|
|
|
42713
44506
|
"enumValues": null,
|
|
42714
44507
|
"possibleTypes": null
|
|
42715
44508
|
},
|
|
44509
|
+
{
|
|
44510
|
+
"kind": "INPUT_OBJECT",
|
|
44511
|
+
"name": "FetchCustomCurrenciesInput",
|
|
44512
|
+
"description": "Input for fetching custom currencies",
|
|
44513
|
+
"fields": null,
|
|
44514
|
+
"inputFields": [
|
|
44515
|
+
{
|
|
44516
|
+
"name": "environmentId",
|
|
44517
|
+
"description": "The environment ID",
|
|
44518
|
+
"type": {
|
|
44519
|
+
"kind": "SCALAR",
|
|
44520
|
+
"name": "UUID",
|
|
44521
|
+
"ofType": null
|
|
44522
|
+
},
|
|
44523
|
+
"defaultValue": null,
|
|
44524
|
+
"isDeprecated": false,
|
|
44525
|
+
"deprecationReason": null
|
|
44526
|
+
},
|
|
44527
|
+
{
|
|
44528
|
+
"name": "status",
|
|
44529
|
+
"description": "Filter by statuses. Defaults to [ACTIVE] if not provided.",
|
|
44530
|
+
"type": {
|
|
44531
|
+
"kind": "LIST",
|
|
44532
|
+
"name": null,
|
|
44533
|
+
"ofType": {
|
|
44534
|
+
"kind": "NON_NULL",
|
|
44535
|
+
"name": null,
|
|
44536
|
+
"ofType": {
|
|
44537
|
+
"kind": "ENUM",
|
|
44538
|
+
"name": "CustomCurrencyStatus",
|
|
44539
|
+
"ofType": null
|
|
44540
|
+
}
|
|
44541
|
+
}
|
|
44542
|
+
},
|
|
44543
|
+
"defaultValue": "[ACTIVE]",
|
|
44544
|
+
"isDeprecated": false,
|
|
44545
|
+
"deprecationReason": null
|
|
44546
|
+
}
|
|
44547
|
+
],
|
|
44548
|
+
"interfaces": null,
|
|
44549
|
+
"enumValues": null,
|
|
44550
|
+
"possibleTypes": null
|
|
44551
|
+
},
|
|
42716
44552
|
{
|
|
42717
44553
|
"kind": "INPUT_OBJECT",
|
|
42718
44554
|
"name": "FetchEntitlementQuery",
|
|
@@ -43064,6 +44900,124 @@
|
|
|
43064
44900
|
"enumValues": null,
|
|
43065
44901
|
"possibleTypes": null
|
|
43066
44902
|
},
|
|
44903
|
+
{
|
|
44904
|
+
"kind": "INPUT_OBJECT",
|
|
44905
|
+
"name": "GenerateDataExportScopedTokenInput",
|
|
44906
|
+
"description": "Input for generating a scoped auth token for the data export embedded SDK",
|
|
44907
|
+
"fields": null,
|
|
44908
|
+
"inputFields": [
|
|
44909
|
+
{
|
|
44910
|
+
"name": "applicationOrigin",
|
|
44911
|
+
"description": "The FE origin the resulting token should be bound to",
|
|
44912
|
+
"type": {
|
|
44913
|
+
"kind": "NON_NULL",
|
|
44914
|
+
"name": null,
|
|
44915
|
+
"ofType": {
|
|
44916
|
+
"kind": "SCALAR",
|
|
44917
|
+
"name": "String",
|
|
44918
|
+
"ofType": null
|
|
44919
|
+
}
|
|
44920
|
+
},
|
|
44921
|
+
"defaultValue": null,
|
|
44922
|
+
"isDeprecated": false,
|
|
44923
|
+
"deprecationReason": null
|
|
44924
|
+
},
|
|
44925
|
+
{
|
|
44926
|
+
"name": "destination",
|
|
44927
|
+
"description": "Prepared destination payload to bind the token to",
|
|
44928
|
+
"type": {
|
|
44929
|
+
"kind": "SCALAR",
|
|
44930
|
+
"name": "JSONObject",
|
|
44931
|
+
"ofType": null
|
|
44932
|
+
},
|
|
44933
|
+
"defaultValue": null,
|
|
44934
|
+
"isDeprecated": false,
|
|
44935
|
+
"deprecationReason": null
|
|
44936
|
+
},
|
|
44937
|
+
{
|
|
44938
|
+
"name": "environmentId",
|
|
44939
|
+
"description": "The unique identifier for the environment",
|
|
44940
|
+
"type": {
|
|
44941
|
+
"kind": "SCALAR",
|
|
44942
|
+
"name": "String",
|
|
44943
|
+
"ofType": null
|
|
44944
|
+
},
|
|
44945
|
+
"defaultValue": null,
|
|
44946
|
+
"isDeprecated": false,
|
|
44947
|
+
"deprecationReason": null
|
|
44948
|
+
},
|
|
44949
|
+
{
|
|
44950
|
+
"name": "integrationId",
|
|
44951
|
+
"description": "The ID of the data export integration",
|
|
44952
|
+
"type": {
|
|
44953
|
+
"kind": "NON_NULL",
|
|
44954
|
+
"name": null,
|
|
44955
|
+
"ofType": {
|
|
44956
|
+
"kind": "SCALAR",
|
|
44957
|
+
"name": "String",
|
|
44958
|
+
"ofType": null
|
|
44959
|
+
}
|
|
44960
|
+
},
|
|
44961
|
+
"defaultValue": null,
|
|
44962
|
+
"isDeprecated": false,
|
|
44963
|
+
"deprecationReason": null
|
|
44964
|
+
}
|
|
44965
|
+
],
|
|
44966
|
+
"interfaces": null,
|
|
44967
|
+
"enumValues": null,
|
|
44968
|
+
"possibleTypes": null
|
|
44969
|
+
},
|
|
44970
|
+
{
|
|
44971
|
+
"kind": "INPUT_OBJECT",
|
|
44972
|
+
"name": "GenerateReceivedLoginUrlInput",
|
|
44973
|
+
"description": "Input for generating a one-shot magic-link login URL into the Received UI for a connected Received integration.",
|
|
44974
|
+
"fields": null,
|
|
44975
|
+
"inputFields": [
|
|
44976
|
+
{
|
|
44977
|
+
"name": "environmentId",
|
|
44978
|
+
"description": "The unique identifier for the environment",
|
|
44979
|
+
"type": {
|
|
44980
|
+
"kind": "SCALAR",
|
|
44981
|
+
"name": "UUID",
|
|
44982
|
+
"ofType": null
|
|
44983
|
+
},
|
|
44984
|
+
"defaultValue": null,
|
|
44985
|
+
"isDeprecated": false,
|
|
44986
|
+
"deprecationReason": null
|
|
44987
|
+
},
|
|
44988
|
+
{
|
|
44989
|
+
"name": "integrationId",
|
|
44990
|
+
"description": "ID of the Received integration to generate a login URL for",
|
|
44991
|
+
"type": {
|
|
44992
|
+
"kind": "NON_NULL",
|
|
44993
|
+
"name": null,
|
|
44994
|
+
"ofType": {
|
|
44995
|
+
"kind": "SCALAR",
|
|
44996
|
+
"name": "UUID",
|
|
44997
|
+
"ofType": null
|
|
44998
|
+
}
|
|
44999
|
+
},
|
|
45000
|
+
"defaultValue": null,
|
|
45001
|
+
"isDeprecated": false,
|
|
45002
|
+
"deprecationReason": null
|
|
45003
|
+
},
|
|
45004
|
+
{
|
|
45005
|
+
"name": "redirectTo",
|
|
45006
|
+
"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.",
|
|
45007
|
+
"type": {
|
|
45008
|
+
"kind": "SCALAR",
|
|
45009
|
+
"name": "String",
|
|
45010
|
+
"ofType": null
|
|
45011
|
+
},
|
|
45012
|
+
"defaultValue": null,
|
|
45013
|
+
"isDeprecated": false,
|
|
45014
|
+
"deprecationReason": null
|
|
45015
|
+
}
|
|
45016
|
+
],
|
|
45017
|
+
"interfaces": null,
|
|
45018
|
+
"enumValues": null,
|
|
45019
|
+
"possibleTypes": null
|
|
45020
|
+
},
|
|
43067
45021
|
{
|
|
43068
45022
|
"kind": "INPUT_OBJECT",
|
|
43069
45023
|
"name": "GetActiveSubscriptionsInput",
|
|
@@ -48094,6 +50048,34 @@
|
|
|
48094
50048
|
"isDeprecated": false,
|
|
48095
50049
|
"deprecationReason": null
|
|
48096
50050
|
},
|
|
50051
|
+
{
|
|
50052
|
+
"name": "metadata",
|
|
50053
|
+
"description": "Vendor-agnostic metadata for the integration (e.g. data-export destinations)",
|
|
50054
|
+
"args": [],
|
|
50055
|
+
"type": {
|
|
50056
|
+
"kind": "SCALAR",
|
|
50057
|
+
"name": "JSON",
|
|
50058
|
+
"ofType": null
|
|
50059
|
+
},
|
|
50060
|
+
"isDeprecated": false,
|
|
50061
|
+
"deprecationReason": null
|
|
50062
|
+
},
|
|
50063
|
+
{
|
|
50064
|
+
"name": "supportsPaymentMethod",
|
|
50065
|
+
"description": "Whether the integration supports collecting payment methods",
|
|
50066
|
+
"args": [],
|
|
50067
|
+
"type": {
|
|
50068
|
+
"kind": "NON_NULL",
|
|
50069
|
+
"name": null,
|
|
50070
|
+
"ofType": {
|
|
50071
|
+
"kind": "SCALAR",
|
|
50072
|
+
"name": "Boolean",
|
|
50073
|
+
"ofType": null
|
|
50074
|
+
}
|
|
50075
|
+
},
|
|
50076
|
+
"isDeprecated": false,
|
|
50077
|
+
"deprecationReason": null
|
|
50078
|
+
},
|
|
48097
50079
|
{
|
|
48098
50080
|
"name": "vendorIdentifier",
|
|
48099
50081
|
"description": "The vendor identifier of integration",
|
|
@@ -48418,6 +50400,30 @@
|
|
|
48418
50400
|
"isDeprecated": false,
|
|
48419
50401
|
"deprecationReason": null
|
|
48420
50402
|
},
|
|
50403
|
+
{
|
|
50404
|
+
"name": "metadata",
|
|
50405
|
+
"description": "Vendor-agnostic metadata for the integration (e.g. data-export destinations)",
|
|
50406
|
+
"args": [],
|
|
50407
|
+
"type": {
|
|
50408
|
+
"kind": "SCALAR",
|
|
50409
|
+
"name": "JSON",
|
|
50410
|
+
"ofType": null
|
|
50411
|
+
},
|
|
50412
|
+
"isDeprecated": false,
|
|
50413
|
+
"deprecationReason": null
|
|
50414
|
+
},
|
|
50415
|
+
{
|
|
50416
|
+
"name": "supportsPaymentMethod",
|
|
50417
|
+
"description": "Whether the integration supports collecting payment methods",
|
|
50418
|
+
"args": [],
|
|
50419
|
+
"type": {
|
|
50420
|
+
"kind": "SCALAR",
|
|
50421
|
+
"name": "Boolean",
|
|
50422
|
+
"ofType": null
|
|
50423
|
+
},
|
|
50424
|
+
"isDeprecated": false,
|
|
50425
|
+
"deprecationReason": null
|
|
50426
|
+
},
|
|
48421
50427
|
{
|
|
48422
50428
|
"name": "vendorIdentifier",
|
|
48423
50429
|
"description": "The vendor identifier of integration",
|
|
@@ -49381,6 +51387,16 @@
|
|
|
49381
51387
|
"enumValues": null,
|
|
49382
51388
|
"possibleTypes": null
|
|
49383
51389
|
},
|
|
51390
|
+
{
|
|
51391
|
+
"kind": "SCALAR",
|
|
51392
|
+
"name": "JSONObject",
|
|
51393
|
+
"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).",
|
|
51394
|
+
"fields": null,
|
|
51395
|
+
"inputFields": null,
|
|
51396
|
+
"interfaces": null,
|
|
51397
|
+
"enumValues": null,
|
|
51398
|
+
"possibleTypes": null
|
|
51399
|
+
},
|
|
49384
51400
|
{
|
|
49385
51401
|
"kind": "INPUT_OBJECT",
|
|
49386
51402
|
"name": "LinkFeatureGroupToPackageInput",
|
|
@@ -50693,6 +52709,159 @@
|
|
|
50693
52709
|
"enumValues": null,
|
|
50694
52710
|
"possibleTypes": null
|
|
50695
52711
|
},
|
|
52712
|
+
{
|
|
52713
|
+
"kind": "ENUM",
|
|
52714
|
+
"name": "MergeApplyState",
|
|
52715
|
+
"description": "Lifecycle state of an async environment merge-apply job.",
|
|
52716
|
+
"fields": null,
|
|
52717
|
+
"inputFields": null,
|
|
52718
|
+
"interfaces": null,
|
|
52719
|
+
"enumValues": [
|
|
52720
|
+
{
|
|
52721
|
+
"name": "COMPLETED",
|
|
52722
|
+
"description": "The merge was applied successfully.",
|
|
52723
|
+
"isDeprecated": false,
|
|
52724
|
+
"deprecationReason": null
|
|
52725
|
+
},
|
|
52726
|
+
{
|
|
52727
|
+
"name": "FAILED",
|
|
52728
|
+
"description": "The merge-apply job failed; see the error field.",
|
|
52729
|
+
"isDeprecated": false,
|
|
52730
|
+
"deprecationReason": null
|
|
52731
|
+
},
|
|
52732
|
+
{
|
|
52733
|
+
"name": "IN_PROGRESS",
|
|
52734
|
+
"description": "The worker is applying the merge into the destination environment.",
|
|
52735
|
+
"isDeprecated": false,
|
|
52736
|
+
"deprecationReason": null
|
|
52737
|
+
},
|
|
52738
|
+
{
|
|
52739
|
+
"name": "PENDING",
|
|
52740
|
+
"description": "The apply job is enqueued and waiting to be picked up by the worker.",
|
|
52741
|
+
"isDeprecated": false,
|
|
52742
|
+
"deprecationReason": null
|
|
52743
|
+
}
|
|
52744
|
+
],
|
|
52745
|
+
"possibleTypes": null
|
|
52746
|
+
},
|
|
52747
|
+
{
|
|
52748
|
+
"kind": "OBJECT",
|
|
52749
|
+
"name": "MergeApplyStatus",
|
|
52750
|
+
"description": "Status of an async environment merge-apply job (STIGG-7830).",
|
|
52751
|
+
"fields": [
|
|
52752
|
+
{
|
|
52753
|
+
"name": "destinationEnvironmentSlug",
|
|
52754
|
+
"description": "Destination environment slug the apply targets. Populated for \"copy to new environment\" so the client can navigate to / poll the newly created environment.",
|
|
52755
|
+
"args": [],
|
|
52756
|
+
"type": {
|
|
52757
|
+
"kind": "SCALAR",
|
|
52758
|
+
"name": "String",
|
|
52759
|
+
"ofType": null
|
|
52760
|
+
},
|
|
52761
|
+
"isDeprecated": false,
|
|
52762
|
+
"deprecationReason": null
|
|
52763
|
+
},
|
|
52764
|
+
{
|
|
52765
|
+
"name": "error",
|
|
52766
|
+
"description": "Failure message when the apply job failed.",
|
|
52767
|
+
"args": [],
|
|
52768
|
+
"type": {
|
|
52769
|
+
"kind": "SCALAR",
|
|
52770
|
+
"name": "String",
|
|
52771
|
+
"ofType": null
|
|
52772
|
+
},
|
|
52773
|
+
"isDeprecated": false,
|
|
52774
|
+
"deprecationReason": null
|
|
52775
|
+
},
|
|
52776
|
+
{
|
|
52777
|
+
"name": "publishedTaskIds",
|
|
52778
|
+
"description": "Publish task ids produced by the per-plan / per-addon publish side-effects.",
|
|
52779
|
+
"args": [],
|
|
52780
|
+
"type": {
|
|
52781
|
+
"kind": "NON_NULL",
|
|
52782
|
+
"name": null,
|
|
52783
|
+
"ofType": {
|
|
52784
|
+
"kind": "LIST",
|
|
52785
|
+
"name": null,
|
|
52786
|
+
"ofType": {
|
|
52787
|
+
"kind": "NON_NULL",
|
|
52788
|
+
"name": null,
|
|
52789
|
+
"ofType": {
|
|
52790
|
+
"kind": "SCALAR",
|
|
52791
|
+
"name": "String",
|
|
52792
|
+
"ofType": null
|
|
52793
|
+
}
|
|
52794
|
+
}
|
|
52795
|
+
}
|
|
52796
|
+
},
|
|
52797
|
+
"isDeprecated": false,
|
|
52798
|
+
"deprecationReason": null
|
|
52799
|
+
},
|
|
52800
|
+
{
|
|
52801
|
+
"name": "state",
|
|
52802
|
+
"description": "Current lifecycle state of the apply job.",
|
|
52803
|
+
"args": [],
|
|
52804
|
+
"type": {
|
|
52805
|
+
"kind": "NON_NULL",
|
|
52806
|
+
"name": null,
|
|
52807
|
+
"ofType": {
|
|
52808
|
+
"kind": "ENUM",
|
|
52809
|
+
"name": "MergeApplyState",
|
|
52810
|
+
"ofType": null
|
|
52811
|
+
}
|
|
52812
|
+
},
|
|
52813
|
+
"isDeprecated": false,
|
|
52814
|
+
"deprecationReason": null
|
|
52815
|
+
},
|
|
52816
|
+
{
|
|
52817
|
+
"name": "taskId",
|
|
52818
|
+
"description": "The merge-apply job/task id; poll this for status.",
|
|
52819
|
+
"args": [],
|
|
52820
|
+
"type": {
|
|
52821
|
+
"kind": "NON_NULL",
|
|
52822
|
+
"name": null,
|
|
52823
|
+
"ofType": {
|
|
52824
|
+
"kind": "SCALAR",
|
|
52825
|
+
"name": "String",
|
|
52826
|
+
"ofType": null
|
|
52827
|
+
}
|
|
52828
|
+
},
|
|
52829
|
+
"isDeprecated": false,
|
|
52830
|
+
"deprecationReason": null
|
|
52831
|
+
}
|
|
52832
|
+
],
|
|
52833
|
+
"inputFields": null,
|
|
52834
|
+
"interfaces": [],
|
|
52835
|
+
"enumValues": null,
|
|
52836
|
+
"possibleTypes": null
|
|
52837
|
+
},
|
|
52838
|
+
{
|
|
52839
|
+
"kind": "INPUT_OBJECT",
|
|
52840
|
+
"name": "MergeApplyStatusInput",
|
|
52841
|
+
"description": null,
|
|
52842
|
+
"fields": null,
|
|
52843
|
+
"inputFields": [
|
|
52844
|
+
{
|
|
52845
|
+
"name": "taskId",
|
|
52846
|
+
"description": "The merge-apply job/task id returned by mergeEnvironmentAsync.",
|
|
52847
|
+
"type": {
|
|
52848
|
+
"kind": "NON_NULL",
|
|
52849
|
+
"name": null,
|
|
52850
|
+
"ofType": {
|
|
52851
|
+
"kind": "SCALAR",
|
|
52852
|
+
"name": "String",
|
|
52853
|
+
"ofType": null
|
|
52854
|
+
}
|
|
52855
|
+
},
|
|
52856
|
+
"defaultValue": null,
|
|
52857
|
+
"isDeprecated": false,
|
|
52858
|
+
"deprecationReason": null
|
|
52859
|
+
}
|
|
52860
|
+
],
|
|
52861
|
+
"interfaces": null,
|
|
52862
|
+
"enumValues": null,
|
|
52863
|
+
"possibleTypes": null
|
|
52864
|
+
},
|
|
50696
52865
|
{
|
|
50697
52866
|
"kind": "OBJECT",
|
|
50698
52867
|
"name": "MergeEnvironment",
|
|
@@ -52007,6 +54176,39 @@
|
|
|
52007
54176
|
"isDeprecated": false,
|
|
52008
54177
|
"deprecationReason": null
|
|
52009
54178
|
},
|
|
54179
|
+
{
|
|
54180
|
+
"name": "addDataExportDestination",
|
|
54181
|
+
"description": "Attach a vendor-confirmed destination to an existing data-export integration row (dashboard connect-flow callback).",
|
|
54182
|
+
"args": [
|
|
54183
|
+
{
|
|
54184
|
+
"name": "input",
|
|
54185
|
+
"description": null,
|
|
54186
|
+
"type": {
|
|
54187
|
+
"kind": "NON_NULL",
|
|
54188
|
+
"name": null,
|
|
54189
|
+
"ofType": {
|
|
54190
|
+
"kind": "INPUT_OBJECT",
|
|
54191
|
+
"name": "AddDataExportDestinationInput",
|
|
54192
|
+
"ofType": null
|
|
54193
|
+
}
|
|
54194
|
+
},
|
|
54195
|
+
"defaultValue": null,
|
|
54196
|
+
"isDeprecated": false,
|
|
54197
|
+
"deprecationReason": null
|
|
54198
|
+
}
|
|
54199
|
+
],
|
|
54200
|
+
"type": {
|
|
54201
|
+
"kind": "NON_NULL",
|
|
54202
|
+
"name": null,
|
|
54203
|
+
"ofType": {
|
|
54204
|
+
"kind": "SCALAR",
|
|
54205
|
+
"name": "JSON",
|
|
54206
|
+
"ofType": null
|
|
54207
|
+
}
|
|
54208
|
+
},
|
|
54209
|
+
"isDeprecated": false,
|
|
54210
|
+
"deprecationReason": null
|
|
54211
|
+
},
|
|
52010
54212
|
{
|
|
52011
54213
|
"name": "applySubscription",
|
|
52012
54214
|
"description": null,
|
|
@@ -52073,6 +54275,39 @@
|
|
|
52073
54275
|
"isDeprecated": false,
|
|
52074
54276
|
"deprecationReason": null
|
|
52075
54277
|
},
|
|
54278
|
+
{
|
|
54279
|
+
"name": "archiveCustomCurrency",
|
|
54280
|
+
"description": "Archive a custom currency",
|
|
54281
|
+
"args": [
|
|
54282
|
+
{
|
|
54283
|
+
"name": "input",
|
|
54284
|
+
"description": null,
|
|
54285
|
+
"type": {
|
|
54286
|
+
"kind": "NON_NULL",
|
|
54287
|
+
"name": null,
|
|
54288
|
+
"ofType": {
|
|
54289
|
+
"kind": "INPUT_OBJECT",
|
|
54290
|
+
"name": "ArchiveCustomCurrencyInput",
|
|
54291
|
+
"ofType": null
|
|
54292
|
+
}
|
|
54293
|
+
},
|
|
54294
|
+
"defaultValue": null,
|
|
54295
|
+
"isDeprecated": false,
|
|
54296
|
+
"deprecationReason": null
|
|
54297
|
+
}
|
|
54298
|
+
],
|
|
54299
|
+
"type": {
|
|
54300
|
+
"kind": "NON_NULL",
|
|
54301
|
+
"name": null,
|
|
54302
|
+
"ofType": {
|
|
54303
|
+
"kind": "OBJECT",
|
|
54304
|
+
"name": "CustomCurrency",
|
|
54305
|
+
"ofType": null
|
|
54306
|
+
}
|
|
54307
|
+
},
|
|
54308
|
+
"isDeprecated": false,
|
|
54309
|
+
"deprecationReason": null
|
|
54310
|
+
},
|
|
52076
54311
|
{
|
|
52077
54312
|
"name": "archiveCustomer",
|
|
52078
54313
|
"description": "Archive a customer",
|
|
@@ -54007,6 +56242,39 @@
|
|
|
54007
56242
|
"isDeprecated": true,
|
|
54008
56243
|
"deprecationReason": "estimateSubscriptionUpdate is deprecated. Use previewSubscription instead"
|
|
54009
56244
|
},
|
|
56245
|
+
{
|
|
56246
|
+
"name": "generateDataExportScopedToken",
|
|
56247
|
+
"description": "Generate a scoped auth token for the data export embedded SDK",
|
|
56248
|
+
"args": [
|
|
56249
|
+
{
|
|
56250
|
+
"name": "input",
|
|
56251
|
+
"description": null,
|
|
56252
|
+
"type": {
|
|
56253
|
+
"kind": "NON_NULL",
|
|
56254
|
+
"name": null,
|
|
56255
|
+
"ofType": {
|
|
56256
|
+
"kind": "INPUT_OBJECT",
|
|
56257
|
+
"name": "GenerateDataExportScopedTokenInput",
|
|
56258
|
+
"ofType": null
|
|
56259
|
+
}
|
|
56260
|
+
},
|
|
56261
|
+
"defaultValue": null,
|
|
56262
|
+
"isDeprecated": false,
|
|
56263
|
+
"deprecationReason": null
|
|
56264
|
+
}
|
|
56265
|
+
],
|
|
56266
|
+
"type": {
|
|
56267
|
+
"kind": "NON_NULL",
|
|
56268
|
+
"name": null,
|
|
56269
|
+
"ofType": {
|
|
56270
|
+
"kind": "OBJECT",
|
|
56271
|
+
"name": "DataExportScopedToken",
|
|
56272
|
+
"ofType": null
|
|
56273
|
+
}
|
|
56274
|
+
},
|
|
56275
|
+
"isDeprecated": false,
|
|
56276
|
+
"deprecationReason": null
|
|
56277
|
+
},
|
|
54010
56278
|
{
|
|
54011
56279
|
"name": "grantPromotionalEntitlements",
|
|
54012
56280
|
"description": "Grant multiple promotional entitlements",
|
|
@@ -54246,6 +56514,39 @@
|
|
|
54246
56514
|
"isDeprecated": false,
|
|
54247
56515
|
"deprecationReason": null
|
|
54248
56516
|
},
|
|
56517
|
+
{
|
|
56518
|
+
"name": "initiateDataExportConnectionCheck",
|
|
56519
|
+
"description": "Initiate a connection check for a data export destination",
|
|
56520
|
+
"args": [
|
|
56521
|
+
{
|
|
56522
|
+
"name": "input",
|
|
56523
|
+
"description": null,
|
|
56524
|
+
"type": {
|
|
56525
|
+
"kind": "NON_NULL",
|
|
56526
|
+
"name": null,
|
|
56527
|
+
"ofType": {
|
|
56528
|
+
"kind": "INPUT_OBJECT",
|
|
56529
|
+
"name": "DataExportConnectionCheckInput",
|
|
56530
|
+
"ofType": null
|
|
56531
|
+
}
|
|
56532
|
+
},
|
|
56533
|
+
"defaultValue": null,
|
|
56534
|
+
"isDeprecated": false,
|
|
56535
|
+
"deprecationReason": null
|
|
56536
|
+
}
|
|
56537
|
+
],
|
|
56538
|
+
"type": {
|
|
56539
|
+
"kind": "NON_NULL",
|
|
56540
|
+
"name": null,
|
|
56541
|
+
"ofType": {
|
|
56542
|
+
"kind": "OBJECT",
|
|
56543
|
+
"name": "DataExportConnectionCheck",
|
|
56544
|
+
"ofType": null
|
|
56545
|
+
}
|
|
56546
|
+
},
|
|
56547
|
+
"isDeprecated": false,
|
|
56548
|
+
"deprecationReason": null
|
|
56549
|
+
},
|
|
54249
56550
|
{
|
|
54250
56551
|
"name": "inviteMembers",
|
|
54251
56552
|
"description": "Invite members to the account",
|
|
@@ -54415,6 +56716,39 @@
|
|
|
54415
56716
|
"isDeprecated": false,
|
|
54416
56717
|
"deprecationReason": null
|
|
54417
56718
|
},
|
|
56719
|
+
{
|
|
56720
|
+
"name": "mergeEnvironmentAsync",
|
|
56721
|
+
"description": "Enqueue an async environment merge-apply job (STIGG-7830) and return a status handle immediately.",
|
|
56722
|
+
"args": [
|
|
56723
|
+
{
|
|
56724
|
+
"name": "input",
|
|
56725
|
+
"description": null,
|
|
56726
|
+
"type": {
|
|
56727
|
+
"kind": "NON_NULL",
|
|
56728
|
+
"name": null,
|
|
56729
|
+
"ofType": {
|
|
56730
|
+
"kind": "INPUT_OBJECT",
|
|
56731
|
+
"name": "MergeEnvironmentInput",
|
|
56732
|
+
"ofType": null
|
|
56733
|
+
}
|
|
56734
|
+
},
|
|
56735
|
+
"defaultValue": null,
|
|
56736
|
+
"isDeprecated": false,
|
|
56737
|
+
"deprecationReason": null
|
|
56738
|
+
}
|
|
56739
|
+
],
|
|
56740
|
+
"type": {
|
|
56741
|
+
"kind": "NON_NULL",
|
|
56742
|
+
"name": null,
|
|
56743
|
+
"ofType": {
|
|
56744
|
+
"kind": "OBJECT",
|
|
56745
|
+
"name": "MergeApplyStatus",
|
|
56746
|
+
"ofType": null
|
|
56747
|
+
}
|
|
56748
|
+
},
|
|
56749
|
+
"isDeprecated": false,
|
|
56750
|
+
"deprecationReason": null
|
|
56751
|
+
},
|
|
54418
56752
|
{
|
|
54419
56753
|
"name": "migratePackageFeatureGroupsToLatest",
|
|
54420
56754
|
"description": "Migrate package feature groups to latest version",
|
|
@@ -54910,6 +57244,39 @@
|
|
|
54910
57244
|
"isDeprecated": false,
|
|
54911
57245
|
"deprecationReason": null
|
|
54912
57246
|
},
|
|
57247
|
+
{
|
|
57248
|
+
"name": "refreshEnvironmentExport",
|
|
57249
|
+
"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.",
|
|
57250
|
+
"args": [
|
|
57251
|
+
{
|
|
57252
|
+
"name": "input",
|
|
57253
|
+
"description": null,
|
|
57254
|
+
"type": {
|
|
57255
|
+
"kind": "NON_NULL",
|
|
57256
|
+
"name": null,
|
|
57257
|
+
"ofType": {
|
|
57258
|
+
"kind": "INPUT_OBJECT",
|
|
57259
|
+
"name": "EnvironmentExportStatusInput",
|
|
57260
|
+
"ofType": null
|
|
57261
|
+
}
|
|
57262
|
+
},
|
|
57263
|
+
"defaultValue": null,
|
|
57264
|
+
"isDeprecated": false,
|
|
57265
|
+
"deprecationReason": null
|
|
57266
|
+
}
|
|
57267
|
+
],
|
|
57268
|
+
"type": {
|
|
57269
|
+
"kind": "NON_NULL",
|
|
57270
|
+
"name": null,
|
|
57271
|
+
"ofType": {
|
|
57272
|
+
"kind": "OBJECT",
|
|
57273
|
+
"name": "EnvironmentExportStatus",
|
|
57274
|
+
"ofType": null
|
|
57275
|
+
}
|
|
57276
|
+
},
|
|
57277
|
+
"isDeprecated": false,
|
|
57278
|
+
"deprecationReason": null
|
|
57279
|
+
},
|
|
54913
57280
|
{
|
|
54914
57281
|
"name": "registerMember",
|
|
54915
57282
|
"description": "Register a new member with the provided email and roles",
|
|
@@ -56233,6 +58600,47 @@
|
|
|
56233
58600
|
"isDeprecated": false,
|
|
56234
58601
|
"deprecationReason": null
|
|
56235
58602
|
},
|
|
58603
|
+
{
|
|
58604
|
+
"name": "triggerDataExportSync",
|
|
58605
|
+
"description": "Trigger a manual sync for a data export integration",
|
|
58606
|
+
"args": [
|
|
58607
|
+
{
|
|
58608
|
+
"name": "input",
|
|
58609
|
+
"description": null,
|
|
58610
|
+
"type": {
|
|
58611
|
+
"kind": "NON_NULL",
|
|
58612
|
+
"name": null,
|
|
58613
|
+
"ofType": {
|
|
58614
|
+
"kind": "INPUT_OBJECT",
|
|
58615
|
+
"name": "TriggerDataExportSyncInput",
|
|
58616
|
+
"ofType": null
|
|
58617
|
+
}
|
|
58618
|
+
},
|
|
58619
|
+
"defaultValue": null,
|
|
58620
|
+
"isDeprecated": false,
|
|
58621
|
+
"deprecationReason": null
|
|
58622
|
+
}
|
|
58623
|
+
],
|
|
58624
|
+
"type": {
|
|
58625
|
+
"kind": "NON_NULL",
|
|
58626
|
+
"name": null,
|
|
58627
|
+
"ofType": {
|
|
58628
|
+
"kind": "LIST",
|
|
58629
|
+
"name": null,
|
|
58630
|
+
"ofType": {
|
|
58631
|
+
"kind": "NON_NULL",
|
|
58632
|
+
"name": null,
|
|
58633
|
+
"ofType": {
|
|
58634
|
+
"kind": "OBJECT",
|
|
58635
|
+
"name": "TriggerDataExportSyncResult",
|
|
58636
|
+
"ofType": null
|
|
58637
|
+
}
|
|
58638
|
+
}
|
|
58639
|
+
}
|
|
58640
|
+
},
|
|
58641
|
+
"isDeprecated": false,
|
|
58642
|
+
"deprecationReason": null
|
|
58643
|
+
},
|
|
56236
58644
|
{
|
|
56237
58645
|
"name": "triggerImportCatalog",
|
|
56238
58646
|
"description": "Trigger import of catalog data from an integration",
|
|
@@ -56480,6 +58888,39 @@
|
|
|
56480
58888
|
"isDeprecated": false,
|
|
56481
58889
|
"deprecationReason": null
|
|
56482
58890
|
},
|
|
58891
|
+
{
|
|
58892
|
+
"name": "unarchiveCustomCurrency",
|
|
58893
|
+
"description": "Unarchive a custom currency",
|
|
58894
|
+
"args": [
|
|
58895
|
+
{
|
|
58896
|
+
"name": "input",
|
|
58897
|
+
"description": null,
|
|
58898
|
+
"type": {
|
|
58899
|
+
"kind": "NON_NULL",
|
|
58900
|
+
"name": null,
|
|
58901
|
+
"ofType": {
|
|
58902
|
+
"kind": "INPUT_OBJECT",
|
|
58903
|
+
"name": "UnarchiveCustomCurrencyInput",
|
|
58904
|
+
"ofType": null
|
|
58905
|
+
}
|
|
58906
|
+
},
|
|
58907
|
+
"defaultValue": null,
|
|
58908
|
+
"isDeprecated": false,
|
|
58909
|
+
"deprecationReason": null
|
|
58910
|
+
}
|
|
58911
|
+
],
|
|
58912
|
+
"type": {
|
|
58913
|
+
"kind": "NON_NULL",
|
|
58914
|
+
"name": null,
|
|
58915
|
+
"ofType": {
|
|
58916
|
+
"kind": "OBJECT",
|
|
58917
|
+
"name": "CustomCurrency",
|
|
58918
|
+
"ofType": null
|
|
58919
|
+
}
|
|
58920
|
+
},
|
|
58921
|
+
"isDeprecated": false,
|
|
58922
|
+
"deprecationReason": null
|
|
58923
|
+
},
|
|
56483
58924
|
{
|
|
56484
58925
|
"name": "unarchiveCustomer",
|
|
56485
58926
|
"description": "Unarchive a customer",
|
|
@@ -60273,6 +62714,18 @@
|
|
|
60273
62714
|
"isDeprecated": false,
|
|
60274
62715
|
"deprecationReason": null
|
|
60275
62716
|
},
|
|
62717
|
+
{
|
|
62718
|
+
"name": "hasSoftLimit",
|
|
62719
|
+
"description": "Whether the entitlement has a soft limit",
|
|
62720
|
+
"args": [],
|
|
62721
|
+
"type": {
|
|
62722
|
+
"kind": "SCALAR",
|
|
62723
|
+
"name": "Boolean",
|
|
62724
|
+
"ofType": null
|
|
62725
|
+
},
|
|
62726
|
+
"isDeprecated": false,
|
|
62727
|
+
"deprecationReason": null
|
|
62728
|
+
},
|
|
60276
62729
|
{
|
|
60277
62730
|
"name": "hiddenFromWidgets",
|
|
60278
62731
|
"description": "Whether the entitlement is hidden from widgets",
|
|
@@ -60725,6 +63178,18 @@
|
|
|
60725
63178
|
"isDeprecated": false,
|
|
60726
63179
|
"deprecationReason": null
|
|
60727
63180
|
},
|
|
63181
|
+
{
|
|
63182
|
+
"name": "hasSoftLimit",
|
|
63183
|
+
"description": "Whether the entitlement has a soft limit",
|
|
63184
|
+
"type": {
|
|
63185
|
+
"kind": "SCALAR",
|
|
63186
|
+
"name": "Boolean",
|
|
63187
|
+
"ofType": null
|
|
63188
|
+
},
|
|
63189
|
+
"defaultValue": null,
|
|
63190
|
+
"isDeprecated": false,
|
|
63191
|
+
"deprecationReason": null
|
|
63192
|
+
},
|
|
60728
63193
|
{
|
|
60729
63194
|
"name": "hiddenFromWidgets",
|
|
60730
63195
|
"description": "Whether the entitlement is hidden from widgets",
|
|
@@ -61006,6 +63471,18 @@
|
|
|
61006
63471
|
"isDeprecated": false,
|
|
61007
63472
|
"deprecationReason": null
|
|
61008
63473
|
},
|
|
63474
|
+
{
|
|
63475
|
+
"name": "hasSoftLimit",
|
|
63476
|
+
"description": "Whether the entitlement has a soft limit",
|
|
63477
|
+
"type": {
|
|
63478
|
+
"kind": "SCALAR",
|
|
63479
|
+
"name": "Boolean",
|
|
63480
|
+
"ofType": null
|
|
63481
|
+
},
|
|
63482
|
+
"defaultValue": null,
|
|
63483
|
+
"isDeprecated": false,
|
|
63484
|
+
"deprecationReason": null
|
|
63485
|
+
},
|
|
61009
63486
|
{
|
|
61010
63487
|
"name": "hiddenFromWidgets",
|
|
61011
63488
|
"description": "Whether the entitlement is hidden from widgets",
|
|
@@ -73444,6 +75921,33 @@
|
|
|
73444
75921
|
"enumValues": null,
|
|
73445
75922
|
"possibleTypes": null
|
|
73446
75923
|
},
|
|
75924
|
+
{
|
|
75925
|
+
"kind": "OBJECT",
|
|
75926
|
+
"name": "PrequelCredentials",
|
|
75927
|
+
"description": "Credentials shape for Prequel-managed data-export integrations",
|
|
75928
|
+
"fields": [
|
|
75929
|
+
{
|
|
75930
|
+
"name": "prequelRecipientId",
|
|
75931
|
+
"description": "Prequel recipient ID associated with this integration",
|
|
75932
|
+
"args": [],
|
|
75933
|
+
"type": {
|
|
75934
|
+
"kind": "NON_NULL",
|
|
75935
|
+
"name": null,
|
|
75936
|
+
"ofType": {
|
|
75937
|
+
"kind": "SCALAR",
|
|
75938
|
+
"name": "String",
|
|
75939
|
+
"ofType": null
|
|
75940
|
+
}
|
|
75941
|
+
},
|
|
75942
|
+
"isDeprecated": false,
|
|
75943
|
+
"deprecationReason": null
|
|
75944
|
+
}
|
|
75945
|
+
],
|
|
75946
|
+
"inputFields": null,
|
|
75947
|
+
"interfaces": [],
|
|
75948
|
+
"enumValues": null,
|
|
75949
|
+
"possibleTypes": null
|
|
75950
|
+
},
|
|
73447
75951
|
{
|
|
73448
75952
|
"kind": "INPUT_OBJECT",
|
|
73449
75953
|
"name": "PreviewCreditGrantBillingInfoInput",
|
|
@@ -76299,6 +78803,93 @@
|
|
|
76299
78803
|
"enumValues": null,
|
|
76300
78804
|
"possibleTypes": null
|
|
76301
78805
|
},
|
|
78806
|
+
{
|
|
78807
|
+
"kind": "OBJECT",
|
|
78808
|
+
"name": "PricingModelNotSupportedByBillingIntegrationError",
|
|
78809
|
+
"description": null,
|
|
78810
|
+
"fields": [
|
|
78811
|
+
{
|
|
78812
|
+
"name": "code",
|
|
78813
|
+
"description": null,
|
|
78814
|
+
"args": [],
|
|
78815
|
+
"type": {
|
|
78816
|
+
"kind": "NON_NULL",
|
|
78817
|
+
"name": null,
|
|
78818
|
+
"ofType": {
|
|
78819
|
+
"kind": "SCALAR",
|
|
78820
|
+
"name": "String",
|
|
78821
|
+
"ofType": null
|
|
78822
|
+
}
|
|
78823
|
+
},
|
|
78824
|
+
"isDeprecated": false,
|
|
78825
|
+
"deprecationReason": null
|
|
78826
|
+
},
|
|
78827
|
+
{
|
|
78828
|
+
"name": "isValidationError",
|
|
78829
|
+
"description": null,
|
|
78830
|
+
"args": [],
|
|
78831
|
+
"type": {
|
|
78832
|
+
"kind": "NON_NULL",
|
|
78833
|
+
"name": null,
|
|
78834
|
+
"ofType": {
|
|
78835
|
+
"kind": "SCALAR",
|
|
78836
|
+
"name": "Boolean",
|
|
78837
|
+
"ofType": null
|
|
78838
|
+
}
|
|
78839
|
+
},
|
|
78840
|
+
"isDeprecated": false,
|
|
78841
|
+
"deprecationReason": null
|
|
78842
|
+
},
|
|
78843
|
+
{
|
|
78844
|
+
"name": "planRefId",
|
|
78845
|
+
"description": null,
|
|
78846
|
+
"args": [],
|
|
78847
|
+
"type": {
|
|
78848
|
+
"kind": "SCALAR",
|
|
78849
|
+
"name": "String",
|
|
78850
|
+
"ofType": null
|
|
78851
|
+
},
|
|
78852
|
+
"isDeprecated": false,
|
|
78853
|
+
"deprecationReason": null
|
|
78854
|
+
},
|
|
78855
|
+
{
|
|
78856
|
+
"name": "pricingModel",
|
|
78857
|
+
"description": null,
|
|
78858
|
+
"args": [],
|
|
78859
|
+
"type": {
|
|
78860
|
+
"kind": "NON_NULL",
|
|
78861
|
+
"name": null,
|
|
78862
|
+
"ofType": {
|
|
78863
|
+
"kind": "SCALAR",
|
|
78864
|
+
"name": "String",
|
|
78865
|
+
"ofType": null
|
|
78866
|
+
}
|
|
78867
|
+
},
|
|
78868
|
+
"isDeprecated": false,
|
|
78869
|
+
"deprecationReason": null
|
|
78870
|
+
},
|
|
78871
|
+
{
|
|
78872
|
+
"name": "vendorIdentifier",
|
|
78873
|
+
"description": null,
|
|
78874
|
+
"args": [],
|
|
78875
|
+
"type": {
|
|
78876
|
+
"kind": "NON_NULL",
|
|
78877
|
+
"name": null,
|
|
78878
|
+
"ofType": {
|
|
78879
|
+
"kind": "SCALAR",
|
|
78880
|
+
"name": "String",
|
|
78881
|
+
"ofType": null
|
|
78882
|
+
}
|
|
78883
|
+
},
|
|
78884
|
+
"isDeprecated": false,
|
|
78885
|
+
"deprecationReason": null
|
|
78886
|
+
}
|
|
78887
|
+
],
|
|
78888
|
+
"inputFields": null,
|
|
78889
|
+
"interfaces": [],
|
|
78890
|
+
"enumValues": null,
|
|
78891
|
+
"possibleTypes": null
|
|
78892
|
+
},
|
|
76302
78893
|
{
|
|
76303
78894
|
"kind": "ENUM",
|
|
76304
78895
|
"name": "PricingType",
|
|
@@ -83444,6 +86035,39 @@
|
|
|
83444
86035
|
"isDeprecated": true,
|
|
83445
86036
|
"deprecationReason": "Use credit entitlements to retrieve credit balance instead."
|
|
83446
86037
|
},
|
|
86038
|
+
{
|
|
86039
|
+
"name": "creditEventsFields",
|
|
86040
|
+
"description": "Get distinct featureIds and dimension keys/values seen in a customer's credit consumption events",
|
|
86041
|
+
"args": [
|
|
86042
|
+
{
|
|
86043
|
+
"name": "input",
|
|
86044
|
+
"description": null,
|
|
86045
|
+
"type": {
|
|
86046
|
+
"kind": "NON_NULL",
|
|
86047
|
+
"name": null,
|
|
86048
|
+
"ofType": {
|
|
86049
|
+
"kind": "INPUT_OBJECT",
|
|
86050
|
+
"name": "CreditEventsFieldsInput",
|
|
86051
|
+
"ofType": null
|
|
86052
|
+
}
|
|
86053
|
+
},
|
|
86054
|
+
"defaultValue": null,
|
|
86055
|
+
"isDeprecated": false,
|
|
86056
|
+
"deprecationReason": null
|
|
86057
|
+
}
|
|
86058
|
+
],
|
|
86059
|
+
"type": {
|
|
86060
|
+
"kind": "NON_NULL",
|
|
86061
|
+
"name": null,
|
|
86062
|
+
"ofType": {
|
|
86063
|
+
"kind": "OBJECT",
|
|
86064
|
+
"name": "CreditEventsFields",
|
|
86065
|
+
"ofType": null
|
|
86066
|
+
}
|
|
86067
|
+
},
|
|
86068
|
+
"isDeprecated": false,
|
|
86069
|
+
"deprecationReason": null
|
|
86070
|
+
},
|
|
83447
86071
|
{
|
|
83448
86072
|
"name": "creditGrants",
|
|
83449
86073
|
"description": "Get all credit grants for an environment",
|
|
@@ -83577,14 +86201,14 @@
|
|
|
83577
86201
|
},
|
|
83578
86202
|
{
|
|
83579
86203
|
"name": "customCurrencies",
|
|
83580
|
-
"description": "Get
|
|
86204
|
+
"description": "Get custom currencies for an environment. Archived currencies are excluded by default; pass status: ARCHIVED to retrieve them.",
|
|
83581
86205
|
"args": [
|
|
83582
86206
|
{
|
|
83583
|
-
"name": "
|
|
86207
|
+
"name": "input",
|
|
83584
86208
|
"description": null,
|
|
83585
86209
|
"type": {
|
|
83586
|
-
"kind": "
|
|
83587
|
-
"name": "
|
|
86210
|
+
"kind": "INPUT_OBJECT",
|
|
86211
|
+
"name": "FetchCustomCurrenciesInput",
|
|
83588
86212
|
"ofType": null
|
|
83589
86213
|
},
|
|
83590
86214
|
"defaultValue": null,
|
|
@@ -83612,6 +86236,47 @@
|
|
|
83612
86236
|
"isDeprecated": false,
|
|
83613
86237
|
"deprecationReason": null
|
|
83614
86238
|
},
|
|
86239
|
+
{
|
|
86240
|
+
"name": "customCurrencyAssociatedEntities",
|
|
86241
|
+
"description": "Get entities associated with a custom currency",
|
|
86242
|
+
"args": [
|
|
86243
|
+
{
|
|
86244
|
+
"name": "input",
|
|
86245
|
+
"description": null,
|
|
86246
|
+
"type": {
|
|
86247
|
+
"kind": "NON_NULL",
|
|
86248
|
+
"name": null,
|
|
86249
|
+
"ofType": {
|
|
86250
|
+
"kind": "INPUT_OBJECT",
|
|
86251
|
+
"name": "CustomCurrencyAssociatedEntitiesInput",
|
|
86252
|
+
"ofType": null
|
|
86253
|
+
}
|
|
86254
|
+
},
|
|
86255
|
+
"defaultValue": null,
|
|
86256
|
+
"isDeprecated": false,
|
|
86257
|
+
"deprecationReason": null
|
|
86258
|
+
}
|
|
86259
|
+
],
|
|
86260
|
+
"type": {
|
|
86261
|
+
"kind": "NON_NULL",
|
|
86262
|
+
"name": null,
|
|
86263
|
+
"ofType": {
|
|
86264
|
+
"kind": "LIST",
|
|
86265
|
+
"name": null,
|
|
86266
|
+
"ofType": {
|
|
86267
|
+
"kind": "NON_NULL",
|
|
86268
|
+
"name": null,
|
|
86269
|
+
"ofType": {
|
|
86270
|
+
"kind": "OBJECT",
|
|
86271
|
+
"name": "CustomCurrencyAssociatedEntity",
|
|
86272
|
+
"ofType": null
|
|
86273
|
+
}
|
|
86274
|
+
}
|
|
86275
|
+
}
|
|
86276
|
+
},
|
|
86277
|
+
"isDeprecated": false,
|
|
86278
|
+
"deprecationReason": null
|
|
86279
|
+
},
|
|
83615
86280
|
{
|
|
83616
86281
|
"name": "customerPortal",
|
|
83617
86282
|
"description": "Customer portal information",
|
|
@@ -83828,6 +86493,80 @@
|
|
|
83828
86493
|
"isDeprecated": false,
|
|
83829
86494
|
"deprecationReason": null
|
|
83830
86495
|
},
|
|
86496
|
+
{
|
|
86497
|
+
"name": "dataExportConnectionCheckResult",
|
|
86498
|
+
"description": "Get the result of a data export destination connection check",
|
|
86499
|
+
"args": [
|
|
86500
|
+
{
|
|
86501
|
+
"name": "input",
|
|
86502
|
+
"description": null,
|
|
86503
|
+
"type": {
|
|
86504
|
+
"kind": "NON_NULL",
|
|
86505
|
+
"name": null,
|
|
86506
|
+
"ofType": {
|
|
86507
|
+
"kind": "INPUT_OBJECT",
|
|
86508
|
+
"name": "DataExportConnectionCheckResultInput",
|
|
86509
|
+
"ofType": null
|
|
86510
|
+
}
|
|
86511
|
+
},
|
|
86512
|
+
"defaultValue": null,
|
|
86513
|
+
"isDeprecated": false,
|
|
86514
|
+
"deprecationReason": null
|
|
86515
|
+
}
|
|
86516
|
+
],
|
|
86517
|
+
"type": {
|
|
86518
|
+
"kind": "NON_NULL",
|
|
86519
|
+
"name": null,
|
|
86520
|
+
"ofType": {
|
|
86521
|
+
"kind": "OBJECT",
|
|
86522
|
+
"name": "DataExportConnectionCheckResult",
|
|
86523
|
+
"ofType": null
|
|
86524
|
+
}
|
|
86525
|
+
},
|
|
86526
|
+
"isDeprecated": false,
|
|
86527
|
+
"deprecationReason": null
|
|
86528
|
+
},
|
|
86529
|
+
{
|
|
86530
|
+
"name": "dataExportSyncStatus",
|
|
86531
|
+
"description": "Get the last sync status of a data export integration",
|
|
86532
|
+
"args": [
|
|
86533
|
+
{
|
|
86534
|
+
"name": "input",
|
|
86535
|
+
"description": null,
|
|
86536
|
+
"type": {
|
|
86537
|
+
"kind": "NON_NULL",
|
|
86538
|
+
"name": null,
|
|
86539
|
+
"ofType": {
|
|
86540
|
+
"kind": "INPUT_OBJECT",
|
|
86541
|
+
"name": "DataExportSyncStatusInput",
|
|
86542
|
+
"ofType": null
|
|
86543
|
+
}
|
|
86544
|
+
},
|
|
86545
|
+
"defaultValue": null,
|
|
86546
|
+
"isDeprecated": false,
|
|
86547
|
+
"deprecationReason": null
|
|
86548
|
+
}
|
|
86549
|
+
],
|
|
86550
|
+
"type": {
|
|
86551
|
+
"kind": "NON_NULL",
|
|
86552
|
+
"name": null,
|
|
86553
|
+
"ofType": {
|
|
86554
|
+
"kind": "LIST",
|
|
86555
|
+
"name": null,
|
|
86556
|
+
"ofType": {
|
|
86557
|
+
"kind": "NON_NULL",
|
|
86558
|
+
"name": null,
|
|
86559
|
+
"ofType": {
|
|
86560
|
+
"kind": "OBJECT",
|
|
86561
|
+
"name": "DataExportSyncStatus",
|
|
86562
|
+
"ofType": null
|
|
86563
|
+
}
|
|
86564
|
+
}
|
|
86565
|
+
}
|
|
86566
|
+
},
|
|
86567
|
+
"isDeprecated": false,
|
|
86568
|
+
"deprecationReason": null
|
|
86569
|
+
},
|
|
83831
86570
|
{
|
|
83832
86571
|
"name": "doesFeatureExist",
|
|
83833
86572
|
"description": "Check if a feature exists",
|
|
@@ -84100,6 +86839,39 @@
|
|
|
84100
86839
|
"isDeprecated": false,
|
|
84101
86840
|
"deprecationReason": null
|
|
84102
86841
|
},
|
|
86842
|
+
{
|
|
86843
|
+
"name": "environmentExportStatus",
|
|
86844
|
+
"description": "Status of the cached environment export artifact, including S3 reference and staleness.",
|
|
86845
|
+
"args": [
|
|
86846
|
+
{
|
|
86847
|
+
"name": "input",
|
|
86848
|
+
"description": null,
|
|
86849
|
+
"type": {
|
|
86850
|
+
"kind": "NON_NULL",
|
|
86851
|
+
"name": null,
|
|
86852
|
+
"ofType": {
|
|
86853
|
+
"kind": "INPUT_OBJECT",
|
|
86854
|
+
"name": "EnvironmentExportStatusInput",
|
|
86855
|
+
"ofType": null
|
|
86856
|
+
}
|
|
86857
|
+
},
|
|
86858
|
+
"defaultValue": null,
|
|
86859
|
+
"isDeprecated": false,
|
|
86860
|
+
"deprecationReason": null
|
|
86861
|
+
}
|
|
86862
|
+
],
|
|
86863
|
+
"type": {
|
|
86864
|
+
"kind": "NON_NULL",
|
|
86865
|
+
"name": null,
|
|
86866
|
+
"ofType": {
|
|
86867
|
+
"kind": "OBJECT",
|
|
86868
|
+
"name": "EnvironmentExportStatus",
|
|
86869
|
+
"ofType": null
|
|
86870
|
+
}
|
|
86871
|
+
},
|
|
86872
|
+
"isDeprecated": false,
|
|
86873
|
+
"deprecationReason": null
|
|
86874
|
+
},
|
|
84103
86875
|
{
|
|
84104
86876
|
"name": "environments",
|
|
84105
86877
|
"description": null,
|
|
@@ -84139,7 +86911,68 @@
|
|
|
84139
86911
|
"name": null,
|
|
84140
86912
|
"ofType": {
|
|
84141
86913
|
"kind": "INPUT_OBJECT",
|
|
84142
|
-
"name": "EnvironmentSort",
|
|
86914
|
+
"name": "EnvironmentSort",
|
|
86915
|
+
"ofType": null
|
|
86916
|
+
}
|
|
86917
|
+
}
|
|
86918
|
+
},
|
|
86919
|
+
"defaultValue": "[{direction: DESC, field: createdAt}]",
|
|
86920
|
+
"isDeprecated": false,
|
|
86921
|
+
"deprecationReason": null
|
|
86922
|
+
}
|
|
86923
|
+
],
|
|
86924
|
+
"type": {
|
|
86925
|
+
"kind": "NON_NULL",
|
|
86926
|
+
"name": null,
|
|
86927
|
+
"ofType": {
|
|
86928
|
+
"kind": "OBJECT",
|
|
86929
|
+
"name": "EnvironmentConnection",
|
|
86930
|
+
"ofType": null
|
|
86931
|
+
}
|
|
86932
|
+
},
|
|
86933
|
+
"isDeprecated": false,
|
|
86934
|
+
"deprecationReason": null
|
|
86935
|
+
},
|
|
86936
|
+
{
|
|
86937
|
+
"name": "eventLogs",
|
|
86938
|
+
"description": null,
|
|
86939
|
+
"args": [
|
|
86940
|
+
{
|
|
86941
|
+
"name": "filter",
|
|
86942
|
+
"description": "Specify to filter the records returned.",
|
|
86943
|
+
"type": {
|
|
86944
|
+
"kind": "INPUT_OBJECT",
|
|
86945
|
+
"name": "EventLogFilter",
|
|
86946
|
+
"ofType": null
|
|
86947
|
+
},
|
|
86948
|
+
"defaultValue": "{}",
|
|
86949
|
+
"isDeprecated": false,
|
|
86950
|
+
"deprecationReason": null
|
|
86951
|
+
},
|
|
86952
|
+
{
|
|
86953
|
+
"name": "paging",
|
|
86954
|
+
"description": "Limit or page results.",
|
|
86955
|
+
"type": {
|
|
86956
|
+
"kind": "INPUT_OBJECT",
|
|
86957
|
+
"name": "CursorPaging",
|
|
86958
|
+
"ofType": null
|
|
86959
|
+
},
|
|
86960
|
+
"defaultValue": "{first: 10}",
|
|
86961
|
+
"isDeprecated": false,
|
|
86962
|
+
"deprecationReason": null
|
|
86963
|
+
},
|
|
86964
|
+
{
|
|
86965
|
+
"name": "sorting",
|
|
86966
|
+
"description": "Specify to sort results.",
|
|
86967
|
+
"type": {
|
|
86968
|
+
"kind": "LIST",
|
|
86969
|
+
"name": null,
|
|
86970
|
+
"ofType": {
|
|
86971
|
+
"kind": "NON_NULL",
|
|
86972
|
+
"name": null,
|
|
86973
|
+
"ofType": {
|
|
86974
|
+
"kind": "INPUT_OBJECT",
|
|
86975
|
+
"name": "EventLogSort",
|
|
84143
86976
|
"ofType": null
|
|
84144
86977
|
}
|
|
84145
86978
|
}
|
|
@@ -84154,7 +86987,7 @@
|
|
|
84154
86987
|
"name": null,
|
|
84155
86988
|
"ofType": {
|
|
84156
86989
|
"kind": "OBJECT",
|
|
84157
|
-
"name": "
|
|
86990
|
+
"name": "EventLogConnection",
|
|
84158
86991
|
"ofType": null
|
|
84159
86992
|
}
|
|
84160
86993
|
},
|
|
@@ -84162,50 +86995,22 @@
|
|
|
84162
86995
|
"deprecationReason": null
|
|
84163
86996
|
},
|
|
84164
86997
|
{
|
|
84165
|
-
"name": "
|
|
84166
|
-
"description":
|
|
86998
|
+
"name": "eventQueues",
|
|
86999
|
+
"description": "List SQS event queues provisioned for an environment",
|
|
84167
87000
|
"args": [
|
|
84168
87001
|
{
|
|
84169
|
-
"name": "
|
|
84170
|
-
"description": "
|
|
84171
|
-
"type": {
|
|
84172
|
-
"kind": "INPUT_OBJECT",
|
|
84173
|
-
"name": "EventLogFilter",
|
|
84174
|
-
"ofType": null
|
|
84175
|
-
},
|
|
84176
|
-
"defaultValue": "{}",
|
|
84177
|
-
"isDeprecated": false,
|
|
84178
|
-
"deprecationReason": null
|
|
84179
|
-
},
|
|
84180
|
-
{
|
|
84181
|
-
"name": "paging",
|
|
84182
|
-
"description": "Limit or page results.",
|
|
84183
|
-
"type": {
|
|
84184
|
-
"kind": "INPUT_OBJECT",
|
|
84185
|
-
"name": "CursorPaging",
|
|
84186
|
-
"ofType": null
|
|
84187
|
-
},
|
|
84188
|
-
"defaultValue": "{first: 10}",
|
|
84189
|
-
"isDeprecated": false,
|
|
84190
|
-
"deprecationReason": null
|
|
84191
|
-
},
|
|
84192
|
-
{
|
|
84193
|
-
"name": "sorting",
|
|
84194
|
-
"description": "Specify to sort results.",
|
|
87002
|
+
"name": "input",
|
|
87003
|
+
"description": "Input for listing event queues",
|
|
84195
87004
|
"type": {
|
|
84196
|
-
"kind": "
|
|
87005
|
+
"kind": "NON_NULL",
|
|
84197
87006
|
"name": null,
|
|
84198
87007
|
"ofType": {
|
|
84199
|
-
"kind": "
|
|
84200
|
-
"name":
|
|
84201
|
-
"ofType":
|
|
84202
|
-
"kind": "INPUT_OBJECT",
|
|
84203
|
-
"name": "EventLogSort",
|
|
84204
|
-
"ofType": null
|
|
84205
|
-
}
|
|
87008
|
+
"kind": "INPUT_OBJECT",
|
|
87009
|
+
"name": "EventQueueListInput",
|
|
87010
|
+
"ofType": null
|
|
84206
87011
|
}
|
|
84207
87012
|
},
|
|
84208
|
-
"defaultValue":
|
|
87013
|
+
"defaultValue": null,
|
|
84209
87014
|
"isDeprecated": false,
|
|
84210
87015
|
"deprecationReason": null
|
|
84211
87016
|
}
|
|
@@ -84214,9 +87019,17 @@
|
|
|
84214
87019
|
"kind": "NON_NULL",
|
|
84215
87020
|
"name": null,
|
|
84216
87021
|
"ofType": {
|
|
84217
|
-
"kind": "
|
|
84218
|
-
"name":
|
|
84219
|
-
"ofType":
|
|
87022
|
+
"kind": "LIST",
|
|
87023
|
+
"name": null,
|
|
87024
|
+
"ofType": {
|
|
87025
|
+
"kind": "NON_NULL",
|
|
87026
|
+
"name": null,
|
|
87027
|
+
"ofType": {
|
|
87028
|
+
"kind": "OBJECT",
|
|
87029
|
+
"name": "EventQueue",
|
|
87030
|
+
"ofType": null
|
|
87031
|
+
}
|
|
87032
|
+
}
|
|
84220
87033
|
}
|
|
84221
87034
|
},
|
|
84222
87035
|
"isDeprecated": false,
|
|
@@ -84370,17 +87183,9 @@
|
|
|
84370
87183
|
"kind": "NON_NULL",
|
|
84371
87184
|
"name": null,
|
|
84372
87185
|
"ofType": {
|
|
84373
|
-
"kind": "
|
|
84374
|
-
"name":
|
|
84375
|
-
"ofType":
|
|
84376
|
-
"kind": "NON_NULL",
|
|
84377
|
-
"name": null,
|
|
84378
|
-
"ofType": {
|
|
84379
|
-
"kind": "OBJECT",
|
|
84380
|
-
"name": "PackageDTO",
|
|
84381
|
-
"ofType": null
|
|
84382
|
-
}
|
|
84383
|
-
}
|
|
87186
|
+
"kind": "OBJECT",
|
|
87187
|
+
"name": "FeatureAssociatedLatestPackagesResultDTO",
|
|
87188
|
+
"ofType": null
|
|
84384
87189
|
}
|
|
84385
87190
|
},
|
|
84386
87191
|
"isDeprecated": false,
|
|
@@ -84590,6 +87395,39 @@
|
|
|
84590
87395
|
"isDeprecated": false,
|
|
84591
87396
|
"deprecationReason": null
|
|
84592
87397
|
},
|
|
87398
|
+
{
|
|
87399
|
+
"name": "generateReceivedLoginUrl",
|
|
87400
|
+
"description": "Generate a one-shot magic-link login URL into the Received UI for a connected Received integration",
|
|
87401
|
+
"args": [
|
|
87402
|
+
{
|
|
87403
|
+
"name": "input",
|
|
87404
|
+
"description": null,
|
|
87405
|
+
"type": {
|
|
87406
|
+
"kind": "NON_NULL",
|
|
87407
|
+
"name": null,
|
|
87408
|
+
"ofType": {
|
|
87409
|
+
"kind": "INPUT_OBJECT",
|
|
87410
|
+
"name": "GenerateReceivedLoginUrlInput",
|
|
87411
|
+
"ofType": null
|
|
87412
|
+
}
|
|
87413
|
+
},
|
|
87414
|
+
"defaultValue": null,
|
|
87415
|
+
"isDeprecated": false,
|
|
87416
|
+
"deprecationReason": null
|
|
87417
|
+
}
|
|
87418
|
+
],
|
|
87419
|
+
"type": {
|
|
87420
|
+
"kind": "NON_NULL",
|
|
87421
|
+
"name": null,
|
|
87422
|
+
"ofType": {
|
|
87423
|
+
"kind": "OBJECT",
|
|
87424
|
+
"name": "ReceivedLoginUrlDTO",
|
|
87425
|
+
"ofType": null
|
|
87426
|
+
}
|
|
87427
|
+
},
|
|
87428
|
+
"isDeprecated": false,
|
|
87429
|
+
"deprecationReason": null
|
|
87430
|
+
},
|
|
84593
87431
|
{
|
|
84594
87432
|
"name": "getActiveSubscriptions",
|
|
84595
87433
|
"description": null,
|
|
@@ -85443,6 +88281,39 @@
|
|
|
85443
88281
|
"isDeprecated": false,
|
|
85444
88282
|
"deprecationReason": null
|
|
85445
88283
|
},
|
|
88284
|
+
{
|
|
88285
|
+
"name": "mergeApplyStatus",
|
|
88286
|
+
"description": "Status of an async environment merge-apply job (STIGG-7830).",
|
|
88287
|
+
"args": [
|
|
88288
|
+
{
|
|
88289
|
+
"name": "input",
|
|
88290
|
+
"description": null,
|
|
88291
|
+
"type": {
|
|
88292
|
+
"kind": "NON_NULL",
|
|
88293
|
+
"name": null,
|
|
88294
|
+
"ofType": {
|
|
88295
|
+
"kind": "INPUT_OBJECT",
|
|
88296
|
+
"name": "MergeApplyStatusInput",
|
|
88297
|
+
"ofType": null
|
|
88298
|
+
}
|
|
88299
|
+
},
|
|
88300
|
+
"defaultValue": null,
|
|
88301
|
+
"isDeprecated": false,
|
|
88302
|
+
"deprecationReason": null
|
|
88303
|
+
}
|
|
88304
|
+
],
|
|
88305
|
+
"type": {
|
|
88306
|
+
"kind": "NON_NULL",
|
|
88307
|
+
"name": null,
|
|
88308
|
+
"ofType": {
|
|
88309
|
+
"kind": "OBJECT",
|
|
88310
|
+
"name": "MergeApplyStatus",
|
|
88311
|
+
"ofType": null
|
|
88312
|
+
}
|
|
88313
|
+
},
|
|
88314
|
+
"isDeprecated": false,
|
|
88315
|
+
"deprecationReason": null
|
|
88316
|
+
},
|
|
85446
88317
|
{
|
|
85447
88318
|
"name": "mockPaywall",
|
|
85448
88319
|
"description": "Get mock paywall by plan ID",
|
|
@@ -86845,6 +89716,139 @@
|
|
|
86845
89716
|
"enumValues": null,
|
|
86846
89717
|
"possibleTypes": null
|
|
86847
89718
|
},
|
|
89719
|
+
{
|
|
89720
|
+
"kind": "OBJECT",
|
|
89721
|
+
"name": "ReceivedCredentials",
|
|
89722
|
+
"description": "Received integration configuration object",
|
|
89723
|
+
"fields": [
|
|
89724
|
+
{
|
|
89725
|
+
"name": "adminUser",
|
|
89726
|
+
"description": "Admin user for the Received integration",
|
|
89727
|
+
"args": [],
|
|
89728
|
+
"type": {
|
|
89729
|
+
"kind": "SCALAR",
|
|
89730
|
+
"name": "String",
|
|
89731
|
+
"ofType": null
|
|
89732
|
+
},
|
|
89733
|
+
"isDeprecated": false,
|
|
89734
|
+
"deprecationReason": null
|
|
89735
|
+
},
|
|
89736
|
+
{
|
|
89737
|
+
"name": "apiKey",
|
|
89738
|
+
"description": "API key for the Received integration",
|
|
89739
|
+
"args": [],
|
|
89740
|
+
"type": {
|
|
89741
|
+
"kind": "SCALAR",
|
|
89742
|
+
"name": "String",
|
|
89743
|
+
"ofType": null
|
|
89744
|
+
},
|
|
89745
|
+
"isDeprecated": false,
|
|
89746
|
+
"deprecationReason": null
|
|
89747
|
+
},
|
|
89748
|
+
{
|
|
89749
|
+
"name": "tenantId",
|
|
89750
|
+
"description": "Tenant ID for the Received integration",
|
|
89751
|
+
"args": [],
|
|
89752
|
+
"type": {
|
|
89753
|
+
"kind": "SCALAR",
|
|
89754
|
+
"name": "String",
|
|
89755
|
+
"ofType": null
|
|
89756
|
+
},
|
|
89757
|
+
"isDeprecated": false,
|
|
89758
|
+
"deprecationReason": null
|
|
89759
|
+
}
|
|
89760
|
+
],
|
|
89761
|
+
"inputFields": null,
|
|
89762
|
+
"interfaces": [],
|
|
89763
|
+
"enumValues": null,
|
|
89764
|
+
"possibleTypes": null
|
|
89765
|
+
},
|
|
89766
|
+
{
|
|
89767
|
+
"kind": "OBJECT",
|
|
89768
|
+
"name": "ReceivedLoginUrlDTO",
|
|
89769
|
+
"description": "One-shot magic-link login URL into the Received UI.",
|
|
89770
|
+
"fields": [
|
|
89771
|
+
{
|
|
89772
|
+
"name": "url",
|
|
89773
|
+
"description": "Full Received UI URL pre-populated with an encrypted login token. Open it to sign the Stigg-provisioned admin user into Received.",
|
|
89774
|
+
"args": [],
|
|
89775
|
+
"type": {
|
|
89776
|
+
"kind": "NON_NULL",
|
|
89777
|
+
"name": null,
|
|
89778
|
+
"ofType": {
|
|
89779
|
+
"kind": "SCALAR",
|
|
89780
|
+
"name": "String",
|
|
89781
|
+
"ofType": null
|
|
89782
|
+
}
|
|
89783
|
+
},
|
|
89784
|
+
"isDeprecated": false,
|
|
89785
|
+
"deprecationReason": null
|
|
89786
|
+
}
|
|
89787
|
+
],
|
|
89788
|
+
"inputFields": null,
|
|
89789
|
+
"interfaces": [],
|
|
89790
|
+
"enumValues": null,
|
|
89791
|
+
"possibleTypes": null
|
|
89792
|
+
},
|
|
89793
|
+
{
|
|
89794
|
+
"kind": "INPUT_OBJECT",
|
|
89795
|
+
"name": "ReceivedReconnectInput",
|
|
89796
|
+
"description": "Input for reconnecting a Received integration without rotating its secrets (forceRotate=false). Supply previously-issued secrets that Received will not return again.",
|
|
89797
|
+
"fields": null,
|
|
89798
|
+
"inputFields": [
|
|
89799
|
+
{
|
|
89800
|
+
"name": "adminUserSecret",
|
|
89801
|
+
"description": "Previously-issued admin user secret. Required when reconnecting without rotation, since Received will not return it.",
|
|
89802
|
+
"type": {
|
|
89803
|
+
"kind": "SCALAR",
|
|
89804
|
+
"name": "String",
|
|
89805
|
+
"ofType": null
|
|
89806
|
+
},
|
|
89807
|
+
"defaultValue": null,
|
|
89808
|
+
"isDeprecated": false,
|
|
89809
|
+
"deprecationReason": null
|
|
89810
|
+
},
|
|
89811
|
+
{
|
|
89812
|
+
"name": "apiKeySecret",
|
|
89813
|
+
"description": "Previously-issued API key secret. Required when reconnecting without rotation, since Received will not return it.",
|
|
89814
|
+
"type": {
|
|
89815
|
+
"kind": "SCALAR",
|
|
89816
|
+
"name": "String",
|
|
89817
|
+
"ofType": null
|
|
89818
|
+
},
|
|
89819
|
+
"defaultValue": null,
|
|
89820
|
+
"isDeprecated": false,
|
|
89821
|
+
"deprecationReason": null
|
|
89822
|
+
},
|
|
89823
|
+
{
|
|
89824
|
+
"name": "tenantId",
|
|
89825
|
+
"description": "Existing Received tenant ID to reconnect to",
|
|
89826
|
+
"type": {
|
|
89827
|
+
"kind": "SCALAR",
|
|
89828
|
+
"name": "String",
|
|
89829
|
+
"ofType": null
|
|
89830
|
+
},
|
|
89831
|
+
"defaultValue": null,
|
|
89832
|
+
"isDeprecated": false,
|
|
89833
|
+
"deprecationReason": null
|
|
89834
|
+
},
|
|
89835
|
+
{
|
|
89836
|
+
"name": "webhookSecret",
|
|
89837
|
+
"description": "Previously-issued webhook secret. Optional safety net when reconnecting without rotation.",
|
|
89838
|
+
"type": {
|
|
89839
|
+
"kind": "SCALAR",
|
|
89840
|
+
"name": "String",
|
|
89841
|
+
"ofType": null
|
|
89842
|
+
},
|
|
89843
|
+
"defaultValue": null,
|
|
89844
|
+
"isDeprecated": false,
|
|
89845
|
+
"deprecationReason": null
|
|
89846
|
+
}
|
|
89847
|
+
],
|
|
89848
|
+
"interfaces": null,
|
|
89849
|
+
"enumValues": null,
|
|
89850
|
+
"possibleTypes": null
|
|
89851
|
+
},
|
|
86848
89852
|
{
|
|
86849
89853
|
"kind": "OBJECT",
|
|
86850
89854
|
"name": "RecurringCredits",
|
|
@@ -87655,6 +90659,18 @@
|
|
|
87655
90659
|
"description": "Input for revoking an API key",
|
|
87656
90660
|
"fields": null,
|
|
87657
90661
|
"inputFields": [
|
|
90662
|
+
{
|
|
90663
|
+
"name": "environmentId",
|
|
90664
|
+
"description": "The unique identifier for the environment",
|
|
90665
|
+
"type": {
|
|
90666
|
+
"kind": "SCALAR",
|
|
90667
|
+
"name": "UUID",
|
|
90668
|
+
"ofType": null
|
|
90669
|
+
},
|
|
90670
|
+
"defaultValue": null,
|
|
90671
|
+
"isDeprecated": false,
|
|
90672
|
+
"deprecationReason": null
|
|
90673
|
+
},
|
|
87658
90674
|
{
|
|
87659
90675
|
"name": "id",
|
|
87660
90676
|
"description": "Unique identifier for the entity",
|
|
@@ -87851,6 +90867,18 @@
|
|
|
87851
90867
|
"description": "Input for rotating an API key",
|
|
87852
90868
|
"fields": null,
|
|
87853
90869
|
"inputFields": [
|
|
90870
|
+
{
|
|
90871
|
+
"name": "environmentId",
|
|
90872
|
+
"description": "The unique identifier for the environment",
|
|
90873
|
+
"type": {
|
|
90874
|
+
"kind": "SCALAR",
|
|
90875
|
+
"name": "UUID",
|
|
90876
|
+
"ofType": null
|
|
90877
|
+
},
|
|
90878
|
+
"defaultValue": null,
|
|
90879
|
+
"isDeprecated": false,
|
|
90880
|
+
"deprecationReason": null
|
|
90881
|
+
},
|
|
87854
90882
|
{
|
|
87855
90883
|
"name": "expirationDate",
|
|
87856
90884
|
"description": "Optional grace period expiration date for the old key, expires immediately if null",
|
|
@@ -89551,6 +92579,58 @@
|
|
|
89551
92579
|
"enumValues": null,
|
|
89552
92580
|
"possibleTypes": null
|
|
89553
92581
|
},
|
|
92582
|
+
{
|
|
92583
|
+
"kind": "ENUM",
|
|
92584
|
+
"name": "StripeAccountMode",
|
|
92585
|
+
"description": "Stripe App install mode — live, test, or managed sandbox",
|
|
92586
|
+
"fields": null,
|
|
92587
|
+
"inputFields": null,
|
|
92588
|
+
"interfaces": null,
|
|
92589
|
+
"enumValues": [
|
|
92590
|
+
{
|
|
92591
|
+
"name": "LIVE",
|
|
92592
|
+
"description": "Live mode install against the merchant's production Stripe account",
|
|
92593
|
+
"isDeprecated": false,
|
|
92594
|
+
"deprecationReason": null
|
|
92595
|
+
},
|
|
92596
|
+
{
|
|
92597
|
+
"name": "SANDBOX",
|
|
92598
|
+
"description": "Managed sandbox install in a Stripe-provided sandbox environment",
|
|
92599
|
+
"isDeprecated": false,
|
|
92600
|
+
"deprecationReason": null
|
|
92601
|
+
},
|
|
92602
|
+
{
|
|
92603
|
+
"name": "TEST",
|
|
92604
|
+
"description": "Test mode install against the merchant's test Stripe account",
|
|
92605
|
+
"isDeprecated": false,
|
|
92606
|
+
"deprecationReason": null
|
|
92607
|
+
}
|
|
92608
|
+
],
|
|
92609
|
+
"possibleTypes": null
|
|
92610
|
+
},
|
|
92611
|
+
{
|
|
92612
|
+
"kind": "ENUM",
|
|
92613
|
+
"name": "StripeAccountSource",
|
|
92614
|
+
"description": "Stripe platform used to authorize the integration",
|
|
92615
|
+
"fields": null,
|
|
92616
|
+
"inputFields": null,
|
|
92617
|
+
"interfaces": null,
|
|
92618
|
+
"enumValues": [
|
|
92619
|
+
{
|
|
92620
|
+
"name": "APP",
|
|
92621
|
+
"description": "New Stripe App OAuth (Marketplace) platform",
|
|
92622
|
+
"isDeprecated": false,
|
|
92623
|
+
"deprecationReason": null
|
|
92624
|
+
},
|
|
92625
|
+
{
|
|
92626
|
+
"name": "CONNECT",
|
|
92627
|
+
"description": "Legacy Stripe Connect OAuth platform",
|
|
92628
|
+
"isDeprecated": false,
|
|
92629
|
+
"deprecationReason": null
|
|
92630
|
+
}
|
|
92631
|
+
],
|
|
92632
|
+
"possibleTypes": null
|
|
92633
|
+
},
|
|
89554
92634
|
{
|
|
89555
92635
|
"kind": "OBJECT",
|
|
89556
92636
|
"name": "StripeCheckoutCredentials",
|
|
@@ -89670,6 +92750,34 @@
|
|
|
89670
92750
|
},
|
|
89671
92751
|
"isDeprecated": false,
|
|
89672
92752
|
"deprecationReason": null
|
|
92753
|
+
},
|
|
92754
|
+
{
|
|
92755
|
+
"name": "mode",
|
|
92756
|
+
"description": "Stripe App install mode — live, test, or managed sandbox (Stripe App only)",
|
|
92757
|
+
"args": [],
|
|
92758
|
+
"type": {
|
|
92759
|
+
"kind": "ENUM",
|
|
92760
|
+
"name": "StripeAccountMode",
|
|
92761
|
+
"ofType": null
|
|
92762
|
+
},
|
|
92763
|
+
"isDeprecated": false,
|
|
92764
|
+
"deprecationReason": null
|
|
92765
|
+
},
|
|
92766
|
+
{
|
|
92767
|
+
"name": "source",
|
|
92768
|
+
"description": "Which Stripe platform the integration was authorized against (legacy Connect or new Stripe App)",
|
|
92769
|
+
"args": [],
|
|
92770
|
+
"type": {
|
|
92771
|
+
"kind": "NON_NULL",
|
|
92772
|
+
"name": null,
|
|
92773
|
+
"ofType": {
|
|
92774
|
+
"kind": "ENUM",
|
|
92775
|
+
"name": "StripeAccountSource",
|
|
92776
|
+
"ofType": null
|
|
92777
|
+
}
|
|
92778
|
+
},
|
|
92779
|
+
"isDeprecated": false,
|
|
92780
|
+
"deprecationReason": null
|
|
89673
92781
|
}
|
|
89674
92782
|
],
|
|
89675
92783
|
"inputFields": null,
|
|
@@ -89738,6 +92846,30 @@
|
|
|
89738
92846
|
"defaultValue": null,
|
|
89739
92847
|
"isDeprecated": false,
|
|
89740
92848
|
"deprecationReason": null
|
|
92849
|
+
},
|
|
92850
|
+
{
|
|
92851
|
+
"name": "mode",
|
|
92852
|
+
"description": "Stripe App install mode — live, test, or managed sandbox (Stripe App only)",
|
|
92853
|
+
"type": {
|
|
92854
|
+
"kind": "ENUM",
|
|
92855
|
+
"name": "StripeAccountMode",
|
|
92856
|
+
"ofType": null
|
|
92857
|
+
},
|
|
92858
|
+
"defaultValue": null,
|
|
92859
|
+
"isDeprecated": false,
|
|
92860
|
+
"deprecationReason": null
|
|
92861
|
+
},
|
|
92862
|
+
{
|
|
92863
|
+
"name": "source",
|
|
92864
|
+
"description": "Which Stripe platform the integration was authorized against (legacy Connect or new Stripe App)",
|
|
92865
|
+
"type": {
|
|
92866
|
+
"kind": "ENUM",
|
|
92867
|
+
"name": "StripeAccountSource",
|
|
92868
|
+
"ofType": null
|
|
92869
|
+
},
|
|
92870
|
+
"defaultValue": null,
|
|
92871
|
+
"isDeprecated": false,
|
|
92872
|
+
"deprecationReason": null
|
|
89741
92873
|
}
|
|
89742
92874
|
],
|
|
89743
92875
|
"interfaces": null,
|
|
@@ -93101,6 +96233,18 @@
|
|
|
93101
96233
|
"isDeprecated": false,
|
|
93102
96234
|
"deprecationReason": null
|
|
93103
96235
|
},
|
|
96236
|
+
{
|
|
96237
|
+
"name": "hasSoftLimit",
|
|
96238
|
+
"description": "Whether the entitlement has a soft limit",
|
|
96239
|
+
"args": [],
|
|
96240
|
+
"type": {
|
|
96241
|
+
"kind": "SCALAR",
|
|
96242
|
+
"name": "Boolean",
|
|
96243
|
+
"ofType": null
|
|
96244
|
+
},
|
|
96245
|
+
"isDeprecated": false,
|
|
96246
|
+
"deprecationReason": null
|
|
96247
|
+
},
|
|
93104
96248
|
{
|
|
93105
96249
|
"name": "id",
|
|
93106
96250
|
"description": null,
|
|
@@ -93204,6 +96348,18 @@
|
|
|
93204
96348
|
"defaultValue": null,
|
|
93205
96349
|
"isDeprecated": false,
|
|
93206
96350
|
"deprecationReason": null
|
|
96351
|
+
},
|
|
96352
|
+
{
|
|
96353
|
+
"name": "hasSoftLimit",
|
|
96354
|
+
"description": "Whether the entitlement has a soft limit",
|
|
96355
|
+
"type": {
|
|
96356
|
+
"kind": "SCALAR",
|
|
96357
|
+
"name": "Boolean",
|
|
96358
|
+
"ofType": null
|
|
96359
|
+
},
|
|
96360
|
+
"defaultValue": null,
|
|
96361
|
+
"isDeprecated": false,
|
|
96362
|
+
"deprecationReason": null
|
|
93207
96363
|
}
|
|
93208
96364
|
],
|
|
93209
96365
|
"interfaces": null,
|
|
@@ -104191,6 +107347,18 @@
|
|
|
104191
107347
|
"inputFields": null,
|
|
104192
107348
|
"interfaces": null,
|
|
104193
107349
|
"enumValues": [
|
|
107350
|
+
{
|
|
107351
|
+
"name": "ENVIRONMENT_EXPORT",
|
|
107352
|
+
"description": null,
|
|
107353
|
+
"isDeprecated": false,
|
|
107354
|
+
"deprecationReason": null
|
|
107355
|
+
},
|
|
107356
|
+
{
|
|
107357
|
+
"name": "ENVIRONMENT_MERGE_APPLY",
|
|
107358
|
+
"description": null,
|
|
107359
|
+
"isDeprecated": false,
|
|
107360
|
+
"deprecationReason": null
|
|
107361
|
+
},
|
|
104194
107362
|
{
|
|
104195
107363
|
"name": "IMPORT_INTEGRATION_CATALOG",
|
|
104196
107364
|
"description": "The task is an import of product catalog from integration",
|
|
@@ -105222,6 +108390,108 @@
|
|
|
105222
108390
|
"enumValues": null,
|
|
105223
108391
|
"possibleTypes": null
|
|
105224
108392
|
},
|
|
108393
|
+
{
|
|
108394
|
+
"kind": "INPUT_OBJECT",
|
|
108395
|
+
"name": "TriggerDataExportSyncInput",
|
|
108396
|
+
"description": "Input for triggering a data export sync",
|
|
108397
|
+
"fields": null,
|
|
108398
|
+
"inputFields": [
|
|
108399
|
+
{
|
|
108400
|
+
"name": "environmentId",
|
|
108401
|
+
"description": "The unique identifier for the environment",
|
|
108402
|
+
"type": {
|
|
108403
|
+
"kind": "SCALAR",
|
|
108404
|
+
"name": "String",
|
|
108405
|
+
"ofType": null
|
|
108406
|
+
},
|
|
108407
|
+
"defaultValue": null,
|
|
108408
|
+
"isDeprecated": false,
|
|
108409
|
+
"deprecationReason": null
|
|
108410
|
+
},
|
|
108411
|
+
{
|
|
108412
|
+
"name": "integrationId",
|
|
108413
|
+
"description": "The ID of the data export integration",
|
|
108414
|
+
"type": {
|
|
108415
|
+
"kind": "NON_NULL",
|
|
108416
|
+
"name": null,
|
|
108417
|
+
"ofType": {
|
|
108418
|
+
"kind": "SCALAR",
|
|
108419
|
+
"name": "String",
|
|
108420
|
+
"ofType": null
|
|
108421
|
+
}
|
|
108422
|
+
},
|
|
108423
|
+
"defaultValue": null,
|
|
108424
|
+
"isDeprecated": false,
|
|
108425
|
+
"deprecationReason": null
|
|
108426
|
+
},
|
|
108427
|
+
{
|
|
108428
|
+
"name": "sourceTypes",
|
|
108429
|
+
"description": "Optional list of source types to sync. If omitted, all active pipelines are synced",
|
|
108430
|
+
"type": {
|
|
108431
|
+
"kind": "LIST",
|
|
108432
|
+
"name": null,
|
|
108433
|
+
"ofType": {
|
|
108434
|
+
"kind": "NON_NULL",
|
|
108435
|
+
"name": null,
|
|
108436
|
+
"ofType": {
|
|
108437
|
+
"kind": "ENUM",
|
|
108438
|
+
"name": "DataExportSourceType",
|
|
108439
|
+
"ofType": null
|
|
108440
|
+
}
|
|
108441
|
+
}
|
|
108442
|
+
},
|
|
108443
|
+
"defaultValue": null,
|
|
108444
|
+
"isDeprecated": false,
|
|
108445
|
+
"deprecationReason": null
|
|
108446
|
+
}
|
|
108447
|
+
],
|
|
108448
|
+
"interfaces": null,
|
|
108449
|
+
"enumValues": null,
|
|
108450
|
+
"possibleTypes": null
|
|
108451
|
+
},
|
|
108452
|
+
{
|
|
108453
|
+
"kind": "OBJECT",
|
|
108454
|
+
"name": "TriggerDataExportSyncResult",
|
|
108455
|
+
"description": "Result of triggering a data export sync",
|
|
108456
|
+
"fields": [
|
|
108457
|
+
{
|
|
108458
|
+
"name": "sourceType",
|
|
108459
|
+
"description": "The data source type of the triggered pipeline",
|
|
108460
|
+
"args": [],
|
|
108461
|
+
"type": {
|
|
108462
|
+
"kind": "NON_NULL",
|
|
108463
|
+
"name": null,
|
|
108464
|
+
"ofType": {
|
|
108465
|
+
"kind": "ENUM",
|
|
108466
|
+
"name": "DataExportSourceType",
|
|
108467
|
+
"ofType": null
|
|
108468
|
+
}
|
|
108469
|
+
},
|
|
108470
|
+
"isDeprecated": false,
|
|
108471
|
+
"deprecationReason": null
|
|
108472
|
+
},
|
|
108473
|
+
{
|
|
108474
|
+
"name": "triggered",
|
|
108475
|
+
"description": "Whether the sync job was successfully triggered",
|
|
108476
|
+
"args": [],
|
|
108477
|
+
"type": {
|
|
108478
|
+
"kind": "NON_NULL",
|
|
108479
|
+
"name": null,
|
|
108480
|
+
"ofType": {
|
|
108481
|
+
"kind": "SCALAR",
|
|
108482
|
+
"name": "Boolean",
|
|
108483
|
+
"ofType": null
|
|
108484
|
+
}
|
|
108485
|
+
},
|
|
108486
|
+
"isDeprecated": false,
|
|
108487
|
+
"deprecationReason": null
|
|
108488
|
+
}
|
|
108489
|
+
],
|
|
108490
|
+
"inputFields": null,
|
|
108491
|
+
"interfaces": [],
|
|
108492
|
+
"enumValues": null,
|
|
108493
|
+
"possibleTypes": null
|
|
108494
|
+
},
|
|
105225
108495
|
{
|
|
105226
108496
|
"kind": "INPUT_OBJECT",
|
|
105227
108497
|
"name": "TriggerSubscriptionBillingMonthEndsSoonWebhookInput",
|
|
@@ -106058,6 +109328,45 @@
|
|
|
106058
109328
|
"enumValues": null,
|
|
106059
109329
|
"possibleTypes": null
|
|
106060
109330
|
},
|
|
109331
|
+
{
|
|
109332
|
+
"kind": "INPUT_OBJECT",
|
|
109333
|
+
"name": "UnarchiveCustomCurrencyInput",
|
|
109334
|
+
"description": "Input for unarchiving a custom currency",
|
|
109335
|
+
"fields": null,
|
|
109336
|
+
"inputFields": [
|
|
109337
|
+
{
|
|
109338
|
+
"name": "currencyId",
|
|
109339
|
+
"description": "The unique identifier for the custom currency",
|
|
109340
|
+
"type": {
|
|
109341
|
+
"kind": "NON_NULL",
|
|
109342
|
+
"name": null,
|
|
109343
|
+
"ofType": {
|
|
109344
|
+
"kind": "SCALAR",
|
|
109345
|
+
"name": "String",
|
|
109346
|
+
"ofType": null
|
|
109347
|
+
}
|
|
109348
|
+
},
|
|
109349
|
+
"defaultValue": null,
|
|
109350
|
+
"isDeprecated": false,
|
|
109351
|
+
"deprecationReason": null
|
|
109352
|
+
},
|
|
109353
|
+
{
|
|
109354
|
+
"name": "environmentId",
|
|
109355
|
+
"description": "The environment ID",
|
|
109356
|
+
"type": {
|
|
109357
|
+
"kind": "SCALAR",
|
|
109358
|
+
"name": "UUID",
|
|
109359
|
+
"ofType": null
|
|
109360
|
+
},
|
|
109361
|
+
"defaultValue": null,
|
|
109362
|
+
"isDeprecated": false,
|
|
109363
|
+
"deprecationReason": null
|
|
109364
|
+
}
|
|
109365
|
+
],
|
|
109366
|
+
"interfaces": null,
|
|
109367
|
+
"enumValues": null,
|
|
109368
|
+
"possibleTypes": null
|
|
109369
|
+
},
|
|
106061
109370
|
{
|
|
106062
109371
|
"kind": "INPUT_OBJECT",
|
|
106063
109372
|
"name": "UnarchiveCustomerInput",
|
|
@@ -106743,6 +110052,18 @@
|
|
|
106743
110052
|
"isDeprecated": false,
|
|
106744
110053
|
"deprecationReason": null
|
|
106745
110054
|
},
|
|
110055
|
+
{
|
|
110056
|
+
"name": "environmentId",
|
|
110057
|
+
"description": "The unique identifier for the environment",
|
|
110058
|
+
"type": {
|
|
110059
|
+
"kind": "SCALAR",
|
|
110060
|
+
"name": "UUID",
|
|
110061
|
+
"ofType": null
|
|
110062
|
+
},
|
|
110063
|
+
"defaultValue": null,
|
|
110064
|
+
"isDeprecated": false,
|
|
110065
|
+
"deprecationReason": null
|
|
110066
|
+
},
|
|
106746
110067
|
{
|
|
106747
110068
|
"name": "expireAt",
|
|
106748
110069
|
"description": "Updated expiration date for the API key",
|
|
@@ -107738,6 +111059,18 @@
|
|
|
107738
111059
|
"isDeprecated": false,
|
|
107739
111060
|
"deprecationReason": null
|
|
107740
111061
|
},
|
|
111062
|
+
{
|
|
111063
|
+
"name": "receivedCredentials",
|
|
111064
|
+
"description": "Received reconnect input. Supply previously-issued secrets to reconnect without rotation; omit to perform a fresh connect with rotation.",
|
|
111065
|
+
"type": {
|
|
111066
|
+
"kind": "INPUT_OBJECT",
|
|
111067
|
+
"name": "ReceivedReconnectInput",
|
|
111068
|
+
"ofType": null
|
|
111069
|
+
},
|
|
111070
|
+
"defaultValue": null,
|
|
111071
|
+
"isDeprecated": false,
|
|
111072
|
+
"deprecationReason": null
|
|
111073
|
+
},
|
|
107741
111074
|
{
|
|
107742
111075
|
"name": "salesforceCredentials",
|
|
107743
111076
|
"description": "Salesforce integration configuration",
|
|
@@ -111957,6 +115290,18 @@
|
|
|
111957
115290
|
"isDeprecated": false,
|
|
111958
115291
|
"deprecationReason": null
|
|
111959
115292
|
},
|
|
115293
|
+
{
|
|
115294
|
+
"name": "PREQUEL",
|
|
115295
|
+
"description": "Prequel integration vendor identifier",
|
|
115296
|
+
"isDeprecated": false,
|
|
115297
|
+
"deprecationReason": null
|
|
115298
|
+
},
|
|
115299
|
+
{
|
|
115300
|
+
"name": "RECEIVED",
|
|
115301
|
+
"description": "Received integration vendor identifier",
|
|
115302
|
+
"isDeprecated": false,
|
|
115303
|
+
"deprecationReason": null
|
|
115304
|
+
},
|
|
111960
115305
|
{
|
|
111961
115306
|
"name": "SALESFORCE",
|
|
111962
115307
|
"description": "Salesforce integration vendor identifier",
|