@kumori/aurora-backend-handler 1.1.0 → 1.1.1

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.
@@ -1128,7 +1128,7 @@ export const rejectInvite = async (tenant: string, security: string, leave: bool
1128
1128
  "tenant:reject_proposal_user",
1129
1129
  queryParams,
1130
1130
  30000,
1131
- "DELETE",
1131
+ "REJECT",
1132
1132
  `${tenant}/reject`
1133
1133
  );
1134
1134
  if(leave){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {