@promoboxx/graphql-gateway-types 1.837.0 → 1.839.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.
@@ -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,
@@ -10580,6 +10659,30 @@
10580
10659
  "isDeprecated": false,
10581
10660
  "deprecationReason": null
10582
10661
  },
10662
+ {
10663
+ "name": "members",
10664
+ "description": null,
10665
+ "args": [],
10666
+ "type": {
10667
+ "kind": "NON_NULL",
10668
+ "name": null,
10669
+ "ofType": {
10670
+ "kind": "LIST",
10671
+ "name": null,
10672
+ "ofType": {
10673
+ "kind": "NON_NULL",
10674
+ "name": null,
10675
+ "ofType": {
10676
+ "kind": "OBJECT",
10677
+ "name": "CASvcPromptGroupMember",
10678
+ "ofType": null
10679
+ }
10680
+ }
10681
+ }
10682
+ },
10683
+ "isDeprecated": false,
10684
+ "deprecationReason": null
10685
+ },
10583
10686
  {
10584
10687
  "name": "prompt",
10585
10688
  "description": null,
@@ -10811,6 +10914,124 @@
10811
10914
  "enumValues": null,
10812
10915
  "possibleTypes": null
10813
10916
  },
10917
+ {
10918
+ "kind": "OBJECT",
10919
+ "name": "CASvcPromptTemplate",
10920
+ "description": null,
10921
+ "fields": [
10922
+ {
10923
+ "name": "createdAt",
10924
+ "description": null,
10925
+ "args": [],
10926
+ "type": {
10927
+ "kind": "SCALAR",
10928
+ "name": "Time",
10929
+ "ofType": null
10930
+ },
10931
+ "isDeprecated": false,
10932
+ "deprecationReason": null
10933
+ },
10934
+ {
10935
+ "name": "id",
10936
+ "description": null,
10937
+ "args": [],
10938
+ "type": {
10939
+ "kind": "NON_NULL",
10940
+ "name": null,
10941
+ "ofType": {
10942
+ "kind": "SCALAR",
10943
+ "name": "UUID",
10944
+ "ofType": null
10945
+ }
10946
+ },
10947
+ "isDeprecated": false,
10948
+ "deprecationReason": null
10949
+ },
10950
+ {
10951
+ "name": "name",
10952
+ "description": null,
10953
+ "args": [],
10954
+ "type": {
10955
+ "kind": "NON_NULL",
10956
+ "name": null,
10957
+ "ofType": {
10958
+ "kind": "SCALAR",
10959
+ "name": "String",
10960
+ "ofType": null
10961
+ }
10962
+ },
10963
+ "isDeprecated": false,
10964
+ "deprecationReason": null
10965
+ },
10966
+ {
10967
+ "name": "template",
10968
+ "description": null,
10969
+ "args": [],
10970
+ "type": {
10971
+ "kind": "NON_NULL",
10972
+ "name": null,
10973
+ "ofType": {
10974
+ "kind": "SCALAR",
10975
+ "name": "String",
10976
+ "ofType": null
10977
+ }
10978
+ },
10979
+ "isDeprecated": false,
10980
+ "deprecationReason": null
10981
+ },
10982
+ {
10983
+ "name": "updatedAt",
10984
+ "description": null,
10985
+ "args": [],
10986
+ "type": {
10987
+ "kind": "SCALAR",
10988
+ "name": "Time",
10989
+ "ofType": null
10990
+ },
10991
+ "isDeprecated": false,
10992
+ "deprecationReason": null
10993
+ }
10994
+ ],
10995
+ "inputFields": null,
10996
+ "interfaces": [],
10997
+ "enumValues": null,
10998
+ "possibleTypes": null
10999
+ },
11000
+ {
11001
+ "kind": "INPUT_OBJECT",
11002
+ "name": "CASvcPromptTemplateFilter",
11003
+ "description": null,
11004
+ "fields": null,
11005
+ "inputFields": [
11006
+ {
11007
+ "name": "id",
11008
+ "description": null,
11009
+ "type": {
11010
+ "kind": "SCALAR",
11011
+ "name": "UUID",
11012
+ "ofType": null
11013
+ },
11014
+ "defaultValue": null,
11015
+ "isDeprecated": false,
11016
+ "deprecationReason": null
11017
+ },
11018
+ {
11019
+ "name": "name",
11020
+ "description": null,
11021
+ "type": {
11022
+ "kind": "SCALAR",
11023
+ "name": "String",
11024
+ "ofType": null
11025
+ },
11026
+ "defaultValue": null,
11027
+ "isDeprecated": false,
11028
+ "deprecationReason": null
11029
+ }
11030
+ ],
11031
+ "interfaces": null,
11032
+ "enumValues": null,
11033
+ "possibleTypes": null
11034
+ },
10814
11035
  {
10815
11036
  "kind": "OBJECT",
10816
11037
  "name": "CASvcResult",
@@ -11097,6 +11318,18 @@
11097
11318
  "isDeprecated": false,
11098
11319
  "deprecationReason": null
11099
11320
  },
