sim-setup 1.0.6-preview.83.1 → 1.0.7-dev.85.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -102
  2. package/package.json +8 -6
package/dist/index.js CHANGED
@@ -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 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.",
2966
+ longDescription: "Integrate Ashby into the workflow. Manage candidates (list, get, create, update, search, tag, anonymize), applications (list, get, create, delete, change stage, change source), jobs (list, get), job postings (list, get), offers (list, get), notes (list, create), interviews (list), custom field values (set one or many), and reference data (sources, tags, archive reasons, custom fields, departments, locations, openings, users).",
2967
2967
  bgColor: "#5D4ED6",
2968
2968
  iconName: "AshbyIcon",
2969
2969
  docsUrl: "https://docs.sim.ai/integrations/ashby",
@@ -3099,64 +3099,15 @@ 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."
3146
3102
  }
3147
3103
  ],
3148
- operationCount: 44,
3104
+ operationCount: 33,
3149
3105
  triggers: [
3150
3106
  {
3151
3107
  id: "ashby_application_submit",
3152
3108
  name: "Ashby Application Submitted",
3153
3109
  description: "Trigger workflow when a new application is submitted"
3154
3110
  },
3155
- {
3156
- id: "ashby_application_update",
3157
- name: "Ashby Application Updated",
3158
- description: "Trigger workflow when an application is updated"
3159
- },
3160
3111
  {
3161
3112
  id: "ashby_candidate_stage_change",
3162
3113
  name: "Ashby Candidate Stage Change",
@@ -3172,68 +3123,18 @@ var init_integrations = __esm(() => {
3172
3123
  name: "Ashby Candidate Deleted",
3173
3124
  description: "Trigger workflow when a candidate is deleted"
3174
3125
  },
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
- },
3190
3126
  {
3191
3127
  id: "ashby_job_create",
3192
3128
  name: "Ashby Job Created",
3193
3129
  description: "Trigger workflow when a new job is created"
3194
3130
  },
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
- },
3210
3131
  {
3211
3132
  id: "ashby_offer_create",
3212
3133
  name: "Ashby Offer Created",
3213
3134
  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"
3234
3135
  }
3235
3136
  ],
3236
- triggerCount: 17,
3137
+ triggerCount: 6,
3237
3138
  authType: "api-key",
3238
3139
  category: "tools",
3239
3140
  integrationType: "hr",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.6-preview.83.1",
3
+ "version": "1.0.7-dev.85.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {
@@ -47,16 +47,18 @@
47
47
  "engines": {
48
48
  "node": ">=20"
49
49
  },
50
- "devDependencies": {
50
+ "dependencies": {
51
51
  "@clack/prompts": "1.7.0",
52
- "@next/env": "16.3.1",
52
+ "@next/env": "16.2.12",
53
53
  "@sim/deployment-config": "0.1.0",
54
54
  "@sim/security": "0.1.0",
55
- "@sim/tsconfig": "0.0.0",
56
55
  "@sim/utils": "0.1.0",
57
- "@types/node": "24.2.1",
58
56
  "chalk": "5.6.2",
59
- "postgres": "^3.4.5",
57
+ "postgres": "^3.4.5"
58
+ },
59
+ "devDependencies": {
60
+ "@sim/tsconfig": "0.0.0",
61
+ "@types/node": "24.2.1",
60
62
  "typescript": "^7.0.2",
61
63
  "vitest": "^4.1.0"
62
64
  }