Skip to content

Commit 5578212

Browse files
committed
Updated default models to SF API v64.0
1 parent 11ec2e0 commit 5578212

755 files changed

Lines changed: 28865 additions & 1136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/NetCoreForce.Models/SfAIApplication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIApplicationConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIInsightAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIInsightFeedback.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIInsightReason.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIInsightValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAIRecordInsight.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

@@ -123,7 +123,7 @@ public static string SObjectTypeName
123123
/// AI Application ID
124124
/// <para>Name: AiApplicationId</para>
125125
/// <para>SF Type: reference</para>
126-
/// <para>Nillable: False</para>
126+
/// <para>Nillable: True</para>
127127
///</summary>
128128
[JsonProperty(PropertyName = "aiApplicationId")]
129129
[Updateable(false), Createable(false)]
@@ -141,7 +141,7 @@ public static string SObjectTypeName
141141
/// Target ID
142142
/// <para>Name: TargetId</para>
143143
/// <para>SF Type: reference</para>
144-
/// <para>Nillable: False</para>
144+
/// <para>Nillable: True</para>
145145
///</summary>
146146
[JsonProperty(PropertyName = "targetId")]
147147
[Updateable(false), Createable(false)]

src/NetCoreForce.Models/SfAcceptedEventRelation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAccount.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

src/NetCoreForce.Models/SfAccountCleanInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SF API version v57.0
1+
// SF API version v64.0
22
// Custom fields included: False
33
// Relationship objects included: True
44

0 commit comments

Comments
 (0)