@uipath/integrationservice-sdk 0.9.1 → 1.1.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 +1 -1
- package/dist/index.js +37333 -60249
- package/dist/src/client-factory.d.ts +57 -0
- package/dist/src/dap/essential-config.d.ts +21 -4
- package/dist/src/dap/filter-builder/field-metadata.d.ts +7 -0
- package/dist/src/dap/filter-builder/index.d.ts +15 -0
- package/dist/src/dap/helpers/activity-configuration-extensions.d.ts +21 -0
- package/dist/src/dap/helpers/clr-type-mock.d.ts +4 -0
- package/dist/src/dap/helpers/configuration-field.d.ts +25 -0
- package/dist/src/dap/helpers/field-location.d.ts +14 -0
- package/dist/src/dap/helpers/field-object-helpers.d.ts +16 -0
- package/dist/src/dap/helpers/field-object-type.d.ts +12 -0
- package/dist/src/dap/helpers/field-object.d.ts +18 -0
- package/dist/src/dap/helpers/field-type-helper.d.ts +9 -0
- package/dist/src/dap/helpers/filter-builder/ceql-helper.d.ts +39 -0
- package/dist/src/dap/helpers/filter-builder/jmes-helper.d.ts +31 -1
- package/dist/src/dap/helpers/mandatory-filter-builder.d.ts +24 -0
- package/dist/src/dap/helpers/translation.d.ts +9 -4
- package/dist/src/dap/index.d.ts +11 -3
- package/dist/src/dap/input-metadata.d.ts +32 -3
- package/dist/src/dap/types.d.ts +40 -0
- package/dist/src/dap/validation/index.d.ts +1 -1
- package/dist/src/dap/validation/rules.d.ts +43 -0
- package/dist/src/index.d.ts +1 -1
- package/dist/src/user-agent.d.ts +1 -0
- package/package.json +5 -12
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
|
|
421
|
+
| `uip is resources run` | — | `executeOperation` (direct HTTP) |
|
|
422
422
|
|
|
423
423
|
---
|
|
424
424
|
|