@rockcarver/frodo-cli 2.0.0-55 → 2.0.0-57
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/CHANGELOG.md +9 -1
- package/esm/cli/script/script-export.js +2 -2
- package/esm/cli/script/script-export.js.map +1 -1
- package/esm/cli/service/service-import.js +2 -2
- package/esm/cli/service/service-import.js.map +1 -1
- package/esm/ops/AdminOps.js +17 -19
- package/esm/ops/AdminOps.js.map +1 -1
- package/esm/ops/ConfigOps.js.map +1 -1
- package/esm/ops/JourneyOps.js +2 -1
- package/esm/ops/JourneyOps.js.map +1 -1
- package/esm/ops/ScriptOps.js +5 -2
- package/esm/ops/ScriptOps.js.map +1 -1
- package/esm/ops/templates/{cloud/GenericExtensionAttributesTemplate.json → GenericExtensionAttributesTemplate.json} +20 -0
- package/package.json +2 -2
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"frIndexedDate1": {
|
|
3
3
|
"description": "Generic Indexed Date 1",
|
|
4
4
|
"isPersonal": false,
|
|
5
|
+
"searchable": true,
|
|
5
6
|
"title": "Generic Indexed Date 1",
|
|
6
7
|
"type": "string",
|
|
7
8
|
"usageDescription": "",
|
|
@@ -11,6 +12,7 @@
|
|
|
11
12
|
"frIndexedDate2": {
|
|
12
13
|
"description": "Generic Indexed Date 2",
|
|
13
14
|
"isPersonal": false,
|
|
15
|
+
"searchable": true,
|
|
14
16
|
"title": "Generic Indexed Date 2",
|
|
15
17
|
"type": "string",
|
|
16
18
|
"usageDescription": "",
|
|
@@ -20,6 +22,7 @@
|
|
|
20
22
|
"frIndexedDate3": {
|
|
21
23
|
"description": "Generic Indexed Date 3",
|
|
22
24
|
"isPersonal": false,
|
|
25
|
+
"searchable": true,
|
|
23
26
|
"title": "Generic Indexed Date 3",
|
|
24
27
|
"type": "string",
|
|
25
28
|
"usageDescription": "",
|
|
@@ -29,6 +32,7 @@
|
|
|
29
32
|
"frIndexedDate4": {
|
|
30
33
|
"description": "Generic Indexed Date 4",
|
|
31
34
|
"isPersonal": false,
|
|
35
|
+
"searchable": true,
|
|
32
36
|
"title": "Generic Indexed Date 4",
|
|
33
37
|
"type": "string",
|
|
34
38
|
"usageDescription": "",
|
|
@@ -38,6 +42,7 @@
|
|
|
38
42
|
"frIndexedDate5": {
|
|
39
43
|
"description": "Generic Indexed Date 5",
|
|
40
44
|
"isPersonal": false,
|
|
45
|
+
"searchable": true,
|
|
41
46
|
"title": "Generic Indexed Date 5",
|
|
42
47
|
"type": "string",
|
|
43
48
|
"usageDescription": "",
|
|
@@ -47,6 +52,7 @@
|
|
|
47
52
|
"frIndexedInteger1": {
|
|
48
53
|
"description": "Generic Indexed Integer 1",
|
|
49
54
|
"isPersonal": false,
|
|
55
|
+
"searchable": true,
|
|
50
56
|
"title": "Generic Indexed Integer 1",
|
|
51
57
|
"type": "number",
|
|
52
58
|
"usageDescription": "",
|
|
@@ -56,6 +62,7 @@
|
|
|
56
62
|
"frIndexedInteger2": {
|
|
57
63
|
"description": "Generic Indexed Integer 2",
|
|
58
64
|
"isPersonal": false,
|
|
65
|
+
"searchable": true,
|
|
59
66
|
"title": "Generic Indexed Integer 2",
|
|
60
67
|
"type": "number",
|
|
61
68
|
"usageDescription": "",
|
|
@@ -65,6 +72,7 @@
|
|
|
65
72
|
"frIndexedInteger3": {
|
|
66
73
|
"description": "Generic Indexed Integer 3",
|
|
67
74
|
"isPersonal": false,
|
|
75
|
+
"searchable": true,
|
|
68
76
|
"title": "Generic Indexed Integer 3",
|
|
69
77
|
"type": "number",
|
|
70
78
|
"usageDescription": "",
|
|
@@ -74,6 +82,7 @@
|
|
|
74
82
|
"frIndexedInteger4": {
|
|
75
83
|
"description": "Generic Indexed Integer 4",
|
|
76
84
|
"isPersonal": false,
|
|
85
|
+
"searchable": true,
|
|
77
86
|
"title": "Generic Indexed Integer 4",
|
|
78
87
|
"type": "number",
|
|
79
88
|
"usageDescription": "",
|
|
@@ -83,6 +92,7 @@
|
|
|
83
92
|
"frIndexedInteger5": {
|
|
84
93
|
"description": "Generic Indexed Integer 5",
|
|
85
94
|
"isPersonal": false,
|
|
95
|
+
"searchable": true,
|
|
86
96
|
"title": "Generic Indexed Integer 5",
|
|
87
97
|
"type": "number",
|
|
88
98
|
"usageDescription": "",
|
|
@@ -95,6 +105,7 @@
|
|
|
95
105
|
"items": {
|
|
96
106
|
"type": "string"
|
|
97
107
|
},
|
|
108
|
+
"searchable": true,
|
|
98
109
|
"title": "Generic Indexed Multivalue 1",
|
|
99
110
|
"type": "array",
|
|
100
111
|
"usageDescription": "",
|
|
@@ -107,6 +118,7 @@
|
|
|
107
118
|
"items": {
|
|
108
119
|
"type": "string"
|
|
109
120
|
},
|
|
121
|
+
"searchable": true,
|
|
110
122
|
"title": "Generic Indexed Multivalue 2",
|
|
111
123
|
"type": "array",
|
|
112
124
|
"usageDescription": "",
|
|
@@ -119,6 +131,7 @@
|
|
|
119
131
|
"items": {
|
|
120
132
|
"type": "string"
|
|
121
133
|
},
|
|
134
|
+
"searchable": true,
|
|
122
135
|
"title": "Generic Indexed Multivalue 3",
|
|
123
136
|
"type": "array",
|
|
124
137
|
"usageDescription": "",
|
|
@@ -131,6 +144,7 @@
|
|
|
131
144
|
"items": {
|
|
132
145
|
"type": "string"
|
|
133
146
|
},
|
|
147
|
+
"searchable": true,
|
|
134
148
|
"title": "Generic Indexed Multivalue 4",
|
|
135
149
|
"type": "array",
|
|
136
150
|
"usageDescription": "",
|
|
@@ -143,6 +157,7 @@
|
|
|
143
157
|
"items": {
|
|
144
158
|
"type": "string"
|
|
145
159
|
},
|
|
160
|
+
"searchable": true,
|
|
146
161
|
"title": "Generic Indexed Multivalue 5",
|
|
147
162
|
"type": "array",
|
|
148
163
|
"usageDescription": "",
|
|
@@ -152,6 +167,7 @@
|
|
|
152
167
|
"frIndexedString1": {
|
|
153
168
|
"description": "Generic Indexed String 1",
|
|
154
169
|
"isPersonal": false,
|
|
170
|
+
"searchable": true,
|
|
155
171
|
"title": "Generic Indexed String 1",
|
|
156
172
|
"type": "string",
|
|
157
173
|
"usageDescription": "",
|
|
@@ -161,6 +177,7 @@
|
|
|
161
177
|
"frIndexedString2": {
|
|
162
178
|
"description": "Generic Indexed String 2",
|
|
163
179
|
"isPersonal": false,
|
|
180
|
+
"searchable": true,
|
|
164
181
|
"title": "Generic Indexed String 2",
|
|
165
182
|
"type": "string",
|
|
166
183
|
"usageDescription": "",
|
|
@@ -170,6 +187,7 @@
|
|
|
170
187
|
"frIndexedString3": {
|
|
171
188
|
"description": "Generic Indexed String 3",
|
|
172
189
|
"isPersonal": false,
|
|
190
|
+
"searchable": true,
|
|
173
191
|
"title": "Generic Indexed String 3",
|
|
174
192
|
"type": "string",
|
|
175
193
|
"usageDescription": "",
|
|
@@ -179,6 +197,7 @@
|
|
|
179
197
|
"frIndexedString4": {
|
|
180
198
|
"description": "Generic Indexed String 4",
|
|
181
199
|
"isPersonal": false,
|
|
200
|
+
"searchable": true,
|
|
182
201
|
"title": "Generic Indexed String 4",
|
|
183
202
|
"type": "string",
|
|
184
203
|
"usageDescription": "",
|
|
@@ -188,6 +207,7 @@
|
|
|
188
207
|
"frIndexedString5": {
|
|
189
208
|
"description": "Generic Indexed String 5",
|
|
190
209
|
"isPersonal": false,
|
|
210
|
+
"searchable": true,
|
|
191
211
|
"title": "Generic Indexed String 5",
|
|
192
212
|
"type": "string",
|
|
193
213
|
"usageDescription": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-57",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
6
6
|
"keywords": [
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@rockcarver/frodo-lib": "2.0.0-
|
|
122
|
+
"@rockcarver/frodo-lib": "2.0.0-79",
|
|
123
123
|
"chokidar": "^3.5.3",
|
|
124
124
|
"cli-progress": "^3.11.2",
|
|
125
125
|
"cli-table3": "^0.6.3",
|