@wix/multilingual 1.0.28 → 1.0.30

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.28",
3
+ "version": "1.0.30",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/multilingual_entity-mapper": "1.0.3",
22
- "@wix/multilingual_machine-translation": "1.0.23",
21
+ "@wix/multilingual_entity-mapper": "1.0.5",
22
+ "@wix/multilingual_machine-translation": "1.0.24",
23
23
  "@wix/multilingual_site-translator": "1.0.10",
24
24
  "@wix/multilingual_translation-contents": "1.0.12",
25
25
  "@wix/multilingual_translation-published-contents": "1.0.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "892e8420b797e2d661c85802b99e96af98744575d09b71e2168e6614"
51
+ "falconPackageHash": "dd8bb739bcf2778bd92f157c8a9745b1cb44e2f815856b43f7b933cf"
52
52
  }
@@ -291,11 +291,11 @@ interface LocalizationPublicActionActionOneOf {
291
291
  /** Content deleted */
292
292
  deleteAction?: DeleteAction;
293
293
  }
294
- interface CreateOrUpdateMapperRequest {
294
+ interface CreateOrUpdateNileMapperRequest {
295
295
  /** A mapper to create or update if already exist */
296
296
  mapper?: Mapper;
297
297
  }
298
- interface CreateOrUpdateMapperResponse {
298
+ interface CreateOrUpdateNileMapperResponse {
299
299
  }
300
300
  interface GetEntityMapperRequest {
301
301
  /** App id of the mapper requested */
@@ -423,11 +423,11 @@ interface PublishSiteTranslationsRequest {
423
423
  }
424
424
  interface PublishSiteTranslationsResponse {
425
425
  }
426
- interface V1CreateOrUpdateMapperRequest {
426
+ interface CreateOrUpdateEditorMapperRequest {
427
427
  /** A mapper to create or update if already exist */
428
428
  mapper?: Mapper;
429
429
  }
430
- interface V1CreateOrUpdateMapperResponse {
430
+ interface CreateOrUpdateEditorMapperResponse {
431
431
  }
432
432
  interface GetMapperRequest {
433
433
  /** The mapper type requested */
@@ -475,8 +475,10 @@ declare const syncEditorData: ReturnType<typeof createRESTModule$5<_publicSyncEd
475
475
 
476
476
  type context$5_ChangedPages = ChangedPages;
477
477
  type context$5_CreateOrUpdateAction = CreateOrUpdateAction;
478
- type context$5_CreateOrUpdateMapperRequest = CreateOrUpdateMapperRequest;
479
- type context$5_CreateOrUpdateMapperResponse = CreateOrUpdateMapperResponse;
478
+ type context$5_CreateOrUpdateEditorMapperRequest = CreateOrUpdateEditorMapperRequest;
479
+ type context$5_CreateOrUpdateEditorMapperResponse = CreateOrUpdateEditorMapperResponse;
480
+ type context$5_CreateOrUpdateNileMapperRequest = CreateOrUpdateNileMapperRequest;
481
+ type context$5_CreateOrUpdateNileMapperResponse = CreateOrUpdateNileMapperResponse;
480
482
  type context$5_DeleteAction = DeleteAction;
481
483
  type context$5_DeleteEntityMapperRequest = DeleteEntityMapperRequest;
482
484
  type context$5_DeleteEntityMapperResponse = DeleteEntityMapperResponse;
@@ -514,12 +516,10 @@ type context$5_SyncEditorDataOptions = SyncEditorDataOptions;
514
516
  type context$5_SyncEditorDataRequest = SyncEditorDataRequest;
515
517
  type context$5_SyncEditorDataResponse = SyncEditorDataResponse;
516
518
  type context$5_SyncFilter = SyncFilter;
517
- type context$5_V1CreateOrUpdateMapperRequest = V1CreateOrUpdateMapperRequest;
518
- type context$5_V1CreateOrUpdateMapperResponse = V1CreateOrUpdateMapperResponse;
519
519
  type context$5__publicSyncEditorDataType = _publicSyncEditorDataType;
520
520
  declare const context$5_syncEditorData: typeof syncEditorData;
521
521
  declare namespace context$5 {
522
- export { type ActionEvent$3 as ActionEvent, type context$5_ChangedPages as ChangedPages, type context$5_CreateOrUpdateAction as CreateOrUpdateAction, type context$5_CreateOrUpdateMapperRequest as CreateOrUpdateMapperRequest, type context$5_CreateOrUpdateMapperResponse as CreateOrUpdateMapperResponse, type context$5_DeleteAction as DeleteAction, type context$5_DeleteEntityMapperRequest as DeleteEntityMapperRequest, type context$5_DeleteEntityMapperResponse as DeleteEntityMapperResponse, type context$5_DeleteMapperRequest as DeleteMapperRequest, type context$5_DeleteMapperResponse as DeleteMapperResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type context$5_FieldSequence as FieldSequence, FieldType$1 as FieldType, type context$5_GetEntityMapperRequest as GetEntityMapperRequest, type context$5_GetEntityMapperResponse as GetEntityMapperResponse, type context$5_GetMapperRequest as GetMapperRequest, type context$5_GetMapperResponse as GetMapperResponse, type context$5_GetSubscribedTopicsRequest as GetSubscribedTopicsRequest, type context$5_GetSubscribedTopicsResponse as GetSubscribedTopicsResponse, type context$5_HtmlNewRevisionSavedMessage as HtmlNewRevisionSavedMessage, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$5_ListMappersRequest as ListMappersRequest, type context$5_ListMappersResponse as ListMappersResponse, type context$5_LocalizationPublicAction as LocalizationPublicAction, type context$5_LocalizationPublicActionActionOneOf as LocalizationPublicActionActionOneOf, type context$5_LocalizedContentKey as LocalizedContentKey, type context$5_LocalizedPublishedContent as LocalizedPublishedContent, type context$5_LocalizedPublishedContentField as LocalizedPublishedContentField, type context$5_LocalizedPublishedContentFieldValueOneOf as LocalizedPublishedContentFieldValueOneOf, type context$5_LocalizedPublishedLanguageContentChanged as LocalizedPublishedLanguageContentChanged, type context$5_Mapper as Mapper, type context$5_MapperField as MapperField, type context$5_MediaItem as MediaItem, type context$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$3 as MessageEnvelope, type context$5_Page as Page, type context$5_PublishSiteTranslationsRequest as PublishSiteTranslationsRequest, type context$5_PublishSiteTranslationsResponse as PublishSiteTranslationsResponse, type RestoreInfo$3 as RestoreInfo, type context$5_RevisionInfo as RevisionInfo, type SchemaKey$2 as SchemaKey, SchemaScope$2 as SchemaScope, type context$5_SequencePath as SequencePath, type context$5_StressDMRequest as StressDMRequest, type context$5_StressDMResponse as StressDMResponse, type context$5_SyncEditorDataOptions as SyncEditorDataOptions, type context$5_SyncEditorDataRequest as SyncEditorDataRequest, type context$5_SyncEditorDataResponse as SyncEditorDataResponse, type context$5_SyncFilter as SyncFilter, type context$5_V1CreateOrUpdateMapperRequest as V1CreateOrUpdateMapperRequest, type context$5_V1CreateOrUpdateMapperResponse as V1CreateOrUpdateMapperResponse, type VideoResolution$2 as VideoResolution, WebhookIdentityType$3 as WebhookIdentityType, type context$5__publicSyncEditorDataType as _publicSyncEditorDataType, context$5_syncEditorData as syncEditorData };
522
+ export { type ActionEvent$3 as ActionEvent, type context$5_ChangedPages as ChangedPages, type context$5_CreateOrUpdateAction as CreateOrUpdateAction, type context$5_CreateOrUpdateEditorMapperRequest as CreateOrUpdateEditorMapperRequest, type context$5_CreateOrUpdateEditorMapperResponse as CreateOrUpdateEditorMapperResponse, type context$5_CreateOrUpdateNileMapperRequest as CreateOrUpdateNileMapperRequest, type context$5_CreateOrUpdateNileMapperResponse as CreateOrUpdateNileMapperResponse, type context$5_DeleteAction as DeleteAction, type context$5_DeleteEntityMapperRequest as DeleteEntityMapperRequest, type context$5_DeleteEntityMapperResponse as DeleteEntityMapperResponse, type context$5_DeleteMapperRequest as DeleteMapperRequest, type context$5_DeleteMapperResponse as DeleteMapperResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type context$5_FieldSequence as FieldSequence, FieldType$1 as FieldType, type context$5_GetEntityMapperRequest as GetEntityMapperRequest, type context$5_GetEntityMapperResponse as GetEntityMapperResponse, type context$5_GetMapperRequest as GetMapperRequest, type context$5_GetMapperResponse as GetMapperResponse, type context$5_GetSubscribedTopicsRequest as GetSubscribedTopicsRequest, type context$5_GetSubscribedTopicsResponse as GetSubscribedTopicsResponse, type context$5_HtmlNewRevisionSavedMessage as HtmlNewRevisionSavedMessage, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$5_ListMappersRequest as ListMappersRequest, type context$5_ListMappersResponse as ListMappersResponse, type context$5_LocalizationPublicAction as LocalizationPublicAction, type context$5_LocalizationPublicActionActionOneOf as LocalizationPublicActionActionOneOf, type context$5_LocalizedContentKey as LocalizedContentKey, type context$5_LocalizedPublishedContent as LocalizedPublishedContent, type context$5_LocalizedPublishedContentField as LocalizedPublishedContentField, type context$5_LocalizedPublishedContentFieldValueOneOf as LocalizedPublishedContentFieldValueOneOf, type context$5_LocalizedPublishedLanguageContentChanged as LocalizedPublishedLanguageContentChanged, type context$5_Mapper as Mapper, type context$5_MapperField as MapperField, type context$5_MediaItem as MediaItem, type context$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$3 as MessageEnvelope, type context$5_Page as Page, type context$5_PublishSiteTranslationsRequest as PublishSiteTranslationsRequest, type context$5_PublishSiteTranslationsResponse as PublishSiteTranslationsResponse, type RestoreInfo$3 as RestoreInfo, type context$5_RevisionInfo as RevisionInfo, type SchemaKey$2 as SchemaKey, SchemaScope$2 as SchemaScope, type context$5_SequencePath as SequencePath, type context$5_StressDMRequest as StressDMRequest, type context$5_StressDMResponse as StressDMResponse, type context$5_SyncEditorDataOptions as SyncEditorDataOptions, type context$5_SyncEditorDataRequest as SyncEditorDataRequest, type context$5_SyncEditorDataResponse as SyncEditorDataResponse, type context$5_SyncFilter as SyncFilter, type VideoResolution$2 as VideoResolution, WebhookIdentityType$3 as WebhookIdentityType, type context$5__publicSyncEditorDataType as _publicSyncEditorDataType, context$5_syncEditorData as syncEditorData };
523
523
  }
524
524
 
525
525
  /** Represents a content of an entity with its published translations */
@@ -291,11 +291,11 @@ interface LocalizationPublicActionActionOneOf {
291
291
  /** Content deleted */
292
292
  deleteAction?: DeleteAction;
293
293
  }
294
- interface CreateOrUpdateMapperRequest {
294
+ interface CreateOrUpdateNileMapperRequest {
295
295
  /** A mapper to create or update if already exist */
296
296
  mapper?: Mapper;
297
297
  }
298
- interface CreateOrUpdateMapperResponse {
298
+ interface CreateOrUpdateNileMapperResponse {
299
299
  }
300
300
  interface GetEntityMapperRequest {
301
301
  /** App id of the mapper requested */
@@ -423,11 +423,11 @@ interface PublishSiteTranslationsRequest {
423
423
  }
424
424
  interface PublishSiteTranslationsResponse {
425
425
  }
426
- interface V1CreateOrUpdateMapperRequest {
426
+ interface CreateOrUpdateEditorMapperRequest {
427
427
  /** A mapper to create or update if already exist */
428
428
  mapper?: Mapper;
429
429
  }
430
- interface V1CreateOrUpdateMapperResponse {
430
+ interface CreateOrUpdateEditorMapperResponse {
431
431
  }
432
432
  interface GetMapperRequest {
433
433
  /** The mapper type requested */
@@ -475,8 +475,10 @@ declare const syncEditorData: ReturnType<typeof createRESTModule$5<_publicSyncEd
475
475
 
476
476
  type index_d$5_ChangedPages = ChangedPages;
477
477
  type index_d$5_CreateOrUpdateAction = CreateOrUpdateAction;
478
- type index_d$5_CreateOrUpdateMapperRequest = CreateOrUpdateMapperRequest;
479
- type index_d$5_CreateOrUpdateMapperResponse = CreateOrUpdateMapperResponse;
478
+ type index_d$5_CreateOrUpdateEditorMapperRequest = CreateOrUpdateEditorMapperRequest;
479
+ type index_d$5_CreateOrUpdateEditorMapperResponse = CreateOrUpdateEditorMapperResponse;
480
+ type index_d$5_CreateOrUpdateNileMapperRequest = CreateOrUpdateNileMapperRequest;
481
+ type index_d$5_CreateOrUpdateNileMapperResponse = CreateOrUpdateNileMapperResponse;
480
482
  type index_d$5_DeleteAction = DeleteAction;
481
483
  type index_d$5_DeleteEntityMapperRequest = DeleteEntityMapperRequest;
482
484
  type index_d$5_DeleteEntityMapperResponse = DeleteEntityMapperResponse;
@@ -514,12 +516,10 @@ type index_d$5_SyncEditorDataOptions = SyncEditorDataOptions;
514
516
  type index_d$5_SyncEditorDataRequest = SyncEditorDataRequest;
515
517
  type index_d$5_SyncEditorDataResponse = SyncEditorDataResponse;
516
518
  type index_d$5_SyncFilter = SyncFilter;
517
- type index_d$5_V1CreateOrUpdateMapperRequest = V1CreateOrUpdateMapperRequest;
518
- type index_d$5_V1CreateOrUpdateMapperResponse = V1CreateOrUpdateMapperResponse;
519
519
  type index_d$5__publicSyncEditorDataType = _publicSyncEditorDataType;
520
520
  declare const index_d$5_syncEditorData: typeof syncEditorData;
521
521
  declare namespace index_d$5 {
522
- export { type ActionEvent$3 as ActionEvent, type index_d$5_ChangedPages as ChangedPages, type index_d$5_CreateOrUpdateAction as CreateOrUpdateAction, type index_d$5_CreateOrUpdateMapperRequest as CreateOrUpdateMapperRequest, type index_d$5_CreateOrUpdateMapperResponse as CreateOrUpdateMapperResponse, type index_d$5_DeleteAction as DeleteAction, type index_d$5_DeleteEntityMapperRequest as DeleteEntityMapperRequest, type index_d$5_DeleteEntityMapperResponse as DeleteEntityMapperResponse, type index_d$5_DeleteMapperRequest as DeleteMapperRequest, type index_d$5_DeleteMapperResponse as DeleteMapperResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type index_d$5_FieldSequence as FieldSequence, FieldType$1 as FieldType, type index_d$5_GetEntityMapperRequest as GetEntityMapperRequest, type index_d$5_GetEntityMapperResponse as GetEntityMapperResponse, type index_d$5_GetMapperRequest as GetMapperRequest, type index_d$5_GetMapperResponse as GetMapperResponse, type index_d$5_GetSubscribedTopicsRequest as GetSubscribedTopicsRequest, type index_d$5_GetSubscribedTopicsResponse as GetSubscribedTopicsResponse, type index_d$5_HtmlNewRevisionSavedMessage as HtmlNewRevisionSavedMessage, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$5_ListMappersRequest as ListMappersRequest, type index_d$5_ListMappersResponse as ListMappersResponse, type index_d$5_LocalizationPublicAction as LocalizationPublicAction, type index_d$5_LocalizationPublicActionActionOneOf as LocalizationPublicActionActionOneOf, type index_d$5_LocalizedContentKey as LocalizedContentKey, type index_d$5_LocalizedPublishedContent as LocalizedPublishedContent, type index_d$5_LocalizedPublishedContentField as LocalizedPublishedContentField, type index_d$5_LocalizedPublishedContentFieldValueOneOf as LocalizedPublishedContentFieldValueOneOf, type index_d$5_LocalizedPublishedLanguageContentChanged as LocalizedPublishedLanguageContentChanged, type index_d$5_Mapper as Mapper, type index_d$5_MapperField as MapperField, type index_d$5_MediaItem as MediaItem, type index_d$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$3 as MessageEnvelope, type index_d$5_Page as Page, type index_d$5_PublishSiteTranslationsRequest as PublishSiteTranslationsRequest, type index_d$5_PublishSiteTranslationsResponse as PublishSiteTranslationsResponse, type RestoreInfo$3 as RestoreInfo, type index_d$5_RevisionInfo as RevisionInfo, type SchemaKey$2 as SchemaKey, SchemaScope$2 as SchemaScope, type index_d$5_SequencePath as SequencePath, type index_d$5_StressDMRequest as StressDMRequest, type index_d$5_StressDMResponse as StressDMResponse, type index_d$5_SyncEditorDataOptions as SyncEditorDataOptions, type index_d$5_SyncEditorDataRequest as SyncEditorDataRequest, type index_d$5_SyncEditorDataResponse as SyncEditorDataResponse, type index_d$5_SyncFilter as SyncFilter, type index_d$5_V1CreateOrUpdateMapperRequest as V1CreateOrUpdateMapperRequest, type index_d$5_V1CreateOrUpdateMapperResponse as V1CreateOrUpdateMapperResponse, type VideoResolution$2 as VideoResolution, WebhookIdentityType$3 as WebhookIdentityType, type index_d$5__publicSyncEditorDataType as _publicSyncEditorDataType, index_d$5_syncEditorData as syncEditorData };
522
+ export { type ActionEvent$3 as ActionEvent, type index_d$5_ChangedPages as ChangedPages, type index_d$5_CreateOrUpdateAction as CreateOrUpdateAction, type index_d$5_CreateOrUpdateEditorMapperRequest as CreateOrUpdateEditorMapperRequest, type index_d$5_CreateOrUpdateEditorMapperResponse as CreateOrUpdateEditorMapperResponse, type index_d$5_CreateOrUpdateNileMapperRequest as CreateOrUpdateNileMapperRequest, type index_d$5_CreateOrUpdateNileMapperResponse as CreateOrUpdateNileMapperResponse, type index_d$5_DeleteAction as DeleteAction, type index_d$5_DeleteEntityMapperRequest as DeleteEntityMapperRequest, type index_d$5_DeleteEntityMapperResponse as DeleteEntityMapperResponse, type index_d$5_DeleteMapperRequest as DeleteMapperRequest, type index_d$5_DeleteMapperResponse as DeleteMapperResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type index_d$5_FieldSequence as FieldSequence, FieldType$1 as FieldType, type index_d$5_GetEntityMapperRequest as GetEntityMapperRequest, type index_d$5_GetEntityMapperResponse as GetEntityMapperResponse, type index_d$5_GetMapperRequest as GetMapperRequest, type index_d$5_GetMapperResponse as GetMapperResponse, type index_d$5_GetSubscribedTopicsRequest as GetSubscribedTopicsRequest, type index_d$5_GetSubscribedTopicsResponse as GetSubscribedTopicsResponse, type index_d$5_HtmlNewRevisionSavedMessage as HtmlNewRevisionSavedMessage, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$5_ListMappersRequest as ListMappersRequest, type index_d$5_ListMappersResponse as ListMappersResponse, type index_d$5_LocalizationPublicAction as LocalizationPublicAction, type index_d$5_LocalizationPublicActionActionOneOf as LocalizationPublicActionActionOneOf, type index_d$5_LocalizedContentKey as LocalizedContentKey, type index_d$5_LocalizedPublishedContent as LocalizedPublishedContent, type index_d$5_LocalizedPublishedContentField as LocalizedPublishedContentField, type index_d$5_LocalizedPublishedContentFieldValueOneOf as LocalizedPublishedContentFieldValueOneOf, type index_d$5_LocalizedPublishedLanguageContentChanged as LocalizedPublishedLanguageContentChanged, type index_d$5_Mapper as Mapper, type index_d$5_MapperField as MapperField, type index_d$5_MediaItem as MediaItem, type index_d$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$3 as MessageEnvelope, type index_d$5_Page as Page, type index_d$5_PublishSiteTranslationsRequest as PublishSiteTranslationsRequest, type index_d$5_PublishSiteTranslationsResponse as PublishSiteTranslationsResponse, type RestoreInfo$3 as RestoreInfo, type index_d$5_RevisionInfo as RevisionInfo, type SchemaKey$2 as SchemaKey, SchemaScope$2 as SchemaScope, type index_d$5_SequencePath as SequencePath, type index_d$5_StressDMRequest as StressDMRequest, type index_d$5_StressDMResponse as StressDMResponse, type index_d$5_SyncEditorDataOptions as SyncEditorDataOptions, type index_d$5_SyncEditorDataRequest as SyncEditorDataRequest, type index_d$5_SyncEditorDataResponse as SyncEditorDataResponse, type index_d$5_SyncFilter as SyncFilter, type VideoResolution$2 as VideoResolution, WebhookIdentityType$3 as WebhookIdentityType, type index_d$5__publicSyncEditorDataType as _publicSyncEditorDataType, index_d$5_syncEditorData as syncEditorData };
523
523
  }
524
524
 
525
525
  /** Represents a content of an entity with its published translations */