Type aliases ABNRecord ABNRecord
: { ABN
: ABNValue | ABNValue [] ; ASICNumber
: string ; businessName
: ( { effectiveFrom
: string ; organisationName
: string } | null ) [] ; entityStatus
: { effectiveFrom
: string ; effectiveTo
: string ; entityStatusCode
: string } ; entityType
: { entityDescription
: string ; entityTypeCode
: string } ; goodsAndServicesTax
?: { effectiveFrom
: string ; effectiveTo
: string } ; legalName
?: { familyName
?: string ; givenName
?: string ; otherGivenName
?: string } ; mainBusinessPhysicalAddress
?: { effectiveFrom
: string ; effectiveTo
: string ; postcode
: string ; stateCode
: string } ; mainName
?: { effectiveFrom
: string ; organisationName
: string } ; mainTradingName
?: { effectiveFrom
: string ; organisationName
: string } ; otherTradingName
?: { effectiveFrom
: string ; organisationName
: string } ; recordLastUpdatedDate
: string } Defined in node_modules/@oneblink/types/typescript/misc.d.ts:62 Type declaration ASICNumber: string business Name: ( { effectiveFrom: string ; organisationName: string } | null ) [] entity Status: { effectiveFrom: string ; effectiveTo: string ; entityStatusCode: string } effective From: string effective To: string entity Status Code: string entity Type: { entityDescription: string ; entityTypeCode: string } entity Description: string entity Type Code: string Optional goods And Services Tax?: { effectiveFrom: string ; effectiveTo: string } effective From: string effective To: string Optional legal Name?: { familyName?: string ; givenName?: string ; otherGivenName?: string } Optional family Name?: string Optional given Name?: string Optional other Given Name?: string Optional main Business Physical Address?: { effectiveFrom: string ; effectiveTo: string ; postcode: string ; stateCode: string } effective From: string effective To: string postcode: string state Code: string Optional main Name?: { effectiveFrom: string ; organisationName: string } effective From: string organisation Name: string Optional main Trading Name?: { effectiveFrom: string ; organisationName: string } effective From: string organisation Name: string Optional other Trading Name?: { effectiveFrom: string ; organisationName: string } effective From: string organisation Name: string record Last Updated Date: string BSBRecord BSBRecord: { bsb: string ; financialInstitutionMnemonic: string ; name: string ; paymentsFlags?: string ; postcode: string ; state: string ; street: string ; suburb: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:108 Type declaration bsb: string financial Institution Mnemonic: string name: string Optional payments Flags?: string postcode: string state: string street: string suburb: string Base Search Result Base Search Result: { meta: { limit?: number ; nextOffset?: number ; offset?: number } }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:48 Type declaration meta: { limit?: number ; nextOffset?: number ; offset?: number } Optional limit?: number Optional next Offset?: number Optional offset?: number Customer Secret Defined in node_modules/@oneblink/types/typescript/misc.d.ts:203 Email Sending Address Base Email Sending Address Base: { createdAt: string ; emailAddress: string ; emailName?: string ; updatedAt: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:225 Type declaration created At: string email Address: string Optional email Name?: string updated At: string Email Sending Address Mailgun Email Sending Address Mailgun: { type: "MAILGUN" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:232 Email Sending Address Response Base Defined in node_modules/@oneblink/types/typescript/misc.d.ts:241 Email Sending AddressSES Email Sending AddressSES: { isEmailVerified: boolean ; type: "SES" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:236 Type declaration is Email Verified: boolean type: "SES" Endpoint Configuration Defined in node_modules/@oneblink/types/typescript/misc.d.ts:190 Endpoint ConfigurationAPI Endpoint ConfigurationAPI: { configuration: { apiEnvironment: string ; apiEnvironmentRoute: string ; apiId: string ; organisationManagedSecretId?: number } ; type: "ONEBLINK_API" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:170 Type declaration configuration: { apiEnvironment: string ; apiEnvironmentRoute: string ; apiId: string ; organisationManagedSecretId?: number } api Environment: string api Environment Route: string api Id: string Optional organisation Managed Secret Id?: number type: "ONEBLINK_API" Endpoint Configuration Callback Endpoint Configuration Callback: { configuration: { organisationManagedSecretId?: number ; url: string } ; type: "CALLBACK" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:140 Type declaration configuration: { organisationManagedSecretId?: number ; url: string } Optional organisation Managed Secret Id?: number url: string type: "CALLBACK" Generic Object Generic Object: Record < string , unknown >
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:46 Id Resource Id Resource: { createdAt: string ; id: number ; updatedAt: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:119 Type declaration created At: string id: number updated At: string New Customer Secret New Customer Secret: { cipherText: string ; kmsKeyAliasArn: string ; kmsKeyArn: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:194 Type declaration cipher Text: string kms Key Alias Arn: string kms Key Arn: string New Organisation Managed Secret New
Organisation
Managed
Secret
: NewCustomerSecret & { label
: string ; organisationId
: string } Defined in node_modules/@oneblink/types/typescript/misc.d.ts:205 Organisation Managed Secret Defined in node_modules/@oneblink/types/typescript/misc.d.ts:212 States And Territories States And Territories: "NSW" | "QLD" | "VIC" | "ACT" | "TAS" | "SA" | "NT" | "WA"
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:215
Examples