Skip to content

Commit

Permalink
chore: Purging (bcgov#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfekete authored May 22, 2024
1 parent fe225a8 commit 5bfec93
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 380 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@
<script setup lang="ts">
import { v4 as UUIDv4 } from 'uuid'
import { type UseEventBusReturn } from '@vueuse/core'
import { SiControlOfSchemaType } from '~/utils/si-schema/definitions'
const formBus = inject<UseEventBusReturn<any, string> | undefined>('form-events', undefined)
const model = defineModel({
type: Object as PropType<ControlSchemaI>,
type: Object as PropType<SiControlOfSchemaType>,
required: true
})
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions btr-web/btr-main-app/interfaces/control-of-directors-i.ts

This file was deleted.

6 changes: 0 additions & 6 deletions btr-web/btr-main-app/interfaces/control-of-shares-i.ts

This file was deleted.

9 changes: 0 additions & 9 deletions btr-web/btr-main-app/interfaces/control-schema-i.ts

This file was deleted.

26 changes: 0 additions & 26 deletions btr-web/btr-main-app/interfaces/form-input-i.ts

This file was deleted.

19 changes: 0 additions & 19 deletions btr-web/btr-main-app/interfaces/profile-i.ts

This file was deleted.

22 changes: 0 additions & 22 deletions btr-web/btr-main-app/interfaces/significant-individual-i.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const getPersonAndOwnershipAndControlStatements = (sif: SignificantIndividualFil
}

const convertToBtrBodsForSubmit = (sif: SignificantIndividualFilingI): BtrFilingI => {
// todo: fixme: with new changes
const businessDetails = getCurrentBusinessAsBtrBodsEntityI()

const { ownershipOrControlStatements, personStatements } = getPersonAndOwnershipAndControlStatements(sif)
Expand Down
Loading

0 comments on commit 5bfec93

Please sign in to comment.