Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
CodeConversion,
ContentDesign,
Dashboard,
Design,
DoctorPatient,
Download_01,
Export_01,
Expand Down Expand Up @@ -87,3 +88,4 @@ import * as React from "react";
<AgileCoaching />; // $ExpectType Element
<CodeConversion />; // $ExpectType Element
<NoLiquids />; // $ExpectType Element
<Design />; // $ExpectType Element
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/design/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Design as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { HumanInTheLoop as default } from "../../";
10 changes: 10 additions & 0 deletions types/carbon__pictograms-react/es/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ export { Delivered } from "../";
export { DeliveryTruck } from "../";
export { DeployingContainers } from "../";
export { Deployment } from "../";
export { Design } from "../";
export { DesignLeadership } from "../";
export { DesignResearch } from "../";
export { DesignAndDevelopment_01 } from "../";
Expand Down Expand Up @@ -619,6 +620,7 @@ export { HongKong } from "../";
export { HongKongCityscape } from "../";
export { Hospital } from "../";
export { Hpi } from "../";
export { HumanInTheLoop } from "../";
export { Humid } from "../";
export { Hummingbird } from "../";
export { Hurricane } from "../";
Expand Down Expand Up @@ -777,6 +779,7 @@ export { Marketplace } from "../";
export { Mas } from "../";
export { MassDataMigration } from "../";
export { MasterThreatHunting } from "../";
export { MastersLeaderBoard } from "../";
export { MathCurve } from "../";
export { Maximize } from "../";
export { McgillUniversityMorriceHall } from "../";
Expand Down Expand Up @@ -907,6 +910,7 @@ export { Partnership } from "../";
export { Path } from "../";
export { Pattern } from "../";
export { PayForWhatYouUse } from "../";
export { Pencil } from "../";
export { Performance } from "../";
export { Perfume } from "../";
export { Person_01 } from "../";
Expand Down Expand Up @@ -960,6 +964,7 @@ export { PrivateNetwork_03 } from "../";
export { PrivateNetwork_04 } from "../";
export { Process } from "../";
export { ProcessAutomation } from "../";
export { Product } from "../";
export { Productivity } from "../";
export { ProfessionalMarketplace } from "../";
export { Progress } from "../";
Expand Down Expand Up @@ -992,6 +997,7 @@ export { ReadOnly } from "../";
export { RealEstate } from "../";
export { RealTime } from "../";
export { Receipt } from "../";
export { Recruitment_01 } from "../";
export { Recycle } from "../";
export { RecycleBin } from "../";
export { RedHatApplications } from "../";
Expand Down Expand Up @@ -1106,6 +1112,7 @@ export { Socks } from "../";
export { SoftIceCream } from "../";
export { SoftlayerEnablement } from "../";
export { Software } from "../";
export { Software_02 } from "../";
export { SolarField } from "../";
export { SolarPanel } from "../";
export { Solve } from "../";
Expand Down Expand Up @@ -1216,6 +1223,7 @@ export { TextLayout } from "../";
export { TextToSpeech } from "../";
export { ThisSideUp } from "../";
export { ThreatManagement } from "../";
export { Tickets } from "../";
export { Time } from "../";
export { TimeLapse } from "../";
export { TimePlot } from "../";
Expand Down Expand Up @@ -1291,6 +1299,7 @@ export { UserInsights } from "../";
export { UserInterface } from "../";
export { UserMask } from "../";
export { UserProfile } from "../";
export { UserResearchTools } from "../";
export { UserSearch } from "../";
export { Vancouver } from "../";
export { Vault } from "../";
Expand Down Expand Up @@ -1365,3 +1374,4 @@ export { Yoga_03 } from "../";
export { Yoga_04 } from "../";
export { ZeroTrust } from "../";
export { Zurich } from "../";
export { ZurichSwissNationalMuseum } from "../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { MastersLeaderBoard as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/pencil/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Pencil as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/product/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Product as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Recruitment_01 as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/software--02/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Software_02 as default } from "../../";
1 change: 1 addition & 0 deletions types/carbon__pictograms-react/es/tickets/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { Tickets as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { UserResearchTools as default } from "../../";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { ZurichSwissNationalMuseum as default } from "../../";
12 changes: 11 additions & 1 deletion types/carbon__pictograms-react/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** 1367 pictograms in total */
/** 1377 pictograms in total */

export interface CarbonPictogramProps extends
Omit<
Expand Down Expand Up @@ -386,6 +386,7 @@ export const Delivered: CarbonPictogramType;
export const DeliveryTruck: CarbonPictogramType;
export const DeployingContainers: CarbonPictogramType;
export const Deployment: CarbonPictogramType;
export const Design: CarbonPictogramType;
export const DesignLeadership: CarbonPictogramType;
export const DesignResearch: CarbonPictogramType;
export const DesignAndDevelopment_01: CarbonPictogramType;
Expand Down Expand Up @@ -651,6 +652,7 @@ export const HongKong: CarbonPictogramType;
export const HongKongCityscape: CarbonPictogramType;
export const Hospital: CarbonPictogramType;
export const Hpi: CarbonPictogramType;
export const HumanInTheLoop: CarbonPictogramType;
export const Humid: CarbonPictogramType;
export const Hummingbird: CarbonPictogramType;
export const Hurricane: CarbonPictogramType;
Expand Down Expand Up @@ -821,6 +823,7 @@ export const Marketplace: CarbonPictogramType;
export const Mas: CarbonPictogramType;
export const MassDataMigration: CarbonPictogramType;
export const MasterThreatHunting: CarbonPictogramType;
export const MastersLeaderBoard: CarbonPictogramType;
export const MathCurve: CarbonPictogramType;
export const Maximize: CarbonPictogramType;
export const McgillUniversityMorriceHall: CarbonPictogramType;
Expand Down Expand Up @@ -951,6 +954,7 @@ export const Partnership: CarbonPictogramType;
export const Path: CarbonPictogramType;
export const Pattern: CarbonPictogramType;
export const PayForWhatYouUse: CarbonPictogramType;
export const Pencil: CarbonPictogramType;
export const Performance: CarbonPictogramType;
export const Perfume: CarbonPictogramType;
export const Person_01: CarbonPictogramType;
Expand Down Expand Up @@ -1004,6 +1008,7 @@ export const PrivateNetwork_03: CarbonPictogramType;
export const PrivateNetwork_04: CarbonPictogramType;
export const Process: CarbonPictogramType;
export const ProcessAutomation: CarbonPictogramType;
export const Product: CarbonPictogramType;
export const Productivity: CarbonPictogramType;
export const ProfessionalMarketplace: CarbonPictogramType;
export const Progress: CarbonPictogramType;
Expand Down Expand Up @@ -1036,6 +1041,7 @@ export const ReadOnly: CarbonPictogramType;
export const RealEstate: CarbonPictogramType;
export const RealTime: CarbonPictogramType;
export const Receipt: CarbonPictogramType;
export const Recruitment_01: CarbonPictogramType;
export const Recycle: CarbonPictogramType;
export const RecycleBin: CarbonPictogramType;
export const RedHatApplications: CarbonPictogramType;
Expand Down Expand Up @@ -1150,6 +1156,7 @@ export const Socks: CarbonPictogramType;
export const SoftIceCream: CarbonPictogramType;
export const SoftlayerEnablement: CarbonPictogramType;
export const Software: CarbonPictogramType;
export const Software_02: CarbonPictogramType;
export const SolarField: CarbonPictogramType;
export const SolarPanel: CarbonPictogramType;
export const Solve: CarbonPictogramType;
Expand Down Expand Up @@ -1264,6 +1271,7 @@ export const TextLayout: CarbonPictogramType;
export const TextToSpeech: CarbonPictogramType;
export const ThisSideUp: CarbonPictogramType;
export const ThreatManagement: CarbonPictogramType;
export const Tickets: CarbonPictogramType;
export const Time: CarbonPictogramType;
export const TimeLapse: CarbonPictogramType;
export const TimePlot: CarbonPictogramType;
Expand Down Expand Up @@ -1343,6 +1351,7 @@ export const UserInsights: CarbonPictogramType;
export const UserInterface: CarbonPictogramType;
export const UserMask: CarbonPictogramType;
export const UserProfile: CarbonPictogramType;
export const UserResearchTools: CarbonPictogramType;
export const UserSearch: CarbonPictogramType;
export const Vancouver: CarbonPictogramType;
export const Vault: CarbonPictogramType;
Expand Down Expand Up @@ -1421,3 +1430,4 @@ export const Yoga_03: CarbonPictogramType;
export const Yoga_04: CarbonPictogramType;
export const ZeroTrust: CarbonPictogramType;
export const Zurich: CarbonPictogramType;
export const ZurichSwissNationalMuseum: CarbonPictogramType;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/design/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Design } from "../../";

