@promoboxx/graphql-gateway-types 1.958.0 → 1.960.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 +934 -0
- package/index.d.ts +125 -0
- package/package.json +1 -1
- package/schema.graphql +57 -0
package/graphql.schema.json
CHANGED
|
@@ -10360,6 +10360,74 @@
|
|
|
10360
10360
|
"enumValues": null,
|
|
10361
10361
|
"possibleTypes": null
|
|
10362
10362
|
},
|
|
10363
|
+
{
|
|
10364
|
+
"kind": "INPUT_OBJECT",
|
|
10365
|
+
"name": "CASvcAddFragmentsToPromptInput",
|
|
10366
|
+
"description": null,
|
|
10367
|
+
"isOneOf": false,
|
|
10368
|
+
"fields": null,
|
|
10369
|
+
"inputFields": [
|
|
10370
|
+
{
|
|
10371
|
+
"name": "fragmentIds",
|
|
10372
|
+
"description": null,
|
|
10373
|
+
"type": {
|
|
10374
|
+
"kind": "LIST",
|
|
10375
|
+
"name": null,
|
|
10376
|
+
"ofType": {
|
|
10377
|
+
"kind": "NON_NULL",
|
|
10378
|
+
"name": null,
|
|
10379
|
+
"ofType": {
|
|
10380
|
+
"kind": "SCALAR",
|
|
10381
|
+
"name": "ID",
|
|
10382
|
+
"ofType": null
|
|
10383
|
+
}
|
|
10384
|
+
}
|
|
10385
|
+
},
|
|
10386
|
+
"defaultValue": null,
|
|
10387
|
+
"isDeprecated": false,
|
|
10388
|
+
"deprecationReason": null
|
|
10389
|
+
},
|
|
10390
|
+
{
|
|
10391
|
+
"name": "fragments",
|
|
10392
|
+
"description": null,
|
|
10393
|
+
"type": {
|
|
10394
|
+
"kind": "LIST",
|
|
10395
|
+
"name": null,
|
|
10396
|
+
"ofType": {
|
|
10397
|
+
"kind": "NON_NULL",
|
|
10398
|
+
"name": null,
|
|
10399
|
+
"ofType": {
|
|
10400
|
+
"kind": "INPUT_OBJECT",
|
|
10401
|
+
"name": "CASvcFragmentInput",
|
|
10402
|
+
"ofType": null
|
|
10403
|
+
}
|
|
10404
|
+
}
|
|
10405
|
+
},
|
|
10406
|
+
"defaultValue": null,
|
|
10407
|
+
"isDeprecated": false,
|
|
10408
|
+
"deprecationReason": null
|
|
10409
|
+
},
|
|
10410
|
+
{
|
|
10411
|
+
"name": "promptId",
|
|
10412
|
+
"description": null,
|
|
10413
|
+
"type": {
|
|
10414
|
+
"kind": "NON_NULL",
|
|
10415
|
+
"name": null,
|
|
10416
|
+
"ofType": {
|
|
10417
|
+
"kind": "SCALAR",
|
|
10418
|
+
"name": "ID",
|
|
10419
|
+
"ofType": null
|
|
10420
|
+
}
|
|
10421
|
+
},
|
|
10422
|
+
"defaultValue": null,
|
|
10423
|
+
"isDeprecated": false,
|
|
10424
|
+
"deprecationReason": null
|
|
10425
|
+
}
|
|
10426
|
+
],
|
|
10427
|
+
"interfaces": null,
|
|
10428
|
+
"enumValues": null,
|
|
10429
|
+
"possibleTypes": null
|
|
10430
|
+
},
|
|
10363
10431
|
{
|
|
10364
10432
|
"kind": "INPUT_OBJECT",
|
|
10365
10433
|
"name": "CASvcAddResourceGroupMembersInput",
|
|
@@ -10792,6 +10860,70 @@
|
|
|
10792
10860
|
"enumValues": null,
|
|
10793
10861
|
"possibleTypes": null
|
|
10794
10862
|
},
|
|
10863
|
+
{
|
|
10864
|
+
"kind": "OBJECT",
|
|
10865
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
10866
|
+
"description": null,
|
|
10867
|
+
"isOneOf": null,
|
|
10868
|
+
"fields": [
|
|
10869
|
+
{
|
|
10870
|
+
"name": "data",
|
|
10871
|
+
"description": null,
|
|
10872
|
+
"args": [],
|
|
10873
|
+
"type": {
|
|
10874
|
+
"kind": "LIST",
|
|
10875
|
+
"name": null,
|
|
10876
|
+
"ofType": {
|
|
10877
|
+
"kind": "NON_NULL",
|
|
10878
|
+
"name": null,
|
|
10879
|
+
"ofType": {
|
|
10880
|
+
"kind": "OBJECT",
|
|
10881
|
+
"name": "CASvcAnalysisRun",
|
|
10882
|
+
"ofType": null
|
|
10883
|
+
}
|
|
10884
|
+
}
|
|
10885
|
+
},
|
|
10886
|
+
"isDeprecated": false,
|
|
10887
|
+
"deprecationReason": null
|
|
10888
|
+
},
|
|
10889
|
+
{
|
|
10890
|
+
"name": "hasNextPage",
|
|
10891
|
+
"description": null,
|
|
10892
|
+
"args": [],
|
|
10893
|
+
"type": {
|
|
10894
|
+
"kind": "NON_NULL",
|
|
10895
|
+
"name": null,
|
|
10896
|
+
"ofType": {
|
|
10897
|
+
"kind": "SCALAR",
|
|
10898
|
+
"name": "Boolean",
|
|
10899
|
+
"ofType": null
|
|
10900
|
+
}
|
|
10901
|
+
},
|
|
10902
|
+
"isDeprecated": false,
|
|
10903
|
+
"deprecationReason": null
|
|
10904
|
+
},
|
|
10905
|
+
{
|
|
10906
|
+
"name": "totalCount",
|
|
10907
|
+
"description": null,
|
|
10908
|
+
"args": [],
|
|
10909
|
+
"type": {
|
|
10910
|
+
"kind": "NON_NULL",
|
|
10911
|
+
"name": null,
|
|
10912
|
+
"ofType": {
|
|
10913
|
+
"kind": "SCALAR",
|
|
10914
|
+
"name": "Int",
|
|
10915
|
+
"ofType": null
|
|
10916
|
+
}
|
|
10917
|
+
},
|
|
10918
|
+
"isDeprecated": false,
|
|
10919
|
+
"deprecationReason": null
|
|
10920
|
+
}
|
|
10921
|
+
],
|
|
10922
|
+
"inputFields": null,
|
|
10923
|
+
"interfaces": [],
|
|
10924
|
+
"enumValues": null,
|
|
10925
|
+
"possibleTypes": null
|
|
10926
|
+
},
|
|
10795
10927
|
{
|
|
10796
10928
|
"kind": "OBJECT",
|
|
10797
10929
|
"name": "CASvcFragment",
|
|
@@ -10880,6 +11012,174 @@
|
|
|
10880
11012
|
"enumValues": null,
|
|
10881
11013
|
"possibleTypes": null
|
|
10882
11014
|
},
|
|
11015
|
+
{
|
|
11016
|
+
"kind": "OBJECT",
|
|
11017
|
+
"name": "CASvcFragmentsCollection",
|
|
11018
|
+
"description": null,
|
|
11019
|
+
"isOneOf": null,
|
|
11020
|
+
"fields": [
|
|
11021
|
+
{
|
|
11022
|
+
"name": "data",
|
|
11023
|
+
"description": null,
|
|
11024
|
+
"args": [],
|
|
11025
|
+
"type": {
|
|
11026
|
+
"kind": "LIST",
|
|
11027
|
+
"name": null,
|
|
11028
|
+
"ofType": {
|
|
11029
|
+
"kind": "NON_NULL",
|
|
11030
|
+
"name": null,
|
|
11031
|
+
"ofType": {
|
|
11032
|
+
"kind": "OBJECT",
|
|
11033
|
+
"name": "CASvcFragment",
|
|
11034
|
+
"ofType": null
|
|
11035
|
+
}
|
|
11036
|
+
}
|
|
11037
|
+
},
|
|
11038
|
+
"isDeprecated": false,
|
|
11039
|
+
"deprecationReason": null
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
"name": "hasNextPage",
|
|
11043
|
+
"description": null,
|
|
11044
|
+
"args": [],
|
|
11045
|
+
"type": {
|
|
11046
|
+
"kind": "NON_NULL",
|
|
11047
|
+
"name": null,
|
|
11048
|
+
"ofType": {
|
|
11049
|
+
"kind": "SCALAR",
|
|
11050
|
+
"name": "Boolean",
|
|
11051
|
+
"ofType": null
|
|
11052
|
+
}
|
|
11053
|
+
},
|
|
11054
|
+
"isDeprecated": false,
|
|
11055
|
+
"deprecationReason": null
|
|
11056
|
+
},
|
|
11057
|
+
{
|
|
11058
|
+
"name": "totalCount",
|
|
11059
|
+
"description": null,
|
|
11060
|
+
"args": [],
|
|
11061
|
+
"type": {
|
|
11062
|
+
"kind": "NON_NULL",
|
|
11063
|
+
"name": null,
|
|
11064
|
+
"ofType": {
|
|
11065
|
+
"kind": "SCALAR",
|
|
11066
|
+
"name": "Int",
|
|
11067
|
+
"ofType": null
|
|
11068
|
+
}
|
|
11069
|
+
},
|
|
11070
|
+
"isDeprecated": false,
|
|
11071
|
+
"deprecationReason": null
|
|
11072
|
+
}
|
|
11073
|
+
],
|
|
11074
|
+
"inputFields": null,
|
|
11075
|
+
"interfaces": [],
|
|
11076
|
+
"enumValues": null,
|
|
11077
|
+
"possibleTypes": null
|
|
11078
|
+
},
|
|
11079
|
+
{
|
|
11080
|
+
"kind": "INPUT_OBJECT",
|
|
11081
|
+
"name": "CASvcGeneratePromptInput",
|
|
11082
|
+
"description": null,
|
|
11083
|
+
"isOneOf": false,
|
|
11084
|
+
"fields": null,
|
|
11085
|
+
"inputFields": [
|
|
11086
|
+
{
|
|
11087
|
+
"name": "fragmentIds",
|
|
11088
|
+
"description": null,
|
|
11089
|
+
"type": {
|
|
11090
|
+
"kind": "LIST",
|
|
11091
|
+
"name": null,
|
|
11092
|
+
"ofType": {
|
|
11093
|
+
"kind": "NON_NULL",
|
|
11094
|
+
"name": null,
|
|
11095
|
+
"ofType": {
|
|
11096
|
+
"kind": "SCALAR",
|
|
11097
|
+
"name": "ID",
|
|
11098
|
+
"ofType": null
|
|
11099
|
+
}
|
|
11100
|
+
}
|
|
11101
|
+
},
|
|
11102
|
+
"defaultValue": null,
|
|
11103
|
+
"isDeprecated": false,
|
|
11104
|
+
"deprecationReason": null
|
|
11105
|
+
},
|
|
11106
|
+
{
|
|
11107
|
+
"name": "fragments",
|
|
11108
|
+
"description": null,
|
|
11109
|
+
"type": {
|
|
11110
|
+
"kind": "LIST",
|
|
11111
|
+
"name": null,
|
|
11112
|
+
"ofType": {
|
|
11113
|
+
"kind": "NON_NULL",
|
|
11114
|
+
"name": null,
|
|
11115
|
+
"ofType": {
|
|
11116
|
+
"kind": "INPUT_OBJECT",
|
|
11117
|
+
"name": "CASvcFragmentInput",
|
|
11118
|
+
"ofType": null
|
|
11119
|
+
}
|
|
11120
|
+
}
|
|
11121
|
+
},
|
|
11122
|
+
"defaultValue": null,
|
|
11123
|
+
"isDeprecated": false,
|
|
11124
|
+
"deprecationReason": null
|
|
11125
|
+
},
|
|
11126
|
+
{
|
|
11127
|
+
"name": "promptId",
|
|
11128
|
+
"description": null,
|
|
11129
|
+
"type": {
|
|
11130
|
+
"kind": "SCALAR",
|
|
11131
|
+
"name": "ID",
|
|
11132
|
+
"ofType": null
|
|
11133
|
+
},
|
|
11134
|
+
"defaultValue": null,
|
|
11135
|
+
"isDeprecated": false,
|
|
11136
|
+
"deprecationReason": null
|
|
11137
|
+
},
|
|
11138
|
+
{
|
|
11139
|
+
"name": "resourceGroupMemberId",
|
|
11140
|
+
"description": null,
|
|
11141
|
+
"type": {
|
|
11142
|
+
"kind": "NON_NULL",
|
|
11143
|
+
"name": null,
|
|
11144
|
+
"ofType": {
|
|
11145
|
+
"kind": "SCALAR",
|
|
11146
|
+
"name": "ID",
|
|
11147
|
+
"ofType": null
|
|
11148
|
+
}
|
|
11149
|
+
},
|
|
11150
|
+
"defaultValue": null,
|
|
11151
|
+
"isDeprecated": false,
|
|
11152
|
+
"deprecationReason": null
|
|
11153
|
+
},
|
|
11154
|
+
{
|
|
11155
|
+
"name": "template",
|
|
11156
|
+
"description": null,
|
|
11157
|
+
"type": {
|
|
11158
|
+
"kind": "SCALAR",
|
|
11159
|
+
"name": "String",
|
|
11160
|
+
"ofType": null
|
|
11161
|
+
},
|
|
11162
|
+
"defaultValue": null,
|
|
11163
|
+
"isDeprecated": false,
|
|
11164
|
+
"deprecationReason": null
|
|
11165
|
+
},
|
|
11166
|
+
{
|
|
11167
|
+
"name": "templateId",
|
|
11168
|
+
"description": null,
|
|
11169
|
+
"type": {
|
|
11170
|
+
"kind": "SCALAR",
|
|
11171
|
+
"name": "ID",
|
|
11172
|
+
"ofType": null
|
|
11173
|
+
},
|
|
11174
|
+
"defaultValue": null,
|
|
11175
|
+
"isDeprecated": false,
|
|
11176
|
+
"deprecationReason": null
|
|
11177
|
+
}
|
|
11178
|
+
],
|
|
11179
|
+
"interfaces": null,
|
|
11180
|
+
"enumValues": null,
|
|
11181
|
+
"possibleTypes": null
|
|
11182
|
+
},
|
|
10883
11183
|
{
|
|
10884
11184
|
"kind": "OBJECT",
|
|
10885
11185
|
"name": "CASvcPrompt",
|
|
@@ -11204,6 +11504,134 @@
|
|
|
11204
11504
|
"enumValues": null,
|
|
11205
11505
|
"possibleTypes": null
|
|
11206
11506
|
},
|
|
11507
|
+
{
|
|
11508
|
+
"kind": "OBJECT",
|
|
11509
|
+
"name": "CASvcPromptTemplatesCollection",
|
|
11510
|
+
"description": null,
|
|
11511
|
+
"isOneOf": null,
|
|
11512
|
+
"fields": [
|
|
11513
|
+
{
|
|
11514
|
+
"name": "data",
|
|
11515
|
+
"description": null,
|
|
11516
|
+
"args": [],
|
|
11517
|
+
"type": {
|
|
11518
|
+
"kind": "LIST",
|
|
11519
|
+
"name": null,
|
|
11520
|
+
"ofType": {
|
|
11521
|
+
"kind": "NON_NULL",
|
|
11522
|
+
"name": null,
|
|
11523
|
+
"ofType": {
|
|
11524
|
+
"kind": "OBJECT",
|
|
11525
|
+
"name": "CASvcPromptTemplate",
|
|
11526
|
+
"ofType": null
|
|
11527
|
+
}
|
|
11528
|
+
}
|
|
11529
|
+
},
|
|
11530
|
+
"isDeprecated": false,
|
|
11531
|
+
"deprecationReason": null
|
|
11532
|
+
},
|
|
11533
|
+
{
|
|
11534
|
+
"name": "hasNextPage",
|
|
11535
|
+
"description": null,
|
|
11536
|
+
"args": [],
|
|
11537
|
+
"type": {
|
|
11538
|
+
"kind": "NON_NULL",
|
|
11539
|
+
"name": null,
|
|
11540
|
+
"ofType": {
|
|
11541
|
+
"kind": "SCALAR",
|
|
11542
|
+
"name": "Boolean",
|
|
11543
|
+
"ofType": null
|
|
11544
|
+
}
|
|
11545
|
+
},
|
|
11546
|
+
"isDeprecated": false,
|
|
11547
|
+
"deprecationReason": null
|
|
11548
|
+
},
|
|
11549
|
+
{
|
|
11550
|
+
"name": "totalCount",
|
|
11551
|
+
"description": null,
|
|
11552
|
+
"args": [],
|
|
11553
|
+
"type": {
|
|
11554
|
+
"kind": "NON_NULL",
|
|
11555
|
+
"name": null,
|
|
11556
|
+
"ofType": {
|
|
11557
|
+
"kind": "SCALAR",
|
|
11558
|
+
"name": "Int",
|
|
11559
|
+
"ofType": null
|
|
11560
|
+
}
|
|
11561
|
+
},
|
|
11562
|
+
"isDeprecated": false,
|
|
11563
|
+
"deprecationReason": null
|
|
11564
|
+
}
|
|
11565
|
+
],
|
|
11566
|
+
"inputFields": null,
|
|
11567
|
+
"interfaces": [],
|
|
11568
|
+
"enumValues": null,
|
|
11569
|
+
"possibleTypes": null
|
|
11570
|
+
},
|
|
11571
|
+
{
|
|
11572
|
+
"kind": "OBJECT",
|
|
11573
|
+
"name": "CASvcPromptsCollection",
|
|
11574
|
+
"description": null,
|
|
11575
|
+
"isOneOf": null,
|
|
11576
|
+
"fields": [
|
|
11577
|
+
{
|
|
11578
|
+
"name": "data",
|
|
11579
|
+
"description": null,
|
|
11580
|
+
"args": [],
|
|
11581
|
+
"type": {
|
|
11582
|
+
"kind": "LIST",
|
|
11583
|
+
"name": null,
|
|
11584
|
+
"ofType": {
|
|
11585
|
+
"kind": "NON_NULL",
|
|
11586
|
+
"name": null,
|
|
11587
|
+
"ofType": {
|
|
11588
|
+
"kind": "OBJECT",
|
|
11589
|
+
"name": "CASvcPrompt",
|
|
11590
|
+
"ofType": null
|
|
11591
|
+
}
|
|
11592
|
+
}
|
|
11593
|
+
},
|
|
11594
|
+
"isDeprecated": false,
|
|
11595
|
+
"deprecationReason": null
|
|
11596
|
+
},
|
|
11597
|
+
{
|
|
11598
|
+
"name": "hasNextPage",
|
|
11599
|
+
"description": null,
|
|
11600
|
+
"args": [],
|
|
11601
|
+
"type": {
|
|
11602
|
+
"kind": "NON_NULL",
|
|
11603
|
+
"name": null,
|
|
11604
|
+
"ofType": {
|
|
11605
|
+
"kind": "SCALAR",
|
|
11606
|
+
"name": "Boolean",
|
|
11607
|
+
"ofType": null
|
|
11608
|
+
}
|
|
11609
|
+
},
|
|
11610
|
+
"isDeprecated": false,
|
|
11611
|
+
"deprecationReason": null
|
|
11612
|
+
},
|
|
11613
|
+
{
|
|
11614
|
+
"name": "totalCount",
|
|
11615
|
+
"description": null,
|
|
11616
|
+
"args": [],
|
|
11617
|
+
"type": {
|
|
11618
|
+
"kind": "NON_NULL",
|
|
11619
|
+
"name": null,
|
|
11620
|
+
"ofType": {
|
|
11621
|
+
"kind": "SCALAR",
|
|
11622
|
+
"name": "Int",
|
|
11623
|
+
"ofType": null
|
|
11624
|
+
}
|
|
11625
|
+
},
|
|
11626
|
+
"isDeprecated": false,
|
|
11627
|
+
"deprecationReason": null
|
|
11628
|
+
}
|
|
11629
|
+
],
|
|
11630
|
+
"inputFields": null,
|
|
11631
|
+
"interfaces": [],
|
|
11632
|
+
"enumValues": null,
|
|
11633
|
+
"possibleTypes": null
|
|
11634
|
+
},
|
|
11207
11635
|
{
|
|
11208
11636
|
"kind": "OBJECT",
|
|
11209
11637
|
"name": "CASvcResourceGroup",
|
|
@@ -11265,6 +11693,18 @@
|
|
|
11265
11693
|
},
|
|
11266
11694
|
"isDeprecated": false,
|
|
11267
11695
|
"deprecationReason": null
|
|
11696
|
+
},
|
|
11697
|
+
{
|
|
11698
|
+
"name": "name",
|
|
11699
|
+
"description": null,
|
|
11700
|
+
"args": [],
|
|
11701
|
+
"type": {
|
|
11702
|
+
"kind": "SCALAR",
|
|
11703
|
+
"name": "String",
|
|
11704
|
+
"ofType": null
|
|
11705
|
+
},
|
|
11706
|
+
"isDeprecated": false,
|
|
11707
|
+
"deprecationReason": null
|
|
11268
11708
|
}
|
|
11269
11709
|
],
|
|
11270
11710
|
"inputFields": null,
|
|
@@ -11580,6 +12020,70 @@
|
|
|
11580
12020
|
"enumValues": null,
|
|
11581
12021
|
"possibleTypes": null
|
|
11582
12022
|
},
|
|
12023
|
+
{
|
|
12024
|
+
"kind": "OBJECT",
|
|
12025
|
+
"name": "CASvcResourceGroupsCollection",
|
|
12026
|
+
"description": null,
|
|
12027
|
+
"isOneOf": null,
|
|
12028
|
+
"fields": [
|
|
12029
|
+
{
|
|
12030
|
+
"name": "data",
|
|
12031
|
+
"description": null,
|
|
12032
|
+
"args": [],
|
|
12033
|
+
"type": {
|
|
12034
|
+
"kind": "LIST",
|
|
12035
|
+
"name": null,
|
|
12036
|
+
"ofType": {
|
|
12037
|
+
"kind": "NON_NULL",
|
|
12038
|
+
"name": null,
|
|
12039
|
+
"ofType": {
|
|
12040
|
+
"kind": "OBJECT",
|
|
12041
|
+
"name": "CASvcResourceGroup",
|
|
12042
|
+
"ofType": null
|
|
12043
|
+
}
|
|
12044
|
+
}
|
|
12045
|
+
},
|
|
12046
|
+
"isDeprecated": false,
|
|
12047
|
+
"deprecationReason": null
|
|
12048
|
+
},
|
|
12049
|
+
{
|
|
12050
|
+
"name": "hasNextPage",
|
|
12051
|
+
"description": null,
|
|
12052
|
+
"args": [],
|
|
12053
|
+
"type": {
|
|
12054
|
+
"kind": "NON_NULL",
|
|
12055
|
+
"name": null,
|
|
12056
|
+
"ofType": {
|
|
12057
|
+
"kind": "SCALAR",
|
|
12058
|
+
"name": "Boolean",
|
|
12059
|
+
"ofType": null
|
|
12060
|
+
}
|
|
12061
|
+
},
|
|
12062
|
+
"isDeprecated": false,
|
|
12063
|
+
"deprecationReason": null
|
|
12064
|
+
},
|
|
12065
|
+
{
|
|
12066
|
+
"name": "totalCount",
|
|
12067
|
+
"description": null,
|
|
12068
|
+
"args": [],
|
|
12069
|
+
"type": {
|
|
12070
|
+
"kind": "NON_NULL",
|
|
12071
|
+
"name": null,
|
|
12072
|
+
"ofType": {
|
|
12073
|
+
"kind": "SCALAR",
|
|
12074
|
+
"name": "Int",
|
|
12075
|
+
"ofType": null
|
|
12076
|
+
}
|
|
12077
|
+
},
|
|
12078
|
+
"isDeprecated": false,
|
|
12079
|
+
"deprecationReason": null
|
|
12080
|
+
}
|
|
12081
|
+
],
|
|
12082
|
+
"inputFields": null,
|
|
12083
|
+
"interfaces": [],
|
|
12084
|
+
"enumValues": null,
|
|
12085
|
+
"possibleTypes": null
|
|
12086
|
+
},
|
|
11583
12087
|
{
|
|
11584
12088
|
"kind": "INPUT_OBJECT",
|
|
11585
12089
|
"name": "CASvcResourceInput",
|
|
@@ -11599,6 +12103,18 @@
|
|
|
11599
12103
|
"isDeprecated": false,
|
|
11600
12104
|
"deprecationReason": null
|
|
11601
12105
|
},
|
|
12106
|
+
{
|
|
12107
|
+
"name": "name",
|
|
12108
|
+
"description": null,
|
|
12109
|
+
"type": {
|
|
12110
|
+
"kind": "SCALAR",
|
|
12111
|
+
"name": "String",
|
|
12112
|
+
"ofType": null
|
|
12113
|
+
},
|
|
12114
|
+
"defaultValue": null,
|
|
12115
|
+
"isDeprecated": false,
|
|
12116
|
+
"deprecationReason": null
|
|
12117
|
+
},
|
|
11602
12118
|
{
|
|
11603
12119
|
"name": "resource",
|
|
11604
12120
|
"description": null,
|
|
@@ -49896,6 +50412,39 @@
|
|
|
49896
50412
|
"isDeprecated": false,
|
|
49897
50413
|
"deprecationReason": null
|
|
49898
50414
|
},
|
|
50415
|
+
{
|
|
50416
|
+
"name": "caSvcAddFragmentsToPrompt",
|
|
50417
|
+
"description": null,
|
|
50418
|
+
"args": [
|
|
50419
|
+
{
|
|
50420
|
+
"name": "input",
|
|
50421
|
+
"description": null,
|
|
50422
|
+
"type": {
|
|
50423
|
+
"kind": "NON_NULL",
|
|
50424
|
+
"name": null,
|
|
50425
|
+
"ofType": {
|
|
50426
|
+
"kind": "INPUT_OBJECT",
|
|
50427
|
+
"name": "CASvcAddFragmentsToPromptInput",
|
|
50428
|
+
"ofType": null
|
|
50429
|
+
}
|
|
50430
|
+
},
|
|
50431
|
+
"defaultValue": null,
|
|
50432
|
+
"isDeprecated": false,
|
|
50433
|
+
"deprecationReason": null
|
|
50434
|
+
}
|
|
50435
|
+
],
|
|
50436
|
+
"type": {
|
|
50437
|
+
"kind": "NON_NULL",
|
|
50438
|
+
"name": null,
|
|
50439
|
+
"ofType": {
|
|
50440
|
+
"kind": "SCALAR",
|
|
50441
|
+
"name": "Boolean",
|
|
50442
|
+
"ofType": null
|
|
50443
|
+
}
|
|
50444
|
+
},
|
|
50445
|
+
"isDeprecated": false,
|
|
50446
|
+
"deprecationReason": null
|
|
50447
|
+
},
|
|
49899
50448
|
{
|
|
49900
50449
|
"name": "caSvcAddMemberToResourceGroup",
|
|
49901
50450
|
"description": null,
|
|
@@ -50193,6 +50742,39 @@
|
|
|
50193
50742
|
"isDeprecated": false,
|
|
50194
50743
|
"deprecationReason": null
|
|
50195
50744
|
},
|
|
50745
|
+
{
|
|
50746
|
+
"name": "caSvcGeneratePrompt",
|
|
50747
|
+
"description": null,
|
|
50748
|
+
"args": [
|
|
50749
|
+
{
|
|
50750
|
+
"name": "input",
|
|
50751
|
+
"description": null,
|
|
50752
|
+
"type": {
|
|
50753
|
+
"kind": "NON_NULL",
|
|
50754
|
+
"name": null,
|
|
50755
|
+
"ofType": {
|
|
50756
|
+
"kind": "INPUT_OBJECT",
|
|
50757
|
+
"name": "CASvcGeneratePromptInput",
|
|
50758
|
+
"ofType": null
|
|
50759
|
+
}
|
|
50760
|
+
},
|
|
50761
|
+
"defaultValue": null,
|
|
50762
|
+
"isDeprecated": false,
|
|
50763
|
+
"deprecationReason": null
|
|
50764
|
+
}
|
|
50765
|
+
],
|
|
50766
|
+
"type": {
|
|
50767
|
+
"kind": "NON_NULL",
|
|
50768
|
+
"name": null,
|
|
50769
|
+
"ofType": {
|
|
50770
|
+
"kind": "SCALAR",
|
|
50771
|
+
"name": "String",
|
|
50772
|
+
"ofType": null
|
|
50773
|
+
}
|
|
50774
|
+
},
|
|
50775
|
+
"isDeprecated": false,
|
|
50776
|
+
"deprecationReason": null
|
|
50777
|
+
},
|
|
50196
50778
|
{
|
|
50197
50779
|
"name": "caSvcRemoveFragmentFromPrompt",
|
|
50198
50780
|
"description": null,
|
|
@@ -50242,6 +50824,153 @@
|
|
|
50242
50824
|
"isDeprecated": false,
|
|
50243
50825
|
"deprecationReason": null
|
|
50244
50826
|
},
|
|
50827
|
+
{
|
|
50828
|
+
"name": "caSvcUpdatePromptName",
|
|
50829
|
+
"description": null,
|
|
50830
|
+
"args": [
|
|
50831
|
+
{
|
|
50832
|
+
"name": "id",
|
|
50833
|
+
"description": null,
|
|
50834
|
+
"type": {
|
|
50835
|
+
"kind": "NON_NULL",
|
|
50836
|
+
"name": null,
|
|
50837
|
+
"ofType": {
|
|
50838
|
+
"kind": "SCALAR",
|
|
50839
|
+
"name": "ID",
|
|
50840
|
+
"ofType": null
|
|
50841
|
+
}
|
|
50842
|
+
},
|
|
50843
|
+
"defaultValue": null,
|
|
50844
|
+
"isDeprecated": false,
|
|
50845
|
+
"deprecationReason": null
|
|
50846
|
+
},
|
|
50847
|
+
{
|
|
50848
|
+
"name": "name",
|
|
50849
|
+
"description": null,
|
|
50850
|
+
"type": {
|
|
50851
|
+
"kind": "NON_NULL",
|
|
50852
|
+
"name": null,
|
|
50853
|
+
"ofType": {
|
|
50854
|
+
"kind": "SCALAR",
|
|
50855
|
+
"name": "String",
|
|
50856
|
+
"ofType": null
|
|
50857
|
+
}
|
|
50858
|
+
},
|
|
50859
|
+
"defaultValue": null,
|
|
50860
|
+
"isDeprecated": false,
|
|
50861
|
+
"deprecationReason": null
|
|
50862
|
+
}
|
|
50863
|
+
],
|
|
50864
|
+
"type": {
|
|
50865
|
+
"kind": "NON_NULL",
|
|
50866
|
+
"name": null,
|
|
50867
|
+
"ofType": {
|
|
50868
|
+
"kind": "OBJECT",
|
|
50869
|
+
"name": "CASvcPrompt",
|
|
50870
|
+
"ofType": null
|
|
50871
|
+
}
|
|
50872
|
+
},
|
|
50873
|
+
"isDeprecated": false,
|
|
50874
|
+
"deprecationReason": null
|
|
50875
|
+
},
|
|
50876
|
+
{
|
|
50877
|
+
"name": "caSvcUpdatePromptTemplateName",
|
|
50878
|
+
"description": null,
|
|
50879
|
+
"args": [
|
|
50880
|
+
{
|
|
50881
|
+
"name": "id",
|
|
50882
|
+
"description": null,
|
|
50883
|
+
"type": {
|
|
50884
|
+
"kind": "NON_NULL",
|
|
50885
|
+
"name": null,
|
|
50886
|
+
"ofType": {
|
|
50887
|
+
"kind": "SCALAR",
|
|
50888
|
+
"name": "ID",
|
|
50889
|
+
"ofType": null
|
|
50890
|
+
}
|
|
50891
|
+
},
|
|
50892
|
+
"defaultValue": null,
|
|
50893
|
+
"isDeprecated": false,
|
|
50894
|
+
"deprecationReason": null
|
|
50895
|
+
},
|
|
50896
|
+
{
|
|
50897
|
+
"name": "name",
|
|
50898
|
+
"description": null,
|
|
50899
|
+
"type": {
|
|
50900
|
+
"kind": "NON_NULL",
|
|
50901
|
+
"name": null,
|
|
50902
|
+
"ofType": {
|
|
50903
|
+
"kind": "SCALAR",
|
|
50904
|
+
"name": "String",
|
|
50905
|
+
"ofType": null
|
|
50906
|
+
}
|
|
50907
|
+
},
|
|
50908
|
+
"defaultValue": null,
|
|
50909
|
+
"isDeprecated": false,
|
|
50910
|
+
"deprecationReason": null
|
|
50911
|
+
}
|
|
50912
|
+
],
|
|
50913
|
+
"type": {
|
|
50914
|
+
"kind": "NON_NULL",
|
|
50915
|
+
"name": null,
|
|
50916
|
+
"ofType": {
|
|
50917
|
+
"kind": "OBJECT",
|
|
50918
|
+
"name": "CASvcPromptTemplate",
|
|
50919
|
+
"ofType": null
|
|
50920
|
+
}
|
|
50921
|
+
},
|
|
50922
|
+
"isDeprecated": false,
|
|
50923
|
+
"deprecationReason": null
|
|
50924
|
+
},
|
|
50925
|
+
{
|
|
50926
|
+
"name": "caSvcUpdateResourceGroupName",
|
|
50927
|
+
"description": null,
|
|
50928
|
+
"args": [
|
|
50929
|
+
{
|
|
50930
|
+
"name": "id",
|
|
50931
|
+
"description": null,
|
|
50932
|
+
"type": {
|
|
50933
|
+
"kind": "NON_NULL",
|
|
50934
|
+
"name": null,
|
|
50935
|
+
"ofType": {
|
|
50936
|
+
"kind": "SCALAR",
|
|
50937
|
+
"name": "ID",
|
|
50938
|
+
"ofType": null
|
|
50939
|
+
}
|
|
50940
|
+
},
|
|
50941
|
+
"defaultValue": null,
|
|
50942
|
+
"isDeprecated": false,
|
|
50943
|
+
"deprecationReason": null
|
|
50944
|
+
},
|
|
50945
|
+
{
|
|
50946
|
+
"name": "name",
|
|
50947
|
+
"description": null,
|
|
50948
|
+
"type": {
|
|
50949
|
+
"kind": "NON_NULL",
|
|
50950
|
+
"name": null,
|
|
50951
|
+
"ofType": {
|
|
50952
|
+
"kind": "SCALAR",
|
|
50953
|
+
"name": "String",
|
|
50954
|
+
"ofType": null
|
|
50955
|
+
}
|
|
50956
|
+
},
|
|
50957
|
+
"defaultValue": null,
|
|
50958
|
+
"isDeprecated": false,
|
|
50959
|
+
"deprecationReason": null
|
|
50960
|
+
}
|
|
50961
|
+
],
|
|
50962
|
+
"type": {
|
|
50963
|
+
"kind": "NON_NULL",
|
|
50964
|
+
"name": null,
|
|
50965
|
+
"ofType": {
|
|
50966
|
+
"kind": "OBJECT",
|
|
50967
|
+
"name": "CASvcResourceGroup",
|
|
50968
|
+
"ofType": null
|
|
50969
|
+
}
|
|
50970
|
+
},
|
|
50971
|
+
"isDeprecated": false,
|
|
50972
|
+
"deprecationReason": null
|
|
50973
|
+
},
|
|
50245
50974
|
{
|
|
50246
50975
|
"name": "cancelContract",
|
|
50247
50976
|
"description": null,
|
|
@@ -68539,6 +69268,47 @@
|
|
|
68539
69268
|
"isDeprecated": false,
|
|
68540
69269
|
"deprecationReason": null
|
|
68541
69270
|
},
|
|
69271
|
+
{
|
|
69272
|
+
"name": "caSvcAnalysisRuns",
|
|
69273
|
+
"description": null,
|
|
69274
|
+
"args": [
|
|
69275
|
+
{
|
|
69276
|
+
"name": "limit",
|
|
69277
|
+
"description": null,
|
|
69278
|
+
"type": {
|
|
69279
|
+
"kind": "SCALAR",
|
|
69280
|
+
"name": "Int",
|
|
69281
|
+
"ofType": null
|
|
69282
|
+
},
|
|
69283
|
+
"defaultValue": null,
|
|
69284
|
+
"isDeprecated": false,
|
|
69285
|
+
"deprecationReason": null
|
|
69286
|
+
},
|
|
69287
|
+
{
|
|
69288
|
+
"name": "offset",
|
|
69289
|
+
"description": null,
|
|
69290
|
+
"type": {
|
|
69291
|
+
"kind": "SCALAR",
|
|
69292
|
+
"name": "Int",
|
|
69293
|
+
"ofType": null
|
|
69294
|
+
},
|
|
69295
|
+
"defaultValue": null,
|
|
69296
|
+
"isDeprecated": false,
|
|
69297
|
+
"deprecationReason": null
|
|
69298
|
+
}
|
|
69299
|
+
],
|
|
69300
|
+
"type": {
|
|
69301
|
+
"kind": "NON_NULL",
|
|
69302
|
+
"name": null,
|
|
69303
|
+
"ofType": {
|
|
69304
|
+
"kind": "OBJECT",
|
|
69305
|
+
"name": "CASvcAnalysisRunsCollection",
|
|
69306
|
+
"ofType": null
|
|
69307
|
+
}
|
|
69308
|
+
},
|
|
69309
|
+
"isDeprecated": false,
|
|
69310
|
+
"deprecationReason": null
|
|
69311
|
+
},
|
|
68542
69312
|
{
|
|
68543
69313
|
"name": "caSvcFragment",
|
|
68544
69314
|
"description": null,
|
|
@@ -68568,6 +69338,47 @@
|
|
|
68568
69338
|
"isDeprecated": false,
|
|
68569
69339
|
"deprecationReason": null
|
|
68570
69340
|
},
|
|
69341
|
+
{
|
|
69342
|
+
"name": "caSvcFragments",
|
|
69343
|
+
"description": null,
|
|
69344
|
+
"args": [
|
|
69345
|
+
{
|
|
69346
|
+
"name": "limit",
|
|
69347
|
+
"description": null,
|
|
69348
|
+
"type": {
|
|
69349
|
+
"kind": "SCALAR",
|
|
69350
|
+
"name": "Int",
|
|
69351
|
+
"ofType": null
|
|
69352
|
+
},
|
|
69353
|
+
"defaultValue": null,
|
|
69354
|
+
"isDeprecated": false,
|
|
69355
|
+
"deprecationReason": null
|
|
69356
|
+
},
|
|
69357
|
+
{
|
|
69358
|
+
"name": "offset",
|
|
69359
|
+
"description": null,
|
|
69360
|
+
"type": {
|
|
69361
|
+
"kind": "SCALAR",
|
|
69362
|
+
"name": "Int",
|
|
69363
|
+
"ofType": null
|
|
69364
|
+
},
|
|
69365
|
+
"defaultValue": null,
|
|
69366
|
+
"isDeprecated": false,
|
|
69367
|
+
"deprecationReason": null
|
|
69368
|
+
}
|
|
69369
|
+
],
|
|
69370
|
+
"type": {
|
|
69371
|
+
"kind": "NON_NULL",
|
|
69372
|
+
"name": null,
|
|
69373
|
+
"ofType": {
|
|
69374
|
+
"kind": "OBJECT",
|
|
69375
|
+
"name": "CASvcFragmentsCollection",
|
|
69376
|
+
"ofType": null
|
|
69377
|
+
}
|
|
69378
|
+
},
|
|
69379
|
+
"isDeprecated": false,
|
|
69380
|
+
"deprecationReason": null
|
|
69381
|
+
},
|
|
68571
69382
|
{
|
|
68572
69383
|
"name": "caSvcGetPrompt",
|
|
68573
69384
|
"description": null,
|
|
@@ -68630,6 +69441,88 @@
|
|
|
68630
69441
|
"isDeprecated": false,
|
|
68631
69442
|
"deprecationReason": null
|
|
68632
69443
|
},
|
|
69444
|
+
{
|
|
69445
|
+
"name": "caSvcPromptTemplates",
|
|
69446
|
+
"description": null,
|
|
69447
|
+
"args": [
|
|
69448
|
+
{
|
|
69449
|
+
"name": "limit",
|
|
69450
|
+
"description": null,
|
|
69451
|
+
"type": {
|
|
69452
|
+
"kind": "SCALAR",
|
|
69453
|
+
"name": "Int",
|
|
69454
|
+
"ofType": null
|
|
69455
|
+
},
|
|
69456
|
+
"defaultValue": null,
|
|
69457
|
+
"isDeprecated": false,
|
|
69458
|
+
"deprecationReason": null
|
|
69459
|
+
},
|
|
69460
|
+
{
|
|
69461
|
+
"name": "offset",
|
|
69462
|
+
"description": null,
|
|
69463
|
+
"type": {
|
|
69464
|
+
"kind": "SCALAR",
|
|
69465
|
+
"name": "Int",
|
|
69466
|
+
"ofType": null
|
|
69467
|
+
},
|
|
69468
|
+
"defaultValue": null,
|
|
69469
|
+
"isDeprecated": false,
|
|
69470
|
+
"deprecationReason": null
|
|
69471
|
+
}
|
|
69472
|
+
],
|
|
69473
|
+
"type": {
|
|
69474
|
+
"kind": "NON_NULL",
|
|
69475
|
+
"name": null,
|
|
69476
|
+
"ofType": {
|
|
69477
|
+
"kind": "OBJECT",
|
|
69478
|
+
"name": "CASvcPromptTemplatesCollection",
|
|
69479
|
+
"ofType": null
|
|
69480
|
+
}
|
|
69481
|
+
},
|
|
69482
|
+
"isDeprecated": false,
|
|
69483
|
+
"deprecationReason": null
|
|
69484
|
+
},
|
|
69485
|
+
{
|
|
69486
|
+
"name": "caSvcPrompts",
|
|
69487
|
+
"description": null,
|
|
69488
|
+
"args": [
|
|
69489
|
+
{
|
|
69490
|
+
"name": "limit",
|
|
69491
|
+
"description": null,
|
|
69492
|
+
"type": {
|
|
69493
|
+
"kind": "SCALAR",
|
|
69494
|
+
"name": "Int",
|
|
69495
|
+
"ofType": null
|
|
69496
|
+
},
|
|
69497
|
+
"defaultValue": null,
|
|
69498
|
+
"isDeprecated": false,
|
|
69499
|
+
"deprecationReason": null
|
|
69500
|
+
},
|
|
69501
|
+
{
|
|
69502
|
+
"name": "offset",
|
|
69503
|
+
"description": null,
|
|
69504
|
+
"type": {
|
|
69505
|
+
"kind": "SCALAR",
|
|
69506
|
+
"name": "Int",
|
|
69507
|
+
"ofType": null
|
|
69508
|
+
},
|
|
69509
|
+
"defaultValue": null,
|
|
69510
|
+
"isDeprecated": false,
|
|
69511
|
+
"deprecationReason": null
|
|
69512
|
+
}
|
|
69513
|
+
],
|
|
69514
|
+
"type": {
|
|
69515
|
+
"kind": "NON_NULL",
|
|
69516
|
+
"name": null,
|
|
69517
|
+
"ofType": {
|
|
69518
|
+
"kind": "OBJECT",
|
|
69519
|
+
"name": "CASvcPromptsCollection",
|
|
69520
|
+
"ofType": null
|
|
69521
|
+
}
|
|
69522
|
+
},
|
|
69523
|
+
"isDeprecated": false,
|
|
69524
|
+
"deprecationReason": null
|
|
69525
|
+
},
|
|
68633
69526
|
{
|
|
68634
69527
|
"name": "caSvcResourceGroup",
|
|
68635
69528
|
"description": null,
|
|
@@ -68745,6 +69638,47 @@
|
|
|
68745
69638
|
"isDeprecated": false,
|
|
68746
69639
|
"deprecationReason": null
|
|
68747
69640
|
},
|
|
69641
|
+
{
|
|
69642
|
+
"name": "caSvcResourceGroups",
|
|
69643
|
+
"description": null,
|
|
69644
|
+
"args": [
|
|
69645
|
+
{
|
|
69646
|
+
"name": "limit",
|
|
69647
|
+
"description": null,
|
|
69648
|
+
"type": {
|
|
69649
|
+
"kind": "SCALAR",
|
|
69650
|
+
"name": "Int",
|
|
69651
|
+
"ofType": null
|
|
69652
|
+
},
|
|
69653
|
+
"defaultValue": null,
|
|
69654
|
+
"isDeprecated": false,
|
|
69655
|
+
"deprecationReason": null
|
|
69656
|
+
},
|
|
69657
|
+
{
|
|
69658
|
+
"name": "offset",
|
|
69659
|
+
"description": null,
|
|
69660
|
+
"type": {
|
|
69661
|
+
"kind": "SCALAR",
|
|
69662
|
+
"name": "Int",
|
|
69663
|
+
"ofType": null
|
|
69664
|
+
},
|
|
69665
|
+
"defaultValue": null,
|
|
69666
|
+
"isDeprecated": false,
|
|
69667
|
+
"deprecationReason": null
|
|
69668
|
+
}
|
|
69669
|
+
],
|
|
69670
|
+
"type": {
|
|
69671
|
+
"kind": "NON_NULL",
|
|
69672
|
+
"name": null,
|
|
69673
|
+
"ofType": {
|
|
69674
|
+
"kind": "OBJECT",
|
|
69675
|
+
"name": "CASvcResourceGroupsCollection",
|
|
69676
|
+
"ofType": null
|
|
69677
|
+
}
|
|
69678
|
+
},
|
|
69679
|
+
"isDeprecated": false,
|
|
69680
|
+
"deprecationReason": null
|
|
69681
|
+
},
|
|
68748
69682
|
{
|
|
68749
69683
|
"name": "caSvcResultsByResourceGroupMemberId",
|
|
68750
69684
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -1149,6 +1149,12 @@ export type CaSvcAddFragmentToPromptInput = {
|
|
|
1149
1149
|
prompt_id: Scalars['ID']['input'];
|
|
1150
1150
|
};
|
|
1151
1151
|
|
|
1152
|
+
export type CaSvcAddFragmentsToPromptInput = {
|
|
1153
|
+
fragmentIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1154
|
+
fragments?: InputMaybe<Array<CaSvcFragmentInput>>;
|
|
1155
|
+
promptId: Scalars['ID']['input'];
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1152
1158
|
export type CaSvcAddResourceGroupMembersInput = {
|
|
1153
1159
|
members: Array<CaSvcResourceInput>;
|
|
1154
1160
|
resourceGroupId: Scalars['ID']['input'];
|
|
@@ -1196,6 +1202,13 @@ export type CaSvcAnalysisRunMessagesCollection = {
|
|
|
1196
1202
|
totalCount: Scalars['Int']['output'];
|
|
1197
1203
|
};
|
|
1198
1204
|
|
|
1205
|
+
export type CaSvcAnalysisRunsCollection = {
|
|
1206
|
+
__typename?: 'CASvcAnalysisRunsCollection';
|
|
1207
|
+
data?: Maybe<Array<CaSvcAnalysisRun>>;
|
|
1208
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1209
|
+
totalCount: Scalars['Int']['output'];
|
|
1210
|
+
};
|
|
1211
|
+
|
|
1199
1212
|
export type CaSvcFragment = {
|
|
1200
1213
|
__typename?: 'CASvcFragment';
|
|
1201
1214
|
createdAt: Scalars['String']['output'];
|
|
@@ -1207,6 +1220,22 @@ export type CaSvcFragmentInput = {
|
|
|
1207
1220
|
text: Scalars['String']['input'];
|
|
1208
1221
|
};
|
|
1209
1222
|
|
|
1223
|
+
export type CaSvcFragmentsCollection = {
|
|
1224
|
+
__typename?: 'CASvcFragmentsCollection';
|
|
1225
|
+
data?: Maybe<Array<CaSvcFragment>>;
|
|
1226
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1227
|
+
totalCount: Scalars['Int']['output'];
|
|
1228
|
+
};
|
|
1229
|
+
|
|
1230
|
+
export type CaSvcGeneratePromptInput = {
|
|
1231
|
+
fragmentIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
1232
|
+
fragments?: InputMaybe<Array<CaSvcFragmentInput>>;
|
|
1233
|
+
promptId?: InputMaybe<Scalars['ID']['input']>;
|
|
1234
|
+
resourceGroupMemberId: Scalars['ID']['input'];
|
|
1235
|
+
template?: InputMaybe<Scalars['String']['input']>;
|
|
1236
|
+
templateId?: InputMaybe<Scalars['ID']['input']>;
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1210
1239
|
export type CaSvcPrompt = {
|
|
1211
1240
|
__typename?: 'CASvcPrompt';
|
|
1212
1241
|
createdAt: Scalars['String']['output'];
|
|
@@ -1238,11 +1267,26 @@ export type CaSvcPromptTemplateInput = {
|
|
|
1238
1267
|
template: Scalars['String']['input'];
|
|
1239
1268
|
};
|
|
1240
1269
|
|
|
1270
|
+
export type CaSvcPromptTemplatesCollection = {
|
|
1271
|
+
__typename?: 'CASvcPromptTemplatesCollection';
|
|
1272
|
+
data?: Maybe<Array<CaSvcPromptTemplate>>;
|
|
1273
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1274
|
+
totalCount: Scalars['Int']['output'];
|
|
1275
|
+
};
|
|
1276
|
+
|
|
1277
|
+
export type CaSvcPromptsCollection = {
|
|
1278
|
+
__typename?: 'CASvcPromptsCollection';
|
|
1279
|
+
data?: Maybe<Array<CaSvcPrompt>>;
|
|
1280
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1281
|
+
totalCount: Scalars['Int']['output'];
|
|
1282
|
+
};
|
|
1283
|
+
|
|
1241
1284
|
export type CaSvcResourceGroup = {
|
|
1242
1285
|
__typename?: 'CASvcResourceGroup';
|
|
1243
1286
|
createdAt: Scalars['String']['output'];
|
|
1244
1287
|
id: Scalars['ID']['output'];
|
|
1245
1288
|
members: Array<CaSvcResourceGroupMember>;
|
|
1289
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
1246
1290
|
};
|
|
1247
1291
|
|
|
1248
1292
|
export type CaSvcResourceGroupInput = {
|
|
@@ -1275,8 +1319,16 @@ export type CaSvcResourceGroupMembersCollection = {
|
|
|
1275
1319
|
totalCount: Scalars['Int']['output'];
|
|
1276
1320
|
};
|
|
1277
1321
|
|
|
1322
|
+
export type CaSvcResourceGroupsCollection = {
|
|
1323
|
+
__typename?: 'CASvcResourceGroupsCollection';
|
|
1324
|
+
data?: Maybe<Array<CaSvcResourceGroup>>;
|
|
1325
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1326
|
+
totalCount: Scalars['Int']['output'];
|
|
1327
|
+
};
|
|
1328
|
+
|
|
1278
1329
|
export type CaSvcResourceInput = {
|
|
1279
1330
|
metadata?: InputMaybe<Scalars['Map']['input']>;
|
|
1331
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1280
1332
|
resource: Scalars['String']['input'];
|
|
1281
1333
|
resourceId: Scalars['String']['input'];
|
|
1282
1334
|
};
|
|
@@ -5294,6 +5346,7 @@ export type Mutation = {
|
|
|
5294
5346
|
/** @deprecated We want to remove all use cases were a File is required as input. Please use an alternative method. */
|
|
5295
5347
|
bulkUpdateRetailerData?: Maybe<UploadCsvResponse>;
|
|
5296
5348
|
caSvcAddFragmentToPrompt: Scalars['Boolean']['output'];
|
|
5349
|
+
caSvcAddFragmentsToPrompt: Scalars['Boolean']['output'];
|
|
5297
5350
|
caSvcAddMemberToResourceGroup: CaSvcResourceGroupMember;
|
|
5298
5351
|
caSvcCreateAnalysisRun: CaSvcAnalysisRun;
|
|
5299
5352
|
caSvcCreateAnalysisRunForGroup: CaSvcAnalysisRun;
|
|
@@ -5303,7 +5356,11 @@ export type Mutation = {
|
|
|
5303
5356
|
caSvcCreateResourceGroup: CaSvcResourceGroup;
|
|
5304
5357
|
caSvcCreateResourceGroupMember: CaSvcResourceGroupMember;
|
|
5305
5358
|
caSvcCreateResult: CaSvcResult;
|
|
5359
|
+
caSvcGeneratePrompt: Scalars['String']['output'];
|
|
5306
5360
|
caSvcRemoveFragmentFromPrompt: Scalars['Boolean']['output'];
|
|
5361
|
+
caSvcUpdatePromptName: CaSvcPrompt;
|
|
5362
|
+
caSvcUpdatePromptTemplateName: CaSvcPromptTemplate;
|
|
5363
|
+
caSvcUpdateResourceGroupName: CaSvcResourceGroup;
|
|
5307
5364
|
cancelContract?: Maybe<Contract>;
|
|
5308
5365
|
cancelPaymentIntent?: Maybe<Scalars['Boolean']['output']>;
|
|
5309
5366
|
checkResetPasswordToken: Scalars['Boolean']['output'];
|
|
@@ -5964,6 +6021,12 @@ export type MutationCaSvcAddFragmentToPromptArgs = {
|
|
|
5964
6021
|
};
|
|
5965
6022
|
|
|
5966
6023
|
|
|
6024
|
+
/** mutation root */
|
|
6025
|
+
export type MutationCaSvcAddFragmentsToPromptArgs = {
|
|
6026
|
+
input: CaSvcAddFragmentsToPromptInput;
|
|
6027
|
+
};
|
|
6028
|
+
|
|
6029
|
+
|
|
5967
6030
|
/** mutation root */
|
|
5968
6031
|
export type MutationCaSvcAddMemberToResourceGroupArgs = {
|
|
5969
6032
|
input: CaSvcResourceGroupMemberInput;
|
|
@@ -6018,6 +6081,12 @@ export type MutationCaSvcCreateResultArgs = {
|
|
|
6018
6081
|
};
|
|
6019
6082
|
|
|
6020
6083
|
|
|
6084
|
+
/** mutation root */
|
|
6085
|
+
export type MutationCaSvcGeneratePromptArgs = {
|
|
6086
|
+
input: CaSvcGeneratePromptInput;
|
|
6087
|
+
};
|
|
6088
|
+
|
|
6089
|
+
|
|
6021
6090
|
/** mutation root */
|
|
6022
6091
|
export type MutationCaSvcRemoveFragmentFromPromptArgs = {
|
|
6023
6092
|
fragment_id: Scalars['ID']['input'];
|
|
@@ -6025,6 +6094,27 @@ export type MutationCaSvcRemoveFragmentFromPromptArgs = {
|
|
|
6025
6094
|
};
|
|
6026
6095
|
|
|
6027
6096
|
|
|
6097
|
+
/** mutation root */
|
|
6098
|
+
export type MutationCaSvcUpdatePromptNameArgs = {
|
|
6099
|
+
id: Scalars['ID']['input'];
|
|
6100
|
+
name: Scalars['String']['input'];
|
|
6101
|
+
};
|
|
6102
|
+
|
|
6103
|
+
|
|
6104
|
+
/** mutation root */
|
|
6105
|
+
export type MutationCaSvcUpdatePromptTemplateNameArgs = {
|
|
6106
|
+
id: Scalars['ID']['input'];
|
|
6107
|
+
name: Scalars['String']['input'];
|
|
6108
|
+
};
|
|
6109
|
+
|
|
6110
|
+
|
|
6111
|
+
/** mutation root */
|
|
6112
|
+
export type MutationCaSvcUpdateResourceGroupNameArgs = {
|
|
6113
|
+
id: Scalars['ID']['input'];
|
|
6114
|
+
name: Scalars['String']['input'];
|
|
6115
|
+
};
|
|
6116
|
+
|
|
6117
|
+
|
|
6028
6118
|
/** mutation root */
|
|
6029
6119
|
export type MutationCancelContractArgs = {
|
|
6030
6120
|
contractId: Scalars['ID']['input'];
|
|
@@ -8628,12 +8718,17 @@ export type Query = {
|
|
|
8628
8718
|
bulkGetUsersByUuidAndBrandId: BulkGetUsersByUuidAndBrandIdResponse;
|
|
8629
8719
|
caSvcAnalysisRun?: Maybe<CaSvcAnalysisRun>;
|
|
8630
8720
|
caSvcAnalysisRunMessages: CaSvcAnalysisRunMessagesCollection;
|
|
8721
|
+
caSvcAnalysisRuns: CaSvcAnalysisRunsCollection;
|
|
8631
8722
|
caSvcFragment?: Maybe<CaSvcFragment>;
|
|
8723
|
+
caSvcFragments: CaSvcFragmentsCollection;
|
|
8632
8724
|
caSvcGetPrompt: CaSvcPrompt;
|
|
8633
8725
|
caSvcPromptTemplate?: Maybe<CaSvcPromptTemplate>;
|
|
8726
|
+
caSvcPromptTemplates: CaSvcPromptTemplatesCollection;
|
|
8727
|
+
caSvcPrompts: CaSvcPromptsCollection;
|
|
8634
8728
|
caSvcResourceGroup?: Maybe<CaSvcResourceGroup>;
|
|
8635
8729
|
caSvcResourceGroupMember?: Maybe<CaSvcResourceGroupMember>;
|
|
8636
8730
|
caSvcResourceGroupMembersByResourceGroupId: CaSvcResourceGroupMembersCollection;
|
|
8731
|
+
caSvcResourceGroups: CaSvcResourceGroupsCollection;
|
|
8637
8732
|
caSvcResultsByResourceGroupMemberId: CaSvcResultsCollection;
|
|
8638
8733
|
/** fetch data from the table: "enrichment_queries" */
|
|
8639
8734
|
enrichment_queries: Array<Enrichment_Queries>;
|
|
@@ -9062,11 +9157,23 @@ export type QueryCaSvcAnalysisRunMessagesArgs = {
|
|
|
9062
9157
|
};
|
|
9063
9158
|
|
|
9064
9159
|
|
|
9160
|
+
export type QueryCaSvcAnalysisRunsArgs = {
|
|
9161
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9162
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9163
|
+
};
|
|
9164
|
+
|
|
9165
|
+
|
|
9065
9166
|
export type QueryCaSvcFragmentArgs = {
|
|
9066
9167
|
id: Scalars['ID']['input'];
|
|
9067
9168
|
};
|
|
9068
9169
|
|
|
9069
9170
|
|
|
9171
|
+
export type QueryCaSvcFragmentsArgs = {
|
|
9172
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9173
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9174
|
+
};
|
|
9175
|
+
|
|
9176
|
+
|
|
9070
9177
|
export type QueryCaSvcGetPromptArgs = {
|
|
9071
9178
|
id: Scalars['ID']['input'];
|
|
9072
9179
|
};
|
|
@@ -9077,6 +9184,18 @@ export type QueryCaSvcPromptTemplateArgs = {
|
|
|
9077
9184
|
};
|
|
9078
9185
|
|
|
9079
9186
|
|
|
9187
|
+
export type QueryCaSvcPromptTemplatesArgs = {
|
|
9188
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9189
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9190
|
+
};
|
|
9191
|
+
|
|
9192
|
+
|
|
9193
|
+
export type QueryCaSvcPromptsArgs = {
|
|
9194
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9195
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9196
|
+
};
|
|
9197
|
+
|
|
9198
|
+
|
|
9080
9199
|
export type QueryCaSvcResourceGroupArgs = {
|
|
9081
9200
|
id: Scalars['ID']['input'];
|
|
9082
9201
|
};
|
|
@@ -9094,6 +9213,12 @@ export type QueryCaSvcResourceGroupMembersByResourceGroupIdArgs = {
|
|
|
9094
9213
|
};
|
|
9095
9214
|
|
|
9096
9215
|
|
|
9216
|
+
export type QueryCaSvcResourceGroupsArgs = {
|
|
9217
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9218
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9219
|
+
};
|
|
9220
|
+
|
|
9221
|
+
|
|
9097
9222
|
export type QueryCaSvcResultsByResourceGroupMemberIdArgs = {
|
|
9098
9223
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9099
9224
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1117,6 +1117,12 @@ input CASvcAddFragmentToPromptInput {
|
|
|
1117
1117
|
prompt_id: ID!
|
|
1118
1118
|
}
|
|
1119
1119
|
|
|
1120
|
+
input CASvcAddFragmentsToPromptInput {
|
|
1121
|
+
fragmentIds: [ID!]
|
|
1122
|
+
fragments: [CASvcFragmentInput!]
|
|
1123
|
+
promptId: ID!
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1120
1126
|
input CASvcAddResourceGroupMembersInput {
|
|
1121
1127
|
members: [CASvcResourceInput!]!
|
|
1122
1128
|
resourceGroupId: ID!
|
|
@@ -1161,6 +1167,12 @@ type CASvcAnalysisRunMessagesCollection {
|
|
|
1161
1167
|
totalCount: Int!
|
|
1162
1168
|
}
|
|
1163
1169
|
|
|
1170
|
+
type CASvcAnalysisRunsCollection {
|
|
1171
|
+
data: [CASvcAnalysisRun!]
|
|
1172
|
+
hasNextPage: Boolean!
|
|
1173
|
+
totalCount: Int!
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1164
1176
|
type CASvcFragment {
|
|
1165
1177
|
createdAt: String!
|
|
1166
1178
|
id: ID!
|
|
@@ -1171,6 +1183,21 @@ input CASvcFragmentInput {
|
|
|
1171
1183
|
text: String!
|
|
1172
1184
|
}
|
|
1173
1185
|
|
|
1186
|
+
type CASvcFragmentsCollection {
|
|
1187
|
+
data: [CASvcFragment!]
|
|
1188
|
+
hasNextPage: Boolean!
|
|
1189
|
+
totalCount: Int!
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
input CASvcGeneratePromptInput {
|
|
1193
|
+
fragmentIds: [ID!]
|
|
1194
|
+
fragments: [CASvcFragmentInput!]
|
|
1195
|
+
promptId: ID
|
|
1196
|
+
resourceGroupMemberId: ID!
|
|
1197
|
+
template: String
|
|
1198
|
+
templateId: ID
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1174
1201
|
type CASvcPrompt {
|
|
1175
1202
|
createdAt: String!
|
|
1176
1203
|
fragments: [CASvcFragment!]!
|
|
@@ -1200,10 +1227,23 @@ input CASvcPromptTemplateInput {
|
|
|
1200
1227
|
template: String!
|
|
1201
1228
|
}
|
|
1202
1229
|
|
|
1230
|
+
type CASvcPromptTemplatesCollection {
|
|
1231
|
+
data: [CASvcPromptTemplate!]
|
|
1232
|
+
hasNextPage: Boolean!
|
|
1233
|
+
totalCount: Int!
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
type CASvcPromptsCollection {
|
|
1237
|
+
data: [CASvcPrompt!]
|
|
1238
|
+
hasNextPage: Boolean!
|
|
1239
|
+
totalCount: Int!
|
|
1240
|
+
}
|
|
1241
|
+
|
|
1203
1242
|
type CASvcResourceGroup {
|
|
1204
1243
|
createdAt: String!
|
|
1205
1244
|
id: ID!
|
|
1206
1245
|
members: [CASvcResourceGroupMember!]!
|
|
1246
|
+
name: String
|
|
1207
1247
|
}
|
|
1208
1248
|
|
|
1209
1249
|
input CASvcResourceGroupInput {
|
|
@@ -1234,8 +1274,15 @@ type CASvcResourceGroupMembersCollection {
|
|
|
1234
1274
|
totalCount: Int!
|
|
1235
1275
|
}
|
|
1236
1276
|
|
|
1277
|
+
type CASvcResourceGroupsCollection {
|
|
1278
|
+
data: [CASvcResourceGroup!]
|
|
1279
|
+
hasNextPage: Boolean!
|
|
1280
|
+
totalCount: Int!
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1237
1283
|
input CASvcResourceInput {
|
|
1238
1284
|
metadata: Map
|
|
1285
|
+
name: String
|
|
1239
1286
|
resource: String!
|
|
1240
1287
|
resourceId: String!
|
|
1241
1288
|
}
|
|
@@ -5068,6 +5115,7 @@ type Mutation {
|
|
|
5068
5115
|
bulkUpdateDigitalAsset(params: BulkUpdateDigitalAssetParams!): [DigitalAsset]
|
|
5069
5116
|
bulkUpdateRetailerData(brandId: String!, dryrun: Boolean, file: Upload!): UploadCsvResponse @deprecated(reason: "We want to remove all use cases were a File is required as input. Please use an alternative method.")
|
|
5070
5117
|
caSvcAddFragmentToPrompt(input: CASvcAddFragmentToPromptInput): Boolean!
|
|
5118
|
+
caSvcAddFragmentsToPrompt(input: CASvcAddFragmentsToPromptInput!): Boolean!
|
|
5071
5119
|
caSvcAddMemberToResourceGroup(input: CASvcResourceGroupMemberInput!): CASvcResourceGroupMember!
|
|
5072
5120
|
caSvcCreateAnalysisRun(input: CASvcAnalysisRunInput!): CASvcAnalysisRun!
|
|
5073
5121
|
caSvcCreateAnalysisRunForGroup(input: CASvcAnalysisRunGroupInput!): CASvcAnalysisRun!
|
|
@@ -5077,7 +5125,11 @@ type Mutation {
|
|
|
5077
5125
|
caSvcCreateResourceGroup(input: CASvcResourceGroupInput!): CASvcResourceGroup!
|
|
5078
5126
|
caSvcCreateResourceGroupMember(input: CASvcResourceGroupMemberInput!): CASvcResourceGroupMember!
|
|
5079
5127
|
caSvcCreateResult(input: CASvcResultInput!): CASvcResult!
|
|
5128
|
+
caSvcGeneratePrompt(input: CASvcGeneratePromptInput!): String!
|
|
5080
5129
|
caSvcRemoveFragmentFromPrompt(fragment_id: ID!, prompt_id: ID!): Boolean!
|
|
5130
|
+
caSvcUpdatePromptName(id: ID!, name: String!): CASvcPrompt!
|
|
5131
|
+
caSvcUpdatePromptTemplateName(id: ID!, name: String!): CASvcPromptTemplate!
|
|
5132
|
+
caSvcUpdateResourceGroupName(id: ID!, name: String!): CASvcResourceGroup!
|
|
5081
5133
|
cancelContract(contractId: ID!, data: CancelContractData!): Contract
|
|
5082
5134
|
cancelPaymentIntent(id: ID!): Boolean
|
|
5083
5135
|
checkResetPasswordToken(reset_password_token: String!): Boolean!
|
|
@@ -7531,12 +7583,17 @@ type Query {
|
|
|
7531
7583
|
bulkGetUsersByUuidAndBrandId(brand_id: ID!, strict_ordering: Boolean, uuids: [String!]!): BulkGetUsersByUuidAndBrandIdResponse!
|
|
7532
7584
|
caSvcAnalysisRun(id: ID!): CASvcAnalysisRun
|
|
7533
7585
|
caSvcAnalysisRunMessages(analysisRunId: ID!, limit: Int, offset: Int): CASvcAnalysisRunMessagesCollection!
|
|
7586
|
+
caSvcAnalysisRuns(limit: Int, offset: Int): CASvcAnalysisRunsCollection!
|
|
7534
7587
|
caSvcFragment(id: ID!): CASvcFragment
|
|
7588
|
+
caSvcFragments(limit: Int, offset: Int): CASvcFragmentsCollection!
|
|
7535
7589
|
caSvcGetPrompt(id: ID!): CASvcPrompt!
|
|
7536
7590
|
caSvcPromptTemplate(id: ID!): CASvcPromptTemplate
|
|
7591
|
+
caSvcPromptTemplates(limit: Int, offset: Int): CASvcPromptTemplatesCollection!
|
|
7592
|
+
caSvcPrompts(limit: Int, offset: Int): CASvcPromptsCollection!
|
|
7537
7593
|
caSvcResourceGroup(id: ID!): CASvcResourceGroup
|
|
7538
7594
|
caSvcResourceGroupMember(id: ID!): CASvcResourceGroupMember
|
|
7539
7595
|
caSvcResourceGroupMembersByResourceGroupId(limit: Int, offset: Int, resourceGroupId: ID!): CASvcResourceGroupMembersCollection!
|
|
7596
|
+
caSvcResourceGroups(limit: Int, offset: Int): CASvcResourceGroupsCollection!
|
|
7540
7597
|
caSvcResultsByResourceGroupMemberId(limit: Int, offset: Int, resourceGroupMemberId: ID!): CASvcResultsCollection!
|
|
7541
7598
|
|
|
7542
7599
|
"""
|