@elevasis/sdk 0.8.4 → 0.8.5
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/cli.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -43883,7 +43883,7 @@ function wrapAction(commandName, fn) {
|
|
|
43883
43883
|
// package.json
|
|
43884
43884
|
var package_default = {
|
|
43885
43885
|
name: "@elevasis/sdk",
|
|
43886
|
-
version: "0.8.
|
|
43886
|
+
version: "0.8.5",
|
|
43887
43887
|
description: "SDK for building Elevasis organization resources",
|
|
43888
43888
|
type: "module",
|
|
43889
43889
|
bin: {
|
package/dist/index.d.ts
CHANGED
|
@@ -6516,7 +6516,7 @@ type ResourceStatus$1 = 'dev' | 'prod';
|
|
|
6516
6516
|
* All resource types in the platform
|
|
6517
6517
|
* Used as the discriminator field in ResourceDefinition
|
|
6518
6518
|
*/
|
|
6519
|
-
type ResourceType = 'agent' | 'workflow' | '
|
|
6519
|
+
type ResourceType = 'agent' | 'workflow' | 'trigger' | 'integration' | 'external' | 'human';
|
|
6520
6520
|
/**
|
|
6521
6521
|
* Base interface for ALL platform resources
|
|
6522
6522
|
* Shared by both executable (agents, workflows) and non-executable (triggers, integrations, etc.) resources
|