@gpt-platform/admin 0.11.1 → 0.11.2
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/_internal/sdk.gen.d.ts +944 -1
- package/dist/_internal/sdk.gen.d.ts.map +1 -1
- package/dist/_internal/types.gen.d.ts +21608 -50788
- package/dist/_internal/types.gen.d.ts.map +1 -1
- package/dist/gpt-admin.d.ts +366 -49
- package/dist/gpt-admin.d.ts.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6521 -530
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6521 -530
- package/dist/index.mjs.map +1 -1
- package/dist/namespaces/agents.d.ts.map +1 -1
- package/dist/namespaces/campaigns.d.ts +176 -4
- package/dist/namespaces/campaigns.d.ts.map +1 -1
- package/dist/namespaces/clinical.d.ts +261 -16
- package/dist/namespaces/clinical.d.ts.map +1 -1
- package/dist/namespaces/crm.d.ts +539 -27
- package/dist/namespaces/crm.d.ts.map +1 -1
- package/dist/namespaces/email.d.ts +537 -136
- package/dist/namespaces/email.d.ts.map +1 -1
- package/dist/namespaces/imports.d.ts +2 -1
- package/dist/namespaces/imports.d.ts.map +1 -1
- package/dist/namespaces/index.d.ts +9 -0
- package/dist/namespaces/index.d.ts.map +1 -1
- package/dist/namespaces/invoices.d.ts +294 -0
- package/dist/namespaces/invoices.d.ts.map +1 -0
- package/dist/namespaces/recipes.d.ts +458 -0
- package/dist/namespaces/recipes.d.ts.map +1 -0
- package/dist/namespaces/scheduling.d.ts.map +1 -1
- package/dist/version.d.ts +1 -1
- package/llms.txt +240 -0
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -597,12 +597,14 @@ flags, workspace mode, execution limits, and compliance tags
|
|
|
597
597
|
|
|
598
598
|
- `getClinicalMeal-plans()` - /clinical/meal-plans operation on clinical-meal-plan resource
|
|
599
599
|
- `getClinicalMeal-plansArchived()` - /clinical/meal-plans/archived operation on clinical-meal-plan resource
|
|
600
|
+
- `getClinicalMeal-plansBy-meal-schedule()` - /clinical/meal-plans/by-meal-schedule operation on clinical-meal-plan resource
|
|
600
601
|
- `getClinicalMeal-plansBy-patient()` - /clinical/meal-plans/by-patient operation on clinical-meal-plan resource
|
|
601
602
|
- `getClinicalMeal-plansBy-workspace()` - /clinical/meal-plans/by-workspace operation on clinical-meal-plan resource
|
|
602
603
|
- `getClinicalMeal-plansById()` - /clinical/meal-plans/:id operation on clinical-meal-plan resource
|
|
603
604
|
- `getClinicalSessionsByIdMealPlans()` - /clinical/sessions/:id/meal_plans operation on clinical-meal-plan resource
|
|
604
605
|
- `postClinicalMeal-plans()` - /clinical/meal-plans operation on clinical-meal-plan resource
|
|
605
606
|
- `patchClinicalMeal-plansById()` - /clinical/meal-plans/:id operation on clinical-meal-plan resource
|
|
607
|
+
- `patchClinicalMeal-plansByIdApprove()` - /clinical/meal-plans/:id/approve operation on clinical-meal-plan resource
|
|
606
608
|
- `patchClinicalMeal-plansByIdArchive()` - /clinical/meal-plans/:id/archive operation on clinical-meal-plan resource
|
|
607
609
|
- `patchClinicalMeal-plansByIdRestore()` - /clinical/meal-plans/:id/restore operation on clinical-meal-plan resource
|
|
608
610
|
- `deleteClinicalMeal-plansByIdPermanent()` - /clinical/meal-plans/:id/permanent operation on clinical-meal-plan resource
|
|
@@ -865,6 +867,15 @@ flags, workspace mode, execution limits, and compliance tags
|
|
|
865
867
|
- `patchCrmActivitiesById()` - Update an activity's subject, body, sentiment, or AI-generated fields
|
|
866
868
|
- `deleteCrmActivitiesById()` - Soft-delete an activity by setting deleted_at
|
|
867
869
|
|
|
870
|
+
## Crm-address
|
|
871
|
+
|
|
872
|
+
- `getCrmAddressesById()` - /crm/addresses/:id operation on crm-address resource
|
|
873
|
+
- `getCrmAddressesEntityByEntityTypeByEntityId()` - /crm/addresses/entity/:entity_type/:entity_id operation on crm-address resource
|
|
874
|
+
- `postCrmAddresses()` - /crm/addresses operation on crm-address resource
|
|
875
|
+
- `patchCrmAddressesById()` - /crm/addresses/:id operation on crm-address resource
|
|
876
|
+
- `patchCrmAddressesByIdSet-primary()` - /crm/addresses/:id/set-primary operation on crm-address resource
|
|
877
|
+
- `deleteCrmAddressesById()` - /crm/addresses/:id operation on crm-address resource
|
|
878
|
+
|
|
868
879
|
## Crm-channel-capture-config
|
|
869
880
|
|
|
870
881
|
- `getIsvCrmChannel-capture-configById()` - /isv/crm/channel-capture-config/:id operation on crm-channel-capture-config resource
|
|
@@ -944,6 +955,24 @@ attribute-level property filters
|
|
|
944
955
|
- `postCrmDeal-products()` - Link a catalog product to a deal with quantity and negotiated unit price
|
|
945
956
|
- `deleteCrmDeal-productsById()` - /crm/deal-products/:id operation on crm-deal-product resource
|
|
946
957
|
|
|
958
|
+
## Crm-email-address
|
|
959
|
+
|
|
960
|
+
- `getCrmEmail-addressesById()` - /crm/email-addresses/:id operation on crm-email-address resource
|
|
961
|
+
- `getCrmEmail-addressesEntityByEntityTypeByEntityId()` - List all email addresses for a specific entity (contact or company).
|
|
962
|
+
- `postCrmEmail-addresses()` - Create a new email address for a contact or company
|
|
963
|
+
- `patchCrmEmail-addressesById()` - Update an existing email address
|
|
964
|
+
- `patchCrmEmail-addressesByIdSet-primary()` - Mark this email address as the primary for its entity, clearing any existing primary.
|
|
965
|
+
- `deleteCrmEmail-addressesById()` - /crm/email-addresses/:id operation on crm-email-address resource
|
|
966
|
+
|
|
967
|
+
## Crm-phone-number
|
|
968
|
+
|
|
969
|
+
- `getCrmPhone-numbersById()` - /crm/phone-numbers/:id operation on crm-phone-number resource
|
|
970
|
+
- `getCrmPhone-numbersEntityByEntityTypeByEntityId()` - /crm/phone-numbers/entity/:entity_type/:entity_id operation on crm-phone-number resource
|
|
971
|
+
- `postCrmPhone-numbers()` - /crm/phone-numbers operation on crm-phone-number resource
|
|
972
|
+
- `patchCrmPhone-numbersById()` - /crm/phone-numbers/:id operation on crm-phone-number resource
|
|
973
|
+
- `patchCrmPhone-numbersByIdSet-primary()` - /crm/phone-numbers/:id/set-primary operation on crm-phone-number resource
|
|
974
|
+
- `deleteCrmPhone-numbersById()` - /crm/phone-numbers/:id operation on crm-phone-number resource
|
|
975
|
+
|
|
947
976
|
## Crm-pipeline
|
|
948
977
|
|
|
949
978
|
- `getCrmPipelinesById()` - /crm/pipelines/:id operation on crm-pipeline resource
|
|
@@ -975,6 +1004,14 @@ attribute-level property filters
|
|
|
975
1004
|
- `patchCrmRelationship-typesById()` - Update a relationship type's display name, allowed entity types, or properties schema
|
|
976
1005
|
- `deleteCrmRelationship-typesById()` - /crm/relationship-types/:id operation on crm-relationship-type resource
|
|
977
1006
|
|
|
1007
|
+
## Crm-social-profile
|
|
1008
|
+
|
|
1009
|
+
- `getCrmSocial-profilesById()` - /crm/social-profiles/:id operation on crm-social-profile resource
|
|
1010
|
+
- `getCrmSocial-profilesEntityByEntityTypeByEntityId()` - List all social profiles for a specific entity (contact or company).
|
|
1011
|
+
- `postCrmSocial-profiles()` - Create a new social profile for a contact or company
|
|
1012
|
+
- `patchCrmSocial-profilesById()` - Update an existing social profile
|
|
1013
|
+
- `deleteCrmSocial-profilesById()` - /crm/social-profiles/:id operation on crm-social-profile resource
|
|
1014
|
+
|
|
978
1015
|
## Crm-sync-config
|
|
979
1016
|
|
|
980
1017
|
- `getCrmSync-configsWorkspaceByWorkspaceId()` - List all sync configurations for a workspace, one per connector instance
|
|
@@ -982,6 +1019,15 @@ attribute-level property filters
|
|
|
982
1019
|
- `patchCrmSync-configsById()` - Update connector sync settings
|
|
983
1020
|
- `deleteCrmSync-configsById()` - /crm/sync-configs/:id operation on crm-sync-config resource
|
|
984
1021
|
|
|
1022
|
+
## Crm-website
|
|
1023
|
+
|
|
1024
|
+
- `getCrmWebsitesById()` - /crm/websites/:id operation on crm-website resource
|
|
1025
|
+
- `getCrmWebsitesEntityByEntityTypeByEntityId()` - List all websites for a given entity (contact or company).
|
|
1026
|
+
- `postCrmWebsites()` - Create a website record for a contact or company
|
|
1027
|
+
- `patchCrmWebsitesById()` - Update a website record
|
|
1028
|
+
- `patchCrmWebsitesByIdSet-primary()` - Mark this website as primary and unset any other primary website for the same entity.
|
|
1029
|
+
- `deleteCrmWebsitesById()` - /crm/websites/:id operation on crm-website resource
|
|
1030
|
+
|
|
985
1031
|
## Customer
|
|
986
1032
|
|
|
987
1033
|
- `getCustomersById()` - /customers/:id operation on customer resource
|
|
@@ -1188,6 +1234,7 @@ attribute-level property filters
|
|
|
1188
1234
|
## Extraction-analysis
|
|
1189
1235
|
|
|
1190
1236
|
- `getExtractionAnalyses()` - /extraction/analyses operation on extraction-analysis resource
|
|
1237
|
+
- `getExtractionAnalysesBy-resultByExtractionResultId()` - Look up analysis by extraction_result_id
|
|
1191
1238
|
- `getExtractionAnalysesById()` - /extraction/analyses/:id operation on extraction-analysis resource
|
|
1192
1239
|
|
|
1193
1240
|
## Extraction-batch
|
|
@@ -1196,6 +1243,7 @@ attribute-level property filters
|
|
|
1196
1243
|
- `getExtractionBatchesByIdUpload-urls()` - Generate presigned URLs for batch document upload
|
|
1197
1244
|
- `getExtractionBatchesWorkspaceByWorkspaceId()` - List all batches for a workspace, unfiltered and unpaginated
|
|
1198
1245
|
- `postExtractionBatches()` - Create a new extraction batch to group related documents
|
|
1246
|
+
- `postExtractionBatchesByIdFinish-all()` - Finish upload for all documents in this batch that are awaiting processing
|
|
1199
1247
|
- `deleteExtractionBatchesById()` - /extraction/batches/:id operation on extraction-batch resource
|
|
1200
1248
|
|
|
1201
1249
|
## Extraction-document
|
|
@@ -1296,8 +1344,12 @@ fields
|
|
|
1296
1344
|
## Graph-node
|
|
1297
1345
|
|
|
1298
1346
|
- `getAiGraphNodes()` - Paginate Entity vertices for the caller's tenant; returns up to 50 nodes per page by default.
|
|
1347
|
+
- `getAiGraphNodesByNodeIdRelationships()` - List all relationships for a given node
|
|
1299
1348
|
- `getAiGraphNodesLabelByLabel()` - Find all Entity vertices with an exact label match; use to look up a specific named entity in the knowledge graph.
|
|
1349
|
+
- `getAiGraphNodesSemantic()` - Semantic search for entities by label similarity using embeddings
|
|
1300
1350
|
- `postAiGraphNodes()` - Create an Entity vertex in the knowledge graph; tenant_id is always forced from the actor and cannot be supplied by the caller
|
|
1351
|
+
- `postAiGraphRelationships()` - Create a relationship (edge) between two graph nodes
|
|
1352
|
+
- `postAiGraphRelationshipsDelete()` - Delete a relationship (edge) by matching from/to nodes and type
|
|
1301
1353
|
- `deleteAiGraphNodesById()` - /ai/graph/nodes/:id operation on graph-node resource
|
|
1302
1354
|
|
|
1303
1355
|
## Invitations
|
|
@@ -1317,6 +1369,74 @@ fields
|
|
|
1317
1369
|
|
|
1318
1370
|
- `getWalletInvoices()` - Read all invoices for the current tenant
|
|
1319
1371
|
|
|
1372
|
+
## Invoices-activity
|
|
1373
|
+
|
|
1374
|
+
- `getInvoicesActivitiesById()` - /invoices/activities/:id operation on invoices-activity resource
|
|
1375
|
+
|
|
1376
|
+
## Invoices-contact
|
|
1377
|
+
|
|
1378
|
+
- `getInvoicesContactsById()` - /invoices/contacts/:id operation on invoices-contact resource
|
|
1379
|
+
- `getInvoicesContactsWorkspaceByWorkspaceId()` - /invoices/contacts/workspace/:workspace_id operation on invoices-contact resource
|
|
1380
|
+
- `postInvoicesContacts()` - /invoices/contacts operation on invoices-contact resource
|
|
1381
|
+
- `patchInvoicesContactsById()` - /invoices/contacts/:id operation on invoices-contact resource
|
|
1382
|
+
- `deleteInvoicesContactsById()` - /invoices/contacts/:id operation on invoices-contact resource
|
|
1383
|
+
|
|
1384
|
+
## Invoices-invoice
|
|
1385
|
+
|
|
1386
|
+
- `getInvoicesById()` - /invoices/:id operation on invoices-invoice resource
|
|
1387
|
+
- `getInvoicesWorkspaceByWorkspaceId()` - List invoices for a workspace with optional filters
|
|
1388
|
+
- `postInvoices()` - /invoices operation on invoices-invoice resource
|
|
1389
|
+
- `patchInvoicesById()` - /invoices/:id operation on invoices-invoice resource
|
|
1390
|
+
- `patchInvoicesByIdApply-ai-suggestions()` - /invoices/:id/apply-ai-suggestions operation on invoices-invoice resource
|
|
1391
|
+
- `patchInvoicesByIdApprove()` - /invoices/:id/approve operation on invoices-invoice resource
|
|
1392
|
+
- `patchInvoicesByIdDispute()` - /invoices/:id/dispute operation on invoices-invoice resource
|
|
1393
|
+
- `patchInvoicesByIdMark-overdue()` - /invoices/:id/mark-overdue operation on invoices-invoice resource
|
|
1394
|
+
- `patchInvoicesByIdMark-paid()` - /invoices/:id/mark-paid operation on invoices-invoice resource
|
|
1395
|
+
- `patchInvoicesByIdMark-viewed()` - /invoices/:id/mark-viewed operation on invoices-invoice resource
|
|
1396
|
+
- `patchInvoicesByIdResolve-dispute()` - /invoices/:id/resolve-dispute operation on invoices-invoice resource
|
|
1397
|
+
- `patchInvoicesByIdSchedule-payment()` - /invoices/:id/schedule-payment operation on invoices-invoice resource
|
|
1398
|
+
- `patchInvoicesByIdSend()` - /invoices/:id/send operation on invoices-invoice resource
|
|
1399
|
+
- `patchInvoicesByIdSubmit-for-approval()` - /invoices/:id/submit-for-approval operation on invoices-invoice resource
|
|
1400
|
+
- `patchInvoicesByIdVoid()` - /invoices/:id/void operation on invoices-invoice resource
|
|
1401
|
+
- `deleteInvoicesById()` - /invoices/:id operation on invoices-invoice resource
|
|
1402
|
+
|
|
1403
|
+
## Invoices-line
|
|
1404
|
+
|
|
1405
|
+
- `getInvoicesLinesById()` - /invoices/lines/:id operation on invoices-line resource
|
|
1406
|
+
- `postInvoicesLines()` - /invoices/lines operation on invoices-line resource
|
|
1407
|
+
- `patchInvoicesLinesById()` - /invoices/lines/:id operation on invoices-line resource
|
|
1408
|
+
- `deleteInvoicesLinesById()` - /invoices/lines/:id operation on invoices-line resource
|
|
1409
|
+
|
|
1410
|
+
## Invoices-payment
|
|
1411
|
+
|
|
1412
|
+
- `getInvoicesPaymentsById()` - /invoices/payments/:id operation on invoices-payment resource
|
|
1413
|
+
- `postInvoicesPayments()` - /invoices/payments operation on invoices-payment resource
|
|
1414
|
+
- `deleteInvoicesPaymentsById()` - /invoices/payments/:id operation on invoices-payment resource
|
|
1415
|
+
|
|
1416
|
+
## Invoices-recurring-schedule
|
|
1417
|
+
|
|
1418
|
+
- `getInvoicesRecurring-schedulesById()` - /invoices/recurring-schedules/:id operation on invoices-recurring-schedule resource
|
|
1419
|
+
- `postInvoicesRecurring-schedules()` - /invoices/recurring-schedules operation on invoices-recurring-schedule resource
|
|
1420
|
+
- `patchInvoicesRecurring-schedulesById()` - /invoices/recurring-schedules/:id operation on invoices-recurring-schedule resource
|
|
1421
|
+
- `patchInvoicesRecurring-schedulesByIdPause()` - /invoices/recurring-schedules/:id/pause operation on invoices-recurring-schedule resource
|
|
1422
|
+
- `patchInvoicesRecurring-schedulesByIdResume()` - /invoices/recurring-schedules/:id/resume operation on invoices-recurring-schedule resource
|
|
1423
|
+
- `deleteInvoicesRecurring-schedulesById()` - /invoices/recurring-schedules/:id operation on invoices-recurring-schedule resource
|
|
1424
|
+
|
|
1425
|
+
## Invoices-rule
|
|
1426
|
+
|
|
1427
|
+
- `getInvoicesRulesById()` - /invoices/rules/:id operation on invoices-rule resource
|
|
1428
|
+
- `postInvoicesRules()` - /invoices/rules operation on invoices-rule resource
|
|
1429
|
+
- `patchInvoicesRulesById()` - /invoices/rules/:id operation on invoices-rule resource
|
|
1430
|
+
- `patchInvoicesRulesByIdDeactivate()` - /invoices/rules/:id/deactivate operation on invoices-rule resource
|
|
1431
|
+
- `deleteInvoicesRulesById()` - /invoices/rules/:id operation on invoices-rule resource
|
|
1432
|
+
|
|
1433
|
+
## Invoices-template
|
|
1434
|
+
|
|
1435
|
+
- `getInvoicesTemplatesById()` - /invoices/templates/:id operation on invoices-template resource
|
|
1436
|
+
- `postInvoicesTemplates()` - /invoices/templates operation on invoices-template resource
|
|
1437
|
+
- `patchInvoicesTemplatesById()` - /invoices/templates/:id operation on invoices-template resource
|
|
1438
|
+
- `deleteInvoicesTemplatesById()` - /invoices/templates/:id operation on invoices-template resource
|
|
1439
|
+
|
|
1320
1440
|
## Isv-revenue
|
|
1321
1441
|
|
|
1322
1442
|
- `getIsv-revenue()` - /isv-revenue operation on isv-revenue resource
|
|
@@ -1535,6 +1655,125 @@ fields
|
|
|
1535
1655
|
- `postProcessing-activities()` - Add a new GDPR Article 30 Record of Processing Activities (ROPA) entry, documenting a processing purpose, the categories of personal data processed, data subjects, recipients, and legal basis for the workspace.
|
|
1536
1656
|
- `deleteProcessing-activitiesById()` - /processing-activities/:id operation on processing-activity resource
|
|
1537
1657
|
|
|
1658
|
+
## Recipes-collection-recipe
|
|
1659
|
+
|
|
1660
|
+
- `getRecipesCollection-recipesById()` - /recipes/collection-recipes/:id operation on recipes-collection-recipe resource
|
|
1661
|
+
- `getRecipesCollection-recipesCollectionByCollectionId()` - List recipes in a collection
|
|
1662
|
+
- `postRecipesCollection-recipes()` - /recipes/collection-recipes operation on recipes-collection-recipe resource
|
|
1663
|
+
- `patchRecipesCollection-recipesById()` - /recipes/collection-recipes/:id operation on recipes-collection-recipe resource
|
|
1664
|
+
- `deleteRecipesCollection-recipesById()` - /recipes/collection-recipes/:id operation on recipes-collection-recipe resource
|
|
1665
|
+
|
|
1666
|
+
## Recipes-enrichment-job
|
|
1667
|
+
|
|
1668
|
+
- `getRecipesEnrichment-jobsById()` - /recipes/enrichment-jobs/:id operation on recipes-enrichment-job resource
|
|
1669
|
+
- `getRecipesEnrichment-jobsRecipeByRecipeId()` - List enrichment jobs for a recipe
|
|
1670
|
+
|
|
1671
|
+
## Recipes-food-item
|
|
1672
|
+
|
|
1673
|
+
- `getRecipesFood-itemsApplicationByApplicationId()` - List food items for an application
|
|
1674
|
+
- `getRecipesFood-itemsById()` - /recipes/food-items/:id operation on recipes-food-item resource
|
|
1675
|
+
- `postRecipesFood-items()` - /recipes/food-items operation on recipes-food-item resource
|
|
1676
|
+
- `patchRecipesFood-itemsById()` - /recipes/food-items/:id operation on recipes-food-item resource
|
|
1677
|
+
- `deleteRecipesFood-itemsById()` - /recipes/food-items/:id operation on recipes-food-item resource
|
|
1678
|
+
|
|
1679
|
+
## Recipes-ingredient
|
|
1680
|
+
|
|
1681
|
+
- `getRecipesIngredientsById()` - /recipes/ingredients/:id operation on recipes-ingredient resource
|
|
1682
|
+
- `getRecipesIngredientsRecipeByRecipeId()` - List ingredients for a recipe
|
|
1683
|
+
- `postRecipesIngredients()` - /recipes/ingredients operation on recipes-ingredient resource
|
|
1684
|
+
- `patchRecipesIngredientsById()` - /recipes/ingredients/:id operation on recipes-ingredient resource
|
|
1685
|
+
- `deleteRecipesIngredientsById()` - /recipes/ingredients/:id operation on recipes-ingredient resource
|
|
1686
|
+
|
|
1687
|
+
## Recipes-meal-schedule
|
|
1688
|
+
|
|
1689
|
+
- `getRecipesMeal-schedulesById()` - /recipes/meal-schedules/:id operation on recipes-meal-schedule resource
|
|
1690
|
+
- `getRecipesMeal-schedulesWorkspaceByWorkspaceId()` - List meal schedules for a workspace
|
|
1691
|
+
- `postRecipesMeal-schedules()` - /recipes/meal-schedules operation on recipes-meal-schedule resource
|
|
1692
|
+
- `patchRecipesMeal-schedulesById()` - /recipes/meal-schedules/:id operation on recipes-meal-schedule resource
|
|
1693
|
+
- `deleteRecipesMeal-schedulesById()` - /recipes/meal-schedules/:id operation on recipes-meal-schedule resource
|
|
1694
|
+
|
|
1695
|
+
## Recipes-nutrition-summary
|
|
1696
|
+
|
|
1697
|
+
- `getRecipesNutrition-summariesById()` - /recipes/nutrition-summaries/:id operation on recipes-nutrition-summary resource
|
|
1698
|
+
- `getRecipesNutrition-summariesMeal-scheduleByMealScheduleId()` - List nutrition summaries for a meal schedule
|
|
1699
|
+
|
|
1700
|
+
## Recipes-recipe
|
|
1701
|
+
|
|
1702
|
+
- `getRecipesById()` - /recipes/:id operation on recipes-recipe resource
|
|
1703
|
+
- `getRecipesWorkspaceByWorkspaceId()` - List recipes for a workspace, excluding archived
|
|
1704
|
+
- `getRecipesWorkspaceByWorkspaceIdContactByContactId()` - List recipes contributed by a specific contact
|
|
1705
|
+
- `getRecipesWorkspaceByWorkspaceIdPublished()` - List published recipes only
|
|
1706
|
+
- `postRecipes()` - /recipes operation on recipes-recipe resource
|
|
1707
|
+
- `postRecipesBulk-import()` - /recipes/bulk-import operation on recipes-recipe resource
|
|
1708
|
+
- `postRecipesImport()` - Import a recipe from an external connector source
|
|
1709
|
+
- `patchRecipesById()` - /recipes/:id operation on recipes-recipe resource
|
|
1710
|
+
- `patchRecipesByIdArchive()` - /recipes/:id/archive operation on recipes-recipe resource
|
|
1711
|
+
- `patchRecipesByIdRe-enrich()` - /recipes/:id/re-enrich operation on recipes-recipe resource
|
|
1712
|
+
- `patchRecipesByIdRestore()` - /recipes/:id/restore operation on recipes-recipe resource
|
|
1713
|
+
- `deleteRecipesById()` - Permanently delete a recipe
|
|
1714
|
+
|
|
1715
|
+
## Recipes-recipe-collection
|
|
1716
|
+
|
|
1717
|
+
- `getRecipesCollectionsById()` - /recipes/collections/:id operation on recipes-recipe-collection resource
|
|
1718
|
+
- `getRecipesCollectionsWorkspaceByWorkspaceId()` - List collections for a workspace
|
|
1719
|
+
- `postRecipesCollections()` - /recipes/collections operation on recipes-recipe-collection resource
|
|
1720
|
+
- `patchRecipesCollectionsById()` - /recipes/collections/:id operation on recipes-recipe-collection resource
|
|
1721
|
+
- `deleteRecipesCollectionsById()` - /recipes/collections/:id operation on recipes-recipe-collection resource
|
|
1722
|
+
|
|
1723
|
+
## Recipes-recipe-favorite
|
|
1724
|
+
|
|
1725
|
+
- `getRecipesFavoritesById()` - /recipes/favorites/:id operation on recipes-recipe-favorite resource
|
|
1726
|
+
- `getRecipesFavoritesWorkspaceByWorkspaceId()` - List favorites for a workspace
|
|
1727
|
+
- `postRecipesFavorites()` - /recipes/favorites operation on recipes-recipe-favorite resource
|
|
1728
|
+
- `patchRecipesFavoritesById()` - /recipes/favorites/:id operation on recipes-recipe-favorite resource
|
|
1729
|
+
- `deleteRecipesFavoritesById()` - /recipes/favorites/:id operation on recipes-recipe-favorite resource
|
|
1730
|
+
|
|
1731
|
+
## Recipes-recipe-nutrition
|
|
1732
|
+
|
|
1733
|
+
- `getRecipesRecipe-nutritionsById()` - /recipes/recipe-nutritions/:id operation on recipes-recipe-nutrition resource
|
|
1734
|
+
- `postRecipesRecipe-nutritions()` - /recipes/recipe-nutritions operation on recipes-recipe-nutrition resource
|
|
1735
|
+
- `patchRecipesRecipe-nutritionsById()` - /recipes/recipe-nutritions/:id operation on recipes-recipe-nutrition resource
|
|
1736
|
+
|
|
1737
|
+
## Recipes-recipe-tag
|
|
1738
|
+
|
|
1739
|
+
- `getRecipesRecipe-tagsById()` - /recipes/recipe-tags/:id operation on recipes-recipe-tag resource
|
|
1740
|
+
- `postRecipesRecipe-tags()` - /recipes/recipe-tags operation on recipes-recipe-tag resource
|
|
1741
|
+
- `deleteRecipesRecipe-tagsById()` - /recipes/recipe-tags/:id operation on recipes-recipe-tag resource
|
|
1742
|
+
|
|
1743
|
+
## Recipes-scheduled-meal
|
|
1744
|
+
|
|
1745
|
+
- `getRecipesScheduled-mealsById()` - /recipes/scheduled-meals/:id operation on recipes-scheduled-meal resource
|
|
1746
|
+
- `getRecipesScheduled-mealsMeal-scheduleByMealScheduleId()` - List scheduled meals for a meal schedule
|
|
1747
|
+
- `postRecipesScheduled-meals()` - /recipes/scheduled-meals operation on recipes-scheduled-meal resource
|
|
1748
|
+
- `patchRecipesScheduled-mealsById()` - /recipes/scheduled-meals/:id operation on recipes-scheduled-meal resource
|
|
1749
|
+
- `deleteRecipesScheduled-mealsById()` - /recipes/scheduled-meals/:id operation on recipes-scheduled-meal resource
|
|
1750
|
+
|
|
1751
|
+
## Recipes-shopping-list
|
|
1752
|
+
|
|
1753
|
+
- `getRecipesShopping-listsById()` - /recipes/shopping-lists/:id operation on recipes-shopping-list resource
|
|
1754
|
+
- `getRecipesShopping-listsWorkspaceByWorkspaceId()` - List shopping lists for a workspace
|
|
1755
|
+
- `postRecipesShopping-lists()` - /recipes/shopping-lists operation on recipes-shopping-list resource
|
|
1756
|
+
- `postRecipesShopping-listsGenerate()` - /recipes/shopping-lists/generate operation on recipes-shopping-list resource
|
|
1757
|
+
- `postRecipesShopping-listsRegenerate()` - /recipes/shopping-lists/regenerate operation on recipes-shopping-list resource
|
|
1758
|
+
- `patchRecipesShopping-listsById()` - /recipes/shopping-lists/:id operation on recipes-shopping-list resource
|
|
1759
|
+
- `deleteRecipesShopping-listsById()` - /recipes/shopping-lists/:id operation on recipes-shopping-list resource
|
|
1760
|
+
|
|
1761
|
+
## Recipes-shopping-list-item
|
|
1762
|
+
|
|
1763
|
+
- `getRecipesShopping-list-itemsById()` - /recipes/shopping-list-items/:id operation on recipes-shopping-list-item resource
|
|
1764
|
+
- `getRecipesShopping-list-itemsShopping-listByShoppingListId()` - List items for a shopping list
|
|
1765
|
+
- `postRecipesShopping-list-items()` - /recipes/shopping-list-items operation on recipes-shopping-list-item resource
|
|
1766
|
+
- `patchRecipesShopping-list-itemsById()` - /recipes/shopping-list-items/:id operation on recipes-shopping-list-item resource
|
|
1767
|
+
- `deleteRecipesShopping-list-itemsById()` - /recipes/shopping-list-items/:id operation on recipes-shopping-list-item resource
|
|
1768
|
+
|
|
1769
|
+
## Recipes-tag
|
|
1770
|
+
|
|
1771
|
+
- `getRecipesTagsApplicationByApplicationId()` - List tags for an application
|
|
1772
|
+
- `getRecipesTagsById()` - /recipes/tags/:id operation on recipes-tag resource
|
|
1773
|
+
- `postRecipesTags()` - /recipes/tags operation on recipes-tag resource
|
|
1774
|
+
- `patchRecipesTagsById()` - /recipes/tags/:id operation on recipes-tag resource
|
|
1775
|
+
- `deleteRecipesTagsById()` - /recipes/tags/:id operation on recipes-tag resource
|
|
1776
|
+
|
|
1538
1777
|
## Retention-policy
|
|
1539
1778
|
|
|
1540
1779
|
- `getRetention-policies()` - /retention-policies operation on retention-policy resource
|
|
@@ -2075,6 +2314,7 @@ Microsoft)
|
|
|
2075
2314
|
|
|
2076
2315
|
## Wallet-public
|
|
2077
2316
|
|
|
2317
|
+
- `getWalletForecast()` - Credit usage forecast — burn rate and projected exhaustion date
|
|
2078
2318
|
- `getWalletPlanPreview()` - Preview the cost and effective date of a plan change
|
|
2079
2319
|
- `patchWalletAuto-top-up()` - Update auto-top-up settings
|
|
2080
2320
|
- `patchWalletPaymentRetry()` - Retry a failed subscription payment
|
package/package.json
CHANGED