@licensespring/node-sdk 1.0.10 → 1.1.0-alpha

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.
@@ -0,0 +1,1561 @@
1
+ export declare const empty: {
2
+ readonly type: "object";
3
+ };
4
+ export declare const activateOffline: {
5
+ readonly headers: {
6
+ readonly type: "object";
7
+ readonly properties: {
8
+ readonly authorization: {
9
+ readonly type: "string";
10
+ };
11
+ readonly date: {
12
+ readonly type: "string";
13
+ };
14
+ readonly 'x-forwarded-for': {
15
+ readonly type: "string";
16
+ };
17
+ };
18
+ readonly required: readonly ["content-type", "authorization", "date"];
19
+ };
20
+ readonly body: {
21
+ readonly type: "object";
22
+ readonly properties: {
23
+ readonly api_key: {
24
+ readonly type: "string";
25
+ };
26
+ readonly bundle_code: {
27
+ readonly type: "string";
28
+ };
29
+ readonly client_id: {
30
+ readonly type: "string";
31
+ };
32
+ readonly consumptions: {
33
+ readonly type: "number";
34
+ };
35
+ readonly date: {
36
+ readonly type: "string";
37
+ };
38
+ readonly hardware_id: {
39
+ readonly type: "string";
40
+ };
41
+ readonly license_key: {
42
+ readonly type: "string";
43
+ };
44
+ readonly product_features: {
45
+ readonly type: "array";
46
+ };
47
+ readonly product: {
48
+ readonly type: "string";
49
+ };
50
+ readonly signature: {
51
+ readonly type: "string";
52
+ };
53
+ readonly username: {
54
+ readonly type: "string";
55
+ };
56
+ readonly variables: {
57
+ readonly type: "object";
58
+ };
59
+ readonly app_ver: {
60
+ readonly type: "string";
61
+ };
62
+ readonly hostname: {
63
+ readonly type: "string";
64
+ };
65
+ readonly os_hostname: {
66
+ readonly type: "string";
67
+ };
68
+ readonly ip: {
69
+ readonly type: "string";
70
+ };
71
+ readonly ip_local: {
72
+ readonly type: "string";
73
+ };
74
+ readonly mac_address: {
75
+ readonly type: "string";
76
+ };
77
+ readonly os_ver: {
78
+ readonly type: "string";
79
+ };
80
+ readonly sdk_ver: {
81
+ readonly type: "string";
82
+ };
83
+ readonly vm_info: {
84
+ readonly type: "string";
85
+ };
86
+ };
87
+ readonly allOf: readonly [{
88
+ readonly anyOf: readonly [{
89
+ readonly required: readonly ["api_key"];
90
+ }, {
91
+ readonly required: readonly ["client_id"];
92
+ }];
93
+ }, {
94
+ readonly anyOf: readonly [{
95
+ readonly required: readonly ["license_key"];
96
+ }, {
97
+ readonly required: readonly ["username", "password"];
98
+ }];
99
+ }];
100
+ readonly required: readonly ["hardware_id", "product", "date", "signature"];
101
+ };
102
+ };
103
+ export declare const activateBundleOffline: {
104
+ readonly headers: {
105
+ readonly type: "object";
106
+ readonly properties: {
107
+ readonly authorization: {
108
+ readonly type: "string";
109
+ };
110
+ readonly date: {
111
+ readonly type: "string";
112
+ };
113
+ };
114
+ readonly required: readonly ["content-type", "authorization", "date"];
115
+ };
116
+ readonly body: {
117
+ readonly type: "object";
118
+ readonly properties: {
119
+ readonly api_key: {
120
+ readonly type: "string";
121
+ };
122
+ readonly client_id: {
123
+ readonly type: "string";
124
+ };
125
+ readonly consumptions: {
126
+ readonly type: "number";
127
+ };
128
+ readonly date: {
129
+ readonly type: "string";
130
+ };
131
+ readonly hardware_id: {
132
+ readonly type: "string";
133
+ };
134
+ readonly license_key: {
135
+ readonly type: "string";
136
+ };
137
+ readonly product_features: {
138
+ readonly type: "array";
139
+ };
140
+ readonly product: {
141
+ readonly type: "string";
142
+ };
143
+ readonly signature: {
144
+ readonly type: "string";
145
+ };
146
+ readonly username: {
147
+ readonly type: "string";
148
+ };
149
+ readonly variables: {
150
+ readonly type: "object";
151
+ };
152
+ };
153
+ readonly allOf: readonly [{
154
+ readonly anyOf: readonly [{
155
+ readonly required: readonly ["api_key"];
156
+ }, {
157
+ readonly required: readonly ["client_id"];
158
+ }];
159
+ }, {
160
+ readonly anyOf: readonly [{
161
+ readonly required: readonly ["license_key"];
162
+ }, {
163
+ readonly required: readonly ["username"];
164
+ }];
165
+ }];
166
+ readonly required: readonly ["hardware_id", "product", "date", "signature"];
167
+ };
168
+ };
169
+ export declare const activateLicense: {
170
+ readonly headers: {
171
+ readonly type: "object";
172
+ readonly properties: {
173
+ readonly authorization: {
174
+ readonly type: "string";
175
+ };
176
+ readonly date: {
177
+ readonly type: "string";
178
+ };
179
+ readonly 'x-forwarded-for': {
180
+ readonly type: "string";
181
+ };
182
+ };
183
+ readonly required: readonly ["authorization", "date"];
184
+ };
185
+ readonly body: {
186
+ readonly type: "object";
187
+ readonly properties: {
188
+ readonly hardware_id: {
189
+ readonly type: "string";
190
+ };
191
+ readonly product: {
192
+ readonly type: "string";
193
+ };
194
+ readonly license_key: {
195
+ readonly type: "string";
196
+ };
197
+ readonly username: {
198
+ readonly type: "string";
199
+ };
200
+ readonly password: {
201
+ readonly type: "string";
202
+ };
203
+ readonly id_token: {
204
+ readonly type: "string";
205
+ };
206
+ readonly code: {
207
+ readonly type: "string";
208
+ };
209
+ readonly customer_account_code: {
210
+ readonly type: "string";
211
+ };
212
+ readonly bundle_code: {
213
+ readonly type: "string";
214
+ };
215
+ readonly variables: {
216
+ readonly type: "object";
217
+ };
218
+ };
219
+ readonly oneOf: readonly [{
220
+ readonly required: readonly ["hardware_id", "product", "license_key"];
221
+ readonly not: {
222
+ readonly required: readonly ["username", "password", "id_token", "code", "customer_account_code"];
223
+ readonly maxProperties: 0;
224
+ };
225
+ }, {
226
+ readonly required: readonly ["hardware_id", "product", "username", "password"];
227
+ readonly not: {
228
+ readonly required: readonly ["license_key", "id_token", "code", "customer_account_code"];
229
+ readonly maxProperties: 0;
230
+ };
231
+ }, {
232
+ readonly required: readonly ["hardware_id", "product", "id_token", "customer_account_code"];
233
+ readonly not: {
234
+ readonly required: readonly ["license_key", "username", "password", "code"];
235
+ readonly maxProperties: 0;
236
+ };
237
+ }, {
238
+ readonly required: readonly ["hardware_id", "product", "code", "customer_account_code"];
239
+ readonly not: {
240
+ readonly required: readonly ["license_key", "username", "password", "id_token"];
241
+ readonly maxProperties: 0;
242
+ };
243
+ }];
244
+ };
245
+ };
246
+ export declare const activateBundle: {
247
+ readonly headers: {
248
+ readonly type: "object";
249
+ readonly properties: {
250
+ readonly authorization: {
251
+ readonly type: "string";
252
+ };
253
+ readonly date: {
254
+ readonly type: "string";
255
+ };
256
+ readonly 'x-forwarded-for': {
257
+ readonly type: "string";
258
+ };
259
+ };
260
+ readonly required: readonly ["authorization", "date"];
261
+ };
262
+ readonly body: {
263
+ readonly type: "object";
264
+ readonly properties: {
265
+ readonly hardware_id: {
266
+ readonly type: "string";
267
+ };
268
+ readonly product: {
269
+ readonly type: "string";
270
+ };
271
+ readonly license_key: {
272
+ readonly type: "string";
273
+ };
274
+ readonly username: {
275
+ readonly type: "string";
276
+ };
277
+ readonly password: {
278
+ readonly type: "string";
279
+ };
280
+ readonly id_token: {
281
+ readonly type: "string";
282
+ };
283
+ readonly code: {
284
+ readonly type: "string";
285
+ };
286
+ readonly customer_account_code: {
287
+ readonly type: "string";
288
+ };
289
+ readonly variables: {
290
+ readonly type: "object";
291
+ };
292
+ };
293
+ readonly oneOf: readonly [{
294
+ readonly required: readonly ["hardware_id", "product", "license_key"];
295
+ readonly not: {
296
+ readonly required: readonly ["username", "password", "id_token", "code", "customer_account_code"];
297
+ readonly maxProperties: 0;
298
+ };
299
+ }, {
300
+ readonly required: readonly ["hardware_id", "product", "username", "password"];
301
+ readonly not: {
302
+ readonly required: readonly ["license_key", "id_token", "code", "customer_account_code"];
303
+ readonly maxProperties: 0;
304
+ };
305
+ }, {
306
+ readonly required: readonly ["hardware_id", "product", "id_token", "customer_account_code"];
307
+ readonly not: {
308
+ readonly required: readonly ["license_key", "username", "password", "code"];
309
+ readonly maxProperties: 0;
310
+ };
311
+ }, {
312
+ readonly required: readonly ["hardware_id", "product", "code", "customer_account_code"];
313
+ readonly not: {
314
+ readonly required: readonly ["license_key", "username", "password", "id_token"];
315
+ readonly maxProperties: 0;
316
+ };
317
+ }];
318
+ };
319
+ };
320
+ export declare const deactivateBundle: {
321
+ readonly headers: {
322
+ readonly type: "object";
323
+ readonly properties: {
324
+ readonly authorization: {
325
+ readonly type: "string";
326
+ };
327
+ readonly date: {
328
+ readonly type: "string";
329
+ };
330
+ readonly 'x-forwarded-for': {
331
+ readonly type: "string";
332
+ };
333
+ };
334
+ readonly required: readonly ["authorization", "date"];
335
+ };
336
+ readonly body: {
337
+ readonly type: "object";
338
+ readonly properties: {
339
+ readonly bundle_code: {
340
+ readonly type: "string";
341
+ };
342
+ readonly hardware_id: {
343
+ readonly type: "string";
344
+ };
345
+ readonly license_key: {
346
+ readonly type: "string";
347
+ };
348
+ readonly product: {
349
+ readonly type: "string";
350
+ };
351
+ readonly username: {
352
+ readonly type: "string";
353
+ };
354
+ };
355
+ readonly anyOf: readonly [{
356
+ readonly required: readonly ["license_key"];
357
+ }, {
358
+ readonly required: readonly ["username"];
359
+ }];
360
+ readonly required: readonly ["hardware_id", "product"];
361
+ };
362
+ };
363
+ export declare const deactivateLicense: {
364
+ readonly headers: {
365
+ readonly type: "object";
366
+ readonly properties: {
367
+ readonly authorization: {
368
+ readonly type: "string";
369
+ };
370
+ readonly date: {
371
+ readonly type: "string";
372
+ };
373
+ readonly 'x-forwarded-for': {
374
+ readonly type: "string";
375
+ };
376
+ };
377
+ readonly required: readonly ["authorization", "date"];
378
+ };
379
+ readonly body: {
380
+ readonly type: "object";
381
+ readonly properties: {
382
+ readonly hardware_id: {
383
+ readonly type: "string";
384
+ };
385
+ readonly product: {
386
+ readonly type: "string";
387
+ };
388
+ readonly license_key: {
389
+ readonly type: "string";
390
+ };
391
+ readonly username: {
392
+ readonly type: "string";
393
+ };
394
+ readonly bundle_code: {
395
+ readonly type: "string";
396
+ };
397
+ };
398
+ readonly anyOf: readonly [{
399
+ readonly required: readonly ["license_key"];
400
+ }, {
401
+ readonly required: readonly ["username"];
402
+ }];
403
+ readonly required: readonly ["hardware_id", "product"];
404
+ };
405
+ };
406
+ export declare const deactivateOffline: {
407
+ readonly headers: {
408
+ readonly type: "object";
409
+ readonly properties: {
410
+ readonly authorization: {
411
+ readonly type: "string";
412
+ };
413
+ readonly date: {
414
+ readonly type: "string";
415
+ };
416
+ };
417
+ readonly required: readonly ["content-type", "authorization", "date"];
418
+ };
419
+ readonly body: {
420
+ readonly type: "object";
421
+ readonly properties: {
422
+ readonly api_key: {
423
+ readonly type: "string";
424
+ };
425
+ readonly bundle_code: {
426
+ readonly type: "string";
427
+ };
428
+ readonly client_id: {
429
+ readonly type: "string";
430
+ };
431
+ readonly date: {
432
+ readonly type: "string";
433
+ };
434
+ readonly hardware_id: {
435
+ readonly type: "string";
436
+ };
437
+ readonly license_key: {
438
+ readonly type: "string";
439
+ };
440
+ readonly product: {
441
+ readonly type: "string";
442
+ };
443
+ readonly signature: {
444
+ readonly type: "string";
445
+ };
446
+ readonly username: {
447
+ readonly type: "string";
448
+ };
449
+ };
450
+ readonly allOf: readonly [{
451
+ readonly anyOf: readonly [{
452
+ readonly required: readonly ["api_key"];
453
+ }, {
454
+ readonly required: readonly ["client_id"];
455
+ }];
456
+ }, {
457
+ readonly anyOf: readonly [{
458
+ readonly required: readonly ["license_key"];
459
+ }, {
460
+ readonly required: readonly ["username"];
461
+ }];
462
+ }];
463
+ readonly required: readonly ["hardware_id", "product", "date", "signature"];
464
+ };
465
+ };
466
+ export declare const deactivateBundleOffline: {
467
+ readonly headers: {
468
+ readonly type: "object";
469
+ readonly properties: {
470
+ readonly authorization: {
471
+ readonly type: "string";
472
+ };
473
+ readonly date: {
474
+ readonly type: "string";
475
+ };
476
+ readonly 'x-forwarded-for': {
477
+ readonly type: "string";
478
+ };
479
+ };
480
+ readonly required: readonly ["authorization", "date"];
481
+ };
482
+ readonly body: {
483
+ readonly type: "object";
484
+ readonly properties: {
485
+ readonly api_key: {
486
+ readonly type: "string";
487
+ };
488
+ readonly client_id: {
489
+ readonly type: "string";
490
+ };
491
+ readonly date: {
492
+ readonly type: "string";
493
+ };
494
+ readonly hardware_id: {
495
+ readonly type: "string";
496
+ };
497
+ readonly license_key: {
498
+ readonly type: "string";
499
+ };
500
+ readonly product: {
501
+ readonly type: "string";
502
+ };
503
+ readonly signature: {
504
+ readonly type: "string";
505
+ };
506
+ readonly username: {
507
+ readonly type: "string";
508
+ };
509
+ };
510
+ readonly allOf: readonly [{
511
+ readonly anyOf: readonly [{
512
+ readonly required: readonly ["api_key"];
513
+ }, {
514
+ readonly required: readonly ["client_id"];
515
+ }];
516
+ }, {
517
+ readonly anyOf: readonly [{
518
+ readonly required: readonly ["license_key"];
519
+ }, {
520
+ readonly required: readonly ["username"];
521
+ }];
522
+ }];
523
+ readonly required: readonly ["hardware_id", "product", "date", "api_key", "signature"];
524
+ };
525
+ };
526
+ export declare const checkLicense: {
527
+ readonly headers: {
528
+ readonly type: "object";
529
+ readonly properties: {
530
+ readonly authorization: {
531
+ readonly type: "string";
532
+ };
533
+ readonly date: {
534
+ readonly type: "string";
535
+ };
536
+ readonly 'x-forwarded-for': {
537
+ readonly type: "string";
538
+ };
539
+ };
540
+ readonly required: readonly ["authorization", "date"];
541
+ };
542
+ readonly querystring: {
543
+ readonly type: "object";
544
+ readonly properties: {
545
+ readonly hardware_id: {
546
+ readonly type: "string";
547
+ };
548
+ readonly product: {
549
+ readonly type: "string";
550
+ };
551
+ readonly license_key: {
552
+ readonly type: "string";
553
+ };
554
+ readonly username: {
555
+ readonly type: "string";
556
+ };
557
+ readonly bundle_code: {
558
+ readonly type: "string";
559
+ };
560
+ readonly env: {
561
+ readonly type: "string";
562
+ };
563
+ readonly license_id: {
564
+ readonly type: "number";
565
+ };
566
+ readonly sdk_ver: {
567
+ readonly type: "string";
568
+ };
569
+ readonly app_ver: {
570
+ readonly type: "string";
571
+ };
572
+ readonly hostname: {
573
+ readonly type: "string";
574
+ };
575
+ readonly os_hostname: {
576
+ readonly type: "string";
577
+ };
578
+ readonly ip_local: {
579
+ readonly type: "string";
580
+ };
581
+ readonly mac_address: {
582
+ readonly type: "string";
583
+ };
584
+ readonly ip: {
585
+ readonly type: "string";
586
+ };
587
+ readonly os_ver: {
588
+ readonly type: "string";
589
+ };
590
+ readonly channel: {
591
+ readonly type: "string";
592
+ };
593
+ };
594
+ readonly anyOf: readonly [{
595
+ readonly required: readonly ["license_key"];
596
+ }, {
597
+ readonly required: readonly ["username"];
598
+ }];
599
+ readonly required: readonly ["hardware_id", "product"];
600
+ };
601
+ };
602
+ export declare const checkLicenseFeature: {
603
+ readonly headers: {
604
+ readonly type: "object";
605
+ readonly properties: {
606
+ readonly authorization: {
607
+ readonly type: "string";
608
+ };
609
+ readonly date: {
610
+ readonly type: "string";
611
+ };
612
+ readonly 'x-forwarded-for': {
613
+ readonly type: "string";
614
+ };
615
+ };
616
+ readonly required: readonly ["authorization", "date"];
617
+ };
618
+ readonly querystring: {
619
+ readonly type: "object";
620
+ readonly properties: {
621
+ readonly hardware_id: {
622
+ readonly type: "string";
623
+ };
624
+ readonly product: {
625
+ readonly type: "string";
626
+ };
627
+ readonly license_key: {
628
+ readonly type: "string";
629
+ };
630
+ readonly username: {
631
+ readonly type: "string";
632
+ };
633
+ readonly feature: {
634
+ readonly type: "string";
635
+ };
636
+ readonly bundle_code: {
637
+ readonly type: "string";
638
+ };
639
+ readonly include_metadata_string: {
640
+ readonly type: "boolean";
641
+ };
642
+ readonly license_id: {
643
+ readonly type: "number";
644
+ };
645
+ readonly sdk_ver: {
646
+ readonly type: "string";
647
+ };
648
+ };
649
+ readonly anyOf: readonly [{
650
+ readonly required: readonly ["license_key"];
651
+ }, {
652
+ readonly required: readonly ["username"];
653
+ }];
654
+ readonly required: readonly ["hardware_id", "product", "feature"];
655
+ };
656
+ };
657
+ export declare const addConsumption: {
658
+ readonly headers: {
659
+ readonly type: "object";
660
+ readonly properties: {
661
+ readonly authorization: {
662
+ readonly type: "string";
663
+ };
664
+ readonly date: {
665
+ readonly type: "string";
666
+ };
667
+ readonly 'x-forwarded-for': {
668
+ readonly type: "string";
669
+ };
670
+ };
671
+ readonly required: readonly ["authorization", "date"];
672
+ };
673
+ readonly body: {
674
+ readonly type: "object";
675
+ readonly properties: {
676
+ readonly hardware_id: {
677
+ readonly type: "string";
678
+ };
679
+ readonly product: {
680
+ readonly type: "string";
681
+ };
682
+ readonly license_key: {
683
+ readonly type: "string";
684
+ };
685
+ readonly username: {
686
+ readonly type: "string";
687
+ };
688
+ readonly consumptions: {
689
+ readonly type: "number";
690
+ readonly default: 1;
691
+ };
692
+ readonly ignore_events: {
693
+ readonly type: "boolean";
694
+ };
695
+ readonly bundle_code: {
696
+ readonly type: "string";
697
+ };
698
+ readonly license_id: {
699
+ readonly type: "number";
700
+ };
701
+ readonly allow_overages: {
702
+ readonly type: "boolean";
703
+ };
704
+ readonly max_overages: {
705
+ readonly type: "number";
706
+ };
707
+ readonly sdk_ver: {
708
+ readonly type: "string";
709
+ };
710
+ readonly event: {
711
+ readonly type: "array";
712
+ readonly items: {
713
+ readonly type: "string";
714
+ readonly enum: readonly ["consumption_add", "offline_floating_consumptions_sync"];
715
+ };
716
+ readonly minItems: 1;
717
+ readonly not: {
718
+ readonly allOf: readonly [{
719
+ readonly contains: {
720
+ readonly const: "consumption_add";
721
+ };
722
+ }, {
723
+ readonly contains: {
724
+ readonly const: "offline_floating_consumptions_sync";
725
+ };
726
+ }];
727
+ };
728
+ };
729
+ };
730
+ readonly anyOf: readonly [{
731
+ readonly required: readonly ["license_key"];
732
+ }, {
733
+ readonly required: readonly ["username"];
734
+ }];
735
+ readonly required: readonly ["hardware_id", "product", "consumptions"];
736
+ };
737
+ };
738
+ export declare const addFeatureConsumption: {
739
+ readonly headers: {
740
+ readonly type: "object";
741
+ readonly properties: {
742
+ readonly authorization: {
743
+ readonly type: "string";
744
+ };
745
+ readonly date: {
746
+ readonly type: "string";
747
+ };
748
+ readonly 'x-forwarded-for': {
749
+ readonly type: "string";
750
+ };
751
+ };
752
+ readonly required: readonly ["authorization", "date"];
753
+ };
754
+ readonly body: {
755
+ readonly type: "object";
756
+ readonly properties: {
757
+ readonly hardware_id: {
758
+ readonly type: "string";
759
+ };
760
+ readonly product: {
761
+ readonly type: "string";
762
+ };
763
+ readonly license_key: {
764
+ readonly type: "string";
765
+ };
766
+ readonly username: {
767
+ readonly type: "string";
768
+ };
769
+ readonly consumptions: {
770
+ readonly type: "number";
771
+ readonly default: 1;
772
+ };
773
+ readonly feature: {
774
+ readonly type: "string";
775
+ };
776
+ readonly bundle_code: {
777
+ readonly type: "string";
778
+ };
779
+ readonly license_id: {
780
+ readonly type: "number";
781
+ };
782
+ readonly sdk_ver: {
783
+ readonly type: "string";
784
+ };
785
+ readonly event: {
786
+ readonly type: "array";
787
+ readonly items: {
788
+ readonly type: "string";
789
+ readonly enum: readonly ["consumption_add", "offline_floating_consumptions_sync"];
790
+ };
791
+ readonly minItems: 1;
792
+ readonly not: {
793
+ readonly allOf: readonly [{
794
+ readonly contains: {
795
+ readonly const: "consumption_add";
796
+ };
797
+ }, {
798
+ readonly contains: {
799
+ readonly const: "offline_floating_consumptions_sync";
800
+ };
801
+ }];
802
+ };
803
+ };
804
+ };
805
+ readonly anyOf: readonly [{
806
+ readonly required: readonly ["license_key"];
807
+ }, {
808
+ readonly required: readonly ["username"];
809
+ }];
810
+ readonly required: readonly ["hardware_id", "product", "consumptions", "feature"];
811
+ };
812
+ };
813
+ export declare const changePassword: {
814
+ readonly headers: {
815
+ readonly type: "object";
816
+ readonly properties: {
817
+ readonly authorization: {
818
+ readonly type: "string";
819
+ };
820
+ readonly date: {
821
+ readonly type: "string";
822
+ };
823
+ readonly 'x-forwarded-for': {
824
+ readonly type: "string";
825
+ };
826
+ };
827
+ readonly required: readonly ["authorization", "date"];
828
+ };
829
+ readonly body: {
830
+ readonly type: "object";
831
+ readonly properties: {
832
+ readonly username: {
833
+ readonly type: "string";
834
+ };
835
+ readonly password: {
836
+ readonly type: "string";
837
+ };
838
+ readonly new_password: {
839
+ readonly type: "string";
840
+ };
841
+ };
842
+ readonly required: readonly ["username", "password", "new_password"];
843
+ };
844
+ };
845
+ export declare const customerLicenseUsers: {
846
+ readonly headers: {
847
+ readonly type: "object";
848
+ readonly properties: {
849
+ readonly authorization: {
850
+ readonly type: "string";
851
+ };
852
+ readonly date: {
853
+ readonly type: "string";
854
+ };
855
+ readonly 'x-forwarded-for': {
856
+ readonly type: "string";
857
+ };
858
+ };
859
+ readonly required: readonly ["authorization", "date"];
860
+ };
861
+ readonly querystring: {
862
+ readonly type: "object";
863
+ readonly properties: {
864
+ readonly product: {
865
+ readonly type: "string";
866
+ };
867
+ readonly customer: {
868
+ readonly type: "string";
869
+ };
870
+ readonly bundle_code: {
871
+ readonly type: "string";
872
+ };
873
+ };
874
+ readonly required: readonly ["product", "customer"];
875
+ };
876
+ };
877
+ export declare const floatingBorrow: {
878
+ readonly headers: {
879
+ readonly type: "object";
880
+ readonly properties: {
881
+ readonly authorization: {
882
+ readonly type: "string";
883
+ };
884
+ readonly date: {
885
+ readonly type: "string";
886
+ };
887
+ readonly 'x-forwarded-for': {
888
+ readonly type: "string";
889
+ };
890
+ };
891
+ readonly required: readonly ["authorization", "date"];
892
+ };
893
+ readonly body: {
894
+ readonly type: "object";
895
+ readonly properties: {
896
+ readonly hardware_id: {
897
+ readonly type: "string";
898
+ };
899
+ readonly product: {
900
+ readonly type: "string";
901
+ };
902
+ readonly license_key: {
903
+ readonly type: "string";
904
+ };
905
+ readonly username: {
906
+ readonly type: "string";
907
+ };
908
+ readonly password: {
909
+ readonly type: "string";
910
+ };
911
+ readonly borrowed_until: {
912
+ readonly type: readonly ["string", "null"];
913
+ };
914
+ readonly bundle_code: {
915
+ readonly type: "string";
916
+ };
917
+ readonly license_id: {
918
+ readonly type: "number";
919
+ };
920
+ readonly sdk_ver: {
921
+ readonly type: "string";
922
+ };
923
+ };
924
+ readonly oneOf: readonly [{
925
+ readonly required: readonly ["hardware_id", "product", "borrowed_until", "license_key"];
926
+ readonly not: {
927
+ readonly required: readonly ["username", "password"];
928
+ readonly maxProperties: 0;
929
+ };
930
+ }, {
931
+ readonly required: readonly ["hardware_id", "product", "borrowed_until", "username", "password"];
932
+ readonly not: {
933
+ readonly required: readonly ["license_key"];
934
+ readonly maxProperties: 0;
935
+ };
936
+ }];
937
+ };
938
+ };
939
+ export declare const floatingRelease: {
940
+ readonly headers: {
941
+ readonly type: "object";
942
+ readonly properties: {
943
+ readonly authorization: {
944
+ readonly type: "string";
945
+ };
946
+ readonly date: {
947
+ readonly type: "string";
948
+ };
949
+ readonly 'x-forwarded-for': {
950
+ readonly type: "string";
951
+ };
952
+ };
953
+ readonly required: readonly ["authorization", "date"];
954
+ };
955
+ readonly body: {
956
+ readonly type: "object";
957
+ readonly properties: {
958
+ readonly bundle_code: {
959
+ readonly type: "string";
960
+ };
961
+ readonly hardware_id: {
962
+ readonly type: "string";
963
+ };
964
+ readonly license_id: {
965
+ readonly type: "number";
966
+ };
967
+ readonly license_key: {
968
+ readonly type: "string";
969
+ };
970
+ readonly product: {
971
+ readonly type: "string";
972
+ };
973
+ readonly username: {
974
+ readonly type: "string";
975
+ };
976
+ readonly sdk_ver: {
977
+ readonly type: "string";
978
+ };
979
+ };
980
+ readonly anyOf: readonly [{
981
+ readonly required: readonly ["license_key"];
982
+ }, {
983
+ readonly required: readonly ["username"];
984
+ }];
985
+ readonly required: readonly ["hardware_id", "product"];
986
+ };
987
+ };
988
+ export declare const floatingFeatureRelease: {
989
+ readonly headers: {
990
+ readonly type: "object";
991
+ readonly properties: {
992
+ readonly authorization: {
993
+ readonly type: "string";
994
+ };
995
+ readonly date: {
996
+ readonly type: "string";
997
+ };
998
+ readonly 'x-forwarded-for': {
999
+ readonly type: "string";
1000
+ };
1001
+ };
1002
+ readonly required: readonly ["authorization", "date"];
1003
+ };
1004
+ readonly body: {
1005
+ readonly type: "object";
1006
+ readonly properties: {
1007
+ readonly hardware_id: {
1008
+ readonly type: "string";
1009
+ };
1010
+ readonly product: {
1011
+ readonly type: "string";
1012
+ };
1013
+ readonly license_key: {
1014
+ readonly type: "string";
1015
+ };
1016
+ readonly username: {
1017
+ readonly type: "string";
1018
+ };
1019
+ readonly feature: {
1020
+ readonly type: "string";
1021
+ };
1022
+ readonly bundle_code: {
1023
+ readonly type: "string";
1024
+ };
1025
+ readonly license_id: {
1026
+ readonly type: "number";
1027
+ };
1028
+ readonly sdk_ver: {
1029
+ readonly type: "string";
1030
+ };
1031
+ };
1032
+ readonly anyOf: readonly [{
1033
+ readonly required: readonly ["license_key"];
1034
+ }, {
1035
+ readonly required: readonly ["username"];
1036
+ }];
1037
+ readonly required: readonly ["hardware_id", "product", "feature"];
1038
+ };
1039
+ };
1040
+ export declare const getDeviceVariables: {
1041
+ readonly headers: {
1042
+ readonly type: "object";
1043
+ readonly properties: {
1044
+ readonly authorization: {
1045
+ readonly type: "string";
1046
+ };
1047
+ readonly date: {
1048
+ readonly type: "string";
1049
+ };
1050
+ readonly 'x-forwarded-for': {
1051
+ readonly type: "string";
1052
+ };
1053
+ };
1054
+ readonly required: readonly ["authorization", "date"];
1055
+ };
1056
+ readonly querystring: {
1057
+ readonly type: "object";
1058
+ readonly properties: {
1059
+ readonly bundle_code: {
1060
+ readonly type: "string";
1061
+ };
1062
+ readonly hardware_id: {
1063
+ readonly type: "string";
1064
+ };
1065
+ readonly license_id: {
1066
+ readonly type: "number";
1067
+ };
1068
+ readonly license_key: {
1069
+ readonly type: "string";
1070
+ };
1071
+ readonly product: {
1072
+ readonly type: "string";
1073
+ };
1074
+ readonly sdk_ver: {
1075
+ readonly type: "string";
1076
+ };
1077
+ readonly username: {
1078
+ readonly type: "string";
1079
+ };
1080
+ };
1081
+ readonly anyOf: readonly [{
1082
+ readonly required: readonly ["license_key"];
1083
+ }, {
1084
+ readonly required: readonly ["username"];
1085
+ }];
1086
+ readonly required: readonly ["hardware_id", "product"];
1087
+ };
1088
+ };
1089
+ export declare const trackDeviceVariables: {
1090
+ readonly headers: {
1091
+ readonly type: "object";
1092
+ readonly properties: {
1093
+ readonly authorization: {
1094
+ readonly type: "string";
1095
+ };
1096
+ readonly date: {
1097
+ readonly type: "string";
1098
+ };
1099
+ readonly 'x-forwarded-for': {
1100
+ readonly type: "string";
1101
+ };
1102
+ };
1103
+ readonly required: readonly ["authorization", "date"];
1104
+ };
1105
+ readonly body: {
1106
+ readonly type: "object";
1107
+ readonly properties: {
1108
+ readonly bundle_code: {
1109
+ readonly type: "string";
1110
+ };
1111
+ readonly hardware_id: {
1112
+ readonly type: "string";
1113
+ };
1114
+ readonly license_id: {
1115
+ readonly type: "number";
1116
+ };
1117
+ readonly license_key: {
1118
+ readonly type: "string";
1119
+ };
1120
+ readonly product: {
1121
+ readonly type: "string";
1122
+ };
1123
+ readonly sdk_ver: {
1124
+ readonly type: "string";
1125
+ };
1126
+ readonly username: {
1127
+ readonly type: "string";
1128
+ };
1129
+ readonly variables: {
1130
+ readonly type: "object";
1131
+ };
1132
+ };
1133
+ readonly anyOf: readonly [{
1134
+ readonly required: readonly ["license_key"];
1135
+ }, {
1136
+ readonly required: readonly ["username"];
1137
+ }];
1138
+ readonly required: readonly ["hardware_id", "product"];
1139
+ };
1140
+ };
1141
+ export declare const versions: {
1142
+ readonly headers: {
1143
+ readonly type: "object";
1144
+ readonly properties: {
1145
+ readonly authorization: {
1146
+ readonly type: "string";
1147
+ };
1148
+ readonly date: {
1149
+ readonly type: "string";
1150
+ };
1151
+ readonly 'x-forwarded-for': {
1152
+ readonly type: "string";
1153
+ };
1154
+ };
1155
+ readonly required: readonly ["authorization", "date"];
1156
+ };
1157
+ readonly querystring: {
1158
+ readonly type: "object";
1159
+ readonly properties: {
1160
+ readonly bundle_code: {
1161
+ readonly type: "string";
1162
+ };
1163
+ readonly channel: {
1164
+ readonly type: "string";
1165
+ };
1166
+ readonly env: {
1167
+ readonly type: "string";
1168
+ };
1169
+ readonly hardware_id: {
1170
+ readonly type: "string";
1171
+ };
1172
+ readonly license_key: {
1173
+ readonly type: "string";
1174
+ };
1175
+ readonly product: {
1176
+ readonly type: "string";
1177
+ };
1178
+ readonly sdk_ver: {
1179
+ readonly type: "string";
1180
+ };
1181
+ readonly username: {
1182
+ readonly type: "string";
1183
+ };
1184
+ };
1185
+ readonly anyOf: readonly [{
1186
+ readonly required: readonly ["license_key"];
1187
+ }, {
1188
+ readonly required: readonly ["username"];
1189
+ }];
1190
+ readonly required: readonly ["hardware_id", "product"];
1191
+ };
1192
+ };
1193
+ export declare const installationFile: {
1194
+ readonly headers: {
1195
+ readonly type: "object";
1196
+ readonly properties: {
1197
+ readonly authorization: {
1198
+ readonly type: "string";
1199
+ };
1200
+ readonly date: {
1201
+ readonly type: "string";
1202
+ };
1203
+ readonly 'x-forwarded-for': {
1204
+ readonly type: "string";
1205
+ };
1206
+ };
1207
+ readonly required: readonly ["authorization", "date"];
1208
+ };
1209
+ readonly querystring: {
1210
+ readonly type: "object";
1211
+ readonly properties: {
1212
+ readonly bundle_code: {
1213
+ readonly type: "string";
1214
+ };
1215
+ readonly channel: {
1216
+ readonly type: "string";
1217
+ };
1218
+ readonly env: {
1219
+ readonly type: "string";
1220
+ };
1221
+ readonly hardware_id: {
1222
+ readonly type: "string";
1223
+ };
1224
+ readonly license_key: {
1225
+ readonly type: "string";
1226
+ };
1227
+ readonly product: {
1228
+ readonly type: "string";
1229
+ };
1230
+ readonly sdk_ver: {
1231
+ readonly type: "string";
1232
+ };
1233
+ readonly username: {
1234
+ readonly type: "string";
1235
+ };
1236
+ readonly version: {
1237
+ readonly type: "string";
1238
+ };
1239
+ };
1240
+ readonly anyOf: readonly [{
1241
+ readonly required: readonly ["license_key"];
1242
+ }, {
1243
+ readonly required: readonly ["username"];
1244
+ }];
1245
+ readonly required: readonly ["hardware_id", "product"];
1246
+ };
1247
+ };
1248
+ export declare const products: {
1249
+ readonly headers: {
1250
+ readonly type: "object";
1251
+ readonly properties: {
1252
+ readonly authorization: {
1253
+ readonly type: "string";
1254
+ };
1255
+ readonly date: {
1256
+ readonly type: "string";
1257
+ };
1258
+ readonly 'x-forwarded-for': {
1259
+ readonly type: "string";
1260
+ };
1261
+ };
1262
+ readonly required: readonly ["authorization", "date"];
1263
+ };
1264
+ };
1265
+ export declare const productDetails: {
1266
+ readonly headers: {
1267
+ readonly type: "object";
1268
+ readonly properties: {
1269
+ readonly authorization: {
1270
+ readonly type: "string";
1271
+ };
1272
+ readonly date: {
1273
+ readonly type: "string";
1274
+ };
1275
+ readonly 'x-forwarded-for': {
1276
+ readonly type: "string";
1277
+ };
1278
+ };
1279
+ readonly required: readonly ["authorization", "date"];
1280
+ };
1281
+ readonly querystring: {
1282
+ readonly type: "object";
1283
+ readonly properties: {
1284
+ readonly product: {
1285
+ readonly type: "string";
1286
+ };
1287
+ readonly include_latest_version: {
1288
+ readonly type: "boolean";
1289
+ readonly default: false;
1290
+ };
1291
+ readonly include_custom_fields: {
1292
+ readonly type: "boolean";
1293
+ readonly default: false;
1294
+ };
1295
+ readonly env: {
1296
+ readonly type: "string";
1297
+ };
1298
+ };
1299
+ readonly required: readonly ["product"];
1300
+ };
1301
+ };
1302
+ export declare const ssoUrl: {
1303
+ readonly headers: {
1304
+ readonly type: "object";
1305
+ readonly properties: {
1306
+ readonly authorization: {
1307
+ readonly type: "string";
1308
+ };
1309
+ readonly date: {
1310
+ readonly type: "string";
1311
+ };
1312
+ readonly 'x-forwarded-for': {
1313
+ readonly type: "string";
1314
+ };
1315
+ };
1316
+ readonly required: readonly ["authorization", "date"];
1317
+ };
1318
+ readonly querystring: {
1319
+ readonly type: "object";
1320
+ readonly properties: {
1321
+ readonly product: {
1322
+ readonly type: "string";
1323
+ };
1324
+ readonly customer_account_code: {
1325
+ readonly type: "string";
1326
+ };
1327
+ readonly response_type: {
1328
+ readonly type: "string";
1329
+ };
1330
+ readonly bundle_code: {
1331
+ readonly type: "string";
1332
+ };
1333
+ };
1334
+ readonly required: readonly ["product", "customer_account_code"];
1335
+ };
1336
+ };
1337
+ export declare const trialKey: {
1338
+ readonly headers: {
1339
+ readonly type: "object";
1340
+ readonly properties: {
1341
+ readonly authorization: {
1342
+ readonly type: "string";
1343
+ };
1344
+ readonly date: {
1345
+ readonly type: "string";
1346
+ };
1347
+ readonly 'x-forwarded-for': {
1348
+ readonly type: "string";
1349
+ };
1350
+ };
1351
+ readonly required: readonly ["authorization", "date"];
1352
+ };
1353
+ readonly querystring: {
1354
+ readonly type: "object";
1355
+ readonly properties: {
1356
+ readonly product: {
1357
+ readonly type: "string";
1358
+ };
1359
+ readonly hardware_id: {
1360
+ readonly type: "string";
1361
+ };
1362
+ readonly email: {
1363
+ readonly type: "string";
1364
+ };
1365
+ readonly license_policy: {
1366
+ readonly type: "string";
1367
+ };
1368
+ readonly first_name: {
1369
+ readonly type: "string";
1370
+ };
1371
+ readonly last_name: {
1372
+ readonly type: "string";
1373
+ };
1374
+ readonly phone: {
1375
+ readonly type: "string";
1376
+ };
1377
+ readonly address: {
1378
+ readonly type: "string";
1379
+ };
1380
+ readonly postcode: {
1381
+ readonly type: "string";
1382
+ };
1383
+ readonly state: {
1384
+ readonly type: "string";
1385
+ };
1386
+ readonly country: {
1387
+ readonly type: "string";
1388
+ };
1389
+ readonly city: {
1390
+ readonly type: "string";
1391
+ };
1392
+ readonly reference: {
1393
+ readonly type: "string";
1394
+ };
1395
+ readonly sdk_ver: {
1396
+ readonly type: "string";
1397
+ };
1398
+ readonly company_name: {
1399
+ readonly type: "string";
1400
+ };
1401
+ };
1402
+ readonly required: readonly ["product", "hardware_id"];
1403
+ };
1404
+ };
1405
+ export declare const userLicenses: {
1406
+ readonly headers: {
1407
+ readonly type: "object";
1408
+ readonly properties: {
1409
+ readonly authorization: {
1410
+ readonly type: "string";
1411
+ };
1412
+ readonly date: {
1413
+ readonly type: "string";
1414
+ };
1415
+ readonly 'x-forwarded-for': {
1416
+ readonly type: "string";
1417
+ };
1418
+ };
1419
+ readonly required: readonly ["authorization", "date"];
1420
+ };
1421
+ readonly querystring: {
1422
+ readonly type: "object";
1423
+ readonly properties: {
1424
+ readonly username: {
1425
+ readonly type: "string";
1426
+ };
1427
+ readonly password: {
1428
+ readonly type: "string";
1429
+ };
1430
+ readonly product: {
1431
+ readonly type: "string";
1432
+ };
1433
+ readonly id_token: {
1434
+ readonly type: "string";
1435
+ };
1436
+ readonly code: {
1437
+ readonly type: "string";
1438
+ };
1439
+ readonly customer_account_code: {
1440
+ readonly type: "string";
1441
+ };
1442
+ };
1443
+ readonly anyOf: readonly [{
1444
+ readonly required: readonly ["username", "password"];
1445
+ }, {
1446
+ readonly required: readonly ["id_token"];
1447
+ }, {
1448
+ readonly required: readonly ["code"];
1449
+ }];
1450
+ };
1451
+ };
1452
+ export declare const deviceLicenses: {
1453
+ readonly headers: {
1454
+ readonly type: "object";
1455
+ readonly properties: {
1456
+ readonly authorization: {
1457
+ readonly type: "string";
1458
+ };
1459
+ readonly date: {
1460
+ readonly type: "string";
1461
+ };
1462
+ readonly 'x-forwarded-for': {
1463
+ readonly type: "string";
1464
+ };
1465
+ };
1466
+ readonly required: readonly ["authorization", "date"];
1467
+ };
1468
+ readonly querystring: {
1469
+ readonly type: "object";
1470
+ readonly properties: {
1471
+ readonly hardware_id: {
1472
+ readonly type: "string";
1473
+ };
1474
+ };
1475
+ readonly required: readonly ["hardware_id"];
1476
+ };
1477
+ };
1478
+ export declare const oauthUrl: {
1479
+ readonly querystring: {
1480
+ readonly type: "object";
1481
+ readonly properties: {
1482
+ readonly login_type: {
1483
+ readonly type: "string";
1484
+ };
1485
+ };
1486
+ readonly required: readonly ["login_type"];
1487
+ };
1488
+ };
1489
+ export declare const checkBundle: {
1490
+ readonly headers: {
1491
+ readonly type: "object";
1492
+ readonly properties: {
1493
+ readonly authorization: {
1494
+ readonly type: "string";
1495
+ };
1496
+ readonly date: {
1497
+ readonly type: "string";
1498
+ };
1499
+ readonly 'x-forwarded-for': {
1500
+ readonly type: "string";
1501
+ };
1502
+ };
1503
+ readonly required: readonly ["authorization", "date"];
1504
+ };
1505
+ readonly querystring: {
1506
+ readonly type: "object";
1507
+ readonly properties: {
1508
+ readonly hardware_id: {
1509
+ readonly type: "string";
1510
+ };
1511
+ readonly product: {
1512
+ readonly type: "string";
1513
+ };
1514
+ readonly license_key: {
1515
+ readonly type: "string";
1516
+ };
1517
+ readonly username: {
1518
+ readonly type: "string";
1519
+ };
1520
+ readonly env: {
1521
+ readonly type: "string";
1522
+ };
1523
+ readonly license_id: {
1524
+ readonly type: "number";
1525
+ };
1526
+ readonly sdk_ver: {
1527
+ readonly type: "string";
1528
+ };
1529
+ readonly app_ver: {
1530
+ readonly type: "string";
1531
+ };
1532
+ readonly hostname: {
1533
+ readonly type: "string";
1534
+ };
1535
+ readonly os_hostname: {
1536
+ readonly type: "string";
1537
+ };
1538
+ readonly ip_local: {
1539
+ readonly type: "string";
1540
+ };
1541
+ readonly mac_address: {
1542
+ readonly type: "string";
1543
+ };
1544
+ readonly ip: {
1545
+ readonly type: "string";
1546
+ };
1547
+ readonly os_ver: {
1548
+ readonly type: "string";
1549
+ };
1550
+ readonly channel: {
1551
+ readonly type: "string";
1552
+ };
1553
+ };
1554
+ readonly anyOf: readonly [{
1555
+ readonly required: readonly ["license_key"];
1556
+ }, {
1557
+ readonly required: readonly ["username"];
1558
+ }];
1559
+ readonly required: readonly ["hardware_id", "product"];
1560
+ };
1561
+ };