Skip to content

Commit

Permalink
Regenerate e2e.generated.1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantpark04 committed Jul 24, 2024
1 parent 15d50cb commit 8721e12
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
GeoShape,
LocalDate,
OntologyObject,
StringLong,
TimeSeries,
Timestamp,
} from '@osdk/legacy-client';
Expand Down Expand Up @@ -42,8 +43,8 @@ export interface ObjectTypeWithAllPropertyTypes extends OntologyObject {
readonly id: number | undefined;
readonly integer: number | undefined;
readonly integerArray: number[] | undefined;
readonly long: string | undefined;
readonly longArray: string[] | undefined;
readonly long: StringLong | undefined;
readonly longArray: StringLong[] | undefined;
readonly numericTimeseries: TimeSeries<number> | undefined;
readonly short: number | undefined;
readonly shortArray: number[] | undefined;
Expand Down

0 comments on commit 8721e12

Please sign in to comment.