spartaxx.businessmodels 1.0.406 → 1.0.408

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,4 +28,6 @@ export interface CCCTemplateData {
28
28
  OutputBase64Format?: string;
29
29
  DocumentsTempPath?: string[];
30
30
  CCCItIsUSMailVersion?: boolean;
31
+
32
+ ItIsSubmitRequest?: boolean;
31
33
  }
@@ -7,4 +7,5 @@ export interface CorrQueueService {
7
7
  FileCabinetId?: number;
8
8
  EngineProcessData?: string;
9
9
  CorrProcessingStatusID?: number;
10
+ ServicePackageId?: number;
10
11
  }
@@ -317,7 +317,9 @@ function createDefaultAppConfigHub() {
317
317
  cpckOOTGAPOAForm: "",
318
318
  RMQConfigESignLinkService: "",
319
319
  GACompanyPhone: "",
320
- CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
320
+ CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
321
+ RMQConfigCCCpaperwiseprocess: "",
322
+ CCCServicePackageId: 0
321
323
  };
322
324
  });
323
325
  }
@@ -305,6 +305,8 @@ export interface AppConfigHub {
305
305
  RMQConfigESignLinkService: string;
306
306
  GACompanyPhone: string;
307
307
  CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: string;
308
+ RMQConfigCCCpaperwiseprocess: string;
309
+ CCCServicePackageId: number;
308
310
  }
309
311
 
310
312
  export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
@@ -614,7 +616,9 @@ export async function createDefaultAppConfigHub(): Promise<AppConfigHub> {
614
616
  cpckOOTGAPOAForm: "",
615
617
  RMQConfigESignLinkService: "",
616
618
  GACompanyPhone: "",
617
- CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: ""
619
+ CPckOOTSalesCRMNationalAgreementBodyHtmlContentId: "",
620
+ RMQConfigCCCpaperwiseprocess: "",
621
+ CCCServicePackageId: 0
618
622
  }
619
623
  }
620
624
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.406",
3
+ "version": "1.0.408",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
File without changes