@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/dist/index.d.mts +700 -19
- package/dist/index.d.ts +700 -19
- package/dist/index.js +1220 -160
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1220 -160
- package/dist/index.mjs.map +1 -1
- package/llms.txt +5 -0
- package/package.json +1 -1
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