@wix/auto_sdk_members_members 1.0.113 → 1.0.115

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +23 -69
  2. package/build/cjs/index.js +74 -2763
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +68 -62
  5. package/build/cjs/index.typings.js +24 -2713
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +64 -64
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.d.ts +4 -4
  10. package/build/es/index.d.mts +23 -69
  11. package/build/es/index.mjs +74 -2753
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +68 -62
  14. package/build/es/index.typings.mjs +24 -2703
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +64 -64
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +4 -4
  19. package/build/internal/cjs/index.d.ts +23 -69
  20. package/build/internal/cjs/index.js +74 -2763
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +68 -62
  23. package/build/internal/cjs/index.typings.js +24 -2713
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +64 -64
  26. package/build/internal/cjs/meta.js.map +1 -1
  27. package/build/internal/cjs/schemas.d.ts +4 -4
  28. package/build/internal/es/index.d.mts +23 -69
  29. package/build/internal/es/index.mjs +74 -2753
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +68 -62
  32. package/build/internal/es/index.typings.mjs +24 -2703
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +64 -64
  35. package/build/internal/es/meta.mjs.map +1 -1
  36. package/build/internal/es/schemas.d.mts +4 -4
  37. package/package.json +2 -2
@@ -341,8 +341,8 @@ declare const GetCurrentMemberRequest: z.ZodObject<{
341
341
  options: z.ZodOptional<z.ZodObject<{
342
342
  fieldsets: z.ZodOptional<z.ZodArray<z.ZodEnum<{
343
343
  PUBLIC: "PUBLIC";
344
- FULL: "FULL";
345
344
  EXTENDED: "EXTENDED";
345
+ FULL: "FULL";
346
346
  }>>>;
347
347
  }, z.core.$strip>>;
348
348
  }, z.core.$strip>;
@@ -433,8 +433,8 @@ declare const GetMemberRequest: z.ZodObject<{
433
433
  options: z.ZodOptional<z.ZodObject<{
434
434
  fieldsets: z.ZodOptional<z.ZodArray<z.ZodEnum<{
435
435
  PUBLIC: "PUBLIC";
436
- FULL: "FULL";
437
436
  EXTENDED: "EXTENDED";
437
+ FULL: "FULL";
438
438
  }>>>;
439
439
  }, z.core.$strip>>;
440
440
  }, z.core.$strip>;
@@ -526,8 +526,8 @@ declare const ListMembersRequest: z.ZodObject<{
526
526
  }, z.core.$strip>>;
527
527
  fieldsets: z.ZodOptional<z.ZodArray<z.ZodEnum<{
528
528
  PUBLIC: "PUBLIC";
529
- FULL: "FULL";
530
529
  EXTENDED: "EXTENDED";
530
+ FULL: "FULL";
531
531
  }>>>;
532
532
  sorting: z.ZodOptional<z.ZodArray<z.ZodObject<{
533
533
  fieldName: z.ZodOptional<z.ZodString>;
@@ -764,8 +764,8 @@ declare const QueryMembersRequest: z.ZodObject<{
764
764
  options: z.ZodOptional<z.ZodObject<{
765
765
  fieldsets: z.ZodOptional<z.ZodArray<z.ZodEnum<{
766
766
  PUBLIC: "PUBLIC";
767
- FULL: "FULL";
768
767
  EXTENDED: "EXTENDED";
768
+ FULL: "FULL";
769
769
  }>>>;
770
770
  search: z.ZodOptional<z.ZodObject<{
771
771
  expression: z.ZodNullable<z.ZodOptional<z.ZodString>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_members_members",
3
- "version": "1.0.113",
3
+ "version": "1.0.115",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -57,5 +57,5 @@
57
57
  "fqdn": "wix.members.v1.member"
58
58
  }
59
59
  },
60
- "falconPackageHash": "730bde47e3455115877b65ea7aca5d4bc26c777e2256b0bfaad1ee34"
60
+ "falconPackageHash": "44695e65f45aceac583c85eec4ace37e6efc1638aca99951fcc735d6"
61
61
  }