@promoboxx/graphql-gateway-types 1.933.0 → 1.935.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.
- package/graphql.schema.json +451 -1067
- package/index.d.ts +70 -138
- package/package.json +1 -1
- package/schema.graphql +45 -78
package/graphql.schema.json
CHANGED
|
@@ -10309,87 +10309,39 @@
|
|
|
10309
10309
|
"possibleTypes": null
|
|
10310
10310
|
},
|
|
10311
10311
|
{
|
|
10312
|
-
"kind": "
|
|
10313
|
-
"name": "
|
|
10312
|
+
"kind": "INPUT_OBJECT",
|
|
10313
|
+
"name": "CASvcAddFragmentToPromptInput",
|
|
10314
10314
|
"description": null,
|
|
10315
|
-
"isOneOf":
|
|
10316
|
-
"fields":
|
|
10317
|
-
|
|
10318
|
-
"name": "createdAt",
|
|
10319
|
-
"description": null,
|
|
10320
|
-
"args": [],
|
|
10321
|
-
"type": {
|
|
10322
|
-
"kind": "NON_NULL",
|
|
10323
|
-
"name": null,
|
|
10324
|
-
"ofType": {
|
|
10325
|
-
"kind": "SCALAR",
|
|
10326
|
-
"name": "String",
|
|
10327
|
-
"ofType": null
|
|
10328
|
-
}
|
|
10329
|
-
},
|
|
10330
|
-
"isDeprecated": false,
|
|
10331
|
-
"deprecationReason": null
|
|
10332
|
-
},
|
|
10315
|
+
"isOneOf": false,
|
|
10316
|
+
"fields": null,
|
|
10317
|
+
"inputFields": [
|
|
10333
10318
|
{
|
|
10334
|
-
"name": "
|
|
10319
|
+
"name": "fragment",
|
|
10335
10320
|
"description": null,
|
|
10336
|
-
"args": [],
|
|
10337
10321
|
"type": {
|
|
10338
|
-
"kind": "
|
|
10339
|
-
"name": "
|
|
10322
|
+
"kind": "INPUT_OBJECT",
|
|
10323
|
+
"name": "CASvcFragmentInput",
|
|
10340
10324
|
"ofType": null
|
|
10341
10325
|
},
|
|
10326
|
+
"defaultValue": null,
|
|
10342
10327
|
"isDeprecated": false,
|
|
10343
10328
|
"deprecationReason": null
|
|
10344
10329
|
},
|
|
10345
10330
|
{
|
|
10346
|
-
"name": "
|
|
10347
|
-
"description": null,
|
|
10348
|
-
"args": [],
|
|
10349
|
-
"type": {
|
|
10350
|
-
"kind": "NON_NULL",
|
|
10351
|
-
"name": null,
|
|
10352
|
-
"ofType": {
|
|
10353
|
-
"kind": "SCALAR",
|
|
10354
|
-
"name": "ID",
|
|
10355
|
-
"ofType": null
|
|
10356
|
-
}
|
|
10357
|
-
},
|
|
10358
|
-
"isDeprecated": false,
|
|
10359
|
-
"deprecationReason": null
|
|
10360
|
-
},
|
|
10361
|
-
{
|
|
10362
|
-
"name": "promptName",
|
|
10363
|
-
"description": null,
|
|
10364
|
-
"args": [],
|
|
10365
|
-
"type": {
|
|
10366
|
-
"kind": "NON_NULL",
|
|
10367
|
-
"name": null,
|
|
10368
|
-
"ofType": {
|
|
10369
|
-
"kind": "SCALAR",
|
|
10370
|
-
"name": "String",
|
|
10371
|
-
"ofType": null
|
|
10372
|
-
}
|
|
10373
|
-
},
|
|
10374
|
-
"isDeprecated": false,
|
|
10375
|
-
"deprecationReason": null
|
|
10376
|
-
},
|
|
10377
|
-
{
|
|
10378
|
-
"name": "resourceGroup",
|
|
10331
|
+
"name": "fragment_id",
|
|
10379
10332
|
"description": null,
|
|
10380
|
-
"args": [],
|
|
10381
10333
|
"type": {
|
|
10382
|
-
"kind": "
|
|
10383
|
-
"name": "
|
|
10334
|
+
"kind": "SCALAR",
|
|
10335
|
+
"name": "ID",
|
|
10384
10336
|
"ofType": null
|
|
10385
10337
|
},
|
|
10338
|
+
"defaultValue": null,
|
|
10386
10339
|
"isDeprecated": false,
|
|
10387
10340
|
"deprecationReason": null
|
|
10388
10341
|
},
|
|
10389
10342
|
{
|
|
10390
|
-
"name": "
|
|
10343
|
+
"name": "prompt_id",
|
|
10391
10344
|
"description": null,
|
|
10392
|
-
"args": [],
|
|
10393
10345
|
"type": {
|
|
10394
10346
|
"kind": "NON_NULL",
|
|
10395
10347
|
"name": null,
|
|
@@ -10399,18 +10351,18 @@
|
|
|
10399
10351
|
"ofType": null
|
|
10400
10352
|
}
|
|
10401
10353
|
},
|
|
10354
|
+
"defaultValue": null,
|
|
10402
10355
|
"isDeprecated": false,
|
|
10403
10356
|
"deprecationReason": null
|
|
10404
10357
|
}
|
|
10405
10358
|
],
|
|
10406
|
-
"
|
|
10407
|
-
"interfaces": [],
|
|
10359
|
+
"interfaces": null,
|
|
10408
10360
|
"enumValues": null,
|
|
10409
10361
|
"possibleTypes": null
|
|
10410
10362
|
},
|
|
10411
10363
|
{
|
|
10412
10364
|
"kind": "INPUT_OBJECT",
|
|
10413
|
-
"name": "
|
|
10365
|
+
"name": "CASvcAddResourceGroupMembersInput",
|
|
10414
10366
|
"description": null,
|
|
10415
10367
|
"isOneOf": false,
|
|
10416
10368
|
"fields": null,
|
|
@@ -10419,15 +10371,19 @@
|
|
|
10419
10371
|
"name": "members",
|
|
10420
10372
|
"description": null,
|
|
10421
10373
|
"type": {
|
|
10422
|
-
"kind": "
|
|
10374
|
+
"kind": "NON_NULL",
|
|
10423
10375
|
"name": null,
|
|
10424
10376
|
"ofType": {
|
|
10425
|
-
"kind": "
|
|
10377
|
+
"kind": "LIST",
|
|
10426
10378
|
"name": null,
|
|
10427
10379
|
"ofType": {
|
|
10428
|
-
"kind": "
|
|
10429
|
-
"name":
|
|
10430
|
-
"ofType":
|
|
10380
|
+
"kind": "NON_NULL",
|
|
10381
|
+
"name": null,
|
|
10382
|
+
"ofType": {
|
|
10383
|
+
"kind": "INPUT_OBJECT",
|
|
10384
|
+
"name": "CASvcResourceInput",
|
|
10385
|
+
"ofType": null
|
|
10386
|
+
}
|
|
10431
10387
|
}
|
|
10432
10388
|
}
|
|
10433
10389
|
},
|
|
@@ -10435,62 +10391,6 @@
|
|
|
10435
10391
|
"isDeprecated": false,
|
|
10436
10392
|
"deprecationReason": null
|
|
10437
10393
|
},
|
|
10438
|
-
{
|
|
10439
|
-
"name": "promptName",
|
|
10440
|
-
"description": null,
|
|
10441
|
-
"type": {
|
|
10442
|
-
"kind": "NON_NULL",
|
|
10443
|
-
"name": null,
|
|
10444
|
-
"ofType": {
|
|
10445
|
-
"kind": "SCALAR",
|
|
10446
|
-
"name": "String",
|
|
10447
|
-
"ofType": null
|
|
10448
|
-
}
|
|
10449
|
-
},
|
|
10450
|
-
"defaultValue": null,
|
|
10451
|
-
"isDeprecated": false,
|
|
10452
|
-
"deprecationReason": null
|
|
10453
|
-
},
|
|
10454
|
-
{
|
|
10455
|
-
"name": "resourceGroupId",
|
|
10456
|
-
"description": null,
|
|
10457
|
-
"type": {
|
|
10458
|
-
"kind": "SCALAR",
|
|
10459
|
-
"name": "ID",
|
|
10460
|
-
"ofType": null
|
|
10461
|
-
},
|
|
10462
|
-
"defaultValue": null,
|
|
10463
|
-
"isDeprecated": false,
|
|
10464
|
-
"deprecationReason": null
|
|
10465
|
-
}
|
|
10466
|
-
],
|
|
10467
|
-
"interfaces": null,
|
|
10468
|
-
"enumValues": null,
|
|
10469
|
-
"possibleTypes": null
|
|
10470
|
-
},
|
|
10471
|
-
{
|
|
10472
|
-
"kind": "INPUT_OBJECT",
|
|
10473
|
-
"name": "CASvcAnalysisRunInput",
|
|
10474
|
-
"description": null,
|
|
10475
|
-
"isOneOf": false,
|
|
10476
|
-
"fields": null,
|
|
10477
|
-
"inputFields": [
|
|
10478
|
-
{
|
|
10479
|
-
"name": "promptName",
|
|
10480
|
-
"description": null,
|
|
10481
|
-
"type": {
|
|
10482
|
-
"kind": "NON_NULL",
|
|
10483
|
-
"name": null,
|
|
10484
|
-
"ofType": {
|
|
10485
|
-
"kind": "SCALAR",
|
|
10486
|
-
"name": "String",
|
|
10487
|
-
"ofType": null
|
|
10488
|
-
}
|
|
10489
|
-
},
|
|
10490
|
-
"defaultValue": null,
|
|
10491
|
-
"isDeprecated": false,
|
|
10492
|
-
"deprecationReason": null
|
|
10493
|
-
},
|
|
10494
10394
|
{
|
|
10495
10395
|
"name": "resourceGroupId",
|
|
10496
10396
|
"description": null,
|
|
@@ -10514,12 +10414,12 @@
|
|
|
10514
10414
|
},
|
|
10515
10415
|
{
|
|
10516
10416
|
"kind": "OBJECT",
|
|
10517
|
-
"name": "
|
|
10417
|
+
"name": "CASvcAnalysisRun",
|
|
10518
10418
|
"description": null,
|
|
10519
10419
|
"isOneOf": null,
|
|
10520
10420
|
"fields": [
|
|
10521
10421
|
{
|
|
10522
|
-
"name": "
|
|
10422
|
+
"name": "createdAt",
|
|
10523
10423
|
"description": null,
|
|
10524
10424
|
"args": [],
|
|
10525
10425
|
"type": {
|
|
@@ -10535,19 +10435,19 @@
|
|
|
10535
10435
|
"deprecationReason": null
|
|
10536
10436
|
},
|
|
10537
10437
|
{
|
|
10538
|
-
"name": "
|
|
10438
|
+
"name": "fragmentGroup",
|
|
10539
10439
|
"description": null,
|
|
10540
10440
|
"args": [],
|
|
10541
10441
|
"type": {
|
|
10542
10442
|
"kind": "OBJECT",
|
|
10543
|
-
"name": "
|
|
10443
|
+
"name": "CASvcPrompt",
|
|
10544
10444
|
"ofType": null
|
|
10545
10445
|
},
|
|
10546
10446
|
"isDeprecated": false,
|
|
10547
10447
|
"deprecationReason": null
|
|
10548
10448
|
},
|
|
10549
10449
|
{
|
|
10550
|
-
"name": "
|
|
10450
|
+
"name": "id",
|
|
10551
10451
|
"description": null,
|
|
10552
10452
|
"args": [],
|
|
10553
10453
|
"type": {
|
|
@@ -10561,61 +10461,9 @@
|
|
|
10561
10461
|
},
|
|
10562
10462
|
"isDeprecated": false,
|
|
10563
10463
|
"deprecationReason": null
|
|
10564
|
-
}
|
|
10565
|
-
],
|
|
10566
|
-
"inputFields": null,
|
|
10567
|
-
"interfaces": [],
|
|
10568
|
-
"enumValues": null,
|
|
10569
|
-
"possibleTypes": null
|
|
10570
|
-
},
|
|
10571
|
-
{
|
|
10572
|
-
"kind": "OBJECT",
|
|
10573
|
-
"name": "CASvcAnalysisRunMessagesCollection",
|
|
10574
|
-
"description": null,
|
|
10575
|
-
"isOneOf": null,
|
|
10576
|
-
"fields": [
|
|
10577
|
-
{
|
|
10578
|
-
"name": "data",
|
|
10579
|
-
"description": null,
|
|
10580
|
-
"args": [],
|
|
10581
|
-
"type": {
|
|
10582
|
-
"kind": "NON_NULL",
|
|
10583
|
-
"name": null,
|
|
10584
|
-
"ofType": {
|
|
10585
|
-
"kind": "LIST",
|
|
10586
|
-
"name": null,
|
|
10587
|
-
"ofType": {
|
|
10588
|
-
"kind": "NON_NULL",
|
|
10589
|
-
"name": null,
|
|
10590
|
-
"ofType": {
|
|
10591
|
-
"kind": "OBJECT",
|
|
10592
|
-
"name": "CASvcAnalysisRunMessage",
|
|
10593
|
-
"ofType": null
|
|
10594
|
-
}
|
|
10595
|
-
}
|
|
10596
|
-
}
|
|
10597
|
-
},
|
|
10598
|
-
"isDeprecated": false,
|
|
10599
|
-
"deprecationReason": null
|
|
10600
|
-
},
|
|
10601
|
-
{
|
|
10602
|
-
"name": "hasNextPage",
|
|
10603
|
-
"description": null,
|
|
10604
|
-
"args": [],
|
|
10605
|
-
"type": {
|
|
10606
|
-
"kind": "NON_NULL",
|
|
10607
|
-
"name": null,
|
|
10608
|
-
"ofType": {
|
|
10609
|
-
"kind": "SCALAR",
|
|
10610
|
-
"name": "Boolean",
|
|
10611
|
-
"ofType": null
|
|
10612
|
-
}
|
|
10613
|
-
},
|
|
10614
|
-
"isDeprecated": false,
|
|
10615
|
-
"deprecationReason": null
|
|
10616
10464
|
},
|
|
10617
10465
|
{
|
|
10618
|
-
"name": "
|
|
10466
|
+
"name": "promptId",
|
|
10619
10467
|
"description": null,
|
|
10620
10468
|
"args": [],
|
|
10621
10469
|
"type": {
|
|
@@ -10623,67 +10471,27 @@
|
|
|
10623
10471
|
"name": null,
|
|
10624
10472
|
"ofType": {
|
|
10625
10473
|
"kind": "SCALAR",
|
|
10626
|
-
"name": "
|
|
10474
|
+
"name": "ID",
|
|
10627
10475
|
"ofType": null
|
|
10628
10476
|
}
|
|
10629
10477
|
},
|
|
10630
10478
|
"isDeprecated": false,
|
|
10631
10479
|
"deprecationReason": null
|
|
10632
|
-
}
|
|
10633
|
-
],
|
|
10634
|
-
"inputFields": null,
|
|
10635
|
-
"interfaces": [],
|
|
10636
|
-
"enumValues": null,
|
|
10637
|
-
"possibleTypes": null
|
|
10638
|
-
},
|
|
10639
|
-
{
|
|
10640
|
-
"kind": "OBJECT",
|
|
10641
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
10642
|
-
"description": null,
|
|
10643
|
-
"isOneOf": null,
|
|
10644
|
-
"fields": [
|
|
10645
|
-
{
|
|
10646
|
-
"name": "data",
|
|
10647
|
-
"description": null,
|
|
10648
|
-
"args": [],
|
|
10649
|
-
"type": {
|
|
10650
|
-
"kind": "NON_NULL",
|
|
10651
|
-
"name": null,
|
|
10652
|
-
"ofType": {
|
|
10653
|
-
"kind": "LIST",
|
|
10654
|
-
"name": null,
|
|
10655
|
-
"ofType": {
|
|
10656
|
-
"kind": "NON_NULL",
|
|
10657
|
-
"name": null,
|
|
10658
|
-
"ofType": {
|
|
10659
|
-
"kind": "OBJECT",
|
|
10660
|
-
"name": "CASvcAnalysisRun",
|
|
10661
|
-
"ofType": null
|
|
10662
|
-
}
|
|
10663
|
-
}
|
|
10664
|
-
}
|
|
10665
|
-
},
|
|
10666
|
-
"isDeprecated": false,
|
|
10667
|
-
"deprecationReason": null
|
|
10668
10480
|
},
|
|
10669
10481
|
{
|
|
10670
|
-
"name": "
|
|
10482
|
+
"name": "resourceGroup",
|
|
10671
10483
|
"description": null,
|
|
10672
10484
|
"args": [],
|
|
10673
10485
|
"type": {
|
|
10674
|
-
"kind": "
|
|
10675
|
-
"name":
|
|
10676
|
-
"ofType":
|
|
10677
|
-
"kind": "SCALAR",
|
|
10678
|
-
"name": "Boolean",
|
|
10679
|
-
"ofType": null
|
|
10680
|
-
}
|
|
10486
|
+
"kind": "OBJECT",
|
|
10487
|
+
"name": "CASvcResourceGroup",
|
|
10488
|
+
"ofType": null
|
|
10681
10489
|
},
|
|
10682
10490
|
"isDeprecated": false,
|
|
10683
10491
|
"deprecationReason": null
|
|
10684
10492
|
},
|
|
10685
10493
|
{
|
|
10686
|
-
"name": "
|
|
10494
|
+
"name": "resourceGroupId",
|
|
10687
10495
|
"description": null,
|
|
10688
10496
|
"args": [],
|
|
10689
10497
|
"type": {
|
|
@@ -10691,7 +10499,7 @@
|
|
|
10691
10499
|
"name": null,
|
|
10692
10500
|
"ofType": {
|
|
10693
10501
|
"kind": "SCALAR",
|
|
10694
|
-
"name": "
|
|
10502
|
+
"name": "ID",
|
|
10695
10503
|
"ofType": null
|
|
10696
10504
|
}
|
|
10697
10505
|
},
|
|
@@ -10705,31 +10513,35 @@
|
|
|
10705
10513
|
"possibleTypes": null
|
|
10706
10514
|
},
|
|
10707
10515
|
{
|
|
10708
|
-
"kind": "
|
|
10709
|
-
"name": "
|
|
10516
|
+
"kind": "INPUT_OBJECT",
|
|
10517
|
+
"name": "CASvcAnalysisRunGroupInput",
|
|
10710
10518
|
"description": null,
|
|
10711
|
-
"isOneOf":
|
|
10712
|
-
"fields":
|
|
10519
|
+
"isOneOf": false,
|
|
10520
|
+
"fields": null,
|
|
10521
|
+
"inputFields": [
|
|
10713
10522
|
{
|
|
10714
|
-
"name": "
|
|
10523
|
+
"name": "members",
|
|
10715
10524
|
"description": null,
|
|
10716
|
-
"args": [],
|
|
10717
10525
|
"type": {
|
|
10718
|
-
"kind": "
|
|
10526
|
+
"kind": "LIST",
|
|
10719
10527
|
"name": null,
|
|
10720
10528
|
"ofType": {
|
|
10721
|
-
"kind": "
|
|
10722
|
-
"name":
|
|
10723
|
-
"ofType":
|
|
10529
|
+
"kind": "NON_NULL",
|
|
10530
|
+
"name": null,
|
|
10531
|
+
"ofType": {
|
|
10532
|
+
"kind": "INPUT_OBJECT",
|
|
10533
|
+
"name": "CASvcAnalysisRunGroupMemberInput",
|
|
10534
|
+
"ofType": null
|
|
10535
|
+
}
|
|
10724
10536
|
}
|
|
10725
10537
|
},
|
|
10538
|
+
"defaultValue": null,
|
|
10726
10539
|
"isDeprecated": false,
|
|
10727
10540
|
"deprecationReason": null
|
|
10728
10541
|
},
|
|
10729
10542
|
{
|
|
10730
|
-
"name": "
|
|
10543
|
+
"name": "promptId",
|
|
10731
10544
|
"description": null,
|
|
10732
|
-
"args": [],
|
|
10733
10545
|
"type": {
|
|
10734
10546
|
"kind": "NON_NULL",
|
|
10735
10547
|
"name": null,
|
|
@@ -10739,84 +10551,40 @@
|
|
|
10739
10551
|
"ofType": null
|
|
10740
10552
|
}
|
|
10741
10553
|
},
|
|
10554
|
+
"defaultValue": null,
|
|
10742
10555
|
"isDeprecated": false,
|
|
10743
10556
|
"deprecationReason": null
|
|
10744
10557
|
},
|
|
10745
10558
|
{
|
|
10746
|
-
"name": "
|
|
10747
|
-
"description": null,
|
|
10748
|
-
"args": [],
|
|
10749
|
-
"type": {
|
|
10750
|
-
"kind": "OBJECT",
|
|
10751
|
-
"name": "CASvcPromptTemplate",
|
|
10752
|
-
"ofType": null
|
|
10753
|
-
},
|
|
10754
|
-
"isDeprecated": false,
|
|
10755
|
-
"deprecationReason": null
|
|
10756
|
-
},
|
|
10757
|
-
{
|
|
10758
|
-
"name": "promptTemplateId",
|
|
10559
|
+
"name": "resourceGroupId",
|
|
10759
10560
|
"description": null,
|
|
10760
|
-
"args": [],
|
|
10761
10561
|
"type": {
|
|
10762
10562
|
"kind": "SCALAR",
|
|
10763
10563
|
"name": "ID",
|
|
10764
10564
|
"ofType": null
|
|
10765
10565
|
},
|
|
10766
|
-
"
|
|
10767
|
-
"deprecationReason": null
|
|
10768
|
-
},
|
|
10769
|
-
{
|
|
10770
|
-
"name": "text",
|
|
10771
|
-
"description": null,
|
|
10772
|
-
"args": [],
|
|
10773
|
-
"type": {
|
|
10774
|
-
"kind": "NON_NULL",
|
|
10775
|
-
"name": null,
|
|
10776
|
-
"ofType": {
|
|
10777
|
-
"kind": "SCALAR",
|
|
10778
|
-
"name": "String",
|
|
10779
|
-
"ofType": null
|
|
10780
|
-
}
|
|
10781
|
-
},
|
|
10782
|
-
"isDeprecated": false,
|
|
10783
|
-
"deprecationReason": null
|
|
10784
|
-
},
|
|
10785
|
-
{
|
|
10786
|
-
"name": "version",
|
|
10787
|
-
"description": null,
|
|
10788
|
-
"args": [],
|
|
10789
|
-
"type": {
|
|
10790
|
-
"kind": "NON_NULL",
|
|
10791
|
-
"name": null,
|
|
10792
|
-
"ofType": {
|
|
10793
|
-
"kind": "SCALAR",
|
|
10794
|
-
"name": "String",
|
|
10795
|
-
"ofType": null
|
|
10796
|
-
}
|
|
10797
|
-
},
|
|
10566
|
+
"defaultValue": null,
|
|
10798
10567
|
"isDeprecated": false,
|
|
10799
10568
|
"deprecationReason": null
|
|
10800
10569
|
}
|
|
10801
10570
|
],
|
|
10802
|
-
"
|
|
10803
|
-
"interfaces": [],
|
|
10571
|
+
"interfaces": null,
|
|
10804
10572
|
"enumValues": null,
|
|
10805
10573
|
"possibleTypes": null
|
|
10806
10574
|
},
|
|
10807
10575
|
{
|
|
10808
10576
|
"kind": "INPUT_OBJECT",
|
|
10809
|
-
"name": "
|
|
10577
|
+
"name": "CASvcAnalysisRunGroupMemberInput",
|
|
10810
10578
|
"description": null,
|
|
10811
10579
|
"isOneOf": false,
|
|
10812
10580
|
"fields": null,
|
|
10813
10581
|
"inputFields": [
|
|
10814
10582
|
{
|
|
10815
|
-
"name": "
|
|
10583
|
+
"name": "memberMetadata",
|
|
10816
10584
|
"description": null,
|
|
10817
10585
|
"type": {
|
|
10818
10586
|
"kind": "SCALAR",
|
|
10819
|
-
"name": "
|
|
10587
|
+
"name": "Map",
|
|
10820
10588
|
"ofType": null
|
|
10821
10589
|
},
|
|
10822
10590
|
"defaultValue": null,
|
|
@@ -10824,7 +10592,7 @@
|
|
|
10824
10592
|
"deprecationReason": null
|
|
10825
10593
|
},
|
|
10826
10594
|
{
|
|
10827
|
-
"name": "
|
|
10595
|
+
"name": "resource",
|
|
10828
10596
|
"description": null,
|
|
10829
10597
|
"type": {
|
|
10830
10598
|
"kind": "NON_NULL",
|
|
@@ -10840,14 +10608,14 @@
|
|
|
10840
10608
|
"deprecationReason": null
|
|
10841
10609
|
},
|
|
10842
10610
|
{
|
|
10843
|
-
"name": "
|
|
10611
|
+
"name": "resourceId",
|
|
10844
10612
|
"description": null,
|
|
10845
10613
|
"type": {
|
|
10846
10614
|
"kind": "NON_NULL",
|
|
10847
10615
|
"name": null,
|
|
10848
10616
|
"ofType": {
|
|
10849
10617
|
"kind": "SCALAR",
|
|
10850
|
-
"name": "
|
|
10618
|
+
"name": "ID",
|
|
10851
10619
|
"ofType": null
|
|
10852
10620
|
}
|
|
10853
10621
|
},
|
|
@@ -10861,141 +10629,49 @@
|
|
|
10861
10629
|
"possibleTypes": null
|
|
10862
10630
|
},
|
|
10863
10631
|
{
|
|
10864
|
-
"kind": "
|
|
10865
|
-
"name": "
|
|
10632
|
+
"kind": "INPUT_OBJECT",
|
|
10633
|
+
"name": "CASvcAnalysisRunInput",
|
|
10866
10634
|
"description": null,
|
|
10867
|
-
"isOneOf":
|
|
10868
|
-
"fields":
|
|
10869
|
-
|
|
10870
|
-
"name": "data",
|
|
10871
|
-
"description": null,
|
|
10872
|
-
"args": [],
|
|
10873
|
-
"type": {
|
|
10874
|
-
"kind": "NON_NULL",
|
|
10875
|
-
"name": null,
|
|
10876
|
-
"ofType": {
|
|
10877
|
-
"kind": "LIST",
|
|
10878
|
-
"name": null,
|
|
10879
|
-
"ofType": {
|
|
10880
|
-
"kind": "NON_NULL",
|
|
10881
|
-
"name": null,
|
|
10882
|
-
"ofType": {
|
|
10883
|
-
"kind": "OBJECT",
|
|
10884
|
-
"name": "CASvcFragment",
|
|
10885
|
-
"ofType": null
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
}
|
|
10889
|
-
},
|
|
10890
|
-
"isDeprecated": false,
|
|
10891
|
-
"deprecationReason": null
|
|
10892
|
-
},
|
|
10635
|
+
"isOneOf": false,
|
|
10636
|
+
"fields": null,
|
|
10637
|
+
"inputFields": [
|
|
10893
10638
|
{
|
|
10894
|
-
"name": "
|
|
10639
|
+
"name": "promptId",
|
|
10895
10640
|
"description": null,
|
|
10896
|
-
"args": [],
|
|
10897
10641
|
"type": {
|
|
10898
|
-
"kind": "
|
|
10899
|
-
"name":
|
|
10900
|
-
"ofType":
|
|
10901
|
-
"kind": "SCALAR",
|
|
10902
|
-
"name": "Boolean",
|
|
10903
|
-
"ofType": null
|
|
10904
|
-
}
|
|
10642
|
+
"kind": "SCALAR",
|
|
10643
|
+
"name": "ID",
|
|
10644
|
+
"ofType": null
|
|
10905
10645
|
},
|
|
10646
|
+
"defaultValue": null,
|
|
10906
10647
|
"isDeprecated": false,
|
|
10907
10648
|
"deprecationReason": null
|
|
10908
10649
|
},
|
|
10909
10650
|
{
|
|
10910
|
-
"name": "
|
|
10651
|
+
"name": "resourceGroupId",
|
|
10911
10652
|
"description": null,
|
|
10912
|
-
"args": [],
|
|
10913
10653
|
"type": {
|
|
10914
|
-
"kind": "
|
|
10915
|
-
"name":
|
|
10916
|
-
"ofType":
|
|
10917
|
-
"kind": "SCALAR",
|
|
10918
|
-
"name": "Int",
|
|
10919
|
-
"ofType": null
|
|
10920
|
-
}
|
|
10654
|
+
"kind": "SCALAR",
|
|
10655
|
+
"name": "ID",
|
|
10656
|
+
"ofType": null
|
|
10921
10657
|
},
|
|
10658
|
+
"defaultValue": null,
|
|
10922
10659
|
"isDeprecated": false,
|
|
10923
10660
|
"deprecationReason": null
|
|
10924
10661
|
}
|
|
10925
10662
|
],
|
|
10926
|
-
"
|
|
10927
|
-
"interfaces": [],
|
|
10663
|
+
"interfaces": null,
|
|
10928
10664
|
"enumValues": null,
|
|
10929
10665
|
"possibleTypes": null
|
|
10930
10666
|
},
|
|
10931
10667
|
{
|
|
10932
10668
|
"kind": "OBJECT",
|
|
10933
|
-
"name": "
|
|
10669
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10934
10670
|
"description": null,
|
|
10935
10671
|
"isOneOf": null,
|
|
10936
10672
|
"fields": [
|
|
10937
10673
|
{
|
|
10938
|
-
"name": "
|
|
10939
|
-
"description": null,
|
|
10940
|
-
"args": [],
|
|
10941
|
-
"type": {
|
|
10942
|
-
"kind": "NON_NULL",
|
|
10943
|
-
"name": null,
|
|
10944
|
-
"ofType": {
|
|
10945
|
-
"kind": "SCALAR",
|
|
10946
|
-
"name": "String",
|
|
10947
|
-
"ofType": null
|
|
10948
|
-
}
|
|
10949
|
-
},
|
|
10950
|
-
"isDeprecated": false,
|
|
10951
|
-
"deprecationReason": null
|
|
10952
|
-
},
|
|
10953
|
-
{
|
|
10954
|
-
"name": "fragmentId",
|
|
10955
|
-
"description": null,
|
|
10956
|
-
"args": [],
|
|
10957
|
-
"type": {
|
|
10958
|
-
"kind": "NON_NULL",
|
|
10959
|
-
"name": null,
|
|
10960
|
-
"ofType": {
|
|
10961
|
-
"kind": "SCALAR",
|
|
10962
|
-
"name": "ID",
|
|
10963
|
-
"ofType": null
|
|
10964
|
-
}
|
|
10965
|
-
},
|
|
10966
|
-
"isDeprecated": false,
|
|
10967
|
-
"deprecationReason": null
|
|
10968
|
-
},
|
|
10969
|
-
{
|
|
10970
|
-
"name": "fragments",
|
|
10971
|
-
"description": null,
|
|
10972
|
-
"args": [],
|
|
10973
|
-
"type": {
|
|
10974
|
-
"kind": "OBJECT",
|
|
10975
|
-
"name": "CASvcFragment",
|
|
10976
|
-
"ofType": null
|
|
10977
|
-
},
|
|
10978
|
-
"isDeprecated": false,
|
|
10979
|
-
"deprecationReason": null
|
|
10980
|
-
},
|
|
10981
|
-
{
|
|
10982
|
-
"name": "id",
|
|
10983
|
-
"description": null,
|
|
10984
|
-
"args": [],
|
|
10985
|
-
"type": {
|
|
10986
|
-
"kind": "NON_NULL",
|
|
10987
|
-
"name": null,
|
|
10988
|
-
"ofType": {
|
|
10989
|
-
"kind": "SCALAR",
|
|
10990
|
-
"name": "ID",
|
|
10991
|
-
"ofType": null
|
|
10992
|
-
}
|
|
10993
|
-
},
|
|
10994
|
-
"isDeprecated": false,
|
|
10995
|
-
"deprecationReason": null
|
|
10996
|
-
},
|
|
10997
|
-
{
|
|
10998
|
-
"name": "promptName",
|
|
10674
|
+
"name": "message",
|
|
10999
10675
|
"description": null,
|
|
11000
10676
|
"args": [],
|
|
11001
10677
|
"type": {
|
|
@@ -11011,19 +10687,19 @@
|
|
|
11011
10687
|
"deprecationReason": null
|
|
11012
10688
|
},
|
|
11013
10689
|
{
|
|
11014
|
-
"name": "
|
|
10690
|
+
"name": "promptGroupMember",
|
|
11015
10691
|
"description": null,
|
|
11016
10692
|
"args": [],
|
|
11017
10693
|
"type": {
|
|
11018
10694
|
"kind": "OBJECT",
|
|
11019
|
-
"name": "
|
|
10695
|
+
"name": "CASvcResourceGroupMember",
|
|
11020
10696
|
"ofType": null
|
|
11021
10697
|
},
|
|
11022
10698
|
"isDeprecated": false,
|
|
11023
10699
|
"deprecationReason": null
|
|
11024
10700
|
},
|
|
11025
10701
|
{
|
|
11026
|
-
"name": "
|
|
10702
|
+
"name": "promptGroupMemberId",
|
|
11027
10703
|
"description": null,
|
|
11028
10704
|
"args": [],
|
|
11029
10705
|
"type": {
|
|
@@ -11045,68 +10721,72 @@
|
|
|
11045
10721
|
"possibleTypes": null
|
|
11046
10722
|
},
|
|
11047
10723
|
{
|
|
11048
|
-
"kind": "
|
|
11049
|
-
"name": "
|
|
10724
|
+
"kind": "OBJECT",
|
|
10725
|
+
"name": "CASvcAnalysisRunMessagesCollection",
|
|
11050
10726
|
"description": null,
|
|
11051
|
-
"isOneOf":
|
|
11052
|
-
"fields":
|
|
11053
|
-
"inputFields": [
|
|
10727
|
+
"isOneOf": null,
|
|
10728
|
+
"fields": [
|
|
11054
10729
|
{
|
|
11055
|
-
"name": "
|
|
10730
|
+
"name": "hasNextPage",
|
|
11056
10731
|
"description": null,
|
|
10732
|
+
"args": [],
|
|
11057
10733
|
"type": {
|
|
11058
10734
|
"kind": "NON_NULL",
|
|
11059
10735
|
"name": null,
|
|
11060
10736
|
"ofType": {
|
|
11061
10737
|
"kind": "SCALAR",
|
|
11062
|
-
"name": "
|
|
10738
|
+
"name": "Boolean",
|
|
11063
10739
|
"ofType": null
|
|
11064
10740
|
}
|
|
11065
10741
|
},
|
|
11066
|
-
"defaultValue": null,
|
|
11067
10742
|
"isDeprecated": false,
|
|
11068
10743
|
"deprecationReason": null
|
|
11069
10744
|
},
|
|
11070
10745
|
{
|
|
11071
|
-
"name": "
|
|
10746
|
+
"name": "messages",
|
|
11072
10747
|
"description": null,
|
|
10748
|
+
"args": [],
|
|
11073
10749
|
"type": {
|
|
11074
|
-
"kind": "
|
|
10750
|
+
"kind": "LIST",
|
|
11075
10751
|
"name": null,
|
|
11076
10752
|
"ofType": {
|
|
11077
|
-
"kind": "
|
|
11078
|
-
"name":
|
|
11079
|
-
"ofType":
|
|
10753
|
+
"kind": "NON_NULL",
|
|
10754
|
+
"name": null,
|
|
10755
|
+
"ofType": {
|
|
10756
|
+
"kind": "OBJECT",
|
|
10757
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10758
|
+
"ofType": null
|
|
10759
|
+
}
|
|
11080
10760
|
}
|
|
11081
10761
|
},
|
|
11082
|
-
"defaultValue": null,
|
|
11083
10762
|
"isDeprecated": false,
|
|
11084
10763
|
"deprecationReason": null
|
|
11085
10764
|
},
|
|
11086
10765
|
{
|
|
11087
|
-
"name": "
|
|
10766
|
+
"name": "totalCount",
|
|
11088
10767
|
"description": null,
|
|
10768
|
+
"args": [],
|
|
11089
10769
|
"type": {
|
|
11090
10770
|
"kind": "NON_NULL",
|
|
11091
10771
|
"name": null,
|
|
11092
10772
|
"ofType": {
|
|
11093
10773
|
"kind": "SCALAR",
|
|
11094
|
-
"name": "
|
|
10774
|
+
"name": "Int",
|
|
11095
10775
|
"ofType": null
|
|
11096
10776
|
}
|
|
11097
10777
|
},
|
|
11098
|
-
"defaultValue": null,
|
|
11099
10778
|
"isDeprecated": false,
|
|
11100
10779
|
"deprecationReason": null
|
|
11101
10780
|
}
|
|
11102
10781
|
],
|
|
11103
|
-
"
|
|
10782
|
+
"inputFields": null,
|
|
10783
|
+
"interfaces": [],
|
|
11104
10784
|
"enumValues": null,
|
|
11105
10785
|
"possibleTypes": null
|
|
11106
10786
|
},
|
|
11107
10787
|
{
|
|
11108
10788
|
"kind": "OBJECT",
|
|
11109
|
-
"name": "
|
|
10789
|
+
"name": "CASvcFragment",
|
|
11110
10790
|
"description": null,
|
|
11111
10791
|
"isOneOf": null,
|
|
11112
10792
|
"fields": [
|
|
@@ -11114,24 +10794,12 @@
|
|
|
11114
10794
|
"name": "createdAt",
|
|
11115
10795
|
"description": null,
|
|
11116
10796
|
"args": [],
|
|
11117
|
-
"type": {
|
|
11118
|
-
"kind": "SCALAR",
|
|
11119
|
-
"name": "String",
|
|
11120
|
-
"ofType": null
|
|
11121
|
-
},
|
|
11122
|
-
"isDeprecated": false,
|
|
11123
|
-
"deprecationReason": null
|
|
11124
|
-
},
|
|
11125
|
-
{
|
|
11126
|
-
"name": "id",
|
|
11127
|
-
"description": null,
|
|
11128
|
-
"args": [],
|
|
11129
10797
|
"type": {
|
|
11130
10798
|
"kind": "NON_NULL",
|
|
11131
10799
|
"name": null,
|
|
11132
10800
|
"ofType": {
|
|
11133
10801
|
"kind": "SCALAR",
|
|
11134
|
-
"name": "
|
|
10802
|
+
"name": "String",
|
|
11135
10803
|
"ofType": null
|
|
11136
10804
|
}
|
|
11137
10805
|
},
|
|
@@ -11139,7 +10807,7 @@
|
|
|
11139
10807
|
"deprecationReason": null
|
|
11140
10808
|
},
|
|
11141
10809
|
{
|
|
11142
|
-
"name": "
|
|
10810
|
+
"name": "id",
|
|
11143
10811
|
"description": null,
|
|
11144
10812
|
"args": [],
|
|
11145
10813
|
"type": {
|
|
@@ -11147,7 +10815,7 @@
|
|
|
11147
10815
|
"name": null,
|
|
11148
10816
|
"ofType": {
|
|
11149
10817
|
"kind": "SCALAR",
|
|
11150
|
-
"name": "
|
|
10818
|
+
"name": "ID",
|
|
11151
10819
|
"ofType": null
|
|
11152
10820
|
}
|
|
11153
10821
|
},
|
|
@@ -11155,7 +10823,7 @@
|
|
|
11155
10823
|
"deprecationReason": null
|
|
11156
10824
|
},
|
|
11157
10825
|
{
|
|
11158
|
-
"name": "
|
|
10826
|
+
"name": "text",
|
|
11159
10827
|
"description": null,
|
|
11160
10828
|
"args": [],
|
|
11161
10829
|
"type": {
|
|
@@ -11169,18 +10837,6 @@
|
|
|
11169
10837
|
},
|
|
11170
10838
|
"isDeprecated": false,
|
|
11171
10839
|
"deprecationReason": null
|
|
11172
|
-
},
|
|
11173
|
-
{
|
|
11174
|
-
"name": "version",
|
|
11175
|
-
"description": null,
|
|
11176
|
-
"args": [],
|
|
11177
|
-
"type": {
|
|
11178
|
-
"kind": "SCALAR",
|
|
11179
|
-
"name": "String",
|
|
11180
|
-
"ofType": null
|
|
11181
|
-
},
|
|
11182
|
-
"isDeprecated": false,
|
|
11183
|
-
"deprecationReason": null
|
|
11184
10840
|
}
|
|
11185
10841
|
],
|
|
11186
10842
|
"inputFields": null,
|
|
@@ -11190,13 +10846,13 @@
|
|
|
11190
10846
|
},
|
|
11191
10847
|
{
|
|
11192
10848
|
"kind": "INPUT_OBJECT",
|
|
11193
|
-
"name": "
|
|
10849
|
+
"name": "CASvcFragmentInput",
|
|
11194
10850
|
"description": null,
|
|
11195
10851
|
"isOneOf": false,
|
|
11196
10852
|
"fields": null,
|
|
11197
10853
|
"inputFields": [
|
|
11198
10854
|
{
|
|
11199
|
-
"name": "
|
|
10855
|
+
"name": "text",
|
|
11200
10856
|
"description": null,
|
|
11201
10857
|
"type": {
|
|
11202
10858
|
"kind": "NON_NULL",
|
|
@@ -11210,10 +10866,22 @@
|
|
|
11210
10866
|
"defaultValue": null,
|
|
11211
10867
|
"isDeprecated": false,
|
|
11212
10868
|
"deprecationReason": null
|
|
11213
|
-
}
|
|
10869
|
+
}
|
|
10870
|
+
],
|
|
10871
|
+
"interfaces": null,
|
|
10872
|
+
"enumValues": null,
|
|
10873
|
+
"possibleTypes": null
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"kind": "OBJECT",
|
|
10877
|
+
"name": "CASvcPrompt",
|
|
10878
|
+
"description": null,
|
|
10879
|
+
"isOneOf": null,
|
|
10880
|
+
"fields": [
|
|
11214
10881
|
{
|
|
11215
|
-
"name": "
|
|
10882
|
+
"name": "createdAt",
|
|
11216
10883
|
"description": null,
|
|
10884
|
+
"args": [],
|
|
11217
10885
|
"type": {
|
|
11218
10886
|
"kind": "NON_NULL",
|
|
11219
10887
|
"name": null,
|
|
@@ -11223,35 +10891,11 @@
|
|
|
11223
10891
|
"ofType": null
|
|
11224
10892
|
}
|
|
11225
10893
|
},
|
|
11226
|
-
"defaultValue": null,
|
|
11227
10894
|
"isDeprecated": false,
|
|
11228
10895
|
"deprecationReason": null
|
|
11229
10896
|
},
|
|
11230
10897
|
{
|
|
11231
|
-
"name": "
|
|
11232
|
-
"description": null,
|
|
11233
|
-
"type": {
|
|
11234
|
-
"kind": "SCALAR",
|
|
11235
|
-
"name": "String",
|
|
11236
|
-
"ofType": null
|
|
11237
|
-
},
|
|
11238
|
-
"defaultValue": null,
|
|
11239
|
-
"isDeprecated": false,
|
|
11240
|
-
"deprecationReason": null
|
|
11241
|
-
}
|
|
11242
|
-
],
|
|
11243
|
-
"interfaces": null,
|
|
11244
|
-
"enumValues": null,
|
|
11245
|
-
"possibleTypes": null
|
|
11246
|
-
},
|
|
11247
|
-
{
|
|
11248
|
-
"kind": "OBJECT",
|
|
11249
|
-
"name": "CASvcPromptTemplatesCollection",
|
|
11250
|
-
"description": null,
|
|
11251
|
-
"isOneOf": null,
|
|
11252
|
-
"fields": [
|
|
11253
|
-
{
|
|
11254
|
-
"name": "data",
|
|
10898
|
+
"name": "fragments",
|
|
11255
10899
|
"description": null,
|
|
11256
10900
|
"args": [],
|
|
11257
10901
|
"type": {
|
|
@@ -11265,7 +10909,7 @@
|
|
|
11265
10909
|
"name": null,
|
|
11266
10910
|
"ofType": {
|
|
11267
10911
|
"kind": "OBJECT",
|
|
11268
|
-
"name": "
|
|
10912
|
+
"name": "CASvcFragment",
|
|
11269
10913
|
"ofType": null
|
|
11270
10914
|
}
|
|
11271
10915
|
}
|
|
@@ -11275,7 +10919,7 @@
|
|
|
11275
10919
|
"deprecationReason": null
|
|
11276
10920
|
},
|
|
11277
10921
|
{
|
|
11278
|
-
"name": "
|
|
10922
|
+
"name": "id",
|
|
11279
10923
|
"description": null,
|
|
11280
10924
|
"args": [],
|
|
11281
10925
|
"type": {
|
|
@@ -11283,7 +10927,7 @@
|
|
|
11283
10927
|
"name": null,
|
|
11284
10928
|
"ofType": {
|
|
11285
10929
|
"kind": "SCALAR",
|
|
11286
|
-
"name": "
|
|
10930
|
+
"name": "ID",
|
|
11287
10931
|
"ofType": null
|
|
11288
10932
|
}
|
|
11289
10933
|
},
|
|
@@ -11291,7 +10935,7 @@
|
|
|
11291
10935
|
"deprecationReason": null
|
|
11292
10936
|
},
|
|
11293
10937
|
{
|
|
11294
|
-
"name": "
|
|
10938
|
+
"name": "prompt_name",
|
|
11295
10939
|
"description": null,
|
|
11296
10940
|
"args": [],
|
|
11297
10941
|
"type": {
|
|
@@ -11299,7 +10943,39 @@
|
|
|
11299
10943
|
"name": null,
|
|
11300
10944
|
"ofType": {
|
|
11301
10945
|
"kind": "SCALAR",
|
|
11302
|
-
"name": "
|
|
10946
|
+
"name": "String",
|
|
10947
|
+
"ofType": null
|
|
10948
|
+
}
|
|
10949
|
+
},
|
|
10950
|
+
"isDeprecated": false,
|
|
10951
|
+
"deprecationReason": null
|
|
10952
|
+
},
|
|
10953
|
+
{
|
|
10954
|
+
"name": "prompt_template",
|
|
10955
|
+
"description": null,
|
|
10956
|
+
"args": [],
|
|
10957
|
+
"type": {
|
|
10958
|
+
"kind": "NON_NULL",
|
|
10959
|
+
"name": null,
|
|
10960
|
+
"ofType": {
|
|
10961
|
+
"kind": "OBJECT",
|
|
10962
|
+
"name": "CASvcPromptTemplate",
|
|
10963
|
+
"ofType": null
|
|
10964
|
+
}
|
|
10965
|
+
},
|
|
10966
|
+
"isDeprecated": false,
|
|
10967
|
+
"deprecationReason": null
|
|
10968
|
+
},
|
|
10969
|
+
{
|
|
10970
|
+
"name": "prompt_template_id",
|
|
10971
|
+
"description": null,
|
|
10972
|
+
"args": [],
|
|
10973
|
+
"type": {
|
|
10974
|
+
"kind": "NON_NULL",
|
|
10975
|
+
"name": null,
|
|
10976
|
+
"ofType": {
|
|
10977
|
+
"kind": "SCALAR",
|
|
10978
|
+
"name": "ID",
|
|
11303
10979
|
"ofType": null
|
|
11304
10980
|
}
|
|
11305
10981
|
},
|
|
@@ -11314,28 +10990,24 @@
|
|
|
11314
10990
|
},
|
|
11315
10991
|
{
|
|
11316
10992
|
"kind": "INPUT_OBJECT",
|
|
11317
|
-
"name": "
|
|
10993
|
+
"name": "CASvcPromptInput",
|
|
11318
10994
|
"description": null,
|
|
11319
10995
|
"isOneOf": false,
|
|
11320
10996
|
"fields": null,
|
|
11321
10997
|
"inputFields": [
|
|
11322
10998
|
{
|
|
11323
|
-
"name": "
|
|
10999
|
+
"name": "fragment_ids",
|
|
11324
11000
|
"description": null,
|
|
11325
11001
|
"type": {
|
|
11326
|
-
"kind": "
|
|
11002
|
+
"kind": "LIST",
|
|
11327
11003
|
"name": null,
|
|
11328
11004
|
"ofType": {
|
|
11329
|
-
"kind": "
|
|
11005
|
+
"kind": "NON_NULL",
|
|
11330
11006
|
"name": null,
|
|
11331
11007
|
"ofType": {
|
|
11332
|
-
"kind": "
|
|
11333
|
-
"name":
|
|
11334
|
-
"ofType":
|
|
11335
|
-
"kind": "INPUT_OBJECT",
|
|
11336
|
-
"name": "CASvcFragmentInput",
|
|
11337
|
-
"ofType": null
|
|
11338
|
-
}
|
|
11008
|
+
"kind": "SCALAR",
|
|
11009
|
+
"name": "ID",
|
|
11010
|
+
"ofType": null
|
|
11339
11011
|
}
|
|
11340
11012
|
}
|
|
11341
11013
|
},
|
|
@@ -11344,15 +11016,19 @@
|
|
|
11344
11016
|
"deprecationReason": null
|
|
11345
11017
|
},
|
|
11346
11018
|
{
|
|
11347
|
-
"name": "
|
|
11019
|
+
"name": "fragments",
|
|
11348
11020
|
"description": null,
|
|
11349
11021
|
"type": {
|
|
11350
|
-
"kind": "
|
|
11022
|
+
"kind": "LIST",
|
|
11351
11023
|
"name": null,
|
|
11352
11024
|
"ofType": {
|
|
11353
|
-
"kind": "
|
|
11354
|
-
"name":
|
|
11355
|
-
"ofType":
|
|
11025
|
+
"kind": "NON_NULL",
|
|
11026
|
+
"name": null,
|
|
11027
|
+
"ofType": {
|
|
11028
|
+
"kind": "INPUT_OBJECT",
|
|
11029
|
+
"name": "CASvcFragmentInput",
|
|
11030
|
+
"ofType": null
|
|
11031
|
+
}
|
|
11356
11032
|
}
|
|
11357
11033
|
},
|
|
11358
11034
|
"defaultValue": null,
|
|
@@ -11360,7 +11036,7 @@
|
|
|
11360
11036
|
"deprecationReason": null
|
|
11361
11037
|
},
|
|
11362
11038
|
{
|
|
11363
|
-
"name": "
|
|
11039
|
+
"name": "prompt_name",
|
|
11364
11040
|
"description": null,
|
|
11365
11041
|
"type": {
|
|
11366
11042
|
"kind": "NON_NULL",
|
|
@@ -11374,6 +11050,30 @@
|
|
|
11374
11050
|
"defaultValue": null,
|
|
11375
11051
|
"isDeprecated": false,
|
|
11376
11052
|
"deprecationReason": null
|
|
11053
|
+
},
|
|
11054
|
+
{
|
|
11055
|
+
"name": "prompt_template",
|
|
11056
|
+
"description": null,
|
|
11057
|
+
"type": {
|
|
11058
|
+
"kind": "INPUT_OBJECT",
|
|
11059
|
+
"name": "CASvcPromptTemplateInput",
|
|
11060
|
+
"ofType": null
|
|
11061
|
+
},
|
|
11062
|
+
"defaultValue": null,
|
|
11063
|
+
"isDeprecated": false,
|
|
11064
|
+
"deprecationReason": null
|
|
11065
|
+
},
|
|
11066
|
+
{
|
|
11067
|
+
"name": "prompt_template_id",
|
|
11068
|
+
"description": null,
|
|
11069
|
+
"type": {
|
|
11070
|
+
"kind": "SCALAR",
|
|
11071
|
+
"name": "ID",
|
|
11072
|
+
"ofType": null
|
|
11073
|
+
},
|
|
11074
|
+
"defaultValue": null,
|
|
11075
|
+
"isDeprecated": false,
|
|
11076
|
+
"deprecationReason": null
|
|
11377
11077
|
}
|
|
11378
11078
|
],
|
|
11379
11079
|
"interfaces": null,
|
|
@@ -11382,36 +11082,40 @@
|
|
|
11382
11082
|
},
|
|
11383
11083
|
{
|
|
11384
11084
|
"kind": "OBJECT",
|
|
11385
|
-
"name": "
|
|
11085
|
+
"name": "CASvcPromptTemplate",
|
|
11386
11086
|
"description": null,
|
|
11387
11087
|
"isOneOf": null,
|
|
11388
11088
|
"fields": [
|
|
11389
11089
|
{
|
|
11390
|
-
"name": "
|
|
11090
|
+
"name": "createdAt",
|
|
11091
|
+
"description": null,
|
|
11092
|
+
"args": [],
|
|
11093
|
+
"type": {
|
|
11094
|
+
"kind": "SCALAR",
|
|
11095
|
+
"name": "String",
|
|
11096
|
+
"ofType": null
|
|
11097
|
+
},
|
|
11098
|
+
"isDeprecated": false,
|
|
11099
|
+
"deprecationReason": null
|
|
11100
|
+
},
|
|
11101
|
+
{
|
|
11102
|
+
"name": "id",
|
|
11391
11103
|
"description": null,
|
|
11392
11104
|
"args": [],
|
|
11393
11105
|
"type": {
|
|
11394
11106
|
"kind": "NON_NULL",
|
|
11395
11107
|
"name": null,
|
|
11396
11108
|
"ofType": {
|
|
11397
|
-
"kind": "
|
|
11398
|
-
"name":
|
|
11399
|
-
"ofType":
|
|
11400
|
-
"kind": "NON_NULL",
|
|
11401
|
-
"name": null,
|
|
11402
|
-
"ofType": {
|
|
11403
|
-
"kind": "OBJECT",
|
|
11404
|
-
"name": "CASvcPrompt",
|
|
11405
|
-
"ofType": null
|
|
11406
|
-
}
|
|
11407
|
-
}
|
|
11109
|
+
"kind": "SCALAR",
|
|
11110
|
+
"name": "ID",
|
|
11111
|
+
"ofType": null
|
|
11408
11112
|
}
|
|
11409
11113
|
},
|
|
11410
11114
|
"isDeprecated": false,
|
|
11411
11115
|
"deprecationReason": null
|
|
11412
11116
|
},
|
|
11413
11117
|
{
|
|
11414
|
-
"name": "
|
|
11118
|
+
"name": "name",
|
|
11415
11119
|
"description": null,
|
|
11416
11120
|
"args": [],
|
|
11417
11121
|
"type": {
|
|
@@ -11419,7 +11123,7 @@
|
|
|
11419
11123
|
"name": null,
|
|
11420
11124
|
"ofType": {
|
|
11421
11125
|
"kind": "SCALAR",
|
|
11422
|
-
"name": "
|
|
11126
|
+
"name": "String",
|
|
11423
11127
|
"ofType": null
|
|
11424
11128
|
}
|
|
11425
11129
|
},
|
|
@@ -11427,7 +11131,7 @@
|
|
|
11427
11131
|
"deprecationReason": null
|
|
11428
11132
|
},
|
|
11429
11133
|
{
|
|
11430
|
-
"name": "
|
|
11134
|
+
"name": "template",
|
|
11431
11135
|
"description": null,
|
|
11432
11136
|
"args": [],
|
|
11433
11137
|
"type": {
|
|
@@ -11435,7 +11139,7 @@
|
|
|
11435
11139
|
"name": null,
|
|
11436
11140
|
"ofType": {
|
|
11437
11141
|
"kind": "SCALAR",
|
|
11438
|
-
"name": "
|
|
11142
|
+
"name": "String",
|
|
11439
11143
|
"ofType": null
|
|
11440
11144
|
}
|
|
11441
11145
|
},
|
|
@@ -11448,6 +11152,50 @@
|
|
|
11448
11152
|
"enumValues": null,
|
|
11449
11153
|
"possibleTypes": null
|
|
11450
11154
|
},
|
|
11155
|
+
{
|
|
11156
|
+
"kind": "INPUT_OBJECT",
|
|
11157
|
+
"name": "CASvcPromptTemplateInput",
|
|
11158
|
+
"description": null,
|
|
11159
|
+
"isOneOf": false,
|
|
11160
|
+
"fields": null,
|
|
11161
|
+
"inputFields": [
|
|
11162
|
+
{
|
|
11163
|
+
"name": "name",
|
|
11164
|
+
"description": null,
|
|
11165
|
+
"type": {
|
|
11166
|
+
"kind": "NON_NULL",
|
|
11167
|
+
"name": null,
|
|
11168
|
+
"ofType": {
|
|
11169
|
+
"kind": "SCALAR",
|
|
11170
|
+
"name": "String",
|
|
11171
|
+
"ofType": null
|
|
11172
|
+
}
|
|
11173
|
+
},
|
|
11174
|
+
"defaultValue": null,
|
|
11175
|
+
"isDeprecated": false,
|
|
11176
|
+
"deprecationReason": null
|
|
11177
|
+
},
|
|
11178
|
+
{
|
|
11179
|
+
"name": "template",
|
|
11180
|
+
"description": null,
|
|
11181
|
+
"type": {
|
|
11182
|
+
"kind": "NON_NULL",
|
|
11183
|
+
"name": null,
|
|
11184
|
+
"ofType": {
|
|
11185
|
+
"kind": "SCALAR",
|
|
11186
|
+
"name": "String",
|
|
11187
|
+
"ofType": null
|
|
11188
|
+
}
|
|
11189
|
+
},
|
|
11190
|
+
"defaultValue": null,
|
|
11191
|
+
"isDeprecated": false,
|
|
11192
|
+
"deprecationReason": null
|
|
11193
|
+
}
|
|
11194
|
+
],
|
|
11195
|
+
"interfaces": null,
|
|
11196
|
+
"enumValues": null,
|
|
11197
|
+
"possibleTypes": null
|
|
11198
|
+
},
|
|
11451
11199
|
{
|
|
11452
11200
|
"kind": "OBJECT",
|
|
11453
11201
|
"name": "CASvcResourceGroup",
|
|
@@ -11727,9 +11475,13 @@
|
|
|
11727
11475
|
"name": "resourceGroupId",
|
|
11728
11476
|
"description": null,
|
|
11729
11477
|
"type": {
|
|
11730
|
-
"kind": "
|
|
11731
|
-
"name":
|
|
11732
|
-
"ofType":
|
|
11478
|
+
"kind": "NON_NULL",
|
|
11479
|
+
"name": null,
|
|
11480
|
+
"ofType": {
|
|
11481
|
+
"kind": "SCALAR",
|
|
11482
|
+
"name": "ID",
|
|
11483
|
+
"ofType": null
|
|
11484
|
+
}
|
|
11733
11485
|
},
|
|
11734
11486
|
"defaultValue": null,
|
|
11735
11487
|
"isDeprecated": false,
|
|
@@ -11756,34 +11508,6 @@
|
|
|
11756
11508
|
"enumValues": null,
|
|
11757
11509
|
"possibleTypes": null
|
|
11758
11510
|
},
|
|
11759
|
-
{
|
|
11760
|
-
"kind": "OBJECT",
|
|
11761
|
-
"name": "CASvcResourceGroupMemberMessage",
|
|
11762
|
-
"description": null,
|
|
11763
|
-
"isOneOf": null,
|
|
11764
|
-
"fields": [
|
|
11765
|
-
{
|
|
11766
|
-
"name": "message",
|
|
11767
|
-
"description": null,
|
|
11768
|
-
"args": [],
|
|
11769
|
-
"type": {
|
|
11770
|
-
"kind": "NON_NULL",
|
|
11771
|
-
"name": null,
|
|
11772
|
-
"ofType": {
|
|
11773
|
-
"kind": "SCALAR",
|
|
11774
|
-
"name": "String",
|
|
11775
|
-
"ofType": null
|
|
11776
|
-
}
|
|
11777
|
-
},
|
|
11778
|
-
"isDeprecated": false,
|
|
11779
|
-
"deprecationReason": null
|
|
11780
|
-
}
|
|
11781
|
-
],
|
|
11782
|
-
"inputFields": null,
|
|
11783
|
-
"interfaces": [],
|
|
11784
|
-
"enumValues": null,
|
|
11785
|
-
"possibleTypes": null
|
|
11786
|
-
},
|
|
11787
11511
|
{
|
|
11788
11512
|
"kind": "OBJECT",
|
|
11789
11513
|
"name": "CASvcResourceGroupMembersCollection",
|
|
@@ -11795,87 +11519,15 @@
|
|
|
11795
11519
|
"description": null,
|
|
11796
11520
|
"args": [],
|
|
11797
11521
|
"type": {
|
|
11798
|
-
"kind": "
|
|
11799
|
-
"name": null,
|
|
11800
|
-
"ofType": {
|
|
11801
|
-
"kind": "LIST",
|
|
11802
|
-
"name": null,
|
|
11803
|
-
"ofType": {
|
|
11804
|
-
"kind": "NON_NULL",
|
|
11805
|
-
"name": null,
|
|
11806
|
-
"ofType": {
|
|
11807
|
-
"kind": "OBJECT",
|
|
11808
|
-
"name": "CASvcResourceGroupMember",
|
|
11809
|
-
"ofType": null
|
|
11810
|
-
}
|
|
11811
|
-
}
|
|
11812
|
-
}
|
|
11813
|
-
},
|
|
11814
|
-
"isDeprecated": false,
|
|
11815
|
-
"deprecationReason": null
|
|
11816
|
-
},
|
|
11817
|
-
{
|
|
11818
|
-
"name": "hasNextPage",
|
|
11819
|
-
"description": null,
|
|
11820
|
-
"args": [],
|
|
11821
|
-
"type": {
|
|
11822
|
-
"kind": "NON_NULL",
|
|
11823
|
-
"name": null,
|
|
11824
|
-
"ofType": {
|
|
11825
|
-
"kind": "SCALAR",
|
|
11826
|
-
"name": "Boolean",
|
|
11827
|
-
"ofType": null
|
|
11828
|
-
}
|
|
11829
|
-
},
|
|
11830
|
-
"isDeprecated": false,
|
|
11831
|
-
"deprecationReason": null
|
|
11832
|
-
},
|
|
11833
|
-
{
|
|
11834
|
-
"name": "totalCount",
|
|
11835
|
-
"description": null,
|
|
11836
|
-
"args": [],
|
|
11837
|
-
"type": {
|
|
11838
|
-
"kind": "NON_NULL",
|
|
11839
|
-
"name": null,
|
|
11840
|
-
"ofType": {
|
|
11841
|
-
"kind": "SCALAR",
|
|
11842
|
-
"name": "Int",
|
|
11843
|
-
"ofType": null
|
|
11844
|
-
}
|
|
11845
|
-
},
|
|
11846
|
-
"isDeprecated": false,
|
|
11847
|
-
"deprecationReason": null
|
|
11848
|
-
}
|
|
11849
|
-
],
|
|
11850
|
-
"inputFields": null,
|
|
11851
|
-
"interfaces": [],
|
|
11852
|
-
"enumValues": null,
|
|
11853
|
-
"possibleTypes": null
|
|
11854
|
-
},
|
|
11855
|
-
{
|
|
11856
|
-
"kind": "OBJECT",
|
|
11857
|
-
"name": "CASvcResourceGroupsCollection",
|
|
11858
|
-
"description": null,
|
|
11859
|
-
"isOneOf": null,
|
|
11860
|
-
"fields": [
|
|
11861
|
-
{
|
|
11862
|
-
"name": "data",
|
|
11863
|
-
"description": null,
|
|
11864
|
-
"args": [],
|
|
11865
|
-
"type": {
|
|
11866
|
-
"kind": "NON_NULL",
|
|
11522
|
+
"kind": "LIST",
|
|
11867
11523
|
"name": null,
|
|
11868
11524
|
"ofType": {
|
|
11869
|
-
"kind": "
|
|
11525
|
+
"kind": "NON_NULL",
|
|
11870
11526
|
"name": null,
|
|
11871
11527
|
"ofType": {
|
|
11872
|
-
"kind": "
|
|
11873
|
-
"name":
|
|
11874
|
-
"ofType":
|
|
11875
|
-
"kind": "OBJECT",
|
|
11876
|
-
"name": "CASvcResourceGroup",
|
|
11877
|
-
"ofType": null
|
|
11878
|
-
}
|
|
11528
|
+
"kind": "OBJECT",
|
|
11529
|
+
"name": "CASvcResourceGroupMember",
|
|
11530
|
+
"ofType": null
|
|
11879
11531
|
}
|
|
11880
11532
|
}
|
|
11881
11533
|
},
|
|
@@ -12022,6 +11674,22 @@
|
|
|
12022
11674
|
"isDeprecated": false,
|
|
12023
11675
|
"deprecationReason": null
|
|
12024
11676
|
},
|
|
11677
|
+
{
|
|
11678
|
+
"name": "data",
|
|
11679
|
+
"description": null,
|
|
11680
|
+
"args": [],
|
|
11681
|
+
"type": {
|
|
11682
|
+
"kind": "NON_NULL",
|
|
11683
|
+
"name": null,
|
|
11684
|
+
"ofType": {
|
|
11685
|
+
"kind": "SCALAR",
|
|
11686
|
+
"name": "String",
|
|
11687
|
+
"ofType": null
|
|
11688
|
+
}
|
|
11689
|
+
},
|
|
11690
|
+
"isDeprecated": false,
|
|
11691
|
+
"deprecationReason": null
|
|
11692
|
+
},
|
|
12025
11693
|
{
|
|
12026
11694
|
"name": "fragment",
|
|
12027
11695
|
"description": null,
|
|
@@ -12062,22 +11730,6 @@
|
|
|
12062
11730
|
"isDeprecated": false,
|
|
12063
11731
|
"deprecationReason": null
|
|
12064
11732
|
},
|
|
12065
|
-
{
|
|
12066
|
-
"name": "output",
|
|
12067
|
-
"description": null,
|
|
12068
|
-
"args": [],
|
|
12069
|
-
"type": {
|
|
12070
|
-
"kind": "NON_NULL",
|
|
12071
|
-
"name": null,
|
|
12072
|
-
"ofType": {
|
|
12073
|
-
"kind": "SCALAR",
|
|
12074
|
-
"name": "Map",
|
|
12075
|
-
"ofType": null
|
|
12076
|
-
}
|
|
12077
|
-
},
|
|
12078
|
-
"isDeprecated": false,
|
|
12079
|
-
"deprecationReason": null
|
|
12080
|
-
},
|
|
12081
11733
|
{
|
|
12082
11734
|
"name": "resourceGroupMember",
|
|
12083
11735
|
"description": null,
|
|
@@ -12119,35 +11771,43 @@
|
|
|
12119
11771
|
"name": "analysisRunId",
|
|
12120
11772
|
"description": null,
|
|
12121
11773
|
"type": {
|
|
12122
|
-
"kind": "
|
|
12123
|
-
"name":
|
|
12124
|
-
"ofType":
|
|
11774
|
+
"kind": "NON_NULL",
|
|
11775
|
+
"name": null,
|
|
11776
|
+
"ofType": {
|
|
11777
|
+
"kind": "SCALAR",
|
|
11778
|
+
"name": "ID",
|
|
11779
|
+
"ofType": null
|
|
11780
|
+
}
|
|
12125
11781
|
},
|
|
12126
11782
|
"defaultValue": null,
|
|
12127
11783
|
"isDeprecated": false,
|
|
12128
11784
|
"deprecationReason": null
|
|
12129
11785
|
},
|
|
12130
11786
|
{
|
|
12131
|
-
"name": "
|
|
11787
|
+
"name": "data",
|
|
12132
11788
|
"description": null,
|
|
12133
11789
|
"type": {
|
|
12134
|
-
"kind": "
|
|
12135
|
-
"name":
|
|
12136
|
-
"ofType":
|
|
11790
|
+
"kind": "NON_NULL",
|
|
11791
|
+
"name": null,
|
|
11792
|
+
"ofType": {
|
|
11793
|
+
"kind": "SCALAR",
|
|
11794
|
+
"name": "String",
|
|
11795
|
+
"ofType": null
|
|
11796
|
+
}
|
|
12137
11797
|
},
|
|
12138
11798
|
"defaultValue": null,
|
|
12139
11799
|
"isDeprecated": false,
|
|
12140
11800
|
"deprecationReason": null
|
|
12141
11801
|
},
|
|
12142
11802
|
{
|
|
12143
|
-
"name": "
|
|
11803
|
+
"name": "fragmentId",
|
|
12144
11804
|
"description": null,
|
|
12145
11805
|
"type": {
|
|
12146
11806
|
"kind": "NON_NULL",
|
|
12147
11807
|
"name": null,
|
|
12148
11808
|
"ofType": {
|
|
12149
11809
|
"kind": "SCALAR",
|
|
12150
|
-
"name": "
|
|
11810
|
+
"name": "ID",
|
|
12151
11811
|
"ofType": null
|
|
12152
11812
|
}
|
|
12153
11813
|
},
|
|
@@ -12159,9 +11819,13 @@
|
|
|
12159
11819
|
"name": "resourceGroupMemberId",
|
|
12160
11820
|
"description": null,
|
|
12161
11821
|
"type": {
|
|
12162
|
-
"kind": "
|
|
12163
|
-
"name":
|
|
12164
|
-
"ofType":
|
|
11822
|
+
"kind": "NON_NULL",
|
|
11823
|
+
"name": null,
|
|
11824
|
+
"ofType": {
|
|
11825
|
+
"kind": "SCALAR",
|
|
11826
|
+
"name": "ID",
|
|
11827
|
+
"ofType": null
|
|
11828
|
+
}
|
|
12165
11829
|
},
|
|
12166
11830
|
"defaultValue": null,
|
|
12167
11831
|
"isDeprecated": false,
|
|
@@ -12183,19 +11847,15 @@
|
|
|
12183
11847
|
"description": null,
|
|
12184
11848
|
"args": [],
|
|
12185
11849
|
"type": {
|
|
12186
|
-
"kind": "
|
|
11850
|
+
"kind": "LIST",
|
|
12187
11851
|
"name": null,
|
|
12188
11852
|
"ofType": {
|
|
12189
|
-
"kind": "
|
|
11853
|
+
"kind": "NON_NULL",
|
|
12190
11854
|
"name": null,
|
|
12191
11855
|
"ofType": {
|
|
12192
|
-
"kind": "
|
|
12193
|
-
"name":
|
|
12194
|
-
"ofType":
|
|
12195
|
-
"kind": "OBJECT",
|
|
12196
|
-
"name": "CASvcResult",
|
|
12197
|
-
"ofType": null
|
|
12198
|
-
}
|
|
11856
|
+
"kind": "OBJECT",
|
|
11857
|
+
"name": "CASvcResult",
|
|
11858
|
+
"ofType": null
|
|
12199
11859
|
}
|
|
12200
11860
|
}
|
|
12201
11861
|
},
|
|
@@ -50199,6 +49859,68 @@
|
|
|
50199
49859
|
"isDeprecated": true,
|
|
50200
49860
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
50201
49861
|
},
|
|
49862
|
+
{
|
|
49863
|
+
"name": "caSvcAddFragmentToPrompt",
|
|
49864
|
+
"description": null,
|
|
49865
|
+
"args": [
|
|
49866
|
+
{
|
|
49867
|
+
"name": "input",
|
|
49868
|
+
"description": null,
|
|
49869
|
+
"type": {
|
|
49870
|
+
"kind": "INPUT_OBJECT",
|
|
49871
|
+
"name": "CASvcAddFragmentToPromptInput",
|
|
49872
|
+
"ofType": null
|
|
49873
|
+
},
|
|
49874
|
+
"defaultValue": null,
|
|
49875
|
+
"isDeprecated": false,
|
|
49876
|
+
"deprecationReason": null
|
|
49877
|
+
}
|
|
49878
|
+
],
|
|
49879
|
+
"type": {
|
|
49880
|
+
"kind": "NON_NULL",
|
|
49881
|
+
"name": null,
|
|
49882
|
+
"ofType": {
|
|
49883
|
+
"kind": "SCALAR",
|
|
49884
|
+
"name": "Boolean",
|
|
49885
|
+
"ofType": null
|
|
49886
|
+
}
|
|
49887
|
+
},
|
|
49888
|
+
"isDeprecated": false,
|
|
49889
|
+
"deprecationReason": null
|
|
49890
|
+
},
|
|
49891
|
+
{
|
|
49892
|
+
"name": "caSvcAddMemberToResourceGroup",
|
|
49893
|
+
"description": null,
|
|
49894
|
+
"args": [
|
|
49895
|
+
{
|
|
49896
|
+
"name": "input",
|
|
49897
|
+
"description": null,
|
|
49898
|
+
"type": {
|
|
49899
|
+
"kind": "NON_NULL",
|
|
49900
|
+
"name": null,
|
|
49901
|
+
"ofType": {
|
|
49902
|
+
"kind": "INPUT_OBJECT",
|
|
49903
|
+
"name": "CASvcResourceGroupMemberInput",
|
|
49904
|
+
"ofType": null
|
|
49905
|
+
}
|
|
49906
|
+
},
|
|
49907
|
+
"defaultValue": null,
|
|
49908
|
+
"isDeprecated": false,
|
|
49909
|
+
"deprecationReason": null
|
|
49910
|
+
}
|
|
49911
|
+
],
|
|
49912
|
+
"type": {
|
|
49913
|
+
"kind": "NON_NULL",
|
|
49914
|
+
"name": null,
|
|
49915
|
+
"ofType": {
|
|
49916
|
+
"kind": "OBJECT",
|
|
49917
|
+
"name": "CASvcResourceGroupMember",
|
|
49918
|
+
"ofType": null
|
|
49919
|
+
}
|
|
49920
|
+
},
|
|
49921
|
+
"isDeprecated": false,
|
|
49922
|
+
"deprecationReason": null
|
|
49923
|
+
},
|
|
50202
49924
|
{
|
|
50203
49925
|
"name": "caSvcCreateAnalysisRun",
|
|
50204
49926
|
"description": null,
|
|
@@ -50299,7 +50021,7 @@
|
|
|
50299
50021
|
"deprecationReason": null
|
|
50300
50022
|
},
|
|
50301
50023
|
{
|
|
50302
|
-
"name": "
|
|
50024
|
+
"name": "caSvcCreatePrompt",
|
|
50303
50025
|
"description": null,
|
|
50304
50026
|
"args": [
|
|
50305
50027
|
{
|
|
@@ -50310,7 +50032,7 @@
|
|
|
50310
50032
|
"name": null,
|
|
50311
50033
|
"ofType": {
|
|
50312
50034
|
"kind": "INPUT_OBJECT",
|
|
50313
|
-
"name": "
|
|
50035
|
+
"name": "CASvcPromptInput",
|
|
50314
50036
|
"ofType": null
|
|
50315
50037
|
}
|
|
50316
50038
|
},
|
|
@@ -50324,7 +50046,7 @@
|
|
|
50324
50046
|
"name": null,
|
|
50325
50047
|
"ofType": {
|
|
50326
50048
|
"kind": "OBJECT",
|
|
50327
|
-
"name": "
|
|
50049
|
+
"name": "CASvcPrompt",
|
|
50328
50050
|
"ofType": null
|
|
50329
50051
|
}
|
|
50330
50052
|
},
|
|
@@ -50332,7 +50054,7 @@
|
|
|
50332
50054
|
"deprecationReason": null
|
|
50333
50055
|
},
|
|
50334
50056
|
{
|
|
50335
|
-
"name": "
|
|
50057
|
+
"name": "caSvcCreatePromptTemplate",
|
|
50336
50058
|
"description": null,
|
|
50337
50059
|
"args": [
|
|
50338
50060
|
{
|
|
@@ -50343,7 +50065,7 @@
|
|
|
50343
50065
|
"name": null,
|
|
50344
50066
|
"ofType": {
|
|
50345
50067
|
"kind": "INPUT_OBJECT",
|
|
50346
|
-
"name": "
|
|
50068
|
+
"name": "CASvcPromptTemplateInput",
|
|
50347
50069
|
"ofType": null
|
|
50348
50070
|
}
|
|
50349
50071
|
},
|
|
@@ -50356,8 +50078,8 @@
|
|
|
50356
50078
|
"kind": "NON_NULL",
|
|
50357
50079
|
"name": null,
|
|
50358
50080
|
"ofType": {
|
|
50359
|
-
"kind": "
|
|
50360
|
-
"name": "
|
|
50081
|
+
"kind": "OBJECT",
|
|
50082
|
+
"name": "CASvcPromptTemplate",
|
|
50361
50083
|
"ofType": null
|
|
50362
50084
|
}
|
|
50363
50085
|
},
|
|
@@ -50463,6 +50185,55 @@
|
|
|
50463
50185
|
"isDeprecated": false,
|
|
50464
50186
|
"deprecationReason": null
|
|
50465
50187
|
},
|
|
50188
|
+
{
|
|
50189
|
+
"name": "caSvcRemoveFragmentFromPrompt",
|
|
50190
|
+
"description": null,
|
|
50191
|
+
"args": [
|
|
50192
|
+
{
|
|
50193
|
+
"name": "fragment_id",
|
|
50194
|
+
"description": null,
|
|
50195
|
+
"type": {
|
|
50196
|
+
"kind": "NON_NULL",
|
|
50197
|
+
"name": null,
|
|
50198
|
+
"ofType": {
|
|
50199
|
+
"kind": "SCALAR",
|
|
50200
|
+
"name": "ID",
|
|
50201
|
+
"ofType": null
|
|
50202
|
+
}
|
|
50203
|
+
},
|
|
50204
|
+
"defaultValue": null,
|
|
50205
|
+
"isDeprecated": false,
|
|
50206
|
+
"deprecationReason": null
|
|
50207
|
+
},
|
|
50208
|
+
{
|
|
50209
|
+
"name": "prompt_id",
|
|
50210
|
+
"description": null,
|
|
50211
|
+
"type": {
|
|
50212
|
+
"kind": "NON_NULL",
|
|
50213
|
+
"name": null,
|
|
50214
|
+
"ofType": {
|
|
50215
|
+
"kind": "SCALAR",
|
|
50216
|
+
"name": "ID",
|
|
50217
|
+
"ofType": null
|
|
50218
|
+
}
|
|
50219
|
+
},
|
|
50220
|
+
"defaultValue": null,
|
|
50221
|
+
"isDeprecated": false,
|
|
50222
|
+
"deprecationReason": null
|
|
50223
|
+
}
|
|
50224
|
+
],
|
|
50225
|
+
"type": {
|
|
50226
|
+
"kind": "NON_NULL",
|
|
50227
|
+
"name": null,
|
|
50228
|
+
"ofType": {
|
|
50229
|
+
"kind": "SCALAR",
|
|
50230
|
+
"name": "Boolean",
|
|
50231
|
+
"ofType": null
|
|
50232
|
+
}
|
|
50233
|
+
},
|
|
50234
|
+
"isDeprecated": false,
|
|
50235
|
+
"deprecationReason": null
|
|
50236
|
+
},
|
|
50466
50237
|
{
|
|
50467
50238
|
"name": "cancelContract",
|
|
50468
50239
|
"description": null,
|
|
@@ -68760,120 +68531,6 @@
|
|
|
68760
68531
|
"isDeprecated": false,
|
|
68761
68532
|
"deprecationReason": null
|
|
68762
68533
|
},
|
|
68763
|
-
{
|
|
68764
|
-
"name": "caSvcAnalysisRunsByFragmentGroupId",
|
|
68765
|
-
"description": null,
|
|
68766
|
-
"args": [
|
|
68767
|
-
{
|
|
68768
|
-
"name": "fragmentGroupId",
|
|
68769
|
-
"description": null,
|
|
68770
|
-
"type": {
|
|
68771
|
-
"kind": "NON_NULL",
|
|
68772
|
-
"name": null,
|
|
68773
|
-
"ofType": {
|
|
68774
|
-
"kind": "SCALAR",
|
|
68775
|
-
"name": "ID",
|
|
68776
|
-
"ofType": null
|
|
68777
|
-
}
|
|
68778
|
-
},
|
|
68779
|
-
"defaultValue": null,
|
|
68780
|
-
"isDeprecated": false,
|
|
68781
|
-
"deprecationReason": null
|
|
68782
|
-
},
|
|
68783
|
-
{
|
|
68784
|
-
"name": "limit",
|
|
68785
|
-
"description": null,
|
|
68786
|
-
"type": {
|
|
68787
|
-
"kind": "SCALAR",
|
|
68788
|
-
"name": "Int",
|
|
68789
|
-
"ofType": null
|
|
68790
|
-
},
|
|
68791
|
-
"defaultValue": null,
|
|
68792
|
-
"isDeprecated": false,
|
|
68793
|
-
"deprecationReason": null
|
|
68794
|
-
},
|
|
68795
|
-
{
|
|
68796
|
-
"name": "offset",
|
|
68797
|
-
"description": null,
|
|
68798
|
-
"type": {
|
|
68799
|
-
"kind": "SCALAR",
|
|
68800
|
-
"name": "Int",
|
|
68801
|
-
"ofType": null
|
|
68802
|
-
},
|
|
68803
|
-
"defaultValue": null,
|
|
68804
|
-
"isDeprecated": false,
|
|
68805
|
-
"deprecationReason": null
|
|
68806
|
-
}
|
|
68807
|
-
],
|
|
68808
|
-
"type": {
|
|
68809
|
-
"kind": "NON_NULL",
|
|
68810
|
-
"name": null,
|
|
68811
|
-
"ofType": {
|
|
68812
|
-
"kind": "OBJECT",
|
|
68813
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
68814
|
-
"ofType": null
|
|
68815
|
-
}
|
|
68816
|
-
},
|
|
68817
|
-
"isDeprecated": false,
|
|
68818
|
-
"deprecationReason": null
|
|
68819
|
-
},
|
|
68820
|
-
{
|
|
68821
|
-
"name": "caSvcAnalysisRunsByResourceGroupId",
|
|
68822
|
-
"description": null,
|
|
68823
|
-
"args": [
|
|
68824
|
-
{
|
|
68825
|
-
"name": "limit",
|
|
68826
|
-
"description": null,
|
|
68827
|
-
"type": {
|
|
68828
|
-
"kind": "SCALAR",
|
|
68829
|
-
"name": "Int",
|
|
68830
|
-
"ofType": null
|
|
68831
|
-
},
|
|
68832
|
-
"defaultValue": null,
|
|
68833
|
-
"isDeprecated": false,
|
|
68834
|
-
"deprecationReason": null
|
|
68835
|
-
},
|
|
68836
|
-
{
|
|
68837
|
-
"name": "offset",
|
|
68838
|
-
"description": null,
|
|
68839
|
-
"type": {
|
|
68840
|
-
"kind": "SCALAR",
|
|
68841
|
-
"name": "Int",
|
|
68842
|
-
"ofType": null
|
|
68843
|
-
},
|
|
68844
|
-
"defaultValue": null,
|
|
68845
|
-
"isDeprecated": false,
|
|
68846
|
-
"deprecationReason": null
|
|
68847
|
-
},
|
|
68848
|
-
{
|
|
68849
|
-
"name": "resourceGroupId",
|
|
68850
|
-
"description": null,
|
|
68851
|
-
"type": {
|
|
68852
|
-
"kind": "NON_NULL",
|
|
68853
|
-
"name": null,
|
|
68854
|
-
"ofType": {
|
|
68855
|
-
"kind": "SCALAR",
|
|
68856
|
-
"name": "ID",
|
|
68857
|
-
"ofType": null
|
|
68858
|
-
}
|
|
68859
|
-
},
|
|
68860
|
-
"defaultValue": null,
|
|
68861
|
-
"isDeprecated": false,
|
|
68862
|
-
"deprecationReason": null
|
|
68863
|
-
}
|
|
68864
|
-
],
|
|
68865
|
-
"type": {
|
|
68866
|
-
"kind": "NON_NULL",
|
|
68867
|
-
"name": null,
|
|
68868
|
-
"ofType": {
|
|
68869
|
-
"kind": "OBJECT",
|
|
68870
|
-
"name": "CASvcAnalysisRunsCollection",
|
|
68871
|
-
"ofType": null
|
|
68872
|
-
}
|
|
68873
|
-
},
|
|
68874
|
-
"isDeprecated": false,
|
|
68875
|
-
"deprecationReason": null
|
|
68876
|
-
},
|
|
68877
68534
|
{
|
|
68878
68535
|
"name": "caSvcFragment",
|
|
68879
68536
|
"description": null,
|
|
@@ -68904,68 +68561,11 @@
|
|
|
68904
68561
|
"deprecationReason": null
|
|
68905
68562
|
},
|
|
68906
68563
|
{
|
|
68907
|
-
"name": "
|
|
68564
|
+
"name": "caSvcGetPrompt",
|
|
68908
68565
|
"description": null,
|
|
68909
68566
|
"args": [
|
|
68910
68567
|
{
|
|
68911
|
-
"name": "
|
|
68912
|
-
"description": null,
|
|
68913
|
-
"type": {
|
|
68914
|
-
"kind": "SCALAR",
|
|
68915
|
-
"name": "Int",
|
|
68916
|
-
"ofType": null
|
|
68917
|
-
},
|
|
68918
|
-
"defaultValue": null,
|
|
68919
|
-
"isDeprecated": false,
|
|
68920
|
-
"deprecationReason": null
|
|
68921
|
-
},
|
|
68922
|
-
{
|
|
68923
|
-
"name": "offset",
|
|
68924
|
-
"description": null,
|
|
68925
|
-
"type": {
|
|
68926
|
-
"kind": "SCALAR",
|
|
68927
|
-
"name": "Int",
|
|
68928
|
-
"ofType": null
|
|
68929
|
-
},
|
|
68930
|
-
"defaultValue": null,
|
|
68931
|
-
"isDeprecated": false,
|
|
68932
|
-
"deprecationReason": null
|
|
68933
|
-
},
|
|
68934
|
-
{
|
|
68935
|
-
"name": "promptTemplateId",
|
|
68936
|
-
"description": null,
|
|
68937
|
-
"type": {
|
|
68938
|
-
"kind": "NON_NULL",
|
|
68939
|
-
"name": null,
|
|
68940
|
-
"ofType": {
|
|
68941
|
-
"kind": "SCALAR",
|
|
68942
|
-
"name": "ID",
|
|
68943
|
-
"ofType": null
|
|
68944
|
-
}
|
|
68945
|
-
},
|
|
68946
|
-
"defaultValue": null,
|
|
68947
|
-
"isDeprecated": false,
|
|
68948
|
-
"deprecationReason": null
|
|
68949
|
-
}
|
|
68950
|
-
],
|
|
68951
|
-
"type": {
|
|
68952
|
-
"kind": "NON_NULL",
|
|
68953
|
-
"name": null,
|
|
68954
|
-
"ofType": {
|
|
68955
|
-
"kind": "OBJECT",
|
|
68956
|
-
"name": "CASvcFragmentsCollection",
|
|
68957
|
-
"ofType": null
|
|
68958
|
-
}
|
|
68959
|
-
},
|
|
68960
|
-
"isDeprecated": false,
|
|
68961
|
-
"deprecationReason": null
|
|
68962
|
-
},
|
|
68963
|
-
{
|
|
68964
|
-
"name": "caSvcGetMessageForResourceGroupMember",
|
|
68965
|
-
"description": null,
|
|
68966
|
-
"args": [
|
|
68967
|
-
{
|
|
68968
|
-
"name": "memberId",
|
|
68568
|
+
"name": "id",
|
|
68969
68569
|
"description": null,
|
|
68970
68570
|
"type": {
|
|
68971
68571
|
"kind": "NON_NULL",
|
|
@@ -68979,22 +68579,6 @@
|
|
|
68979
68579
|
"defaultValue": null,
|
|
68980
68580
|
"isDeprecated": false,
|
|
68981
68581
|
"deprecationReason": null
|
|
68982
|
-
},
|
|
68983
|
-
{
|
|
68984
|
-
"name": "promptName",
|
|
68985
|
-
"description": null,
|
|
68986
|
-
"type": {
|
|
68987
|
-
"kind": "NON_NULL",
|
|
68988
|
-
"name": null,
|
|
68989
|
-
"ofType": {
|
|
68990
|
-
"kind": "SCALAR",
|
|
68991
|
-
"name": "String",
|
|
68992
|
-
"ofType": null
|
|
68993
|
-
}
|
|
68994
|
-
},
|
|
68995
|
-
"defaultValue": null,
|
|
68996
|
-
"isDeprecated": false,
|
|
68997
|
-
"deprecationReason": null
|
|
68998
68582
|
}
|
|
68999
68583
|
],
|
|
69000
68584
|
"type": {
|
|
@@ -69002,7 +68586,7 @@
|
|
|
69002
68586
|
"name": null,
|
|
69003
68587
|
"ofType": {
|
|
69004
68588
|
"kind": "OBJECT",
|
|
69005
|
-
"name": "
|
|
68589
|
+
"name": "CASvcPrompt",
|
|
69006
68590
|
"ofType": null
|
|
69007
68591
|
}
|
|
69008
68592
|
},
|
|
@@ -69038,63 +68622,6 @@
|
|
|
69038
68622
|
"isDeprecated": false,
|
|
69039
68623
|
"deprecationReason": null
|
|
69040
68624
|
},
|
|
69041
|
-
{
|
|
69042
|
-
"name": "caSvcPromptsByPromptTemplateId",
|
|
69043
|
-
"description": null,
|
|
69044
|
-
"args": [
|
|
69045
|
-
{
|
|
69046
|
-
"name": "limit",
|
|
69047
|
-
"description": null,
|
|
69048
|
-
"type": {
|
|
69049
|
-
"kind": "SCALAR",
|
|
69050
|
-
"name": "Int",
|
|
69051
|
-
"ofType": null
|
|
69052
|
-
},
|
|
69053
|
-
"defaultValue": null,
|
|
69054
|
-
"isDeprecated": false,
|
|
69055
|
-
"deprecationReason": null
|
|
69056
|
-
},
|
|
69057
|
-
{
|
|
69058
|
-
"name": "offset",
|
|
69059
|
-
"description": null,
|
|
69060
|
-
"type": {
|
|
69061
|
-
"kind": "SCALAR",
|
|
69062
|
-
"name": "Int",
|
|
69063
|
-
"ofType": null
|
|
69064
|
-
},
|
|
69065
|
-
"defaultValue": null,
|
|
69066
|
-
"isDeprecated": false,
|
|
69067
|
-
"deprecationReason": null
|
|
69068
|
-
},
|
|
69069
|
-
{
|
|
69070
|
-
"name": "promptTemplateId",
|
|
69071
|
-
"description": null,
|
|
69072
|
-
"type": {
|
|
69073
|
-
"kind": "NON_NULL",
|
|
69074
|
-
"name": null,
|
|
69075
|
-
"ofType": {
|
|
69076
|
-
"kind": "SCALAR",
|
|
69077
|
-
"name": "ID",
|
|
69078
|
-
"ofType": null
|
|
69079
|
-
}
|
|
69080
|
-
},
|
|
69081
|
-
"defaultValue": null,
|
|
69082
|
-
"isDeprecated": false,
|
|
69083
|
-
"deprecationReason": null
|
|
69084
|
-
}
|
|
69085
|
-
],
|
|
69086
|
-
"type": {
|
|
69087
|
-
"kind": "NON_NULL",
|
|
69088
|
-
"name": null,
|
|
69089
|
-
"ofType": {
|
|
69090
|
-
"kind": "OBJECT",
|
|
69091
|
-
"name": "CASvcPromptsCollection",
|
|
69092
|
-
"ofType": null
|
|
69093
|
-
}
|
|
69094
|
-
},
|
|
69095
|
-
"isDeprecated": false,
|
|
69096
|
-
"deprecationReason": null
|
|
69097
|
-
},
|
|
69098
68625
|
{
|
|
69099
68626
|
"name": "caSvcResourceGroup",
|
|
69100
68627
|
"description": null,
|
|
@@ -69210,149 +68737,6 @@
|
|
|
69210
68737
|
"isDeprecated": false,
|
|
69211
68738
|
"deprecationReason": null
|
|
69212
68739
|
},
|
|
69213
|
-
{
|
|
69214
|
-
"name": "caSvcResult",
|
|
69215
|
-
"description": null,
|
|
69216
|
-
"args": [
|
|
69217
|
-
{
|
|
69218
|
-
"name": "id",
|
|
69219
|
-
"description": null,
|
|
69220
|
-
"type": {
|
|
69221
|
-
"kind": "NON_NULL",
|
|
69222
|
-
"name": null,
|
|
69223
|
-
"ofType": {
|
|
69224
|
-
"kind": "SCALAR",
|
|
69225
|
-
"name": "ID",
|
|
69226
|
-
"ofType": null
|
|
69227
|
-
}
|
|
69228
|
-
},
|
|
69229
|
-
"defaultValue": null,
|
|
69230
|
-
"isDeprecated": false,
|
|
69231
|
-
"deprecationReason": null
|
|
69232
|
-
}
|
|
69233
|
-
],
|
|
69234
|
-
"type": {
|
|
69235
|
-
"kind": "OBJECT",
|
|
69236
|
-
"name": "CASvcResult",
|
|
69237
|
-
"ofType": null
|
|
69238
|
-
},
|
|
69239
|
-
"isDeprecated": false,
|
|
69240
|
-
"deprecationReason": null
|
|
69241
|
-
},
|
|
69242
|
-
{
|
|
69243
|
-
"name": "caSvcResultsByAnalysisRunId",
|
|
69244
|
-
"description": null,
|
|
69245
|
-
"args": [
|
|
69246
|
-
{
|
|
69247
|
-
"name": "analysisRunId",
|
|
69248
|
-
"description": null,
|
|
69249
|
-
"type": {
|
|
69250
|
-
"kind": "NON_NULL",
|
|
69251
|
-
"name": null,
|
|
69252
|
-
"ofType": {
|
|
69253
|
-
"kind": "SCALAR",
|
|
69254
|
-
"name": "ID",
|
|
69255
|
-
"ofType": null
|
|
69256
|
-
}
|
|
69257
|
-
},
|
|
69258
|
-
"defaultValue": null,
|
|
69259
|
-
"isDeprecated": false,
|
|
69260
|
-
"deprecationReason": null
|
|
69261
|
-
},
|
|
69262
|
-
{
|
|
69263
|
-
"name": "limit",
|
|
69264
|
-
"description": null,
|
|
69265
|
-
"type": {
|
|
69266
|
-
"kind": "SCALAR",
|
|
69267
|
-
"name": "Int",
|
|
69268
|
-
"ofType": null
|
|
69269
|
-
},
|
|
69270
|
-
"defaultValue": null,
|
|
69271
|
-
"isDeprecated": false,
|
|
69272
|
-
"deprecationReason": null
|
|
69273
|
-
},
|
|
69274
|
-
{
|
|
69275
|
-
"name": "offset",
|
|
69276
|
-
"description": null,
|
|
69277
|
-
"type": {
|
|
69278
|
-
"kind": "SCALAR",
|
|
69279
|
-
"name": "Int",
|
|
69280
|
-
"ofType": null
|
|
69281
|
-
},
|
|
69282
|
-
"defaultValue": null,
|
|
69283
|
-
"isDeprecated": false,
|
|
69284
|
-
"deprecationReason": null
|
|
69285
|
-
}
|
|
69286
|
-
],
|
|
69287
|
-
"type": {
|
|
69288
|
-
"kind": "NON_NULL",
|
|
69289
|
-
"name": null,
|
|
69290
|
-
"ofType": {
|
|
69291
|
-
"kind": "OBJECT",
|
|
69292
|
-
"name": "CASvcResultsCollection",
|
|
69293
|
-
"ofType": null
|
|
69294
|
-
}
|
|
69295
|
-
},
|
|
69296
|
-
"isDeprecated": false,
|
|
69297
|
-
"deprecationReason": null
|
|
69298
|
-
},
|
|
69299
|
-
{
|
|
69300
|
-
"name": "caSvcResultsByFragmentId",
|
|
69301
|
-
"description": null,
|
|
69302
|
-
"args": [
|
|
69303
|
-
{
|
|
69304
|
-
"name": "fragmentId",
|
|
69305
|
-
"description": null,
|
|
69306
|
-
"type": {
|
|
69307
|
-
"kind": "NON_NULL",
|
|
69308
|
-
"name": null,
|
|
69309
|
-
"ofType": {
|
|
69310
|
-
"kind": "SCALAR",
|
|
69311
|
-
"name": "ID",
|
|
69312
|
-
"ofType": null
|
|
69313
|
-
}
|
|
69314
|
-
},
|
|
69315
|
-
"defaultValue": null,
|
|
69316
|
-
"isDeprecated": false,
|
|
69317
|
-
"deprecationReason": null
|
|
69318
|
-
},
|
|
69319
|
-
{
|
|
69320
|
-
"name": "limit",
|
|
69321
|
-
"description": null,
|
|
69322
|
-
"type": {
|
|
69323
|
-
"kind": "SCALAR",
|
|
69324
|
-
"name": "Int",
|
|
69325
|
-
"ofType": null
|
|
69326
|
-
},
|
|
69327
|
-
"defaultValue": null,
|
|
69328
|
-
"isDeprecated": false,
|
|
69329
|
-
"deprecationReason": null
|
|
69330
|
-
},
|
|
69331
|
-
{
|
|
69332
|
-
"name": "offset",
|
|
69333
|
-
"description": null,
|
|
69334
|
-
"type": {
|
|
69335
|
-
"kind": "SCALAR",
|
|
69336
|
-
"name": "Int",
|
|
69337
|
-
"ofType": null
|
|
69338
|
-
},
|
|
69339
|
-
"defaultValue": null,
|
|
69340
|
-
"isDeprecated": false,
|
|
69341
|
-
"deprecationReason": null
|
|
69342
|
-
}
|
|
69343
|
-
],
|
|
69344
|
-
"type": {
|
|
69345
|
-
"kind": "NON_NULL",
|
|
69346
|
-
"name": null,
|
|
69347
|
-
"ofType": {
|
|
69348
|
-
"kind": "OBJECT",
|
|
69349
|
-
"name": "CASvcResultsCollection",
|
|
69350
|
-
"ofType": null
|
|
69351
|
-
}
|
|
69352
|
-
},
|
|
69353
|
-
"isDeprecated": false,
|
|
69354
|
-
"deprecationReason": null
|
|
69355
|
-
},
|
|
69356
68740
|
{
|
|
69357
68741
|
"name": "caSvcResultsByResourceGroupMemberId",
|
|
69358
68742
|
"description": null,
|