@ignos/api-client 20260805.206.1 → 20260807.208.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): 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, includeDiscussionSummary: boolean | 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): 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, includeDiscussionSummary: boolean | 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>;
@@ -4837,12 +4837,19 @@ export interface MrbInstanceRevisionDto {
4837
4837
  status: DocumentStatus;
4838
4838
  statusDate: Date;
4839
4839
  sentToCustomerInfo?: MrbSentInfoDto | null;
4840
+ contentStatus?: MrbContentDocumentStatusDto | null;
4840
4841
  }
4841
4842
  export type DocumentStatus = "None" | "Draft" | "ForInternalApproval" | "InternalRejected" | "Approved" | "Voided";
4842
4843
  export interface MrbSentInfoDto {
4843
4844
  sentTime: Date;
4844
4845
  sentBy: UserDto;
4845
4846
  }
4847
+ export interface MrbContentDocumentStatusDto {
4848
+ total: number;
4849
+ ready: number;
4850
+ missing: number;
4851
+ optional: number;
4852
+ }
4846
4853
  export interface MrbPartDto {
4847
4854
  partNumber?: string | null;
4848
4855
  partName?: string | null;
@@ -4895,12 +4902,6 @@ export interface MrbExtraDocumentDto {
4895
4902
  url: string;
4896
4903
  documentType: string;
4897
4904
  }
4898
- export interface MrbContentDocumentStatusDto {
4899
- total: number;
4900
- ready: number;
4901
- missing: number;
4902
- optional: number;
4903
- }
4904
4905
  export interface MrbPdfExportJobDto {
4905
4906
  jobId: string;
4906
4907
  mrbInstanceId: string;
@@ -7457,6 +7458,8 @@ export interface PlannerOperationDto {
7457
7458
  isNewOperation: boolean;
7458
7459
  weekGroup: string;
7459
7460
  programStatus?: ProgramStatus | null;
7461
+ hasNotes?: boolean;
7462
+ notesUnread?: boolean;
7460
7463
  }
7461
7464
  export type PlannerLockType = "None" | "Manual" | "Auto";
7462
7465
  export type ProgramStatus = "Blank" | "NotOk" | "Ok";
@@ -7764,6 +7767,8 @@ export interface ProductionScheduleOperationDto {
7764
7767
  productionStatus: OperationStatusDto;
7765
7768
  setupStatus?: OperationStatusDto | null;
7766
7769
  programStatus?: ProgramStatus | null;
7770
+ hasNotes: boolean;
7771
+ notesUnread: boolean;
7767
7772
  }
7768
7773
  export interface SurroundingOperationDto {
7769
7774
  id: string;
@@ -7825,6 +7830,7 @@ export interface ListProductionScheduleOperationsRequest {
7825
7830
  operationStatuses?: OperationStatusDto[] | null;
7826
7831
  after?: Date | null;
7827
7832
  before?: Date | null;
7833
+ includeDiscussionSummary?: boolean;
7828
7834
  }
7829
7835
  export interface ProductionScheduleFiltersDto {
7830
7836
  partNumbers?: FilterValueWithQuantity[];
@@ -8905,8 +8911,8 @@ export interface ImaChemistryCompositeSpecificationDto {
8905
8911
  pren22?: ImaSpecificationLineDto | null;
8906
8912
  pren30?: ImaSpecificationLineDto | null;
8907
8913
  prenW?: ImaSpecificationLineDto | null;
8908
- v_Nb_Ti?: ImaSpecificationLineDto | null;
8909
- ce?: ImaSpecificationLineDto | null;
8914
+ v_Nb_Ti?: boolean | null;
8915
+ ce?: boolean | null;
8910
8916
  }
8911
8917
  export interface ImaMechanicalSpecificationDto {
8912
8918
  yieldStrength?: ImaSpecificationLineDto | 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) {
21604
+ listProductionScheduleOperations(resourceGroup, resourceId, departmentNumber, pageSize, continuationToken, workOrderId, projectId, partNumber, partName, material, includeDiscussionSummary) {
21605
21605
  let url_ = this.baseUrl + "/mes/productionschedule?";
21606
21606
  if (resourceGroup !== undefined && resourceGroup !== null)
21607
21607
  url_ += "resourceGroup=" + encodeURIComponent("" + resourceGroup) + "&";
@@ -21625,6 +21625,10 @@ 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) + "&";
21628
21632
  url_ = url_.replace(/[?&]$/, "");
21629
21633
  let options_ = {
21630
21634
  method: "GET",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260805.206.1",
3
+ "version": "20260807.208.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): 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, includeDiscussionSummary: boolean | 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): 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, includeDiscussionSummary: boolean | 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,6 +23120,10 @@ 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) + "&";
23123
23127
  url_ = url_.replace(/[?&]$/, "");
23124
23128
 
23125
23129
  let options_: RequestInit = {
@@ -32762,6 +32766,7 @@ export interface MrbInstanceRevisionDto {
32762
32766
  status: DocumentStatus;
32763
32767
  statusDate: Date;
32764
32768
  sentToCustomerInfo?: MrbSentInfoDto | null;
32769
+ contentStatus?: MrbContentDocumentStatusDto | null;
32765
32770
  }
32766
32771
 
32767
32772
  export type DocumentStatus = "None" | "Draft" | "ForInternalApproval" | "InternalRejected" | "Approved" | "Voided";
@@ -32771,6 +32776,13 @@ export interface MrbSentInfoDto {
32771
32776
  sentBy: UserDto;
32772
32777
  }
32773
32778
 
32779
+ export interface MrbContentDocumentStatusDto {
32780
+ total: number;
32781
+ ready: number;
32782
+ missing: number;
32783
+ optional: number;
32784
+ }
32785
+
32774
32786
  export interface MrbPartDto {
32775
32787
  partNumber?: string | null;
32776
32788
  partName?: string | null;
@@ -32831,13 +32843,6 @@ export interface MrbExtraDocumentDto {
32831
32843
  documentType: string;
32832
32844
  }
32833
32845
 
32834
- export interface MrbContentDocumentStatusDto {
32835
- total: number;
32836
- ready: number;
32837
- missing: number;
32838
- optional: number;
32839
- }
32840
-
32841
32846
  export interface MrbPdfExportJobDto {
32842
32847
  jobId: string;
32843
32848
  mrbInstanceId: string;
@@ -35751,6 +35756,8 @@ export interface PlannerOperationDto {
35751
35756
  isNewOperation: boolean;
35752
35757
  weekGroup: string;
35753
35758
  programStatus?: ProgramStatus | null;
35759
+ hasNotes?: boolean;
35760
+ notesUnread?: boolean;
35754
35761
  }
35755
35762
 
35756
35763
  export type PlannerLockType = "None" | "Manual" | "Auto";
@@ -36086,6 +36093,8 @@ export interface ProductionScheduleOperationDto {
36086
36093
  productionStatus: OperationStatusDto;
36087
36094
  setupStatus?: OperationStatusDto | null;
36088
36095
  programStatus?: ProgramStatus | null;
36096
+ hasNotes: boolean;
36097
+ notesUnread: boolean;
36089
36098
  }
36090
36099
 
36091
36100
  export interface SurroundingOperationDto {
@@ -36153,6 +36162,7 @@ export interface ListProductionScheduleOperationsRequest {
36153
36162
  operationStatuses?: OperationStatusDto[] | null;
36154
36163
  after?: Date | null;
36155
36164
  before?: Date | null;
36165
+ includeDiscussionSummary?: boolean;
36156
36166
  }
36157
36167
 
36158
36168
  export interface ProductionScheduleFiltersDto {
@@ -37359,8 +37369,8 @@ export interface ImaChemistryCompositeSpecificationDto {
37359
37369
  pren22?: ImaSpecificationLineDto | null;
37360
37370
  pren30?: ImaSpecificationLineDto | null;
37361
37371
  prenW?: ImaSpecificationLineDto | null;
37362
- v_Nb_Ti?: ImaSpecificationLineDto | null;
37363
- ce?: ImaSpecificationLineDto | null;
37372
+ v_Nb_Ti?: boolean | null;
37373
+ ce?: boolean | null;
37364
37374
  }
37365
37375
 
37366
37376
  export interface ImaMechanicalSpecificationDto {