cobrili-client 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2572,6 +2572,36 @@ declare const API_METHODS: {
2572
2572
  readonly type: "boolean";
2573
2573
  }];
2574
2574
  readonly responseFields: readonly [{
2575
+ readonly optional?: boolean;
2576
+ readonly objectType?: string | undefined;
2577
+ readonly itemType?: FieldType;
2578
+ readonly itemObjectType?: string | undefined;
2579
+ readonly keytype?: string;
2580
+ readonly xmlTag?: string;
2581
+ readonly varname?: string;
2582
+ readonly xmlType?: string;
2583
+ readonly isBase64?: boolean;
2584
+ readonly varkeytype?: string;
2585
+ readonly vartype?: string;
2586
+ readonly defaultValue?: any;
2587
+ readonly name: string;
2588
+ readonly type: "object";
2589
+ }, {
2590
+ readonly optional?: boolean;
2591
+ readonly objectType?: string | undefined;
2592
+ readonly itemType?: FieldType;
2593
+ readonly itemObjectType?: string | undefined;
2594
+ readonly keytype?: string;
2595
+ readonly xmlTag?: string;
2596
+ readonly varname?: string;
2597
+ readonly xmlType?: string;
2598
+ readonly isBase64?: boolean;
2599
+ readonly varkeytype?: string;
2600
+ readonly vartype?: string;
2601
+ readonly defaultValue?: any;
2602
+ readonly name: string;
2603
+ readonly type: "object";
2604
+ }, {
2575
2605
  readonly optional?: boolean;
2576
2606
  readonly objectType?: string | undefined;
2577
2607
  readonly itemType?: FieldType;
@@ -2667,6 +2697,36 @@ declare const API_METHODS: {
2667
2697
  readonly defaultValue?: any;
2668
2698
  readonly name: string;
2669
2699
  readonly type: "string";
2700
+ }, {
2701
+ readonly optional?: boolean;
2702
+ readonly objectType?: string | undefined;
2703
+ readonly itemType?: FieldType;
2704
+ readonly itemObjectType?: string | undefined;
2705
+ readonly keytype?: string;
2706
+ readonly xmlTag?: string;
2707
+ readonly varname?: string;
2708
+ readonly xmlType?: string;
2709
+ readonly isBase64?: boolean;
2710
+ readonly varkeytype?: string;
2711
+ readonly vartype?: string;
2712
+ readonly defaultValue?: any;
2713
+ readonly name: string;
2714
+ readonly type: "string";
2715
+ }, {
2716
+ readonly optional?: boolean;
2717
+ readonly objectType?: string | undefined;
2718
+ readonly itemType?: FieldType;
2719
+ readonly itemObjectType?: string | undefined;
2720
+ readonly keytype?: string;
2721
+ readonly xmlTag?: string;
2722
+ readonly varname?: string;
2723
+ readonly xmlType?: string;
2724
+ readonly isBase64?: boolean;
2725
+ readonly varkeytype?: string;
2726
+ readonly vartype?: string;
2727
+ readonly defaultValue?: any;
2728
+ readonly name: string;
2729
+ readonly type: "string";
2670
2730
  }];
2671
2731
  readonly category: "Configuration";
2672
2732
  readonly description: "Get current Cobrili version";
@@ -2971,6 +3031,21 @@ declare const API_METHODS: {
2971
3031
  readonly type: "object";
2972
3032
  }];
