@solibo/solibo-sdk 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.
Files changed (38) hide show
  1. package/KmLogging-logging.mjs +98 -98
  2. package/Kotlin-DateTime-library-kotlinx-datetime.mjs +1 -1
  3. package/KotlinBigInteger-bignum.mjs +1114 -1114
  4. package/MultiplatformSettings-multiplatform-settings-test.mjs +18 -18
  5. package/MultiplatformSettings-multiplatform-settings.mjs +16 -16
  6. package/Stately-stately-concurrency.mjs +3 -3
  7. package/bitops-library-bits.mjs +33 -33
  8. package/bitops-library-endian.mjs +3 -3
  9. package/client.d.mts +49 -35
  10. package/client.mjs +20 -18
  11. package/core-library-digest.mjs +29 -29
  12. package/cryptography-kotlin-cryptography-bigint.mjs +27 -27
  13. package/cryptography-kotlin-cryptography-core.mjs +47 -47
  14. package/cryptography-kotlin-cryptography-provider-base.mjs +4 -4
  15. package/cryptography-kotlin-cryptography-provider-webcrypto.mjs +135 -135
  16. package/cryptography-kotlin-cryptography-random.mjs +15 -15
  17. package/cryptography-kotlin-cryptography-serialization-asn1-modules.mjs +112 -112
  18. package/cryptography-kotlin-cryptography-serialization-asn1.mjs +237 -237
  19. package/cryptography-kotlin-cryptography-serialization-pem.mjs +15 -15
  20. package/hash-library-md.mjs +30 -30
  21. package/index.d.ts +1 -0
  22. package/index.mjs +40 -263
  23. package/kotlin-kotlin-stdlib.mjs +6 -6
  24. package/kotlin-kotlin-stdlib.mjs.map +1 -1
  25. package/kotlinx-coroutines-core.mjs +8 -8
  26. package/kotlinx-coroutines-core.mjs.map +1 -1
  27. package/ktor-ktor-client-auth.mjs +224 -224
  28. package/ktor-ktor-client-encoding.mjs +75 -75
  29. package/ktor-ktor-client-encoding.mjs.map +1 -1
  30. package/ktor-ktor-client-logging.mjs +520 -520
  31. package/ktor-ktor-client-mock.mjs +39 -39
  32. package/ktor-ktor-websockets.mjs +2 -2
  33. package/package.json +1 -1
  34. package/solibo-sdk-sdk-home-api.mjs +43729 -44495
  35. package/solibo-sdk-sdk-home-api.mjs.map +1 -1
  36. package/solibo-sdk-sdk.d.mts +404 -550
  37. package/solibo-sdk-sdk.mjs +4800 -4730
  38. package/solibo-sdk-sdk.mjs.map +1 -1
@@ -1231,6 +1231,48 @@ export declare namespace AuthUser {
1231
1231
  const constructor: abstract new () => AuthUser;
1232
1232
  }
1233
1233
  }
1234
+ export declare abstract class AuthUserDiscriminator {
1235
+ private constructor();
1236
+ static get SOLIBO_COMMON_AUTH_CLIENT_USER(): AuthUserDiscriminator & {
1237
+ get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER";
1238
+ get ordinal(): 0;
1239
+ };
1240
+ static get SOLIBO_COMMON_AUTH_PERSON_USER(): AuthUserDiscriminator & {
1241
+ get name(): "SOLIBO_COMMON_AUTH_PERSON_USER";
1242
+ get ordinal(): 1;
1243
+ };
1244
+ static get SoliboCommonAuthClientUser(): AuthUserDiscriminator & {
1245
+ get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER";
1246
+ get ordinal(): 0;
1247
+ };
1248
+ static get SoliboCommonAuthPersonUser(): AuthUserDiscriminator & {
1249
+ get name(): "SOLIBO_COMMON_AUTH_PERSON_USER";
1250
+ get ordinal(): 1;
1251
+ };
1252
+ static values(): [typeof AuthUserDiscriminator.SOLIBO_COMMON_AUTH_CLIENT_USER, typeof AuthUserDiscriminator.SOLIBO_COMMON_AUTH_PERSON_USER];
1253
+ static valueOf(value: string): AuthUserDiscriminator;
1254
+ get name(): "SOLIBO_COMMON_AUTH_CLIENT_USER" | "SOLIBO_COMMON_AUTH_PERSON_USER";
1255
+ get ordinal(): 0 | 1;
1256
+ get value(): string;
1257
+ }
1258
+ export declare namespace AuthUserDiscriminator {
1259
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1260
+ namespace $metadata$ {
1261
+ const constructor: abstract new () => AuthUserDiscriminator;
1262
+ }
1263
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1264
+ private constructor();
1265
+ }
1266
+ namespace Companion {
1267
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1268
+ namespace $metadata$ {
1269
+ abstract class constructor /* implements SerializerFactory */ {
1270
+ fromValue(value: string): AuthUserDiscriminator | null | undefined;
1271
+ private constructor();
1272
+ }
1273
+ }
1274
+ }
1275
+ }
1234
1276
  export interface AuthorizationSupportRequestCommandProps {
1235
1277
  companyName: string;
1236
1278
  email: string;
@@ -6100,6 +6142,48 @@ export declare namespace CreateExternalCustomerCommand {
6100
6142
  const constructor: abstract new () => CreateExternalCustomerCommand;
6101
6143
  }
6102
6144
  }
6145
+ export declare abstract class CreateExternalCustomerCommandDiscriminator {
6146
+ private constructor();
6147
+ static get SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND(): CreateExternalCustomerCommandDiscriminator & {
6148
+ get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
6149
+ get ordinal(): 0;
6150
+ };
6151
+ static get SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND(): CreateExternalCustomerCommandDiscriminator & {
6152
+ get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
6153
+ get ordinal(): 1;
6154
+ };
6155
+ static get SoliboEconomyInvoicingCommandCreateExternalOrganizationCustomerCommand(): CreateExternalCustomerCommandDiscriminator & {
6156
+ get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
6157
+ get ordinal(): 0;
6158
+ };
6159
+ static get SoliboEconomyInvoicingCommandCreateExternalPersonCustomerCommand(): CreateExternalCustomerCommandDiscriminator & {
6160
+ get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
6161
+ get ordinal(): 1;
6162
+ };
6163
+ static values(): [typeof CreateExternalCustomerCommandDiscriminator.SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND, typeof CreateExternalCustomerCommandDiscriminator.SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND];
6164
+ static valueOf(value: string): CreateExternalCustomerCommandDiscriminator;
6165
+ get name(): "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND" | "SOLIBO_ECONOMY_INVOICING_COMMAND_CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
6166
+ get ordinal(): 0 | 1;
6167
+ get value(): string;
6168
+ }
6169
+ export declare namespace CreateExternalCustomerCommandDiscriminator {
6170
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6171
+ namespace $metadata$ {
6172
+ const constructor: abstract new () => CreateExternalCustomerCommandDiscriminator;
6173
+ }
6174
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
6175
+ private constructor();
6176
+ }
6177
+ namespace Companion {
6178
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
6179
+ namespace $metadata$ {
6180
+ abstract class constructor /* implements SerializerFactory */ {
6181
+ fromValue(value: string): CreateExternalCustomerCommandDiscriminator | null | undefined;
6182
+ private constructor();
6183
+ }
6184
+ }
6185
+ }
6186
+ }
6103
6187
  export interface CreateExternalOrganizationCustomerCommandProps {
6104
6188
  accountNumber?: string | null | undefined;
6105
6189
  businessAddress?: BusinessAddressProps | null | undefined;
@@ -6965,6 +7049,48 @@ export declare namespace CreateResidentCommand {
6965
7049
  const constructor: abstract new () => CreateResidentCommand;
6966
7050
  }
6967
7051
  }
