@elek-io/core 0.4.0 → 0.4.1

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/dist/index.cjs CHANGED
@@ -30,7 +30,137 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // src/index.ts
31
31
  var src_exports = {};
32
32
  __export(src_exports, {
33
- default: () => ElekIoCore
33
+ BooleanValueDefinitionBaseSchema: () => BooleanValueDefinitionBaseSchema,
34
+ NumberValueDefinitionBaseSchema: () => NumberValueDefinitionBaseSchema,
35
+ ReferenceValueDefinitionBaseSchema: () => ReferenceValueDefinitionBaseSchema,
36
+ StringValueDefinitionBaseSchema: () => StringValueDefinitionBaseSchema,
37
+ UserTypeSchema: () => UserTypeSchema,
38
+ ValueDefinitionBaseSchema: () => ValueDefinitionBaseSchema,
39
+ ValueInputTypeSchema: () => ValueInputTypeSchema,
40
+ ValueInputWidthSchema: () => ValueInputWidthSchema,
41
+ ValueTypeSchema: () => ValueTypeSchema,
42
+ assetExportSchema: () => assetExportSchema,
43
+ assetFileSchema: () => assetFileSchema,
44
+ assetSchema: () => assetSchema,
45
+ assetValueDefinitionSchema: () => assetValueDefinitionSchema,
46
+ baseFileSchema: () => baseFileSchema,
47
+ baseFileWithLanguageSchema: () => baseFileWithLanguageSchema,
48
+ baseUserSchema: () => baseUserSchema,
49
+ cloneProjectSchema: () => cloneProjectSchema,
50
+ cloudUserSchema: () => cloudUserSchema,
51
+ collectionExportSchema: () => collectionExportSchema,
52
+ collectionFileSchema: () => collectionFileSchema,
53
+ collectionSchema: () => collectionSchema,
54
+ constructorElekIoCoreSchema: () => constructorElekIoCoreSchema,
55
+ countAssetsSchema: () => countAssetsSchema,
56
+ countCollectionsSchema: () => countCollectionsSchema,
57
+ countEntriesSchema: () => countEntriesSchema,
58
+ countGitTagsSchema: () => countGitTagsSchema,
59
+ createAssetSchema: () => createAssetSchema,
60
+ createCollectionSchema: () => createCollectionSchema,
61
+ createEntrySchema: () => createEntrySchema,
62
+ createGitTagSchema: () => createGitTagSchema,
63
+ createProjectSchema: () => createProjectSchema,
64
+ currentBranchProjectSchema: () => currentBranchProjectSchema,
65
+ dateValueDefinitionSchema: () => dateValueDefinitionSchema,
66
+ datetimeValueDefinitionSchema: () => datetimeValueDefinitionSchema,
67
+ default: () => ElekIoCore,
68
+ deleteAssetSchema: () => deleteAssetSchema,
69
+ deleteCollectionSchema: () => deleteCollectionSchema,
70
+ deleteEntrySchema: () => deleteEntrySchema,
71
+ deleteGitTagSchema: () => deleteGitTagSchema,
72
+ deleteProjectSchema: () => deleteProjectSchema,
73
+ directBooleanValueSchema: () => directBooleanValueSchema,
74
+ directNumberValueSchema: () => directNumberValueSchema,
75
+ directStringValueSchema: () => directStringValueSchema,
76
+ directValueBaseSchema: () => directValueBaseSchema,
77
+ directValueSchema: () => directValueSchema,
78
+ elekIoCoreOptionsSchema: () => elekIoCoreOptionsSchema,
79
+ emailValueDefinitionSchema: () => emailValueDefinitionSchema,
80
+ entryExportSchema: () => entryExportSchema,
81
+ entryFileSchema: () => entryFileSchema,
82
+ entrySchema: () => entrySchema,
83
+ entryValueDefinitionSchema: () => entryValueDefinitionSchema,
84
+ environmentSchema: () => environmentSchema,
85
+ fileReferenceSchema: () => fileReferenceSchema,
86
+ getChangesProjectSchema: () => getChangesProjectSchema,
87
+ getRemoteOriginUrlProjectSchema: () => getRemoteOriginUrlProjectSchema,
88
+ getValueContentSchemaFromDefinition: () => getValueContentSchemaFromDefinition,
89
+ gitCloneOptionsSchema: () => gitCloneOptionsSchema,
90
+ gitCommitIconSchema: () => gitCommitIconSchema,
91
+ gitCommitSchema: () => gitCommitSchema,
92
+ gitInitOptionsSchema: () => gitInitOptionsSchema,
93
+ gitLogOptionsSchema: () => gitLogOptionsSchema,
94
+ gitRepositoryPathSchema: () => gitRepositoryPathSchema,
95
+ gitSignatureSchema: () => gitSignatureSchema,
96
+ gitSwitchOptionsSchema: () => gitSwitchOptionsSchema,
97
+ gitTagSchema: () => gitTagSchema,
98
+ ipValueDefinitionSchema: () => ipValueDefinitionSchema,
99
+ listAssetsSchema: () => listAssetsSchema,
100
+ listBranchesProjectSchema: () => listBranchesProjectSchema,
101
+ listCollectionsSchema: () => listCollectionsSchema,
102
+ listEntriesSchema: () => listEntriesSchema,
103
+ listGitTagsSchema: () => listGitTagsSchema,
104
+ listProjectsSchema: () => listProjectsSchema,
105
+ localUserSchema: () => localUserSchema,
106
+ numberValueDefinitionSchema: () => numberValueDefinitionSchema,
107
+ objectTypeSchema: () => objectTypeSchema,
108
+ projectExportSchema: () => projectExportSchema,
109
+ projectFileSchema: () => projectFileSchema,
110
+ projectFolderSchema: () => projectFolderSchema,
111
+ projectSchema: () => projectSchema,
112
+ projectSettingsSchema: () => projectSettingsSchema,
113
+ projectStatusSchema: () => projectStatusSchema,
114
+ projectUpgradeSchema: () => projectUpgradeSchema,
115
+ rangeValueDefinitionSchema: () => rangeValueDefinitionSchema,
116
+ readAssetSchema: () => readAssetSchema,
117
+ readCollectionSchema: () => readCollectionSchema,
118
+ readEntrySchema: () => readEntrySchema,
119
+ readGitTagSchema: () => readGitTagSchema,
120
+ readProjectSchema: () => readProjectSchema,
121
+ referencedValueSchema: () => referencedValueSchema,
122
+ resolvedReferencedValueSchema: () => resolvedReferencedValueSchema,
123
+ resolvedValueContentReferenceSchema: () => resolvedValueContentReferenceSchema,
124
+ resolvedValueSchema: () => resolvedValueSchema,
125
+ searchProjectSchema: () => searchProjectSchema,
126
+ serviceTypeSchema: () => serviceTypeSchema,
127
+ setRemoteOriginUrlProjectSchema: () => setRemoteOriginUrlProjectSchema,
128
+ setUserSchema: () => setUserSchema,
129
+ stringValueDefinitionSchema: () => stringValueDefinitionSchema,
130
+ supportedAssetExtensionSchema: () => supportedAssetExtensionSchema,
131
+ supportedAssetMimeTypeSchema: () => supportedAssetMimeTypeSchema,
132
+ supportedAssetTypeSchema: () => supportedAssetTypeSchema,
133
+ supportedIconSchema: () => supportedIconSchema,
134
+ supportedLanguageSchema: () => supportedLanguageSchema,
135
+ switchBranchProjectSchema: () => switchBranchProjectSchema,
136
+ synchronizeProjectSchema: () => synchronizeProjectSchema,
137
+ telephoneValueDefinitionSchema: () => telephoneValueDefinitionSchema,
138
+ textValueDefinitionSchema: () => textValueDefinitionSchema,
139
+ textareaValueDefinitionSchema: () => textareaValueDefinitionSchema,
140
+ timeValueDefinitionSchema: () => timeValueDefinitionSchema,
141
+ toggleValueDefinitionSchema: () => toggleValueDefinitionSchema,
142
+ translatableArrayOf: () => translatableArrayOf,
143
+ translatableBooleanSchema: () => translatableBooleanSchema,
144
+ translatableNumberSchema: () => translatableNumberSchema,
145
+ translatableStringSchema: () => translatableStringSchema,
146
+ updateAssetSchema: () => updateAssetSchema,
147
+ updateCollectionSchema: () => updateCollectionSchema,
148
+ updateEntrySchema: () => updateEntrySchema,
149
+ updateProjectSchema: () => updateProjectSchema,
150
+ upgradeProjectSchema: () => upgradeProjectSchema,
151
+ urlValueDefinitionSchema: () => urlValueDefinitionSchema,
152
+ userFileSchema: () => userFileSchema,
153
+ userSchema: () => userSchema,
154
+ uuidSchema: () => uuidSchema,
155
+ valueContentReferenceBase: () => valueContentReferenceBase,
156
+ valueContentReferenceSchema: () => valueContentReferenceSchema,
157
+ valueContentReferenceToAssetSchema: () => valueContentReferenceToAssetSchema,
158
+ valueContentReferenceToCollectionSchema: () => valueContentReferenceToCollectionSchema,
159
+ valueContentReferenceToEntrySchema: () => valueContentReferenceToEntrySchema,
160
+ valueContentReferenceWithLanguageBase: () => valueContentReferenceWithLanguageBase,
161
+ valueDefinitionSchema: () => valueDefinitionSchema,
162
+ valueSchema: () => valueSchema,
163
+ versionSchema: () => versionSchema
34
164
  });
