File tree Expand file tree Collapse file tree 14 files changed +12
-25
lines changed Expand file tree Collapse file tree 14 files changed +12
-25
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export declare namespace PipedreamClient {
25
25
baseUrl ?: core . Supplier < string > ;
26
26
clientId : core . Supplier < string > ;
27
27
clientSecret : core . Supplier < string > ;
28
- projectEnvironment : string ;
29
28
projectId : string ;
30
29
/** Override the x-pd-environment header */
31
30
xPdEnvironment ?: core . Supplier < string | undefined > ;
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Accounts {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Actions {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace AppCategories {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Apps {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Components {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace DeployedTriggers {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace OauthTokens {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Projects {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export declare namespace Proxy {
13
13
environment ?: core . Supplier < environments . PipedreamEnvironment | string > ;
14
14
/** Specify a custom URL to connect the client to. */
15
15
baseUrl ?: core . Supplier < string > ;
16
- projectEnvironment : string ;
17
16
projectId : string ;
18
17
token ?: core . Supplier < core . BearerToken | undefined > ;
19
18
/** Override the x-pd-environment header */
You can’t perform that action at this time.
0 commit comments