Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
15
server/node_modules/node-appwrite/dist/enums/execution-method.mjs
generated
vendored
Normal file
15
server/node_modules/node-appwrite/dist/enums/execution-method.mjs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// src/enums/execution-method.ts
|
||||
var ExecutionMethod = /* @__PURE__ */ ((ExecutionMethod2) => {
|
||||
ExecutionMethod2["GET"] = "GET";
|
||||
ExecutionMethod2["POST"] = "POST";
|
||||
ExecutionMethod2["PUT"] = "PUT";
|
||||
ExecutionMethod2["PATCH"] = "PATCH";
|
||||
ExecutionMethod2["DELETE"] = "DELETE";
|
||||
ExecutionMethod2["OPTIONS"] = "OPTIONS";
|
||||
ExecutionMethod2["HEAD"] = "HEAD";
|
||||
return ExecutionMethod2;
|
||||
})(ExecutionMethod || {});
|
||||
|
||||
export { ExecutionMethod };
|
||||
//# sourceMappingURL=out.js.map
|
||||
//# sourceMappingURL=execution-method.mjs.map
|
||||
Reference in New Issue
Block a user