@panorama-ai/gateway 2.31.37 → 2.31.45

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.
@@ -9383,6 +9383,15 @@ export type Database = {
9383
9383
  };
9384
9384
  Returns: undefined;
9385
9385
  };
9386
+ emit_vm_operation_request: {
9387
+ Args: {
9388
+ p_operation_id: string;
9389
+ p_operation_type: string;
9390
+ p_status?: string;
9391
+ p_vm_id: string;
9392
+ };
9393
+ Returns: undefined;
9394
+ };
9386
9395
  encrypt_api_key: {
9387
9396
  Args: {
9388
9397
  p_team_id: string;