Skip to content

Commit 20c3032

Browse files
authored
Merging pull request #18006
* new components * package.json * pnpm-lock.yaml
1 parent afa9c47 commit 20c3032

File tree

17 files changed

+351
-5
lines changed

17 files changed

+351
-5
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/evaluate-feature-flag/evaluate-feature-flag.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-evaluate-feature-flag",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/get-feature-flag-status/get-feature-flag-status.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-get-feature-flag-status",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/get-feature-flag/get-feature-flag.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-get-feature-flag",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/get-project/get-project.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-get-project",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/list-environments/list-environments.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-list-environments",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/list-feature-flags/list-feature-flags.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-list-feature-flags",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/list-members/list-members.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-list-members",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/list-projects/list-projects.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-list-projects",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/toggle-feature-flag/toggle-feature-flag.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-toggle-feature-flag",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
import app from "../../launch_darkly_oauth.app.mjs";
2+
import common from "@pipedream/launchdarkly/actions/update-feature-flag/update-feature-flag.mjs";
3+
4+
import { adjustPropDefinitions } from "../../common/utils.mjs";
5+
6+
const {
7+
name, description, type, ...others
8+
} = common;
9+
const props = adjustPropDefinitions(others.props, app);
10+
11+
export default {
12+
...others,
13+
key: "launch_darkly_oauth-update-feature-flag",
14+
version: "0.0.1",
15+
name,
16+
description,
17+
type,
18+
props: {
19+
app,
20+
...props,
21+
},
22+
};

0 commit comments

Comments
 (0)