@saritasa/renewaire-frontend-sdk 0.182.0 → 0.183.0

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/index.d.ts CHANGED
@@ -971,6 +971,22 @@ interface CreateRoutingLayerCommand {
971
971
  parentRoutingLayerId?: number | null;
972
972
  }
973
973
 
974
+ /**
975
+ * RenewAire CORES API
976
+ *
977
+ * Contact: renewaire@saritasa.com
978
+ *
979
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
980
+ * https://openapi-generator.tech
981
+ * Do not edit the class manually.
982
+ */
983
+ /**
984
+ * Command to create schematic layer.
985
+ */
986
+ interface CreateSchematicLayerCommand {
987
+ parentSchematicLayerId?: number | null;
988
+ }
989
+
974
990
  /**
975
991
  * RenewAire CORES API
976
992
  *
@@ -2353,7 +2369,7 @@ declare enum OperationType {
2353
2369
  * Do not edit the class manually.
2354
2370
  */
2355
2371
  /**
2356
- * Group/user permission.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />38 = ManageAllUserGroups<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
2372
+ * Group/user permission.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
2357
2373
  */
2358
2374
  declare enum Permission {
2359
2375
  SystemAdmin = "SystemAdmin",
@@ -2388,7 +2404,6 @@ declare enum Permission {
2388
2404
  Rep = "Rep",
2389
2405
  RequestAccountUpgrade = "RequestAccountUpgrade",
2390
2406
  EditUserAccountEmailAddress = "EditUserAccountEmailAddress",
2391
- ManageAllUserGroups = "ManageAllUserGroups",
2392
2407
  ManageRsdRegions = "ManageRsdRegions",
2393
2408
  ViewRsdRegions = "ViewRsdRegions",
2394
2409
  ManageRepTerritories = "ManageRepTerritories",
@@ -2493,7 +2508,7 @@ interface PermissionBundleDto {
2493
2508
  */
2494
2509
  interface PermissionDto {
2495
2510
  /**
2496
- * Identifier. Enum key.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />38 = ManageAllUserGroups<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
2511
+ * Identifier. Enum key.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
2497
2512
  */
2498
2513
  id: Permission;
2499
2514
  /**
@@ -4171,8 +4186,17 @@ interface SaveLeadTimesTableDto {
4171
4186
  * DTO to save material multiplier rule.
4172
4187
  */
4173
4188
  interface SaveMaterialMultiplierRuleDto {
4189
+ /**
4190
+ * Order.
4191
+ */
4174
4192
  order: number;
4193
+ /**
4194
+ * Multiplier.
4195
+ */
4175
4196
  multiplier: number;
4197
+ /**
4198
+ * Identifier.
4199
+ */
4176
4200
  id?: number | null;
4177
4201
  }
4178
4202
 
@@ -4189,8 +4213,17 @@ interface SaveMaterialMultiplierRuleDto {
4189
4213
  * DTO to save material quantity rule.
4190
4214
  */
4191
4215
  interface SaveMaterialQuantityRuleDto {
4216
+ /**
4217
+ * Order.
4218
+ */
4192
4219
  order: number;
4220
+ /**
4221
+ * Quantity.
4222
+ */
4193
4223
  quantity: number;
4224
+ /**
4225
+ * Identifier.
4226
+ */
4194
4227
  id?: number | null;
4195
4228
  }
4196
4229
 
@@ -4208,15 +4241,45 @@ interface SaveMaterialQuantityRuleDto {
4208
4241
  * DTO to save material layer.
4209
4242
  */
4210
4243
  interface SaveMaterialLayerDto {
4244
+ /**
4245
+ * Name.
4246
+ */
4211
4247
  name: string;
4248
+ /**
4249
+ * Description.
4250
+ */
4212
4251
  description: string;
4252
+ /**
4253
+ * Part number.
4254
+ */
4213
4255
  partNumber: string;
4256
+ /**
4257
+ * Effective start date note.
4258
+ */
4214
4259
  effectiveStartDateNote: string;
4260
+ /**
4261
+ * Effective end date note.
4262
+ */
4215
4263
  effectiveEndDateNote: string;
4264
+ /**
4265
+ * Specifies whether rules should be applied to nested layers.
4266
+ */
4216
4267
  applyMultiplierToNestedLayers: boolean;
4268
+ /**
4269
+ * Material quantity rules.
4270
+ */
4217
4271
  quantityRules: Array<SaveMaterialQuantityRuleDto>;
4272
+ /**
4273
+ * Material multiplier rules.
4274
+ */
4218
4275
  multiplierRules: Array<SaveMaterialMultiplierRuleDto>;
4276
+ /**
4277
+ * Effective start date.
4278
+ */
4219
4279
  effectiveStartDate?: string | null;
4280
+ /**
4281
+ * Effective end date.
4282
+ */
4220
4283
  effectiveEndDate?: string | null;
4221
4284
  }
4222
4285
 
@@ -4404,8 +4467,17 @@ interface SaveRepTerritoryRepContactDto {
4404
4467
  * DTO to save routing rule.
4405
4468
  */
4406
4469
  interface SaveRoutingRuleDto {
4470
+ /**
4471
+ * Order.
4472
+ */
4407
4473
  order: number;
4474
+ /**
4475
+ * Routing value.
4476
+ */
4408
4477
  routing: number;
4478
+ /**
4479
+ * Identifier.
4480
+ */
4409
4481
  id?: number | null;
4410
4482
  }
4411
4483
 
@@ -4423,12 +4495,33 @@ interface SaveRoutingRuleDto {
4423
4495
  * DTO to save routing layer.
4424
4496
  */
4425
4497
  interface SaveRoutingLayerDto {
4498
+ /**
4499
+ * Name.
4500
+ */
4426
4501
  name: string;
4502
+ /**
4503
+ * Description.
4504
+ */
4427
4505
  description: string;
4506
+ /**
4507
+ * Effective start date note.
4508
+ */
4428
4509
  effectiveStartDateNote: string;
4510
+ /**
4511
+ * Effective end date note.
4512
+ */
4429
4513
  effectiveEndDateNote: string;
4514
+ /**
4515
+ * Routing rules.
4516
+ */
4430
4517
  routingRules: Array<SaveRoutingRuleDto>;
4518
+ /**
4519
+ * Effective start date.
4520
+ */
4431
4521
  effectiveStartDate?: string | null;
4522
+ /**
4523
+ * Effective end date.
4524
+ */
4432
4525
  effectiveEndDate?: string | null;
4433
4526
  }
4434
4527
 
@@ -6253,7 +6346,7 @@ interface UserPermissionSourceDto {
6253
6346
  */
6254
6347
  interface UserPermissionDto {
6255
6348
  /**
6256
- * Permissions.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />38 = ManageAllUserGroups<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
6349
+ * Permissions.<br />Permission<br />0 = SystemAdmin<br />1 = ManageUsers<br />2 = ViewAllProjectsInTheSystem<br />3 = EditAllProjectsInTheSystem<br />4 = ViewOtherGroupMembersProjects<br />5 = EditEachOthersGroupMembersProjects<br />8 = ViewQsApplications<br />9 = ViewPricing<br />10 = ConfigurationAccessDoas<br />11 = ConfigurationAccessCommercial<br />12 = ConfigurationAccessResidential<br />13 = ConfigurationAccessApplied<br />14 = ConfigurationAccessElectricHeaters<br />15 = ConfigurationAccessGasFurnaces<br />16 = ConfigurationAccessCoilModules<br />17 = ConfigurationAccessAccessories<br />18 = ConfigurationAccessServiceParts<br />19 = ConfigurationAccessSpUnits<br />20 = ConfigurationAccessJciResUnits<br />21 = ConfigurationAccessJciComUnits<br />22 = ConfigurationAccessTraneUnits<br />23 = EditSystemGroups<br />24 = ViewAllHiddenFieldsExtraData<br />25 = ViewExtraCalculationData<br />26 = EditCertainReadonlyFields<br />27 = ViewRenewAireOnlyData<br />28 = ViewAhriCertificationItemsAndData<br />33 = AccessSiteInMaintenanceMode<br />34 = ViewSoldToSelectionAndInformation<br />35 = Rep<br />36 = RequestAccountUpgrade<br />37 = EditUserAccountEmailAddress<br />39 = ManageRsdRegions<br />40 = ViewRsdRegions<br />41 = ManageRepTerritories<br />42 = ViewRepTerritories<br />43 = ViewRelatedRepTerritories<br />44 = ManageRepContacts<br />45 = ViewRepContacts<br />46 = ManageStateProvinces<br />47 = ViewStateProvinces<br />48 = ManageGroups<br />49 = ViewAllGroups<br />50 = ViewRelatedGroups<br />51 = ViewAllUsers<br />52 = ViewRelatedUsers<br />53 = ViewRenewAireLeadTimesData<br />54 = ViewSpLeadTimesData<br />55 = ViewRepReports<br />57 = AccessPartnerPortal<br />58 = AccessExchangerPerformanceApp<br />59 = ViewDefrost<br />60 = ViewAshraeOptions<br />61 = ViewRolesTable<br />62 = ViewPermissionBundles<br />63 = EditUsers<br />64 = BombMaterialsAdmin<br />65 = BombRoutingAdmin<br />66 = BombSchematicsAdmin<br />67 = BombValidationsAdmin<br />100 = SubmitOrder<br />101 = ImportOrdersToErp<br />104 = ViewDiscountWorkflows<br />105 = AddUnrestrictedDiscountsToProjects<br />106 = AddLimitedDiscountsToProjects<br />107 = ApproveUnrestrictedDiscountsInProjects<br />108 = ApproveLimitedDiscountsInProjects<br />109 = SubmitQsApplication<br />110 = QsBonus<br />111 = QsDiscount<br />113 = ApproveQsApplications<br />114 = MakeObsoleteLineItemsValid<br />115 = GenerateQuotes<br />116 = ViewAllProjectDownloadHistory<br />117 = ViewEnergyAnalysis<br />118 = ViewExtraQuoteOptions<br />119 = ViewShipToSelectionAndInformation<br />120 = ViewProjectRevisions<br />121 = AddProjectRevisions<br />122 = ViewLinkedProjects<br />123 = AddLinkedProjects<br />124 = TakeOverEditingFromOtherUsers<br />125 = AccessProjectSalesChannelNotes
6257
6350
  */
6258
6351
  permission: Permission;
6259
6352
  /**
@@ -6613,178 +6706,198 @@ declare class AuthApiService extends BaseService implements AuthApiServiceInterf
6613
6706
  * Do not edit the class manually.
6614
6707
  */
6615
6708
 
6616
- interface ControllerProgramsCreateControllerProgramRequestParams {
6617
- programType: ControllerProgramType;
6618
- saveControllerProgramDto?: SaveControllerProgramDto;
6709
+ interface MaterialsCreateMaterialLayerRequestParams {
6710
+ createMaterialLayerCommand?: CreateMaterialLayerCommand;
6619
6711
  }
6620
- interface ControllerProgramsCreateFileDownloadUrlRequestParams {
6621
- controllerProgramId: number;
6712
+ interface MaterialsDuplicateMaterialLayerRequestParams {
6713
+ materialLayerId: number;
6714
+ duplicateMaterialLayerDto?: DuplicateMaterialLayerDto;
6622
6715
  }
6623
- interface ControllerProgramsGetControllerProgramRequestParams {
6624
- controllerProgramId: number;
6716
+ interface MaterialsGetMaterialLayerRequestParams {
6717
+ materialLayerId: number;
6625
6718
  }
6626
- interface ControllerProgramsSearchControllerProgramsRequestParams {
6627
- programType: ControllerProgramType;
6628
- versionNumber?: string;
6629
- releaseType?: ControllerProgramReleaseType | null;
6630
- createdAt?: string;
6631
- createdBy?: string;
6632
- notes?: string;
6633
- fileName?: string;
6634
- orderBy?: string;
6635
- page?: number;
6636
- pageSize?: number;
6719
+ interface MaterialsRemoveGroupRequestParams {
6720
+ materialLayerId: number;
6637
6721
  }
6638
- interface ControllerProgramsUpdateControllerProgramRequestParams {
6639
- controllerProgramId: number;
6640
- isActive?: boolean;
6641
- saveControllerProgramDto?: SaveControllerProgramDto;
6722
+ interface MaterialsSearchMaterialLayersRequestParams {
6723
+ parentMaterialLayerId?: number | null;
6642
6724
  }
6643
- interface ControllerProgramsApiServiceInterface {
6725
+ interface MaterialsUpdateMaterialLayerRequestParams {
6726
+ materialLayerId: number;
6727
+ saveMaterialLayerDto?: SaveMaterialLayerDto;
6728
+ }
6729
+ interface BombMaterialsApiServiceInterface {
6644
6730
  defaultHeaders: HttpHeaders;
6645
6731
  configuration: Configuration;
6646
6732
  /**
6647
- * Create controller program.
6733
+ * Create material layer.
6648
6734
  *
6649
6735
  * @param requestParameters
6650
6736
  */
6651
- controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<number>;
6737
+ materialsCreateMaterialLayer(requestParameters: MaterialsCreateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<number>;
6652
6738
  /**
6653
- * Generate cloud URL for controller program file downloading.
6739
+ * Duplicate material layer.
6654
6740
  *
6655
6741
  * @param requestParameters
6656
6742
  */
6657
- controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, extraHttpRequestParams?: any): Observable<{}>;
6743
+ materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<MaterialLayerHierarchyItemDto>;
6658
6744
  /**
6659
- * Get controller program details.
6745
+ * Get material layer details by id.
6660
6746
  *
6661
6747
  * @param requestParameters
6662
6748
  */
6663
- controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<ControllerProgramDto>;
6749
+ materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<MaterialLayerDto>;
6664
6750
  /**
6665
- * Search controller programs.
6751
+ * Remove material layer by id.
6666
6752
  *
6667
6753
  * @param requestParameters
6668
6754
  */
6669
- controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, extraHttpRequestParams?: any): Observable<ControllerProgramDtoPagedListMetadataDto>;
6755
+ materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, extraHttpRequestParams?: any): Observable<{}>;
6670
6756
  /**
6671
- * Update controller program.
6757
+ * Search material layers.
6672
6758
  *
6673
6759
  * @param requestParameters
6674
6760
  */
6675
- controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<{}>;
6761
+ materialsSearchMaterialLayers(requestParameters: MaterialsSearchMaterialLayersRequestParams, extraHttpRequestParams?: any): Observable<Array<MaterialLayerHierarchyItemDto>>;
6762
+ /**
6763
+ * Update material layer.
6764
+ *
6765
+ * @param requestParameters
6766
+ */
6767
+ materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<{}>;
6676
6768
  }
6677
6769
 
6678
- declare class ControllerProgramsApiService extends BaseService implements ControllerProgramsApiServiceInterface {
6770
+ declare class BombMaterialsApiService extends BaseService implements BombMaterialsApiServiceInterface {
6679
6771
  protected httpClient: HttpClient;
6680
6772
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
6681
6773
  /**
6682
- * Create controller program.
6774
+ * Create material layer.
6683
6775
  * @param requestParameters
6684
6776
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6685
6777
  * @param reportProgress flag to report request and response progress.
6686
6778
  */
6687
- controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6779
+ materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6688
6780
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6689
6781
  context?: HttpContext;
6690
6782
  transferCache?: boolean;
6691
6783
  }): Observable<number>;
6692
- controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6784
+ materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6693
6785
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6694
6786
  context?: HttpContext;
6695
6787
  transferCache?: boolean;
6696
6788
  }): Observable<HttpResponse<number>>;
6697
- controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6789
+ materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6698
6790
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6699
6791
  context?: HttpContext;
6700
6792
  transferCache?: boolean;
6701
6793
  }): Observable<HttpEvent<number>>;
6702
6794
  /**
6703
- * Generate cloud URL for controller program file downloading.
6795
+ * Duplicate material layer.
6704
6796
  * @param requestParameters
6705
6797
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6706
6798
  * @param reportProgress flag to report request and response progress.
6707
6799
  */
6708
- controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6709
- httpHeaderAccept?: undefined;
6800
+ materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6801
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6710
6802
  context?: HttpContext;
6711
6803
  transferCache?: boolean;
6712
- }): Observable<any>;
6713
- controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6714
- httpHeaderAccept?: undefined;
6804
+ }): Observable<MaterialLayerHierarchyItemDto>;
6805
+ materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6806
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6715
6807
  context?: HttpContext;
6716
6808
  transferCache?: boolean;
6717
- }): Observable<HttpResponse<any>>;
6718
- controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6719
- httpHeaderAccept?: undefined;
6809
+ }): Observable<HttpResponse<MaterialLayerHierarchyItemDto>>;
6810
+ materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6811
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6720
6812
  context?: HttpContext;
6721
6813
  transferCache?: boolean;
6722
- }): Observable<HttpEvent<any>>;
6814
+ }): Observable<HttpEvent<MaterialLayerHierarchyItemDto>>;
6723
6815
  /**
6724
- * Get controller program details.
6816
+ * Get material layer details by id.
6725
6817
  * @param requestParameters
6726
6818
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6727
6819
  * @param reportProgress flag to report request and response progress.
6728
6820
  */
