@timebyping/configuration-service-sdk 7.74.0 → 7.74.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 +35 -35
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/openapi.json +24 -4
- package/package.json +1 -1
- package/src/index.ts +20 -20
package/dist/index.d.ts
CHANGED
|
@@ -4719,33 +4719,6 @@ export declare const GetApiV1UsersMeCustomFilters200Response: z.ZodArray<z.ZodOb
|
|
|
4719
4719
|
enabled: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodNull]>>;
|
|
4720
4720
|
createdAt: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>>;
|
|
4721
4721
|
}, z.core.$strip>>;
|
|
4722
|
-
export declare const GetApiV1CustomersCustomeridSignal200Response: z.ZodObject<{
|
|
4723
|
-
insights: z.ZodUnion<readonly [z.ZodObject<{
|
|
4724
|
-
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
4725
|
-
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
4726
|
-
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
4727
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4728
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4729
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4730
|
-
rankOrder: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
4731
|
-
highLeverageRanks: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
4732
|
-
highLeverageRatio: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>>;
|
|
4733
|
-
}, z.core.$strip>;
|
|
4734
|
-
export declare const GetApiV1CustomersCustomeridSignalInsights200Response: z.ZodObject<{
|
|
4735
|
-
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
4736
|
-
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
4737
|
-
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
4738
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4739
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4740
|
-
}, z.core.$strip>;
|
|
4741
|
-
export declare const GetApiV1CustomersCustomeridSignalInsightsOrg200Response: z.ZodObject<{
|
|
4742
|
-
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
4743
|
-
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
4744
|
-
}, z.core.$strip>, z.ZodNull]>;
|
|
4745
|
-
}, z.core.$strip>;
|
|
4746
|
-
export declare const GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response: z.ZodObject<{
|
|
4747
|
-
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
4748
|
-
}, z.core.$strip>;
|
|
4749
4722
|
export declare const PostApiV1GlobalBody: z.ZodObject<{
|
|
4750
4723
|
agentConfigurationRefreshInterval: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>>;
|
|
4751
4724
|
feedbackUrl: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNull]>>;
|
|
@@ -11764,6 +11737,18 @@ export declare const PatchApiV1OnboardingCustomeridLogo200Response: z.ZodObject<
|
|
|
11764
11737
|
export declare const GetApiV1CustomersCustomeridSignalParams: z.ZodObject<{
|
|
11765
11738
|
customerId: z.ZodCustom<string, string>;
|
|
11766
11739
|
}, z.core.$strip>;
|
|
11740
|
+
export declare const GetApiV1CustomersCustomeridSignal200Response: z.ZodUnion<readonly [z.ZodObject<{
|
|
11741
|
+
insights: z.ZodUnion<readonly [z.ZodObject<{
|
|
11742
|
+
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
11743
|
+
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
11744
|
+
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
11745
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11746
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11747
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11748
|
+
rankOrder: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
11749
|
+
highLeverageRanks: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
11750
|
+
highLeverageRatio: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>>;
|
|
11751
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11767
11752
|
export declare const PatchApiV1CustomersCustomeridSignalParams: z.ZodObject<{
|
|
11768
11753
|
customerId: z.ZodCustom<string, string>;
|
|
11769
11754
|
}, z.core.$strip>;
|
|
@@ -11794,6 +11779,13 @@ export declare const PatchApiV1CustomersCustomeridSignal200Response: z.ZodObject
|
|
|
11794
11779
|
export declare const GetApiV1CustomersCustomeridSignalInsightsParams: z.ZodObject<{
|
|
11795
11780
|
customerId: z.ZodCustom<string, string>;
|
|
11796
11781
|
}, z.core.$strip>;
|
|
11782
|
+
export declare const GetApiV1CustomersCustomeridSignalInsights200Response: z.ZodUnion<readonly [z.ZodObject<{
|
|
11783
|
+
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
11784
|
+
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
11785
|
+
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
11786
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11787
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11788
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11797
11789
|
export declare const PatchApiV1CustomersCustomeridSignalInsightsParams: z.ZodObject<{
|
|
11798
11790
|
customerId: z.ZodCustom<string, string>;
|
|
11799
11791
|
}, z.core.$strip>;
|
|
@@ -11814,6 +11806,11 @@ export declare const PatchApiV1CustomersCustomeridSignalInsights200Response: z.Z
|
|
|
11814
11806
|
export declare const GetApiV1CustomersCustomeridSignalInsightsOrgParams: z.ZodObject<{
|
|
11815
11807
|
customerId: z.ZodCustom<string, string>;
|
|
11816
11808
|
}, z.core.$strip>;
|
|
11809
|
+
export declare const GetApiV1CustomersCustomeridSignalInsightsOrg200Response: z.ZodUnion<readonly [z.ZodObject<{
|
|
11810
|
+
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
11811
|
+
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
11812
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11813
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11817
11814
|
export declare const PatchApiV1CustomersCustomeridSignalInsightsOrgParams: z.ZodObject<{
|
|
11818
11815
|
customerId: z.ZodCustom<string, string>;
|
|
11819
11816
|
}, z.core.$strip>;
|
|
@@ -11830,6 +11827,9 @@ export declare const PatchApiV1CustomersCustomeridSignalInsightsOrg200Response:
|
|
|
11830
11827
|
export declare const GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams: z.ZodObject<{
|
|
11831
11828
|
customerId: z.ZodCustom<string, string>;
|
|
11832
11829
|
}, z.core.$strip>;
|
|
11830
|
+
export declare const GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response: z.ZodUnion<readonly [z.ZodObject<{
|
|
11831
|
+
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
11832
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
11833
11833
|
export declare const PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams: z.ZodObject<{
|
|
11834
11834
|
customerId: z.ZodCustom<string, string>;
|
|
11835
11835
|
}, z.core.$strip>;
|
|
@@ -20047,7 +20047,7 @@ export declare const Response: {
|
|
|
20047
20047
|
};
|
|
20048
20048
|
readonly '/api/v1/customers/{customerId}/signal': {
|
|
20049
20049
|
readonly GET: {
|
|
20050
|
-
readonly '200': z.ZodObject<{
|
|
20050
|
+
readonly '200': z.ZodUnion<readonly [z.ZodObject<{
|
|
20051
20051
|
insights: z.ZodUnion<readonly [z.ZodObject<{
|
|
20052
20052
|
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
20053
20053
|
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -20058,7 +20058,7 @@ export declare const Response: {
|
|
|
20058
20058
|
rankOrder: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
20059
20059
|
highLeverageRanks: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodString>, z.ZodNull]>>;
|
|
20060
20060
|
highLeverageRatio: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodNull]>>;
|
|
20061
|
-
}, z.core.$strip>;
|
|
20061
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
20062
20062
|
};
|
|
20063
20063
|
readonly PATCH: {
|
|
20064
20064
|
readonly '200': z.ZodObject<{
|
|
@@ -20077,13 +20077,13 @@ export declare const Response: {
|
|
|
20077
20077
|
};
|
|
20078
20078
|
readonly '/api/v1/customers/{customerId}/signal/insights': {
|
|
20079
20079
|
readonly GET: {
|
|
20080
|
-
readonly '200': z.ZodObject<{
|
|
20080
|
+
readonly '200': z.ZodUnion<readonly [z.ZodObject<{
|
|
20081
20081
|
org: z.ZodUnion<readonly [z.ZodObject<{
|
|
20082
20082
|
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
20083
20083
|
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
20084
20084
|
}, z.core.$strip>, z.ZodNull]>;
|
|
20085
20085
|
}, z.core.$strip>, z.ZodNull]>;
|
|
20086
|
-
}, z.core.$strip>;
|
|
20086
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
20087
20087
|
};
|
|
20088
20088
|
readonly PATCH: {
|
|
20089
20089
|
readonly '200': z.ZodObject<{
|
|
@@ -20097,11 +20097,11 @@ export declare const Response: {
|
|
|
20097
20097
|
};
|
|
20098
20098
|
readonly '/api/v1/customers/{customerId}/signal/insights/org': {
|
|
20099
20099
|
readonly GET: {
|
|
20100
|
-
readonly '200': z.ZodObject<{
|
|
20100
|
+
readonly '200': z.ZodUnion<readonly [z.ZodObject<{
|
|
20101
20101
|
timeVelocity: z.ZodUnion<readonly [z.ZodObject<{
|
|
20102
20102
|
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
20103
20103
|
}, z.core.$strip>, z.ZodNull]>;
|
|
20104
|
-
}, z.core.$strip>;
|
|
20104
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
20105
20105
|
};
|
|
20106
20106
|
readonly PATCH: {
|
|
20107
20107
|
readonly '200': z.ZodObject<{
|
|
@@ -20113,9 +20113,9 @@ export declare const Response: {
|
|
|
20113
20113
|
};
|
|
20114
20114
|
readonly '/api/v1/customers/{customerId}/signal/insights/org/timeVelocity': {
|
|
20115
20115
|
readonly GET: {
|
|
20116
|
-
readonly '200': z.ZodObject<{
|
|
20116
|
+
readonly '200': z.ZodUnion<readonly [z.ZodObject<{
|
|
20117
20117
|
minimumStartDate: z.ZodOptional<z.ZodUnion<readonly [z.ZodCodec<z.ZodUnion<readonly [z.ZodString, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>]>, z.ZodCustom<import("luxon").DateTime<true>, import("luxon").DateTime<true>>>, z.ZodNull]>>;
|
|
20118
|
-
}, z.core.$strip>;
|
|
20118
|
+
}, z.core.$strip>, z.ZodNull]>;
|
|
20119
20119
|
};
|
|
20120
20120
|
readonly PATCH: {
|
|
20121
20121
|
readonly '200': z.ZodObject<{
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CustomerConfigSchema = exports.SignalCustomerConfigSchema = exports.BulkUpdateWebsitesDtoSchema = exports.InsightsConfigSchema = exports.CustomerConfigUpdateDtoSchema = exports.CustomerConfigCreateDtoSchema = exports.UserConfigUpdateDtoSchema = exports.UserConfigCreateDtoSchema = exports.UserConfigSchema = exports.BulkUpdateWebsitesResponseDtoSchema = exports.WebsitesBulkOperationSchema = exports.OrgInsightsConfigSchema = exports.OnboardingResourceSchema = exports.UserSelfCustomFiltersUpdateDtoSchema = exports.TimerCarryoverSchema = exports.AgentApplicationEntrySchema = exports.AgentWebsiteEntrySchema = exports.PrivacyDocumentUpdateDtoSchema = exports.PrivacyDocumentSchema = exports.PrivacyDocumentCreateDtoSchema = exports.RotateEncryptionKeyDtoSchema = exports.BulkOperationErrorSchema = exports.AgentWebsiteEntryInputSchema = exports.AzureCustomerEncryptionKeySchema = exports.AwsCustomerEncryptionKeySchema = exports.CustomerEncryptionKeySchema = exports.TimeVelocityConfigSchema = exports.WelcomeQuoteSchema = exports.OnboardingVideoSchema = exports.DelegateMappingConfigurationSchema = exports.WebexContactsSchema = exports.EnabledWebappAdministrativeFeaturesSchema = exports.CustomerPrivacyConfigurationSchema = exports.DataRetentionConfigurationSchema = exports.EnabledWebappTimekeepingFeaturesSchema = exports.TimeZoneEntitySchema = exports.WebappWorkActivityCustomFilterSchema = exports.UserPrivacyConfigurationSchema = exports.TimerCarryoverFieldsSchema = exports.SignalLiveboardSchema = exports.RingCentralTrackingSchema = exports.WebexTrackingSchema = exports.TaxonomyEntrySchema = exports.AccessibilitySignatureMetadataEntrySchema = exports.TenantConfigUpdateDtoSchema = exports.TenantConfigSchema = exports.TenantConfigCreateDtoSchema = exports.GlobalConfigUpdateDtoSchema = exports.GlobalConfigSchema = exports.GlobalConfigCreateDtoSchema = void 0;
|
|
4
|
-
exports.GetApiV1CustomersQuery = exports.DeleteApiV1CustomersCustomerid200Response = exports.DeleteApiV1CustomersCustomeridParams = exports.PatchApiV1CustomersCustomerid200Response = exports.PatchApiV1CustomersCustomeridBody = exports.PatchApiV1CustomersCustomeridParams = exports.PostApiV1CustomersCustomerid201Response = exports.PostApiV1CustomersCustomeridBody = exports.PostApiV1CustomersCustomeridParams = exports.GetApiV1CustomersCustomerid200Response = exports.GetApiV1CustomersCustomeridParams = exports.GetApiV1UsersMe200Response = exports.PatchApiV1UsersMeCustomFilters200Response = exports.PatchApiV1UsersMeCustomFiltersBody = exports.GetApiV1CustomersCustomeridUsersUseridTimezone200Response = exports.GetApiV1CustomersCustomeridUsersUseridTimezoneParams = exports.DeleteApiV1CustomersCustomeridUsersUserid200Response = exports.DeleteApiV1CustomersCustomeridUsersUseridParams = exports.PatchApiV1CustomersCustomeridUsersUserid200Response = exports.PatchApiV1CustomersCustomeridUsersUseridBody = exports.PatchApiV1CustomersCustomeridUsersUseridParams = exports.PostApiV1CustomersCustomeridUsersUserid201Response = exports.PostApiV1CustomersCustomeridUsersUseridBody = exports.PostApiV1CustomersCustomeridUsersUseridParams = exports.GetApiV1CustomersCustomeridUsersUseridParams = exports.GetApiV1CustomersCustomeridUsers200Response = exports.GetApiV1CustomersCustomeridUsersParams = exports.DeleteApiV1TenantsTenantid200Response = exports.DeleteApiV1TenantsTenantidParams = exports.PatchApiV1TenantsTenantid200Response = exports.PatchApiV1TenantsTenantidBody = exports.PatchApiV1TenantsTenantidParams = exports.GetApiV1TenantsTenantid200Response = exports.GetApiV1TenantsTenantidParams = exports.PostApiV1TenantsBody = exports.GetApiV1Tenants200Response = exports.PatchApiV1Global200Response = exports.PatchApiV1GlobalBody = exports.PostApiV1Global201Response = exports.PostApiV1GlobalBody = exports.
|
|
5
|
-
exports.Response = exports.Request = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.PatchApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgParams = exports.GetApiV1CustomersCustomeridSignalInsightsOrgParams = exports.PatchApiV1CustomersCustomeridSignalInsights200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsBody = exports.PatchApiV1CustomersCustomeridSignalInsightsParams = exports.GetApiV1CustomersCustomeridSignalInsightsParams = exports.PatchApiV1CustomersCustomeridSignal200Response = exports.PatchApiV1CustomersCustomeridSignalBody = exports.PatchApiV1CustomersCustomeridSignalParams = exports.GetApiV1CustomersCustomeridSignalParams = exports.PatchApiV1OnboardingCustomeridLogo200Response = exports.PatchApiV1OnboardingCustomeridLogoParams = exports.GetApiV1OnboardingCustomeridLogo200Response = exports.GetApiV1OnboardingCustomeridLogoParams = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublished200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublishedQuery = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublishedParams = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsId200Response = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsIdBody = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsIdParams = exports.GetApiV1CustomersCustomeridPrivacyDocumentsId200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsIdParams = exports.PostApiV1CustomersCustomeridPrivacyDocumentsBody = exports.PostApiV1CustomersCustomeridPrivacyDocumentsParams = exports.GetApiV1CustomersCustomeridPrivacyDocuments200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsParams = exports.PostApiV1CustomersCustomeridRotateEncryptionKey200Response = exports.PostApiV1CustomersCustomeridRotateEncryptionKeyBody = exports.PostApiV1CustomersCustomeridRotateEncryptionKeyParams = exports.PatchApiV1CustomersCustomeridWebsitesBulk200Response = exports.PatchApiV1CustomersCustomeridWebsitesBulkBody =
|
|
4
|
+
exports.PatchApiV1CustomersCustomeridWebsitesBulkParams = exports.GetApiV1CustomersCustomeridTimezones200Response = exports.GetApiV1CustomersCustomeridTimezonesParams = exports.GetApiV1Customers200Response = exports.GetApiV1CustomersQuery = exports.DeleteApiV1CustomersCustomerid200Response = exports.DeleteApiV1CustomersCustomeridParams = exports.PatchApiV1CustomersCustomerid200Response = exports.PatchApiV1CustomersCustomeridBody = exports.PatchApiV1CustomersCustomeridParams = exports.PostApiV1CustomersCustomerid201Response = exports.PostApiV1CustomersCustomeridBody = exports.PostApiV1CustomersCustomeridParams = exports.GetApiV1CustomersCustomerid200Response = exports.GetApiV1CustomersCustomeridParams = exports.GetApiV1UsersMe200Response = exports.PatchApiV1UsersMeCustomFilters200Response = exports.PatchApiV1UsersMeCustomFiltersBody = exports.GetApiV1CustomersCustomeridUsersUseridTimezone200Response = exports.GetApiV1CustomersCustomeridUsersUseridTimezoneParams = exports.DeleteApiV1CustomersCustomeridUsersUserid200Response = exports.DeleteApiV1CustomersCustomeridUsersUseridParams = exports.PatchApiV1CustomersCustomeridUsersUserid200Response = exports.PatchApiV1CustomersCustomeridUsersUseridBody = exports.PatchApiV1CustomersCustomeridUsersUseridParams = exports.PostApiV1CustomersCustomeridUsersUserid201Response = exports.PostApiV1CustomersCustomeridUsersUseridBody = exports.PostApiV1CustomersCustomeridUsersUseridParams = exports.GetApiV1CustomersCustomeridUsersUseridParams = exports.GetApiV1CustomersCustomeridUsers200Response = exports.GetApiV1CustomersCustomeridUsersParams = exports.DeleteApiV1TenantsTenantid200Response = exports.DeleteApiV1TenantsTenantidParams = exports.PatchApiV1TenantsTenantid200Response = exports.PatchApiV1TenantsTenantidBody = exports.PatchApiV1TenantsTenantidParams = exports.GetApiV1TenantsTenantid200Response = exports.GetApiV1TenantsTenantidParams = exports.PostApiV1TenantsBody = exports.GetApiV1Tenants200Response = exports.PatchApiV1Global200Response = exports.PatchApiV1GlobalBody = exports.PostApiV1Global201Response = exports.PostApiV1GlobalBody = exports.GetApiV1UsersMeCustomFilters200Response = exports.GetApiV1Global200Response = exports.PostApiV1CustomersCustomeridPrivacyDocuments201Response = exports.PostApiV1Tenants201Response = exports.GetApiV1CustomersCustomeridUsersUserid200Response = exports.GetApiV1CustomersMe200Response = void 0;
|
|
5
|
+
exports.Response = exports.Request = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.PatchApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgParams = exports.GetApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.GetApiV1CustomersCustomeridSignalInsightsOrgParams = exports.PatchApiV1CustomersCustomeridSignalInsights200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsBody = exports.PatchApiV1CustomersCustomeridSignalInsightsParams = exports.GetApiV1CustomersCustomeridSignalInsights200Response = exports.GetApiV1CustomersCustomeridSignalInsightsParams = exports.PatchApiV1CustomersCustomeridSignal200Response = exports.PatchApiV1CustomersCustomeridSignalBody = exports.PatchApiV1CustomersCustomeridSignalParams = exports.GetApiV1CustomersCustomeridSignal200Response = exports.GetApiV1CustomersCustomeridSignalParams = exports.PatchApiV1OnboardingCustomeridLogo200Response = exports.PatchApiV1OnboardingCustomeridLogoParams = exports.GetApiV1OnboardingCustomeridLogo200Response = exports.GetApiV1OnboardingCustomeridLogoParams = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublished200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublishedQuery = exports.GetApiV1CustomersCustomeridPrivacyDocumentsPublishedParams = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsId200Response = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsIdBody = exports.PatchApiV1CustomersCustomeridPrivacyDocumentsIdParams = exports.GetApiV1CustomersCustomeridPrivacyDocumentsId200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsIdParams = exports.PostApiV1CustomersCustomeridPrivacyDocumentsBody = exports.PostApiV1CustomersCustomeridPrivacyDocumentsParams = exports.GetApiV1CustomersCustomeridPrivacyDocuments200Response = exports.GetApiV1CustomersCustomeridPrivacyDocumentsParams = exports.PostApiV1CustomersCustomeridRotateEncryptionKey200Response = exports.PostApiV1CustomersCustomeridRotateEncryptionKeyBody = exports.PostApiV1CustomersCustomeridRotateEncryptionKeyParams = exports.PatchApiV1CustomersCustomeridWebsitesBulk200Response = exports.PatchApiV1CustomersCustomeridWebsitesBulkBody = void 0;
|
|
6
6
|
const zod_1 = require("zod");
|
|
7
7
|
const zod_2 = require("@timebyping/common-core/zod");
|
|
8
8
|
exports.GlobalConfigCreateDtoSchema = zod_1.z.object({ agentConfigurationRefreshInterval: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]).optional(), feedbackUrl: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), identityServiceManagementUrl: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), logLevel: zod_1.z.union([zod_1.z.enum(['DEBUG', 'INFO', 'ERROR', 'WARN']), zod_1.z.null()]).optional(), supportUrl: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), laurelUrl: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentMinimumWindowsClientVersionSupported: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentMinimumWindowsClientVersionSupportedMessage: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentMinimumMacClientVersionSupported: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentMinimumMacClientVersionSupportedMessage: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentLoggingEndpoint: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentLoggingSecureEndpoint: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional(), agentLoggingToken: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]).optional() });
|
|
@@ -61,10 +61,6 @@ exports.PostApiV1Tenants201Response = exports.TenantConfigSchema;
|
|
|
61
61
|
exports.PostApiV1CustomersCustomeridPrivacyDocuments201Response = exports.PrivacyDocumentSchema;
|
|
62
62
|
exports.GetApiV1Global200Response = exports.GlobalConfigSchema;
|
|
63
63
|
exports.GetApiV1UsersMeCustomFilters200Response = zod_1.z.array(exports.WebappWorkActivityCustomFilterSchema);
|
|
64
|
-
exports.GetApiV1CustomersCustomeridSignal200Response = exports.SignalCustomerConfigSchema;
|
|
65
|
-
exports.GetApiV1CustomersCustomeridSignalInsights200Response = exports.InsightsConfigSchema;
|
|
66
|
-
exports.GetApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.OrgInsightsConfigSchema;
|
|
67
|
-
exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.TimeVelocityConfigSchema;
|
|
68
64
|
exports.PostApiV1GlobalBody = exports.GlobalConfigCreateDtoSchema;
|
|
69
65
|
exports.PostApiV1Global201Response = exports.GetApiV1Global200Response;
|
|
70
66
|
exports.PatchApiV1GlobalBody = exports.GlobalConfigUpdateDtoSchema;
|
|
@@ -131,21 +127,25 @@ exports.GetApiV1OnboardingCustomeridLogo200Response = zod_1.z.object({ expiresIn
|
|
|
131
127
|
exports.PatchApiV1OnboardingCustomeridLogoParams = exports.GetApiV1CustomersCustomeridParams;
|
|
132
128
|
exports.PatchApiV1OnboardingCustomeridLogo200Response = exports.GetApiV1CustomersMe200Response;
|
|
133
129
|
exports.GetApiV1CustomersCustomeridSignalParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
130
|
+
exports.GetApiV1CustomersCustomeridSignal200Response = zod_1.z.union([exports.SignalCustomerConfigSchema, zod_1.z.null()]);
|
|
134
131
|
exports.PatchApiV1CustomersCustomeridSignalParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
135
|
-
exports.PatchApiV1CustomersCustomeridSignalBody = exports.
|
|
136
|
-
exports.PatchApiV1CustomersCustomeridSignal200Response = exports.
|
|
132
|
+
exports.PatchApiV1CustomersCustomeridSignalBody = exports.SignalCustomerConfigSchema;
|
|
133
|
+
exports.PatchApiV1CustomersCustomeridSignal200Response = exports.PatchApiV1CustomersCustomeridSignalBody;
|
|
137
134
|
exports.GetApiV1CustomersCustomeridSignalInsightsParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
135
|
+
exports.GetApiV1CustomersCustomeridSignalInsights200Response = zod_1.z.union([exports.InsightsConfigSchema, zod_1.z.null()]);
|
|
138
136
|
exports.PatchApiV1CustomersCustomeridSignalInsightsParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
139
|
-
exports.PatchApiV1CustomersCustomeridSignalInsightsBody = exports.
|
|
140
|
-
exports.PatchApiV1CustomersCustomeridSignalInsights200Response = exports.
|
|
137
|
+
exports.PatchApiV1CustomersCustomeridSignalInsightsBody = exports.InsightsConfigSchema;
|
|
138
|
+
exports.PatchApiV1CustomersCustomeridSignalInsights200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsBody;
|
|
141
139
|
exports.GetApiV1CustomersCustomeridSignalInsightsOrgParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
140
|
+
exports.GetApiV1CustomersCustomeridSignalInsightsOrg200Response = zod_1.z.union([exports.OrgInsightsConfigSchema, zod_1.z.null()]);
|
|
142
141
|
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
143
|
-
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody = exports.
|
|
144
|
-
exports.PatchApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.
|
|
142
|
+
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody = exports.OrgInsightsConfigSchema;
|
|
143
|
+
exports.PatchApiV1CustomersCustomeridSignalInsightsOrg200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody;
|
|
145
144
|
exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
145
|
+
exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = zod_1.z.union([exports.TimeVelocityConfigSchema, zod_1.z.null()]);
|
|
146
146
|
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityParams = exports.GetApiV1CustomersCustomeridUsersParams;
|
|
147
|
-
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody = exports.
|
|
148
|
-
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.
|
|
147
|
+
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody = exports.TimeVelocityConfigSchema;
|
|
148
|
+
exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response = exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody;
|
|
149
149
|
exports.Request = {
|
|
150
150
|
'/api/v1/global': {
|
|
151
151
|
POST: {
|
|
@@ -279,7 +279,7 @@ exports.Request = {
|
|
|
279
279
|
},
|
|
280
280
|
PATCH: {
|
|
281
281
|
params: exports.GetApiV1CustomersCustomeridUsersParams,
|
|
282
|
-
body: exports.
|
|
282
|
+
body: exports.PatchApiV1CustomersCustomeridSignalBody,
|
|
283
283
|
},
|
|
284
284
|
},
|
|
285
285
|
'/api/v1/customers/{customerId}/signal/insights': {
|
|
@@ -288,7 +288,7 @@ exports.Request = {
|
|
|
288
288
|
},
|
|
289
289
|
PATCH: {
|
|
290
290
|
params: exports.GetApiV1CustomersCustomeridUsersParams,
|
|
291
|
-
body: exports.
|
|
291
|
+
body: exports.PatchApiV1CustomersCustomeridSignalInsightsBody,
|
|
292
292
|
},
|
|
293
293
|
},
|
|
294
294
|
'/api/v1/customers/{customerId}/signal/insights/org': {
|
|
@@ -297,7 +297,7 @@ exports.Request = {
|
|
|
297
297
|
},
|
|
298
298
|
PATCH: {
|
|
299
299
|
params: exports.GetApiV1CustomersCustomeridUsersParams,
|
|
300
|
-
body: exports.
|
|
300
|
+
body: exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody,
|
|
301
301
|
},
|
|
302
302
|
},
|
|
303
303
|
'/api/v1/customers/{customerId}/signal/insights/org/timeVelocity': {
|
|
@@ -306,7 +306,7 @@ exports.Request = {
|
|
|
306
306
|
},
|
|
307
307
|
PATCH: {
|
|
308
308
|
params: exports.GetApiV1CustomersCustomeridUsersParams,
|
|
309
|
-
body: exports.
|
|
309
|
+
body: exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody,
|
|
310
310
|
},
|
|
311
311
|
},
|
|
312
312
|
};
|
|
@@ -451,7 +451,7 @@ exports.Response = {
|
|
|
451
451
|
'200': exports.GetApiV1CustomersCustomeridSignal200Response,
|
|
452
452
|
},
|
|
453
453
|
PATCH: {
|
|
454
|
-
'200': exports.
|
|
454
|
+
'200': exports.PatchApiV1CustomersCustomeridSignalBody,
|
|
455
455
|
},
|
|
456
456
|
},
|
|
457
457
|
'/api/v1/customers/{customerId}/signal/insights': {
|
|
@@ -459,7 +459,7 @@ exports.Response = {
|
|
|
459
459
|
'200': exports.GetApiV1CustomersCustomeridSignalInsights200Response,
|
|
460
460
|
},
|
|
461
461
|
PATCH: {
|
|
462
|
-
'200': exports.
|
|
462
|
+
'200': exports.PatchApiV1CustomersCustomeridSignalInsightsBody,
|
|
463
463
|
},
|
|
464
464
|
},
|
|
465
465
|
'/api/v1/customers/{customerId}/signal/insights/org': {
|
|
@@ -467,7 +467,7 @@ exports.Response = {
|
|
|
467
467
|
'200': exports.GetApiV1CustomersCustomeridSignalInsightsOrg200Response,
|
|
468
468
|
},
|
|
469
469
|
PATCH: {
|
|
470
|
-
'200': exports.
|
|
470
|
+
'200': exports.PatchApiV1CustomersCustomeridSignalInsightsOrgBody,
|
|
471
471
|
},
|
|
472
472
|
},
|
|
473
473
|
'/api/v1/customers/{customerId}/signal/insights/org/timeVelocity': {
|
|
@@ -475,7 +475,7 @@ exports.Response = {
|
|
|
475
475
|
'200': exports.GetApiV1CustomersCustomeridSignalInsightsOrgTimevelocity200Response,
|
|
476
476
|
},
|
|
477
477
|
PATCH: {
|
|
478
|
-
'200': exports.
|
|
478
|
+
'200': exports.PatchApiV1CustomersCustomeridSignalInsightsOrgTimevelocityBody,
|
|
479
479
|
},
|
|
480
480
|
},
|
|
481
481
|
};
|