@wix/multilingual 1.0.60 → 1.0.62
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/multilingual",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.62",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/multilingual_entity-mapper": "1.0.
|
|
22
|
-
"@wix/multilingual_machine-translation": "1.0.
|
|
23
|
-
"@wix/multilingual_site-translator": "1.0.
|
|
24
|
-
"@wix/multilingual_translation-contents": "1.0.
|
|
25
|
-
"@wix/multilingual_translation-published-contents": "1.0.
|
|
26
|
-
"@wix/multilingual_translation-schemas": "1.0.
|
|
21
|
+
"@wix/multilingual_entity-mapper": "1.0.17",
|
|
22
|
+
"@wix/multilingual_machine-translation": "1.0.31",
|
|
23
|
+
"@wix/multilingual_site-translator": "1.0.16",
|
|
24
|
+
"@wix/multilingual_translation-contents": "1.0.31",
|
|
25
|
+
"@wix/multilingual_translation-published-contents": "1.0.13",
|
|
26
|
+
"@wix/multilingual_translation-schemas": "1.0.27"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "3fa70c3d1596ca949611fec7c3ed770c26264b271ad0037b292eadfd"
|
|
52
52
|
}
|
|
@@ -6860,7 +6860,7 @@ interface Aggregation extends AggregationKindOneOf {
|
|
|
6860
6860
|
* Deprecated. Use `nested` instead.
|
|
6861
6861
|
* @deprecated Deprecated. Use `nested` instead.
|
|
6862
6862
|
* @replacedBy kind.nested
|
|
6863
|
-
* @targetRemovalDate
|
|
6863
|
+
* @targetRemovalDate 2029-03-30
|
|
6864
6864
|
*/
|
|
6865
6865
|
groupBy?: GroupByAggregation;
|
|
6866
6866
|
}
|
|
@@ -9292,8 +9292,6 @@ interface SchemaUpdatedEnvelope {
|
|
|
9292
9292
|
interface SchemaDeletedEnvelope {
|
|
9293
9293
|
metadata: EventMetadata;
|
|
9294
9294
|
}
|
|
9295
|
-
interface GetSchemaByKey {
|
|
9296
|
-
}
|
|
9297
9295
|
interface GetSchemaByKeyIdentifiers {
|
|
9298
9296
|
/**
|
|
9299
9297
|
* ID of the app that created the schema.
|
|
@@ -9452,7 +9450,7 @@ interface GetSchemaByKeySignature {
|
|
|
9452
9450
|
/**
|
|
9453
9451
|
* Retrieves a translation schema by key.
|
|
9454
9452
|
*/
|
|
9455
|
-
(identifiers: GetSchemaByKeyIdentifiers
|
|
9453
|
+
(identifiers: GetSchemaByKeyIdentifiers): Promise<GetSchemaByKeyResponse & GetSchemaByKeyResponseNonNullableFields>;
|
|
9456
9454
|
}
|
|
9457
9455
|
declare function updateSchema$1(httpClient: HttpClient): UpdateSchemaSignature;
|
|
9458
9456
|
interface UpdateSchemaSignature {
|
|
@@ -9585,7 +9583,6 @@ type context_EntityUpdatedEvent = EntityUpdatedEvent;
|
|
|
9585
9583
|
type context_EventMetadata = EventMetadata;
|
|
9586
9584
|
type context_FieldType = FieldType;
|
|
9587
9585
|
declare const context_FieldType: typeof FieldType;
|
|
9588
|
-
type context_GetSchemaByKey = GetSchemaByKey;
|
|
9589
9586
|
type context_GetSchemaByKeyIdentifiers = GetSchemaByKeyIdentifiers;
|
|
9590
9587
|
type context_GetSchemaByKeyRequest = GetSchemaByKeyRequest;
|
|
9591
9588
|
type context_GetSchemaByKeyResponse = GetSchemaByKeyResponse;
|
|
@@ -9663,7 +9660,7 @@ declare const context_onSchemaUpdated: typeof onSchemaUpdated;
|
|
|
9663
9660
|
declare const context_querySchemas: typeof querySchemas;
|
|
9664
9661
|
declare const context_updateSchema: typeof updateSchema;
|
|
9665
9662
|
declare namespace context {
|
|
9666
|
-
export { type context_ActionEvent as ActionEvent, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_CreateSchemaRequest as CreateSchemaRequest, type context_CreateSchemaResponse as CreateSchemaResponse, type context_CreateSchemaResponseNonNullableFields as CreateSchemaResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_CursorPagingMetadata as CursorPagingMetadata, type context_CursorQuery as CursorQuery, type context_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context_Cursors as Cursors, type context_DeleteContext as DeleteContext, type context_DeleteSchemaRequest as DeleteSchemaRequest, type context_DeleteSchemaResponse as DeleteSchemaResponse, context_DeleteStatus as DeleteStatus, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, context_FieldType as FieldType, type
|
|
9663
|
+
export { type context_ActionEvent as ActionEvent, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_CreateSchemaRequest as CreateSchemaRequest, type context_CreateSchemaResponse as CreateSchemaResponse, type context_CreateSchemaResponseNonNullableFields as CreateSchemaResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_CursorPagingMetadata as CursorPagingMetadata, type context_CursorQuery as CursorQuery, type context_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context_Cursors as Cursors, type context_DeleteContext as DeleteContext, type context_DeleteSchemaRequest as DeleteSchemaRequest, type context_DeleteSchemaResponse as DeleteSchemaResponse, context_DeleteStatus as DeleteStatus, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, context_FieldType as FieldType, type context_GetSchemaByKeyIdentifiers as GetSchemaByKeyIdentifiers, type context_GetSchemaByKeyRequest as GetSchemaByKeyRequest, type context_GetSchemaByKeyResponse as GetSchemaByKeyResponse, type context_GetSchemaByKeyResponseNonNullableFields as GetSchemaByKeyResponseNonNullableFields, type context_GetSchemaRequest as GetSchemaRequest, type context_GetSchemaResponse as GetSchemaResponse, type context_GetSchemaResponseNonNullableFields as GetSchemaResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ListSiteSchemasOptions as ListSiteSchemasOptions, type context_ListSiteSchemasRequest as ListSiteSchemasRequest, type context_ListSiteSchemasResponse as ListSiteSchemasResponse, type context_ListSiteSchemasResponseNonNullableFields as ListSiteSchemasResponseNonNullableFields, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, type context_PreviewFields as PreviewFields, type context_QuerySchemasOptions as QuerySchemasOptions, type context_QuerySchemasRequest as QuerySchemasRequest, type context_QuerySchemasResponse as QuerySchemasResponse, type context_QuerySchemasResponseNonNullableFields as QuerySchemasResponseNonNullableFields, type context_RestoreInfo as RestoreInfo, type context_Schema as Schema, type context_SchemaCreatedEnvelope as SchemaCreatedEnvelope, type context_SchemaDeletedEnvelope as SchemaDeletedEnvelope, type context_SchemaField as SchemaField, type context_SchemaKey as SchemaKey, type context_SchemaNonNullableFields as SchemaNonNullableFields, context_SchemaScope as SchemaScope, type context_SchemaUpdatedEnvelope as SchemaUpdatedEnvelope, type context_SchemasQueryBuilder as SchemasQueryBuilder, type context_SchemasQueryResult as SchemasQueryResult, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, type context_UpdateSchema as UpdateSchema, type context_UpdateSchemaRequest as UpdateSchemaRequest, type context_UpdateSchemaResponse as UpdateSchemaResponse, type context_UpdateSchemaResponseNonNullableFields as UpdateSchemaResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnSchemaCreatedType as _publicOnSchemaCreatedType, type context__publicOnSchemaDeletedType as _publicOnSchemaDeletedType, type context__publicOnSchemaUpdatedType as _publicOnSchemaUpdatedType, context_createSchema as createSchema, context_deleteSchema as deleteSchema, context_getSchema as getSchema, context_getSchemaByKey as getSchemaByKey, context_listSiteSchemas as listSiteSchemas, context_onSchemaCreated as onSchemaCreated, context_onSchemaDeleted as onSchemaDeleted, context_onSchemaUpdated as onSchemaUpdated, onSchemaCreated$1 as publicOnSchemaCreated, onSchemaDeleted$1 as publicOnSchemaDeleted, onSchemaUpdated$1 as publicOnSchemaUpdated, context_querySchemas as querySchemas, context_updateSchema as updateSchema };
|
|
9667
9664
|
}
|
|
9668
9665
|
|
|
9669
9666
|
export { context$5 as entityMapper, context$3 as machineTranslation, context$2 as siteTranslator, context$1 as translationContents, context$4 as translationPublishedContents, context as translationSchemas };
|
|
@@ -6860,7 +6860,7 @@ interface Aggregation extends AggregationKindOneOf {
|
|
|
6860
6860
|
* Deprecated. Use `nested` instead.
|
|
6861
6861
|
* @deprecated Deprecated. Use `nested` instead.
|
|
6862
6862
|
* @replacedBy kind.nested
|
|
6863
|
-
* @targetRemovalDate
|
|
6863
|
+
* @targetRemovalDate 2029-03-30
|
|
6864
6864
|
*/
|
|
6865
6865
|
groupBy?: GroupByAggregation;
|
|
6866
6866
|
}
|
|
@@ -9292,8 +9292,6 @@ interface SchemaUpdatedEnvelope {
|
|
|
9292
9292
|
interface SchemaDeletedEnvelope {
|
|
9293
9293
|
metadata: EventMetadata;
|
|
9294
9294
|
}
|
|
9295
|
-
interface GetSchemaByKey {
|
|
9296
|
-
}
|
|
9297
9295
|
interface GetSchemaByKeyIdentifiers {
|
|
9298
9296
|
/**
|
|
9299
9297
|
* ID of the app that created the schema.
|
|
@@ -9452,7 +9450,7 @@ interface GetSchemaByKeySignature {
|
|
|
9452
9450
|
/**
|
|
9453
9451
|
* Retrieves a translation schema by key.
|
|
9454
9452
|
*/
|
|
9455
|
-
(identifiers: GetSchemaByKeyIdentifiers
|
|
9453
|
+
(identifiers: GetSchemaByKeyIdentifiers): Promise<GetSchemaByKeyResponse & GetSchemaByKeyResponseNonNullableFields>;
|
|
9456
9454
|
}
|
|
9457
9455
|
declare function updateSchema$1(httpClient: HttpClient): UpdateSchemaSignature;
|
|
9458
9456
|
interface UpdateSchemaSignature {
|
|
@@ -9585,7 +9583,6 @@ type index_d_EntityUpdatedEvent = EntityUpdatedEvent;
|
|
|
9585
9583
|
type index_d_EventMetadata = EventMetadata;
|
|
9586
9584
|
type index_d_FieldType = FieldType;
|
|
9587
9585
|
declare const index_d_FieldType: typeof FieldType;
|
|
9588
|
-
type index_d_GetSchemaByKey = GetSchemaByKey;
|
|
9589
9586
|
type index_d_GetSchemaByKeyIdentifiers = GetSchemaByKeyIdentifiers;
|
|
9590
9587
|
type index_d_GetSchemaByKeyRequest = GetSchemaByKeyRequest;
|
|
9591
9588
|
type index_d_GetSchemaByKeyResponse = GetSchemaByKeyResponse;
|
|
@@ -9663,7 +9660,7 @@ declare const index_d_onSchemaUpdated: typeof onSchemaUpdated;
|
|
|
9663
9660
|
declare const index_d_querySchemas: typeof querySchemas;
|
|
9664
9661
|
declare const index_d_updateSchema: typeof updateSchema;
|
|
9665
9662
|
declare namespace index_d {
|
|
9666
|
-
export { type index_d_ActionEvent as ActionEvent, type index_d_Asset as Asset, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_CreateSchemaRequest as CreateSchemaRequest, type index_d_CreateSchemaResponse as CreateSchemaResponse, type index_d_CreateSchemaResponseNonNullableFields as CreateSchemaResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_CursorPagingMetadata as CursorPagingMetadata, type index_d_CursorQuery as CursorQuery, type index_d_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d_Cursors as Cursors, type index_d_DeleteContext as DeleteContext, type index_d_DeleteSchemaRequest as DeleteSchemaRequest, type index_d_DeleteSchemaResponse as DeleteSchemaResponse, index_d_DeleteStatus as DeleteStatus, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, index_d_FieldType as FieldType, type
|
|
9663
|
+
export { type index_d_ActionEvent as ActionEvent, type index_d_Asset as Asset, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_CreateSchemaRequest as CreateSchemaRequest, type index_d_CreateSchemaResponse as CreateSchemaResponse, type index_d_CreateSchemaResponseNonNullableFields as CreateSchemaResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_CursorPagingMetadata as CursorPagingMetadata, type index_d_CursorQuery as CursorQuery, type index_d_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d_Cursors as Cursors, type index_d_DeleteContext as DeleteContext, type index_d_DeleteSchemaRequest as DeleteSchemaRequest, type index_d_DeleteSchemaResponse as DeleteSchemaResponse, index_d_DeleteStatus as DeleteStatus, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, index_d_FieldType as FieldType, type index_d_GetSchemaByKeyIdentifiers as GetSchemaByKeyIdentifiers, type index_d_GetSchemaByKeyRequest as GetSchemaByKeyRequest, type index_d_GetSchemaByKeyResponse as GetSchemaByKeyResponse, type index_d_GetSchemaByKeyResponseNonNullableFields as GetSchemaByKeyResponseNonNullableFields, type index_d_GetSchemaRequest as GetSchemaRequest, type index_d_GetSchemaResponse as GetSchemaResponse, type index_d_GetSchemaResponseNonNullableFields as GetSchemaResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ListSiteSchemasOptions as ListSiteSchemasOptions, type index_d_ListSiteSchemasRequest as ListSiteSchemasRequest, type index_d_ListSiteSchemasResponse as ListSiteSchemasResponse, type index_d_ListSiteSchemasResponseNonNullableFields as ListSiteSchemasResponseNonNullableFields, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d_Namespace as Namespace, type index_d_NamespaceChanged as NamespaceChanged, type index_d_PreviewFields as PreviewFields, type index_d_QuerySchemasOptions as QuerySchemasOptions, type index_d_QuerySchemasRequest as QuerySchemasRequest, type index_d_QuerySchemasResponse as QuerySchemasResponse, type index_d_QuerySchemasResponseNonNullableFields as QuerySchemasResponseNonNullableFields, type index_d_RestoreInfo as RestoreInfo, type index_d_Schema as Schema, type index_d_SchemaCreatedEnvelope as SchemaCreatedEnvelope, type index_d_SchemaDeletedEnvelope as SchemaDeletedEnvelope, type index_d_SchemaField as SchemaField, type index_d_SchemaKey as SchemaKey, type index_d_SchemaNonNullableFields as SchemaNonNullableFields, index_d_SchemaScope as SchemaScope, type index_d_SchemaUpdatedEnvelope as SchemaUpdatedEnvelope, type index_d_SchemasQueryBuilder as SchemasQueryBuilder, type index_d_SchemasQueryResult as SchemasQueryResult, type index_d_ServiceProvisioned as ServiceProvisioned, type index_d_ServiceRemoved as ServiceRemoved, type index_d_SiteCreated as SiteCreated, index_d_SiteCreatedContext as SiteCreatedContext, type index_d_SiteDeleted as SiteDeleted, type index_d_SiteHardDeleted as SiteHardDeleted, type index_d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d_SitePublished as SitePublished, type index_d_SiteRenamed as SiteRenamed, type index_d_SiteTransferred as SiteTransferred, type index_d_SiteUndeleted as SiteUndeleted, type index_d_SiteUnpublished as SiteUnpublished, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, type index_d_StudioAssigned as StudioAssigned, type index_d_StudioUnassigned as StudioUnassigned, type index_d_UpdateSchema as UpdateSchema, type index_d_UpdateSchemaRequest as UpdateSchemaRequest, type index_d_UpdateSchemaResponse as UpdateSchemaResponse, type index_d_UpdateSchemaResponseNonNullableFields as UpdateSchemaResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnSchemaCreatedType as _publicOnSchemaCreatedType, type index_d__publicOnSchemaDeletedType as _publicOnSchemaDeletedType, type index_d__publicOnSchemaUpdatedType as _publicOnSchemaUpdatedType, index_d_createSchema as createSchema, index_d_deleteSchema as deleteSchema, index_d_getSchema as getSchema, index_d_getSchemaByKey as getSchemaByKey, index_d_listSiteSchemas as listSiteSchemas, index_d_onSchemaCreated as onSchemaCreated, index_d_onSchemaDeleted as onSchemaDeleted, index_d_onSchemaUpdated as onSchemaUpdated, onSchemaCreated$1 as publicOnSchemaCreated, onSchemaDeleted$1 as publicOnSchemaDeleted, onSchemaUpdated$1 as publicOnSchemaUpdated, index_d_querySchemas as querySchemas, index_d_updateSchema as updateSchema };
|
|
9667
9664
|
}
|
|
9668
9665
|
|
|
9669
9666
|
export { index_d$5 as entityMapper, index_d$3 as machineTranslation, index_d$2 as siteTranslator, index_d$1 as translationContents, index_d$4 as translationPublishedContents, index_d as translationSchemas };
|
|
@@ -9380,7 +9380,7 @@ interface Aggregation$1 extends AggregationKindOneOf$1 {
|
|
|
9380
9380
|
* Deprecated. Use `nested` instead.
|
|
9381
9381
|
* @deprecated Deprecated. Use `nested` instead.
|
|
9382
9382
|
* @replacedBy kind.nested
|
|
9383
|
-
* @targetRemovalDate
|
|
9383
|
+
* @targetRemovalDate 2029-03-30
|
|
9384
9384
|
*/
|
|
9385
9385
|
groupBy?: GroupByAggregation$1;
|
|
9386
9386
|
}
|
|
@@ -11482,7 +11482,7 @@ interface Aggregation extends AggregationKindOneOf {
|
|
|
11482
11482
|
* Deprecated. Use `nested` instead.
|
|
11483
11483
|
* @deprecated Deprecated. Use `nested` instead.
|
|
11484
11484
|
* @replacedBy kind.nested
|
|
11485
|
-
* @targetRemovalDate
|
|
11485
|
+
* @targetRemovalDate 2029-03-30
|
|
11486
11486
|
*/
|
|
11487
11487
|
groupBy?: GroupByAggregation;
|
|
11488
11488
|
}
|