@promoboxx/graphql-gateway-types 1.83.0 → 1.85.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.
@@ -49705,6 +49705,47 @@
49705
49705
  "isDeprecated": false,
49706
49706
  "deprecationReason": null
49707
49707
  },
49708
+ {
49709
+ "name": "getPicAssetSearch",
49710
+ "description": null,
49711
+ "args": [
49712
+ {
49713
+ "name": "search_string",
49714
+ "description": null,
49715
+ "type": {
49716
+ "kind": "NON_NULL",
49717
+ "name": null,
49718
+ "ofType": {
49719
+ "kind": "SCALAR",
49720
+ "name": "String",
49721
+ "ofType": null
49722
+ }
49723
+ },
49724
+ "defaultValue": null,
49725
+ "isDeprecated": false,
49726
+ "deprecationReason": null
49727
+ }
49728
+ ],
49729
+ "type": {
49730
+ "kind": "NON_NULL",
49731
+ "name": null,
49732
+ "ofType": {
49733
+ "kind": "LIST",
49734
+ "name": null,
49735
+ "ofType": {
49736
+ "kind": "NON_NULL",
49737
+ "name": null,
49738
+ "ofType": {
49739
+ "kind": "OBJECT",
49740
+ "name": "DigitalAsset",
49741
+ "ofType": null
49742
+ }
49743
+ }
49744
+ }
49745
+ },
49746
+ "isDeprecated": false,
49747
+ "deprecationReason": null
49748
+ },
49708
49749
  {
49709
49750
  "name": "getRegistrationKey",
49710
49751
  "description": null,
@@ -49750,6 +49791,152 @@
49750
49791
  "isDeprecated": false,
49751
49792
  "deprecationReason": null
49752
49793
  },
