@gpt-platform/admin 0.4.2 → 0.5.0
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 +58730 -40249
- package/dist/index.d.ts +58730 -40249
- package/dist/index.js +8151 -2555
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8151 -2555
- package/dist/index.mjs.map +1 -1
- package/llms.txt +249 -50
- package/package.json +1 -1
package/llms.txt
CHANGED
|
@@ -115,6 +115,12 @@ correction reasons, or image reference
|
|
|
115
115
|
- `deleteTraining-examplesById()` - /training-examples/:id operation on training_example resource
|
|
116
116
|
- `deleteTraining-sessionsById()` - /training-sessions/:id operation on training_session resource
|
|
117
117
|
|
|
118
|
+
## Ai-message
|
|
119
|
+
|
|
120
|
+
- `getAiMessages()` - /ai/messages operation on ai-message resource
|
|
121
|
+
- `postAiMessages()` - Append a new message turn (system, user, or assistant) to a Conversation
|
|
122
|
+
- `deleteAiMessagesById()` - /ai/messages/:id operation on ai-message resource
|
|
123
|
+
|
|
118
124
|
## Analytics
|
|
119
125
|
|
|
120
126
|
- `getLlmAnalytics()` - List LLM analytics records sorted by created_at descending; scoped to the caller's tenant.
|
|
@@ -174,10 +180,6 @@ flags, workspace mode, and execution limits
|
|
|
174
180
|
|
|
175
181
|
## Billing
|
|
176
182
|
|
|
177
|
-
- `getCredit-packages()` - List all credit packages available for purchase in the calling application
|
|
178
|
-
- `getCredit-packagesById()` - Fetch a single credit package by its UUID
|
|
179
|
-
- `getCredit-packagesSlugBySlug()` - Look up a credit package by its unique slug within an application (e.g., "starter-100",
|
|
180
|
-
"pro-500")
|
|
181
183
|
- `getPlans()` - List all subscription plans and add-ons available in the system
|
|
182
184
|
- `getPlansById()` - Fetch a single plan by its UUID
|
|
183
185
|
- `getPlansSlugBySlug()` - Look up a plan by its unique slug within an application (e.g., "pro", "business", "free")
|
|
@@ -188,10 +190,8 @@ flags, workspace mode, and execution limits
|
|
|
188
190
|
- `getWalletStorage-breakdown()` - Get storage breakdown by workspace
|
|
189
191
|
- `getWalletUsage()` - Get daily credit usage history
|
|
190
192
|
- `getWalletUsage-breakdown()` - Get usage breakdown by workspace
|
|
191
|
-
- `postCredit-packages()` - Create a new credit package (purchasable top-up bundle) for an application
|
|
192
193
|
- `postPlans()` - Create a new subscription plan or add-on for an application
|
|
193
194
|
- `postSubscriptions()` - /subscriptions operation on subscription resource
|
|
194
|
-
- `patchCredit-packagesById()` - Update an existing credit package's name, price, or credit amount
|
|
195
195
|
- `patchPlansById()` - Update an existing plan's pricing, credit allocation, or storage limits
|
|
196
196
|
- `patchSubscriptionsById()` - /subscriptions/:id operation on subscription resource
|
|
197
197
|
- `patchSubscriptionsByIdCancel()` - Cancel a subscription
|
|
@@ -199,10 +199,17 @@ flags, workspace mode, and execution limits
|
|
|
199
199
|
- `patchWalletAddonsByAddonSlugCancel()` - Cancel an active add-on subscription on the wallet
|
|
200
200
|
- `patchWalletCredits()` - Purchase credits (Top-up)
|
|
201
201
|
- `patchWalletPlan()` - Change the main plan for the wallet
|
|
202
|
-
- `deleteCredit-packagesById()` - /credit-packages/:id operation on credit_package resource
|
|
203
202
|
- `deletePlansById()` - /plans/:id operation on plan resource
|
|
204
203
|
- `deleteSubscriptionsById()` - /subscriptions/:id operation on subscription resource
|
|
205
204
|
|
|
205
|
+
## Brand identity
|
|
206
|
+
|
|
207
|
+
- `getBrand-identities()` - /brand-identities operation on brand_identity resource
|
|
208
|
+
- `getBrand-identitiesById()` - /brand-identities/:id operation on brand_identity resource
|
|
209
|
+
- `postBrand-identities()` - /brand-identities operation on brand_identity resource
|
|
210
|
+
- `patchBrand-identitiesById()` - /brand-identities/:id operation on brand_identity resource
|
|
211
|
+
- `deleteBrand-identitiesById()` - /brand-identities/:id operation on brand_identity resource
|
|
212
|
+
|
|
206
213
|
## Breach incident
|
|
207
214
|
|
|
208
215
|
- `getBreach-incidents()` - /breach-incidents operation on breach_incident resource
|
|
@@ -362,6 +369,14 @@ flags, workspace mode, and execution limits
|
|
|
362
369
|
- `postCatalogView-rules()` - Add a filter rule to a catalog view; rules in the same group are AND'd, multiple groups are OR'd
|
|
363
370
|
- `deleteCatalogView-rulesById()` - Permanently delete a view rule; the view is re-evaluated without this rule on next resolution.
|
|
364
371
|
|
|
372
|
+
## Chunk entity link
|
|
373
|
+
|
|
374
|
+
- `getExtractionChunk-entity-links()` - /extraction/chunk-entity-links operation on chunk_entity_link resource
|
|
375
|
+
- `getExtractionChunk-entity-linksById()` - /extraction/chunk-entity-links/:id operation on chunk_entity_link resource
|
|
376
|
+
- `getExtractionChunk-entity-linksChunkByDocumentChunkId()` - /extraction/chunk-entity-links/chunk/:document_chunk_id operation on chunk_entity_link resource
|
|
377
|
+
- `getExtractionChunk-entity-linksDocumentByDocumentId()` - /extraction/chunk-entity-links/document/:document_id operation on chunk_entity_link resource
|
|
378
|
+
- `getExtractionChunk-entity-linksEntityByGraphNodeId()` - /extraction/chunk-entity-links/entity/:graph_node_id operation on chunk_entity_link resource
|
|
379
|
+
|
|
365
380
|
## Config
|
|
366
381
|
|
|
367
382
|
- `getConfigs()` - /configs operation on config resource
|
|
@@ -444,11 +459,22 @@ flags, workspace mode, and execution limits
|
|
|
444
459
|
- `getConnectorsCredentialsById()` - /connectors/credentials/:id operation on credential resource
|
|
445
460
|
- `postConnectorsCredentialsByIdRefresh()` - Refresh OAuth credential token.
|
|
446
461
|
|
|
462
|
+
## Credit-package
|
|
463
|
+
|
|
464
|
+
- `getCredit-packages()` - List all credit packages available for purchase in the calling application
|
|
465
|
+
- `getCredit-packagesById()` - Fetch a single credit package by its UUID
|
|
466
|
+
- `getCredit-packagesSlugBySlug()` - Look up a credit package by its unique slug within an application (e.g., "starter-100",
|
|
467
|
+
"pro-500")
|
|
468
|
+
- `postCredit-packages()` - Create a new credit package (purchasable top-up bundle) for an application
|
|
469
|
+
- `patchCredit-packagesById()` - Update an existing credit package's name, price, or credit amount
|
|
470
|
+
- `deleteCredit-packagesById()` - /credit-packages/:id operation on credit-package resource
|
|
471
|
+
|
|
447
472
|
## Crm activity
|
|
448
473
|
|
|
449
474
|
- `getCrmActivitiesById()` - Fetch a single active activity by ID; excludes soft-deleted records.
|
|
450
475
|
- `getCrmActivitiesWorkspaceByWorkspaceId()` - List active activities in a workspace with offset pagination
|
|
451
476
|
- `postCrmActivities()` - Log a CRM activity (call, email, meeting, note, etc.) linked to the workspace
|
|
477
|
+
- `patchCrmActivitiesById()` - Update an activity's subject, body, sentiment, or AI-generated fields
|
|
452
478
|
- `deleteCrmActivitiesById()` - Soft-delete an activity by setting deleted_at
|
|
453
479
|
|
|
454
480
|
## Crm channel capture config
|
|
@@ -501,6 +527,7 @@ attribute-level property filters
|
|
|
501
527
|
|
|
502
528
|
## Crm custom field definition
|
|
503
529
|
|
|
530
|
+
- `getIsvCrmField-definitionsById()` - /isv/crm/field-definitions/:id operation on crm_custom_field_definition resource
|
|
504
531
|
- `getIsvCrmField-definitionsEntity-typeByEntityType()` - List all custom field definitions for a given application and entity type
|
|
505
532
|
- `postIsvCrmField-definitions()` - Define a custom field for a core CRM entity type (contact, company, deal, activity)
|
|
506
533
|
- `patchIsvCrmField-definitionsById()` - Update display metadata and validation rules for an existing custom field
|
|
@@ -511,6 +538,7 @@ attribute-level property filters
|
|
|
511
538
|
- `getCrmExportsById()` - Fetch a single export job by ID
|
|
512
539
|
- `getCrmExportsWorkspaceByWorkspaceId()` - List all export jobs for a workspace, sorted newest first
|
|
513
540
|
- `postCrmExports()` - Enqueue an async CRM data export job
|
|
541
|
+
- `patchCrmExportsByIdRefresh-url()` - Regenerate the presigned download URL for a completed export job
|
|
514
542
|
|
|
515
543
|
## Crm deal
|
|
516
544
|
|
|
@@ -518,11 +546,13 @@ attribute-level property filters
|
|
|
518
546
|
- `getCrmDealsWorkspaceByWorkspaceId()` - List active deals in a workspace with offset pagination
|
|
519
547
|
- `postCrmDeals()` - Create a new CRM deal and place it in a pipeline stage
|
|
520
548
|
- `patchCrmDealsById()` - Update deal fields including status, AI scores, and pipeline assignment
|
|
549
|
+
- `patchCrmDealsByIdMove-stage()` - Move a deal to a different pipeline stage
|
|
521
550
|
- `deleteCrmDealsById()` - Soft-delete a deal by setting deleted_at
|
|
522
551
|
|
|
523
552
|
## Crm deal product
|
|
524
553
|
|
|
525
554
|
- `getCrmDeal-products()` - /crm/deal-products operation on crm_deal_product resource
|
|
555
|
+
- `getCrmDeal-productsById()` - /crm/deal-products/:id operation on crm_deal_product resource
|
|
526
556
|
- `postCrmDeal-products()` - Link a catalog product to a deal with quantity and negotiated unit price
|
|
527
557
|
- `deleteCrmDeal-productsById()` - /crm/deal-products/:id operation on crm_deal_product resource
|
|
528
558
|
|
|
@@ -537,6 +567,7 @@ attribute-level property filters
|
|
|
537
567
|
## Crm pipeline stage
|
|
538
568
|
|
|
539
569
|
- `getCrmPipeline-stagesById()` - /crm/pipeline-stages/:id operation on crm_pipeline_stage resource
|
|
570
|
+
- `getCrmPipeline-stagesPipelineByPipelineId()` - List all stages for a specific pipeline, ordered by position.
|
|
540
571
|
- `postCrmPipeline-stages()` - Add a stage to a pipeline with an explicit sort order, optional win probability, and forecast category
|
|
541
572
|
- `patchCrmPipeline-stagesById()` - Update a pipeline stage's name, order, probability, or closed flag
|
|
542
573
|
- `deleteCrmPipeline-stagesById()` - /crm/pipeline-stages/:id operation on crm_pipeline_stage resource
|
|
@@ -636,6 +667,23 @@ again
|
|
|
636
667
|
- `patchApplicationsByApplicationIdEmail-templatesBySlug()` - Update the display name, subject, body, branding color, or enabled state of an existing template
|
|
637
668
|
- `deleteApplicationsByApplicationIdEmail-templatesBySlug()` - /applications/:application_id/email-templates/:slug operation on email_template resource
|
|
638
669
|
|
|
670
|
+
## Email-inbound-address
|
|
671
|
+
|
|
672
|
+
- `getEmailInbound-addressesById()` - /email/inbound-addresses/:id operation on email-inbound-address resource
|
|
673
|
+
- `getEmailInbound-addressesWorkspaceByWorkspaceId()` - /email/inbound-addresses/workspace/:workspace_id operation on email-inbound-address resource
|
|
674
|
+
- `postEmailInbound-addresses()` - /email/inbound-addresses operation on email-inbound-address resource
|
|
675
|
+
- `patchEmailInbound-addressesById()` - /email/inbound-addresses/:id operation on email-inbound-address resource
|
|
676
|
+
- `patchEmailInbound-addressesByIdDisable()` - /email/inbound-addresses/:id/disable operation on email-inbound-address resource
|
|
677
|
+
- `patchEmailInbound-addressesByIdEnable()` - /email/inbound-addresses/:id/enable operation on email-inbound-address resource
|
|
678
|
+
- `patchEmailInbound-addressesByIdRotate-token()` - /email/inbound-addresses/:id/rotate-token operation on email-inbound-address resource
|
|
679
|
+
- `deleteEmailInbound-addressesById()` - /email/inbound-addresses/:id operation on email-inbound-address resource
|
|
680
|
+
|
|
681
|
+
## Email-inbound-email
|
|
682
|
+
|
|
683
|
+
- `getEmailInboundReceivedAddressByInboundAddressId()` - /email/inbound/received/address/:inbound_address_id operation on email-inbound-email resource
|
|
684
|
+
- `getEmailInboundReceivedById()` - /email/inbound/received/:id operation on email-inbound-email resource
|
|
685
|
+
- `getEmailInboundReceivedWorkspaceByWorkspaceId()` - /email/inbound/received/workspace/:workspace_id operation on email-inbound-email resource
|
|
686
|
+
|
|
639
687
|
## Email-inclusion
|
|
640
688
|
|
|
641
689
|
- `getEmailInclusionsById()` - /email/inclusions/:id operation on email-inclusion resource
|
|
@@ -747,6 +795,11 @@ again
|
|
|
747
795
|
|
|
748
796
|
- `postAiEmbed()` - Generate a 1024-dim vector embedding for the given text via the LlmTriage sidecar; validates workspace membership, estimates token cost, charges credits, and returns the embedding with usage stats.
|
|
749
797
|
|
|
798
|
+
## Extraction analysis
|
|
799
|
+
|
|
800
|
+
- `getExtractionAnalyses()` - /extraction/analyses operation on extraction_analysis resource
|
|
801
|
+
- `getExtractionAnalysesById()` - /extraction/analyses/:id operation on extraction_analysis resource
|
|
802
|
+
|
|
750
803
|
## Extraction Batches
|
|
751
804
|
|
|
752
805
|
- `getExtractionBatchesById()` - /extraction/batches/:id operation on extraction_batch resource
|
|
@@ -783,6 +836,21 @@ fields
|
|
|
783
836
|
- `patchExtraction-workflowsById()` - /extraction-workflows/:id operation on extraction_workflow resource
|
|
784
837
|
- `deleteExtraction-workflowsById()` - /extraction-workflows/:id operation on extraction_workflow resource
|
|
785
838
|
|
|
839
|
+
## Feature definition
|
|
840
|
+
|
|
841
|
+
- `getFeature-definitions()` - List all feature definitions
|
|
842
|
+
- `getFeature-definitionsBy-applicationByApplicationId()` - List feature definitions for a specific application.
|
|
843
|
+
- `getFeature-definitionsById()` - Fetch a single feature definition by ID.
|
|
844
|
+
- `postFeature-definitions()` - Create a new ISV-defined feature for an application
|
|
845
|
+
- `patchFeature-definitionsById()` - Update a feature definition's configuration.
|
|
846
|
+
- `deleteFeature-definitionsById()` - /feature-definitions/:id operation on feature_definition resource
|
|
847
|
+
|
|
848
|
+
## Feature-usage
|
|
849
|
+
|
|
850
|
+
- `getFeature-usages()` - List all feature usage records.
|
|
851
|
+
- `getFeature-usagesBy-tenantByTenantId()` - List feature usage records for a specific tenant.
|
|
852
|
+
- `getFeature-usagesById()` - Fetch a single feature usage record by ID.
|
|
853
|
+
|
|
786
854
|
## Field mapping confirmation
|
|
787
855
|
|
|
788
856
|
- `postWorkspacesByWorkspaceIdExtractionByDocumentIdMapping()` - /workspaces/:workspace_id/extraction/:document_id/mapping operation on field_mapping_confirmation resource
|
|
@@ -811,18 +879,18 @@ fields
|
|
|
811
879
|
- `patchInvitationsByIdResend()` - Resend an invitation email with a refreshed token and a new 7-day expiry
|
|
812
880
|
- `patchInvitationsByIdRevoke()` - Cancel a pending invitation by setting its status to :revoked
|
|
813
881
|
|
|
814
|
-
## Isv
|
|
882
|
+
## Isv-revenue
|
|
815
883
|
|
|
816
|
-
- `getIsv-revenue()` - /isv-revenue operation on
|
|
817
|
-
- `getIsv-revenueById()` - /isv-revenue/:id operation on
|
|
818
|
-
- `postIsv-revenue()` - /isv-revenue operation on
|
|
884
|
+
- `getIsv-revenue()` - /isv-revenue operation on isv-revenue resource
|
|
885
|
+
- `getIsv-revenueById()` - /isv-revenue/:id operation on isv-revenue resource
|
|
886
|
+
- `postIsv-revenue()` - /isv-revenue operation on isv-revenue resource
|
|
819
887
|
|
|
820
|
-
## Isv
|
|
888
|
+
## Isv-settlement
|
|
821
889
|
|
|
822
|
-
- `getIsv-settlements()` - /isv-settlements operation on
|
|
823
|
-
- `getIsv-settlementsById()` - /isv-settlements/:id operation on
|
|
824
|
-
- `postIsv-settlements()` - /isv-settlements operation on
|
|
825
|
-
- `patchIsv-settlementsById()` - /isv-settlements/:id operation on
|
|
890
|
+
- `getIsv-settlements()` - /isv-settlements operation on isv-settlement resource
|
|
891
|
+
- `getIsv-settlementsById()` - /isv-settlements/:id operation on isv-settlement resource
|
|
892
|
+
- `postIsv-settlements()` - /isv-settlements operation on isv-settlement resource
|
|
893
|
+
- `patchIsv-settlementsById()` - /isv-settlements/:id operation on isv-settlement resource
|
|
826
894
|
|
|
827
895
|
## Knowledge Graph
|
|
828
896
|
|
|
@@ -857,16 +925,13 @@ fields
|
|
|
857
925
|
|
|
858
926
|
## Messages
|
|
859
927
|
|
|
860
|
-
- `getAiMessages()` - /ai/messages operation on message resource
|
|
861
928
|
- `getMessages()` - /messages operation on message resource
|
|
862
929
|
- `getMessagesById()` - /messages/:id operation on message resource
|
|
863
930
|
- `getMessagesSearch()` - Full-text search messages by substring match on content within the actor's accessible threads
|
|
864
931
|
- `getMessagesSemantic-search()` - Vector similarity search across messages using a generated embedding of the query string
|
|
865
932
|
- `getThreadsByIdMessages()` - /threads/:id/messages operation on message resource
|
|
866
|
-
- `postAiMessages()` - Append a new message turn (system, user, or assistant) to a Conversation
|
|
867
933
|
- `postMessages()` - Add a new message turn to a thread
|
|
868
934
|
- `patchMessagesById()` - Edit a message's content, role, or metadata
|
|
869
|
-
- `deleteAiMessagesById()` - /ai/messages/:id operation on message resource
|
|
870
935
|
- `deleteMessagesById()` - /messages/:id operation on message resource
|
|
871
936
|
|
|
872
937
|
## Notification log
|
|
@@ -894,19 +959,27 @@ fields
|
|
|
894
959
|
- `patchNotification-preferencesById()` - Update a user's notification channel list or per-category preferences
|
|
895
960
|
- `deleteNotification-preferencesById()` - /notification-preferences/:id operation on notification_preference resource
|
|
896
961
|
|
|
962
|
+
## Oauth app config
|
|
963
|
+
|
|
964
|
+
- `getConnectorsOauth-app-configs()` - /connectors/oauth-app-configs operation on oauth_app_config resource
|
|
965
|
+
- `getConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
|
|
966
|
+
- `postConnectorsOauth-app-configs()` - /connectors/oauth-app-configs operation on oauth_app_config resource
|
|
967
|
+
- `patchConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
|
|
968
|
+
- `deleteConnectorsOauth-app-configsById()` - /connectors/oauth-app-configs/:id operation on oauth_app_config resource
|
|
969
|
+
|
|
897
970
|
## Operation success
|
|
898
971
|
|
|
899
972
|
- `postDocumentsBulk-delete()` - /documents/bulk-delete operation on operation_success resource
|
|
900
973
|
|
|
901
|
-
## Payment
|
|
974
|
+
## Payment-method
|
|
902
975
|
|
|
903
|
-
- `getPayment-methods()` - /payment-methods operation on
|
|
904
|
-
- `getPayment-methodsById()` - /payment-methods/:id operation on
|
|
976
|
+
- `getPayment-methods()` - /payment-methods operation on payment-method resource
|
|
977
|
+
- `getPayment-methodsById()` - /payment-methods/:id operation on payment-method resource
|
|
905
978
|
- `postPayment-methods()` - Save a pre-tokenized payment method for a customer
|
|
906
979
|
- `postPayment-methodsTokenize()` - Create a payment method via direct proxy tokenization (S2S)
|
|
907
980
|
- `patchPayment-methodsById()` - Update a saved payment method's nickname or default status
|
|
908
981
|
- `patchPayment-methodsByIdDefault()` - Set this payment method as default for the customer
|
|
909
|
-
- `deletePayment-methodsById()` - /payment-methods/:id operation on
|
|
982
|
+
- `deletePayment-methodsById()` - /payment-methods/:id operation on payment-method resource
|
|
910
983
|
|
|
911
984
|
## Permission
|
|
912
985
|
|
|
@@ -922,6 +995,23 @@ fields
|
|
|
922
995
|
|
|
923
996
|
- `getPermissionsPresetsById()` - Fetch a single permission preset by its composite ID (e.g., 'workspace:org:admin'); returns the preset with its full permission list or a not-found error.
|
|
924
997
|
|
|
998
|
+
## Plan-feature-allocation
|
|
999
|
+
|
|
1000
|
+
- `getPlan-feature-allocations()` - List all plan feature allocations.
|
|
1001
|
+
- `getPlan-feature-allocationsBy-planByPlanId()` - List feature allocations for a specific plan.
|
|
1002
|
+
- `getPlan-feature-allocationsById()` - Fetch a single plan feature allocation by ID.
|
|
1003
|
+
- `postPlan-feature-allocations()` - Create a plan-level override for a feature definition
|
|
1004
|
+
- `patchPlan-feature-allocationsById()` - Update a plan feature allocation's overrides.
|
|
1005
|
+
- `deletePlan-feature-allocationsById()` - /plan-feature-allocations/:id operation on plan-feature-allocation resource
|
|
1006
|
+
|
|
1007
|
+
## Platform tone
|
|
1008
|
+
|
|
1009
|
+
- `getPlatform-tones()` - /platform-tones operation on platform_tone resource
|
|
1010
|
+
- `getPlatform-tonesById()` - /platform-tones/:id operation on platform_tone resource
|
|
1011
|
+
- `postPlatform-tones()` - /platform-tones operation on platform_tone resource
|
|
1012
|
+
- `patchPlatform-tonesById()` - /platform-tones/:id operation on platform_tone resource
|
|
1013
|
+
- `deletePlatform-tonesById()` - /platform-tones/:id operation on platform_tone resource
|
|
1014
|
+
|
|
925
1015
|
## Platform-pricing-config
|
|
926
1016
|
|
|
927
1017
|
- `getPlatform-pricing-configs()` - /platform-pricing-configs operation on platform-pricing-config resource
|
|
@@ -930,6 +1020,26 @@ fields
|
|
|
930
1020
|
- `patchPlatform-pricing-configsById()` - /platform-pricing-configs/:id operation on platform-pricing-config resource
|
|
931
1021
|
- `deletePlatform-pricing-configsById()` - /platform-pricing-configs/:id operation on platform-pricing-config resource
|
|
932
1022
|
|
|
1023
|
+
## Portal-change-request
|
|
1024
|
+
|
|
1025
|
+
- `getPortal-change-requests()` - /portal-change-requests operation on portal-change-request resource
|
|
1026
|
+
- `patchPortal-change-requestsByIdApprove()` - /portal-change-requests/:id/approve operation on portal-change-request resource
|
|
1027
|
+
- `patchPortal-change-requestsByIdReject()` - /portal-change-requests/:id/reject operation on portal-change-request resource
|
|
1028
|
+
|
|
1029
|
+
## Portal-invitation
|
|
1030
|
+
|
|
1031
|
+
- `getPortal-invitations()` - /portal-invitations operation on portal-invitation resource
|
|
1032
|
+
- `postPortal-invitations()` - /portal-invitations operation on portal-invitation resource
|
|
1033
|
+
- `deletePortal-invitationsById()` - /portal-invitations/:id operation on portal-invitation resource
|
|
1034
|
+
|
|
1035
|
+
## Post metric
|
|
1036
|
+
|
|
1037
|
+
- `getSocialMetricsAccountBySocialAccountId()` - /social/metrics/account/:social_account_id operation on post_metric resource
|
|
1038
|
+
- `getSocialMetricsById()` - /social/metrics/:id operation on post_metric resource
|
|
1039
|
+
- `getSocialMetricsCampaignBySocialCampaignId()` - /social/metrics/campaign/:social_campaign_id operation on post_metric resource
|
|
1040
|
+
- `getSocialMetricsPostBySocialPostId()` - /social/metrics/post/:social_post_id operation on post_metric resource
|
|
1041
|
+
- `getSocialMetricsPostBySocialPostIdLatest()` - /social/metrics/post/:social_post_id/latest operation on post_metric resource
|
|
1042
|
+
|
|
933
1043
|
## Post processing hook
|
|
934
1044
|
|
|
935
1045
|
- `getPost-processing-hooks()` - /post-processing-hooks operation on post_processing_hook resource
|
|
@@ -942,20 +1052,20 @@ fields
|
|
|
942
1052
|
|
|
943
1053
|
- `postDocumentsPresigned-upload()` - /documents/presigned-upload operation on presigned_url resource
|
|
944
1054
|
|
|
945
|
-
## Pricing
|
|
1055
|
+
## Pricing-rule
|
|
946
1056
|
|
|
947
|
-
- `getPricing-rules()` - /pricing-rules operation on
|
|
948
|
-
- `getPricing-rulesById()` - /pricing-rules/:id operation on
|
|
949
|
-
- `getPricing-rulesResolve()` - /pricing-rules/resolve operation on
|
|
950
|
-
- `postPricing-rules()` - /pricing-rules operation on
|
|
951
|
-
- `patchPricing-rulesById()` - /pricing-rules/:id operation on
|
|
1057
|
+
- `getPricing-rules()` - /pricing-rules operation on pricing-rule resource
|
|
1058
|
+
- `getPricing-rulesById()` - /pricing-rules/:id operation on pricing-rule resource
|
|
1059
|
+
- `getPricing-rulesResolve()` - /pricing-rules/resolve operation on pricing-rule resource
|
|
1060
|
+
- `postPricing-rules()` - /pricing-rules operation on pricing-rule resource
|
|
1061
|
+
- `patchPricing-rulesById()` - /pricing-rules/:id operation on pricing-rule resource
|
|
952
1062
|
|
|
953
|
-
## Pricing
|
|
1063
|
+
## Pricing-strategy
|
|
954
1064
|
|
|
955
|
-
- `getPricing-strategies()` - /pricing-strategies operation on
|
|
956
|
-
- `getPricing-strategiesById()` - /pricing-strategies/:id operation on
|
|
957
|
-
- `postPricing-strategies()` - /pricing-strategies operation on
|
|
958
|
-
- `patchPricing-strategiesById()` - /pricing-strategies/:id operation on
|
|
1065
|
+
- `getPricing-strategies()` - /pricing-strategies operation on pricing-strategy resource
|
|
1066
|
+
- `getPricing-strategiesById()` - /pricing-strategies/:id operation on pricing-strategy resource
|
|
1067
|
+
- `postPricing-strategies()` - /pricing-strategies operation on pricing-strategy resource
|
|
1068
|
+
- `patchPricing-strategiesById()` - /pricing-strategies/:id operation on pricing-strategy resource
|
|
959
1069
|
|
|
960
1070
|
## Processing activity
|
|
961
1071
|
|
|
@@ -990,32 +1100,39 @@ fields
|
|
|
990
1100
|
- `getSchedulingAvailability-rulesById()` - Fetch a single availability rule by ID
|
|
991
1101
|
- `postSchedulingAvailability-rules()` - Create an availability rule for a user or event type
|
|
992
1102
|
- `patchSchedulingAvailability-rulesById()` - Update an availability rule's schedule, date overrides, or active period
|
|
1103
|
+
- `deleteSchedulingAvailability-rulesById()` - Hard-delete an availability rule
|
|
993
1104
|
|
|
994
1105
|
## Scheduling booking
|
|
995
1106
|
|
|
996
1107
|
- `getSchedulingBookings()` - List all bookings for a workspace
|
|
997
1108
|
- `getSchedulingBookingsById()` - Fetch a single booking by ID
|
|
998
1109
|
- `postSchedulingBookings()` - Create a booking for an external party claiming a time slot
|
|
999
|
-
- `
|
|
1000
|
-
- `
|
|
1001
|
-
- `
|
|
1110
|
+
- `patchSchedulingBookingsByIdCancel()` - Cancel a booking, recording cancellation_reason and cancelled_by (:booker/:organizer/:system)
|
|
1111
|
+
- `patchSchedulingBookingsByIdConfirm()` - Approve a pending booking, setting status to :confirmed and confirmed_at timestamp
|
|
1112
|
+
- `patchSchedulingBookingsByIdMark-no-show()` - Mark a booking as :no_show when the booker did not attend
|
|
1113
|
+
- `patchSchedulingBookingsByIdReschedule()` - Reschedule a booking by moving its linked Event to new_start_time/new_end_time
|
|
1002
1114
|
|
|
1003
1115
|
## Scheduling calendar sync
|
|
1004
1116
|
|
|
1005
1117
|
- `getSchedulingCalendar-syncs()` - List all calendar sync configurations for a specific user
|
|
1006
1118
|
- `getSchedulingCalendar-syncsById()` - Fetch a single calendar sync configuration by ID
|
|
1007
1119
|
- `postSchedulingCalendar-syncs()` - Link a user's external calendar for bi-directional sync
|
|
1008
|
-
- `patchSchedulingCalendar-
|
|
1009
|
-
- `patchSchedulingCalendar-
|
|
1010
|
-
- `patchSchedulingCalendar-
|
|
1011
|
-
- `deleteSchedulingCalendar-
|
|
1120
|
+
- `patchSchedulingCalendar-syncsById()` - Update calendar sync settings: name, direction, poll interval, or custom metadata
|
|
1121
|
+
- `patchSchedulingCalendar-syncsByIdPause()` - Pause calendar sync by setting sync_status to :paused
|
|
1122
|
+
- `patchSchedulingCalendar-syncsByIdResume()` - Resume a paused or errored calendar sync
|
|
1123
|
+
- `deleteSchedulingCalendar-syncsById()` - Hard-delete a calendar sync configuration, stopping all future sync runs for this calendar
|
|
1012
1124
|
|
|
1013
1125
|
## Scheduling event
|
|
1014
1126
|
|
|
1015
1127
|
- `getSchedulingEvents()` - List all events in a workspace, newest first
|
|
1128
|
+
- `getSchedulingEventsByDateRange()` - List events in a workspace that overlap a given time window (start_time < end, end_time > start)
|
|
1016
1129
|
- `getSchedulingEventsById()` - Fetch a single event by ID
|
|
1130
|
+
- `getSchedulingEventsByParticipant()` - List events that include a specific participant by email, scoped to the workspace
|
|
1017
1131
|
- `postSchedulingEvents()` - Create a scheduled event occurrence
|
|
1018
1132
|
- `patchSchedulingEventsById()` - Update event metadata: title, description, timezone, location, notes, or custom metadata
|
|
1133
|
+
- `patchSchedulingEventsByIdCancel()` - Cancel an event, recording an optional cancellation_reason
|
|
1134
|
+
- `patchSchedulingEventsByIdComplete()` - Mark a confirmed event as completed
|
|
1135
|
+
- `patchSchedulingEventsByIdReschedule()` - Move an event to a new time slot
|
|
1019
1136
|
|
|
1020
1137
|
## Scheduling event type
|
|
1021
1138
|
|
|
@@ -1037,6 +1154,8 @@ fields
|
|
|
1037
1154
|
- `getSchedulingParticipantsById()` - Fetch a single participant by ID
|
|
1038
1155
|
- `postSchedulingParticipants()` - Add a participant to an event
|
|
1039
1156
|
- `patchSchedulingParticipantsById()` - Update participant metadata: name, phone, role, or custom metadata
|
|
1157
|
+
- `patchSchedulingParticipantsByIdRespond()` - Record a participant's RSVP: :accepted, :declined, or :tentative
|
|
1158
|
+
- `deleteSchedulingParticipantsById()` - Hard-delete a participant from an event
|
|
1040
1159
|
|
|
1041
1160
|
## Scheduling reminder
|
|
1042
1161
|
|
|
@@ -1085,6 +1204,54 @@ fields
|
|
|
1085
1204
|
- `getSettlementsById()` - /settlements/:id operation on settlement resource
|
|
1086
1205
|
- `postSettlements()` - /settlements operation on settlement resource
|
|
1087
1206
|
|
|
1207
|
+
## Shadow comparison
|
|
1208
|
+
|
|
1209
|
+
- `getExtractionShadow-comparisons()` - /extraction/shadow-comparisons operation on shadow_comparison resource
|
|
1210
|
+
- `getExtractionShadow-comparisonsAnalysis()` - Retrieve shadow comparison results for analysis
|
|
1211
|
+
- `getExtractionShadow-comparisonsById()` - /extraction/shadow-comparisons/:id operation on shadow_comparison resource
|
|
1212
|
+
- `postExtractionShadow-comparisons()` - /extraction/shadow-comparisons operation on shadow_comparison resource
|
|
1213
|
+
- `deleteExtractionShadow-comparisonsById()` - /extraction/shadow-comparisons/:id operation on shadow_comparison resource
|
|
1214
|
+
|
|
1215
|
+
## Social account
|
|
1216
|
+
|
|
1217
|
+
- `getSocialAccountsById()` - /social/accounts/:id operation on social_account resource
|
|
1218
|
+
- `getSocialAccountsPlatformByPlatform()` - /social/accounts/platform/:platform operation on social_account resource
|
|
1219
|
+
- `getSocialAccountsWorkspaceByWorkspaceId()` - /social/accounts/workspace/:workspace_id operation on social_account resource
|
|
1220
|
+
- `postSocialAccounts()` - /social/accounts operation on social_account resource
|
|
1221
|
+
- `patchSocialAccountsById()` - /social/accounts/:id operation on social_account resource
|
|
1222
|
+
- `patchSocialAccountsByIdDeactivate()` - /social/accounts/:id/deactivate operation on social_account resource
|
|
1223
|
+
- `patchSocialAccountsByIdDisable-posting()` - /social/accounts/:id/disable-posting operation on social_account resource
|
|
1224
|
+
- `patchSocialAccountsByIdEnable-posting()` - /social/accounts/:id/enable-posting operation on social_account resource
|
|
1225
|
+
- `deleteSocialAccountsById()` - /social/accounts/:id operation on social_account resource
|
|
1226
|
+
|
|
1227
|
+
## Social campaign
|
|
1228
|
+
|
|
1229
|
+
- `getSocialCampaigns()` - /social/campaigns operation on social_campaign resource
|
|
1230
|
+
- `getSocialCampaignsById()` - /social/campaigns/:id operation on social_campaign resource
|
|
1231
|
+
- `postSocialCampaigns()` - /social/campaigns operation on social_campaign resource
|
|
1232
|
+
- `postSocialCampaignsByIdAdapt-for-platforms()` - Adapt master copy for each target platform
|
|
1233
|
+
- `postSocialCampaignsByIdGenerate-master-copy()` - Generate master copy from content brief using AI
|
|
1234
|
+
- `patchSocialCampaignsById()` - /social/campaigns/:id operation on social_campaign resource
|
|
1235
|
+
- `patchSocialCampaignsByIdCancel()` - /social/campaigns/:id/cancel operation on social_campaign resource
|
|
1236
|
+
- `patchSocialCampaignsByIdSchedule()` - /social/campaigns/:id/schedule operation on social_campaign resource
|
|
1237
|
+
- `deleteSocialCampaignsById()` - /social/campaigns/:id operation on social_campaign resource
|
|
1238
|
+
|
|
1239
|
+
## Social post
|
|
1240
|
+
|
|
1241
|
+
- `getSocialPostsAccountBySocialAccountId()` - /social/posts/account/:social_account_id operation on social_post resource
|
|
1242
|
+
- `getSocialPostsById()` - /social/posts/:id operation on social_post resource
|
|
1243
|
+
- `getSocialPostsCampaignBySocialCampaignId()` - /social/posts/campaign/:social_campaign_id operation on social_post resource
|
|
1244
|
+
- `getSocialPostsScheduled()` - /social/posts/scheduled operation on social_post resource
|
|
1245
|
+
- `getSocialPostsWorkspaceByWorkspaceId()` - /social/posts/workspace/:workspace_id operation on social_post resource
|
|
1246
|
+
- `postSocialPosts()` - /social/posts operation on social_post resource
|
|
1247
|
+
- `patchSocialPostsById()` - /social/posts/:id operation on social_post resource
|
|
1248
|
+
- `patchSocialPostsByIdCancel()` - /social/posts/:id/cancel operation on social_post resource
|
|
1249
|
+
- `patchSocialPostsByIdPublish()` - /social/posts/:id/publish operation on social_post resource
|
|
1250
|
+
- `patchSocialPostsByIdRetry()` - /social/posts/:id/retry operation on social_post resource
|
|
1251
|
+
- `patchSocialPostsByIdSchedule()` - /social/posts/:id/schedule operation on social_post resource
|
|
1252
|
+
- `patchSocialPostsByIdSeo()` - /social/posts/:id/seo operation on social_post resource
|
|
1253
|
+
- `deleteSocialPostsById()` - /social/posts/:id operation on social_post resource
|
|
1254
|
+
|
|
1088
1255
|
## Storage
|
|
1089
1256
|
|
|
1090
1257
|
- `getBuckets()` - List or fetch buckets; excludes processing-type buckets by default
|
|
@@ -1098,16 +1265,35 @@ fields
|
|
|
1098
1265
|
## Storage file
|
|
1099
1266
|
|
|
1100
1267
|
- `getStorage-files()` - /storage-files operation on storage_file resource
|
|
1268
|
+
- `getStorage-filesBy-checksum()` - Fetch non-deleted files matching a given checksum
|
|
1101
1269
|
- `getStorage-filesById()` - /storage-files/:id operation on storage_file resource
|
|
1270
|
+
- `getStorage-filesChildren()` - List non-deleted files whose parent_id matches the given ID
|
|
1102
1271
|
- `postStorage-files()` - Create a StorageFile tracking record; use Storage.request_upload/5 via the facade for the full two-phase upload flow with presigned URLs.
|
|
1103
1272
|
- `patchStorage-filesById()` - Update file metadata, tags, visibility, key, namespace, or status
|
|
1273
|
+
- `patchStorage-filesByIdArchive()` - Archive an active file; soft-hides it from default views while preserving the S3 object
|
|
1274
|
+
- `patchStorage-filesByIdConfirm-upload()` - Transition a pending_upload file to active after the client has uploaded to the presigned URL; optionally stamps size_bytes and checksum.
|
|
1275
|
+
- `patchStorage-filesByIdRestore()` - Restore an archived file back to active status so it becomes accessible again.
|
|
1104
1276
|
- `patchStorage-filesByIdSoft-delete()` - Mark an active file as pending_deletion; the S3 object is deleted by PendingDeletionWorker after the grace period
|
|
1277
|
+
- `patchStorage-filesByIdTag()` - Replace the tags list on a file
|
|
1278
|
+
- `patchStorage-filesByIdUpdate-metadata()` - Merge new_metadata into the existing metadata map (shallow merge)
|
|
1105
1279
|
|
|
1106
1280
|
## Storage stats
|
|
1107
1281
|
|
|
1108
1282
|
- `getStorageStats()` - Get platform-wide storage statistics
|
|
1109
1283
|
- `getStorageStatsTenantByTenantId()` - Get storage stats for a specific tenant
|
|
1110
1284
|
|
|
1285
|
+
## Storage-recommendation
|
|
1286
|
+
|
|
1287
|
+
- `getStorage-recommendations()` - /storage-recommendations operation on storage-recommendation resource
|
|
1288
|
+
- `getStorage-recommendationsPending()` - /storage-recommendations/pending operation on storage-recommendation resource
|
|
1289
|
+
- `patchStorage-recommendationsByIdAccept()` - /storage-recommendations/:id/accept operation on storage-recommendation resource
|
|
1290
|
+
- `patchStorage-recommendationsByIdDismiss()` - /storage-recommendations/:id/dismiss operation on storage-recommendation resource
|
|
1291
|
+
|
|
1292
|
+
## Sync-log
|
|
1293
|
+
|
|
1294
|
+
- `getConnectorsSync-logs()` - /connectors/sync-logs operation on sync-log resource
|
|
1295
|
+
- `getConnectorsSync-logsById()` - /connectors/sync-logs/:id operation on sync-log resource
|
|
1296
|
+
|
|
1111
1297
|
## System message
|
|
1112
1298
|
|
|
1113
1299
|
- `getSystem-messages()` - /system-messages operation on system_message resource
|
|
@@ -1122,14 +1308,6 @@ fields
|
|
|
1122
1308
|
|
|
1123
1309
|
- `getTenantsByTenantIdDocumentStats()` - /tenants/:tenant_id/document_stats operation on tenant_document_stats resource
|
|
1124
1310
|
|
|
1125
|
-
## Tenant pricing override
|
|
1126
|
-
|
|
1127
|
-
- `getTenant-pricing-overrides()` - /tenant-pricing-overrides operation on tenant_pricing_override resource
|
|
1128
|
-
- `getTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant_pricing_override resource
|
|
1129
|
-
- `postTenant-pricing-overrides()` - /tenant-pricing-overrides operation on tenant_pricing_override resource
|
|
1130
|
-
- `patchTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant_pricing_override resource
|
|
1131
|
-
- `deleteTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant_pricing_override resource
|
|
1132
|
-
|
|
1133
1311
|
## Tenant stats
|
|
1134
1312
|
|
|
1135
1313
|
- `getTenantsByTenantIdStats()` - /tenants/:tenant_id/stats operation on tenant_stats resource
|
|
@@ -1137,10 +1315,19 @@ fields
|
|
|
1137
1315
|
## Tenant-membership
|
|
1138
1316
|
|
|
1139
1317
|
- `getTenant-memberships()` - /tenant-memberships operation on tenant-membership resource
|
|
1318
|
+
- `getTenant-membershipsByTenantIdByUserId()` - /tenant-memberships/:tenant_id/:user_id operation on tenant-membership resource
|
|
1140
1319
|
- `postTenant-memberships()` - /tenant-memberships operation on tenant-membership resource
|
|
1141
1320
|
- `patchTenant-membershipsByTenantIdByUserId()` - /tenant-memberships/:tenant_id/:user_id operation on tenant-membership resource
|
|
1142
1321
|
- `deleteTenant-membershipsByTenantIdByUserId()` - /tenant-memberships/:tenant_id/:user_id operation on tenant-membership resource
|
|
1143
1322
|
|
|
1323
|
+
## Tenant-pricing-override
|
|
1324
|
+
|
|
1325
|
+
- `getTenant-pricing-overrides()` - /tenant-pricing-overrides operation on tenant-pricing-override resource
|
|
1326
|
+
- `getTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant-pricing-override resource
|
|
1327
|
+
- `postTenant-pricing-overrides()` - /tenant-pricing-overrides operation on tenant-pricing-override resource
|
|
1328
|
+
- `patchTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant-pricing-override resource
|
|
1329
|
+
- `deleteTenant-pricing-overridesById()` - /tenant-pricing-overrides/:id operation on tenant-pricing-override resource
|
|
1330
|
+
|
|
1144
1331
|
## Tenants
|
|
1145
1332
|
|
|
1146
1333
|
- `getTenants()` - /tenants operation on tenant resource
|
|
@@ -1149,8 +1336,13 @@ fields
|
|
|
1149
1336
|
- `postTenantsByIdCredit()` - Allocate credits to the tenant's liability account
|
|
1150
1337
|
- `postTenantsByIdSchedule-purge()` - Schedule an Oban job to purge all storage objects for the given tenant
|
|
1151
1338
|
- `postTenantsIsv()` - Create an ISV tenant with initial credits
|
|
1339
|
+
- `postTenantsOrg()` - Create an organization tenant (is_personal: false)
|
|
1340
|
+
- `postTenantsPersonal()` - Create a personal tenant for an authenticated user who has none (e.g
|
|
1152
1341
|
- `patchTenantsById()` - Update general tenant settings: name, slug, kind, branding URLs, training price,
|
|
1153
1342
|
plan tier, vanity slug, and storage spending cap
|
|
1343
|
+
- `patchTenantsByIdAuto-top-up()` - Configure the auto top-up billing rule for this tenant
|
|
1344
|
+
- `patchTenantsByIdBranding()` - Owner-only action to update tenant branding
|
|
1345
|
+
- `patchTenantsByIdTransfer-ownership()` - Transfer org ownership to an existing admin member
|
|
1154
1346
|
- `deleteTenantsById()` - Permanently delete a tenant and all associated data
|
|
1155
1347
|
|
|
1156
1348
|
## Thread stats
|
|
@@ -1193,12 +1385,20 @@ plan tier, vanity slug, and storage spending cap
|
|
|
1193
1385
|
context
|
|
1194
1386
|
- `getTransactionsById()` - Fetch a single transaction by its UUID
|
|
1195
1387
|
- `postPayments()` - Process a payment (Auth + Capture)
|
|
1388
|
+
- `postTransactionsByIdVoid()` - Void a transaction
|
|
1196
1389
|
|
|
1197
1390
|
## Transfer
|
|
1198
1391
|
|
|
1199
1392
|
- `getTransfers()` - /transfers operation on transfer resource
|
|
1200
1393
|
- `getTransfersById()` - /transfers/:id operation on transfer resource
|
|
1201
1394
|
|
|
1395
|
+
## Usage-event
|
|
1396
|
+
|
|
1397
|
+
- `getUsage-events()` - List usage events for a tenant within a date range
|
|
1398
|
+
- `getUsage-eventsBy-user()` - List usage events for a specific user within a date range
|
|
1399
|
+
- `getUsage-eventsById()` - /usage-events/:id operation on usage-event resource
|
|
1400
|
+
- `getUsage-eventsSummary()` - List usage events for a tenant within a date range, intended for summary/dashboard views
|
|
1401
|
+
|
|
1202
1402
|
## Users
|
|
1203
1403
|
|
|
1204
1404
|
- `getUser-profiles()` - /user-profiles operation on user_profile resource
|
|
@@ -1221,7 +1421,6 @@ context
|
|
|
1221
1421
|
- `postUsersAuthRegister-with-oidc()` - Register or sign in a user via an OAuth/OIDC provider (Google, GitHub, Salesforce,
|
|
1222
1422
|
Microsoft)
|
|
1223
1423
|
- `postUsersAuthResend-confirmation()` - Resend confirmation email to an unconfirmed user
|
|
1224
|
-
- `postUsersAuthReset-passwordRequest()` - Public action for users to request a password reset email
|
|
1225
1424
|
- `postUsersRegister-isv()` - Platform Admin action to register a new ISV (User + Tenant + App)
|
|
1226
1425
|
- `patchUser-profilesById()` - Update the user's display profile fields: name, avatar, bio, social links, and
|
|
1227
1426
|
raw preferences map
|
package/package.json
CHANGED