@vertikalx/vtx-backend-client 1.0.0-dev-geo.32 → 1.0.0-dev-geo.33
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/package.json
CHANGED
package/src/client/schema.d.ts
CHANGED
|
@@ -814,8 +814,8 @@ export interface EditPictureResponse {
|
|
|
814
814
|
}
|
|
815
815
|
export interface AddValuesResponse {
|
|
816
816
|
added: Scalars['String'][];
|
|
817
|
-
failedToAdd: Scalars['String'][];
|
|
818
|
-
failureReason: ErrorType[];
|
|
817
|
+
failedToAdd: (Scalars['String'][] | null);
|
|
818
|
+
failureReason: (ErrorType[] | null);
|
|
819
819
|
result: Scalars['String'];
|
|
820
820
|
__typename: 'AddValuesResponse';
|
|
821
821
|
}
|