diff --git a/notNeededPackages.json b/notNeededPackages.json
index df7feb2f8039c7..bde714b4534417 100644
--- a/notNeededPackages.json
+++ b/notNeededPackages.json
@@ -4717,6 +4717,10 @@
"libraryName": "param-case",
"asOfVersion": "1.1.2"
},
+ "parent-package-json": {
+ "libraryName": "parent-package-json",
+ "asOfVersion": "3.0.0"
+ },
"park-miller": {
"libraryName": "park-miller",
"asOfVersion": "1.1.0"
diff --git a/types/aws-lambda/test/guard-duty-event-notification-tests.ts b/types/aws-lambda/test/guard-duty-event-notification-tests.ts
index 15dde3f106da9f..3a0caa48af3004 100644
--- a/types/aws-lambda/test/guard-duty-event-notification-tests.ts
+++ b/types/aws-lambda/test/guard-duty-event-notification-tests.ts
@@ -23,7 +23,7 @@ const guardDutyScanResultNotificationEvent: GuardDutyScanResultNotificationEvent
s3Throttled: false,
},
scanResultDetails: {
- scanResultStatus: "THREAT_FOUND",
+ scanResultStatus: "THREATS_FOUND",
threats: [
{
name: "foobar",
diff --git a/types/aws-lambda/trigger/guard-duty-event-notification.d.ts b/types/aws-lambda/trigger/guard-duty-event-notification.d.ts
index dc7e84b1f81e07..6cf230fe4be577 100644
--- a/types/aws-lambda/trigger/guard-duty-event-notification.d.ts
+++ b/types/aws-lambda/trigger/guard-duty-event-notification.d.ts
@@ -24,7 +24,7 @@ export interface GuardDutyScanResultNotificationEventDetail {
s3Throttled: boolean;
};
scanResultDetails: {
- scanResultStatus: "NO_THREATS_FOUND" | "THREAT_FOUND" | "UNSUPPORTED" | "ACCESS_DENIED" | "FAILED";
+ scanResultStatus: "NO_THREATS_FOUND" | "THREATS_FOUND" | "UNSUPPORTED" | "ACCESS_DENIED" | "FAILED";
threats: GuardDutyThreatDetail[] | null;
};
}
diff --git a/types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx b/types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx
index 3711771b87965e..dbc1fe723e378e 100644
--- a/types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx
+++ b/types/carbon__pictograms-react/carbon__pictograms-react-tests.tsx
@@ -24,6 +24,7 @@ import {
IbmCloud,
IbmZ,
IbmZAndLinuxoneMultiFrame,
+ MachineLearningModel,
MagicWand,
MovingDolly,
RedHatApplications,
@@ -77,3 +78,4 @@ import * as React from "react";
; // $ExpectType Element
; // $ExpectType Element
; // $ExpectType Element
+; // $ExpectType Element
diff --git a/types/carbon__pictograms-react/es/airport/index.d.ts b/types/carbon__pictograms-react/es/airport/index.d.ts
new file mode 100644
index 00000000000000..b9807b818be32c
--- /dev/null
+++ b/types/carbon__pictograms-react/es/airport/index.d.ts
@@ -0,0 +1 @@
+export { Airport as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/budapest--corvin7/index.d.ts b/types/carbon__pictograms-react/es/budapest--corvin7/index.d.ts
new file mode 100644
index 00000000000000..747e1197fa62c3
--- /dev/null
+++ b/types/carbon__pictograms-react/es/budapest--corvin7/index.d.ts
@@ -0,0 +1 @@
+export { BudapestCorvin7 as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/budapest--hungarian-auto-club/index.d.ts b/types/carbon__pictograms-react/es/budapest--hungarian-auto-club/index.d.ts
new file mode 100644
index 00000000000000..01e579fc8a4974
--- /dev/null
+++ b/types/carbon__pictograms-react/es/budapest--hungarian-auto-club/index.d.ts
@@ -0,0 +1 @@
+export { BudapestHungarianAutoClub as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/code--explanation/index.d.ts b/types/carbon__pictograms-react/es/code--explanation/index.d.ts
new file mode 100644
index 00000000000000..c6a8febda11232
--- /dev/null
+++ b/types/carbon__pictograms-react/es/code--explanation/index.d.ts
@@ -0,0 +1 @@
+export { CodeExplanation as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/emissions/index.d.ts b/types/carbon__pictograms-react/es/emissions/index.d.ts
new file mode 100644
index 00000000000000..542de32318b7f0
--- /dev/null
+++ b/types/carbon__pictograms-react/es/emissions/index.d.ts
@@ -0,0 +1 @@
+export { Emissions as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/ibm--ibv/index.d.ts b/types/carbon__pictograms-react/es/ibm--ibv/index.d.ts
new file mode 100644
index 00000000000000..cc29586d78b587
--- /dev/null
+++ b/types/carbon__pictograms-react/es/ibm--ibv/index.d.ts
@@ -0,0 +1 @@
+export { IbmIbv as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/ibm--z-os-container-platform/index.d.ts b/types/carbon__pictograms-react/es/ibm--z-os-container-platform/index.d.ts
new file mode 100644
index 00000000000000..694ea7d414c8fb
--- /dev/null
+++ b/types/carbon__pictograms-react/es/ibm--z-os-container-platform/index.d.ts
@@ -0,0 +1 @@
+export { IbmZOsContainerPlatform as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/index.d.ts b/types/carbon__pictograms-react/es/index.d.ts
index 48c8973a305bd3..65b3ebf4d59997 100644
--- a/types/carbon__pictograms-react/es/index.d.ts
+++ b/types/carbon__pictograms-react/es/index.d.ts
@@ -26,6 +26,7 @@ export { AiGovernanceModelTuned } from "../";
export { AiGovernancePrompt } from "../";
export { AirConditioner } from "../";
export { Airplane } from "../";
+export { Airport } from "../";
export { Alarm } from "../";
export { AlchemyDataNews } from "../";
export { AlchemyLanguage } from "../";
@@ -103,6 +104,8 @@ export { BucharestNationalTheatre } from "../";
export { BucharestRomanianAthenaeum } from "../";
export { Budapest } from "../";
export { BudapestCitadella } from "../";
+export { BudapestCorvin7 } from "../";
+export { BudapestHungarianAutoClub } from "../";
export { BudapestLabSkyline } from "../";
export { BugVirusMalware } from "../";
export { Build } from "../";
@@ -232,6 +235,7 @@ export { Cluster } from "../";
export { CoatHanger } from "../";
export { CobolLanguage } from "../";
export { Code } from "../";
+export { CodeExplanation } from "../";
export { CodeSyntax } from "../";
export { CognosAnalytics } from "../";
export { CollaborateWithTeams } from "../";
@@ -385,6 +389,7 @@ export { ElementsOfTheCloud } from "../";
export { Elevator } from "../";
export { Embed } from "../";
export { EmergencyExit } from "../";
+export { Emissions } from "../";
export { EmployeeInsights } from "../";
export { Encryption } from "../";
export { EndpointProtection } from "../";
@@ -568,6 +573,7 @@ export { HyperProtectDatabaseAsAService } from "../";
export { HyperProtectVirtualServers } from "../";
export { IbmAutomationPlatform } from "../";
export { IbmCloud } from "../";
+export { IbmIbv } from "../";
export { IbmGranite } from "../";
export { IbmIx } from "../";
export { IbmOneMadisonAvenue } from "../";
@@ -578,6 +584,7 @@ export { IbmZPartition } from "../";
export { IbmZAndCloudModernizationStack } from "../";
export { IbmZAndLinuxoneMultiFrame } from "../";
export { IbmZAndLinuxoneSingleFrame } from "../";
+export { IbmZOsContainerPlatform } from "../";
export { IbmZ16 } from "../";
export { IbmZ16MultiFrame } from "../";
export { IbmZ16PlusCloud } from "../";
@@ -601,6 +608,7 @@ export { Integration } from "../";
export { Integration_02 } from "../";
export { Integration_03 } from "../";
export { Intelligence } from "../";
+export { IntelligentInfrastructure } from "../";
export { Intercom } from "../";
export { InternetOfThings } from "../";
export { Invoice } from "../";
@@ -643,6 +651,7 @@ export { Lock_01 } from "../";
export { Lock_02 } from "../";
export { LockedNetwork_01 } from "../";
export { LockedNetwork_02 } from "../";
+export { Lockers } from "../";
export { London } from "../";
export { LondonBigBen } from "../";
export { LoopHearing } from "../";
@@ -657,6 +666,7 @@ export { MachineLearning_04 } from "../";
export { MachineLearning_05 } from "../";
export { MachineLearning_06 } from "../";
export { MachineLearning_07 } from "../";
+export { MachineLearningModel } from "../";
export { MadridCathedral } from "../";
export { MadridSkyscrapers } from "../";
export { MadridStatue } from "../";
@@ -796,6 +806,7 @@ export { PetriCulture } from "../";
export { PhpLanguage } from "../";
export { PillBottle_01 } from "../";
export { Pills } from "../";
+export { Pipeline } from "../";
export { PlanningAnalytics } from "../";
export { Plastics } from "../";
export { PlatformAsAService } from "../";
@@ -843,6 +854,7 @@ export { Question } from "../";
export { QuestionAndAnswer } from "../";
export { RLanguage } from "../";
export { Racetrack } from "../";
+export { Raindrop } from "../";
export { Rainy } from "../";
export { RainyHeavy } from "../";
export { RaleighNc } from "../";
@@ -882,6 +894,7 @@ export { RetailSustainable } from "../";
export { RetrieveAndRank } from "../";
export { RichTextFormat } from "../";
export { RioDeJaneiro } from "../";
+export { Road } from "../";
export { Robot } from "../";
export { Robotics } from "../";
export { RockOn } from "../";
@@ -1067,6 +1080,7 @@ export { Time } from "../";
export { TimeLapse } from "../";
export { TimePlot } from "../";
export { Toggle } from "../";
+export { Toilet } from "../";
export { TokyoCherryBlossom } from "../";
export { TokyoGates } from "../";
export { TokyoTemple } from "../";
@@ -1104,6 +1118,7 @@ export { Trousers } from "../";
export { Trust } from "../";
export { Trusted } from "../";
export { TrustedUser } from "../";
+export { Tunnel } from "../";
export { TwoPersonLift } from "../";
export { UnauthorizedUserAccess } from "../";
export { UnderUtilizedSecurity } from "../";
diff --git a/types/carbon__pictograms-react/es/intelligent-infrastructure/index.d.ts b/types/carbon__pictograms-react/es/intelligent-infrastructure/index.d.ts
new file mode 100644
index 00000000000000..5abe17387ec472
--- /dev/null
+++ b/types/carbon__pictograms-react/es/intelligent-infrastructure/index.d.ts
@@ -0,0 +1 @@
+export { IntelligentInfrastructure as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/lockers/index.d.ts b/types/carbon__pictograms-react/es/lockers/index.d.ts
new file mode 100644
index 00000000000000..818c58f1e52ca9
--- /dev/null
+++ b/types/carbon__pictograms-react/es/lockers/index.d.ts
@@ -0,0 +1 @@
+export { Lockers as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/machine--learning--model/index.d.ts b/types/carbon__pictograms-react/es/machine--learning--model/index.d.ts
new file mode 100644
index 00000000000000..fb219fe1f933be
--- /dev/null
+++ b/types/carbon__pictograms-react/es/machine--learning--model/index.d.ts
@@ -0,0 +1 @@
+export { MachineLearningModel as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/pipeline/index.d.ts b/types/carbon__pictograms-react/es/pipeline/index.d.ts
new file mode 100644
index 00000000000000..f698bf53faade6
--- /dev/null
+++ b/types/carbon__pictograms-react/es/pipeline/index.d.ts
@@ -0,0 +1 @@
+export { Pipeline as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/raindrop/index.d.ts b/types/carbon__pictograms-react/es/raindrop/index.d.ts
new file mode 100644
index 00000000000000..23c1efa3740fc8
--- /dev/null
+++ b/types/carbon__pictograms-react/es/raindrop/index.d.ts
@@ -0,0 +1 @@
+export { Raindrop as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/road/index.d.ts b/types/carbon__pictograms-react/es/road/index.d.ts
new file mode 100644
index 00000000000000..0300b26dbd4bf7
--- /dev/null
+++ b/types/carbon__pictograms-react/es/road/index.d.ts
@@ -0,0 +1 @@
+export { Road as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/toilet/index.d.ts b/types/carbon__pictograms-react/es/toilet/index.d.ts
new file mode 100644
index 00000000000000..c2214a51b1f938
--- /dev/null
+++ b/types/carbon__pictograms-react/es/toilet/index.d.ts
@@ -0,0 +1 @@
+export { Toilet as default } from "../../";
diff --git a/types/carbon__pictograms-react/es/tunnel/index.d.ts b/types/carbon__pictograms-react/es/tunnel/index.d.ts
new file mode 100644
index 00000000000000..cb35db586ec506
--- /dev/null
+++ b/types/carbon__pictograms-react/es/tunnel/index.d.ts
@@ -0,0 +1 @@
+export { Tunnel as default } from "../../";
diff --git a/types/carbon__pictograms-react/index.d.ts b/types/carbon__pictograms-react/index.d.ts
index b36dd97ee25af5..d84324996de85b 100644
--- a/types/carbon__pictograms-react/index.d.ts
+++ b/types/carbon__pictograms-react/index.d.ts
@@ -1,4 +1,4 @@
-/** 1197 pictograms in total */
+/** 1212 pictograms in total */
export interface CarbonPictogramProps extends
Omit<
@@ -50,6 +50,7 @@ export const AiGovernanceModelTuned: CarbonPictogramType;
export const AiGovernancePrompt: CarbonPictogramType;
export const AirConditioner: CarbonPictogramType;
export const Airplane: CarbonPictogramType;
+export const Airport: CarbonPictogramType;
export const Alarm: CarbonPictogramType;
export const AlchemyDataNews: CarbonPictogramType;
export const AlchemyLanguage: CarbonPictogramType;
@@ -127,6 +128,8 @@ export const BucharestNationalTheatre: CarbonPictogramType;
export const BucharestRomanianAthenaeum: CarbonPictogramType;
export const Budapest: CarbonPictogramType;
export const BudapestCitadella: CarbonPictogramType;
+export const BudapestCorvin7: CarbonPictogramType;
+export const BudapestHungarianAutoClub: CarbonPictogramType;
export const BudapestLabSkyline: CarbonPictogramType;
export const BugVirusMalware: CarbonPictogramType;
export const Build: CarbonPictogramType;
@@ -256,6 +259,7 @@ export const Cluster: CarbonPictogramType;
export const CoatHanger: CarbonPictogramType;
export const CobolLanguage: CarbonPictogramType;
export const Code: CarbonPictogramType;
+export const CodeExplanation: CarbonPictogramType;
export const CodeSyntax: CarbonPictogramType;
export const CognosAnalytics: CarbonPictogramType;
export const CollaborateWithTeams: CarbonPictogramType;
@@ -409,6 +413,7 @@ export const ElementsOfTheCloud: CarbonPictogramType;
export const Elevator: CarbonPictogramType;
export const Embed: CarbonPictogramType;
export const EmergencyExit: CarbonPictogramType;
+export const Emissions: CarbonPictogramType;
export const EmployeeInsights: CarbonPictogramType;
export const Encryption: CarbonPictogramType;
export const EndpointProtection: CarbonPictogramType;
@@ -592,6 +597,7 @@ export const HyperProtectDatabaseAsAService: CarbonPictogramType;
export const HyperProtectVirtualServers: CarbonPictogramType;
export const IbmAutomationPlatform: CarbonPictogramType;
export const IbmCloud: CarbonPictogramType;
+export const IbmIbv: CarbonPictogramType;
export const IbmGranite: CarbonPictogramType;
export const IbmIx: CarbonPictogramType;
export const IbmOneMadisonAvenue: CarbonPictogramType;
@@ -614,6 +620,7 @@ export const IbmZAndLinuxoneMultiFrame: CarbonPictogramType;
* This icon has been replaced by `IbmZ16SingleFrame`
*/
export const IbmZAndLinuxoneSingleFrame: CarbonPictogramType;
+export const IbmZOsContainerPlatform: CarbonPictogramType;
export const IbmZ16: CarbonPictogramType;
export const IbmZ16MultiFrame: CarbonPictogramType;
export const IbmZ16PlusCloud: CarbonPictogramType;
@@ -637,6 +644,7 @@ export const Integration: CarbonPictogramType;
export const Integration_02: CarbonPictogramType;
export const Integration_03: CarbonPictogramType;
export const Intelligence: CarbonPictogramType;
+export const IntelligentInfrastructure: CarbonPictogramType;
export const Intercom: CarbonPictogramType;
export const InternetOfThings: CarbonPictogramType;
export const Invoice: CarbonPictogramType;
@@ -679,6 +687,7 @@ export const Lock_01: CarbonPictogramType;
export const Lock_02: CarbonPictogramType;
export const LockedNetwork_01: CarbonPictogramType;
export const LockedNetwork_02: CarbonPictogramType;
+export const Lockers: CarbonPictogramType;
export const London: CarbonPictogramType;
export const LondonBigBen: CarbonPictogramType;
export const LoopHearing: CarbonPictogramType;
@@ -693,6 +702,7 @@ export const MachineLearning_04: CarbonPictogramType;
export const MachineLearning_05: CarbonPictogramType;
export const MachineLearning_06: CarbonPictogramType;
export const MachineLearning_07: CarbonPictogramType;
+export const MachineLearningModel: CarbonPictogramType;
export const MadridCathedral: CarbonPictogramType;
export const MadridSkyscrapers: CarbonPictogramType;
export const MadridStatue: CarbonPictogramType;
@@ -832,6 +842,7 @@ export const PetriCulture: CarbonPictogramType;
export const PhpLanguage: CarbonPictogramType;
export const PillBottle_01: CarbonPictogramType;
export const Pills: CarbonPictogramType;
+export const Pipeline: CarbonPictogramType;
export const PlanningAnalytics: CarbonPictogramType;
export const Plastics: CarbonPictogramType;
export const PlatformAsAService: CarbonPictogramType;
@@ -879,6 +890,7 @@ export const Question: CarbonPictogramType;
export const QuestionAndAnswer: CarbonPictogramType;
export const RLanguage: CarbonPictogramType;
export const Racetrack: CarbonPictogramType;
+export const Raindrop: CarbonPictogramType;
export const Rainy: CarbonPictogramType;
export const RainyHeavy: CarbonPictogramType;
export const RaleighNc: CarbonPictogramType;
@@ -918,6 +930,7 @@ export const RetailSustainable: CarbonPictogramType;
export const RetrieveAndRank: CarbonPictogramType;
export const RichTextFormat: CarbonPictogramType;
export const RioDeJaneiro: CarbonPictogramType;
+export const Road: CarbonPictogramType;
export const Robot: CarbonPictogramType;
export const Robotics: CarbonPictogramType;
export const RockOn: CarbonPictogramType;
@@ -1103,6 +1116,7 @@ export const Time: CarbonPictogramType;
export const TimeLapse: CarbonPictogramType;
export const TimePlot: CarbonPictogramType;
export const Toggle: CarbonPictogramType;
+export const Toilet: CarbonPictogramType;
export const TokyoCherryBlossom: CarbonPictogramType;
export const TokyoGates: CarbonPictogramType;
export const TokyoTemple: CarbonPictogramType;
@@ -1144,6 +1158,7 @@ export const Trousers: CarbonPictogramType;
export const Trust: CarbonPictogramType;
export const Trusted: CarbonPictogramType;
export const TrustedUser: CarbonPictogramType;
+export const Tunnel: CarbonPictogramType;
export const TwoPersonLift: CarbonPictogramType;
export const UnauthorizedUserAccess: CarbonPictogramType;
export const UnderUtilizedSecurity: CarbonPictogramType;
diff --git a/types/carbon__pictograms-react/lib/airport/index.d.ts b/types/carbon__pictograms-react/lib/airport/index.d.ts
new file mode 100644
index 00000000000000..b16f03af8da1f5
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/airport/index.d.ts
@@ -0,0 +1,3 @@
+import { Airport } from "../../";
+
+export = Airport;
diff --git a/types/carbon__pictograms-react/lib/budapest--corvin7/index.d.ts b/types/carbon__pictograms-react/lib/budapest--corvin7/index.d.ts
new file mode 100644
index 00000000000000..54ab65264f739a
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/budapest--corvin7/index.d.ts
@@ -0,0 +1,3 @@
+import { BudapestCorvin7 } from "../../";
+
+export = BudapestCorvin7;
diff --git a/types/carbon__pictograms-react/lib/budapest--hungarian-auto-club/index.d.ts b/types/carbon__pictograms-react/lib/budapest--hungarian-auto-club/index.d.ts
new file mode 100644
index 00000000000000..ff9df7dd886129
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/budapest--hungarian-auto-club/index.d.ts
@@ -0,0 +1,3 @@
+import { BudapestHungarianAutoClub } from "../../";
+
+export = BudapestHungarianAutoClub;
diff --git a/types/carbon__pictograms-react/lib/code--explanation/index.d.ts b/types/carbon__pictograms-react/lib/code--explanation/index.d.ts
new file mode 100644
index 00000000000000..48e8468043fb64
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/code--explanation/index.d.ts
@@ -0,0 +1,3 @@
+import { CodeExplanation } from "../../";
+
+export = CodeExplanation;
diff --git a/types/carbon__pictograms-react/lib/emissions/index.d.ts b/types/carbon__pictograms-react/lib/emissions/index.d.ts
new file mode 100644
index 00000000000000..bc27e0eeba138e
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/emissions/index.d.ts
@@ -0,0 +1,3 @@
+import { Emissions } from "../../";
+
+export = Emissions;
diff --git a/types/carbon__pictograms-react/lib/ibm--ibv/index.d.ts b/types/carbon__pictograms-react/lib/ibm--ibv/index.d.ts
new file mode 100644
index 00000000000000..4fe6ce51e33af4
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/ibm--ibv/index.d.ts
@@ -0,0 +1,3 @@
+import { IbmIbv } from "../../";
+
+export = IbmIbv;
diff --git a/types/carbon__pictograms-react/lib/ibm--z-os-container-platform/index.d.ts b/types/carbon__pictograms-react/lib/ibm--z-os-container-platform/index.d.ts
new file mode 100644
index 00000000000000..3e4125b9fb7eb0
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/ibm--z-os-container-platform/index.d.ts
@@ -0,0 +1,3 @@
+import { IbmZOsContainerPlatform } from "../../";
+
+export = IbmZOsContainerPlatform;
diff --git a/types/carbon__pictograms-react/lib/index.d.ts b/types/carbon__pictograms-react/lib/index.d.ts
index 48c8973a305bd3..65b3ebf4d59997 100644
--- a/types/carbon__pictograms-react/lib/index.d.ts
+++ b/types/carbon__pictograms-react/lib/index.d.ts
@@ -26,6 +26,7 @@ export { AiGovernanceModelTuned } from "../";
export { AiGovernancePrompt } from "../";
export { AirConditioner } from "../";
export { Airplane } from "../";
+export { Airport } from "../";
export { Alarm } from "../";
export { AlchemyDataNews } from "../";
export { AlchemyLanguage } from "../";
@@ -103,6 +104,8 @@ export { BucharestNationalTheatre } from "../";
export { BucharestRomanianAthenaeum } from "../";
export { Budapest } from "../";
export { BudapestCitadella } from "../";
+export { BudapestCorvin7 } from "../";
+export { BudapestHungarianAutoClub } from "../";
export { BudapestLabSkyline } from "../";
export { BugVirusMalware } from "../";
export { Build } from "../";
@@ -232,6 +235,7 @@ export { Cluster } from "../";
export { CoatHanger } from "../";
export { CobolLanguage } from "../";
export { Code } from "../";
+export { CodeExplanation } from "../";
export { CodeSyntax } from "../";
export { CognosAnalytics } from "../";
export { CollaborateWithTeams } from "../";
@@ -385,6 +389,7 @@ export { ElementsOfTheCloud } from "../";
export { Elevator } from "../";
export { Embed } from "../";
export { EmergencyExit } from "../";
+export { Emissions } from "../";
export { EmployeeInsights } from "../";
export { Encryption } from "../";
export { EndpointProtection } from "../";
@@ -568,6 +573,7 @@ export { HyperProtectDatabaseAsAService } from "../";
export { HyperProtectVirtualServers } from "../";
export { IbmAutomationPlatform } from "../";
export { IbmCloud } from "../";
+export { IbmIbv } from "../";
export { IbmGranite } from "../";
export { IbmIx } from "../";
export { IbmOneMadisonAvenue } from "../";
@@ -578,6 +584,7 @@ export { IbmZPartition } from "../";
export { IbmZAndCloudModernizationStack } from "../";
export { IbmZAndLinuxoneMultiFrame } from "../";
export { IbmZAndLinuxoneSingleFrame } from "../";
+export { IbmZOsContainerPlatform } from "../";
export { IbmZ16 } from "../";
export { IbmZ16MultiFrame } from "../";
export { IbmZ16PlusCloud } from "../";
@@ -601,6 +608,7 @@ export { Integration } from "../";
export { Integration_02 } from "../";
export { Integration_03 } from "../";
export { Intelligence } from "../";
+export { IntelligentInfrastructure } from "../";
export { Intercom } from "../";
export { InternetOfThings } from "../";
export { Invoice } from "../";
@@ -643,6 +651,7 @@ export { Lock_01 } from "../";
export { Lock_02 } from "../";
export { LockedNetwork_01 } from "../";
export { LockedNetwork_02 } from "../";
+export { Lockers } from "../";
export { London } from "../";
export { LondonBigBen } from "../";
export { LoopHearing } from "../";
@@ -657,6 +666,7 @@ export { MachineLearning_04 } from "../";
export { MachineLearning_05 } from "../";
export { MachineLearning_06 } from "../";
export { MachineLearning_07 } from "../";
+export { MachineLearningModel } from "../";
export { MadridCathedral } from "../";
export { MadridSkyscrapers } from "../";
export { MadridStatue } from "../";
@@ -796,6 +806,7 @@ export { PetriCulture } from "../";
export { PhpLanguage } from "../";
export { PillBottle_01 } from "../";
export { Pills } from "../";
+export { Pipeline } from "../";
export { PlanningAnalytics } from "../";
export { Plastics } from "../";
export { PlatformAsAService } from "../";
@@ -843,6 +854,7 @@ export { Question } from "../";
export { QuestionAndAnswer } from "../";
export { RLanguage } from "../";
export { Racetrack } from "../";
+export { Raindrop } from "../";
export { Rainy } from "../";
export { RainyHeavy } from "../";
export { RaleighNc } from "../";
@@ -882,6 +894,7 @@ export { RetailSustainable } from "../";
export { RetrieveAndRank } from "../";
export { RichTextFormat } from "../";
export { RioDeJaneiro } from "../";
+export { Road } from "../";
export { Robot } from "../";
export { Robotics } from "../";
export { RockOn } from "../";
@@ -1067,6 +1080,7 @@ export { Time } from "../";
export { TimeLapse } from "../";
export { TimePlot } from "../";
export { Toggle } from "../";
+export { Toilet } from "../";
export { TokyoCherryBlossom } from "../";
export { TokyoGates } from "../";
export { TokyoTemple } from "../";
@@ -1104,6 +1118,7 @@ export { Trousers } from "../";
export { Trust } from "../";
export { Trusted } from "../";
export { TrustedUser } from "../";
+export { Tunnel } from "../";
export { TwoPersonLift } from "../";
export { UnauthorizedUserAccess } from "../";
export { UnderUtilizedSecurity } from "../";
diff --git a/types/carbon__pictograms-react/lib/intelligent-infrastructure/index.d.ts b/types/carbon__pictograms-react/lib/intelligent-infrastructure/index.d.ts
new file mode 100644
index 00000000000000..73e79383f621b8
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/intelligent-infrastructure/index.d.ts
@@ -0,0 +1,3 @@
+import { IntelligentInfrastructure } from "../../";
+
+export = IntelligentInfrastructure;
diff --git a/types/carbon__pictograms-react/lib/lockers/index.d.ts b/types/carbon__pictograms-react/lib/lockers/index.d.ts
new file mode 100644
index 00000000000000..b5480bced7bb70
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/lockers/index.d.ts
@@ -0,0 +1,3 @@
+import { Lockers } from "../../";
+
+export = Lockers;
diff --git a/types/carbon__pictograms-react/lib/machine--learning--model/index.d.ts b/types/carbon__pictograms-react/lib/machine--learning--model/index.d.ts
new file mode 100644
index 00000000000000..cc2233f8b80a40
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/machine--learning--model/index.d.ts
@@ -0,0 +1,3 @@
+import { MachineLearningModel } from "../../";
+
+export = MachineLearningModel;
diff --git a/types/carbon__pictograms-react/lib/pipeline/index.d.ts b/types/carbon__pictograms-react/lib/pipeline/index.d.ts
new file mode 100644
index 00000000000000..ab876bc503ecbf
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/pipeline/index.d.ts
@@ -0,0 +1,3 @@
+import { Pipeline } from "../../";
+
+export = Pipeline;
diff --git a/types/carbon__pictograms-react/lib/raindrop/index.d.ts b/types/carbon__pictograms-react/lib/raindrop/index.d.ts
new file mode 100644
index 00000000000000..1ccc4f0ae048ef
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/raindrop/index.d.ts
@@ -0,0 +1,3 @@
+import { Raindrop } from "../../";
+
+export = Raindrop;
diff --git a/types/carbon__pictograms-react/lib/road/index.d.ts b/types/carbon__pictograms-react/lib/road/index.d.ts
new file mode 100644
index 00000000000000..91dcf606e08096
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/road/index.d.ts
@@ -0,0 +1,3 @@
+import { Road } from "../../";
+
+export = Road;
diff --git a/types/carbon__pictograms-react/lib/toilet/index.d.ts b/types/carbon__pictograms-react/lib/toilet/index.d.ts
new file mode 100644
index 00000000000000..ba0c7d1ea8d150
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/toilet/index.d.ts
@@ -0,0 +1,3 @@
+import { Toilet } from "../../";
+
+export = Toilet;
diff --git a/types/carbon__pictograms-react/lib/tunnel/index.d.ts b/types/carbon__pictograms-react/lib/tunnel/index.d.ts
new file mode 100644
index 00000000000000..c5fdcf06823fc4
--- /dev/null
+++ b/types/carbon__pictograms-react/lib/tunnel/index.d.ts
@@ -0,0 +1,3 @@
+import { Tunnel } from "../../";
+
+export = Tunnel;
diff --git a/types/parent-package-json/.npmignore b/types/parent-package-json/.npmignore
deleted file mode 100644
index 93e307400a5456..00000000000000
--- a/types/parent-package-json/.npmignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!**/*.d.ts
-!**/*.d.cts
-!**/*.d.mts
-!**/*.d.*.ts
diff --git a/types/parent-package-json/index.d.ts b/types/parent-package-json/index.d.ts
deleted file mode 100644
index 92bd4f76b823bb..00000000000000
--- a/types/parent-package-json/index.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-export = ParentPackageJson;
-
-declare function ParentPackageJson(startPath?: string | null, ignore?: number): ParentPackageJson.ParentPackage | false;
-
-declare namespace ParentPackageJson {
- interface ParentPackage {
- read(): string;
- path: string;
- parse(): { [key: string]: any };
- }
-}
diff --git a/types/parent-package-json/package.json b/types/parent-package-json/package.json
deleted file mode 100644
index ddf342c83bd973..00000000000000
--- a/types/parent-package-json/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "private": true,
- "name": "@types/parent-package-json",
- "version": "2.0.9999",
- "projects": [
- "https://github.com/maxrimue/parent-package-json"
- ],
- "devDependencies": {
- "@types/parent-package-json": "workspace:."
- },
- "owners": [
- {
- "name": "Simon McClive",
- "githubUsername": "sgmccli"
- }
- ]
-}
diff --git a/types/parent-package-json/parent-package-json-tests.ts b/types/parent-package-json/parent-package-json-tests.ts
deleted file mode 100644
index 40d3366a9c3dea..00000000000000
--- a/types/parent-package-json/parent-package-json-tests.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-import parent = require("parent-package-json");
-
-const hasParent = parent("/optional/path/", 1);
-
-if (hasParent !== false) {
- const pathToParent: string = hasParent.path;
- const contentOfParent: string = hasParent.read();
- const JSONOfParent = hasParent.parse();
- const versionOfParent = JSONOfParent.version;
-}
diff --git a/types/parent-package-json/tsconfig.json b/types/parent-package-json/tsconfig.json
deleted file mode 100644
index 4df634ddc38ef4..00000000000000
--- a/types/parent-package-json/tsconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "compilerOptions": {
- "module": "node16",
- "lib": [
- "es6",
- "dom"
- ],
- "noImplicitAny": true,
- "noImplicitThis": true,
- "strictNullChecks": true,
- "strictFunctionTypes": true,
- "types": [],
- "noEmit": true,
- "forceConsistentCasingInFileNames": true
- },
- "files": [
- "index.d.ts",
- "parent-package-json-tests.ts"
- ]
-}
diff --git a/types/shopify-buy/index.d.ts b/types/shopify-buy/index.d.ts
index c571d8b66a8a28..8c29978c236637 100644
--- a/types/shopify-buy/index.d.ts
+++ b/types/shopify-buy/index.d.ts
@@ -878,6 +878,12 @@ declare namespace ShopifyBuy {
appliedGiftCards: AppliedGiftCard[];
availableShippingRates?: AvailableShippingRates;
buyerIdentity: CheckoutBuyerIdentity;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `null`.
+ *
+ * The Cart API does not maintain the state of a completed Cart that became an order.
+ */
completedAt?: DateTime;
createdAt: DateTime;
currencyCode: CurrencyCode;
@@ -885,16 +891,58 @@ declare namespace ShopifyBuy {
email?: string;
lineItemsSubtotalPrice: MoneyV2;
note?: string;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `null`.
+ *
+ * To retrieve customer orders, please use either the [Customer Account API](https://shopify.dev/docs/api/customer) or the legacy [Customer API](https://shopify.dev/docs/api/storefront/2025-01/objects/customer).
+ */
order?: Order;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `null`.
+ *
+ * To retrieve customer orders, please use either the [Customer Account API](https://shopify.dev/docs/api/customer) or the legacy [Customer API](https://shopify.dev/docs/api/storefront/2025-01/objects/customer).
+ */
orderStatusUrl?: URL;
paymentDue: MoneyV2;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `false`.
+ *
+ * The [Cart API](https://shopify.dev/docs/api/storefront/2025-01/objects/cart) returns only carts that are considered ready. Simply bypass or remove any existing code depending on this field.
+ */
ready: boolean;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `false`.
+ *
+ * The [Cart API](https://shopify.dev/docs/api/storefront/2025-01/objects/cart) does not contain shipping information, this is currently handled in the Checkout flow. Remove any existing code depending on these fields.
+ */
requiresShipping: boolean;
shippingAddress?: MailingAddress;
shippingDiscountAllocations: DiscountAllocation[];
+ /**
+ * @deprecated
+ * Not supported. Defaults to `null`.
+ *
+ * The [Cart API](https://shopify.dev/docs/api/storefront/2025-01/objects/cart) does not contain shipping information, this is currently handled in the Checkout flow. Remove any existing code depending on these fields.
+ */
shippingLine?: ShippingRate;
subtotalPrice: MoneyV2;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `false`.
+ *
+ * The [Cart API](https://shopify.dev/docs/api/storefront/2025-01/objects/cart) does not have Tax aware as this is currently handled in the Checkout flow. Remove any existing code depending on this field.
+ */
taxExempt: boolean;
+ /**
+ * @deprecated
+ * Not supported. Defaults to `false`.
+ *
+ * The [Cart API](https://shopify.dev/docs/api/storefront/2025-01/objects/cart) does not have Tax aware as this is currently handled in the Checkout flow. Remove any existing code depending on this field.
+ */
taxesIncluded: boolean;
totalDuties?: MoneyV2;
totalPrice: MoneyV2;
@@ -1544,6 +1592,11 @@ declare namespace ShopifyBuy {
/**
* Creates a checkout.
+ *
+ * @remarks
+ * There are limitations with checkout localization:
+ * - Does not create localized checkouts when passing `presentmentCurrencyCode`
+ * - Does not localize an *empty* checkout created with `buyerIdentity.countryCode` (must create with lineItems)
*/
create(input?: {
email?: string;
@@ -1555,6 +1608,9 @@ declare namespace ShopifyBuy {
/**
* Replaces the value of checkout's custom attributes and/or note with values defined in the input
+ *
+ * @remarks
+ * It does not update a checkout to support `allowPartialAddresses`
*/
updateAttributes(
checkoutId: ID,
@@ -1577,6 +1633,10 @@ declare namespace ShopifyBuy {
/**
* Applies a discount to an existing checkout using a discount code.
+ *
+ * @remarks
+ * - It does not apply an order-level fixed amount discount to an empty checkout
+ * - It does not apply an order-level percentage discount to an empty checkout
*/
addDiscount(checkoutId: ID, discountCode: string): Promise;
diff --git a/types/shopify-buy/package.json b/types/shopify-buy/package.json
index 58146b687772dc..af44ed48131db0 100644
--- a/types/shopify-buy/package.json
+++ b/types/shopify-buy/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@types/shopify-buy",
- "version": "2.17.9999",
+ "version": "3.0.9999",
"projects": [
"https://github.com/Shopify/js-buy-sdk#readme"
],