@wix/metro-common-builders 1.0.1748 → 1.0.1750
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/es/src/proto/client/index.d.ts +98 -0
- package/dist/es/src/proto/index.d.ts +49 -0
- package/dist/es/src/proto/index.js +1 -1
- package/dist/es/src/proto/server/index.d.ts +95 -0
- package/dist/src/proto/client/index.d.ts +98 -0
- package/dist/src/proto/index.d.ts +49 -0
- package/dist/src/proto/index.js +1 -1
- package/dist/src/proto/server/index.d.ts +95 -0
- package/package.json +4 -4
|
@@ -190,10 +190,12 @@ declare namespace $requests {
|
|
|
190
190
|
}
|
|
191
191
|
export interface IDomainEventsSettings {
|
|
192
192
|
deletedIncludeEntity?: boolean;
|
|
193
|
+
updatedIncludeModifiedFields?: boolean;
|
|
193
194
|
}
|
|
194
195
|
export class DomainEventsSettings implements IDomainEventsSettings {
|
|
195
196
|
constructor(data?: IDomainEventsSettings);
|
|
196
197
|
deletedIncludeEntity?: boolean;
|
|
198
|
+
updatedIncludeModifiedFields?: boolean;
|
|
197
199
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
198
200
|
}
|
|
199
201
|
export interface IExtensible {
|
|
@@ -1420,6 +1422,50 @@ declare namespace $requests {
|
|
|
1420
1422
|
deletedCount?: number;
|
|
1421
1423
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1422
1424
|
}
|
|
1425
|
+
export interface IFreezeArtifactMappingsRequest {
|
|
1426
|
+
serviceArtifactId?: string;
|
|
1427
|
+
}
|
|
1428
|
+
export class FreezeArtifactMappingsRequest implements IFreezeArtifactMappingsRequest {
|
|
1429
|
+
constructor(data?: IFreezeArtifactMappingsRequest);
|
|
1430
|
+
serviceArtifactId?: string;
|
|
1431
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1432
|
+
}
|
|
1433
|
+
export interface IFreezeArtifactMappingsResponse {
|
|
1434
|
+
}
|
|
1435
|
+
export class FreezeArtifactMappingsResponse implements IFreezeArtifactMappingsResponse {
|
|
1436
|
+
constructor(data?: IFreezeArtifactMappingsResponse);
|
|
1437
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1438
|
+
}
|
|
1439
|
+
export interface IUnfreezeArtifactMappingsRequest {
|
|
1440
|
+
serviceArtifactId?: string;
|
|
1441
|
+
}
|
|
1442
|
+
export class UnfreezeArtifactMappingsRequest implements IUnfreezeArtifactMappingsRequest {
|
|
1443
|
+
constructor(data?: IUnfreezeArtifactMappingsRequest);
|
|
1444
|
+
serviceArtifactId?: string;
|
|
1445
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1446
|
+
}
|
|
1447
|
+
export interface IUnfreezeArtifactMappingsResponse {
|
|
1448
|
+
}
|
|
1449
|
+
export class UnfreezeArtifactMappingsResponse implements IUnfreezeArtifactMappingsResponse {
|
|
1450
|
+
constructor(data?: IUnfreezeArtifactMappingsResponse);
|
|
1451
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1452
|
+
}
|
|
1453
|
+
export interface IGetArtifactMappingsFreezeRequest {
|
|
1454
|
+
serviceArtifactId?: string;
|
|
1455
|
+
}
|
|
1456
|
+
export class GetArtifactMappingsFreezeRequest implements IGetArtifactMappingsFreezeRequest {
|
|
1457
|
+
constructor(data?: IGetArtifactMappingsFreezeRequest);
|
|
1458
|
+
serviceArtifactId?: string;
|
|
1459
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1460
|
+
}
|
|
1461
|
+
export interface IGetArtifactMappingsFreezeResponse {
|
|
1462
|
+
frozen?: boolean;
|
|
1463
|
+
}
|
|
1464
|
+
export class GetArtifactMappingsFreezeResponse implements IGetArtifactMappingsFreezeResponse {
|
|
1465
|
+
constructor(data?: IGetArtifactMappingsFreezeResponse);
|
|
1466
|
+
frozen?: boolean;
|
|
1467
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1468
|
+
}
|
|
1423
1469
|
export interface IValidateFqdnRequest {
|
|
1424
1470
|
fqdn?: string;
|
|
1425
1471
|
}
|
|
@@ -4218,10 +4264,12 @@ declare namespace $responses {
|
|
|
4218
4264
|
}
|
|
4219
4265
|
export interface IDomainEventsSettings {
|
|
4220
4266
|
deletedIncludeEntity?: boolean;
|
|
4267
|
+
updatedIncludeModifiedFields?: boolean;
|
|
4221
4268
|
}
|
|
4222
4269
|
export class DomainEventsSettings implements IDomainEventsSettings {
|
|
4223
4270
|
constructor(data?: IDomainEventsSettings);
|
|
4224
4271
|
deletedIncludeEntity?: boolean;
|
|
4272
|
+
updatedIncludeModifiedFields?: boolean;
|
|
4225
4273
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4226
4274
|
}
|
|
4227
4275
|
export interface IExtensible {
|
|
@@ -5448,6 +5496,50 @@ declare namespace $responses {
|
|
|
5448
5496
|
deletedCount: number;
|
|
5449
5497
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5450
5498
|
}
|
|
5499
|
+
export interface IFreezeArtifactMappingsRequest {
|
|
5500
|
+
serviceArtifactId: string;
|
|
5501
|
+
}
|
|
5502
|
+
export class FreezeArtifactMappingsRequest implements IFreezeArtifactMappingsRequest {
|
|
5503
|
+
constructor(data?: IFreezeArtifactMappingsRequest);
|
|
5504
|
+
serviceArtifactId: string;
|
|
5505
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5506
|
+
}
|
|
5507
|
+
export interface IFreezeArtifactMappingsResponse {
|
|
5508
|
+
}
|
|
5509
|
+
export class FreezeArtifactMappingsResponse implements IFreezeArtifactMappingsResponse {
|
|
5510
|
+
constructor(data?: IFreezeArtifactMappingsResponse);
|
|
5511
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5512
|
+
}
|
|
5513
|
+
export interface IUnfreezeArtifactMappingsRequest {
|
|
5514
|
+
serviceArtifactId: string;
|
|
5515
|
+
}
|
|
5516
|
+
export class UnfreezeArtifactMappingsRequest implements IUnfreezeArtifactMappingsRequest {
|
|
5517
|
+
constructor(data?: IUnfreezeArtifactMappingsRequest);
|
|
5518
|
+
serviceArtifactId: string;
|
|
5519
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5520
|
+
}
|
|
5521
|
+
export interface IUnfreezeArtifactMappingsResponse {
|
|
5522
|
+
}
|
|
5523
|
+
export class UnfreezeArtifactMappingsResponse implements IUnfreezeArtifactMappingsResponse {
|
|
5524
|
+
constructor(data?: IUnfreezeArtifactMappingsResponse);
|
|
5525
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5526
|
+
}
|
|
5527
|
+
export interface IGetArtifactMappingsFreezeRequest {
|
|
5528
|
+
serviceArtifactId: string;
|
|
5529
|
+
}
|
|
5530
|
+
export class GetArtifactMappingsFreezeRequest implements IGetArtifactMappingsFreezeRequest {
|
|
5531
|
+
constructor(data?: IGetArtifactMappingsFreezeRequest);
|
|
5532
|
+
serviceArtifactId: string;
|
|
5533
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5534
|
+
}
|
|
5535
|
+
export interface IGetArtifactMappingsFreezeResponse {
|
|
5536
|
+
frozen: boolean;
|
|
5537
|
+
}
|
|
5538
|
+
export class GetArtifactMappingsFreezeResponse implements IGetArtifactMappingsFreezeResponse {
|
|
5539
|
+
constructor(data?: IGetArtifactMappingsFreezeResponse);
|
|
5540
|
+
frozen: boolean;
|
|
5541
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5542
|
+
}
|
|
5451
5543
|
export interface IValidateFqdnRequest {
|
|
5452
5544
|
fqdn: string;
|
|
5453
5545
|
}
|
|
@@ -8081,6 +8173,12 @@ declare namespace $services {
|
|
|
8081
8173
|
abstract purgeProcessedTargetsCacheByProtoArtifactId(req: $requests.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$responses.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
|
|
8082
8174
|
abstract deleteEntity(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
|
|
8083
8175
|
abstract deleteEntity(req: $requests.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$responses.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
|
|
8176
|
+
abstract freezeArtifactMappings(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsResponse>
|
|
8177
|
+
abstract freezeArtifactMappings(req: $requests.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsResponse>
|
|
8178
|
+
abstract unfreezeArtifactMappings(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsResponse>
|
|
8179
|
+
abstract unfreezeArtifactMappings(req: $requests.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsRequest): Promise<$responses.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsResponse>
|
|
8180
|
+
abstract getArtifactMappingsFreeze(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeRequest): Promise<$responses.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeResponse>
|
|
8181
|
+
abstract getArtifactMappingsFreeze(req: $requests.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeRequest): Promise<$responses.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeResponse>
|
|
8084
8182
|
}
|
|
8085
8183
|
export abstract class BusinessSchemaService {
|
|
8086
8184
|
abstract validateFqdn(aspects: object, req: $requests.wix.coreservices.businessschema.v1.IValidateFqdnRequest): Promise<$responses.wix.coreservices.businessschema.v1.IValidateFqdnResponse>
|
|
@@ -190,10 +190,12 @@ declare namespace $wrapper {
|
|
|
190
190
|
}
|
|
191
191
|
export interface IDomainEventsSettings {
|
|
192
192
|
deletedIncludeEntity?: (boolean | null);
|
|
193
|
+
updatedIncludeModifiedFields?: (boolean | null);
|
|
193
194
|
}
|
|
194
195
|
export class DomainEventsSettings implements IDomainEventsSettings {
|
|
195
196
|
constructor(data?: IDomainEventsSettings);
|
|
196
197
|
deletedIncludeEntity?: (boolean | null);
|
|
198
|
+
updatedIncludeModifiedFields?: (boolean | null);
|
|
197
199
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
198
200
|
}
|
|
199
201
|
export interface IExtensible {
|
|
@@ -1368,6 +1370,9 @@ declare namespace $wrapper {
|
|
|
1368
1370
|
abstract purgeProcessedTargetsCache(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheResponse>
|
|
1369
1371
|
abstract purgeProcessedTargetsCacheByProtoArtifactId(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IPurgeProcessedTargetsCacheByProtoArtifactIdResponse>
|
|
1370
1372
|
abstract deleteEntity(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IDeleteEntityRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IDeleteEntityResponse>
|
|
1373
|
+
abstract freezeArtifactMappings(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IFreezeArtifactMappingsResponse>
|
|
1374
|
+
abstract unfreezeArtifactMappings(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IUnfreezeArtifactMappingsResponse>
|
|
1375
|
+
abstract getArtifactMappingsFreeze(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IGetArtifactMappingsFreezeResponse>
|
|
1371
1376
|
}
|
|
1372
1377
|
export interface IDeleteServiceDocumentRequest {
|
|
1373
1378
|
protoServiceFqn?: (string | null);
|
|
@@ -1429,6 +1434,50 @@ declare namespace $wrapper {
|
|
|
1429
1434
|
deletedCount?: (number | null);
|
|
1430
1435
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1431
1436
|
}
|
|
1437
|
+
export interface IFreezeArtifactMappingsRequest {
|
|
1438
|
+
serviceArtifactId?: (string | null);
|
|
1439
|
+
}
|
|
1440
|
+
export class FreezeArtifactMappingsRequest implements IFreezeArtifactMappingsRequest {
|
|
1441
|
+
constructor(data?: IFreezeArtifactMappingsRequest);
|
|
1442
|
+
serviceArtifactId?: (string | null);
|
|
1443
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1444
|
+
}
|
|
1445
|
+
export interface IFreezeArtifactMappingsResponse {
|
|
1446
|
+
}
|
|
1447
|
+
export class FreezeArtifactMappingsResponse implements IFreezeArtifactMappingsResponse {
|
|
1448
|
+
constructor(data?: IFreezeArtifactMappingsResponse);
|
|
1449
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1450
|
+
}
|
|
1451
|
+
export interface IUnfreezeArtifactMappingsRequest {
|
|
1452
|
+
serviceArtifactId?: (string | null);
|
|
1453
|
+
}
|
|
1454
|
+
export class UnfreezeArtifactMappingsRequest implements IUnfreezeArtifactMappingsRequest {
|
|
1455
|
+
constructor(data?: IUnfreezeArtifactMappingsRequest);
|
|
1456
|
+
serviceArtifactId?: (string | null);
|
|
1457
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1458
|
+
}
|
|
1459
|
+
export interface IUnfreezeArtifactMappingsResponse {
|
|
1460
|
+
}
|
|
1461
|
+
export class UnfreezeArtifactMappingsResponse implements IUnfreezeArtifactMappingsResponse {
|
|
1462
|
+
constructor(data?: IUnfreezeArtifactMappingsResponse);
|
|
1463
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1464
|
+
}
|
|
1465
|
+
export interface IGetArtifactMappingsFreezeRequest {
|
|
1466
|
+
serviceArtifactId?: (string | null);
|
|
1467
|
+
}
|
|
1468
|
+
export class GetArtifactMappingsFreezeRequest implements IGetArtifactMappingsFreezeRequest {
|
|
1469
|
+
constructor(data?: IGetArtifactMappingsFreezeRequest);
|
|
1470
|
+
serviceArtifactId?: (string | null);
|
|
1471
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1472
|
+
}
|
|
1473
|
+
export interface IGetArtifactMappingsFreezeResponse {
|
|
1474
|
+
frozen?: (boolean | null);
|
|
1475
|
+
}
|
|
1476
|
+
export class GetArtifactMappingsFreezeResponse implements IGetArtifactMappingsFreezeResponse {
|
|
1477
|
+
constructor(data?: IGetArtifactMappingsFreezeResponse);
|
|
1478
|
+
frozen?: (boolean | null);
|
|
1479
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1480
|
+
}
|
|
1432
1481
|
export abstract class BusinessSchemaService {
|
|
1433
1482
|
abstract validateFqdn(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IValidateFqdnRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IValidateFqdnResponse>
|
|
1434
1483
|
abstract queryEntities(aspects: object, req: $wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesRequest): Promise<$wrapper.wix.coreservices.businessschema.v1.IQueryEntitiesResponse>
|