Skip to content

Commit b96e7ea

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@8cf49cc9.
1 parent 7a348e6 commit b96e7ea

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Segment.PublicApi.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{734338E5-1E2C-45A0-B1DA-CCF113772E73}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Segment.PublicApi", "src\Segment.PublicApi\Segment.PublicApi.csproj", "{7D46945F-A5EB-4814-A8CE-029AC73E4259}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{734338E5-1E2C-45A0-B1DA-CCF113772E73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{734338E5-1E2C-45A0-B1DA-CCF113772E73}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{734338E5-1E2C-45A0-B1DA-CCF113772E73}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{734338E5-1E2C-45A0-B1DA-CCF113772E73}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{7D46945F-A5EB-4814-A8CE-029AC73E4259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{7D46945F-A5EB-4814-A8CE-029AC73E4259}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{7D46945F-A5EB-4814-A8CE-029AC73E4259}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{7D46945F-A5EB-4814-A8CE-029AC73E4259}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

src/Segment.PublicApi/Model/CreateFunctionV1Input.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,17 @@ public enum ResourceTypeEnum
5151
[EnumMember(Value = "INSERT_DESTINATION")]
5252
INSERTDESTINATION = 2,
5353

54+
/// <summary>
55+
/// Enum INSERTSOURCE for value: INSERT_SOURCE
56+
/// </summary>
57+
[EnumMember(Value = "INSERT_SOURCE")]
58+
INSERTSOURCE = 3,
59+
5460
/// <summary>
5561
/// Enum SOURCE for value: SOURCE
5662
/// </summary>
5763
[EnumMember(Value = "SOURCE")]
58-
SOURCE = 3
64+
SOURCE = 4
5965
}
6066

6167

0 commit comments

Comments
 (0)