From 572113fcf3f8e14be8801f54c1778571dbb6b550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9verin=20Beauvais?= Date: Mon, 12 Feb 2024 11:20:50 -0800 Subject: [PATCH] - app version = 5.8.13 (#653) - removed redundant first certify bullet - set entity display to "business" Co-authored-by: Severin Beauvais --- package-lock.json | 4 ++-- package.json | 2 +- src/resources/AmalgamationRegular/BC.ts | 3 +-- src/resources/AmalgamationRegular/BEN.ts | 3 +-- src/resources/AmalgamationRegular/CC.ts | 3 +-- src/resources/AmalgamationRegular/ULC.ts | 3 +-- src/resources/AmalgamationShort/BC.ts | 3 +-- src/resources/AmalgamationShort/BEN.ts | 3 +-- src/resources/AmalgamationShort/CC.ts | 3 +-- src/resources/AmalgamationShort/ULC.ts | 3 +-- 10 files changed, 11 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30932c25f..eaf7c9bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.8.12", + "version": "5.8.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.8.12", + "version": "5.8.13", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index 500f61fd3..bced21337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.8.12", + "version": "5.8.13", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/resources/AmalgamationRegular/BC.ts b/src/resources/AmalgamationRegular/BC.ts index 0879fd6b5..dd4d30629 100644 --- a/src/resources/AmalgamationRegular/BC.ts +++ b/src/resources/AmalgamationRegular/BC.ts @@ -33,11 +33,10 @@ export const AmalgamationRegResourceBc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationRegular/BEN.ts b/src/resources/AmalgamationRegular/BEN.ts index fa8aa1940..719fd3af5 100644 --- a/src/resources/AmalgamationRegular/BEN.ts +++ b/src/resources/AmalgamationRegular/BEN.ts @@ -33,11 +33,10 @@ export const AmalgamationRegResourceBen: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationRegular/CC.ts b/src/resources/AmalgamationRegular/CC.ts index d26600089..507580768 100644 --- a/src/resources/AmalgamationRegular/CC.ts +++ b/src/resources/AmalgamationRegular/CC.ts @@ -33,11 +33,10 @@ export const AmalgamationRegResourceCc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationRegular/ULC.ts b/src/resources/AmalgamationRegular/ULC.ts index 01ee2ee91..019a58183 100644 --- a/src/resources/AmalgamationRegular/ULC.ts +++ b/src/resources/AmalgamationRegular/ULC.ts @@ -33,11 +33,10 @@ export const AmalgamationRegResourceUlc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationShort/BC.ts b/src/resources/AmalgamationShort/BC.ts index 392302a12..6f1ae9aad 100644 --- a/src/resources/AmalgamationShort/BC.ts +++ b/src/resources/AmalgamationShort/BC.ts @@ -36,11 +36,10 @@ export const AmalgamationShortResourceBc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationShort/BEN.ts b/src/resources/AmalgamationShort/BEN.ts index 245f5cb89..3eb602a5a 100644 --- a/src/resources/AmalgamationShort/BEN.ts +++ b/src/resources/AmalgamationShort/BEN.ts @@ -36,11 +36,10 @@ export const AmalgamationShortResourceBen: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationShort/CC.ts b/src/resources/AmalgamationShort/CC.ts index 4c5198402..44961095e 100644 --- a/src/resources/AmalgamationShort/CC.ts +++ b/src/resources/AmalgamationShort/CC.ts @@ -36,11 +36,10 @@ export const AmalgamationShortResourceCc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } } diff --git a/src/resources/AmalgamationShort/ULC.ts b/src/resources/AmalgamationShort/ULC.ts index 6e34d789f..0dd37e02f 100644 --- a/src/resources/AmalgamationShort/ULC.ts +++ b/src/resources/AmalgamationShort/ULC.ts @@ -36,11 +36,10 @@ export const AmalgamationShortResourceUlc: AmalgamationResourceIF = { reviewAndConfirm: { completingPartyStatement: { certifyStatements: [ - ResourcePhrases.RELEVANT_KNOWLEDGE_OF_BUSINESS, ResourcePhrases.AMALGAMATION_CANNOT_BE_REVERSED ], certifyClause: ResourcePhrases.OFFENCE_SECTION_427, - entityDisplay: null + entityDisplay: 'business' } } }