Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@great-detail/support-sdk

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@great-detail/support-sdk - npm Package Compare versions

Comparing version 0.14.0 to 0.14.1

dist/index-aDC7BmRr.d.cts

2

dist/cli/index.d.ts
import { Command } from 'commander';
import { C as Client } from '../index-aks6RIxX.js';
import { C as Client } from '../index-aDC7BmRr.js';
import { Options as Options$1 } from 'ora';

@@ -4,0 +4,0 @@ import 'ky';

@@ -1,3 +0,3 @@

import { A as Account, a as Conversation } from './index-aks6RIxX.js';
export { d as AccountAccessToken, g as AccountConversationSettings, j as Action, B as BasicAuthentication, c as BearerAuthentication, r as BoilerplateCategory, l as BoilerplateContent, w as Channel, C as Client, F as CompositionSection, N as Contact, e as CreateAccountAccessTokenResponse, s as CreateBoilerplateCategoryResponse, m as CreateBoilerplateContentResponse, E as CreateChannelResponse, J as CreateCompositionSectionResponse, ak as CreateContactNoteResponse, au as CreateContactNotificationSubscriptionResponse, Q as CreateContactResponse, al as CreateConversationNoteResponse, ah as CreateCorrectionResponse, a3 as CreateLabelResponse, ai as CreateResponseResponse, aw as CreateUploadResponse, D as DeleteAccountAccessTokenResponse, a4 as DeleteLabelResponse, ay as DeleteUploadResponse, f as GetAccountAccessTokenResponse, h as GetAccountConversationSettingsResponse, G as GetAccountResponse, t as GetBoilerplateCategoryResponse, o as GetBoilerplateContentResponse, y as GetChannelResponse, H as GetCompositionSectionResponse, S as GetContactResponse, Z as GetConversationResponse, a5 as GetLabelResponse, af as GetModelResponse, am as GetNoteResponse, az as GetNotificationWellKnownResponse, ar as GetSourceResponse, ax as GetUploadResponse, B as KeyAuthentication, a2 as Label, L as ListAccountAccessTokensResponse, k as ListActionsResponse, u as ListBoilerplateCategoriesResponse, n as ListBoilerplateCategoryBoilerplateContentsResponse, p as ListBoilerplateContentsResponse, K as ListChannelCompositionSectionsResponse, ad as ListChannelMessagesResponse, x as ListChannelsResponse, I as ListCompositionSectionsResponse, a1 as ListContactConversationsResponse, a9 as ListContactLabelsResponse, an as ListContactNotesResponse, V as ListContactsResponse, a8 as ListConversationLabelsResponse, ab as ListConversationMessagesResponse, ao as ListConversationNotesResponse, _ as ListConversationsResponse, X as ListLabelContactsResponse, $ as ListLabelConversationsResponse, a6 as ListLabelsResponse, ac as ListMessagesResponse, ag as ListModelsResponse, as as ListSourcesResponse, aa as Message, ae as Model, aj as Note, at as NotificationSubscription, O as Options, P as PublicAuthentication, R as RequestFilterable, aq as Source, b as TransportOptions, T as TwilioSendgridChannelSyncResponse, i as UpdateAccountConversationSettingsResponse, U as UpdateAccountResponse, v as UpdateBoilerplateCategoryResponse, q as UpdateBoilerplateContentResponse, z as UpdateChannelResponse, M as UpdateCompositionSectionResponse, Y as UpdateContactResponse, a0 as UpdateConversationResponse, a7 as UpdateLabelResponse, ap as UpdateNoteResponse, av as Upload, W as WebhookResponse, C as default } from './index-aks6RIxX.js';
import { A as Account, a as Conversation } from './index-aDC7BmRr.js';
export { d as AccountAccessToken, g as AccountConversationSettings, j as Action, B as BasicAuthentication, c as BearerAuthentication, r as BoilerplateCategory, l as BoilerplateContent, w as Channel, C as Client, F as CompositionSection, N as Contact, e as CreateAccountAccessTokenResponse, s as CreateBoilerplateCategoryResponse, m as CreateBoilerplateContentResponse, E as CreateChannelResponse, J as CreateCompositionSectionResponse, ak as CreateContactNoteResponse, au as CreateContactNotificationSubscriptionResponse, Q as CreateContactResponse, al as CreateConversationNoteResponse, ah as CreateCorrectionResponse, a3 as CreateLabelResponse, ai as CreateResponseResponse, aw as CreateUploadResponse, D as DeleteAccountAccessTokenResponse, a4 as DeleteLabelResponse, ay as DeleteUploadResponse, f as GetAccountAccessTokenResponse, h as GetAccountConversationSettingsResponse, G as GetAccountResponse, t as GetBoilerplateCategoryResponse, o as GetBoilerplateContentResponse, y as GetChannelResponse, H as GetCompositionSectionResponse, S as GetContactResponse, Z as GetConversationResponse, a5 as GetLabelResponse, af as GetModelResponse, am as GetNoteResponse, az as GetNotificationWellKnownResponse, ar as GetSourceResponse, ax as GetUploadResponse, B as KeyAuthentication, a2 as Label, L as ListAccountAccessTokensResponse, k as ListActionsResponse, u as ListBoilerplateCategoriesResponse, n as ListBoilerplateCategoryBoilerplateContentsResponse, p as ListBoilerplateContentsResponse, K as ListChannelCompositionSectionsResponse, ad as ListChannelMessagesResponse, x as ListChannelsResponse, I as ListCompositionSectionsResponse, a1 as ListContactConversationsResponse, a9 as ListContactLabelsResponse, an as ListContactNotesResponse, V as ListContactsResponse, a8 as ListConversationLabelsResponse, ab as ListConversationMessagesResponse, ao as ListConversationNotesResponse, _ as ListConversationsResponse, X as ListLabelContactsResponse, $ as ListLabelConversationsResponse, a6 as ListLabelsResponse, ac as ListMessagesResponse, ag as ListModelsResponse, as as ListSourcesResponse, aa as Message, ae as Model, aj as Note, at as NotificationSubscription, O as Options, P as PublicAuthentication, R as RequestFilterable, aq as Source, b as TransportOptions, T as TwilioSendgridChannelSyncResponse, i as UpdateAccountConversationSettingsResponse, U as UpdateAccountResponse, v as UpdateBoilerplateCategoryResponse, q as UpdateBoilerplateContentResponse, z as UpdateChannelResponse, M as UpdateCompositionSectionResponse, Y as UpdateContactResponse, a0 as UpdateConversationResponse, a7 as UpdateLabelResponse, ap as UpdateNoteResponse, av as Upload, W as WebhookResponse, C as default } from './index-aDC7BmRr.js';
import 'ky';

