@wix/auto_sdk_user-management_users 1.0.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.
Files changed (111) hide show
  1. package/build/cjs/index.d.ts +1 -0
  2. package/build/cjs/index.js +18 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1 -0
  5. package/build/cjs/index.typings.js +18 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1 -0
  8. package/build/cjs/meta.js +18 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/identity-roles-v1-user-users.context.d.ts +8 -0
  11. package/build/cjs/src/identity-roles-v1-user-users.context.js +32 -0
  12. package/build/cjs/src/identity-roles-v1-user-users.context.js.map +1 -0
  13. package/build/cjs/src/identity-roles-v1-user-users.http.d.ts +26 -0
  14. package/build/cjs/src/identity-roles-v1-user-users.http.js +254 -0
  15. package/build/cjs/src/identity-roles-v1-user-users.http.js.map +1 -0
  16. package/build/cjs/src/identity-roles-v1-user-users.meta.d.ts +17 -0
  17. package/build/cjs/src/identity-roles-v1-user-users.meta.js +123 -0
  18. package/build/cjs/src/identity-roles-v1-user-users.meta.js.map +1 -0
  19. package/build/cjs/src/identity-roles-v1-user-users.public.d.ts +43 -0
  20. package/build/cjs/src/identity-roles-v1-user-users.public.js +57 -0
  21. package/build/cjs/src/identity-roles-v1-user-users.public.js.map +1 -0
  22. package/build/cjs/src/identity-roles-v1-user-users.types.d.ts +1043 -0
  23. package/build/cjs/src/identity-roles-v1-user-users.types.js +140 -0
  24. package/build/cjs/src/identity-roles-v1-user-users.types.js.map +1 -0
  25. package/build/cjs/src/identity-roles-v1-user-users.universal.d.ts +1124 -0
  26. package/build/cjs/src/identity-roles-v1-user-users.universal.js +363 -0
  27. package/build/cjs/src/identity-roles-v1-user-users.universal.js.map +1 -0
  28. package/build/es/index.d.ts +1 -0
  29. package/build/es/index.js +2 -0
  30. package/build/es/index.js.map +1 -0
  31. package/build/es/index.typings.d.ts +1 -0
  32. package/build/es/index.typings.js +2 -0
  33. package/build/es/index.typings.js.map +1 -0
  34. package/build/es/meta.d.ts +1 -0
  35. package/build/es/meta.js +2 -0
  36. package/build/es/meta.js.map +1 -0
  37. package/build/es/package.json +3 -0
  38. package/build/es/src/identity-roles-v1-user-users.context.d.ts +8 -0
  39. package/build/es/src/identity-roles-v1-user-users.context.js +10 -0
  40. package/build/es/src/identity-roles-v1-user-users.context.js.map +1 -0
  41. package/build/es/src/identity-roles-v1-user-users.http.d.ts +26 -0
  42. package/build/es/src/identity-roles-v1-user-users.http.js +246 -0
  43. package/build/es/src/identity-roles-v1-user-users.http.js.map +1 -0
  44. package/build/es/src/identity-roles-v1-user-users.meta.d.ts +17 -0
  45. package/build/es/src/identity-roles-v1-user-users.meta.js +92 -0
  46. package/build/es/src/identity-roles-v1-user-users.meta.js.map +1 -0
  47. package/build/es/src/identity-roles-v1-user-users.public.d.ts +43 -0
  48. package/build/es/src/identity-roles-v1-user-users.public.js +30 -0
  49. package/build/es/src/identity-roles-v1-user-users.public.js.map +1 -0
  50. package/build/es/src/identity-roles-v1-user-users.types.d.ts +1043 -0
  51. package/build/es/src/identity-roles-v1-user-users.types.js +137 -0
  52. package/build/es/src/identity-roles-v1-user-users.types.js.map +1 -0
  53. package/build/es/src/identity-roles-v1-user-users.universal.d.ts +1124 -0
  54. package/build/es/src/identity-roles-v1-user-users.universal.js +332 -0
  55. package/build/es/src/identity-roles-v1-user-users.universal.js.map +1 -0
  56. package/build/internal/cjs/index.d.ts +1 -0
  57. package/build/internal/cjs/index.js +18 -0
  58. package/build/internal/cjs/index.js.map +1 -0
  59. package/build/internal/cjs/index.typings.d.ts +1 -0
  60. package/build/internal/cjs/index.typings.js +18 -0
  61. package/build/internal/cjs/index.typings.js.map +1 -0
  62. package/build/internal/cjs/meta.d.ts +1 -0
  63. package/build/internal/cjs/meta.js +18 -0
  64. package/build/internal/cjs/meta.js.map +1 -0
  65. package/build/internal/cjs/src/identity-roles-v1-user-users.context.d.ts +10 -0
  66. package/build/internal/cjs/src/identity-roles-v1-user-users.context.js +32 -0
  67. package/build/internal/cjs/src/identity-roles-v1-user-users.context.js.map +1 -0
  68. package/build/internal/cjs/src/identity-roles-v1-user-users.http.d.ts +26 -0
  69. package/build/internal/cjs/src/identity-roles-v1-user-users.http.js +254 -0
  70. package/build/internal/cjs/src/identity-roles-v1-user-users.http.js.map +1 -0
  71. package/build/internal/cjs/src/identity-roles-v1-user-users.meta.d.ts +17 -0
  72. package/build/internal/cjs/src/identity-roles-v1-user-users.meta.js +123 -0
  73. package/build/internal/cjs/src/identity-roles-v1-user-users.meta.js.map +1 -0
  74. package/build/internal/cjs/src/identity-roles-v1-user-users.public.d.ts +53 -0
  75. package/build/internal/cjs/src/identity-roles-v1-user-users.public.js +57 -0
  76. package/build/internal/cjs/src/identity-roles-v1-user-users.public.js.map +1 -0
  77. package/build/internal/cjs/src/identity-roles-v1-user-users.types.d.ts +1043 -0
  78. package/build/internal/cjs/src/identity-roles-v1-user-users.types.js +140 -0
  79. package/build/internal/cjs/src/identity-roles-v1-user-users.types.js.map +1 -0
  80. package/build/internal/cjs/src/identity-roles-v1-user-users.universal.d.ts +1138 -0
  81. package/build/internal/cjs/src/identity-roles-v1-user-users.universal.js +363 -0
  82. package/build/internal/cjs/src/identity-roles-v1-user-users.universal.js.map +1 -0
  83. package/build/internal/es/index.d.ts +1 -0
  84. package/build/internal/es/index.js +2 -0
  85. package/build/internal/es/index.js.map +1 -0
  86. package/build/internal/es/index.typings.d.ts +1 -0
  87. package/build/internal/es/index.typings.js +2 -0
  88. package/build/internal/es/index.typings.js.map +1 -0
  89. package/build/internal/es/meta.d.ts +1 -0
  90. package/build/internal/es/meta.js +2 -0
  91. package/build/internal/es/meta.js.map +1 -0
  92. package/build/internal/es/src/identity-roles-v1-user-users.context.d.ts +10 -0
  93. package/build/internal/es/src/identity-roles-v1-user-users.context.js +10 -0
  94. package/build/internal/es/src/identity-roles-v1-user-users.context.js.map +1 -0
  95. package/build/internal/es/src/identity-roles-v1-user-users.http.d.ts +26 -0
  96. package/build/internal/es/src/identity-roles-v1-user-users.http.js +246 -0
  97. package/build/internal/es/src/identity-roles-v1-user-users.http.js.map +1 -0
  98. package/build/internal/es/src/identity-roles-v1-user-users.meta.d.ts +17 -0
  99. package/build/internal/es/src/identity-roles-v1-user-users.meta.js +92 -0
  100. package/build/internal/es/src/identity-roles-v1-user-users.meta.js.map +1 -0
  101. package/build/internal/es/src/identity-roles-v1-user-users.public.d.ts +53 -0
  102. package/build/internal/es/src/identity-roles-v1-user-users.public.js +30 -0
  103. package/build/internal/es/src/identity-roles-v1-user-users.public.js.map +1 -0
  104. package/build/internal/es/src/identity-roles-v1-user-users.types.d.ts +1043 -0
  105. package/build/internal/es/src/identity-roles-v1-user-users.types.js +137 -0
  106. package/build/internal/es/src/identity-roles-v1-user-users.types.js.map +1 -0
  107. package/build/internal/es/src/identity-roles-v1-user-users.universal.d.ts +1138 -0
  108. package/build/internal/es/src/identity-roles-v1-user-users.universal.js +332 -0
  109. package/build/internal/es/src/identity-roles-v1-user-users.universal.js.map +1 -0
  110. package/meta/package.json +3 -0
  111. package/package.json +52 -0
