beamable-sdk / schema / GetManifestDiffsRequest
Type Alias: GetManifestDiffsRequest¶
GetManifestDiffsRequest =
object
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:6
⚠️ THIS FILE IS AUTO-GENERATED. DO NOT EDIT MANUALLY. All manual edits will be lost when this file is regenerated.
Properties¶
fromDate?¶
optionalfromDate:bigint|string
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:8
fromUid?¶
optionalfromUid:string
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:9
limit?¶
optionallimit:number
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:10
manifestId¶
manifestId:
string
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:7
offset?¶
optionaloffset:number
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:11
toDate?¶
optionaltoDate:bigint|string
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:12
toUid?¶
optionaltoUid:string
Defined in: src/__generated__/schemas/GetManifestDiffsRequest.ts:13