35
165
  module.exports = __toCommonJS(src_exports);
36
166
  var import_fs_extra7 = __toESM(require("fs-extra"), 1);
@@ -3195,4 +3325,137 @@ var ElekIoCore = class {
3195
3325
  // return this.sharedValueService;
3196
3326
  // }
3197
3327
  };
3328
+ // Annotate the CommonJS export names for ESM import in node:
3329
+ 0 && (module.exports = {
3330
+ BooleanValueDefinitionBaseSchema,
3331
+ NumberValueDefinitionBaseSchema,
3332
+ ReferenceValueDefinitionBaseSchema,
3333
+ StringValueDefinitionBaseSchema,
3334
+ UserTypeSchema,
3335
+ ValueDefinitionBaseSchema,
3336
+ ValueInputTypeSchema,
3337
+ ValueInputWidthSchema,
3338
+ ValueTypeSchema,
3339
+ assetExportSchema,
3340
+ assetFileSchema,
3341
+ assetSchema,
3342
+ assetValueDefinitionSchema,
3343
+ baseFileSchema,
3344
+ baseFileWithLanguageSchema,
3345
+ baseUserSchema,
3346
+ cloneProjectSchema,
3347
+ cloudUserSchema,
3348
+ collectionExportSchema,
3349
+ collectionFileSchema,
3350
+ collectionSchema,
3351
+ constructorElekIoCoreSchema,
3352
+ countAssetsSchema,
3353
+ countCollectionsSchema,
3354
+ countEntriesSchema,
3355
+ countGitTagsSchema,
3356
+ createAssetSchema,
3357
+ createCollectionSchema,
3358
+ createEntrySchema,
3359
+ createGitTagSchema,
3360
+ createProjectSchema,
3361
+ currentBranchProjectSchema,
3362
+ dateValueDefinitionSchema,
3363
+ datetimeValueDefinitionSchema,
3364
+ deleteAssetSchema,
3365
+ deleteCollectionSchema,
3366
+ deleteEntrySchema,
3367
+ deleteGitTagSchema,
3368
+ deleteProjectSchema,
3369
+ directBooleanValueSchema,
3370
+ directNumberValueSchema,
3371
+ directStringValueSchema,
3372
+ directValueBaseSchema,
3373
+ directValueSchema,
3374
+ elekIoCoreOptionsSchema,
3375
+ emailValueDefinitionSchema,
3376
+ entryExportSchema,
3377
+ entryFileSchema,
3378
+ entrySchema,
3379
+ entryValueDefinitionSchema,
3380
+ environmentSchema,
3381
+ fileReferenceSchema,
3382
+ getChangesProjectSchema,
3383
+ getRemoteOriginUrlProjectSchema,
3384
+ getValueContentSchemaFromDefinition,
3385
+ gitCloneOptionsSchema,
3386
+ gitCommitIconSchema,
3387
+ gitCommitSchema,
3388
+ gitInitOptionsSchema,
3389
+ gitLogOptionsSchema,
3390
+ gitRepositoryPathSchema,
3391
+ gitSignatureSchema,
3392
+ gitSwitchOptionsSchema,
3393
+ gitTagSchema,
3394
+ ipValueDefinitionSchema,
3395
+ listAssetsSchema,
3396
+ listBranchesProjectSchema,
3397
+ listCollectionsSchema,
3398
+ listEntriesSchema,
3399
+ listGitTagsSchema,
3400
+ listProjectsSchema,
3401
+ localUserSchema,
3402
+ numberValueDefinitionSchema,
3403
+ objectTypeSchema,
3404
+ projectExportSchema,
3405
+ projectFileSchema,
3406
+ projectFolderSchema,
3407
+ projectSchema,
3408
+ projectSettingsSchema,
3409
+ projectStatusSchema,
3410
+ projectUpgradeSchema,
3411
+ rangeValueDefinitionSchema,
3412
+ readAssetSchema,
3413
+ readCollectionSchema,
3414
+ readEntrySchema,
3415
+ readGitTagSchema,
3416
+ readProjectSchema,
3417
+ referencedValueSchema,
3418
+ resolvedReferencedValueSchema,
3419
+ resolvedValueContentReferenceSchema,
3420
+ resolvedValueSchema,
3421
+ searchProjectSchema,
3422
+ serviceTypeSchema,
3423
+ setRemoteOriginUrlProjectSchema,
3424
+ setUserSchema,
3425
+ stringValueDefinitionSchema,
3426
+ supportedAssetExtensionSchema,
3427
+ supportedAssetMimeTypeSchema,
3428
+ supportedAssetTypeSchema,
3429
+ supportedIconSchema,
3430
+ supportedLanguageSchema,
3431
+ switchBranchProjectSchema,
3432
+ synchronizeProjectSchema,
3433
+ telephoneValueDefinitionSchema,
3434
+ textValueDefinitionSchema,
3435
+ textareaValueDefinitionSchema,
3436
+ timeValueDefinitionSchema,
3437
+ toggleValueDefinitionSchema,
3438
+ translatableArrayOf,
3439
+ translatableBooleanSchema,
3440
+ translatableNumberSchema,
3441
+ translatableStringSchema,
3442
+ updateAssetSchema,
3443
+ updateCollectionSchema,
3444
+ updateEntrySchema,
3445
+ updateProjectSchema,
3446
+ upgradeProjectSchema,
3447
+ urlValueDefinitionSchema,
3448
+ userFileSchema,
3449
+ userSchema,
3450
+ uuidSchema,
3451
+ valueContentReferenceBase,
3452
+ valueContentReferenceSchema,
3453
+ valueContentReferenceToAssetSchema,
3454
+ valueContentReferenceToCollectionSchema,
3455
+ valueContentReferenceToEntrySchema,
3456
+ valueContentReferenceWithLanguageBase,
3457
+ valueDefinitionSchema,
3458
+ valueSchema,
3459
+ versionSchema
3460
+ });
3198
3461
  //# sourceMappingURL=index.cjs.map