@ignos/api-client 20251212.0.13543 → 20251218.0.13604-alpha
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/lib/ignosportal-api.d.ts
CHANGED
|
@@ -8908,7 +8908,7 @@ export interface IFixtureLastUsedOperationDto {
|
|
|
8908
8908
|
lastUsedById?: string | null;
|
|
8909
8909
|
lastUsed?: Date | null;
|
|
8910
8910
|
}
|
|
8911
|
-
export type GripSideDto = "NotApplicable" | "
|
|
8911
|
+
export type GripSideDto = "NotApplicable" | "Internal" | "Internal" | "External" | "External";
|
|
8912
8912
|
export declare class ListFixtures implements IListFixtures {
|
|
8913
8913
|
pageSize?: number | null;
|
|
8914
8914
|
searchTerm?: string | null;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -43782,7 +43782,7 @@ export interface IFixtureLastUsedOperationDto {
|
|
|
43782
43782
|
lastUsed?: Date | null;
|
|
43783
43783
|
}
|
|
43784
43784
|
|
|
43785
|
-
export type GripSideDto = "NotApplicable" | "
|
|
43785
|
+
export type GripSideDto = "NotApplicable" | "Internal" | "Internal" | "External" | "External";
|
|
43786
43786
|
|
|
43787
43787
|
export class ListFixtures implements IListFixtures {
|
|
43788
43788
|
pageSize?: number | null;
|