2973
3033
  readonly responseFields: readonly [{
3034
+ readonly optional?: boolean;
3035
+ readonly objectType?: string | undefined;
3036
+ readonly itemType?: FieldType;
3037
+ readonly itemObjectType?: string | undefined;
3038
+ readonly keytype?: string;
3039
+ readonly xmlTag?: string;
3040
+ readonly varname?: string;
3041
+ readonly xmlType?: string;
3042
+ readonly isBase64?: boolean;
3043
+ readonly varkeytype?: string;
3044
+ readonly vartype?: string;
3045
+ readonly defaultValue?: any;
3046
+ readonly name: string;
3047
+ readonly type: "boolean";
3048
+ }, {
2974
3049
  readonly optional?: boolean;
2975
3050
  readonly objectType?: string | undefined;
2976
3051
  readonly itemType?: FieldType;
@@ -3036,6 +3111,66 @@ declare const API_METHODS: {
3036
3111
  readonly defaultValue?: any;
3037
3112
  readonly name: string;
3038
3113
  readonly type: "boolean";
3114
+ }, {
3115
+ readonly optional?: boolean;
3116
+ readonly objectType?: string | undefined;
3117
+ readonly itemType?: FieldType;
3118
+ readonly itemObjectType?: string | undefined;
3119
+ readonly keytype?: string;
3120
+ readonly xmlTag?: string;
3121
+ readonly varname?: string;
3122
+ readonly xmlType?: string;
3123
+ readonly isBase64?: boolean;
3124
+ readonly varkeytype?: string;
3125
+ readonly vartype?: string;
3126
+ readonly defaultValue?: any;
3127
+ readonly name: string;
3128
+ readonly type: "string";
3129
+ }, {
3130
+ readonly optional?: boolean;
3131
+ readonly objectType?: string | undefined;
3132
+ readonly itemType?: FieldType;
3133
+ readonly itemObjectType?: string | undefined;
3134
+ readonly keytype?: string;
3135
+ readonly xmlTag?: string;
3136
+ readonly varname?: string;
3137
+ readonly xmlType?: string;
3138
+ readonly isBase64?: boolean;
3139
+ readonly varkeytype?: string;
3140
+ readonly vartype?: string;
3141
+ readonly defaultValue?: any;
3142
+ readonly name: string;
3143
+ readonly type: "double";
3144
+ }, {
3145
+ readonly optional?: boolean;
3146
+ readonly objectType?: string | undefined;
3147
+ readonly itemType?: FieldType;
3148
+ readonly itemObjectType?: string | undefined;
3149
+ readonly keytype?: string;
3150
+ readonly xmlTag?: string;
3151
+ readonly varname?: string;
3152
+ readonly xmlType?: string;
3153
+ readonly isBase64?: boolean;
3154
+ readonly varkeytype?: string;
3155
+ readonly vartype?: string;
3156
+ readonly defaultValue?: any;
3157
+ readonly name: string;
3158
+ readonly type: "array";
3159
+ }, {
3160
+ readonly optional?: boolean;
3161
+ readonly objectType?: string | undefined;
3162
+ readonly itemType?: FieldType;
3163
+ readonly itemObjectType?: string | undefined;
3164
+ readonly keytype?: string;
3165
+ readonly xmlTag?: string;
3166
+ readonly varname?: string;
3167
+ readonly xmlType?: string;
3168
+ readonly isBase64?: boolean;
3169
+ readonly varkeytype?: string;
3170
+ readonly vartype?: string;
3171
+ readonly defaultValue?: any;
3172
+ readonly name: string;
3173
+ readonly type: "array";
3039
3174
  }];
3040
3175
  readonly category: "Helpset Import/Export/Management";
3041
3176
  readonly description: "Delete a helpset";
@@ -3219,6 +3354,21 @@ declare const API_METHODS: {
3219
3354
  readonly defaultValue?: any;
3220
3355
  readonly name: string;
3221
3356
  readonly type: "int";
3357
+ }, {
3358
+ readonly optional?: boolean;
3359
+ readonly objectType?: string | undefined;
3360
+ readonly itemType?: FieldType;
3361
+ readonly itemObjectType?: string | undefined;
3362
+ readonly keytype?: string;
3363
+ readonly xmlTag?: string;
3364
+ readonly varname?: string;
3365
+ readonly xmlType?: string;
3366
+ readonly isBase64?: boolean;
3367
+ readonly varkeytype?: string;
3368
+ readonly vartype?: string;
3369
+ readonly defaultValue?: any;
3370
+ readonly name: string;
3371
+ readonly type: "string";
3222
3372
  }];
3223
3373
  readonly category: "Helpset Import/Export/Management";
3224
3374
  readonly description: "Import multiple helpsets from a folder";
