@promoboxx/graphql-gateway-types 1.801.0 → 1.803.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.
@@ -56344,6 +56344,55 @@
56344
56344
  "isDeprecated": false,
56345
56345
  "deprecationReason": null
56346
56346
  },
56347
+ {
56348
+ "name": "syndicateContentDiscovery",
56349
+ "description": null,
56350
+ "args": [
56351
+ {
56352
+ "name": "resourceId",
56353
+ "description": null,
56354
+ "type": {
56355
+ "kind": "NON_NULL",
56356
+ "name": null,
56357
+ "ofType": {
56358
+ "kind": "SCALAR",
56359
+ "name": "ID",
56360
+ "ofType": null
56361
+ }
56362
+ },
56363
+ "defaultValue": null,
56364
+ "isDeprecated": false,
56365
+ "deprecationReason": null
56366
+ },
56367
+ {
56368
+ "name": "resourceType",
56369
+ "description": null,
56370
+ "type": {
56371
+ "kind": "NON_NULL",
56372
+ "name": null,
56373
+ "ofType": {
56374
+ "kind": "SCALAR",
56375
+ "name": "String",
56376
+ "ofType": null
56377
+ }
56378
+ },
56379
+ "defaultValue": null,
56380
+ "isDeprecated": false,
56381
+ "deprecationReason": null
56382
+ }
56383
+ ],
56384
+ "type": {
56385
+ "kind": "NON_NULL",
56386
+ "name": null,
56387
+ "ofType": {
56388
+ "kind": "OBJECT",
56389
+ "name": "SyndicateContentDiscoveryResponse",
56390
+ "ofType": null
56391
+ }
56392
+ },
56393
+ "isDeprecated": false,
56394
+ "deprecationReason": null
56395
+ },
56347
56396
  {
56348
56397
  "name": "unSubscribeLead",
56349
56398
  "description": null,
@@ -57126,6 +57175,67 @@
57126
57175
  "isDeprecated": false,
57127
57176
  "deprecationReason": null
57128
57177
  },
57178
+ {
57179
+ "name": "updateContentDiscoveryItem",
57180
+ "description": null,
57181
+ "args": [
57182
+ {
57183
+ "name": "content_discovery_item",
57184
+ "description": null,
57185
+ "type": {
57186
+ "kind": "NON_NULL",
57187
+ "name": null,
57188
+ "ofType": {
57189
+ "kind": "INPUT_OBJECT",
57190
+ "name": "UpdateContentDiscoveryItem",
57191
+ "ofType": null
57192
+ }
57193
+ },
57194
+ "defaultValue": null,
57195
+ "isDeprecated": false,
57196
+ "deprecationReason": null
57197
+ },
57198
+ {
57199
+ "name": "id",
57200
+ "description": null,
57201
+ "type": {
57202
+ "kind": "NON_NULL",
57203
+ "name": null,
57204
+ "ofType": {
57205
+ "kind": "SCALAR",
57206
+ "name": "ID",
57207
+ "ofType": null
57208
+ }
57209
+ },
57210
+ "defaultValue": null,
57211
+ "isDeprecated": false,
57212
+ "deprecationReason": null
57213
+ },
57214
+ {
57215
+ "name": "params",
57216
+ "description": null,
57217
+ "type": {
57218
+ "kind": "INPUT_OBJECT",
57219
+ "name": "UpdateContentDiscoveryItemParams",
57220
+ "ofType": null
57221
+ },
57222
+ "defaultValue": null,
57223
+ "isDeprecated": false,
57224
+ "deprecationReason": null
57225
+ }
57226
+ ],
57227
+ "type": {
57228
+ "kind": "NON_NULL",
57229
+ "name": null,
57230
+ "ofType": {
57231
+ "kind": "OBJECT",
57232
+ "name": "ContentDiscovery",
57233
+ "ofType": null
57234
+ }
57235
+ },
57236
+ "isDeprecated": false,
57237
+ "deprecationReason": null
57238
+ },
57129
57239
  {
57130
57240
  "name": "updateContract",
57131
57241
  "description": null,
@@ -93364,6 +93474,41 @@
93364
93474
  "enumValues": null,
93365
93475
  "possibleTypes": null
93366
93476
  },
