@solibo/home-api 1.15.11 → 1.15.13
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/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
- package/MultiplatformSettings-multiplatform-settings-no-arg.mjs +1 -1
- package/MultiplatformSettings-multiplatform-settings.mjs +1 -1
- package/kotlin-kotlin-stdlib.mjs +1 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs +1 -1
- package/kotlinx-atomicfu.mjs +1 -1
- package/kotlinx-browser.mjs +1 -1
- package/kotlinx-coroutines-core.mjs +9 -9
- package/kotlinx-io-kotlinx-io-bytestring.mjs +1 -1
- package/kotlinx-io-kotlinx-io-core.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.mjs +1 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs +1 -1
- package/ktor-ktor-client-auth.mjs +1 -1
- package/ktor-ktor-client-content-negotiation.mjs +1 -1
- package/ktor-ktor-client-core.mjs +1 -1
- package/ktor-ktor-client-encoding.mjs +1 -1
- package/ktor-ktor-client-logging.mjs +1 -1
- package/ktor-ktor-client-websockets.mjs +1 -1
- package/ktor-ktor-events.mjs +1 -1
- package/ktor-ktor-http-cio.mjs +1 -1
- package/ktor-ktor-http.mjs +1 -1
- package/ktor-ktor-io.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs +1 -1
- package/ktor-ktor-serialization-kotlinx.mjs +1 -1
- package/ktor-ktor-serialization.mjs +1 -1
- package/ktor-ktor-sse.mjs +1 -1
- package/ktor-ktor-utils.mjs +1 -1
- package/ktor-ktor-websocket-serialization.mjs +1 -1
- package/ktor-ktor-websockets.mjs +3 -3
- package/package.json +1 -1
- package/solibo-sdk-sdk-home-api.d.mts +411 -550
- package/solibo-sdk-sdk-home-api.mjs +43766 -44602
- package/Kotlin-DateTime-library-kotlinx-datetime.mjs.map +0 -1
- package/MultiplatformSettings-multiplatform-settings-no-arg.mjs.map +0 -1
- package/MultiplatformSettings-multiplatform-settings.mjs.map +0 -1
- package/kotlin-kotlin-stdlib.mjs.map +0 -1
- package/kotlin_org_jetbrains_kotlin_kotlin_dom_api_compat.mjs.map +0 -1
- package/kotlinx-atomicfu.mjs.map +0 -1
- package/kotlinx-browser.mjs.map +0 -1
- package/kotlinx-coroutines-core.mjs.map +0 -1
- package/kotlinx-io-kotlinx-io-bytestring.mjs.map +0 -1
- package/kotlinx-io-kotlinx-io-core.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-core.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json-io.mjs.map +0 -1
- package/kotlinx-serialization-kotlinx-serialization-json.mjs.map +0 -1
- package/ktor-ktor-client-auth.mjs.map +0 -1
- package/ktor-ktor-client-content-negotiation.mjs.map +0 -1
- package/ktor-ktor-client-core.mjs.map +0 -1
- package/ktor-ktor-client-encoding.mjs.map +0 -1
- package/ktor-ktor-client-logging.mjs.map +0 -1
- package/ktor-ktor-client-websockets.mjs.map +0 -1
- package/ktor-ktor-events.mjs.map +0 -1
- package/ktor-ktor-http-cio.mjs.map +0 -1
- package/ktor-ktor-http.mjs.map +0 -1
- package/ktor-ktor-io.mjs.map +0 -1
- package/ktor-ktor-serialization-kotlinx-json.mjs.map +0 -1
- package/ktor-ktor-serialization-kotlinx.mjs.map +0 -1
- package/ktor-ktor-serialization.mjs.map +0 -1
- package/ktor-ktor-sse.mjs.map +0 -1
- package/ktor-ktor-utils.mjs.map +0 -1
- package/ktor-ktor-websocket-serialization.mjs.map +0 -1
- package/ktor-ktor-websockets.mjs.map +0 -1
- package/solibo-sdk-sdk-home-api.mjs.map +0 -1
|
@@ -1011,6 +1011,49 @@ export declare namespace AuthUser {
|
|
|
1011
1011
|
const constructor: abstract new () => AuthUser;
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
|
+
export declare abstract class AuthUserDiscriminator {
|
|
1015
|
+
private constructor();
|
|
1016
|
+
static get SOLIBO_COMMON_AUTH_CLIENT_USER(): AuthUserDiscriminator & {
|
|
1017
|
+
get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER";
|
|
1018
|
+
get ordinal(): 0;
|
|
1019
|
+
};
|
|
1020
|
+
static get SOLIBO_COMMON_AUTH_PERSON_USER(): AuthUserDiscriminator & {
|
|
1021
|
+
get name(): "SOLIBO_COMMON_AUTH_PERSON_USER";
|
|
1022
|
+
get ordinal(): 1;
|
|
1023
|
+
};
|
|
1024
|
+
static get SoliboCommonAuthClientUser(): AuthUserDiscriminator & {
|
|
1025
|
+
get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER";
|
|
1026
|
+
get ordinal(): 0;
|
|
1027
|
+
};
|
|
1028
|
+
static get SoliboCommonAuthPersonUser(): AuthUserDiscriminator & {
|
|
1029
|
+
get name(): "SOLIBO_COMMON_AUTH_PERSON_USER";
|
|
1030
|
+
get ordinal(): 1;
|
|
1031
|
+
};
|
|
1032
|
+
static values(): [typeof AuthUserDiscriminator.SOLIBO_COMMON_AUTH_CLIENT_USER, typeof AuthUserDiscriminator.SOLIBO_COMMON_AUTH_PERSON_USER];
|
|
1033
|
+
static valueOf(value: string): AuthUserDiscriminator;
|
|
1034
|
+
get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER" | "SOLIBO_COMMON_AUTH_PERSON_USER";
|
|
1035
|
+
get ordinal(): 0 | 1;
|
|
1036
|
+
get value(): string;
|
|
1037
|
+
toString(): string;
|
|
1038
|
+
}
|
|
1039
|
+
export declare namespace AuthUserDiscriminator {
|
|
1040
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1041
|
+
namespace $metadata$ {
|
|
1042
|
+
const constructor: abstract new () => AuthUserDiscriminator;
|
|
1043
|
+
}
|
|
1044
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
1045
|
+
private constructor();
|
|
1046
|
+
}
|
|
1047
|
+
namespace Companion {
|
|
1048
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
1049
|
+
namespace $metadata$ {
|
|
1050
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
1051
|
+
fromValue(value: string): Nullable<AuthUserDiscriminator>;
|
|
1052
|
+
private constructor();
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1014
1057
|
export declare class AuthorizationSupportRequestCommand {
|
|
1015
1058
|
constructor(companyName: string, email: string);
|
|
1016
1059
|
get companyName(): string;
|
|
@@ -5352,6 +5395,49 @@ export declare namespace CreateExternalCustomerCommand {
|
|
|
5352
5395
|
const constructor: abstract new () => CreateExternalCustomerCommand;
|
|
5353
5396
|
}
|
|
5354
5397
|
}
|
|
5398
|
+
export declare abstract class CreateExternalCustomerCommandDiscriminator {
|
|
5399
|
+
private constructor();
|
|
5400
|
+
static get SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND(): CreateExternalCustomerCommandDiscriminator & {
|
|
5401
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
|
|
5402
|
+
get ordinal(): 0;
|
|
5403
|
+
};
|
|
5404
|
+
static get SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND(): CreateExternalCustomerCommandDiscriminator & {
|
|
5405
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
|
|
5406
|
+
get ordinal(): 1;
|
|
5407
|
+
};
|
|
5408
|
+
static get SoliboEconomyInvoicingCommandCreateExternalOrganizationCustomerCommand(): CreateExternalCustomerCommandDiscriminator & {
|
|
5409
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
|
|
5410
|
+
get ordinal(): 0;
|
|
5411
|
+
};
|
|
5412
|
+
static get SoliboEconomyInvoicingCommandCreateExternalPersonCustomerCommand(): CreateExternalCustomerCommandDiscriminator & {
|
|
5413
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
|
|
5414
|
+
get ordinal(): 1;
|
|
5415
|
+
};
|
|
5416
|
+
static values(): [typeof CreateExternalCustomerCommandDiscriminator.SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND, typeof CreateExternalCustomerCommandDiscriminator.SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND];
|
|
5417
|
+
static valueOf(value: string): CreateExternalCustomerCommandDiscriminator;
|
|
5418
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND" | "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
|
|
5419
|
+
get ordinal(): 0 | 1;
|
|
5420
|
+
get value(): string;
|
|
5421
|
+
toString(): string;
|
|
5422
|
+
}
|
|
5423
|
+
export declare namespace CreateExternalCustomerCommandDiscriminator {
|
|
5424
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
5425
|
+
namespace $metadata$ {
|
|
5426
|
+
const constructor: abstract new () => CreateExternalCustomerCommandDiscriminator;
|
|
5427
|
+
}
|
|
5428
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
5429
|
+
private constructor();
|
|
5430
|
+
}
|
|
5431
|
+
namespace Companion {
|
|
5432
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
5433
|
+
namespace $metadata$ {
|
|
5434
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
5435
|
+
fromValue(value: string): Nullable<CreateExternalCustomerCommandDiscriminator>;
|
|
5436
|
+
private constructor();
|
|
5437
|
+
}
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
}
|
|
5355
5441
|
export declare class CreateExternalOrganizationCustomerCommand extends CreateExternalCustomerCommand.$metadata$.constructor {
|
|
5356
5442
|
constructor(accountNumber: Nullable<string> | undefined, businessAddress: Nullable<BusinessAddress> | undefined, businessContact: Nullable<BusinessContact> | undefined, classification: string, orgName: string, orgNr: string);
|
|
5357
5443
|
get accountNumber(): Nullable<string>;
|
|
@@ -6052,6 +6138,49 @@ export declare namespace CreateResidentCommand {
|
|
|
6052
6138
|
const constructor: abstract new () => CreateResidentCommand;
|
|
6053
6139
|
}
|
|
6054
6140
|
}
|
|
6141
|
+
export declare abstract class CreateResidentCommandDiscriminator {
|
|
6142
|
+
private constructor();
|
|
6143
|
+
static get SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND(): CreateResidentCommandDiscriminator & {
|
|
6144
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
6145
|
+
get ordinal(): 0;
|
|
6146
|
+
};
|
|
6147
|
+
static get SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND(): CreateResidentCommandDiscriminator & {
|
|
6148
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
|
|
6149
|
+
get ordinal(): 1;
|
|
6150
|
+
};
|
|
6151
|
+
static get SoliboResidentsCommandCreateOrganizationResidentCommand(): CreateResidentCommandDiscriminator & {
|
|
6152
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
6153
|
+
get ordinal(): 0;
|
|
6154
|
+
};
|
|
6155
|
+
static get SoliboResidentsCommandCreatePersonResidentCommand(): CreateResidentCommandDiscriminator & {
|
|
6156
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
|
|
6157
|
+
get ordinal(): 1;
|
|
6158
|
+
};
|
|
6159
|
+
static values(): [typeof CreateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND, typeof CreateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND];
|
|
6160
|
+
static valueOf(value: string): CreateResidentCommandDiscriminator;
|
|
6161
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND" | "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
|
|
6162
|
+
get ordinal(): 0 | 1;
|
|
6163
|
+
get value(): string;
|
|
6164
|
+
toString(): string;
|
|
6165
|
+
}
|
|
6166
|
+
export declare namespace CreateResidentCommandDiscriminator {
|
|
6167
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6168
|
+
namespace $metadata$ {
|
|
6169
|
+
const constructor: abstract new () => CreateResidentCommandDiscriminator;
|
|
6170
|
+
}
|
|
6171
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
6172
|
+
private constructor();
|
|
6173
|
+
}
|
|
6174
|
+
namespace Companion {
|
|
6175
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6176
|
+
namespace $metadata$ {
|
|
6177
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
6178
|
+
fromValue(value: string): Nullable<CreateResidentCommandDiscriminator>;
|
|
6179
|
+
private constructor();
|
|
6180
|
+
}
|
|
6181
|
+
}
|
|
6182
|
+
}
|
|
6183
|
+
}
|
|
6055
6184
|
export declare class CreateRoleInlinePolicyRequest {
|
|
6056
6185
|
constructor(statements: KtList<Policy>);
|
|
6057
6186
|
get statements(): KtList<Policy>;
|
|
@@ -6472,7 +6601,7 @@ export declare abstract class Customer {
|
|
|
6472
6601
|
private constructor();
|
|
6473
6602
|
abstract get active(): boolean;
|
|
6474
6603
|
abstract get area(): Nullable<string>;
|
|
6475
|
-
abstract get classification():
|
|
6604
|
+
abstract get classification(): CustomerType;
|
|
6476
6605
|
abstract get external(): boolean;
|
|
6477
6606
|
abstract get groupInvoices(): boolean;
|
|
6478
6607
|
abstract get isRecipient(): boolean;
|
|
@@ -6487,49 +6616,6 @@ export declare namespace Customer {
|
|
|
6487
6616
|
const constructor: abstract new () => Customer;
|
|
6488
6617
|
}
|
|
6489
6618
|
}
|
|
6490
|
-
export declare abstract class CustomerClassification {
|
|
6491
|
-
private constructor();
|
|
6492
|
-
static get PERSON(): CustomerClassification & {
|
|
6493
|
-
get name(): "PERSON";
|
|
6494
|
-
get ordinal(): 0;
|
|
6495
|
-
};
|
|
6496
|
-
static get ORGANIZATION(): CustomerClassification & {
|
|
6497
|
-
get name(): "ORGANIZATION";
|
|
6498
|
-
get ordinal(): 1;
|
|
6499
|
-
};
|
|
6500
|
-
static get Person(): CustomerClassification & {
|
|
6501
|
-
get name(): "PERSON";
|
|
6502
|
-
get ordinal(): 0;
|
|
6503
|
-
};
|
|
6504
|
-
static get Organization(): CustomerClassification & {
|
|
6505
|
-
get name(): "ORGANIZATION";
|
|
6506
|
-
get ordinal(): 1;
|
|
6507
|
-
};
|
|
6508
|
-
static values(): [typeof CustomerClassification.PERSON, typeof CustomerClassification.ORGANIZATION];
|
|
6509
|
-
static valueOf(value: string): CustomerClassification;
|
|
6510
|
-
get name(): "PERSON" | "ORGANIZATION";
|
|
6511
|
-
get ordinal(): 0 | 1;
|
|
6512
|
-
get value(): string;
|
|
6513
|
-
toString(): string;
|
|
6514
|
-
}
|
|
6515
|
-
export declare namespace CustomerClassification {
|
|
6516
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6517
|
-
namespace $metadata$ {
|
|
6518
|
-
const constructor: abstract new () => CustomerClassification;
|
|
6519
|
-
}
|
|
6520
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
6521
|
-
private constructor();
|
|
6522
|
-
}
|
|
6523
|
-
namespace Companion {
|
|
6524
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6525
|
-
namespace $metadata$ {
|
|
6526
|
-
abstract class constructor /* implements SerializerFactory */ {
|
|
6527
|
-
fromValue(value: string): Nullable<CustomerClassification>;
|
|
6528
|
-
private constructor();
|
|
6529
|
-
}
|
|
6530
|
-
}
|
|
6531
|
-
}
|
|
6532
|
-
}
|
|
6533
6619
|
export declare class CustomerComment {
|
|
6534
6620
|
constructor(content: string, createdAt: any/* Instant */, createdBy: CustomerCommentCreatedBy, id: bigint, organizationId?: Nullable<bigint>, personId?: Nullable<bigint>);
|
|
6535
6621
|
get content(): string;
|
|
@@ -6569,6 +6655,49 @@ export declare namespace CustomerCommentCreatedBy {
|
|
|
6569
6655
|
const constructor: abstract new () => CustomerCommentCreatedBy;
|
|
6570
6656
|
}
|
|
6571
6657
|
}
|
|
6658
|
+
export declare abstract class CustomerDiscriminator {
|
|
6659
|
+
private constructor();
|
|
6660
|
+
static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER(): CustomerDiscriminator & {
|
|
6661
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER";
|
|
6662
|
+
get ordinal(): 0;
|
|
6663
|
+
};
|
|
6664
|
+
static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER(): CustomerDiscriminator & {
|
|
6665
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
|
|
6666
|
+
get ordinal(): 1;
|
|
6667
|
+
};
|
|
6668
|
+
static get SoliboEconomyInvoicingQueryDomainOrganizationCustomer(): CustomerDiscriminator & {
|
|
6669
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER";
|
|
6670
|
+
get ordinal(): 0;
|
|
6671
|
+
};
|
|
6672
|
+
static get SoliboEconomyInvoicingQueryDomainPersonCustomer(): CustomerDiscriminator & {
|
|
6673
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
|
|
6674
|
+
get ordinal(): 1;
|
|
6675
|
+
};
|
|
6676
|
+
static values(): [typeof CustomerDiscriminator.SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER, typeof CustomerDiscriminator.SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER];
|
|
6677
|
+
static valueOf(value: string): CustomerDiscriminator;
|
|
6678
|
+
get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER" | "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
|
|
6679
|
+
get ordinal(): 0 | 1;
|
|
6680
|
+
get value(): string;
|
|
6681
|
+
toString(): string;
|
|
6682
|
+
}
|
|
6683
|
+
export declare namespace CustomerDiscriminator {
|
|
6684
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6685
|
+
namespace $metadata$ {
|
|
6686
|
+
const constructor: abstract new () => CustomerDiscriminator;
|
|
6687
|
+
}
|
|
6688
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
6689
|
+
private constructor();
|
|
6690
|
+
}
|
|
6691
|
+
namespace Companion {
|
|
6692
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
6693
|
+
namespace $metadata$ {
|
|
6694
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
6695
|
+
fromValue(value: string): Nullable<CustomerDiscriminator>;
|
|
6696
|
+
private constructor();
|
|
6697
|
+
}
|
|
6698
|
+
}
|
|
6699
|
+
}
|
|
6700
|
+
}
|
|
6572
6701
|
export declare class CustomerMetadata {
|
|
6573
6702
|
constructor(alternateEHFReference: Nullable<string> | undefined, companyId: bigint, customerId: bigint, customerReference: Nullable<string> | undefined, customerType: CustomerType, groupInvoices: boolean, id: bigint, overdueProcessing: boolean);
|
|
6574
6703
|
get alternateEHFReference(): Nullable<string>;
|
|
@@ -13443,10 +13572,10 @@ export declare namespace Organization {
|
|
|
13443
13572
|
}
|
|
13444
13573
|
}
|
|
13445
13574
|
export declare class OrganizationCustomer extends Customer.$metadata$.constructor {
|
|
13446
|
-
constructor(active: boolean, area: Nullable<string> | undefined, classification:
|
|
13575
|
+
constructor(active: boolean, area: Nullable<string> | undefined, classification: CustomerType, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: Nullable<string> | undefined, sections: KtList<SectionPack>, streetAddress: Nullable<string> | undefined, zip: Nullable<string> | undefined, comments: Nullable<KtList<CustomerComment>> | undefined, companyId: bigint, organization: Organization, preferredAdvertisement?: Nullable<PreferredAdvertisement>);
|
|
13447
13576
|
get active(): boolean;
|
|
13448
13577
|
get area(): Nullable<string>;
|
|
13449
|
-
get classification():
|
|
13578
|
+
get classification(): CustomerType;
|
|
13450
13579
|
get external(): boolean;
|
|
13451
13580
|
get groupInvoices(): boolean;
|
|
13452
13581
|
get isRecipient(): boolean;
|
|
@@ -13458,7 +13587,7 @@ export declare class OrganizationCustomer extends Customer.$metadata$.constructo
|
|
|
13458
13587
|
get companyId(): bigint;
|
|
13459
13588
|
get organization(): Organization;
|
|
13460
13589
|
get preferredAdvertisement(): Nullable<PreferredAdvertisement>;
|
|
13461
|
-
copy(active?: boolean, area?: Nullable<string>, classification?:
|
|
13590
|
+
copy(active?: boolean, area?: Nullable<string>, classification?: CustomerType, external?: boolean, groupInvoices?: boolean, isRecipient?: boolean, reference?: Nullable<string>, sections?: KtList<SectionPack>, streetAddress?: Nullable<string>, zip?: Nullable<string>, comments?: Nullable<KtList<CustomerComment>>, companyId?: bigint, organization?: Organization, preferredAdvertisement?: Nullable<PreferredAdvertisement>): OrganizationCustomer;
|
|
13462
13591
|
toString(): string;
|
|
13463
13592
|
hashCode(): number;
|
|
13464
13593
|
equals(other: Nullable<any>): boolean;
|
|
@@ -15555,6 +15684,89 @@ export declare namespace Participant {
|
|
|
15555
15684
|
const constructor: abstract new () => Participant;
|
|
15556
15685
|
}
|
|
15557
15686
|
}
|
|
15687
|
+
export declare abstract class ParticipantDiscriminator {
|
|
15688
|
+
private constructor();
|
|
15689
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15690
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT";
|
|
15691
|
+
get ordinal(): 0;
|
|
15692
|
+
};
|
|
15693
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15694
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT";
|
|
15695
|
+
get ordinal(): 1;
|
|
15696
|
+
};
|
|
15697
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15698
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT";
|
|
15699
|
+
get ordinal(): 2;
|
|
15700
|
+
};
|
|
15701
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15702
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT";
|
|
15703
|
+
get ordinal(): 3;
|
|
15704
|
+
};
|
|
15705
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15706
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT";
|
|
15707
|
+
get ordinal(): 4;
|
|
15708
|
+
};
|
|
15709
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15710
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT";
|
|
15711
|
+
get ordinal(): 5;
|
|
15712
|
+
};
|
|
15713
|
+
static get SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT(): ParticipantDiscriminator & {
|
|
15714
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT";
|
|
15715
|
+
get ordinal(): 6;
|
|
15716
|
+
};
|
|
15717
|
+
static get SoliboConversationQueryDomainBoardParticipant(): ParticipantDiscriminator & {
|
|
15718
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT";
|
|
15719
|
+
get ordinal(): 0;
|
|
15720
|
+
};
|
|
15721
|
+
static get SoliboConversationQueryDomainClientUserParticipant(): ParticipantDiscriminator & {
|
|
15722
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT";
|
|
15723
|
+
get ordinal(): 1;
|
|
15724
|
+
};
|
|
15725
|
+
static get SoliboConversationQueryDomainEmployeeParticipant(): ParticipantDiscriminator & {
|
|
15726
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT";
|
|
15727
|
+
get ordinal(): 2;
|
|
15728
|
+
};
|
|
15729
|
+
static get SoliboConversationQueryDomainInquiryParticipant(): ParticipantDiscriminator & {
|
|
15730
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT";
|
|
15731
|
+
get ordinal(): 3;
|
|
15732
|
+
};
|
|
15733
|
+
static get SoliboConversationQueryDomainOrganizationParticipant(): ParticipantDiscriminator & {
|
|
15734
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT";
|
|
15735
|
+
get ordinal(): 4;
|
|
15736
|
+
};
|
|
15737
|
+
static get SoliboConversationQueryDomainPersonParticipant(): ParticipantDiscriminator & {
|
|
15738
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT";
|
|
15739
|
+
get ordinal(): 5;
|
|
15740
|
+
};
|
|
15741
|
+
static get SoliboConversationQueryDomainSupplierContactParticipant(): ParticipantDiscriminator & {
|
|
15742
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT";
|
|
15743
|
+
get ordinal(): 6;
|
|
15744
|
+
};
|
|
15745
|
+
static values(): [typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT, typeof ParticipantDiscriminator.SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT];
|
|
15746
|
+
static valueOf(value: string): ParticipantDiscriminator;
|
|
15747
|
+
get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT" | "SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT";
|
|
15748
|
+
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
15749
|
+
get value(): string;
|
|
15750
|
+
toString(): string;
|
|
15751
|
+
}
|
|
15752
|
+
export declare namespace ParticipantDiscriminator {
|
|
15753
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15754
|
+
namespace $metadata$ {
|
|
15755
|
+
const constructor: abstract new () => ParticipantDiscriminator;
|
|
15756
|
+
}
|
|
15757
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
15758
|
+
private constructor();
|
|
15759
|
+
}
|
|
15760
|
+
namespace Companion {
|
|
15761
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
15762
|
+
namespace $metadata$ {
|
|
15763
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
15764
|
+
fromValue(value: string): Nullable<ParticipantDiscriminator>;
|
|
15765
|
+
private constructor();
|
|
15766
|
+
}
|
|
15767
|
+
}
|
|
15768
|
+
}
|
|
15769
|
+
}
|
|
15558
15770
|
export declare abstract class ParticipantType {
|
|
15559
15771
|
private constructor();
|
|
15560
15772
|
static get PERSON(): ParticipantType & {
|
|
@@ -16074,10 +16286,10 @@ export declare namespace PersonAdresse {
|
|
|
16074
16286
|
}
|
|
16075
16287
|
}
|
|
16076
16288
|
export declare class PersonCustomer extends Customer.$metadata$.constructor {
|
|
16077
|
-
constructor(active: boolean, area: Nullable<string> | undefined, classification:
|
|
16289
|
+
constructor(active: boolean, area: Nullable<string> | undefined, classification: CustomerType, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: Nullable<string> | undefined, sections: KtList<SectionPack>, streetAddress: Nullable<string> | undefined, zip: Nullable<string> | undefined, comments: Nullable<KtList<CustomerComment>> | undefined, companyId: bigint, person: Person, preferredAdvertisement?: Nullable<PreferredAdvertisement>);
|
|
16078
16290
|
get active(): boolean;
|
|
16079
16291
|
get area(): Nullable<string>;
|
|
16080
|
-
get classification():
|
|
16292
|
+
get classification(): CustomerType;
|
|
16081
16293
|
get external(): boolean;
|
|
16082
16294
|
get groupInvoices(): boolean;
|
|
16083
16295
|
get isRecipient(): boolean;
|
|
@@ -16089,7 +16301,7 @@ export declare class PersonCustomer extends Customer.$metadata$.constructor {
|
|
|
16089
16301
|
get companyId(): bigint;
|
|
16090
16302
|
get person(): Person;
|
|
16091
16303
|
get preferredAdvertisement(): Nullable<PreferredAdvertisement>;
|
|
16092
|
-
copy(active?: boolean, area?: Nullable<string>, classification?:
|
|
16304
|
+
copy(active?: boolean, area?: Nullable<string>, classification?: CustomerType, external?: boolean, groupInvoices?: boolean, isRecipient?: boolean, reference?: Nullable<string>, sections?: KtList<SectionPack>, streetAddress?: Nullable<string>, zip?: Nullable<string>, comments?: Nullable<KtList<CustomerComment>>, companyId?: bigint, person?: Person, preferredAdvertisement?: Nullable<PreferredAdvertisement>): PersonCustomer;
|
|
16093
16305
|
toString(): string;
|
|
16094
16306
|
hashCode(): number;
|
|
16095
16307
|
equals(other: Nullable<any>): boolean;
|
|
@@ -17396,6 +17608,49 @@ export declare namespace Resident {
|
|
|
17396
17608
|
const constructor: abstract new () => Resident;
|
|
17397
17609
|
}
|
|
17398
17610
|
}
|
|
17611
|
+
export declare abstract class ResidentDiscriminator {
|
|
17612
|
+
private constructor();
|
|
17613
|
+
static get SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT(): ResidentDiscriminator & {
|
|
17614
|
+
get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT";
|
|
17615
|
+
get ordinal(): 0;
|
|
17616
|
+
};
|
|
17617
|
+
static get SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT(): ResidentDiscriminator & {
|
|
17618
|
+
get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
|
|
17619
|
+
get ordinal(): 1;
|
|
17620
|
+
};
|
|
17621
|
+
static get SoliboResidentsQueryDomainOrganizationResident(): ResidentDiscriminator & {
|
|
17622
|
+
get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT";
|
|
17623
|
+
get ordinal(): 0;
|
|
17624
|
+
};
|
|
17625
|
+
static get SoliboResidentsQueryDomainPersonResident(): ResidentDiscriminator & {
|
|
17626
|
+
get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
|
|
17627
|
+
get ordinal(): 1;
|
|
17628
|
+
};
|
|
17629
|
+
static values(): [typeof ResidentDiscriminator.SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT, typeof ResidentDiscriminator.SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT];
|
|
17630
|
+
static valueOf(value: string): ResidentDiscriminator;
|
|
17631
|
+
get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT" | "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
|
|
17632
|
+
get ordinal(): 0 | 1;
|
|
17633
|
+
get value(): string;
|
|
17634
|
+
toString(): string;
|
|
17635
|
+
}
|
|
17636
|
+
export declare namespace ResidentDiscriminator {
|
|
17637
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17638
|
+
namespace $metadata$ {
|
|
17639
|
+
const constructor: abstract new () => ResidentDiscriminator;
|
|
17640
|
+
}
|
|
17641
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
17642
|
+
private constructor();
|
|
17643
|
+
}
|
|
17644
|
+
namespace Companion {
|
|
17645
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
17646
|
+
namespace $metadata$ {
|
|
17647
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
17648
|
+
fromValue(value: string): Nullable<ResidentDiscriminator>;
|
|
17649
|
+
private constructor();
|
|
17650
|
+
}
|
|
17651
|
+
}
|
|
17652
|
+
}
|
|
17653
|
+
}
|
|
17399
17654
|
export declare class ResidentExportFilter {
|
|
17400
17655
|
constructor(query?: Nullable<string>, residentTypes?: Nullable<KtList<ResidentType>>);
|
|
17401
17656
|
get query(): Nullable<string>;
|
|
@@ -20784,6 +21039,65 @@ export declare namespace ThirdPartyInformationError {
|
|
|
20784
21039
|
const constructor: abstract new () => ThirdPartyInformationError;
|
|
20785
21040
|
}
|
|
20786
21041
|
}
|
|
21042
|
+
export declare abstract class ThirdPartyInformationErrorDiscriminator {
|
|
21043
|
+
private constructor();
|
|
21044
|
+
static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR(): ThirdPartyInformationErrorDiscriminator & {
|
|
21045
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR";
|
|
21046
|
+
get ordinal(): 0;
|
|
21047
|
+
};
|
|
21048
|
+
static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR(): ThirdPartyInformationErrorDiscriminator & {
|
|
21049
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR";
|
|
21050
|
+
get ordinal(): 1;
|
|
21051
|
+
};
|
|
21052
|
+
static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR(): ThirdPartyInformationErrorDiscriminator & {
|
|
21053
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR";
|
|
21054
|
+
get ordinal(): 2;
|
|
21055
|
+
};
|
|
21056
|
+
static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR(): ThirdPartyInformationErrorDiscriminator & {
|
|
21057
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR";
|
|
21058
|
+
get ordinal(): 3;
|
|
21059
|
+
};
|
|
21060
|
+
static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationAltinnError(): ThirdPartyInformationErrorDiscriminator & {
|
|
21061
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR";
|
|
21062
|
+
get ordinal(): 0;
|
|
21063
|
+
};
|
|
21064
|
+
static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationEmailError(): ThirdPartyInformationErrorDiscriminator & {
|
|
21065
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR";
|
|
21066
|
+
get ordinal(): 1;
|
|
21067
|
+
};
|
|
21068
|
+
static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationPostenError(): ThirdPartyInformationErrorDiscriminator & {
|
|
21069
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR";
|
|
21070
|
+
get ordinal(): 2;
|
|
21071
|
+
};
|
|
21072
|
+
static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationProcessError(): ThirdPartyInformationErrorDiscriminator & {
|
|
21073
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR";
|
|
21074
|
+
get ordinal(): 3;
|
|
21075
|
+
};
|
|
21076
|
+
static values(): [typeof ThirdPartyInformationErrorDiscriminator.SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR, typeof ThirdPartyInformationErrorDiscriminator.SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR, typeof ThirdPartyInformationErrorDiscriminator.SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR, typeof ThirdPartyInformationErrorDiscriminator.SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR];
|
|
21077
|
+
static valueOf(value: string): ThirdPartyInformationErrorDiscriminator;
|
|
21078
|
+
get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR" | "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR" | "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR" | "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR";
|
|
21079
|
+
get ordinal(): 0 | 1 | 2 | 3;
|
|
21080
|
+
get value(): string;
|
|
21081
|
+
toString(): string;
|
|
21082
|
+
}
|
|
21083
|
+
export declare namespace ThirdPartyInformationErrorDiscriminator {
|
|
21084
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
21085
|
+
namespace $metadata$ {
|
|
21086
|
+
const constructor: abstract new () => ThirdPartyInformationErrorDiscriminator;
|
|
21087
|
+
}
|
|
21088
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
21089
|
+
private constructor();
|
|
21090
|
+
}
|
|
21091
|
+
namespace Companion {
|
|
21092
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
21093
|
+
namespace $metadata$ {
|
|
21094
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
21095
|
+
fromValue(value: string): Nullable<ThirdPartyInformationErrorDiscriminator>;
|
|
21096
|
+
private constructor();
|
|
21097
|
+
}
|
|
21098
|
+
}
|
|
21099
|
+
}
|
|
21100
|
+
}
|
|
20787
21101
|
export declare class ThirdPartyInformationKontakt {
|
|
20788
21102
|
constructor(email: string, name: string, sms: string, telephone: string);
|
|
20789
21103
|
get email(): string;
|
|
@@ -22446,6 +22760,49 @@ export declare namespace UpdateResidentCommand {
|
|
|
22446
22760
|
const constructor: abstract new () => UpdateResidentCommand;
|
|
22447
22761
|
}
|
|
22448
22762
|
}
|
|
22763
|
+
export declare abstract class UpdateResidentCommandDiscriminator {
|
|
22764
|
+
private constructor();
|
|
22765
|
+
static get SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND(): UpdateResidentCommandDiscriminator & {
|
|
22766
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
22767
|
+
get ordinal(): 0;
|
|
22768
|
+
};
|
|
22769
|
+
static get SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND(): UpdateResidentCommandDiscriminator & {
|
|
22770
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
|
|
22771
|
+
get ordinal(): 1;
|
|
22772
|
+
};
|
|
22773
|
+
static get SoliboResidentsCommandUpdateOrganizationResidentCommand(): UpdateResidentCommandDiscriminator & {
|
|
22774
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND";
|
|
22775
|
+
get ordinal(): 0;
|
|
22776
|
+
};
|
|
22777
|
+
static get SoliboResidentsCommandUpdatePersonResidentCommand(): UpdateResidentCommandDiscriminator & {
|
|
22778
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
|
|
22779
|
+
get ordinal(): 1;
|
|
22780
|
+
};
|
|
22781
|
+
static values(): [typeof UpdateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND, typeof UpdateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND];
|
|
22782
|
+
static valueOf(value: string): UpdateResidentCommandDiscriminator;
|
|
22783
|
+
get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND" | "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
|
|
22784
|
+
get ordinal(): 0 | 1;
|
|
22785
|
+
get value(): string;
|
|
22786
|
+
toString(): string;
|
|
22787
|
+
}
|
|
22788
|
+
export declare namespace UpdateResidentCommandDiscriminator {
|
|
22789
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
22790
|
+
namespace $metadata$ {
|
|
22791
|
+
const constructor: abstract new () => UpdateResidentCommandDiscriminator;
|
|
22792
|
+
}
|
|
22793
|
+
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
22794
|
+
private constructor();
|
|
22795
|
+
}
|
|
22796
|
+
namespace Companion {
|
|
22797
|
+
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
22798
|
+
namespace $metadata$ {
|
|
22799
|
+
abstract class constructor /* implements SerializerFactory */ {
|
|
22800
|
+
fromValue(value: string): Nullable<UpdateResidentCommandDiscriminator>;
|
|
22801
|
+
private constructor();
|
|
22802
|
+
}
|
|
22803
|
+
}
|
|
22804
|
+
}
|
|
22805
|
+
}
|
|
22449
22806
|
export declare class UpdateResolutionCommand {
|
|
22450
22807
|
constructor(resolution?: Nullable<string>);
|
|
22451
22808
|
get resolution(): Nullable<string>;
|
|
@@ -23281,7 +23638,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
23281
23638
|
authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
|
|
23282
23639
|
authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
|
|
23283
23640
|
completeMultipleConversations(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
|
|
23284
|
-
countConversationsInCompany(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<
|
|
23641
|
+
countConversationsInCompany(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<ConversationStatus>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationMessageSide>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ParticipantType>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<ConversationCount>>;
|
|
23285
23642
|
createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand): Promise<HttpResponse<Conversation>>;
|
|
23286
23643
|
createConversationCategory(companyId: bigint, createConversationCategoryCommand: CreateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
|
|
23287
23644
|
createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: AddExternalConversationParticipantCommand): Promise<HttpResponse<void>>;
|
|
@@ -23314,13 +23671,13 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
|
|
|
23314
23671
|
getMessageFullEmailContent(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<FullEmailContent>>;
|
|
23315
23672
|
indexCompanyConversationCategories(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListSecureConversationCategory>>;
|
|
23316
23673
|
indexCompanyConversationCategoriesForRequests(companyId: bigint, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPublicConversationCategory>>;
|
|
23317
|
-
indexConversation(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<
|
|
23674
|
+
indexConversation(companyId: bigint, search?: Nullable<string>, status?: Nullable<KtList<ConversationStatus>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationMessageSide>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ParticipantType>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, orderBy?: Nullable<ConversationOrderBy>, orderDirection?: Nullable<ConversationOrderDirection>, pageToken?: Nullable<string>, count?: Nullable<number>, autoPaginate?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<PagedListConversation>>;
|
|
23318
23675
|
indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: ParticipantType, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversation>>;
|
|
23319
23676
|
indexConversationCategoriesOpen(companySlug: string, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListPublicConversationCategory>>;
|
|
23320
|
-
indexConversationCountByCompany(search?: Nullable<string>, status?: Nullable<KtList<
|
|
23677
|
+
indexConversationCountByCompany(search?: Nullable<string>, status?: Nullable<KtList<ConversationStatus>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationMessageSide>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ParticipantType>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, companyId?: Nullable<KtList<bigint>>, fields?: Nullable<string>): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountByCompanyMap>>>;
|
|
23321
23678
|
indexConversationFolders(companyId: bigint, parentId?: Nullable<bigint>, fields?: Nullable<string>, pageToken?: Nullable<string>, autoPaginate?: Nullable<boolean>, count?: Nullable<number>): Promise<HttpResponse<PagedListConversationFolder>>;
|
|
23322
23679
|
indexConversationMessageHistory(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: Nullable<string>): Promise<HttpResponse<KtList<MessageEditHistory>>>;
|
|
23323
|
-
indexConversations(search?: Nullable<string>, status?: Nullable<KtList<
|
|
23680
|
+
indexConversations(search?: Nullable<string>, status?: Nullable<KtList<ConversationStatus>>, category?: Nullable<KtList<bigint>>, assignedToUserId?: Nullable<KtList<bigint>>, latestPublicMessageSide?: Nullable<KtList<ConversationMessageSide>>, hasAttachments?: Nullable<boolean>, folderIds?: Nullable<KtList<bigint>>, onlyRoot?: Nullable<boolean>, byParticipant?: Nullable<KtList<bigint>>, byParticipantType?: Nullable<KtList<ParticipantType>>, createdSince?: Nullable<bigint>, updatedSince?: Nullable<bigint>, flaggedByCurrentUser?: Nullable<boolean>, readByCurrentUser?: Nullable<boolean>, companyId?: Nullable<KtList<bigint>>, orderBy?: Nullable<ConversationOrderBy>, orderDirection?: Nullable<ConversationOrderDirection>, pageToken?: Nullable<string>, count?: Nullable<number>, autoPaginate?: Nullable<boolean>, fields?: Nullable<string>): Promise<HttpResponse<PagedListConversation>>;
|
|
23324
23681
|
moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
|
|
23325
23682
|
moveMultipleConversations(companyId: bigint, batchMoveConversationsToFolderCommand: BatchMoveConversationsToFolderCommand): Promise<HttpResponse<void>>;
|
|
23326
23683
|
openBoligselskapCompanySlugSamtaleConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
|
|
@@ -23355,502 +23712,6 @@ export declare namespace ConversationApi {
|
|
|
23355
23712
|
namespace $metadata$ {
|
|
23356
23713
|
const constructor: abstract new () => ConversationApi;
|
|
23357
23714
|
}
|
|
23358
|
-
abstract class StatusCountConversationsInCompany {
|
|
23359
|
-
private constructor();
|
|
23360
|
-
static get DRAFT(): ConversationApi.StatusCountConversationsInCompany & {
|
|
23361
|
-
get name(): "DRAFT";
|
|
23362
|
-
get ordinal(): 0;
|
|
23363
|
-
};
|
|
23364
|
-
static get NEW(): ConversationApi.StatusCountConversationsInCompany & {
|
|
23365
|
-
get name(): "NEW";
|
|
23366
|
-
get ordinal(): 1;
|
|
23367
|
-
};
|
|
23368
|
-
static get IN_PROGRESS(): ConversationApi.StatusCountConversationsInCompany & {
|
|
23369
|
-
get name(): "IN_PROGRESS";
|
|
23370
|
-
get ordinal(): 2;
|
|
23371
|
-
};
|
|
23372
|
-
static get COMPLETE(): ConversationApi.StatusCountConversationsInCompany & {
|
|
23373
|
-
get name(): "COMPLETE";
|
|
23374
|
-
get ordinal(): 3;
|
|
23375
|
-
};
|
|
23376
|
-
static get TRASHED(): ConversationApi.StatusCountConversationsInCompany & {
|
|
23377
|
-
get name(): "TRASHED";
|
|
23378
|
-
get ordinal(): 4;
|
|
23379
|
-
};
|
|
23380
|
-
static values(): [typeof ConversationApi.StatusCountConversationsInCompany.DRAFT, typeof ConversationApi.StatusCountConversationsInCompany.NEW, typeof ConversationApi.StatusCountConversationsInCompany.IN_PROGRESS, typeof ConversationApi.StatusCountConversationsInCompany.COMPLETE, typeof ConversationApi.StatusCountConversationsInCompany.TRASHED];
|
|
23381
|
-
static valueOf(value: string): ConversationApi.StatusCountConversationsInCompany;
|
|
23382
|
-
get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
|
|
23383
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
23384
|
-
get value(): string;
|
|
23385
|
-
}
|
|
23386
|
-
namespace StatusCountConversationsInCompany {
|
|
23387
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23388
|
-
namespace $metadata$ {
|
|
23389
|
-
const constructor: abstract new () => StatusCountConversationsInCompany;
|
|
23390
|
-
}
|
|
23391
|
-
}
|
|
23392
|
-
abstract class LatestPublicMessageSideCountConversationsInCompany {
|
|
23393
|
-
private constructor();
|
|
23394
|
-
static get BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
|
|
23395
|
-
get name(): "BOARD";
|
|
23396
|
-
get ordinal(): 0;
|
|
23397
|
-
};
|
|
23398
|
-
static get NON_BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
|
|
23399
|
-
get name(): "NON_BOARD";
|
|
23400
|
-
get ordinal(): 1;
|
|
23401
|
-
};
|
|
23402
|
-
static get NONE(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
|
|
23403
|
-
get name(): "NONE";
|
|
23404
|
-
get ordinal(): 2;
|
|
23405
|
-
};
|
|
23406
|
-
static values(): [typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NONE];
|
|
23407
|
-
static valueOf(value: string): ConversationApi.LatestPublicMessageSideCountConversationsInCompany;
|
|
23408
|
-
get name(): "BOARD" | "NON_BOARD" | "NONE";
|
|
23409
|
-
get ordinal(): 0 | 1 | 2;
|
|
23410
|
-
get value(): string;
|
|
23411
|
-
}
|
|
23412
|
-
namespace LatestPublicMessageSideCountConversationsInCompany {
|
|
23413
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23414
|
-
namespace $metadata$ {
|
|
23415
|
-
const constructor: abstract new () => LatestPublicMessageSideCountConversationsInCompany;
|
|
23416
|
-
}
|
|
23417
|
-
}
|
|
23418
|
-
abstract class ByParticipantTypeCountConversationsInCompany {
|
|
23419
|
-
private constructor();
|
|
23420
|
-
static get PERSON(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23421
|
-
get name(): "PERSON";
|
|
23422
|
-
get ordinal(): 0;
|
|
23423
|
-
};
|
|
23424
|
-
static get ORGANIZATION(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23425
|
-
get name(): "ORGANIZATION";
|
|
23426
|
-
get ordinal(): 1;
|
|
23427
|
-
};
|
|
23428
|
-
static get EMPLOYEE(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23429
|
-
get name(): "EMPLOYEE";
|
|
23430
|
-
get ordinal(): 2;
|
|
23431
|
-
};
|
|
23432
|
-
static get INQUIRY(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23433
|
-
get name(): "INQUIRY";
|
|
23434
|
-
get ordinal(): 3;
|
|
23435
|
-
};
|
|
23436
|
-
static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23437
|
-
get name(): "SUPPLIER_CONTACT";
|
|
23438
|
-
get ordinal(): 4;
|
|
23439
|
-
};
|
|
23440
|
-
static get CLIENT_USER(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
|
|
23441
|
-
get name(): "CLIENT_USER";
|
|
23442
|
-
get ordinal(): 5;
|
|
23443
|
-
};
|
|
23444
|
-
static values(): [typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.PERSON, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.ORGANIZATION, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.EMPLOYEE, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.INQUIRY, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeCountConversationsInCompany.CLIENT_USER];
|
|
23445
|
-
static valueOf(value: string): ConversationApi.ByParticipantTypeCountConversationsInCompany;
|
|
23446
|
-
get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
|
|
23447
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
23448
|
-
get value(): string;
|
|
23449
|
-
}
|
|
23450
|
-
namespace ByParticipantTypeCountConversationsInCompany {
|
|
23451
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23452
|
-
namespace $metadata$ {
|
|
23453
|
-
const constructor: abstract new () => ByParticipantTypeCountConversationsInCompany;
|
|
23454
|
-
}
|
|
23455
|
-
}
|
|
23456
|
-
abstract class StatusIndexConversation {
|
|
23457
|
-
private constructor();
|
|
23458
|
-
static get DRAFT(): ConversationApi.StatusIndexConversation & {
|
|
23459
|
-
get name(): "DRAFT";
|
|
23460
|
-
get ordinal(): 0;
|
|
23461
|
-
};
|
|
23462
|
-
static get NEW(): ConversationApi.StatusIndexConversation & {
|
|
23463
|
-
get name(): "NEW";
|
|
23464
|
-
get ordinal(): 1;
|
|
23465
|
-
};
|
|
23466
|
-
static get IN_PROGRESS(): ConversationApi.StatusIndexConversation & {
|
|
23467
|
-
get name(): "IN_PROGRESS";
|
|
23468
|
-
get ordinal(): 2;
|
|
23469
|
-
};
|
|
23470
|
-
static get COMPLETE(): ConversationApi.StatusIndexConversation & {
|
|
23471
|
-
get name(): "COMPLETE";
|
|
23472
|
-
get ordinal(): 3;
|
|
23473
|
-
};
|
|
23474
|
-
static get TRASHED(): ConversationApi.StatusIndexConversation & {
|
|
23475
|
-
get name(): "TRASHED";
|
|
23476
|
-
get ordinal(): 4;
|
|
23477
|
-
};
|
|
23478
|
-
static values(): [typeof ConversationApi.StatusIndexConversation.DRAFT, typeof ConversationApi.StatusIndexConversation.NEW, typeof ConversationApi.StatusIndexConversation.IN_PROGRESS, typeof ConversationApi.StatusIndexConversation.COMPLETE, typeof ConversationApi.StatusIndexConversation.TRASHED];
|
|
23479
|
-
static valueOf(value: string): ConversationApi.StatusIndexConversation;
|
|
23480
|
-
get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
|
|
23481
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
23482
|
-
get value(): string;
|
|
23483
|
-
}
|
|
23484
|
-
namespace StatusIndexConversation {
|
|
23485
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23486
|
-
namespace $metadata$ {
|
|
23487
|
-
const constructor: abstract new () => StatusIndexConversation;
|
|
23488
|
-
}
|
|
23489
|
-
}
|
|
23490
|
-
abstract class LatestPublicMessageSideIndexConversation {
|
|
23491
|
-
private constructor();
|
|
23492
|
-
static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
|
|
23493
|
-
get name(): "BOARD";
|
|
23494
|
-
get ordinal(): 0;
|
|
23495
|
-
};
|
|
23496
|
-
static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
|
|
23497
|
-
get name(): "NON_BOARD";
|
|
23498
|
-
get ordinal(): 1;
|
|
23499
|
-
};
|
|
23500
|
-
static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversation & {
|
|
23501
|
-
get name(): "NONE";
|
|
23502
|
-
get ordinal(): 2;
|
|
23503
|
-
};
|
|
23504
|
-
static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversation.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NONE];
|
|
23505
|
-
static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversation;
|
|
23506
|
-
get name(): "BOARD" | "NON_BOARD" | "NONE";
|
|
23507
|
-
get ordinal(): 0 | 1 | 2;
|
|
23508
|
-
get value(): string;
|
|
23509
|
-
}
|
|
23510
|
-
namespace LatestPublicMessageSideIndexConversation {
|
|
23511
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23512
|
-
namespace $metadata$ {
|
|
23513
|
-
const constructor: abstract new () => LatestPublicMessageSideIndexConversation;
|
|
23514
|
-
}
|
|
23515
|
-
}
|
|
23516
|
-
abstract class ByParticipantTypeIndexConversation {
|
|
23517
|
-
private constructor();
|
|
23518
|
-
static get PERSON(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23519
|
-
get name(): "PERSON";
|
|
23520
|
-
get ordinal(): 0;
|
|
23521
|
-
};
|
|
23522
|
-
static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23523
|
-
get name(): "ORGANIZATION";
|
|
23524
|
-
get ordinal(): 1;
|
|
23525
|
-
};
|
|
23526
|
-
static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23527
|
-
get name(): "EMPLOYEE";
|
|
23528
|
-
get ordinal(): 2;
|
|
23529
|
-
};
|
|
23530
|
-
static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23531
|
-
get name(): "INQUIRY";
|
|
23532
|
-
get ordinal(): 3;
|
|
23533
|
-
};
|
|
23534
|
-
static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23535
|
-
get name(): "SUPPLIER_CONTACT";
|
|
23536
|
-
get ordinal(): 4;
|
|
23537
|
-
};
|
|
23538
|
-
static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversation & {
|
|
23539
|
-
get name(): "CLIENT_USER";
|
|
23540
|
-
get ordinal(): 5;
|
|
23541
|
-
};
|
|
23542
|
-
static values(): [typeof ConversationApi.ByParticipantTypeIndexConversation.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversation.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversation.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversation.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversation.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversation.CLIENT_USER];
|
|
23543
|
-
static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversation;
|
|
23544
|
-
get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
|
|
23545
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
23546
|
-
get value(): string;
|
|
23547
|
-
}
|
|
23548
|
-
namespace ByParticipantTypeIndexConversation {
|
|
23549
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23550
|
-
namespace $metadata$ {
|
|
23551
|
-
const constructor: abstract new () => ByParticipantTypeIndexConversation;
|
|
23552
|
-
}
|
|
23553
|
-
}
|
|
23554
|
-
abstract class OrderByIndexConversation {
|
|
23555
|
-
private constructor();
|
|
23556
|
-
static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversation & {
|
|
23557
|
-
get name(): "LATEST_ACTIVITY_AT";
|
|
23558
|
-
get ordinal(): 0;
|
|
23559
|
-
};
|
|
23560
|
-
static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversation & {
|
|
23561
|
-
get name(): "CONVERSATION_STARTED_AT";
|
|
23562
|
-
get ordinal(): 1;
|
|
23563
|
-
};
|
|
23564
|
-
static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversation & {
|
|
23565
|
-
get name(): "LATEST_MESSAGE_AT";
|
|
23566
|
-
get ordinal(): 2;
|
|
23567
|
-
};
|
|
23568
|
-
static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversation & {
|
|
23569
|
-
get name(): "LATEST_EVENT_AT";
|
|
23570
|
-
get ordinal(): 3;
|
|
23571
|
-
};
|
|
23572
|
-
static values(): [typeof ConversationApi.OrderByIndexConversation.LATEST_ACTIVITY_AT, typeof ConversationApi.OrderByIndexConversation.CONVERSATION_STARTED_AT, typeof ConversationApi.OrderByIndexConversation.LATEST_MESSAGE_AT, typeof ConversationApi.OrderByIndexConversation.LATEST_EVENT_AT];
|
|
23573
|
-
static valueOf(value: string): ConversationApi.OrderByIndexConversation;
|
|
23574
|
-
get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
|
|
23575
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
23576
|
-
get value(): string;
|
|
23577
|
-
}
|
|
23578
|
-
namespace OrderByIndexConversation {
|
|
23579
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23580
|
-
namespace $metadata$ {
|
|
23581
|
-
const constructor: abstract new () => OrderByIndexConversation;
|
|
23582
|
-
}
|
|
23583
|
-
}
|
|
23584
|
-
abstract class OrderDirectionIndexConversation {
|
|
23585
|
-
private constructor();
|
|
23586
|
-
static get ASC(): ConversationApi.OrderDirectionIndexConversation & {
|
|
23587
|
-
get name(): "ASC";
|
|
23588
|
-
get ordinal(): 0;
|
|
23589
|
-
};
|
|
23590
|
-
static get DESC(): ConversationApi.OrderDirectionIndexConversation & {
|
|
23591
|
-
get name(): "DESC";
|
|
23592
|
-
get ordinal(): 1;
|
|
23593
|
-
};
|
|
23594
|
-
static values(): [typeof ConversationApi.OrderDirectionIndexConversation.ASC, typeof ConversationApi.OrderDirectionIndexConversation.DESC];
|
|
23595
|
-
static valueOf(value: string): ConversationApi.OrderDirectionIndexConversation;
|
|
23596
|
-
get name(): "ASC" | "DESC";
|
|
23597
|
-
get ordinal(): 0 | 1;
|
|
23598
|
-
get value(): string;
|
|
23599
|
-
}
|
|
23600
|
-
namespace OrderDirectionIndexConversation {
|
|
23601
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23602
|
-
namespace $metadata$ {
|
|
23603
|
-
const constructor: abstract new () => OrderDirectionIndexConversation;
|
|
23604
|
-
}
|
|
23605
|
-
}
|
|
23606
|
-
abstract class StatusIndexConversationCountByCompany {
|
|
23607
|
-
private constructor();
|
|
23608
|
-
static get DRAFT(): ConversationApi.StatusIndexConversationCountByCompany & {
|
|
23609
|
-
get name(): "DRAFT";
|
|
23610
|
-
get ordinal(): 0;
|
|
23611
|
-
};
|
|
23612
|
-
static get NEW(): ConversationApi.StatusIndexConversationCountByCompany & {
|
|
23613
|
-
get name(): "NEW";
|
|
23614
|
-
get ordinal(): 1;
|
|
23615
|
-
};
|
|
23616
|
-
static get IN_PROGRESS(): ConversationApi.StatusIndexConversationCountByCompany & {
|
|
23617
|
-
get name(): "IN_PROGRESS";
|
|
23618
|
-
get ordinal(): 2;
|
|
23619
|
-
};
|
|
23620
|
-
static get COMPLETE(): ConversationApi.StatusIndexConversationCountByCompany & {
|
|
23621
|
-
get name(): "COMPLETE";
|
|
23622
|
-
get ordinal(): 3;
|
|
23623
|
-
};
|
|
23624
|
-
static get TRASHED(): ConversationApi.StatusIndexConversationCountByCompany & {
|
|
23625
|
-
get name(): "TRASHED";
|
|
23626
|
-
get ordinal(): 4;
|
|
23627
|
-
};
|
|
23628
|
-
static values(): [typeof ConversationApi.StatusIndexConversationCountByCompany.DRAFT, typeof ConversationApi.StatusIndexConversationCountByCompany.NEW, typeof ConversationApi.StatusIndexConversationCountByCompany.IN_PROGRESS, typeof ConversationApi.StatusIndexConversationCountByCompany.COMPLETE, typeof ConversationApi.StatusIndexConversationCountByCompany.TRASHED];
|
|
23629
|
-
static valueOf(value: string): ConversationApi.StatusIndexConversationCountByCompany;
|
|
23630
|
-
get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
|
|
23631
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
23632
|
-
get value(): string;
|
|
23633
|
-
}
|
|
23634
|
-
namespace StatusIndexConversationCountByCompany {
|
|
23635
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23636
|
-
namespace $metadata$ {
|
|
23637
|
-
const constructor: abstract new () => StatusIndexConversationCountByCompany;
|
|
23638
|
-
}
|
|
23639
|
-
}
|
|
23640
|
-
abstract class LatestPublicMessageSideIndexConversationCountByCompany {
|
|
23641
|
-
private constructor();
|
|
23642
|
-
static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
|
|
23643
|
-
get name(): "BOARD";
|
|
23644
|
-
get ordinal(): 0;
|
|
23645
|
-
};
|
|
23646
|
-
static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
|
|
23647
|
-
get name(): "NON_BOARD";
|
|
23648
|
-
get ordinal(): 1;
|
|
23649
|
-
};
|
|
23650
|
-
static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
|
|
23651
|
-
get name(): "NONE";
|
|
23652
|
-
get ordinal(): 2;
|
|
23653
|
-
};
|
|
23654
|
-
static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NONE];
|
|
23655
|
-
static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany;
|
|
23656
|
-
get name(): "BOARD" | "NON_BOARD" | "NONE";
|
|
23657
|
-
get ordinal(): 0 | 1 | 2;
|
|
23658
|
-
get value(): string;
|
|
23659
|
-
}
|
|
23660
|
-
namespace LatestPublicMessageSideIndexConversationCountByCompany {
|
|
23661
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23662
|
-
namespace $metadata$ {
|
|
23663
|
-
const constructor: abstract new () => LatestPublicMessageSideIndexConversationCountByCompany;
|
|
23664
|
-
}
|
|
23665
|
-
}
|
|
23666
|
-
abstract class ByParticipantTypeIndexConversationCountByCompany {
|
|
23667
|
-
private constructor();
|
|
23668
|
-
static get PERSON(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23669
|
-
get name(): "PERSON";
|
|
23670
|
-
get ordinal(): 0;
|
|
23671
|
-
};
|
|
23672
|
-
static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23673
|
-
get name(): "ORGANIZATION";
|
|
23674
|
-
get ordinal(): 1;
|
|
23675
|
-
};
|
|
23676
|
-
static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23677
|
-
get name(): "EMPLOYEE";
|
|
23678
|
-
get ordinal(): 2;
|
|
23679
|
-
};
|
|
23680
|
-
static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23681
|
-
get name(): "INQUIRY";
|
|
23682
|
-
get ordinal(): 3;
|
|
23683
|
-
};
|
|
23684
|
-
static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23685
|
-
get name(): "SUPPLIER_CONTACT";
|
|
23686
|
-
get ordinal(): 4;
|
|
23687
|
-
};
|
|
23688
|
-
static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
|
|
23689
|
-
get name(): "CLIENT_USER";
|
|
23690
|
-
get ordinal(): 5;
|
|
23691
|
-
};
|
|
23692
|
-
static values(): [typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversationCountByCompany.CLIENT_USER];
|
|
23693
|
-
static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversationCountByCompany;
|
|
23694
|
-
get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
|
|
23695
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
23696
|
-
get value(): string;
|
|
23697
|
-
}
|
|
23698
|
-
namespace ByParticipantTypeIndexConversationCountByCompany {
|
|
23699
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23700
|
-
namespace $metadata$ {
|
|
23701
|
-
const constructor: abstract new () => ByParticipantTypeIndexConversationCountByCompany;
|
|
23702
|
-
}
|
|
23703
|
-
}
|
|
23704
|
-
abstract class StatusIndexConversations {
|
|
23705
|
-
private constructor();
|
|
23706
|
-
static get DRAFT(): ConversationApi.StatusIndexConversations & {
|
|
23707
|
-
get name(): "DRAFT";
|
|
23708
|
-
get ordinal(): 0;
|
|
23709
|
-
};
|
|
23710
|
-
static get NEW(): ConversationApi.StatusIndexConversations & {
|
|
23711
|
-
get name(): "NEW";
|
|
23712
|
-
get ordinal(): 1;
|
|
23713
|
-
};
|
|
23714
|
-
static get IN_PROGRESS(): ConversationApi.StatusIndexConversations & {
|
|
23715
|
-
get name(): "IN_PROGRESS";
|
|
23716
|
-
get ordinal(): 2;
|
|
23717
|
-
};
|
|
23718
|
-
static get COMPLETE(): ConversationApi.StatusIndexConversations & {
|
|
23719
|
-
get name(): "COMPLETE";
|
|
23720
|
-
get ordinal(): 3;
|
|
23721
|
-
};
|
|
23722
|
-
static get TRASHED(): ConversationApi.StatusIndexConversations & {
|
|
23723
|
-
get name(): "TRASHED";
|
|
23724
|
-
get ordinal(): 4;
|
|
23725
|
-
};
|
|
23726
|
-
static values(): [typeof ConversationApi.StatusIndexConversations.DRAFT, typeof ConversationApi.StatusIndexConversations.NEW, typeof ConversationApi.StatusIndexConversations.IN_PROGRESS, typeof ConversationApi.StatusIndexConversations.COMPLETE, typeof ConversationApi.StatusIndexConversations.TRASHED];
|
|
23727
|
-
static valueOf(value: string): ConversationApi.StatusIndexConversations;
|
|
23728
|
-
get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
|
|
23729
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4;
|
|
23730
|
-
get value(): string;
|
|
23731
|
-
}
|
|
23732
|
-
namespace StatusIndexConversations {
|
|
23733
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23734
|
-
namespace $metadata$ {
|
|
23735
|
-
const constructor: abstract new () => StatusIndexConversations;
|
|
23736
|
-
}
|
|
23737
|
-
}
|
|
23738
|
-
abstract class LatestPublicMessageSideIndexConversations {
|
|
23739
|
-
private constructor();
|
|
23740
|
-
static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
|
|
23741
|
-
get name(): "BOARD";
|
|
23742
|
-
get ordinal(): 0;
|
|
23743
|
-
};
|
|
23744
|
-
static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
|
|
23745
|
-
get name(): "NON_BOARD";
|
|
23746
|
-
get ordinal(): 1;
|
|
23747
|
-
};
|
|
23748
|
-
static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversations & {
|
|
23749
|
-
get name(): "NONE";
|
|
23750
|
-
get ordinal(): 2;
|
|
23751
|
-
};
|
|
23752
|
-
static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversations.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NONE];
|
|
23753
|
-
static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversations;
|
|
23754
|
-
get name(): "BOARD" | "NON_BOARD" | "NONE";
|
|
23755
|
-
get ordinal(): 0 | 1 | 2;
|
|
23756
|
-
get value(): string;
|
|
23757
|
-
}
|
|
23758
|
-
namespace LatestPublicMessageSideIndexConversations {
|
|
23759
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23760
|
-
namespace $metadata$ {
|
|
23761
|
-
const constructor: abstract new () => LatestPublicMessageSideIndexConversations;
|
|
23762
|
-
}
|
|
23763
|
-
}
|
|
23764
|
-
abstract class ByParticipantTypeIndexConversations {
|
|
23765
|
-
private constructor();
|
|
23766
|
-
static get PERSON(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23767
|
-
get name(): "PERSON";
|
|
23768
|
-
get ordinal(): 0;
|
|
23769
|
-
};
|
|
23770
|
-
static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23771
|
-
get name(): "ORGANIZATION";
|
|
23772
|
-
get ordinal(): 1;
|
|
23773
|
-
};
|
|
23774
|
-
static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23775
|
-
get name(): "EMPLOYEE";
|
|
23776
|
-
get ordinal(): 2;
|
|
23777
|
-
};
|
|
23778
|
-
static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23779
|
-
get name(): "INQUIRY";
|
|
23780
|
-
get ordinal(): 3;
|
|
23781
|
-
};
|
|
23782
|
-
static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23783
|
-
get name(): "SUPPLIER_CONTACT";
|
|
23784
|
-
get ordinal(): 4;
|
|
23785
|
-
};
|
|
23786
|
-
static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversations & {
|
|
23787
|
-
get name(): "CLIENT_USER";
|
|
23788
|
-
get ordinal(): 5;
|
|
23789
|
-
};
|
|
23790
|
-
static values(): [typeof ConversationApi.ByParticipantTypeIndexConversations.PERSON, typeof ConversationApi.ByParticipantTypeIndexConversations.ORGANIZATION, typeof ConversationApi.ByParticipantTypeIndexConversations.EMPLOYEE, typeof ConversationApi.ByParticipantTypeIndexConversations.INQUIRY, typeof ConversationApi.ByParticipantTypeIndexConversations.SUPPLIER_CONTACT, typeof ConversationApi.ByParticipantTypeIndexConversations.CLIENT_USER];
|
|
23791
|
-
static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversations;
|
|
23792
|
-
get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
|
|
23793
|
-
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
|
|
23794
|
-
get value(): string;
|
|
23795
|
-
}
|
|
23796
|
-
namespace ByParticipantTypeIndexConversations {
|
|
23797
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23798
|
-
namespace $metadata$ {
|
|
23799
|
-
const constructor: abstract new () => ByParticipantTypeIndexConversations;
|
|
23800
|
-
}
|
|
23801
|
-
}
|
|
23802
|
-
abstract class OrderByIndexConversations {
|
|
23803
|
-
private constructor();
|
|
23804
|
-
static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversations & {
|
|
23805
|
-
get name(): "LATEST_ACTIVITY_AT";
|
|
23806
|
-
get ordinal(): 0;
|
|
23807
|
-
};
|
|
23808
|
-
static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversations & {
|
|
23809
|
-
get name(): "CONVERSATION_STARTED_AT";
|
|
23810
|
-
get ordinal(): 1;
|
|
23811
|
-
};
|
|
23812
|
-
static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversations & {
|
|
23813
|
-
get name(): "LATEST_MESSAGE_AT";
|
|
23814
|
-
get ordinal(): 2;
|
|
23815
|
-
};
|
|
23816
|
-
static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversations & {
|
|
23817
|
-
get name(): "LATEST_EVENT_AT";
|
|
23818
|
-
get ordinal(): 3;
|
|
23819
|
-
};
|
|
23820
|
-
static values(): [typeof ConversationApi.OrderByIndexConversations.LATEST_ACTIVITY_AT, typeof ConversationApi.OrderByIndexConversations.CONVERSATION_STARTED_AT, typeof ConversationApi.OrderByIndexConversations.LATEST_MESSAGE_AT, typeof ConversationApi.OrderByIndexConversations.LATEST_EVENT_AT];
|
|
23821
|
-
static valueOf(value: string): ConversationApi.OrderByIndexConversations;
|
|
23822
|
-
get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
|
|
23823
|
-
get ordinal(): 0 | 1 | 2 | 3;
|
|
23824
|
-
get value(): string;
|
|
23825
|
-
}
|
|
23826
|
-
namespace OrderByIndexConversations {
|
|
23827
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23828
|
-
namespace $metadata$ {
|
|
23829
|
-
const constructor: abstract new () => OrderByIndexConversations;
|
|
23830
|
-
}
|
|
23831
|
-
}
|
|
23832
|
-
abstract class OrderDirectionIndexConversations {
|
|
23833
|
-
private constructor();
|
|
23834
|
-
static get ASC(): ConversationApi.OrderDirectionIndexConversations & {
|
|
23835
|
-
get name(): "ASC";
|
|
23836
|
-
get ordinal(): 0;
|
|
23837
|
-
};
|
|
23838
|
-
static get DESC(): ConversationApi.OrderDirectionIndexConversations & {
|
|
23839
|
-
get name(): "DESC";
|
|
23840
|
-
get ordinal(): 1;
|
|
23841
|
-
};
|
|
23842
|
-
static values(): [typeof ConversationApi.OrderDirectionIndexConversations.ASC, typeof ConversationApi.OrderDirectionIndexConversations.DESC];
|
|
23843
|
-
static valueOf(value: string): ConversationApi.OrderDirectionIndexConversations;
|
|
23844
|
-
get name(): "ASC" | "DESC";
|
|
23845
|
-
get ordinal(): 0 | 1;
|
|
23846
|
-
get value(): string;
|
|
23847
|
-
}
|
|
23848
|
-
namespace OrderDirectionIndexConversations {
|
|
23849
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
23850
|
-
namespace $metadata$ {
|
|
23851
|
-
const constructor: abstract new () => OrderDirectionIndexConversations;
|
|
23852
|
-
}
|
|
23853
|
-
}
|
|
23854
23715
|
}
|
|
23855
23716
|
export declare class DocumentApi extends ApiClient.$metadata$.constructor {
|
|
23856
23717
|
private constructor();
|