Skip to content

Commit

Permalink
build: upgraded to API v60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Apr 3, 2024
1 parent 74958d2 commit 655ad22
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
],
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "59.0"
"sourceApiVersion": "60.0"
}
2 changes: 1 addition & 1 deletion src/main/default/classes/StreamingMonitorController.cls
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public abstract class StreamingMonitorController {
public void execute(QueueableContext context) {
String restAPIURL =
URL.getOrgDomainUrl().toExternalForm() +
'/services/data/v59.0/sobjects/StreamingChannel/' +
'/services/data/v60.0/sobjects/StreamingChannel/' +
channelId +
'/push';
HttpRequest httpRequest = new HttpRequest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="StreamingMonitorController"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<status>Active</status>
</ApexClass>
2 changes: 1 addition & 1 deletion src/main/default/lwc/actions/actions.js-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://soap.sforce.com/2006/04/metadata"
fqn="actions"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/actions/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
pushTopic.Name = 'ClosedCaseUpdates';<br />
pushTopic.Query = 'SELECT Id, Subject FROM Case WHERE
Status=\'Closed\'';<br />
pushTopic.ApiVersion = 59.0;<br />
pushTopic.ApiVersion = 60.0;<br />
pushTopic.NotifyForOperationCreate = true;<br />
pushTopic.NotifyForOperationUpdate = true;<br />
pushTopic.NotifyForOperationUndelete = true;<br />
Expand Down
2 changes: 1 addition & 1 deletion src/main/default/lwc/eventFilters/eventFilters.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/events/events.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/modal/modal.js-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://soap.sforce.com/2006/04/metadata"
fqn="modal"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/notice/notice.js-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://soap.sforce.com/2006/04/metadata"
fqn="notice"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/orgLimits/orgLimits.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/main/default/lwc/sidebar/sidebar.js-meta.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Streaming Monitor</masterLabel>
<targets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"entityName": "Account",
"changeType": "UPDATE",
"changedFields": ["Description", "LastModifiedDate"],
"changeOrigin": "com/salesforce/api/soap/59.0;client=SfdcInternalAPI/",
"changeOrigin": "com/salesforce/api/soap/60.0;client=SfdcInternalAPI/",
"transactionKey": "0006b519-cb7b-7418-abd5-e47fe932ae26",
"commitTimestamp": 1615367339000,
"recordIds": ["0011X00000mzMB4QAM"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="http://soap.sforce.com/2006/04/metadata"
fqn="streamingUtility"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<isExposed>false</isExposed>
</LightningComponentBundle>
2 changes: 1 addition & 1 deletion src/test/default/classes/GenericEventPostMock.cls-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="GenericEventPostMock"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<status>Active</status>
</ApexClass>
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public class StreamingMonitorControllerTest {
PushTopic pushTopic = new PushTopic();
pushTopic.Name = 'TestPT';
pushTopic.Query = 'SELECT Id, Name FROM Account';
pushTopic.ApiVersion = 59.0;
pushTopic.ApiVersion = 60.0;
pushTopic.NotifyForOperationCreate = true;
pushTopic.NotifyForOperationUpdate = true;
pushTopic.NotifyForOperationUndelete = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
xmlns="urn:metadata.tooling.soap.sforce.com"
fqn="StreamingMonitorControllerTest"
>
<apiVersion>59.0</apiVersion>
<apiVersion>60.0</apiVersion>
<status>Active</status>
</ApexClass>

0 comments on commit 655ad22

Please sign in to comment.