@gpt-platform/client 0.3.1 → 0.3.4

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/llms.txt CHANGED
@@ -268,6 +268,8 @@ client.setConfig({
268
268
  - `getConnectors()` - List connectors
269
269
  - `getConnectorsById()` - Get connectors
270
270
  - `postConnectors()` - Create connectors
271
+ - `postConnectorsByIdEdamamRecipesGet()` - Create get
272
+ - `postConnectorsByIdEdamamRecipesSearch()` - Create search
271
273
  - `postConnectorsFullscriptCheck-patient()` - Create check patient
272
274
  - `postConnectorsFullscriptCreate-patient()` - Create create patient
273
275
  - `postConnectorsFullscriptSession-grant()` - Create session grant
@@ -341,8 +343,11 @@ client.setConfig({
341
343
 
342
344
  - `getCrmContactsById()` - Get contacts
343
345
  - `getCrmContactsWorkspaceByWorkspaceId()` - Get workspace
346
+ - `getCrmContactsWorkspaceByWorkspaceIdArchived()` - Get archived
344
347
  - `postCrmContacts()` - Create contacts
348
+ - `postCrmContactsByIdUnarchive()` - Create unarchive
345
349
  - `patchCrmContactsById()` - Update contacts
350
+ - `patchCrmContactsByIdArchive()` - Update archive
346
351
  - `deleteCrmContactsById()` - Delete contacts
347
352
 
348
353
  ## Crm custom entity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/client",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
4
4
  "description": "TypeScript SDK for GPT Platform Client API - Document extraction, AI agents, and workspace management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",