7052
+ export declare abstract class CreateResidentCommandDiscriminator {
7053
+ private constructor();
7054
+ static get SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND(): CreateResidentCommandDiscriminator & {
7055
+ get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND";
7056
+ get ordinal(): 0;
7057
+ };
7058
+ static get SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND(): CreateResidentCommandDiscriminator & {
7059
+ get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
7060
+ get ordinal(): 1;
7061
+ };
7062
+ static get SoliboResidentsCommandCreateOrganizationResidentCommand(): CreateResidentCommandDiscriminator & {
7063
+ get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND";
7064
+ get ordinal(): 0;
7065
+ };
7066
+ static get SoliboResidentsCommandCreatePersonResidentCommand(): CreateResidentCommandDiscriminator & {
7067
+ get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
7068
+ get ordinal(): 1;
7069
+ };
7070
+ static values(): [typeof CreateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND, typeof CreateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND];
7071
+ static valueOf(value: string): CreateResidentCommandDiscriminator;
7072
+ get name(): "SOLIBO_RESIDENTS_COMMAND_CREATE_ORGANIZATION_RESIDENT_COMMAND" | "SOLIBO_RESIDENTS_COMMAND_CREATE_PERSON_RESIDENT_COMMAND";
7073
+ get ordinal(): 0 | 1;
7074
+ get value(): string;
7075
+ }
7076
+ export declare namespace CreateResidentCommandDiscriminator {
7077
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7078
+ namespace $metadata$ {
7079
+ const constructor: abstract new () => CreateResidentCommandDiscriminator;
7080
+ }
7081
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7082
+ private constructor();
7083
+ }
7084
+ namespace Companion {
7085
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7086
+ namespace $metadata$ {
7087
+ abstract class constructor /* implements SerializerFactory */ {
7088
+ fromValue(value: string): CreateResidentCommandDiscriminator | null | undefined;
7089
+ private constructor();
7090
+ }
7091
+ }
7092
+ }
7093
+ }
6968
7094
  export interface CreateRoleInlinePolicyRequestProps {
6969
7095
  statements: PolicyProps[];
6970
7096
  }
@@ -7521,7 +7647,7 @@ export declare abstract class Customer {
7521
7647
  private constructor();
7522
7648
  abstract get active(): boolean;
7523
7649
  abstract get area(): string | null | undefined;
7524
- abstract get classification(): CustomerClassification;
7650
+ abstract get classification(): CustomerType;
7525
7651
  abstract get external(): boolean;
7526
7652
  abstract get groupInvoices(): boolean;
7527
7653
  abstract get isRecipient(): boolean;
@@ -7536,48 +7662,6 @@ export declare namespace Customer {
7536
7662
  const constructor: abstract new () => Customer;
7537
7663
  }
7538
7664
  }
7539
- export declare abstract class CustomerClassification {
7540
- private constructor();
7541
- static get PERSON(): CustomerClassification & {
7542
- get name(): "PERSON";
7543
- get ordinal(): 0;
7544
- };
7545
- static get ORGANIZATION(): CustomerClassification & {
7546
- get name(): "ORGANIZATION";
7547
- get ordinal(): 1;
7548
- };
7549
- static get Person(): CustomerClassification & {
7550
- get name(): "PERSON";
7551
- get ordinal(): 0;
7552
- };
7553
- static get Organization(): CustomerClassification & {
7554
- get name(): "ORGANIZATION";
7555
- get ordinal(): 1;
7556
- };
7557
- static values(): [typeof CustomerClassification.PERSON, typeof CustomerClassification.ORGANIZATION];
7558
- static valueOf(value: string): CustomerClassification;
7559
- get name(): "PERSON" | "ORGANIZATION";
7560
- get ordinal(): 0 | 1;
7561
- get value(): string;
7562
- }
7563
- export declare namespace CustomerClassification {
7564
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7565
- namespace $metadata$ {
7566
- const constructor: abstract new () => CustomerClassification;
7567
- }
7568
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7569
- private constructor();
7570
- }
7571
- namespace Companion {
7572
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7573
- namespace $metadata$ {
7574
- abstract class constructor /* implements SerializerFactory */ {
7575
- fromValue(value: string): CustomerClassification | null | undefined;
7576
- private constructor();
7577
- }
7578
- }
7579
- }
7580
- }
7581
7665
  export interface CustomerCommentProps {
7582
7666
  content: string;
7583
7667
  createdAt: SoliboInstant /* Instant */;
@@ -7628,6 +7712,48 @@ export declare namespace CustomerCommentCreatedBy {
7628
7712
  const constructor: abstract new () => CustomerCommentCreatedBy;
7629
7713
  }
7630
7714
  }