export = Design;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { HumanInTheLoop } from "../../";

export = HumanInTheLoop;
10 changes: 10 additions & 0 deletions types/carbon__pictograms-react/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ export { Delivered } from "../";
export { DeliveryTruck } from "../";
export { DeployingContainers } from "../";
export { Deployment } from "../";
export { Design } from "../";
export { DesignLeadership } from "../";
export { DesignResearch } from "../";
export { DesignAndDevelopment_01 } from "../";
Expand Down Expand Up @@ -619,6 +620,7 @@ export { HongKong } from "../";
export { HongKongCityscape } from "../";
export { Hospital } from "../";
export { Hpi } from "../";
export { HumanInTheLoop } from "../";
export { Humid } from "../";
export { Hummingbird } from "../";
export { Hurricane } from "../";
Expand Down Expand Up @@ -777,6 +779,7 @@ export { Marketplace } from "../";
export { Mas } from "../";
export { MassDataMigration } from "../";
export { MasterThreatHunting } from "../";
export { MastersLeaderBoard } from "../";
export { MathCurve } from "../";
export { Maximize } from "../";
export { McgillUniversityMorriceHall } from "../";
Expand Down Expand Up @@ -907,6 +910,7 @@ export { Partnership } from "../";
export { Path } from "../";
export { Pattern } from "../";
export { PayForWhatYouUse } from "../";
export { Pencil } from "../";
export { Performance } from "../";
export { Perfume } from "../";
export { Person_01 } from "../";
Expand Down Expand Up @@ -960,6 +964,7 @@ export { PrivateNetwork_03 } from "../";
export { PrivateNetwork_04 } from "../";
export { Process } from "../";
export { ProcessAutomation } from "../";
export { Product } from "../";
export { Productivity } from "../";
export { ProfessionalMarketplace } from "../";
export { Progress } from "../";
Expand Down Expand Up @@ -992,6 +997,7 @@ export { ReadOnly } from "../";
export { RealEstate } from "../";
export { RealTime } from "../";
export { Receipt } from "../";
export { Recruitment_01 } from "../";
export { Recycle } from "../";
export { RecycleBin } from "../";
export { RedHatApplications } from "../";
Expand Down Expand Up @@ -1106,6 +1112,7 @@ export { Socks } from "../";
export { SoftIceCream } from "../";
export { SoftlayerEnablement } from "../";
export { Software } from "../";
export { Software_02 } from "../";
export { SolarField } from "../";
export { SolarPanel } from "../";
export { Solve } from "../";
Expand Down Expand Up @@ -1216,6 +1223,7 @@ export { TextLayout } from "../";
export { TextToSpeech } from "../";
export { ThisSideUp } from "../";
export { ThreatManagement } from "../";
export { Tickets } from "../";
export { Time } from "../";
export { TimeLapse } from "../";
export { TimePlot } from "../";
Expand Down Expand Up @@ -1291,6 +1299,7 @@ export { UserInsights } from "../";
export { UserInterface } from "../";
export { UserMask } from "../";
export { UserProfile } from "../";
export { UserResearchTools } from "../";
export { UserSearch } from "../";
export { Vancouver } from "../";
export { Vault } from "../";
Expand Down Expand Up @@ -1365,3 +1374,4 @@ export { Yoga_03 } from "../";
export { Yoga_04 } from "../";
export { ZeroTrust } from "../";
export { Zurich } from "../";
export { ZurichSwissNationalMuseum } from "../";
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { MastersLeaderBoard } from "../../";

