@promoboxx/graphql-gateway-types 1.859.0 → 1.861.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 +508 -0
- package/index.d.ts +71 -0
- package/package.json +1 -1
- package/schema.graphql +37 -0
package/graphql.schema.json
CHANGED
|
@@ -10205,6 +10205,313 @@
|
|
|
10205
10205
|
"enumValues": null,
|
|
10206
10206
|
"possibleTypes": null
|
|
10207
10207
|
},
|
|
10208
|
+
{
|
|
10209
|
+
"kind": "OBJECT",
|
|
10210
|
+
"name": "CASvcAnalysisRun",
|
|
10211
|
+
"description": null,
|
|
10212
|
+
"fields": [
|
|
10213
|
+
{
|
|
10214
|
+
"name": "createdAt",
|
|
10215
|
+
"description": null,
|
|
10216
|
+
"args": [],
|
|
10217
|
+
"type": {
|
|
10218
|
+
"kind": "SCALAR",
|
|
10219
|
+
"name": "String",
|
|
10220
|
+
"ofType": null
|
|
10221
|
+
},
|
|
10222
|
+
"isDeprecated": false,
|
|
10223
|
+
"deprecationReason": null
|
|
10224
|
+
},
|
|
10225
|
+
{
|
|
10226
|
+
"name": "id",
|
|
10227
|
+
"description": null,
|
|
10228
|
+
"args": [],
|
|
10229
|
+
"type": {
|
|
10230
|
+
"kind": "NON_NULL",
|
|
10231
|
+
"name": null,
|
|
10232
|
+
"ofType": {
|
|
10233
|
+
"kind": "SCALAR",
|
|
10234
|
+
"name": "ID",
|
|
10235
|
+
"ofType": null
|
|
10236
|
+
}
|
|
10237
|
+
},
|
|
10238
|
+
"isDeprecated": false,
|
|
10239
|
+
"deprecationReason": null
|
|
10240
|
+
},
|
|
10241
|
+
{
|
|
10242
|
+
"name": "promptGroup",
|
|
10243
|
+
"description": null,
|
|
10244
|
+
"args": [],
|
|
10245
|
+
"type": {
|
|
10246
|
+
"kind": "OBJECT",
|
|
10247
|
+
"name": "CASvcPromptGroup",
|
|
10248
|
+
"ofType": null
|
|
10249
|
+
},
|
|
10250
|
+
"isDeprecated": false,
|
|
10251
|
+
"deprecationReason": null
|
|
10252
|
+
},
|
|
10253
|
+
{
|
|
10254
|
+
"name": "promptGroupId",
|
|
10255
|
+
"description": null,
|
|
10256
|
+
"args": [],
|
|
10257
|
+
"type": {
|
|
10258
|
+
"kind": "NON_NULL",
|
|
10259
|
+
"name": null,
|
|
10260
|
+
"ofType": {
|
|
10261
|
+
"kind": "SCALAR",
|
|
10262
|
+
"name": "ID",
|
|
10263
|
+
"ofType": null
|
|
10264
|
+
}
|
|
10265
|
+
},
|
|
10266
|
+
"isDeprecated": false,
|
|
10267
|
+
"deprecationReason": null
|
|
10268
|
+
},
|
|
10269
|
+
{
|
|
10270
|
+
"name": "promptTemplate",
|
|
10271
|
+
"description": null,
|
|
10272
|
+
"args": [],
|
|
10273
|
+
"type": {
|
|
10274
|
+
"kind": "OBJECT",
|
|
10275
|
+
"name": "CASvcPromptTemplate",
|
|
10276
|
+
"ofType": null
|
|
10277
|
+
},
|
|
10278
|
+
"isDeprecated": false,
|
|
10279
|
+
"deprecationReason": null
|
|
10280
|
+
},
|
|
10281
|
+
{
|
|
10282
|
+
"name": "promptTemplateId",
|
|
10283
|
+
"description": null,
|
|
10284
|
+
"args": [],
|
|
10285
|
+
"type": {
|
|
10286
|
+
"kind": "NON_NULL",
|
|
10287
|
+
"name": null,
|
|
10288
|
+
"ofType": {
|
|
10289
|
+
"kind": "SCALAR",
|
|
10290
|
+
"name": "ID",
|
|
10291
|
+
"ofType": null
|
|
10292
|
+
}
|
|
10293
|
+
},
|
|
10294
|
+
"isDeprecated": false,
|
|
10295
|
+
"deprecationReason": null
|
|
10296
|
+
},
|
|
10297
|
+
{
|
|
10298
|
+
"name": "updatedAt",
|
|
10299
|
+
"description": null,
|
|
10300
|
+
"args": [],
|
|
10301
|
+
"type": {
|
|
10302
|
+
"kind": "SCALAR",
|
|
10303
|
+
"name": "String",
|
|
10304
|
+
"ofType": null
|
|
10305
|
+
},
|
|
10306
|
+
"isDeprecated": false,
|
|
10307
|
+
"deprecationReason": null
|
|
10308
|
+
}
|
|
10309
|
+
],
|
|
10310
|
+
"inputFields": null,
|
|
10311
|
+
"interfaces": [],
|
|
10312
|
+
"enumValues": null,
|
|
10313
|
+
"possibleTypes": null
|
|
10314
|
+
},
|
|
10315
|
+
{
|
|
10316
|
+
"kind": "INPUT_OBJECT",
|
|
10317
|
+
"name": "CASvcAnalysisRunInput",
|
|
10318
|
+
"description": null,
|
|
10319
|
+
"fields": null,
|
|
10320
|
+
"inputFields": [
|
|
10321
|
+
{
|
|
10322
|
+
"name": "promptGroupId",
|
|
10323
|
+
"description": null,
|
|
10324
|
+
"type": {
|
|
10325
|
+
"kind": "NON_NULL",
|
|
10326
|
+
"name": null,
|
|
10327
|
+
"ofType": {
|
|
10328
|
+
"kind": "SCALAR",
|
|
10329
|
+
"name": "ID",
|
|
10330
|
+
"ofType": null
|
|
10331
|
+
}
|
|
10332
|
+
},
|
|
10333
|
+
"defaultValue": null,
|
|
10334
|
+
"isDeprecated": false,
|
|
10335
|
+
"deprecationReason": null
|
|
10336
|
+
},
|
|
10337
|
+
{
|
|
10338
|
+
"name": "promptTemplateId",
|
|
10339
|
+
"description": null,
|
|
10340
|
+
"type": {
|
|
10341
|
+
"kind": "NON_NULL",
|
|
10342
|
+
"name": null,
|
|
10343
|
+
"ofType": {
|
|
10344
|
+
"kind": "SCALAR",
|
|
10345
|
+
"name": "ID",
|
|
10346
|
+
"ofType": null
|
|
10347
|
+
}
|
|
10348
|
+
},
|
|
10349
|
+
"defaultValue": null,
|
|
10350
|
+
"isDeprecated": false,
|
|
10351
|
+
"deprecationReason": null
|
|
10352
|
+
}
|
|
10353
|
+
],
|
|
10354
|
+
"interfaces": null,
|
|
10355
|
+
"enumValues": null,
|
|
10356
|
+
"possibleTypes": null
|
|
10357
|
+
},
|
|
10358
|
+
{
|
|
10359
|
+
"kind": "OBJECT",
|
|
10360
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10361
|
+
"description": null,
|
|
10362
|
+
"fields": [
|
|
10363
|
+
{
|
|
10364
|
+
"name": "message",
|
|
10365
|
+
"description": null,
|
|
10366
|
+
"args": [],
|
|
10367
|
+
"type": {
|
|
10368
|
+
"kind": "NON_NULL",
|
|
10369
|
+
"name": null,
|
|
10370
|
+
"ofType": {
|
|
10371
|
+
"kind": "SCALAR",
|
|
10372
|
+
"name": "String",
|
|
10373
|
+
"ofType": null
|
|
10374
|
+
}
|
|
10375
|
+
},
|
|
10376
|
+
"isDeprecated": false,
|
|
10377
|
+
"deprecationReason": null
|
|
10378
|
+
},
|
|
10379
|
+
{
|
|
10380
|
+
"name": "promptGroupMember",
|
|
10381
|
+
"description": null,
|
|
10382
|
+
"args": [],
|
|
10383
|
+
"type": {
|
|
10384
|
+
"kind": "OBJECT",
|
|
10385
|
+
"name": "CASvcPromptGroupMember",
|
|
10386
|
+
"ofType": null
|
|
10387
|
+
},
|
|
10388
|
+
"isDeprecated": false,
|
|
10389
|
+
"deprecationReason": null
|
|
10390
|
+
},
|
|
10391
|
+
{
|
|
10392
|
+
"name": "promptGroupMemberId",
|
|
10393
|
+
"description": null,
|
|
10394
|
+
"args": [],
|
|
10395
|
+
"type": {
|
|
10396
|
+
"kind": "NON_NULL",
|
|
10397
|
+
"name": null,
|
|
10398
|
+
"ofType": {
|
|
10399
|
+
"kind": "SCALAR",
|
|
10400
|
+
"name": "ID",
|
|
10401
|
+
"ofType": null
|
|
10402
|
+
}
|
|
10403
|
+
},
|
|
10404
|
+
"isDeprecated": false,
|
|
10405
|
+
"deprecationReason": null
|
|
10406
|
+
}
|
|
10407
|
+
],
|
|
10408
|
+
"inputFields": null,
|
|
10409
|
+
"interfaces": [],
|
|
10410
|
+
"enumValues": null,
|
|
10411
|
+
"possibleTypes": null
|
|
10412
|
+
},
|
|
10413
|
+
{
|
|
10414
|
+
"kind": "OBJECT",
|
|
10415
|
+
"name": "CASvcAnalysisRunMessagesCollection",
|
|
10416
|
+
"description": null,
|
|
10417
|
+
"fields": [
|
|
10418
|
+
{
|
|
10419
|
+
"name": "data",
|
|
10420
|
+
"description": null,
|
|
10421
|
+
"args": [],
|
|
10422
|
+
"type": {
|
|
10423
|
+
"kind": "NON_NULL",
|
|
10424
|
+
"name": null,
|
|
10425
|
+
"ofType": {
|
|
10426
|
+
"kind": "LIST",
|
|
10427
|
+
"name": null,
|
|
10428
|
+
"ofType": {
|
|
10429
|
+
"kind": "NON_NULL",
|
|
10430
|
+
"name": null,
|
|
10431
|
+
"ofType": {
|
|
10432
|
+
"kind": "OBJECT",
|
|
10433
|
+
"name": "CASvcAnalysisRunMessage",
|
|
10434
|
+
"ofType": null
|
|
10435
|
+
}
|
|
10436
|
+
}
|
|
10437
|
+
}
|
|
10438
|
+
},
|
|
10439
|
+
"isDeprecated": false,
|
|
10440
|
+
"deprecationReason": null
|
|
10441
|
+
},
|
|
10442
|
+
{
|
|
10443
|
+
"name": "hasNextPage",
|
|
10444
|
+
"description": null,
|
|
10445
|
+
"args": [],
|
|
10446
|
+
"type": {
|
|
10447
|
+
"kind": "NON_NULL",
|
|
10448
|
+
"name": null,
|
|
10449
|
+
"ofType": {
|
|
10450
|
+
"kind": "SCALAR",
|
|
10451
|
+
"name": "Boolean",
|
|
10452
|
+
"ofType": null
|
|
10453
|
+
}
|
|
10454
|
+
},
|
|
10455
|
+
"isDeprecated": false,
|
|
10456
|
+
"deprecationReason": null
|
|
10457
|
+
},
|
|
10458
|
+
{
|
|
10459
|
+
"name": "totalCount",
|
|
10460
|
+
"description": null,
|
|
10461
|
+
"args": [],
|
|
10462
|
+
"type": {
|
|
10463
|
+
"kind": "NON_NULL",
|
|
10464
|
+
"name": null,
|
|
10465
|
+
"ofType": {
|
|
10466
|
+
"kind": "SCALAR",
|
|
10467
|
+
"name": "Int",
|
|
10468
|
+
"ofType": null
|
|
10469
|
+
}
|
|
10470
|
+
},
|
|
10471
|
+
"isDeprecated": false,
|
|
10472
|
+
"deprecationReason": null
|
|
10473
|
+
}
|
|
10474
|
+
],
|
|
10475
|
+
"inputFields": null,
|
|
10476
|
+
"interfaces": [],
|
|
10477
|
+
"enumValues": null,
|
|
10478
|
+
"possibleTypes": null
|
|
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
|
+
},
|
|
10208
10515
|
{
|
|
10209
10516
|
"kind": "OBJECT",
|
|
10210
10517
|
"name": "CASvcPromptFragment",
|
|
@@ -48901,6 +49208,39 @@
|
|
|
48901
49208
|
"isDeprecated": true,
|
|
48902
49209
|
"deprecationReason": "We want to remove all use cases were a File is required as input. Please use an alternative method."
|
|
48903
49210
|
},
|
|
49211
|
+
{
|
|
49212
|
+
"name": "caSvcCreateAnalysisRun",
|
|
49213
|
+
"description": null,
|
|
49214
|
+
"args": [
|
|
49215
|
+
{
|
|
49216
|
+
"name": "input",
|
|
49217
|
+
"description": null,
|
|
49218
|
+
"type": {
|
|
49219
|
+
"kind": "NON_NULL",
|
|
49220
|
+
"name": null,
|
|
49221
|
+
"ofType": {
|
|
49222
|
+
"kind": "INPUT_OBJECT",
|
|
49223
|
+
"name": "CASvcAnalysisRunInput",
|
|
49224
|
+
"ofType": null
|
|
49225
|
+
}
|
|
49226
|
+
},
|
|
49227
|
+
"defaultValue": null,
|
|
49228
|
+
"isDeprecated": false,
|
|
49229
|
+
"deprecationReason": null
|
|
49230
|
+
}
|
|
49231
|
+
],
|
|
49232
|
+
"type": {
|
|
49233
|
+
"kind": "NON_NULL",
|
|
49234
|
+
"name": null,
|
|
49235
|
+
"ofType": {
|
|
49236
|
+
"kind": "OBJECT",
|
|
49237
|
+
"name": "CASvcAnalysisRun",
|
|
49238
|
+
"ofType": null
|
|
49239
|
+
}
|
|
49240
|
+
},
|
|
49241
|
+
"isDeprecated": false,
|
|
49242
|
+
"deprecationReason": null
|
|
49243
|
+
},
|
|
48904
49244
|
{
|
|
48905
49245
|
"name": "caSvcCreatePromptFragment",
|
|
48906
49246
|
"description": null,
|
|
@@ -49066,6 +49406,39 @@
|
|
|
49066
49406
|
"isDeprecated": false,
|
|
49067
49407
|
"deprecationReason": null
|
|
49068
49408
|
},
|
|
49409
|
+
{
|
|
49410
|
+
"name": "caSvcDeleteAnalysisRun",
|
|
49411
|
+
"description": null,
|
|
49412
|
+
"args": [
|
|
49413
|
+
{
|
|
49414
|
+
"name": "id",
|
|
49415
|
+
"description": null,
|
|
49416
|
+
"type": {
|
|
49417
|
+
"kind": "NON_NULL",
|
|
49418
|
+
"name": null,
|
|
49419
|
+
"ofType": {
|
|
49420
|
+
"kind": "SCALAR",
|
|
49421
|
+
"name": "ID",
|
|
49422
|
+
"ofType": null
|
|
49423
|
+
}
|
|
49424
|
+
},
|
|
49425
|
+
"defaultValue": null,
|
|
49426
|
+
"isDeprecated": false,
|
|
49427
|
+
"deprecationReason": null
|
|
49428
|
+
}
|
|
49429
|
+
],
|
|
49430
|
+
"type": {
|
|
49431
|
+
"kind": "NON_NULL",
|
|
49432
|
+
"name": null,
|
|
49433
|
+
"ofType": {
|
|
49434
|
+
"kind": "SCALAR",
|
|
49435
|
+
"name": "Boolean",
|
|
49436
|
+
"ofType": null
|
|
49437
|
+
}
|
|
49438
|
+
},
|
|
49439
|
+
"isDeprecated": false,
|
|
49440
|
+
"deprecationReason": null
|
|
49441
|
+
},
|
|
49069
49442
|
{
|
|
49070
49443
|
"name": "caSvcDeletePromptFragment",
|
|
49071
49444
|
"description": null,
|
|
@@ -49231,6 +49604,55 @@
|
|
|
49231
49604
|
"isDeprecated": false,
|
|
49232
49605
|
"deprecationReason": null
|
|
49233
49606
|
},
|
|
49607
|
+
{
|
|
49608
|
+
"name": "caSvcUpdateAnalysisRun",
|
|
49609
|
+
"description": null,
|
|
49610
|
+
"args": [
|
|
49611
|
+
{
|
|
49612
|
+
"name": "id",
|
|
49613
|
+
"description": null,
|
|
49614
|
+
"type": {
|
|
49615
|
+
"kind": "NON_NULL",
|
|
49616
|
+
"name": null,
|
|
49617
|
+
"ofType": {
|
|
49618
|
+
"kind": "SCALAR",
|
|
49619
|
+
"name": "ID",
|
|
49620
|
+
"ofType": null
|
|
49621
|
+
}
|
|
49622
|
+
},
|
|
49623
|
+
"defaultValue": null,
|
|
49624
|
+
"isDeprecated": false,
|
|
49625
|
+
"deprecationReason": null
|
|
49626
|
+
},
|
|
49627
|
+
{
|
|
49628
|
+
"name": "input",
|
|
49629
|
+
"description": null,
|
|
49630
|
+
"type": {
|
|
49631
|
+
"kind": "NON_NULL",
|
|
49632
|
+
"name": null,
|
|
49633
|
+
"ofType": {
|
|
49634
|
+
"kind": "INPUT_OBJECT",
|
|
49635
|
+
"name": "CASvcAnalysisRunUpdateInput",
|
|
49636
|
+
"ofType": null
|
|
49637
|
+
}
|
|
49638
|
+
},
|
|
49639
|
+
"defaultValue": null,
|
|
49640
|
+
"isDeprecated": false,
|
|
49641
|
+
"deprecationReason": null
|
|
49642
|
+
}
|
|
49643
|
+
],
|
|
49644
|
+
"type": {
|
|
49645
|
+
"kind": "NON_NULL",
|
|
49646
|
+
"name": null,
|
|
49647
|
+
"ofType": {
|
|
49648
|
+
"kind": "OBJECT",
|
|
49649
|
+
"name": "CASvcAnalysisRun",
|
|
49650
|
+
"ofType": null
|
|
49651
|
+
}
|
|
49652
|
+
},
|
|
49653
|
+
"isDeprecated": false,
|
|
49654
|
+
"deprecationReason": null
|
|
49655
|
+
},
|
|
49234
49656
|
{
|
|
49235
49657
|
"name": "caSvcUpdatePromptFragment",
|
|
49236
49658
|
"description": null,
|
|
@@ -67661,6 +68083,92 @@
|
|
|
67661
68083
|
"isDeprecated": false,
|
|
67662
68084
|
"deprecationReason": null
|
|
67663
68085
|
},
|
|
68086
|
+
{
|
|
68087
|
+
"name": "caSvcAnalysisRun",
|
|
68088
|
+
"description": null,
|
|
68089
|
+
"args": [
|
|
68090
|
+
{
|
|
68091
|
+
"name": "id",
|
|
68092
|
+
"description": null,
|
|
68093
|
+
"type": {
|
|
68094
|
+
"kind": "NON_NULL",
|
|
68095
|
+
"name": null,
|
|
68096
|
+
"ofType": {
|
|
68097
|
+
"kind": "SCALAR",
|
|
68098
|
+
"name": "ID",
|
|
68099
|
+
"ofType": null
|
|
68100
|
+
}
|
|
68101
|
+
},
|
|
68102
|
+
"defaultValue": null,
|
|
68103
|
+
"isDeprecated": false,
|
|
68104
|
+
"deprecationReason": null
|
|
68105
|
+
}
|
|
68106
|
+
],
|
|
68107
|
+
"type": {
|
|
68108
|
+
"kind": "OBJECT",
|
|
68109
|
+
"name": "CASvcAnalysisRun",
|
|
68110
|
+
"ofType": null
|
|
68111
|
+
},
|
|
68112
|
+
"isDeprecated": false,
|
|
68113
|
+
"deprecationReason": null
|
|
68114
|
+
},
|
|
68115
|
+
{
|
|
68116
|
+
"name": "caSvcAnalysisRunMessages",
|
|
68117
|
+
"description": null,
|
|
68118
|
+
"args": [
|
|
68119
|
+
{
|
|
68120
|
+
"name": "analysisRunId",
|
|
68121
|
+
"description": null,
|
|
68122
|
+
"type": {
|
|
68123
|
+
"kind": "NON_NULL",
|
|
68124
|
+
"name": null,
|
|
68125
|
+
"ofType": {
|
|
68126
|
+
"kind": "SCALAR",
|
|
68127
|
+
"name": "ID",
|
|
68128
|
+
"ofType": null
|
|
68129
|
+
}
|
|
68130
|
+
},
|
|
68131
|
+
"defaultValue": null,
|
|
68132
|
+
"isDeprecated": false,
|
|
68133
|
+
"deprecationReason": null
|
|
68134
|
+
},
|
|
68135
|
+
{
|
|
68136
|
+
"name": "limit",
|
|
68137
|
+
"description": null,
|
|
68138
|
+
"type": {
|
|
68139
|
+
"kind": "SCALAR",
|
|
68140
|
+
"name": "Int",
|
|
68141
|
+
"ofType": null
|
|
68142
|
+
},
|
|
68143
|
+
"defaultValue": null,
|
|
68144
|
+
"isDeprecated": false,
|
|
68145
|
+
"deprecationReason": null
|
|
68146
|
+
},
|
|
68147
|
+
{
|
|
68148
|
+
"name": "offset",
|
|
68149
|
+
"description": null,
|
|
68150
|
+
"type": {
|
|
68151
|
+
"kind": "SCALAR",
|
|
68152
|
+
"name": "Int",
|
|
68153
|
+
"ofType": null
|
|
68154
|
+
},
|
|
68155
|
+
"defaultValue": null,
|
|
68156
|
+
"isDeprecated": false,
|
|
68157
|
+
"deprecationReason": null
|
|
68158
|
+
}
|
|
68159
|
+
],
|
|
68160
|
+
"type": {
|
|
68161
|
+
"kind": "NON_NULL",
|
|
68162
|
+
"name": null,
|
|
68163
|
+
"ofType": {
|
|
68164
|
+
"kind": "OBJECT",
|
|
68165
|
+
"name": "CASvcAnalysisRunMessagesCollection",
|
|
68166
|
+
"ofType": null
|
|
68167
|
+
}
|
|
68168
|
+
},
|
|
68169
|
+
"isDeprecated": false,
|
|
68170
|
+
"deprecationReason": null
|
|
68171
|
+
},
|
|
67664
68172
|
{
|
|
67665
68173
|
"name": "caSvcPromptFragment",
|
|
67666
68174
|
"description": null,
|
package/index.d.ts
CHANGED
|
@@ -1144,6 +1144,41 @@ export type BulkUpdateDigitalAssetParams = {
|
|
|
1144
1144
|
resource_type: Scalars['String']['input'];
|
|
1145
1145
|
};
|
|
1146
1146
|
|
|
1147
|
+
export type CaSvcAnalysisRun = {
|
|
1148
|
+
__typename?: 'CASvcAnalysisRun';
|
|
1149
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
1150
|
+
id: Scalars['ID']['output'];
|
|
1151
|
+
promptGroup?: Maybe<CaSvcPromptGroup>;
|
|
1152
|
+
promptGroupId: Scalars['ID']['output'];
|
|
1153
|
+
promptTemplate?: Maybe<CaSvcPromptTemplate>;
|
|
1154
|
+
promptTemplateId: Scalars['ID']['output'];
|
|
1155
|
+
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1158
|
+
export type CaSvcAnalysisRunInput = {
|
|
1159
|
+
promptGroupId: Scalars['ID']['input'];
|
|
1160
|
+
promptTemplateId: Scalars['ID']['input'];
|
|
1161
|
+
};
|
|
1162
|
+
|
|
1163
|
+
export type CaSvcAnalysisRunMessage = {
|
|
1164
|
+
__typename?: 'CASvcAnalysisRunMessage';
|
|
1165
|
+
message: Scalars['String']['output'];
|
|
1166
|
+
promptGroupMember?: Maybe<CaSvcPromptGroupMember>;
|
|
1167
|
+
promptGroupMemberId: Scalars['ID']['output'];
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
export type CaSvcAnalysisRunMessagesCollection = {
|
|
1171
|
+
__typename?: 'CASvcAnalysisRunMessagesCollection';
|
|
1172
|
+
data: Array<CaSvcAnalysisRunMessage>;
|
|
1173
|
+
hasNextPage: Scalars['Boolean']['output'];
|
|
1174
|
+
totalCount: Scalars['Int']['output'];
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
export type CaSvcAnalysisRunUpdateInput = {
|
|
1178
|
+
promptGroupId?: InputMaybe<Scalars['ID']['input']>;
|
|
1179
|
+
promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
|
|
1180
|
+
};
|
|
1181
|
+
|
|
1147
1182
|
export type CaSvcPromptFragment = {
|
|
1148
1183
|
__typename?: 'CASvcPromptFragment';
|
|
1149
1184
|
createdAt: Scalars['String']['output'];
|
|
@@ -5248,16 +5283,19 @@ export type Mutation = {
|
|
|
5248
5283
|
bulkUpdateDigitalAsset?: Maybe<Array<Maybe<DigitalAsset>>>;
|
|
5249
5284
|
/** @deprecated We want to remove all use cases were a File is required as input. Please use an alternative method. */
|
|
5250
5285
|
bulkUpdateRetailerData?: Maybe<UploadCsvResponse>;
|
|
5286
|
+
caSvcCreateAnalysisRun: CaSvcAnalysisRun;
|
|
5251
5287
|
caSvcCreatePromptFragment: CaSvcPromptFragment;
|
|
5252
5288
|
caSvcCreatePromptGroup: CaSvcPromptGroup;
|
|
5253
5289
|
caSvcCreatePromptGroupMember: CaSvcPromptGroupMember;
|
|
5254
5290
|
caSvcCreatePromptTemplate: CaSvcPromptTemplate;
|
|
5255
5291
|
caSvcCreateResult: CaSvcResult;
|
|
5292
|
+
caSvcDeleteAnalysisRun: Scalars['Boolean']['output'];
|
|
5256
5293
|
caSvcDeletePromptFragment: Scalars['Boolean']['output'];
|
|
5257
5294
|
caSvcDeletePromptGroup: Scalars['Boolean']['output'];
|
|
5258
5295
|
caSvcDeletePromptGroupMember: Scalars['Boolean']['output'];
|
|
5259
5296
|
caSvcDeletePromptTemplate: Scalars['Boolean']['output'];
|
|
5260
5297
|
caSvcDeleteResult: Scalars['Boolean']['output'];
|
|
5298
|
+
caSvcUpdateAnalysisRun: CaSvcAnalysisRun;
|
|
5261
5299
|
caSvcUpdatePromptFragment: CaSvcPromptFragment;
|
|
5262
5300
|
caSvcUpdatePromptGroup: CaSvcPromptGroup;
|
|
5263
5301
|
caSvcUpdatePromptGroupMember: CaSvcPromptGroupMember;
|
|
@@ -5917,6 +5955,12 @@ export type MutationBulkUpdateRetailerDataArgs = {
|
|
|
5917
5955
|
};
|
|
5918
5956
|
|
|
5919
5957
|
|
|
5958
|
+
/** mutation root */
|
|
5959
|
+
export type MutationCaSvcCreateAnalysisRunArgs = {
|
|
5960
|
+
input: CaSvcAnalysisRunInput;
|
|
5961
|
+
};
|
|
5962
|
+
|
|
5963
|
+
|
|
5920
5964
|
/** mutation root */
|
|
5921
5965
|
export type MutationCaSvcCreatePromptFragmentArgs = {
|
|
5922
5966
|
input: CaSvcPromptFragmentInput;
|
|
@@ -5947,6 +5991,12 @@ export type MutationCaSvcCreateResultArgs = {
|
|
|
5947
5991
|
};
|
|
5948
5992
|
|
|
5949
5993
|
|
|
5994
|
+
/** mutation root */
|
|
5995
|
+
export type MutationCaSvcDeleteAnalysisRunArgs = {
|
|
5996
|
+
id: Scalars['ID']['input'];
|
|
5997
|
+
};
|
|
5998
|
+
|
|
5999
|
+
|
|
5950
6000
|
/** mutation root */
|
|
5951
6001
|
export type MutationCaSvcDeletePromptFragmentArgs = {
|
|
5952
6002
|
id: Scalars['ID']['input'];
|
|
@@ -5977,6 +6027,13 @@ export type MutationCaSvcDeleteResultArgs = {
|
|
|
5977
6027
|
};
|
|
5978
6028
|
|
|
5979
6029
|
|
|
6030
|
+
/** mutation root */
|
|
6031
|
+
export type MutationCaSvcUpdateAnalysisRunArgs = {
|
|
6032
|
+
id: Scalars['ID']['input'];
|
|
6033
|
+
input: CaSvcAnalysisRunUpdateInput;
|
|
6034
|
+
};
|
|
6035
|
+
|
|
6036
|
+
|
|
5980
6037
|
/** mutation root */
|
|
5981
6038
|
export type MutationCaSvcUpdatePromptFragmentArgs = {
|
|
5982
6039
|
id: Scalars['ID']['input'];
|
|
@@ -8613,6 +8670,8 @@ export type Query = {
|
|
|
8613
8670
|
*/
|
|
8614
8671
|
brand_retailer_ledgers: WalletsResponse;
|
|
8615
8672
|
bulkGetUsersByUuidAndBrandId: BulkGetUsersByUuidAndBrandIdResponse;
|
|
8673
|
+
caSvcAnalysisRun?: Maybe<CaSvcAnalysisRun>;
|
|
8674
|
+
caSvcAnalysisRunMessages: CaSvcAnalysisRunMessagesCollection;
|
|
8616
8675
|
caSvcPromptFragment?: Maybe<CaSvcPromptFragment>;
|
|
8617
8676
|
caSvcPromptFragmentsByTemplateId: CaSvcPromptFragmentsCollection;
|
|
8618
8677
|
caSvcPromptGroup?: Maybe<CaSvcPromptGroup>;
|
|
@@ -9036,6 +9095,18 @@ export type QueryBulkGetUsersByUuidAndBrandIdArgs = {
|
|
|
9036
9095
|
};
|
|
9037
9096
|
|
|
9038
9097
|
|
|
9098
|
+
export type QueryCaSvcAnalysisRunArgs = {
|
|
9099
|
+
id: Scalars['ID']['input'];
|
|
9100
|
+
};
|
|
9101
|
+
|
|
9102
|
+
|
|
9103
|
+
export type QueryCaSvcAnalysisRunMessagesArgs = {
|
|
9104
|
+
analysisRunId: Scalars['ID']['input'];
|
|
9105
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
9106
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
9107
|
+
};
|
|
9108
|
+
|
|
9109
|
+
|
|
9039
9110
|
export type QueryCaSvcPromptFragmentArgs = {
|
|
9040
9111
|
id: Scalars['ID']['input'];
|
|
9041
9112
|
};
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -1111,6 +1111,38 @@ input BulkUpdateDigitalAssetParams {
|
|
|
1111
1111
|
resource_type: String!
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
|
+
type CASvcAnalysisRun {
|
|
1115
|
+
createdAt: String
|
|
1116
|
+
id: ID!
|
|
1117
|
+
promptGroup: CASvcPromptGroup
|
|
1118
|
+
promptGroupId: ID!
|
|
1119
|
+
promptTemplate: CASvcPromptTemplate
|
|
1120
|
+
promptTemplateId: ID!
|
|
1121
|
+
updatedAt: String
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
input CASvcAnalysisRunInput {
|
|
1125
|
+
promptGroupId: ID!
|
|
1126
|
+
promptTemplateId: ID!
|
|
1127
|
+
}
|
|
1128
|
+
|
|
1129
|
+
type CASvcAnalysisRunMessage {
|
|
1130
|
+
message: String!
|
|
1131
|
+
promptGroupMember: CASvcPromptGroupMember
|
|
1132
|
+
promptGroupMemberId: ID!
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
type CASvcAnalysisRunMessagesCollection {
|
|
1136
|
+
data: [CASvcAnalysisRunMessage!]!
|
|
1137
|
+
hasNextPage: Boolean!
|
|
1138
|
+
totalCount: Int!
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
input CASvcAnalysisRunUpdateInput {
|
|
1142
|
+
promptGroupId: ID
|
|
1143
|
+
promptTemplateId: ID
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1114
1146
|
type CASvcPromptFragment {
|
|
1115
1147
|
createdAt: String!
|
|
1116
1148
|
draft: Boolean!
|
|
@@ -5031,16 +5063,19 @@ type Mutation {
|
|
|
5031
5063
|
bulkOperateCollections(id: ID!, operation: BulkCollectionOperation!): ID
|
|
5032
5064
|
bulkUpdateDigitalAsset(params: BulkUpdateDigitalAssetParams!): [DigitalAsset]
|
|
5033
5065
|
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.")
|
|
5066
|
+
caSvcCreateAnalysisRun(input: CASvcAnalysisRunInput!): CASvcAnalysisRun!
|
|
5034
5067
|
caSvcCreatePromptFragment(input: CASvcPromptFragmentInput!): CASvcPromptFragment!
|
|
5035
5068
|
caSvcCreatePromptGroup(input: CASvcPromptGroupInput!): CASvcPromptGroup!
|
|
5036
5069
|
caSvcCreatePromptGroupMember(input: CASvcPromptGroupMemberInput!): CASvcPromptGroupMember!
|
|
5037
5070
|
caSvcCreatePromptTemplate(input: CASvcPromptTemplateInput!): CASvcPromptTemplate!
|
|
5038
5071
|
caSvcCreateResult(input: CASvcResultInput!): CASvcResult!
|
|
5072
|
+
caSvcDeleteAnalysisRun(id: ID!): Boolean!
|
|
5039
5073
|
caSvcDeletePromptFragment(id: ID!): Boolean!
|
|
5040
5074
|
caSvcDeletePromptGroup(id: ID!): Boolean!
|
|
5041
5075
|
caSvcDeletePromptGroupMember(id: ID!): Boolean!
|
|
5042
5076
|
caSvcDeletePromptTemplate(id: ID!): Boolean!
|
|
5043
5077
|
caSvcDeleteResult(id: ID!): Boolean!
|
|
5078
|
+
caSvcUpdateAnalysisRun(id: ID!, input: CASvcAnalysisRunUpdateInput!): CASvcAnalysisRun!
|
|
5044
5079
|
caSvcUpdatePromptFragment(id: ID!, input: CASvcPromptFragmentUpdateInput!): CASvcPromptFragment!
|
|
5045
5080
|
caSvcUpdatePromptGroup(id: ID!, input: CASvcPromptGroupUpdateInput!): CASvcPromptGroup!
|
|
5046
5081
|
caSvcUpdatePromptGroupMember(id: ID!, input: CASvcPromptGroupMemberUpdateInput!): CASvcPromptGroupMember!
|
|
@@ -7497,6 +7532,8 @@ type Query {
|
|
|
7497
7532
|
"""
|
|
7498
7533
|
brand_retailer_ledgers(brand_id: ID!, business_ids: [ID!]!, funded: Boolean): WalletsResponse!
|
|
7499
7534
|
bulkGetUsersByUuidAndBrandId(brand_id: ID!, strict_ordering: Boolean, uuids: [String!]!): BulkGetUsersByUuidAndBrandIdResponse!
|
|
7535
|
+
caSvcAnalysisRun(id: ID!): CASvcAnalysisRun
|
|
7536
|
+
caSvcAnalysisRunMessages(analysisRunId: ID!, limit: Int, offset: Int): CASvcAnalysisRunMessagesCollection!
|
|
7500
7537
|
caSvcPromptFragment(id: ID!): CASvcPromptFragment
|
|
7501
7538
|
caSvcPromptFragmentsByTemplateId(limit: Int, offset: Int, promptTemplateId: ID!): CASvcPromptFragmentsCollection!
|
|
7502
7539
|
caSvcPromptGroup(id: ID!): CASvcPromptGroup
|