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 businessName: ( { effectiveFrom: string ; organisationName: string } | null ) [] entityStatus: { effectiveFrom: string ; effectiveTo: string ; entityStatusCode: string } effectiveFrom: string effectiveTo: string entityStatusCode: string entityType: { entityDescription: string ; entityTypeCode: string } entityDescription: string entityTypeCode: string Optional goodsAndServicesTax?: { effectiveFrom: string ; effectiveTo: string } effectiveFrom: string effectiveTo: string Optional legalName?: { familyName?: string ; givenName?: string ; otherGivenName?: string } Optional familyName?: string Optional givenName?: string Optional otherGivenName?: string Optional mainBusinessPhysicalAddress?: { effectiveFrom: string ; effectiveTo: string ; postcode: string ; stateCode: string } effectiveFrom: string effectiveTo: string postcode: string stateCode: string Optional mainName?: { effectiveFrom: string ; organisationName: string } effectiveFrom: string organisationName: string Optional mainTradingName?: { effectiveFrom: string ; organisationName: string } effectiveFrom: string organisationName: string Optional otherTradingName?: { effectiveFrom: string ; organisationName: string } effectiveFrom: string organisationName: string recordLastUpdatedDate: 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 financialInstitutionMnemonic: string name: string Optional paymentsFlags?: string postcode: string state: string street: string suburb: string BaseSearchResult BaseSearchResult: { 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 nextOffset?: number Optional offset?: number CustomerSecret Defined in node_modules/@oneblink/types/typescript/misc.d.ts:203 EmailSendingAddressBase EmailSendingAddressBase: { createdAt: string ; emailAddress: string ; emailName?: string ; updatedAt: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:225 Type declaration createdAt: string emailAddress: string Optional emailName?: string updatedAt: string EmailSendingAddressMailgun EmailSendingAddressMailgun: { type: "MAILGUN" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:232 EmailSendingAddressResponseBase Defined in node_modules/@oneblink/types/typescript/misc.d.ts:241 EmailSendingAddressSES EmailSendingAddressSES: { isEmailVerified: boolean ; type: "SES" }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:236 Type declaration isEmailVerified: boolean type: "SES" EndpointConfiguration Defined in node_modules/@oneblink/types/typescript/misc.d.ts:190 EndpointConfigurationAPI EndpointConfigurationAPI: { 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 } apiEnvironment: string apiEnvironmentRoute: string apiId: string Optional organisationManagedSecretId?: number type: "ONEBLINK_API" EndpointConfigurationCallback EndpointConfigurationCallback: { 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 organisationManagedSecretId?: number url: string type: "CALLBACK" GenericObject GenericObject: Record < string , unknown >
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:46 IdResource IdResource: { createdAt: string ; id: number ; updatedAt: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:119 Type declaration createdAt: string id: number updatedAt: string NewCustomerSecret NewCustomerSecret: { cipherText: string ; kmsKeyAliasArn: string ; kmsKeyArn: string }
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:194 Type declaration cipherText: string kmsKeyAliasArn: string kmsKeyArn: string NewOrganisationManagedSecret New
OrganisationManagedSecret: NewCustomerSecret & { label: string ; organisationId: string } Defined in node_modules/@oneblink/types/typescript/misc.d.ts:205 OrganisationManagedSecret Defined in node_modules/@oneblink/types/typescript/misc.d.ts:212 StatesAndTerritories StatesAndTerritories: "NSW" | "QLD" | "VIC" | "ACT" | "TAS" | "SA" | "NT" | "WA"
Defined in node_modules/@oneblink/types/typescript/misc.d.ts:215
Examples