@@ -0,0 +1,137 @@
1
+ export var ResourceType;
2
+ (function (ResourceType) {
3
+ ResourceType["UNKNOWN_RESOURCE_TYPE"] = "UNKNOWN_RESOURCE_TYPE";
4
+ ResourceType["SITE"] = "SITE";
5
+ })(ResourceType || (ResourceType = {}));
6
+ export var ConditionAttributeType;
7
+ (function (ConditionAttributeType) {
8
+ ConditionAttributeType["UNKNOWN_CONDITION_TYPE"] = "UNKNOWN_CONDITION_TYPE";
9
+ ConditionAttributeType["FOLDER"] = "FOLDER";
10
+ })(ConditionAttributeType || (ConditionAttributeType = {}));
11
+ export var SubjectType;
12
+ (function (SubjectType) {
13
+ SubjectType["UNKNOWN"] = "UNKNOWN";
14
+ SubjectType["ACCOUNT"] = "ACCOUNT";
15
+ SubjectType["USER"] = "USER";
16
+ SubjectType["USER_GROUP"] = "USER_GROUP";
17
+ SubjectType["MEMBER_GROUP"] = "MEMBER_GROUP";
18
+ SubjectType["VISITOR_GROUP"] = "VISITOR_GROUP";
19
+ SubjectType["EXTERNAL_APP"] = "EXTERNAL_APP";
20
+ SubjectType["ACCOUNT_GROUP"] = "ACCOUNT_GROUP";
21
+ SubjectType["WIX_APP"] = "WIX_APP";
22
+ })(SubjectType || (SubjectType = {}));
23
+ export var SubjectContextType;
24
+ (function (SubjectContextType) {
25
+ SubjectContextType["UNKNOWN_CTX"] = "UNKNOWN_CTX";
26
+ SubjectContextType["ORG_CTX"] = "ORG_CTX";
27
+ SubjectContextType["ACCOUNT_CTX"] = "ACCOUNT_CTX";
28
+ })(SubjectContextType || (SubjectContextType = {}));
29
+ /** Invite status stating whether the invite was accepted, waiting to be accepted, deleted etc.. */
30
+ export var InviteStatus;
31
+ (function (InviteStatus) {
32
+ InviteStatus["Pending"] = "Pending";
33
+ InviteStatus["Used"] = "Used";
34
+ InviteStatus["Deleted"] = "Deleted";
35
+ InviteStatus["Declined"] = "Declined";
36
+ InviteStatus["Expired"] = "Expired";
37
+ })(InviteStatus || (InviteStatus = {}));
38
+ export var SimpleConditionOperator;
39
+ (function (SimpleConditionOperator) {
40
+ SimpleConditionOperator["UNKNOWN_SIMPLE_OP"] = "UNKNOWN_SIMPLE_OP";
41
+ SimpleConditionOperator["EQUAL"] = "EQUAL";
42
+ })(SimpleConditionOperator || (SimpleConditionOperator = {}));
43
+ export var JoinedConditionOperator;
44
+ (function (JoinedConditionOperator) {
45
+ JoinedConditionOperator["UNKNOWN_JOIN_OP"] = "UNKNOWN_JOIN_OP";
46
+ JoinedConditionOperator["OR"] = "OR";
47
+ JoinedConditionOperator["AND"] = "AND";
48
+ })(JoinedConditionOperator || (JoinedConditionOperator = {}));
49
+ export var ScopeLevel;
50
+ (function (ScopeLevel) {
51
+ ScopeLevel["None"] = "None";
52
+ ScopeLevel["SITE"] = "SITE";
53
+ ScopeLevel["ACCOUNT"] = "ACCOUNT";
54
+ })(ScopeLevel || (ScopeLevel = {}));
55
+ export var Visibility;
56
+ (function (Visibility) {
57
+ /** The scope should be visible to the caller */
58
+ Visibility["VISIBLE"] = "VISIBLE";
59
+ /** The scope shouldn't be visible for the caller, because the capability that blocks it is turned on for the caller */
60
+ Visibility["BLOCKED_BY_CAPABILITY"] = "BLOCKED_BY_CAPABILITY";
61
+ })(Visibility || (Visibility = {}));
62
+ export var PeopleType;
63
+ (function (PeopleType) {
64
+ PeopleType["UNDEF_PEOPLE_TYPE"] = "UNDEF_PEOPLE_TYPE";
65
+ PeopleType["CONTRIBUTOR"] = "CONTRIBUTOR";
66
+ PeopleType["TEAM_MEMBER"] = "TEAM_MEMBER";
67
+ })(PeopleType || (PeopleType = {}));
68
+ export var RoleLevel;
69
+ (function (RoleLevel) {
70
+ RoleLevel["ALL"] = "ALL";
71
+ RoleLevel["SITE_LEVEL"] = "SITE_LEVEL";
72
+ RoleLevel["ACCOUNT_LEVEL"] = "ACCOUNT_LEVEL";
73
+ })(RoleLevel || (RoleLevel = {}));
74
+ export var OrderField;
75
+ (function (OrderField) {
76
+ /** For internal use. */
77
+ OrderField["Undefined"] = "Undefined";
78
+ /** Team member name. */
79
+ OrderField["Name"] = "Name";
80
+ /** Date team member joined the account. */
81
+ OrderField["JoinedAt"] = "JoinedAt";
82
+ })(OrderField || (OrderField = {}));
83
+ export var Direction;
84
+ (function (Direction) {
85
+ /** For internal use. */
86
+ Direction["UninitializedDirection"] = "UninitializedDirection";
87
+ /** Ascending. */
88
+ Direction["ASC"] = "ASC";
89
+ /** Descending. */
90
+ Direction["DESC"] = "DESC";
91
+ })(Direction || (Direction = {}));
92
+ export var FacetType;
93
+ (function (FacetType) {
94
+ FacetType["Undefined"] = "Undefined";
95
+ /** How many team members with each role */
96
+ FacetType["Roles"] = "Roles";
97
+ /** How many team members by invite status */
98
+ FacetType["InviteStatus"] = "InviteStatus";
99
+ /** How many team members in total in the account */
100
+ FacetType["Users"] = "Users";
101
+ })(FacetType || (FacetType = {}));
102
+ export var RoleLevelRestriction;
103
+ (function (RoleLevelRestriction) {
104
+ RoleLevelRestriction["NoRestriction"] = "NoRestriction";
105
+ RoleLevelRestriction["Site"] = "Site";
106
+ RoleLevelRestriction["Account"] = "Account";
107
+ })(RoleLevelRestriction || (RoleLevelRestriction = {}));
108
+ export var EditorType;
109
+ (function (EditorType) {
110
+ EditorType["UNINITIALIZED"] = "UNINITIALIZED";
111
+ EditorType["EDITORX"] = "EDITORX";
112
+ EditorType["BLOCKS"] = "BLOCKS";
113
+ EditorType["STUDIO"] = "STUDIO";
114
+ })(EditorType || (EditorType = {}));
115
+ export var RoleVisibility;
116
+ (function (RoleVisibility) {
117
+ /** the role should be visible to the caller */
118
+ RoleVisibility["Visible"] = "Visible";
119
+ /** the role should be disabled for the caller, because it contains permissions the caller wasn't granted on the call context (site/account) */
120
+ RoleVisibility["Disabled_Dependency"] = "Disabled_Dependency";
121
+ /** the role should be disabled for the caller, because the role's capability is disabled for the caller */
122
+ RoleVisibility["Disabled_Capability"] = "Disabled_Capability";
123
+ })(RoleVisibility || (RoleVisibility = {}));
124
+ export var PolicyType;
125
+ (function (PolicyType) {
126
+ PolicyType["UNKNOWN_STATUS"] = "UNKNOWN_STATUS";
127
+ PolicyType["PREDEFINED"] = "PREDEFINED";
128
+ PolicyType["CUSTOM"] = "CUSTOM";
129
+ PolicyType["INLINE_CUSTOM"] = "INLINE_CUSTOM";
130
+ })(PolicyType || (PolicyType = {}));
131
+ export var Effect;
132
+ (function (Effect) {
133
+ Effect["UNKNOWN_EFFECT"] = "UNKNOWN_EFFECT";
134
+ Effect["ALLOW"] = "ALLOW";
135
+ Effect["DENY"] = "DENY";
136
+ })(Effect || (Effect = {}));
137
+ //# sourceMappingURL=identity-roles-v1-user-users.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identity-roles-v1-user-users.types.js","sourceRoot":"","sources":["../../../../src/identity-roles-v1-user-users.types.ts"],"names":[],"mappings":"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"}