@vertikalx/vtx-backend-client 1.0.0-dev-geo.26 → 1.0.0-dev-geo.28
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.
|
@@ -1961,7 +1961,7 @@ export interface AthleteQueryDto {
|
|
|
1961
1961
|
}
|
|
1962
1962
|
export interface UploadAlbumsPicturesDto {
|
|
1963
1963
|
label: Scalars['String'];
|
|
1964
|
-
pictures?: (AWSS3UploadedFileDto | null);
|
|
1964
|
+
pictures?: (AWSS3UploadedFileDto[] | null);
|
|
1965
1965
|
}
|
|
1966
1966
|
export interface AWSS3UploadedFileDto {
|
|
1967
1967
|
key: Scalars['String'];
|
package/package.json
CHANGED
package/src/client/schema.d.ts
CHANGED
|
@@ -1961,7 +1961,7 @@ export interface AthleteQueryDto {
|
|
|
1961
1961
|
}
|
|
1962
1962
|
export interface UploadAlbumsPicturesDto {
|
|
1963
1963
|
label: Scalars['String'];
|
|
1964
|
-
pictures?: (AWSS3UploadedFileDto | null);
|
|
1964
|
+
pictures?: (AWSS3UploadedFileDto[] | null);
|
|
1965
1965
|
}
|
|
1966
1966
|
export interface AWSS3UploadedFileDto {
|
|
1967
1967
|
key: Scalars['String'];
|