@parra/parra-js-sdk 0.2.16 → 0.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -252,7 +252,7 @@ declare class ParraAPI {
252
252
  });
253
253
  getTenantById: (tenant_id: string) => Promise<Tenant>;
254
254
  createTenantForUserById: (user_id: string, body?: CreateTenantRequestBody | undefined) => Promise<Tenant>;
255
- getTenantsForUserById: (user_id: string) => Promise<TenantCollectionResponse>;
255
+ getTenantsForUserById: (user_id: string) => Promise<TenantListResponse>;
256
256
  getTenantByUserIdAndTenantId: (user_id: string, tenant_id: string) => Promise<Tenant>;
257
257
  createApiKeyForTenantById: (tenant_id: string, body?: CreateApiKeyRequestBody | undefined) => Promise<ApiKeyWithSecretResponse>;
258
258
  getApiKeysForTenantById: (tenant_id: string) => Promise<ApiKeyCollectionResponse>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",