@@ -3500,12 +3650,12 @@ declare const API_METHODS: {
3500
3650
  readonly vartype?: string;
3501
3651
  readonly defaultValue?: any;
3502
3652
  readonly name: string;
3503
- readonly type: "string";
3653
+ readonly type: "int";
3504
3654
  }, {
3505
3655
  readonly optional?: boolean;
3506
- readonly objectType?: "SearchQueryParameters" | undefined;
3656
+ readonly objectType?: "StartSearchRequest" | undefined;
3507
3657
  readonly itemType?: FieldType;
3508
- readonly itemObjectType?: "SearchQueryParameters" | undefined;
3658
+ readonly itemObjectType?: "StartSearchRequest" | undefined;
3509
3659
  readonly keytype?: string;
3510
3660
  readonly xmlTag?: string;
3511
3661
  readonly varname?: string;
@@ -3518,9 +3668,9 @@ declare const API_METHODS: {
3518
3668
  readonly type: "object";
3519
3669
  }, {
3520
3670
  readonly optional?: boolean;
3521
- readonly objectType?: string | undefined;
3671
+ readonly objectType?: "SearchProposalResult" | undefined;
3522
3672
  readonly itemType?: FieldType;
3523
- readonly itemObjectType?: string | undefined;
3673
+ readonly itemObjectType?: "SearchProposalResult" | undefined;
3524
3674
  readonly keytype?: string;
3525
3675
  readonly xmlTag?: string;
3526
3676
  readonly varname?: string;
@@ -3530,7 +3680,7 @@ declare const API_METHODS: {
3530
3680
  readonly vartype?: string;
3531
3681
  readonly defaultValue?: any;
3532
3682
  readonly name: string;
3533
- readonly type: "int";
3683
+ readonly type: "array";
3534
3684
  }];
3535
3685
  readonly category: "Search Extended";
3536
3686
  readonly description: "Get search parameters for a search ID";
@@ -4149,6 +4299,21 @@ declare const API_METHODS: {
4149
4299
  readonly type: "array";
4150
4300
  }];
