@@ -45,11 +45,11 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
4545 } ,
4646 collaboration : {
4747 ui : true ,
48+ shared : false ,
4849 gitops : {
4950 value : 'Basic' ,
5051 tooltip : 'GitOps CI/CD, SQL Review CI' ,
5152 } ,
52- shared : false ,
5353 im : {
5454 value : 'Basic' ,
5555 tooltip : 'IM + Custom Webhook' ,
@@ -132,20 +132,20 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
132132 } ,
133133 collaboration : {
134134 ui : true ,
135+ shared : true ,
135136 gitops : {
136137 value : 'Advanced' ,
137138 tooltip : 'Basic + Latest Schema Write-back, SQL Scripts Sync' ,
138139 } ,
139- shared : true ,
140140 im : {
141141 value : 'Basic' ,
142142 tooltip : 'IM + Custom Webhook' ,
143143 } ,
144144 } ,
145145 security : {
146146 sso : {
147- value : 'Partly support ' ,
148- tooltip : 'Support Google & GitHub' ,
147+ value : 'Basic ' ,
148+ tooltip : 'Google & GitHub' ,
149149 } ,
150150 rbac : true ,
151151 'slow-query' : true ,
@@ -222,11 +222,11 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
222222 } ,
223223 collaboration : {
224224 ui : true ,
225+ shared : true ,
225226 gitops : {
226227 value : 'Advanced' ,
227228 tooltip : 'Basic + Latest Schema Write-back, SQL Scripts Sync' ,
228229 } ,
229- shared : true ,
230230 im : {
231231 value : 'Advanced' ,
232232 tooltip : 'Basic + IM Approval' ,
@@ -235,7 +235,7 @@ const PLANS: { free: Plan; pro: Plan; enterprise: Plan } = {
235235 security : {
236236 sso : {
237237 value : 'Advanced' ,
238- tooltip : 'All available including Google, GitHub, GitLab, Microsoft, etc' ,
238+ tooltip : 'Google, GitHub, GitLab, Microsoft, Okta , etc' ,
239239 } ,
240240 rbac : true ,
241241 'slow-query' : true ,
@@ -310,8 +310,8 @@ const LABELS = [
310310 title : 'Collaboration' ,
311311 items : {
312312 ui : 'UI based SQL review' ,
313- gitops : 'GitOps workflow' ,
314313 shared : 'Shared SQL script' ,
314+ gitops : 'GitOps workflow' ,
315315 im : 'IM integration' ,
316316 } ,
317317 } ,
0 commit comments