Skip to content

Commit

Permalink
Fix for invite already added team members (#15)
Browse files Browse the repository at this point in the history
* refactorGeiCrud

* changeGeiCrudResolvers

* changeNames

* changeGeiRest

* updateUsers

* index

* changeS3

* updateDataInput

* lastFixes

* fixMongoConflict

* updateGeCli

* upBookingsAndStripe

* updateSchema

* addGuardWithNewError
  • Loading branch information
pavelbrui committed Nov 8, 2023
1 parent e772e75 commit a375009
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 377 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/gei-users/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gei-users",
"version": "0.8.0",
"version": "0.8.1",
"description": "Automatically generated by graphql-editor-cli",
"main": "lib/index.js",
"scripts": {
"start": "gecli dev",
"build": "tsc",
"watch": "tsc --watch",
"update": "gecli codegen models && gecli schema && gecli codegen typings",
"update": "gecli codegen models && gecli schema pull && gecli codegen typings",
"integrate": "gecli gei integrate",
"integrate:env": "dotenv -e .env gecli gei integrate"
},
Expand Down
Loading

0 comments on commit a375009

Please sign in to comment.