export = MastersLeaderBoard;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/pencil/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Pencil } from "../../";

export = Pencil;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/product/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Product } from "../../";

export = Product;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/recruitment--01/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Recruitment_01 } from "../../";

export = Recruitment_01;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/software--02/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Software_02 } from "../../";

export = Software_02;
3 changes: 3 additions & 0 deletions types/carbon__pictograms-react/lib/tickets/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Tickets } from "../../";

export = Tickets;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { UserResearchTools } from "../../";

export = UserResearchTools;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ZurichSwissNationalMuseum } from "../../";

export = ZurichSwissNationalMuseum;
1 change: 0 additions & 1 deletion types/node/v22/buffer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ declare module "buffer" {
* Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
* a prior call to `URL.createObjectURL()`.
* @since v16.7.0
* @experimental
* @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
*/
export function resolveObjectURL(id: string): Blob | undefined;
Expand Down
18 changes: 17 additions & 1 deletion types/node/v22/crypto.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3764,7 +3764,23 @@ declare module "crypto" {
*/
checkIP(ip: string): string | undefined;
/**
* Checks whether this certificate was issued by the given `otherCert`.
* Checks whether this certificate was potentially issued by the given `otherCert`
* by comparing the certificate metadata.
*
* This is useful for pruning a list of possible issuer certificates which have been
* selected using a more rudimentary filtering routine, i.e. just based on subject
* and issuer names.
*
* Finally, to verify that this certificate's signature was produced by a private key
* corresponding to `otherCert`'s public key use `x509.verify(publicKey)`
* with `otherCert`'s public key represented as a `KeyObject`
* like so
*
* ```js
* if (!x509.verify(otherCert.publicKey)) {
* throw new Error('otherCert did not issue x509');
* }
* ```
* @since v15.6.0
*/
checkIssued(otherCert: X509Certificate): boolean;
Expand Down
Loading