@promoboxx/graphql-gateway-types 1.91.0 → 1.92.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.
@@ -22335,6 +22335,18 @@
22335
22335
  "isDeprecated": false,
22336
22336
  "deprecationReason": null
22337
22337
  },
22338
+ {
22339
+ "name": "brand",
22340
+ "description": null,
22341
+ "args": [],
22342
+ "type": {
22343
+ "kind": "OBJECT",
22344
+ "name": "Brand",
22345
+ "ofType": null
22346
+ },
22347
+ "isDeprecated": false,
22348
+ "deprecationReason": null
22349
+ },
22338
22350
  {
22339
22351
  "name": "brand_id",
22340
22352
  "description": null,
package/index.d.ts CHANGED
@@ -2411,6 +2411,7 @@ export type Division = {
2411
2411
  access_invitations?: Maybe<Array<AccessInvitation>>;
2412
2412
  active_campaigns?: Maybe<Array<Campaign>>;
2413
2413
  active_users?: Maybe<Array<User>>;
2414
+ brand?: Maybe<Brand>;
2414
2415
  brand_id?: Maybe<Scalars['ID']['output']>;
2415
2416
  brand_slug?: Maybe<Scalars['String']['output']>;
2416
2417
  campaign_alias?: Maybe<Scalars['String']['output']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.91.0",
3
+ "version": "1.92.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -2313,6 +2313,7 @@ type Division {
2313
2313
  access_invitations: [AccessInvitation!]
2314
2314
  active_campaigns: [Campaign!]
2315
2315
  active_users: [User!]
2316
+ brand: Brand
2316
2317
  brand_id: ID
2317
2318
  brand_slug: String
2318
2319
  campaign_alias: String