@ampsec/platform-client 84.44.0 → 84.45.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.
|
@@ -210,6 +210,7 @@ export declare const AiServiceTemplateSchema: z.ZodObject<{
|
|
|
210
210
|
placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
211
211
|
bestPracticesHtml: z.ZodString;
|
|
212
212
|
limpModeText: z.ZodString;
|
|
213
|
+
hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
|
|
213
214
|
}, "strip", z.ZodTypeAny, {
|
|
214
215
|
colors: {
|
|
215
216
|
border: string;
|
|
@@ -218,6 +219,7 @@ export declare const AiServiceTemplateSchema: z.ZodObject<{
|
|
|
218
219
|
placeholders: Record<string, string>;
|
|
219
220
|
bestPracticesHtml: string;
|
|
220
221
|
limpModeText: string;
|
|
222
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
221
223
|
}, {
|
|
222
224
|
colors: {
|
|
223
225
|
border: string;
|
|
@@ -226,6 +228,7 @@ export declare const AiServiceTemplateSchema: z.ZodObject<{
|
|
|
226
228
|
placeholders: Record<string, string>;
|
|
227
229
|
bestPracticesHtml: string;
|
|
228
230
|
limpModeText: string;
|
|
231
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
229
232
|
}>;
|
|
230
233
|
export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
231
234
|
services: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
@@ -248,6 +251,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
248
251
|
placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
249
252
|
bestPracticesHtml: z.ZodString;
|
|
250
253
|
limpModeText: z.ZodString;
|
|
254
|
+
hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
|
|
251
255
|
}, "strip", z.ZodTypeAny, {
|
|
252
256
|
colors: {
|
|
253
257
|
border: string;
|
|
@@ -256,6 +260,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
256
260
|
placeholders: Record<string, string>;
|
|
257
261
|
bestPracticesHtml: string;
|
|
258
262
|
limpModeText: string;
|
|
263
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
259
264
|
}, {
|
|
260
265
|
colors: {
|
|
261
266
|
border: string;
|
|
@@ -264,6 +269,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
264
269
|
placeholders: Record<string, string>;
|
|
265
270
|
bestPracticesHtml: string;
|
|
266
271
|
limpModeText: string;
|
|
272
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
267
273
|
}>;
|
|
268
274
|
DISAPPROVED: z.ZodObject<{
|
|
269
275
|
colors: z.ZodObject<{
|
|
@@ -279,6 +285,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
279
285
|
placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
280
286
|
bestPracticesHtml: z.ZodString;
|
|
281
287
|
limpModeText: z.ZodString;
|
|
288
|
+
hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
|
|
282
289
|
}, "strip", z.ZodTypeAny, {
|
|
283
290
|
colors: {
|
|
284
291
|
border: string;
|
|
@@ -287,6 +294,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
287
294
|
placeholders: Record<string, string>;
|
|
288
295
|
bestPracticesHtml: string;
|
|
289
296
|
limpModeText: string;
|
|
297
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
290
298
|
}, {
|
|
291
299
|
colors: {
|
|
292
300
|
border: string;
|
|
@@ -295,6 +303,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
295
303
|
placeholders: Record<string, string>;
|
|
296
304
|
bestPracticesHtml: string;
|
|
297
305
|
limpModeText: string;
|
|
306
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
298
307
|
}>;
|
|
299
308
|
UNDEFINED: z.ZodObject<{
|
|
300
309
|
colors: z.ZodObject<{
|
|
@@ -310,6 +319,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
310
319
|
placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
311
320
|
bestPracticesHtml: z.ZodString;
|
|
312
321
|
limpModeText: z.ZodString;
|
|
322
|
+
hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
|
|
313
323
|
}, "strip", z.ZodTypeAny, {
|
|
314
324
|
colors: {
|
|
315
325
|
border: string;
|
|
@@ -318,6 +328,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
318
328
|
placeholders: Record<string, string>;
|
|
319
329
|
bestPracticesHtml: string;
|
|
320
330
|
limpModeText: string;
|
|
331
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
321
332
|
}, {
|
|
322
333
|
colors: {
|
|
323
334
|
border: string;
|
|
@@ -326,6 +337,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
326
337
|
placeholders: Record<string, string>;
|
|
327
338
|
bestPracticesHtml: string;
|
|
328
339
|
limpModeText: string;
|
|
340
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
329
341
|
}>;
|
|
330
342
|
}, "strip", z.ZodTypeAny, {
|
|
331
343
|
APPROVED: {
|
|
@@ -336,6 +348,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
336
348
|
placeholders: Record<string, string>;
|
|
337
349
|
bestPracticesHtml: string;
|
|
338
350
|
limpModeText: string;
|
|
351
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
339
352
|
};
|
|
340
353
|
DISAPPROVED: {
|
|
341
354
|
colors: {
|
|
@@ -345,6 +358,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
345
358
|
placeholders: Record<string, string>;
|
|
346
359
|
bestPracticesHtml: string;
|
|
347
360
|
limpModeText: string;
|
|
361
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
348
362
|
};
|
|
349
363
|
UNDEFINED: {
|
|
350
364
|
colors: {
|
|
@@ -354,6 +368,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
354
368
|
placeholders: Record<string, string>;
|
|
355
369
|
bestPracticesHtml: string;
|
|
356
370
|
limpModeText: string;
|
|
371
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
357
372
|
};
|
|
358
373
|
}, {
|
|
359
374
|
APPROVED: {
|
|
@@ -364,6 +379,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
364
379
|
placeholders: Record<string, string>;
|
|
365
380
|
bestPracticesHtml: string;
|
|
366
381
|
limpModeText: string;
|
|
382
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
367
383
|
};
|
|
368
384
|
DISAPPROVED: {
|
|
369
385
|
colors: {
|
|
@@ -373,6 +389,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
373
389
|
placeholders: Record<string, string>;
|
|
374
390
|
bestPracticesHtml: string;
|
|
375
391
|
limpModeText: string;
|
|
392
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
376
393
|
};
|
|
377
394
|
UNDEFINED: {
|
|
378
395
|
colors: {
|
|
@@ -382,6 +399,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
382
399
|
placeholders: Record<string, string>;
|
|
383
400
|
bestPracticesHtml: string;
|
|
384
401
|
limpModeText: string;
|
|
402
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
385
403
|
};
|
|
386
404
|
}>;
|
|
387
405
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -398,6 +416,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
398
416
|
placeholders: Record<string, string>;
|
|
399
417
|
bestPracticesHtml: string;
|
|
400
418
|
limpModeText: string;
|
|
419
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
401
420
|
};
|
|
402
421
|
DISAPPROVED: {
|
|
403
422
|
colors: {
|
|
@@ -407,6 +426,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
407
426
|
placeholders: Record<string, string>;
|
|
408
427
|
bestPracticesHtml: string;
|
|
409
428
|
limpModeText: string;
|
|
429
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
410
430
|
};
|
|
411
431
|
UNDEFINED: {
|
|
412
432
|
colors: {
|
|
@@ -416,6 +436,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
416
436
|
placeholders: Record<string, string>;
|
|
417
437
|
bestPracticesHtml: string;
|
|
418
438
|
limpModeText: string;
|
|
439
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
419
440
|
};
|
|
420
441
|
};
|
|
421
442
|
}, {
|
|
@@ -432,6 +453,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
432
453
|
placeholders: Record<string, string>;
|
|
433
454
|
bestPracticesHtml: string;
|
|
434
455
|
limpModeText: string;
|
|
456
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
435
457
|
};
|
|
436
458
|
DISAPPROVED: {
|
|
437
459
|
colors: {
|
|
@@ -441,6 +463,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
441
463
|
placeholders: Record<string, string>;
|
|
442
464
|
bestPracticesHtml: string;
|
|
443
465
|
limpModeText: string;
|
|
466
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
444
467
|
};
|
|
445
468
|
UNDEFINED: {
|
|
446
469
|
colors: {
|
|
@@ -450,6 +473,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
450
473
|
placeholders: Record<string, string>;
|
|
451
474
|
bestPracticesHtml: string;
|
|
452
475
|
limpModeText: string;
|
|
476
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
453
477
|
};
|
|
454
478
|
};
|
|
455
479
|
}>, "many">>;
|
|
@@ -468,6 +492,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
468
492
|
placeholders: Record<string, string>;
|
|
469
493
|
bestPracticesHtml: string;
|
|
470
494
|
limpModeText: string;
|
|
495
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
471
496
|
};
|
|
472
497
|
DISAPPROVED: {
|
|
473
498
|
colors: {
|
|
@@ -477,6 +502,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
477
502
|
placeholders: Record<string, string>;
|
|
478
503
|
bestPracticesHtml: string;
|
|
479
504
|
limpModeText: string;
|
|
505
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
480
506
|
};
|
|
481
507
|
UNDEFINED: {
|
|
482
508
|
colors: {
|
|
@@ -486,6 +512,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
486
512
|
placeholders: Record<string, string>;
|
|
487
513
|
bestPracticesHtml: string;
|
|
488
514
|
limpModeText: string;
|
|
515
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
489
516
|
};
|
|
490
517
|
};
|
|
491
518
|
}[];
|
|
@@ -504,6 +531,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
504
531
|
placeholders: Record<string, string>;
|
|
505
532
|
bestPracticesHtml: string;
|
|
506
533
|
limpModeText: string;
|
|
534
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
507
535
|
};
|
|
508
536
|
DISAPPROVED: {
|
|
509
537
|
colors: {
|
|
@@ -513,6 +541,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
513
541
|
placeholders: Record<string, string>;
|
|
514
542
|
bestPracticesHtml: string;
|
|
515
543
|
limpModeText: string;
|
|
544
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
516
545
|
};
|
|
517
546
|
UNDEFINED: {
|
|
518
547
|
colors: {
|
|
@@ -522,6 +551,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
|
|
|
522
551
|
placeholders: Record<string, string>;
|
|
523
552
|
bestPracticesHtml: string;
|
|
524
553
|
limpModeText: string;
|
|
554
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
525
555
|
};
|
|
526
556
|
};
|
|
527
557
|
}[] | undefined;
|
|
@@ -45,6 +45,7 @@ exports.AiServiceTemplateSchema = zod_1.z.object({
|
|
|
45
45
|
placeholders: zod_1.z.record(zod_1.z.string()),
|
|
46
46
|
bestPracticesHtml: zod_1.z.string(),
|
|
47
47
|
limpModeText: zod_1.z.string(),
|
|
48
|
+
hideBrowserCoaching: zod_1.z.boolean().optional(),
|
|
48
49
|
});
|
|
49
50
|
exports.BrowserCoachingAiServicesConfigSchema = zod_1.z.object({
|
|
50
51
|
services: zod_1.z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ampSetting.dto.js","sourceRoot":"","sources":["../../../src/dto/ampSetting.dto.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ampSetting.dto.js","sourceRoot":"","sources":["../../../src/dto/ampSetting.dto.ts"],"names":[],"mappings":"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"}
|
package/build/src/settings.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ export declare const AMP_SETTINGS: {
|
|
|
127
127
|
placeholders: Record<string, string>;
|
|
128
128
|
bestPracticesHtml: string;
|
|
129
129
|
limpModeText: string;
|
|
130
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
130
131
|
};
|
|
131
132
|
DISAPPROVED: {
|
|
132
133
|
colors: {
|
|
@@ -136,6 +137,7 @@ export declare const AMP_SETTINGS: {
|
|
|
136
137
|
placeholders: Record<string, string>;
|
|
137
138
|
bestPracticesHtml: string;
|
|
138
139
|
limpModeText: string;
|
|
140
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
139
141
|
};
|
|
140
142
|
UNDEFINED: {
|
|
141
143
|
colors: {
|
|
@@ -145,6 +147,7 @@ export declare const AMP_SETTINGS: {
|
|
|
145
147
|
placeholders: Record<string, string>;
|
|
146
148
|
bestPracticesHtml: string;
|
|
147
149
|
limpModeText: string;
|
|
150
|
+
hideBrowserCoaching?: boolean | undefined;
|
|
148
151
|
};
|
|
149
152
|
};
|
|
150
153
|
}[];
|
package/package.json
CHANGED
|
@@ -92,6 +92,7 @@ export const AiServiceTemplateSchema = z.object({
|
|
|
92
92
|
placeholders: z.record(z.string()),
|
|
93
93
|
bestPracticesHtml: z.string(),
|
|
94
94
|
limpModeText: z.string(),
|
|
95
|
+
hideBrowserCoaching: z.boolean().optional(),
|
|
95
96
|
});
|
|
96
97
|
|
|
97
98
|
export const BrowserCoachingAiServicesConfigSchema = z.object({
|