@adastradev/user-management-sdk
Advanced tools
Comparing version 4.0.0-beta.1676309874898 to 4.0.0-beta.1676310803249
@@ -8,5 +8,5 @@ import { ICognitoUserPoolApiModel } from './ICognitoUserPoolApiModel'; | ||
export declare class CognitoUserPoolLocatorUserManagementByTenantId implements ICognitoUserPoolLocatorByTenantId { | ||
private tenantId; | ||
constructor(tenantId: string | undefined); | ||
private region; | ||
constructor(region: string); | ||
getPoolForTenantId(tenantId: string): Promise<ICognitoUserPoolApiModel>; | ||
} |
@@ -46,4 +46,4 @@ "use strict"; | ||
var CognitoUserPoolLocatorUserManagementByTenantId = /** @class */ (function () { | ||
function CognitoUserPoolLocatorUserManagementByTenantId(tenantId) { | ||
this.tenantId = tenantId; | ||
function CognitoUserPoolLocatorUserManagementByTenantId(region) { | ||
this.region = region; | ||
} | ||
@@ -50,0 +50,0 @@ CognitoUserPoolLocatorUserManagementByTenantId.prototype.getPoolForTenantId = function (tenantId) { |
{ | ||
"name": "@adastradev/user-management-sdk", | ||
"version": "4.0.0-beta.1676309874898", | ||
"version": "4.0.0-beta.1676310803249", | ||
"description": "Astra user management SDK for JavaScript in the browser and Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
53813