7715
+ export declare abstract class CustomerDiscriminator {
7716
+ private constructor();
7717
+ static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER(): CustomerDiscriminator & {
7718
+ get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER";
7719
+ get ordinal(): 0;
7720
+ };
7721
+ static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER(): CustomerDiscriminator & {
7722
+ get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
7723
+ get ordinal(): 1;
7724
+ };
7725
+ static get SoliboEconomyInvoicingQueryDomainOrganizationCustomer(): CustomerDiscriminator & {
7726
+ get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER";
7727
+ get ordinal(): 0;
7728
+ };
7729
+ static get SoliboEconomyInvoicingQueryDomainPersonCustomer(): CustomerDiscriminator & {
7730
+ get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
7731
+ get ordinal(): 1;
7732
+ };
7733
+ static values(): [typeof CustomerDiscriminator.SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER, typeof CustomerDiscriminator.SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER];
7734
+ static valueOf(value: string): CustomerDiscriminator;
7735
+ get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER" | "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
7736
+ get ordinal(): 0 | 1;
7737
+ get value(): string;
7738
+ }
7739
+ export declare namespace CustomerDiscriminator {
7740
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7741
+ namespace $metadata$ {
7742
+ const constructor: abstract new () => CustomerDiscriminator;
7743
+ }
7744
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
7745
+ private constructor();
7746
+ }
7747
+ namespace Companion {
7748
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
7749
+ namespace $metadata$ {
7750
+ abstract class constructor /* implements SerializerFactory */ {
7751
+ fromValue(value: string): CustomerDiscriminator | null | undefined;
7752
+ private constructor();
7753
+ }
7754
+ }
7755
+ }
7756
+ }
7631
7757
  export interface CustomerMetadataProps {
7632
7758
  alternateEHFReference?: string | null | undefined;
7633
7759
  companyId: bigint;
@@ -15368,7 +15494,7 @@ export declare namespace Organization {
15368
15494
  export interface OrganizationCustomerProps {
15369
15495
  active: boolean;
15370
15496
  area?: string | null | undefined;
15371
- classification: CustomerClassification;
15497
+ classification: CustomerType;
15372
15498
  external: boolean;
15373
15499
  groupInvoices: boolean;
15374
15500
  isRecipient: boolean;
@@ -15383,10 +15509,10 @@ export interface OrganizationCustomerProps {
15383
15509
  }
15384
15510
  export declare class OrganizationCustomer extends Customer.$metadata$.constructor {
15385
15511
  constructor(props: OrganizationCustomerProps);
15386
- constructor(active: boolean, area: string | null | undefined, classification: CustomerClassification, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: string | null | undefined, sections: SectionPack[], streetAddress: string | null | undefined, zip: string | null | undefined, comments: CustomerComment[] | null | undefined, companyId: bigint, organization: Organization, preferredAdvertisement?: PreferredAdvertisement | null | undefined);
15512
+ constructor(active: boolean, area: string | null | undefined, classification: CustomerType, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: string | null | undefined, sections: SectionPack[], streetAddress: string | null | undefined, zip: string | null | undefined, comments: CustomerComment[] | null | undefined, companyId: bigint, organization: Organization, preferredAdvertisement?: PreferredAdvertisement | null | undefined);
15387
15513
  get active(): boolean;
15388
15514
  get area(): string | null | undefined;
15389
- get classification(): CustomerClassification;
15515
+ get classification(): CustomerType;
15390
15516
  get external(): boolean;
15391
15517
  get groupInvoices(): boolean;
15392
15518
  get isRecipient(): boolean;
@@ -17830,6 +17956,88 @@ export declare namespace Participant {
17830
17956
  const constructor: abstract new () => Participant;
17831
17957
  }
17832
17958
  }
17959
+ export declare abstract class ParticipantDiscriminator {
17960
+ private constructor();
17961
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT(): ParticipantDiscriminator & {
17962
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT";
17963
+ get ordinal(): 0;
17964
+ };
17965
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT(): ParticipantDiscriminator & {
17966
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT";
17967
+ get ordinal(): 1;
17968
+ };
17969
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT(): ParticipantDiscriminator & {
17970
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT";
17971
+ get ordinal(): 2;
17972
+ };
17973
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT(): ParticipantDiscriminator & {
17974
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT";
17975
+ get ordinal(): 3;
17976
+ };
17977
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT(): ParticipantDiscriminator & {
17978
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT";
17979
+ get ordinal(): 4;
17980
+ };
17981
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT(): ParticipantDiscriminator & {
17982
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT";
17983
+ get ordinal(): 5;
17984
+ };
17985
+ static get SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT(): ParticipantDiscriminator & {
17986
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT";
17987
+ get ordinal(): 6;
17988
+ };
17989
+ static get SoliboConversationQueryDomainBoardParticipant(): ParticipantDiscriminator & {
17990
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_BOARD_PARTICIPANT";
17991
+ get ordinal(): 0;
17992
+ };
17993
+ static get SoliboConversationQueryDomainClientUserParticipant(): ParticipantDiscriminator & {
17994
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_CLIENT_USER_PARTICIPANT";
17995
+ get ordinal(): 1;
17996
+ };
17997
+ static get SoliboConversationQueryDomainEmployeeParticipant(): ParticipantDiscriminator & {
17998
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_EMPLOYEE_PARTICIPANT";
17999
+ get ordinal(): 2;
18000
+ };
18001
+ static get SoliboConversationQueryDomainInquiryParticipant(): ParticipantDiscriminator & {
18002
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_INQUIRY_PARTICIPANT";
18003
+ get ordinal(): 3;
18004
+ };
18005
+ static get SoliboConversationQueryDomainOrganizationParticipant(): ParticipantDiscriminator & {
18006
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_ORGANIZATION_PARTICIPANT";
18007
+ get ordinal(): 4;
18008
+ };
18009
+ static get SoliboConversationQueryDomainPersonParticipant(): ParticipantDiscriminator & {
18010
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_PERSON_PARTICIPANT";
18011
+ get ordinal(): 5;
18012
+ };
18013
+ static get SoliboConversationQueryDomainSupplierContactParticipant(): ParticipantDiscriminator & {
18014
+ get name(): "SOLIBO_CONVERSATION_QUERY_DOMAIN_SUPPLIER_CONTACT_PARTICIPANT";
18015
+ get ordinal(): 6;
18016
+ };
18017
+ 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];
18018
+ static valueOf(value: string): ParticipantDiscriminator;
18019
+ 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";
18020
+ get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6;
18021
+ get value(): string;
18022
+ }
18023
+ export declare namespace ParticipantDiscriminator {
18024
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
18025
+ namespace $metadata$ {
18026
+ const constructor: abstract new () => ParticipantDiscriminator;
18027
+ }
18028
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
18029
+ private constructor();
18030
+ }
18031
+ namespace Companion {
18032
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
18033
+ namespace $metadata$ {
18034
+ abstract class constructor /* implements SerializerFactory */ {
18035
+ fromValue(value: string): ParticipantDiscriminator | null | undefined;
18036
+ private constructor();
18037
+ }
18038
+ }
18039
+ }
18040
+ }
17833
18041
  export declare abstract class ParticipantType {
17834
18042
  private constructor();
17835
18043
  static get PERSON(): ParticipantType & {
@@ -18407,7 +18615,7 @@ export declare namespace PersonAdresse {
18407
18615
  export interface PersonCustomerProps {
18408
18616
  active: boolean;
18409
18617
  area?: string | null | undefined;
18410
- classification: CustomerClassification;
18618
+ classification: CustomerType;
18411
18619
  external: boolean;
18412
18620
  groupInvoices: boolean;
18413
18621
  isRecipient: boolean;
@@ -18422,10 +18630,10 @@ export interface PersonCustomerProps {
18422
18630
  }
18423
18631
  export declare class PersonCustomer extends Customer.$metadata$.constructor {
18424
18632
  constructor(props: PersonCustomerProps);
18425
- constructor(active: boolean, area: string | null | undefined, classification: CustomerClassification, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: string | null | undefined, sections: SectionPack[], streetAddress: string | null | undefined, zip: string | null | undefined, comments: CustomerComment[] | null | undefined, companyId: bigint, person: Person, preferredAdvertisement?: PreferredAdvertisement | null | undefined);
18633
+ constructor(active: boolean, area: string | null | undefined, classification: CustomerType, external: boolean, groupInvoices: boolean, isRecipient: boolean, reference: string | null | undefined, sections: SectionPack[], streetAddress: string | null | undefined, zip: string | null | undefined, comments: CustomerComment[] | null | undefined, companyId: bigint, person: Person, preferredAdvertisement?: PreferredAdvertisement | null | undefined);
18426
18634
  get active(): boolean;
18427
18635
  get area(): string | null | undefined;
18428
- get classification(): CustomerClassification;
18636
+ get classification(): CustomerType;
18429
18637
  get external(): boolean;
18430
18638
  get groupInvoices(): boolean;
18431
18639
  get isRecipient(): boolean;
@@ -19947,6 +20155,48 @@ export declare namespace Resident {
19947
20155
  const constructor: abstract new () => Resident;
19948
20156
  }
19949
20157
  }
20158
+ export declare abstract class ResidentDiscriminator {
20159
+ private constructor();
20160
+ static get SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT(): ResidentDiscriminator & {
20161
+ get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT";
20162
+ get ordinal(): 0;
20163
+ };
20164
+ static get SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT(): ResidentDiscriminator & {
20165
+ get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
20166
+ get ordinal(): 1;
20167
+ };
20168
+ static get SoliboResidentsQueryDomainOrganizationResident(): ResidentDiscriminator & {
20169
+ get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT";
20170
+ get ordinal(): 0;
20171
+ };
20172
+ static get SoliboResidentsQueryDomainPersonResident(): ResidentDiscriminator & {
20173
+ get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
20174
+ get ordinal(): 1;
20175
+ };
20176
+ static values(): [typeof ResidentDiscriminator.SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT, typeof ResidentDiscriminator.SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT];
20177
+ static valueOf(value: string): ResidentDiscriminator;
20178
+ get name(): "SOLIBO_RESIDENTS_QUERY_DOMAIN_ORGANIZATION_RESIDENT" | "SOLIBO_RESIDENTS_QUERY_DOMAIN_PERSON_RESIDENT";
20179
+ get ordinal(): 0 | 1;
20180
+ get value(): string;
20181
+ }
20182
+ export declare namespace ResidentDiscriminator {
20183
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
20184
+ namespace $metadata$ {
20185
+ const constructor: abstract new () => ResidentDiscriminator;
20186
+ }
20187
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
20188
+ private constructor();
20189
+ }
20190
+ namespace Companion {
20191
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
20192
+ namespace $metadata$ {
20193
+ abstract class constructor /* implements SerializerFactory */ {
20194
+ fromValue(value: string): ResidentDiscriminator | null | undefined;
20195
+ private constructor();
20196
+ }
20197
+ }
20198
+ }
20199
+ }
19950
20200
  export interface ResidentExportFilterProps {
19951
20201
  query?: string | null | undefined;
19952
20202
  residentTypes?: ResidentType[] | null | undefined;
@@ -23850,6 +24100,64 @@ export declare namespace ThirdPartyInformationError {
23850
24100
  const constructor: abstract new () => ThirdPartyInformationError;
23851
24101
  }
23852
24102
  }
24103
+ export declare abstract class ThirdPartyInformationErrorDiscriminator {
24104
+ private constructor();
24105
+ static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR(): ThirdPartyInformationErrorDiscriminator & {
24106
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR";
24107
+ get ordinal(): 0;
24108
+ };
24109
+ static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR(): ThirdPartyInformationErrorDiscriminator & {
24110
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR";
24111
+ get ordinal(): 1;
24112
+ };
24113
+ static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR(): ThirdPartyInformationErrorDiscriminator & {
24114
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR";
24115
+ get ordinal(): 2;
24116
+ };
24117
+ static get SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR(): ThirdPartyInformationErrorDiscriminator & {
24118
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR";
24119
+ get ordinal(): 3;
24120
+ };
24121
+ static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationAltinnError(): ThirdPartyInformationErrorDiscriminator & {
24122
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_ALTINN_ERROR";
24123
+ get ordinal(): 0;
24124
+ };
24125
+ static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationEmailError(): ThirdPartyInformationErrorDiscriminator & {
24126
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_EMAIL_ERROR";
24127
+ get ordinal(): 1;
24128
+ };
24129
+ static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationPostenError(): ThirdPartyInformationErrorDiscriminator & {
24130
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_POSTEN_ERROR";
24131
+ get ordinal(): 2;
24132
+ };
24133
+ static get SoliboThirdpartyinformationQueryDomainThirdPartyInformationProcessError(): ThirdPartyInformationErrorDiscriminator & {
24134
+ get name(): "SOLIBO_THIRDPARTYINFORMATION_QUERY_DOMAIN_THIRD_PARTY_INFORMATION_PROCESS_ERROR";
24135
+ get ordinal(): 3;
24136
+ };
24137
+ 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];
24138
+ static valueOf(value: string): ThirdPartyInformationErrorDiscriminator;
24139
+ 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";
24140
+ get ordinal(): 0 | 1 | 2 | 3;
24141
+ get value(): string;
24142
+ }
24143
+ export declare namespace ThirdPartyInformationErrorDiscriminator {
24144
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
24145
+ namespace $metadata$ {
24146
+ const constructor: abstract new () => ThirdPartyInformationErrorDiscriminator;
24147
+ }
24148
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
24149
+ private constructor();
24150
+ }
24151
+ namespace Companion {
24152
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
24153
+ namespace $metadata$ {
24154
+ abstract class constructor /* implements SerializerFactory */ {
24155
+ fromValue(value: string): ThirdPartyInformationErrorDiscriminator | null | undefined;
24156
+ private constructor();
24157
+ }
24158
+ }
24159
+ }
24160
+ }
23853
24161
  export interface ThirdPartyInformationKontaktProps {
23854
24162
  email: string;
23855
24163
  name: string;
@@ -25805,6 +26113,48 @@ export declare namespace UpdateResidentCommand {
25805
26113
  const constructor: abstract new () => UpdateResidentCommand;
25806
26114
  }
25807
26115
  }
26116
+ export declare abstract class UpdateResidentCommandDiscriminator {
26117
+ private constructor();
26118
+ static get SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND(): UpdateResidentCommandDiscriminator & {
26119
+ get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND";
26120
+ get ordinal(): 0;
26121
+ };
26122
+ static get SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND(): UpdateResidentCommandDiscriminator & {
26123
+ get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
26124
+ get ordinal(): 1;
26125
+ };
26126
+ static get SoliboResidentsCommandUpdateOrganizationResidentCommand(): UpdateResidentCommandDiscriminator & {
26127
+ get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND";
26128
+ get ordinal(): 0;
26129
+ };
26130
+ static get SoliboResidentsCommandUpdatePersonResidentCommand(): UpdateResidentCommandDiscriminator & {
26131
+ get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
26132
+ get ordinal(): 1;
26133
+ };
26134
+ static values(): [typeof UpdateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND, typeof UpdateResidentCommandDiscriminator.SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND];
26135
+ static valueOf(value: string): UpdateResidentCommandDiscriminator;
26136
+ get name(): "SOLIBO_RESIDENTS_COMMAND_UPDATE_ORGANIZATION_RESIDENT_COMMAND" | "SOLIBO_RESIDENTS_COMMAND_UPDATE_PERSON_RESIDENT_COMMAND";
26137
+ get ordinal(): 0 | 1;
26138
+ get value(): string;
26139
+ }
26140
+ export declare namespace UpdateResidentCommandDiscriminator {
26141
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26142
+ namespace $metadata$ {
26143
+ const constructor: abstract new () => UpdateResidentCommandDiscriminator;
26144
+ }
26145
+ abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
26146
+ private constructor();
26147
+ }
26148
+ namespace Companion {
26149
+ /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26150
+ namespace $metadata$ {
26151
+ abstract class constructor /* implements SerializerFactory */ {
26152
+ fromValue(value: string): UpdateResidentCommandDiscriminator | null | undefined;
26153
+ private constructor();
26154
+ }
26155
+ }
26156
+ }
26157
+ }
25808
26158
  export interface UpdateResolutionCommandProps {
25809
26159
  resolution?: string | null | undefined;
25810
26160
  }
@@ -26742,7 +27092,7 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
26742
27092
  authorizePublicConversation(companySlug: string, conversationId: bigint): Promise<HttpResponse<void>>;
26743
27093
  authorizePublicConversationByToken(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
26744
27094
  completeMultipleConversations(companyId: bigint, batchConversationStateCommand: BatchConversationStateCommand): Promise<HttpResponse<void>>;
26745
- countConversationsInCompany(companyId: bigint, search?: string | null | undefined, status?: KtList<ConversationApi.StatusCountConversationsInCompany> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationApi.LatestPublicMessageSideCountConversationsInCompany> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ConversationApi.ByParticipantTypeCountConversationsInCompany> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<ConversationCount>>;
27095
+ countConversationsInCompany(companyId: bigint, search?: string | null | undefined, status?: KtList<ConversationStatus> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationMessageSide> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ParticipantType> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<ConversationCount>>;
26746
27096
  createConversation(companyId: bigint, createConversationCommand: CreateConversationCommand): Promise<HttpResponse<Conversation>>;
26747
27097
  createConversationCategory(companyId: bigint, createConversationCategoryCommand: CreateConversationCategoryCommand): Promise<HttpResponse<SecureConversationCategory>>;
26748
27098
  createConversationExternalParticipant(companyId: bigint, conversationId: bigint, addExternalConversationParticipantCommand: AddExternalConversationParticipantCommand): Promise<HttpResponse<void>>;
@@ -26775,13 +27125,13 @@ export declare class ConversationApi extends ApiClient.$metadata$.constructor {
26775
27125
  getMessageFullEmailContent(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: string | null | undefined): Promise<HttpResponse<FullEmailContent>>;
26776
27126
  indexCompanyConversationCategories(companyId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListSecureConversationCategory>>;
26777
27127
  indexCompanyConversationCategoriesForRequests(companyId: bigint, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListPublicConversationCategory>>;
26778
- indexConversation(companyId: bigint, search?: string | null | undefined, status?: KtList<ConversationApi.StatusIndexConversation> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationApi.LatestPublicMessageSideIndexConversation> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ConversationApi.ByParticipantTypeIndexConversation> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, orderBy?: ConversationApi.OrderByIndexConversation | null | undefined, orderDirection?: ConversationApi.OrderDirectionIndexConversation | null | undefined, pageToken?: string | null | undefined, count?: number | null | undefined, autoPaginate?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<PagedListConversation>>;
27128
+ indexConversation(companyId: bigint, search?: string | null | undefined, status?: KtList<ConversationStatus> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationMessageSide> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ParticipantType> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, orderBy?: ConversationOrderBy | null | undefined, orderDirection?: ConversationOrderDirection | null | undefined, pageToken?: string | null | undefined, count?: number | null | undefined, autoPaginate?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<PagedListConversation>>;
26779
27129
  indexConversationByParticipant(companyId: bigint, participantId: bigint, participantType: ParticipantType, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListConversation>>;
26780
27130
  indexConversationCategoriesOpen(companySlug: string, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListPublicConversationCategory>>;
26781
- indexConversationCountByCompany(search?: string | null | undefined, status?: KtList<ConversationApi.StatusIndexConversationCountByCompany> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ConversationApi.ByParticipantTypeIndexConversationCountByCompany> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, companyId?: KtList<bigint> | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountByCompanyMap>>>;
27131
+ indexConversationCountByCompany(search?: string | null | undefined, status?: KtList<ConversationStatus> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationMessageSide> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ParticipantType> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, companyId?: KtList<bigint> | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<KtMap<string, ConversationCountConversationCountByCompanyMap>>>;
26782
27132
  indexConversationFolders(companyId: bigint, parentId?: bigint | null | undefined, fields?: string | null | undefined, pageToken?: string | null | undefined, autoPaginate?: boolean | null | undefined, count?: number | null | undefined): Promise<HttpResponse<PagedListConversationFolder>>;
26783
27133
  indexConversationMessageHistory(companyId: bigint, conversationId: bigint, messageId: bigint, fields?: string | null | undefined): Promise<HttpResponse<KtList<MessageEditHistory>>>;
26784
- indexConversations(search?: string | null | undefined, status?: KtList<ConversationApi.StatusIndexConversations> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationApi.LatestPublicMessageSideIndexConversations> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ConversationApi.ByParticipantTypeIndexConversations> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, companyId?: KtList<bigint> | null | undefined, orderBy?: ConversationApi.OrderByIndexConversations | null | undefined, orderDirection?: ConversationApi.OrderDirectionIndexConversations | null | undefined, pageToken?: string | null | undefined, count?: number | null | undefined, autoPaginate?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<PagedListConversation>>;
27134
+ indexConversations(search?: string | null | undefined, status?: KtList<ConversationStatus> | null | undefined, category?: KtList<bigint> | null | undefined, assignedToUserId?: KtList<bigint> | null | undefined, latestPublicMessageSide?: KtList<ConversationMessageSide> | null | undefined, hasAttachments?: boolean | null | undefined, folderIds?: KtList<bigint> | null | undefined, onlyRoot?: boolean | null | undefined, byParticipant?: KtList<bigint> | null | undefined, byParticipantType?: KtList<ParticipantType> | null | undefined, createdSince?: bigint | null | undefined, updatedSince?: bigint | null | undefined, flaggedByCurrentUser?: boolean | null | undefined, readByCurrentUser?: boolean | null | undefined, companyId?: KtList<bigint> | null | undefined, orderBy?: ConversationOrderBy | null | undefined, orderDirection?: ConversationOrderDirection | null | undefined, pageToken?: string | null | undefined, count?: number | null | undefined, autoPaginate?: boolean | null | undefined, fields?: string | null | undefined): Promise<HttpResponse<PagedListConversation>>;
26785
27135
  moveConversation(companyId: bigint, conversationId: bigint, moveConversationToFolderCommand: MoveConversationToFolderCommand): Promise<HttpResponse<void>>;
26786
27136
  moveMultipleConversations(companyId: bigint, batchMoveConversationsToFolderCommand: BatchMoveConversationsToFolderCommand): Promise<HttpResponse<void>>;
26787
27137
  openBoligselskapCompanySlugSamtaleConversationIdAuthorizeByTokenTokenGet(companySlug: string, conversationId: bigint, token: string): Promise<HttpResponse<void>>;
@@ -26816,502 +27166,6 @@ export declare namespace ConversationApi {
26816
27166
  namespace $metadata$ {
26817
27167
  const constructor: abstract new () => ConversationApi;
26818
27168
  }
26819
- abstract class StatusCountConversationsInCompany {
26820
- private constructor();
26821
- static get DRAFT(): ConversationApi.StatusCountConversationsInCompany & {
26822
- get name(): "DRAFT";
26823
- get ordinal(): 0;
26824
- };
26825
- static get NEW(): ConversationApi.StatusCountConversationsInCompany & {
26826
- get name(): "NEW";
26827
- get ordinal(): 1;
26828
- };
26829
- static get IN_PROGRESS(): ConversationApi.StatusCountConversationsInCompany & {
26830
- get name(): "IN_PROGRESS";
26831
- get ordinal(): 2;
26832
- };
26833
- static get COMPLETE(): ConversationApi.StatusCountConversationsInCompany & {
26834
- get name(): "COMPLETE";
26835
- get ordinal(): 3;
26836
- };
26837
- static get TRASHED(): ConversationApi.StatusCountConversationsInCompany & {
26838
- get name(): "TRASHED";
26839
- get ordinal(): 4;
26840
- };
26841
- static values(): [typeof ConversationApi.StatusCountConversationsInCompany.DRAFT, typeof ConversationApi.StatusCountConversationsInCompany.NEW, typeof ConversationApi.StatusCountConversationsInCompany.IN_PROGRESS, typeof ConversationApi.StatusCountConversationsInCompany.COMPLETE, typeof ConversationApi.StatusCountConversationsInCompany.TRASHED];
26842
- static valueOf(value: string): ConversationApi.StatusCountConversationsInCompany;
26843
- get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
26844
- get ordinal(): 0 | 1 | 2 | 3 | 4;
26845
- get value(): string;
26846
- }
26847
- namespace StatusCountConversationsInCompany {
26848
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26849
- namespace $metadata$ {
26850
- const constructor: abstract new () => StatusCountConversationsInCompany;
26851
- }
26852
- }
26853
- abstract class LatestPublicMessageSideCountConversationsInCompany {
26854
- private constructor();
26855
- static get BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
26856
- get name(): "BOARD";
26857
- get ordinal(): 0;
26858
- };
26859
- static get NON_BOARD(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
26860
- get name(): "NON_BOARD";
26861
- get ordinal(): 1;
26862
- };
26863
- static get NONE(): ConversationApi.LatestPublicMessageSideCountConversationsInCompany & {
26864
- get name(): "NONE";
26865
- get ordinal(): 2;
26866
- };
26867
- static values(): [typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideCountConversationsInCompany.NONE];
26868
- static valueOf(value: string): ConversationApi.LatestPublicMessageSideCountConversationsInCompany;
26869
- get name(): "BOARD" | "NON_BOARD" | "NONE";
26870
- get ordinal(): 0 | 1 | 2;
26871
- get value(): string;
26872
- }
26873
- namespace LatestPublicMessageSideCountConversationsInCompany {
26874
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26875
- namespace $metadata$ {
26876
- const constructor: abstract new () => LatestPublicMessageSideCountConversationsInCompany;
26877
- }
26878
- }
26879
- abstract class ByParticipantTypeCountConversationsInCompany {
26880
- private constructor();
26881
- static get PERSON(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26882
- get name(): "PERSON";
26883
- get ordinal(): 0;
26884
- };
26885
- static get ORGANIZATION(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26886
- get name(): "ORGANIZATION";
26887
- get ordinal(): 1;
26888
- };
26889
- static get EMPLOYEE(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26890
- get name(): "EMPLOYEE";
26891
- get ordinal(): 2;
26892
- };
26893
- static get INQUIRY(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26894
- get name(): "INQUIRY";
26895
- get ordinal(): 3;
26896
- };
26897
- static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26898
- get name(): "SUPPLIER_CONTACT";
26899
- get ordinal(): 4;
26900
- };
26901
- static get CLIENT_USER(): ConversationApi.ByParticipantTypeCountConversationsInCompany & {
26902
- get name(): "CLIENT_USER";
26903
- get ordinal(): 5;
26904
- };
26905
- 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];
26906
- static valueOf(value: string): ConversationApi.ByParticipantTypeCountConversationsInCompany;
26907
- get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
26908
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
26909
- get value(): string;
26910
- }
26911
- namespace ByParticipantTypeCountConversationsInCompany {
26912
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26913
- namespace $metadata$ {
26914
- const constructor: abstract new () => ByParticipantTypeCountConversationsInCompany;
26915
- }
26916
- }
26917
- abstract class StatusIndexConversation {
26918
- private constructor();
26919
- static get DRAFT(): ConversationApi.StatusIndexConversation & {
26920
- get name(): "DRAFT";
26921
- get ordinal(): 0;
26922
- };
26923
- static get NEW(): ConversationApi.StatusIndexConversation & {
26924
- get name(): "NEW";
26925
- get ordinal(): 1;
26926
- };
26927
- static get IN_PROGRESS(): ConversationApi.StatusIndexConversation & {
26928
- get name(): "IN_PROGRESS";
26929
- get ordinal(): 2;
26930
- };
26931
- static get COMPLETE(): ConversationApi.StatusIndexConversation & {
26932
- get name(): "COMPLETE";
26933
- get ordinal(): 3;
26934
- };
26935
- static get TRASHED(): ConversationApi.StatusIndexConversation & {
26936
- get name(): "TRASHED";
26937
- get ordinal(): 4;
26938
- };
26939
- static values(): [typeof ConversationApi.StatusIndexConversation.DRAFT, typeof ConversationApi.StatusIndexConversation.NEW, typeof ConversationApi.StatusIndexConversation.IN_PROGRESS, typeof ConversationApi.StatusIndexConversation.COMPLETE, typeof ConversationApi.StatusIndexConversation.TRASHED];
26940
- static valueOf(value: string): ConversationApi.StatusIndexConversation;
26941
- get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
26942
- get ordinal(): 0 | 1 | 2 | 3 | 4;
26943
- get value(): string;
26944
- }
26945
- namespace StatusIndexConversation {
26946
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26947
- namespace $metadata$ {
26948
- const constructor: abstract new () => StatusIndexConversation;
26949
- }
26950
- }
26951
- abstract class LatestPublicMessageSideIndexConversation {
26952
- private constructor();
26953
- static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
26954
- get name(): "BOARD";
26955
- get ordinal(): 0;
26956
- };
26957
- static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversation & {
26958
- get name(): "NON_BOARD";
26959
- get ordinal(): 1;
26960
- };
26961
- static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversation & {
26962
- get name(): "NONE";
26963
- get ordinal(): 2;
26964
- };
26965
- static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversation.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversation.NONE];
26966
- static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversation;
26967
- get name(): "BOARD" | "NON_BOARD" | "NONE";
26968
- get ordinal(): 0 | 1 | 2;
26969
- get value(): string;
26970
- }
26971
- namespace LatestPublicMessageSideIndexConversation {
26972
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
26973
- namespace $metadata$ {
26974
- const constructor: abstract new () => LatestPublicMessageSideIndexConversation;
26975
- }
26976
- }
26977
- abstract class ByParticipantTypeIndexConversation {
26978
- private constructor();
26979
- static get PERSON(): ConversationApi.ByParticipantTypeIndexConversation & {
26980
- get name(): "PERSON";
26981
- get ordinal(): 0;
26982
- };
26983
- static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversation & {
26984
- get name(): "ORGANIZATION";
26985
- get ordinal(): 1;
26986
- };
26987
- static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversation & {
26988
- get name(): "EMPLOYEE";
26989
- get ordinal(): 2;
26990
- };
26991
- static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversation & {
26992
- get name(): "INQUIRY";
26993
- get ordinal(): 3;
26994
- };
26995
- static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversation & {
26996
- get name(): "SUPPLIER_CONTACT";
26997
- get ordinal(): 4;
26998
- };
26999
- static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversation & {
27000
- get name(): "CLIENT_USER";
27001
- get ordinal(): 5;
27002
- };
27003
- 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];
27004
- static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversation;
27005
- get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
27006
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
27007
- get value(): string;
27008
- }
27009
- namespace ByParticipantTypeIndexConversation {
27010
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27011
- namespace $metadata$ {
27012
- const constructor: abstract new () => ByParticipantTypeIndexConversation;
27013
- }
27014
- }
27015
- abstract class OrderByIndexConversation {
27016
- private constructor();
27017
- static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversation & {
27018
- get name(): "LATEST_ACTIVITY_AT";
27019
- get ordinal(): 0;
27020
- };
27021
- static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversation & {
27022
- get name(): "CONVERSATION_STARTED_AT";
27023
- get ordinal(): 1;
27024
- };
27025
- static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversation & {
27026
- get name(): "LATEST_MESSAGE_AT";
27027
- get ordinal(): 2;
27028
- };
27029
- static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversation & {
27030
- get name(): "LATEST_EVENT_AT";
27031
- get ordinal(): 3;
27032
- };
27033
- 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];
27034
- static valueOf(value: string): ConversationApi.OrderByIndexConversation;
27035
- get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
27036
- get ordinal(): 0 | 1 | 2 | 3;
27037
- get value(): string;
27038
- }
27039
- namespace OrderByIndexConversation {
27040
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27041
- namespace $metadata$ {
27042
- const constructor: abstract new () => OrderByIndexConversation;
27043
- }
27044
- }
27045
- abstract class OrderDirectionIndexConversation {
27046
- private constructor();
27047
- static get ASC(): ConversationApi.OrderDirectionIndexConversation & {
27048
- get name(): "ASC";
27049
- get ordinal(): 0;
27050
- };
27051
- static get DESC(): ConversationApi.OrderDirectionIndexConversation & {
27052
- get name(): "DESC";
27053
- get ordinal(): 1;
27054
- };
27055
- static values(): [typeof ConversationApi.OrderDirectionIndexConversation.ASC, typeof ConversationApi.OrderDirectionIndexConversation.DESC];
27056
- static valueOf(value: string): ConversationApi.OrderDirectionIndexConversation;
27057
- get name(): "ASC" | "DESC";
27058
- get ordinal(): 0 | 1;
27059
- get value(): string;
27060
- }
27061
- namespace OrderDirectionIndexConversation {
27062
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27063
- namespace $metadata$ {
27064
- const constructor: abstract new () => OrderDirectionIndexConversation;
27065
- }
27066
- }
27067
- abstract class StatusIndexConversationCountByCompany {
27068
- private constructor();
27069
- static get DRAFT(): ConversationApi.StatusIndexConversationCountByCompany & {
27070
- get name(): "DRAFT";
27071
- get ordinal(): 0;
27072
- };
27073
- static get NEW(): ConversationApi.StatusIndexConversationCountByCompany & {
27074
- get name(): "NEW";
27075
- get ordinal(): 1;
27076
- };
27077
- static get IN_PROGRESS(): ConversationApi.StatusIndexConversationCountByCompany & {
27078
- get name(): "IN_PROGRESS";
27079
- get ordinal(): 2;
27080
- };
27081
- static get COMPLETE(): ConversationApi.StatusIndexConversationCountByCompany & {
27082
- get name(): "COMPLETE";
27083
- get ordinal(): 3;
27084
- };
27085
- static get TRASHED(): ConversationApi.StatusIndexConversationCountByCompany & {
27086
- get name(): "TRASHED";
27087
- get ordinal(): 4;
27088
- };
27089
- static values(): [typeof ConversationApi.StatusIndexConversationCountByCompany.DRAFT, typeof ConversationApi.StatusIndexConversationCountByCompany.NEW, typeof ConversationApi.StatusIndexConversationCountByCompany.IN_PROGRESS, typeof ConversationApi.StatusIndexConversationCountByCompany.COMPLETE, typeof ConversationApi.StatusIndexConversationCountByCompany.TRASHED];
27090
- static valueOf(value: string): ConversationApi.StatusIndexConversationCountByCompany;
27091
- get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
27092
- get ordinal(): 0 | 1 | 2 | 3 | 4;
27093
- get value(): string;
27094
- }
27095
- namespace StatusIndexConversationCountByCompany {
27096
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27097
- namespace $metadata$ {
27098
- const constructor: abstract new () => StatusIndexConversationCountByCompany;
27099
- }
27100
- }
27101
- abstract class LatestPublicMessageSideIndexConversationCountByCompany {
27102
- private constructor();
27103
- static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
27104
- get name(): "BOARD";
27105
- get ordinal(): 0;
27106
- };
27107
- static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
27108
- get name(): "NON_BOARD";
27109
- get ordinal(): 1;
27110
- };
27111
- static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany & {
27112
- get name(): "NONE";
27113
- get ordinal(): 2;
27114
- };
27115
- static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany.NONE];
27116
- static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversationCountByCompany;
27117
- get name(): "BOARD" | "NON_BOARD" | "NONE";
27118
- get ordinal(): 0 | 1 | 2;
27119
- get value(): string;
27120
- }
27121
- namespace LatestPublicMessageSideIndexConversationCountByCompany {
27122
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27123
- namespace $metadata$ {
27124
- const constructor: abstract new () => LatestPublicMessageSideIndexConversationCountByCompany;
27125
- }
27126
- }
27127
- abstract class ByParticipantTypeIndexConversationCountByCompany {
27128
- private constructor();
27129
- static get PERSON(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27130
- get name(): "PERSON";
27131
- get ordinal(): 0;
27132
- };
27133
- static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27134
- get name(): "ORGANIZATION";
27135
- get ordinal(): 1;
27136
- };
27137
- static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27138
- get name(): "EMPLOYEE";
27139
- get ordinal(): 2;
27140
- };
27141
- static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27142
- get name(): "INQUIRY";
27143
- get ordinal(): 3;
27144
- };
27145
- static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27146
- get name(): "SUPPLIER_CONTACT";
27147
- get ordinal(): 4;
27148
- };
27149
- static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversationCountByCompany & {
27150
- get name(): "CLIENT_USER";
27151
- get ordinal(): 5;
27152
- };
27153
- 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];
27154
- static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversationCountByCompany;
27155
- get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
27156
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
27157
- get value(): string;
27158
- }
27159
- namespace ByParticipantTypeIndexConversationCountByCompany {
27160
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27161
- namespace $metadata$ {
27162
- const constructor: abstract new () => ByParticipantTypeIndexConversationCountByCompany;
27163
- }
27164
- }
27165
- abstract class StatusIndexConversations {
27166
- private constructor();
27167
- static get DRAFT(): ConversationApi.StatusIndexConversations & {
27168
- get name(): "DRAFT";
27169
- get ordinal(): 0;
27170
- };
27171
- static get NEW(): ConversationApi.StatusIndexConversations & {
27172
- get name(): "NEW";
27173
- get ordinal(): 1;
27174
- };
27175
- static get IN_PROGRESS(): ConversationApi.StatusIndexConversations & {
27176
- get name(): "IN_PROGRESS";
27177
- get ordinal(): 2;
27178
- };
27179
- static get COMPLETE(): ConversationApi.StatusIndexConversations & {
27180
- get name(): "COMPLETE";
27181
- get ordinal(): 3;
27182
- };
27183
- static get TRASHED(): ConversationApi.StatusIndexConversations & {
27184
- get name(): "TRASHED";
27185
- get ordinal(): 4;
27186
- };
27187
- static values(): [typeof ConversationApi.StatusIndexConversations.DRAFT, typeof ConversationApi.StatusIndexConversations.NEW, typeof ConversationApi.StatusIndexConversations.IN_PROGRESS, typeof ConversationApi.StatusIndexConversations.COMPLETE, typeof ConversationApi.StatusIndexConversations.TRASHED];
27188
- static valueOf(value: string): ConversationApi.StatusIndexConversations;
27189
- get name(): "DRAFT" | "NEW" | "IN_PROGRESS" | "COMPLETE" | "TRASHED";
27190
- get ordinal(): 0 | 1 | 2 | 3 | 4;
27191
- get value(): string;
27192
- }
27193
- namespace StatusIndexConversations {
27194
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27195
- namespace $metadata$ {
27196
- const constructor: abstract new () => StatusIndexConversations;
27197
- }
27198
- }
27199
- abstract class LatestPublicMessageSideIndexConversations {
27200
- private constructor();
27201
- static get BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
27202
- get name(): "BOARD";
27203
- get ordinal(): 0;
27204
- };
27205
- static get NON_BOARD(): ConversationApi.LatestPublicMessageSideIndexConversations & {
27206
- get name(): "NON_BOARD";
27207
- get ordinal(): 1;
27208
- };
27209
- static get NONE(): ConversationApi.LatestPublicMessageSideIndexConversations & {
27210
- get name(): "NONE";
27211
- get ordinal(): 2;
27212
- };
27213
- static values(): [typeof ConversationApi.LatestPublicMessageSideIndexConversations.BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NON_BOARD, typeof ConversationApi.LatestPublicMessageSideIndexConversations.NONE];
27214
- static valueOf(value: string): ConversationApi.LatestPublicMessageSideIndexConversations;
27215
- get name(): "BOARD" | "NON_BOARD" | "NONE";
27216
- get ordinal(): 0 | 1 | 2;
27217
- get value(): string;
27218
- }
27219
- namespace LatestPublicMessageSideIndexConversations {
27220
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27221
- namespace $metadata$ {
27222
- const constructor: abstract new () => LatestPublicMessageSideIndexConversations;
27223
- }
27224
- }
27225
- abstract class ByParticipantTypeIndexConversations {
27226
- private constructor();
27227
- static get PERSON(): ConversationApi.ByParticipantTypeIndexConversations & {
27228
- get name(): "PERSON";
27229
- get ordinal(): 0;
27230
- };
27231
- static get ORGANIZATION(): ConversationApi.ByParticipantTypeIndexConversations & {
27232
- get name(): "ORGANIZATION";
27233
- get ordinal(): 1;
27234
- };
27235
- static get EMPLOYEE(): ConversationApi.ByParticipantTypeIndexConversations & {
27236
- get name(): "EMPLOYEE";
27237
- get ordinal(): 2;
27238
- };
27239
- static get INQUIRY(): ConversationApi.ByParticipantTypeIndexConversations & {
27240
- get name(): "INQUIRY";
27241
- get ordinal(): 3;
27242
- };
27243
- static get SUPPLIER_CONTACT(): ConversationApi.ByParticipantTypeIndexConversations & {
27244
- get name(): "SUPPLIER_CONTACT";
27245
- get ordinal(): 4;
27246
- };
27247
- static get CLIENT_USER(): ConversationApi.ByParticipantTypeIndexConversations & {
27248
- get name(): "CLIENT_USER";
27249
- get ordinal(): 5;
27250
- };
27251
- 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];
27252
- static valueOf(value: string): ConversationApi.ByParticipantTypeIndexConversations;
27253
- get name(): "PERSON" | "ORGANIZATION" | "EMPLOYEE" | "INQUIRY" | "SUPPLIER_CONTACT" | "CLIENT_USER";
27254
- get ordinal(): 0 | 1 | 2 | 3 | 4 | 5;
27255
- get value(): string;
27256
- }
27257
- namespace ByParticipantTypeIndexConversations {
27258
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27259
- namespace $metadata$ {
27260
- const constructor: abstract new () => ByParticipantTypeIndexConversations;
27261
- }
27262
- }
27263
- abstract class OrderByIndexConversations {
27264
- private constructor();
27265
- static get LATEST_ACTIVITY_AT(): ConversationApi.OrderByIndexConversations & {
27266
- get name(): "LATEST_ACTIVITY_AT";
27267
- get ordinal(): 0;
27268
- };
27269
- static get CONVERSATION_STARTED_AT(): ConversationApi.OrderByIndexConversations & {
27270
- get name(): "CONVERSATION_STARTED_AT";
27271
- get ordinal(): 1;
27272
- };
27273
- static get LATEST_MESSAGE_AT(): ConversationApi.OrderByIndexConversations & {
27274
- get name(): "LATEST_MESSAGE_AT";
27275
- get ordinal(): 2;
27276
- };
27277
- static get LATEST_EVENT_AT(): ConversationApi.OrderByIndexConversations & {
27278
- get name(): "LATEST_EVENT_AT";
27279
- get ordinal(): 3;
27280
- };
27281
- 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];
27282
- static valueOf(value: string): ConversationApi.OrderByIndexConversations;
27283
- get name(): "LATEST_ACTIVITY_AT" | "CONVERSATION_STARTED_AT" | "LATEST_MESSAGE_AT" | "LATEST_EVENT_AT";
27284
- get ordinal(): 0 | 1 | 2 | 3;
27285
- get value(): string;
27286
- }
27287
- namespace OrderByIndexConversations {
27288
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27289
- namespace $metadata$ {
27290
- const constructor: abstract new () => OrderByIndexConversations;
27291
- }
27292
- }
27293
- abstract class OrderDirectionIndexConversations {
27294
- private constructor();
27295
- static get ASC(): ConversationApi.OrderDirectionIndexConversations & {
27296
- get name(): "ASC";
27297
- get ordinal(): 0;
27298
- };
27299
- static get DESC(): ConversationApi.OrderDirectionIndexConversations & {
27300
- get name(): "DESC";
27301
- get ordinal(): 1;
27302
- };
27303
- static values(): [typeof ConversationApi.OrderDirectionIndexConversations.ASC, typeof ConversationApi.OrderDirectionIndexConversations.DESC];
27304
- static valueOf(value: string): ConversationApi.OrderDirectionIndexConversations;
27305
- get name(): "ASC" | "DESC";
27306
- get ordinal(): 0 | 1;
27307
- get value(): string;
27308
- }
27309
- namespace OrderDirectionIndexConversations {
27310
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
27311
- namespace $metadata$ {
27312
- const constructor: abstract new () => OrderDirectionIndexConversations;
27313
- }
27314
- }
27315
27169
  }
27316
27170
  export declare class DocumentApi extends ApiClient.$metadata$.constructor {
27317
27171
  private constructor();
@@ -28778,7 +28632,7 @@ export declare abstract class AuthMode {
28778
28632
  get name(): "COOKIE";
28779
28633
  get ordinal(): 1;
28780
28634
  };
28781
- static get M2m(): AuthMode & {
28635
+ static get M2_M(): AuthMode & {
28782
28636
  get name(): "M2M";
28783
28637
  get ordinal(): 2;
28784
28638
  };