93477
+ {
93478
+ "kind": "OBJECT",
93479
+ "name": "SyndicateContentDiscoveryResponse",
93480
+ "description": null,
93481
+ "fields": [
93482
+ {
93483
+ "name": "errors",
93484
+ "description": null,
93485
+ "args": [],
93486
+ "type": {
93487
+ "kind": "NON_NULL",
93488
+ "name": null,
93489
+ "ofType": {
93490
+ "kind": "LIST",
93491
+ "name": null,
93492
+ "ofType": {
93493
+ "kind": "NON_NULL",
93494
+ "name": null,
93495
+ "ofType": {
93496
+ "kind": "SCALAR",
93497
+ "name": "String",
93498
+ "ofType": null
93499
+ }
93500
+ }
93501
+ }
93502
+ },
93503
+ "isDeprecated": false,
93504
+ "deprecationReason": null
93505
+ }
93506
+ ],
93507
+ "inputFields": null,
93508
+ "interfaces": [],
93509
+ "enumValues": null,
93510
+ "possibleTypes": null
93511
+ },
93367
93512
  {
93368
93513
  "kind": "OBJECT",
93369
93514
  "name": "Table",
@@ -96739,6 +96884,64 @@
96739
96884
  "enumValues": null,
96740
96885
  "possibleTypes": null
96741
96886
  },
