@promoboxx/graphql-gateway-types 1.739.0 → 1.741.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 +3 -7
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/schema.graphql +1 -1
package/graphql.schema.json
CHANGED
|
@@ -24864,13 +24864,9 @@
|
|
|
24864
24864
|
"description": null,
|
|
24865
24865
|
"args": [],
|
|
24866
24866
|
"type": {
|
|
24867
|
-
"kind": "
|
|
24868
|
-
"name":
|
|
24869
|
-
"ofType":
|
|
24870
|
-
"kind": "SCALAR",
|
|
24871
|
-
"name": "ID",
|
|
24872
|
-
"ofType": null
|
|
24873
|
-
}
|
|
24867
|
+
"kind": "SCALAR",
|
|
24868
|
+
"name": "ID",
|
|
24869
|
+
"ofType": null
|
|
24874
24870
|
},
|
|
24875
24871
|
"isDeprecated": false,
|
|
24876
24872
|
"deprecationReason": null
|
package/index.d.ts
CHANGED
|
@@ -2639,7 +2639,7 @@ export type DigitalAsset = {
|
|
|
2639
2639
|
__typename?: 'DigitalAsset';
|
|
2640
2640
|
aspect_ratio_maximum?: Maybe<Scalars['Float']['output']>;
|
|
2641
2641
|
aspect_ratio_minimum?: Maybe<Scalars['Float']['output']>;
|
|
2642
|
-
associable_id
|
|
2642
|
+
associable_id?: Maybe<Scalars['ID']['output']>;
|
|
2643
2643
|
associable_type?: Maybe<Scalars['String']['output']>;
|
|
2644
2644
|
async_completed_at?: Maybe<Scalars['String']['output']>;
|
|
2645
2645
|
category?: Maybe<Scalars['String']['output']>;
|
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -2518,7 +2518,7 @@ type DeleteShareResponse {
|
|
|
2518
2518
|
type DigitalAsset {
|
|
2519
2519
|
aspect_ratio_maximum: Float
|
|
2520
2520
|
aspect_ratio_minimum: Float
|
|
2521
|
-
associable_id: ID
|
|
2521
|
+
associable_id: ID
|
|
2522
2522
|
associable_type: String
|
|
2523
2523
|
async_completed_at: String
|
|
2524
2524
|
category: String
|