@namiml/sdk-core 3.4.4-dev.202607010221 → 3.4.4-dev.202607011943
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.cjs +41998 -41983
- package/dist/index.d.ts +4 -0
- package/dist/index.mjs +41998 -41983
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1042,6 +1042,8 @@ interface NamiAnonymousCampaign {
|
|
|
1042
1042
|
value?: string | null;
|
|
1043
1043
|
external_segment: string | null;
|
|
1044
1044
|
segments: NamiCampaignSegment[];
|
|
1045
|
+
not_before?: string | null;
|
|
1046
|
+
expires_at?: string | null;
|
|
1045
1047
|
}
|
|
1046
1048
|
/**
|
|
1047
1049
|
* @type NamiCampaign
|
|
@@ -1062,6 +1064,8 @@ interface NamiCampaign {
|
|
|
1062
1064
|
conversion_event_type?: CampaignRuleConversionEventType | null;
|
|
1063
1065
|
conversion_event_url?: string | null;
|
|
1064
1066
|
flow?: NamiFlowDTO | null;
|
|
1067
|
+
not_before?: string | null;
|
|
1068
|
+
expires_at?: string | null;
|
|
1065
1069
|
}
|
|
1066
1070
|
interface NamiFlowCampaign extends NamiCampaign {
|
|
1067
1071
|
flow: NamiFlowWithObject;
|