sim-setup 1.0.7-dev.85.1 → 1.0.7-preview.87.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +104 -5
- package/package.json +6 -8
package/dist/index.js
CHANGED
|
@@ -1570,7 +1570,7 @@ var init_env_capabilities = __esm(() => {
|
|
|
1570
1570
|
var integrations_default;
|
|
1571
1571
|
var init_integrations = __esm(() => {
|
|
1572
1572
|
integrations_default = {
|
|
1573
|
-
updatedAt: "2026-09-
|
|
1573
|
+
updatedAt: "2026-09-02",
|
|
1574
1574
|
integrations: [
|
|
1575
1575
|
{
|
|
1576
1576
|
type: "onepassword",
|
|
@@ -2963,7 +2963,7 @@ var init_integrations = __esm(() => {
|
|
|
2963
2963
|
slug: "ashby",
|
|
2964
2964
|
name: "Ashby",
|
|
2965
2965
|
description: "Manage candidates, jobs, and applications in Ashby",
|
|
2966
|
-
longDescription: "Integrate Ashby into the workflow. Manage
|
|
2966
|
+
longDescription: "Integrate Ashby into the workflow. Manage and search candidates, applications, jobs, users, and openings; transfer applications; upload resumes and candidate files; read application history and interview feedback; manage offers, notes, tags, stages, sources, and custom fields; and react to hiring lifecycle webhooks.",
|
|
2967
2967
|
bgColor: "#5D4ED6",
|
|
2968
2968
|
iconName: "AshbyIcon",
|
|
2969
2969
|
docsUrl: "https://docs.sim.ai/integrations/ashby",
|
|
@@ -3099,15 +3099,64 @@ var init_integrations = __esm(() => {
|
|
|
3099
3099
|
{
|
|
3100
3100
|
name: "List Interviews",
|
|
3101
3101
|
description: "Lists interview schedules in Ashby, optionally filtered by application or interview stage."
|
|
3102
|
+
},
|
|
3103
|
+
{
|
|
3104
|
+
name: "List Interview Plans",
|
|
3105
|
+
description: "Lists Ashby interview plans, including optional archived plans and incremental changes."
|
|
3106
|
+
},
|
|
3107
|
+
{
|
|
3108
|
+
name: "List Interview Stages",
|
|
3109
|
+
description: "Lists the ordered stages in an Ashby interview plan."
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
name: "List Application Feedback",
|
|
3113
|
+
description: "Lists submitted interview feedback, optionally for one application, with pagination and incremental sync."
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
name: "List Application History",
|
|
3117
|
+
description: "Lists the full stage history and allowed actions for an application."
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
name: "Search Jobs",
|
|
3121
|
+
description: "Searches Ashby jobs by title and/or requisition ID. Provide at least one of these filters."
|
|
3122
|
+
},
|
|
3123
|
+
{
|
|
3124
|
+
name: "Search Users",
|
|
3125
|
+
description: "Searches Ashby users by exact email address."
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
name: "Get Opening",
|
|
3129
|
+
description: "Retrieves one Ashby headcount opening by UUID."
|
|
3130
|
+
},
|
|
3131
|
+
{
|
|
3132
|
+
name: "Search Openings",
|
|
3133
|
+
description: "Searches Ashby headcount openings by human-readable identifier."
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
name: "Transfer Application",
|
|
3137
|
+
description: "Transfers an application to another job, interview plan, and stage."
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
name: "Upload Resume",
|
|
3141
|
+
description: "Securely uploads a resume and sets it as the Ashby candidate resume."
|
|
3142
|
+
},
|
|
3143
|
+
{
|
|
3144
|
+
name: "Upload Candidate File",
|
|
3145
|
+
description: "Securely uploads a file and attaches it to an Ashby candidate."
|
|
3102
3146
|
}
|
|
3103
3147
|
],
|
|
3104
|
-
operationCount:
|
|
3148
|
+
operationCount: 44,
|
|
3105
3149
|
triggers: [
|
|
3106
3150
|
{
|
|
3107
3151
|
id: "ashby_application_submit",
|
|
3108
3152
|
name: "Ashby Application Submitted",
|
|
3109
3153
|
description: "Trigger workflow when a new application is submitted"
|
|
3110
3154
|
},
|
|
3155
|
+
{
|
|
3156
|
+
id: "ashby_application_update",
|
|
3157
|
+
name: "Ashby Application Updated",
|
|
3158
|
+
description: "Trigger workflow when an application is updated"
|
|
3159
|
+
},
|
|
3111
3160
|
{
|
|
3112
3161
|
id: "ashby_candidate_stage_change",
|
|
3113
3162
|
name: "Ashby Candidate Stage Change",
|
|
@@ -3123,18 +3172,68 @@ var init_integrations = __esm(() => {
|
|
|
3123
3172
|
name: "Ashby Candidate Deleted",
|
|
3124
3173
|
description: "Trigger workflow when a candidate is deleted"
|
|
3125
3174
|
},
|
|
3175
|
+
{
|
|
3176
|
+
id: "ashby_candidate_merge",
|
|
3177
|
+
name: "Ashby Candidate Merged",
|
|
3178
|
+
description: "Trigger workflow when two candidate records are merged"
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
id: "ashby_interview_schedule_create",
|
|
3182
|
+
name: "Ashby Interview Schedule Created",
|
|
3183
|
+
description: "Trigger workflow when an interview schedule is created"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
id: "ashby_interview_schedule_update",
|
|
3187
|
+
name: "Ashby Interview Schedule Updated",
|
|
3188
|
+
description: "Trigger workflow when an interview schedule is updated"
|
|
3189
|
+
},
|
|
3126
3190
|
{
|
|
3127
3191
|
id: "ashby_job_create",
|
|
3128
3192
|
name: "Ashby Job Created",
|
|
3129
3193
|
description: "Trigger workflow when a new job is created"
|
|
3130
3194
|
},
|
|
3195
|
+
{
|
|
3196
|
+
id: "ashby_job_update",
|
|
3197
|
+
name: "Ashby Job Updated",
|
|
3198
|
+
description: "Trigger workflow when a job is updated"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
id: "ashby_job_posting_update",
|
|
3202
|
+
name: "Ashby Job Posting Updated",
|
|
3203
|
+
description: "Trigger workflow when a job posting is updated"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
id: "ashby_job_posting_delete",
|
|
3207
|
+
name: "Ashby Job Posting Deleted",
|
|
3208
|
+
description: "Trigger workflow when a job posting is deleted"
|
|
3209
|
+
},
|
|
3131
3210
|
{
|
|
3132
3211
|
id: "ashby_offer_create",
|
|
3133
3212
|
name: "Ashby Offer Created",
|
|
3134
3213
|
description: "Trigger workflow when a new offer is created"
|
|
3214
|
+
},
|
|
3215
|
+
{
|
|
3216
|
+
id: "ashby_offer_update",
|
|
3217
|
+
name: "Ashby Offer Updated",
|
|
3218
|
+
description: "Trigger workflow when an offer is updated"
|
|
3219
|
+
},
|
|
3220
|
+
{
|
|
3221
|
+
id: "ashby_offer_delete",
|
|
3222
|
+
name: "Ashby Offer Deleted",
|
|
3223
|
+
description: "Trigger workflow when an offer is deleted"
|
|
3224
|
+
},
|
|
3225
|
+
{
|
|
3226
|
+
id: "ashby_opening_create",
|
|
3227
|
+
name: "Ashby Opening Created",
|
|
3228
|
+
description: "Trigger workflow when a headcount opening is created"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
id: "ashby_signature_request_update",
|
|
3232
|
+
name: "Ashby Signature Request Updated",
|
|
3233
|
+
description: "Trigger workflow when an e-signature request changes state"
|
|
3135
3234
|
}
|
|
3136
3235
|
],
|
|
3137
|
-
triggerCount:
|
|
3236
|
+
triggerCount: 17,
|
|
3138
3237
|
authType: "api-key",
|
|
3139
3238
|
category: "tools",
|
|
3140
3239
|
integrationType: "hr",
|
|
@@ -23041,7 +23140,7 @@ var init_integrations = __esm(() => {
|
|
|
23041
23140
|
body: "Sim requests only the Slack permissions its actions and triggers need, and never shows private channel names or messages to people who are not members of those channels in Slack.",
|
|
23042
23141
|
href: "/privacy"
|
|
23043
23142
|
},
|
|
23044
|
-
aiDisclaimer: "Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications."
|
|
23143
|
+
aiDisclaimer: "A paid Slack plan is required to use Sim's AI agent in Slack's app container. Other Sim features continue to work on free Slack plans. Sim agents use AI models to generate messages and responses sent to Slack. AI-generated content can be inaccurate or incomplete, so review automated outputs before relying on them, especially for important communications."
|
|
23045
23144
|
}
|
|
23046
23145
|
},
|
|
23047
23146
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sim-setup",
|
|
3
|
-
"version": "1.0.7-
|
|
3
|
+
"version": "1.0.7-preview.87.1",
|
|
4
4
|
"description": "Set up and manage a self-hosted Sim installation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -47,18 +47,16 @@
|
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=20"
|
|
49
49
|
},
|
|
50
|
-
"
|
|
50
|
+
"devDependencies": {
|
|
51
51
|
"@clack/prompts": "1.7.0",
|
|
52
|
-
"@next/env": "16.
|
|
52
|
+
"@next/env": "16.3.1",
|
|
53
53
|
"@sim/deployment-config": "0.1.0",
|
|
54
54
|
"@sim/security": "0.1.0",
|
|
55
|
-
"@sim/utils": "0.1.0",
|
|
56
|
-
"chalk": "5.6.2",
|
|
57
|
-
"postgres": "^3.4.5"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
55
|
"@sim/tsconfig": "0.0.0",
|
|
56
|
+
"@sim/utils": "0.1.0",
|
|
61
57
|
"@types/node": "24.2.1",
|
|
58
|
+
"chalk": "5.6.2",
|
|
59
|
+
"postgres": "^3.4.5",
|
|
62
60
|
"typescript": "^7.0.2",
|
|
63
61
|
"vitest": "^4.1.0"
|
|
64
62
|
}
|