@@ -4,0 +4,0 @@ import 'zod';

{
"name": "@great-detail/support-sdk",
"version": "0.14.0",
"version": "0.14.1",
"type": "module",

@@ -44,18 +44,2 @@ "description": "JavaScript SDK for the Great Detail Support System",

],
"scripts": {
"build": "npm-run-all tsup",
"changeset": "changeset",
"eslint": "eslint .",
"eslint:dev": "eslint . --fix",
"lint": "npm-run-all --parallel eslint typecheck publint prettier",
"lint:dev": "npm-run-all eslint:dev typecheck publint prettier:dev",
"prerelease": "npm-run-all build",
"prettier": "prettier --check .",
"prettier:dev": "prettier --write .",
"publint": "publint",
"release": "changeset publish",
"test": "node --import tsx --test --experimental-test-coverage src/__tests__/**/*.test.ts src/__tests__/*.test.ts",
"tsup": "tsup --entry src/index.ts --entry src/cli.ts --entry src/cli/index.ts --format cjs,esm --minify --dts",
"typecheck": "tsc --noEmit"
},
"dependencies": {

@@ -65,3 +49,3 @@ "commander": "^12.1.0",

"ky": "^1.7.2",
"ora": "^8.1.0",
"ora": "^8.1.1",
"zod": "^3.23.8"

@@ -71,15 +55,14 @@ },

"@changesets/cli": "^2.27.9",
"@great-detail/eslint-config": "^1.0.5",
"@great-detail/prettier-config": "^0.3.0",
"@types/node": "^22.7.5",
"@great-detail/eslint-config": "^1.1.0",
"@great-detail/prettier-config": "^0.3.1",
"@types/node": "^22.9.0",
"cobertura": "^1.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"npm-run-all2": "^7.0.0",
"openapi-typescript": "^7.4.1",
"eslint": "^9.15.0",
"openapi-typescript": "^7.4.3",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"tsup": "^8.3.0",
"publint": "^0.2.12",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},

@@ -89,3 +72,19 @@ "publishConfig": {

"provenance": false
},
"scripts": {
"build": "tsup --entry src/index.ts --entry src/cli.ts --entry src/cli/index.ts --format cjs,esm --minify --dts",
"changeset": "changeset",
"fix": "pnpm run --parallel /^fix:.*/",
"fix:eslint": "eslint . --fix",
"fix:prettier": "prettier --write .",
"lint": "pnpm run --parallel /^lint:.*/",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"lint:publint": "publint",
"lint:typecheck": "pnpm typecheck",
"prerelease": "pnpm build",
"release": "changeset publish",
"test": "node --import tsx --test --experimental-test-coverage src/__tests__/**/*.test.ts src/__tests__/*.test.ts",
"typecheck": "tsc --noEmit"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc