Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jameside/lucia-types

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jameside/lucia-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/basiq-transactions.d.ts

15

dist/data-access-schema.d.ts
import { BasiqAccountsList, BasiqAccount } from "./basiq-accounts";
import { BasiqJobs, BasiqJob } from "./basiq-jobs";
export interface DataAccessSchema extends AccountSchema, JobSchema {
import { BasiqTransactions } from "./basiq-transactions";
export interface DataAccessSchema extends AccountSchema, JobSchema, TransactionSchema {
}

@@ -51,2 +52,14 @@ interface AccountSchema {

}
interface TransactionSchema {
transactions: {
query: {
basiqId: string;
};
pathParams: {
userId: string;
};
method: "GET";
result: BasiqTransactions;
};
}
export {};

2

package.json
{
"name": "@jameside/lucia-types",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lucia API Types for the Lucia Finance App.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc