@approvio/api 0.0.12 → 0.0.13

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 (101) hide show
  1. package/dist/add-group-entities-request.d.ts +1 -1
  2. package/dist/agent-challenge-request.d.ts +1 -1
  3. package/dist/agent-challenge-request.js +1 -1
  4. package/dist/agent-challenge-response.d.ts +1 -1
  5. package/dist/agent-challenge-response.js +1 -1
  6. package/dist/agent-registration-request.d.ts +1 -1
  7. package/dist/agent-registration-request.js +1 -1
  8. package/dist/agent-registration-response.d.ts +1 -1
  9. package/dist/agent-registration-response.js +1 -1
  10. package/dist/agent-token-request.d.ts +1 -1
  11. package/dist/agent-token-request.js +1 -1
  12. package/dist/agent-token-response.d.ts +1 -1
  13. package/dist/agent-token-response.js +1 -1
  14. package/dist/and-rule.d.ts +1 -1
  15. package/dist/api-error-details-inner.d.ts +1 -1
  16. package/dist/api-error-details-inner.js +1 -1
  17. package/dist/api-error.d.ts +1 -1
  18. package/dist/approval-rule.d.ts +1 -1
  19. package/dist/auth-message-response.d.ts +1 -1
  20. package/dist/auth-message-response.js +1 -1
  21. package/dist/can-vote-response.d.ts +1 -1
  22. package/dist/can-vote-response.js +1 -1
  23. package/dist/email-action.d.ts +1 -1
  24. package/dist/email-action.js +1 -1
  25. package/dist/entity-membership-add.d.ts +1 -1
  26. package/dist/entity-membership-remove.d.ts +1 -1
  27. package/dist/entity-reference.d.ts +1 -1
  28. package/dist/entity-reference.js +1 -1
  29. package/dist/get-user-info-200-response.d.ts +1 -1
  30. package/dist/get-user-info-200-response.js +1 -1
  31. package/dist/group-create.d.ts +1 -1
  32. package/dist/group-create.js +1 -1
  33. package/dist/group-membership.d.ts +1 -1
  34. package/dist/group-requirement-rule.d.ts +1 -1
  35. package/dist/group-requirement-rule.js +1 -1
  36. package/dist/group.d.ts +1 -1
  37. package/dist/group.js +1 -1
  38. package/dist/index.d.ts +2 -0
  39. package/dist/index.js +2 -0
  40. package/dist/index.js.map +1 -1
  41. package/dist/list-group-entities-200-response.d.ts +1 -1
  42. package/dist/list-groups-200-response.d.ts +1 -1
  43. package/dist/list-organization-admins-for-org-200-response.d.ts +1 -1
  44. package/dist/list-role-templates-200-response.d.ts +15 -0
  45. package/dist/list-role-templates-200-response.js +3 -0
  46. package/dist/list-role-templates-200-response.js.map +1 -0
  47. package/dist/list-spaces-200-response.d.ts +1 -1
  48. package/dist/list-users-200-response.d.ts +1 -1
  49. package/dist/list-workflow-templates-200-response.d.ts +1 -1
  50. package/dist/list-workflows-200-response.d.ts +1 -1
  51. package/dist/models.d.ts +2 -0
  52. package/dist/models.js +2 -0
  53. package/dist/models.js.map +1 -1
  54. package/dist/or-rule.d.ts +1 -1
  55. package/dist/organization-admin-create.d.ts +1 -1
  56. package/dist/organization-admin-create.js +1 -1
  57. package/dist/organization-admin-remove.d.ts +1 -1
  58. package/dist/organization-admin-remove.js +1 -1
  59. package/dist/organization-admin.d.ts +1 -1
  60. package/dist/organization-admin.js +1 -1
  61. package/dist/pagination.d.ts +1 -1
  62. package/dist/pagination.js +1 -1
  63. package/dist/remove-group-entities-request.d.ts +1 -1
  64. package/dist/role-template.d.ts +25 -0
  65. package/dist/role-template.js +14 -0
  66. package/dist/role-template.js.map +1 -0
  67. package/dist/space-create.d.ts +1 -1
  68. package/dist/space-create.js +1 -1
  69. package/dist/space.d.ts +1 -1
  70. package/dist/space.js +1 -1
  71. package/dist/token-request.d.ts +1 -1
  72. package/dist/token-request.js +1 -1
  73. package/dist/token-response.d.ts +1 -1
  74. package/dist/token-response.js +1 -1
  75. package/dist/user-create.d.ts +1 -1
  76. package/dist/user-create.js +1 -1
  77. package/dist/user-summary.d.ts +1 -1
  78. package/dist/user-summary.js +1 -1
  79. package/dist/user.d.ts +1 -1
  80. package/dist/user.js +1 -1
  81. package/dist/vote-approve.d.ts +1 -1
  82. package/dist/vote-approve.js +1 -1
  83. package/dist/vote-veto.d.ts +1 -1
  84. package/dist/vote-veto.js +1 -1
  85. package/dist/vote-withdraw.d.ts +1 -1
  86. package/dist/vote-withdraw.js +1 -1
  87. package/dist/workflow-action.d.ts +1 -1
  88. package/dist/workflow-create.d.ts +1 -1
  89. package/dist/workflow-create.js +1 -1
  90. package/dist/workflow-ref.d.ts +1 -1
  91. package/dist/workflow-template-create.d.ts +1 -1
  92. package/dist/workflow-template-deprecate.d.ts +1 -1
  93. package/dist/workflow-template-deprecate.js +1 -1
  94. package/dist/workflow-template-summary.d.ts +1 -1
  95. package/dist/workflow-template-summary.js +1 -1
  96. package/dist/workflow-template-update.d.ts +1 -1
  97. package/dist/workflow-template.d.ts +1 -1
  98. package/dist/workflow-vote-request-vote-type.d.ts +1 -1
  99. package/dist/workflow-vote-request.d.ts +1 -1
  100. package/dist/workflow.d.ts +1 -1
  101. 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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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
