@powerlines/plugin-prisma 0.2.250 → 0.2.252
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.
|
@@ -19,9 +19,9 @@ type ObjectSeparatorStyle = ObjectStyle | MatrixStyle;
|
|
|
19
19
|
interface SerializePrimitiveParam extends SerializePrimitiveOptions {
|
|
20
20
|
value: string;
|
|
21
21
|
}
|
|
22
|
-
declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "
|
|
22
|
+
declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "&" | "." | ";" | ",";
|
|
23
23
|
declare const separatorArrayNoExplode: (style: ArraySeparatorStyle) => "," | "|" | "%20";
|
|
24
|
-
declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "
|
|
24
|
+
declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "&" | "." | ";" | ",";
|
|
25
25
|
declare const serializeArrayParam: ({
|
|
26
26
|
allowReserved,
|
|
27
27
|
explode,
|
|
@@ -19,9 +19,9 @@ type ObjectSeparatorStyle = ObjectStyle | MatrixStyle;
|
|
|
19
19
|
interface SerializePrimitiveParam extends SerializePrimitiveOptions {
|
|
20
20
|
value: string;
|
|
21
21
|
}
|
|
22
|
-
declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "
|
|
22
|
+
declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "&" | "." | ";" | ",";
|
|
23
23
|
declare const separatorArrayNoExplode: (style: ArraySeparatorStyle) => "," | "|" | "%20";
|
|
24
|
-
declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "
|
|
24
|
+
declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "&" | "." | ";" | ",";
|
|
25
25
|
declare const serializeArrayParam: ({
|
|
26
26
|
allowReserved,
|
|
27
27
|
explode,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prisma.d.cts","names":[],"sources":["../../src/types/prisma.ts"],"sourcesContent":[],"mappings":";KAkBY,eAAA,GAAkB;AAAlB,KACA,eAAA,GADe,MAAG,
|
|
1
|
+
{"version":3,"file":"prisma.d.cts","names":[],"sources":["../../src/types/prisma.ts"],"sourcesContent":[],"mappings":";KAkBY,eAAA,GAAkB;AAAlB,KACA,eAAA,GADe,MAAG,GAAA,CAAA,QAAK,EAAA,MAAA,EAAA,OAAA,EAAA,MAAA,CAAA;AACvB,KAEA,aAAA,GAFe,OAAA,GAAA,SAAA,GAAA,QAAA,GAAA,YAAA,GAAA,UAAA,GAAA,iBAAA,GAAA,WAAA,GAAA,aAAA;AAEf,KAUA,mBAAA,GAAsB,OAVT,CAWvB,aAXuB,EAAA,UAAA,GAAA,iBAAA,CAAA;AAUb,UAKK,QAAA,CALc;EAKd,UAAA,EAAQ,IAAA,GAAA,MAAA;EAKR,KAAA,EAAA,IAAA,GAAU,MAAA;;AAIT,UAJD,UAAA,CAIC;EACX,IAAA,EAAA,MAAA;EACO,QAAA,EAJF,aAIE;EAAQ,cAAA,EAFJ,mBAEI;EAKL,GAAA,EANV,QAMU;EAKA,SAAA,CAAA,EAVH,QAUW;EAKR,OAAA,EAAA,MAAQ,EAAA,GAAA,EAAA;EAKR,cAAA,EAAA,MAAA;AAMjB;AAEU,UAvBO,iBAAA,CAuBP;EAEE,MAAA,EAxBF,YAwBE;EAaK,MAAA,EApCP,wBAoCO,EAAA;;AAEI,UAnCJ,QAAA,CAmCI;EAIJ,UAAA,EAAA,IAAY,GAAA,MAAA;EAMnB,KAAA,EAAA,IAAA,GAAA,MAAA;AAKV;UA7CiB,QAAA;;;;UAKA,qBAAA;;;;;UAMA,eAAA;;UAEP;;YAEE;;;;;;;;;;;;;iBAaK;;aAEJ;;;UAII,YAAA;eACF;cACD;;;UAIJ,wBAAA;;;;UAKO,gBAAA;aACJ"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-prisma",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.252",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code and a Prisma client from a Prisma schema (PSL).",
|
|
6
6
|
"repository": {
|
|
@@ -379,16 +379,16 @@
|
|
|
379
379
|
"defu": "^6.1.4",
|
|
380
380
|
"fp-ts": "^2.16.11",
|
|
381
381
|
"jiti": "^2.6.1",
|
|
382
|
-
"powerlines": "^0.39.
|
|
382
|
+
"powerlines": "^0.39.6",
|
|
383
383
|
"prisma-util": "^2.1.1",
|
|
384
384
|
"ts-pattern": "^5.9.0"
|
|
385
385
|
},
|
|
386
386
|
"devDependencies": {
|
|
387
|
-
"@powerlines/plugin-hey-api": "^0.1.
|
|
388
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
387
|
+
"@powerlines/plugin-hey-api": "^0.1.252",
|
|
388
|
+
"@powerlines/plugin-plugin": "^0.12.249",
|
|
389
389
|
"@types/node": "^25.3.3"
|
|
390
390
|
},
|
|
391
391
|
"publishConfig": { "access": "public" },
|
|
392
392
|
"types": "./dist/index.d.cts",
|
|
393
|
-
"gitHead": "
|
|
393
|
+
"gitHead": "2c6fd0cd3aad8656cedb9912f2b5894730be7dd7"
|
|
394
394
|
}
|