@approvio/api 0.0.29 → 0.0.30
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/index.d.ts +0 -12
- package/dist/index.js +0 -12
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/dist/agent-public-details.d.ts +0 -29
- package/dist/agent-public-details.js +0 -14
- package/dist/agent-public-details.js.map +0 -1
- package/dist/auth-message-response.d.ts +0 -29
- package/dist/auth-message-response.js +0 -14
- package/dist/auth-message-response.js.map +0 -1
- package/dist/bound-role.d.ts +0 -34
- package/dist/bound-role.js +0 -3
- package/dist/bound-role.js.map +0 -1
- package/dist/get-user-info-200-response.d.ts +0 -19
- package/dist/get-user-info-200-response.js +0 -3
- package/dist/get-user-info-200-response.js.map +0 -1
- package/dist/index.html +0 -1274
- package/dist/list-organization-admins-200-response.d.ts +0 -17
- package/dist/list-organization-admins-200-response.js +0 -3
- package/dist/list-organization-admins-200-response.js.map +0 -1
- package/dist/role-assignment-item.d.ts +0 -22
- package/dist/role-assignment-item.js +0 -3
- package/dist/role-assignment-item.js.map +0 -1
- package/dist/role.d.ts +0 -26
- package/dist/role.js +0 -3
- package/dist/role.js.map +0 -1
- package/dist/step-up-operation.d.ts +0 -19
- package/dist/step-up-operation.js +0 -19
- package/dist/step-up-operation.js.map +0 -1
- package/dist/step-up-token-request.d.ts +0 -25
- package/dist/step-up-token-request.js +0 -3
- package/dist/step-up-token-request.js.map +0 -1
- package/dist/vote-mode.d.ts +0 -17
- package/dist/vote-mode.js +0 -14
- package/dist/vote-mode.js.map +0 -1
- package/dist/workflow-include.d.ts +0 -18
- package/dist/workflow-include.js +0 -18
- package/dist/workflow-include.js.map +0 -1
- package/dist/workflow-template-delete.d.ts +0 -17
- package/dist/workflow-template-delete.js +0 -14
- package/dist/workflow-template-delete.js.map +0 -1
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-organization-admins-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/list-organization-admins-200-response.ts"],"names":[],"mappings":""}
|
|
@@ -1,22 +0,0 @@
|
|
|
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.15
|
|
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 operation item that references a system-defined role by name and provides the scope where it should apply (for assignment or removal).
|
|
15
|
-
*/
|
|
16
|
-
export interface RoleAssignmentItem {
|
|
17
|
-
/**
|
|
18
|
-
* Name of the system-defined role template (e.g., \"GroupReadOnly\", \"SpaceManager\"). Must match a role available from the /roles endpoint.
|
|
19
|
-
*/
|
|
20
|
-
roleName: string;
|
|
21
|
-
scope: RoleScope;
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"role-assignment-item.js","sourceRoot":"","sources":["../generated/openapi/model/role-assignment-item.ts"],"names":[],"mappings":""}
|
package/dist/role.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
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
|
-
import { RoleScope } from './role-scope';
|
|
13
|
-
/**
|
|
14
|
-
* A role definition bound to a specific scope with permissions
|
|
15
|
-
*/
|
|
16
|
-
export interface Role {
|
|
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
|
-
}
|
package/dist/role.js
DELETED
package/dist/role.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"role.js","sourceRoot":"","sources":["../generated/openapi/model/role.ts"],"names":[],"mappings":""}
|
|
@@ -1,19 +0,0 @@
|
|
|
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.24
|
|
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
|
-
* The operation requiring step-up authentication
|
|
14
|
-
*/
|
|
15
|
-
export type StepUpOperation = 'vote' | 'admin_action';
|
|
16
|
-
export declare const StepUpOperation: {
|
|
17
|
-
Vote: StepUpOperation;
|
|
18
|
-
AdminAction: StepUpOperation;
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
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.24
|
|
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.StepUpOperation = void 0;
|
|
15
|
-
exports.StepUpOperation = {
|
|
16
|
-
Vote: 'vote',
|
|
17
|
-
AdminAction: 'admin_action'
|
|
18
|
-
};
|
|
19
|
-
//# sourceMappingURL=step-up-operation.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"step-up-operation.js","sourceRoot":"","sources":["../generated/openapi/model/step-up-operation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,eAAe,GAAG;IAC3B,IAAI,EAAE,MAAyB;IAC/B,WAAW,EAAE,cAAiC;CACjD,CAAC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
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.24
|
|
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 { StepUpOperation } from './step-up-operation';
|
|
13
|
-
export interface StepUpTokenRequest {
|
|
14
|
-
/**
|
|
15
|
-
* The ID token received from the IDP after step-up authentication
|
|
16
|
-
*/
|
|
17
|
-
idpToken: string;
|
|
18
|
-
/**
|
|
19
|
-
* The identifier of the resource being accessed
|
|
20
|
-
*/
|
|
21
|
-
resourceId: string;
|
|
22
|
-
operation: StepUpOperation;
|
|
23
|
-
}
|
|
24
|
-
export declare namespace StepUpTokenRequest {
|
|
25
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"step-up-token-request.js","sourceRoot":"","sources":["../generated/openapi/model/step-up-token-request.ts"],"names":[],"mappings":""}
|
package/dist/vote-mode.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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: 1.0.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
|
-
export interface VoteMode {
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the mode of voting. VOTE_FOR_ALL means the vote applies based on the user\'s direct eligibility. VOTE_FOR_GROUPS (future) would imply voting on behalf of specific groups.
|
|
15
|
-
*/
|
|
16
|
-
type: string;
|
|
17
|
-
}
|
package/dist/vote-mode.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
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: 1.0.0
|
|
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=vote-mode.js.map
|
package/dist/vote-mode.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vote-mode.js","sourceRoot":"","sources":["../generated/openapi/model/vote-mode.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
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.20
|
|
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
|
-
* Related objects to include in the workflow response
|
|
14
|
-
*/
|
|
15
|
-
export type WorkflowInclude = 'workflow-template';
|
|
16
|
-
export declare const WorkflowInclude: {
|
|
17
|
-
WorkflowTemplate: WorkflowInclude;
|
|
18
|
-
};
|
package/dist/workflow-include.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
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.20
|
|
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.WorkflowInclude = void 0;
|
|
15
|
-
exports.WorkflowInclude = {
|
|
16
|
-
WorkflowTemplate: 'workflow-template'
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=workflow-include.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-include.js","sourceRoot":"","sources":["../generated/openapi/model/workflow-include.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQU,QAAA,eAAe,GAAG;IAC3B,gBAAgB,EAAE,mBAAsC;CAC3D,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
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.6
|
|
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 WorkflowTemplateDelete {
|
|
13
|
-
/**
|
|
14
|
-
* If true, all in-progress workflows associated with this template will be canceled.
|
|
15
|
-
*/
|
|
16
|
-
cancelWorkflows?: boolean;
|
|
17
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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.6
|
|
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=workflow-template-delete.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-template-delete.js","sourceRoot":"","sources":["../generated/openapi/model/workflow-template-delete.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|