@hexclave/shared 1.0.45 → 1.0.47

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 (125) hide show
  1. package/dist/{admin-interface-B-UjGQ0i.d.ts → admin-interface-DH4uLcZ3.d.ts} +11 -11
  2. package/dist/{admin-interface-B-UjGQ0i.d.ts.map → admin-interface-DH4uLcZ3.d.ts.map} +1 -1
  3. package/dist/{admin-metrics-1yiWGq9z.d.ts → admin-metrics-pphx-0AE.d.ts} +11 -11
  4. package/dist/{admin-metrics-1yiWGq9z.d.ts.map → admin-metrics-pphx-0AE.d.ts.map} +1 -1
  5. package/dist/ai/unified-prompts/reminders.js +2 -1
  6. package/dist/ai/unified-prompts/reminders.js.map +1 -1
  7. package/dist/{client-interface-DjVtlQix.d.ts → client-interface-BmHWUJhv.d.ts} +10 -10
  8. package/dist/{client-interface-DjVtlQix.d.ts.map → client-interface-BmHWUJhv.d.ts.map} +1 -1
  9. package/dist/config/schema.d.ts +1 -1
  10. package/dist/config-authoring.d.ts +1 -1
  11. package/dist/{current-user-BCkMYzHx.d.ts → current-user-Dvf8Ttjo.d.ts} +15 -15
  12. package/dist/{current-user-BCkMYzHx.d.ts.map → current-user-Dvf8Ttjo.d.ts.map} +1 -1
  13. package/dist/dates-BRAvSk6L.d.ts +40 -0
  14. package/dist/{dates-B6ne9iOR.d.ts.map → dates-BRAvSk6L.d.ts.map} +1 -1
  15. package/dist/{email-outbox-BRZiK0ZG.d.ts → email-outbox-DoxRUJop.d.ts} +179 -179
  16. package/dist/{email-outbox-BRZiK0ZG.d.ts.map → email-outbox-DoxRUJop.d.ts.map} +1 -1
  17. package/dist/esm/ai/unified-prompts/reminders.js +1 -1
  18. package/dist/esm/config/schema.d.ts +92 -92
  19. package/dist/esm/interface/admin-interface.js +1 -1
  20. package/dist/esm/interface/admin-metrics.d.ts +10 -10
  21. package/dist/esm/interface/client-interface.js +1 -1
  22. package/dist/esm/interface/conversations.d.ts +7 -7
  23. package/dist/esm/interface/crud/current-user.d.ts +14 -14
  24. package/dist/esm/interface/crud/email-outbox.d.ts +178 -178
  25. package/dist/esm/interface/crud/invoices.d.ts +1 -1
  26. package/dist/esm/interface/crud/products.d.ts +21 -21
  27. package/dist/esm/interface/crud/project-api-keys.d.ts +4 -4
  28. package/dist/esm/interface/crud/projects.d.ts +16 -16
  29. package/dist/esm/interface/crud/team-member-profiles.d.ts +22 -22
  30. package/dist/esm/interface/crud/transactions.d.ts +17 -17
  31. package/dist/esm/interface/crud/transactions.d.ts.map +1 -1
  32. package/dist/esm/interface/crud/users.d.ts +12 -12
  33. package/dist/esm/interface/plan-usage.d.ts +3 -1
  34. package/dist/esm/interface/plan-usage.d.ts.map +1 -1
  35. package/dist/esm/interface/plan-usage.js +1 -0
  36. package/dist/esm/interface/plan-usage.js.map +1 -1
  37. package/dist/esm/interface/server-interface.js +1 -1
  38. package/dist/esm/interface/webhooks.d.ts +2 -2
  39. package/dist/esm/known-errors.d.ts +3 -3
  40. package/dist/esm/schema-fields.d.ts +12 -12
  41. package/dist/esm/schema-fields.d.ts.map +1 -1
  42. package/dist/esm/schema-fields.js +2 -2
  43. package/dist/esm/schema-fields.js.map +1 -1
  44. package/dist/esm/sessions.d.ts +9 -9
  45. package/dist/esm/utils/currencies.d.ts +16 -1
  46. package/dist/esm/utils/currencies.d.ts.map +1 -1
  47. package/dist/esm/utils/currencies.js +24 -1
  48. package/dist/esm/utils/currencies.js.map +1 -1
  49. package/dist/esm/utils/dates.d.ts +18 -1
  50. package/dist/esm/utils/dates.d.ts.map +1 -1
  51. package/dist/esm/utils/dates.js +36 -15
  52. package/dist/esm/utils/dates.js.map +1 -1
  53. package/dist/helpers/password.d.ts +1 -1
  54. package/dist/helpers/production-mode.d.ts +1 -1
  55. package/dist/index.d.ts +4 -4
  56. package/dist/interface/admin-interface.d.ts +2 -2
  57. package/dist/interface/admin-interface.js +1 -1
  58. package/dist/interface/admin-metrics.d.ts +1 -1
  59. package/dist/interface/client-interface.d.ts +1 -1
  60. package/dist/interface/client-interface.js +1 -1
  61. package/dist/interface/conversations.d.ts +7 -7
  62. package/dist/interface/crud/current-user.d.ts +1 -1
  63. package/dist/interface/crud/email-outbox.d.ts +1 -1
  64. package/dist/interface/crud/invoices.d.ts +1 -1
  65. package/dist/interface/crud/products.d.ts +1 -1
  66. package/dist/interface/crud/project-api-keys.d.ts +1 -1
  67. package/dist/interface/crud/projects.d.ts +1 -1
  68. package/dist/interface/crud/team-member-profiles.d.ts +1 -1
  69. package/dist/interface/crud/transactions.d.ts +1 -1
  70. package/dist/interface/crud/users.d.ts +1 -1
  71. package/dist/interface/plan-usage.d.ts +1 -1
  72. package/dist/interface/plan-usage.js +1 -0
  73. package/dist/interface/plan-usage.js.map +1 -1
  74. package/dist/interface/server-interface.d.ts +1 -1
  75. package/dist/interface/server-interface.js +1 -1
  76. package/dist/interface/webhooks.d.ts +1 -1
  77. package/dist/{invoices-BGLLnTlR.d.ts → invoices-U65KzAZX.d.ts} +2 -2
  78. package/dist/{invoices-BGLLnTlR.d.ts.map → invoices-U65KzAZX.d.ts.map} +1 -1
  79. package/dist/{known-errors-g7JC8z58.d.ts → known-errors-Bm4a61wL.d.ts} +4 -4
  80. package/dist/{known-errors-g7JC8z58.d.ts.map → known-errors-Bm4a61wL.d.ts.map} +1 -1
  81. package/dist/known-errors.d.ts +1 -1
  82. package/dist/{plan-usage-BigvGIcT.d.ts → plan-usage-BaDxcLZ1.d.ts} +4 -2
  83. package/dist/plan-usage-BaDxcLZ1.d.ts.map +1 -0
  84. package/dist/{products-D_fcxfR0.d.ts → products-D4o8A2W0.d.ts} +23 -23
  85. package/dist/{products-D_fcxfR0.d.ts.map → products-D4o8A2W0.d.ts.map} +1 -1
  86. package/dist/{project-api-keys-OQqmKtMS.d.ts → project-api-keys--7V5X_UW.d.ts} +5 -5
  87. package/dist/{project-api-keys-OQqmKtMS.d.ts.map → project-api-keys--7V5X_UW.d.ts.map} +1 -1
  88. package/dist/{projects-C42SVFvm.d.ts → projects-dH9I0bcX.d.ts} +17 -17
  89. package/dist/{projects-C42SVFvm.d.ts.map → projects-dH9I0bcX.d.ts.map} +1 -1
  90. package/dist/{schema-Bgy-GC70.d.ts → schema-BSb4tzx3.d.ts} +94 -94
  91. package/dist/{schema-Bgy-GC70.d.ts.map → schema-BSb4tzx3.d.ts.map} +1 -1
  92. package/dist/{schema-fields-BljhsWsa.d.ts → schema-fields-DZtDQEEO.d.ts} +14 -14
  93. package/dist/schema-fields-DZtDQEEO.d.ts.map +1 -0
  94. package/dist/schema-fields.d.ts +1 -1
  95. package/dist/schema-fields.js +2 -2
  96. package/dist/schema-fields.js.map +1 -1
  97. package/dist/{server-interface-C1W1tZ_y.d.ts → server-interface-CxorzgTW.d.ts} +8 -8
  98. package/dist/{server-interface-C1W1tZ_y.d.ts.map → server-interface-CxorzgTW.d.ts.map} +1 -1
  99. package/dist/{sessions-C0nM8bE_.d.ts → sessions-CI-0TBQb.d.ts} +11 -11
  100. package/dist/{sessions-C0nM8bE_.d.ts.map → sessions-CI-0TBQb.d.ts.map} +1 -1
  101. package/dist/sessions.d.ts +1 -1
  102. package/dist/{team-member-profiles-CgYXR-Rx.d.ts → team-member-profiles-uTluO8XI.d.ts} +23 -23
  103. package/dist/{team-member-profiles-CgYXR-Rx.d.ts.map → team-member-profiles-uTluO8XI.d.ts.map} +1 -1
  104. package/dist/{transactions-BomBBiph.d.ts → transactions-CHNUJ42J.d.ts} +19 -19
  105. package/dist/transactions-CHNUJ42J.d.ts.map +1 -0
  106. package/dist/{users-7MKfEyyq.d.ts → users-CmBBuF00.d.ts} +14 -14
  107. package/dist/{users-7MKfEyyq.d.ts.map → users-CmBBuF00.d.ts.map} +1 -1
  108. package/dist/utils/currencies.d.ts +16 -1
  109. package/dist/utils/currencies.d.ts.map +1 -1
  110. package/dist/utils/currencies.js +24 -0
  111. package/dist/utils/currencies.js.map +1 -1
  112. package/dist/utils/dates.d.ts +2 -2
  113. package/dist/utils/dates.js +36 -14
  114. package/dist/utils/dates.js.map +1 -1
  115. package/dist/{webhooks-C5gG85Ce.d.ts → webhooks-ByXrdSOx.d.ts} +3 -3
  116. package/dist/{webhooks-C5gG85Ce.d.ts.map → webhooks-ByXrdSOx.d.ts.map} +1 -1
  117. package/package.json +1 -1
  118. package/src/interface/plan-usage.ts +1 -0
  119. package/src/schema-fields.ts +13 -2
  120. package/src/utils/currencies.tsx +69 -0
  121. package/src/utils/dates.tsx +104 -15
  122. package/dist/dates-B6ne9iOR.d.ts +0 -23
  123. package/dist/plan-usage-BigvGIcT.d.ts.map +0 -1
  124. package/dist/schema-fields-BljhsWsa.d.ts.map +0 -1
  125. package/dist/transactions-BomBBiph.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { t as DayInterval } from "./dates-B6ne9iOR.js";