49794
+ {
49795
+ "name": "getResourceAssetSearch",
49796
+ "description": null,
49797
+ "args": [
49798
+ {
49799
+ "name": "resource_id",
49800
+ "description": null,
49801
+ "type": {
49802
+ "kind": "NON_NULL",
49803
+ "name": null,
49804
+ "ofType": {
49805
+ "kind": "SCALAR",
49806
+ "name": "ID",
49807
+ "ofType": null
49808
+ }
49809
+ },
49810
+ "defaultValue": null,
49811
+ "isDeprecated": false,
49812
+ "deprecationReason": null
49813
+ },
49814
+ {
49815
+ "name": "resource_type",
49816
+ "description": null,
49817
+ "type": {
49818
+ "kind": "NON_NULL",
49819
+ "name": null,
49820
+ "ofType": {
49821
+ "kind": "SCALAR",
49822
+ "name": "String",
49823
+ "ofType": null
49824
+ }
49825
+ },
49826
+ "defaultValue": null,
49827
+ "isDeprecated": false,
49828
+ "deprecationReason": null
49829
+ },
49830
+ {
49831
+ "name": "search_string",
49832
+ "description": null,
49833
+ "type": {
49834
+ "kind": "NON_NULL",
49835
+ "name": null,
49836
+ "ofType": {
49837
+ "kind": "SCALAR",
49838
+ "name": "String",
49839
+ "ofType": null
49840
+ }
49841
+ },
49842
+ "defaultValue": null,
49843
+ "isDeprecated": false,
49844
+ "deprecationReason": null
49845
+ }
49846
+ ],
49847
+ "type": {
49848
+ "kind": "NON_NULL",
49849
+ "name": null,
49850
+ "ofType": {
49851
+ "kind": "LIST",
49852
+ "name": null,
49853
+ "ofType": {
49854
+ "kind": "NON_NULL",
49855
+ "name": null,
49856
+ "ofType": {
49857
+ "kind": "OBJECT",
49858
+ "name": "DigitalAsset",
49859
+ "ofType": null
49860
+ }
49861
+ }
49862
+ }
49863
+ },
49864
+ "isDeprecated": false,
49865
+ "deprecationReason": null
49866
+ },
49867
+ {
49868
+ "name": "getResourceDamSearch",
49869
+ "description": null,
49870
+ "args": [
49871
+ {
49872
+ "name": "resource_id",
49873
+ "description": null,
49874
+ "type": {
49875
+ "kind": "NON_NULL",
49876
+ "name": null,
49877
+ "ofType": {
49878
+ "kind": "SCALAR",
49879
+ "name": "ID",
49880
+ "ofType": null
49881
+ }
49882
+ },
49883
+ "defaultValue": null,
49884
+ "isDeprecated": false,
49885
+ "deprecationReason": null
49886
+ },
49887
+ {
49888
+ "name": "resource_type",
49889
+ "description": null,
49890
+ "type": {
49891
+ "kind": "NON_NULL",
49892
+ "name": null,
49893
+ "ofType": {
49894
+ "kind": "SCALAR",
49895
+ "name": "String",
49896
+ "ofType": null
49897
+ }
49898
+ },
49899
+ "defaultValue": null,
49900
+ "isDeprecated": false,
49901
+ "deprecationReason": null
49902
+ },
49903
+ {
49904
+ "name": "search_string",
49905
+ "description": null,
49906
+ "type": {
49907
+ "kind": "NON_NULL",
49908
+ "name": null,
49909
+ "ofType": {
49910
+ "kind": "SCALAR",
49911
+ "name": "String",
49912
+ "ofType": null
49913
+ }
49914
+ },
49915
+ "defaultValue": null,
49916
+ "isDeprecated": false,
49917
+ "deprecationReason": null
49918
+ }
49919
+ ],
49920
+ "type": {
49921
+ "kind": "NON_NULL",
49922
+ "name": null,
49923
+ "ofType": {
49924
+ "kind": "LIST",
49925
+ "name": null,
49926
+ "ofType": {
49927
+ "kind": "NON_NULL",
49928
+ "name": null,
49929
+ "ofType": {
49930
+ "kind": "OBJECT",
49931
+ "name": "DigitalAsset",
49932
+ "ofType": null
49933
+ }
49934
+ }
49935
+ }
49936
+ },
49937
+ "isDeprecated": false,
49938
+ "deprecationReason": null
49939
+ },
49753
49940
  {
49754
49941
  "name": "getRetailer",
49755
49942
  "description": "Get a specific retailer",
package/index.d.ts CHANGED
@@ -5498,7 +5498,10 @@ export type Query = {
5498
5498
  getLogos: GetLogosResponse;
5499
5499
  getNotes: Array<Note>;
5500
5500
  getNotesByResource: Array<Note>;
5501
+ getPicAssetSearch: Array<DigitalAsset>;
5501
5502
  getRegistrationKey?: Maybe<RegistrationKey>;
5503
+ getResourceAssetSearch: Array<DigitalAsset>;
5504
+ getResourceDamSearch: Array<DigitalAsset>;
5502
5505
  /** Get a specific retailer */
5503
5506
  getRetailer?: Maybe<Retailer>;
5504
5507
  getRetailerAccount?: Maybe<RetailerAccount>;
@@ -6071,12 +6074,31 @@ export type QueryGetNotesByResourceArgs = {
6071
6074
  };
6072
6075
 
6073
6076
 
6077
+ export type QueryGetPicAssetSearchArgs = {
6078
+ search_string: Scalars['String']['input'];
6079
+ };
6080
+
6081
+
6074
6082
  export type QueryGetRegistrationKeyArgs = {
6075
6083
  brandId: Scalars['ID']['input'];
6076
6084
  linkId: Scalars['ID']['input'];
6077
6085
  };
6078
6086
 
6079
6087
 
6088
+ export type QueryGetResourceAssetSearchArgs = {
6089
+ resource_id: Scalars['ID']['input'];
6090
+ resource_type: Scalars['String']['input'];
6091
+ search_string: Scalars['String']['input'];
6092
+ };
6093
+
6094
+
6095
+ export type QueryGetResourceDamSearchArgs = {
6096
+ resource_id: Scalars['ID']['input'];
6097
+ resource_type: Scalars['String']['input'];
6098
+ search_string: Scalars['String']['input'];
6099
+ };
6100
+
6101
+
6080
6102
  export type QueryGetRetailerArgs = {
6081
6103
  id: Scalars['ID']['input'];
6082
6104
  params?: InputMaybe<GetRetailerParams>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.83.0",
3
+ "version": "1.85.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -4568,7 +4568,10 @@ type Query {
4568
4568
  getLogos(brand_id: ID!, filters: SubBrandLogosFilters, offset: Int, per_page: Int): GetLogosResponse!
4569
4569
  getNotes(data: GetNotesData): [Note!]!
4570
4570
  getNotesByResource(data: GetNotesByResourceData!): [Note!]!
4571
+ getPicAssetSearch(search_string: String!): [DigitalAsset!]!
4571
4572
  getRegistrationKey(brandId: ID!, linkId: ID!): RegistrationKey
4573
+ getResourceAssetSearch(resource_id: ID!, resource_type: String!, search_string: String!): [DigitalAsset!]!
4574
+ getResourceDamSearch(resource_id: ID!, resource_type: String!, search_string: String!): [DigitalAsset!]!
4572
4575
 
4573
4576
  """Get a specific retailer"""
4574
4577
  getRetailer(id: ID!, params: GetRetailerParams): Retailer