UNPKG

@cerbos/embedded

Version:

Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications

15 lines 488 B
export declare const protobufPackage = "google.api"; export declare enum FieldBehavior { FIELD_BEHAVIOR_UNSPECIFIED = 0, OPTIONAL = 1, REQUIRED = 2, OUTPUT_ONLY = 3, INPUT_ONLY = 4, IMMUTABLE = 5, UNORDERED_LIST = 6, NON_EMPTY_DEFAULT = 7, IDENTIFIER = 8 } export declare function fieldBehaviorFromJSON(object: any): FieldBehavior; export declare function fieldBehaviorToJSON(object: FieldBehavior): string; //# sourceMappingURL=field_behavior.d.ts.map