@approvio/api 0.0.6 → 0.0.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.
- package/dist/add-group-entities-request.d.ts +1 -1
- package/dist/and-rule.d.ts +1 -1
- package/dist/api-error-details-inner.d.ts +1 -1
- package/dist/api-error-details-inner.js +1 -1
- package/dist/api-error.d.ts +1 -1
- package/dist/approval-rule.d.ts +1 -1
- package/dist/auth-message-response.d.ts +17 -0
- package/dist/auth-message-response.js +14 -0
- package/dist/auth-message-response.js.map +1 -0
- package/dist/bound-role.d.ts +26 -0
- package/dist/bound-role.js +3 -0
- package/dist/bound-role.js.map +1 -0
- package/dist/can-vote-response.d.ts +1 -1
- package/dist/can-vote-response.js +1 -1
- package/dist/email-action.d.ts +1 -1
- package/dist/email-action.js +1 -1
- package/dist/entity-membership-add.d.ts +1 -1
- package/dist/entity-membership-remove.d.ts +1 -1
- package/dist/entity-reference.d.ts +1 -1
- package/dist/entity-reference.js +1 -1
- package/dist/group-create.d.ts +1 -1
- package/dist/group-create.js +1 -1
- package/dist/group-membership.d.ts +1 -1
- package/dist/group-requirement-rule.d.ts +1 -1
- package/dist/group-requirement-rule.js +1 -1
- package/dist/group-scope.d.ts +27 -0
- package/dist/group-scope.js +21 -0
- package/dist/group-scope.js.map +1 -0
- package/dist/group.d.ts +1 -1
- package/dist/group.js +1 -1
- package/dist/index.d.ts +20 -0
- package/dist/index.html +742 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -1
- package/dist/list-group-entities-200-response.d.ts +1 -1
- package/dist/list-groups-200-response.d.ts +1 -1
- package/dist/list-organization-admins-200-response.d.ts +17 -0
- package/dist/list-organization-admins-200-response.js +3 -0
- package/dist/list-organization-admins-200-response.js.map +1 -0
- package/dist/list-organization-admins-for-org-200-response.d.ts +17 -0
- package/dist/list-organization-admins-for-org-200-response.js +3 -0
- package/dist/list-organization-admins-for-org-200-response.js.map +1 -0
- package/dist/list-spaces-200-response.d.ts +17 -0
- package/dist/list-spaces-200-response.js +3 -0
- package/dist/list-spaces-200-response.js.map +1 -0
- package/dist/list-users-200-response.d.ts +1 -1
- package/dist/list-workflow-templates-200-response.d.ts +1 -1
- package/dist/list-workflows-200-response.d.ts +1 -1
- package/dist/models.d.ts +4 -0
- package/dist/models.js +4 -0
- package/dist/models.js.map +1 -1
- package/dist/or-rule.d.ts +1 -1
- package/dist/org-scope.d.ts +23 -0
- package/dist/org-scope.js +21 -0
- package/dist/org-scope.js.map +1 -0
- package/dist/organization-admin-create.d.ts +17 -0
- package/dist/organization-admin-create.js +14 -0
- package/dist/organization-admin-create.js.map +1 -0
- package/dist/organization-admin-remove.d.ts +17 -0
- package/dist/organization-admin-remove.js +14 -0
- package/dist/organization-admin-remove.js.map +1 -0
- package/dist/organization-admin.d.ts +25 -0
- package/dist/organization-admin.js +14 -0
- package/dist/organization-admin.js.map +1 -0
- package/dist/pagination.d.ts +1 -1
- package/dist/pagination.js +1 -1
- package/dist/remove-group-entities-request.d.ts +1 -1
- package/dist/role-scope.d.ts +24 -0
- package/dist/role-scope.js +3 -0
- package/dist/role-scope.js.map +1 -0
- package/dist/role.d.ts +26 -0
- package/dist/role.js +3 -0
- package/dist/role.js.map +1 -0
- package/dist/space-create.d.ts +21 -0
- package/dist/space-create.js +14 -0
- package/dist/space-create.js.map +1 -0
- package/dist/space-scope.d.ts +27 -0
- package/dist/space-scope.js +21 -0
- package/dist/space-scope.js.map +1 -0
- package/dist/space.d.ts +33 -0
- package/dist/space.js +14 -0
- package/dist/space.js.map +1 -0
- package/dist/token-request.d.ts +21 -0
- package/dist/token-request.js +14 -0
- package/dist/token-request.js.map +1 -0
- package/dist/token-response.d.ts +17 -0
- package/dist/token-response.js +14 -0
- package/dist/token-response.js.map +1 -0
- package/dist/user-create.d.ts +1 -1
- package/dist/user-create.js +1 -1
- package/dist/user-summary.d.ts +1 -1
- package/dist/user-summary.js +1 -1
- package/dist/user.d.ts +1 -1
- package/dist/user.js +1 -1
- package/dist/vote-approve.d.ts +2 -2
- package/dist/vote-approve.js +1 -1
- package/dist/vote-veto.d.ts +1 -1
- package/dist/vote-veto.js +1 -1
- package/dist/vote-withdraw.d.ts +1 -1
- package/dist/vote-withdraw.js +1 -1
- package/dist/workflow-action.d.ts +1 -1
- package/dist/workflow-create.d.ts +1 -1
- package/dist/workflow-create.js +1 -1
- package/dist/workflow-ref.d.ts +1 -1
- package/dist/workflow-template-create.d.ts +1 -1
- package/dist/workflow-template-delete.d.ts +17 -0
- package/dist/workflow-template-delete.js +14 -0
- package/dist/workflow-template-delete.js.map +1 -0
- package/dist/workflow-template-deprecate.d.ts +17 -0
- package/dist/workflow-template-deprecate.js +14 -0
- package/dist/workflow-template-deprecate.js.map +1 -0
- package/dist/workflow-template-scope.d.ts +27 -0
- package/dist/workflow-template-scope.js +21 -0
- package/dist/workflow-template-scope.js.map +1 -0
- package/dist/workflow-template-summary.d.ts +5 -1
- package/dist/workflow-template-summary.js +1 -1
- package/dist/workflow-template-update.d.ts +5 -5
- package/dist/workflow-template.d.ts +21 -1
- package/dist/workflow-template.js +9 -0
- package/dist/workflow-template.js.map +1 -1
- package/dist/workflow-vote-request-vote-type.d.ts +1 -1
- package/dist/workflow-vote-request.d.ts +1 -1
- package/dist/workflow.d.ts +1 -1
- package/package.json +3 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/and-rule.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/api-error.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/approval-rule.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Workflow Approval System API
|
|
3
|
+
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
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
|
+
export interface AuthMessageResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Authentication status message
|
|
15
|
+
*/
|
|
16
|
+
message: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Workflow Approval System API
|
|
4
|
+
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
//# sourceMappingURL=auth-message-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auth-message-response.js","sourceRoot":"","sources":["../generated/openapi/model/auth-message-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Workflow Approval System API
|
|
3
|
+
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, groups, and organizational spaces with role-based access control.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
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
|
+
import { RoleScope } from './role-scope';
|
|
13
|
+
/**
|
|
14
|
+
* A role definition bound to a specific scope with permissions
|
|
15
|
+
*/
|
|
16
|
+
export interface BoundRole {
|
|
17
|
+
/**
|
|
18
|
+
* Name of the role (max 100 characters)
|
|
19
|
+
*/
|
|
20
|
+
name: string;
|
|
21
|
+
/**
|
|
22
|
+
* List of permissions granted by this role
|
|
23
|
+
*/
|
|
24
|
+
permissions: Array<string>;
|
|
25
|
+
scope: RoleScope;
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bound-role.js","sourceRoot":"","sources":["../generated/openapi/model/bound-role.ts"],"names":[],"mappings":""}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/email-action.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/email-action.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/entity-reference.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/group-create.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/group-create.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Workflow Approval System API
|
|
3
|
+
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, groups, and organizational spaces with role-based access control.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
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
|
+
export interface GroupScope {
|
|
13
|
+
/**
|
|
14
|
+
* Group scope
|
|
15
|
+
*/
|
|
16
|
+
type: GroupScope.TypeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* ID of the group
|
|
19
|
+
*/
|
|
20
|
+
groupId: string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace GroupScope {
|
|
23
|
+
type TypeEnum = 'group';
|
|
24
|
+
const TypeEnum: {
|
|
25
|
+
Group: TypeEnum;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Workflow Approval System API
|
|
4
|
+
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, groups, and organizational spaces with role-based access control.
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.GroupScope = void 0;
|
|
15
|
+
var GroupScope;
|
|
16
|
+
(function (GroupScope) {
|
|
17
|
+
GroupScope.TypeEnum = {
|
|
18
|
+
Group: 'group'
|
|
19
|
+
};
|
|
20
|
+
})(GroupScope || (exports.GroupScope = GroupScope = {}));
|
|
21
|
+
//# sourceMappingURL=group-scope.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"group-scope.js","sourceRoot":"","sources":["../generated/openapi/model/group-scope.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAaH,IAAiB,UAAU,CAK1B;AALD,WAAiB,UAAU;IAEV,mBAAQ,GAAG;QACpB,KAAK,EAAE,OAAmB;KAC7B,CAAC;AACN,CAAC,EALgB,UAAU,0BAAV,UAAU,QAK1B"}
|
package/dist/group.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Workflow Approval System API
|
|
3
3
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 0.0.
|
|
5
|
+
* The version of the OpenAPI document: 0.0.8
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/group.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Workflow Approval System API
|
|
4
4
|
* API for a SaaS platform that allows customers to manage approvals for generic workflows, users, and groups.
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 0.0.
|
|
6
|
+
* The version of the OpenAPI document: 0.0.8
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,35 +1,54 @@
|
|
|
1
1
|
export * from './workflow-create';
|
|
2
|
+
export * from './organization-admin-remove';
|
|
3
|
+
export * from './role-scope';
|
|
2
4
|
export * from './list-users-200-response';
|
|
3
5
|
export * from './group-create';
|
|
4
6
|
export * from './pagination';
|
|
5
7
|
export * from './and-rule';
|
|
6
8
|
export * from './entity-membership-add';
|
|
7
9
|
export * from './email-action';
|
|
10
|
+
export * from './org-scope';
|
|
11
|
+
export * from './organization-admin';
|
|
8
12
|
export * from './can-vote-response';
|
|
9
13
|
export * from './list-group-entities-200-response';
|
|
10
14
|
export * from './workflow-template-update';
|
|
11
15
|
export * from './api-error';
|
|
16
|
+
export * from './workflow-template-delete';
|
|
12
17
|
export * from './approval-rule';
|
|
13
18
|
export * from './user';
|
|
14
19
|
export * from './user-create';
|
|
20
|
+
export * from './auth-message-response';
|
|
15
21
|
export * from './workflow-vote-request';
|
|
16
22
|
export * from './api-error-details-inner';
|
|
23
|
+
export * from './group-scope';
|
|
17
24
|
export * from './workflow-ref';
|
|
18
25
|
export * from './remove-group-entities-request';
|
|
26
|
+
export * from './list-organization-admins-200-response';
|
|
19
27
|
export * from './add-group-entities-request';
|
|
28
|
+
export * from './token-response';
|
|
20
29
|
export * from './workflow-template-create';
|
|
21
30
|
export * from './models';
|
|
31
|
+
export * from './organization-admin-create';
|
|
32
|
+
export * from './space';
|
|
22
33
|
export * from './group';
|
|
34
|
+
export * from './list-spaces-200-response';
|
|
35
|
+
export * from './workflow-template-deprecate';
|
|
23
36
|
export * from './group-requirement-rule';
|
|
24
37
|
export * from './vote-veto';
|
|
25
38
|
export * from './vote-withdraw';
|
|
26
39
|
export * from './list-workflows-200-response';
|
|
27
40
|
export * from './group-membership';
|
|
41
|
+
export * from './role';
|
|
28
42
|
export * from './list-workflow-templates-200-response';
|
|
29
43
|
export * from './list-groups-200-response';
|
|
44
|
+
export * from './space-scope';
|
|
45
|
+
export * from './space-create';
|
|
30
46
|
export * from './workflow-vote-request-vote-type';
|
|
31
47
|
export * from './vote-mode';
|
|
48
|
+
export * from './list-organization-admins-for-org-200-response';
|
|
49
|
+
export * from './workflow-template-scope';
|
|
32
50
|
export * from './entity-membership-remove';
|
|
51
|
+
export * from './bound-role';
|
|
33
52
|
export * from './workflow';
|
|
34
53
|
export * from './workflow-action';
|
|
35
54
|
export * from './or-rule';
|
|
@@ -37,4 +56,5 @@ export * from './user-summary';
|
|
|
37
56
|
export * from './entity-reference';
|
|
38
57
|
export * from './vote-approve';
|
|
39
58
|
export * from './workflow-template';
|
|
59
|
+
export * from './token-request';
|
|
40
60
|
export * from './workflow-template-summary';
|