1
+ import { t as DayInterval } from "./dates-BRAvSk6L.js";
2
2
  import * as yup$1 from "yup";
3
3
 
4
4
  //#region src/interface/crud/products.d.ts
@@ -6,16 +6,14 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
6
6
  id: string | null;
7
7
  quantity: number;
8
8
  product: {
9
+ free_trial?: DayInterval | undefined;
9
10
  client_metadata?: {} | null | undefined;
10
11
  client_read_only_metadata?: {} | null | undefined;
11
12
  server_metadata?: {} | null | undefined;
12
- free_trial?: DayInterval | undefined;
13
- display_name: string;
14
13
  server_only: boolean;
15
- customer_type: "user" | "team" | "custom";
14
+ customer_type: "team" | "user" | "custom";
16
15
  stackable: boolean;
17
16
  prices: Record<string, {
18
- free_trial?: DayInterval | undefined;
19
17
  USD?: string | undefined;
20
18
  EUR?: string | undefined;
21
19
  GBP?: string | undefined;
@@ -24,10 +22,12 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
24
22
  AUD?: string | undefined;
25
23
  CAD?: string | undefined;
26
24
  interval?: DayInterval | undefined;
25
+ free_trial?: DayInterval | undefined;
27
26
  }>;
27
+ display_name: string;
28
28
  included_items: Record<string, {
29
- repeat?: "never" | DayInterval | undefined;
30
29
  quantity?: number | undefined;
30
+ repeat?: "never" | DayInterval | undefined;
31
31
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
32
32
  }>;
33
33
  };
