@gpt-platform/admin 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
@@ -358,6 +358,8 @@ client.setConfig({
358
358
  - `getConnectors()` - List connectors
359
359
  - `getConnectorsById()` - Get connectors
360
360
  - `postConnectors()` - Create connectors
361
+ - `postConnectorsByIdEdamamRecipesGet()` - Create get
362
+ - `postConnectorsByIdEdamamRecipesSearch()` - Create search
361
363
  - `postConnectorsFullscriptCheck-patient()` - Create check patient
362
364
  - `postConnectorsFullscriptCreate-patient()` - Create create patient
363
365
  - `postConnectorsFullscriptSession-grant()` - Create session grant
@@ -445,8 +447,11 @@ client.setConfig({
445
447
 
446
448
  - `getCrmContactsById()` - Get contacts
447
449
  - `getCrmContactsWorkspaceByWorkspaceId()` - Get workspace
450
+ - `getCrmContactsWorkspaceByWorkspaceIdArchived()` - Get archived
448
451
  - `postCrmContacts()` - Create contacts
452
+ - `postCrmContactsByIdUnarchive()` - Create unarchive
449
453
  - `patchCrmContactsById()` - Update contacts
454
+ - `patchCrmContactsByIdArchive()` - Update archive
450
455
  - `deleteCrmContactsById()` - Delete contacts
451
456
 
452
457
  ## Crm custom entity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gpt-platform/admin",
3
- "version": "0.3.1",
3
+ "version": "0.3.4",
4
4
  "description": "TypeScript SDK for GPT Platform Admin API - Platform administration and ISV management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",