11321
+ {
11322
+ "name": "promptTemplateId",
11323
+ "description": null,
11324
+ "type": {
11325
+ "kind": "SCALAR",
11326
+ "name": "UUID",
11327
+ "ofType": null
11328
+ },
11329
+ "defaultValue": null,
11330
+ "isDeprecated": false,
11331
+ "deprecationReason": null
11332
+ },
11100
11333
  {
11101
11334
  "name": "text",
11102
11335
  "description": null,
@@ -11126,6 +11359,57 @@
11126
11359
  "enumValues": null,
11127
11360
  "possibleTypes": null
11128
11361
  },
11362
+ {
11363
+ "kind": "INPUT_OBJECT",
11364
+ "name": "CASvcUpdatePromptTemplateInput",
11365
+ "description": null,
11366
+ "fields": null,
11367
+ "inputFields": [
11368
+ {
11369
+ "name": "id",
11370
+ "description": null,
11371
+ "type": {
11372
+ "kind": "NON_NULL",
11373
+ "name": null,
11374
+ "ofType": {
11375
+ "kind": "SCALAR",
11376
+ "name": "UUID",
11377
+ "ofType": null
11378
+ }
11379
+ },
11380
+ "defaultValue": null,
11381
+ "isDeprecated": false,
11382
+ "deprecationReason": null
11383
+ },
11384
+ {
11385
+ "name": "name",
11386
+ "description": null,
11387
+ "type": {
11388
+ "kind": "SCALAR",
11389
+ "name": "String",
11390
+ "ofType": null
11391
+ },
11392
+ "defaultValue": null,
11393
+ "isDeprecated": false,
11394
+ "deprecationReason": null
11395
+ },
11396
+ {
11397
+ "name": "template",
11398
+ "description": null,
11399
+ "type": {
11400
+ "kind": "SCALAR",
11401
+ "name": "String",
11402
+ "ofType": null
11403
+ },
11404
+ "defaultValue": null,
11405
+ "isDeprecated": false,
11406
+ "deprecationReason": null
11407
+ }
11408
+ ],
11409
+ "interfaces": null,
11410
+ "enumValues": null,
11411
+ "possibleTypes": null
11412
+ },
11129
11413
  {
11130
11414
  "kind": "INPUT_OBJECT",
11131
11415
  "name": "CASvcUpdateResultInput",
@@ -48677,6 +48961,39 @@
48677
48961
  "isDeprecated": false,
48678
48962
  "deprecationReason": null
48679
48963
  },
48964
+ {
48965
+ "name": "caSvcCreatePromptTemplate",
48966
+ "description": null,
48967
+ "args": [
48968
+ {
48969
+ "name": "input",
48970
+ "description": null,
48971
+ "type": {
48972
+ "kind": "NON_NULL",
48973
+ "name": null,
48974
+ "ofType": {
48975
+ "kind": "INPUT_OBJECT",
48976
+ "name": "CASvcCreatePromptTemplateInput",
48977
+ "ofType": null
48978
+ }
48979
+ },
48980
+ "defaultValue": null,
48981
+ "isDeprecated": false,
48982
+ "deprecationReason": null
48983
+ }
48984
+ ],
48985
+ "type": {
48986
+ "kind": "NON_NULL",
48987
+ "name": null,
48988
+ "ofType": {
48989
+ "kind": "OBJECT",
48990
+ "name": "CASvcPromptTemplate",
48991
+ "ofType": null
48992
+ }
48993
+ },
48994
+ "isDeprecated": false,
48995
+ "deprecationReason": null
48996
+ },
48680
48997
  {
48681
48998
  "name": "caSvcCreateResult",
48682
48999
  "description": null,
@@ -48809,6 +49126,39 @@
48809
49126
  "isDeprecated": false,
48810
49127
  "deprecationReason": null
48811
49128
  },