6729
- controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6821
+ materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6730
6822
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6731
6823
  context?: HttpContext;
6732
6824
  transferCache?: boolean;
6733
- }): Observable<ControllerProgramDto>;
6734
- controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6825
+ }): Observable<MaterialLayerDto>;
6826
+ materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6735
6827
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6736
6828
  context?: HttpContext;
6737
6829
  transferCache?: boolean;
6738
- }): Observable<HttpResponse<ControllerProgramDto>>;
6739
- controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6830
+ }): Observable<HttpResponse<MaterialLayerDto>>;
6831
+ materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6740
6832
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6741
6833
  context?: HttpContext;
6742
6834
  transferCache?: boolean;
6743
- }): Observable<HttpEvent<ControllerProgramDto>>;
6835
+ }): Observable<HttpEvent<MaterialLayerDto>>;
6744
6836
  /**
6745
- * Search controller programs.
6837
+ * Remove material layer by id.
6746
6838
  * @param requestParameters
6747
6839
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6748
6840
  * @param reportProgress flag to report request and response progress.
6749
6841
  */
6750
- controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6842
+ materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6843
+ httpHeaderAccept?: undefined;
6844
+ context?: HttpContext;
6845
+ transferCache?: boolean;
6846
+ }): Observable<any>;
6847
+ materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6848
+ httpHeaderAccept?: undefined;
6849
+ context?: HttpContext;
6850
+ transferCache?: boolean;
6851
+ }): Observable<HttpResponse<any>>;
6852
+ materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6853
+ httpHeaderAccept?: undefined;
6854
+ context?: HttpContext;
6855
+ transferCache?: boolean;
6856
+ }): Observable<HttpEvent<any>>;
6857
+ /**
6858
+ * Search material layers.
6859
+ * @param requestParameters
6860
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6861
+ * @param reportProgress flag to report request and response progress.
6862
+ */
6863
+ materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6751
6864
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6752
6865
  context?: HttpContext;
6753
6866
  transferCache?: boolean;
6754
- }): Observable<ControllerProgramDtoPagedListMetadataDto>;
6755
- controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6867
+ }): Observable<Array<MaterialLayerHierarchyItemDto>>;
6868
+ materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6756
6869
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6757
6870
  context?: HttpContext;
6758
6871
  transferCache?: boolean;
6759
- }): Observable<HttpResponse<ControllerProgramDtoPagedListMetadataDto>>;
6760
- controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6872
+ }): Observable<HttpResponse<Array<MaterialLayerHierarchyItemDto>>>;
6873
+ materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6761
6874
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6762
6875
  context?: HttpContext;
6763
6876
  transferCache?: boolean;
6764
- }): Observable<HttpEvent<ControllerProgramDtoPagedListMetadataDto>>;
6877
+ }): Observable<HttpEvent<Array<MaterialLayerHierarchyItemDto>>>;
6765
6878
  /**
6766
- * Update controller program.
6879
+ * Update material layer.
6767
6880
  * @param requestParameters
6768
6881
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6769
6882
  * @param reportProgress flag to report request and response progress.
6770
6883
  */
6771
- controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6884
+ materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6772
6885
  httpHeaderAccept?: undefined;
6773
6886
  context?: HttpContext;
6774
6887
  transferCache?: boolean;
6775
6888
  }): Observable<any>;
6776
- controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6889
+ materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6777
6890
  httpHeaderAccept?: undefined;
6778
6891
  context?: HttpContext;
6779
6892
  transferCache?: boolean;
6780
6893
  }): Observable<HttpResponse<any>>;
6781
- controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6894
+ materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6782
6895
  httpHeaderAccept?: undefined;
6783
6896
  context?: HttpContext;
6784
6897
  transferCache?: boolean;
6785
6898
  }): Observable<HttpEvent<any>>;
6786
- static ɵfac: i0.ɵɵFactoryDeclaration<ControllerProgramsApiService, [null, { optional: true; }, { optional: true; }]>;
6787
- static ɵprov: i0.ɵɵInjectableDeclaration<ControllerProgramsApiService>;
6899
+ static ɵfac: i0.ɵɵFactoryDeclaration<BombMaterialsApiService, [null, { optional: true; }, { optional: true; }]>;
6900
+ static ɵprov: i0.ɵɵInjectableDeclaration<BombMaterialsApiService>;
6788
6901
  }
6789
6902
 
6790
6903
  /**
@@ -6797,13 +6910,362 @@ declare class ControllerProgramsApiService extends BaseService implements Contro
6797
6910
  * Do not edit the class manually.
6798
6911
  */
6799
6912
 
