@breign/client 1.0.102 → 1.0.103

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.
Files changed (44) hide show
  1. package/dist/apis/OrganizationsApi.d.ts +175 -1
  2. package/dist/apis/OrganizationsApi.js +433 -0
  3. package/dist/models/AccessRoleCreateRequestUio.d.ts +45 -0
  4. package/dist/models/AccessRoleCreateRequestUio.js +55 -0
  5. package/dist/models/AccessRolePermissionsRequestUio.d.ts +33 -0
  6. package/dist/models/AccessRolePermissionsRequestUio.js +51 -0
  7. package/dist/models/AccessRoleUio.d.ts +75 -0
  8. package/dist/models/AccessRoleUio.js +75 -0
  9. package/dist/models/AccessRoleUpdateRequestUio.d.ts +38 -0
  10. package/dist/models/AccessRoleUpdateRequestUio.js +52 -0
  11. package/dist/models/OrganizationMemberUio.d.ts +51 -0
  12. package/dist/models/OrganizationMemberUio.js +63 -0
  13. package/dist/models/OrganizationMemberUserUio.d.ts +32 -0
  14. package/dist/models/OrganizationMemberUserUio.js +50 -0
  15. package/dist/models/OrganizationPermissionKeyUio.d.ts +59 -0
  16. package/dist/models/OrganizationPermissionKeyUio.js +85 -0
  17. package/dist/models/OrganizationUserInviteRequestUio.d.ts +38 -0
  18. package/dist/models/OrganizationUserInviteRequestUio.js +52 -0
  19. package/dist/models/OrganizationUserInviteResponseUio.d.ts +32 -0
  20. package/dist/models/OrganizationUserInviteResponseUio.js +50 -0
  21. package/dist/models/PermissionEntryUio.d.ts +39 -0
  22. package/dist/models/PermissionEntryUio.js +55 -0
  23. package/dist/models/ProviderValiationRequestUio.d.ts +6 -0
  24. package/dist/models/ProviderValiationRequestUio.js +4 -0
  25. package/dist/models/UserAccessRolesRequestUio.d.ts +32 -0
  26. package/dist/models/UserAccessRolesRequestUio.js +50 -0
  27. package/dist/models/UserAccessUio.d.ts +39 -0
  28. package/dist/models/UserAccessUio.js +55 -0
  29. package/dist/models/UserAgentAccessAgentUio.d.ts +38 -0
  30. package/dist/models/UserAgentAccessAgentUio.js +54 -0
  31. package/dist/models/UserAgentAccessRequestUio.d.ts +38 -0
  32. package/dist/models/UserAgentAccessRequestUio.js +54 -0
  33. package/dist/models/UserAgentAccessUio.d.ts +45 -0
  34. package/dist/models/UserAgentAccessUio.js +59 -0
  35. package/dist/models/UserDirectPermissionsRequestUio.d.ts +33 -0
  36. package/dist/models/UserDirectPermissionsRequestUio.js +51 -0
  37. package/dist/models/UserUio.d.ts +3 -3
  38. package/dist/models/UserUio.js +3 -3
  39. package/dist/models/index.d.ts +16 -1
  40. package/dist/models/index.js +16 -1
  41. package/dist/openapi.json +824 -11
  42. package/package.json +1 -1
  43. package/dist/models/UserUserUio.d.ts +0 -32
  44. package/dist/models/UserUserUio.js +0 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",
@@ -1,32 +0,0 @@
1
- /**
2
- * brain-client
3
- * Api ands models for brain-app and brain-app
4
- *
5
- * The version of the OpenAPI document: 0.0.0-SNAPSHOT
6
- *
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- /**
13
- *
14
- * @export
15
- * @interface UserUserUio
16
- */
17
- export interface UserUserUio {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof UserUserUio
22
- */
23
- email: string;
24
- }
25
- /**
26
- * Check if a given object implements the UserUserUio interface.
27
- */
28
- export declare function instanceOfUserUserUio(value: object): value is UserUserUio;
29
- export declare function UserUserUioFromJSON(json: any): UserUserUio;
30
- export declare function UserUserUioFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserUserUio;
31
- export declare function UserUserUioToJSON(json: any): UserUserUio;
32
- export declare function UserUserUioToJSONTyped(value?: UserUserUio | null, ignoreDiscriminator?: boolean): any;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * brain-client
6
- * Api ands models for brain-app and brain-app
7
- *
8
- * The version of the OpenAPI document: 0.0.0-SNAPSHOT
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.instanceOfUserUserUio = instanceOfUserUserUio;
17
- exports.UserUserUioFromJSON = UserUserUioFromJSON;
18
- exports.UserUserUioFromJSONTyped = UserUserUioFromJSONTyped;
19
- exports.UserUserUioToJSON = UserUserUioToJSON;
20
- exports.UserUserUioToJSONTyped = UserUserUioToJSONTyped;
21
- /**
22
- * Check if a given object implements the UserUserUio interface.
23
- */
24
- function instanceOfUserUserUio(value) {
25
- if (!('email' in value) || value['email'] === undefined)
26
- return false;
27
- return true;
28
- }
29
- function UserUserUioFromJSON(json) {
30
- return UserUserUioFromJSONTyped(json, false);
31
- }
32
- function UserUserUioFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'email': json['email'],
38
- };
39
- }
40
- function UserUserUioToJSON(json) {
41
- return UserUserUioToJSONTyped(json, false);
42
- }
43
- function UserUserUioToJSONTyped(value, ignoreDiscriminator = false) {
44
- if (value == null) {
45
- return value;
46
- }
47
- return {
48
- 'email': value['email'],
49
- };
50
- }