@@ -41,16 +41,14 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
41
41
  switch_options: {
42
42
  product_id: string;
43
43
  product: {
44
+ free_trial?: DayInterval | undefined;
44
45
  client_metadata?: {} | null | undefined;
45
46
  client_read_only_metadata?: {} | null | undefined;
46
47
  server_metadata?: {} | null | undefined;
47
- free_trial?: DayInterval | undefined;
48
- display_name: string;
49
48
  server_only: boolean;
50
- customer_type: "user" | "team" | "custom";
49
+ customer_type: "team" | "user" | "custom";
51
50
  stackable: boolean;
52
51
  prices: Record<string, {
53
- free_trial?: DayInterval | undefined;
54
52
  USD?: string | undefined;
55
53
  EUR?: string | undefined;
56
54
  GBP?: string | undefined;
@@ -59,10 +57,12 @@ declare const customerProductReadSchema: yup$1.ObjectSchema<{
59
57
  AUD?: string | undefined;
60
58
  CAD?: string | undefined;
61
59
  interval?: DayInterval | undefined;
60
+ free_trial?: DayInterval | undefined;
62
61
  }>;
62
+ display_name: string;
63
63
  included_items: Record<string, {
64
- repeat?: "never" | DayInterval | undefined;
65
64
  quantity?: number | undefined;
65
+ repeat?: "never" | DayInterval | undefined;
66
66
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
67
67
  }>;
68
68
  };
@@ -104,16 +104,14 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
104
104
  switch_options?: {
105
105
  product_id: string;
106
106
  product: {
107
+ free_trial?: DayInterval | undefined;
107
108
  client_metadata?: {} | null | undefined;
108
109
  client_read_only_metadata?: {} | null | undefined;
109
110
  server_metadata?: {} | null | undefined;
110
- free_trial?: DayInterval | undefined;
111
- display_name: string;
112
111
  server_only: boolean;
113
- customer_type: "user" | "team" | "custom";
112
+ customer_type: "team" | "user" | "custom";
114
113
  stackable: boolean;
115
114
  prices: Record<string, {
116
- free_trial?: DayInterval | undefined;
117
115
  USD?: string | undefined;
118
116
  EUR?: string | undefined;
119
117
  GBP?: string | undefined;
@@ -122,27 +120,26 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
122
120
  AUD?: string | undefined;
123
121
  CAD?: string | undefined;
124
122
  interval?: DayInterval | undefined;
123
+ free_trial?: DayInterval | undefined;
125
124
  }>;
125
+ display_name: string;
126
126
  included_items: Record<string, {
127
- repeat?: "never" | DayInterval | undefined;
128
127
  quantity?: number | undefined;
128
+ repeat?: "never" | DayInterval | undefined;
129
129
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
130
130
  }>;
131
131
  };
132
132
  }[] | undefined;
133
- id: string | null;
134
133
  quantity: number;
135
134
  product: {
135
+ free_trial?: DayInterval | undefined;
136
136
  client_metadata?: {} | null | undefined;
137
137
  client_read_only_metadata?: {} | null | undefined;
138
138
  server_metadata?: {} | null | undefined;
139
- free_trial?: DayInterval | undefined;
140
- display_name: string;
141
139
  server_only: boolean;
142
- customer_type: "user" | "team" | "custom";
140
+ customer_type: "team" | "user" | "custom";
143
141
  stackable: boolean;
144
142
  prices: Record<string, {
145
- free_trial?: DayInterval | undefined;
146
143
  USD?: string | undefined;
147
144
  EUR?: string | undefined;
148
145
  GBP?: string | undefined;
@@ -151,13 +148,16 @@ declare const customerProductsListResponseSchema: yup$1.ObjectSchema<{
151
148
  AUD?: string | undefined;
152
149
  CAD?: string | undefined;
153
150
  interval?: DayInterval | undefined;
151
+ free_trial?: DayInterval | undefined;
154
152
  }>;
153
+ display_name: string;
155
154
  included_items: Record<string, {
156
- repeat?: "never" | DayInterval | undefined;
157
155
  quantity?: number | undefined;
156
+ repeat?: "never" | DayInterval | undefined;
158
157
  expires?: "never" | "when-purchase-expires" | "when-repeated" | undefined;
159
158
  }>;
160
159
  };
160
+ id: string | null;
161
161
  }[];
162
162
  is_paginated: boolean;
163
163
  pagination: {
@@ -179,4 +179,4 @@ type ListCustomerProductsOptions = {
179
179
  };
180
180
  //#endregion
181
181
  export { customerProductsListResponseSchema as a, customerProductReadSchema as i, CustomerProductsListResponse as n, ListCustomerProductsOptions as r, CustomerProductRead as t };
182
- //# sourceMappingURL=products-D_fcxfR0.d.ts.map
182
+ //# sourceMappingURL=products-D4o8A2W0.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"products-D_fcxfR0.d.ts","names":[],"sources":["../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA;;;;;;;iBAc1B,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,mBAAA,GAAsB,KAAA,CAAI,SAAS,QAAQ,yBAAA;AAAA,cAE1C,kCAAA,EAAkC,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;qBAMnC,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,4BAAA,GAA+B,KAAA,CAAI,SAAS,QAAQ,kCAAA;AAAA,KAEpD,2BAAA;EACV,aAAA;EACA,WAAA;EACA,MAAA;EACA,KAAA;AAAA"}
1
+ {"version":3,"file":"products-D4o8A2W0.d.ts","names":[],"sources":["../src/interface/crud/products.ts"],"mappings":";;;;cAQa,yBAAA,EAAyB,KAAA,CAAA,YAAA;;;;iBAc1B,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,mBAAA,GAAsB,KAAA,CAAI,SAAS,QAAQ,yBAAA;AAAA,cAE1C,kCAAA,EAAkC,KAAA,CAAA,YAAA;;;;;;;;;;;;qBAMnC,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAEA,4BAAA,GAA+B,KAAA,CAAI,SAAS,QAAQ,kCAAA;AAAA,KAEpD,2BAAA;EACV,aAAA;EACA,WAAA;EACA,MAAA;EACA,KAAA;AAAA"}
@@ -78,9 +78,9 @@ declare const userApiKeysCrud: CrudSchemaFromOptions<{
78
78
  is_public: undefined;
79
79
  user_id: undefined;
80
80
  }, "">, userApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
81
- description: string;
82
- type: "user";
83
81
  user_id: string;
82
+ type: "user";
83
+ description: string;
84
84
  id: string;
85
85
  created_at_millis: number;
86
86
  expires_at_millis: number | undefined;
@@ -176,11 +176,11 @@ declare const teamApiKeysCrud: CrudSchemaFromOptions<{
176
176
  is_public: undefined;
177
177
  team_id: undefined;
178
178
  }, "">, teamApiKeysCreateOutputSchema: yup$1.ObjectSchema<{
179
- description: string;
180
179
  type: "team";
180
+ team_id: string;
181
+ description: string;
181
182
  id: string;
182
183
  created_at_millis: number;
183
- team_id: string;
184
184
  expires_at_millis: number | undefined;
185
185
  manually_revoked_at_millis: number | undefined;
186
186
  is_public: boolean;
@@ -200,4 +200,4 @@ declare const teamApiKeysCrud: CrudSchemaFromOptions<{
200
200
  type TeamApiKeysCrud = CrudTypeOf<typeof teamApiKeysCrud>;
201
201
  //#endregion
202
202
  export { teamApiKeysCrud as a, userApiKeysCrud as c, teamApiKeysCreateOutputSchema as i, UserApiKeysCrud as n, userApiKeysCreateInputSchema as o, teamApiKeysCreateInputSchema as r, userApiKeysCreateOutputSchema as s, TeamApiKeysCrud as t };
203
- //# sourceMappingURL=project-api-keys-OQqmKtMS.d.ts.map
203
+ //# sourceMappingURL=project-api-keys--7V5X_UW.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"project-api-keys-OQqmKtMS.d.ts","names":[],"sources":["../src/interface/crud/project-api-keys.ts"],"mappings":";;;;cAwFQ,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA;AAAA,cAGxC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
1
+ {"version":3,"file":"project-api-keys--7V5X_UW.d.ts","names":[],"sources":["../src/interface/crud/project-api-keys.ts"],"mappings":";;;;cAwFQ,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA;AAAA,cAGxC,eAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCACyC,KAAA,CAAA,YAAA;;;;;;;;;;yCACE,KAAA,CAAA,YAAA;;;;;;;;;;;;;;;;;;;;;;KAEvC,eAAA,GAAkB,UAAU,QAAQ,eAAA"}
@@ -2,7 +2,7 @@ import { c as CrudTypeOf, s as CrudSchemaFromOptions } from "./crud-CqmEW9s6.js"
2
2
 
3
3
  //#region src/interface/crud/projects.d.ts
4
4
  declare const emailConfigSchema: import("yup").ObjectSchema<{
5
- type: "standard" | "shared";
5
+ type: "shared" | "standard";
6
6
  host: string | undefined;
7
7
  port: number | undefined;
8
8
  username: string | undefined;
@@ -19,7 +19,7 @@ declare const emailConfigSchema: import("yup").ObjectSchema<{
19
19
  sender_email: undefined;
20
20
  }, "">;
21
21
  declare const emailConfigWithoutPasswordSchema: import("yup").ObjectSchema<{
22
- type: "standard" | "shared";
22
+ type: "shared" | "standard";
23
23
  host: string | undefined;
24
24
  port: number | undefined;
25
25
  username: string | undefined;
@@ -67,7 +67,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
67
67
  facebook_config_id?: string | undefined;
68
68
  microsoft_tenant_id?: string | undefined;
69
69
  apple_bundle_ids?: string[] | undefined;
70
- type: "standard" | "shared";
70
+ type: "shared" | "standard";
71
71
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
72
72
  provider_config_id: string;
73
73
  }[];
@@ -94,7 +94,7 @@ declare const projectsCrudAdminReadSchema: import("yup").ObjectSchema<{
94
94
  username?: string | undefined;
95
95
  sender_name?: string | undefined;
96
96
  sender_email?: string | undefined;
97
- type: "standard" | "shared";
97
+ type: "shared" | "standard";
98
98
  };
99
99
  email_theme: string;
100
100
  create_team_on_sign_up: boolean;
@@ -234,7 +234,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
234
234
  facebook_config_id?: string | undefined;
235
235
  microsoft_tenant_id?: string | undefined;
236
236
  apple_bundle_ids?: string[] | undefined;
237
- type: "standard" | "shared";
237
+ type: "shared" | "standard";
238
238
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
239
239
  }[] | undefined;
240
240
  allow_localhost?: boolean | undefined;
@@ -257,7 +257,7 @@ declare const projectsCrudAdminUpdateSchema: import("yup").ObjectSchema<{
257
257
  username?: string | undefined;
258
258
  sender_name?: string | undefined;
259
259
  sender_email?: string | undefined;
260
- type: "standard" | "shared";
260
+ type: "shared" | "standard";
261
261
  } | undefined;
262
262
  email_theme?: string | undefined;
263
263
  create_team_on_sign_up?: boolean | undefined;
@@ -314,7 +314,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
314
314
  facebook_config_id?: string | undefined;
315
315
  microsoft_tenant_id?: string | undefined;
316
316
  apple_bundle_ids?: string[] | undefined;
317
- type: "standard" | "shared";
317
+ type: "shared" | "standard";
318
318
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
319
319
  }[] | undefined;
320
320
  allow_localhost?: boolean | undefined;
@@ -337,7 +337,7 @@ declare const projectsCrudAdminCreateSchema: import("yup").ObjectSchema<{
337
337
  username?: string | undefined;
338
338
  sender_name?: string | undefined;
339
339
  sender_email?: string | undefined;
340
- type: "standard" | "shared";
340
+ type: "shared" | "standard";
341
341
  } | undefined;
342
342
  email_theme?: string | undefined;
343
343
  create_team_on_sign_up?: boolean | undefined;
@@ -470,7 +470,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
470
470
  facebook_config_id?: string | undefined;
471
471
  microsoft_tenant_id?: string | undefined;
472
472
  apple_bundle_ids?: string[] | undefined;
473
- type: "standard" | "shared";
473
+ type: "shared" | "standard";
474
474
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
475
475
  provider_config_id: string;
476
476
  }[];
@@ -497,7 +497,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
497
497
  username?: string | undefined;
498
498
  sender_name?: string | undefined;
499
499
  sender_email?: string | undefined;
500
- type: "standard" | "shared";
500
+ type: "shared" | "standard";
501
501
  };
502
502
  email_theme: string;
503
503
  create_team_on_sign_up: boolean;
@@ -589,7 +589,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
589
589
  facebook_config_id?: string | undefined;
590
590
  microsoft_tenant_id?: string | undefined;
591
591
  apple_bundle_ids?: string[] | undefined;
592
- type: "standard" | "shared";
592
+ type: "shared" | "standard";
593
593
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
594
594
  }[] | undefined;
595
595
  allow_localhost?: boolean | undefined;
@@ -612,7 +612,7 @@ declare const projectsCrud: CrudSchemaFromOptions<{
612
612
  username?: string | undefined;
613
613
  sender_name?: string | undefined;
614
614
  sender_email?: string | undefined;
615
- type: "standard" | "shared";
615
+ type: "shared" | "standard";
616
616
  } | undefined;
617
617
  email_theme?: string | undefined;
618
618
  create_team_on_sign_up?: boolean | undefined;
@@ -703,7 +703,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
703
703
  facebook_config_id?: string | undefined;
704
704
  microsoft_tenant_id?: string | undefined;
705
705
  apple_bundle_ids?: string[] | undefined;
706
- type: "standard" | "shared";
706
+ type: "shared" | "standard";
707
707
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
708
708
  provider_config_id: string;
709
709
  }[];
