@ignos/api-client 20250725.0.12210-alpha → 20250729.0.12224-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.
@@ -2027,7 +2027,7 @@ export declare class MesResourceClient extends AuthorizedApiBase implements IMes
2027
2027
  protected processListDepartments(response: Response): Promise<DepartmentDto[]>;
2028
2028
  }
2029
2029
  export interface IMeasurementFormSchemasClient {
2030
- listMeasurmentFormSchemas(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormListDto>;
2030
+ listMeasurmentFormSchemas(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormListDto>;
2031
2031
  createMeasurementForm(request: CreateMeasurementFormSchema): Promise<MeasurementFormDto>;
2032
2032
  postListMeasurementFormSchemas(request: ListMeasurementFormSchemasRequest | undefined): Promise<PagedResultOfMeasurementFormListDto>;
2033
2033
  getMeasurementFormSchema(id: string): Promise<MeasurementFormSchemaDto>;
@@ -2077,13 +2077,13 @@ export interface IMeasurementFormSchemasClient {
2077
2077
  * Custom api for initial import. Not to be used more than once per customer.
2078
2078
  */
2079
2079
  importMeasurementFormSchema(request: ImportMeasurementFormSchema): Promise<MeasurementFormDto>;
2080
- listMeasurementFormNeeds(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined, onlyWithoutDrawingUrl: boolean | null | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2080
+ listMeasurementFormNeeds(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined, onlyWithoutDrawingUrl: boolean | null | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2081
2081
  postListMeasurementFormNeeds(request: ListMeasurementFormNeedsRequest | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2082
2082
  setMeasurementFormNeedUser(id: string, request: SetMeasurementFormNeedUserRequest): Promise<void>;
2083
2083
  setMeasurementFormNeedAsNotNeeded(id: string, request: SetMeasurementFormNeedAsNotNeededRequest): Promise<MeasurementFormSchemaNotNeededDto>;
2084
2084
  createMeasurementFormSchemaFromNeed(id: string): Promise<MeasurementFormDto>;
2085
2085
  uploadNeedDrawing(id: string, request: UploadDrawingRequest): Promise<MeasurementFormNeedDto>;
2086
- listMeasurmentFormSchemasNotNeeded(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2086
+ listMeasurmentFormSchemasNotNeeded(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2087
2087
  postListMeasurementFormSchemasNotNeeded(request: ListMeasurementFormSchemasNotNeededRequest | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2088
2088
  deleteMeasurmentFormSchemasNotNeeded(id: string): Promise<void>;
2089
2089
  listResourceTypesForNeedsGenerator(): Promise<MeasurementFormResourceTypeGeneratorDto[]>;
@@ -2105,7 +2105,7 @@ export declare class MeasurementFormSchemasClient extends AuthorizedApiBase impl
2105
2105
  constructor(configuration: IAccessTokenProvider, baseUrl?: string, http?: {
2106
2106
  fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
2107
2107
  });
2108
- listMeasurmentFormSchemas(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormListDto>;
2108
+ listMeasurmentFormSchemas(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormListDto>;
2109
2109
  protected processListMeasurmentFormSchemas(response: Response): Promise<PagedResultOfMeasurementFormListDto>;
2110
2110
  createMeasurementForm(request: CreateMeasurementFormSchema): Promise<MeasurementFormDto>;
2111
2111
  protected processCreateMeasurementForm(response: Response): Promise<MeasurementFormDto>;
@@ -2190,7 +2190,7 @@ export declare class MeasurementFormSchemasClient extends AuthorizedApiBase impl
2190
2190
  */
2191
2191
  importMeasurementFormSchema(request: ImportMeasurementFormSchema): Promise<MeasurementFormDto>;
2192
2192
  protected processImportMeasurementFormSchema(response: Response): Promise<MeasurementFormDto>;
2193
- listMeasurementFormNeeds(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined, onlyWithoutDrawingUrl: boolean | null | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2193
+ listMeasurementFormNeeds(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined, onlyWithoutDrawingUrl: boolean | null | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2194
2194
  protected processListMeasurementFormNeeds(response: Response): Promise<PagedResultOfMeasurementFormNeedDto>;
2195
2195
  postListMeasurementFormNeeds(request: ListMeasurementFormNeedsRequest | undefined): Promise<PagedResultOfMeasurementFormNeedDto>;
2196
2196
  protected processPostListMeasurementFormNeeds(response: Response): Promise<PagedResultOfMeasurementFormNeedDto>;
@@ -2202,7 +2202,7 @@ export declare class MeasurementFormSchemasClient extends AuthorizedApiBase impl
2202
2202
  protected processCreateMeasurementFormSchemaFromNeed(response: Response): Promise<MeasurementFormDto>;
2203
2203
  uploadNeedDrawing(id: string, request: UploadDrawingRequest): Promise<MeasurementFormNeedDto>;
2204
2204
  protected processUploadNeedDrawing(response: Response): Promise<MeasurementFormNeedDto>;
2205
- listMeasurmentFormSchemasNotNeeded(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2205
+ listMeasurmentFormSchemasNotNeeded(pageSize: number | undefined, customerId: string | null | undefined, customerName: string | null | undefined, partNumber: string | null | undefined, partName: string | null | undefined, partRevision: string | null | undefined, drawing: string | null | undefined, drawingRevision: string | null | undefined, filter: string | null | undefined, continuationToken: string | null | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2206
2206
  protected processListMeasurmentFormSchemasNotNeeded(response: Response): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2207
2207
  postListMeasurementFormSchemasNotNeeded(request: ListMeasurementFormSchemasNotNeededRequest | undefined): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
2208
2208
  protected processPostListMeasurementFormSchemasNotNeeded(response: Response): Promise<PagedResultOfMeasurementFormSchemaNotNeededDto>;
@@ -2623,8 +2623,6 @@ export interface IWorkordersClient {
2623
2623
  * Deleteds existing work order mappings.
2624
2624
  */
2625
2625
  deleteWorkOrderMappings(): Promise<void>;
2626
- getDiscussionMessages(id: string): Promise<WorkorderDiscussionMessage[]>;
2627
- addDiscussionMessage(id: string, request: AddDiscussionMessageRequest): Promise<WorkorderDiscussionMessage>;
2628
2626
  }
2629
2627
  export declare class WorkordersClient extends AuthorizedApiBase implements IWorkordersClient {
2630
2628
  private http;
@@ -2754,10 +2752,6 @@ export declare class WorkordersClient extends AuthorizedApiBase implements IWork
2754
2752
  */
2755
2753
  deleteWorkOrderMappings(): Promise<void>;
2756
2754
  protected processDeleteWorkOrderMappings(response: Response): Promise<void>;
2757
- getDiscussionMessages(id: string): Promise<WorkorderDiscussionMessage[]>;
2758
- protected processGetDiscussionMessages(response: Response): Promise<WorkorderDiscussionMessage[]>;
2759
- addDiscussionMessage(id: string, request: AddDiscussionMessageRequest): Promise<WorkorderDiscussionMessage>;
2760
- protected processAddDiscussionMessage(response: Response): Promise<WorkorderDiscussionMessage>;
2761
2755
  }
2762
2756
  export declare class AzureRegionDto implements IAzureRegionDto {
2763
2757
  displayName: string;
@@ -11692,6 +11686,7 @@ export declare class ListMeasurementFormSchemasRequest implements IListMeasureme
11692
11686
  pageSize?: number | null;
11693
11687
  customerId?: string | null;
11694
11688
  customerName?: string | null;
11689
+ partName?: string | null;
11695
11690
  partNumber?: string | null;
11696
11691
  partRevision?: string | null;
11697
11692
  drawing?: string | null;
@@ -11707,6 +11702,7 @@ export interface IListMeasurementFormSchemasRequest {
11707
11702
  pageSize?: number | null;
11708
11703
  customerId?: string | null;
11709
11704
  customerName?: string | null;
11705
+ partName?: string | null;
11710
11706
  partNumber?: string | null;
11711
11707
  partRevision?: string | null;
11712
11708
  drawing?: string | null;
@@ -12380,6 +12376,7 @@ export declare class ImportMeasurementFormSchema implements IImportMeasurementFo
12380
12376
  customerId?: string | null;
12381
12377
  customerName?: string | null;
12382
12378
  partNumber: string;
12379
+ partName?: string | null;
12383
12380
  partRevision?: string | null;
12384
12381
  drawing?: string | null;
12385
12382
  drawingRevision?: string | null;
@@ -12400,6 +12397,7 @@ export interface IImportMeasurementFormSchema {
12400
12397
  customerId?: string | null;
12401
12398
  customerName?: string | null;
12402
12399
  partNumber: string;
12400
+ partName?: string | null;
12403
12401
  partRevision?: string | null;
12404
12402
  drawing?: string | null;
12405
12403
  drawingRevision?: string | null;
@@ -12415,6 +12413,7 @@ export interface IImportMeasurementFormSchema {
12415
12413
  export declare class MeasurementFormImportLinkedSchemaDto implements IMeasurementFormImportLinkedSchemaDto {
12416
12414
  customerId?: string | null;
12417
12415
  partNumber?: string | null;
12416
+ partName?: string | null;
12418
12417
  partRevision?: string | null;
12419
12418
  drawing: string;
12420
12419
  drawingRevision?: string | null;
@@ -12427,6 +12426,7 @@ export declare class MeasurementFormImportLinkedSchemaDto implements IMeasuremen
12427
12426
  export interface IMeasurementFormImportLinkedSchemaDto {
12428
12427
  customerId?: string | null;
12429
12428
  partNumber?: string | null;
12429
+ partName?: string | null;
12430
12430
  partRevision?: string | null;
12431
12431
  drawing: string;
12432
12432
  drawingRevision?: string | null;
@@ -12569,6 +12569,7 @@ export declare class MeasurementFormNeedDto implements IMeasurementFormNeedDto {
12569
12569
  customerName?: string | null;
12570
12570
  partNumber?: string | null;
12571
12571
  partRevision?: string | null;
12572
+ partName?: string | null;
12572
12573
  drawing?: string | null;
12573
12574
  drawingRevision?: string | null;
12574
12575
  workorder?: string | null;
@@ -12592,6 +12593,7 @@ export interface IMeasurementFormNeedDto {
12592
12593
  customerName?: string | null;
12593
12594
  partNumber?: string | null;
12594
12595
  partRevision?: string | null;
12596
+ partName?: string | null;
12595
12597
  drawing?: string | null;
12596
12598
  drawingRevision?: string | null;
12597
12599
  workorder?: string | null;
@@ -12608,6 +12610,7 @@ export declare class ListMeasurementFormNeedsRequest implements IListMeasurement
12608
12610
  pageSize?: number | null;
12609
12611
  customerId?: string | null;
12610
12612
  customerName?: string | null;
12613
+ partName?: string | null;
12611
12614
  partNumber?: string | null;
12612
12615
  partRevision?: string | null;
12613
12616
  drawing?: string | null;
@@ -12624,6 +12627,7 @@ export interface IListMeasurementFormNeedsRequest {
12624
12627
  pageSize?: number | null;
12625
12628
  customerId?: string | null;
12626
12629
  customerName?: string | null;
12630
+ partName?: string | null;
12627
12631
  partNumber?: string | null;
12628
12632
  partRevision?: string | null;
12629
12633
  drawing?: string | null;
@@ -12693,6 +12697,7 @@ export declare class ListMeasurementFormSchemasNotNeededRequest implements IList
12693
12697
  customerId?: string | null;
12694
12698
  customerName?: string | null;
12695
12699
  partNumber?: string | null;
12700
+ partName?: string | null;
12696
12701
  partRevision?: string | null;
12697
12702
  drawing?: string | null;
12698
12703
  drawingRevision?: string | null;
@@ -12708,6 +12713,7 @@ export interface IListMeasurementFormSchemasNotNeededRequest {
12708
12713
  customerId?: string | null;
12709
12714
  customerName?: string | null;
12710
12715
  partNumber?: string | null;
12716
+ partName?: string | null;
12711
12717
  partRevision?: string | null;
12712
12718
  drawing?: string | null;
12713
12719
  drawingRevision?: string | null;
@@ -12773,6 +12779,7 @@ export declare class SchemaFeedbackDto implements ISchemaFeedbackDto {
12773
12779
  latestSchemaDefinitionId?: string | null;
12774
12780
  partNumber?: string | null;
12775
12781
  partRevision?: string | null;
12782
+ partName?: string | null;
12776
12783
  drawing?: string | null;
12777
12784
  drawingRevision?: string | null;
12778
12785
  constructor(data?: ISchemaFeedbackDto);
@@ -12795,6 +12802,7 @@ export interface ISchemaFeedbackDto {
12795
12802
  latestSchemaDefinitionId?: string | null;
12796
12803
  partNumber?: string | null;
12797
12804
  partRevision?: string | null;
12805
+ partName?: string | null;
12798
12806
  drawing?: string | null;
12799
12807
  drawingRevision?: string | null;
12800
12808
  }
@@ -12862,6 +12870,7 @@ export interface IPagedResultOfMeasurementFormInstanceOverviewDto {
12862
12870
  export declare class MeasurementFormInstanceOverviewDto implements IMeasurementFormInstanceOverviewDto {
12863
12871
  id: string;
12864
12872
  readonly: boolean;
12873
+ partName?: string | null;
12865
12874
  partNumber?: string | null;
12866
12875
  partRevision?: string | null;
12867
12876
  drawing?: string | null;
@@ -12882,6 +12891,7 @@ export declare class MeasurementFormInstanceOverviewDto implements IMeasurementF
12882
12891
  export interface IMeasurementFormInstanceOverviewDto {
12883
12892
  id: string;
12884
12893
  readonly: boolean;
12894
+ partName?: string | null;
12885
12895
  partNumber?: string | null;
12886
12896
  partRevision?: string | null;
12887
12897
  drawing?: string | null;
@@ -12978,6 +12988,7 @@ export declare class MeasurementFormInstanceDto implements IMeasurementFormInsta
12978
12988
  id: string;
12979
12989
  readonly: boolean;
12980
12990
  partNumber?: string | null;
12991
+ partName?: string | null;
12981
12992
  partRevision?: string | null;
12982
12993
  drawing?: string | null;
12983
12994
  drawingRevision?: string | null;
@@ -13001,6 +13012,7 @@ export interface IMeasurementFormInstanceDto {
13001
13012
  id: string;
13002
13013
  readonly: boolean;
13003
13014
  partNumber?: string | null;
13015
+ partName?: string | null;
13004
13016
  partRevision?: string | null;
13005
13017
  drawing?: string | null;
13006
13018
  drawingRevision?: string | null;
@@ -14416,82 +14428,6 @@ export interface ICreateWorkOrderMapping {
14416
14428
  existingWorkOrderId: string;
14417
14429
  newWorkOrderId: string;
14418
14430
  }
14419
- export declare class TableEntityBase implements ITableEntityBase {
14420
- partitionKey?: string;
14421
- rowKey?: string;
14422
- timestamp?: Date | null;
14423
- eTag?: ETag;
14424
- created?: Date | null;
14425
- createdBy?: string | null;
14426
- createdById?: string | null;
14427
- updatedBy?: string | null;
14428
- updatedById?: string | null;
14429
- insertAuditInfo?: AuditInfo;
14430
- constructor(data?: ITableEntityBase);
14431
- init(_data?: any): void;
14432
- static fromJS(data: any): TableEntityBase;
14433
- toJSON(data?: any): any;
14434
- }
14435
- export interface ITableEntityBase {
14436
- partitionKey?: string;
14437
- rowKey?: string;
14438
- timestamp?: Date | null;
14439
- eTag?: ETag;
14440
- created?: Date | null;
14441
- createdBy?: string | null;
14442
- createdById?: string | null;
14443
- updatedBy?: string | null;
14444
- updatedById?: string | null;
14445
- insertAuditInfo?: AuditInfo;
14446
- }
14447
- export declare class WorkorderDiscussionMessage extends TableEntityBase implements IWorkorderDiscussionMessage {
14448
- content?: string;
14449
- senderUpn?: string;
14450
- senderName?: string;
14451
- constructor(data?: IWorkorderDiscussionMessage);
14452
- init(_data?: any): void;
14453
- static fromJS(data: any): WorkorderDiscussionMessage;
14454
- toJSON(data?: any): any;
14455
- }
14456
- export interface IWorkorderDiscussionMessage extends ITableEntityBase {
14457
- content?: string;
14458
- senderUpn?: string;
14459
- senderName?: string;
14460
- }
14461
- /** Represents an HTTP ETag. */
14462
- export declare class ETag implements IETag {
14463
- constructor(data?: IETag);
14464
- init(_data?: any): void;
14465
- static fromJS(data: any): ETag;
14466
- toJSON(data?: any): any;
14467
- }
14468
- /** Represents an HTTP ETag. */
14469
- export interface IETag {
14470
- }
14471
- export declare class AuditInfo implements IAuditInfo {
14472
- objectId?: string;
14473
- userId?: string;
14474
- userFullName?: string | null;
14475
- constructor(data?: IAuditInfo);
14476
- init(_data?: any): void;
14477
- static fromJS(data: any): AuditInfo;
14478
- toJSON(data?: any): any;
14479
- }
14480
- export interface IAuditInfo {
14481
- objectId?: string;
14482
- userId?: string;
14483
- userFullName?: string | null;
14484
- }
14485
- export declare class AddDiscussionMessageRequest implements IAddDiscussionMessageRequest {
14486
- message?: string;
14487
- constructor(data?: IAddDiscussionMessageRequest);
14488
- init(_data?: any): void;
14489
- static fromJS(data: any): AddDiscussionMessageRequest;
14490
- toJSON(data?: any): any;
14491
- }
14492
- export interface IAddDiscussionMessageRequest {
14493
- message?: string;
14494
- }
14495
14431
  export interface FileParameter {
14496
14432
  data: any;
14497
14433
  fileName: string;