6800
- interface FeedbacksCreateFeedbackRequestParams {
6801
- feedbackType: FeedbackType;
6802
- message: string;
6803
- frontendUrl: string;
6804
- attachments: Array<Blob>;
6913
+ interface RoutingsCreateRoutingLayerRequestParams {
6914
+ createRoutingLayerCommand?: CreateRoutingLayerCommand;
6805
6915
  }
6806
- interface FeedbacksApiServiceInterface {
6916
+ interface RoutingsSearchRoutingLayersRequestParams {
6917
+ parentRoutingLayerId?: number | null;
6918
+ }
6919
+ interface RoutingsUpdateRoutingLayerRequestParams {
6920
+ routingLayerId: number;
6921
+ saveRoutingLayerDto?: SaveRoutingLayerDto;
6922
+ }
6923
+ interface BombRoutingsApiServiceInterface {
6924
+ defaultHeaders: HttpHeaders;
6925
+ configuration: Configuration;
6926
+ /**
6927
+ * Create routing layer.
6928
+ *
6929
+ * @param requestParameters
6930
+ */
6931
+ routingsCreateRoutingLayer(requestParameters: RoutingsCreateRoutingLayerRequestParams, extraHttpRequestParams?: any): Observable<number>;
6932
+ /**
6933
+ * Search routing layers.
6934
+ *
6935
+ * @param requestParameters
6936
+ */
6937
+ routingsSearchRoutingLayers(requestParameters: RoutingsSearchRoutingLayersRequestParams, extraHttpRequestParams?: any): Observable<Array<RoutingLayerHierarchyItemDto>>;
6938
+ /**
6939
+ * Update routing layer.
6940
+ *
6941
+ * @param requestParameters
6942
+ */
6943
+ routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, extraHttpRequestParams?: any): Observable<{}>;
6944
+ }
6945
+
6946
+ declare class BombRoutingsApiService extends BaseService implements BombRoutingsApiServiceInterface {
6947
+ protected httpClient: HttpClient;
6948
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
6949
+ /**
6950
+ * Create routing layer.
6951
+ * @param requestParameters
6952
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6953
+ * @param reportProgress flag to report request and response progress.
6954
+ */
6955
+ routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6956
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6957
+ context?: HttpContext;
6958
+ transferCache?: boolean;
6959
+ }): Observable<number>;
6960
+ routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6961
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6962
+ context?: HttpContext;
6963
+ transferCache?: boolean;
6964
+ }): Observable<HttpResponse<number>>;
6965
+ routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6966
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6967
+ context?: HttpContext;
6968
+ transferCache?: boolean;
6969
+ }): Observable<HttpEvent<number>>;
6970
+ /**
6971
+ * Search routing layers.
6972
+ * @param requestParameters
6973
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6974
+ * @param reportProgress flag to report request and response progress.
6975
+ */
6976
+ routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6977
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6978
+ context?: HttpContext;
6979
+ transferCache?: boolean;
6980
+ }): Observable<Array<RoutingLayerHierarchyItemDto>>;
6981
+ routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "response", reportProgress?: boolean, options?: {
6982
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6983
+ context?: HttpContext;
6984
+ transferCache?: boolean;
6985
+ }): Observable<HttpResponse<Array<RoutingLayerHierarchyItemDto>>>;
6986
+ routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "events", reportProgress?: boolean, options?: {
6987
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
6988
+ context?: HttpContext;
6989
+ transferCache?: boolean;
6990
+ }): Observable<HttpEvent<Array<RoutingLayerHierarchyItemDto>>>;
6991
+ /**
6992
+ * Update routing layer.
6993
+ * @param requestParameters
6994
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
6995
+ * @param reportProgress flag to report request and response progress.
6996
+ */
6997
+ routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
6998
+ httpHeaderAccept?: undefined;
6999
+ context?: HttpContext;
7000
+ transferCache?: boolean;
7001
+ }): Observable<any>;
7002
+ routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7003
+ httpHeaderAccept?: undefined;
7004
+ context?: HttpContext;
7005
+ transferCache?: boolean;
7006
+ }): Observable<HttpResponse<any>>;
7007
+ routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7008
+ httpHeaderAccept?: undefined;
7009
+ context?: HttpContext;
7010
+ transferCache?: boolean;
7011
+ }): Observable<HttpEvent<any>>;
7012
+ static ɵfac: i0.ɵɵFactoryDeclaration<BombRoutingsApiService, [null, { optional: true; }, { optional: true; }]>;
7013
+ static ɵprov: i0.ɵɵInjectableDeclaration<BombRoutingsApiService>;
7014
+ }
7015
+
7016
+ /**
7017
+ * RenewAire CORES API
7018
+ *
7019
+ * Contact: renewaire@saritasa.com
7020
+ *
7021
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7022
+ * https://openapi-generator.tech
7023
+ * Do not edit the class manually.
7024
+ */
7025
+
7026
+ interface SchematicsCreateSchematicLayerRequestParams {
7027
+ createSchematicLayerCommand?: CreateSchematicLayerCommand;
7028
+ }
7029
+ interface BombSchematicsApiServiceInterface {
7030
+ defaultHeaders: HttpHeaders;
7031
+ configuration: Configuration;
7032
+ /**
7033
+ * Create schematic layer.
7034
+ *
7035
+ * @param requestParameters
7036
+ */
7037
+ schematicsCreateSchematicLayer(requestParameters: SchematicsCreateSchematicLayerRequestParams, extraHttpRequestParams?: any): Observable<number>;
7038
+ }
7039
+
7040
+ declare class BombSchematicsApiService extends BaseService implements BombSchematicsApiServiceInterface {
7041
+ protected httpClient: HttpClient;
7042
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7043
+ /**
7044
+ * Create schematic layer.
7045
+ * @param requestParameters
7046
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7047
+ * @param reportProgress flag to report request and response progress.
7048
+ */
7049
+ schematicsCreateSchematicLayer(requestParameters?: SchematicsCreateSchematicLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7050
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7051
+ context?: HttpContext;
7052
+ transferCache?: boolean;
7053
+ }): Observable<number>;
7054
+ schematicsCreateSchematicLayer(requestParameters?: SchematicsCreateSchematicLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7055
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7056
+ context?: HttpContext;
7057
+ transferCache?: boolean;
7058
+ }): Observable<HttpResponse<number>>;
7059
+ schematicsCreateSchematicLayer(requestParameters?: SchematicsCreateSchematicLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7060
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7061
+ context?: HttpContext;
7062
+ transferCache?: boolean;
7063
+ }): Observable<HttpEvent<number>>;
7064
+ static ɵfac: i0.ɵɵFactoryDeclaration<BombSchematicsApiService, [null, { optional: true; }, { optional: true; }]>;
7065
+ static ɵprov: i0.ɵɵInjectableDeclaration<BombSchematicsApiService>;
7066
+ }
7067
+
7068
+ /**
7069
+ * RenewAire CORES API
7070
+ *
7071
+ * Contact: renewaire@saritasa.com
7072
+ *
7073
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7074
+ * https://openapi-generator.tech
7075
+ * Do not edit the class manually.
7076
+ */
7077
+
7078
+ interface ControllerProgramsCreateControllerProgramRequestParams {
7079
+ programType: ControllerProgramType;
7080
+ saveControllerProgramDto?: SaveControllerProgramDto;
7081
+ }
7082
+ interface ControllerProgramsCreateFileDownloadUrlRequestParams {
7083
+ controllerProgramId: number;
7084
+ }
7085
+ interface ControllerProgramsGetControllerProgramRequestParams {
7086
+ controllerProgramId: number;
7087
+ }
7088
+ interface ControllerProgramsSearchControllerProgramsRequestParams {
7089
+ programType: ControllerProgramType;
7090
+ versionNumber?: string;
7091
+ releaseType?: ControllerProgramReleaseType | null;
7092
+ createdAt?: string;
7093
+ createdBy?: string;
7094
+ notes?: string;
7095
+ fileName?: string;
7096
+ orderBy?: string;
7097
+ page?: number;
7098
+ pageSize?: number;
7099
+ }
7100
+ interface ControllerProgramsUpdateControllerProgramRequestParams {
7101
+ controllerProgramId: number;
7102
+ isActive?: boolean;
7103
+ saveControllerProgramDto?: SaveControllerProgramDto;
7104
+ }
7105
+ interface ControllerProgramsApiServiceInterface {
7106
+ defaultHeaders: HttpHeaders;
7107
+ configuration: Configuration;
7108
+ /**
7109
+ * Create controller program.
7110
+ *
7111
+ * @param requestParameters
7112
+ */
7113
+ controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<number>;
7114
+ /**
7115
+ * Generate cloud URL for controller program file downloading.
7116
+ *
7117
+ * @param requestParameters
7118
+ */
7119
+ controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7120
+ /**
7121
+ * Get controller program details.
7122
+ *
7123
+ * @param requestParameters
7124
+ */
7125
+ controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<ControllerProgramDto>;
7126
+ /**
7127
+ * Search controller programs.
7128
+ *
7129
+ * @param requestParameters
7130
+ */
7131
+ controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, extraHttpRequestParams?: any): Observable<ControllerProgramDtoPagedListMetadataDto>;
7132
+ /**
7133
+ * Update controller program.
7134
+ *
7135
+ * @param requestParameters
7136
+ */
7137
+ controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7138
+ }
7139
+
7140
+ declare class ControllerProgramsApiService extends BaseService implements ControllerProgramsApiServiceInterface {
7141
+ protected httpClient: HttpClient;
7142
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7143
+ /**
7144
+ * Create controller program.
7145
+ * @param requestParameters
7146
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7147
+ * @param reportProgress flag to report request and response progress.
7148
+ */
7149
+ controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7150
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7151
+ context?: HttpContext;
7152
+ transferCache?: boolean;
7153
+ }): Observable<number>;
7154
+ controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7155
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7156
+ context?: HttpContext;
7157
+ transferCache?: boolean;
7158
+ }): Observable<HttpResponse<number>>;
7159
+ controllerProgramsCreateControllerProgram(requestParameters: ControllerProgramsCreateControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7160
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7161
+ context?: HttpContext;
7162
+ transferCache?: boolean;
7163
+ }): Observable<HttpEvent<number>>;
7164
+ /**
7165
+ * Generate cloud URL for controller program file downloading.
7166
+ * @param requestParameters
7167
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7168
+ * @param reportProgress flag to report request and response progress.
7169
+ */
7170
+ controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7171
+ httpHeaderAccept?: undefined;
7172
+ context?: HttpContext;
7173
+ transferCache?: boolean;
7174
+ }): Observable<any>;
7175
+ controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7176
+ httpHeaderAccept?: undefined;
7177
+ context?: HttpContext;
7178
+ transferCache?: boolean;
7179
+ }): Observable<HttpResponse<any>>;
7180
+ controllerProgramsCreateFileDownloadUrl(requestParameters: ControllerProgramsCreateFileDownloadUrlRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7181
+ httpHeaderAccept?: undefined;
7182
+ context?: HttpContext;
7183
+ transferCache?: boolean;
7184
+ }): Observable<HttpEvent<any>>;
7185
+ /**
7186
+ * Get controller program details.
7187
+ * @param requestParameters
7188
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7189
+ * @param reportProgress flag to report request and response progress.
7190
+ */
7191
+ controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7192
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7193
+ context?: HttpContext;
7194
+ transferCache?: boolean;
7195
+ }): Observable<ControllerProgramDto>;
7196
+ controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7197
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7198
+ context?: HttpContext;
7199
+ transferCache?: boolean;
7200
+ }): Observable<HttpResponse<ControllerProgramDto>>;
7201
+ controllerProgramsGetControllerProgram(requestParameters: ControllerProgramsGetControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7202
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7203
+ context?: HttpContext;
7204
+ transferCache?: boolean;
7205
+ }): Observable<HttpEvent<ControllerProgramDto>>;
7206
+ /**
7207
+ * Search controller programs.
7208
+ * @param requestParameters
7209
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7210
+ * @param reportProgress flag to report request and response progress.
7211
+ */
7212
+ controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7213
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7214
+ context?: HttpContext;
7215
+ transferCache?: boolean;
7216
+ }): Observable<ControllerProgramDtoPagedListMetadataDto>;
7217
+ controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7218
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7219
+ context?: HttpContext;
7220
+ transferCache?: boolean;
7221
+ }): Observable<HttpResponse<ControllerProgramDtoPagedListMetadataDto>>;
7222
+ controllerProgramsSearchControllerPrograms(requestParameters: ControllerProgramsSearchControllerProgramsRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7223
+ httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7224
+ context?: HttpContext;
7225
+ transferCache?: boolean;
7226
+ }): Observable<HttpEvent<ControllerProgramDtoPagedListMetadataDto>>;
7227
+ /**
7228
+ * Update controller program.
7229
+ * @param requestParameters
7230
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7231
+ * @param reportProgress flag to report request and response progress.
7232
+ */
7233
+ controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7234
+ httpHeaderAccept?: undefined;
7235
+ context?: HttpContext;
7236
+ transferCache?: boolean;
7237
+ }): Observable<any>;
7238
+ controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7239
+ httpHeaderAccept?: undefined;
7240
+ context?: HttpContext;
7241
+ transferCache?: boolean;
7242
+ }): Observable<HttpResponse<any>>;
7243
+ controllerProgramsUpdateControllerProgram(requestParameters: ControllerProgramsUpdateControllerProgramRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7244
+ httpHeaderAccept?: undefined;
7245
+ context?: HttpContext;
7246
+ transferCache?: boolean;
7247
+ }): Observable<HttpEvent<any>>;
7248
+ static ɵfac: i0.ɵɵFactoryDeclaration<ControllerProgramsApiService, [null, { optional: true; }, { optional: true; }]>;
7249
+ static ɵprov: i0.ɵɵInjectableDeclaration<ControllerProgramsApiService>;
7250
+ }
7251
+
7252
+ /**
7253
+ * RenewAire CORES API
7254
+ *
7255
+ * Contact: renewaire@saritasa.com
7256
+ *
7257
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7258
+ * https://openapi-generator.tech
7259
+ * Do not edit the class manually.
7260
+ */
7261
+
7262
+ interface FeedbacksCreateFeedbackRequestParams {
7263
+ feedbackType: FeedbackType;
7264
+ message: string;
7265
+ frontendUrl: string;
7266
+ attachments: Array<Blob>;
7267
+ }
7268
+ interface FeedbacksApiServiceInterface {
6807
7269
  defaultHeaders: HttpHeaders;
6808
7270
  configuration: Configuration;
6809
7271
  /**
@@ -7195,355 +7657,151 @@ interface LeadTimesCreateLeadTimesTableRequestParams {
7195
7657
  leadTimesTableType?: LeadTimeType;
7196
7658
  saveLeadTimesTableDto?: SaveLeadTimesTableDto;
7197
7659
  }
7198
- interface LeadTimesUpdateLeadTimesTableRequestParams {
7199
- leadTimesTableId: number;
7200
- saveLeadTimesTableDto?: SaveLeadTimesTableDto;
7201
- }
7202
- interface LeadTimesApiServiceInterface {
7203
- defaultHeaders: HttpHeaders;
7204
- configuration: Configuration;
7205
- /**
7206
- * Create lead times table.
7207
- *
7208
- * @param requestParameters
7209
- */
7210
- leadTimesCreateLeadTimesTable(requestParameters: LeadTimesCreateLeadTimesTableRequestParams, extraHttpRequestParams?: any): Observable<number>;
7211
- /**
7212
- * Get lead time tables. The tables will be filtered out depending on current user\&#39;s permissions.
7213
- *
7214
- */
7215
- leadTimesGetLeadTimTables(extraHttpRequestParams?: any): Observable<Array<LeadTimesTableDto>>;
7216
- /**
7217
- * Update lead time table.
7218
- *
7219
- * @param requestParameters
7220
- */
7221
- leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7222
- }
7223
-
7224
- declare class LeadTimesApiService extends BaseService implements LeadTimesApiServiceInterface {
7225
- protected httpClient: HttpClient;
7226
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7227
- /**
7228
- * Create lead times table.
7229
- * @param requestParameters
7230
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7231
- * @param reportProgress flag to report request and response progress.
7232
- */
7233
- leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7234
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7235
- context?: HttpContext;
7236
- transferCache?: boolean;
7237
- }): Observable<number>;
7238
- leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7239
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7240
- context?: HttpContext;
7241
- transferCache?: boolean;
7242
- }): Observable<HttpResponse<number>>;
7243
- leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7244
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7245
- context?: HttpContext;
7246
- transferCache?: boolean;
7247
- }): Observable<HttpEvent<number>>;
7248
- /**
7249
- * Get lead time tables. The tables will be filtered out depending on current user\&#39;s permissions.
7250
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7251
- * @param reportProgress flag to report request and response progress.
7252
- */
7253
- leadTimesGetLeadTimTables(observe?: "body", reportProgress?: boolean, options?: {
7254
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7255
- context?: HttpContext;
7256
- transferCache?: boolean;
7257
- }): Observable<Array<LeadTimesTableDto>>;
7258
- leadTimesGetLeadTimTables(observe?: "response", reportProgress?: boolean, options?: {
7259
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7260
- context?: HttpContext;
7261
- transferCache?: boolean;
7262
- }): Observable<HttpResponse<Array<LeadTimesTableDto>>>;
7263
- leadTimesGetLeadTimTables(observe?: "events", reportProgress?: boolean, options?: {
7264
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7265
- context?: HttpContext;
7266
- transferCache?: boolean;
7267
- }): Observable<HttpEvent<Array<LeadTimesTableDto>>>;
7268
- /**
7269
- * Update lead time table.
7270
- * @param requestParameters
7271
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7272
- * @param reportProgress flag to report request and response progress.
7273
- */
7274
- leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7275
- httpHeaderAccept?: undefined;
7276
- context?: HttpContext;
7277
- transferCache?: boolean;
7278
- }): Observable<any>;
7279
- leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7280
- httpHeaderAccept?: undefined;
7281
- context?: HttpContext;
7282
- transferCache?: boolean;
7283
- }): Observable<HttpResponse<any>>;
7284
- leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7285
- httpHeaderAccept?: undefined;
7286
- context?: HttpContext;
7287
- transferCache?: boolean;
7288
- }): Observable<HttpEvent<any>>;
7289
- static ɵfac: i0.ɵɵFactoryDeclaration<LeadTimesApiService, [null, { optional: true; }, { optional: true; }]>;
7290
- static ɵprov: i0.ɵɵInjectableDeclaration<LeadTimesApiService>;
7291
- }
7292
-
7293
- /**
7294
- * RenewAire CORES API
7295
- *
7296
- * Contact: renewaire@saritasa.com
7297
- *
7298
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7299
- * https://openapi-generator.tech
7300
- * Do not edit the class manually.
7301
- */
7302
-
7303
- interface MaintenanceSetMaintenanceModeRequestParams {
7304
- enabled?: boolean;
7305
- }
7306
- interface MaintenanceApiServiceInterface {
7307
- defaultHeaders: HttpHeaders;
7308
- configuration: Configuration;
7309
- /**
7310
- * Sets maintenance mode state.
7311
- *
7312
- * @param requestParameters
7313
- */
7314
- maintenanceSetMaintenanceMode(requestParameters: MaintenanceSetMaintenanceModeRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7315
- }
7316
-
7317
- declare class MaintenanceApiService extends BaseService implements MaintenanceApiServiceInterface {
7318
- protected httpClient: HttpClient;
7319
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7320
- /**
7321
- * Sets maintenance mode state.
7322
- * @param requestParameters
7323
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7324
- * @param reportProgress flag to report request and response progress.
7325
- */
7326
- maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7327
- httpHeaderAccept?: undefined;
7328
- context?: HttpContext;
7329
- transferCache?: boolean;
7330
- }): Observable<any>;
7331
- maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7332
- httpHeaderAccept?: undefined;
7333
- context?: HttpContext;
7334
- transferCache?: boolean;
7335
- }): Observable<HttpResponse<any>>;
7336
- maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7337
- httpHeaderAccept?: undefined;
7338
- context?: HttpContext;
7339
- transferCache?: boolean;
7340
- }): Observable<HttpEvent<any>>;
7341
- static ɵfac: i0.ɵɵFactoryDeclaration<MaintenanceApiService, [null, { optional: true; }, { optional: true; }]>;
7342
- static ɵprov: i0.ɵɵInjectableDeclaration<MaintenanceApiService>;
7343
- }
7344
-
7345
- /**
7346
- * RenewAire CORES API
7347
- *
7348
- * Contact: renewaire@saritasa.com
7349
- *
7350
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7351
- * https://openapi-generator.tech
7352
- * Do not edit the class manually.
7353
- */
7354
-
7355
- interface MaterialsCreateMaterialLayerRequestParams {
7356
- createMaterialLayerCommand?: CreateMaterialLayerCommand;
7357
- }
7358
- interface MaterialsDuplicateMaterialLayerRequestParams {
7359
- materialLayerId: number;
7360
- duplicateMaterialLayerDto?: DuplicateMaterialLayerDto;
7361
- }
7362
- interface MaterialsGetMaterialLayerRequestParams {
7363
- materialLayerId: number;
7364
- }
7365
- interface MaterialsRemoveGroupRequestParams {
7366
- materialLayerId: number;
7367
- }
7368
- interface MaterialsSearchMaterialLayersRequestParams {
7369
- parentMaterialLayerId?: number | null;
7370
- }
7371
- interface MaterialsUpdateMaterialLayerRequestParams {
7372
- materialLayerId: number;
7373
- saveMaterialLayerDto?: SaveMaterialLayerDto;
7660
+ interface LeadTimesUpdateLeadTimesTableRequestParams {
7661
+ leadTimesTableId: number;
7662
+ saveLeadTimesTableDto?: SaveLeadTimesTableDto;
7374
7663
  }
7375
- interface MaterialsApiServiceInterface {
7664
+ interface LeadTimesApiServiceInterface {
7376
7665
  defaultHeaders: HttpHeaders;
7377
7666
  configuration: Configuration;
7378
7667
  /**
7379
- * Create material layer.
7380
- *
7381
- * @param requestParameters
7382
- */
7383
- materialsCreateMaterialLayer(requestParameters: MaterialsCreateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<number>;
7384
- /**
7385
- * Duplicate material layer.
7386
- *
7387
- * @param requestParameters
7388
- */
7389
- materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<MaterialLayerHierarchyItemDto>;
7390
- /**
7391
- * Get material layer details by id.
7392
- *
7393
- * @param requestParameters
7394
- */
7395
- materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<MaterialLayerDto>;
7396
- /**
7397
- * Remove material layer by id.
7668
+ * Create lead times table.
7398
7669
  *
7399
7670
  * @param requestParameters
7400
7671
  */
7401
- materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7672
+ leadTimesCreateLeadTimesTable(requestParameters: LeadTimesCreateLeadTimesTableRequestParams, extraHttpRequestParams?: any): Observable<number>;
7402
7673
  /**
7403
- * Search material layers.
7674
+ * Get lead time tables. The tables will be filtered out depending on current user\&#39;s permissions.
7404
7675
  *
7405
- * @param requestParameters
7406
7676
  */
7407
- materialsSearchMaterialLayers(requestParameters: MaterialsSearchMaterialLayersRequestParams, extraHttpRequestParams?: any): Observable<Array<MaterialLayerHierarchyItemDto>>;
7677
+ leadTimesGetLeadTimTables(extraHttpRequestParams?: any): Observable<Array<LeadTimesTableDto>>;
7408
7678
  /**
7409
- * Update material layer.
7679
+ * Update lead time table.
7410
7680
  *
7411
7681
  * @param requestParameters
7412
7682
  */
7413
- materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7683
+ leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7414
7684
  }
7415
7685
 
7416
- declare class MaterialsApiService extends BaseService implements MaterialsApiServiceInterface {
7686
+ declare class LeadTimesApiService extends BaseService implements LeadTimesApiServiceInterface {
7417
7687
  protected httpClient: HttpClient;
7418
7688
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7419
7689
  /**
7420
- * Create material layer.
7690
+ * Create lead times table.
7421
7691
  * @param requestParameters
7422
7692
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7423
7693
  * @param reportProgress flag to report request and response progress.
7424
7694
  */
7425
- materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7695
+ leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7426
7696
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7427
7697
  context?: HttpContext;
7428
7698
  transferCache?: boolean;
7429
7699
  }): Observable<number>;
7430
- materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7700
+ leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7431
7701
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7432
7702
  context?: HttpContext;
7433
7703
  transferCache?: boolean;
7434
7704
  }): Observable<HttpResponse<number>>;
7435
- materialsCreateMaterialLayer(requestParameters?: MaterialsCreateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7705
+ leadTimesCreateLeadTimesTable(requestParameters?: LeadTimesCreateLeadTimesTableRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7436
7706
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7437
7707
  context?: HttpContext;
7438
7708
  transferCache?: boolean;
7439
7709
  }): Observable<HttpEvent<number>>;
7440
7710
  /**
7441
- * Duplicate material layer.
7442
- * @param requestParameters
7443
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7444
- * @param reportProgress flag to report request and response progress.
7445
- */
7446
- materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7447
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7448
- context?: HttpContext;
7449
- transferCache?: boolean;
7450
- }): Observable<MaterialLayerHierarchyItemDto>;
7451
- materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7452
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7453
- context?: HttpContext;
7454
- transferCache?: boolean;
7455
- }): Observable<HttpResponse<MaterialLayerHierarchyItemDto>>;
7456
- materialsDuplicateMaterialLayer(requestParameters: MaterialsDuplicateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7457
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7458
- context?: HttpContext;
7459
- transferCache?: boolean;
7460
- }): Observable<HttpEvent<MaterialLayerHierarchyItemDto>>;
7461
- /**
7462
- * Get material layer details by id.
7463
- * @param requestParameters
7711
+ * Get lead time tables. The tables will be filtered out depending on current user\&#39;s permissions.
7464
7712
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7465
7713
  * @param reportProgress flag to report request and response progress.
7466
7714
  */
