RubyGems
npm
Organizations
Log in
Sign up
npm
@bondsports/types
Versions diffs
2.2.8 → 2.2.9
Page 2
@bondsports/types 2.2.8 → 2.2.9
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/dist/tsconfig.build.tsbuildinfo
+1
-1
package/dist/types/activities/dto/activity.dto.d.ts
+1
-1
package/package.json
+1
-1
package/dist/types/activities/dto/activity.dto.d.ts
CHANGED
Viewed
@@ -6,7 +6,7 @@ export declare class ActivityDto {
6
6
icon: string;
7
7
}
8
8
export declare class GetFacilitiesQueryDto extends PaginationQuery {
9
-
facilityIds
:
number[];
9
+
facilityIds
?:
number[];
10
10
search?: string;
11
11
order?: OrderByEnum;
12
12
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@bondsports/types",
3
-
"version": "2.2.
8
",
3
+
"version": "2.2.
9
",
4
4
"description": "backend types module for Bond-Sports",
5
5
"main": "./dist/index.js",
6
6
"scripts": {
« First
‹ Prev
1
2