@plyaz/types 1.12.4 → 1.13.1
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.
- package/dist/api/client/types.d.ts +60 -1
- package/dist/api/endpoints/campaigns/types.d.ts +14 -0
- package/dist/api/endpoints/index.d.ts +1 -0
- package/dist/api/endpoints/infobip/endpoints.d.ts +115 -0
- package/dist/api/endpoints/infobip/generated/email.generated.d.ts +5384 -0
- package/dist/api/endpoints/infobip/index.d.ts +2 -0
- package/dist/api/endpoints/infobip/types.d.ts +265 -0
- package/dist/api/endpoints/types.d.ts +2 -1
- package/dist/api/errors/types.d.ts +2 -1
- package/dist/api/hooks/types.d.ts +85 -5
- package/dist/api/index.cjs +1 -1
- package/dist/api/index.cjs.map +1 -1
- package/dist/api/index.d.ts +1 -0
- package/dist/db/DatabaseAdapter.d.ts +182 -0
- package/dist/db/DatabaseService.d.ts +268 -0
- package/dist/db/EventEmitter.d.ts +64 -0
- package/dist/db/Transaction.d.ts +49 -0
- package/dist/db/adapter.d.ts +91 -0
- package/dist/db/config.types.d.ts +57 -0
- package/dist/db/database.types.d.ts +186 -0
- package/dist/db/enhanced-config.types.d.ts +311 -0
- package/dist/db/event.types.d.ts +158 -0
- package/dist/db/index.cjs +4 -0
- package/dist/db/index.cjs.map +1 -0
- package/dist/db/index.d.ts +9 -0
- package/dist/db/index.js +3 -0
- package/dist/db/index.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js.map +1 -1
- package/dist/payments/index.cjs.map +1 -1
- package/dist/payments/index.js.map +1 -1
- package/package.json +9 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type * from './DatabaseService';
|
|
2
|
+
export type * from './EventEmitter';
|
|
3
|
+
export type * from './config.types';
|
|
4
|
+
export type * from './DatabaseAdapter';
|
|
5
|
+
export type * from './enhanced-config.types';
|
|
6
|
+
export type * from './database.types';
|
|
7
|
+
export type * from './adapter';
|
|
8
|
+
export type * from './Transaction';
|
|
9
|
+
export type * from './event.types';
|
package/dist/db/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js"}
|
package/dist/index.cjs
CHANGED
|
@@ -4510,7 +4510,7 @@ var ALL_EVENTS = {
|
|
|
4510
4510
|
...CACHE_EVENTS
|
|
4511
4511
|
};
|
|
4512
4512
|
|
|
4513
|
-
// node_modules/.pnpm/@plyaz+config@1.6.5_@darraghor+eslint-plugin-nestjs-typed@6.9.3_@
|
|
4513
|
+
// node_modules/.pnpm/@plyaz+config@1.6.5_@darraghor+eslint-plugin-nestjs-typed@6.9.3_@types+react@19.2.2_@typescri_x2zut4rwivkuvldn552zktqyt4/node_modules/@plyaz/config/dist/index.mjs
|
|
4514
4514
|
globalThis.process.env.NODE_ENV === "development";
|
|
4515
4515
|
globalThis.process.env.NODE_ENV === "production";
|
|
4516
4516
|
globalThis.process.env.NODE_ENV === "test";
|