7467
- materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7715
+ leadTimesGetLeadTimTables(observe?: "body", reportProgress?: boolean, options?: {
7468
7716
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7469
7717
  context?: HttpContext;
7470
7718
  transferCache?: boolean;
7471
- }): Observable<MaterialLayerDto>;
7472
- materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7719
+ }): Observable<Array<LeadTimesTableDto>>;
7720
+ leadTimesGetLeadTimTables(observe?: "response", reportProgress?: boolean, options?: {
7473
7721
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7474
7722
  context?: HttpContext;
7475
7723
  transferCache?: boolean;
7476
- }): Observable<HttpResponse<MaterialLayerDto>>;
7477
- materialsGetMaterialLayer(requestParameters: MaterialsGetMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7724
+ }): Observable<HttpResponse<Array<LeadTimesTableDto>>>;
7725
+ leadTimesGetLeadTimTables(observe?: "events", reportProgress?: boolean, options?: {
7478
7726
  httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7479
7727
  context?: HttpContext;
7480
7728
  transferCache?: boolean;
7481
- }): Observable<HttpEvent<MaterialLayerDto>>;
7729
+ }): Observable<HttpEvent<Array<LeadTimesTableDto>>>;
7482
7730
  /**
7483
- * Remove material layer by id.
7731
+ * Update lead time table.
7484
7732
  * @param requestParameters
7485
7733
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7486
7734
  * @param reportProgress flag to report request and response progress.
7487
7735
  */
7488
- materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7736
+ leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7489
7737
  httpHeaderAccept?: undefined;
7490
7738
  context?: HttpContext;
7491
7739
  transferCache?: boolean;
7492
7740
  }): Observable<any>;
7493
- materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7741
+ leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7494
7742
  httpHeaderAccept?: undefined;
7495
7743
  context?: HttpContext;
7496
7744
  transferCache?: boolean;
7497
7745
  }): Observable<HttpResponse<any>>;
7498
- materialsRemoveGroup(requestParameters: MaterialsRemoveGroupRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7746
+ leadTimesUpdateLeadTimesTable(requestParameters: LeadTimesUpdateLeadTimesTableRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7499
7747
  httpHeaderAccept?: undefined;
7500
7748
  context?: HttpContext;
7501
7749
  transferCache?: boolean;
7502
7750
  }): Observable<HttpEvent<any>>;
7751
+ static ɵfac: i0.ɵɵFactoryDeclaration<LeadTimesApiService, [null, { optional: true; }, { optional: true; }]>;
7752
+ static ɵprov: i0.ɵɵInjectableDeclaration<LeadTimesApiService>;
7753
+ }
7754
+
7755
+ /**
7756
+ * RenewAire CORES API
7757
+ *
7758
+ * Contact: renewaire@saritasa.com
7759
+ *
7760
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
7761
+ * https://openapi-generator.tech
7762
+ * Do not edit the class manually.
7763
+ */
7764
+
7765
+ interface MaintenanceSetMaintenanceModeRequestParams {
7766
+ enabled?: boolean;
7767
+ }
7768
+ interface MaintenanceApiServiceInterface {
7769
+ defaultHeaders: HttpHeaders;
7770
+ configuration: Configuration;
7503
7771
  /**
7504
- * Search material layers.
7772
+ * Sets maintenance mode state.
7773
+ *
7505
7774
  * @param requestParameters
7506
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7507
- * @param reportProgress flag to report request and response progress.
7508
7775
  */
7509
- materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7510
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7511
- context?: HttpContext;
7512
- transferCache?: boolean;
7513
- }): Observable<Array<MaterialLayerHierarchyItemDto>>;
7514
- materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7515
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7516
- context?: HttpContext;
7517
- transferCache?: boolean;
7518
- }): Observable<HttpResponse<Array<MaterialLayerHierarchyItemDto>>>;
7519
- materialsSearchMaterialLayers(requestParameters?: MaterialsSearchMaterialLayersRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7520
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
7521
- context?: HttpContext;
7522
- transferCache?: boolean;
7523
- }): Observable<HttpEvent<Array<MaterialLayerHierarchyItemDto>>>;
7776
+ maintenanceSetMaintenanceMode(requestParameters: MaintenanceSetMaintenanceModeRequestParams, extraHttpRequestParams?: any): Observable<{}>;
7777
+ }
7778
+
7779
+ declare class MaintenanceApiService extends BaseService implements MaintenanceApiServiceInterface {
7780
+ protected httpClient: HttpClient;
7781
+ constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
7524
7782
  /**
7525
- * Update material layer.
7783
+ * Sets maintenance mode state.
7526
7784
  * @param requestParameters
7527
7785
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7528
7786
  * @param reportProgress flag to report request and response progress.
7529
7787
  */
7530
- materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7788
+ maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "body", reportProgress?: boolean, options?: {
7531
7789
  httpHeaderAccept?: undefined;
7532
7790
  context?: HttpContext;
7533
7791
  transferCache?: boolean;
7534
7792
  }): Observable<any>;
7535
- materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7793
+ maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "response", reportProgress?: boolean, options?: {
7536
7794
  httpHeaderAccept?: undefined;
7537
7795
  context?: HttpContext;
7538
7796
  transferCache?: boolean;
7539
7797
  }): Observable<HttpResponse<any>>;
7540
- materialsUpdateMaterialLayer(requestParameters: MaterialsUpdateMaterialLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7798
+ maintenanceSetMaintenanceMode(requestParameters?: MaintenanceSetMaintenanceModeRequestParams, observe?: "events", reportProgress?: boolean, options?: {
7541
7799
  httpHeaderAccept?: undefined;
7542
7800
  context?: HttpContext;
7543
7801
  transferCache?: boolean;
7544
7802
  }): Observable<HttpEvent<any>>;
7545
- static ɵfac: i0.ɵɵFactoryDeclaration<MaterialsApiService, [null, { optional: true; }, { optional: true; }]>;
7546
- static ɵprov: i0.ɵɵInjectableDeclaration<MaterialsApiService>;
7803
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaintenanceApiService, [null, { optional: true; }, { optional: true; }]>;
7804
+ static ɵprov: i0.ɵɵInjectableDeclaration<MaintenanceApiService>;
7547
7805
  }
7548
7806
 
