@approvio/api 0.0.10 → 0.0.12
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/agent-challenge-request.d.ts +17 -0
- package/dist/agent-challenge-request.js +14 -0
- package/dist/agent-challenge-request.js.map +1 -0
- package/dist/agent-challenge-response.d.ts +17 -0
- package/dist/agent-challenge-response.js +14 -0
- package/dist/agent-challenge-response.js.map +1 -0
- package/dist/agent-registration-request.d.ts +17 -0
- package/dist/agent-registration-request.js +14 -0
- package/dist/agent-registration-request.js.map +1 -0
- package/dist/agent-registration-response.d.ts +33 -0
- package/dist/agent-registration-response.js +14 -0
- package/dist/agent-registration-response.js.map +1 -0
- package/dist/agent-token-request.d.ts +35 -0
- package/dist/agent-token-request.js +24 -0
- package/dist/agent-token-request.js.map +1 -0
- package/dist/agent-token-response.d.ts +17 -0
- package/dist/agent-token-response.js +14 -0
- package/dist/agent-token-response.js.map +1 -0
- 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 +1 -1
- package/dist/auth-message-response.js +1 -1
- 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/get-user-info-200-response.d.ts +1 -1
- package/dist/get-user-info-200-response.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.d.ts +1 -1
- package/dist/group.js +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +6 -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-for-org-200-response.d.ts +1 -1
- package/dist/list-spaces-200-response.d.ts +1 -1
- 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 +9 -0
- package/dist/models.js +9 -0
- package/dist/models.js.map +1 -1
- package/dist/or-rule.d.ts +1 -1
- package/dist/organization-admin-create.d.ts +1 -1
- package/dist/organization-admin-create.js +1 -1
- package/dist/organization-admin-remove.d.ts +1 -1
- package/dist/organization-admin-remove.js +1 -1
- package/dist/organization-admin.d.ts +1 -1
- package/dist/organization-admin.js +1 -1
- 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/space-create.d.ts +1 -1
- package/dist/space-create.js +1 -1
- package/dist/space.d.ts +1 -1
- package/dist/space.js +1 -1
- package/dist/token-request.d.ts +1 -1
- package/dist/token-request.js +1 -1
- package/dist/token-response.d.ts +1 -1
- package/dist/token-response.js +1 -1
- 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 +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-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.12
|
|
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.12
|
|
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 AgentChallengeRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Name of the agent requesting authentication
|
|
15
|
+
*/
|
|
16
|
+
agentName: 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.12
|
|
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=agent-challenge-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-challenge-request.js","sourceRoot":"","sources":["../generated/openapi/model/agent-challenge-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -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.12
|
|
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 AgentChallengeResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Base64 encoded encrypted challenge that must be signed by the agent. **Decrypted Format (JSON object):** ```json { \"audience\": \"agent-name\", \"expires_at\": \"2025-04-15T12:15:00Z\", \"issuer\": \"Approvio\", \"nonce\": \"random-string-challenge\" } ```
|
|
15
|
+
*/
|
|
16
|
+
challenge: 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.12
|
|
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=agent-challenge-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-challenge-response.js","sourceRoot":"","sources":["../generated/openapi/model/agent-challenge-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -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.12
|
|
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 AgentRegistrationRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Unique name for the agent (must be unique across the system)
|
|
15
|
+
*/
|
|
16
|
+
agentName: 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.12
|
|
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=agent-registration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-registration-request.js","sourceRoot":"","sources":["../generated/openapi/model/agent-registration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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.12
|
|
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 AgentRegistrationResponse {
|
|
13
|
+
/**
|
|
14
|
+
* Unique identifier for the registered agent
|
|
15
|
+
*/
|
|
16
|
+
agentId: string;
|
|
17
|
+
/**
|
|
18
|
+
* Name of the registered agent
|
|
19
|
+
*/
|
|
20
|
+
agentName: string;
|
|
21
|
+
/**
|
|
22
|
+
* RSA public key in base64 encoded PEM format for the agent
|
|
23
|
+
*/
|
|
24
|
+
publicKey: string;
|
|
25
|
+
/**
|
|
26
|
+
* RSA private key in base64 encoded PEM format for the agent (store securely!)
|
|
27
|
+
*/
|
|
28
|
+
privateKey: string;
|
|
29
|
+
/**
|
|
30
|
+
* Timestamp when the agent was registered
|
|
31
|
+
*/
|
|
32
|
+
readonly createdAt: string;
|
|
33
|
+
}
|
|
@@ -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.12
|
|
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=agent-registration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-registration-response.js","sourceRoot":"","sources":["../generated/openapi/model/agent-registration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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.12
|
|
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 AgentTokenRequest {
|
|
13
|
+
/**
|
|
14
|
+
* OAuth 2.0 grant type for JWT Bearer profile
|
|
15
|
+
*/
|
|
16
|
+
grantType: AgentTokenRequest.GrantTypeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* OAuth 2.0 client assertion type for JWT Bearer profile
|
|
19
|
+
*/
|
|
20
|
+
clientAssertionType: AgentTokenRequest.ClientAssertionTypeEnum;
|
|
21
|
+
/**
|
|
22
|
+
* JWT assertion signed with the agent\'s private key using RS256 algorithm. **JWT Header:** ```json { \"alg\": \"RS256\", \"typ\": \"JWT\" } ``` **JWT Payload:** ```json { \"iss\": \"agent-name\", \"sub\": \"agent-name\", \"aud\": \"authorization-server-identifier\", \"exp\": 1640995200, \"jti\": \"nonce-from-challenge\", \"iat\": 1640991600 } ``` **Requirements:** - Must be signed with agent\'s private key using RS256 - JWT ID (jti) must match nonce from server\'s challenge - Issuer (iss) and subject (sub) must be the agent name - Audience (aud) must be the authorization server identifier - Agent identity is extracted from the issuer claim
|
|
23
|
+
*/
|
|
24
|
+
clientAssertion: string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace AgentTokenRequest {
|
|
27
|
+
type GrantTypeEnum = 'urn:ietf:params:oauth:grant-type:jwt-bearer';
|
|
28
|
+
const GrantTypeEnum: {
|
|
29
|
+
UrnietfparamsoauthgrantTypejwtBearer: GrantTypeEnum;
|
|
30
|
+
};
|
|
31
|
+
type ClientAssertionTypeEnum = 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer';
|
|
32
|
+
const ClientAssertionTypeEnum: {
|
|
33
|
+
UrnietfparamsoauthclientAssertionTypejwtBearer: ClientAssertionTypeEnum;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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.12
|
|
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.AgentTokenRequest = void 0;
|
|
15
|
+
var AgentTokenRequest;
|
|
16
|
+
(function (AgentTokenRequest) {
|
|
17
|
+
AgentTokenRequest.GrantTypeEnum = {
|
|
18
|
+
UrnietfparamsoauthgrantTypejwtBearer: 'urn:ietf:params:oauth:grant-type:jwt-bearer'
|
|
19
|
+
};
|
|
20
|
+
AgentTokenRequest.ClientAssertionTypeEnum = {
|
|
21
|
+
UrnietfparamsoauthclientAssertionTypejwtBearer: 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer'
|
|
22
|
+
};
|
|
23
|
+
})(AgentTokenRequest || (exports.AgentTokenRequest = AgentTokenRequest = {}));
|
|
24
|
+
//# sourceMappingURL=agent-token-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-token-request.js","sourceRoot":"","sources":["../generated/openapi/model/agent-token-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAiBH,IAAiB,iBAAiB,CASjC;AATD,WAAiB,iBAAiB;IAEjB,+BAAa,GAAG;QACzB,oCAAoC,EAAE,6CAA8D;KACvG,CAAC;IAEW,yCAAuB,GAAG;QACnC,8CAA8C,EAAE,wDAAmF;KACtI,CAAC;AACN,CAAC,EATgB,iBAAiB,iCAAjB,iBAAiB,QASjC"}
|
|
@@ -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.12
|
|
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 AgentTokenResponse {
|
|
13
|
+
/**
|
|
14
|
+
* JWT token for the authenticated agent
|
|
15
|
+
*/
|
|
16
|
+
token: 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.12
|
|
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=agent-token-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent-token-response.js","sourceRoot":"","sources":["../generated/openapi/model/agent-token-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
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.12
|
|
7
7
|
*
|
|
8
8
|
*
|
|
9
9
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
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.12
|
|
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.12
|
|
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
|
@@ -16,6 +16,7 @@ export * from './api-error';
|
|
|
16
16
|
export * from './workflow-template-delete';
|
|
17
17
|
export * from './approval-rule';
|
|
18
18
|
export * from './user';
|
|
19
|
+
export * from './agent-challenge-response';
|
|
19
20
|
export * from './user-create';
|
|
20
21
|
export * from './auth-message-response';
|
|
21
22
|
export * from './workflow-vote-request';
|
|
@@ -37,22 +38,27 @@ export * from './get-user-info-200-response';
|
|
|
37
38
|
export * from './group-requirement-rule';
|
|
38
39
|
export * from './vote-veto';
|
|
39
40
|
export * from './vote-withdraw';
|
|
41
|
+
export * from './agent-registration-response';
|
|
40
42
|
export * from './list-workflows-200-response';
|
|
41
43
|
export * from './group-membership';
|
|
42
44
|
export * from './role';
|
|
43
45
|
export * from './list-workflow-templates-200-response';
|
|
44
46
|
export * from './list-groups-200-response';
|
|
45
47
|
export * from './space-scope';
|
|
48
|
+
export * from './agent-registration-request';
|
|
49
|
+
export * from './agent-challenge-request';
|
|
46
50
|
export * from './space-create';
|
|
47
51
|
export * from './workflow-vote-request-vote-type';
|
|
48
52
|
export * from './vote-mode';
|
|
49
53
|
export * from './list-organization-admins-for-org-200-response';
|
|
50
54
|
export * from './workflow-template-scope';
|
|
51
55
|
export * from './entity-membership-remove';
|
|
56
|
+
export * from './agent-token-response';
|
|
52
57
|
export * from './bound-role';
|
|
53
58
|
export * from './workflow';
|
|
54
59
|
export * from './workflow-action';
|
|
55
60
|
export * from './or-rule';
|
|
61
|
+
export * from './agent-token-request';
|
|
56
62
|
export * from './user-summary';
|
|
57
63
|
export * from './entity-reference';
|
|
58
64
|
export * from './vote-approve';
|
package/dist/index.js
CHANGED
|
@@ -33,6 +33,7 @@ __exportStar(require("./api-error"), exports);
|
|
|
33
33
|
__exportStar(require("./workflow-template-delete"), exports);
|
|
34
34
|
__exportStar(require("./approval-rule"), exports);
|
|
35
35
|
__exportStar(require("./user"), exports);
|
|
36
|
+
__exportStar(require("./agent-challenge-response"), exports);
|
|
36
37
|
__exportStar(require("./user-create"), exports);
|
|
37
38
|
__exportStar(require("./auth-message-response"), exports);
|
|
38
39
|
__exportStar(require("./workflow-vote-request"), exports);
|
|
@@ -54,22 +55,27 @@ __exportStar(require("./get-user-info-200-response"), exports);
|
|
|
54
55
|
__exportStar(require("./group-requirement-rule"), exports);
|
|
55
56
|
__exportStar(require("./vote-veto"), exports);
|
|
56
57
|
__exportStar(require("./vote-withdraw"), exports);
|
|
58
|
+
__exportStar(require("./agent-registration-response"), exports);
|
|
57
59
|
__exportStar(require("./list-workflows-200-response"), exports);
|
|
58
60
|
__exportStar(require("./group-membership"), exports);
|
|
59
61
|
__exportStar(require("./role"), exports);
|
|
60
62
|
__exportStar(require("./list-workflow-templates-200-response"), exports);
|
|
61
63
|
__exportStar(require("./list-groups-200-response"), exports);
|
|
62
64
|
__exportStar(require("./space-scope"), exports);
|
|
65
|
+
__exportStar(require("./agent-registration-request"), exports);
|
|
66
|
+
__exportStar(require("./agent-challenge-request"), exports);
|
|
63
67
|
__exportStar(require("./space-create"), exports);
|
|
64
68
|
__exportStar(require("./workflow-vote-request-vote-type"), exports);
|
|
65
69
|
__exportStar(require("./vote-mode"), exports);
|
|
66
70
|
__exportStar(require("./list-organization-admins-for-org-200-response"), exports);
|
|
67
71
|
__exportStar(require("./workflow-template-scope"), exports);
|
|
68
72
|
__exportStar(require("./entity-membership-remove"), exports);
|
|
73
|
+
__exportStar(require("./agent-token-response"), exports);
|
|
69
74
|
__exportStar(require("./bound-role"), exports);
|
|
70
75
|
__exportStar(require("./workflow"), exports);
|
|
71
76
|
__exportStar(require("./workflow-action"), exports);
|
|
72
77
|
__exportStar(require("./or-rule"), exports);
|
|
78
|
+
__exportStar(require("./agent-token-request"), exports);
|
|
73
79
|
__exportStar(require("./user-summary"), exports);
|
|
74
80
|
__exportStar(require("./entity-reference"), exports);
|
|
75
81
|
__exportStar(require("./vote-approve"), exports);
|
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,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"}
|
|
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,6DAA2C;AAC3C,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,gEAA8C;AAC9C,qDAAmC;AACnC,yCAAuB;AACvB,yEAAuD;AACvD,6DAA2C;AAC3C,gDAA8B;AAC9B,+DAA6C;AAC7C,4DAA0C;AAC1C,iDAA+B;AAC/B,oEAAkD;AAClD,8CAA4B;AAC5B,kFAAgE;AAChE,4DAA0C;AAC1C,6DAA2C;AAC3C,yDAAuC;AACvC,+CAA6B;AAC7B,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,wDAAsC;AACtC,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.12
|
|
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.12
|
|
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.12
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|