@@ -730,7 +730,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
730
730
  username?: string | undefined;
731
731
  sender_name?: string | undefined;
732
732
  sender_email?: string | undefined;
733
- type: "standard" | "shared";
733
+ type: "shared" | "standard";
734
734
  };
735
735
  email_theme: string;
736
736
  create_team_on_sign_up: boolean;
@@ -822,7 +822,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
822
822
  facebook_config_id?: string | undefined;
823
823
  microsoft_tenant_id?: string | undefined;
824
824
  apple_bundle_ids?: string[] | undefined;
825
- type: "standard" | "shared";
825
+ type: "shared" | "standard";
826
826
  id: "google" | "github" | "microsoft" | "spotify" | "facebook" | "discord" | "gitlab" | "bitbucket" | "linkedin" | "apple" | "x" | "twitch";
827
827
  }[] | undefined;
828
828
  allow_localhost?: boolean | undefined;
@@ -845,7 +845,7 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
845
845
  username?: string | undefined;
846
846
  sender_name?: string | undefined;
847
847
  sender_email?: string | undefined;
848
- type: "standard" | "shared";
848
+ type: "shared" | "standard";
849
849
  } | undefined;
850
850
  email_theme?: string | undefined;
851
851
  create_team_on_sign_up?: boolean | undefined;
