@cloud-copilot/iam-data 0.9.202411211 → 0.9.202411231

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.
@@ -352,6 +352,14 @@
352
352
  "conditionKeys": [],
353
353
  "dependentActions": []
354
354
  },
355
+ "describemetricsexport": {
356
+ "name": "DescribeMetricsExport",
357
+ "description": "Grants permission to describe metrics export",
358
+ "accessLevel": "Read",
359
+ "resourceTypes": [],
360
+ "conditionKeys": [],
361
+ "dependentActions": []
362
+ },
355
363
  "describeresiliencypolicy": {
356
364
  "name": "DescribeResiliencyPolicy",
357
365
  "description": "Grants permission to describe resiliency policy",
@@ -570,6 +578,14 @@
570
578
  "conditionKeys": [],
571
579
  "dependentActions": []
572
580
  },
581
+ "listmetrics": {
582
+ "name": "ListMetrics",
583
+ "description": "Grants permission to list metrics",
584
+ "accessLevel": "List",
585
+ "resourceTypes": [],
586
+ "conditionKeys": [],
587
+ "dependentActions": []
588
+ },
573
589
  "listrecommendationtemplates": {
574
590
  "name": "ListRecommendationTemplates",
575
591
  "description": "Grants permission to list recommendation templates",
@@ -785,6 +801,14 @@
785
801
  ],
786
802
  "dependentActions": []
787
803
  },
804
+ "startmetricsexport": {
805
+ "name": "StartMetricsExport",
806
+ "description": "Grants permission to start the metrics export",
807
+ "accessLevel": "Write",
808
+ "resourceTypes": [],
809
+ "conditionKeys": [],
810
+ "dependentActions": []
811
+ },
788
812
  "startresourcegroupingrecommendationtask": {
789
813
  "name": "StartResourceGroupingRecommendationTask",
790
814
  "description": "Grants permission to start the grouping recommendation generation process",
@@ -130,6 +130,27 @@
130
130
  ],
131
131
  "dependentActions": []
132
132
  },
133
+ "getlifecycleconfiguration": {
134
+ "name": "GetLifecycleConfiguration",
135
+ "description": "Grants permission to return the lifecycle configuration information set on a directory bucket",
136
+ "accessLevel": "Read",
137
+ "resourceTypes": [
138
+ {
139
+ "name": "bucket",
140
+ "required": true,
141
+ "conditionKeys": [],
142
+ "dependentActions": []
143
+ }
144
+ ],
145
+ "conditionKeys": [
146
+ "s3express:authType",
147
+ "s3express:ResourceAccount",
148
+ "s3express:signatureversion",
149
+ "s3express:TlsVersion",
150
+ "s3express:x-amz-content-sha256"
151
+ ],
152
+ "dependentActions": []
153
+ },
133
154
  "listallmydirectorybuckets": {
134
155
  "name": "ListAllMyDirectoryBuckets",
135
156
  "description": "Grants permission to list all directory buckets owned by the authenticated sender of the request",
@@ -185,5 +206,26 @@
185
206
  "s3express:x-amz-content-sha256"
186
207
  ],
187
208
  "dependentActions": []
209
+ },
210
+ "putlifecycleconfiguration": {
211
+ "name": "PutLifecycleConfiguration",
212
+ "description": "Grants permission to create a new lifecycle configuration for the directory bucket or replace an existing lifecycle configuration",
213
+ "accessLevel": "Write",
214
+ "resourceTypes": [
215
+ {
216
+ "name": "bucket",
217
+ "required": true,
218
+ "conditionKeys": [],
219
+ "dependentActions": []
220
+ }
221
+ ],
222
+ "conditionKeys": [
223
+ "s3express:authType",
224
+ "s3express:ResourceAccount",
225
+ "s3express:signatureversion",
226
+ "s3express:TlsVersion",
227
+ "s3express:x-amz-content-sha256"
228
+ ],
229
+ "dependentActions": []
188
230
  }
189
231
  }
@@ -22,7 +22,29 @@
22
22
  "name": "DeleteConfigurationManager",
23
23
  "description": "Grants permission to delete a configuration manager",
24
24
  "accessLevel": "Write",
25
- "resourceTypes": [],
25
+ "resourceTypes": [
26
+ {
27
+ "name": "configuration-manager",
28
+ "required": true,
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ }
32
+ ],
33
+ "conditionKeys": [],
34
+ "dependentActions": []
35
+ },
36
+ "getconfiguration": {
37
+ "name": "GetConfiguration",
38
+ "description": "Grants permission to get Quick Setup configuration",
39
+ "accessLevel": "Read",
40
+ "resourceTypes": [
41
+ {
42
+ "name": "configuration-manager",
43
+ "required": false,
44
+ "conditionKeys": [],
45
+ "dependentActions": []
46
+ }
47
+ ],
26
48
  "conditionKeys": [],
27
49
  "dependentActions": []
28
50
  },
@@ -30,7 +52,14 @@
30
52
  "name": "GetConfigurationManager",
31
53
  "description": "Grants permission to get a configuration manager",
32
54
  "accessLevel": "Read",
33
- "resourceTypes": [],
55
+ "resourceTypes": [
56
+ {
57
+ "name": "configuration-manager",
58
+ "required": true,
59
+ "conditionKeys": [],
60
+ "dependentActions": []
61
+ }
62
+ ],
34
63
  "conditionKeys": [],
35
64
  "dependentActions": []
36
65
  },
@@ -50,6 +79,21 @@
50
79
  "conditionKeys": [],
51
80
  "dependentActions": []
52
81
  },
82
+ "listconfigurations": {
83
+ "name": "ListConfigurations",
84
+ "description": "Grants permission to list Quick Setup configurations",
85
+ "accessLevel": "List",
86
+ "resourceTypes": [
87
+ {
88
+ "name": "configuration-manager",
89
+ "required": false,
90
+ "conditionKeys": [],
91
+ "dependentActions": []
92
+ }
93
+ ],
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ },
53
97
  "listquicksetuptypes": {
54
98
  "name": "ListQuickSetupTypes",
55
99
  "description": "Grants permission to list the available Quick Setup types",
@@ -112,7 +156,14 @@
112
156
  "name": "UpdateConfigurationDefinition",
113
157
  "description": "Grants permission to update a Quick Setup configuration definition",
114
158
  "accessLevel": "Write",
115
- "resourceTypes": [],
159
+ "resourceTypes": [
160
+ {
161
+ "name": "configuration-manager",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
116
167
  "conditionKeys": [],
117
168
  "dependentActions": []
118
169
  },
@@ -120,7 +171,14 @@
120
171
  "name": "UpdateConfigurationManager",
121
172
  "description": "Grants permission to update a Quick Setup configuration manager",
122
173
  "accessLevel": "Write",
123
- "resourceTypes": [],
174
+ "resourceTypes": [
175
+ {
176
+ "name": "configuration-manager",
177
+ "required": true,
178
+ "conditionKeys": [],
179
+ "dependentActions": []
180
+ }
181
+ ],
124
182
  "conditionKeys": [],
125
183
  "dependentActions": []
126
184
  },
@@ -986,6 +986,14 @@
986
986
  "conditionKeys": [],
987
987
  "dependentActions": []
988
988
  },
989
+ "executeapi": {
990
+ "name": "ExecuteAPI",
991
+ "description": "Grants permission to a Systems Manager delegated administrator to view related resource details about OpsItems across multiple AWS accounts in the AWS Management Console",
992
+ "accessLevel": "Read",
993
+ "resourceTypes": [],
994
+ "conditionKeys": [],
995
+ "dependentActions": []
996
+ },
989
997
  "getautomationexecution": {
990
998
  "name": "GetAutomationExecution",
991
999
  "description": "Grants permission to view details of a specified Automation execution",
@@ -1110,6 +1118,14 @@
1110
1118
  ],
1111
1119
  "dependentActions": []
1112
1120
  },
1121
+ "getexecutionpreview": {
1122
+ "name": "GetExecutionPreview",
1123
+ "description": "Grants permission to retrieve an existing preview that shows the effects that running a specified Automation runbook would have on the targeted resources",
1124
+ "accessLevel": "Read",
1125
+ "resourceTypes": [],
1126
+ "conditionKeys": [],
1127
+ "dependentActions": []
1128
+ },
1113
1129
  "getinventory": {
1114
1130
  "name": "GetInventory",
1115
1131
  "description": "Grants permission to view instance inventory details per the specified criteria",
@@ -1504,6 +1520,36 @@
1504
1520
  "conditionKeys": [],
1505
1521
  "dependentActions": []
1506
1522
  },
1523
+ "listnodes": {
1524
+ "name": "ListNodes",
1525
+ "description": "Grants permission to view details about managed nodes based on specified filters",
1526
+ "accessLevel": "List",
1527
+ "resourceTypes": [
1528
+ {
1529
+ "name": "resourcedatasync",
1530
+ "required": true,
1531
+ "conditionKeys": [],
1532
+ "dependentActions": []
1533
+ }
1534
+ ],
1535
+ "conditionKeys": [],
1536
+ "dependentActions": []
1537
+ },
1538
+ "listnodessummary": {
1539
+ "name": "ListNodesSummary",
1540
+ "description": "Grants permission to view summary information about managed nodes based on specified filters and aggregators",
1541
+ "accessLevel": "List",
1542
+ "resourceTypes": [
1543
+ {
1544
+ "name": "resourcedatasync",
1545
+ "required": true,
1546
+ "conditionKeys": [],
1547
+ "dependentActions": []
1548
+ }
1549
+ ],
1550
+ "conditionKeys": [],
1551
+ "dependentActions": []
1552
+ },
1507
1553
  "listopsitemevents": {
1508
1554
  "name": "ListOpsItemEvents",
1509
1555
  "description": "Grants permission to view details about OpsItemEvents",
@@ -2011,6 +2057,14 @@
2011
2057
  ],
2012
2058
  "dependentActions": []
2013
2059
  },
2060
+ "startexecutionpreview": {
2061
+ "name": "StartExecutionPreview",
2062
+ "description": "Grants permission to create a preview showing the effects that running a specified Automation runbook would have on the targeted resources",
2063
+ "accessLevel": "Read",
2064
+ "resourceTypes": [],
2065
+ "conditionKeys": [],
2066
+ "dependentActions": []
2067
+ },
2014
2068
  "startsession": {
2015
2069
  "name": "StartSession",
2016
2070
  "description": "Grants permission to initiate a connection to a specified target for a Session Manager session",
@@ -2042,7 +2096,6 @@
2042
2096
  }
2043
2097
  ],
2044
2098
  "conditionKeys": [
2045
- "ssm:SessionDocumentAccessCheck",
2046
2099
  "ssm:resourceTag/${TagKey}",
2047
2100
  "aws:ResourceTag/${TagKey}"
2048
2101
  ],
@@ -16,6 +16,14 @@
16
16
  "conditionKeys": [],
17
17
  "dependentActions": []
18
18
  },
19
+ "canceltraceretrieval": {
20
+ "name": "CancelTraceRetrieval",
21
+ "description": "Grants permission to cancel an ongoing trace retrieval job initiated by StartTraceRetrieval using the provided RetrievalToken. A successful cancellation will return an HTTP 200 response",
22
+ "accessLevel": "Read",
23
+ "resourceTypes": [],
24
+ "conditionKeys": [],
25
+ "dependentActions": []
26
+ },
19
27
  "creategroup": {
20
28
  "name": "CreateGroup",
21
29
  "description": "Grants permission to create a group resource with a name and a filter expression",
@@ -136,6 +144,14 @@
136
144
  "conditionKeys": [],
137
145
  "dependentActions": []
138
146
  },
147
+ "getindexingrules": {
148
+ "name": "GetIndexingRules",
149
+ "description": "Grants permission to retrieve all indexing rules. Indexing rules are used to determine the server-side sampling rate for spans ingested through the CloudWatchLogs destination and indexed by X-Ray",
150
+ "accessLevel": "Read",
151
+ "resourceTypes": [],
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ },
139
155
  "getinsight": {
140
156
  "name": "GetInsight",
141
157
  "description": "Grants permission to retrieve the details of a specific insight",
@@ -168,6 +184,14 @@
168
184
  "conditionKeys": [],
169
185
  "dependentActions": []
170
186
  },
187
+ "getretrievedtracesgraph": {
188
+ "name": "GetRetrievedTracesGraph",
189
+ "description": "Grants permission to retrieve a service graph for traces based on the specified RetrievalToken from the Transaction Search CloudWatch log group",
190
+ "accessLevel": "Read",
191
+ "resourceTypes": [],
192
+ "conditionKeys": [],
193
+ "dependentActions": []
194
+ },
171
195
  "getsamplingrules": {
172
196
  "name": "GetSamplingRules",
173
197
  "description": "Grants permission to retrieve all sampling rules",
@@ -216,6 +240,14 @@
216
240
  "conditionKeys": [],
217
241
  "dependentActions": []
218
242
  },
243
+ "gettracesegmentdestination": {
244
+ "name": "GetTraceSegmentDestination",
245
+ "description": "Grants permission to retrieve the current destination of data sent to PutTraceSegments and OpenTelemetry API",
246
+ "accessLevel": "Read",
247
+ "resourceTypes": [],
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ },
219
251
  "gettracesummaries": {
220
252
  "name": "GetTraceSummaries",
221
253
  "description": "Grants permission to retrieve IDs and metadata for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to BatchGetTraces",
@@ -241,6 +273,14 @@
241
273
  "conditionKeys": [],
242
274
  "dependentActions": []
243
275
  },
276
+ "listretrievedtraces": {
277
+ "name": "ListRetrievedTraces",
278
+ "description": "Grants permission to retrieve a list of traces for a given RetrievalToken from the Transaction Search CloudWatch log group",
279
+ "accessLevel": "List",
280
+ "resourceTypes": [],
281
+ "conditionKeys": [],
282
+ "dependentActions": []
283
+ },
244
284
  "listtagsforresource": {
245
285
  "name": "ListTagsForResource",
246
286
  "description": "Grants permission to list tags for an X-Ray resource",
@@ -278,6 +318,23 @@
278
318
  "conditionKeys": [],
279
319
  "dependentActions": []
280
320
  },
321
+ "putspans": {
322
+ "name": "PutSpans",
323
+ "description": "Grants permission to upload OpenTelemetry spans to AWS X-Ray",
324
+ "accessLevel": "Write",
325
+ "resourceTypes": [],
326
+ "conditionKeys": [],
327
+ "dependentActions": []
328
+ },
329
+ "putspansforindexing": {
330
+ "name": "PutSpansForIndexing",
331
+ "isPermissionOnly": true,
332
+ "description": "Grants permission to upload spans to AWS X-Ray to be indexed",
333
+ "accessLevel": "Write",
334
+ "resourceTypes": [],
335
+ "conditionKeys": [],
336
+ "dependentActions": []
337
+ },
281
338
  "puttelemetryrecords": {
282
339
  "name": "PutTelemetryRecords",
283
340
  "description": "Grants permission to send AWS X-Ray daemon telemetry to the service",
@@ -294,6 +351,14 @@
294
351
  "conditionKeys": [],
295
352
  "dependentActions": []
296
353
  },
354
+ "starttraceretrieval": {
355
+ "name": "StartTraceRetrieval",
356
+ "description": "Grants permission to initiate a trace retrieval process using the specified time range and for the given trace IDs on the Transaction Search CloudWatch log group",
357
+ "accessLevel": "Read",
358
+ "resourceTypes": [],
359
+ "conditionKeys": [],
360
+ "dependentActions": []
361
+ },
297
362
  "tagresource": {
298
363
  "name": "TagResource",
299
364
  "description": "Grants permission to add tags to an X-Ray resource",
@@ -358,6 +423,14 @@
358
423
  ],
359
424
  "dependentActions": []
360
425
  },
426
+ "updateindexingrule": {
427
+ "name": "UpdateIndexingRule",
428
+ "description": "Grants permission to modify an indexing rule's configuration",
429
+ "accessLevel": "Write",
430
+ "resourceTypes": [],
431
+ "conditionKeys": [],
432
+ "dependentActions": []
433
+ },
361
434
  "updatesamplingrule": {
362
435
  "name": "UpdateSamplingRule",
363
436
  "description": "Grants permission to modify a sampling rule's configuration",
@@ -374,5 +447,13 @@
374
447
  "aws:ResourceTag/${TagKey}"
375
448
  ],
376
449
  "dependentActions": []
450
+ },
451
+ "updatetracesegmentdestination": {
452
+ "name": "UpdateTraceSegmentDestination",
453
+ "description": "Grants permission to modify the destination of data sent to PutTraceSegments and OpenTelemetry API",
454
+ "accessLevel": "Write",
455
+ "resourceTypes": [],
456
+ "conditionKeys": [],
457
+ "dependentActions": []
377
458
  }
378
459
  }
@@ -1,4 +1,14 @@
1
1
  {
2
+ "autoscaling:capacityreservationids": {
3
+ "key": "autoscaling:CapacityReservationIds",
4
+ "description": "Filters access based on the Capacity Reservation IDs",
5
+ "type": "ArrayOfString"
6
+ },
7
+ "autoscaling:capacityreservationresourcegrouparns": {
8
+ "key": "autoscaling:CapacityReservationResourceGroupArns",
9
+ "description": "Filters access based on the ARN of a Capacity Reservation resource group",
10
+ "type": "ArrayOfString"
11
+ },
2
12
  "autoscaling:imageid": {
3
13
  "key": "autoscaling:ImageId",
4
14
  "description": "Filters access based on the AMI ID for the launch configuration",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the attribute type of the Amazon Connect instance",
20
20
  "type": "String"
21
21
  },
22
+ "connect:flowtype": {
23
+ "key": "connect:FlowType",
24
+ "description": "Filters access by Flow type",
25
+ "type": "ArrayOfString"
26
+ },
22
27
  "connect:instanceid": {
23
28
  "key": "connect:InstanceId",
24
29
  "description": "Filters access by restricting federation into specified Amazon Connect instances",
@@ -19,6 +19,21 @@
19
19
  "description": "Filters access by the mode of the client for IoT Tunnel",
20
20
  "type": "String"
21
21
  },
22
+ "iot:commandexecutionparameterboolean/${commandparametername}": {
23
+ "key": "iot:CommandExecutionParameterBoolean/${CommandParameterName}",
24
+ "description": "Filters access by the command parameter name and boolean value",
25
+ "type": "Bool"
26
+ },
27
+ "iot:commandexecutionparameternumber/${commandparametername}": {
28
+ "key": "iot:CommandExecutionParameterNumber/${CommandParameterName}",
29
+ "description": "Filters access by the command parameter name and numeric value",
30
+ "type": "Numeric"
31
+ },
32
+ "iot:commandexecutionparameterstring/${commandparametername}": {
33
+ "key": "iot:CommandExecutionParameterString/${CommandParameterName}",
34
+ "description": "Filters access by the command parameter name and string value",
35
+ "type": "String"
36
+ },
22
37
  "iot:delete": {
23
38
  "key": "iot:Delete",
24
39
  "description": "Filters access by a flag indicating whether or not to also delete an IoT Tunnel immediately when making iot:CloseTunnel request",
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by campaign destination ARN, eg. an S3 bucket ARN or a Timestream ARN",
20
20
  "type": "ARN"
21
21
  },
22
+ "iotfleetwise:signals": {
23
+ "key": "iotfleetwise:Signals",
24
+ "description": "Filters access by fully qualified signal names",
25
+ "type": "ArrayOfString"
26
+ },
22
27
  "iotfleetwise:updatetodecodermanifestarn": {
23
28
  "key": "iotfleetwise:UpdateToDecoderManifestArn",
24
29
  "description": "Filters access by a list of IoT FleetWise Decoder Manifest ARNs",
@@ -44,11 +44,6 @@
44
44
  "description": "Filters access by Systems Manager parameters created in a hierarchical structure",
45
45
  "type": "String"
46
46
  },
47
- "ssm:sessiondocumentaccesscheck": {
48
- "key": "ssm:SessionDocumentAccessCheck",
49
- "description": "Filters access by verifying that a user has permission to access either the default Session Manager configuration document or the custom configuration document specified in a request",
50
- "type": "Bool"
51
- },
52
47
  "ssm:sourceinstancearn": {
53
48
  "key": "ssm:SourceInstanceARN",
54
49
  "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile",
@@ -2,5 +2,9 @@
2
2
  "chatbotconfiguration": {
3
3
  "key": "ChatbotConfiguration",
4
4
  "arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}"
5
+ },
6
+ "custom-action": {
7
+ "key": "custom-action",
8
+ "arn": "arn:${Partition}:chatbot::${Account}:custom-action/${ActionName}"
5
9
  }
6
10
  }
@@ -56,5 +56,19 @@
56
56
  "continuous-deployment-policy": {
57
57
  "key": "continuous-deployment-policy",
58
58
  "arn": "arn:${Partition}:cloudfront::${Account}:continuous-deployment-policy/${Id}"
59
+ },
60
+ "anycast-ip-list": {
61
+ "key": "anycast-ip-list",
62
+ "arn": "arn:${Partition}:cloudfront::${Account}:anycast-ip-list/${Id}",
63
+ "conditionKeys": [
64
+ "aws:ResourceTag/${TagKey}"
65
+ ]
66
+ },
67
+ "vpcorigin": {
68
+ "key": "vpcorigin",
69
+ "arn": "arn:${Partition}:cloudfront::${Account}:vpcorigin/${Id}",
70
+ "conditionKeys": [
71
+ "aws:ResourceTag/${TagKey}"
72
+ ]
59
73
  }
60
74
  }
