From cf3a688c04b7c903786d0d927d766bd794b2fc67 Mon Sep 17 00:00:00 2001 From: David Porter Date: Mon, 2 Feb 2026 16:36:30 +1100 Subject: [PATCH 1/2] AP-6939 # add externalId to organisation type --- typescript/organisations.d.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/typescript/organisations.d.ts b/typescript/organisations.d.ts index 3e6f7e7..aef12e1 100644 --- a/typescript/organisations.d.ts +++ b/typescript/organisations.d.ts @@ -37,6 +37,7 @@ export type NewOrganisation = { requireTeamMemberMfa?: boolean environmentOrdering?: number[] formsBuilderAISystemConfigurationIdOverride?: number + externalId?: string } export type Organisation = NewOrganisation & { @@ -57,12 +58,12 @@ export interface AWSAccount { export type TierLimitation = | { - unlimited: true - } + unlimited: true + } | { - limit: number - unlimited: false - } + limit: number + unlimited: false + } export interface NewTier { name: string From 04c5e94ce7500c172058c98a1dcd0b852dc370a8 Mon Sep 17 00:00:00 2001 From: David Porter Date: Wed, 11 Feb 2026 10:12:36 +1100 Subject: [PATCH 2/2] AP-6939 # undo weird formatting --- typescript/organisations.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/organisations.d.ts b/typescript/organisations.d.ts index aef12e1..9330e37 100644 --- a/typescript/organisations.d.ts +++ b/typescript/organisations.d.ts @@ -58,12 +58,12 @@ export interface AWSAccount { export type TierLimitation = | { - unlimited: true - } + unlimited: true + } | { - limit: number - unlimited: false - } + limit: number + unlimited: false + } export interface NewTier { name: string