Skip to content

Commit

Permalink
Support Winter '22 (v53)
Browse files Browse the repository at this point in the history
Fixes #81
  • Loading branch information
Alan Morey authored and alan-morey committed Jun 24, 2022
1 parent 2e9fe65 commit b755fa1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ant-includes/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sf.maxPoll = 200
sf.batchSize = 20

# The version of the antlib jar in lib
sf.antlib.version = 52.0
sf.antlib.version = 53.0

# Use 'https://login.salesforce.com' for production or developer edition
# Use 'https://test.salesforce.com for sandbox.
Expand Down
16 changes: 13 additions & 3 deletions force-meta-backup.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy
@Grab(group='com.force.api', module='force-partner-api', version='52.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='52.0.0')
@Grab(group='com.force.api', module='force-partner-api', version='53.0.0')
@Grab(group='com.force.api', module='force-metadata-api', version='53.0.0')

import com.sforce.soap.metadata.FileProperties
import com.sforce.soap.metadata.ListMetadataQuery
Expand Down Expand Up @@ -373,6 +373,8 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'CustomPageWebLink',
'CustomSite',
'DataCategoryGroup',
'DataPackageKitDefinition',
'DataPackageKitObject',
'DecisionTable',
'DecisionTableDatasetLink',
'DelegateGroup',
Expand Down Expand Up @@ -418,6 +420,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'LightningBolt',
'LightningExperienceTheme',
'LightningMessageChannel',
'LightningOnboardingConfig',
'LiveChatAgentConfig',
'LiveChatButton',
'LiveChatDeployment',
Expand All @@ -427,10 +430,12 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'MatchingRule',
'MilestoneType',
'MktCalcInsightObjectDef',
'MLDataDefinition',
'MlDomain',
'MLPredictionDefinition',
'MobileApplicationDetail',
'ModerationRule',
'MutingPermissionSet',
'MyDomainDiscoverableLogin',
'NamedCredential',
'NavigationMenu',
Expand All @@ -440,15 +445,19 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'OauthCustomScope',
'OcrSampleDocument',
'OcrTemplate',
'OmniInteractionAccessConfig',
'OmniInteractionConfig',
'OrchestrationContext',
'OrchestrationContextEvents',
'OutboundNetworkConnection',
'PathAssistant',
'PaymentGatewayProvider',
'PermissionSet',
'PermissionSetGroup',
'PlatformCachePartition',
'PlatformEventChannel',
'PlatformEventChannelMember',
'PlatformEventSubscriberConfig',
'Portal',
'PostTemplate',
'PresenceDeclineReason',
Expand All @@ -469,6 +478,7 @@ class BulkMetadataManifestBuilder extends ManifestBuilder {
'RoleOrTerritory',
'SalesWorkQueueSettings',
'SamlSsoConfig',
'SchedulingRule',
'Scontrol',
'ServiceAISetupDefinition',
'ServiceAISetupField',
Expand Down Expand Up @@ -727,8 +737,8 @@ class MiscMetadataManifestBuilder extends ManifestBuilder {
]

static final WILDCARD_TYPES = [
'ApexTrigger',
'ApexComponent',
'ApexTrigger',
'AuraDefinitionBundle',
'LightningComponentBundle',
'StandardValueSetTranslation',
Expand Down
Binary file not shown.

0 comments on commit b755fa1

Please sign in to comment.