sim-setup 1.0.8-preview.91.1 → 1.0.8

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 +147 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1114,6 +1114,8 @@ function resolveOAuthClientCapabilityId(serviceId) {
1114
1114
  return "microsoft";
1115
1115
  if (normalized === "zoho")
1116
1116
  return "zoho-desk";
1117
+ if (normalized === "manageengine-sdp")
1118
+ return "zoho-desk";
1117
1119
  if (normalized === "salesforce-sandbox")
1118
1120
  return "salesforce";
1119
1121
  return normalized in OAUTH_CLIENT_CAPABILITIES ? normalized : null;
@@ -1570,7 +1572,7 @@ var init_env_capabilities = __esm(() => {
1570
1572
  var integrations_default;
1571
1573
  var init_integrations = __esm(() => {
1572
1574
  integrations_default = {
1573
- updatedAt: "2026-09-02",
1575
+ updatedAt: "2026-09-03",
1574
1576
  integrations: [
1575
1577
  {
1576
1578
  type: "onepassword",
@@ -16151,6 +16153,150 @@ var init_integrations = __esm(() => {
16151
16153
  integrationType: "email",
16152
16154
  tags: ["messaging", "email-marketing"]
16153
16155
  },
16156
+ {
16157
+ type: "manageengine_sdp",
16158
+ slug: "manageengine-servicedesk-plus",
16159
+ name: "ManageEngine ServiceDesk Plus",
16160
+ description: "Manage ServiceDesk Plus Cloud requests, problems, changes, assets, and knowledge base solutions",
16161
+ longDescription: "Full read and write access to ManageEngine ServiceDesk Plus Cloud: create, search, update and delete requests, problems, changes, assets and knowledge base solutions, and add notes to requests, problems and changes. Supports multi-portal accounts. Connecting requires a Zoho account in the US data center.",
16162
+ bgColor: "#FFFFFF",
16163
+ iconName: "ManageEngineIcon",
16164
+ docsUrl: "https://docs.sim.ai/integrations/manageengine_sdp",
16165
+ operations: [
16166
+ {
16167
+ name: "Create Request",
16168
+ description: "Create a request (ticket) in ManageEngine ServiceDesk Plus Cloud with a subject, description, requester and classification."
16169
+ },
16170
+ {
16171
+ name: "Get Request",
16172
+ description: "Retrieve a single ManageEngine ServiceDesk Plus Cloud request by ID."
16173
+ },
16174
+ {
16175
+ name: "List Requests",
16176
+ description: "List ManageEngine ServiceDesk Plus Cloud requests, with optional search criteria, sorting and paging."
16177
+ },
16178
+ {
16179
+ name: "Update Request",
16180
+ description: "Update a ManageEngine ServiceDesk Plus Cloud request: change its status, priority, assignment, classification or description."
16181
+ },
16182
+ {
16183
+ name: "Delete Request",
16184
+ description: "Move a ManageEngine ServiceDesk Plus Cloud request to the trash. Deleting a request also removes its notes, tasks and worklogs."
16185
+ },
16186
+ {
16187
+ name: "Add Request Note",
16188
+ description: "Add a note to a ManageEngine ServiceDesk Plus Cloud request, optionally making it visible to the requester."
16189
+ },
16190
+ {
16191
+ name: "List Request Notes",
16192
+ description: "List the notes on a ManageEngine ServiceDesk Plus Cloud request."
16193
+ },
16194
+ {
16195
+ name: "Create Problem",
16196
+ description: "Create a problem record in ManageEngine ServiceDesk Plus Cloud with a title, description and classification."
16197
+ },
16198
+ {
16199
+ name: "Get Problem",
16200
+ description: "Retrieve a single ManageEngine ServiceDesk Plus Cloud problem by ID."
16201
+ },
16202
+ {
16203
+ name: "List Problems",
16204
+ description: "List ManageEngine ServiceDesk Plus Cloud problems, with optional search criteria, sorting and paging."
16205
+ },
16206
+ {
16207
+ name: "Update Problem",
16208
+ description: "Update a ManageEngine ServiceDesk Plus Cloud problem: change its title, status, assignment or classification."
16209
+ },
16210
+ {
16211
+ name: "Delete Problem",
16212
+ description: "Delete a ManageEngine ServiceDesk Plus Cloud problem and its associated notes."
16213
+ },
16214
+ {
16215
+ name: "Add Problem Note",
16216
+ description: "Add a note to a ManageEngine ServiceDesk Plus Cloud problem."
16217
+ },
16218
+ {
16219
+ name: "List Problem Notes",
16220
+ description: "List the notes on a ManageEngine ServiceDesk Plus Cloud problem."
16221
+ },
16222
+ {
16223
+ name: "Create Change",
16224
+ description: "Create a change record in ManageEngine ServiceDesk Plus Cloud with a title, stage, status and schedule."
16225
+ },
16226
+ {
16227
+ name: "Get Change",
16228
+ description: "Retrieve a single ManageEngine ServiceDesk Plus Cloud change by ID."
16229
+ },
16230
+ {
16231
+ name: "List Changes",
16232
+ description: "List ManageEngine ServiceDesk Plus Cloud changes, with optional search criteria, sorting and paging."
16233
+ },
16234
+ {
16235
+ name: "Update Change",
16236
+ description: "Update a ManageEngine ServiceDesk Plus Cloud change: move its stage or status, reschedule it, or change its assignment. ServiceDesk Plus requires a comment whenever the status changes."
16237
+ },
16238
+ {
16239
+ name: "Delete Change",
16240
+ description: "Delete a ManageEngine ServiceDesk Plus Cloud change and its associated notes."
16241
+ },
16242
+ {
16243
+ name: "Add Change Note",
16244
+ description: "Add a note to a ManageEngine ServiceDesk Plus Cloud change."
16245
+ },
16246
+ {
16247
+ name: "List Change Notes",
16248
+ description: "List the notes on a ManageEngine ServiceDesk Plus Cloud change."
16249
+ },
16250
+ {
16251
+ name: "Create Asset",
16252
+ description: "Create an asset in the ManageEngine ServiceDesk Plus Cloud inventory. Requires a name and an existing product."
16253
+ },
16254
+ {
16255
+ name: "Get Asset",
16256
+ description: "Retrieve a single ManageEngine ServiceDesk Plus Cloud asset by ID."
16257
+ },
16258
+ {
16259
+ name: "List Assets",
16260
+ description: "List ManageEngine ServiceDesk Plus Cloud assets, with optional search criteria, sorting and paging."
16261
+ },
16262
+ {
16263
+ name: "Update Asset",
16264
+ description: "Update a ManageEngine ServiceDesk Plus Cloud asset: reassign it, change its state, or correct its inventory details."
16265
+ },
16266
+ {
16267
+ name: "Delete Asset",
16268
+ description: "Delete an asset from the ManageEngine ServiceDesk Plus Cloud inventory."
16269
+ },
16270
+ {
16271
+ name: "Create Solution",
16272
+ description: "Add an article to the ManageEngine ServiceDesk Plus Cloud knowledge base under an existing topic."
16273
+ },
16274
+ {
16275
+ name: "Get Solution",
16276
+ description: "Retrieve a single ManageEngine ServiceDesk Plus Cloud knowledge base solution by ID."
16277
+ },
16278
+ {
16279
+ name: "List Solutions",
16280
+ description: "Search the ManageEngine ServiceDesk Plus Cloud knowledge base, with optional search criteria, sorting and paging."
16281
+ },
16282
+ {
16283
+ name: "Update Solution",
16284
+ description: "Update a ManageEngine ServiceDesk Plus Cloud knowledge base solution: revise its body, retitle it, or move it to another topic."
16285
+ },
16286
+ {
16287
+ name: "Delete Solution",
16288
+ description: "Delete an article from the ManageEngine ServiceDesk Plus Cloud knowledge base, along with its comments and versions."
16289
+ }
16290
+ ],
16291
+ operationCount: 31,
16292
+ triggers: [],
16293
+ triggerCount: 0,
16294
+ authType: "oauth",
16295
+ oauthServiceId: "manageengine-sdp",
16296
+ category: "tools",
16297
+ integrationType: "support",
16298
+ tags: ["ticketing", "customer-support", "incident-management", "automation"]
16299
+ },
16154
16300
  {
16155
16301
  type: "mem0",
16156
16302
  slug: "mem0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.8-preview.91.1",
3
+ "version": "1.0.8",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {