@solibo/solibo-sdk 1.0.33 → 1.0.34-SNAPSHOT

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.
@@ -1962,43 +1962,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
1962
1962
  };
1963
1963
  }
1964
1964
  }
1965
- export declare namespace no.solibo.oss.sdk.api.gen.models {
1966
- abstract class CreateExternalCustomerCommandType {
1967
- private constructor();
1968
- static get CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType & {
1969
- get name(): "CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND";
1970
- get ordinal(): 0;
1971
- };
1972
- static get CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType & {
1973
- get name(): "CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
1974
- get ordinal(): 1;
1975
- };
1976
- get name(): "CREATE_EXTERNAL_ORGANIZATION_CUSTOMER_COMMAND" | "CREATE_EXTERNAL_PERSON_CUSTOMER_COMMAND";
1977
- get ordinal(): 0 | 1;
1978
- get value(): string;
1979
- toString(): string;
1980
- static values(): Array<no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType>;
1981
- static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType;
1982
- }
1983
- namespace CreateExternalCustomerCommandType {
1984
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1985
- namespace $metadata$ {
1986
- const constructor: abstract new () => CreateExternalCustomerCommandType;
1987
- }
1988
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
1989
- private constructor();
1990
- }
1991
- namespace Companion {
1992
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
1993
- namespace $metadata$ {
1994
- abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
1995
- fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommandType>;
1996
- private constructor();
1997
- }
1998
- }
1999
- }
2000
- }
2001
- }
2002
1965
  export declare namespace no.solibo.oss.sdk.api.gen.models {
2003
1966
  class CreateExternalOrganizationCustomerCommand implements no.solibo.oss.sdk.api.gen.models.CreateExternalCustomerCommand {
2004
1967
  constructor(accountNumber: Nullable<string> | undefined, businessAddress: Nullable<no.solibo.oss.sdk.api.gen.models.BusinessAddress> | undefined, businessContact: Nullable<no.solibo.oss.sdk.api.gen.models.BusinessContact> | undefined, classification: string, orgName: string, orgNr: string);
@@ -2706,43 +2669,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
2706
2669
  };
2707
2670
  }
2708
2671
  }
2709
- export declare namespace no.solibo.oss.sdk.api.gen.models {
2710
- abstract class CreateResidentCommandType {
2711
- private constructor();
2712
- static get CREATE_ORGANIZATION_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType & {
2713
- get name(): "CREATE_ORGANIZATION_RESIDENT_COMMAND";
2714
- get ordinal(): 0;
2715
- };
2716
- static get CREATE_PERSON_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType & {
2717
- get name(): "CREATE_PERSON_RESIDENT_COMMAND";
2718
- get ordinal(): 1;
2719
- };
2720
- get name(): "CREATE_ORGANIZATION_RESIDENT_COMMAND" | "CREATE_PERSON_RESIDENT_COMMAND";
2721
- get ordinal(): 0 | 1;
2722
- get value(): string;
2723
- toString(): string;
2724
- static values(): Array<no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType>;
2725
- static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType;
2726
- }
2727
- namespace CreateResidentCommandType {
2728
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2729
- namespace $metadata$ {
2730
- const constructor: abstract new () => CreateResidentCommandType;
2731
- }
2732
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
2733
- private constructor();
2734
- }
2735
- namespace Companion {
2736
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
2737
- namespace $metadata$ {
2738
- abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
2739
- fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.CreateResidentCommandType>;
2740
- private constructor();
2741
- }
2742
- }
2743
- }
2744
- }
2745
- }
2746
2672
  export declare namespace no.solibo.oss.sdk.api.gen.models {
2747
2673
  class CreateRoutineCommand {
2748
2674
  constructor(description: Nullable<string> | undefined, draftId: Nullable<bigint> | undefined, dueDateOffset: Nullable<bigint> | undefined, recommendedIntervalMethod: Nullable<no.solibo.oss.sdk.api.gen.models.RoutineMethod> | undefined, recommendedIntervalType: no.solibo.oss.sdk.api.gen.models.RoutineInterval, recommendedIntervalValue: Nullable<bigint> | undefined, requiresSupplier: boolean, responsibleId: Nullable<bigint> | undefined, startDate: Nullable<any>/* Nullable<kotlin.time.Instant> */ | undefined, supplierId: Nullable<bigint> | undefined, svgName: string, title: Nullable<string> | undefined, type: no.solibo.oss.sdk.api.gen.models.RoutineType);
@@ -3137,15 +3063,15 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
3137
3063
  export declare namespace no.solibo.oss.sdk.api.gen.models {
3138
3064
  abstract class CustomerType {
3139
3065
  private constructor();
3140
- static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
3141
- get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER";
3066
+ static get PERSON(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
3067
+ get name(): "PERSON";
3142
3068
  get ordinal(): 0;
3143
3069
  };
3144
- static get SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
3145
- get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
3070
+ static get ORGANIZATION(): no.solibo.oss.sdk.api.gen.models.CustomerType & {
3071
+ get name(): "ORGANIZATION";
3146
3072
  get ordinal(): 1;
3147
3073
  };
3148
- get name(): "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_ORGANIZATION_CUSTOMER" | "SOLIBO_ECONOMY_INVOICING_QUERY_DOMAIN_PERSON_CUSTOMER";
3074
+ get name(): "PERSON" | "ORGANIZATION";
3149
3075
  get ordinal(): 0 | 1;
3150
3076
  get value(): string;
3151
3077
  toString(): string;
@@ -11106,51 +11032,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
11106
11032
  };
11107
11033
  }
11108
11034
  }
11109
- export declare namespace no.solibo.oss.sdk.api.gen.models {
11110
- abstract class ThirdPartyInformationErrorType {
11111
- private constructor();
11112
- static get THIRD_PARTY_INFORMATION_ALTINN_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
11113
- get name(): "THIRD_PARTY_INFORMATION_ALTINN_ERROR";
11114
- get ordinal(): 0;
11115
- };
11116
- static get THIRD_PARTY_INFORMATION_EMAIL_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
11117
- get name(): "THIRD_PARTY_INFORMATION_EMAIL_ERROR";
11118
- get ordinal(): 1;
11119
- };
11120
- static get THIRD_PARTY_INFORMATION_POSTEN_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
11121
- get name(): "THIRD_PARTY_INFORMATION_POSTEN_ERROR";
11122
- get ordinal(): 2;
11123
- };
11124
- static get THIRD_PARTY_INFORMATION_PROCESS_ERROR(): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType & {
11125
- get name(): "THIRD_PARTY_INFORMATION_PROCESS_ERROR";
11126
- get ordinal(): 3;
11127
- };
11128
- get name(): "THIRD_PARTY_INFORMATION_ALTINN_ERROR" | "THIRD_PARTY_INFORMATION_EMAIL_ERROR" | "THIRD_PARTY_INFORMATION_POSTEN_ERROR" | "THIRD_PARTY_INFORMATION_PROCESS_ERROR";
11129
- get ordinal(): 0 | 1 | 2 | 3;
11130
- get value(): string;
11131
- toString(): string;
11132
- static values(): Array<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType>;
11133
- static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType;
11134
- }
11135
- namespace ThirdPartyInformationErrorType {
11136
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11137
- namespace $metadata$ {
11138
- const constructor: abstract new () => ThirdPartyInformationErrorType;
11139
- }
11140
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
11141
- private constructor();
11142
- }
11143
- namespace Companion {
11144
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
11145
- namespace $metadata$ {
11146
- abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
11147
- fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.ThirdPartyInformationErrorType>;
11148
- private constructor();
11149
- }
11150
- }
11151
- }
11152
- }
11153
- }
11154
11035
  export declare namespace no.solibo.oss.sdk.api.gen.models {
11155
11036
  class ThirdPartyInformationKontakt {
11156
11037
  constructor(email: string, name: string, sms: string, telephone: string);
@@ -12671,43 +12552,6 @@ export declare namespace no.solibo.oss.sdk.api.gen.models {
12671
12552
  };
12672
12553
  }
12673
12554
  }
12674
- export declare namespace no.solibo.oss.sdk.api.gen.models {
12675
- abstract class UpdateResidentCommandType {
12676
- private constructor();
12677
- static get UPDATE_ORGANIZATION_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType & {
12678
- get name(): "UPDATE_ORGANIZATION_RESIDENT_COMMAND";
12679
- get ordinal(): 0;
12680
- };
12681
- static get UPDATE_PERSON_RESIDENT_COMMAND(): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType & {
12682
- get name(): "UPDATE_PERSON_RESIDENT_COMMAND";
12683
- get ordinal(): 1;
12684
- };
12685
- get name(): "UPDATE_ORGANIZATION_RESIDENT_COMMAND" | "UPDATE_PERSON_RESIDENT_COMMAND";
12686
- get ordinal(): 0 | 1;
12687
- get value(): string;
12688
- toString(): string;
12689
- static values(): Array<no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType>;
12690
- static valueOf(value: string): no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType;
12691
- }
12692
- namespace UpdateResidentCommandType {
12693
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
12694
- namespace $metadata$ {
12695
- const constructor: abstract new () => UpdateResidentCommandType;
12696
- }
12697
- abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
12698
- private constructor();
12699
- }
12700
- namespace Companion {
12701
- /** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
12702
- namespace $metadata$ {
12703
- abstract class constructor /* implements kotlinx.serialization.internal.SerializerFactory */ {
12704
- fromValue(value: string): Nullable<no.solibo.oss.sdk.api.gen.models.UpdateResidentCommandType>;
12705
- private constructor();
12706
- }
12707
- }
12708
- }
12709
- }
12710
- }
12711
12555
  export declare namespace no.solibo.oss.sdk.api.gen.models {
12712
12556
  class UpdateResolutionCommand {
12713
12557
  constructor(resolution?: Nullable<string>);