7549
7807
  /**
@@ -10283,119 +10541,6 @@ declare class RepTerritoryLocationsApiService extends BaseService implements Rep
10283
10541
  static ɵprov: i0.ɵɵInjectableDeclaration<RepTerritoryLocationsApiService>;
10284
10542
  }
10285
10543
 
10286
- /**
10287
- * RenewAire CORES API
10288
- *
10289
- * Contact: renewaire@saritasa.com
10290
- *
10291
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10292
- * https://openapi-generator.tech
10293
- * Do not edit the class manually.
10294
- */
10295
-
10296
- interface RoutingsCreateRoutingLayerRequestParams {
10297
- createRoutingLayerCommand?: CreateRoutingLayerCommand;
10298
- }
10299
- interface RoutingsSearchRoutingLayersRequestParams {
10300
- parentRoutingLayerId?: number | null;
10301
- }
10302
- interface RoutingsUpdateRoutingLayerRequestParams {
10303
- routingLayerId: number;
10304
- saveRoutingLayerDto?: SaveRoutingLayerDto;
10305
- }
10306
- interface RoutingsApiServiceInterface {
10307
- defaultHeaders: HttpHeaders;
10308
- configuration: Configuration;
10309
- /**
10310
- * Create routing layer.
10311
- *
10312
- * @param requestParameters
10313
- */
10314
- routingsCreateRoutingLayer(requestParameters: RoutingsCreateRoutingLayerRequestParams, extraHttpRequestParams?: any): Observable<number>;
10315
- /**
10316
- * Search routing layers.
10317
- *
10318
- * @param requestParameters
10319
- */
10320
- routingsSearchRoutingLayers(requestParameters: RoutingsSearchRoutingLayersRequestParams, extraHttpRequestParams?: any): Observable<Array<RoutingLayerHierarchyItemDto>>;
10321
- /**
10322
- * Update routing layer.
10323
- *
10324
- * @param requestParameters
10325
- */
10326
- routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, extraHttpRequestParams?: any): Observable<{}>;
10327
- }
10328
-
10329
- declare class RoutingsApiService extends BaseService implements RoutingsApiServiceInterface {
10330
- protected httpClient: HttpClient;
10331
- constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
10332
- /**
10333
- * Create routing layer.
10334
- * @param requestParameters
10335
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
10336
- * @param reportProgress flag to report request and response progress.
10337
- */
10338
- routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
10339
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10340
- context?: HttpContext;
10341
- transferCache?: boolean;
10342
- }): Observable<number>;
10343
- routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
10344
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10345
- context?: HttpContext;
10346
- transferCache?: boolean;
10347
- }): Observable<HttpResponse<number>>;
10348
- routingsCreateRoutingLayer(requestParameters?: RoutingsCreateRoutingLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
10349
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10350
- context?: HttpContext;
10351
- transferCache?: boolean;
10352
- }): Observable<HttpEvent<number>>;
10353
- /**
10354
- * Search routing layers.
10355
- * @param requestParameters
10356
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
10357
- * @param reportProgress flag to report request and response progress.
10358
- */
10359
- routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "body", reportProgress?: boolean, options?: {
10360
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10361
- context?: HttpContext;
10362
- transferCache?: boolean;
10363
- }): Observable<Array<RoutingLayerHierarchyItemDto>>;
10364
- routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "response", reportProgress?: boolean, options?: {
10365
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10366
- context?: HttpContext;
10367
- transferCache?: boolean;
10368
- }): Observable<HttpResponse<Array<RoutingLayerHierarchyItemDto>>>;
10369
- routingsSearchRoutingLayers(requestParameters?: RoutingsSearchRoutingLayersRequestParams, observe?: "events", reportProgress?: boolean, options?: {
10370
- httpHeaderAccept?: "text/plain" | "application/json" | "text/json";
10371
- context?: HttpContext;
10372
- transferCache?: boolean;
10373
- }): Observable<HttpEvent<Array<RoutingLayerHierarchyItemDto>>>;
10374
- /**
10375
- * Update routing layer.
10376
- * @param requestParameters
10377
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
10378
- * @param reportProgress flag to report request and response progress.
10379
- */
10380
- routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "body", reportProgress?: boolean, options?: {
10381
- httpHeaderAccept?: undefined;
10382
- context?: HttpContext;
10383
- transferCache?: boolean;
10384
- }): Observable<any>;
10385
- routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "response", reportProgress?: boolean, options?: {
10386
- httpHeaderAccept?: undefined;
10387
- context?: HttpContext;
10388
- transferCache?: boolean;
10389
- }): Observable<HttpResponse<any>>;
10390
- routingsUpdateRoutingLayer(requestParameters: RoutingsUpdateRoutingLayerRequestParams, observe?: "events", reportProgress?: boolean, options?: {
10391
- httpHeaderAccept?: undefined;
10392
- context?: HttpContext;
10393
- transferCache?: boolean;
10394
- }): Observable<HttpEvent<any>>;
10395
- static ɵfac: i0.ɵɵFactoryDeclaration<RoutingsApiService, [null, { optional: true; }, { optional: true; }]>;
10396
- static ɵprov: i0.ɵɵInjectableDeclaration<RoutingsApiService>;
10397
- }
10398
-
10399
10544
  /**
10400
10545
  * RenewAire CORES API
10401
10546
  *
@@ -11966,7 +12111,7 @@ declare class UsersManagementApiService extends BaseService implements UsersMana
11966
12111
  static ɵprov: i0.ɵɵInjectableDeclaration<UsersManagementApiService>;
11967
12112
  }
11968
12113
 
11969
- declare const APIS: (typeof AuditLogsApiService | typeof AuthApiService | typeof ControllerProgramsApiService | typeof FeedbacksApiService | typeof GroupsApiService | typeof KnownContactsApiService | typeof LeadTimesApiService | typeof MaintenanceApiService | typeof MaterialsApiService | typeof PermissionBundlesApiService | typeof PermissionsApiService | typeof ProjectBidStatusesApiService | typeof ProjectLinksApiService | typeof ProjectNotesApiService | typeof ProjectRevisionsApiService | typeof ProjectSharingApiService | typeof ProjectShippingApiService | typeof ProjectSoldToApiService | typeof ProjectStatusesApiService | typeof ProjectsApiService | typeof RegionsApiService | typeof RepContactsApiService | typeof RepSalesReportsApiService | typeof RepTerritoriesApiService | typeof RepTerritoryLocationsApiService | typeof RoutingsApiService | typeof RsdRegionsApiService | typeof S3ApiService | typeof StaticFilesApiService | typeof UserTablesApiService | typeof UsersApiService | typeof UsersManagementApiService)[];
12114
+ declare const APIS: (typeof AuditLogsApiService | typeof AuthApiService | typeof BombMaterialsApiService | typeof BombRoutingsApiService | typeof BombSchematicsApiService | typeof ControllerProgramsApiService | typeof FeedbacksApiService | typeof GroupsApiService | typeof KnownContactsApiService | typeof LeadTimesApiService | typeof MaintenanceApiService | typeof PermissionBundlesApiService | typeof PermissionsApiService | typeof ProjectBidStatusesApiService | typeof ProjectLinksApiService | typeof ProjectNotesApiService | typeof ProjectRevisionsApiService | typeof ProjectSharingApiService | typeof ProjectShippingApiService | typeof ProjectSoldToApiService | typeof ProjectStatusesApiService | typeof ProjectsApiService | typeof RegionsApiService | typeof RepContactsApiService | typeof RepSalesReportsApiService | typeof RepTerritoriesApiService | typeof RepTerritoryLocationsApiService | typeof RsdRegionsApiService | typeof S3ApiService | typeof StaticFilesApiService | typeof UserTablesApiService | typeof UsersApiService | typeof UsersManagementApiService)[];
11970
12115
 
11971
12116
  declare const BASE_PATH: InjectionToken<string>;
11972
12117
  declare const COLLECTION_FORMATS: {
@@ -11986,5 +12131,5 @@ declare class ApiModule {
11986
12131
 
11987
12132
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
11988
12133
 
11989
- export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, MaterialsApiService, OperationType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RoutingsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
11990
- export type { AddressDto, AuditLogChange, AuditLogDto, AuditLogDtoPagedListMetadataDto, AuditLogsApiServiceInterface, AuditLogsSearchAuditLogsRequestParams, AuditLogsSearchProjectRevisionAuditLogsRequestParams, AuthApiServiceInterface, AuthAuthenticateByEmailTokenRequestParams, AuthAuthenticateRequestParams, AuthUpdateUserTokenPermissionsRequestParams, BaseStatusChangeCommand, CancelQuoteRequestCommand, ChangeCurrentUserPasswordCommand, ChangeEmailCommand, CompanyInformationDto, ConfigurationParameters, ConnectedGroupDto, ContactDto, ControllerProgramDto, ControllerProgramDtoPagedListMetadataDto, ControllerProgramsApiServiceInterface, ControllerProgramsCreateControllerProgramRequestParams, ControllerProgramsCreateFileDownloadUrlRequestParams, ControllerProgramsGetControllerProgramRequestParams, ControllerProgramsSearchControllerProgramsRequestParams, ControllerProgramsUpdateControllerProgramRequestParams, CreateMaterialLayerCommand, CreateProjectRevisionCommand, CreateRepSalesReportCommand, CreateRoutingLayerCommand, CreateUploadUrlCommand, CurrentUserDetailsDto, CurrentUserDto, CustomerDto, CustomerDtoPagedListMetadataDto, CustomerSoldToDto, CustomerSoldToDtoPagedListMetadataDto, DataFormat, DataType, DesignWeatherConditionDto, DistanceDto, DuplicateMaterialLayerDto, DuplicateProjectRequest, EmailConfirmationTokenDto, FeedbacksApiServiceInterface, FeedbacksCreateFeedbackRequestParams, FileDto, ForgotPasswordCommand, GetShippingLocationDto, GroupDto, GroupsApiServiceInterface, GroupsCreateGroupRequestParams, GroupsGetGroupRequestParams, GroupsRemoveGroupRequestParams, GroupsSearchGroupsRequestParams, GroupsUpdateGroupRequestParams, IdNameDto, Int32IdDto, InviteDto, KnownContactsApiServiceInterface, KnownContactsCreateKnowContactRequestParams, KnownContactsRemoveKnownContactRequestParams, KnownContactsSearchKnownContactsRequestParams, KnownContactsUpdateKnownContactRequestParams, LeadTimeDto, LeadTimeGroupsDto, LeadTimesApiServiceInterface, LeadTimesCreateLeadTimesTableRequestParams, LeadTimesTableDto, LeadTimesUpdateLeadTimesTableRequestParams, LinkedProjectDto, LoginUserCommand, MaintenanceApiServiceInterface, MaintenanceSetMaintenanceModeRequestParams, MaterialLayerDto, MaterialLayerHierarchyItemDto, MaterialMultiplierRuleDto, MaterialQuantityRuleDto, MaterialsApiServiceInterface, MaterialsCreateMaterialLayerRequestParams, MaterialsDuplicateMaterialLayerRequestParams, MaterialsGetMaterialLayerRequestParams, MaterialsRemoveGroupRequestParams, MaterialsSearchMaterialLayersRequestParams, MaterialsUpdateMaterialLayerRequestParams, NewProjectResultDto, OffsetLimitListMetadata, PagedListMetadata, Param, ParamLocation, ParamStyle, PermissionBundleDto, PermissionBundlesApiServiceInterface, PermissionBundlesCreatePermissionBundleRequestParams, PermissionBundlesGetPermissionBundleRequestParams, PermissionBundlesRemovePermissionBundleRequestParams, PermissionBundlesSearchPermissionBundlesRequestParams, PermissionBundlesUpdatePermissionBundleRequestParams, PermissionDto, PermissionsApiServiceInterface, PostPreSignedUrlDto, ProjectBidStatusAttachmentDto, ProjectBidStatusCreateBidStatusRequestParams, ProjectBidStatusDto, ProjectBidStatusGetProjectBidStatusAttachmentDownloadUrlRequestParams, ProjectBidStatusGetProjectBidStatusAttachmentPreviewUrlRequestParams, ProjectBidStatusIdIdDto, ProjectBidStatusRemoveBidStatusRequestParams, ProjectBidStatusUpdateBidStatusRequestParams, ProjectBidStatusesApiServiceInterface, ProjectDesignConditionsDto, ProjectDto, ProjectEditModeDto, ProjectFacilityDto, ProjectLinkIdIdDto, ProjectLinksApiServiceInterface, ProjectLinksCreateProjectLinkRequestParams, ProjectLinksRemoveProjectLinkRequestParams, ProjectLinksSearchProjectLinksRequestParams, ProjectLinksUpdateProjectLinkRequestParams, ProjectLogDto, ProjectNoteAttachmentDto, ProjectNoteIdIdDto, ProjectNotesApiServiceInterface, ProjectNotesCreateProjectNoteRequestParams, ProjectNotesGetProjectNoteAttachmentDownloadUrlRequestParams, ProjectNotesGetProjectNoteAttachmentPreviewRequestParams, ProjectNotesRemoveProjectNoteRequestParams, ProjectNotesSearchProjectsRequestParams, ProjectNotesUpdateProjectNoteRequestParams, ProjectRevisionIdIdDto, ProjectRevisionsApiServiceInterface, ProjectRevisionsCreateRevisionRequestParams, ProjectRevisionsGetBidStatusRequestParams, ProjectRevisionsGetProjectRevisionLogsRequestParams, ProjectRevisionsRemoveRevisionRequestParams, ProjectRevisionsSearchProjectRevisionsRequestParams, ProjectRevisionsSetRevisionAsMainRequestParams, ProjectRevisionsUpdateRevisionMetadataRequestParams, ProjectRevisionsUpdateRevisionRequestParams, ProjectShareItemDto, ProjectSharingApiServiceInterface, ProjectSharingGetProjectShareItemsRequestParams, ProjectSharingRemoveProjectShareRequestParams, ProjectSharingShareProjectRequestParams, ProjectSharingUpdateProjectShareRequestParams, ProjectShippingApiServiceInterface, ProjectShippingCreateLocationFromCsiCustomerRequestParams, ProjectShippingCreateLocationRequestParams, ProjectShippingDto, ProjectShippingGetLocationsRequestParams, ProjectShippingSearchShipToRequestParams, ProjectSoldToApiServiceInterface, ProjectSoldToDto, ProjectSoldToSearchSoldToRequestParams, ProjectStatusesApiServiceInterface, ProjectStatusesCancelQuoteRequestRequestParams, ProjectStatusesRequestOrderRequestParams, ProjectStatusesRequestQuote0RequestParams, ProjectStatusesRequestQuoteRequestParams, ProjectStatusesSubmitQuoteRequestParams, ProjectStatusesSubmitToRenewAireRequestParams, ProjectsApiServiceInterface, ProjectsCreateProjectRequestParams, ProjectsDuplicateProjectRequestParams, ProjectsExtendProjectEditModeRequestParams, ProjectsGetProjectEditModeRequestParams, ProjectsGetProjectRequestParams, ProjectsSearchProjectsRequestParams, ProjectsStartEditProjectRequestParams, ProjectsStopEditProjectRequestParams, RegionsApiServiceInterface, RegionsSearchRegionsRequestParams, RejectQuoteCommand, RepContactsApiServiceInterface, RepContactsGetRepTerritoryRepContactRequestParams, RepContactsRemoveRepTerritoryRepContactRequestParams, RepContactsSearchRepTerritoryRepContactRequestParams, RepContactsUpdateRepTerritoryRepContactRequestParams, RepSalesReportDto, RepSalesReportDtoPagedListMetadataDto, RepSalesReportsApiServiceInterface, RepSalesReportsCreateRepSalesReportDownloadUrlRequestParams, RepSalesReportsCreateRepSalesReportRequestParams, RepSalesReportsGetRepSalesReportRequestParams, RepSalesReportsRemoveRepSalesReportRequestParams, RepSalesReportsSearchRepSalesReportsRequestParams, RepTerritoriesApiServiceInterface, RepTerritoriesCreateRepTerritoryLocationRequestParams, RepTerritoriesCreateRepTerritoryRepContactRequestParams, RepTerritoriesCreateRepTerritoryRequestParams, RepTerritoriesGetRepTerritoryRequestParams, RepTerritoriesRemoveRepTerritoryRequestParams, RepTerritoriesSearchAccessibleRepUsersRequestParams, RepTerritoriesSearchRepTerritoriesRequestParams, RepTerritoriesUpdateRepTerritoryRequestParams, RepTerritoryContactsDto, RepTerritoryDto, RepTerritoryLocationDto, RepTerritoryLocationsApiServiceInterface, RepTerritoryLocationsGetRepTerritoryLocationRequestParams, RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, RepTerritoryRepContactDto, RequestChangeEmailCommand, RequestOrderCommand, RequestQuoteCommand, ResetPasswordCommand, RoutingLayerHierarchyItemDto, RoutingsApiServiceInterface, RoutingsCreateRoutingLayerRequestParams, RoutingsSearchRoutingLayersRequestParams, RoutingsUpdateRoutingLayerRequestParams, RsdRegionDocumentDto, RsdRegionDto, RsdRegionRepTerritoryDto, RsdRegionUserDto, RsdRegionsApiServiceInterface, RsdRegionsCreateRsdRegionRequestParams, RsdRegionsGetRsdRegionDocumentDownloadUrlRequestParams, RsdRegionsGetRsdRegionDocumentPreviewRequestParams, RsdRegionsGetRsdRegionRequestParams, RsdRegionsRemoveRsdRegionRequestParams, RsdRegionsSearchRsdRegionTagsRequestParams, RsdRegionsSearchRsdRegionsRequestParams, RsdRegionsUpdateRsdRegionRequestParams, S3ApiServiceInterface, S3CreateFileUploadUrlRequestParams, SalesContactDto, SaveBidStatusDto, SaveControllerProgramDto, SaveGroupDto, SaveKnownContactDto, SaveLeadTimeDto, SaveLeadTimeGroupsDto, SaveLeadTimesTableDto, SaveMaterialLayerDto, SaveMaterialMultiplierRuleDto, SaveMaterialQuantityRuleDto, SavePermissionBundleDto, SaveProjectLinkDto, SaveProjectNoteDto, SaveProjectRevisionMetadataDto, SaveRepTerritoryLocationDto, SaveRepTerritoryRepContactDto, SaveRoutingLayerDto, SaveRoutingRuleDto, SaveUserDesignConditionsDto, SaveUserProjectSettingsDto, SaveUserQuoteSettingsDto, SearchGroupDto, SearchGroupDtoPagedListMetadataDto, SearchKnownContactDto, SearchKnownContactDtoPagedListMetadataDto, SearchPermissionBundleDto, SearchPermissionBundleDtoPagedListMetadataDto, SearchProjectDto, SearchProjectDtoPagedListMetadataDto, SearchProjectLinkDto, SearchProjectLinkDtoPagedListMetadataDto, SearchProjectNoteDto, SearchProjectNoteDtoPagedListMetadataDto, SearchRegionDto, SearchRegionDtoPagedListMetadataDto, SearchRepTerritoryDto, SearchRepTerritoryDtoPagedListMetadataDto, SearchRepTerritoryLocationDto, SearchRepTerritoryLocationDtoPagedListMetadataDto, SearchRepTerritoryRepContactDto, SearchRepTerritoryRepContactDtoPagedListMetadataDto, SearchRepUserDto, SearchRepUserDtoPagedListMetadataDto, SearchRevisionDto, SearchRevisionDtoPagedListMetadataDto, SearchRsdRegionDto, SearchRsdRegionDtoPagedListMetadataDto, SearchUserDetailsDto, SearchUserDetailsDtoPagedListMetadataDto, SearchUserDto, SearchUserDtoPagedListMetadataDto, SetAddressDto, SetPreferredLanguageCommand, SetUserOccupationCommand, SetUserPasswordCommand, ShareProjectCommand, ShippingLocationDto, StandardDataFormat, StandardDataType, StandardParamStyle, StaticFilesApiServiceInterface, StaticFilesGetRequestParams, StringPagedListMetadataDto, SubmitQuoteCommand, SubmitToRenewAireCommand, TableSettingDto, TableSettingsGetTableSettingRequestParams, TableSettingsSaveTableSettingRequestParams, TemperatureDto, TokenModel, TotalCountListMetadata, UpdateProjectNoteDto, UpdateProjectRevisionDto, UpdateProjectRevisionDtoJsonPatchDocument, UpdateProjectRevisionDtoOperation, UpdateProjectShareCommand, UpdateRepTerritoryLocationDto, UpdateUserTokenPermissionsCommand, UploadFileDto, UploadUrlResult, UserDesignConditionsDto, UserDetailsDto, UserEmailDto, UserPermissionDto, UserPermissionSourceDto, UserProfileDto, UserQuoteDto, UserTablesApiServiceInterface, UsersAdminSetUserPasswordRequestParams, UsersApiServiceInterface, UsersChangeCurrentUserPasswordRequestParams, UsersChangeEmailRequestParams, UsersConfirmEmailRequestParams, UsersDeactivateRequestParams, UsersForgotPasswordRequestParams, UsersGetRepContactsRequestParams, UsersGetUserPermissionsRequestParams, UsersGetUserProfileRequestParams, UsersManagementApiServiceInterface, UsersManagementCreateUserRequestParams, UsersManagementGetUserRequestParams, UsersManagementSearchUsersRequestParams, UsersManagementUpdateUserRequestParams, UsersRequestChangeEmailRequestParams, UsersRequestConfirmEmailRequestParams, UsersResetPasswordRequestParams, UsersSearchUsersRequestParams, UsersSendInviteRequestParams, UsersSetPreferredLanguageRequestParams, UsersSetUserAddressRequestParams, UsersSetUserOccupationRequestParams, UsersSetUserPasswordRequestParams, UsersSetUserProfileRequestParams, UsersUpdateUserDesignConditionsRequestParams, UsersUpdateUserDetailsRequestParams, UsersUpdateUserProfileSettingsRequestParams, UsersUpdateUserProjectSettingsRequestParams, UsersUpdateUserQuoteSettingsRequestParams, UsersVerifyResetPasswordTokenRequestParams, VerifyResetPasswordTokenCommand };
12134
+ export { APIS, AddressCountry, ApiModule, AshraeVersion, AuditEntity, AuditLogsApiService, AuthApiService, BASE_PATH, BombMaterialsApiService, BombRoutingsApiService, BombSchematicsApiService, BuildingCategory, BuildingType, COLLECTION_FORMATS, Configuration, ConstructionOrderType, ControllerProgramReleaseType, ControllerProgramType, ControllerProgramsApiService, CoolingDesignBasis, DesignWeatherMode, FeedbackType, FeedbacksApiService, FileType, GroupCustomerType, GroupType, GroupsApiService, KnownContactsApiService, Language, LeadTimeType, LeadTimesApiService, MaintenanceApiService, OperationType, Permission, PermissionBundlesApiService, PermissionsApiService, ProjectAccessLevel, ProjectBidStatusType, ProjectBidStatusesApiService, ProjectLinksApiService, ProjectLogType, ProjectNoteType, ProjectNotesApiService, ProjectRevisionsApiService, ProjectSharingAccessLevel, ProjectSharingApiService, ProjectShippingApiService, ProjectSoldToApiService, ProjectStatus, ProjectStatusesApiService, ProjectsApiService, QualifiedSpecificationStatus, RegionLevel, RegionsApiService, RegistrationStatus, RepContactsApiService, RepSalesReportsApiService, RepTerritoriesApiService, RepTerritoryLocationsApiService, RsdRegionsApiService, S3ApiService, StaticFilesApiService, UnitSystem, UserStatus, UserTablesApiService, UsersApiService, UsersManagementApiService, provideApi };
12135
+ export type { AddressDto, AuditLogChange, AuditLogDto, AuditLogDtoPagedListMetadataDto, AuditLogsApiServiceInterface, AuditLogsSearchAuditLogsRequestParams, AuditLogsSearchProjectRevisionAuditLogsRequestParams, AuthApiServiceInterface, AuthAuthenticateByEmailTokenRequestParams, AuthAuthenticateRequestParams, AuthUpdateUserTokenPermissionsRequestParams, BaseStatusChangeCommand, BombMaterialsApiServiceInterface, BombRoutingsApiServiceInterface, BombSchematicsApiServiceInterface, CancelQuoteRequestCommand, ChangeCurrentUserPasswordCommand, ChangeEmailCommand, CompanyInformationDto, ConfigurationParameters, ConnectedGroupDto, ContactDto, ControllerProgramDto, ControllerProgramDtoPagedListMetadataDto, ControllerProgramsApiServiceInterface, ControllerProgramsCreateControllerProgramRequestParams, ControllerProgramsCreateFileDownloadUrlRequestParams, ControllerProgramsGetControllerProgramRequestParams, ControllerProgramsSearchControllerProgramsRequestParams, ControllerProgramsUpdateControllerProgramRequestParams, CreateMaterialLayerCommand, CreateProjectRevisionCommand, CreateRepSalesReportCommand, CreateRoutingLayerCommand, CreateSchematicLayerCommand, CreateUploadUrlCommand, CurrentUserDetailsDto, CurrentUserDto, CustomerDto, CustomerDtoPagedListMetadataDto, CustomerSoldToDto, CustomerSoldToDtoPagedListMetadataDto, DataFormat, DataType, DesignWeatherConditionDto, DistanceDto, DuplicateMaterialLayerDto, DuplicateProjectRequest, EmailConfirmationTokenDto, FeedbacksApiServiceInterface, FeedbacksCreateFeedbackRequestParams, FileDto, ForgotPasswordCommand, GetShippingLocationDto, GroupDto, GroupsApiServiceInterface, GroupsCreateGroupRequestParams, GroupsGetGroupRequestParams, GroupsRemoveGroupRequestParams, GroupsSearchGroupsRequestParams, GroupsUpdateGroupRequestParams, IdNameDto, Int32IdDto, InviteDto, KnownContactsApiServiceInterface, KnownContactsCreateKnowContactRequestParams, KnownContactsRemoveKnownContactRequestParams, KnownContactsSearchKnownContactsRequestParams, KnownContactsUpdateKnownContactRequestParams, LeadTimeDto, LeadTimeGroupsDto, LeadTimesApiServiceInterface, LeadTimesCreateLeadTimesTableRequestParams, LeadTimesTableDto, LeadTimesUpdateLeadTimesTableRequestParams, LinkedProjectDto, LoginUserCommand, MaintenanceApiServiceInterface, MaintenanceSetMaintenanceModeRequestParams, MaterialLayerDto, MaterialLayerHierarchyItemDto, MaterialMultiplierRuleDto, MaterialQuantityRuleDto, MaterialsCreateMaterialLayerRequestParams, MaterialsDuplicateMaterialLayerRequestParams, MaterialsGetMaterialLayerRequestParams, MaterialsRemoveGroupRequestParams, MaterialsSearchMaterialLayersRequestParams, MaterialsUpdateMaterialLayerRequestParams, NewProjectResultDto, OffsetLimitListMetadata, PagedListMetadata, Param, ParamLocation, ParamStyle, PermissionBundleDto, PermissionBundlesApiServiceInterface, PermissionBundlesCreatePermissionBundleRequestParams, PermissionBundlesGetPermissionBundleRequestParams, PermissionBundlesRemovePermissionBundleRequestParams, PermissionBundlesSearchPermissionBundlesRequestParams, PermissionBundlesUpdatePermissionBundleRequestParams, PermissionDto, PermissionsApiServiceInterface, PostPreSignedUrlDto, ProjectBidStatusAttachmentDto, ProjectBidStatusCreateBidStatusRequestParams, ProjectBidStatusDto, ProjectBidStatusGetProjectBidStatusAttachmentDownloadUrlRequestParams, ProjectBidStatusGetProjectBidStatusAttachmentPreviewUrlRequestParams, ProjectBidStatusIdIdDto, ProjectBidStatusRemoveBidStatusRequestParams, ProjectBidStatusUpdateBidStatusRequestParams, ProjectBidStatusesApiServiceInterface, ProjectDesignConditionsDto, ProjectDto, ProjectEditModeDto, ProjectFacilityDto, ProjectLinkIdIdDto, ProjectLinksApiServiceInterface, ProjectLinksCreateProjectLinkRequestParams, ProjectLinksRemoveProjectLinkRequestParams, ProjectLinksSearchProjectLinksRequestParams, ProjectLinksUpdateProjectLinkRequestParams, ProjectLogDto, ProjectNoteAttachmentDto, ProjectNoteIdIdDto, ProjectNotesApiServiceInterface, ProjectNotesCreateProjectNoteRequestParams, ProjectNotesGetProjectNoteAttachmentDownloadUrlRequestParams, ProjectNotesGetProjectNoteAttachmentPreviewRequestParams, ProjectNotesRemoveProjectNoteRequestParams, ProjectNotesSearchProjectsRequestParams, ProjectNotesUpdateProjectNoteRequestParams, ProjectRevisionIdIdDto, ProjectRevisionsApiServiceInterface, ProjectRevisionsCreateRevisionRequestParams, ProjectRevisionsGetBidStatusRequestParams, ProjectRevisionsGetProjectRevisionLogsRequestParams, ProjectRevisionsRemoveRevisionRequestParams, ProjectRevisionsSearchProjectRevisionsRequestParams, ProjectRevisionsSetRevisionAsMainRequestParams, ProjectRevisionsUpdateRevisionMetadataRequestParams, ProjectRevisionsUpdateRevisionRequestParams, ProjectShareItemDto, ProjectSharingApiServiceInterface, ProjectSharingGetProjectShareItemsRequestParams, ProjectSharingRemoveProjectShareRequestParams, ProjectSharingShareProjectRequestParams, ProjectSharingUpdateProjectShareRequestParams, ProjectShippingApiServiceInterface, ProjectShippingCreateLocationFromCsiCustomerRequestParams, ProjectShippingCreateLocationRequestParams, ProjectShippingDto, ProjectShippingGetLocationsRequestParams, ProjectShippingSearchShipToRequestParams, ProjectSoldToApiServiceInterface, ProjectSoldToDto, ProjectSoldToSearchSoldToRequestParams, ProjectStatusesApiServiceInterface, ProjectStatusesCancelQuoteRequestRequestParams, ProjectStatusesRequestOrderRequestParams, ProjectStatusesRequestQuote0RequestParams, ProjectStatusesRequestQuoteRequestParams, ProjectStatusesSubmitQuoteRequestParams, ProjectStatusesSubmitToRenewAireRequestParams, ProjectsApiServiceInterface, ProjectsCreateProjectRequestParams, ProjectsDuplicateProjectRequestParams, ProjectsExtendProjectEditModeRequestParams, ProjectsGetProjectEditModeRequestParams, ProjectsGetProjectRequestParams, ProjectsSearchProjectsRequestParams, ProjectsStartEditProjectRequestParams, ProjectsStopEditProjectRequestParams, RegionsApiServiceInterface, RegionsSearchRegionsRequestParams, RejectQuoteCommand, RepContactsApiServiceInterface, RepContactsGetRepTerritoryRepContactRequestParams, RepContactsRemoveRepTerritoryRepContactRequestParams, RepContactsSearchRepTerritoryRepContactRequestParams, RepContactsUpdateRepTerritoryRepContactRequestParams, RepSalesReportDto, RepSalesReportDtoPagedListMetadataDto, RepSalesReportsApiServiceInterface, RepSalesReportsCreateRepSalesReportDownloadUrlRequestParams, RepSalesReportsCreateRepSalesReportRequestParams, RepSalesReportsGetRepSalesReportRequestParams, RepSalesReportsRemoveRepSalesReportRequestParams, RepSalesReportsSearchRepSalesReportsRequestParams, RepTerritoriesApiServiceInterface, RepTerritoriesCreateRepTerritoryLocationRequestParams, RepTerritoriesCreateRepTerritoryRepContactRequestParams, RepTerritoriesCreateRepTerritoryRequestParams, RepTerritoriesGetRepTerritoryRequestParams, RepTerritoriesRemoveRepTerritoryRequestParams, RepTerritoriesSearchAccessibleRepUsersRequestParams, RepTerritoriesSearchRepTerritoriesRequestParams, RepTerritoriesUpdateRepTerritoryRequestParams, RepTerritoryContactsDto, RepTerritoryDto, RepTerritoryLocationDto, RepTerritoryLocationsApiServiceInterface, RepTerritoryLocationsGetRepTerritoryLocationRequestParams, RepTerritoryLocationsRemoveRepTerritoryLocationRequestParams, RepTerritoryLocationsSearchRepTerritoryLocationsRequestParams, RepTerritoryLocationsUpdateRepTerritoryLocationRequestParams, RepTerritoryRepContactDto, RequestChangeEmailCommand, RequestOrderCommand, RequestQuoteCommand, ResetPasswordCommand, RoutingLayerHierarchyItemDto, RoutingsCreateRoutingLayerRequestParams, RoutingsSearchRoutingLayersRequestParams, RoutingsUpdateRoutingLayerRequestParams, RsdRegionDocumentDto, RsdRegionDto, RsdRegionRepTerritoryDto, RsdRegionUserDto, RsdRegionsApiServiceInterface, RsdRegionsCreateRsdRegionRequestParams, RsdRegionsGetRsdRegionDocumentDownloadUrlRequestParams, RsdRegionsGetRsdRegionDocumentPreviewRequestParams, RsdRegionsGetRsdRegionRequestParams, RsdRegionsRemoveRsdRegionRequestParams, RsdRegionsSearchRsdRegionTagsRequestParams, RsdRegionsSearchRsdRegionsRequestParams, RsdRegionsUpdateRsdRegionRequestParams, S3ApiServiceInterface, S3CreateFileUploadUrlRequestParams, SalesContactDto, SaveBidStatusDto, SaveControllerProgramDto, SaveGroupDto, SaveKnownContactDto, SaveLeadTimeDto, SaveLeadTimeGroupsDto, SaveLeadTimesTableDto, SaveMaterialLayerDto, SaveMaterialMultiplierRuleDto, SaveMaterialQuantityRuleDto, SavePermissionBundleDto, SaveProjectLinkDto, SaveProjectNoteDto, SaveProjectRevisionMetadataDto, SaveRepTerritoryLocationDto, SaveRepTerritoryRepContactDto, SaveRoutingLayerDto, SaveRoutingRuleDto, SaveUserDesignConditionsDto, SaveUserProjectSettingsDto, SaveUserQuoteSettingsDto, SchematicsCreateSchematicLayerRequestParams, SearchGroupDto, SearchGroupDtoPagedListMetadataDto, SearchKnownContactDto, SearchKnownContactDtoPagedListMetadataDto, SearchPermissionBundleDto, SearchPermissionBundleDtoPagedListMetadataDto, SearchProjectDto, SearchProjectDtoPagedListMetadataDto, SearchProjectLinkDto, SearchProjectLinkDtoPagedListMetadataDto, SearchProjectNoteDto, SearchProjectNoteDtoPagedListMetadataDto, SearchRegionDto, SearchRegionDtoPagedListMetadataDto, SearchRepTerritoryDto, SearchRepTerritoryDtoPagedListMetadataDto, SearchRepTerritoryLocationDto, SearchRepTerritoryLocationDtoPagedListMetadataDto, SearchRepTerritoryRepContactDto, SearchRepTerritoryRepContactDtoPagedListMetadataDto, SearchRepUserDto, SearchRepUserDtoPagedListMetadataDto, SearchRevisionDto, SearchRevisionDtoPagedListMetadataDto, SearchRsdRegionDto, SearchRsdRegionDtoPagedListMetadataDto, SearchUserDetailsDto, SearchUserDetailsDtoPagedListMetadataDto, SearchUserDto, SearchUserDtoPagedListMetadataDto, SetAddressDto, SetPreferredLanguageCommand, SetUserOccupationCommand, SetUserPasswordCommand, ShareProjectCommand, ShippingLocationDto, StandardDataFormat, StandardDataType, StandardParamStyle, StaticFilesApiServiceInterface, StaticFilesGetRequestParams, StringPagedListMetadataDto, SubmitQuoteCommand, SubmitToRenewAireCommand, TableSettingDto, TableSettingsGetTableSettingRequestParams, TableSettingsSaveTableSettingRequestParams, TemperatureDto, TokenModel, TotalCountListMetadata, UpdateProjectNoteDto, UpdateProjectRevisionDto, UpdateProjectRevisionDtoJsonPatchDocument, UpdateProjectRevisionDtoOperation, UpdateProjectShareCommand, UpdateRepTerritoryLocationDto, UpdateUserTokenPermissionsCommand, UploadFileDto, UploadUrlResult, UserDesignConditionsDto, UserDetailsDto, UserEmailDto, UserPermissionDto, UserPermissionSourceDto, UserProfileDto, UserQuoteDto, UserTablesApiServiceInterface, UsersAdminSetUserPasswordRequestParams, UsersApiServiceInterface, UsersChangeCurrentUserPasswordRequestParams, UsersChangeEmailRequestParams, UsersConfirmEmailRequestParams, UsersDeactivateRequestParams, UsersForgotPasswordRequestParams, UsersGetRepContactsRequestParams, UsersGetUserPermissionsRequestParams, UsersGetUserProfileRequestParams, UsersManagementApiServiceInterface, UsersManagementCreateUserRequestParams, UsersManagementGetUserRequestParams, UsersManagementSearchUsersRequestParams, UsersManagementUpdateUserRequestParams, UsersRequestChangeEmailRequestParams, UsersRequestConfirmEmailRequestParams, UsersResetPasswordRequestParams, UsersSearchUsersRequestParams, UsersSendInviteRequestParams, UsersSetPreferredLanguageRequestParams, UsersSetUserAddressRequestParams, UsersSetUserOccupationRequestParams, UsersSetUserPasswordRequestParams, UsersSetUserProfileRequestParams, UsersUpdateUserDesignConditionsRequestParams, UsersUpdateUserDetailsRequestParams, UsersUpdateUserProfileSettingsRequestParams, UsersUpdateUserProjectSettingsRequestParams, UsersUpdateUserQuoteSettingsRequestParams, UsersVerifyResetPasswordTokenRequestParams, VerifyResetPasswordTokenCommand };