@@ -53,11 +53,13 @@ export * from './vote-mode';
53
53
  export * from './list-organization-admins-for-org-200-response';
54
54
  export * from './workflow-template-scope';
55
55
  export * from './entity-membership-remove';
56
+ export * from './role-template';
56
57
  export * from './agent-token-response';
57
58
  export * from './bound-role';
58
59
  export * from './workflow';
59
60
  export * from './workflow-action';
60
61
  export * from './or-rule';
62
+ export * from './list-role-templates-200-response';
61
63
  export * from './agent-token-request';
62
64
  export * from './user-summary';
63
65
  export * from './entity-reference';
package/dist/index.js CHANGED
@@ -70,11 +70,13 @@ __exportStar(require("./vote-mode"), exports);
70
70
  __exportStar(require("./list-organization-admins-for-org-200-response"), exports);
71
71
  __exportStar(require("./workflow-template-scope"), exports);
72
72
  __exportStar(require("./entity-membership-remove"), exports);
73
+ __exportStar(require("./role-template"), exports);
73
74
  __exportStar(require("./agent-token-response"), exports);
74
75
  __exportStar(require("./bound-role"), exports);
75
76
  __exportStar(require("./workflow"), exports);
76
77
  __exportStar(require("./workflow-action"), exports);
77
78
  __exportStar(require("./or-rule"), exports);
79
+ __exportStar(require("./list-role-templates-200-response"), exports);
78
80
  __exportStar(require("./agent-token-request"), exports);
79
81
  __exportStar(require("./user-summary"), exports);
80
82
  __exportStar(require("./entity-reference"), 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,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"}
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,kDAAgC;AAChC,yDAAuC;AACvC,+CAA6B;AAC7B,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,qEAAmD;AACnD,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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,15 @@
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.13
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 { RoleTemplate } from './role-template';
13
+ export interface ListRoleTemplates200Response {
14
+ roles: Array<RoleTemplate>;
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=list-role-templates-200-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-role-templates-200-response.js","sourceRoot":"","sources":["../generated/openapi/model/list-role-templates-200-response.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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/models.d.ts CHANGED
@@ -23,6 +23,7 @@ export * from './group-requirement-rule';
23
23
  export * from './list-group-entities-200-response';
24
24
  export * from './list-groups-200-response';
25
25
  export * from './list-organization-admins-for-org-200-response';
26
+ export * from './list-role-templates-200-response';
26
27
  export * from './list-spaces-200-response';
27
28
  export * from './list-users-200-response';
28
29
  export * from './list-workflow-templates-200-response';
@@ -33,6 +34,7 @@ export * from './organization-admin-create';
33
34
  export * from './organization-admin-remove';
34
35
  export * from './pagination';
35
36
  export * from './remove-group-entities-request';
37
+ export * from './role-template';
36
38
  export * from './space';
37
39
  export * from './space-create';
38
40
  export * from './token-request';
package/dist/models.js CHANGED
@@ -39,6 +39,7 @@ __exportStar(require("./group-requirement-rule"), exports);
39
39
  __exportStar(require("./list-group-entities-200-response"), exports);
40
40
  __exportStar(require("./list-groups-200-response"), exports);
41
41
  __exportStar(require("./list-organization-admins-for-org-200-response"), exports);
42
+ __exportStar(require("./list-role-templates-200-response"), exports);
42
43
  __exportStar(require("./list-spaces-200-response"), exports);
43
44
  __exportStar(require("./list-users-200-response"), exports);
44
45
  __exportStar(require("./list-workflow-templates-200-response"), exports);
@@ -49,6 +50,7 @@ __exportStar(require("./organization-admin-create"), exports);
49
50
  __exportStar(require("./organization-admin-remove"), exports);
50
51
  __exportStar(require("./pagination"), exports);
51
52
  __exportStar(require("./remove-group-entities-request"), exports);
53
+ __exportStar(require("./role-template"), exports);
52
54
  __exportStar(require("./space"), exports);
53
55
  __exportStar(require("./space-create"), exports);
54
56
  __exportStar(require("./token-request"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../generated/openapi/model/models.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,+DAA6C;AAC7C,gEAA8C;AAC9C,wDAAsC;AACtC,yDAAuC;AACvC,6CAA2B;AAC3B,kDAAgC;AAChC,0DAAwC;AACxC,sDAAoC;AACpC,iDAA+B;AAC/B,0DAAwC;AACxC,6DAA2C;AAC3C,qDAAmC;AACnC,+DAA6C;AAC7C,0CAAwB;AACxB,iDAA+B;AAC/B,qDAAmC;AACnC,2DAAyC;AACzC,qEAAmD;AACnD,6DAA2C;AAC3C,kFAAgE;AAChE,6DAA2C;AAC3C,4DAA0C;AAC1C,yEAAuD;AACvD,gEAA8C;AAC9C,4CAA0B;AAC1B,uDAAqC;AACrC,8DAA4C;AAC5C,8DAA4C;AAC5C,+CAA6B;AAC7B,kEAAgD;AAChD,0CAAwB;AACxB,iDAA+B;AAC/B,kDAAgC;AAChC,mDAAiC;AACjC,yCAAuB;AACvB,gDAA8B;AAC9B,iDAA+B;AAC/B,iDAA+B;AAC/B,8CAA4B;AAC5B,kDAAgC;AAChC,6CAA2B;AAC3B,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,sDAAoC;AACpC,6DAA2C;AAC3C,gEAA8C;AAC9C,8DAA4C;AAC5C,6DAA2C;AAC3C,0DAAwC;AACxC,oEAAkD"}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../generated/openapi/model/models.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,6DAA2C;AAC3C,+DAA6C;AAC7C,gEAA8C;AAC9C,wDAAsC;AACtC,yDAAuC;AACvC,6CAA2B;AAC3B,kDAAgC;AAChC,0DAAwC;AACxC,sDAAoC;AACpC,iDAA+B;AAC/B,0DAAwC;AACxC,6DAA2C;AAC3C,qDAAmC;AACnC,+DAA6C;AAC7C,0CAAwB;AACxB,iDAA+B;AAC/B,qDAAmC;AACnC,2DAAyC;AACzC,qEAAmD;AACnD,6DAA2C;AAC3C,kFAAgE;AAChE,qEAAmD;AACnD,6DAA2C;AAC3C,4DAA0C;AAC1C,yEAAuD;AACvD,gEAA8C;AAC9C,4CAA0B;AAC1B,uDAAqC;AACrC,8DAA4C;AAC5C,8DAA4C;AAC5C,+CAA6B;AAC7B,kEAAgD;AAChD,kDAAgC;AAChC,0CAAwB;AACxB,iDAA+B;AAC/B,kDAAgC;AAChC,mDAAiC;AACjC,yCAAuB;AACvB,gDAA8B;AAC9B,iDAA+B;AAC/B,iDAA+B;AAC/B,8CAA4B;AAC5B,kDAAgC;AAChC,6CAA2B;AAC3B,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,sDAAoC;AACpC,6DAA2C;AAC3C,gEAA8C;AAC9C,8DAA4C;AAC5C,6DAA2C;AAC3C,0DAAwC;AACxC,oEAAkD"}
package/dist/or-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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,25 @@
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.13
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 RoleTemplate {
13
+ /**
14
+ * Unique identifier for the role template
15
+ */
16
+ name: string;
17
+ /**
18
+ * List of permissions granted by this role
19
+ */
20
+ permissions: Array<string>;
21
+ /**
22
+ * The scope type this role applies to
23
+ */
24
+ scope: string;
25
+ }
@@ -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.13
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=role-template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"role-template.js","sourceRoot":"","sources":["../generated/openapi/model/role-template.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG"}
@@ -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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/space.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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/space.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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/user.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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/user.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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/vote-veto.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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
6
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
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.12
5
+ * The version of the OpenAPI document: 0.0.13
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@approvio/api",
3
3
  "author": "Giovanni Baratta",
4
4
  "license": "MIT",
5
- "version": "0.0.12",
5
+ "version": "0.0.13",
6
6
  "private": false,
7
7
  "main": "./dist/index.js",
8
8
  "types": "./dist/index.d.ts",