Skip to content

Commit 45e6fb9

Browse files
joehanbkendall
authored andcommitted
removes regex on params (#373)
1 parent 6c96d73 commit 45e6fb9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

firestore-bigquery-export/extension.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ params:
9090
(for example: `chatrooms/{chatid}/posts`).
9191
default: posts
9292
example: posts
93-
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
94-
validationErrorMessage: Must be a valid Cloud Firestore collection
9593
required: true
9694

9795
- param: DATASET_ID

firestore-send-email/extension.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,12 @@ params:
111111
- param: DEFAULT_REPLY_TO
112112
type: string
113113
label: Default REPLY-TO address
114-
validationRegex: ^\S+@\S+\.\S+$
115-
validationErrorMessage: Must be a valid email address
116114
description: >-
117115
The email address to use as the reply-to address (if it's not specified in the added email document).
118116
119117
- param: USERS_COLLECTION
120118
type: string
121119
label: Users collection
122-
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
123-
validationErrorMessage: Must be a valid Cloud Firestore collection
124120
description: >-
125121
A collection of documents keyed by user UID.
126122
If the `toUids`, `ccUids`, and/or `bccUids` recipient options are used in the added email document,
@@ -129,8 +125,6 @@ params:
129125
- param: TEMPLATES_COLLECTION
130126
type: string
131127
label: Templates collection
132-
validationRegex: "^[^/]+(/[^/]+/[^/]+)*$"
133-
validationErrorMessage: Must be a valid Cloud Firestore collection
134128
description: >-
135129
A collection of email templates keyed by name.
136130
This extension can render an email using a [Handlebar](https://handlebarsjs.com/) template,

0 commit comments

Comments
 (0)