Variable createOrUpdateThirdPartyConfig
createOrUpdateThirdPartyConfig: (
tenantId: string,
config: ProviderConfig,
skipValidation?: boolean,
userContext?: Record<string, any>,
) => Promise<{ createdNew: boolean; status: "OK" }> = Wrapper.createOrUpdateThirdPartyConfig
Type declaration
- (
tenantId: string,
config: ProviderConfig,
skipValidation?: boolean,
userContext?: Record<string, any>,
): Promise<{ createdNew: boolean; status: "OK" }> Parameters
- tenantId: string
- config: ProviderConfig
Optional
skipValidation: booleanOptional
userContext: Record<string, any>
Returns Promise<{ createdNew: boolean; status: "OK" }>