@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/dist/index.d.mts +452 -20
- package/dist/index.d.ts +452 -20
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/llms.txt +5 -0
- package/package.json +1 -1
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