@timebyping/configuration-service-sdk 7.85.3 → 7.85.4
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 +11021 -11012
- package/dist/index.js +52 -43
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/openapi.json +49 -0
- package/package.json +1 -1
- package/src/index.ts +52 -43
package/openapi.json
CHANGED
|
@@ -2414,6 +2414,7 @@
|
|
|
2414
2414
|
"suggestedTaxonomy": {
|
|
2415
2415
|
"description": "Suggested taxonomy for the Website",
|
|
2416
2416
|
"nullable": true,
|
|
2417
|
+
"type": "object",
|
|
2417
2418
|
"allOf": [
|
|
2418
2419
|
{
|
|
2419
2420
|
"$ref": "#/components/schemas/TaxonomyEntry"
|
|
@@ -2482,6 +2483,7 @@
|
|
|
2482
2483
|
"suggestedTaxonomy": {
|
|
2483
2484
|
"description": "Suggested taxonomy for the application",
|
|
2484
2485
|
"nullable": true,
|
|
2486
|
+
"type": "object",
|
|
2485
2487
|
"allOf": [
|
|
2486
2488
|
{
|
|
2487
2489
|
"$ref": "#/components/schemas/TaxonomyEntry"
|
|
@@ -2698,6 +2700,7 @@
|
|
|
2698
2700
|
},
|
|
2699
2701
|
"fields": {
|
|
2700
2702
|
"nullable": true,
|
|
2703
|
+
"type": "object",
|
|
2701
2704
|
"allOf": [
|
|
2702
2705
|
{
|
|
2703
2706
|
"$ref": "#/components/schemas/TimerCarryoverFields"
|
|
@@ -2909,6 +2912,7 @@
|
|
|
2909
2912
|
"webexTracking": {
|
|
2910
2913
|
"description": "webex tracking configuration",
|
|
2911
2914
|
"nullable": true,
|
|
2915
|
+
"type": "object",
|
|
2912
2916
|
"allOf": [
|
|
2913
2917
|
{
|
|
2914
2918
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -2918,6 +2922,7 @@
|
|
|
2918
2922
|
"ringCentralTracking": {
|
|
2919
2923
|
"description": "ring central tracking configuration",
|
|
2920
2924
|
"nullable": true,
|
|
2925
|
+
"type": "object",
|
|
2921
2926
|
"allOf": [
|
|
2922
2927
|
{
|
|
2923
2928
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -3352,6 +3357,7 @@
|
|
|
3352
3357
|
"privacy": {
|
|
3353
3358
|
"description": "privacy configuration",
|
|
3354
3359
|
"nullable": true,
|
|
3360
|
+
"type": "object",
|
|
3355
3361
|
"allOf": [
|
|
3356
3362
|
{
|
|
3357
3363
|
"$ref": "#/components/schemas/UserPrivacyConfiguration"
|
|
@@ -3514,6 +3520,7 @@
|
|
|
3514
3520
|
"webexTracking": {
|
|
3515
3521
|
"description": "webex tracking configuration",
|
|
3516
3522
|
"nullable": true,
|
|
3523
|
+
"type": "object",
|
|
3517
3524
|
"allOf": [
|
|
3518
3525
|
{
|
|
3519
3526
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -3523,6 +3530,7 @@
|
|
|
3523
3530
|
"ringCentralTracking": {
|
|
3524
3531
|
"description": "ring central tracking configuration",
|
|
3525
3532
|
"nullable": true,
|
|
3533
|
+
"type": "object",
|
|
3526
3534
|
"allOf": [
|
|
3527
3535
|
{
|
|
3528
3536
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -3948,6 +3956,7 @@
|
|
|
3948
3956
|
"privacy": {
|
|
3949
3957
|
"description": "privacy configuration",
|
|
3950
3958
|
"nullable": true,
|
|
3959
|
+
"type": "object",
|
|
3951
3960
|
"allOf": [
|
|
3952
3961
|
{
|
|
3953
3962
|
"$ref": "#/components/schemas/UserPrivacyConfiguration"
|
|
@@ -4114,6 +4123,7 @@
|
|
|
4114
4123
|
"webexTracking": {
|
|
4115
4124
|
"description": "webex tracking configuration",
|
|
4116
4125
|
"nullable": true,
|
|
4126
|
+
"type": "object",
|
|
4117
4127
|
"allOf": [
|
|
4118
4128
|
{
|
|
4119
4129
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -4123,6 +4133,7 @@
|
|
|
4123
4133
|
"ringCentralTracking": {
|
|
4124
4134
|
"description": "ring central tracking configuration",
|
|
4125
4135
|
"nullable": true,
|
|
4136
|
+
"type": "object",
|
|
4126
4137
|
"allOf": [
|
|
4127
4138
|
{
|
|
4128
4139
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -4548,6 +4559,7 @@
|
|
|
4548
4559
|
"privacy": {
|
|
4549
4560
|
"description": "privacy configuration",
|
|
4550
4561
|
"nullable": true,
|
|
4562
|
+
"type": "object",
|
|
4551
4563
|
"allOf": [
|
|
4552
4564
|
{
|
|
4553
4565
|
"$ref": "#/components/schemas/UserPrivacyConfiguration"
|
|
@@ -4777,6 +4789,7 @@
|
|
|
4777
4789
|
"welcomeVideo": {
|
|
4778
4790
|
"description": "welcome video for onboarding (served via Mux)",
|
|
4779
4791
|
"nullable": true,
|
|
4792
|
+
"type": "object",
|
|
4780
4793
|
"allOf": [
|
|
4781
4794
|
{
|
|
4782
4795
|
"$ref": "#/components/schemas/OnboardingVideo"
|
|
@@ -4786,6 +4799,7 @@
|
|
|
4786
4799
|
"seeItInActionVideo": {
|
|
4787
4800
|
"description": "see-it-in-action video for onboarding (served via Mux)",
|
|
4788
4801
|
"nullable": true,
|
|
4802
|
+
"type": "object",
|
|
4789
4803
|
"allOf": [
|
|
4790
4804
|
{
|
|
4791
4805
|
"$ref": "#/components/schemas/OnboardingVideo"
|
|
@@ -4795,6 +4809,7 @@
|
|
|
4795
4809
|
"welcomeQuote": {
|
|
4796
4810
|
"description": "welcome quote for onboarding",
|
|
4797
4811
|
"nullable": true,
|
|
4812
|
+
"type": "object",
|
|
4798
4813
|
"allOf": [
|
|
4799
4814
|
{
|
|
4800
4815
|
"$ref": "#/components/schemas/WelcomeQuote"
|
|
@@ -4820,6 +4835,7 @@
|
|
|
4820
4835
|
"timeVelocity": {
|
|
4821
4836
|
"description": "time velocity configuration",
|
|
4822
4837
|
"nullable": true,
|
|
4838
|
+
"type": "object",
|
|
4823
4839
|
"allOf": [
|
|
4824
4840
|
{
|
|
4825
4841
|
"$ref": "#/components/schemas/TimeVelocityConfig"
|
|
@@ -4837,6 +4853,7 @@
|
|
|
4837
4853
|
"org": {
|
|
4838
4854
|
"description": "org-level insights configuration",
|
|
4839
4855
|
"nullable": true,
|
|
4856
|
+
"type": "object",
|
|
4840
4857
|
"allOf": [
|
|
4841
4858
|
{
|
|
4842
4859
|
"$ref": "#/components/schemas/OrgInsightsConfig"
|
|
@@ -4854,6 +4871,7 @@
|
|
|
4854
4871
|
"insights": {
|
|
4855
4872
|
"description": "insights configuration",
|
|
4856
4873
|
"nullable": true,
|
|
4874
|
+
"type": "object",
|
|
4857
4875
|
"allOf": [
|
|
4858
4876
|
{
|
|
4859
4877
|
"$ref": "#/components/schemas/InsightsConfig"
|
|
@@ -5011,6 +5029,7 @@
|
|
|
5011
5029
|
"nullable": true
|
|
5012
5030
|
},
|
|
5013
5031
|
"customerEncryptionKey": {
|
|
5032
|
+
"type": "object",
|
|
5014
5033
|
"description": "customer encryption key",
|
|
5015
5034
|
"discriminator": {
|
|
5016
5035
|
"mapping": {
|
|
@@ -5060,6 +5079,7 @@
|
|
|
5060
5079
|
"enabledWebappTimekeepingFeatures": {
|
|
5061
5080
|
"description": "enabled timekeeping features in web app",
|
|
5062
5081
|
"nullable": true,
|
|
5082
|
+
"type": "object",
|
|
5063
5083
|
"allOf": [
|
|
5064
5084
|
{
|
|
5065
5085
|
"$ref": "#/components/schemas/EnabledWebappTimekeepingFeatures"
|
|
@@ -5069,6 +5089,7 @@
|
|
|
5069
5089
|
"dataRetention": {
|
|
5070
5090
|
"description": "data retention configuration",
|
|
5071
5091
|
"nullable": true,
|
|
5092
|
+
"type": "object",
|
|
5072
5093
|
"allOf": [
|
|
5073
5094
|
{
|
|
5074
5095
|
"$ref": "#/components/schemas/DataRetentionConfiguration"
|
|
@@ -5078,6 +5099,7 @@
|
|
|
5078
5099
|
"privacy": {
|
|
5079
5100
|
"description": "privacy configuration",
|
|
5080
5101
|
"nullable": true,
|
|
5102
|
+
"type": "object",
|
|
5081
5103
|
"allOf": [
|
|
5082
5104
|
{
|
|
5083
5105
|
"$ref": "#/components/schemas/CustomerPrivacyConfiguration"
|
|
@@ -5087,6 +5109,7 @@
|
|
|
5087
5109
|
"enabledWebappAdministrativeFeatures": {
|
|
5088
5110
|
"description": "enabled administrative features in web app",
|
|
5089
5111
|
"nullable": true,
|
|
5112
|
+
"type": "object",
|
|
5090
5113
|
"allOf": [
|
|
5091
5114
|
{
|
|
5092
5115
|
"$ref": "#/components/schemas/EnabledWebappAdministrativeFeatures"
|
|
@@ -5096,6 +5119,7 @@
|
|
|
5096
5119
|
"webexTracking": {
|
|
5097
5120
|
"description": "webex tracking configuration",
|
|
5098
5121
|
"nullable": true,
|
|
5122
|
+
"type": "object",
|
|
5099
5123
|
"allOf": [
|
|
5100
5124
|
{
|
|
5101
5125
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -5105,6 +5129,7 @@
|
|
|
5105
5129
|
"webexContacts": {
|
|
5106
5130
|
"description": "webex contacts configuration",
|
|
5107
5131
|
"nullable": true,
|
|
5132
|
+
"type": "object",
|
|
5108
5133
|
"allOf": [
|
|
5109
5134
|
{
|
|
5110
5135
|
"$ref": "#/components/schemas/WebexContacts"
|
|
@@ -5114,6 +5139,7 @@
|
|
|
5114
5139
|
"ringCentralTracking": {
|
|
5115
5140
|
"description": "ring central tracking configuration",
|
|
5116
5141
|
"nullable": true,
|
|
5142
|
+
"type": "object",
|
|
5117
5143
|
"allOf": [
|
|
5118
5144
|
{
|
|
5119
5145
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -5453,6 +5479,7 @@
|
|
|
5453
5479
|
"delegateMapping": {
|
|
5454
5480
|
"description": "delegate mapping configuration",
|
|
5455
5481
|
"nullable": true,
|
|
5482
|
+
"type": "object",
|
|
5456
5483
|
"allOf": [
|
|
5457
5484
|
{
|
|
5458
5485
|
"$ref": "#/components/schemas/DelegateMappingConfiguration"
|
|
@@ -5483,6 +5510,7 @@
|
|
|
5483
5510
|
"onboardingResource": {
|
|
5484
5511
|
"description": "onboarding resource configuration (welcome video, privacy docs)",
|
|
5485
5512
|
"nullable": true,
|
|
5513
|
+
"type": "object",
|
|
5486
5514
|
"allOf": [
|
|
5487
5515
|
{
|
|
5488
5516
|
"$ref": "#/components/schemas/OnboardingResource"
|
|
@@ -5504,6 +5532,7 @@
|
|
|
5504
5532
|
"signal": {
|
|
5505
5533
|
"description": "signal configuration",
|
|
5506
5534
|
"nullable": true,
|
|
5535
|
+
"type": "object",
|
|
5507
5536
|
"allOf": [
|
|
5508
5537
|
{
|
|
5509
5538
|
"$ref": "#/components/schemas/SignalCustomerConfig"
|
|
@@ -5751,6 +5780,7 @@
|
|
|
5751
5780
|
"nullable": true
|
|
5752
5781
|
},
|
|
5753
5782
|
"customerEncryptionKey": {
|
|
5783
|
+
"type": "object",
|
|
5754
5784
|
"description": "customer encryption key",
|
|
5755
5785
|
"discriminator": {
|
|
5756
5786
|
"mapping": {
|
|
@@ -5800,6 +5830,7 @@
|
|
|
5800
5830
|
"enabledWebappTimekeepingFeatures": {
|
|
5801
5831
|
"description": "enabled timekeeping features in web app",
|
|
5802
5832
|
"nullable": true,
|
|
5833
|
+
"type": "object",
|
|
5803
5834
|
"allOf": [
|
|
5804
5835
|
{
|
|
5805
5836
|
"$ref": "#/components/schemas/EnabledWebappTimekeepingFeatures"
|
|
@@ -5809,6 +5840,7 @@
|
|
|
5809
5840
|
"dataRetention": {
|
|
5810
5841
|
"description": "data retention configuration",
|
|
5811
5842
|
"nullable": true,
|
|
5843
|
+
"type": "object",
|
|
5812
5844
|
"allOf": [
|
|
5813
5845
|
{
|
|
5814
5846
|
"$ref": "#/components/schemas/DataRetentionConfiguration"
|
|
@@ -5818,6 +5850,7 @@
|
|
|
5818
5850
|
"privacy": {
|
|
5819
5851
|
"description": "privacy configuration",
|
|
5820
5852
|
"nullable": true,
|
|
5853
|
+
"type": "object",
|
|
5821
5854
|
"allOf": [
|
|
5822
5855
|
{
|
|
5823
5856
|
"$ref": "#/components/schemas/CustomerPrivacyConfiguration"
|
|
@@ -5827,6 +5860,7 @@
|
|
|
5827
5860
|
"enabledWebappAdministrativeFeatures": {
|
|
5828
5861
|
"description": "enabled administrative features in web app",
|
|
5829
5862
|
"nullable": true,
|
|
5863
|
+
"type": "object",
|
|
5830
5864
|
"allOf": [
|
|
5831
5865
|
{
|
|
5832
5866
|
"$ref": "#/components/schemas/EnabledWebappAdministrativeFeatures"
|
|
@@ -5836,6 +5870,7 @@
|
|
|
5836
5870
|
"webexTracking": {
|
|
5837
5871
|
"description": "webex tracking configuration",
|
|
5838
5872
|
"nullable": true,
|
|
5873
|
+
"type": "object",
|
|
5839
5874
|
"allOf": [
|
|
5840
5875
|
{
|
|
5841
5876
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -5845,6 +5880,7 @@
|
|
|
5845
5880
|
"webexContacts": {
|
|
5846
5881
|
"description": "webex contacts configuration",
|
|
5847
5882
|
"nullable": true,
|
|
5883
|
+
"type": "object",
|
|
5848
5884
|
"allOf": [
|
|
5849
5885
|
{
|
|
5850
5886
|
"$ref": "#/components/schemas/WebexContacts"
|
|
@@ -5854,6 +5890,7 @@
|
|
|
5854
5890
|
"ringCentralTracking": {
|
|
5855
5891
|
"description": "ring central tracking configuration",
|
|
5856
5892
|
"nullable": true,
|
|
5893
|
+
"type": "object",
|
|
5857
5894
|
"allOf": [
|
|
5858
5895
|
{
|
|
5859
5896
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -6188,6 +6225,7 @@
|
|
|
6188
6225
|
"delegateMapping": {
|
|
6189
6226
|
"description": "delegate mapping configuration",
|
|
6190
6227
|
"nullable": true,
|
|
6228
|
+
"type": "object",
|
|
6191
6229
|
"allOf": [
|
|
6192
6230
|
{
|
|
6193
6231
|
"$ref": "#/components/schemas/DelegateMappingConfiguration"
|
|
@@ -6218,6 +6256,7 @@
|
|
|
6218
6256
|
"onboardingResource": {
|
|
6219
6257
|
"description": "onboarding resource configuration (welcome video, privacy docs)",
|
|
6220
6258
|
"nullable": true,
|
|
6259
|
+
"type": "object",
|
|
6221
6260
|
"allOf": [
|
|
6222
6261
|
{
|
|
6223
6262
|
"$ref": "#/components/schemas/OnboardingResource"
|
|
@@ -6534,6 +6573,7 @@
|
|
|
6534
6573
|
"nullable": true
|
|
6535
6574
|
},
|
|
6536
6575
|
"customerEncryptionKey": {
|
|
6576
|
+
"type": "object",
|
|
6537
6577
|
"description": "customer encryption key",
|
|
6538
6578
|
"discriminator": {
|
|
6539
6579
|
"mapping": {
|
|
@@ -6583,6 +6623,7 @@
|
|
|
6583
6623
|
"enabledWebappTimekeepingFeatures": {
|
|
6584
6624
|
"description": "enabled timekeeping features in web app",
|
|
6585
6625
|
"nullable": true,
|
|
6626
|
+
"type": "object",
|
|
6586
6627
|
"allOf": [
|
|
6587
6628
|
{
|
|
6588
6629
|
"$ref": "#/components/schemas/EnabledWebappTimekeepingFeatures"
|
|
@@ -6592,6 +6633,7 @@
|
|
|
6592
6633
|
"dataRetention": {
|
|
6593
6634
|
"description": "data retention configuration",
|
|
6594
6635
|
"nullable": true,
|
|
6636
|
+
"type": "object",
|
|
6595
6637
|
"allOf": [
|
|
6596
6638
|
{
|
|
6597
6639
|
"$ref": "#/components/schemas/DataRetentionConfiguration"
|
|
@@ -6601,6 +6643,7 @@
|
|
|
6601
6643
|
"privacy": {
|
|
6602
6644
|
"description": "privacy configuration",
|
|
6603
6645
|
"nullable": true,
|
|
6646
|
+
"type": "object",
|
|
6604
6647
|
"allOf": [
|
|
6605
6648
|
{
|
|
6606
6649
|
"$ref": "#/components/schemas/CustomerPrivacyConfiguration"
|
|
@@ -6610,6 +6653,7 @@
|
|
|
6610
6653
|
"enabledWebappAdministrativeFeatures": {
|
|
6611
6654
|
"description": "enabled administrative features in web app",
|
|
6612
6655
|
"nullable": true,
|
|
6656
|
+
"type": "object",
|
|
6613
6657
|
"allOf": [
|
|
6614
6658
|
{
|
|
6615
6659
|
"$ref": "#/components/schemas/EnabledWebappAdministrativeFeatures"
|
|
@@ -6619,6 +6663,7 @@
|
|
|
6619
6663
|
"webexTracking": {
|
|
6620
6664
|
"description": "webex tracking configuration",
|
|
6621
6665
|
"nullable": true,
|
|
6666
|
+
"type": "object",
|
|
6622
6667
|
"allOf": [
|
|
6623
6668
|
{
|
|
6624
6669
|
"$ref": "#/components/schemas/WebexTracking"
|
|
@@ -6628,6 +6673,7 @@
|
|
|
6628
6673
|
"webexContacts": {
|
|
6629
6674
|
"description": "webex contacts configuration",
|
|
6630
6675
|
"nullable": true,
|
|
6676
|
+
"type": "object",
|
|
6631
6677
|
"allOf": [
|
|
6632
6678
|
{
|
|
6633
6679
|
"$ref": "#/components/schemas/WebexContacts"
|
|
@@ -6637,6 +6683,7 @@
|
|
|
6637
6683
|
"ringCentralTracking": {
|
|
6638
6684
|
"description": "ring central tracking configuration",
|
|
6639
6685
|
"nullable": true,
|
|
6686
|
+
"type": "object",
|
|
6640
6687
|
"allOf": [
|
|
6641
6688
|
{
|
|
6642
6689
|
"$ref": "#/components/schemas/RingCentralTracking"
|
|
@@ -6971,6 +7018,7 @@
|
|
|
6971
7018
|
"delegateMapping": {
|
|
6972
7019
|
"description": "delegate mapping configuration",
|
|
6973
7020
|
"nullable": true,
|
|
7021
|
+
"type": "object",
|
|
6974
7022
|
"allOf": [
|
|
6975
7023
|
{
|
|
6976
7024
|
"$ref": "#/components/schemas/DelegateMappingConfiguration"
|
|
@@ -7001,6 +7049,7 @@
|
|
|
7001
7049
|
"onboardingResource": {
|
|
7002
7050
|
"description": "onboarding resource configuration (welcome video, privacy docs)",
|
|
7003
7051
|
"nullable": true,
|
|
7052
|
+
"type": "object",
|
|
7004
7053
|
"allOf": [
|
|
7005
7054
|
{
|
|
7006
7055
|
"$ref": "#/components/schemas/OnboardingResource"
|
package/package.json
CHANGED