@explo-tech/fido-api 3.11.2 → 3.11.3-jordan-fix.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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@explo-tech/fido-api",
3
3
  "description": "Fido api",
4
4
  "homepage": "https://github.com/trust-kaz/fido",
5
- "version": "3.11.2",
5
+ "version": "3.11.3-jordan-fix.1",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/trust-kaz/fido"
@@ -109,24 +109,6 @@ export class BranchResourceService {
109
109
  });
110
110
  }
111
111
 
112
- /**
113
- * Deletes a branch
114
- * @param id
115
- * @returns any 200 if the branch was deleted properly
116
- * @throws ApiError
117
- */
118
- public static deleteBranch(
119
- id: UUID,
120
- ): CancelablePromise<Record<string, any>> {
121
- return __request(OpenAPI, {
122
- method: 'DELETE',
123
- url: '/v1/branches/{id}',
124
- path: {
125
- 'id': id,
126
- },
127
- });
128
- }
129
-
130
112
  /**
131
113
  * Merge the provided source branch into the provided target branch
132
114
  * @param targetBranchId