@better-auth/scim 1.5.0-beta.8 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # Better Auth SCIM Plugin
2
+
3
+ SCIM (System for Cross-domain Identity Management) plugin for [Better Auth](https://www.better-auth.com) — enable enterprise user provisioning.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @better-auth/scim
9
+ ```
10
+
11
+ ## Documentation
12
+
13
+ For full documentation, visit [better-auth.com/docs/plugins/scim](https://www.better-auth.com/docs/plugins/scim).
14
+
15
+ ## License
16
+
17
+ MIT
package/dist/client.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { t as scim } from "./index-C1g0YSP7.mjs";
1
+ import { scim } from "./index.mjs";
2
2
 
3
3
  //#region src/client.d.ts
4
4
  declare const scimClient: () => {
@@ -6,4 +6,5 @@ declare const scimClient: () => {
6
6
  $InferServerPlugin: ReturnType<typeof scim>;
7
7
  };
8
8
  //#endregion
9
- export { scimClient };
9
+ export { scimClient };
10
+ //# sourceMappingURL=client.d.mts.map
package/dist/client.mjs CHANGED
@@ -7,4 +7,5 @@ const scimClient = () => {
7
7
  };
8
8
 
9
9
  //#endregion
10
- export { scimClient };
10
+ export { scimClient };
11
+ //# sourceMappingURL=client.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.mjs","names":[],"sources":["../src/client.ts"],"sourcesContent":["import type { BetterAuthClientPlugin } from \"better-auth/client\";\nimport type { scim } from \"./index\";\n\nexport const scimClient = () => {\n\treturn {\n\t\tid: \"scim-client\",\n\t\t$InferServerPlugin: {} as ReturnType<typeof scim>,\n\t} satisfies BetterAuthClientPlugin;\n};\n"],"mappings":";AAGA,MAAa,mBAAmB;AAC/B,QAAO;EACN,IAAI;EACJ,oBAAoB,EAAE;EACtB"}