@@ -19,5 +19,12 @@
19
19
  "conditionKeys": [
20
20
  "aws:ResourceTag/${TagKey}"
21
21
  ]
22
+ },
23
+ "dashboard": {
24
+ "key": "dashboard",
25
+ "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:dashboard/${DashboardName}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
22
29
  }
23
30
  }
@@ -201,5 +201,12 @@
201
201
  "conditionKeys": [
202
202
  "aws:ResourceTag/${TagKey}"
203
203
  ]
204
+ },
205
+ "command": {
206
+ "key": "command",
207
+ "arn": "arn:${Partition}:iot:${Region}:${Account}:command/${CommandId}",
208
+ "conditionKeys": [
209
+ "aws:ResourceTag/${TagKey}"
210
+ ]
204
211
  }
205
212
  }
@@ -40,5 +40,12 @@
40
40
  "conditionKeys": [
41
41
  "aws:ResourceTag/${TagKey}"
42
42
  ]
43
+ },
44
+ "statetemplate": {
45
+ "key": "statetemplate",
46
+ "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:state-template/${StateTemplateId}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}"
49
+ ]
43
50
  }
44
51
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "configuration-manager": {
3
3
  "key": "configuration-manager",
4
- "arn": "arn:${Partition}:ssm-quicksetup::${Account}:configuration-manager/${ConfigurationManagerId}",
4
+ "arn": "arn:${Partition}:ssm-quicksetup:${Region}:${Account}:configuration-manager/${ConfigurationManagerId}",
5
5
  "conditionKeys": [
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202411211",
3
+ "version": "0.9.202411231",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-11-21T04:49:24.763Z",
6
+ "updatedAt": "2024-11-23T12:43:08.712Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",