@datarobot/pulumi-datarobot 0.10.33 → 0.10.34
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/customApplication.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare class CustomApplication extends pulumi.CustomResource {
|
|
|
35
35
|
/**
|
|
36
36
|
* The list of external email addresses that have access to the Custom Application.
|
|
37
37
|
*/
|
|
38
|
-
readonly externalAccessRecipients: pulumi.Output<string[]
|
|
38
|
+
readonly externalAccessRecipients: pulumi.Output<string[]>;
|
|
39
39
|
/**
|
|
40
40
|
* The name of the Custom Application.
|
|
41
41
|
*/
|
|
@@ -43,7 +43,7 @@ export declare class CustomApplicationFromEnvironment extends pulumi.CustomResou
|
|
|
43
43
|
/**
|
|
44
44
|
* The list of external email addresses that have access to the Custom Application.
|
|
45
45
|
*/
|
|
46
|
-
readonly externalAccessRecipients: pulumi.Output<string[]
|
|
46
|
+
readonly externalAccessRecipients: pulumi.Output<string[]>;
|
|
47
47
|
/**
|
|
48
48
|
* The name of the Custom Application.
|
|
49
49
|
*/
|
package/package.json
CHANGED
package/qaApplication.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export declare class QaApplication extends pulumi.CustomResource {
|
|
|
75
75
|
/**
|
|
76
76
|
* The list of external email addresses that have access to the Q&A Application.
|
|
77
77
|
*/
|
|
78
|
-
readonly externalAccessRecipients: pulumi.Output<string[]
|
|
78
|
+
readonly externalAccessRecipients: pulumi.Output<string[]>;
|
|
79
79
|
/**
|
|
80
80
|
* The name of the Q&A Application.
|
|
81
81
|
*/
|