@giosg/types 8.0.1 → 9.0.0
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/CHANGELOG.md +289 -0
- package/lib/cjs/GiosgTCApi.d.ts +3 -3
- package/lib/cjs/GiosgTCApi.d.ts.map +1 -1
- package/lib/cjs/GiosgTCApi.js +2 -2
- package/lib/cjs/actions.d.ts +4 -4
- package/lib/cjs/actions.d.ts.map +1 -1
- package/lib/cjs/apps.d.ts +1 -1
- package/lib/cjs/apps.d.ts.map +1 -1
- package/lib/cjs/bugReport.d.ts +7 -0
- package/lib/cjs/bugReport.d.ts.map +1 -0
- package/lib/cjs/call.d.ts +3 -3
- package/lib/cjs/call.d.ts.map +1 -1
- package/lib/cjs/chat.d.ts +10 -68
- package/lib/cjs/chat.d.ts.map +1 -1
- package/lib/cjs/common.d.ts +3 -3
- package/lib/cjs/common.d.ts.map +1 -1
- package/lib/cjs/conditions.d.ts +6 -4
- package/lib/cjs/conditions.d.ts.map +1 -1
- package/lib/cjs/conditions.js +2 -0
- package/lib/cjs/index.d.ts +3 -2
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/linkpreview.d.ts +1 -1
- package/lib/cjs/linkpreview.d.ts.map +1 -1
- package/lib/cjs/liveStream.d.ts +25 -0
- package/lib/cjs/liveStream.d.ts.map +1 -0
- package/lib/cjs/liveStream.js +2 -0
- package/lib/cjs/oath.d.ts +6 -6
- package/lib/cjs/oath.d.ts.map +1 -1
- package/lib/cjs/public.d.ts +5 -17
- package/lib/cjs/public.d.ts.map +1 -1
- package/lib/cjs/rooms.d.ts +1 -1
- package/lib/cjs/rooms.d.ts.map +1 -1
- package/lib/cjs/routers.d.ts +2 -2
- package/lib/cjs/routers.d.ts.map +1 -1
- package/lib/cjs/sharing.d.ts +2 -2
- package/lib/cjs/sharing.d.ts.map +1 -1
- package/lib/cjs/types.d.ts +73 -81
- package/lib/cjs/types.d.ts.map +1 -1
- package/lib/cjs/visitor.d.ts +2 -2
- package/lib/cjs/visitor.d.ts.map +1 -1
- package/lib/mjs/GiosgTCApi.d.ts +3 -3
- package/lib/mjs/GiosgTCApi.d.ts.map +1 -1
- package/lib/mjs/actions.d.ts +4 -4
- package/lib/mjs/actions.d.ts.map +1 -1
- package/lib/mjs/apps.d.ts +1 -1
- package/lib/mjs/apps.d.ts.map +1 -1
- package/lib/mjs/apps.js +1 -0
- package/lib/mjs/assets.js +1 -0
- package/lib/mjs/brands.js +1 -0
- package/lib/mjs/bugReport.d.ts +7 -0
- package/lib/mjs/bugReport.d.ts.map +1 -0
- package/lib/mjs/bugReport.js +1 -0
- package/lib/mjs/call.d.ts +3 -3
- package/lib/mjs/call.d.ts.map +1 -1
- package/lib/mjs/call.js +1 -0
- package/lib/mjs/canned_answers.js +1 -0
- package/lib/mjs/chat.d.ts +10 -68
- package/lib/mjs/chat.d.ts.map +1 -1
- package/lib/mjs/chat.js +1 -0
- package/lib/mjs/common.d.ts +3 -3
- package/lib/mjs/common.d.ts.map +1 -1
- package/lib/mjs/conditions.d.ts +6 -4
- package/lib/mjs/conditions.d.ts.map +1 -1
- package/lib/mjs/conditions.js +2 -0
- package/lib/mjs/customer.js +1 -0
- package/lib/mjs/customership.js +1 -0
- package/lib/mjs/email.js +1 -0
- package/lib/mjs/experiments.js +1 -0
- package/lib/mjs/goals.js +1 -0
- package/lib/mjs/index.d.ts +3 -2
- package/lib/mjs/index.d.ts.map +1 -1
- package/lib/mjs/leadforms.js +1 -0
- package/lib/mjs/linkpreview.d.ts +1 -1
- package/lib/mjs/linkpreview.d.ts.map +1 -1
- package/lib/mjs/linkpreview.js +1 -0
- package/lib/mjs/liveStream.d.ts +25 -0
- package/lib/mjs/liveStream.d.ts.map +1 -0
- package/lib/mjs/liveStream.js +1 -0
- package/lib/mjs/oath.d.ts +6 -6
- package/lib/mjs/oath.d.ts.map +1 -1
- package/lib/mjs/partnerships.js +1 -0
- package/lib/mjs/permissions.js +1 -0
- package/lib/mjs/public.d.ts +5 -17
- package/lib/mjs/public.d.ts.map +1 -1
- package/lib/mjs/rooms.d.ts +1 -1
- package/lib/mjs/rooms.d.ts.map +1 -1
- package/lib/mjs/rooms.js +1 -0
- package/lib/mjs/routers.d.ts +2 -2
- package/lib/mjs/routers.d.ts.map +1 -1
- package/lib/mjs/routers.js +1 -0
- package/lib/mjs/rules.js +1 -0
- package/lib/mjs/sharing.d.ts +2 -2
- package/lib/mjs/sharing.d.ts.map +1 -1
- package/lib/mjs/sharing.js +1 -0
- package/lib/mjs/shoppingcarts.js +1 -0
- package/lib/mjs/system.js +1 -0
- package/lib/mjs/teams.js +1 -0
- package/lib/mjs/types.d.ts +73 -81
- package/lib/mjs/types.d.ts.map +1 -1
- package/lib/mjs/uploads.js +1 -0
- package/lib/mjs/userclients.js +1 -0
- package/lib/mjs/variables.js +1 -0
- package/lib/mjs/visitor.d.ts +2 -2
- package/lib/mjs/visitor.d.ts.map +1 -1
- package/lib/mjs/visitor.js +1 -0
- package/lib/mjs/webhooks.js +1 -0
- package/package.json +4 -4
- package/lib/cjs/target.d.ts +0 -105
- package/lib/cjs/target.d.ts.map +0 -1
- package/lib/mjs/target.d.ts +0 -105
- package/lib/mjs/target.d.ts.map +0 -1
- package/lib/mjs/target.js +0 -0
- /package/lib/cjs/{target.js → bugReport.js} +0 -0
package/lib/cjs/target.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { Experiment } from "./experiments";
|
|
2
|
-
import { NestedOrganization } from "./customer";
|
|
3
|
-
import { NestedUser } from "./customer";
|
|
4
|
-
import { RuleUid, ExperimentUid, RoomUid, OrganizationUid, UserUid, VisitorGid, TargetConfigUid, VisitorPredictionUid, VisitorSessionPredictionUid, VisitorSessionGid } from "./types";
|
|
5
|
-
import { NestedRoom } from "./rooms";
|
|
6
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
7
|
-
export interface NestedTargetRule {
|
|
8
|
-
uuid: RuleUid;
|
|
9
|
-
name: string;
|
|
10
|
-
}
|
|
11
|
-
export declare type TargetAlgorithmVersion = "1.0" | "1.1";
|
|
12
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
13
|
-
export interface NestedTargetConfig {
|
|
14
|
-
id: TargetConfigUid;
|
|
15
|
-
algorithm_version: TargetAlgorithmVersion;
|
|
16
|
-
}
|
|
17
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
18
|
-
export interface TargetConfig {
|
|
19
|
-
id: TargetConfigUid;
|
|
20
|
-
algorithm_version: TargetAlgorithmVersion;
|
|
21
|
-
/** Decimal value which is serialized into string to preserve accuracy. */
|
|
22
|
-
prediction_threshold_low: string;
|
|
23
|
-
/** Decimal value which is serialized into string to preserve accuracy. */
|
|
24
|
-
prediction_threshold_high: string;
|
|
25
|
-
pageviews_before_prediction_count: number;
|
|
26
|
-
experiment_id: ExperimentUid | null;
|
|
27
|
-
is_enabled: boolean;
|
|
28
|
-
room_ids: RoomUid[];
|
|
29
|
-
rooms: NestedRoom[];
|
|
30
|
-
organization_id: OrganizationUid;
|
|
31
|
-
organization: NestedOrganization;
|
|
32
|
-
updated_at: string;
|
|
33
|
-
updated_by_user_id: UserUid;
|
|
34
|
-
updated_by_user: NestedUser;
|
|
35
|
-
created_at: string;
|
|
36
|
-
created_by_user_id: UserUid;
|
|
37
|
-
created_by_user: NestedUser;
|
|
38
|
-
treatment_rule: NestedTargetRule | null;
|
|
39
|
-
}
|
|
40
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
41
|
-
export interface TargetExperiment {
|
|
42
|
-
id: ExperimentUid;
|
|
43
|
-
created_at: string;
|
|
44
|
-
updated_at: string;
|
|
45
|
-
target_id: TargetConfigUid;
|
|
46
|
-
experiment: Experiment;
|
|
47
|
-
target_mode: "data_collection" | "ab_test";
|
|
48
|
-
}
|
|
49
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
50
|
-
export interface TargetedAction {
|
|
51
|
-
type: string;
|
|
52
|
-
rule_id: RuleUid;
|
|
53
|
-
}
|
|
54
|
-
export interface TargetedActionPayload {
|
|
55
|
-
type: string;
|
|
56
|
-
rule_id: RuleUid;
|
|
57
|
-
}
|
|
58
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
59
|
-
export interface VisitorPredictionList {
|
|
60
|
-
id: VisitorPredictionUid;
|
|
61
|
-
created_at: string;
|
|
62
|
-
room_id: RoomUid;
|
|
63
|
-
rule_id: RuleUid;
|
|
64
|
-
}
|
|
65
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
66
|
-
export interface VisitorPrediction {
|
|
67
|
-
room_id: RoomUid;
|
|
68
|
-
visitor_id: VisitorGid;
|
|
69
|
-
session_id: VisitorSessionGid;
|
|
70
|
-
prediction_value: boolean;
|
|
71
|
-
is_random_group: boolean;
|
|
72
|
-
targeted_action: TargetedAction;
|
|
73
|
-
}
|
|
74
|
-
export interface VisitorPredictionPayload {
|
|
75
|
-
room_id: RoomUid;
|
|
76
|
-
visitor_id: VisitorGid;
|
|
77
|
-
session_id: VisitorSessionGid;
|
|
78
|
-
prediction_value: boolean;
|
|
79
|
-
is_random_group: boolean;
|
|
80
|
-
targeted_action: TargetedAction;
|
|
81
|
-
}
|
|
82
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
83
|
-
export interface VisitorSessionPrediction {
|
|
84
|
-
id: VisitorSessionPredictionUid;
|
|
85
|
-
visitor_id: VisitorGid;
|
|
86
|
-
session_id: VisitorSessionGid;
|
|
87
|
-
created_at: string;
|
|
88
|
-
type: string;
|
|
89
|
-
/** TODO: Type me if you can! */
|
|
90
|
-
value: {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
95
|
-
export interface VisitorSessionPredictionPayload {
|
|
96
|
-
visitor_id: VisitorGid;
|
|
97
|
-
session_id: VisitorSessionGid;
|
|
98
|
-
created_at: string;
|
|
99
|
-
type: string;
|
|
100
|
-
/** TODO: Type me if you can! */
|
|
101
|
-
value: {
|
|
102
|
-
[key: string]: any;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=target.d.ts.map
|
package/lib/cjs/target.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"target.d.ts","sourceRoot":"","sources":["../../src/target.ts"],"names":[],"mappings":"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"}
|
package/lib/mjs/target.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { Experiment } from "./experiments";
|
|
2
|
-
import { NestedOrganization } from "./customer";
|
|
3
|
-
import { NestedUser } from "./customer";
|
|
4
|
-
import { RuleUid, ExperimentUid, RoomUid, OrganizationUid, UserUid, VisitorGid, TargetConfigUid, VisitorPredictionUid, VisitorSessionPredictionUid, VisitorSessionGid } from "./types";
|
|
5
|
-
import { NestedRoom } from "./rooms";
|
|
6
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
7
|
-
export interface NestedTargetRule {
|
|
8
|
-
uuid: RuleUid;
|
|
9
|
-
name: string;
|
|
10
|
-
}
|
|
11
|
-
export declare type TargetAlgorithmVersion = "1.0" | "1.1";
|
|
12
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
13
|
-
export interface NestedTargetConfig {
|
|
14
|
-
id: TargetConfigUid;
|
|
15
|
-
algorithm_version: TargetAlgorithmVersion;
|
|
16
|
-
}
|
|
17
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
18
|
-
export interface TargetConfig {
|
|
19
|
-
id: TargetConfigUid;
|
|
20
|
-
algorithm_version: TargetAlgorithmVersion;
|
|
21
|
-
/** Decimal value which is serialized into string to preserve accuracy. */
|
|
22
|
-
prediction_threshold_low: string;
|
|
23
|
-
/** Decimal value which is serialized into string to preserve accuracy. */
|
|
24
|
-
prediction_threshold_high: string;
|
|
25
|
-
pageviews_before_prediction_count: number;
|
|
26
|
-
experiment_id: ExperimentUid | null;
|
|
27
|
-
is_enabled: boolean;
|
|
28
|
-
room_ids: RoomUid[];
|
|
29
|
-
rooms: NestedRoom[];
|
|
30
|
-
organization_id: OrganizationUid;
|
|
31
|
-
organization: NestedOrganization;
|
|
32
|
-
updated_at: string;
|
|
33
|
-
updated_by_user_id: UserUid;
|
|
34
|
-
updated_by_user: NestedUser;
|
|
35
|
-
created_at: string;
|
|
36
|
-
created_by_user_id: UserUid;
|
|
37
|
-
created_by_user: NestedUser;
|
|
38
|
-
treatment_rule: NestedTargetRule | null;
|
|
39
|
-
}
|
|
40
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
41
|
-
export interface TargetExperiment {
|
|
42
|
-
id: ExperimentUid;
|
|
43
|
-
created_at: string;
|
|
44
|
-
updated_at: string;
|
|
45
|
-
target_id: TargetConfigUid;
|
|
46
|
-
experiment: Experiment;
|
|
47
|
-
target_mode: "data_collection" | "ab_test";
|
|
48
|
-
}
|
|
49
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
50
|
-
export interface TargetedAction {
|
|
51
|
-
type: string;
|
|
52
|
-
rule_id: RuleUid;
|
|
53
|
-
}
|
|
54
|
-
export interface TargetedActionPayload {
|
|
55
|
-
type: string;
|
|
56
|
-
rule_id: RuleUid;
|
|
57
|
-
}
|
|
58
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
59
|
-
export interface VisitorPredictionList {
|
|
60
|
-
id: VisitorPredictionUid;
|
|
61
|
-
created_at: string;
|
|
62
|
-
room_id: RoomUid;
|
|
63
|
-
rule_id: RuleUid;
|
|
64
|
-
}
|
|
65
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
66
|
-
export interface VisitorPrediction {
|
|
67
|
-
room_id: RoomUid;
|
|
68
|
-
visitor_id: VisitorGid;
|
|
69
|
-
session_id: VisitorSessionGid;
|
|
70
|
-
prediction_value: boolean;
|
|
71
|
-
is_random_group: boolean;
|
|
72
|
-
targeted_action: TargetedAction;
|
|
73
|
-
}
|
|
74
|
-
export interface VisitorPredictionPayload {
|
|
75
|
-
room_id: RoomUid;
|
|
76
|
-
visitor_id: VisitorGid;
|
|
77
|
-
session_id: VisitorSessionGid;
|
|
78
|
-
prediction_value: boolean;
|
|
79
|
-
is_random_group: boolean;
|
|
80
|
-
targeted_action: TargetedAction;
|
|
81
|
-
}
|
|
82
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
83
|
-
export interface VisitorSessionPrediction {
|
|
84
|
-
id: VisitorSessionPredictionUid;
|
|
85
|
-
visitor_id: VisitorGid;
|
|
86
|
-
session_id: VisitorSessionGid;
|
|
87
|
-
created_at: string;
|
|
88
|
-
type: string;
|
|
89
|
-
/** TODO: Type me if you can! */
|
|
90
|
-
value: {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
};
|
|
93
|
-
}
|
|
94
|
-
/** TODO: Add jsdocs and check nullability of fields */
|
|
95
|
-
export interface VisitorSessionPredictionPayload {
|
|
96
|
-
visitor_id: VisitorGid;
|
|
97
|
-
session_id: VisitorSessionGid;
|
|
98
|
-
created_at: string;
|
|
99
|
-
type: string;
|
|
100
|
-
/** TODO: Type me if you can! */
|
|
101
|
-
value: {
|
|
102
|
-
[key: string]: any;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=target.d.ts.map
|
package/lib/mjs/target.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"target.d.ts","sourceRoot":"","sources":["../../src/target.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,EACL,OAAO,EACP,aAAa,EACb,OAAO,EACP,eAAe,EACf,OAAO,EACP,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,2BAA2B,EAC3B,iBAAiB,EAClB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,uDAAuD;AACvD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oBAAY,sBAAsB,GAAG,KAAK,GAAG,KAAK,CAAC;AAEnD,uDAAuD;AACvD,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,eAAe,CAAC;IACpB,iBAAiB,EAAE,sBAAsB,CAAC;CAC3C;AAED,uDAAuD;AACvD,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,eAAe,CAAC;IACpB,iBAAiB,EAAE,sBAAsB,CAAC;IAE1C,0EAA0E;IAC1E,wBAAwB,EAAE,MAAM,CAAC;IAEjC,0EAA0E;IAC1E,yBAAyB,EAAE,MAAM,CAAC;IAClC,iCAAiC,EAAE,MAAM,CAAC;IAC1C,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,eAAe,EAAE,eAAe,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,UAAU,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,eAAe,EAAE,UAAU,CAAC;IAC5B,cAAc,EAAE,gBAAgB,GAAG,IAAI,CAAC;CACzC;AAED,uDAAuD;AACvD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,aAAa,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,eAAe,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,iBAAiB,GAAG,SAAS,CAAC;CAC5C;AAED,uDAAuD;AACvD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,uDAAuD;AACvD,MAAM,WAAW,qBAAqB;IACpC,EAAE,EAAE,oBAAoB,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,uDAAuD;AACvD,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,cAAc,CAAC;CACjC;AAED,MAAM,WAAW,wBAAwB;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,eAAe,EAAE,cAAc,CAAC;CACjC;AAED,uDAAuD;AACvD,MAAM,WAAW,wBAAwB;IACvC,EAAE,EAAE,2BAA2B,CAAC;IAChC,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IAEb,gCAAgC;IAChC,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC/B;AAED,uDAAuD;AACvD,MAAM,WAAW,+BAA+B;IAC9C,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IAEb,gCAAgC;IAChC,KAAK,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;CAC/B"}
|
package/lib/mjs/target.js
DELETED
|
File without changes
|
|
File without changes
|