@a_team/prisma 3.22.0-win → 3.22.1-linux
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/client/edge.js +5 -5
- package/dist/client/index-browser.js +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +7 -7
- package/dist/client/{query_engine-windows.dll.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +1 -1
- package/dist/client/wasm.js +1 -1
- package/package.json +2 -2
|
@@ -769,7 +769,7 @@ exports.ProposalTemplate = exports.$Enums.ProposalTemplate = {
|
|
|
769
769
|
|
|
770
770
|
exports.PlatformRecordedOn = exports.$Enums.PlatformRecordedOn = {
|
|
771
771
|
Fathom: 'Fathom',
|
|
772
|
-
|
|
772
|
+
Daily: 'Daily'
|
|
773
773
|
};
|
|
774
774
|
|
|
775
775
|
exports.GeneratingStatus = exports.$Enums.GeneratingStatus = {
|
package/dist/client/index.d.ts
CHANGED
|
@@ -958,7 +958,7 @@ export type ProposalTemplate = (typeof ProposalTemplate)[keyof typeof ProposalTe
|
|
|
958
958
|
|
|
959
959
|
export const PlatformRecordedOn: {
|
|
960
960
|
Fathom: 'Fathom',
|
|
961
|
-
|
|
961
|
+
Daily: 'Daily'
|
|
962
962
|
};
|
|
963
963
|
|
|
964
964
|
export type PlatformRecordedOn = (typeof PlatformRecordedOn)[keyof typeof PlatformRecordedOn]
|