waldur-js-client 8.0.4-dev.7 → 8.0.4-dev.8

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.
@@ -6965,7 +6965,7 @@ export type IdentityBridgeRemoveRequest = {
6965
6965
  */
6966
6966
  source: string;
6967
6967
  };
6968
- export type IdentityBridgeRemoveResponse = {
6968
+ export type IdentityBridgeRemoveResult = {
6969
6969
  uuid: string;
6970
6970
  deactivated: boolean;
6971
6971
  };
@@ -6997,7 +6997,7 @@ export type IdentityBridgeRequestRequest = {
6997
6997
  organization_type?: string;
6998
6998
  eduperson_assurance?: Array<string>;
6999
6999
  };
7000
- export type IdentityBridgeResponse = {
7000
+ export type IdentityBridgeResult = {
7001
7001
  uuid: string;
7002
7002
  created: boolean;
7003
7003
  updated_fields: Array<string>;
@@ -36410,9 +36410,9 @@ export type IdentityBridgeData = {
36410
36410
  url: '/api/identity-bridge/';
36411
36411
  };
36412
36412
  export type IdentityBridgeResponses = {
36413
- 200: IdentityBridgeResponse;
36413
+ 200: IdentityBridgeResult;
36414
36414
  };
36415
- export type IdentityBridgeResponse2 = IdentityBridgeResponses[keyof IdentityBridgeResponses];
36415
+ export type IdentityBridgeResponse = IdentityBridgeResponses[keyof IdentityBridgeResponses];
36416
36416
  export type IdentityBridgeRemoveData = {
36417
36417
  body: IdentityBridgeRemoveRequest;
36418
36418
  path?: never;
@@ -36420,9 +36420,9 @@ export type IdentityBridgeRemoveData = {
36420
36420
  url: '/api/identity-bridge/remove/';
36421
36421
  };
36422
36422
  export type IdentityBridgeRemoveResponses = {
36423
- 200: IdentityBridgeRemoveResponse;
36423
+ 200: IdentityBridgeRemoveResult;
36424
36424
  };
36425
- export type IdentityBridgeRemoveResponse2 = IdentityBridgeRemoveResponses[keyof IdentityBridgeRemoveResponses];
36425
+ export type IdentityBridgeRemoveResponse = IdentityBridgeRemoveResponses[keyof IdentityBridgeRemoveResponses];
36426
36426
  export type IdentityBridgeStatsRetrieveData = {
36427
36427
  body?: never;
36428
36428
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.4-dev.7",
3
+ "version": "8.0.4-dev.8",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",