From a03062f50ba35733797b13792c660f4c5c43e814 Mon Sep 17 00:00:00 2001 From: soridalac Date: Tue, 10 Feb 2026 13:16:37 -0800 Subject: [PATCH 1/2] fix: update license for 2026 --- LICENSE.txt | 2 +- src/api/data/tree/exportApi.ts | 2 +- src/api/data/tree/functions.ts | 2 +- src/api/data/tree/importCommon.ts | 2 +- src/api/data/tree/importFiles.ts | 2 +- src/api/data/tree/importPlan.ts | 2 +- src/api/data/tree/importTypes.ts | 2 +- src/api/file/fileToContentVersion.ts | 2 +- src/batcher.ts | 2 +- src/bulkDataRequestCache.ts | 2 +- src/bulkIngest.ts | 2 +- src/bulkUtils.ts | 2 +- src/commands/data/bulk/results.ts | 2 +- src/commands/data/create/file.ts | 2 +- src/commands/data/create/record.ts | 2 +- src/commands/data/delete/bulk.ts | 2 +- src/commands/data/delete/record.ts | 2 +- src/commands/data/delete/resume.ts | 2 +- src/commands/data/export/bulk.ts | 2 +- src/commands/data/export/resume.ts | 2 +- src/commands/data/export/tree.ts | 2 +- src/commands/data/get/record.ts | 2 +- src/commands/data/import/bulk.ts | 2 +- src/commands/data/import/resume.ts | 2 +- src/commands/data/import/tree.ts | 2 +- src/commands/data/query.ts | 2 +- src/commands/data/resume.ts | 2 +- src/commands/data/search.ts | 2 +- src/commands/data/update/bulk.ts | 2 +- src/commands/data/update/record.ts | 2 +- src/commands/data/update/resume.ts | 2 +- src/commands/data/upsert/bulk.ts | 2 +- src/commands/data/upsert/resume.ts | 2 +- src/commands/force/data/bulk/delete.ts | 2 +- src/commands/force/data/bulk/status.ts | 2 +- src/commands/force/data/bulk/upsert.ts | 2 +- src/dataUtils.ts | 2 +- src/export.ts | 2 +- src/flags.ts | 2 +- src/index.ts | 2 +- src/queryUtils.ts | 2 +- src/reporters/query/csvReporter.ts | 2 +- src/reporters/query/humanReporter.ts | 2 +- src/reporters/query/reporters.ts | 2 +- src/reporters/search/csvSearchReporter.ts | 2 +- src/reporters/search/humanSearchReporter.ts | 2 +- src/reporters/search/reporter.ts | 2 +- src/schema/dataImportPlan.ts | 2 +- src/searchUtils.ts | 2 +- src/types.ts | 2 +- src/ux/bulkIngestStages.ts | 2 +- test/api/data/tree/export.test.ts | 2 +- test/api/data/tree/exportApi.test.ts | 2 +- test/api/data/tree/importFiles.test.ts | 2 +- test/api/data/tree/importPlan.test.ts | 2 +- test/bulkUtils.test.ts | 2 +- test/commands/batcher.test.ts | 2 +- test/commands/data/bulk/results.nut.ts | 2 +- test/commands/data/create/file.nut.ts | 2 +- test/commands/data/create/record.test.ts | 2 +- test/commands/data/dataBulk.nut.ts | 2 +- test/commands/data/dataCommand.test.ts | 2 +- test/commands/data/delete/record.test.ts | 2 +- test/commands/data/export/bulk.nut.ts | 2 +- test/commands/data/export/resume.nut.ts | 2 +- test/commands/data/export/tree.test.ts | 2 +- test/commands/data/get/record.test.ts | 2 +- test/commands/data/import/bulk.nut.ts | 2 +- test/commands/data/import/resume.nut.ts | 2 +- test/commands/data/query.test.ts | 2 +- test/commands/data/query/query.nut.ts | 2 +- test/commands/data/record/dataRecord.nut.ts | 2 +- test/commands/data/search.nut.ts | 2 +- test/commands/data/tree/dataTree.nut.ts | 2 +- test/commands/data/tree/dataTreeCommonChild.nut.ts | 2 +- test/commands/data/tree/dataTreeDeep.nut.ts | 2 +- test/commands/data/tree/dataTreeDeepBeta.nut.ts | 2 +- test/commands/data/tree/dataTreeJunction.nut.ts | 2 +- test/commands/data/tree/dataTreeMissingRef.nut.ts | 2 +- test/commands/data/tree/dataTreeMoreThan200.nut.ts | 2 +- test/commands/data/tree/dataTreeSelfReferencing.nut.ts | 2 +- test/commands/data/update/bulk.nut.ts | 2 +- test/commands/data/update/record.test.ts | 2 +- test/commands/data/update/resume.nut.ts | 2 +- test/commands/force/data/bulk/dataBulk.nut.ts | 2 +- test/commands/force/data/bulk/upsert.test.ts | 2 +- test/queryFields.test.ts | 2 +- test/reporters/csv.test.ts | 2 +- test/reporters/csvSearchReporter.test.ts | 2 +- test/reporters/humanSearchReporter.test.ts | 2 +- test/reporters/reporter.test.ts | 2 +- test/reporters/reporters.test.ts | 2 +- test/test-files/queryFields.exemplars.ts | 2 +- test/test-files/soqlQuery.exemplars.ts | 2 +- test/testUtil.ts | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index ca35d0df..1aeebc57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ Apache License Version 2.0 -Copyright (c) 2025 Salesforce, Inc. +Copyright (c) 2026 Salesforce, Inc. All rights reserved. Apache License diff --git a/src/api/data/tree/exportApi.ts b/src/api/data/tree/exportApi.ts index ddcf1ddf..e3566557 100644 --- a/src/api/data/tree/exportApi.ts +++ b/src/api/data/tree/exportApi.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/data/tree/functions.ts b/src/api/data/tree/functions.ts index 4c7cecab..2b06d407 100644 --- a/src/api/data/tree/functions.ts +++ b/src/api/data/tree/functions.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/data/tree/importCommon.ts b/src/api/data/tree/importCommon.ts index f25942b1..e2c9df8f 100644 --- a/src/api/data/tree/importCommon.ts +++ b/src/api/data/tree/importCommon.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/data/tree/importFiles.ts b/src/api/data/tree/importFiles.ts index 868fed42..893b3ad4 100644 --- a/src/api/data/tree/importFiles.ts +++ b/src/api/data/tree/importFiles.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/data/tree/importPlan.ts b/src/api/data/tree/importPlan.ts index 6978532d..4356a9b8 100644 --- a/src/api/data/tree/importPlan.ts +++ b/src/api/data/tree/importPlan.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/data/tree/importTypes.ts b/src/api/data/tree/importTypes.ts index 6a988fc9..7e7f2b9f 100644 --- a/src/api/data/tree/importTypes.ts +++ b/src/api/data/tree/importTypes.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/api/file/fileToContentVersion.ts b/src/api/file/fileToContentVersion.ts index 98eb18c2..a154a892 100644 --- a/src/api/file/fileToContentVersion.ts +++ b/src/api/file/fileToContentVersion.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/batcher.ts b/src/batcher.ts index a76823d2..d2c6d4a4 100644 --- a/src/batcher.ts +++ b/src/batcher.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/bulkDataRequestCache.ts b/src/bulkDataRequestCache.ts index d349af37..c14bacf3 100644 --- a/src/bulkDataRequestCache.ts +++ b/src/bulkDataRequestCache.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/bulkIngest.ts b/src/bulkIngest.ts index 928a1736..d8315503 100644 --- a/src/bulkIngest.ts +++ b/src/bulkIngest.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/bulkUtils.ts b/src/bulkUtils.ts index d51114a0..d9169804 100644 --- a/src/bulkUtils.ts +++ b/src/bulkUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/bulk/results.ts b/src/commands/data/bulk/results.ts index 0e3a3f33..a78fc710 100644 --- a/src/commands/data/bulk/results.ts +++ b/src/commands/data/bulk/results.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/create/file.ts b/src/commands/data/create/file.ts index bcf43c3b..995a68c5 100644 --- a/src/commands/data/create/file.ts +++ b/src/commands/data/create/file.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/create/record.ts b/src/commands/data/create/record.ts index cd01d1d2..4da5ee33 100644 --- a/src/commands/data/create/record.ts +++ b/src/commands/data/create/record.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/delete/bulk.ts b/src/commands/data/delete/bulk.ts index d901c3df..e9bfd13a 100644 --- a/src/commands/data/delete/bulk.ts +++ b/src/commands/data/delete/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/delete/record.ts b/src/commands/data/delete/record.ts index 3c7d0f4a..a26b8e58 100644 --- a/src/commands/data/delete/record.ts +++ b/src/commands/data/delete/record.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/delete/resume.ts b/src/commands/data/delete/resume.ts index 3fca7cf3..c1e6f5fb 100644 --- a/src/commands/data/delete/resume.ts +++ b/src/commands/data/delete/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/export/bulk.ts b/src/commands/data/export/bulk.ts index 7a836b3d..a11af621 100644 --- a/src/commands/data/export/bulk.ts +++ b/src/commands/data/export/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/export/resume.ts b/src/commands/data/export/resume.ts index 17ae5560..b3ab02d3 100644 --- a/src/commands/data/export/resume.ts +++ b/src/commands/data/export/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/export/tree.ts b/src/commands/data/export/tree.ts index 226e5a0a..90d3a160 100644 --- a/src/commands/data/export/tree.ts +++ b/src/commands/data/export/tree.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/get/record.ts b/src/commands/data/get/record.ts index 3780b65d..b93e4a05 100644 --- a/src/commands/data/get/record.ts +++ b/src/commands/data/get/record.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/import/bulk.ts b/src/commands/data/import/bulk.ts index 30d62422..e8ca13d9 100644 --- a/src/commands/data/import/bulk.ts +++ b/src/commands/data/import/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/import/resume.ts b/src/commands/data/import/resume.ts index 76e0a0d9..292a16f1 100644 --- a/src/commands/data/import/resume.ts +++ b/src/commands/data/import/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/import/tree.ts b/src/commands/data/import/tree.ts index df82a142..12eb5b11 100644 --- a/src/commands/data/import/tree.ts +++ b/src/commands/data/import/tree.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/query.ts b/src/commands/data/query.ts index ee2851ec..26bc689d 100644 --- a/src/commands/data/query.ts +++ b/src/commands/data/query.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/resume.ts b/src/commands/data/resume.ts index ab54a3af..b90d9559 100644 --- a/src/commands/data/resume.ts +++ b/src/commands/data/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/search.ts b/src/commands/data/search.ts index b0fb305b..a56e764a 100644 --- a/src/commands/data/search.ts +++ b/src/commands/data/search.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/update/bulk.ts b/src/commands/data/update/bulk.ts index de919d50..ce58b037 100644 --- a/src/commands/data/update/bulk.ts +++ b/src/commands/data/update/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/update/record.ts b/src/commands/data/update/record.ts index 4f84d230..9876ac7e 100644 --- a/src/commands/data/update/record.ts +++ b/src/commands/data/update/record.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/update/resume.ts b/src/commands/data/update/resume.ts index 00d0c567..5694c5c0 100644 --- a/src/commands/data/update/resume.ts +++ b/src/commands/data/update/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/upsert/bulk.ts b/src/commands/data/upsert/bulk.ts index 0b3bd020..3c46edbf 100644 --- a/src/commands/data/upsert/bulk.ts +++ b/src/commands/data/upsert/bulk.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/data/upsert/resume.ts b/src/commands/data/upsert/resume.ts index 58e682f5..5a111f38 100644 --- a/src/commands/data/upsert/resume.ts +++ b/src/commands/data/upsert/resume.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/data/bulk/delete.ts b/src/commands/force/data/bulk/delete.ts index 135a8fbc..c4bec8b0 100644 --- a/src/commands/force/data/bulk/delete.ts +++ b/src/commands/force/data/bulk/delete.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/data/bulk/status.ts b/src/commands/force/data/bulk/status.ts index f5e2d0f5..567d7729 100644 --- a/src/commands/force/data/bulk/status.ts +++ b/src/commands/force/data/bulk/status.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/commands/force/data/bulk/upsert.ts b/src/commands/force/data/bulk/upsert.ts index e81616f5..6eafa5f5 100644 --- a/src/commands/force/data/bulk/upsert.ts +++ b/src/commands/force/data/bulk/upsert.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/dataUtils.ts b/src/dataUtils.ts index a05e5630..4de006ab 100644 --- a/src/dataUtils.ts +++ b/src/dataUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/export.ts b/src/export.ts index d0c9bfc5..94d2d3a6 100644 --- a/src/export.ts +++ b/src/export.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/flags.ts b/src/flags.ts index 3bf88cc1..c871711a 100644 --- a/src/flags.ts +++ b/src/flags.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/index.ts b/src/index.ts index 711be5d1..a9d99ece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/queryUtils.ts b/src/queryUtils.ts index 169ca311..84a969a4 100644 --- a/src/queryUtils.ts +++ b/src/queryUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/query/csvReporter.ts b/src/reporters/query/csvReporter.ts index 8d73b2a8..954ed5e4 100644 --- a/src/reporters/query/csvReporter.ts +++ b/src/reporters/query/csvReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/query/humanReporter.ts b/src/reporters/query/humanReporter.ts index b24c3f00..12911d0f 100644 --- a/src/reporters/query/humanReporter.ts +++ b/src/reporters/query/humanReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/query/reporters.ts b/src/reporters/query/reporters.ts index e8e37d85..e2f6c08a 100644 --- a/src/reporters/query/reporters.ts +++ b/src/reporters/query/reporters.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/search/csvSearchReporter.ts b/src/reporters/search/csvSearchReporter.ts index 978fd3da..7e1b8354 100644 --- a/src/reporters/search/csvSearchReporter.ts +++ b/src/reporters/search/csvSearchReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/search/humanSearchReporter.ts b/src/reporters/search/humanSearchReporter.ts index d4f3d402..6b41c3b8 100644 --- a/src/reporters/search/humanSearchReporter.ts +++ b/src/reporters/search/humanSearchReporter.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/reporters/search/reporter.ts b/src/reporters/search/reporter.ts index 993a4fe2..2d76d4c5 100644 --- a/src/reporters/search/reporter.ts +++ b/src/reporters/search/reporter.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/schema/dataImportPlan.ts b/src/schema/dataImportPlan.ts index 7a7aa9f3..606cf1ef 100644 --- a/src/schema/dataImportPlan.ts +++ b/src/schema/dataImportPlan.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/searchUtils.ts b/src/searchUtils.ts index bbacc8eb..8c5bf53b 100644 --- a/src/searchUtils.ts +++ b/src/searchUtils.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/types.ts b/src/types.ts index d3914180..8425d665 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/ux/bulkIngestStages.ts b/src/ux/bulkIngestStages.ts index 50924d5a..61f6d3f1 100644 --- a/src/ux/bulkIngestStages.ts +++ b/src/ux/bulkIngestStages.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/api/data/tree/export.test.ts b/test/api/data/tree/export.test.ts index 7798495f..30988375 100644 --- a/test/api/data/tree/export.test.ts +++ b/test/api/data/tree/export.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/api/data/tree/exportApi.test.ts b/test/api/data/tree/exportApi.test.ts index 0a16deb0..f2b2abab 100644 --- a/test/api/data/tree/exportApi.test.ts +++ b/test/api/data/tree/exportApi.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/api/data/tree/importFiles.test.ts b/test/api/data/tree/importFiles.test.ts index b997f098..25c1ea8e 100644 --- a/test/api/data/tree/importFiles.test.ts +++ b/test/api/data/tree/importFiles.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/api/data/tree/importPlan.test.ts b/test/api/data/tree/importPlan.test.ts index 3a8daefd..9cdf67be 100644 --- a/test/api/data/tree/importPlan.test.ts +++ b/test/api/data/tree/importPlan.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/bulkUtils.test.ts b/test/bulkUtils.test.ts index ee109a1d..820bde3f 100644 --- a/test/bulkUtils.test.ts +++ b/test/bulkUtils.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/batcher.test.ts b/test/commands/batcher.test.ts index e7853375..db5c3fa3 100644 --- a/test/commands/batcher.test.ts +++ b/test/commands/batcher.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/bulk/results.nut.ts b/test/commands/data/bulk/results.nut.ts index 41a718b8..cf452097 100644 --- a/test/commands/data/bulk/results.nut.ts +++ b/test/commands/data/bulk/results.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/create/file.nut.ts b/test/commands/data/create/file.nut.ts index a0102f3e..c577780a 100644 --- a/test/commands/data/create/file.nut.ts +++ b/test/commands/data/create/file.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/create/record.test.ts b/test/commands/data/create/record.test.ts index 495b6703..f8933f23 100644 --- a/test/commands/data/create/record.test.ts +++ b/test/commands/data/create/record.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/dataBulk.nut.ts b/test/commands/data/dataBulk.nut.ts index ff3bcf3d..cc3369ae 100644 --- a/test/commands/data/dataBulk.nut.ts +++ b/test/commands/data/dataBulk.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/dataCommand.test.ts b/test/commands/data/dataCommand.test.ts index d68dfbe8..3b551f7c 100644 --- a/test/commands/data/dataCommand.test.ts +++ b/test/commands/data/dataCommand.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/delete/record.test.ts b/test/commands/data/delete/record.test.ts index 36a7e6f1..621cb7d3 100644 --- a/test/commands/data/delete/record.test.ts +++ b/test/commands/data/delete/record.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/export/bulk.nut.ts b/test/commands/data/export/bulk.nut.ts index c5d0e167..3d4a76ff 100644 --- a/test/commands/data/export/bulk.nut.ts +++ b/test/commands/data/export/bulk.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/export/resume.nut.ts b/test/commands/data/export/resume.nut.ts index 566bef99..cec83060 100644 --- a/test/commands/data/export/resume.nut.ts +++ b/test/commands/data/export/resume.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/export/tree.test.ts b/test/commands/data/export/tree.test.ts index e23ef504..2e4fbb52 100644 --- a/test/commands/data/export/tree.test.ts +++ b/test/commands/data/export/tree.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/get/record.test.ts b/test/commands/data/get/record.test.ts index e77fb866..271ebff4 100644 --- a/test/commands/data/get/record.test.ts +++ b/test/commands/data/get/record.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/import/bulk.nut.ts b/test/commands/data/import/bulk.nut.ts index 995f0255..bb04d75e 100644 --- a/test/commands/data/import/bulk.nut.ts +++ b/test/commands/data/import/bulk.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/import/resume.nut.ts b/test/commands/data/import/resume.nut.ts index 7df86b6c..32287d41 100644 --- a/test/commands/data/import/resume.nut.ts +++ b/test/commands/data/import/resume.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/query.test.ts b/test/commands/data/query.test.ts index 80804c1f..2a38cddb 100644 --- a/test/commands/data/query.test.ts +++ b/test/commands/data/query.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/query/query.nut.ts b/test/commands/data/query/query.nut.ts index 5939d59b..1f0735a1 100644 --- a/test/commands/data/query/query.nut.ts +++ b/test/commands/data/query/query.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/record/dataRecord.nut.ts b/test/commands/data/record/dataRecord.nut.ts index 6fb14617..45fd8987 100644 --- a/test/commands/data/record/dataRecord.nut.ts +++ b/test/commands/data/record/dataRecord.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/search.nut.ts b/test/commands/data/search.nut.ts index bded2c02..d24c00d4 100644 --- a/test/commands/data/search.nut.ts +++ b/test/commands/data/search.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTree.nut.ts b/test/commands/data/tree/dataTree.nut.ts index 713f84f5..0cba818a 100644 --- a/test/commands/data/tree/dataTree.nut.ts +++ b/test/commands/data/tree/dataTree.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeCommonChild.nut.ts b/test/commands/data/tree/dataTreeCommonChild.nut.ts index eb5bb99a..dbff799e 100644 --- a/test/commands/data/tree/dataTreeCommonChild.nut.ts +++ b/test/commands/data/tree/dataTreeCommonChild.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeDeep.nut.ts b/test/commands/data/tree/dataTreeDeep.nut.ts index e08ffbc9..2df7f8c0 100644 --- a/test/commands/data/tree/dataTreeDeep.nut.ts +++ b/test/commands/data/tree/dataTreeDeep.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeDeepBeta.nut.ts b/test/commands/data/tree/dataTreeDeepBeta.nut.ts index 83c7b114..a2ac3376 100644 --- a/test/commands/data/tree/dataTreeDeepBeta.nut.ts +++ b/test/commands/data/tree/dataTreeDeepBeta.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeJunction.nut.ts b/test/commands/data/tree/dataTreeJunction.nut.ts index 720d7f68..70e86def 100644 --- a/test/commands/data/tree/dataTreeJunction.nut.ts +++ b/test/commands/data/tree/dataTreeJunction.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeMissingRef.nut.ts b/test/commands/data/tree/dataTreeMissingRef.nut.ts index 2c961b43..ae1f6c72 100644 --- a/test/commands/data/tree/dataTreeMissingRef.nut.ts +++ b/test/commands/data/tree/dataTreeMissingRef.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeMoreThan200.nut.ts b/test/commands/data/tree/dataTreeMoreThan200.nut.ts index 90ed7023..f5fe9823 100644 --- a/test/commands/data/tree/dataTreeMoreThan200.nut.ts +++ b/test/commands/data/tree/dataTreeMoreThan200.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/tree/dataTreeSelfReferencing.nut.ts b/test/commands/data/tree/dataTreeSelfReferencing.nut.ts index 1ca58c0b..be292f55 100644 --- a/test/commands/data/tree/dataTreeSelfReferencing.nut.ts +++ b/test/commands/data/tree/dataTreeSelfReferencing.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/update/bulk.nut.ts b/test/commands/data/update/bulk.nut.ts index 7a1034e6..934ae799 100644 --- a/test/commands/data/update/bulk.nut.ts +++ b/test/commands/data/update/bulk.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/update/record.test.ts b/test/commands/data/update/record.test.ts index 3592c995..b4472172 100644 --- a/test/commands/data/update/record.test.ts +++ b/test/commands/data/update/record.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/data/update/resume.nut.ts b/test/commands/data/update/resume.nut.ts index 7fdf9a09..a55a4fc4 100644 --- a/test/commands/data/update/resume.nut.ts +++ b/test/commands/data/update/resume.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/force/data/bulk/dataBulk.nut.ts b/test/commands/force/data/bulk/dataBulk.nut.ts index 48a6879e..f3381d53 100644 --- a/test/commands/force/data/bulk/dataBulk.nut.ts +++ b/test/commands/force/data/bulk/dataBulk.nut.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/commands/force/data/bulk/upsert.test.ts b/test/commands/force/data/bulk/upsert.test.ts index 888af1c8..9d6552ba 100644 --- a/test/commands/force/data/bulk/upsert.test.ts +++ b/test/commands/force/data/bulk/upsert.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/queryFields.test.ts b/test/queryFields.test.ts index 666a7f9e..2e9c9a5d 100644 --- a/test/queryFields.test.ts +++ b/test/queryFields.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/reporters/csv.test.ts b/test/reporters/csv.test.ts index 8436b7e5..37386fb6 100644 --- a/test/reporters/csv.test.ts +++ b/test/reporters/csv.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/reporters/csvSearchReporter.test.ts b/test/reporters/csvSearchReporter.test.ts index c0c80eb8..ee386c17 100644 --- a/test/reporters/csvSearchReporter.test.ts +++ b/test/reporters/csvSearchReporter.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/reporters/humanSearchReporter.test.ts b/test/reporters/humanSearchReporter.test.ts index 0fc3b871..da63582b 100644 --- a/test/reporters/humanSearchReporter.test.ts +++ b/test/reporters/humanSearchReporter.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/reporters/reporter.test.ts b/test/reporters/reporter.test.ts index f4782e4c..a1a4d8ff 100644 --- a/test/reporters/reporter.test.ts +++ b/test/reporters/reporter.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/reporters/reporters.test.ts b/test/reporters/reporters.test.ts index ce70e8fd..1fd50a02 100644 --- a/test/reporters/reporters.test.ts +++ b/test/reporters/reporters.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/test-files/queryFields.exemplars.ts b/test/test-files/queryFields.exemplars.ts index ca7021de..4d6e1087 100644 --- a/test/test-files/queryFields.exemplars.ts +++ b/test/test-files/queryFields.exemplars.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/test-files/soqlQuery.exemplars.ts b/test/test-files/soqlQuery.exemplars.ts index 596729a8..f6b09889 100644 --- a/test/test-files/soqlQuery.exemplars.ts +++ b/test/test-files/soqlQuery.exemplars.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/testUtil.ts b/test/testUtil.ts index 30d184f5..cd0c99e9 100644 --- a/test/testUtil.ts +++ b/test/testUtil.ts @@ -1,5 +1,5 @@ /* - * Copyright 2025, Salesforce, Inc. + * Copyright 2026, Salesforce, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From eb699368ccd83840a3a1322dd0aa2c7a947a6ca2 Mon Sep 17 00:00:00 2001 From: soridalac Date: Tue, 10 Feb 2026 13:19:11 -0800 Subject: [PATCH 2/2] fix: enable PDP events via o11y for PFT --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index f6f55656..210eb162 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,8 @@ "test:only": "wireit", "version": "oclif readme" }, + "enableO11y": true, + "o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics", "dependencies": { "@jsforce/jsforce-node": "^3.10.8", "@oclif/multi-stage-output": "^0.8.29",