@databutton/firebase-types 1.159.3 → 1.161.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.
|
@@ -2803,6 +2803,7 @@ export interface ProjectToolEntry {
|
|
|
2803
2803
|
enabled: boolean;
|
|
2804
2804
|
approval?: ToolApprovalPolicy;
|
|
2805
2805
|
denyReason?: string;
|
|
2806
|
+
allowInputEdit?: boolean;
|
|
2806
2807
|
inputAllowlists?: Record<string, InputAllowlistRule>;
|
|
2807
2808
|
}
|
|
2808
2809
|
export interface ProjectToolConfig {
|
|
@@ -103,7 +103,7 @@ export type AdminAddCreditsResult = {
|
|
|
103
103
|
};
|
|
104
104
|
export type AdminSetAccountTypePayload = {
|
|
105
105
|
customerId: string;
|
|
106
|
-
accountType: "internal" | "enterprise" | "enterprise_trial";
|
|
106
|
+
accountType: "internal" | "enterprise" | "enterprise_trial" | "delivery";
|
|
107
107
|
};
|
|
108
108
|
export type AdminSetAccountTypeResult = {
|
|
109
109
|
success: boolean;
|
|
@@ -590,7 +590,7 @@ export type ReviewApprovalRequestResponse = {
|
|
|
590
590
|
export type CreateTeamAccountRequest = {
|
|
591
591
|
name: string;
|
|
592
592
|
publicUsername?: string;
|
|
593
|
-
teamType?: "internal" | "enterprise" | "enterprise_trial";
|
|
593
|
+
teamType?: "internal" | "enterprise" | "enterprise_trial" | "delivery";
|
|
594
594
|
parentId?: string;
|
|
595
595
|
inheritParentSso?: boolean;
|
|
596
596
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.161.0",
|
|
4
4
|
"main": "lib/types/published/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"resolutions": {
|
|
25
25
|
"//": "Pin a single @smithy/signature-v4 so the SigV4a signer registered by @aws-sdk/signature-v4a is visible to the CloudFront KVS client. Two copies (5.5.0 via signature-v4a, 5.5.x via signature-v4-multi-region) split the signer container and break KVS writes (DAT-13050).",
|
|
26
|
-
"@smithy/signature-v4": "5.
|
|
26
|
+
"@smithy/signature-v4": "5.6.2"
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|