@ampsec/platform-client 77.0.0 → 78.0.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.
- package/build/src/dto/coverage.dto.d.ts +0 -9
- package/build/src/dto/platform/platform.saasAssets.dto.d.ts +0 -7
- package/build/src/dto/saasAssets.dto.d.ts +0 -19
- package/build/src/dto/saasAssets.dto.js +1 -1
- package/build/src/dto/saasAssets.dto.js.map +1 -1
- package/package.json +1 -1
- package/src/dto/saasAssets.dto.ts +1 -1
|
@@ -802,7 +802,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
802
802
|
deviceName: z.ZodOptional<z.ZodString>;
|
|
803
803
|
hostNames: z.ZodArray<z.ZodString, "many">;
|
|
804
804
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
805
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("./saasAssets.dto").SaasAssetActiveStatus>>;
|
|
806
805
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
807
806
|
displayValue: z.ZodString;
|
|
808
807
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -840,7 +839,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
840
839
|
lastActivityTime?: string | undefined;
|
|
841
840
|
active?: boolean | undefined;
|
|
842
841
|
deviceName?: string | undefined;
|
|
843
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
844
842
|
owner?: {
|
|
845
843
|
email?: string | undefined;
|
|
846
844
|
} | undefined;
|
|
@@ -859,7 +857,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
859
857
|
lastActivityTime?: string | undefined;
|
|
860
858
|
active?: boolean | undefined;
|
|
861
859
|
deviceName?: string | undefined;
|
|
862
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
863
860
|
owner?: {
|
|
864
861
|
email?: string | undefined;
|
|
865
862
|
} | undefined;
|
|
@@ -881,7 +878,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
881
878
|
lastActivityTime?: string | undefined;
|
|
882
879
|
active?: boolean | undefined;
|
|
883
880
|
deviceName?: string | undefined;
|
|
884
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
885
881
|
owner?: {
|
|
886
882
|
email?: string | undefined;
|
|
887
883
|
} | undefined;
|
|
@@ -903,7 +899,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
903
899
|
lastActivityTime?: string | undefined;
|
|
904
900
|
active?: boolean | undefined;
|
|
905
901
|
deviceName?: string | undefined;
|
|
906
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
907
902
|
owner?: {
|
|
908
903
|
email?: string | undefined;
|
|
909
904
|
} | undefined;
|
|
@@ -948,7 +943,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
948
943
|
lastActivityTime?: string | undefined;
|
|
949
944
|
active?: boolean | undefined;
|
|
950
945
|
deviceName?: string | undefined;
|
|
951
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
952
946
|
owner?: {
|
|
953
947
|
email?: string | undefined;
|
|
954
948
|
} | undefined;
|
|
@@ -987,7 +981,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
987
981
|
lastActivityTime?: string | undefined;
|
|
988
982
|
active?: boolean | undefined;
|
|
989
983
|
deviceName?: string | undefined;
|
|
990
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
991
984
|
owner?: {
|
|
992
985
|
email?: string | undefined;
|
|
993
986
|
} | undefined;
|
|
@@ -1096,7 +1089,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1096
1089
|
lastActivityTime?: string | undefined;
|
|
1097
1090
|
active?: boolean | undefined;
|
|
1098
1091
|
deviceName?: string | undefined;
|
|
1099
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
1100
1092
|
owner?: {
|
|
1101
1093
|
email?: string | undefined;
|
|
1102
1094
|
} | undefined;
|
|
@@ -1207,7 +1199,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1207
1199
|
lastActivityTime?: string | undefined;
|
|
1208
1200
|
active?: boolean | undefined;
|
|
1209
1201
|
deviceName?: string | undefined;
|
|
1210
|
-
activeStatus?: import("./saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
1211
1202
|
owner?: {
|
|
1212
1203
|
email?: string | undefined;
|
|
1213
1204
|
} | undefined;
|
|
@@ -38,7 +38,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
38
38
|
deviceName: z.ZodOptional<z.ZodString>;
|
|
39
39
|
hostNames: z.ZodArray<z.ZodString, "many">;
|
|
40
40
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
41
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof import("../saasAssets.dto").SaasAssetActiveStatus>>;
|
|
42
41
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
43
42
|
displayValue: z.ZodString;
|
|
44
43
|
version: z.ZodOptional<z.ZodString>;
|
|
@@ -76,7 +75,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
76
75
|
lastActivityTime?: string | undefined;
|
|
77
76
|
active?: boolean | undefined;
|
|
78
77
|
deviceName?: string | undefined;
|
|
79
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
80
78
|
owner?: {
|
|
81
79
|
email?: string | undefined;
|
|
82
80
|
} | undefined;
|
|
@@ -95,7 +93,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
95
93
|
lastActivityTime?: string | undefined;
|
|
96
94
|
active?: boolean | undefined;
|
|
97
95
|
deviceName?: string | undefined;
|
|
98
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
99
96
|
owner?: {
|
|
100
97
|
email?: string | undefined;
|
|
101
98
|
} | undefined;
|
|
@@ -117,7 +114,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
117
114
|
lastActivityTime?: string | undefined;
|
|
118
115
|
active?: boolean | undefined;
|
|
119
116
|
deviceName?: string | undefined;
|
|
120
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
121
117
|
owner?: {
|
|
122
118
|
email?: string | undefined;
|
|
123
119
|
} | undefined;
|
|
@@ -139,7 +135,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
139
135
|
lastActivityTime?: string | undefined;
|
|
140
136
|
active?: boolean | undefined;
|
|
141
137
|
deviceName?: string | undefined;
|
|
142
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
143
138
|
owner?: {
|
|
144
139
|
email?: string | undefined;
|
|
145
140
|
} | undefined;
|
|
@@ -175,7 +170,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
175
170
|
lastActivityTime?: string | undefined;
|
|
176
171
|
active?: boolean | undefined;
|
|
177
172
|
deviceName?: string | undefined;
|
|
178
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
179
173
|
owner?: {
|
|
180
174
|
email?: string | undefined;
|
|
181
175
|
} | undefined;
|
|
@@ -215,7 +209,6 @@ export declare const _StagedSaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendS
|
|
|
215
209
|
lastActivityTime?: string | undefined;
|
|
216
210
|
active?: boolean | undefined;
|
|
217
211
|
deviceName?: string | undefined;
|
|
218
|
-
activeStatus?: import("../saasAssets.dto").SaasAssetActiveStatus | undefined;
|
|
219
212
|
owner?: {
|
|
220
213
|
email?: string | undefined;
|
|
221
214
|
} | undefined;
|
|
@@ -18,7 +18,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
18
18
|
/** Last activity time of asset */
|
|
19
19
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
20
20
|
/** Asset active status based on status flag and activity */
|
|
21
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
22
21
|
/** Operating system of asset */
|
|
23
22
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
24
23
|
displayValue: z.ZodString;
|
|
@@ -63,7 +62,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
63
62
|
lastActivityTime?: string | undefined;
|
|
64
63
|
active?: boolean | undefined;
|
|
65
64
|
deviceName?: string | undefined;
|
|
66
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
67
65
|
owner?: {
|
|
68
66
|
email?: string | undefined;
|
|
69
67
|
} | undefined;
|
|
@@ -82,7 +80,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
82
80
|
lastActivityTime?: string | undefined;
|
|
83
81
|
active?: boolean | undefined;
|
|
84
82
|
deviceName?: string | undefined;
|
|
85
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
86
83
|
owner?: {
|
|
87
84
|
email?: string | undefined;
|
|
88
85
|
} | undefined;
|
|
@@ -104,7 +101,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
104
101
|
lastActivityTime?: string | undefined;
|
|
105
102
|
active?: boolean | undefined;
|
|
106
103
|
deviceName?: string | undefined;
|
|
107
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
108
104
|
owner?: {
|
|
109
105
|
email?: string | undefined;
|
|
110
106
|
} | undefined;
|
|
@@ -126,7 +122,6 @@ export declare const _SaasAssetMeta: z.ZodObject<{
|
|
|
126
122
|
lastActivityTime?: string | undefined;
|
|
127
123
|
active?: boolean | undefined;
|
|
128
124
|
deviceName?: string | undefined;
|
|
129
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
130
125
|
owner?: {
|
|
131
126
|
email?: string | undefined;
|
|
132
127
|
} | undefined;
|
|
@@ -181,7 +176,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
181
176
|
/** Last activity time of asset */
|
|
182
177
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
183
178
|
/** Asset active status based on status flag and activity */
|
|
184
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
185
179
|
/** Operating system of asset */
|
|
186
180
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
187
181
|
displayValue: z.ZodString;
|
|
@@ -226,7 +220,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
226
220
|
lastActivityTime?: string | undefined;
|
|
227
221
|
active?: boolean | undefined;
|
|
228
222
|
deviceName?: string | undefined;
|
|
229
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
230
223
|
owner?: {
|
|
231
224
|
email?: string | undefined;
|
|
232
225
|
} | undefined;
|
|
@@ -245,7 +238,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
245
238
|
lastActivityTime?: string | undefined;
|
|
246
239
|
active?: boolean | undefined;
|
|
247
240
|
deviceName?: string | undefined;
|
|
248
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
249
241
|
owner?: {
|
|
250
242
|
email?: string | undefined;
|
|
251
243
|
} | undefined;
|
|
@@ -267,7 +259,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
267
259
|
lastActivityTime?: string | undefined;
|
|
268
260
|
active?: boolean | undefined;
|
|
269
261
|
deviceName?: string | undefined;
|
|
270
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
271
262
|
owner?: {
|
|
272
263
|
email?: string | undefined;
|
|
273
264
|
} | undefined;
|
|
@@ -289,7 +280,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
289
280
|
lastActivityTime?: string | undefined;
|
|
290
281
|
active?: boolean | undefined;
|
|
291
282
|
deviceName?: string | undefined;
|
|
292
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
293
283
|
owner?: {
|
|
294
284
|
email?: string | undefined;
|
|
295
285
|
} | undefined;
|
|
@@ -323,7 +313,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
323
313
|
lastActivityTime?: string | undefined;
|
|
324
314
|
active?: boolean | undefined;
|
|
325
315
|
deviceName?: string | undefined;
|
|
326
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
327
316
|
owner?: {
|
|
328
317
|
email?: string | undefined;
|
|
329
318
|
} | undefined;
|
|
@@ -362,7 +351,6 @@ export declare const _SaasAssetUpsertDto: z.ZodObject<z.objectUtil.extendShape<z
|
|
|
362
351
|
lastActivityTime?: string | undefined;
|
|
363
352
|
active?: boolean | undefined;
|
|
364
353
|
deviceName?: string | undefined;
|
|
365
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
366
354
|
owner?: {
|
|
367
355
|
email?: string | undefined;
|
|
368
356
|
} | undefined;
|
|
@@ -423,7 +411,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
423
411
|
/** Last activity time of asset */
|
|
424
412
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
425
413
|
/** Asset active status based on status flag and activity */
|
|
426
|
-
activeStatus: z.ZodOptional<z.ZodNativeEnum<typeof SaasAssetActiveStatus>>;
|
|
427
414
|
/** Operating system of asset */
|
|
428
415
|
operatingSystems: z.ZodArray<z.ZodObject<{
|
|
429
416
|
displayValue: z.ZodString;
|
|
@@ -468,7 +455,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
468
455
|
lastActivityTime?: string | undefined;
|
|
469
456
|
active?: boolean | undefined;
|
|
470
457
|
deviceName?: string | undefined;
|
|
471
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
472
458
|
owner?: {
|
|
473
459
|
email?: string | undefined;
|
|
474
460
|
} | undefined;
|
|
@@ -487,7 +473,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
487
473
|
lastActivityTime?: string | undefined;
|
|
488
474
|
active?: boolean | undefined;
|
|
489
475
|
deviceName?: string | undefined;
|
|
490
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
491
476
|
owner?: {
|
|
492
477
|
email?: string | undefined;
|
|
493
478
|
} | undefined;
|
|
@@ -509,7 +494,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
509
494
|
lastActivityTime?: string | undefined;
|
|
510
495
|
active?: boolean | undefined;
|
|
511
496
|
deviceName?: string | undefined;
|
|
512
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
513
497
|
owner?: {
|
|
514
498
|
email?: string | undefined;
|
|
515
499
|
} | undefined;
|
|
@@ -531,7 +515,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
531
515
|
lastActivityTime?: string | undefined;
|
|
532
516
|
active?: boolean | undefined;
|
|
533
517
|
deviceName?: string | undefined;
|
|
534
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
535
518
|
owner?: {
|
|
536
519
|
email?: string | undefined;
|
|
537
520
|
} | undefined;
|
|
@@ -576,7 +559,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
576
559
|
lastActivityTime?: string | undefined;
|
|
577
560
|
active?: boolean | undefined;
|
|
578
561
|
deviceName?: string | undefined;
|
|
579
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
580
562
|
owner?: {
|
|
581
563
|
email?: string | undefined;
|
|
582
564
|
} | undefined;
|
|
@@ -615,7 +597,6 @@ export declare const _SaasAssetDto: z.ZodObject<z.objectUtil.extendShape<z.objec
|
|
|
615
597
|
lastActivityTime?: string | undefined;
|
|
616
598
|
active?: boolean | undefined;
|
|
617
599
|
deviceName?: string | undefined;
|
|
618
|
-
activeStatus?: SaasAssetActiveStatus | undefined;
|
|
619
600
|
owner?: {
|
|
620
601
|
email?: string | undefined;
|
|
621
602
|
} | undefined;
|
|
@@ -26,7 +26,7 @@ exports._SaasAssetMeta = zod_1.z.object({
|
|
|
26
26
|
/** Last activity time of asset */
|
|
27
27
|
lastActivityTime: zod_1.z.string().optional(),
|
|
28
28
|
/** Asset active status based on status flag and activity */
|
|
29
|
-
activeStatus:
|
|
29
|
+
// activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
30
30
|
/** Operating system of asset */
|
|
31
31
|
operatingSystems: zod_1.z.array(zod_1.z.object({
|
|
32
32
|
displayValue: zod_1.z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"saasAssets.dto.js","sourceRoot":"","sources":["../../../src/dto/saasAssets.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,2CAAuC;AACvC,yCAAkE;AAClE,mCAAwC;AAExC,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;IACjB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAEY,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;QACf,6BAA6B;QAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,iBAAiB;QACjB,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;QACxC,iBAAiB;QACjB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,sBAAsB;QACtB,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QAC9B,+CAA+C;QAC/C,mBAAmB;QACnB,kCAAkC;QAClC,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACvC,4DAA4D;QAC5D,
|
|
1
|
+
{"version":3,"file":"saasAssets.dto.js","sourceRoot":"","sources":["../../../src/dto/saasAssets.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,2CAAuC;AACvC,yCAAkE;AAClE,mCAAwC;AAExC,IAAY,qBAIX;AAJD,WAAY,qBAAqB;IAC/B,0CAAiB,CAAA;IACjB,8CAAqB,CAAA;IACrB,8CAAqB,CAAA;AACvB,CAAC,EAJW,qBAAqB,qCAArB,qBAAqB,QAIhC;AAEY,QAAA,cAAc,GAAG,OAAC,CAAC,MAAM,CAAC;IACrC,MAAM,EAAE,OAAC,CAAC,MAAM,CAAC;QACf,6BAA6B;QAC7B,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,iBAAiB;QACjB,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,uBAAe,CAAC;QACxC,iBAAiB;QACjB,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,sBAAsB;QACtB,SAAS,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;QAC9B,+CAA+C;QAC/C,mBAAmB;QACnB,kCAAkC;QAClC,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACvC,4DAA4D;QAC5D,gEAAgE;QAChE,gCAAgC;QAChC,gBAAgB,EAAE,OAAC,CAAC,KAAK,CACvB,OAAC,CAAC,MAAM,CAAC;YACP,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;YACxB,gCAAgC;YAChC,cAAc;YACd,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC/B,CAAC,CACH;QACD,0BAA0B;QAC1B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACzB,0BAA0B;QAC1B,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;QACpC,8BAA8B;QAC9B,KAAK,EAAE,OAAC;aACL,MAAM,CAAC;YACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAC7B,CAAC;aACD,QAAQ,EAAE;QACb,iBAAiB;QACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC3B,kBAAkB;QAClB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,0BAA0B;QAC1B,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC;IACF,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;CAClB,CAAC,CAAC;AAIU,QAAA,mBAAmB,GAAG,gCAAqB,CAAC,KAAK,CAC5D,OAAC,CAAC,MAAM,CAAC;IACP,mBAAmB;IACnB,OAAO,EAAE,sBAAU;IACnB,mBAAmB;IACnB,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,eAAe;IACf,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,cAAc;IACd,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1B,0BAA0B;IAC1B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,yCAAyC;IACzC,IAAI,EAAE,sBAAc;CACrB,CAAC,CACH,CAAC;AAIW,QAAA,aAAa,GAAG,2BAAmB,CAAC,KAAK,CAAC,0BAAe,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@ export const _SaasAssetMeta = z.object({
|
|
|
24
24
|
/** Last activity time of asset */
|
|
25
25
|
lastActivityTime: z.string().optional(),
|
|
26
26
|
/** Asset active status based on status flag and activity */
|
|
27
|
-
activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
27
|
+
// activeStatus: z.nativeEnum(SaasAssetActiveStatus).optional(),
|
|
28
28
|
/** Operating system of asset */
|
|
29
29
|
operatingSystems: z.array(
|
|
30
30
|
z.object({
|