@promoboxx/graphql-gateway-types 1.926.0 → 1.928.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.
@@ -10336,7 +10336,7 @@
10336
10336
  "args": [],
10337
10337
  "type": {
10338
10338
  "kind": "OBJECT",
10339
- "name": "CASvcFragmentGroup",
10339
+ "name": "CASvcPrompt",
10340
10340
  "ofType": null
10341
10341
  },
10342
10342
  "isDeprecated": false,
@@ -10805,101 +10805,109 @@
10805
10805
  "possibleTypes": null
10806
10806
  },
10807
10807
  {
10808
- "kind": "OBJECT",
10809
- "name": "CASvcFragmentGroup",
10808
+ "kind": "INPUT_OBJECT",
10809
+ "name": "CASvcFragmentInput",
10810
10810
  "description": null,
10811
- "isOneOf": null,
10812
- "fields": [
10813
- {
10814
- "name": "createdAt",
10815
- "description": null,
10816
- "args": [],
10817
- "type": {
10818
- "kind": "NON_NULL",
10819
- "name": null,
10820
- "ofType": {
10821
- "kind": "SCALAR",
10822
- "name": "String",
10823
- "ofType": null
10824
- }
10825
- },
10826
- "isDeprecated": false,
10827
- "deprecationReason": null
10828
- },
10811
+ "isOneOf": false,
10812
+ "fields": null,
10813
+ "inputFields": [
10829
10814
  {
10830
- "name": "fragment",
10815
+ "name": "promptTemplateId",
10831
10816
  "description": null,
10832
- "args": [],
10833
10817
  "type": {
10834
- "kind": "OBJECT",
10835
- "name": "CASvcFragment",
10818
+ "kind": "SCALAR",
10819
+ "name": "ID",
10836
10820
  "ofType": null
10837
10821
  },
10822
+ "defaultValue": null,
10838
10823
  "isDeprecated": false,
10839
10824
  "deprecationReason": null
10840
10825
  },
10841
10826
  {
10842
- "name": "fragmentId",
10827
+ "name": "text",
10843
10828
  "description": null,
10844
- "args": [],
10845
10829
  "type": {
10846
10830
  "kind": "NON_NULL",
10847
10831
  "name": null,
10848
10832
  "ofType": {
10849
10833
  "kind": "SCALAR",
10850
- "name": "ID",
10834
+ "name": "String",
10851
10835
  "ofType": null
10852
10836
  }
10853
10837
  },
10838
+ "defaultValue": null,
10854
10839
  "isDeprecated": false,
10855
10840
  "deprecationReason": null
10856
10841
  },
10857
10842
  {
10858
- "name": "id",
10843
+ "name": "version",
10859
10844
  "description": null,
10860
- "args": [],
10861
10845
  "type": {
10862
10846
  "kind": "NON_NULL",
10863
10847
  "name": null,
10864
10848
  "ofType": {
10865
10849
  "kind": "SCALAR",
10866
- "name": "ID",
10850
+ "name": "String",
10867
10851
  "ofType": null
10868
10852
  }
10869
10853
  },
10854
+ "defaultValue": null,
10870
10855
  "isDeprecated": false,
10871
10856
  "deprecationReason": null
10872
- },
10857
+ }
10858
+ ],
10859
+ "interfaces": null,
10860
+ "enumValues": null,
10861
+ "possibleTypes": null
10862
+ },
10863
+ {
10864
+ "kind": "OBJECT",
10865
+ "name": "CASvcFragmentsCollection",
10866
+ "description": null,
10867
+ "isOneOf": null,
10868
+ "fields": [
10873
10869
  {
10874
- "name": "promptName",
10870
+ "name": "data",
10875
10871
  "description": null,
10876
10872
  "args": [],
10877
10873
  "type": {
10878
10874
  "kind": "NON_NULL",
10879
10875
  "name": null,
10880
10876
  "ofType": {
10881
- "kind": "SCALAR",
10882
- "name": "String",
10883
- "ofType": null
10877
+ "kind": "LIST",
10878
+ "name": null,
10879
+ "ofType": {
10880
+ "kind": "NON_NULL",
10881
+ "name": null,
10882
+ "ofType": {
10883
+ "kind": "OBJECT",
10884
+ "name": "CASvcFragment",
10885
+ "ofType": null
10886
+ }
10887
+ }
10884
10888
  }
10885
10889
  },
10886
10890
  "isDeprecated": false,
10887
10891
  "deprecationReason": null
10888
10892
  },
10889
10893
  {
10890
- "name": "promptTemplate",
10894
+ "name": "hasNextPage",
10891
10895
  "description": null,
10892
10896
  "args": [],
10893
10897
  "type": {
10894
- "kind": "OBJECT",
10895
- "name": "CASvcPromptTemplate",
10896
- "ofType": null
10898
+ "kind": "NON_NULL",
10899
+ "name": null,
10900
+ "ofType": {
10901
+ "kind": "SCALAR",
10902
+ "name": "Boolean",
10903
+ "ofType": null
10904
+ }
10897
10905
  },
10898
10906
  "isDeprecated": false,
10899
10907
  "deprecationReason": null
10900
10908
  },
10901
10909
  {
10902
- "name": "promptTemplateId",
10910
+ "name": "totalCount",
10903
10911
  "description": null,
10904
10912
  "args": [],
10905
10913
  "type": {
@@ -10907,7 +10915,7 @@
10907
10915
  "name": null,
10908
10916
  "ofType": {
10909
10917
  "kind": "SCALAR",
10910
- "name": "ID",
10918
+ "name": "Int",
10911
10919
  "ofType": null
10912
10920
  }
10913
10921
  },
@@ -10921,47 +10929,43 @@
10921
10929
  "possibleTypes": null
10922
10930
  },
10923
10931
  {
10924
- "kind": "INPUT_OBJECT",
10925
- "name": "CASvcFragmentGroupInput",
10932
+ "kind": "OBJECT",
10933
+ "name": "CASvcPrompt",
10926
10934
  "description": null,
10927
- "isOneOf": false,
10928
- "fields": null,
10929
- "inputFields": [
10935
+ "isOneOf": null,
10936
+ "fields": [
10930
10937
  {
10931
- "name": "fragmentId",
10938
+ "name": "createdAt",
10932
10939
  "description": null,
10940
+ "args": [],
10933
10941
  "type": {
10934
10942
  "kind": "NON_NULL",
10935
10943
  "name": null,
10936
10944
  "ofType": {
10937
10945
  "kind": "SCALAR",
10938
- "name": "ID",
10946
+ "name": "String",
10939
10947
  "ofType": null
10940
10948
  }
10941
10949
  },
10942
- "defaultValue": null,
10943
10950
  "isDeprecated": false,
10944
10951
  "deprecationReason": null
10945
10952
  },
10946
10953
  {
10947
- "name": "promptName",
10954
+ "name": "fragment",
10948
10955
  "description": null,
10956
+ "args": [],
10949
10957
  "type": {
10950
- "kind": "NON_NULL",
10951
- "name": null,
10952
- "ofType": {
10953
- "kind": "SCALAR",
10954
- "name": "String",
10955
- "ofType": null
10956
- }
10958
+ "kind": "OBJECT",
10959
+ "name": "CASvcFragment",
10960
+ "ofType": null
10957
10961
  },
10958
- "defaultValue": null,
10959
10962
  "isDeprecated": false,
10960
10963
  "deprecationReason": null
10961
10964
  },
10962
10965
  {
10963
- "name": "promptTemplateId",
10966
+ "name": "fragmentId",
10964
10967
  "description": null,
10968
+ "args": [],
10965
10969
  "type": {
10966
10970
  "kind": "NON_NULL",
10967
10971
  "name": null,
@@ -10971,47 +10975,27 @@
10971
10975
  "ofType": null
10972
10976
  }
10973
10977
  },
10974
- "defaultValue": null,
10975
10978
  "isDeprecated": false,
10976
10979
  "deprecationReason": null
10977
- }
10978
- ],
10979
- "interfaces": null,
10980
- "enumValues": null,
10981
- "possibleTypes": null
10982
- },
10983
- {
10984
- "kind": "OBJECT",
10985
- "name": "CASvcFragmentGroupsCollection",
10986
- "description": null,
10987
- "isOneOf": null,
10988
- "fields": [
10980
+ },
10989
10981
  {
10990
- "name": "data",
10982
+ "name": "id",
10991
10983
  "description": null,
10992
10984
  "args": [],
10993
10985
  "type": {
10994
10986
  "kind": "NON_NULL",
10995
10987
  "name": null,
10996
10988
  "ofType": {
10997
- "kind": "LIST",
10998
- "name": null,
10999
- "ofType": {
11000
- "kind": "NON_NULL",
11001
- "name": null,
11002
- "ofType": {
11003
- "kind": "OBJECT",
11004
- "name": "CASvcFragmentGroup",
11005
- "ofType": null
11006
- }
11007
- }
10989
+ "kind": "SCALAR",
10990
+ "name": "ID",
10991
+ "ofType": null
11008
10992
  }
11009
10993
  },
11010
10994
  "isDeprecated": false,
11011
10995
  "deprecationReason": null
11012
10996
  },
11013
10997
  {
11014
- "name": "hasNextPage",
10998
+ "name": "promptName",
11015
10999
  "description": null,
11016
11000
  "args": [],
11017
11001
  "type": {
@@ -11019,7 +11003,7 @@
11019
11003
  "name": null,
11020
11004
  "ofType": {
11021
11005
  "kind": "SCALAR",
11022
- "name": "Boolean",
11006
+ "name": "String",
11023
11007
  "ofType": null
11024
11008
  }
11025
11009
  },
@@ -11027,7 +11011,19 @@
11027
11011
  "deprecationReason": null
11028
11012
  },
11029
11013
  {
11030
- "name": "totalCount",
11014
+ "name": "promptTemplate",
11015
+ "description": null,
11016
+ "args": [],
11017
+ "type": {
11018
+ "kind": "OBJECT",
11019
+ "name": "CASvcPromptTemplate",
11020
+ "ofType": null
11021
+ },
11022
+ "isDeprecated": false,
11023
+ "deprecationReason": null
11024
+ },
11025
+ {
11026
+ "name": "promptTemplateId",
11031
11027
  "description": null,
11032
11028
  "args": [],
11033
11029
  "type": {
@@ -11035,7 +11031,7 @@
11035
11031
  "name": null,
11036
11032
  "ofType": {
11037
11033
  "kind": "SCALAR",
11038
- "name": "Int",
11034
+ "name": "ID",
11039
11035
  "ofType": null
11040
11036
  }
11041
11037
  },
@@ -11050,32 +11046,20 @@
11050
11046
  },
11051
11047
  {
11052
11048
  "kind": "INPUT_OBJECT",
11053
- "name": "CASvcFragmentInput",
11049
+ "name": "CASvcPromptInput",
11054
11050
  "description": null,
11055
11051
  "isOneOf": false,
11056
11052
  "fields": null,
11057
11053
  "inputFields": [
11058
11054
  {
11059
- "name": "promptTemplateId",
11060
- "description": null,
11061
- "type": {
11062
- "kind": "SCALAR",
11063
- "name": "ID",
11064
- "ofType": null
11065
- },
11066
- "defaultValue": null,
11067
- "isDeprecated": false,
11068
- "deprecationReason": null
11069
- },
11070
- {
11071
- "name": "text",
11055
+ "name": "fragmentId",
11072
11056
  "description": null,
11073
11057
  "type": {
11074
11058
  "kind": "NON_NULL",
11075
11059
  "name": null,
11076
11060
  "ofType": {
11077
11061
  "kind": "SCALAR",
11078
- "name": "String",
11062
+ "name": "ID",
11079
11063
  "ofType": null
11080
11064
  }
11081
11065
  },
@@ -11084,7 +11068,7 @@
11084
11068
  "deprecationReason": null
11085
11069
  },
11086
11070
  {
11087
- "name": "version",
11071
+ "name": "promptName",
11088
11072
  "description": null,
11089
11073
  "type": {
11090
11074
  "kind": "NON_NULL",
@@ -11098,77 +11082,25 @@
11098
11082
  "defaultValue": null,
11099
11083
  "isDeprecated": false,
11100
11084
  "deprecationReason": null
11101
- }
11102
- ],
11103
- "interfaces": null,
11104
- "enumValues": null,
11105
- "possibleTypes": null
11106
- },
11107
- {
11108
- "kind": "OBJECT",
11109
- "name": "CASvcFragmentsCollection",
11110
- "description": null,
11111
- "isOneOf": null,
11112
- "fields": [
11113
- {
11114
- "name": "data",
11115
- "description": null,
11116
- "args": [],
11117
- "type": {
11118
- "kind": "NON_NULL",
11119
- "name": null,
11120
- "ofType": {
11121
- "kind": "LIST",
11122
- "name": null,
11123
- "ofType": {
11124
- "kind": "NON_NULL",
11125
- "name": null,
11126
- "ofType": {
11127
- "kind": "OBJECT",
11128
- "name": "CASvcFragment",
11129
- "ofType": null
11130
- }
11131
- }
11132
- }
11133
- },
11134
- "isDeprecated": false,
11135
- "deprecationReason": null
11136
- },
11137
- {
11138
- "name": "hasNextPage",
11139
- "description": null,
11140
- "args": [],
11141
- "type": {
11142
- "kind": "NON_NULL",
11143
- "name": null,
11144
- "ofType": {
11145
- "kind": "SCALAR",
11146
- "name": "Boolean",
11147
- "ofType": null
11148
- }
11149
- },
11150
- "isDeprecated": false,
11151
- "deprecationReason": null
11152
11085
  },
11153
11086
  {
11154
- "name": "totalCount",
11087
+ "name": "promptTemplateId",
11155
11088
  "description": null,
11156
- "args": [],
11157
11089
  "type": {
11158
11090
  "kind": "NON_NULL",
11159
11091
  "name": null,
11160
11092
  "ofType": {
11161
11093
  "kind": "SCALAR",
11162
- "name": "Int",
11094
+ "name": "ID",
11163
11095
  "ofType": null
11164
11096
  }
11165
11097
  },
11098
+ "defaultValue": null,
11166
11099
  "isDeprecated": false,
11167
11100
  "deprecationReason": null
11168
11101
  }
11169
11102
  ],
11170
- "inputFields": null,
11171
- "interfaces": [],
11103
+ "interfaces": null,
11172
11104
  "enumValues": null,
11173
11105
  "possibleTypes": null
11174
11106
  },
@@ -11380,6 +11312,74 @@
11380
11312
  "enumValues": null,
11381
11313
  "possibleTypes": null
11382
11314
  },
11315
+ {
11316
+ "kind": "OBJECT",
11317
+ "name": "CASvcPromptsCollection",
11318
+ "description": null,
11319
+ "isOneOf": null,
11320
+ "fields": [
11321
+ {
11322
+ "name": "data",
11323
+ "description": null,
11324
+ "args": [],
11325
+ "type": {
11326
+ "kind": "NON_NULL",
11327
+ "name": null,
11328
+ "ofType": {
11329
+ "kind": "LIST",
11330
+ "name": null,
11331
+ "ofType": {
11332
+ "kind": "NON_NULL",
11333
+ "name": null,
11334
+ "ofType": {
11335
+ "kind": "OBJECT",
11336
+ "name": "CASvcPrompt",
11337
+ "ofType": null
11338
+ }
11339
+ }
11340
+ }
11341
+ },
11342
+ "isDeprecated": false,
11343
+ "deprecationReason": null
11344
+ },
11345
+ {
11346
+ "name": "hasNextPage",
11347
+ "description": null,
11348
+ "args": [],
11349
+ "type": {
11350
+ "kind": "NON_NULL",
11351
+ "name": null,
11352
+ "ofType": {
11353
+ "kind": "SCALAR",
11354
+ "name": "Boolean",
11355
+ "ofType": null
11356
+ }
11357
+ },
11358
+ "isDeprecated": false,
11359
+ "deprecationReason": null
11360
+ },
11361
+ {
11362
+ "name": "totalCount",
11363
+ "description": null,
11364
+ "args": [],
11365
+ "type": {
11366
+ "kind": "NON_NULL",
11367
+ "name": null,
11368
+ "ofType": {
11369
+ "kind": "SCALAR",
11370
+ "name": "Int",
11371
+ "ofType": null
11372
+ }
11373
+ },
11374
+ "isDeprecated": false,
11375
+ "deprecationReason": null
11376
+ }
11377
+ ],
11378
+ "inputFields": null,
11379
+ "interfaces": [],
11380
+ "enumValues": null,
11381
+ "possibleTypes": null
11382
+ },
11383
11383
  {
11384
11384
  "kind": "OBJECT",
11385
11385
  "name": "CASvcResourceGroup",
@@ -50231,7 +50231,7 @@
50231
50231
  "deprecationReason": null
50232
50232
  },
50233
50233
  {
50234
- "name": "caSvcCreateFragmentGroup",
50234
+ "name": "caSvcCreatePrompt",
50235
50235
  "description": null,
50236
50236
  "args": [
50237
50237
  {
@@ -50242,7 +50242,7 @@
50242
50242
  "name": null,
50243
50243
  "ofType": {
50244
50244
  "kind": "INPUT_OBJECT",
50245
- "name": "CASvcFragmentGroupInput",
50245
+ "name": "CASvcPromptInput",
50246
50246
  "ofType": null
50247
50247
  }
50248
50248
  },
@@ -50256,7 +50256,7 @@
50256
50256
  "name": null,
50257
50257
  "ofType": {
50258
50258
  "kind": "OBJECT",
50259
- "name": "CASvcFragmentGroup",
50259
+ "name": "CASvcPrompt",
50260
50260
  "ofType": null
50261
50261
  }
50262
50262
  },
@@ -68836,36 +68836,7 @@
68836
68836
  "deprecationReason": null
68837
68837
  },
68838
68838
  {
68839
- "name": "caSvcFragmentGroup",
68840
- "description": null,
68841
- "args": [
68842
- {
68843
- "name": "id",
68844
- "description": null,
68845
- "type": {
68846
- "kind": "NON_NULL",
68847
- "name": null,
68848
- "ofType": {
68849
- "kind": "SCALAR",
68850
- "name": "ID",
68851
- "ofType": null
68852
- }
68853
- },
68854
- "defaultValue": null,
68855
- "isDeprecated": false,
68856
- "deprecationReason": null
68857
- }
68858
- ],
68859
- "type": {
68860
- "kind": "OBJECT",
68861
- "name": "CASvcFragmentGroup",
68862
- "ofType": null
68863
- },
68864
- "isDeprecated": false,
68865
- "deprecationReason": null
68866
- },
68867
- {
68868
- "name": "caSvcFragmentGroupsByPromptTemplateId",
68839
+ "name": "caSvcFragmentsByTemplateId",
68869
68840
  "description": null,
68870
68841
  "args": [
68871
68842
  {
@@ -68914,7 +68885,7 @@
68914
68885
  "name": null,
68915
68886
  "ofType": {
68916
68887
  "kind": "OBJECT",
68917
- "name": "CASvcFragmentGroupsCollection",
68888
+ "name": "CASvcFragmentsCollection",
68918
68889
  "ofType": null
68919
68890
  }
68920
68891
  },
@@ -68922,42 +68893,34 @@
68922
68893
  "deprecationReason": null
68923
68894
  },
68924
68895
  {
68925
- "name": "caSvcFragmentsByTemplateId",
68896
+ "name": "caSvcGetMessageForResourceGroupMember",
68926
68897
  "description": null,
68927
68898
  "args": [
68928
68899
  {
68929
- "name": "limit",
68930
- "description": null,
68931
- "type": {
68932
- "kind": "SCALAR",
68933
- "name": "Int",
68934
- "ofType": null
68935
- },
68936
- "defaultValue": null,
68937
- "isDeprecated": false,
68938
- "deprecationReason": null
68939
- },
68940
- {
68941
- "name": "offset",
68900
+ "name": "memberId",
68942
68901
  "description": null,
68943
68902
  "type": {
68944
- "kind": "SCALAR",
68945
- "name": "Int",
68946
- "ofType": null
68903
+ "kind": "NON_NULL",
68904
+ "name": null,
68905
+ "ofType": {
68906
+ "kind": "SCALAR",
68907
+ "name": "ID",
68908
+ "ofType": null
68909
+ }
68947
68910
  },
68948
68911
  "defaultValue": null,
68949
68912
  "isDeprecated": false,
68950
68913
  "deprecationReason": null
68951
68914
  },
68952
68915
  {
68953
- "name": "promptTemplateId",
68916
+ "name": "promptName",
68954
68917
  "description": null,
68955
68918
  "type": {
68956
68919
  "kind": "NON_NULL",
68957
68920
  "name": null,
68958
68921
  "ofType": {
68959
68922
  "kind": "SCALAR",
68960
- "name": "ID",
68923
+ "name": "String",
68961
68924
  "ofType": null
68962
68925
  }
68963
68926
  },
@@ -68971,7 +68934,7 @@
68971
68934
  "name": null,
68972
68935
  "ofType": {
68973
68936
  "kind": "OBJECT",
68974
- "name": "CASvcFragmentsCollection",
68937
+ "name": "CASvcResourceGroupMemberMessage",
68975
68938
  "ofType": null
68976
68939
  }
68977
68940
  },
@@ -68979,11 +68942,11 @@
68979
68942
  "deprecationReason": null
68980
68943
  },
68981
68944
  {
68982
- "name": "caSvcGetMessageForResourceGroupMember",
68945
+ "name": "caSvcPrompt",
68983
68946
  "description": null,
68984
68947
  "args": [
68985
68948
  {
68986
- "name": "memberId",
68949
+ "name": "id",
68987
68950
  "description": null,
68988
68951
  "type": {
68989
68952
  "kind": "NON_NULL",
@@ -68997,16 +68960,29 @@
68997
68960
  "defaultValue": null,
68998
68961
  "isDeprecated": false,
68999
68962
  "deprecationReason": null
69000
- },
68963
+ }
68964
+ ],
68965
+ "type": {
68966
+ "kind": "OBJECT",
68967
+ "name": "CASvcPrompt",
68968
+ "ofType": null
68969
+ },
68970
+ "isDeprecated": false,
68971
+ "deprecationReason": null
68972
+ },
68973
+ {
68974
+ "name": "caSvcPromptTemplate",
68975
+ "description": null,
68976
+ "args": [
69001
68977
  {
69002
- "name": "promptName",
68978
+ "name": "id",
69003
68979
  "description": null,
69004
68980
  "type": {
69005
68981
  "kind": "NON_NULL",
69006
68982
  "name": null,
69007
68983
  "ofType": {
69008
68984
  "kind": "SCALAR",
69009
- "name": "String",
68985
+ "name": "ID",
69010
68986
  "ofType": null
69011
68987
  }
69012
68988
  },
@@ -69016,23 +68992,43 @@
69016
68992
  }
69017
68993
  ],
69018
68994
  "type": {
69019
- "kind": "NON_NULL",
69020
- "name": null,
69021
- "ofType": {
69022
- "kind": "OBJECT",
69023
- "name": "CASvcResourceGroupMemberMessage",
69024
- "ofType": null
69025
- }
68995
+ "kind": "OBJECT",
68996
+ "name": "CASvcPromptTemplate",
68997
+ "ofType": null
69026
68998
  },
69027
68999
  "isDeprecated": false,
69028
69000
  "deprecationReason": null
69029
69001
  },
69030
69002
  {
69031
- "name": "caSvcPromptTemplate",
69003
+ "name": "caSvcPromptsByPromptTemplateId",
69032
69004
  "description": null,
69033
69005
  "args": [
69034
69006
  {
69035
- "name": "id",
69007
+ "name": "limit",
69008
+ "description": null,
69009
+ "type": {
69010
+ "kind": "SCALAR",
69011
+ "name": "Int",
69012
+ "ofType": null
69013
+ },
69014
+ "defaultValue": null,
69015
+ "isDeprecated": false,
69016
+ "deprecationReason": null
69017
+ },
69018
+ {
69019
+ "name": "offset",
69020
+ "description": null,
69021
+ "type": {
69022
+ "kind": "SCALAR",
69023
+ "name": "Int",
69024
+ "ofType": null
69025
+ },
69026
+ "defaultValue": null,
69027
+ "isDeprecated": false,
69028
+ "deprecationReason": null
69029
+ },
69030
+ {
69031
+ "name": "promptTemplateId",
69036
69032
  "description": null,
69037
69033
  "type": {
69038
69034
  "kind": "NON_NULL",
@@ -69049,9 +69045,13 @@
69049
69045
  }
69050
69046
  ],
69051
69047
  "type": {
69052
- "kind": "OBJECT",
69053
- "name": "CASvcPromptTemplate",
69054
- "ofType": null
69048
+ "kind": "NON_NULL",
69049
+ "name": null,
69050
+ "ofType": {
69051
+ "kind": "OBJECT",
69052
+ "name": "CASvcPromptsCollection",
69053
+ "ofType": null
69054
+ }
69055
69055
  },
69056
69056
  "isDeprecated": false,
69057
69057
  "deprecationReason": null
package/index.d.ts CHANGED
@@ -1146,7 +1146,7 @@ export type BulkUpdateDigitalAssetParams = {
1146
1146
  export type CaSvcAnalysisRun = {
1147
1147
  __typename?: 'CASvcAnalysisRun';
1148
1148
  createdAt: Scalars['String']['output'];
1149
- fragmentGroup?: Maybe<CaSvcFragmentGroup>;
1149
+ fragmentGroup?: Maybe<CaSvcPrompt>;
1150
1150
  id: Scalars['ID']['output'];
1151
1151
  promptName: Scalars['String']['output'];
1152
1152
  resourceGroup?: Maybe<CaSvcResourceGroup>;
@@ -1195,8 +1195,21 @@ export type CaSvcFragment = {
1195
1195
  version: Scalars['String']['output'];
1196
1196
  };
1197
1197
 
1198
- export type CaSvcFragmentGroup = {
1199
- __typename?: 'CASvcFragmentGroup';
1198
+ export type CaSvcFragmentInput = {
1199
+ promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
1200
+ text: Scalars['String']['input'];
1201
+ version: Scalars['String']['input'];
1202
+ };
1203
+
1204
+ export type CaSvcFragmentsCollection = {
1205
+ __typename?: 'CASvcFragmentsCollection';
1206
+ data: Array<CaSvcFragment>;
1207
+ hasNextPage: Scalars['Boolean']['output'];
1208
+ totalCount: Scalars['Int']['output'];
1209
+ };
1210
+
1211
+ export type CaSvcPrompt = {
1212
+ __typename?: 'CASvcPrompt';
1200
1213
  createdAt: Scalars['String']['output'];
1201
1214
  fragment?: Maybe<CaSvcFragment>;
1202
1215
  fragmentId: Scalars['ID']['output'];
@@ -1206,32 +1219,12 @@ export type CaSvcFragmentGroup = {
1206
1219
  promptTemplateId: Scalars['ID']['output'];
1207
1220
  };
1208
1221
 
1209
- export type CaSvcFragmentGroupInput = {
1222
+ export type CaSvcPromptInput = {
1210
1223
  fragmentId: Scalars['ID']['input'];
1211
1224
  promptName: Scalars['String']['input'];
1212
1225
  promptTemplateId: Scalars['ID']['input'];
1213
1226
  };
1214
1227
 
1215
- export type CaSvcFragmentGroupsCollection = {
1216
- __typename?: 'CASvcFragmentGroupsCollection';
1217
- data: Array<CaSvcFragmentGroup>;
1218
- hasNextPage: Scalars['Boolean']['output'];
1219
- totalCount: Scalars['Int']['output'];
1220
- };
1221
-
1222
- export type CaSvcFragmentInput = {
1223
- promptTemplateId?: InputMaybe<Scalars['ID']['input']>;
1224
- text: Scalars['String']['input'];
1225
- version: Scalars['String']['input'];
1226
- };
1227
-
1228
- export type CaSvcFragmentsCollection = {
1229
- __typename?: 'CASvcFragmentsCollection';
1230
- data: Array<CaSvcFragment>;
1231
- hasNextPage: Scalars['Boolean']['output'];
1232
- totalCount: Scalars['Int']['output'];
1233
- };
1234
-
1235
1228
  export type CaSvcPromptTemplate = {
1236
1229
  __typename?: 'CASvcPromptTemplate';
1237
1230
  createdAt?: Maybe<Scalars['String']['output']>;
@@ -1254,6 +1247,13 @@ export type CaSvcPromptTemplatesCollection = {
1254
1247
  totalCount: Scalars['Int']['output'];
1255
1248
  };
1256
1249
 
1250
+ export type CaSvcPromptsCollection = {
1251
+ __typename?: 'CASvcPromptsCollection';
1252
+ data: Array<CaSvcPrompt>;
1253
+ hasNextPage: Scalars['Boolean']['output'];
1254
+ totalCount: Scalars['Int']['output'];
1255
+ };
1256
+
1257
1257
  export type CaSvcResourceGroup = {
1258
1258
  __typename?: 'CASvcResourceGroup';
1259
1259
  createdAt: Scalars['String']['output'];
@@ -5324,7 +5324,7 @@ export type Mutation = {
5324
5324
  caSvcCreateAnalysisRun: CaSvcAnalysisRun;
5325
5325
  caSvcCreateAnalysisRunForGroup: CaSvcAnalysisRun;
5326
5326
  caSvcCreateFragment: CaSvcFragment;
5327
- caSvcCreateFragmentGroup: CaSvcFragmentGroup;
5327
+ caSvcCreatePrompt: CaSvcPrompt;
5328
5328
  caSvcCreatePromptTemplate: CaSvcPromptTemplate;
5329
5329
  caSvcCreateResourceGroup: CaSvcResourceGroup;
5330
5330
  caSvcCreateResourceGroupMember: CaSvcResourceGroupMember;
@@ -6002,8 +6002,8 @@ export type MutationCaSvcCreateFragmentArgs = {
6002
6002
 
6003
6003
 
6004
6004
  /** mutation root */
6005
- export type MutationCaSvcCreateFragmentGroupArgs = {
6006
- input: CaSvcFragmentGroupInput;
6005
+ export type MutationCaSvcCreatePromptArgs = {
6006
+ input: CaSvcPromptInput;
6007
6007
  };
6008
6008
 
6009
6009
 
@@ -8637,11 +8637,11 @@ export type Query = {
8637
8637
  caSvcAnalysisRunsByFragmentGroupId: CaSvcAnalysisRunsCollection;
8638
8638
  caSvcAnalysisRunsByResourceGroupId: CaSvcAnalysisRunsCollection;
8639
8639
  caSvcFragment?: Maybe<CaSvcFragment>;
8640
- caSvcFragmentGroup?: Maybe<CaSvcFragmentGroup>;
8641
- caSvcFragmentGroupsByPromptTemplateId: CaSvcFragmentGroupsCollection;
8642
8640
  caSvcFragmentsByTemplateId: CaSvcFragmentsCollection;
8643
8641
  caSvcGetMessageForResourceGroupMember: CaSvcResourceGroupMemberMessage;
8642
+ caSvcPrompt?: Maybe<CaSvcPrompt>;
8644
8643
  caSvcPromptTemplate?: Maybe<CaSvcPromptTemplate>;
8644
+ caSvcPromptsByPromptTemplateId: CaSvcPromptsCollection;
8645
8645
  caSvcResourceGroup?: Maybe<CaSvcResourceGroup>;
8646
8646
  caSvcResourceGroupMember?: Maybe<CaSvcResourceGroupMember>;
8647
8647
  caSvcResourceGroupMembersByResourceGroupId: CaSvcResourceGroupMembersCollection;
@@ -9095,18 +9095,6 @@ export type QueryCaSvcFragmentArgs = {
9095
9095
  };
9096
9096
 
9097
9097
 
9098
- export type QueryCaSvcFragmentGroupArgs = {
9099
- id: Scalars['ID']['input'];
9100
- };
9101
-
9102
-
9103
- export type QueryCaSvcFragmentGroupsByPromptTemplateIdArgs = {
9104
- limit?: InputMaybe<Scalars['Int']['input']>;
9105
- offset?: InputMaybe<Scalars['Int']['input']>;
9106
- promptTemplateId: Scalars['ID']['input'];
9107
- };
9108
-
9109
-
9110
9098
  export type QueryCaSvcFragmentsByTemplateIdArgs = {
9111
9099
  limit?: InputMaybe<Scalars['Int']['input']>;
9112
9100
  offset?: InputMaybe<Scalars['Int']['input']>;
@@ -9120,11 +9108,23 @@ export type QueryCaSvcGetMessageForResourceGroupMemberArgs = {
9120
9108
  };
9121
9109
 
9122
9110
 
9111
+ export type QueryCaSvcPromptArgs = {
9112
+ id: Scalars['ID']['input'];
9113
+ };
9114
+
9115
+
9123
9116
  export type QueryCaSvcPromptTemplateArgs = {
9124
9117
  id: Scalars['ID']['input'];
9125
9118
  };
9126
9119
 
9127
9120
 
9121
+ export type QueryCaSvcPromptsByPromptTemplateIdArgs = {
9122
+ limit?: InputMaybe<Scalars['Int']['input']>;
9123
+ offset?: InputMaybe<Scalars['Int']['input']>;
9124
+ promptTemplateId: Scalars['ID']['input'];
9125
+ };
9126
+
9127
+
9128
9128
  export type QueryCaSvcResourceGroupArgs = {
9129
9129
  id: Scalars['ID']['input'];
9130
9130
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.926.0",
3
+ "version": "1.928.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -1113,7 +1113,7 @@ input BulkUpdateDigitalAssetParams {
1113
1113
 
1114
1114
  type CASvcAnalysisRun {
1115
1115
  createdAt: String!
1116
- fragmentGroup: CASvcFragmentGroup
1116
+ fragmentGroup: CASvcPrompt
1117
1117
  id: ID!
1118
1118
  promptName: String!
1119
1119
  resourceGroup: CASvcResourceGroup
@@ -1158,7 +1158,19 @@ type CASvcFragment {
1158
1158
  version: String!
1159
1159
  }
1160
1160
 
1161
- type CASvcFragmentGroup {
1161
+ input CASvcFragmentInput {
1162
+ promptTemplateId: ID
1163
+ text: String!
1164
+ version: String!
1165
+ }
1166
+
1167
+ type CASvcFragmentsCollection {
1168
+ data: [CASvcFragment!]!
1169
+ hasNextPage: Boolean!
1170
+ totalCount: Int!
1171
+ }
1172
+
1173
+ type CASvcPrompt {
1162
1174
  createdAt: String!
1163
1175
  fragment: CASvcFragment
1164
1176
  fragmentId: ID!
@@ -1168,30 +1180,12 @@ type CASvcFragmentGroup {
1168
1180
  promptTemplateId: ID!
1169
1181
  }
1170
1182
 
1171
- input CASvcFragmentGroupInput {
1183
+ input CASvcPromptInput {
1172
1184
  fragmentId: ID!
1173
1185
  promptName: String!
1174
1186
  promptTemplateId: ID!
1175
1187
  }
1176
1188
 
1177
- type CASvcFragmentGroupsCollection {
1178
- data: [CASvcFragmentGroup!]!
1179
- hasNextPage: Boolean!
1180
- totalCount: Int!
1181
- }
1182
-
1183
- input CASvcFragmentInput {
1184
- promptTemplateId: ID
1185
- text: String!
1186
- version: String!
1187
- }
1188
-
1189
- type CASvcFragmentsCollection {
1190
- data: [CASvcFragment!]!
1191
- hasNextPage: Boolean!
1192
- totalCount: Int!
1193
- }
1194
-
1195
1189
  type CASvcPromptTemplate {
1196
1190
  createdAt: String
1197
1191
  id: ID!
@@ -1212,6 +1206,12 @@ type CASvcPromptTemplatesCollection {
1212
1206
  totalCount: Int!
1213
1207
  }
1214
1208
 
1209
+ type CASvcPromptsCollection {
1210
+ data: [CASvcPrompt!]!
1211
+ hasNextPage: Boolean!
1212
+ totalCount: Int!
1213
+ }
1214
+
1215
1215
  type CASvcResourceGroup {
1216
1216
  createdAt: String!
1217
1217
  id: ID!
@@ -5092,7 +5092,7 @@ type Mutation {
5092
5092
  caSvcCreateAnalysisRun(input: CASvcAnalysisRunInput!): CASvcAnalysisRun!
5093
5093
  caSvcCreateAnalysisRunForGroup(input: CASvcAnalysisRunGroupInput!): CASvcAnalysisRun!
5094
5094
  caSvcCreateFragment(input: CASvcFragmentInput!): CASvcFragment!
5095
- caSvcCreateFragmentGroup(input: CASvcFragmentGroupInput!): CASvcFragmentGroup!
5095
+ caSvcCreatePrompt(input: CASvcPromptInput!): CASvcPrompt!
5096
5096
  caSvcCreatePromptTemplate(input: CASvcPromptTemplateInput!): CASvcPromptTemplate!
5097
5097
  caSvcCreateResourceGroup(input: CASvcResourceGroupInput!): CASvcResourceGroup!
5098
5098
  caSvcCreateResourceGroupMember(input: CASvcResourceGroupMemberInput!): CASvcResourceGroupMember!
@@ -7553,11 +7553,11 @@ type Query {
7553
7553
  caSvcAnalysisRunsByFragmentGroupId(fragmentGroupId: ID!, limit: Int, offset: Int): CASvcAnalysisRunsCollection!
7554
7554
  caSvcAnalysisRunsByResourceGroupId(limit: Int, offset: Int, resourceGroupId: ID!): CASvcAnalysisRunsCollection!
7555
7555
  caSvcFragment(id: ID!): CASvcFragment
7556
- caSvcFragmentGroup(id: ID!): CASvcFragmentGroup
7557
- caSvcFragmentGroupsByPromptTemplateId(limit: Int, offset: Int, promptTemplateId: ID!): CASvcFragmentGroupsCollection!
7558
7556
  caSvcFragmentsByTemplateId(limit: Int, offset: Int, promptTemplateId: ID!): CASvcFragmentsCollection!
7559
7557
  caSvcGetMessageForResourceGroupMember(memberId: ID!, promptName: String!): CASvcResourceGroupMemberMessage!
7558
+ caSvcPrompt(id: ID!): CASvcPrompt
7560
7559
  caSvcPromptTemplate(id: ID!): CASvcPromptTemplate
7560
+ caSvcPromptsByPromptTemplateId(limit: Int, offset: Int, promptTemplateId: ID!): CASvcPromptsCollection!
7561
7561
  caSvcResourceGroup(id: ID!): CASvcResourceGroup
7562
7562
  caSvcResourceGroupMember(id: ID!): CASvcResourceGroupMember
7563
7563
  caSvcResourceGroupMembersByResourceGroupId(limit: Int, offset: Int, resourceGroupId: ID!): CASvcResourceGroupMembersCollection!