@promoboxx/graphql-gateway-types 1.837.0 → 1.838.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 +449 -0
- package/index.d.ts +64 -0
- package/package.json +1 -1
- package/schema.graphql +33 -0
package/graphql.schema.json
CHANGED
|
@@ -10309,6 +10309,18 @@
|
|
|
10309
10309
|
"isDeprecated": false,
|
|
10310
10310
|
"deprecationReason": null
|
|
10311
10311
|
},
|
|
10312
|
+
{
|
|
10313
|
+
"name": "promptTemplateId",
|
|
10314
|
+
"description": null,
|
|
10315
|
+
"type": {
|
|
10316
|
+
"kind": "SCALAR",
|
|
10317
|
+
"name": "UUID",
|
|
10318
|
+
"ofType": null
|
|
10319
|
+
},
|
|
10320
|
+
"defaultValue": null,
|
|
10321
|
+
"isDeprecated": false,
|
|
10322
|
+
"deprecationReason": null
|
|
10323
|
+
},
|
|
10312
10324
|
{
|
|
10313
10325
|
"name": "text",
|
|
10314
10326
|
"description": null,
|
|
@@ -10346,6 +10358,49 @@
|
|
|
10346
10358
|
"enumValues": null,
|
|
10347
10359
|
"possibleTypes": null
|
|
10348
10360
|
},
|
|
10361
|
+
{
|
|
10362
|
+
"kind": "INPUT_OBJECT",
|
|
10363
|
+
"name": "CASvcCreatePromptTemplateInput",
|
|
10364
|
+
"description": null,
|
|
10365
|
+
"fields": null,
|
|
10366
|
+
"inputFields": [
|
|
10367
|
+
{
|
|
10368
|
+
"name": "name",
|
|
10369
|
+
"description": null,
|
|
10370
|
+
"type": {
|
|
10371
|
+
"kind": "NON_NULL",
|
|
10372
|
+
"name": null,
|
|
10373
|
+
"ofType": {
|
|
10374
|
+
"kind": "SCALAR",
|
|
10375
|
+
"name": "String",
|
|
10376
|
+
"ofType": null
|
|
10377
|
+
}
|
|
10378
|
+
},
|
|
10379
|
+
"defaultValue": null,
|
|
10380
|
+
"isDeprecated": false,
|
|
10381
|
+
"deprecationReason": null
|
|
10382
|
+
},
|
|
10383
|
+
{
|
|
10384
|
+
"name": "template",
|
|
10385
|
+
"description": null,
|
|
10386
|
+
"type": {
|
|
10387
|
+
"kind": "NON_NULL",
|
|
10388
|
+
"name": null,
|
|
10389
|
+
"ofType": {
|
|
10390
|
+
"kind": "SCALAR",
|
|
10391
|
+
"name": "String",
|
|
10392
|
+
"ofType": null
|
|
10393
|
+
}
|
|
10394
|
+
},
|
|
10395
|
+
"defaultValue": null,
|
|
10396
|
+
"isDeprecated": false,
|
|
10397
|
+
"deprecationReason": null
|
|
10398
|
+
}
|
|
10399
|
+
],
|
|
10400
|
+
"interfaces": null,
|
|
10401
|
+
"enumValues": null,
|
|
10402
|
+
"possibleTypes": null
|
|
10403
|
+
},
|
|
10349
10404
|
{
|
|
10350
10405
|
"kind": "INPUT_OBJECT",
|
|
10351
10406
|
"name": "CASvcCreateResultInput",
|
|
@@ -10458,6 +10513,18 @@
|
|
|
10458
10513
|
"isDeprecated": false,
|
|
10459
10514
|
"deprecationReason": null
|
|
10460
10515
|
},
|
|
10516
|
+
{
|
|
10517
|
+
"name": "promptTemplate",
|
|
10518
|
+
"description": null,
|
|
10519
|
+
"args": [],
|
|
10520
|
+
"type": {
|
|
10521
|
+
"kind": "OBJECT",
|
|
10522
|
+
"name": "CASvcPromptTemplate",
|
|
10523
|
+
"ofType": null
|
|
10524
|
+
},
|
|
10525
|
+
"isDeprecated": false,
|
|
10526
|
+
"deprecationReason": null
|
|
10527
|
+
},
|
|
10461
10528
|
{
|
|
10462
10529
|
"name": "text",
|
|
10463
10530
|
"description": null,
|
|
@@ -10526,6 +10593,18 @@
|
|
|
10526
10593
|
"isDeprecated": false,
|
|
10527
10594
|
"deprecationReason": null
|
|
10528
10595
|
},
|
|
10596
|
+
{
|
|
10597
|
+
"name": "promptTemplateId",
|
|
10598
|
+
"description": null,
|
|
10599
|
+
"type": {
|
|
10600
|
+
"kind": "SCALAR",
|
|
10601
|
+
"name": "UUID",
|
|
10602
|
+
"ofType": null
|
|
10603
|
+
},
|
|
10604
|
+
"defaultValue": null,
|
|
10605
|
+
"isDeprecated": false,
|
|
10606
|
+
"deprecationReason": null
|
|
10607
|
+
},
|
|
10529
10608
|
{
|
|
10530
10609
|
"name": "version",
|
|
10531
10610
|
"description": null,
|
|
@@ -10811,6 +10890,124 @@
|
|
|
10811
10890
|
"enumValues": null,
|
|
10812
10891
|
"possibleTypes": null
|
|
10813
10892
|
},
|
|
10893
|
+
{
|
|
10894
|
+
"kind": "OBJECT",
|
|
10895
|
+
"name": "CASvcPromptTemplate",
|
|
10896
|
+
"description": null,
|
|
10897
|
+
"fields": [
|
|
10898
|
+
{
|
|
10899
|
+
"name": "createdAt",
|
|
10900
|
+
"description": null,
|
|
10901
|
+
"args": [],
|
|
10902
|
+
"type": {
|
|
10903
|
+
"kind": "SCALAR",
|
|
10904
|
+
"name": "Time",
|
|
10905
|
+
"ofType": null
|
|
10906
|
+
},
|
|
10907
|
+
"isDeprecated": false,
|
|
10908
|
+
"deprecationReason": null
|
|
10909
|
+
},
|
|
10910
|
+
{
|
|
10911
|
+
"name": "id",
|
|
10912
|
+
"description": null,
|
|
10913
|
+
"args": [],
|
|
10914
|
+
"type": {
|
|
10915
|
+
"kind": "NON_NULL",
|
|
10916
|
+
"name": null,
|
|
10917
|
+
"ofType": {
|
|
10918
|
+
"kind": "SCALAR",
|
|
10919
|
+
"name": "UUID",
|
|
10920
|
+
"ofType": null
|
|
10921
|
+
}
|
|
10922
|
+
},
|
|
10923
|
+
"isDeprecated": false,
|
|
10924
|
+
"deprecationReason": null
|
|
10925
|
+
},
|
|
10926
|
+
{
|
|
10927
|
+
"name": "name",
|
|
10928
|
+
"description": null,
|
|
10929
|
+
"args": [],
|
|
10930
|
+
"type": {
|
|
10931
|
+
"kind": "NON_NULL",
|
|
10932
|
+
"name": null,
|
|
10933
|
+
"ofType": {
|
|
10934
|
+
"kind": "SCALAR",
|
|
10935
|
+
"name": "String",
|
|
10936
|
+
"ofType": null
|
|
10937
|
+
}
|
|
10938
|
+
},
|
|
10939
|
+
"isDeprecated": false,
|
|
10940
|
+
"deprecationReason": null
|
|
10941
|
+
},
|
|
10942
|
+
{
|
|
10943
|
+
"name": "template",
|
|
10944
|
+
"description": null,
|
|
10945
|
+
"args": [],
|
|
10946
|
+
"type": {
|
|
10947
|
+
"kind": "NON_NULL",
|
|
10948
|
+
"name": null,
|
|
10949
|
+
"ofType": {
|
|
10950
|
+
"kind": "SCALAR",
|
|
10951
|
+
"name": "String",
|
|
10952
|
+
"ofType": null
|
|
10953
|
+
}
|
|
10954
|
+
},
|
|
10955
|
+
"isDeprecated": false,
|
|
10956
|
+
"deprecationReason": null
|
|
10957
|
+
},
|
|
10958
|
+
{
|
|
10959
|
+
"name": "updatedAt",
|
|
10960
|
+
"description": null,
|
|
10961
|
+
"args": [],
|
|
10962
|
+
"type": {
|
|
10963
|
+
"kind": "SCALAR",
|
|
10964
|
+
"name": "Time",
|
|
10965
|
+
"ofType": null
|
|
10966
|
+
},
|
|
10967
|
+
"isDeprecated": false,
|
|
10968
|
+
"deprecationReason": null
|
|
10969
|
+
}
|
|
10970
|
+
],
|
|
10971
|
+
"inputFields": null,
|
|
10972
|
+
"interfaces": [],
|
|
10973
|
+
"enumValues": null,
|
|
10974
|
+
"possibleTypes": null
|
|
10975
|
+
},
|
|
10976
|
+
{
|
|
10977
|
+
"kind": "INPUT_OBJECT",
|
|
10978
|
+
"name": "CASvcPromptTemplateFilter",
|
|
10979
|
+
"description": null,
|
|
10980
|
+
"fields": null,
|
|
10981
|
+
"inputFields": [
|
|
10982
|
+
{
|
|
10983
|
+
"name": "id",
|
|
10984
|
+
"description": null,
|
|
10985
|
+
"type": {
|
|
10986
|
+
"kind": "SCALAR",
|
|
10987
|
+
"name": "UUID",
|
|
10988
|
+
"ofType": null
|
|
10989
|
+
},
|
|
10990
|
+
"defaultValue": null,
|
|
10991
|
+
"isDeprecated": false,
|
|
10992
|
+
"deprecationReason": null
|
|
10993
|
+
},
|
|
10994
|
+
{
|
|
10995
|
+
"name": "name",
|
|
10996
|
+
"description": null,
|
|
10997
|
+
"type": {
|
|
10998
|
+
"kind": "SCALAR",
|
|
10999
|
+
"name": "String",
|
|
11000
|
+
"ofType": null
|
|
11001
|
+
},
|
|
11002
|
+
"defaultValue": null,
|
|
11003
|
+
"isDeprecated": false,
|
|
11004
|
+
"deprecationReason": null
|
|
11005
|
+
}
|
|
11006
|
+
],
|
|
11007
|
+
"interfaces": null,
|
|
11008
|
+
"enumValues": null,
|
|
11009
|
+
"possibleTypes": null
|
|
11010
|
+
},
|
|
10814
11011
|
{
|
|
10815
11012
|
"kind": "OBJECT",
|
|
10816
11013
|
"name": "CASvcResult",
|
|
@@ -11097,6 +11294,18 @@
|
|
|
11097
11294
|
"isDeprecated": false,
|
|
11098
11295
|
"deprecationReason": null
|
|
11099
11296
|
},
|
|
11297
|
+
{
|
|
11298
|
+
"name": "promptTemplateId",
|
|
11299
|
+
"description": null,
|
|
11300
|
+
"type": {
|
|
11301
|
+
"kind": "SCALAR",
|
|
11302
|
+
"name": "UUID",
|
|
11303
|
+
"ofType": null
|
|
11304
|
+
},
|
|
11305
|
+
"defaultValue": null,
|
|
11306
|
+
"isDeprecated": false,
|
|
11307
|
+
"deprecationReason": null
|
|
11308
|
+
},
|
|
11100
11309
|
{
|
|
11101
11310
|
"name": "text",
|
|
11102
11311
|
"description": null,
|
|
@@ -11126,6 +11335,57 @@
|
|
|
11126
11335
|
"enumValues": null,
|
|
11127
11336
|
"possibleTypes": null
|
|
11128
11337
|
},
|
|
11338
|
+
{
|
|
11339
|
+
"kind": "INPUT_OBJECT",
|
|
11340
|
+
"name": "CASvcUpdatePromptTemplateInput",
|
|
11341
|
+
"description": null,
|
|
11342
|
+
"fields": null,
|
|
11343
|
+
"inputFields": [
|
|
11344
|
+
{
|
|
11345
|
+
"name": "id",
|
|
11346
|
+
"description": null,
|
|
11347
|
+
"type": {
|
|
11348
|
+
"kind": "NON_NULL",
|
|
11349
|
+
"name": null,
|
|
11350
|
+
"ofType": {
|
|
11351
|
+
"kind": "SCALAR",
|
|
11352
|
+
"name": "UUID",
|
|
11353
|
+
"ofType": null
|
|
11354
|
+
}
|
|
11355
|
+
},
|
|
11356
|
+
"defaultValue": null,
|
|
11357
|
+
"isDeprecated": false,
|
|
11358
|
+
"deprecationReason": null
|
|
11359
|
+
},
|
|
11360
|
+
{
|
|
11361
|
+
"name": "name",
|
|
11362
|
+
"description": null,
|
|
11363
|
+
"type": {
|
|
11364
|
+
"kind": "SCALAR",
|
|
11365
|
+
"name": "String",
|
|
11366
|
+
"ofType": null
|
|
11367
|
+
},
|
|
11368
|
+
"defaultValue": null,
|
|
11369
|
+
"isDeprecated": false,
|
|
11370
|
+
"deprecationReason": null
|
|
11371
|
+
},
|
|
11372
|
+
{
|
|
11373
|
+
"name": "template",
|
|
11374
|
+
"description": null,
|
|
11375
|
+
"type": {
|
|
11376
|
+
"kind": "SCALAR",
|
|
11377
|
+
"name": "String",
|
|
11378
|
+
"ofType": null
|
|
11379
|
+
},
|
|
11380
|
+
"defaultValue": null,
|
|
11381
|
+
"isDeprecated": false,
|
|
11382
|
+
"deprecationReason": null
|
|
11383
|
+
}
|
|
11384
|
+
],
|
|
11385
|
+
"interfaces": null,
|
|
11386
|
+
"enumValues": null,
|
|
11387
|
+
"possibleTypes": null
|
|
11388
|
+
},
|
|
11129
11389
|
{
|
|
11130
11390
|
"kind": "INPUT_OBJECT",
|
|
11131
11391
|
"name": "CASvcUpdateResultInput",
|
|
@@ -48677,6 +48937,39 @@
|
|
|
48677
48937
|
"isDeprecated": false,
|
|
48678
48938
|
"deprecationReason": null
|
|
48679
48939
|
},
|
|
48940
|
+
{
|
|
48941
|
+
"name": "caSvcCreatePromptTemplate",
|
|
48942
|
+
"description": null,
|
|
48943
|
+
"args": [
|
|
48944
|
+
{
|
|
48945
|
+
"name": "input",
|
|
48946
|
+
"description": null,
|
|
48947
|
+
"type": {
|
|
48948
|
+
"kind": "NON_NULL",
|
|
48949
|
+
"name": null,
|
|
48950
|
+
"ofType": {
|
|
48951
|
+
"kind": "INPUT_OBJECT",
|
|
48952
|
+
"name": "CASvcCreatePromptTemplateInput",
|
|
48953
|
+
"ofType": null
|
|
48954
|
+
}
|
|
48955
|
+
},
|
|
48956
|
+
"defaultValue": null,
|
|
48957
|
+
"isDeprecated": false,
|
|
48958
|
+
"deprecationReason": null
|
|
48959
|
+
}
|
|
48960
|
+
],
|
|
48961
|
+
"type": {
|
|
48962
|
+
"kind": "NON_NULL",
|
|
48963
|
+
"name": null,
|
|
48964
|
+
"ofType": {
|
|
48965
|
+
"kind": "OBJECT",
|
|
48966
|
+
"name": "CASvcPromptTemplate",
|
|
48967
|
+
"ofType": null
|
|
48968
|
+
}
|
|
48969
|
+
},
|
|
48970
|
+
"isDeprecated": false,
|
|
48971
|
+
"deprecationReason": null
|
|
48972
|
+
},
|
|
48680
48973
|
{
|
|
48681
48974
|
"name": "caSvcCreateResult",
|
|
48682
48975
|
"description": null,
|
|
@@ -48809,6 +49102,39 @@
|
|
|
48809
49102
|
"isDeprecated": false,
|
|
48810
49103
|
"deprecationReason": null
|
|
48811
49104
|
},
|
|
49105
|
+
{
|
|
49106
|
+
"name": "caSvcDeletePromptTemplate",
|
|
49107
|
+
"description": null,
|
|
49108
|
+
"args": [
|
|
49109
|
+
{
|
|
49110
|
+
"name": "id",
|
|
49111
|
+
"description": null,
|
|
49112
|
+
"type": {
|
|
49113
|
+
"kind": "NON_NULL",
|
|
49114
|
+
"name": null,
|
|
49115
|
+
"ofType": {
|
|
49116
|
+
"kind": "SCALAR",
|
|
49117
|
+
"name": "UUID",
|
|
49118
|
+
"ofType": null
|
|
49119
|
+
}
|
|
49120
|
+
},
|
|
49121
|
+
"defaultValue": null,
|
|
49122
|
+
"isDeprecated": false,
|
|
49123
|
+
"deprecationReason": null
|
|
49124
|
+
}
|
|
49125
|
+
],
|
|
49126
|
+
"type": {
|
|
49127
|
+
"kind": "NON_NULL",
|
|
49128
|
+
"name": null,
|
|
49129
|
+
"ofType": {
|
|
49130
|
+
"kind": "SCALAR",
|
|
49131
|
+
"name": "Boolean",
|
|
49132
|
+
"ofType": null
|
|
49133
|
+
}
|
|
49134
|
+
},
|
|
49135
|
+
"isDeprecated": false,
|
|
49136
|
+
"deprecationReason": null
|
|
49137
|
+
},
|
|
48812
49138
|
{
|
|
48813
49139
|
"name": "caSvcDeleteResult",
|
|
48814
49140
|
"description": null,
|
|
@@ -48941,6 +49267,39 @@
|
|
|
48941
49267
|
"isDeprecated": false,
|
|
48942
49268
|
"deprecationReason": null
|
|
48943
49269
|
},
|
|
49270
|
+
{
|
|
49271
|
+
"name": "caSvcUpdatePromptTemplate",
|
|
49272
|
+
"description": null,
|
|
49273
|
+
"args": [
|
|
49274
|
+
{
|
|
49275
|
+
"name": "input",
|
|
49276
|
+
"description": null,
|
|
49277
|
+
"type": {
|
|
49278
|
+
"kind": "NON_NULL",
|
|
49279
|
+
"name": null,
|
|
49280
|
+
"ofType": {
|
|
49281
|
+
"kind": "INPUT_OBJECT",
|
|
49282
|
+
"name": "CASvcUpdatePromptTemplateInput",
|
|
49283
|
+
"ofType": null
|
|
49284
|
+
}
|
|
49285
|
+
},
|
|
49286
|
+
"defaultValue": null,
|
|
49287
|
+
"isDeprecated": false,
|
|
49288
|
+
"deprecationReason": null
|
|
49289
|
+
}
|
|
49290
|
+
],
|
|
49291
|
+
"type": {
|
|
49292
|
+
"kind": "NON_NULL",
|
|
49293
|
+
"name": null,
|
|
49294
|
+
"ofType": {
|
|
49295
|
+
"kind": "OBJECT",
|
|
49296
|
+
"name": "CASvcPromptTemplate",
|
|
49297
|
+
"ofType": null
|
|
49298
|
+
}
|
|
49299
|
+
},
|
|
49300
|
+
"isDeprecated": false,
|
|
49301
|
+
"deprecationReason": null
|
|
49302
|
+
},
|
|
48944
49303
|
{
|
|
48945
49304
|
"name": "caSvcUpdateResult",
|
|
48946
49305
|
"description": null,
|
|
@@ -67347,6 +67706,96 @@
|
|
|
67347
67706
|
"isDeprecated": false,
|
|
67348
67707
|
"deprecationReason": null
|
|
67349
67708
|
},
|
|
67709
|
+
{
|
|
67710
|
+
"name": "caSvcPromptTemplate",
|
|
67711
|
+
"description": null,
|
|
67712
|
+
"args": [
|
|
67713
|
+
{
|
|
67714
|
+
"name": "id",
|
|
67715
|
+
"description": null,
|
|
67716
|
+
"type": {
|
|
67717
|
+
"kind": "NON_NULL",
|
|
67718
|
+
"name": null,
|
|
67719
|
+
"ofType": {
|
|
67720
|
+
"kind": "SCALAR",
|
|
67721
|
+
"name": "UUID",
|
|
67722
|
+
"ofType": null
|
|
67723
|
+
}
|
|
67724
|
+
},
|
|
67725
|
+
"defaultValue": null,
|
|
67726
|
+
"isDeprecated": false,
|
|
67727
|
+
"deprecationReason": null
|
|
67728
|
+
}
|
|
67729
|
+
],
|
|
67730
|
+
"type": {
|
|
67731
|
+
"kind": "OBJECT",
|
|
67732
|
+
"name": "CASvcPromptTemplate",
|
|
67733
|
+
"ofType": null
|
|
67734
|
+
},
|
|
67735
|
+
"isDeprecated": false,
|
|
67736
|
+
"deprecationReason": null
|
|
67737
|
+
},
|
|
67738
|
+
{
|
|
67739
|
+
"name": "caSvcPromptTemplates",
|
|
67740
|
+
"description": null,
|
|
67741
|
+
"args": [
|
|
67742
|
+
{
|
|
67743
|
+
"name": "filter",
|
|
67744
|
+
"description": null,
|
|
67745
|
+
"type": {
|
|
67746
|
+
"kind": "INPUT_OBJECT",
|
|
67747
|
+
"name": "CASvcPromptTemplateFilter",
|
|
67748
|
+
"ofType": null
|
|
67749
|
+
},
|
|
67750
|
+
"defaultValue": null,
|
|
67751
|
+
"isDeprecated": false,
|
|
67752
|
+
"deprecationReason": null
|
|
67753
|
+
},
|
|
67754
|
+
{
|
|
67755
|
+
"name": "limit",
|
|
67756
|
+
"description": null,
|
|
67757
|
+
"type": {
|
|
67758
|
+
"kind": "SCALAR",
|
|
67759
|
+
"name": "Int",
|
|
67760
|
+
"ofType": null
|
|
67761
|
+
},
|
|
67762
|
+
"defaultValue": "10",
|
|
67763
|
+
"isDeprecated": false,
|
|
67764
|
+
"deprecationReason": null
|
|
67765
|
+
},
|
|
67766
|
+
{
|
|
67767
|
+
"name": "offset",
|
|
67768
|
+
"description": null,
|
|
67769
|
+
"type": {
|
|
67770
|
+
"kind": "SCALAR",
|
|
67771
|
+
"name": "Int",
|
|
67772
|
+
"ofType": null
|
|
67773
|
+
},
|
|
67774
|
+
"defaultValue": "0",
|
|
67775
|
+
"isDeprecated": false,
|
|
67776
|
+
"deprecationReason": null
|
|
67777
|
+
}
|
|
67778
|
+
],
|
|
67779
|
+
"type": {
|
|
67780
|
+
"kind": "NON_NULL",
|
|
67781
|
+
"name": null,
|
|
67782
|
+
"ofType": {
|
|
67783
|
+
"kind": "LIST",
|
|
67784
|
+
"name": null,
|
|
67785
|
+
"ofType": {
|
|
67786
|
+
"kind": "NON_NULL",
|
|
67787
|
+
"name": null,
|
|
67788
|
+
"ofType": {
|
|
67789
|
+
"kind": "OBJECT",
|
|
67790
|
+
"name": "CASvcPromptTemplate",
|
|
67791
|
+
"ofType": null
|
|
67792
|
+
}
|
|
67793
|
+
}
|
|
67794
|
+
}
|
|
67795
|
+
},
|
|
67796
|
+
"isDeprecated": false,
|
|
67797
|
+
"deprecationReason": null
|
|
67798
|
+
},
|
|
67350
67799
|
{
|
|
67351
67800
|
"name": "caSvcPrompts",
|
|
67352
67801
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -1157,10 +1157,16 @@ export type CaSvcCreatePromptGroupMemberInput = {
|
|
|
1157
1157
|
|
|
1158
1158
|
export type CaSvcCreatePromptInput = {
|
|
1159
1159
|
draft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1160
|
+
promptTemplateId?: InputMaybe<Scalars['UUID']['input']>;
|
|
1160
1161
|
text: Scalars['String']['input'];
|
|
1161
1162
|
version: Scalars['String']['input'];
|
|
1162
1163
|
};
|
|
1163
1164
|
|
|
1165
|
+
export type CaSvcCreatePromptTemplateInput = {
|
|
1166
|
+
name: Scalars['String']['input'];
|
|
1167
|
+
template: Scalars['String']['input'];
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1164
1170
|
export type CaSvcCreateResultInput = {
|
|
1165
1171
|
output: Scalars['JSON']['input'];
|
|
1166
1172
|
promptGroup: Scalars['UUID']['input'];
|
|
@@ -1172,6 +1178,7 @@ export type CaSvcPrompt = {
|
|
|
1172
1178
|
createdAt: Scalars['Time']['output'];
|
|
1173
1179
|
draft: Scalars['Boolean']['output'];
|
|
1174
1180
|
id: Scalars['UUID']['output'];
|
|
1181
|
+
promptTemplate?: Maybe<CaSvcPromptTemplate>;
|
|
1175
1182
|
text: Scalars['String']['output'];
|
|
1176
1183
|
version: Scalars['String']['output'];
|
|
1177
1184
|
};
|
|
@@ -1179,6 +1186,7 @@ export type CaSvcPrompt = {
|
|
|
1179
1186
|
export type CaSvcPromptFilter = {
|
|
1180
1187
|
draft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1181
1188
|
id?: InputMaybe<Scalars['UUID']['input']>;
|
|
1189
|
+
promptTemplateId?: InputMaybe<Scalars['UUID']['input']>;
|
|
1182
1190
|
version?: InputMaybe<Scalars['String']['input']>;
|
|
1183
1191
|
};
|
|
1184
1192
|
|
|
@@ -1212,6 +1220,20 @@ export type CaSvcPromptGroupMemberFilter = {
|
|
|
1212
1220
|
resourceId?: InputMaybe<Scalars['String']['input']>;
|
|
1213
1221
|
};
|
|
1214
1222
|
|
|
1223
|
+
export type CaSvcPromptTemplate = {
|
|
1224
|
+
__typename?: 'CASvcPromptTemplate';
|
|
1225
|
+
createdAt?: Maybe<Scalars['Time']['output']>;
|
|
1226
|
+
id: Scalars['UUID']['output'];
|
|
1227
|
+
name: Scalars['String']['output'];
|
|
1228
|
+
template: Scalars['String']['output'];
|
|
1229
|
+
updatedAt?: Maybe<Scalars['Time']['output']>;
|
|
1230
|
+
};
|
|
1231
|
+
|
|
1232
|
+
export type CaSvcPromptTemplateFilter = {
|
|
1233
|
+
id?: InputMaybe<Scalars['UUID']['input']>;
|
|
1234
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1235
|
+
};
|
|
1236
|
+
|
|
1215
1237
|
export type CaSvcResult = {
|
|
1216
1238
|
__typename?: 'CASvcResult';
|
|
1217
1239
|
createdAt: Scalars['Time']['output'];
|
|
@@ -1243,10 +1265,17 @@ export type CaSvcUpdatePromptGroupMemberInput = {
|
|
|
1243
1265
|
export type CaSvcUpdatePromptInput = {
|
|
1244
1266
|
draft?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1245
1267
|
id: Scalars['UUID']['input'];
|
|
1268
|
+
promptTemplateId?: InputMaybe<Scalars['UUID']['input']>;
|
|
1246
1269
|
text?: InputMaybe<Scalars['String']['input']>;
|
|
1247
1270
|
version?: InputMaybe<Scalars['String']['input']>;
|
|
1248
1271
|
};
|
|
1249
1272
|
|
|
1273
|
+
export type CaSvcUpdatePromptTemplateInput = {
|
|
1274
|
+
id: Scalars['UUID']['input'];
|
|
1275
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
1276
|
+
template?: InputMaybe<Scalars['String']['input']>;
|
|
1277
|
+
};
|
|
1278
|
+
|
|
1250
1279
|
export type CaSvcUpdateResultInput = {
|
|
1251
1280
|
id: Scalars['UUID']['input'];
|
|
1252
1281
|
output?: InputMaybe<Scalars['JSON']['input']>;
|
|
@@ -5223,14 +5252,17 @@ export type Mutation = {
|
|
|
5223
5252
|
caSvcCreatePrompt: CaSvcPrompt;
|
|
5224
5253
|
caSvcCreatePromptGroup: CaSvcPromptGroup;
|
|
5225
5254
|
caSvcCreatePromptGroupMember: CaSvcPromptGroupMember;
|
|
5255
|
+
caSvcCreatePromptTemplate: CaSvcPromptTemplate;
|
|
5226
5256
|
caSvcCreateResult: CaSvcResult;
|
|
5227
5257
|
caSvcDeletePrompt: Scalars['Boolean']['output'];
|
|
5228
5258
|
caSvcDeletePromptGroup: Scalars['Boolean']['output'];
|
|
5229
5259
|
caSvcDeletePromptGroupMember: Scalars['Boolean']['output'];
|
|
5260
|
+
caSvcDeletePromptTemplate: Scalars['Boolean']['output'];
|
|
5230
5261
|
caSvcDeleteResult: Scalars['Boolean']['output'];
|
|
5231
5262
|
caSvcUpdatePrompt: CaSvcPrompt;
|
|
5232
5263
|
caSvcUpdatePromptGroup: CaSvcPromptGroup;
|
|
5233
5264
|
caSvcUpdatePromptGroupMember: CaSvcPromptGroupMember;
|
|
5265
|
+
caSvcUpdatePromptTemplate: CaSvcPromptTemplate;
|
|
5234
5266
|
caSvcUpdateResult: CaSvcResult;
|
|
5235
5267
|
cancelContract?: Maybe<Contract>;
|
|
5236
5268
|
cancelPaymentIntent?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -5903,6 +5935,12 @@ export type MutationCaSvcCreatePromptGroupMemberArgs = {
|
|
|
5903
5935
|
};
|
|
5904
5936
|
|
|
5905
5937
|
|
|
5938
|
+
/** mutation root */
|
|
5939
|
+
export type MutationCaSvcCreatePromptTemplateArgs = {
|
|
5940
|
+
input: CaSvcCreatePromptTemplateInput;
|
|
5941
|
+
};
|
|
5942
|
+
|
|
5943
|
+
|
|
5906
5944
|
/** mutation root */
|
|
5907
5945
|
export type MutationCaSvcCreateResultArgs = {
|
|
5908
5946
|
input: CaSvcCreateResultInput;
|
|
@@ -5927,6 +5965,12 @@ export type MutationCaSvcDeletePromptGroupMemberArgs = {
|
|
|
5927
5965
|
};
|
|
5928
5966
|
|
|
5929
5967
|
|
|
5968
|
+
/** mutation root */
|
|
5969
|
+
export type MutationCaSvcDeletePromptTemplateArgs = {
|
|
5970
|
+
id: Scalars['UUID']['input'];
|
|
5971
|
+
};
|
|
5972
|
+
|
|
5973
|
+
|
|
5930
5974
|
/** mutation root */
|
|
5931
5975
|
export type MutationCaSvcDeleteResultArgs = {
|
|
5932
5976
|
id: Scalars['UUID']['input'];
|
|
@@ -5951,6 +5995,12 @@ export type MutationCaSvcUpdatePromptGroupMemberArgs = {
|
|
|
5951
5995
|
};
|
|
5952
5996
|
|
|
5953
5997
|
|
|
5998
|
+
/** mutation root */
|
|
5999
|
+
export type MutationCaSvcUpdatePromptTemplateArgs = {
|
|
6000
|
+
input: CaSvcUpdatePromptTemplateInput;
|
|
6001
|
+
};
|
|
6002
|
+
|
|
6003
|
+
|
|
5954
6004
|
/** mutation root */
|
|
5955
6005
|
export type MutationCaSvcUpdateResultArgs = {
|
|
5956
6006
|
input: CaSvcUpdateResultInput;
|
|
@@ -8558,6 +8608,8 @@ export type Query = {
|
|
|
8558
8608
|
caSvcPromptGroupMember?: Maybe<CaSvcPromptGroupMember>;
|
|
8559
8609
|
caSvcPromptGroupMembers: Array<CaSvcPromptGroupMember>;
|
|
8560
8610
|
caSvcPromptGroups: Array<CaSvcPromptGroup>;
|
|
8611
|
+
caSvcPromptTemplate?: Maybe<CaSvcPromptTemplate>;
|
|
8612
|
+
caSvcPromptTemplates: Array<CaSvcPromptTemplate>;
|
|
8561
8613
|
caSvcPrompts: Array<CaSvcPrompt>;
|
|
8562
8614
|
caSvcResult?: Maybe<CaSvcResult>;
|
|
8563
8615
|
caSvcResults: Array<CaSvcResult>;
|
|
@@ -9004,6 +9056,18 @@ export type QueryCaSvcPromptGroupsArgs = {
|
|
|
9004
9056
|
};
|
|
9005
9057
|
|
|
9006
9058
|
|
|
9059
|
+
export type QueryCaSvcPromptTemplateArgs = {
|
|
9060
|
+
id: Scalars['UUID']['input'];
|
|
9061
|
+
};
|
|
9062
|
+
|
|
9063
|
+
|
|
9064
|
+
export type QueryCaSvcPromptTemplatesArgs = {
|
|
9065
|
+
filter?: InputMaybe<CaSvcPromptTemplateFilter>;
|
|
9066
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9067
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9068
|
+
};
|
|
9069
|
+
|
|
9070
|
+
|
|
9007
9071
|
export type QueryCaSvcPromptsArgs = {
|
|
9008
9072
|
filter?: InputMaybe<CaSvcPromptFilter>;
|
|
9009
9073
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1123,10 +1123,16 @@ input CASvcCreatePromptGroupMemberInput {
|
|
|
1123
1123
|
|
|
1124
1124
|
input CASvcCreatePromptInput {
|
|
1125
1125
|
draft: Boolean = true
|
|
1126
|
+
promptTemplateId: UUID
|
|
1126
1127
|
text: String!
|
|
1127
1128
|
version: String!
|
|
1128
1129
|
}
|
|
1129
1130
|
|
|
1131
|
+
input CASvcCreatePromptTemplateInput {
|
|
1132
|
+
name: String!
|
|
1133
|
+
template: String!
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1130
1136
|
input CASvcCreateResultInput {
|
|
1131
1137
|
output: JSON!
|
|
1132
1138
|
promptGroup: UUID!
|
|
@@ -1137,6 +1143,7 @@ type CASvcPrompt {
|
|
|
1137
1143
|
createdAt: Time!
|
|
1138
1144
|
draft: Boolean!
|
|
1139
1145
|
id: UUID!
|
|
1146
|
+
promptTemplate: CASvcPromptTemplate
|
|
1140
1147
|
text: String!
|
|
1141
1148
|
version: String!
|
|
1142
1149
|
}
|
|
@@ -1144,6 +1151,7 @@ type CASvcPrompt {
|
|
|
1144
1151
|
input CASvcPromptFilter {
|
|
1145
1152
|
draft: Boolean
|
|
1146
1153
|
id: UUID
|
|
1154
|
+
promptTemplateId: UUID
|
|
1147
1155
|
version: String
|
|
1148
1156
|
}
|
|
1149
1157
|
|
|
@@ -1175,6 +1183,19 @@ input CASvcPromptGroupMemberFilter {
|
|
|
1175
1183
|
resourceId: String
|
|
1176
1184
|
}
|
|
1177
1185
|
|
|
1186
|
+
type CASvcPromptTemplate {
|
|
1187
|
+
createdAt: Time
|
|
1188
|
+
id: UUID!
|
|
1189
|
+
name: String!
|
|
1190
|
+
template: String!
|
|
1191
|
+
updatedAt: Time
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
input CASvcPromptTemplateFilter {
|
|
1195
|
+
id: UUID
|
|
1196
|
+
name: String
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1178
1199
|
type CASvcResult {
|
|
1179
1200
|
createdAt: Time!
|
|
1180
1201
|
id: UUID!
|
|
@@ -1205,10 +1226,17 @@ input CASvcUpdatePromptGroupMemberInput {
|
|
|
1205
1226
|
input CASvcUpdatePromptInput {
|
|
1206
1227
|
draft: Boolean
|
|
1207
1228
|
id: UUID!
|
|
1229
|
+
promptTemplateId: UUID
|
|
1208
1230
|
text: String
|
|
1209
1231
|
version: String
|
|
1210
1232
|
}
|
|
1211
1233
|
|
|
1234
|
+
input CASvcUpdatePromptTemplateInput {
|
|
1235
|
+
id: UUID!
|
|
1236
|
+
name: String
|
|
1237
|
+
template: String
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1212
1240
|
input CASvcUpdateResultInput {
|
|
1213
1241
|
id: UUID!
|
|
1214
1242
|
output: JSON
|
|
@@ -5008,14 +5036,17 @@ type Mutation {
|
|
|
5008
5036
|
caSvcCreatePrompt(input: CASvcCreatePromptInput!): CASvcPrompt!
|
|
5009
5037
|
caSvcCreatePromptGroup(input: CASvcCreatePromptGroupInput!): CASvcPromptGroup!
|
|
5010
5038
|
caSvcCreatePromptGroupMember(input: CASvcCreatePromptGroupMemberInput!): CASvcPromptGroupMember!
|
|
5039
|
+
caSvcCreatePromptTemplate(input: CASvcCreatePromptTemplateInput!): CASvcPromptTemplate!
|
|
5011
5040
|
caSvcCreateResult(input: CASvcCreateResultInput!): CASvcResult!
|
|
5012
5041
|
caSvcDeletePrompt(id: UUID!): Boolean!
|
|
5013
5042
|
caSvcDeletePromptGroup(id: UUID!): Boolean!
|
|
5014
5043
|
caSvcDeletePromptGroupMember(id: UUID!): Boolean!
|
|
5044
|
+
caSvcDeletePromptTemplate(id: UUID!): Boolean!
|
|
5015
5045
|
caSvcDeleteResult(id: UUID!): Boolean!
|
|
5016
5046
|
caSvcUpdatePrompt(input: CASvcUpdatePromptInput!): CASvcPrompt!
|
|
5017
5047
|
caSvcUpdatePromptGroup(input: CASvcUpdatePromptGroupInput!): CASvcPromptGroup!
|
|
5018
5048
|
caSvcUpdatePromptGroupMember(input: CASvcUpdatePromptGroupMemberInput!): CASvcPromptGroupMember!
|
|
5049
|
+
caSvcUpdatePromptTemplate(input: CASvcUpdatePromptTemplateInput!): CASvcPromptTemplate!
|
|
5019
5050
|
caSvcUpdateResult(input: CASvcUpdateResultInput!): CASvcResult!
|
|
5020
5051
|
cancelContract(contractId: ID!, data: CancelContractData!): Contract
|
|
5021
5052
|
cancelPaymentIntent(id: ID!): Boolean
|
|
@@ -7474,6 +7505,8 @@ type Query {
|
|
|
7474
7505
|
caSvcPromptGroupMember(id: UUID!): CASvcPromptGroupMember
|
|
7475
7506
|
caSvcPromptGroupMembers(filter: CASvcPromptGroupMemberFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptGroupMember!]!
|
|
7476
7507
|
caSvcPromptGroups(filter: CASvcPromptGroupFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptGroup!]!
|
|
7508
|
+
caSvcPromptTemplate(id: UUID!): CASvcPromptTemplate
|
|
7509
|
+
caSvcPromptTemplates(filter: CASvcPromptTemplateFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptTemplate!]!
|
|
7477
7510
|
caSvcPrompts(filter: CASvcPromptFilter, limit: Int = 10, offset: Int = 0): [CASvcPrompt!]!
|
|
7478
7511
|
caSvcResult(id: UUID!): CASvcResult
|
|
7479
7512
|
caSvcResults(filter: CASvcResultFilter, limit: Int = 10, offset: Int = 0): [CASvcResult!]!
|