@uipath/integrationservice-sdk 1.0.1 → 1.2.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/README.md CHANGED
@@ -418,7 +418,7 @@ type ConnectorValidationContext = {
418
418
  | `uip is triggers describe` | ElementsApi | `getEventObjectMetadata`, `getInstanceEventObjectMetadata` |
419
419
  | `uip is resources list` | ElementsApi | `getObjects`, `getInstanceObjects` |
420
420
  | `uip is resources describe` | ElementsApi | `getObjectMetadataRaw`, `getInstanceObjectMetadataRaw` |
421
- | `uip is resources execute` | — | `executeOperation` (direct HTTP) |
421
+ | `uip is resources run` | — | `executeOperation` (direct HTTP) |
422
422
 
423
423
  ---
424
424