49129
+ {
49130
+ "name": "caSvcDeletePromptTemplate",
49131
+ "description": null,
49132
+ "args": [
49133
+ {
49134
+ "name": "id",
49135
+ "description": null,
49136
+ "type": {
49137
+ "kind": "NON_NULL",
49138
+ "name": null,
49139
+ "ofType": {
49140
+ "kind": "SCALAR",
49141
+ "name": "UUID",
49142
+ "ofType": null
49143
+ }
49144
+ },
49145
+ "defaultValue": null,
49146
+ "isDeprecated": false,
49147
+ "deprecationReason": null
49148
+ }
49149
+ ],
49150
+ "type": {
49151
+ "kind": "NON_NULL",
49152
+ "name": null,
49153
+ "ofType": {
49154
+ "kind": "SCALAR",
49155
+ "name": "Boolean",
49156
+ "ofType": null
49157
+ }
49158
+ },
49159
+ "isDeprecated": false,
49160
+ "deprecationReason": null
49161
+ },
48812
49162
  {
48813
49163
  "name": "caSvcDeleteResult",
48814
49164
  "description": null,
@@ -48941,6 +49291,39 @@
48941
49291
  "isDeprecated": false,
48942
49292
  "deprecationReason": null
48943
49293
  },
49294
+ {
49295
+ "name": "caSvcUpdatePromptTemplate",
49296
+ "description": null,
49297
+ "args": [
49298
+ {
49299
+ "name": "input",
49300
+ "description": null,
49301
+ "type": {
49302
+ "kind": "NON_NULL",
49303
+ "name": null,
49304
+ "ofType": {
49305
+ "kind": "INPUT_OBJECT",
49306
+ "name": "CASvcUpdatePromptTemplateInput",
49307
+ "ofType": null
49308
+ }
49309
+ },
49310
+ "defaultValue": null,
49311
+ "isDeprecated": false,
49312
+ "deprecationReason": null
49313
+ }
49314
+ ],
49315
+ "type": {
49316
+ "kind": "NON_NULL",
49317
+ "name": null,
49318
+ "ofType": {
49319
+ "kind": "OBJECT",
49320
+ "name": "CASvcPromptTemplate",
49321
+ "ofType": null
49322
+ }
49323
+ },
49324
+ "isDeprecated": false,
49325
+ "deprecationReason": null
49326
+ },
48944
49327
  {
48945
49328
  "name": "caSvcUpdateResult",
48946
49329
  "description": null,
@@ -67347,6 +67730,96 @@
67347
67730
  "isDeprecated": false,
67348
67731
  "deprecationReason": null
67349
67732
  },
