@secrecy/trpc-api-types 1.33.0-feat-groups-identity.13 → 1.33.0-feat-groups-identity.15

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3363,7 +3363,7 @@ declare var appRouter: _trpc_server.TRPCBuiltRouter<{
3363
3363
  input: {
3364
3364
  appId?: string | undefined;
3365
3365
  regionId?: "aws-us-east-1" | "aws-us-east-2" | "aws-us-west-2" | "aws-eu-central-1" | "aws-ap-southeast-1" | "aws-ap-southeast-2" | undefined;
3366
- pgVersion?: 14 | 15 | 16 | undefined;
3366
+ pgVersion?: 14 | 15 | 16 | 17 | 18 | undefined;
3367
3367
  };
3368
3368
  output: {
3369
3369
  isCreated: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-groups-identity.13",
3
+ "version": "1.33.0-feat-groups-identity.15",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"