@ignos/api-client 20260901.254.1 → 20260904.256.1-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
|
@@ -8602,7 +8602,7 @@ export interface ImaSpecificationResultLineDto {
|
|
|
8602
8602
|
override?: ImaResultLineOverrideDto | null;
|
|
8603
8603
|
}
|
|
8604
8604
|
export type ImaUnitDto = "Millimeter" | "Centimeter" | "Meter" | "Inch" | "Kilogram" | "Gram" | "Tonne" | "Pound" | "Megapascal" | "NewtonPerSquareMillimeter" | "KilopoundPerSquareInch" | "PoundPerSquareInch" | "Bar" | "Ppm" | "Percentage" | "WeightPercentage" | "Joule" | "FootPound" | "Celsius" | "Fahrenheit" | "Kelvin" | "Minute" | "Hour" | "BrinellHardness" | "VickersHardness" | "RockwellCHardness" | "RockwellBHardness" | "FerriteNumber" | "FerriteVolumePercentage" | "ElongationPercentage" | "MillilitersPerHundredGrams";
|
|
8605
|
-
export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotSet";
|
|
8605
|
+
export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotRequired" | "NotSet";
|
|
8606
8606
|
export interface ImaChemicalAnalysisCompositeResultDto {
|
|
8607
8607
|
pren?: ImaSpecificationCalculatedResultLineDto | null;
|
|
8608
8608
|
pren22?: ImaSpecificationCalculatedResultLineDto | null;
|
|
@@ -8733,14 +8733,14 @@ export interface ImaHeatTreatmentCoolingResultLineDto {
|
|
|
8733
8733
|
status: ImaSpecificationResultLineStatusDto;
|
|
8734
8734
|
override?: ImaResultLineOverrideDto | null;
|
|
8735
8735
|
}
|
|
8736
|
-
export type ImaHeatTreatmentCoolingMethodDto = "NoCoolingMethod" | "AirCooling" | "FurnaceCooling" | "OilQuenching" | "PolymerQuenching" | "WaterQuenching" | "NotSet";
|
|
8736
|
+
export type ImaHeatTreatmentCoolingMethodDto = "NoCoolingMethod" | "AirCooling" | "FurnaceCooling" | "OilQuenching" | "PolymerQuenching" | "WaterQuenching" | "LiquidQuenching" | "NotSet";
|
|
8737
8737
|
export interface ImaDocumentTypesResultsDto {
|
|
8738
8738
|
ultrasonicControlCertificate?: ImaSupplementaryCheckResultDto | null;
|
|
8739
8739
|
radiologicalReport?: ImaSupplementaryCheckResultDto | null;
|
|
8740
8740
|
liquidPenetrantCertificate?: ImaSupplementaryCheckResultDto | null;
|
|
8741
8741
|
magneticParticle?: ImaSupplementaryCheckResultDto | null;
|
|
8742
8742
|
pmi?: ImaSupplementaryCheckResultDto | null;
|
|
8743
|
-
|
|
8743
|
+
dyePenetrantReport?: ImaSupplementaryCheckResultDto | null;
|
|
8744
8744
|
visualReport?: ImaSupplementaryCheckResultDto | null;
|
|
8745
8745
|
dimensionalReport?: ImaSupplementaryCheckResultDto | null;
|
|
8746
8746
|
microExaminationReport?: ImaSupplementaryCheckResultDto | null;
|
|
@@ -8749,7 +8749,6 @@ export interface ImaSupplementaryCheckResultDto {
|
|
|
8749
8749
|
heatNumbers?: string[];
|
|
8750
8750
|
status?: string | null;
|
|
8751
8751
|
errorString?: string | null;
|
|
8752
|
-
acceptable?: boolean | null;
|
|
8753
8752
|
standards: string[];
|
|
8754
8753
|
override?: ImaResultLineOverrideDto | null;
|
|
8755
8754
|
}
|
|
@@ -8939,7 +8938,7 @@ export interface ImaOverrideDocumentTypesResultsDto {
|
|
|
8939
8938
|
liquidPenetrantCertificate?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8940
8939
|
magneticParticle?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8941
8940
|
pmi?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8942
|
-
|
|
8941
|
+
dyePenetrantReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8943
8942
|
visualReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8944
8943
|
dimensionalReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
8945
8944
|
microExaminationReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
@@ -9036,6 +9035,7 @@ export interface ImaMaterialCheckReportDto {
|
|
|
9036
9035
|
includesAllHeats: boolean;
|
|
9037
9036
|
status: ImaMaterialCheckStatusDto;
|
|
9038
9037
|
audit: ImaMaterialCheckReportAuditInfo;
|
|
9038
|
+
isOutdated: boolean;
|
|
9039
9039
|
}
|
|
9040
9040
|
export interface ImaMaterialCheckReportAuditInfo {
|
|
9041
9041
|
createdBy: string;
|
|
@@ -9230,7 +9230,7 @@ export interface ImaDocumentTypesSpecificationDto {
|
|
|
9230
9230
|
liquidPenetrantCertificate?: boolean;
|
|
9231
9231
|
magneticParticle?: boolean;
|
|
9232
9232
|
pmi?: boolean;
|
|
9233
|
-
|
|
9233
|
+
dyePenetrantReport?: boolean;
|
|
9234
9234
|
visualReport?: boolean;
|
|
9235
9235
|
dimensionalReport?: boolean;
|
|
9236
9236
|
microExaminationReport?: boolean;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37810,7 +37810,7 @@ export interface ImaSpecificationResultLineDto {
|
|
|
37810
37810
|
|
|
37811
37811
|
export type ImaUnitDto = "Millimeter" | "Centimeter" | "Meter" | "Inch" | "Kilogram" | "Gram" | "Tonne" | "Pound" | "Megapascal" | "NewtonPerSquareMillimeter" | "KilopoundPerSquareInch" | "PoundPerSquareInch" | "Bar" | "Ppm" | "Percentage" | "WeightPercentage" | "Joule" | "FootPound" | "Celsius" | "Fahrenheit" | "Kelvin" | "Minute" | "Hour" | "BrinellHardness" | "VickersHardness" | "RockwellCHardness" | "RockwellBHardness" | "FerriteNumber" | "FerriteVolumePercentage" | "ElongationPercentage" | "MillilitersPerHundredGrams";
|
|
37812
37812
|
|
|
37813
|
-
export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotSet";
|
|
37813
|
+
export type ImaSpecificationResultLineStatusDto = "NotFound" | "NotOk" | "Ok" | "NotRequired" | "NotSet";
|
|
37814
37814
|
|
|
37815
37815
|
export interface ImaChemicalAnalysisCompositeResultDto {
|
|
37816
37816
|
pren?: ImaSpecificationCalculatedResultLineDto | null;
|
|
@@ -37960,7 +37960,7 @@ export interface ImaHeatTreatmentCoolingResultLineDto {
|
|
|
37960
37960
|
override?: ImaResultLineOverrideDto | null;
|
|
37961
37961
|
}
|
|
37962
37962
|
|
|
37963
|
-
export type ImaHeatTreatmentCoolingMethodDto = "NoCoolingMethod" | "AirCooling" | "FurnaceCooling" | "OilQuenching" | "PolymerQuenching" | "WaterQuenching" | "NotSet";
|
|
37963
|
+
export type ImaHeatTreatmentCoolingMethodDto = "NoCoolingMethod" | "AirCooling" | "FurnaceCooling" | "OilQuenching" | "PolymerQuenching" | "WaterQuenching" | "LiquidQuenching" | "NotSet";
|
|
37964
37964
|
|
|
37965
37965
|
export interface ImaDocumentTypesResultsDto {
|
|
37966
37966
|
ultrasonicControlCertificate?: ImaSupplementaryCheckResultDto | null;
|
|
@@ -37968,7 +37968,7 @@ export interface ImaDocumentTypesResultsDto {
|
|
|
37968
37968
|
liquidPenetrantCertificate?: ImaSupplementaryCheckResultDto | null;
|
|
37969
37969
|
magneticParticle?: ImaSupplementaryCheckResultDto | null;
|
|
37970
37970
|
pmi?: ImaSupplementaryCheckResultDto | null;
|
|
37971
|
-
|
|
37971
|
+
dyePenetrantReport?: ImaSupplementaryCheckResultDto | null;
|
|
37972
37972
|
visualReport?: ImaSupplementaryCheckResultDto | null;
|
|
37973
37973
|
dimensionalReport?: ImaSupplementaryCheckResultDto | null;
|
|
37974
37974
|
microExaminationReport?: ImaSupplementaryCheckResultDto | null;
|
|
@@ -37978,7 +37978,6 @@ export interface ImaSupplementaryCheckResultDto {
|
|
|
37978
37978
|
heatNumbers?: string[];
|
|
37979
37979
|
status?: string | null;
|
|
37980
37980
|
errorString?: string | null;
|
|
37981
|
-
acceptable?: boolean | null;
|
|
37982
37981
|
standards: string[];
|
|
37983
37982
|
override?: ImaResultLineOverrideDto | null;
|
|
37984
37983
|
}
|
|
@@ -38193,7 +38192,7 @@ export interface ImaOverrideDocumentTypesResultsDto {
|
|
|
38193
38192
|
liquidPenetrantCertificate?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38194
38193
|
magneticParticle?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38195
38194
|
pmi?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38196
|
-
|
|
38195
|
+
dyePenetrantReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38197
38196
|
visualReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38198
38197
|
dimensionalReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
38199
38198
|
microExaminationReport?: ImaOverrideUpdateMaterialCheckResultLineDto | null;
|
|
@@ -38300,6 +38299,7 @@ export interface ImaMaterialCheckReportDto {
|
|
|
38300
38299
|
includesAllHeats: boolean;
|
|
38301
38300
|
status: ImaMaterialCheckStatusDto;
|
|
38302
38301
|
audit: ImaMaterialCheckReportAuditInfo;
|
|
38302
|
+
isOutdated: boolean;
|
|
38303
38303
|
}
|
|
38304
38304
|
|
|
38305
38305
|
export interface ImaMaterialCheckReportAuditInfo {
|
|
@@ -38516,7 +38516,7 @@ export interface ImaDocumentTypesSpecificationDto {
|
|
|
38516
38516
|
liquidPenetrantCertificate?: boolean;
|
|
38517
38517
|
magneticParticle?: boolean;
|
|
38518
38518
|
pmi?: boolean;
|
|
38519
|
-
|
|
38519
|
+
dyePenetrantReport?: boolean;
|
|
38520
38520
|
visualReport?: boolean;
|
|
38521
38521
|
dimensionalReport?: boolean;
|
|
38522
38522
|
microExaminationReport?: boolean;
|