@@ -897,4 +897,4 @@ declare const adminUserProjectsCrud: CrudSchemaFromOptions<{
897
897
  type AdminUserProjectsCrud = CrudTypeOf<typeof adminUserProjectsCrud>;
898
898
  //#endregion
899
899
  export { clientProjectsCrud as a, projectsCrud as c, projectsCrudAdminReadSchema as d, projectsCrudAdminUpdateSchema as f, adminUserProjectsCrud as i, projectsCrudAdminCreateSchema as l, ClientProjectsCrud as n, emailConfigSchema as o, projectsCrudClientReadSchema as p, ProjectsCrud as r, emailConfigWithoutPasswordSchema as s, AdminUserProjectsCrud as t, projectsCrudAdminDeleteSchema as u };
900
- //# sourceMappingURL=projects-C42SVFvm.d.ts.map
900
+ //# sourceMappingURL=projects-dH9I0bcX.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"projects-C42SVFvm.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}
1
+ {"version":3,"file":"projects-dH9I0bcX.d.ts","names":[],"sources":["../src/interface/crud/projects.ts"],"mappings":";;;cAsDa,iBAAA,gBAAiB,YAAA;;;;;;;;;;;;;;;;;cAsBjB,gCAAA,gBAAgC,YAAA;;;;;;;;;;;;;;;;cAShC,2BAAA,gBAA2B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyC3B,4BAAA,gBAA4B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqB5B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC7B,6BAAA,gBAA6B,YAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAM7B,6BAAA,gBAA6B,WAAA,+BAAA,SAAA;AAAA,cAE7B,kBAAA,EASX,qBAT6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB,kBAAA,GAAqB,UAAU,QAAQ,kBAAA;AAAA,cAEtC,YAAA,EAwBX,qBAxBuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAyBb,YAAA,GAAe,UAAU,QAAQ,YAAA;AAAA,cAEhC,qBAAA,EAWX,qBAXgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAYtB,qBAAA,GAAwB,UAAU,QAAQ,qBAAA"}