@wordrhyme/db 0.1.0-alpha.14
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 +66 -0
- package/dist/acl-policy.d.ts +86 -0
- package/dist/acl-policy.d.ts.map +1 -0
- package/dist/chunk-3TTVLSF5.js +3390 -0
- package/dist/chunk-3TTVLSF5.js.map +1 -0
- package/dist/chunk-DCJM6GN5.js +264 -0
- package/dist/chunk-DCJM6GN5.js.map +1 -0
- package/dist/chunk-KWWJRUIK.js +54 -0
- package/dist/chunk-KWWJRUIK.js.map +1 -0
- package/dist/chunk-XAIEVBMU.js +212 -0
- package/dist/chunk-XAIEVBMU.js.map +1 -0
- package/dist/delete-policy.d.ts +11 -0
- package/dist/delete-policy.d.ts.map +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +545 -0
- package/dist/index.js.map +1 -0
- package/dist/plugin.d.ts +110 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/plugin.js +21 -0
- package/dist/plugin.js.map +1 -0
- package/dist/relations/index.d.ts +105 -0
- package/dist/relations/index.d.ts.map +1 -0
- package/dist/relations/index.js +9 -0
- package/dist/relations/index.js.map +1 -0
- package/dist/schema/action-journal.d.ts +386 -0
- package/dist/schema/action-journal.d.ts.map +1 -0
- package/dist/schema/audit-archive.d.ts +934 -0
- package/dist/schema/audit-archive.d.ts.map +1 -0
- package/dist/schema/audit-events.d.ts +502 -0
- package/dist/schema/audit-events.d.ts.map +1 -0
- package/dist/schema/audit-logs.d.ts +418 -0
- package/dist/schema/audit-logs.d.ts.map +1 -0
- package/dist/schema/auth.d.ts +2727 -0
- package/dist/schema/auth.d.ts.map +1 -0
- package/dist/schema/billing.d.ts +3969 -0
- package/dist/schema/billing.d.ts.map +1 -0
- package/dist/schema/common.d.ts +87 -0
- package/dist/schema/common.d.ts.map +1 -0
- package/dist/schema/currency.d.ts +791 -0
- package/dist/schema/currency.d.ts.map +1 -0
- package/dist/schema/entity-extensions.d.ts +314 -0
- package/dist/schema/entity-extensions.d.ts.map +1 -0
- package/dist/schema/entity-ownerships.d.ts +862 -0
- package/dist/schema/entity-ownerships.d.ts.map +1 -0
- package/dist/schema/feature-flags.d.ts +770 -0
- package/dist/schema/feature-flags.d.ts.map +1 -0
- package/dist/schema/geo.d.ts +824 -0
- package/dist/schema/geo.d.ts.map +1 -0
- package/dist/schema/i18n.d.ts +1109 -0
- package/dist/schema/i18n.d.ts.map +1 -0
- package/dist/schema/index.d.ts +43 -0
- package/dist/schema/index.d.ts.map +1 -0
- package/dist/schema/index.js +507 -0
- package/dist/schema/index.js.map +1 -0
- package/dist/schema/media.d.ts +1147 -0
- package/dist/schema/media.d.ts.map +1 -0
- package/dist/schema/menus.d.ts +636 -0
- package/dist/schema/menus.d.ts.map +1 -0
- package/dist/schema/notification-channels.d.ts +288 -0
- package/dist/schema/notification-channels.d.ts.map +1 -0
- package/dist/schema/notification-preferences.d.ts +300 -0
- package/dist/schema/notification-preferences.d.ts.map +1 -0
- package/dist/schema/notification-templates.d.ts +476 -0
- package/dist/schema/notification-templates.d.ts.map +1 -0
- package/dist/schema/notifications.d.ts +1139 -0
- package/dist/schema/notifications.d.ts.map +1 -0
- package/dist/schema/permission-fields.d.ts +96 -0
- package/dist/schema/permission-fields.d.ts.map +1 -0
- package/dist/schema/permissions.d.ts +173 -0
- package/dist/schema/permissions.d.ts.map +1 -0
- package/dist/schema/plugin-migrations.d.ts +204 -0
- package/dist/schema/plugin-migrations.d.ts.map +1 -0
- package/dist/schema/plugins.d.ts +1977 -0
- package/dist/schema/plugins.d.ts.map +1 -0
- package/dist/schema/relationships.d.ts +221 -0
- package/dist/schema/relationships.d.ts.map +1 -0
- package/dist/schema/role-permissions.d.ts +305 -0
- package/dist/schema/role-permissions.d.ts.map +1 -0
- package/dist/schema/roles.d.ts +260 -0
- package/dist/schema/roles.d.ts.map +1 -0
- package/dist/schema/scheduled-tasks.d.ts +1334 -0
- package/dist/schema/scheduled-tasks.d.ts.map +1 -0
- package/dist/schema/settings.d.ts +819 -0
- package/dist/schema/settings.d.ts.map +1 -0
- package/dist/schema/site-presentation.d.ts +1587 -0
- package/dist/schema/site-presentation.d.ts.map +1 -0
- package/dist/schema/teams.d.ts +381 -0
- package/dist/schema/teams.d.ts.map +1 -0
- package/dist/schema/web-design.d.ts +1542 -0
- package/dist/schema/web-design.d.ts.map +1 -0
- package/dist/schema/webhooks.d.ts +1016 -0
- package/dist/schema/webhooks.d.ts.map +1 -0
- package/dist/zod/index.d.ts +2 -0
- package/dist/zod/index.d.ts.map +1 -0
- package/dist/zod/index.js +6 -0
- package/dist/zod/index.js.map +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/schema/i18n.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Drizzle Schema Definitions
|
|
3
|
+
*
|
|
4
|
+
* Single source of truth for all database tables.
|
|
5
|
+
* These schemas include FK constraints and are used by:
|
|
6
|
+
* - drizzle-kit for migrations
|
|
7
|
+
* - Server runtime for database operations
|
|
8
|
+
* - Frontend for type inference (via @wordrhyme/db)
|
|
9
|
+
*
|
|
10
|
+
* Zod schemas in ./zod are generated from these.
|
|
11
|
+
*/
|
|
12
|
+
export * from './auth';
|
|
13
|
+
export * from './teams';
|
|
14
|
+
export * from './relationships';
|
|
15
|
+
export * from './i18n';
|
|
16
|
+
export * from './roles';
|
|
17
|
+
export * from './role-permissions';
|
|
18
|
+
export * from './permissions';
|
|
19
|
+
export * from './menus';
|
|
20
|
+
export * from './permission-fields';
|
|
21
|
+
export * from './plugins';
|
|
22
|
+
export * from './plugin-migrations';
|
|
23
|
+
export * from './entity-extensions';
|
|
24
|
+
export * from './action-journal';
|
|
25
|
+
export * from './settings';
|
|
26
|
+
export * from './feature-flags';
|
|
27
|
+
export * from './media';
|
|
28
|
+
export * from './web-design';
|
|
29
|
+
export * from './site-presentation';
|
|
30
|
+
export * from './notifications';
|
|
31
|
+
export * from './notification-templates';
|
|
32
|
+
export * from './notification-channels';
|
|
33
|
+
export * from './notification-preferences';
|
|
34
|
+
export * from './audit-logs';
|
|
35
|
+
export * from './audit-events';
|
|
36
|
+
export * from './audit-archive';
|
|
37
|
+
export * from './entity-ownerships';
|
|
38
|
+
export * from './billing';
|
|
39
|
+
export * from './currency';
|
|
40
|
+
export * from './geo';
|
|
41
|
+
export * from './webhooks';
|
|
42
|
+
export * from './scheduled-tasks';
|
|
43
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/schema/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAGH,cAAc,QAAQ,CAAC;AAGvB,cAAc,SAAS,CAAC;AAGxB,cAAc,iBAAiB,CAAC;AAGhC,cAAc,QAAQ,CAAC;AAGvB,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AAExB,cAAc,qBAAqB,CAAC;AAGpC,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AAGpC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAGhC,cAAc,SAAS,CAAC;AAGxB,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AAGpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAG3C,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAGhC,cAAc,qBAAqB,CAAC;AAGpC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AAGtB,cAAc,YAAY,CAAC;AAG3B,cAAc,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ACTION_JOURNAL_ACTIVE_STATUSES,
|
|
3
|
+
ACTION_JOURNAL_STATUSES,
|
|
4
|
+
AccessLevel,
|
|
5
|
+
CREDENTIAL_ACCOUNT_ISSUER,
|
|
6
|
+
ENTITY_EXTENSION_PROJECTION_STATUSES,
|
|
7
|
+
ENTITY_EXTENSION_VALUE_TYPES,
|
|
8
|
+
I18N_MESSAGE_FORMATS,
|
|
9
|
+
MARKET_REGIONS,
|
|
10
|
+
NotificationTypeEnum,
|
|
11
|
+
PLUGIN_INSTALL_JOB_STATUSES,
|
|
12
|
+
PLUGIN_INSTALL_OPERATIONS,
|
|
13
|
+
PLUGIN_INSTALL_SOURCES,
|
|
14
|
+
PLUGIN_MARKETPLACE_STATES,
|
|
15
|
+
PLUGIN_TRUST_LEVELS,
|
|
16
|
+
ROLE_PERMISSIONS,
|
|
17
|
+
SYS_INBOX_CODE,
|
|
18
|
+
ScopeType,
|
|
19
|
+
WEB_DOMAIN_CERTIFICATE_STATUSES,
|
|
20
|
+
WEB_DOMAIN_STATUSES,
|
|
21
|
+
WEB_PAGE_RESERVED_PATHS,
|
|
22
|
+
WEB_PAGE_RESERVED_PREFIXES,
|
|
23
|
+
WEB_PAGE_STATUSES,
|
|
24
|
+
WEB_THEME_REVISION_STATUSES,
|
|
25
|
+
WEB_THEME_SELECTION_STATUSES,
|
|
26
|
+
account,
|
|
27
|
+
accountSchema,
|
|
28
|
+
actionExecutionJournal,
|
|
29
|
+
actionExecutionOutbox,
|
|
30
|
+
activateWebThemeMutation,
|
|
31
|
+
activateWebThemeRevisionMutation,
|
|
32
|
+
apikey,
|
|
33
|
+
apikeySchema,
|
|
34
|
+
appendPluginUploadMutation,
|
|
35
|
+
auditEventSchema,
|
|
36
|
+
auditEvents,
|
|
37
|
+
auditEventsArchive,
|
|
38
|
+
auditEventsArchiveSchema,
|
|
39
|
+
auditLogSchema,
|
|
40
|
+
auditLogs,
|
|
41
|
+
auditLogsArchive,
|
|
42
|
+
auditLogsArchiveSchema,
|
|
43
|
+
batchUpdateMessagesMutation,
|
|
44
|
+
billingEventOutbox,
|
|
45
|
+
billingEventOutboxSchema,
|
|
46
|
+
capabilities,
|
|
47
|
+
capabilitySchema,
|
|
48
|
+
checkFeatureFlagQuery,
|
|
49
|
+
completePluginUploadMutation,
|
|
50
|
+
countryCode2Schema,
|
|
51
|
+
countryCode3Schema,
|
|
52
|
+
createMenuSchema,
|
|
53
|
+
createPluginUploadMutation,
|
|
54
|
+
createWebDomainMutation,
|
|
55
|
+
createWebPageMutation,
|
|
56
|
+
currencies,
|
|
57
|
+
currencySchema,
|
|
58
|
+
deleteFeatureFlagMutation,
|
|
59
|
+
deleteMenuMutation,
|
|
60
|
+
deleteSettingMutation,
|
|
61
|
+
deleteWebDomainMutation,
|
|
62
|
+
disableWebDomainMutation,
|
|
63
|
+
entityOwnershipSchema,
|
|
64
|
+
entityOwnerships,
|
|
65
|
+
exchangeRateSchema,
|
|
66
|
+
exchangeRates,
|
|
67
|
+
extProjection,
|
|
68
|
+
featureFlagOverrideSchema,
|
|
69
|
+
featureFlagOverrides,
|
|
70
|
+
featureFlagSchema,
|
|
71
|
+
featureFlags,
|
|
72
|
+
flagConditionSchema,
|
|
73
|
+
geoCountries,
|
|
74
|
+
geoCountrySchema,
|
|
75
|
+
geoNameSchema,
|
|
76
|
+
geoSubdivisionSchema,
|
|
77
|
+
geoSubdivisions,
|
|
78
|
+
getFeatureFlagQuery,
|
|
79
|
+
getGeoCountryQuery,
|
|
80
|
+
getGeoSubdivisionQuery,
|
|
81
|
+
getI18nBundlesQuery,
|
|
82
|
+
getI18nBundlesResultSchema,
|
|
83
|
+
getI18nMessagesQuery,
|
|
84
|
+
getMenuQuery,
|
|
85
|
+
getPluginInstallJobQuery,
|
|
86
|
+
getSettingQuery,
|
|
87
|
+
getWebDomainQuery,
|
|
88
|
+
getWebPageDocumentQuery,
|
|
89
|
+
getWebThemeQuery,
|
|
90
|
+
getWebThemeRevisionQuery,
|
|
91
|
+
i18nBundleSchema,
|
|
92
|
+
i18nBundleVersions,
|
|
93
|
+
i18nDirectionSchema,
|
|
94
|
+
i18nLanguageSchema,
|
|
95
|
+
i18nLanguages,
|
|
96
|
+
i18nMessageFormatSchema,
|
|
97
|
+
i18nMessageSchema,
|
|
98
|
+
i18nMessageSourceSchema,
|
|
99
|
+
i18nMessageTypeSchema,
|
|
100
|
+
i18nMessages,
|
|
101
|
+
importMediaFromUrlMutation,
|
|
102
|
+
installPluginFromRegistryMutation,
|
|
103
|
+
invitation,
|
|
104
|
+
invitationSchema,
|
|
105
|
+
issueWebThemePreviewMutation,
|
|
106
|
+
listAllMenusQuery,
|
|
107
|
+
listFeatureFlagsQuery,
|
|
108
|
+
listFlagOverridesQuery,
|
|
109
|
+
listGeoCountriesQuery,
|
|
110
|
+
listGeoSubdivisionsQuery,
|
|
111
|
+
listI18nLanguagesQuery,
|
|
112
|
+
listI18nMessagesQuery,
|
|
113
|
+
listMarketRegionsQuery,
|
|
114
|
+
listMenusQuery,
|
|
115
|
+
listPluginCatalogQuery,
|
|
116
|
+
listSettingsQuery,
|
|
117
|
+
listWebThemeRevisionsQuery,
|
|
118
|
+
localeSchema,
|
|
119
|
+
media,
|
|
120
|
+
mediaInsertSchema,
|
|
121
|
+
mediaSelectSchema,
|
|
122
|
+
member,
|
|
123
|
+
memberSchema,
|
|
124
|
+
menuSchema,
|
|
125
|
+
menus,
|
|
126
|
+
notificationChannelSchema,
|
|
127
|
+
notificationChannels,
|
|
128
|
+
notificationPreferenceSchema,
|
|
129
|
+
notificationPreferences,
|
|
130
|
+
notificationSchema,
|
|
131
|
+
notificationTemplateSchema,
|
|
132
|
+
notificationTemplates,
|
|
133
|
+
notifications,
|
|
134
|
+
organization,
|
|
135
|
+
organizationSchema,
|
|
136
|
+
ownershipAuditLog,
|
|
137
|
+
ownershipAuditLogSchema,
|
|
138
|
+
permissionSchema,
|
|
139
|
+
permissions,
|
|
140
|
+
planItemSchema,
|
|
141
|
+
planItems,
|
|
142
|
+
planSchema,
|
|
143
|
+
planSubscriptionSchema,
|
|
144
|
+
planSubscriptions,
|
|
145
|
+
plans,
|
|
146
|
+
pluginCatalogReleaseSchema,
|
|
147
|
+
pluginCatalogReleases,
|
|
148
|
+
pluginConfigSchema,
|
|
149
|
+
pluginConfigs,
|
|
150
|
+
pluginInstallJobSchema,
|
|
151
|
+
pluginInstallJobs,
|
|
152
|
+
pluginInstanceSchema,
|
|
153
|
+
pluginInstances,
|
|
154
|
+
pluginMigrationSchema,
|
|
155
|
+
pluginMigrations,
|
|
156
|
+
pluginRegistrySyncState,
|
|
157
|
+
pluginSchema,
|
|
158
|
+
plugins,
|
|
159
|
+
publishWebPageMutation,
|
|
160
|
+
publishWebThemeDraftMutation,
|
|
161
|
+
recoverWebThemeMutation,
|
|
162
|
+
relationship,
|
|
163
|
+
relationshipSchema,
|
|
164
|
+
removeFlagOverrideMutation,
|
|
165
|
+
requestWebDomainCertificateMutation,
|
|
166
|
+
rolePermissionSchema,
|
|
167
|
+
rolePermissions,
|
|
168
|
+
roleSchema,
|
|
169
|
+
roles,
|
|
170
|
+
rollbackPluginInstallMutation,
|
|
171
|
+
rollbackWebThemeRevisionMutation,
|
|
172
|
+
saveWebPageDocumentMutation,
|
|
173
|
+
saveWebThemeDraftMutation,
|
|
174
|
+
scheduledTaskSchema,
|
|
175
|
+
scheduledTasks,
|
|
176
|
+
schedulerProviderSchema,
|
|
177
|
+
schedulerProviders,
|
|
178
|
+
session,
|
|
179
|
+
sessionSchema,
|
|
180
|
+
setDefaultLanguageMutation,
|
|
181
|
+
setFlagOverrideMutation,
|
|
182
|
+
setPrimaryWebDomainMutation,
|
|
183
|
+
setSettingMutation,
|
|
184
|
+
setWebThemeEnabledMutation,
|
|
185
|
+
settingSchema,
|
|
186
|
+
settingSchemaSchema,
|
|
187
|
+
settingSchemas,
|
|
188
|
+
settingScopeSchema,
|
|
189
|
+
settingValueTypeSchema,
|
|
190
|
+
settings,
|
|
191
|
+
subdivisionFullCodeSchema,
|
|
192
|
+
taskExecutionSchema,
|
|
193
|
+
taskExecutions,
|
|
194
|
+
team,
|
|
195
|
+
teamMember,
|
|
196
|
+
teamMemberSchema,
|
|
197
|
+
teamSchema,
|
|
198
|
+
tenantQuotaSchema,
|
|
199
|
+
tenantQuotas,
|
|
200
|
+
toggleMenuVisibilityMutation,
|
|
201
|
+
transactionSchema,
|
|
202
|
+
transactions,
|
|
203
|
+
translationsObjectSchema,
|
|
204
|
+
uninstallPluginFromInstanceMutation,
|
|
205
|
+
updateFeatureFlagMutation,
|
|
206
|
+
updateMenuMutation,
|
|
207
|
+
updateMenuSchema,
|
|
208
|
+
updateProfileMutation,
|
|
209
|
+
updateWebDomainCertificateStatusMutation,
|
|
210
|
+
updateWebPageMutation,
|
|
211
|
+
usageRecordSchema,
|
|
212
|
+
usageRecords,
|
|
213
|
+
user,
|
|
214
|
+
userQuotaSchema,
|
|
215
|
+
userQuotas,
|
|
216
|
+
userSchema,
|
|
217
|
+
verification,
|
|
218
|
+
verificationSchema,
|
|
219
|
+
verifyWebDomainMutation,
|
|
220
|
+
walletSchema,
|
|
221
|
+
wallets,
|
|
222
|
+
webDesignDocumentSchema,
|
|
223
|
+
webDomainHostnameSchema,
|
|
224
|
+
webDomainSchema,
|
|
225
|
+
webDomainSelectSchema,
|
|
226
|
+
webDomains,
|
|
227
|
+
webPagePathSchema,
|
|
228
|
+
webPageSchema,
|
|
229
|
+
webPageSelectSchema,
|
|
230
|
+
webPages,
|
|
231
|
+
webThemeAdapterConfigSchema,
|
|
232
|
+
webThemeAdapterSelectionSchema,
|
|
233
|
+
webThemeHomeTargetSchema,
|
|
234
|
+
webThemeRevisionSchema,
|
|
235
|
+
webThemeRevisionSelectSchema,
|
|
236
|
+
webThemeRevisions,
|
|
237
|
+
webThemeSelectionSchema,
|
|
238
|
+
webThemeSelectionSelectSchema,
|
|
239
|
+
webThemeSelections,
|
|
240
|
+
webhookDeliveries,
|
|
241
|
+
webhookDeliverySchema,
|
|
242
|
+
webhookEndpointSchema,
|
|
243
|
+
webhookEndpoints,
|
|
244
|
+
webhookOutbox,
|
|
245
|
+
webhookOutboxSchema
|
|
246
|
+
} from "../chunk-3TTVLSF5.js";
|
|
247
|
+
import {
|
|
248
|
+
TagPrefix,
|
|
249
|
+
createLbacIndexes,
|
|
250
|
+
lbacFields,
|
|
251
|
+
ownerFields,
|
|
252
|
+
permissionFields,
|
|
253
|
+
scopeFields
|
|
254
|
+
} from "../chunk-KWWJRUIK.js";
|
|
255
|
+
export {
|
|
256
|
+
ACTION_JOURNAL_ACTIVE_STATUSES,
|
|
257
|
+
ACTION_JOURNAL_STATUSES,
|
|
258
|
+
AccessLevel,
|
|
259
|
+
CREDENTIAL_ACCOUNT_ISSUER,
|
|
260
|
+
ENTITY_EXTENSION_PROJECTION_STATUSES,
|
|
261
|
+
ENTITY_EXTENSION_VALUE_TYPES,
|
|
262
|
+
I18N_MESSAGE_FORMATS,
|
|
263
|
+
MARKET_REGIONS,
|
|
264
|
+
NotificationTypeEnum,
|
|
265
|
+
PLUGIN_INSTALL_JOB_STATUSES,
|
|
266
|
+
PLUGIN_INSTALL_OPERATIONS,
|
|
267
|
+
PLUGIN_INSTALL_SOURCES,
|
|
268
|
+
PLUGIN_MARKETPLACE_STATES,
|
|
269
|
+
PLUGIN_TRUST_LEVELS,
|
|
270
|
+
ROLE_PERMISSIONS,
|
|
271
|
+
SYS_INBOX_CODE,
|
|
272
|
+
ScopeType,
|
|
273
|
+
TagPrefix,
|
|
274
|
+
WEB_DOMAIN_CERTIFICATE_STATUSES,
|
|
275
|
+
WEB_DOMAIN_STATUSES,
|
|
276
|
+
WEB_PAGE_RESERVED_PATHS,
|
|
277
|
+
WEB_PAGE_RESERVED_PREFIXES,
|
|
278
|
+
WEB_PAGE_STATUSES,
|
|
279
|
+
WEB_THEME_REVISION_STATUSES,
|
|
280
|
+
WEB_THEME_SELECTION_STATUSES,
|
|
281
|
+
account,
|
|
282
|
+
accountSchema,
|
|
283
|
+
actionExecutionJournal,
|
|
284
|
+
actionExecutionOutbox,
|
|
285
|
+
activateWebThemeMutation,
|
|
286
|
+
activateWebThemeRevisionMutation,
|
|
287
|
+
apikey,
|
|
288
|
+
apikeySchema,
|
|
289
|
+
appendPluginUploadMutation,
|
|
290
|
+
auditEventSchema,
|
|
291
|
+
auditEvents,
|
|
292
|
+
auditEventsArchive,
|
|
293
|
+
auditEventsArchiveSchema,
|
|
294
|
+
auditLogSchema,
|
|
295
|
+
auditLogs,
|
|
296
|
+
auditLogsArchive,
|
|
297
|
+
auditLogsArchiveSchema,
|
|
298
|
+
batchUpdateMessagesMutation,
|
|
299
|
+
billingEventOutbox,
|
|
300
|
+
billingEventOutboxSchema,
|
|
301
|
+
capabilities,
|
|
302
|
+
capabilitySchema,
|
|
303
|
+
checkFeatureFlagQuery,
|
|
304
|
+
completePluginUploadMutation,
|
|
305
|
+
countryCode2Schema,
|
|
306
|
+
countryCode3Schema,
|
|
307
|
+
createLbacIndexes,
|
|
308
|
+
createMenuSchema,
|
|
309
|
+
createPluginUploadMutation,
|
|
310
|
+
createWebDomainMutation,
|
|
311
|
+
createWebPageMutation,
|
|
312
|
+
currencies,
|
|
313
|
+
currencySchema,
|
|
314
|
+
deleteFeatureFlagMutation,
|
|
315
|
+
deleteMenuMutation,
|
|
316
|
+
deleteSettingMutation,
|
|
317
|
+
deleteWebDomainMutation,
|
|
318
|
+
disableWebDomainMutation,
|
|
319
|
+
entityOwnershipSchema,
|
|
320
|
+
entityOwnerships,
|
|
321
|
+
exchangeRateSchema,
|
|
322
|
+
exchangeRates,
|
|
323
|
+
extProjection,
|
|
324
|
+
featureFlagOverrideSchema,
|
|
325
|
+
featureFlagOverrides,
|
|
326
|
+
featureFlagSchema,
|
|
327
|
+
featureFlags,
|
|
328
|
+
flagConditionSchema,
|
|
329
|
+
geoCountries,
|
|
330
|
+
geoCountrySchema,
|
|
331
|
+
geoNameSchema,
|
|
332
|
+
geoSubdivisionSchema,
|
|
333
|
+
geoSubdivisions,
|
|
334
|
+
getFeatureFlagQuery,
|
|
335
|
+
getGeoCountryQuery,
|
|
336
|
+
getGeoSubdivisionQuery,
|
|
337
|
+
getI18nBundlesQuery,
|
|
338
|
+
getI18nBundlesResultSchema,
|
|
339
|
+
getI18nMessagesQuery,
|
|
340
|
+
getMenuQuery,
|
|
341
|
+
getPluginInstallJobQuery,
|
|
342
|
+
getSettingQuery,
|
|
343
|
+
getWebDomainQuery,
|
|
344
|
+
getWebPageDocumentQuery,
|
|
345
|
+
getWebThemeQuery,
|
|
346
|
+
getWebThemeRevisionQuery,
|
|
347
|
+
i18nBundleSchema,
|
|
348
|
+
i18nBundleVersions,
|
|
349
|
+
i18nDirectionSchema,
|
|
350
|
+
i18nLanguageSchema,
|
|
351
|
+
i18nLanguages,
|
|
352
|
+
i18nMessageFormatSchema,
|
|
353
|
+
i18nMessageSchema,
|
|
354
|
+
i18nMessageSourceSchema,
|
|
355
|
+
i18nMessageTypeSchema,
|
|
356
|
+
i18nMessages,
|
|
357
|
+
importMediaFromUrlMutation,
|
|
358
|
+
installPluginFromRegistryMutation,
|
|
359
|
+
invitation,
|
|
360
|
+
invitationSchema,
|
|
361
|
+
issueWebThemePreviewMutation,
|
|
362
|
+
lbacFields,
|
|
363
|
+
listAllMenusQuery,
|
|
364
|
+
listFeatureFlagsQuery,
|
|
365
|
+
listFlagOverridesQuery,
|
|
366
|
+
listGeoCountriesQuery,
|
|
367
|
+
listGeoSubdivisionsQuery,
|
|
368
|
+
listI18nLanguagesQuery,
|
|
369
|
+
listI18nMessagesQuery,
|
|
370
|
+
listMarketRegionsQuery,
|
|
371
|
+
listMenusQuery,
|
|
372
|
+
listPluginCatalogQuery,
|
|
373
|
+
listSettingsQuery,
|
|
374
|
+
listWebThemeRevisionsQuery,
|
|
375
|
+
localeSchema,
|
|
376
|
+
media,
|
|
377
|
+
mediaInsertSchema,
|
|
378
|
+
mediaSelectSchema,
|
|
379
|
+
member,
|
|
380
|
+
memberSchema,
|
|
381
|
+
menuSchema,
|
|
382
|
+
menus,
|
|
383
|
+
notificationChannelSchema,
|
|
384
|
+
notificationChannels,
|
|
385
|
+
notificationPreferenceSchema,
|
|
386
|
+
notificationPreferences,
|
|
387
|
+
notificationSchema,
|
|
388
|
+
notificationTemplateSchema,
|
|
389
|
+
notificationTemplates,
|
|
390
|
+
notifications,
|
|
391
|
+
organization,
|
|
392
|
+
organizationSchema,
|
|
393
|
+
ownerFields,
|
|
394
|
+
ownershipAuditLog,
|
|
395
|
+
ownershipAuditLogSchema,
|
|
396
|
+
permissionFields,
|
|
397
|
+
permissionSchema,
|
|
398
|
+
permissions,
|
|
399
|
+
planItemSchema,
|
|
400
|
+
planItems,
|
|
401
|
+
planSchema,
|
|
402
|
+
planSubscriptionSchema,
|
|
403
|
+
planSubscriptions,
|
|
404
|
+
plans,
|
|
405
|
+
pluginCatalogReleaseSchema,
|
|
406
|
+
pluginCatalogReleases,
|
|
407
|
+
pluginConfigSchema,
|
|
408
|
+
pluginConfigs,
|
|
409
|
+
pluginInstallJobSchema,
|
|
410
|
+
pluginInstallJobs,
|
|
411
|
+
pluginInstanceSchema,
|
|
412
|
+
pluginInstances,
|
|
413
|
+
pluginMigrationSchema,
|
|
414
|
+
pluginMigrations,
|
|
415
|
+
pluginRegistrySyncState,
|
|
416
|
+
pluginSchema,
|
|
417
|
+
plugins,
|
|
418
|
+
publishWebPageMutation,
|
|
419
|
+
publishWebThemeDraftMutation,
|
|
420
|
+
recoverWebThemeMutation,
|
|
421
|
+
relationship,
|
|
422
|
+
relationshipSchema,
|
|
423
|
+
removeFlagOverrideMutation,
|
|
424
|
+
requestWebDomainCertificateMutation,
|
|
425
|
+
rolePermissionSchema,
|
|
426
|
+
rolePermissions,
|
|
427
|
+
roleSchema,
|
|
428
|
+
roles,
|
|
429
|
+
rollbackPluginInstallMutation,
|
|
430
|
+
rollbackWebThemeRevisionMutation,
|
|
431
|
+
saveWebPageDocumentMutation,
|
|
432
|
+
saveWebThemeDraftMutation,
|
|
433
|
+
scheduledTaskSchema,
|
|
434
|
+
scheduledTasks,
|
|
435
|
+
schedulerProviderSchema,
|
|
436
|
+
schedulerProviders,
|
|
437
|
+
scopeFields,
|
|
438
|
+
session,
|
|
439
|
+
sessionSchema,
|
|
440
|
+
setDefaultLanguageMutation,
|
|
441
|
+
setFlagOverrideMutation,
|
|
442
|
+
setPrimaryWebDomainMutation,
|
|
443
|
+
setSettingMutation,
|
|
444
|
+
setWebThemeEnabledMutation,
|
|
445
|
+
settingSchema,
|
|
446
|
+
settingSchemaSchema,
|
|
447
|
+
settingSchemas,
|
|
448
|
+
settingScopeSchema,
|
|
449
|
+
settingValueTypeSchema,
|
|
450
|
+
settings,
|
|
451
|
+
subdivisionFullCodeSchema,
|
|
452
|
+
taskExecutionSchema,
|
|
453
|
+
taskExecutions,
|
|
454
|
+
team,
|
|
455
|
+
teamMember,
|
|
456
|
+
teamMemberSchema,
|
|
457
|
+
teamSchema,
|
|
458
|
+
tenantQuotaSchema,
|
|
459
|
+
tenantQuotas,
|
|
460
|
+
toggleMenuVisibilityMutation,
|
|
461
|
+
transactionSchema,
|
|
462
|
+
transactions,
|
|
463
|
+
translationsObjectSchema,
|
|
464
|
+
uninstallPluginFromInstanceMutation,
|
|
465
|
+
updateFeatureFlagMutation,
|
|
466
|
+
updateMenuMutation,
|
|
467
|
+
updateMenuSchema,
|
|
468
|
+
updateProfileMutation,
|
|
469
|
+
updateWebDomainCertificateStatusMutation,
|
|
470
|
+
updateWebPageMutation,
|
|
471
|
+
usageRecordSchema,
|
|
472
|
+
usageRecords,
|
|
473
|
+
user,
|
|
474
|
+
userQuotaSchema,
|
|
475
|
+
userQuotas,
|
|
476
|
+
userSchema,
|
|
477
|
+
verification,
|
|
478
|
+
verificationSchema,
|
|
479
|
+
verifyWebDomainMutation,
|
|
480
|
+
walletSchema,
|
|
481
|
+
wallets,
|
|
482
|
+
webDesignDocumentSchema,
|
|
483
|
+
webDomainHostnameSchema,
|
|
484
|
+
webDomainSchema,
|
|
485
|
+
webDomainSelectSchema,
|
|
486
|
+
webDomains,
|
|
487
|
+
webPagePathSchema,
|
|
488
|
+
webPageSchema,
|
|
489
|
+
webPageSelectSchema,
|
|
490
|
+
webPages,
|
|
491
|
+
webThemeAdapterConfigSchema,
|
|
492
|
+
webThemeAdapterSelectionSchema,
|
|
493
|
+
webThemeHomeTargetSchema,
|
|
494
|
+
webThemeRevisionSchema,
|
|
495
|
+
webThemeRevisionSelectSchema,
|
|
496
|
+
webThemeRevisions,
|
|
497
|
+
webThemeSelectionSchema,
|
|
498
|
+
webThemeSelectionSelectSchema,
|
|
499
|
+
webThemeSelections,
|
|
500
|
+
webhookDeliveries,
|
|
501
|
+
webhookDeliverySchema,
|
|
502
|
+
webhookEndpointSchema,
|
|
503
|
+
webhookEndpoints,
|
|
504
|
+
webhookOutbox,
|
|
505
|
+
webhookOutboxSchema
|
|
506
|
+
};
|
|
507
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|