@ignos/api-client 20260804.205.1-alpha → 20260805.206.1

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.
@@ -2586,7 +2586,7 @@ export declare class MesProductionOrderClient extends AuthorizedApiBase implemen
2586
2586
  protected processListProductionOrderActivities(response: Response): Promise<ProductionOrderOperationActivityDto[]>;
2587
2587
  }
2588
2588
  export interface IMesProductionScheduleClient {
2589
- listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined, includeDiscussionSummary: boolean | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2589
+ listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2590
2590
  postListProductionScheduleOperations(request: ListProductionScheduleOperationsRequest | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2591
2591
  getAvailableProductionScheduleFilters(request: GetAvailableProductionScheduleFiltersRequest | undefined): Promise<ProductionScheduleFiltersDto>;
2592
2592
  listMyCurrentWorkActivities(): Promise<CurrentWorkActivityDto>;
@@ -2600,7 +2600,7 @@ export declare class MesProductionScheduleClient extends AuthorizedApiBase imple
2600
2600
  constructor(configuration: IApiClientConfig, baseUrl?: string, http?: {
2601
2601
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
2602
2602
  });
2603
- listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined, includeDiscussionSummary: boolean | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2603
+ listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2604
2604
  protected processListProductionScheduleOperations(response: Response): Promise<PagedResultOfProductionScheduleOperationDto>;
2605
2605
  postListProductionScheduleOperations(request: ListProductionScheduleOperationsRequest | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
2606
2606
  protected processPostListProductionScheduleOperations(response: Response): Promise<PagedResultOfProductionScheduleOperationDto>;
@@ -7457,8 +7457,6 @@ export interface PlannerOperationDto {
7457
7457
  isNewOperation: boolean;
7458
7458
  weekGroup: string;
7459
7459
  programStatus?: ProgramStatus | null;
7460
- hasNotes?: boolean;
7461
- notesUnread?: boolean;
7462
7460
  }
7463
7461
  export type PlannerLockType = "None" | "Manual" | "Auto";
7464
7462
  export type ProgramStatus = "Blank" | "NotOk" | "Ok";
@@ -7766,8 +7764,6 @@ export interface ProductionScheduleOperationDto {
7766
7764
  productionStatus: OperationStatusDto;
7767
7765
  setupStatus?: OperationStatusDto | null;
7768
7766
  programStatus?: ProgramStatus | null;
7769
- hasNotes: boolean;
7770
- notesUnread: boolean;
7771
7767
  }
7772
7768
  export interface SurroundingOperationDto {
7773
7769
  id: string;
@@ -7829,7 +7825,6 @@ export interface ListProductionScheduleOperationsRequest {
7829
7825
  operationStatuses?: OperationStatusDto[] | null;
7830
7826
  after?: Date | null;
7831
7827
  before?: Date | null;
7832
- includeDiscussionSummary?: boolean;
7833
7828
  }
7834
7829
  export interface ProductionScheduleFiltersDto {
7835
7830
  partNumbers?: FilterValueWithQuantity[];
@@ -8416,12 +8411,21 @@ export interface ImaSpecificationResultLineDto {
8416
8411
  }
8417
8412
  export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotSet";
8418
8413
  export interface ImaChemicalAnalysisCompositeResultDto {
8419
- pren?: ImaSpecificationResultLineDto | null;
8420
- pren22?: ImaSpecificationResultLineDto | null;
8421
- pren30?: ImaSpecificationResultLineDto | null;
8422
- prenW?: ImaSpecificationResultLineDto | null;
8423
- v_Nb_Ti?: ImaSpecificationResultLineDto | null;
8424
- ce?: ImaSpecificationResultLineDto | null;
8414
+ pren?: ImaSpecificationCalculatedResultLineDto | null;
8415
+ pren22?: ImaSpecificationCalculatedResultLineDto | null;
8416
+ pren30?: ImaSpecificationCalculatedResultLineDto | null;
8417
+ prenW?: ImaSpecificationCalculatedResultLineDto | null;
8418
+ v_Nb_Ti?: ImaSpecificationCalculatedResultLineDto | null;
8419
+ ce?: ImaSpecificationCalculatedResultLineDto | null;
8420
+ }
8421
+ export interface ImaSpecificationCalculatedResultLineDto {
8422
+ specificationMin?: number | null;
8423
+ specificationMax?: number | null;
8424
+ readValue?: string | null;
8425
+ calculatedValue?: string | null;
8426
+ errorString?: string | null;
8427
+ status: ImaSpecificationResultLineStatusDto;
8428
+ override?: ImaResultLineOverrideDto | null;
8425
8429
  }
8426
8430
  export interface ImaTensileTestResultDto {
8427
8431
  heatNumber?: string | null;
@@ -21601,7 +21601,7 @@ export class MesProductionScheduleClient extends AuthorizedApiBase {
21601
21601
  this.http = http ? http : window;
21602
21602
  this.baseUrl = baseUrl !== null && baseUrl !== void 0 ? baseUrl : "";
21603
21603
  }
21604
- listProductionScheduleOperations(resourceGroup, resourceId, departmentNumber, pageSize, continuationToken, workOrderId, projectId, partNumber, partName, material, includeDiscussionSummary) {
21604
+ listProductionScheduleOperations(resourceGroup, resourceId, departmentNumber, pageSize, continuationToken, workOrderId, projectId, partNumber, partName, material) {
21605
21605
  let url_ = this.baseUrl + "/mes/productionschedule?";
21606
21606
  if (resourceGroup !== undefined && resourceGroup !== null)
21607
21607
  url_ += "resourceGroup=" + encodeURIComponent("" + resourceGroup) + "&";
@@ -21625,10 +21625,6 @@ export class MesProductionScheduleClient extends AuthorizedApiBase {
21625
21625
  url_ += "partName=" + encodeURIComponent("" + partName) + "&";
21626
21626
  if (material !== undefined && material !== null)
21627
21627
  url_ += "material=" + encodeURIComponent("" + material) + "&";
21628
- if (includeDiscussionSummary === null)
21629
- throw new globalThis.Error("The parameter 'includeDiscussionSummary' cannot be null.");
21630
- else if (includeDiscussionSummary !== undefined)
21631
- url_ += "includeDiscussionSummary=" + encodeURIComponent("" + includeDiscussionSummary) + "&";
21632
21628
  url_ = url_.replace(/[?&]$/, "");
21633
21629
  let options_ = {
21634
21630
  method: "GET",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260804.205.1-alpha",
3
+ "version": "20260805.206.1",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -23071,7 +23071,7 @@ export class MesProductionOrderClient extends AuthorizedApiBase implements IMesP
23071
23071
 
23072
23072
  export interface IMesProductionScheduleClient {
23073
23073
 
23074
- listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined, includeDiscussionSummary: boolean | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
23074
+ listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
23075
23075
 
23076
23076
  postListProductionScheduleOperations(request: ListProductionScheduleOperationsRequest | undefined): Promise<PagedResultOfProductionScheduleOperationDto>;
23077
23077
 
@@ -23096,7 +23096,7 @@ export class MesProductionScheduleClient extends AuthorizedApiBase implements IM
23096
23096
  this.baseUrl = baseUrl ?? "";
23097
23097
  }
23098
23098
 
23099
- listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined, includeDiscussionSummary: boolean | undefined): Promise<PagedResultOfProductionScheduleOperationDto> {
23099
+ listProductionScheduleOperations(resourceGroup: string | null | undefined, resourceId: string | null | undefined, departmentNumber: string | null | undefined, pageSize: number | undefined, continuationToken: string | null | undefined, workOrderId: string | null | undefined, projectId: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, material: string | null | undefined): Promise<PagedResultOfProductionScheduleOperationDto> {
23100
23100
  let url_ = this.baseUrl + "/mes/productionschedule?";
23101
23101
  if (resourceGroup !== undefined && resourceGroup !== null)
23102
23102
  url_ += "resourceGroup=" + encodeURIComponent("" + resourceGroup) + "&";
@@ -23120,10 +23120,6 @@ export class MesProductionScheduleClient extends AuthorizedApiBase implements IM
23120
23120
  url_ += "partName=" + encodeURIComponent("" + partName) + "&";
23121
23121
  if (material !== undefined && material !== null)
23122
23122
  url_ += "material=" + encodeURIComponent("" + material) + "&";
23123
- if (includeDiscussionSummary === null)
23124
- throw new globalThis.Error("The parameter 'includeDiscussionSummary' cannot be null.");
23125
- else if (includeDiscussionSummary !== undefined)
23126
- url_ += "includeDiscussionSummary=" + encodeURIComponent("" + includeDiscussionSummary) + "&";
23127
23123
  url_ = url_.replace(/[?&]$/, "");
23128
23124
 
23129
23125
  let options_: RequestInit = {
@@ -35755,8 +35751,6 @@ export interface PlannerOperationDto {
35755
35751
  isNewOperation: boolean;
35756
35752
  weekGroup: string;
35757
35753
  programStatus?: ProgramStatus | null;
35758
- hasNotes?: boolean;
35759
- notesUnread?: boolean;
35760
35754
  }
35761
35755
 
35762
35756
  export type PlannerLockType = "None" | "Manual" | "Auto";
@@ -36092,8 +36086,6 @@ export interface ProductionScheduleOperationDto {
36092
36086
  productionStatus: OperationStatusDto;
36093
36087
  setupStatus?: OperationStatusDto | null;
36094
36088
  programStatus?: ProgramStatus | null;
36095
- hasNotes: boolean;
36096
- notesUnread: boolean;
36097
36089
  }
36098
36090
 
36099
36091
  export interface SurroundingOperationDto {
@@ -36161,7 +36153,6 @@ export interface ListProductionScheduleOperationsRequest {
36161
36153
  operationStatuses?: OperationStatusDto[] | null;
36162
36154
  after?: Date | null;
36163
36155
  before?: Date | null;
36164
- includeDiscussionSummary?: boolean;
36165
36156
  }
36166
36157
 
36167
36158
  export interface ProductionScheduleFiltersDto {
@@ -36823,12 +36814,22 @@ export interface ImaSpecificationResultLineDto {
36823
36814
  export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotSet";
36824
36815
 
36825
36816
  export interface ImaChemicalAnalysisCompositeResultDto {
36826
- pren?: ImaSpecificationResultLineDto | null;
36827
- pren22?: ImaSpecificationResultLineDto | null;
36828
- pren30?: ImaSpecificationResultLineDto | null;
36829
- prenW?: ImaSpecificationResultLineDto | null;
36830
- v_Nb_Ti?: ImaSpecificationResultLineDto | null;
36831
- ce?: ImaSpecificationResultLineDto | null;
36817
+ pren?: ImaSpecificationCalculatedResultLineDto | null;
36818
+ pren22?: ImaSpecificationCalculatedResultLineDto | null;
36819
+ pren30?: ImaSpecificationCalculatedResultLineDto | null;
36820
+ prenW?: ImaSpecificationCalculatedResultLineDto | null;
36821
+ v_Nb_Ti?: ImaSpecificationCalculatedResultLineDto | null;
36822
+ ce?: ImaSpecificationCalculatedResultLineDto | null;
36823
+ }
36824
+
36825
+ export interface ImaSpecificationCalculatedResultLineDto {
36826
+ specificationMin?: number | null;
36827
+ specificationMax?: number | null;
36828
+ readValue?: string | null;
36829
+ calculatedValue?: string | null;
36830
+ errorString?: string | null;
36831
+ status: ImaSpecificationResultLineStatusDto;
36832
+ override?: ImaResultLineOverrideDto | null;
36832
36833
  }
36833
36834
 
36834
36835
  export interface ImaTensileTestResultDto {