nucleus-core-ts 0.9.135 → 0.9.137

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.
@@ -2,5 +2,5 @@ export { type ApiActions, type ApiHook, createApiHook } from './client';
2
2
  export type { SystemTableName } from './generator';
3
3
  export { generateAdminEndpoints, generateAllEndpoints, generateAuthEndpoints, generateCohortEndpoints, generateEndpointsFromConfig, generateMonitoringEndpoints, generateSystemTableEndpoints, generateTenantEndpoints, generateVerificationEndpoints, } from './generator';
4
4
  export { createServerFactory, type ServerFactory } from './server';
5
- export type { AdminCreateUserPayload, AdminCreateUserResponse, AllGeneratedEndpoints, AllGeneratedEndpointsWithConfig, AllGeneratedEndpointsWithEntityTypes, ApiCallerConfig, ApiResponse, AuthEndpointDefinitions, AuthenticationConfig, AuthFeatureConfig, AuthFeatureKey, BaseErrorResponse, BulkEndpointKey, ChangeUserIdPayload, ChangeUserIdResponse, ClientHookConfig, CohortEndpointDefinitions, CookieStore, DeleteResponse, EndpointAction, EndpointActions, EndpointDefinition, EndpointMethod, EndpointState, EntityEndpointKey, EntityRecord, ExtraEndpoints, FlowDeleteResponse, FlowDetailResponse, FlowListResponse, FlowPublishResponse, FlowSavePayload, FlowSaveResponse, GeneratedAuthEndpoints, GeneratedEndpointsFromConfig, HeadersStore, HttpMethod, ImpersonatePayload, ImpersonateResponse, ImpersonateStopResponse, InferEntity, ListResponse, LiveCpuLog, LiveDaprEvent, LiveDaprEventType, LiveMemoryLog, LiveMonitoringChangeSettingsPayload, LiveMonitoringConfigs, LiveMonitoringLogLimits, LiveMonitoringLogsResponse, LiveMonitoringSettingsResponse, LiveMonitoringStreamSnapshot, LiveMonitoringStreamUpdate, LiveRequest, LiveWorkerInfo, LiveWsEvent, LiveWsEventType, LoginPayload, LoginSuccess, LoginSuccessData, MagicLinkPayload, MeResponse, MeResponseData, MeSuccessResponse, MonitoringEndpointDefinitions, MutationResponse, NotificationListResponse, NotificationSeenAllResponse, NotificationSeenResponse, NotificationUnseenCountResponse, PaginationMeta, PasswordChangePayload, PasswordResetConfirmPayload, PasswordResetRequestPayload, PasswordResetResponse, PasswordSetPayload, RefreshSuccess, RefreshSuccessData, RegisterPayload, RegisterSuccess, RegisterSuccessData, ServerFactoryConfig, SessionApprovePayload, SessionApproveResponse, SessionCurrentResponse, SessionInfo, SessionRejectPayload, SessionRejectResponse, SessionRevokeAllPayload, SessionRevokeAllResponse, SessionRevokePayload, SessionRevokeResponse, SessionStatsResponse, SessionsListResponse, SessionsPendingResponse, SingleResponse, StandardQueryParams, StandardReturn, StartOptions, SystemAddressEntity, SystemClaimEntity, SystemFileEntity, SystemPhoneEntity, SystemProfileEntity, SystemRoleClaimEntity, SystemRoleEntity, SystemUserCohortEntity, SystemUserEntity, SystemUserRoleEntity, BulkCreateUsersPayload, BulkCreateUsersResponse, CohortBulkOpsResponse, CohortPayload, CohortUpdatePayload, UserData, VerificationDecidePayload, VerificationDecideResponse, VerificationEndpointDefinitions, VerificationPendingResponse, VerificationStartPayload, CheckSubdomainPayload, CheckSubdomainResponse, ProvisionTenantPayload, ProvisionTenantResponse, TenantDetailResponse, TenantEndpointDefinitions, TenantListItem, TenantListResponse, TenantReactivatePayload, TenantReactivateResponse, TenantSuspendPayload, TenantSuspendResponse, SelfSignupPayload, SelfSignupResponse, VerificationStartResponse, VerificationStatusResponse, ConfigEndpointDefinitions, ConfigEnvResponse, ConfigGetResponse, ConfigOverridesClearResponse, ConfigOverridesGetResponse, ConfigRestartPayload, ConfigRestartResponse, ConfigSectionGetResponse, ConfigSectionMeta, ConfigSectionUpdatePayload, ConfigSectionUpdateResponse, ConfigSectionsListResponse, ResolvedEnvEntry, } from './types';
5
+ export type { AdminCreateUserPayload, AdminCreateUserResponse, AllGeneratedEndpoints, AllGeneratedEndpointsWithConfig, AllGeneratedEndpointsWithEntityTypes, ApiCallerConfig, ApiResponse, AuthEndpointDefinitions, AuthenticationConfig, AuthFeatureConfig, AuthFeatureKey, BaseErrorResponse, BulkEndpointKey, ChangeUserIdPayload, ChangeUserIdResponse, ClientHookConfig, CohortEndpointDefinitions, CookieStore, DeleteResponse, EndpointAction, EndpointActions, EndpointDefinition, EndpointMethod, EndpointState, EntityEndpointKey, EntityRecord, ExtraEndpoints, FlowDeleteResponse, FlowDetailResponse, FlowListResponse, FlowPublishResponse, FlowSavePayload, FlowSaveResponse, GeneratedAuthEndpoints, GeneratedEndpointsFromConfig, HeadersStore, HttpMethod, ImpersonatePayload, ImpersonateResponse, ImpersonateStopResponse, InferEntity, ListResponse, LiveCpuLog, LiveDaprEvent, LiveDaprEventType, LiveMemoryLog, LiveMonitoringChangeSettingsPayload, LiveMonitoringConfigs, LiveMonitoringLogLimits, LiveMonitoringLogsResponse, LiveMonitoringSettingsResponse, LiveMonitoringStreamSnapshot, LiveMonitoringStreamUpdate, LiveRequest, LiveWorkerInfo, LiveWsEvent, LiveWsEventType, LoginPayload, LoginSuccess, LoginSuccessData, MagicLinkPayload, MeResponse, MeResponseData, MeSuccessResponse, MonitoringEndpointDefinitions, MutationResponse, NotificationListResponse, NotificationSeenAllResponse, NotificationSeenResponse, NotificationUnseenCountResponse, PaginationMeta, PasswordChangePayload, PasswordResetConfirmPayload, PasswordResetRequestPayload, PasswordResetResponse, PasswordSetPayload, RefreshSuccess, RefreshSuccessData, RegisterPayload, RegisterSuccess, RegisterSuccessData, ServerFactoryConfig, SessionApprovePayload, SessionApproveResponse, SessionCurrentResponse, SessionInfo, SessionRejectPayload, SessionRejectResponse, SessionRevokeAllPayload, SessionRevokeAllResponse, SessionRevokePayload, SessionRevokeResponse, SessionStatsResponse, SessionsListResponse, SessionsPendingResponse, SingleResponse, StandardQueryParams, StandardReturn, StartOptions, SystemAddressEntity, SystemClaimEntity, SystemFileEntity, SystemPhoneEntity, SystemProfileEntity, SystemRoleClaimEntity, SystemRoleEntity, SystemUserCohortEntity, SystemUserEntity, SystemUserRoleEntity, BulkCreateUsersPayload, BulkCreateUsersResponse, CohortBulkOpsResponse, CohortPayload, CohortUpdatePayload, UserData, VerificationDecidePayload, VerificationDecideResponse, VerificationEndpointDefinitions, VerificationPendingResponse, VerificationStartPayload, CheckSubdomainPayload, CheckSubdomainResponse, ProvisionTenantPayload, ProvisionTenantResponse, TenantDetailResponse, TenantEndpointDefinitions, TenantListItem, TenantListResponse, TenantReactivatePayload, TenantReactivateResponse, TenantSuspendPayload, TenantSuspendResponse, SelfSignupPayload, SelfSignupResponse, VerificationStartResponse, VerificationStatusResponse, ConfigEndpointDefinitions, ConfigEnvResponse, ConfigGetResponse, ConfigOverridesClearResponse, ConfigOverridesGetResponse, ConfigRestartPayload, ConfigRestartResponse, ConfigSectionGetResponse, ConfigSectionMeta, ConfigSectionUpdatePayload, ConfigSectionUpdateResponse, ConfigSectionsListResponse, ResolvedEnvEntry, WebAuthnAuthenticatorAttachment, WebAuthnTransport, WebAuthnDeviceType, WebAuthnPublicKeyCredentialDescriptor, WebAuthnRegistrationOptions, WebAuthnAuthenticationOptions, WebAuthnRegistrationResponseJSON, WebAuthnAuthenticationResponseJSON, WebAuthnRegisterOptionsPayload, WebAuthnRegisterOptionsResponse, WebAuthnRegisterVerifyPayload, WebAuthnRegisterVerifyResponse, WebAuthnAuthOptionsPayload, WebAuthnAuthOptionsResponse, WebAuthnAuthVerifyPayload, WebAuthnAuthVerifyResponse, WebAuthnCredentialSummary, WebAuthnListResponse, WebAuthnRevokePayload, WebAuthnRevokeResponse, WebAuthnRenamePayload, WebAuthnRenameResponse, } from './types';
6
6
  export { AUTH_ENDPOINT_CONFIGS, AUTH_ENDPOINTS, CONFIG_ENDPOINTS, MONITORING_ENDPOINTS, VERIFICATION_ENDPOINTS, PAYMENT_ENDPOINTS, TENANT_ENDPOINTS, COHORT_ENDPOINTS } from './types';
@@ -178,7 +178,6 @@ export interface WebAuthnRegistrationResponseJSON {
178
178
  authenticatorData?: string;
179
179
  };
180
180
  authenticatorAttachment?: 'platform' | 'cross-platform';
181
- clientExtensionResults?: Record<string, unknown>;
182
181
  }
183
182
  export interface WebAuthnAuthenticationResponseJSON {
184
183
  id: string;
@@ -191,7 +190,6 @@ export interface WebAuthnAuthenticationResponseJSON {
191
190
  userHandle?: string;
192
191
  };
193
192
  authenticatorAttachment?: 'platform' | 'cross-platform';
194
- clientExtensionResults?: Record<string, unknown>;
195
193
  }
196
194
  export interface WebAuthnRegisterOptionsPayload {
197
195
  nickname?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-core-ts",
3
- "version": "0.9.135",
3
+ "version": "0.9.137",
4
4
  "description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
5
5
  "author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",