@promoboxx/graphql-gateway-types 1.819.0 → 1.821.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.
@@ -17631,6 +17631,18 @@
17631
17631
  "name": "ContentDiscovery",
17632
17632
  "description": null,
17633
17633
  "fields": [
17634
+ {
17635
+ "name": "archived",
17636
+ "description": null,
17637
+ "args": [],
17638
+ "type": {
17639
+ "kind": "SCALAR",
17640
+ "name": "Boolean",
17641
+ "ofType": null
17642
+ },
17643
+ "isDeprecated": false,
17644
+ "deprecationReason": null
17645
+ },
17634
17646
  {
17635
17647
  "name": "brand",
17636
17648
  "description": null,
@@ -17732,6 +17744,22 @@
17732
17744
  "isDeprecated": false,
17733
17745
  "deprecationReason": null
17734
17746
  },
17747
+ {
17748
+ "name": "child_attachments",
17749
+ "description": null,
17750
+ "args": [],
17751
+ "type": {
17752
+ "kind": "LIST",
17753
+ "name": null,
17754
+ "ofType": {
17755
+ "kind": "OBJECT",
17756
+ "name": "ContentDiscoveryAttachment",
17757
+ "ofType": null
17758
+ }
17759
+ },
17760
+ "isDeprecated": false,
17761
+ "deprecationReason": null
17762
+ },
17735
17763
  {
17736
17764
  "name": "content_created_at",
17737
17765
  "description": null,
@@ -17910,6 +17938,113 @@
17910
17938
  "enumValues": null,
17911
17939
  "possibleTypes": null
17912
17940
  },
17941
+ {
17942
+ "kind": "OBJECT",
17943
+ "name": "ContentDiscoveryAttachment",
17944
+ "description": null,
17945
+ "fields": [
17946
+ {
17947
+ "name": "call_to_action",
17948
+ "description": null,
17949
+ "args": [],
17950
+ "type": {
17951
+ "kind": "SCALAR",
17952
+ "name": "String",
17953
+ "ofType": null
17954
+ },
17955
+ "isDeprecated": false,
17956
+ "deprecationReason": null
17957
+ },
17958
+ {
17959
+ "name": "caption",
17960
+ "description": null,
17961
+ "args": [],
17962
+ "type": {
17963
+ "kind": "SCALAR",
17964
+ "name": "String",
17965
+ "ofType": null
17966
+ },
17967
+ "isDeprecated": false,
17968
+ "deprecationReason": null
17969
+ },
17970
+ {
17971
+ "name": "description",
17972
+ "description": null,
17973
+ "args": [],
17974
+ "type": {
17975
+ "kind": "SCALAR",
17976
+ "name": "String",
17977
+ "ofType": null
17978
+ },
17979
+ "isDeprecated": false,
17980
+ "deprecationReason": null
17981
+ },
17982
+ {
17983
+ "name": "link",
17984
+ "description": null,
17985
+ "args": [],
17986
+ "type": {
17987
+ "kind": "SCALAR",
17988
+ "name": "String",
17989
+ "ofType": null
17990
+ },
17991
+ "isDeprecated": false,
17992
+ "deprecationReason": null
17993
+ },
17994
+ {
17995
+ "name": "media",
17996
+ "description": null,
17997
+ "args": [],
17998
+ "type": {
17999
+ "kind": "OBJECT",
18000
+ "name": "Media",
18001
+ "ofType": null
18002
+ },
18003
+ "isDeprecated": false,
18004
+ "deprecationReason": null
18005
+ },
18006
+ {
18007
+ "name": "share_url_type",
18008
+ "description": null,
18009
+ "args": [],
18010
+ "type": {
18011
+ "kind": "SCALAR",
18012
+ "name": "String",
18013
+ "ofType": null
18014
+ },
18015
+ "isDeprecated": false,
18016
+ "deprecationReason": null
18017
+ },
18018
+ {
18019
+ "name": "title",
18020
+ "description": null,
18021
+ "args": [],
18022
+ "type": {
18023
+ "kind": "SCALAR",
18024
+ "name": "String",
18025
+ "ofType": null
18026
+ },
18027
+ "isDeprecated": false,
18028
+ "deprecationReason": null
18029
+ },
18030
+ {
18031
+ "name": "video",
18032
+ "description": null,
18033
+ "args": [],
18034
+ "type": {
18035
+ "kind": "SCALAR",
18036
+ "name": "String",
18037
+ "ofType": null
18038
+ },
18039
+ "isDeprecated": false,
18040
+ "deprecationReason": null
18041
+ }
18042
+ ],
18043
+ "inputFields": null,
18044
+ "interfaces": [],
18045
+ "enumValues": null,
18046
+ "possibleTypes": null
18047
+ },
17913
18048
  {
17914
18049
  "kind": "INPUT_OBJECT",
17915
18050
  "name": "ContentDiscoveryFilterHash",
@@ -19882,6 +20017,26 @@
19882
20017
  "isDeprecated": false,
19883
20018
  "deprecationReason": null
19884
20019
  },
20020
+ {
20021
+ "name": "content_discovery_item_ids",
20022
+ "description": null,
20023
+ "type": {
20024
+ "kind": "LIST",
20025
+ "name": null,
20026
+ "ofType": {
20027
+ "kind": "NON_NULL",
20028
+ "name": null,
20029
+ "ofType": {
20030
+ "kind": "SCALAR",
20031
+ "name": "Int",
20032
+ "ofType": null
20033
+ }
20034
+ }
20035
+ },
20036
+ "defaultValue": null,
20037
+ "isDeprecated": false,
20038
+ "deprecationReason": null
20039
+ },
19885
20040
  {
19886
20041
  "name": "resource_id",
19887
20042
  "description": null,
package/index.d.ts CHANGED
@@ -1911,11 +1911,13 @@ export type ConsumerImpressions = {
1911
1911
 
1912
1912
  export type ContentDiscovery = {
1913
1913
  __typename?: 'ContentDiscovery';
1914
+ archived?: Maybe<Scalars['Boolean']['output']>;
1914
1915
  brand?: Maybe<Brand>;
1915
1916
  brand_id?: Maybe<Scalars['ID']['output']>;
1916
1917
  campaigns?: Maybe<Array<Campaign>>;
1917
1918
  channel_source?: Maybe<Scalars['String']['output']>;
1918
1919
  channel_type?: Maybe<Scalars['String']['output']>;
1920
+ child_attachments?: Maybe<Array<Maybe<ContentDiscoveryAttachment>>>;
1919
1921
  content_created_at?: Maybe<Scalars['String']['output']>;
1920
1922
  content_hash?: Maybe<Scalars['String']['output']>;
1921
1923
  content_type?: Maybe<Scalars['String']['output']>;
@@ -1938,6 +1940,18 @@ export type ContentDiscoveryCampaignsArgs = {
1938
1940
  resource_type: Scalars['String']['input'];
1939
1941
  };
1940
1942
 
1943
+ export type ContentDiscoveryAttachment = {
1944
+ __typename?: 'ContentDiscoveryAttachment';
1945
+ call_to_action?: Maybe<Scalars['String']['output']>;
1946
+ caption?: Maybe<Scalars['String']['output']>;
1947
+ description?: Maybe<Scalars['String']['output']>;
1948
+ link?: Maybe<Scalars['String']['output']>;
1949
+ media?: Maybe<Media>;
1950
+ share_url_type?: Maybe<Scalars['String']['output']>;
1951
+ title?: Maybe<Scalars['String']['output']>;
1952
+ video?: Maybe<Scalars['String']['output']>;
1953
+ };
1954
+
1941
1955
  export type ContentDiscoveryFilterHash = {
1942
1956
  channel_type?: InputMaybe<Array<Scalars['String']['input']>>;
1943
1957
  enabled?: InputMaybe<Array<Scalars['Int']['input']>>;
@@ -2139,6 +2153,7 @@ export type CreateBrandRequestBrandRequest = {
2139
2153
 
2140
2154
  export type CreateCampaignData = {
2141
2155
  campaign?: InputMaybe<CreateCampaignDataCampaign>;
2156
+ content_discovery_item_ids?: InputMaybe<Array<Scalars['Int']['input']>>;
2142
2157
  resource_id: Scalars['ID']['input'];
2143
2158
  resource_type: Scalars['String']['input'];
2144
2159
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.819.0",
3
+ "version": "1.821.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -1815,11 +1815,13 @@ type ConsumerImpressions {
1815
1815
  }
1816
1816
 
1817
1817
  type ContentDiscovery {
1818
+ archived: Boolean
1818
1819
  brand: Brand
1819
1820
  brand_id: ID
1820
1821
  campaigns(resource_id: ID!, resource_type: String!): [Campaign!]
1821
1822
  channel_source: String
1822
1823
  channel_type: String
1824
+ child_attachments: [ContentDiscoveryAttachment]
1823
1825
  content_created_at: String
1824
1826
  content_hash: String
1825
1827
  content_type: String
@@ -1836,6 +1838,17 @@ type ContentDiscovery {
1836
1838
  video_url: String
1837
1839
  }
1838
1840
 
1841
+ type ContentDiscoveryAttachment {
1842
+ call_to_action: String
1843
+ caption: String
1844
+ description: String
1845
+ link: String
1846
+ media: Media
1847
+ share_url_type: String
1848
+ title: String
1849
+ video: String
1850
+ }
1851
+
1839
1852
  input ContentDiscoveryFilterHash {
1840
1853
  channel_type: [String!]
1841
1854
  enabled: [Int!]
@@ -2030,6 +2043,7 @@ input CreateBrandRequestBrandRequest {
2030
2043
 
2031
2044
  input CreateCampaignData {
2032
2045
  campaign: CreateCampaignDataCampaign
2046
+ content_discovery_item_ids: [Int!]
2033
2047
  resource_id: ID!
2034
2048
  resource_type: String!
2035
2049
  }