4151
4301
  readonly responseFields: readonly [{
4302
+ readonly optional?: boolean;
4303
+ readonly objectType?: string | undefined;
4304
+ readonly itemType?: FieldType;
4305
+ readonly itemObjectType?: string | undefined;
4306
+ readonly keytype?: string;
4307
+ readonly xmlTag?: string;
4308
+ readonly varname?: string;
4309
+ readonly xmlType?: string;
4310
+ readonly isBase64?: boolean;
4311
+ readonly varkeytype?: string;
4312
+ readonly vartype?: string;
4313
+ readonly defaultValue?: any;
4314
+ readonly name: string;
4315
+ readonly type: "double";
4316
+ }, {
4152
4317
  readonly optional?: boolean;
4153
4318
  readonly objectType?: "FacetChange" | undefined;
4154
4319
  readonly itemType?: FieldType;
@@ -4674,9 +4839,9 @@ declare const API_METHODS: {
4674
4839
  }];
4675
4840
  readonly responseFields: readonly [{
4676
4841
  readonly optional?: boolean;
4677
- readonly objectType?: string | undefined;
4842
+ readonly objectType?: "SearchSettings" | undefined;
4678
4843
  readonly itemType?: FieldType;
4679
- readonly itemObjectType?: string | undefined;
4844
+ readonly itemObjectType?: "SearchSettings" | undefined;
4680
4845
  readonly keytype?: string;
4681
4846
  readonly xmlTag?: string;
4682
4847
  readonly varname?: string;
@@ -5199,9 +5364,9 @@ declare const API_METHODS: {
5199
5364
  }];
5200
5365
  readonly responseFields: readonly [{
5201
5366
  readonly optional?: boolean;
5202
- readonly objectType?: "MetaKeyDefinition" | undefined;
5367
+ readonly objectType?: string | undefined;
5203
5368
  readonly itemType?: FieldType;
5204
- readonly itemObjectType?: "MetaKeyDefinition" | undefined;
5369
+ readonly itemObjectType?: string | undefined;
5205
5370
  readonly keytype?: string;
5206
5371
  readonly xmlTag?: string;
5207
5372
  readonly varname?: string;
@@ -5211,13 +5376,13 @@ declare const API_METHODS: {
5211
5376
  readonly vartype?: string;
5212
5377
  readonly defaultValue?: any;
5213
5378
  readonly name: string;
5214
- readonly type: "array";
5379
+ readonly type: "map";
5215
5380
  }];
5216
5381
  readonly category: "Metadata Extended";
5217
5382
  readonly description: "Get allowed metadata keys for master helpset";
5218
5383
  };
5219
5384
  readonly getPossibleMetaValuesByMetaKeyID: {
5220
- readonly method: "GetPossibleMetaValuesByMetaKeyId";
5385
+ readonly method: "GetPossibleMetaValuesByMetaKeyID";
5221
5386
  readonly requestType: "GetPossibleMetaValuesByMetaKeyIdRequest";
5222
5387
  readonly requestFields: readonly [{
5223
5388
  readonly optional?: boolean;
@@ -5383,6 +5548,21 @@ declare const API_METHODS: {
5383
5548
  readonly type: "boolean";
5384
5549
  }];
5385
5550
  readonly responseFields: readonly [{
5551
+ readonly optional?: boolean;
5552
+ readonly objectType?: string | undefined;
5553
+ readonly itemType?: FieldType;
5554
+ readonly itemObjectType?: string | undefined;
5555
+ readonly keytype?: string;
5556
+ readonly xmlTag?: string;
5557
+ readonly varname?: string;
5558
+ readonly xmlType?: string;
5559
+ readonly isBase64?: boolean;
5560
+ readonly varkeytype?: string;
5561
+ readonly vartype?: string;
5562
+ readonly defaultValue?: any;
5563
+ readonly name: string;
5564
+ readonly type: "stringArray";
5565
+ }, {
5386
5566
  readonly optional?: boolean;
5387
5567
  readonly objectType?: "LocalizedEntry" | undefined;
5388
5568
  readonly itemType?: FieldType;
@@ -5570,7 +5750,7 @@ declare const API_METHODS: {
5570
5750
  readonly vartype?: string;
5571
5751
  readonly defaultValue?: any;
5572
5752
  readonly name: string;
5573
- readonly type: "object";
5753
+ readonly type: "stringArray";
5574
5754
  }];
5575
5755
  readonly category: "Metadata Extended";
5576
5756
  readonly description: "Get startup meta values";
@@ -5678,7 +5858,7 @@ declare const API_METHODS: {
5678
5858
  readonly description: "Get navigation with metadata";
5679
5859
  };
5680
5860
  readonly getBreadCrumbWithMetaData: {
5681
- readonly method: "GetBreadcrumbWithMetaData";
5861
+ readonly method: "GetBreadCrumbWithMetaData";
5682
5862
  readonly requestType: "GetBreadcrumbWithMetaDataRequest";
5683
5863
  readonly requestFields: readonly [{
5684
5864
  readonly optional?: boolean;
@@ -6208,7 +6388,7 @@ declare const API_METHODS: {
6208
6388
  readonly description: "Get navigation with metadata for language";
6209
6389
  };
6210
6390
  readonly getBreadCrumbWithMetaDataForGivenLanguage: {
6211
- readonly method: "GetBreadcrumbWithMetaData_ForGivenLanguage";
6391
+ readonly method: "GetBreadCrumbWithMetaData_ForGivenLanguage";
6212
6392
  readonly requestType: "GetBreadcrumbWithMetaData_ForGivenLanguageRequest";
6213
6393
  readonly requestFields: readonly [{
6214
6394
  readonly optional?: boolean;
@@ -6337,6 +6517,21 @@ declare const API_METHODS: {
6337
6517
  readonly defaultValue?: any;
6338
6518
  readonly name: string;
6339
6519
  readonly type: "stringArray";
6520
+ }, {
6521
+ readonly optional?: boolean;
6522
+ readonly objectType?: "LocalizedEntry" | undefined;
6523
+ readonly itemType?: FieldType;
6524
+ readonly itemObjectType?: "LocalizedEntry" | undefined;
6525
+ readonly keytype?: string;
6526
+ readonly xmlTag?: string;
6527
+ readonly varname?: string;
6528
+ readonly xmlType?: string;
6529
+ readonly isBase64?: boolean;
6530
+ readonly varkeytype?: string;
6531
+ readonly vartype?: string;
6532
+ readonly defaultValue?: any;
6533
+ readonly name: string;
6534
+ readonly type: "array";
6340
6535
  }];
6341
6536
  readonly category: "Metadata Extended";
6342
6537
  readonly description: "Get metadata values for facets";
@@ -6390,6 +6585,21 @@ declare const API_METHODS: {
6390
6585
  readonly defaultValue?: any;
6391
6586
  readonly name: string;
6392
6587
  readonly type: "stringArray";
6588
+ }, {
6589
+ readonly optional?: boolean;
6590
+ readonly objectType?: "LocalizedEntry" | undefined;
6591
+ readonly itemType?: FieldType;
6592
+ readonly itemObjectType?: "LocalizedEntry" | undefined;
6593
+ readonly keytype?: string;
6594
+ readonly xmlTag?: string;
6595
+ readonly varname?: string;
6596
+ readonly xmlType?: string;
6597
+ readonly isBase64?: boolean;
6598
+ readonly varkeytype?: string;
6599
+ readonly vartype?: string;
6600
+ readonly defaultValue?: any;
6601
+ readonly name: string;
6602
+ readonly type: "array";
6393
6603
  }];
6394
6604
  readonly category: "Metadata Extended";
6395
6605
  readonly description: "Get metadata values for facets for language";
@@ -6466,9 +6676,9 @@ declare const API_METHODS: {
6466
6676
  }];
6467
6677
  readonly responseFields: readonly [{
6468
6678
  readonly optional?: boolean;
6469
- readonly objectType?: "MetaDataDefinition" | undefined;
6679
+ readonly objectType?: string | undefined;
6470
6680
  readonly itemType?: FieldType;
6471
- readonly itemObjectType?: "MetaDataDefinition" | undefined;
6681
+ readonly itemObjectType?: string | undefined;
6472
6682
  readonly keytype?: string;
6473
6683
  readonly xmlTag?: string;
6474
6684
  readonly varname?: string;
@@ -6478,7 +6688,7 @@ declare const API_METHODS: {
6478
6688
  readonly vartype?: string;
6479
6689
  readonly defaultValue?: any;
6480
6690
  readonly name: string;
6481
- readonly type: "array";
6691
+ readonly type: "map";
6482
6692
  }];
6483
6693
  readonly category: "Metadata Extended";
6484
6694
  readonly description: "Get metadata definitions for customer criteria";
@@ -7795,9 +8005,9 @@ declare const API_METHODS: {
7795
8005
  }];
7796
8006
  readonly responseFields: readonly [{
7797
8007
  readonly optional?: boolean;
7798
- readonly objectType?: string | undefined;
8008
+ readonly objectType?: "MetaValueForGroupRightEntry" | undefined;
7799
8009
  readonly itemType?: FieldType;
7800
- readonly itemObjectType?: string | undefined;
8010
+ readonly itemObjectType?: "MetaValueForGroupRightEntry" | undefined;
7801
8011
  readonly keytype?: string;
7802
8012
  readonly xmlTag?: string;
7803
8013
  readonly varname?: string;
@@ -7807,7 +8017,7 @@ declare const API_METHODS: {
7807
8017
  readonly vartype?: string;
7808
8018
  readonly defaultValue?: any;
7809
8019
  readonly name: string;
7810
- readonly type: "object";
8020
+ readonly type: "array";
7811
8021
  }];
7812
8022
  readonly category: "Group/Rights Management";
7813
8023
  readonly description: "Get group rights";
@@ -8084,6 +8294,21 @@ declare const API_METHODS: {
8084
8294
  readonly defaultValue?: any;
8085
8295
  readonly name: string;
8086
8296
  readonly type: "boolean";
8297
+ }, {
8298
+ readonly optional?: boolean;
8299
+ readonly objectType?: string | undefined;
8300
+ readonly itemType?: FieldType;
8301
+ readonly itemObjectType?: string | undefined;
8302
+ readonly keytype?: string;
8303
+ readonly xmlTag?: string;
8304
+ readonly varname?: string;
8305
+ readonly xmlType?: string;
8306
+ readonly isBase64?: boolean;
8307
+ readonly varkeytype?: string;
8308
+ readonly vartype?: string;
8309
+ readonly defaultValue?: any;
8310
+ readonly name: string;
8311
+ readonly type: "string";
8087
8312
  }];
8088
8313
  readonly category: "GUI/Language Extended";
8089
8314
  readonly description: "Check if GUI language is valid";
@@ -8208,7 +8433,52 @@ declare const API_METHODS: {
8208
8433
  readonly vartype?: string;
8209
8434
  readonly defaultValue?: any;
8210
8435
  readonly name: string;
8211
- readonly type: "object";
8436
+ readonly type: "double";
8437
+ }, {
8438
+ readonly optional?: boolean;
8439
+ readonly objectType?: string | undefined;
8440
+ readonly itemType?: FieldType;
8441
+ readonly itemObjectType?: string | undefined;
8442
+ readonly keytype?: string;
8443
+ readonly xmlTag?: string;
8444
+ readonly varname?: string;
8445
+ readonly xmlType?: string;
8446
+ readonly isBase64?: boolean;
8447
+ readonly varkeytype?: string;
8448
+ readonly vartype?: string;
8449
+ readonly defaultValue?: any;
8450
+ readonly name: string;
8451
+ readonly type: "string";
8452
+ }, {
8453
+ readonly optional?: boolean;
8454
+ readonly objectType?: string | undefined;
8455
+ readonly itemType?: FieldType;
8456
+ readonly itemObjectType?: string | undefined;
8457
+ readonly keytype?: string;
8458
+ readonly xmlTag?: string;
8459
+ readonly varname?: string;
8460
+ readonly xmlType?: string;
8461
+ readonly isBase64?: boolean;
8462
+ readonly varkeytype?: string;
8463
+ readonly vartype?: string;
8464
+ readonly defaultValue?: any;
8465
+ readonly name: string;
8466
+ readonly type: "string";
8467
+ }, {
8468
+ readonly optional?: boolean;
8469
+ readonly objectType?: string | undefined;
8470
+ readonly itemType?: FieldType;
8471
+ readonly itemObjectType?: string | undefined;
8472
+ readonly keytype?: string;
8473
+ readonly xmlTag?: string;
8474
+ readonly varname?: string;
8475
+ readonly xmlType?: string;
8476
+ readonly isBase64?: boolean;
8477
+ readonly varkeytype?: string;
8478
+ readonly vartype?: string;
8479
+ readonly defaultValue?: any;
8480
+ readonly name: string;
8481
+ readonly type: "string";
8212
8482
  }];
8213
8483
  readonly category: "Topic/Navigation Extended";
8214
8484
  readonly description: "Get additional helpset info";
@@ -8489,6 +8759,21 @@ declare const API_METHODS: {
8489
8759
  readonly defaultValue?: any;
8490
8760
  readonly name: string;
8491
8761
  readonly type: "string";
8762
+ }, {
8763
+ readonly optional?: boolean;
8764
+ readonly objectType?: string | undefined;
8765
+ readonly itemType?: FieldType;
8766
+ readonly itemObjectType?: string | undefined;
8767
+ readonly keytype?: string;
8768
+ readonly xmlTag?: string;
8769
+ readonly varname?: string;
8770
+ readonly xmlType?: string;
8771
+ readonly isBase64?: boolean;
8772
+ readonly varkeytype?: string;
8773
+ readonly vartype?: string;
8774
+ readonly defaultValue?: any;
8775
+ readonly name: string;
8776
+ readonly type: "stringMap";
8492
8777
  }];
8493
8778
  readonly description: "Get external ID ignoring container helpsets";
8494
8779
  };
@@ -8801,6 +9086,21 @@ declare const API_METHODS: {
8801
9086
  readonly defaultValue?: any;
8802
9087
  readonly name: string;
8803
9088
  readonly type: "boolean";
9089
+ }, {
9090
+ readonly optional?: boolean;
9091
+ readonly objectType?: string | undefined;
9092
+ readonly itemType?: FieldType;
9093
+ readonly itemObjectType?: string | undefined;
9094
+ readonly keytype?: string;
9095
+ readonly xmlTag?: string;
9096
+ readonly varname?: string;
9097
+ readonly xmlType?: string;
9098
+ readonly isBase64?: boolean;
9099
+ readonly varkeytype?: string;
9100
+ readonly vartype?: string;
9101
+ readonly defaultValue?: any;
9102
+ readonly name: string;
9103
+ readonly type: "boolean";
8804
9104
  }];
8805
9105
  readonly description: "Check if topic is visible";
8806
9106
  };
@@ -13215,7 +13515,10 @@ type CobriliClientInterface = {
13215
13515
  call<K extends keyof typeof API_METHODS>(method: K, params: InferRequest<K>): Promise<ApiResponse<InferResponse<K>>>;
13216
13516
  getConfig(): Required<CobriliConfig>;
13217
13517
  setConfig(config: Partial<CobriliConfig>): void;
13518
+ /** Initialize the Cobrili session. Must be called before making API calls. */
13218
13519
  init(hash?: string): Promise<any>;
13520
+ /** Check if the client has been initialized. */
13521
+ isInitialized(): boolean;
13219
13522
  };
13220
13523
  declare class CobriliClient {
13221
13524
  private config;
@@ -13231,7 +13534,11 @@ declare class CobriliClient {
13231
13534
  */
13232
13535
  init(hash?: string): Promise<any>;
13233
13536
  private performInit;
13234
- private ensureInitialized;
13537
+ /**
13538
+ * Check if the client has been initialized.
13539
+ */
13540
+ isInitialized(): boolean;
13541
+ private assertInitialized;
13235
13542
  call<K extends keyof typeof API_METHODS>(methodName: K, params: InferRequest<K>): Promise<ApiResponse<InferResponse<K>>>;
13236
13543
  private sendHttpRequest;
13237
13544
  }