@promoboxx/graphql-gateway-types 1.296.0 → 1.297.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 +108 -0
- package/index.d.ts +12 -0
- package/package.json +1 -1
- package/schema.graphql +14 -0
package/graphql.schema.json
CHANGED
|
@@ -94588,6 +94588,18 @@
|
|
|
94588
94588
|
"isDeprecated": false,
|
|
94589
94589
|
"deprecationReason": null
|
|
94590
94590
|
},
|
|
94591
|
+
{
|
|
94592
|
+
"name": "error",
|
|
94593
|
+
"description": null,
|
|
94594
|
+
"args": [],
|
|
94595
|
+
"type": {
|
|
94596
|
+
"kind": "SCALAR",
|
|
94597
|
+
"name": "String",
|
|
94598
|
+
"ofType": null
|
|
94599
|
+
},
|
|
94600
|
+
"isDeprecated": false,
|
|
94601
|
+
"deprecationReason": null
|
|
94602
|
+
},
|
|
94591
94603
|
{
|
|
94592
94604
|
"name": "id",
|
|
94593
94605
|
"description": null,
|
|
@@ -94911,6 +94923,18 @@
|
|
|
94911
94923
|
"isDeprecated": false,
|
|
94912
94924
|
"deprecationReason": null
|
|
94913
94925
|
},
|
|
94926
|
+
{
|
|
94927
|
+
"name": "error",
|
|
94928
|
+
"description": null,
|
|
94929
|
+
"type": {
|
|
94930
|
+
"kind": "INPUT_OBJECT",
|
|
94931
|
+
"name": "String_comparison_exp",
|
|
94932
|
+
"ofType": null
|
|
94933
|
+
},
|
|
94934
|
+
"defaultValue": null,
|
|
94935
|
+
"isDeprecated": false,
|
|
94936
|
+
"deprecationReason": null
|
|
94937
|
+
},
|
|
94914
94938
|
{
|
|
94915
94939
|
"name": "id",
|
|
94916
94940
|
"description": null,
|
|
@@ -95041,6 +95065,18 @@
|
|
|
95041
95065
|
"isDeprecated": false,
|
|
95042
95066
|
"deprecationReason": null
|
|
95043
95067
|
},
|
|
95068
|
+
{
|
|
95069
|
+
"name": "error",
|
|
95070
|
+
"description": null,
|
|
95071
|
+
"type": {
|
|
95072
|
+
"kind": "SCALAR",
|
|
95073
|
+
"name": "String",
|
|
95074
|
+
"ofType": null
|
|
95075
|
+
},
|
|
95076
|
+
"defaultValue": null,
|
|
95077
|
+
"isDeprecated": false,
|
|
95078
|
+
"deprecationReason": null
|
|
95079
|
+
},
|
|
95044
95080
|
{
|
|
95045
95081
|
"name": "id",
|
|
95046
95082
|
"description": null,
|
|
@@ -95135,6 +95171,18 @@
|
|
|
95135
95171
|
"isDeprecated": false,
|
|
95136
95172
|
"deprecationReason": null
|
|
95137
95173
|
},
|
|
95174
|
+
{
|
|
95175
|
+
"name": "error",
|
|
95176
|
+
"description": null,
|
|
95177
|
+
"args": [],
|
|
95178
|
+
"type": {
|
|
95179
|
+
"kind": "SCALAR",
|
|
95180
|
+
"name": "String",
|
|
95181
|
+
"ofType": null
|
|
95182
|
+
},
|
|
95183
|
+
"isDeprecated": false,
|
|
95184
|
+
"deprecationReason": null
|
|
95185
|
+
},
|
|
95138
95186
|
{
|
|
95139
95187
|
"name": "id",
|
|
95140
95188
|
"description": null,
|
|
@@ -95230,6 +95278,18 @@
|
|
|
95230
95278
|
"isDeprecated": false,
|
|
95231
95279
|
"deprecationReason": null
|
|
95232
95280
|
},
|
|
95281
|
+
{
|
|
95282
|
+
"name": "error",
|
|
95283
|
+
"description": null,
|
|
95284
|
+
"args": [],
|
|
95285
|
+
"type": {
|
|
95286
|
+
"kind": "SCALAR",
|
|
95287
|
+
"name": "String",
|
|
95288
|
+
"ofType": null
|
|
95289
|
+
},
|
|
95290
|
+
"isDeprecated": false,
|
|
95291
|
+
"deprecationReason": null
|
|
95292
|
+
},
|
|
95233
95293
|
{
|
|
95234
95294
|
"name": "id",
|
|
95235
95295
|
"description": null,
|
|
@@ -95491,6 +95551,18 @@
|
|
|
95491
95551
|
"isDeprecated": false,
|
|
95492
95552
|
"deprecationReason": null
|
|
95493
95553
|
},
|
|
95554
|
+
{
|
|
95555
|
+
"name": "error",
|
|
95556
|
+
"description": null,
|
|
95557
|
+
"type": {
|
|
95558
|
+
"kind": "ENUM",
|
|
95559
|
+
"name": "order_by",
|
|
95560
|
+
"ofType": null
|
|
95561
|
+
},
|
|
95562
|
+
"defaultValue": null,
|
|
95563
|
+
"isDeprecated": false,
|
|
95564
|
+
"deprecationReason": null
|
|
95565
|
+
},
|
|
95494
95566
|
{
|
|
95495
95567
|
"name": "id",
|
|
95496
95568
|
"description": null,
|
|
@@ -95609,6 +95681,12 @@
|
|
|
95609
95681
|
"isDeprecated": false,
|
|
95610
95682
|
"deprecationReason": null
|
|
95611
95683
|
},
|
|
95684
|
+
{
|
|
95685
|
+
"name": "error",
|
|
95686
|
+
"description": "column name",
|
|
95687
|
+
"isDeprecated": false,
|
|
95688
|
+
"deprecationReason": null
|
|
95689
|
+
},
|
|
95612
95690
|
{
|
|
95613
95691
|
"name": "id",
|
|
95614
95692
|
"description": "column name",
|
|
@@ -95666,6 +95744,18 @@
|
|
|
95666
95744
|
"isDeprecated": false,
|
|
95667
95745
|
"deprecationReason": null
|
|
95668
95746
|
},
|
|
95747
|
+
{
|
|
95748
|
+
"name": "error",
|
|
95749
|
+
"description": null,
|
|
95750
|
+
"type": {
|
|
95751
|
+
"kind": "SCALAR",
|
|
95752
|
+
"name": "String",
|
|
95753
|
+
"ofType": null
|
|
95754
|
+
},
|
|
95755
|
+
"defaultValue": null,
|
|
95756
|
+
"isDeprecated": false,
|
|
95757
|
+
"deprecationReason": null
|
|
95758
|
+
},
|
|
95669
95759
|
{
|
|
95670
95760
|
"name": "id",
|
|
95671
95761
|
"description": null,
|
|
@@ -95800,6 +95890,18 @@
|
|
|
95800
95890
|
"isDeprecated": false,
|
|
95801
95891
|
"deprecationReason": null
|
|
95802
95892
|
},
|
|
95893
|
+
{
|
|
95894
|
+
"name": "error",
|
|
95895
|
+
"description": null,
|
|
95896
|
+
"type": {
|
|
95897
|
+
"kind": "SCALAR",
|
|
95898
|
+
"name": "String",
|
|
95899
|
+
"ofType": null
|
|
95900
|
+
},
|
|
95901
|
+
"defaultValue": null,
|
|
95902
|
+
"isDeprecated": false,
|
|
95903
|
+
"deprecationReason": null
|
|
95904
|
+
},
|
|
95803
95905
|
{
|
|
95804
95906
|
"name": "id",
|
|
95805
95907
|
"description": null,
|
|
@@ -95891,6 +95993,12 @@
|
|
|
95891
95993
|
"isDeprecated": false,
|
|
95892
95994
|
"deprecationReason": null
|
|
95893
95995
|
},
|
|
95996
|
+
{
|
|
95997
|
+
"name": "error",
|
|
95998
|
+
"description": "column name",
|
|
95999
|
+
"isDeprecated": false,
|
|
96000
|
+
"deprecationReason": null
|
|
96001
|
+
},
|
|
95894
96002
|
{
|
|
95895
96003
|
"name": "id",
|
|
95896
96004
|
"description": "column name",
|
package/index.d.ts
CHANGED
|
@@ -11946,6 +11946,7 @@ export type Asset_Summaries = {
|
|
|
11946
11946
|
/** An aggregate relationship */
|
|
11947
11947
|
asset_summary_content_ids_aggregate: Asset_Summary_Content_Ids_Aggregate;
|
|
11948
11948
|
created_at?: Maybe<Scalars['timestamptz']['output']>;
|
|
11949
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
11949
11950
|
id: Scalars['uuid']['output'];
|
|
11950
11951
|
input_url: Scalars['String']['output'];
|
|
11951
11952
|
prompt: Scalars['String']['output'];
|
|
@@ -12004,6 +12005,7 @@ export type Asset_Summaries_Bool_Exp = {
|
|
|
12004
12005
|
asset_summary_content_ids?: InputMaybe<Asset_Summary_Content_Ids_Bool_Exp>;
|
|
12005
12006
|
asset_summary_content_ids_aggregate?: InputMaybe<Asset_Summary_Content_Ids_Aggregate_Bool_Exp>;
|
|
12006
12007
|
created_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
12008
|
+
error?: InputMaybe<String_Comparison_Exp>;
|
|
12007
12009
|
id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
12008
12010
|
input_url?: InputMaybe<String_Comparison_Exp>;
|
|
12009
12011
|
prompt?: InputMaybe<String_Comparison_Exp>;
|
|
@@ -12023,6 +12025,7 @@ export type Asset_Summaries_Constraint =
|
|
|
12023
12025
|
export type Asset_Summaries_Insert_Input = {
|
|
12024
12026
|
asset_summary_content_ids?: InputMaybe<Asset_Summary_Content_Ids_Arr_Rel_Insert_Input>;
|
|
12025
12027
|
created_at?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
12028
|
+
error?: InputMaybe<Scalars['String']['input']>;
|
|
12026
12029
|
id?: InputMaybe<Scalars['uuid']['input']>;
|
|
12027
12030
|
input_url?: InputMaybe<Scalars['String']['input']>;
|
|
12028
12031
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -12035,6 +12038,7 @@ export type Asset_Summaries_Insert_Input = {
|
|
|
12035
12038
|
export type Asset_Summaries_Max_Fields = {
|
|
12036
12039
|
__typename?: 'asset_summaries_max_fields';
|
|
12037
12040
|
created_at?: Maybe<Scalars['timestamptz']['output']>;
|
|
12041
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
12038
12042
|
id?: Maybe<Scalars['uuid']['output']>;
|
|
12039
12043
|
input_url?: Maybe<Scalars['String']['output']>;
|
|
12040
12044
|
prompt?: Maybe<Scalars['String']['output']>;
|
|
@@ -12047,6 +12051,7 @@ export type Asset_Summaries_Max_Fields = {
|
|
|
12047
12051
|
export type Asset_Summaries_Min_Fields = {
|
|
12048
12052
|
__typename?: 'asset_summaries_min_fields';
|
|
12049
12053
|
created_at?: Maybe<Scalars['timestamptz']['output']>;
|
|
12054
|
+
error?: Maybe<Scalars['String']['output']>;
|
|
12050
12055
|
id?: Maybe<Scalars['uuid']['output']>;
|
|
12051
12056
|
input_url?: Maybe<Scalars['String']['output']>;
|
|
12052
12057
|
prompt?: Maybe<Scalars['String']['output']>;
|
|
@@ -12082,6 +12087,7 @@ export type Asset_Summaries_On_Conflict = {
|
|
|
12082
12087
|
export type Asset_Summaries_Order_By = {
|
|
12083
12088
|
asset_summary_content_ids_aggregate?: InputMaybe<Asset_Summary_Content_Ids_Aggregate_Order_By>;
|
|
12084
12089
|
created_at?: InputMaybe<Order_By>;
|
|
12090
|
+
error?: InputMaybe<Order_By>;
|
|
12085
12091
|
id?: InputMaybe<Order_By>;
|
|
12086
12092
|
input_url?: InputMaybe<Order_By>;
|
|
12087
12093
|
prompt?: InputMaybe<Order_By>;
|
|
@@ -12100,6 +12106,8 @@ export type Asset_Summaries_Select_Column =
|
|
|
12100
12106
|
/** column name */
|
|
12101
12107
|
| 'created_at'
|
|
12102
12108
|
/** column name */
|
|
12109
|
+
| 'error'
|
|
12110
|
+
/** column name */
|
|
12103
12111
|
| 'id'
|
|
12104
12112
|
/** column name */
|
|
12105
12113
|
| 'input_url'
|
|
@@ -12115,6 +12123,7 @@ export type Asset_Summaries_Select_Column =
|
|
|
12115
12123
|
/** input type for updating data in table "asset_summaries" */
|
|
12116
12124
|
export type Asset_Summaries_Set_Input = {
|
|
12117
12125
|
created_at?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
12126
|
+
error?: InputMaybe<Scalars['String']['input']>;
|
|
12118
12127
|
id?: InputMaybe<Scalars['uuid']['input']>;
|
|
12119
12128
|
input_url?: InputMaybe<Scalars['String']['input']>;
|
|
12120
12129
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -12134,6 +12143,7 @@ export type Asset_Summaries_Stream_Cursor_Input = {
|
|
|
12134
12143
|
/** Initial value of the column from where the streaming should start */
|
|
12135
12144
|
export type Asset_Summaries_Stream_Cursor_Value_Input = {
|
|
12136
12145
|
created_at?: InputMaybe<Scalars['timestamptz']['input']>;
|
|
12146
|
+
error?: InputMaybe<Scalars['String']['input']>;
|
|
12137
12147
|
id?: InputMaybe<Scalars['uuid']['input']>;
|
|
12138
12148
|
input_url?: InputMaybe<Scalars['String']['input']>;
|
|
12139
12149
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -12147,6 +12157,8 @@ export type Asset_Summaries_Update_Column =
|
|
|
12147
12157
|
/** column name */
|
|
12148
12158
|
| 'created_at'
|
|
12149
12159
|
/** column name */
|
|
12160
|
+
| 'error'
|
|
12161
|
+
/** column name */
|
|
12150
12162
|
| 'id'
|
|
12151
12163
|
/** column name */
|
|
12152
12164
|
| 'input_url'
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -11046,6 +11046,7 @@ type asset_summaries {
|
|
|
11046
11046
|
where: asset_summary_content_ids_bool_exp
|
|
11047
11047
|
): asset_summary_content_ids_aggregate!
|
|
11048
11048
|
created_at: timestamptz
|
|
11049
|
+
error: String
|
|
11049
11050
|
id: uuid!
|
|
11050
11051
|
input_url: String!
|
|
11051
11052
|
prompt: String!
|
|
@@ -11081,6 +11082,7 @@ input asset_summaries_bool_exp {
|
|
|
11081
11082
|
asset_summary_content_ids: asset_summary_content_ids_bool_exp
|
|
11082
11083
|
asset_summary_content_ids_aggregate: asset_summary_content_ids_aggregate_bool_exp
|
|
11083
11084
|
created_at: timestamptz_comparison_exp
|
|
11085
|
+
error: String_comparison_exp
|
|
11084
11086
|
id: uuid_comparison_exp
|
|
11085
11087
|
input_url: String_comparison_exp
|
|
11086
11088
|
prompt: String_comparison_exp
|
|
@@ -11110,6 +11112,7 @@ input type for inserting data into table "asset_summaries"
|
|
|
11110
11112
|
input asset_summaries_insert_input {
|
|
11111
11113
|
asset_summary_content_ids: asset_summary_content_ids_arr_rel_insert_input
|
|
11112
11114
|
created_at: timestamptz
|
|
11115
|
+
error: String
|
|
11113
11116
|
id: uuid
|
|
11114
11117
|
input_url: String
|
|
11115
11118
|
prompt: String
|
|
@@ -11121,6 +11124,7 @@ input asset_summaries_insert_input {
|
|
|
11121
11124
|
"""aggregate max on columns"""
|
|
11122
11125
|
type asset_summaries_max_fields {
|
|
11123
11126
|
created_at: timestamptz
|
|
11127
|
+
error: String
|
|
11124
11128
|
id: uuid
|
|
11125
11129
|
input_url: String
|
|
11126
11130
|
prompt: String
|
|
@@ -11132,6 +11136,7 @@ type asset_summaries_max_fields {
|
|
|
11132
11136
|
"""aggregate min on columns"""
|
|
11133
11137
|
type asset_summaries_min_fields {
|
|
11134
11138
|
created_at: timestamptz
|
|
11139
|
+
error: String
|
|
11135
11140
|
id: uuid
|
|
11136
11141
|
input_url: String
|
|
11137
11142
|
prompt: String
|
|
@@ -11174,6 +11179,7 @@ input asset_summaries_on_conflict {
|
|
|
11174
11179
|
input asset_summaries_order_by {
|
|
11175
11180
|
asset_summary_content_ids_aggregate: asset_summary_content_ids_aggregate_order_by
|
|
11176
11181
|
created_at: order_by
|
|
11182
|
+
error: order_by
|
|
11177
11183
|
id: order_by
|
|
11178
11184
|
input_url: order_by
|
|
11179
11185
|
prompt: order_by
|
|
@@ -11194,6 +11200,9 @@ enum asset_summaries_select_column {
|
|
|
11194
11200
|
"""column name"""
|
|
11195
11201
|
created_at
|
|
11196
11202
|
|
|
11203
|
+
"""column name"""
|
|
11204
|
+
error
|
|
11205
|
+
|
|
11197
11206
|
"""column name"""
|
|
11198
11207
|
id
|
|
11199
11208
|
|
|
@@ -11218,6 +11227,7 @@ input type for updating data in table "asset_summaries"
|
|
|
11218
11227
|
"""
|
|
11219
11228
|
input asset_summaries_set_input {
|
|
11220
11229
|
created_at: timestamptz
|
|
11230
|
+
error: String
|
|
11221
11231
|
id: uuid
|
|
11222
11232
|
input_url: String
|
|
11223
11233
|
prompt: String
|
|
@@ -11240,6 +11250,7 @@ input asset_summaries_stream_cursor_input {
|
|
|
11240
11250
|
"""Initial value of the column from where the streaming should start"""
|
|
11241
11251
|
input asset_summaries_stream_cursor_value_input {
|
|
11242
11252
|
created_at: timestamptz
|
|
11253
|
+
error: String
|
|
11243
11254
|
id: uuid
|
|
11244
11255
|
input_url: String
|
|
11245
11256
|
prompt: String
|
|
@@ -11255,6 +11266,9 @@ enum asset_summaries_update_column {
|
|
|
11255
11266
|
"""column name"""
|
|
11256
11267
|
created_at
|
|
11257
11268
|
|
|
11269
|
+
"""column name"""
|
|
11270
|
+
error
|
|
11271
|
+
|
|
11258
11272
|
"""column name"""
|
|
11259
11273
|
id
|
|
11260
11274
|
|