@firestore-emulator/proto
Version:
Generated Firestore Protobufs For Firestore Emulator
41 lines (40 loc) • 1.9 kB
JavaScript
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// generated/google/api/field_behavior.ts
var field_behavior_exports = {};
__export(field_behavior_exports, {
FieldBehavior: () => FieldBehavior
});
module.exports = __toCommonJS(field_behavior_exports);
var FieldBehavior = /* @__PURE__ */ ((FieldBehavior2) => {
FieldBehavior2[FieldBehavior2["FIELD_BEHAVIOR_UNSPECIFIED"] = 0] = "FIELD_BEHAVIOR_UNSPECIFIED";
FieldBehavior2[FieldBehavior2["OPTIONAL"] = 1] = "OPTIONAL";
FieldBehavior2[FieldBehavior2["REQUIRED"] = 2] = "REQUIRED";
FieldBehavior2[FieldBehavior2["OUTPUT_ONLY"] = 3] = "OUTPUT_ONLY";
FieldBehavior2[FieldBehavior2["INPUT_ONLY"] = 4] = "INPUT_ONLY";
FieldBehavior2[FieldBehavior2["IMMUTABLE"] = 5] = "IMMUTABLE";
FieldBehavior2[FieldBehavior2["UNORDERED_LIST"] = 6] = "UNORDERED_LIST";
FieldBehavior2[FieldBehavior2["NON_EMPTY_DEFAULT"] = 7] = "NON_EMPTY_DEFAULT";
FieldBehavior2[FieldBehavior2["IDENTIFIER"] = 8] = "IDENTIFIER";
return FieldBehavior2;
})(FieldBehavior || {});
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
FieldBehavior
});
//# sourceMappingURL=field_behavior.js.map