@authup/core-http-kit
Advanced tools
Comparing version 1.0.0-beta.19 to 1.0.0-beta.20
@@ -11,3 +11,4 @@ import type { BuildInput } from 'rapiq'; | ||
update(id: Client['id'], data: Partial<Client>): Promise<SingleResourceResponse<Client>>; | ||
createOrUpdate(idOrName: string, data: Partial<Client>): Promise<SingleResourceResponse<Client>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -12,3 +12,4 @@ import type { BuildInput } from 'rapiq'; | ||
update(id: IdentityProvider['id'], data: Partial<IdentityProvider>): Promise<SingleResourceResponse<IdentityProvider>>; | ||
createOrUpdate(idOrName: string, data: Partial<IdentityProvider>): Promise<SingleResourceResponse<IdentityProvider>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
export * from './module'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,2 +5,3 @@ import type { BuildInput } from 'rapiq'; | ||
import type { CollectionResourceResponse, DomainAPI, SingleResourceResponse } from '../types-base'; | ||
import type { PermissionAPICheckResponse } from './types'; | ||
export declare class PermissionAPI extends BaseAPI implements DomainAPI<Permission> { | ||
@@ -12,3 +13,5 @@ getMany(data?: BuildInput<Permission>): Promise<CollectionResourceResponse<Permission>>; | ||
update(id: Permission['id'], data: Partial<Permission>): Promise<SingleResourceResponse<Permission>>; | ||
createOrUpdate(idOrName: string, data: Partial<Permission>): Promise<SingleResourceResponse<Permission>>; | ||
check(idOrName: string, data: Record<string, any>): Promise<PermissionAPICheckResponse>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
export * from './module'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,2 +5,3 @@ import type { BuildInput } from 'rapiq'; | ||
import type { CollectionResourceResponse, DomainAPI, SingleResourceResponse } from '../types-base'; | ||
import type { PolicyAPICheckResponse } from './types'; | ||
export declare class PolicyAPI extends BaseAPI implements DomainAPI<Policy> { | ||
@@ -12,3 +13,5 @@ getMany(data?: BuildInput<Policy>): Promise<CollectionResourceResponse<ExtendedPolicy>>; | ||
update(id: Policy['id'], data: Partial<ExtendedPolicy>): Promise<SingleResourceResponse<ExtendedPolicy>>; | ||
createOrUpdate(idOrName: string, data: Partial<ExtendedPolicy>): Promise<SingleResourceResponse<ExtendedPolicy>>; | ||
check(idOrName: string, data: Record<string, any>): Promise<PolicyAPICheckResponse>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -11,3 +11,4 @@ import type { BuildInput } from 'rapiq'; | ||
update(realmId: Realm['id'], data: Partial<Realm>): Promise<SingleResourceResponse<Realm>>; | ||
createOrUpdate(idOrName: string, data: Partial<Realm>): Promise<SingleResourceResponse<Realm>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -11,4 +11,5 @@ import type { BuildInput } from 'rapiq'; | ||
update(id: Robot['id'], data: Partial<Robot>): Promise<SingleResourceResponse<Robot>>; | ||
createOrUpdate(idOrName: string, data: Partial<Robot>): Promise<SingleResourceResponse<Robot>>; | ||
integrity(id: Robot['id'] | Robot['name']): Promise<SingleResourceResponse<Robot>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -11,3 +11,4 @@ import type { BuildInput } from 'rapiq'; | ||
update(id: Role['id'], data: Partial<Role>): Promise<SingleResourceResponse<Role>>; | ||
createOrUpdate(idOrName: string, data: Partial<Role>): Promise<SingleResourceResponse<Role>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -11,3 +11,4 @@ import type { BuildInput } from 'rapiq'; | ||
update(id: Scope['id'], data: Partial<Scope>): Promise<SingleResourceResponse<Scope>>; | ||
createOrUpdate(idOrName: string, data: Partial<Scope>): Promise<SingleResourceResponse<Scope>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
@@ -13,3 +13,6 @@ import type { BuildInput } from 'rapiq'; | ||
}): Promise<SingleResourceResponse<User>>; | ||
createOrUpdate(idOrName: string, data: Partial<User> & { | ||
password_repeat?: User['password']; | ||
}): Promise<SingleResourceResponse<User>>; | ||
} | ||
//# sourceMappingURL=module.d.ts.map |
{ | ||
"name": "@authup/core-http-kit", | ||
"version": "1.0.0-beta.19", | ||
"version": "1.0.0-beta.20", | ||
"description": "Package containing global constants, types & interfaces.", | ||
@@ -63,8 +63,8 @@ "exports": { | ||
"devDependencies": { | ||
"@authup/kit": "^1.0.0-beta.19", | ||
"@authup/core-kit": "^1.0.0-beta.19" | ||
"@authup/kit": "^1.0.0-beta.20", | ||
"@authup/core-kit": "^1.0.0-beta.20" | ||
}, | ||
"peerDependencies": { | ||
"@authup/kit": "^1.0.0-beta.18", | ||
"@authup/core-kit": "^1.0.0-beta.18" | ||
"@authup/kit": "^1.0.0-beta.20", | ||
"@authup/core-kit": "^1.0.0-beta.20" | ||
}, | ||
@@ -71,0 +71,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318909
129
2178