67733
+ {
67734
+ "name": "caSvcPromptTemplate",
67735
+ "description": null,
67736
+ "args": [
67737
+ {
67738
+ "name": "id",
67739
+ "description": null,
67740
+ "type": {
67741
+ "kind": "NON_NULL",
67742
+ "name": null,
67743
+ "ofType": {
67744
+ "kind": "SCALAR",
67745
+ "name": "UUID",
67746
+ "ofType": null
67747
+ }
67748
+ },
67749
+ "defaultValue": null,
67750
+ "isDeprecated": false,
67751
+ "deprecationReason": null
67752
+ }
67753
+ ],
67754
+ "type": {
67755
+ "kind": "OBJECT",
67756
+ "name": "CASvcPromptTemplate",
67757
+ "ofType": null
67758
+ },
67759
+ "isDeprecated": false,
67760
+ "deprecationReason": null
67761
+ },
67762
+ {
67763
+ "name": "caSvcPromptTemplates",
67764
+ "description": null,
67765
+ "args": [
67766
+ {
67767
+ "name": "filter",
67768
+ "description": null,
67769
+ "type": {
67770
+ "kind": "INPUT_OBJECT",
67771
+ "name": "CASvcPromptTemplateFilter",
67772
+ "ofType": null
67773
+ },
67774
+ "defaultValue": null,
67775
+ "isDeprecated": false,
67776
+ "deprecationReason": null
67777
+ },
67778
+ {
67779
+ "name": "limit",
67780
+ "description": null,
67781
+ "type": {
67782
+ "kind": "SCALAR",
67783
+ "name": "Int",
67784
+ "ofType": null
67785
+ },
67786
+ "defaultValue": "10",
67787
+ "isDeprecated": false,
67788
+ "deprecationReason": null
67789
+ },
67790
+ {
67791
+ "name": "offset",
67792
+ "description": null,
67793
+ "type": {
67794
+ "kind": "SCALAR",
67795
+ "name": "Int",
67796
+ "ofType": null
67797
+ },
67798
+ "defaultValue": "0",
67799
+ "isDeprecated": false,
67800
+ "deprecationReason": null
67801
+ }
67802
+ ],
67803
+ "type": {
67804
+ "kind": "NON_NULL",
67805
+ "name": null,
67806
+ "ofType": {
67807
+ "kind": "LIST",
67808
+ "name": null,
67809
+ "ofType": {
67810
+ "kind": "NON_NULL",
67811
+ "name": null,
67812
+ "ofType": {
67813
+ "kind": "OBJECT",
67814
+ "name": "CASvcPromptTemplate",
67815
+ "ofType": null
67816
+ }
67817
+ }
67818
+ }
67819
+ },
67820
+ "isDeprecated": false,
67821
+ "deprecationReason": null
67822
+ },
67350
67823
  {
67351
67824
  "name": "caSvcPrompts",
67352
67825
  "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
 
@@ -1186,6 +1194,7 @@ export type CaSvcPromptGroup = {
1186
1194
  __typename?: 'CASvcPromptGroup';
1187
1195
  createdAt: Scalars['Time']['output'];
1188
1196
  id: Scalars['UUID']['output'];
1197
+ members: Array<CaSvcPromptGroupMember>;
1189
1198
  prompt?: Maybe<CaSvcPrompt>;
1190
1199
  promptId: Scalars['UUID']['output'];
1191
1200
  };
@@ -1212,6 +1221,20 @@ export type CaSvcPromptGroupMemberFilter = {
1212
1221
  resourceId?: InputMaybe<Scalars['String']['input']>;
1213
1222
  };
1214
1223
 
1224
+ export type CaSvcPromptTemplate = {
1225
+ __typename?: 'CASvcPromptTemplate';
1226
+ createdAt?: Maybe<Scalars['Time']['output']>;
1227
+ id: Scalars['UUID']['output'];
1228
+ name: Scalars['String']['output'];
1229
+ template: Scalars['String']['output'];
1230
+ updatedAt?: Maybe<Scalars['Time']['output']>;
1231
+ };
1232
+
1233
+ export type CaSvcPromptTemplateFilter = {
1234
+ id?: InputMaybe<Scalars['UUID']['input']>;
1235
+ name?: InputMaybe<Scalars['String']['input']>;
1236
+ };
1237
+
1215
1238
  export type CaSvcResult = {
1216
1239
  __typename?: 'CASvcResult';
1217
1240
  createdAt: Scalars['Time']['output'];
@@ -1243,10 +1266,17 @@ export type CaSvcUpdatePromptGroupMemberInput = {
1243
1266
  export type CaSvcUpdatePromptInput = {
1244
1267
  draft?: InputMaybe<Scalars['Boolean']['input']>;
1245
1268
  id: Scalars['UUID']['input'];
1269
+ promptTemplateId?: InputMaybe<Scalars['UUID']['input']>;
1246
1270
  text?: InputMaybe<Scalars['String']['input']>;
1247
1271
  version?: InputMaybe<Scalars['String']['input']>;
1248
1272
  };
1249
1273
 
1274
+ export type CaSvcUpdatePromptTemplateInput = {
1275
+ id: Scalars['UUID']['input'];
1276
+ name?: InputMaybe<Scalars['String']['input']>;
1277
+ template?: InputMaybe<Scalars['String']['input']>;
1278
+ };
1279
+
1250
1280
  export type CaSvcUpdateResultInput = {
1251
1281
  id: Scalars['UUID']['input'];
1252
1282
  output?: InputMaybe<Scalars['JSON']['input']>;
@@ -5223,14 +5253,17 @@ export type Mutation = {
5223
5253
  caSvcCreatePrompt: CaSvcPrompt;
5224
5254
  caSvcCreatePromptGroup: CaSvcPromptGroup;
5225
5255
  caSvcCreatePromptGroupMember: CaSvcPromptGroupMember;
5256
+ caSvcCreatePromptTemplate: CaSvcPromptTemplate;
5226
5257
  caSvcCreateResult: CaSvcResult;
5227
5258
  caSvcDeletePrompt: Scalars['Boolean']['output'];
5228
5259
  caSvcDeletePromptGroup: Scalars['Boolean']['output'];
5229
5260
  caSvcDeletePromptGroupMember: Scalars['Boolean']['output'];
5261
+ caSvcDeletePromptTemplate: Scalars['Boolean']['output'];
5230
5262
  caSvcDeleteResult: Scalars['Boolean']['output'];
5231
5263
  caSvcUpdatePrompt: CaSvcPrompt;
5232
5264
  caSvcUpdatePromptGroup: CaSvcPromptGroup;
5233
5265
  caSvcUpdatePromptGroupMember: CaSvcPromptGroupMember;
5266
+ caSvcUpdatePromptTemplate: CaSvcPromptTemplate;
5234
5267
  caSvcUpdateResult: CaSvcResult;
5235
5268
  cancelContract?: Maybe<Contract>;
5236
5269
  cancelPaymentIntent?: Maybe<Scalars['Boolean']['output']>;
@@ -5903,6 +5936,12 @@ export type MutationCaSvcCreatePromptGroupMemberArgs = {
5903
5936
  };
5904
5937
 
5905
5938
 
5939
+ /** mutation root */
5940
+ export type MutationCaSvcCreatePromptTemplateArgs = {
5941
+ input: CaSvcCreatePromptTemplateInput;
5942
+ };
5943
+
5944
+
5906
5945
  /** mutation root */
5907
5946
  export type MutationCaSvcCreateResultArgs = {
5908
5947
  input: CaSvcCreateResultInput;
@@ -5927,6 +5966,12 @@ export type MutationCaSvcDeletePromptGroupMemberArgs = {
5927
5966
  };
5928
5967
 
5929
5968
 
5969
+ /** mutation root */
5970
+ export type MutationCaSvcDeletePromptTemplateArgs = {
5971
+ id: Scalars['UUID']['input'];
5972
+ };
5973
+
5974
+
5930
5975
  /** mutation root */
5931
5976
  export type MutationCaSvcDeleteResultArgs = {
5932
5977
  id: Scalars['UUID']['input'];
@@ -5951,6 +5996,12 @@ export type MutationCaSvcUpdatePromptGroupMemberArgs = {
5951
5996
  };
5952
5997
 
5953
5998
 
5999
+ /** mutation root */
6000
+ export type MutationCaSvcUpdatePromptTemplateArgs = {
6001
+ input: CaSvcUpdatePromptTemplateInput;
6002
+ };
6003
+
6004
+
5954
6005
  /** mutation root */
5955
6006
  export type MutationCaSvcUpdateResultArgs = {
5956
6007
  input: CaSvcUpdateResultInput;
@@ -8558,6 +8609,8 @@ export type Query = {
8558
8609
  caSvcPromptGroupMember?: Maybe<CaSvcPromptGroupMember>;
8559
8610
  caSvcPromptGroupMembers: Array<CaSvcPromptGroupMember>;
8560
8611
  caSvcPromptGroups: Array<CaSvcPromptGroup>;
8612
+ caSvcPromptTemplate?: Maybe<CaSvcPromptTemplate>;
8613
+ caSvcPromptTemplates: Array<CaSvcPromptTemplate>;
8561
8614
  caSvcPrompts: Array<CaSvcPrompt>;
8562
8615
  caSvcResult?: Maybe<CaSvcResult>;
8563
8616
  caSvcResults: Array<CaSvcResult>;
@@ -9004,6 +9057,18 @@ export type QueryCaSvcPromptGroupsArgs = {
9004
9057
  };
9005
9058
 
9006
9059
 
9060
+ export type QueryCaSvcPromptTemplateArgs = {
9061
+ id: Scalars['UUID']['input'];
9062
+ };
9063
+
9064
+
9065
+ export type QueryCaSvcPromptTemplatesArgs = {
9066
+ filter?: InputMaybe<CaSvcPromptTemplateFilter>;
9067
+ limit?: InputMaybe<Scalars['Int']['input']>;
9068
+ offset?: InputMaybe<Scalars['Int']['input']>;
9069
+ };
9070
+
9071
+
9007
9072
  export type QueryCaSvcPromptsArgs = {
9008
9073
  filter?: InputMaybe<CaSvcPromptFilter>;
9009
9074
  limit?: InputMaybe<Scalars['Int']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.837.0",
3
+ "version": "1.839.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
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,12 +1151,14 @@ 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
 
1150
1158
  type CASvcPromptGroup {
1151
1159
  createdAt: Time!
1152
1160
  id: UUID!
1161
+ members: [CASvcPromptGroupMember!]!
1153
1162
  prompt: CASvcPrompt
1154
1163
  promptId: UUID!
1155
1164
  }
@@ -1175,6 +1184,19 @@ input CASvcPromptGroupMemberFilter {
1175
1184
  resourceId: String
1176
1185
  }
1177
1186
 
1187
+ type CASvcPromptTemplate {
1188
+ createdAt: Time
1189
+ id: UUID!
1190
+ name: String!
1191
+ template: String!
1192
+ updatedAt: Time
1193
+ }
1194
+
1195
+ input CASvcPromptTemplateFilter {
1196
+ id: UUID
1197
+ name: String
1198
+ }
1199
+
1178
1200
  type CASvcResult {
1179
1201
  createdAt: Time!
1180
1202
  id: UUID!
@@ -1205,10 +1227,17 @@ input CASvcUpdatePromptGroupMemberInput {
1205
1227
  input CASvcUpdatePromptInput {
1206
1228
  draft: Boolean
1207
1229
  id: UUID!
1230
+ promptTemplateId: UUID
1208
1231
  text: String
1209
1232
  version: String
1210
1233
  }
1211
1234
 
1235
+ input CASvcUpdatePromptTemplateInput {
1236
+ id: UUID!
1237
+ name: String
1238
+ template: String
1239
+ }
1240
+
1212
1241
  input CASvcUpdateResultInput {
1213
1242
  id: UUID!
1214
1243
  output: JSON
@@ -5008,14 +5037,17 @@ type Mutation {
5008
5037
  caSvcCreatePrompt(input: CASvcCreatePromptInput!): CASvcPrompt!
5009
5038
  caSvcCreatePromptGroup(input: CASvcCreatePromptGroupInput!): CASvcPromptGroup!
5010
5039
  caSvcCreatePromptGroupMember(input: CASvcCreatePromptGroupMemberInput!): CASvcPromptGroupMember!
5040
+ caSvcCreatePromptTemplate(input: CASvcCreatePromptTemplateInput!): CASvcPromptTemplate!
5011
5041
  caSvcCreateResult(input: CASvcCreateResultInput!): CASvcResult!
5012
5042
  caSvcDeletePrompt(id: UUID!): Boolean!
5013
5043
  caSvcDeletePromptGroup(id: UUID!): Boolean!
5014
5044
  caSvcDeletePromptGroupMember(id: UUID!): Boolean!
5045
+ caSvcDeletePromptTemplate(id: UUID!): Boolean!
5015
5046
  caSvcDeleteResult(id: UUID!): Boolean!
5016
5047
  caSvcUpdatePrompt(input: CASvcUpdatePromptInput!): CASvcPrompt!
5017
5048
  caSvcUpdatePromptGroup(input: CASvcUpdatePromptGroupInput!): CASvcPromptGroup!
5018
5049
  caSvcUpdatePromptGroupMember(input: CASvcUpdatePromptGroupMemberInput!): CASvcPromptGroupMember!
5050
+ caSvcUpdatePromptTemplate(input: CASvcUpdatePromptTemplateInput!): CASvcPromptTemplate!
5019
5051
  caSvcUpdateResult(input: CASvcUpdateResultInput!): CASvcResult!
5020
5052
  cancelContract(contractId: ID!, data: CancelContractData!): Contract
5021
5053
  cancelPaymentIntent(id: ID!): Boolean
@@ -7474,6 +7506,8 @@ type Query {
7474
7506
  caSvcPromptGroupMember(id: UUID!): CASvcPromptGroupMember
7475
7507
  caSvcPromptGroupMembers(filter: CASvcPromptGroupMemberFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptGroupMember!]!
7476
7508
  caSvcPromptGroups(filter: CASvcPromptGroupFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptGroup!]!
7509
+ caSvcPromptTemplate(id: UUID!): CASvcPromptTemplate
7510
+ caSvcPromptTemplates(filter: CASvcPromptTemplateFilter, limit: Int = 10, offset: Int = 0): [CASvcPromptTemplate!]!
7477
7511
  caSvcPrompts(filter: CASvcPromptFilter, limit: Int = 10, offset: Int = 0): [CASvcPrompt!]!
7478
7512
  caSvcResult(id: UUID!): CASvcResult
7479
7513
  caSvcResults(filter: CASvcResultFilter, limit: Int = 10, offset: Int = 0): [CASvcResult!]!