96887
+ {
96888
+ "kind": "INPUT_OBJECT",
96889
+ "name": "UpdateContentDiscoveryItem",
96890
+ "description": null,
96891
+ "fields": null,
96892
+ "inputFields": [
96893
+ {
96894
+ "name": "enabled",
96895
+ "description": null,
96896
+ "type": {
96897
+ "kind": "NON_NULL",
96898
+ "name": null,
96899
+ "ofType": {
96900
+ "kind": "SCALAR",
96901
+ "name": "Boolean",
96902
+ "ofType": null
96903
+ }
96904
+ },
96905
+ "defaultValue": null,
96906
+ "isDeprecated": false,
96907
+ "deprecationReason": null
96908
+ }
96909
+ ],
96910
+ "interfaces": null,
96911
+ "enumValues": null,
96912
+ "possibleTypes": null
96913
+ },
96914
+ {
96915
+ "kind": "INPUT_OBJECT",
96916
+ "name": "UpdateContentDiscoveryItemParams",
96917
+ "description": null,
96918
+ "fields": null,
96919
+ "inputFields": [
96920
+ {
96921
+ "name": "fields",
96922
+ "description": null,
96923
+ "type": {
96924
+ "kind": "LIST",
96925
+ "name": null,
96926
+ "ofType": {
96927
+ "kind": "NON_NULL",
96928
+ "name": null,
96929
+ "ofType": {
96930
+ "kind": "SCALAR",
96931
+ "name": "String",
96932
+ "ofType": null
96933
+ }
96934
+ }
96935
+ },
96936
+ "defaultValue": null,
96937
+ "isDeprecated": false,
96938
+ "deprecationReason": null
96939
+ }
96940
+ ],
96941
+ "interfaces": null,
96942
+ "enumValues": null,
96943
+ "possibleTypes": null
96944
+ },
96742
96945
  {
96743
96946
  "kind": "INPUT_OBJECT",
96744
96947
  "name": "UpdateContractData",
package/index.d.ts CHANGED
@@ -5409,6 +5409,7 @@ export type Mutation = {
5409
5409
  signIn?: Maybe<SignInResponse>;
5410
5410
  ssoAuth0Login: SsoLoginResponse;
5411
5411
  submitAISummarizeAsset: Scalars['String']['output'];
5412
+ syndicateContentDiscovery: SyndicateContentDiscoveryResponse;
5412
5413
  unSubscribeLead: Scalars['String']['output'];
5413
5414
  unpublishAndDuplicatePaidAd?: Maybe<DuplicatePaidAdResponse>;
5414
5415
  unpublishPaidAd?: Maybe<Scalars['ID']['output']>;
@@ -5428,6 +5429,7 @@ export type Mutation = {
5428
5429
  updateCampaignDescription: Scalars['ID']['output'];
5429
5430
  updateChannelCampaign?: Maybe<UpdateChannelCampaignResponse>;
5430
5431
  updateCollection?: Maybe<Collection>;
5432
+ updateContentDiscoveryItem: ContentDiscovery;
5431
5433
  updateContract?: Maybe<Contract>;
5432
5434
  updateCustomFieldValue?: Maybe<CustomFieldValues>;
5433
5435
  updateDigitalAsset?: Maybe<DigitalAsset>;
@@ -7193,6 +7195,13 @@ export type MutationSubmitAiSummarizeAssetArgs = {
7193
7195
  };
7194
7196
 
7195
7197
 
7198
+ /** mutation root */
7199
+ export type MutationSyndicateContentDiscoveryArgs = {
7200
+ resourceId: Scalars['ID']['input'];
7201
+ resourceType: Scalars['String']['input'];
7202
+ };
7203
+
7204
+
7196
7205
  /** mutation root */
7197
7206
  export type MutationUnSubscribeLeadArgs = {
7198
7207
  email_address: Scalars['String']['input'];
@@ -7313,6 +7322,14 @@ export type MutationUpdateCollectionArgs = {
7313
7322
  };
7314
7323
 
7315
7324
 
7325
+ /** mutation root */
7326
+ export type MutationUpdateContentDiscoveryItemArgs = {
7327
+ content_discovery_item: UpdateContentDiscoveryItem;
7328
+ id: Scalars['ID']['input'];
7329
+ params?: InputMaybe<UpdateContentDiscoveryItemParams>;
7330
+ };
7331
+
7332
+
7316
7333
  /** mutation root */
7317
7334
  export type MutationUpdateContractArgs = {
7318
7335
  contractId: Scalars['ID']['input'];
@@ -11910,6 +11927,11 @@ export type SuggestedCopyInput = {
11910
11927
  message: Scalars['String']['input'];
11911
11928
  };
11912
11929
 
11930
+ export type SyndicateContentDiscoveryResponse = {
11931
+ __typename?: 'SyndicateContentDiscoveryResponse';
11932
+ errors: Array<Scalars['String']['output']>;
11933
+ };
11934
+
11913
11935
  export type Table = {
11914
11936
  __typename?: 'Table';
11915
11937
  headers?: Maybe<Array<Maybe<TableHeaders>>>;
@@ -12269,6 +12291,14 @@ export type UpdateChannelCampaignResponse = {
12269
12291
  starts_at?: Maybe<Scalars['String']['output']>;
12270
12292
  };
12271
12293
 
12294
+ export type UpdateContentDiscoveryItem = {
12295
+ enabled: Scalars['Boolean']['input'];
12296
+ };
12297
+
12298
+ export type UpdateContentDiscoveryItemParams = {
12299
+ fields?: InputMaybe<Array<Scalars['String']['input']>>;
12300
+ };
12301
+
12272
12302
  export type UpdateContractData = {
12273
12303
  amount_cents?: InputMaybe<Scalars['String']['input']>;
12274
12304
  brand_id?: InputMaybe<Scalars['ID']['input']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.801.0",
3
+ "version": "1.803.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -5776,6 +5776,7 @@ type Mutation {
5776
5776
  signIn(email: String!, password: String!): SignInResponse
5777
5777
  ssoAuth0Login(auth0_auth_code: String!, auth0_connection_type: String!, brand_slug: String!, redirect_uri: String!): SsoLoginResponse!
5778
5778
  submitAISummarizeAsset(content_discovery_item_id: Int, digital_asset_id: Int, url: String!): String!
5779
+ syndicateContentDiscovery(resourceId: ID!, resourceType: String!): SyndicateContentDiscoveryResponse!
5779
5780
  unSubscribeLead(email_address: String!, retailer_id: ID!): String!
5780
5781
  unpublishAndDuplicatePaidAd(brand_id: ID!, campaign_id: ID!): DuplicatePaidAdResponse
5781
5782
  unpublishPaidAd(params: UnpublishPaidAdParams!): ID
@@ -5798,6 +5799,7 @@ type Mutation {
5798
5799
  updateCampaignDescription(campaignDescriptionData: CampaignDescriptionInput!, campaignDescriptionId: ID!): ID!
5799
5800
  updateChannelCampaign(params: UpdateChannelCampaignParams!): UpdateChannelCampaignResponse
5800
5801
  updateCollection(group: CreateCollectionDataGroup!, id: ID!): Collection
5802
+ updateContentDiscoveryItem(content_discovery_item: UpdateContentDiscoveryItem!, id: ID!, params: UpdateContentDiscoveryItemParams): ContentDiscovery!
5801
5803
  updateContract(contractId: ID!, data: UpdateContractData!): Contract
5802
5804
  updateCustomFieldValue(data: UpdateCustomFieldValueData!, resourceId: ID!): CustomFieldValues
5803
5805
  updateDigitalAsset(params: UpdateDigitalAssetParams!): DigitalAsset
@@ -10650,6 +10652,10 @@ input SuggestedCopyInput {
10650
10652
  message: String!
10651
10653
  }
10652
10654
 
10655
+ type SyndicateContentDiscoveryResponse {
10656
+ errors: [String!]!
10657
+ }
10658
+
10653
10659
  type Table {
10654
10660
  headers: [TableHeaders]
10655
10661
  rows: [[String]]
@@ -10997,6 +11003,14 @@ type UpdateChannelCampaignResponse {
10997
11003
  starts_at: String
10998
11004
  }
10999
11005
 
11006
+ input UpdateContentDiscoveryItem {
11007
+ enabled: Boolean!
11008
+ }
11009
+
11010
+ input UpdateContentDiscoveryItemParams {
11011
+ fields: [String!]
11012
+ }
11013
+
11000
11014
  input UpdateContractData {
11001
11015
  amount_cents: String
11002
11016
  brand_id: ID