@prisma/composer-prisma-cloud 0.1.0-dev.12 → 0.1.0-dev.14
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/control.d.mts +3 -3
- package/dist/control.mjs +4 -4
- package/dist/control.mjs.map +1 -1
- package/dist/cron/scheduler-entrypoint.mjs.map +1 -1
- package/dist/cron/scheduler-service.mjs.map +1 -1
- package/dist/{prisma-next-qPB8_Az6.mjs → prisma-next-DlU01kXJ-2sP5mQb6.mjs} +3 -3
- package/dist/prisma-next-DlU01kXJ-2sP5mQb6.mjs.map +1 -0
- package/dist/prisma-next.d.mts +1 -1
- package/dist/prisma-next.mjs +1 -1
- package/dist/storage/index.d.mts +11 -10
- package/dist/storage/index.mjs +1 -1
- package/dist/storage/index.mjs.map +1 -1
- package/dist/storage/storage-entrypoint.mjs.map +1 -1
- package/dist/storage/storage-service.mjs +1 -1
- package/dist/storage/storage-service.mjs.map +1 -1
- package/dist/storage/testing.mjs.map +1 -1
- package/dist/streams/index.d.mts +13 -12
- package/dist/streams/index.mjs +2 -2
- package/dist/streams/index.mjs.map +1 -1
- package/dist/streams/streams-entrypoint.mjs.map +1 -1
- package/dist/streams/streams-service.mjs +1 -1
- package/dist/streams/streams-service.mjs.map +1 -1
- package/dist/streams/testing.d.mts +1 -1
- package/dist/streams/testing.mjs.map +1 -1
- package/dist/testing.d.mts +1 -1
- package/dist/testing.mjs.map +1 -1
- package/package.json +13 -13
- package/dist/prisma-next-qPB8_Az6.mjs.map +0 -1
package/dist/control.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as ProviderParamEntry } from "./serializer-Cx5slrV4-xJfH6EWS.mjs";
|
|
2
|
-
import * as Layer from "effect/Layer";
|
|
3
|
-
import "effect/Effect";
|
|
4
2
|
import { createManagementApiClient } from "@prisma/management-api-sdk";
|
|
5
3
|
import "effect/Context";
|
|
4
|
+
import "effect/Effect";
|
|
5
|
+
import * as Layer from "effect/Layer";
|
|
6
6
|
import "effect/Redacted";
|
|
7
7
|
import "effect/Config";
|
|
8
8
|
import "alchemy/Provider";
|
|
@@ -68,7 +68,7 @@ interface ProviderParam extends ProviderParamEntry {
|
|
|
68
68
|
readonly value: (refs: readonly unknown[]) => Output.Output<unknown> | unknown | undefined;
|
|
69
69
|
}
|
|
70
70
|
//#endregion
|
|
71
|
-
//#region src/
|
|
71
|
+
//#region src/control/extension.d.ts
|
|
72
72
|
interface PrismaCloudOptions {
|
|
73
73
|
/** Defaults to the PRISMA_WORKSPACE_ID environment variable. */
|
|
74
74
|
workspaceId?: string;
|
package/dist/control.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { a as encodeParamPointer, c as secretName, i as encode, l as secretPointerRows, s as paramEntries, t as configKey } from "./serializer-CX4VYdf_-KKGoAxfx.mjs";
|
|
2
2
|
import { a as isEnvParamSource, c as provisionedEdges, n as STREAMS_API_KEY, o as paramBindingFor, s as paramName, t as RESERVED_PROVIDER_PARAMS } from "./provisioned-edges-DIQAR4q4-Bn9op-JG.mjs";
|
|
3
|
-
import { a as normalizeSslMode, n as isPnPostgresResourceNode, o as withConnectionRetry } from "./prisma-next-
|
|
3
|
+
import { a as normalizeSslMode, n as isPnPostgresResourceNode, o as withConnectionRetry } from "./prisma-next-DlU01kXJ-2sP5mQb6.mjs";
|
|
4
4
|
import { isParamSource, paramManifest, provisionManifest } from "@prisma/composer";
|
|
5
5
|
import { blindCast } from "@prisma/composer/casts";
|
|
6
6
|
import { RPC_PEER_KEY } from "@prisma/composer/service-rpc";
|
|
7
7
|
import pg from "pg";
|
|
8
|
-
import * as Layer from "effect/Layer";
|
|
9
|
-
import * as Effect from "effect/Effect";
|
|
10
8
|
import { createManagementApiClient } from "@prisma/management-api-sdk";
|
|
11
9
|
import * as Context from "effect/Context";
|
|
10
|
+
import * as Effect from "effect/Effect";
|
|
11
|
+
import * as Layer from "effect/Layer";
|
|
12
12
|
import * as Redacted from "effect/Redacted";
|
|
13
13
|
import * as Config$1 from "effect/Config";
|
|
14
14
|
import * as Data from "effect/Data";
|
|
@@ -28,7 +28,7 @@ import { resolve } from "pathe";
|
|
|
28
28
|
import { readRef } from "@prisma-next/migration-tools/refs";
|
|
29
29
|
import { APP_SPACE_ID, readContractSpaceHeadRef, spaceMigrationDirectory, spaceRefsDirectory } from "@prisma-next/migration-tools/spaces";
|
|
30
30
|
import { createPostgresControlClient } from "@prisma-next/postgres/control";
|
|
31
|
-
//#region ../../1-prisma-cloud/0-lowering/lowering/dist/http-
|
|
31
|
+
//#region ../../1-prisma-cloud/0-lowering/lowering/dist/http-CJM0E6rj.mjs
|
|
32
32
|
/**
|
|
33
33
|
* The Prisma service token used to authenticate Management API calls. Kept
|
|
34
34
|
* as a Redacted value so it never lands in logs or error output.
|