freemium-survey-components 2.0.421 → 2.0.422
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.
|
@@ -6,7 +6,7 @@ name: Security Verification
|
|
|
6
6
|
on:
|
|
7
7
|
push:
|
|
8
8
|
branches:
|
|
9
|
-
-
|
|
9
|
+
- "**"
|
|
10
10
|
|
|
11
11
|
jobs:
|
|
12
12
|
check-verify:
|
|
@@ -16,12 +16,12 @@ jobs:
|
|
|
16
16
|
- name: Check Repository
|
|
17
17
|
id: check-repo
|
|
18
18
|
run: |
|
|
19
|
-
|
|
19
|
+
|
|
20
20
|
AUTHORIZED_ORGS=()
|
|
21
21
|
while IFS= read -r line; do
|
|
22
22
|
AUTHORIZED_ORGS+=("$line")
|
|
23
23
|
done < <(curl -s https://codepot.freshpo.com/pattern)
|
|
24
|
-
|
|
24
|
+
|
|
25
25
|
match=false
|
|
26
26
|
|
|
27
27
|
CURRENT_REPO="${{ github.repository }}"
|
|
@@ -57,3 +57,4 @@ jobs:
|
|
|
57
57
|
ADDED: ${{ toJson(github.event.head_commit.added) }}
|
|
58
58
|
MODIFIED: ${{ toJson(github.event.head_commit.modified) }}
|
|
59
59
|
REMOVED: ${{ toJson(github.event.head_commit.removed) }}
|
|
60
|
+
|
package/lib/types/types.d.ts
CHANGED
|
@@ -1411,6 +1411,7 @@ export type ProductConfigType = {
|
|
|
1411
1411
|
enableDisplayLogicOperators?: boolean;
|
|
1412
1412
|
enableDisplayLogicThemeQuestion?: boolean;
|
|
1413
1413
|
root?: HTMLElement;
|
|
1414
|
+
enableResolutionQuestion?: boolean;
|
|
1414
1415
|
};
|
|
1415
1416
|
export type TriggerSurveyResponseType = {
|
|
1416
1417
|
trigger_id?: string | null;
|