feat: Deprecation DEPPS10: Encode Parse.Object in Cloud Function and remove option encodeParseObjectInCloudFunction (#9973)
BREAKING CHANGE: This release encodes `Parse.Object` in Cloud Function and removes option `encodeParseObjectInCloudFunction` (Deprecation DEPPS10).
This commit is contained in:
1
types/Options/index.d.ts
vendored
1
types/Options/index.d.ts
vendored
@@ -84,7 +84,6 @@ export interface ParseServerOptions {
|
||||
passwordPolicy?: PasswordPolicyOptions;
|
||||
cacheAdapter?: Adapter<CacheAdapter>;
|
||||
emailAdapter?: Adapter<MailAdapter>;
|
||||
encodeParseObjectInCloudFunction?: boolean;
|
||||
publicServerURL?: string | (() => string) | (() => Promise<string>);
|
||||
pages?: PagesOptions;
|
||||
customPages?: CustomPagesOptions;
|
||||
|
||||
Reference in New Issue
Block a user