@squidcloud/client 1.0.393 → 1.0.394
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IntegrationId } from './communication.public-types';
|
|
2
2
|
/** List of all integration types supported by Squid. */
|
|
3
|
-
export declare const INTEGRATION_TYPES: readonly ["active_directory", "ai_agents", "
|
|
3
|
+
export declare const INTEGRATION_TYPES: readonly ["active_directory", "ai_agents", "ai_chatbot", "algolia", "alloydb", "api", "auth0", "azure_cosmosdb", "azure_postgresql", "azure_sql", "bigquery", "built_in_db", "built_in_gcs", "built_in_queue", "built_in_s3", "cassandra", "clickhouse", "cloudsql", "cockroach", "cognito", "connected_knowledgebases", "confluence", "confluent", "datadog", "db2", "descope", "documentdb", "dynamodb", "elasticsearch", "firebase_auth", "firestore", "gcs", "google_docs", "google_drive", "graphql", "hubspot", "jira", "jwt_hmac", "jwt_rsa", "kafka", "linear", "mariadb", "monday", "mongo", "mssql", "databricks", "mysql", "newrelic", "okta", "onedrive", "oracledb", "pinecone", "postgres", "redis", "s3", "salesforce_crm", "sap_hana", "sentry", "servicenow", "snowflake", "spanner", "xata", "zendesk", "mail", "slack", "mcp", "a2a"];
|
|
4
4
|
/**
|
|
5
5
|
* @category Database
|
|
6
6
|
*/
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/**
|
|
2
|
+
* Generates a random RFC 4122 version 4 UUID.
|
|
3
|
+
* The UUID is generated using a cryptographic pseudorandom number generator.
|
|
4
|
+
*/
|
|
5
|
+
export declare function generateUUID(): string;
|
|
6
|
+
/**
|
|
7
|
+
* Generates a UUID-style ID.
|
|
8
|
+
* @deprecated Use `generateUUID` instead.
|
|
9
|
+
*/
|
|
2
10
|
export declare function generateId(): string;
|
|
3
11
|
/** Default length if ID produced by `generateShortId`. */
|
|
4
12
|
export declare const DEFAULT_SHORT_ID_LENGTH = 18;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@squidcloud/client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.394",
|
|
4
4
|
"description": "A typescript implementation of the Squid client",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"copy-webpack-plugin": "^12.0.2",
|
|
59
59
|
"cpx": "^1.5.0",
|
|
60
60
|
"generate-package-json-webpack-plugin": "^2.6.0",
|
|
61
|
-
"otrie": "^1.2.
|
|
61
|
+
"otrie": "^1.2.2",
|
|
62
62
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
63
63
|
"tscpaths": "^0.0.9",
|
|
64
64
|
"webpack": "^5.101.3",
|