@epilot/sdk 2.12.1 → 2.13.0
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/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +164 -16
- package/definitions/focus-pocus-runtime.json +1 -0
- package/definitions/focus-pocus.json +757 -0
- package/definitions/user-runtime.json +1 -1
- package/definitions/user.json +146 -0
- package/definitions/workflow-definition-runtime.json +1 -1
- package/definitions/workflow-definition.json +281 -47
- package/definitions/workflow.json +12 -0
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +6 -6
- package/dist/apis/blueprint-manifest.js +1 -1
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +8 -8
- package/dist/apis/customer-portal.d.cts +2 -2
- package/dist/apis/customer-portal.d.ts +2 -2
- package/dist/apis/customer-portal.js +2 -2
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/snapshot.cjs +6 -6
- package/dist/apis/snapshot.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +8 -8
- package/dist/apis/user.d.cts +2 -2
- package/dist/apis/user.d.ts +2 -2
- package/dist/apis/user.js +2 -2
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +8 -8
- package/dist/apis/workflow-definition.d.cts +2 -2
- package/dist/apis/workflow-definition.d.ts +2 -2
- package/dist/apis/workflow-definition.js +2 -2
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.d.cts +2 -2
- package/dist/apis/workflow.d.ts +2 -2
- package/dist/apis/workflow.js +1 -1
- package/dist/chunk-6HJ2Y7DZ.js +14 -0
- package/dist/chunk-BFMY2X2J.cjs +14 -0
- package/dist/{chunk-AJDY36Y6.cjs → chunk-C35OPQHY.cjs} +7 -7
- package/dist/{chunk-NFIYEMMM.js → chunk-N254AABZ.js} +1 -1
- package/dist/chunk-OSPTVXY4.js +14 -0
- package/dist/chunk-QNSMYDKG.cjs +14 -0
- package/dist/{chunk-L3UZLJPQ.js → chunk-SQQJND25.js} +7 -7
- package/dist/{chunk-OWXEZ56F.cjs → chunk-X2LMHC5R.cjs} +1 -1
- package/dist/customer-portal-6I3G44I4.cjs +7 -0
- package/dist/customer-portal-PTVGKDUH.js +7 -0
- package/dist/{customer-portal-runtime-VRGCSOVU.cjs → customer-portal-runtime-4ACQGDNY.cjs} +2 -2
- package/dist/{customer-portal-runtime-NRIQG6IO.js → customer-portal-runtime-E4RI7NYM.js} +1 -1
- package/dist/{customer-portal.d-fWVl8_mE.d.cts → customer-portal.d-Bpc-wk9K.d.cts} +140 -12
- package/dist/{customer-portal.d-fWVl8_mE.d.ts → customer-portal.d-Bpc-wk9K.d.ts} +140 -12
- package/dist/index.cjs +14 -14
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +4 -4
- package/dist/js-yaml-DLCVPJ7G.js +0 -0
- package/dist/user-5KLWGPQ2.js +7 -0
- package/dist/user-GZLPNGIW.cjs +7 -0
- package/dist/user-runtime-6TSL4RZN.cjs +5 -0
- package/dist/{user-runtime-6ICV2Y73.js → user-runtime-UPFER72E.js} +1 -1
- package/dist/{user.d-L-C7_K84.d.cts → user.d-6bp0zEwE.d.cts} +131 -0
- package/dist/{user.d-L-C7_K84.d.ts → user.d-6bp0zEwE.d.ts} +131 -0
- package/dist/workflow-JQT3F5NJ.cjs +7 -0
- package/dist/workflow-Q6FAE5OL.js +7 -0
- package/dist/workflow-definition-5P3PDJKU.cjs +7 -0
- package/dist/workflow-definition-XSSOSEGF.js +7 -0
- package/dist/{workflow-definition-runtime-GACBV4WM.cjs → workflow-definition-runtime-2HQS3RPK.cjs} +2 -2
- package/dist/{workflow-definition-runtime-OVXRSE34.js → workflow-definition-runtime-JUPATIKU.js} +1 -1
- package/dist/{workflow-definition.d-DOeb0KVV.d.cts → workflow-definition.d-CweGhhBU.d.cts} +416 -82
- package/dist/{workflow-definition.d-DOeb0KVV.d.ts → workflow-definition.d-CweGhhBU.d.ts} +416 -82
- package/dist/{workflow.d-eFv0ecBi.d.cts → workflow.d-5cyNJgVQ.d.cts} +28 -0
- package/dist/{workflow.d-eFv0ecBi.d.ts → workflow.d-5cyNJgVQ.d.ts} +28 -0
- package/docs/customer-portal.md +86 -21
- package/docs/user.md +174 -11
- package/docs/workflow-definition.md +179 -43
- package/docs/workflow.md +16 -7
- package/package.json +12 -11
- package/dist/chunk-43GJY2EB.js +0 -14
- package/dist/chunk-4H2KIKGL.cjs +0 -14
- package/dist/chunk-COASF7ZR.js +0 -14
- package/dist/chunk-CYS6QBW6.cjs +0 -14
- package/dist/customer-portal-F45XWLIO.cjs +0 -7
- package/dist/customer-portal-MYNJZ4OW.js +0 -7
- package/dist/user-3SLAEEVD.cjs +0 -7
- package/dist/user-PRUYBXQV.js +0 -7
- package/dist/user-runtime-Y3227ETX.cjs +0 -5
- package/dist/workflow-7OU2YEEI.cjs +0 -7
- package/dist/workflow-IVKCWS44.js +0 -7
- package/dist/workflow-definition-2VF7S23G.js +0 -7
- package/dist/workflow-definition-U6YXD42W.cjs +0 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"https://user.sls.epilot.io","o":[["signUpUser","post","/v2/users/public/signup",[["token","q"]],1],["getMeV2","get","/v2/users/me"],["listUserSettings","get","/v2/users/me/settings"],["getUserSettingsScope","get","/v2/users/me/settings/{scope}",[["scope","p",true]]],["getUserSetting","get","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]]],["putUserSetting","put","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]],1],["deleteUserSetting","delete","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]]],["listUsersV2","get","/v2/users",[["query","q"],["limit","q"],["offset","q"]]],["getUserV2","get","/v2/users/{id}",[["id","p",true]]],["updateUserV2","patch","/v2/users/{id}",[["id","p",true]],1],["deleteUserV2","delete","/v2/users/{id}",[["id","p",true]]],["inviteUser","post","/v2/users/invite",null,1],["resendUserInvitation","post","/v2/users/invite:resendEmail",null,1],["sendUserPasswordReset","post","/v2/users:sendPasswordReset",null,1],["getGroupsForUser","get","/v2/users/{id}/groups",[["id","p",true]]],["getGroups","get","/v1/groups",[["query","q"],["limit","q"],["offset","q"],["hydrate","q"]]],["createGroup","post","/v1/groups",null,1],["getGroup","get","/v1/groups/{id}",[["id","p",true],["hydrate","q"]]],["updateGroup","patch","/v1/groups/{id}",[["id","p",true]],1],["deleteGroup","delete","/v1/groups/{id}",[["id","p",true]]],["advanceUserAssignment","post","/v1/groups/{id}/user:next",[["id","p",true]]],["createNavigation","post","/v2/user/navigations",null,1],["getNavigation","get","/v2/user/navigations/{id}",[["id","p",true]]],["verifyEmailWithToken","post","/v2/users/public/verifyEmail",[["token","q",true]],1],["requestPasswordReset","post","/v2/users/public/requestPasswordReset",null,1],["checkInviteToken","get","/v2/users/public/checkToken",[["token","q",true]]],["activateUser","post","/v2/users/public/activate",[["token","q",true]],1],["rejectInvite","delete","/v2/users/public/reject",[["token","q",true]]],["getUserLoginParametersV2","get","/v2/users/public/username/{username}:getLoginParameters",[["username","p",true]]],["beginPasskeyAuthentication","post","/v2/users/public/passkeys:authenticateBegin",null,1],["beginDiscoverablePasskeyAuthentication","post","/v2/users/public/passkeys:authenticateBeginDiscoverable"],["resolveDiscoverableCredential","post","/v2/users/public/passkeys:resolveCredential",null,1],["beginPasskeyRegistration","post","/v2/users/me/passkeys:registerBegin",null,1],["completePasskeyRegistration","post","/v2/users/me/passkeys:registerComplete",null,1],["listPasskeys","get","/v2/users/me/passkeys"],["deletePasskey","delete","/v2/users/me/passkeys/{credentialId}",[["credentialId","p",true]]],["switchOrganization","post","/v2/users/switchOrganization",null,1],["getMe","get","/v1/users/me"],["listUsers","get","/v1/users",[["org_ids","q",false,"form",false],["query","q"],["limit","q"],["offset","q"]]],["getUser","get","/v1/users/{id}",[["id","p",true]]],["getUserLoginParameters","get","/v1/users/username/{username}:getLoginParameters",[["username","p",true]]]]}
|
|
1
|
+
{"s":"https://user.sls.epilot.io","o":[["signUpUser","post","/v2/users/public/signup",[["token","q"]],1],["getMeV2","get","/v2/users/me"],["listUserSettings","get","/v2/users/me/settings"],["getUserSettingsScope","get","/v2/users/me/settings/{scope}",[["scope","p",true]]],["getUserSetting","get","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]]],["putUserSetting","put","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]],1],["deleteUserSetting","delete","/v2/users/me/settings/{scope}/{key}",[["scope","p",true],["key","p",true]]],["listUsersV2","get","/v2/users",[["query","q"],["limit","q"],["offset","q"]]],["getUserV2","get","/v2/users/{id}",[["id","p",true]]],["updateUserV2","patch","/v2/users/{id}",[["id","p",true]],1],["deleteUserV2","delete","/v2/users/{id}",[["id","p",true]]],["inviteUser","post","/v2/users/invite",null,1],["resendUserInvitation","post","/v2/users/invite:resendEmail",null,1],["sendUserPasswordReset","post","/v2/users:sendPasswordReset",null,1],["getGroupsForUser","get","/v2/users/{id}/groups",[["id","p",true]]],["getGroups","get","/v1/groups",[["query","q"],["limit","q"],["offset","q"],["hydrate","q"]]],["createGroup","post","/v1/groups",null,1],["getGroup","get","/v1/groups/{id}",[["id","p",true],["hydrate","q"]]],["updateGroup","patch","/v1/groups/{id}",[["id","p",true]],1],["deleteGroup","delete","/v1/groups/{id}",[["id","p",true]]],["advanceUserAssignment","post","/v1/groups/{id}/user:next",[["id","p",true]]],["createNavigation","post","/v2/user/navigations",null,1],["getNavigation","get","/v2/user/navigations/{id}",[["id","p",true]]],["verifyEmailWithToken","post","/v2/users/public/verifyEmail",[["token","q",true]],1],["requestPasswordReset","post","/v2/users/public/requestPasswordReset",null,1],["resetPassword","post","/v2/users/public/resetPassword",null,1],["checkInviteToken","get","/v2/users/public/checkToken",[["token","q",true]]],["activateUser","post","/v2/users/public/activate",[["token","q",true]],1],["rejectInvite","delete","/v2/users/public/reject",[["token","q",true]]],["getUserLoginParametersV2","get","/v2/users/public/username/{username}:getLoginParameters",[["username","p",true]]],["beginPasskeyAuthentication","post","/v2/users/public/passkeys:authenticateBegin",null,1],["beginDiscoverablePasskeyAuthentication","post","/v2/users/public/passkeys:authenticateBeginDiscoverable"],["resolveDiscoverableCredential","post","/v2/users/public/passkeys:resolveCredential",null,1],["beginPasskeyRegistration","post","/v2/users/me/passkeys:registerBegin",null,1],["completePasskeyRegistration","post","/v2/users/me/passkeys:registerComplete",null,1],["listPasskeys","get","/v2/users/me/passkeys"],["deletePasskey","delete","/v2/users/me/passkeys/{credentialId}",[["credentialId","p",true]]],["switchOrganization","post","/v2/users/switchOrganization",null,1],["getMe","get","/v1/users/me"],["listUsers","get","/v1/users",[["org_ids","q",false,"form",false],["query","q"],["limit","q"],["offset","q"]]],["getUser","get","/v1/users/{id}",[["id","p",true]]],["getUserLoginParameters","get","/v1/users/username/{username}:getLoginParameters",[["username","p",true]]]]}
|
package/definitions/user.json
CHANGED
|
@@ -1046,6 +1046,117 @@
|
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
1048
|
},
|
|
1049
|
+
"/v2/users/public/resetPassword": {
|
|
1050
|
+
"post": {
|
|
1051
|
+
"operationId": "resetPassword",
|
|
1052
|
+
"summary": "resetPassword",
|
|
1053
|
+
"description": "Set a new password using a reset token from the password reset email.\nThe token is single-use and time-limited.\n",
|
|
1054
|
+
"security": [],
|
|
1055
|
+
"x-rate-limit": {
|
|
1056
|
+
"limit": 10
|
|
1057
|
+
},
|
|
1058
|
+
"tags": [
|
|
1059
|
+
"User V2"
|
|
1060
|
+
],
|
|
1061
|
+
"requestBody": {
|
|
1062
|
+
"required": true,
|
|
1063
|
+
"content": {
|
|
1064
|
+
"application/json": {
|
|
1065
|
+
"schema": {
|
|
1066
|
+
"type": "object",
|
|
1067
|
+
"required": [
|
|
1068
|
+
"email",
|
|
1069
|
+
"token",
|
|
1070
|
+
"password"
|
|
1071
|
+
],
|
|
1072
|
+
"properties": {
|
|
1073
|
+
"email": {
|
|
1074
|
+
"type": "string",
|
|
1075
|
+
"description": "Email address of the account",
|
|
1076
|
+
"example": "test@example.com"
|
|
1077
|
+
},
|
|
1078
|
+
"token": {
|
|
1079
|
+
"type": "string",
|
|
1080
|
+
"description": "Reset token from the password reset email"
|
|
1081
|
+
},
|
|
1082
|
+
"password": {
|
|
1083
|
+
"type": "string",
|
|
1084
|
+
"description": "The new password"
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"responses": {
|
|
1092
|
+
"200": {
|
|
1093
|
+
"description": "Password reset successfully",
|
|
1094
|
+
"content": {
|
|
1095
|
+
"application/json": {
|
|
1096
|
+
"schema": {
|
|
1097
|
+
"type": "object",
|
|
1098
|
+
"required": [
|
|
1099
|
+
"success"
|
|
1100
|
+
],
|
|
1101
|
+
"properties": {
|
|
1102
|
+
"success": {
|
|
1103
|
+
"type": "boolean",
|
|
1104
|
+
"example": true
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"400": {
|
|
1112
|
+
"description": "Invalid or expired reset link, or password does not meet the requirements",
|
|
1113
|
+
"content": {
|
|
1114
|
+
"application/json": {
|
|
1115
|
+
"schema": {
|
|
1116
|
+
"type": "object",
|
|
1117
|
+
"required": [
|
|
1118
|
+
"error",
|
|
1119
|
+
"message"
|
|
1120
|
+
],
|
|
1121
|
+
"properties": {
|
|
1122
|
+
"error": {
|
|
1123
|
+
"type": "string",
|
|
1124
|
+
"description": "Discriminator distinguishing token errors from policy errors",
|
|
1125
|
+
"enum": [
|
|
1126
|
+
"INVALID_RESET_LINK",
|
|
1127
|
+
"PASSWORD_POLICY"
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1130
|
+
"message": {
|
|
1131
|
+
"type": "string",
|
|
1132
|
+
"example": "Password does not meet the requirements"
|
|
1133
|
+
},
|
|
1134
|
+
"violations": {
|
|
1135
|
+
"type": "array",
|
|
1136
|
+
"description": "Itemized password-policy violation codes (only present when error is PASSWORD_POLICY)",
|
|
1137
|
+
"items": {
|
|
1138
|
+
"type": "string",
|
|
1139
|
+
"enum": [
|
|
1140
|
+
"too_short",
|
|
1141
|
+
"missing_lowercase",
|
|
1142
|
+
"missing_uppercase",
|
|
1143
|
+
"missing_number",
|
|
1144
|
+
"missing_symbol"
|
|
1145
|
+
]
|
|
1146
|
+
},
|
|
1147
|
+
"example": [
|
|
1148
|
+
"too_short",
|
|
1149
|
+
"missing_uppercase"
|
|
1150
|
+
]
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1049
1160
|
"/v2/users/public/checkToken": {
|
|
1050
1161
|
"get": {
|
|
1051
1162
|
"operationId": "checkInviteToken",
|
|
@@ -1998,6 +2109,19 @@
|
|
|
1998
2109
|
"format": "date-time",
|
|
1999
2110
|
"readOnly": true
|
|
2000
2111
|
},
|
|
2112
|
+
"password_reset_token_hash": {
|
|
2113
|
+
"description": "Internal: sha256 hash of the active password-reset token. Server-set, never returned in responses.",
|
|
2114
|
+
"type": "string",
|
|
2115
|
+
"nullable": true,
|
|
2116
|
+
"readOnly": true
|
|
2117
|
+
},
|
|
2118
|
+
"password_reset_token_expires_at": {
|
|
2119
|
+
"description": "Internal: expiry for the active password-reset token (ISO 8601). Server-set, never returned in responses.",
|
|
2120
|
+
"type": "string",
|
|
2121
|
+
"nullable": true,
|
|
2122
|
+
"format": "date-time",
|
|
2123
|
+
"readOnly": true
|
|
2124
|
+
},
|
|
2001
2125
|
"department": {
|
|
2002
2126
|
"type": "string",
|
|
2003
2127
|
"description": "User's department",
|
|
@@ -2130,6 +2254,17 @@
|
|
|
2130
2254
|
"deleted_opportunity": true
|
|
2131
2255
|
}
|
|
2132
2256
|
},
|
|
2257
|
+
"in_app_notification_setting": {
|
|
2258
|
+
"type": "object",
|
|
2259
|
+
"additionalProperties": true,
|
|
2260
|
+
"description": "Per-notification-type in-app delivery preferences (notification type key -> enabled). Written by the my-account notification settings UI and honored by svc-notification-api at delivery time. Absent or partial keys fall back to each notification type's configured default. Mirrors email_notification_setting for the in-app channel.",
|
|
2261
|
+
"example": {
|
|
2262
|
+
"integration_critical_error": true,
|
|
2263
|
+
"integration_error_threshold": true,
|
|
2264
|
+
"assigned_opportunity": true,
|
|
2265
|
+
"assigned_task": true
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2133
2268
|
"properties": {
|
|
2134
2269
|
"type": "array",
|
|
2135
2270
|
"items": {
|
|
@@ -2149,6 +2284,17 @@
|
|
|
2149
2284
|
"value"
|
|
2150
2285
|
]
|
|
2151
2286
|
}
|
|
2287
|
+
},
|
|
2288
|
+
"tags": {
|
|
2289
|
+
"type": "array",
|
|
2290
|
+
"description": "User tags/labels assigned for classification (e.g. label slugs)",
|
|
2291
|
+
"nullable": true,
|
|
2292
|
+
"items": {
|
|
2293
|
+
"type": "string"
|
|
2294
|
+
},
|
|
2295
|
+
"example": [
|
|
2296
|
+
"non-billable"
|
|
2297
|
+
]
|
|
2152
2298
|
}
|
|
2153
2299
|
}
|
|
2154
2300
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"s":"
|
|
1
|
+
{"s":"","o":[["getMaxAllowedLimit","get","/v1/workflows/limits/max-allowed"],["getDefinitions","get","/v1/workflows/definitions"],["createDefinition","post","/v1/workflows/definitions",null,1],["listFlowTemplates","get","/v2/flows/templates",[["trigger_type","q"],["trigger_source_id","q"],["trigger_schema","q"]]],["createFlowTemplate","post","/v2/flows/templates",[["EnforceLimitsParam"]],1],["searchFlowTemplates","post","/v2/flows/templates:search",null,1],["getFlowTemplate","get","/v2/flows/templates/{flowId}",[["flowId","p",true]]],["updateFlowTemplate","put","/v2/flows/templates/{flowId}",[["flowId","p",true],["EnforceLimitsParam"]],1],["deleteFlowTemplate","delete","/v2/flows/templates/{flowId}",[["flowId","p",true]]],["duplicateFlowTemplate","post","/v2/flows/templates/{flowId}/duplicate",[["flowId","p",true]]],["getDefinition","get","/v1/workflows/definitions/{definitionId}",[["definitionId","p",true]]],["updateDefinition","put","/v1/workflows/definitions/{definitionId}",[["definitionId","p",true]],1],["deleteDefinition","delete","/v1/workflows/definitions/{definitionId}",[["definitionId","p",true]]],["getAllClosingReasons","get","/v1/workflows/closing-reasons",[["includeInactive","q"]]],["createClosingReason","post","/v1/workflows/closing-reasons",null,1],["getClosingReason","get","/v2/workflows/closing-reasons/{reasonId}",[["reasonId","p",true]]],["updateClosingReason","patch","/v2/workflows/closing-reasons/{reasonId}",[["reasonId","p",true]],1],["deleteClosingReason","delete","/v2/workflows/closing-reasons/{reasonId}",[["reasonId","p",true]]],["getClosingReasonV1","get","/v1/workflows/closing-reasons/{reasonId}",[["reasonId","p",true]]],["changeReasonStatus","patch","/v1/workflows/closing-reasons/{reasonId}",[["reasonId","p",true]],1],["getWorkflowClosingReasons","get","/v1/workflows/definitions/{definitionId}/closing-reasons",[["definitionId","p",true]]],["setWorkflowClosingReasons","patch","/v1/workflows/definitions/{definitionId}/closing-reasons",[["definitionId","p",true]],1]],"v":"3.0.0","cp":{"EnforceLimitsParam":["enforce_limits","q"]}}
|