Skip to content

Commit

Permalink
chore: Update project init base payload (#54)
Browse files Browse the repository at this point in the history
* chore: update project init base payload

* chore: bump version
  • Loading branch information
dragarcia authored Sep 26, 2023
1 parent a1e3c3e commit 663a0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supabase/shared-types",
"version": "0.1.49",
"version": "0.1.50",
"description": "Shared Types for Supabase",
"scripts": {
"lint": "eslint . --ext .ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion src/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export interface ProjectInitializationBasePayload {
anon_key_encrypted: string
api_id: string
initialization_type: InitializationType
kps_enabled: boolean
payload_version: InitializationPayloadVersion
project_id: number
service_key_encrypted: string
database_id: number
}

export interface NewProjectInitializationPayload extends ProjectInitializationBasePayload {
Expand Down

0 comments on commit 663a0f5

Please sign in to comment.