@approvio/api 0.0.7 → 0.0.9
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 -5
- 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/get-user-info-200-response.d.ts +17 -0
- package/dist/get-user-info-200-response.js +14 -0
- package/dist/get-user-info-200-response.js.map +1 -0
- package/dist/group-create.d.ts +1 -1
- package/dist/group-create.js +1 -1
- package/dist/group-membership.d.ts +1 -5
- 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 +19 -0
- package/dist/index.js +19 -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 +2 -2
- 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 +5 -1
- package/dist/user.js +1 -1
- package/dist/vote-approve.d.ts +1 -1
- 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-deprecate.d.ts +1 -1
- package/dist/workflow-template-deprecate.js +1 -1
- 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 +1 -1
- package/dist/workflow-template-summary.js +1 -1
- package/dist/workflow-template-update.d.ts +1 -1
- package/dist/workflow-template.d.ts +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 +1 -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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
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.9
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,8 +12,4 @@
|
|
|
12
12
|
import { EntityReference } from './entity-reference';
|
|
13
13
|
export interface EntityMembershipAdd {
|
|
14
14
|
entity: EntityReference;
|
|
15
|
-
/**
|
|
16
|
-
* Role assigned to the entity within the group.
|
|
17
|
-
*/
|
|
18
|
-
role: string;
|
|
19
15
|
}
|
|
@@ -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.9
|
|
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.9
|
|
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.9
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* 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.9
|
|
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 GetUserInfo200Response {
|
|
13
|
+
/**
|
|
14
|
+
* Type of the authenticated entity
|
|
15
|
+
*/
|
|
16
|
+
entityType: 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.9
|
|
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=get-user-info-200-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-info-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/get-user-info-200-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
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.9
|
|
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.9
|
|
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.9
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
import { EntityReference } from './entity-reference';
|
|
13
13
|
export interface GroupMembership {
|
|
14
14
|
entity: EntityReference;
|
|
15
|
-
/**
|
|
16
|
-
* The role of the entity within the group.
|
|
17
|
-
*/
|
|
18
|
-
role: string;
|
|
19
15
|
/**
|
|
20
16
|
* Timestamp when the entity was added to the group.
|
|
21
17
|
*/
|
|
@@ -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.9
|
|
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.9
|
|
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, 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 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, 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
|
+
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.9
|
|
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.9
|
|
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,10 +1,14 @@
|
|
|
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';
|
|
@@ -13,25 +17,39 @@ export * from './workflow-template-delete';
|
|
|
13
17
|
export * from './approval-rule';
|
|
14
18
|
export * from './user';
|
|
15
19
|
export * from './user-create';
|
|
20
|
+
export * from './auth-message-response';
|
|
16
21
|
export * from './workflow-vote-request';
|
|
17
22
|
export * from './api-error-details-inner';
|
|
23
|
+
export * from './group-scope';
|
|
18
24
|
export * from './workflow-ref';
|
|
19
25
|
export * from './remove-group-entities-request';
|
|
26
|
+
export * from './list-organization-admins-200-response';
|
|
20
27
|
export * from './add-group-entities-request';
|
|
28
|
+
export * from './token-response';
|
|
21
29
|
export * from './workflow-template-create';
|
|
22
30
|
export * from './models';
|
|
31
|
+
export * from './organization-admin-create';
|
|
32
|
+
export * from './space';
|
|
23
33
|
export * from './group';
|
|
34
|
+
export * from './list-spaces-200-response';
|
|
24
35
|
export * from './workflow-template-deprecate';
|
|
36
|
+
export * from './get-user-info-200-response';
|
|
25
37
|
export * from './group-requirement-rule';
|
|
26
38
|
export * from './vote-veto';
|
|
27
39
|
export * from './vote-withdraw';
|
|
28
40
|
export * from './list-workflows-200-response';
|
|
29
41
|
export * from './group-membership';
|
|
42
|
+
export * from './role';
|
|
30
43
|
export * from './list-workflow-templates-200-response';
|
|
31
44
|
export * from './list-groups-200-response';
|
|
45
|
+
export * from './space-scope';
|
|
46
|
+
export * from './space-create';
|
|
32
47
|
export * from './workflow-vote-request-vote-type';
|
|
33
48
|
export * from './vote-mode';
|
|
49
|
+
export * from './list-organization-admins-for-org-200-response';
|
|
50
|
+
export * from './workflow-template-scope';
|
|
34
51
|
export * from './entity-membership-remove';
|
|
52
|
+
export * from './bound-role';
|
|
35
53
|
export * from './workflow';
|
|
36
54
|
export * from './workflow-action';
|
|
37
55
|
export * from './or-rule';
|
|
@@ -39,4 +57,5 @@ export * from './user-summary';
|
|
|
39
57
|
export * from './entity-reference';
|
|
40
58
|
export * from './vote-approve';
|
|
41
59
|
export * from './workflow-template';
|
|
60
|
+
export * from './token-request';
|
|
42
61
|
export * from './workflow-template-summary';
|
package/dist/index.js
CHANGED
|
@@ -16,12 +16,16 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
};
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
__exportStar(require("./workflow-create"), exports);
|
|
19
|
+
__exportStar(require("./organization-admin-remove"), exports);
|
|
20
|
+
__exportStar(require("./role-scope"), exports);
|
|
19
21
|
__exportStar(require("./list-users-200-response"), exports);
|
|
20
22
|
__exportStar(require("./group-create"), exports);
|
|
21
23
|
__exportStar(require("./pagination"), exports);
|
|
22
24
|
__exportStar(require("./and-rule"), exports);
|
|
23
25
|
__exportStar(require("./entity-membership-add"), exports);
|
|
24
26
|
__exportStar(require("./email-action"), exports);
|
|
27
|
+
__exportStar(require("./org-scope"), exports);
|
|
28
|
+
__exportStar(require("./organization-admin"), exports);
|
|
25
29
|
__exportStar(require("./can-vote-response"), exports);
|
|
26
30
|
__exportStar(require("./list-group-entities-200-response"), exports);
|
|
27
31
|
__exportStar(require("./workflow-template-update"), exports);
|
|
@@ -30,25 +34,39 @@ __exportStar(require("./workflow-template-delete"), exports);
|
|
|
30
34
|
__exportStar(require("./approval-rule"), exports);
|
|
31
35
|
__exportStar(require("./user"), exports);
|
|
32
36
|
__exportStar(require("./user-create"), exports);
|
|
37
|
+
__exportStar(require("./auth-message-response"), exports);
|
|
33
38
|
__exportStar(require("./workflow-vote-request"), exports);
|
|
34
39
|
__exportStar(require("./api-error-details-inner"), exports);
|
|
40
|
+
__exportStar(require("./group-scope"), exports);
|
|
35
41
|
__exportStar(require("./workflow-ref"), exports);
|
|
36
42
|
__exportStar(require("./remove-group-entities-request"), exports);
|
|
43
|
+
__exportStar(require("./list-organization-admins-200-response"), exports);
|
|
37
44
|
__exportStar(require("./add-group-entities-request"), exports);
|
|
45
|
+
__exportStar(require("./token-response"), exports);
|
|
38
46
|
__exportStar(require("./workflow-template-create"), exports);
|
|
39
47
|
__exportStar(require("./models"), exports);
|
|
48
|
+
__exportStar(require("./organization-admin-create"), exports);
|
|
49
|
+
__exportStar(require("./space"), exports);
|
|
40
50
|
__exportStar(require("./group"), exports);
|
|
51
|
+
__exportStar(require("./list-spaces-200-response"), exports);
|
|
41
52
|
__exportStar(require("./workflow-template-deprecate"), exports);
|
|
53
|
+
__exportStar(require("./get-user-info-200-response"), exports);
|
|
42
54
|
__exportStar(require("./group-requirement-rule"), exports);
|
|
43
55
|
__exportStar(require("./vote-veto"), exports);
|
|
44
56
|
__exportStar(require("./vote-withdraw"), exports);
|
|
45
57
|
__exportStar(require("./list-workflows-200-response"), exports);
|
|
46
58
|
__exportStar(require("./group-membership"), exports);
|
|
59
|
+
__exportStar(require("./role"), exports);
|
|
47
60
|
__exportStar(require("./list-workflow-templates-200-response"), exports);
|
|
48
61
|
__exportStar(require("./list-groups-200-response"), exports);
|
|
62
|
+
__exportStar(require("./space-scope"), exports);
|
|
63
|
+
__exportStar(require("./space-create"), exports);
|
|
49
64
|
__exportStar(require("./workflow-vote-request-vote-type"), exports);
|
|
50
65
|
__exportStar(require("./vote-mode"), exports);
|
|
66
|
+
__exportStar(require("./list-organization-admins-for-org-200-response"), exports);
|
|
67
|
+
__exportStar(require("./workflow-template-scope"), exports);
|
|
51
68
|
__exportStar(require("./entity-membership-remove"), exports);
|
|
69
|
+
__exportStar(require("./bound-role"), exports);
|
|
52
70
|
__exportStar(require("./workflow"), exports);
|
|
53
71
|
__exportStar(require("./workflow-action"), exports);
|
|
54
72
|
__exportStar(require("./or-rule"), exports);
|
|
@@ -56,5 +74,6 @@ __exportStar(require("./user-summary"), exports);
|
|
|
56
74
|
__exportStar(require("./entity-reference"), exports);
|
|
57
75
|
__exportStar(require("./vote-approve"), exports);
|
|
58
76
|
__exportStar(require("./workflow-template"), exports);
|
|
77
|
+
__exportStar(require("./token-request"), exports);
|
|
59
78
|
__exportStar(require("./workflow-template-summary"), exports);
|
|
60
79
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../generated/openapi/model/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;;;;;;;;;;;;;;;;AAE5B,oDAAkC;AAClC,4DAA0C;AAC1C,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAC3B,0DAAwC;AACxC,iDAA+B;AAC/B,sDAAoC;AACpC,qEAAmD;AACnD,6DAA2C;AAC3C,8CAA4B;AAC5B,6DAA2C;AAC3C,kDAAgC;AAChC,yCAAuB;AACvB,gDAA8B;AAC9B,0DAAwC;AACxC,4DAA0C;AAC1C,iDAA+B;AAC/B,kEAAgD;AAChD,+DAA6C;AAC7C,6DAA2C;AAC3C,2CAAyB;AACzB,0CAAwB;AACxB,gEAA8C;AAC9C,2DAAyC;AACzC,8CAA4B;AAC5B,kDAAgC;AAChC,gEAA8C;AAC9C,qDAAmC;AACnC,yEAAuD;AACvD,6DAA2C;AAC3C,oEAAkD;AAClD,8CAA4B;AAC5B,6DAA2C;AAC3C,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,iDAA+B;AAC/B,qDAAmC;AACnC,iDAA+B;AAC/B,sDAAoC;AACpC,8DAA4C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../generated/openapi/model/index.ts"],"names":[],"mappings":";AAAA,4BAA4B;;;;;;;;;;;;;;;;AAE5B,oDAAkC;AAClC,8DAA4C;AAC5C,+CAA6B;AAC7B,4DAA0C;AAC1C,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAC3B,0DAAwC;AACxC,iDAA+B;AAC/B,8CAA4B;AAC5B,uDAAqC;AACrC,sDAAoC;AACpC,qEAAmD;AACnD,6DAA2C;AAC3C,8CAA4B;AAC5B,6DAA2C;AAC3C,kDAAgC;AAChC,yCAAuB;AACvB,gDAA8B;AAC9B,0DAAwC;AACxC,0DAAwC;AACxC,4DAA0C;AAC1C,gDAA8B;AAC9B,iDAA+B;AAC/B,kEAAgD;AAChD,0EAAwD;AACxD,+DAA6C;AAC7C,mDAAiC;AACjC,6DAA2C;AAC3C,2CAAyB;AACzB,8DAA4C;AAC5C,0CAAwB;AACxB,0CAAwB;AACxB,6DAA2C;AAC3C,gEAA8C;AAC9C,+DAA6C;AAC7C,2DAAyC;AACzC,8CAA4B;AAC5B,kDAAgC;AAChC,gEAA8C;AAC9C,qDAAmC;AACnC,yCAAuB;AACvB,yEAAuD;AACvD,6DAA2C;AAC3C,gDAA8B;AAC9B,iDAA+B;AAC/B,oEAAkD;AAClD,8CAA4B;AAC5B,kFAAgE;AAChE,4DAA0C;AAC1C,6DAA2C;AAC3C,+CAA6B;AAC7B,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,iDAA+B;AAC/B,qDAAmC;AACnC,iDAA+B;AAC/B,sDAAoC;AACpC,kDAAgC;AAChC,8DAA4C"}
|
|
@@ -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.9
|
|
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.9
|
|
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, groups, and organizational spaces with role-based access control.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1.0
|
|
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 { Pagination } from './pagination';
|
|
13
|
+
import { OrganizationAdmin } from './organization-admin';
|
|
14
|
+
export interface ListOrganizationAdmins200Response {
|
|
15
|
+
data: Array<OrganizationAdmin>;
|
|
16
|
+
pagination: Pagination;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organization-admins-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/list-organization-admins-200-response.ts"],"names":[],"mappings":""}
|
|
@@ -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
|
+
import { Pagination } from './pagination';
|
|
13
|
+
import { OrganizationAdmin } from './organization-admin';
|
|
14
|
+
export interface ListOrganizationAdminsForOrg200Response {
|
|
15
|
+
data: Array<OrganizationAdmin>;
|
|
16
|
+
pagination: Pagination;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-organization-admins-for-org-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/list-organization-admins-for-org-200-response.ts"],"names":[],"mappings":""}
|
|
@@ -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
|
+
import { Space } from './space';
|
|
13
|
+
import { Pagination } from './pagination';
|
|
14
|
+
export interface ListSpaces200Response {
|
|
15
|
+
data: Array<Space>;
|
|
16
|
+
pagination: Pagination;
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-spaces-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/list-spaces-200-response.ts"],"names":[],"mappings":""}
|