@promoboxx/graphql-gateway-types 1.868.0 → 1.870.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 +0 -552
- package/index.d.ts +0 -82
- package/package.json +1 -1
- package/schema.graphql +0 -40
package/graphql.schema.json
CHANGED
|
@@ -10477,41 +10477,6 @@
|
|
|
10477
10477
|
"enumValues": null,
|
|
10478
10478
|
"possibleTypes": null
|
|
10479
10479
|
},
|
|
10480
|
-
{
|
|
10481
|
-
"kind": "INPUT_OBJECT",
|
|
10482
|
-
"name": "CASvcAnalysisRunUpdateInput",
|
|
10483
|
-
"description": null,
|
|
10484
|
-
"fields": null,
|
|
10485
|
-
"inputFields": [
|
|
10486
|
-
{
|
|
10487
|
-
"name": "promptGroupId",
|
|
10488
|
-
"description": null,
|
|
10489
|
-
"type": {
|
|
10490
|
-
"kind": "SCALAR",
|
|
10491
|
-
"name": "ID",
|
|
10492
|
-
"ofType": null
|
|
10493
|
-
},
|
|
10494
|
-
"defaultValue": null,
|
|
10495
|
-
"isDeprecated": false,
|
|
10496
|
-
"deprecationReason": null
|
|
10497
|
-
},
|
|
10498
|
-
{
|
|
10499
|
-
"name": "promptTemplateId",
|
|
10500
|
-
"description": null,
|
|
10501
|
-
"type": {
|
|
10502
|
-
"kind": "SCALAR",
|
|
10503
|
-
"name": "ID",
|
|
10504
|
-
"ofType": null
|
|
10505
|
-
},
|
|
10506
|
-
"defaultValue": null,
|
|
10507
|
-
"isDeprecated": false,
|
|
10508
|
-
"deprecationReason": null
|
|
10509
|
-
}
|
|
10510
|
-
],
|
|
10511
|
-
"interfaces": null,
|
|
10512
|
-
"enumValues": null,
|
|
10513
|
-
"possibleTypes": null
|
|
10514
|
-
},
|
|
10515
10480
|
{
|
|
10516
10481
|
"kind": "OBJECT",
|
|
10517
10482
|
"name": "CASvcPromptFragment",
|
|
@@ -10694,65 +10659,6 @@
|
|
|
10694
10659
|
"enumValues": null,
|
|
10695
10660
|
"possibleTypes": null
|
|
10696
10661
|
},
|
|
10697
|
-
{
|
|
10698
|
-
"kind": "INPUT_OBJECT",
|
|
10699
|
-
"name": "CASvcPromptFragmentUpdateInput",
|
|
10700
|
-
"description": null,
|
|
10701
|
-
"fields": null,
|
|
10702
|
-
"inputFields": [
|
|
10703
|
-
{
|
|
10704
|
-
"name": "draft",
|
|
10705
|
-
"description": null,
|
|
10706
|
-
"type": {
|
|
10707
|
-
"kind": "SCALAR",
|
|
10708
|
-
"name": "Boolean",
|
|
10709
|
-
"ofType": null
|
|
10710
|
-
},
|
|
10711
|
-
"defaultValue": null,
|
|
10712
|
-
"isDeprecated": false,
|
|
10713
|
-
"deprecationReason": null
|
|
10714
|
-
},
|
|
10715
|
-
{
|
|
10716
|
-
"name": "promptTemplateId",
|
|
10717
|
-
"description": null,
|
|
10718
|
-
"type": {
|
|
10719
|
-
"kind": "SCALAR",
|
|
10720
|
-
"name": "ID",
|
|
10721
|
-
"ofType": null
|
|
10722
|
-
},
|
|
10723
|
-
"defaultValue": null,
|
|
10724
|
-
"isDeprecated": false,
|
|
10725
|
-
"deprecationReason": null
|
|
10726
|
-
},
|
|
10727
|
-
{
|
|
10728
|
-
"name": "text",
|
|
10729
|
-
"description": null,
|
|
10730
|
-
"type": {
|
|
10731
|
-
"kind": "SCALAR",
|
|
10732
|
-
"name": "String",
|
|
10733
|
-
"ofType": null
|
|
10734
|
-
},
|
|
10735
|
-
"defaultValue": null,
|
|
10736
|
-
"isDeprecated": false,
|
|
10737
|
-
"deprecationReason": null
|
|
10738
|
-
},
|
|
10739
|
-
{
|
|
10740
|
-
"name": "version",
|
|
10741
|
-
"description": null,
|
|
10742
|
-
"type": {
|
|
10743
|
-
"kind": "SCALAR",
|
|
10744
|
-
"name": "String",
|
|
10745
|
-
"ofType": null
|
|
10746
|
-
},
|
|
10747
|
-
"defaultValue": null,
|
|
10748
|
-
"isDeprecated": false,
|
|
10749
|
-
"deprecationReason": null
|
|
10750
|
-
}
|
|
10751
|
-
],
|
|
10752
|
-
"interfaces": null,
|
|
10753
|
-
"enumValues": null,
|
|
10754
|
-
"possibleTypes": null
|
|
10755
|
-
},
|
|
10756
10662
|
{
|
|
10757
10663
|
"kind": "OBJECT",
|
|
10758
10664
|
"name": "CASvcPromptFragmentsCollection",
|
|
@@ -11136,65 +11042,6 @@
|
|
|
11136
11042
|
"enumValues": null,
|
|
11137
11043
|
"possibleTypes": null
|
|
11138
11044
|
},
|
|
11139
|
-
{
|
|
11140
|
-
"kind": "INPUT_OBJECT",
|
|
11141
|
-
"name": "CASvcPromptGroupMemberUpdateInput",
|
|
11142
|
-
"description": null,
|
|
11143
|
-
"fields": null,
|
|
11144
|
-
"inputFields": [
|
|
11145
|
-
{
|
|
11146
|
-
"name": "metadata",
|
|
11147
|
-
"description": null,
|
|
11148
|
-
"type": {
|
|
11149
|
-
"kind": "SCALAR",
|
|
11150
|
-
"name": "Map",
|
|
11151
|
-
"ofType": null
|
|
11152
|
-
},
|
|
11153
|
-
"defaultValue": null,
|
|
11154
|
-
"isDeprecated": false,
|
|
11155
|
-
"deprecationReason": null
|
|
11156
|
-
},
|
|
11157
|
-
{
|
|
11158
|
-
"name": "promptGroupId",
|
|
11159
|
-
"description": null,
|
|
11160
|
-
"type": {
|
|
11161
|
-
"kind": "SCALAR",
|
|
11162
|
-
"name": "ID",
|
|
11163
|
-
"ofType": null
|
|
11164
|
-
},
|
|
11165
|
-
"defaultValue": null,
|
|
11166
|
-
"isDeprecated": false,
|
|
11167
|
-
"deprecationReason": null
|
|
11168
|
-
},
|
|
11169
|
-
{
|
|
11170
|
-
"name": "resource",
|
|
11171
|
-
"description": null,
|
|
11172
|
-
"type": {
|
|
11173
|
-
"kind": "SCALAR",
|
|
11174
|
-
"name": "String",
|
|
11175
|
-
"ofType": null
|
|
11176
|
-
},
|
|
11177
|
-
"defaultValue": null,
|
|
11178
|
-
"isDeprecated": false,
|
|
11179
|
-
"deprecationReason": null
|
|
11180
|
-
},
|
|
11181
|
-
{
|
|
11182
|
-
"name": "resourceId",
|
|
11183
|
-
"description": null,
|
|
11184
|
-
"type": {
|
|
11185
|
-
"kind": "SCALAR",
|
|
11186
|
-
"name": "String",
|
|
11187
|
-
"ofType": null
|
|
11188
|
-
},
|
|
11189
|
-
"defaultValue": null,
|
|
11190
|
-
"isDeprecated": false,
|
|
11191
|
-
"deprecationReason": null
|
|
11192
|
-
}
|
|
11193
|
-
],
|
|
11194
|
-
"interfaces": null,
|
|
11195
|
-
"enumValues": null,
|
|
11196
|
-
"possibleTypes": null
|
|
11197
|
-
},
|
|
11198
11045
|
{
|
|
11199
11046
|
"kind": "OBJECT",
|
|
11200
11047
|
"name": "CASvcPromptGroupMembersCollection",
|
|
@@ -11262,29 +11109,6 @@
|
|
|
11262
11109
|
"enumValues": null,
|
|
11263
11110
|
"possibleTypes": null
|
|
11264
11111
|
},
|
|
11265
|
-
{
|
|
11266
|
-
"kind": "INPUT_OBJECT",
|
|
11267
|
-
"name": "CASvcPromptGroupUpdateInput",
|
|
11268
|
-
"description": null,
|
|
11269
|
-
"fields": null,
|
|
11270
|
-
"inputFields": [
|
|
11271
|
-
{
|
|
11272
|
-
"name": "promptTemplateId",
|
|
11273
|
-
"description": null,
|
|
11274
|
-
"type": {
|
|
11275
|
-
"kind": "SCALAR",
|
|
11276
|
-
"name": "ID",
|
|
11277
|
-
"ofType": null
|
|
11278
|
-
},
|
|
11279
|
-
"defaultValue": null,
|
|
11280
|
-
"isDeprecated": false,
|
|
11281
|
-
"deprecationReason": null
|
|
11282
|
-
}
|
|
11283
|
-
],
|
|
11284
|
-
"interfaces": null,
|
|
11285
|
-
"enumValues": null,
|
|
11286
|
-
"possibleTypes": null
|
|
11287
|
-
},
|
|
11288
11112
|
{
|
|
11289
11113
|
"kind": "OBJECT",
|
|
11290
11114
|
"name": "CASvcPromptGroupsCollection",
|
|
@@ -11550,53 +11374,6 @@
|
|
|
11550
11374
|
"enumValues": null,
|
|
11551
11375
|
"possibleTypes": null
|
|
11552
11376
|
},
|
|
11553
|
-
{
|
|
11554
|
-
"kind": "INPUT_OBJECT",
|
|
11555
|
-
"name": "CASvcPromptTemplateUpdateInput",
|
|
11556
|
-
"description": null,
|
|
11557
|
-
"fields": null,
|
|
11558
|
-
"inputFields": [
|
|
11559
|
-
{
|
|
11560
|
-
"name": "name",
|
|
11561
|
-
"description": null,
|
|
11562
|
-
"type": {
|
|
11563
|
-
"kind": "SCALAR",
|
|
11564
|
-
"name": "String",
|
|
11565
|
-
"ofType": null
|
|
11566
|
-
},
|
|
11567
|
-
"defaultValue": null,
|
|
11568
|
-
"isDeprecated": false,
|
|
11569
|
-
"deprecationReason": null
|
|
11570
|
-
},
|
|
11571
|
-
{
|
|
11572
|
-
"name": "template",
|
|
11573
|
-
"description": null,
|
|
11574
|
-
"type": {
|
|
11575
|
-
"kind": "SCALAR",
|
|
11576
|
-
"name": "String",
|
|
11577
|
-
"ofType": null
|
|
11578
|
-
},
|
|
11579
|
-
"defaultValue": null,
|
|
11580
|
-
"isDeprecated": false,
|
|
11581
|
-
"deprecationReason": null
|
|
11582
|
-
},
|
|
11583
|
-
{
|
|
11584
|
-
"name": "version",
|
|
11585
|
-
"description": null,
|
|
11586
|
-
"type": {
|
|
11587
|
-
"kind": "SCALAR",
|
|
11588
|
-
"name": "String",
|
|
11589
|
-
"ofType": null
|
|
11590
|
-
},
|
|
11591
|
-
"defaultValue": null,
|
|
11592
|
-
"isDeprecated": false,
|
|
11593
|
-
"deprecationReason": null
|
|
11594
|
-
}
|
|
11595
|
-
],
|
|
11596
|
-
"interfaces": null,
|
|
11597
|
-
"enumValues": null,
|
|
11598
|
-
"possibleTypes": null
|
|
11599
|
-
},
|
|
11600
11377
|
{
|
|
11601
11378
|
"kind": "OBJECT",
|
|
11602
11379
|
"name": "CASvcResult",
|
|
@@ -11719,41 +11496,6 @@
|
|
|
11719
11496
|
"enumValues": null,
|
|
11720
11497
|
"possibleTypes": null
|
|
11721
11498
|
},
|
|
11722
|
-
{
|
|
11723
|
-
"kind": "INPUT_OBJECT",
|
|
11724
|
-
"name": "CASvcResultUpdateInput",
|
|
11725
|
-
"description": null,
|
|
11726
|
-
"fields": null,
|
|
11727
|
-
"inputFields": [
|
|
11728
|
-
{
|
|
11729
|
-
"name": "output",
|
|
11730
|
-
"description": null,
|
|
11731
|
-
"type": {
|
|
11732
|
-
"kind": "SCALAR",
|
|
11733
|
-
"name": "Map",
|
|
11734
|
-
"ofType": null
|
|
11735
|
-
},
|
|
11736
|
-
"defaultValue": null,
|
|
11737
|
-
"isDeprecated": false,
|
|
11738
|
-
"deprecationReason": null
|
|
11739
|
-
},
|
|
11740
|
-
{
|
|
11741
|
-
"name": "promptGroupMemberId",
|
|
11742
|
-
"description": null,
|
|
11743
|
-
"type": {
|
|
11744
|
-
"kind": "SCALAR",
|
|
11745
|
-
"name": "ID",
|
|
11746
|
-
"ofType": null
|
|
11747
|
-
},
|
|
11748
|
-
"defaultValue": null,
|
|
11749
|
-
"isDeprecated": false,
|
|
11750
|
-
"deprecationReason": null
|
|
11751
|
-
}
|
|
11752
|
-
],
|
|
11753
|
-
"interfaces": null,
|
|
11754
|
-
"enumValues": null,
|
|
11755
|
-
"possibleTypes": null
|
|
11756
|
-
},
|
|
11757
11499
|
{
|
|
11758
11500
|
"kind": "OBJECT",
|
|
11759
11501
|
"name": "CASvcResultsCollection",
|
|
@@ -49594,300 +49336,6 @@
|
|
|
49594
49336
|
"isDeprecated": false,
|
|
49595
49337
|
"deprecationReason": null
|
|
49596
49338
|
},
|
|
49597
|
-
{
|
|
49598
|
-
"name": "caSvcUpdateAnalysisRun",
|
|
49599
|
-
"description": null,
|
|
49600
|
-
"args": [
|
|
49601
|
-
{
|
|
49602
|
-
"name": "id",
|
|
49603
|
-
"description": null,
|
|
49604
|
-
"type": {
|
|
49605
|
-
"kind": "NON_NULL",
|
|
49606
|
-
"name": null,
|
|
49607
|
-
"ofType": {
|
|
49608
|
-
"kind": "SCALAR",
|
|
49609
|
-
"name": "ID",
|
|
49610
|
-
"ofType": null
|
|
49611
|
-
}
|
|
49612
|
-
},
|
|
49613
|
-
"defaultValue": null,
|
|
49614
|
-
"isDeprecated": false,
|
|
49615
|
-
"deprecationReason": null
|
|
49616
|
-
},
|
|
49617
|
-
{
|
|
49618
|
-
"name": "input",
|
|
49619
|
-
"description": null,
|
|
49620
|
-
"type": {
|
|
49621
|
-
"kind": "NON_NULL",
|
|
49622
|
-
"name": null,
|
|
49623
|
-
"ofType": {
|
|
49624
|
-
"kind": "INPUT_OBJECT",
|
|
49625
|
-
"name": "CASvcAnalysisRunUpdateInput",
|
|
49626
|
-
"ofType": null
|
|
49627
|
-
}
|
|
49628
|
-
},
|
|
49629
|
-
"defaultValue": null,
|
|
49630
|
-
"isDeprecated": false,
|
|
49631
|
-
"deprecationReason": null
|
|
49632
|
-
}
|
|
49633
|
-
],
|
|
49634
|
-
"type": {
|
|
49635
|
-
"kind": "NON_NULL",
|
|
49636
|
-
"name": null,
|
|
49637
|
-
"ofType": {
|
|
49638
|
-
"kind": "OBJECT",
|
|
49639
|
-
"name": "CASvcAnalysisRun",
|
|
49640
|
-
"ofType": null
|
|
49641
|
-
}
|
|
49642
|
-
},
|
|
49643
|
-
"isDeprecated": false,
|
|
49644
|
-
"deprecationReason": null
|
|
49645
|
-
},
|
|
49646
|
-
{
|
|
49647
|
-
"name": "caSvcUpdatePromptFragment",
|
|
49648
|
-
"description": null,
|
|
49649
|
-
"args": [
|
|
49650
|
-
{
|
|
49651
|
-
"name": "id",
|
|
49652
|
-
"description": null,
|
|
49653
|
-
"type": {
|
|
49654
|
-
"kind": "NON_NULL",
|
|
49655
|
-
"name": null,
|
|
49656
|
-
"ofType": {
|
|
49657
|
-
"kind": "SCALAR",
|
|
49658
|
-
"name": "ID",
|
|
49659
|
-
"ofType": null
|
|
49660
|
-
}
|
|
49661
|
-
},
|
|
49662
|
-
"defaultValue": null,
|
|
49663
|
-
"isDeprecated": false,
|
|
49664
|
-
"deprecationReason": null
|
|
49665
|
-
},
|
|
49666
|
-
{
|
|
49667
|
-
"name": "input",
|
|
49668
|
-
"description": null,
|
|
49669
|
-
"type": {
|
|
49670
|
-
"kind": "NON_NULL",
|
|
49671
|
-
"name": null,
|
|
49672
|
-
"ofType": {
|
|
49673
|
-
"kind": "INPUT_OBJECT",
|
|
49674
|
-
"name": "CASvcPromptFragmentUpdateInput",
|
|
49675
|
-
"ofType": null
|
|
49676
|
-
}
|
|
49677
|
-
},
|
|
49678
|
-
"defaultValue": null,
|
|
49679
|
-
"isDeprecated": false,
|
|
49680
|
-
"deprecationReason": null
|
|
49681
|
-
}
|
|
49682
|
-
],
|
|
49683
|
-
"type": {
|
|
49684
|
-
"kind": "NON_NULL",
|
|
49685
|
-
"name": null,
|
|
49686
|
-
"ofType": {
|
|
49687
|
-
"kind": "OBJECT",
|
|
49688
|
-
"name": "CASvcPromptFragment",
|
|
49689
|
-
"ofType": null
|
|
49690
|
-
}
|
|
49691
|
-
},
|
|
49692
|
-
"isDeprecated": false,
|
|
49693
|
-
"deprecationReason": null
|
|
49694
|
-
},
|
|
49695
|
-
{
|
|
49696
|
-
"name": "caSvcUpdatePromptGroup",
|
|
49697
|
-
"description": null,
|
|
49698
|
-
"args": [
|
|
49699
|
-
{
|
|
49700
|
-
"name": "id",
|
|
49701
|
-
"description": null,
|
|
49702
|
-
"type": {
|
|
49703
|
-
"kind": "NON_NULL",
|
|
49704
|
-
"name": null,
|
|
49705
|
-
"ofType": {
|
|
49706
|
-
"kind": "SCALAR",
|
|
49707
|
-
"name": "ID",
|
|
49708
|
-
"ofType": null
|
|
49709
|
-
}
|
|
49710
|
-
},
|
|
49711
|
-
"defaultValue": null,
|
|
49712
|
-
"isDeprecated": false,
|
|
49713
|
-
"deprecationReason": null
|
|
49714
|
-
},
|
|
49715
|
-
{
|
|
49716
|
-
"name": "input",
|
|
49717
|
-
"description": null,
|
|
49718
|
-
"type": {
|
|
49719
|
-
"kind": "NON_NULL",
|
|
49720
|
-
"name": null,
|
|
49721
|
-
"ofType": {
|
|
49722
|
-
"kind": "INPUT_OBJECT",
|
|
49723
|
-
"name": "CASvcPromptGroupUpdateInput",
|
|
49724
|
-
"ofType": null
|
|
49725
|
-
}
|
|
49726
|
-
},
|
|
49727
|
-
"defaultValue": null,
|
|
49728
|
-
"isDeprecated": false,
|
|
49729
|
-
"deprecationReason": null
|
|
49730
|
-
}
|
|
49731
|
-
],
|
|
49732
|
-
"type": {
|
|
49733
|
-
"kind": "NON_NULL",
|
|
49734
|
-
"name": null,
|
|
49735
|
-
"ofType": {
|
|
49736
|
-
"kind": "OBJECT",
|
|
49737
|
-
"name": "CASvcPromptGroup",
|
|
49738
|
-
"ofType": null
|
|
49739
|
-
}
|
|
49740
|
-
},
|
|
49741
|
-
"isDeprecated": false,
|
|
49742
|
-
"deprecationReason": null
|
|
49743
|
-
},
|
|
49744
|
-
{
|
|
49745
|
-
"name": "caSvcUpdatePromptGroupMember",
|
|
49746
|
-
"description": null,
|
|
49747
|
-
"args": [
|
|
49748
|
-
{
|
|
49749
|
-
"name": "id",
|
|
49750
|
-
"description": null,
|
|
49751
|
-
"type": {
|
|
49752
|
-
"kind": "NON_NULL",
|
|
49753
|
-
"name": null,
|
|
49754
|
-
"ofType": {
|
|
49755
|
-
"kind": "SCALAR",
|
|
49756
|
-
"name": "ID",
|
|
49757
|
-
"ofType": null
|
|
49758
|
-
}
|
|
49759
|
-
},
|
|
49760
|
-
"defaultValue": null,
|
|
49761
|
-
"isDeprecated": false,
|
|
49762
|
-
"deprecationReason": null
|
|
49763
|
-
},
|
|
49764
|
-
{
|
|
49765
|
-
"name": "input",
|
|
49766
|
-
"description": null,
|
|
49767
|
-
"type": {
|
|
49768
|
-
"kind": "NON_NULL",
|
|
49769
|
-
"name": null,
|
|
49770
|
-
"ofType": {
|
|
49771
|
-
"kind": "INPUT_OBJECT",
|
|
49772
|
-
"name": "CASvcPromptGroupMemberUpdateInput",
|
|
49773
|
-
"ofType": null
|
|
49774
|
-
}
|
|
49775
|
-
},
|
|
49776
|
-
"defaultValue": null,
|
|
49777
|
-
"isDeprecated": false,
|
|
49778
|
-
"deprecationReason": null
|
|
49779
|
-
}
|
|
49780
|
-
],
|
|
49781
|
-
"type": {
|
|
49782
|
-
"kind": "NON_NULL",
|
|
49783
|
-
"name": null,
|
|
49784
|
-
"ofType": {
|
|
49785
|
-
"kind": "OBJECT",
|
|
49786
|
-
"name": "CASvcPromptGroupMember",
|
|
49787
|
-
"ofType": null
|
|
49788
|
-
}
|
|
49789
|
-
},
|
|
49790
|
-
"isDeprecated": false,
|
|
49791
|
-
"deprecationReason": null
|
|
49792
|
-
},
|
|
49793
|
-
{
|
|
49794
|
-
"name": "caSvcUpdatePromptTemplate",
|
|
49795
|
-
"description": null,
|
|
49796
|
-
"args": [
|
|
49797
|
-
{
|
|
49798
|
-
"name": "id",
|
|
49799
|
-
"description": null,
|
|
49800
|
-
"type": {
|
|
49801
|
-
"kind": "NON_NULL",
|
|
49802
|
-
"name": null,
|
|
49803
|
-
"ofType": {
|
|
49804
|
-
"kind": "SCALAR",
|
|
49805
|
-
"name": "ID",
|
|
49806
|
-
"ofType": null
|
|
49807
|
-
}
|
|
49808
|
-
},
|
|
49809
|
-
"defaultValue": null,
|
|
49810
|
-
"isDeprecated": false,
|
|
49811
|
-
"deprecationReason": null
|
|
49812
|
-
},
|
|
49813
|
-
{
|
|
49814
|
-
"name": "input",
|
|
49815
|
-
"description": null,
|
|
49816
|
-
"type": {
|
|
49817
|
-
"kind": "NON_NULL",
|
|
49818
|
-
"name": null,
|
|
49819
|
-
"ofType": {
|
|
49820
|
-
"kind": "INPUT_OBJECT",
|
|
49821
|
-
"name": "CASvcPromptTemplateUpdateInput",
|
|
49822
|
-
"ofType": null
|
|
49823
|
-
}
|
|
49824
|
-
},
|
|
49825
|
-
"defaultValue": null,
|
|
49826
|
-
"isDeprecated": false,
|
|
49827
|
-
"deprecationReason": null
|
|
49828
|
-
}
|
|
49829
|
-
],
|
|
49830
|
-
"type": {
|
|
49831
|
-
"kind": "NON_NULL",
|
|
49832
|
-
"name": null,
|
|
49833
|
-
"ofType": {
|
|
49834
|
-
"kind": "OBJECT",
|
|
49835
|
-
"name": "CASvcPromptTemplate",
|
|
49836
|
-
"ofType": null
|
|
49837
|
-
}
|
|
49838
|
-
},
|
|
49839
|
-
"isDeprecated": false,
|
|
49840
|
-
"deprecationReason": null
|
|
49841
|
-
},
|
|
49842
|
-
{
|
|
49843
|
-
"name": "caSvcUpdateResult",
|
|
49844
|
-
"description": null,
|
|
49845
|
-
"args": [
|
|
49846
|
-
{
|
|
49847
|
-
"name": "id",
|
|
49848
|
-
"description": null,
|
|
49849
|
-
"type": {
|
|
49850
|
-
"kind": "NON_NULL",
|
|
49851
|
-
"name": null,
|
|
49852
|
-
"ofType": {
|
|
49853
|
-
"kind": "SCALAR",
|
|
49854
|
-
"name": "ID",
|
|
49855
|
-
"ofType": null
|
|
49856
|
-
}
|
|
49857
|
-
},
|
|
49858
|
-
"defaultValue": null,
|
|
49859
|
-
"isDeprecated": false,
|
|
49860
|
-
"deprecationReason": null
|
|
49861
|
-
},
|
|
49862
|
-
{
|
|
49863
|
-
"name": "input",
|
|
49864
|
-
"description": null,
|
|
49865
|
-
"type": {
|
|
49866
|
-
"kind": "NON_NULL",
|
|
49867
|
-
"name": null,
|
|
49868
|
-
"ofType": {
|
|
49869
|
-
"kind": "INPUT_OBJECT",
|
|
49870
|
-
"name": "CASvcResultUpdateInput",
|
|
49871
|
-
"ofType": null
|
|
49872
|
-
}
|
|
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": "OBJECT",
|
|
49884
|
-
"name": "CASvcResult",
|
|
49885
|
-
"ofType": null
|
|
49886
|
-
}
|
|
49887
|
-
},
|
|
49888
|
-
"isDeprecated": false,
|
|
49889
|
-
"deprecationReason": null
|
|
49890
|
-
},
|
|
49891
49339
|
{
|
|
49892
49340
|
"name": "cancelContract",
|
|
49893
49341
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -1173,11 +1173,6 @@ export type CaSvcAnalysisRunMessagesCollection = {
|
|
|
1173
1173
|
totalCount: Scalars['Int']['output'];
|
|
1174
1174
|
};
|
|
1175
1175
|
|
|
1176
|
-
export type CaSvcAnalysisRunUpdateInput = {
|
|
1177
|
-
promptGroupId?: InputMaybe<Scalars['ID']['input']>;
|
|
1178
|
-
promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
|
|
1179
|
-
};
|
|
1180
|
-
|
|
1181
1176
|
export type CaSvcPromptFragment = {
|
|
1182
1177
|
__typename?: 'CASvcPromptFragment';
|
|
1183
1178
|
createdAt: Scalars['String']['output'];
|
|
@@ -1196,13 +1191,6 @@ export type CaSvcPromptFragmentInput = {
|
|
|
1196
1191
|
version: Scalars['String']['input'];
|
|
1197
1192
|
};
|
|
1198
1193
|
|
|
1199
|
-
export type CaSvcPromptFragmentUpdateInput = {
|
|
1200
|
-
draft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1201
|
-
promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
|
|
1202
|
-
text?: InputMaybe<Scalars['String']['input']>;
|
|
1203
|
-
version?: InputMaybe<Scalars['String']['input']>;
|
|
1204
|
-
};
|
|
1205
|
-
|
|
1206
1194
|
export type CaSvcPromptFragmentsCollection = {
|
|
1207
1195
|
__typename?: 'CASvcPromptFragmentsCollection';
|
|
1208
1196
|
data: Array<CaSvcPromptFragment>;
|
|
@@ -1242,13 +1230,6 @@ export type CaSvcPromptGroupMemberInput = {
|
|
|
1242
1230
|
resourceId: Scalars['String']['input'];
|
|
1243
1231
|
};
|
|
1244
1232
|
|
|
1245
|
-
export type CaSvcPromptGroupMemberUpdateInput = {
|
|
1246
|
-
metadata?: InputMaybe<Scalars['Map']['input']>;
|
|
1247
|
-
promptGroupId?: InputMaybe<Scalars['ID']['input']>;
|
|
1248
|
-
resource?: InputMaybe<Scalars['String']['input']>;
|
|
1249
|
-
resourceId?: InputMaybe<Scalars['String']['input']>;
|
|
1250
|
-
};
|
|
1251
|
-
|
|
1252
1233
|
export type CaSvcPromptGroupMembersCollection = {
|
|
1253
1234
|
__typename?: 'CASvcPromptGroupMembersCollection';
|
|
1254
1235
|
data: Array<CaSvcPromptGroupMember>;
|
|
@@ -1256,10 +1237,6 @@ export type CaSvcPromptGroupMembersCollection = {
|
|
|
1256
1237
|
totalCount: Scalars['Int']['output'];
|
|
1257
1238
|
};
|
|
1258
1239
|
|
|
1259
|
-
export type CaSvcPromptGroupUpdateInput = {
|
|
1260
|
-
promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
|
|
1261
|
-
};
|
|
1262
|
-
|
|
1263
1240
|
export type CaSvcPromptGroupsCollection = {
|
|
1264
1241
|
__typename?: 'CASvcPromptGroupsCollection';
|
|
1265
1242
|
data: Array<CaSvcPromptGroup>;
|
|
@@ -1285,12 +1262,6 @@ export type CaSvcPromptTemplateInput = {
|
|
|
1285
1262
|
version?: InputMaybe<Scalars['String']['input']>;
|
|
1286
1263
|
};
|
|
1287
1264
|
|
|
1288
|
-
export type CaSvcPromptTemplateUpdateInput = {
|
|
1289
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
1290
|
-
template?: InputMaybe<Scalars['String']['input']>;
|
|
1291
|
-
version?: InputMaybe<Scalars['String']['input']>;
|
|
1292
|
-
};
|
|
1293
|
-
|
|
1294
1265
|
export type CaSvcResult = {
|
|
1295
1266
|
__typename?: 'CASvcResult';
|
|
1296
1267
|
createdAt: Scalars['String']['output'];
|
|
@@ -1305,11 +1276,6 @@ export type CaSvcResultInput = {
|
|
|
1305
1276
|
promptGroupMemberId?: InputMaybe<Scalars['ID']['input']>;
|
|
1306
1277
|
};
|
|
1307
1278
|
|
|
1308
|
-
export type CaSvcResultUpdateInput = {
|
|
1309
|
-
output?: InputMaybe<Scalars['Map']['input']>;
|
|
1310
|
-
promptGroupMemberId?: InputMaybe<Scalars['ID']['input']>;
|
|
1311
|
-
};
|
|
1312
|
-
|
|
1313
1279
|
export type CaSvcResultsCollection = {
|
|
1314
1280
|
__typename?: 'CASvcResultsCollection';
|
|
1315
1281
|
data: Array<CaSvcResult>;
|
|
@@ -5294,12 +5260,6 @@ export type Mutation = {
|
|
|
5294
5260
|
caSvcDeletePromptGroupMember: Scalars['Boolean']['output'];
|
|
5295
5261
|
caSvcDeletePromptTemplate: Scalars['Boolean']['output'];
|
|
5296
5262
|
caSvcDeleteResult: Scalars['Boolean']['output'];
|
|
5297
|
-
caSvcUpdateAnalysisRun: CaSvcAnalysisRun;
|
|
5298
|
-
caSvcUpdatePromptFragment: CaSvcPromptFragment;
|
|
5299
|
-
caSvcUpdatePromptGroup: CaSvcPromptGroup;
|
|
5300
|
-
caSvcUpdatePromptGroupMember: CaSvcPromptGroupMember;
|
|
5301
|
-
caSvcUpdatePromptTemplate: CaSvcPromptTemplate;
|
|
5302
|
-
caSvcUpdateResult: CaSvcResult;
|
|
5303
5263
|
cancelContract?: Maybe<Contract>;
|
|
5304
5264
|
cancelPaymentIntent?: Maybe<Scalars['Boolean']['output']>;
|
|
5305
5265
|
checkResetPasswordToken: Scalars['Boolean']['output'];
|
|
@@ -6026,48 +5986,6 @@ export type MutationCaSvcDeleteResultArgs = {
|
|
|
6026
5986
|
};
|
|
6027
5987
|
|
|
6028
5988
|
|
|
6029
|
-
/** mutation root */
|
|
6030
|
-
export type MutationCaSvcUpdateAnalysisRunArgs = {
|
|
6031
|
-
id: Scalars['ID']['input'];
|
|
6032
|
-
input: CaSvcAnalysisRunUpdateInput;
|
|
6033
|
-
};
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
/** mutation root */
|
|
6037
|
-
export type MutationCaSvcUpdatePromptFragmentArgs = {
|
|
6038
|
-
id: Scalars['ID']['input'];
|
|
6039
|
-
input: CaSvcPromptFragmentUpdateInput;
|
|
6040
|
-
};
|
|
6041
|
-
|
|
6042
|
-
|
|
6043
|
-
/** mutation root */
|
|
6044
|
-
export type MutationCaSvcUpdatePromptGroupArgs = {
|
|
6045
|
-
id: Scalars['ID']['input'];
|
|
6046
|
-
input: CaSvcPromptGroupUpdateInput;
|
|
6047
|
-
};
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
/** mutation root */
|
|
6051
|
-
export type MutationCaSvcUpdatePromptGroupMemberArgs = {
|
|
6052
|
-
id: Scalars['ID']['input'];
|
|
6053
|
-
input: CaSvcPromptGroupMemberUpdateInput;
|
|
6054
|
-
};
|
|
6055
|
-
|
|
6056
|
-
|
|
6057
|
-
/** mutation root */
|
|
6058
|
-
export type MutationCaSvcUpdatePromptTemplateArgs = {
|
|
6059
|
-
id: Scalars['ID']['input'];
|
|
6060
|
-
input: CaSvcPromptTemplateUpdateInput;
|
|
6061
|
-
};
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
/** mutation root */
|
|
6065
|
-
export type MutationCaSvcUpdateResultArgs = {
|
|
6066
|
-
id: Scalars['ID']['input'];
|
|
6067
|
-
input: CaSvcResultUpdateInput;
|
|
6068
|
-
};
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
5989
|
/** mutation root */
|
|
6072
5990
|
export type MutationCancelContractArgs = {
|
|
6073
5991
|
contractId: Scalars['ID']['input'];
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1138,11 +1138,6 @@ type CASvcAnalysisRunMessagesCollection {
|
|
|
1138
1138
|
totalCount: Int!
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
1141
|
-
input CASvcAnalysisRunUpdateInput {
|
|
1142
|
-
promptGroupId: ID
|
|
1143
|
-
promptTemplateId: ID
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
1141
|
type CASvcPromptFragment {
|
|
1147
1142
|
createdAt: String!
|
|
1148
1143
|
draft: Boolean!
|
|
@@ -1160,13 +1155,6 @@ input CASvcPromptFragmentInput {
|
|
|
1160
1155
|
version: String!
|
|
1161
1156
|
}
|
|
1162
1157
|
|
|
1163
|
-
input CASvcPromptFragmentUpdateInput {
|
|
1164
|
-
draft: Boolean
|
|
1165
|
-
promptTemplateId: ID
|
|
1166
|
-
text: String
|
|
1167
|
-
version: String
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
1158
|
type CASvcPromptFragmentsCollection {
|
|
1171
1159
|
data: [CASvcPromptFragment!]!
|
|
1172
1160
|
hasNextPage: Boolean!
|
|
@@ -1203,23 +1191,12 @@ input CASvcPromptGroupMemberInput {
|
|
|
1203
1191
|
resourceId: String!
|
|
1204
1192
|
}
|
|
1205
1193
|
|
|
1206
|
-
input CASvcPromptGroupMemberUpdateInput {
|
|
1207
|
-
metadata: Map
|
|
1208
|
-
promptGroupId: ID
|
|
1209
|
-
resource: String
|
|
1210
|
-
resourceId: String
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
1194
|
type CASvcPromptGroupMembersCollection {
|
|
1214
1195
|
data: [CASvcPromptGroupMember!]!
|
|
1215
1196
|
hasNextPage: Boolean!
|
|
1216
1197
|
totalCount: Int!
|
|
1217
1198
|
}
|
|
1218
1199
|
|
|
1219
|
-
input CASvcPromptGroupUpdateInput {
|
|
1220
|
-
promptTemplateId: ID
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
1200
|
type CASvcPromptGroupsCollection {
|
|
1224
1201
|
data: [CASvcPromptGroup!]!
|
|
1225
1202
|
hasNextPage: Boolean!
|
|
@@ -1243,12 +1220,6 @@ input CASvcPromptTemplateInput {
|
|
|
1243
1220
|
version: String
|
|
1244
1221
|
}
|
|
1245
1222
|
|
|
1246
|
-
input CASvcPromptTemplateUpdateInput {
|
|
1247
|
-
name: String
|
|
1248
|
-
template: String
|
|
1249
|
-
version: String
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
1223
|
type CASvcResult {
|
|
1253
1224
|
createdAt: String!
|
|
1254
1225
|
id: ID!
|
|
@@ -1262,11 +1233,6 @@ input CASvcResultInput {
|
|
|
1262
1233
|
promptGroupMemberId: ID
|
|
1263
1234
|
}
|
|
1264
1235
|
|
|
1265
|
-
input CASvcResultUpdateInput {
|
|
1266
|
-
output: Map
|
|
1267
|
-
promptGroupMemberId: ID
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
1236
|
type CASvcResultsCollection {
|
|
1271
1237
|
data: [CASvcResult!]!
|
|
1272
1238
|
hasNextPage: Boolean!
|
|
@@ -5073,12 +5039,6 @@ type Mutation {
|
|
|
5073
5039
|
caSvcDeletePromptGroupMember(id: ID!): Boolean!
|
|
5074
5040
|
caSvcDeletePromptTemplate(id: ID!): Boolean!
|
|
5075
5041
|
caSvcDeleteResult(id: ID!): Boolean!
|
|
5076
|
-
caSvcUpdateAnalysisRun(id: ID!, input: CASvcAnalysisRunUpdateInput!): CASvcAnalysisRun!
|
|
5077
|
-
caSvcUpdatePromptFragment(id: ID!, input: CASvcPromptFragmentUpdateInput!): CASvcPromptFragment!
|
|
5078
|
-
caSvcUpdatePromptGroup(id: ID!, input: CASvcPromptGroupUpdateInput!): CASvcPromptGroup!
|
|
5079
|
-
caSvcUpdatePromptGroupMember(id: ID!, input: CASvcPromptGroupMemberUpdateInput!): CASvcPromptGroupMember!
|
|
5080
|
-
caSvcUpdatePromptTemplate(id: ID!, input: CASvcPromptTemplateUpdateInput!): CASvcPromptTemplate!
|
|
5081
|
-
caSvcUpdateResult(id: ID!, input: CASvcResultUpdateInput!): CASvcResult!
|
|
5082
5042
|
cancelContract(contractId: ID!, data: CancelContractData!): Contract
|
|
5083
5043
|
cancelPaymentIntent(id: ID!): Boolean
|
|
5084
5044
|
checkResetPasswordToken(reset_password_token: String!): Boolean!
|