@approvio/api 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/add-group-entities-request.d.ts +1 -1
  2. package/dist/and-rule.d.ts +1 -1
  3. package/dist/api-error-details-inner.d.ts +1 -1
  4. package/dist/api-error-details-inner.js +1 -1
  5. package/dist/api-error.d.ts +1 -1
  6. package/dist/approval-rule.d.ts +1 -1
  7. package/dist/can-vote-response.d.ts +6 -2
  8. package/dist/can-vote-response.js +1 -1
  9. package/dist/email-action.d.ts +1 -1
  10. package/dist/email-action.js +1 -1
  11. package/dist/entity-membership-add.d.ts +1 -1
  12. package/dist/entity-membership-remove.d.ts +1 -1
  13. package/dist/entity-reference.d.ts +1 -1
  14. package/dist/entity-reference.js +1 -1
  15. package/dist/group-create.d.ts +1 -1
  16. package/dist/group-create.js +1 -1
  17. package/dist/group-membership.d.ts +1 -1
  18. package/dist/group-requirement-rule.d.ts +1 -1
  19. package/dist/group-requirement-rule.js +1 -1
  20. package/dist/group.d.ts +1 -1
  21. package/dist/group.js +1 -1
  22. package/dist/index.d.ts +2 -0
  23. package/dist/index.html +742 -0
  24. package/dist/index.js +2 -0
  25. package/dist/index.js.map +1 -1
  26. package/dist/list-group-entities-200-response.d.ts +1 -1
  27. package/dist/list-groups-200-response.d.ts +1 -1
  28. package/dist/list-users-200-response.d.ts +1 -1
  29. package/dist/list-workflow-templates-200-response.d.ts +1 -1
  30. package/dist/list-workflows-200-response.d.ts +1 -1
  31. package/dist/models.d.ts +1 -0
  32. package/dist/models.js +1 -0
  33. package/dist/models.js.map +1 -1
  34. package/dist/or-rule.d.ts +1 -1
  35. package/dist/pagination.d.ts +1 -1
  36. package/dist/pagination.js +1 -1
  37. package/dist/remove-group-entities-request.d.ts +1 -1
  38. package/dist/user-create.d.ts +1 -1
  39. package/dist/user-create.js +1 -1
  40. package/dist/user-summary.d.ts +1 -1
  41. package/dist/user-summary.js +1 -1
  42. package/dist/user.d.ts +1 -1
  43. package/dist/user.js +1 -1
  44. package/dist/vote-approve.d.ts +2 -2
  45. package/dist/vote-approve.js +1 -1
  46. package/dist/vote-veto.d.ts +1 -1
  47. package/dist/vote-veto.js +1 -1
  48. package/dist/vote-withdraw.d.ts +1 -1
  49. package/dist/vote-withdraw.js +1 -1
  50. package/dist/workflow-action.d.ts +1 -1
  51. package/dist/workflow-create.d.ts +1 -1
  52. package/dist/workflow-create.js +1 -1
  53. package/dist/workflow-ref.d.ts +1 -1
  54. package/dist/workflow-template-create.d.ts +1 -1
  55. package/dist/workflow-template-delete.d.ts +17 -0
  56. package/dist/workflow-template-delete.js +14 -0
  57. package/dist/workflow-template-delete.js.map +1 -0
  58. package/dist/workflow-template-deprecate.d.ts +17 -0
  59. package/dist/workflow-template-deprecate.js +14 -0
  60. package/dist/workflow-template-deprecate.js.map +1 -0
  61. package/dist/workflow-template-summary.d.ts +5 -1
  62. package/dist/workflow-template-summary.js +1 -1
  63. package/dist/workflow-template-update.d.ts +5 -5
  64. package/dist/workflow-template.d.ts +21 -1
  65. package/dist/workflow-template.js +9 -0
  66. package/dist/workflow-template.js.map +1 -1
  67. package/dist/workflow-vote-request-vote-type.d.ts +1 -1
  68. package/dist/workflow-vote-request.d.ts +1 -1
  69. package/dist/workflow.d.ts +5 -1
  70. 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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,11 @@ export interface CanVoteResponse {
15
15
  */
16
16
  canVote: boolean;
17
17
  /**
18
- * Indicates the voting status for the user on this workflow. Relevant only if \'canVote\' is true or if the user had voting rights previously.
18
+ * Indicates the voting status for the user on this workflow.
19
19
  */
20
20
  voteStatus: string;
21
+ /**
22
+ * Reason why the entity cannot vote on the workflow. The value is only set if \'canVote\' is false.
23
+ */
24
+ cantVoteReason?: string;
21
25
  }
@@ -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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
5
+ * The version of the OpenAPI document: 0.0.7
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.5
6
+ * The version of the OpenAPI document: 0.0.7
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
@@ -9,6 +9,7 @@ export * from './can-vote-response';
9
9
  export * from './list-group-entities-200-response';
10
10
  export * from './workflow-template-update';
11
11
  export * from './api-error';
12
+ export * from './workflow-template-delete';
12
13
  export * from './approval-rule';
13
14
  export * from './user';
14
15
  export * from './user-create';
@@ -20,6 +21,7 @@ export * from './add-group-entities-request';
20
21
  export * from './workflow-template-create';
21
22
  export * from './models';
22
23
  export * from './group';
24
+ export * from './workflow-template-deprecate';
23
25
  export * from './group-requirement-rule';
24
26
  export * from './vote-veto';
25
27
  export * from './vote-withdraw';