@ampsec/platform-client 84.44.0 → 84.45.1

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<{
@@ -233,6 +236,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
233
236
  displayName: z.ZodString;
234
237
  pattern: z.ZodString;
235
238
  currentStatus: z.ZodEnum<["APPROVED", "DISAPPROVED", "UNDEFINED"]>;
239
+ isNew: z.ZodOptional<z.ZodBoolean>;
236
240
  templates: z.ZodObject<{
237
241
  APPROVED: z.ZodObject<{
238
242
  colors: z.ZodObject<{
@@ -248,6 +252,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
248
252
  placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
249
253
  bestPracticesHtml: z.ZodString;
250
254
  limpModeText: z.ZodString;
255
+ hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
251
256
  }, "strip", z.ZodTypeAny, {
252
257
  colors: {
253
258
  border: string;
@@ -256,6 +261,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
256
261
  placeholders: Record<string, string>;
257
262
  bestPracticesHtml: string;
258
263
  limpModeText: string;
264
+ hideBrowserCoaching?: boolean | undefined;
259
265
  }, {
260
266
  colors: {
261
267
  border: string;
@@ -264,6 +270,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
264
270
  placeholders: Record<string, string>;
265
271
  bestPracticesHtml: string;
266
272
  limpModeText: string;
273
+ hideBrowserCoaching?: boolean | undefined;
267
274
  }>;
268
275
  DISAPPROVED: z.ZodObject<{
269
276
  colors: z.ZodObject<{
@@ -279,6 +286,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
279
286
  placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
280
287
  bestPracticesHtml: z.ZodString;
281
288
  limpModeText: z.ZodString;
289
+ hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
282
290
  }, "strip", z.ZodTypeAny, {
283
291
  colors: {
284
292
  border: string;
@@ -287,6 +295,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
287
295
  placeholders: Record<string, string>;
288
296
  bestPracticesHtml: string;
289
297
  limpModeText: string;
298
+ hideBrowserCoaching?: boolean | undefined;
290
299
  }, {
291
300
  colors: {
292
301
  border: string;
@@ -295,6 +304,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
295
304
  placeholders: Record<string, string>;
296
305
  bestPracticesHtml: string;
297
306
  limpModeText: string;
307
+ hideBrowserCoaching?: boolean | undefined;
298
308
  }>;
299
309
  UNDEFINED: z.ZodObject<{
300
310
  colors: z.ZodObject<{
@@ -310,6 +320,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
310
320
  placeholders: z.ZodRecord<z.ZodString, z.ZodString>;
311
321
  bestPracticesHtml: z.ZodString;
312
322
  limpModeText: z.ZodString;
323
+ hideBrowserCoaching: z.ZodOptional<z.ZodBoolean>;
313
324
  }, "strip", z.ZodTypeAny, {
314
325
  colors: {
315
326
  border: string;
@@ -318,6 +329,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
318
329
  placeholders: Record<string, string>;
319
330
  bestPracticesHtml: string;
320
331
  limpModeText: string;
332
+ hideBrowserCoaching?: boolean | undefined;
321
333
  }, {
322
334
  colors: {
323
335
  border: string;
@@ -326,6 +338,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
326
338
  placeholders: Record<string, string>;
327
339
  bestPracticesHtml: string;
328
340
  limpModeText: string;
341
+ hideBrowserCoaching?: boolean | undefined;
329
342
  }>;
330
343
  }, "strip", z.ZodTypeAny, {
331
344
  APPROVED: {
@@ -336,6 +349,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
336
349
  placeholders: Record<string, string>;
337
350
  bestPracticesHtml: string;
338
351
  limpModeText: string;
352
+ hideBrowserCoaching?: boolean | undefined;
339
353
  };
340
354
  DISAPPROVED: {
341
355
  colors: {
@@ -345,6 +359,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
345
359
  placeholders: Record<string, string>;
346
360
  bestPracticesHtml: string;
347
361
  limpModeText: string;
362
+ hideBrowserCoaching?: boolean | undefined;
348
363
  };
349
364
  UNDEFINED: {
350
365
  colors: {
@@ -354,6 +369,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
354
369
  placeholders: Record<string, string>;
355
370
  bestPracticesHtml: string;
356
371
  limpModeText: string;
372
+ hideBrowserCoaching?: boolean | undefined;
357
373
  };
358
374
  }, {
359
375
  APPROVED: {
@@ -364,6 +380,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
364
380
  placeholders: Record<string, string>;
365
381
  bestPracticesHtml: string;
366
382
  limpModeText: string;
383
+ hideBrowserCoaching?: boolean | undefined;
367
384
  };
368
385
  DISAPPROVED: {
369
386
  colors: {
@@ -373,6 +390,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
373
390
  placeholders: Record<string, string>;
374
391
  bestPracticesHtml: string;
375
392
  limpModeText: string;
393
+ hideBrowserCoaching?: boolean | undefined;
376
394
  };
377
395
  UNDEFINED: {
378
396
  colors: {
@@ -382,6 +400,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
382
400
  placeholders: Record<string, string>;
383
401
  bestPracticesHtml: string;
384
402
  limpModeText: string;
403
+ hideBrowserCoaching?: boolean | undefined;
385
404
  };
386
405
  }>;
387
406
  }, "strip", z.ZodTypeAny, {
@@ -398,6 +417,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
398
417
  placeholders: Record<string, string>;
399
418
  bestPracticesHtml: string;
400
419
  limpModeText: string;
420
+ hideBrowserCoaching?: boolean | undefined;
401
421
  };
402
422
  DISAPPROVED: {
403
423
  colors: {
@@ -407,6 +427,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
407
427
  placeholders: Record<string, string>;
408
428
  bestPracticesHtml: string;
409
429
  limpModeText: string;
430
+ hideBrowserCoaching?: boolean | undefined;
410
431
  };
411
432
  UNDEFINED: {
412
433
  colors: {
@@ -416,8 +437,10 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
416
437
  placeholders: Record<string, string>;
417
438
  bestPracticesHtml: string;
418
439
  limpModeText: string;
440
+ hideBrowserCoaching?: boolean | undefined;
419
441
  };
420
442
  };
443
+ isNew?: boolean | undefined;
421
444
  }, {
422
445
  id: string;
423
446
  displayName: string;
@@ -432,6 +455,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
432
455
  placeholders: Record<string, string>;
433
456
  bestPracticesHtml: string;
434
457
  limpModeText: string;
458
+ hideBrowserCoaching?: boolean | undefined;
435
459
  };
436
460
  DISAPPROVED: {
437
461
  colors: {
@@ -441,6 +465,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
441
465
  placeholders: Record<string, string>;
442
466
  bestPracticesHtml: string;
443
467
  limpModeText: string;
468
+ hideBrowserCoaching?: boolean | undefined;
444
469
  };
445
470
  UNDEFINED: {
446
471
  colors: {
@@ -450,8 +475,10 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
450
475
  placeholders: Record<string, string>;
451
476
  bestPracticesHtml: string;
452
477
  limpModeText: string;
478
+ hideBrowserCoaching?: boolean | undefined;
453
479
  };
454
480
  };
481
+ isNew?: boolean | undefined;
455
482
  }>, "many">>;
456
483
  }, "strip", z.ZodTypeAny, {
457
484
  services: {
@@ -468,6 +495,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
468
495
  placeholders: Record<string, string>;
469
496
  bestPracticesHtml: string;
470
497
  limpModeText: string;
498
+ hideBrowserCoaching?: boolean | undefined;
471
499
  };
472
500
  DISAPPROVED: {
473
501
  colors: {
@@ -477,6 +505,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
477
505
  placeholders: Record<string, string>;
478
506
  bestPracticesHtml: string;
479
507
  limpModeText: string;
508
+ hideBrowserCoaching?: boolean | undefined;
480
509
  };
481
510
  UNDEFINED: {
482
511
  colors: {
@@ -486,8 +515,10 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
486
515
  placeholders: Record<string, string>;
487
516
  bestPracticesHtml: string;
488
517
  limpModeText: string;
518
+ hideBrowserCoaching?: boolean | undefined;
489
519
  };
490
520
  };
521
+ isNew?: boolean | undefined;
491
522
  }[];
492
523
  }, {
493
524
  services?: {
@@ -504,6 +535,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
504
535
  placeholders: Record<string, string>;
505
536
  bestPracticesHtml: string;
506
537
  limpModeText: string;
538
+ hideBrowserCoaching?: boolean | undefined;
507
539
  };
508
540
  DISAPPROVED: {
509
541
  colors: {
@@ -513,6 +545,7 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
513
545
  placeholders: Record<string, string>;
514
546
  bestPracticesHtml: string;
515
547
  limpModeText: string;
548
+ hideBrowserCoaching?: boolean | undefined;
516
549
  };
517
550
  UNDEFINED: {
518
551
  colors: {
@@ -522,8 +555,10 @@ export declare const BrowserCoachingAiServicesConfigSchema: z.ZodObject<{
522
555
  placeholders: Record<string, string>;
523
556
  bestPracticesHtml: string;
524
557
  limpModeText: string;
558
+ hideBrowserCoaching?: boolean | undefined;
525
559
  };
526
560
  };
561
+ isNew?: boolean | undefined;
527
562
  }[] | undefined;
528
563
  }>;
529
564
  export type BrowserCoachingAiServicesConfig = z.infer<typeof BrowserCoachingAiServicesConfigSchema>;
@@ -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
@@ -53,6 +54,7 @@ exports.BrowserCoachingAiServicesConfigSchema = zod_1.z.object({
53
54
  displayName: zod_1.z.string(),
54
55
  pattern: zod_1.z.string(),
55
56
  currentStatus: zod_1.z.enum(['APPROVED', 'DISAPPROVED', 'UNDEFINED']),
57
+ isNew: zod_1.z.boolean().optional(),
56
58
  templates: zod_1.z.object({
57
59
  APPROVED: exports.AiServiceTemplateSchema,
58
60
  DISAPPROVED: exports.AiServiceTemplateSchema,
@@ -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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"}
@@ -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,8 +147,10 @@ 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
  };
153
+ isNew?: boolean | undefined;
150
154
  }[];
151
155
  }>;
152
156
  BROWSER_AI_SERVICE_SIGNALS_ENABLED: import("./services").TypedAmpSettingsKey<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ampsec/platform-client",
3
- "version": "84.44.0",
3
+ "version": "84.45.1",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "runkitExampleFilename": "example/main.js",
@@ -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({
@@ -102,6 +103,7 @@ export const BrowserCoachingAiServicesConfigSchema = z.object({
102
103
  displayName: z.string(),
103
104
  pattern: z.string(),
104
105
  currentStatus: z.enum(['APPROVED', 'DISAPPROVED', 'UNDEFINED']),
106
+ isNew: z.boolean().optional(),
105
107
  templates: z.object({
106
108
  APPROVED: AiServiceTemplateSchema,
107
109
  DISAPPROVED: AiServiceTemplateSchema,