@ignos/api-client 20251218.0.13600-alpha → 20251218.0.13608

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.
@@ -8908,7 +8908,7 @@ export interface IFixtureLastUsedOperationDto {
8908
8908
  lastUsedById?: string | null;
8909
8909
  lastUsed?: Date | null;
8910
8910
  }
8911
- export type GripSideDto = "NotApplicable" | "Inside" | "Outside";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20251218.0.13600-alpha",
3
+ "version": "20251218.0.13608",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -43782,7 +43782,7 @@ export interface IFixtureLastUsedOperationDto {
43782
43782
  lastUsed?: Date | null;
43783
43783
  }
43784
43784
 
43785
- export type GripSideDto = "NotApplicable" | "Inside" | "Outside";
43785
+ export type GripSideDto = "NotApplicable" | "Internal" | "Internal" | "External" | "External";
43786
43786
 
43787
43787
  export class ListFixtures implements IListFixtures {
43788
43788
  pageSize?: number | null;