@wix/auto_sdk_consent-policy_cmp 1.0.0 → 1.0.1
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/build/cjs/src/bu-legal-v2-cmp-config-cmp.types.d.ts +40 -10
- package/build/cjs/src/bu-legal-v2-cmp-config-cmp.types.js.map +1 -1
- package/build/cjs/src/bu-legal-v2-cmp-config-cmp.universal.d.ts +40 -10
- package/build/cjs/src/bu-legal-v2-cmp-config-cmp.universal.js.map +1 -1
- package/build/es/src/bu-legal-v2-cmp-config-cmp.types.d.ts +40 -10
- package/build/es/src/bu-legal-v2-cmp-config-cmp.types.js.map +1 -1
- package/build/es/src/bu-legal-v2-cmp-config-cmp.universal.d.ts +40 -10
- package/build/es/src/bu-legal-v2-cmp-config-cmp.universal.js.map +1 -1
- package/build/internal/cjs/src/bu-legal-v2-cmp-config-cmp.types.d.ts +40 -10
- package/build/internal/cjs/src/bu-legal-v2-cmp-config-cmp.types.js.map +1 -1
- package/build/internal/cjs/src/bu-legal-v2-cmp-config-cmp.universal.d.ts +40 -10
- package/build/internal/cjs/src/bu-legal-v2-cmp-config-cmp.universal.js.map +1 -1
- package/build/internal/es/src/bu-legal-v2-cmp-config-cmp.types.d.ts +40 -10
- package/build/internal/es/src/bu-legal-v2-cmp-config-cmp.types.js.map +1 -1
- package/build/internal/es/src/bu-legal-v2-cmp-config-cmp.universal.d.ts +40 -10
- package/build/internal/es/src/bu-legal-v2-cmp-config-cmp.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -111,9 +111,15 @@ export interface ActionEvent {
|
|
|
111
111
|
bodyAsJson?: string;
|
|
112
112
|
}
|
|
113
113
|
export interface MessageEnvelope {
|
|
114
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* App instance ID.
|
|
116
|
+
* @format GUID
|
|
117
|
+
*/
|
|
115
118
|
instanceId?: string | null;
|
|
116
|
-
/**
|
|
119
|
+
/**
|
|
120
|
+
* Event type.
|
|
121
|
+
* @maxLength 150
|
|
122
|
+
*/
|
|
117
123
|
eventType?: string;
|
|
118
124
|
/** The identification type and identity data. */
|
|
119
125
|
identity?: IdentificationData;
|
|
@@ -121,26 +127,50 @@ export interface MessageEnvelope {
|
|
|
121
127
|
data?: string;
|
|
122
128
|
}
|
|
123
129
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
124
|
-
/**
|
|
130
|
+
/**
|
|
131
|
+
* ID of a site visitor that has not logged in to the site.
|
|
132
|
+
* @format GUID
|
|
133
|
+
*/
|
|
125
134
|
anonymousVisitorId?: string;
|
|
126
|
-
/**
|
|
135
|
+
/**
|
|
136
|
+
* ID of a site visitor that has logged in to the site.
|
|
137
|
+
* @format GUID
|
|
138
|
+
*/
|
|
127
139
|
memberId?: string;
|
|
128
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
142
|
+
* @format GUID
|
|
143
|
+
*/
|
|
129
144
|
wixUserId?: string;
|
|
130
|
-
/**
|
|
145
|
+
/**
|
|
146
|
+
* ID of an app.
|
|
147
|
+
* @format GUID
|
|
148
|
+
*/
|
|
131
149
|
appId?: string;
|
|
132
150
|
/** @readonly */
|
|
133
151
|
identityType?: WebhookIdentityType;
|
|
134
152
|
}
|
|
135
153
|
/** @oneof */
|
|
136
154
|
export interface IdentificationDataIdOneOf {
|
|
137
|
-
/**
|
|
155
|
+
/**
|
|
156
|
+
* ID of a site visitor that has not logged in to the site.
|
|
157
|
+
* @format GUID
|
|
158
|
+
*/
|
|
138
159
|
anonymousVisitorId?: string;
|
|
139
|
-
/**
|
|
160
|
+
/**
|
|
161
|
+
* ID of a site visitor that has logged in to the site.
|
|
162
|
+
* @format GUID
|
|
163
|
+
*/
|
|
140
164
|
memberId?: string;
|
|
141
|
-
/**
|
|
165
|
+
/**
|
|
166
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
167
|
+
* @format GUID
|
|
168
|
+
*/
|
|
142
169
|
wixUserId?: string;
|
|
143
|
-
/**
|
|
170
|
+
/**
|
|
171
|
+
* ID of an app.
|
|
172
|
+
* @format GUID
|
|
173
|
+
*/
|
|
144
174
|
appId?: string;
|
|
145
175
|
}
|
|
146
176
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":";;;AA6LA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|
|
@@ -109,9 +109,15 @@ export interface ActionEvent {
|
|
|
109
109
|
body?: string;
|
|
110
110
|
}
|
|
111
111
|
export interface MessageEnvelope {
|
|
112
|
-
/**
|
|
112
|
+
/**
|
|
113
|
+
* App instance ID.
|
|
114
|
+
* @format GUID
|
|
115
|
+
*/
|
|
113
116
|
instanceId?: string | null;
|
|
114
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* Event type.
|
|
119
|
+
* @maxLength 150
|
|
120
|
+
*/
|
|
115
121
|
eventType?: string;
|
|
116
122
|
/** The identification type and identity data. */
|
|
117
123
|
identity?: IdentificationData;
|
|
@@ -119,26 +125,50 @@ export interface MessageEnvelope {
|
|
|
119
125
|
data?: string;
|
|
120
126
|
}
|
|
121
127
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
122
|
-
/**
|
|
128
|
+
/**
|
|
129
|
+
* ID of a site visitor that has not logged in to the site.
|
|
130
|
+
* @format GUID
|
|
131
|
+
*/
|
|
123
132
|
anonymousVisitorId?: string;
|
|
124
|
-
/**
|
|
133
|
+
/**
|
|
134
|
+
* ID of a site visitor that has logged in to the site.
|
|
135
|
+
* @format GUID
|
|
136
|
+
*/
|
|
125
137
|
memberId?: string;
|
|
126
|
-
/**
|
|
138
|
+
/**
|
|
139
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
140
|
+
* @format GUID
|
|
141
|
+
*/
|
|
127
142
|
wixUserId?: string;
|
|
128
|
-
/**
|
|
143
|
+
/**
|
|
144
|
+
* ID of an app.
|
|
145
|
+
* @format GUID
|
|
146
|
+
*/
|
|
129
147
|
appId?: string;
|
|
130
148
|
/** @readonly */
|
|
131
149
|
identityType?: WebhookIdentityType;
|
|
132
150
|
}
|
|
133
151
|
/** @oneof */
|
|
134
152
|
export interface IdentificationDataIdOneOf {
|
|
135
|
-
/**
|
|
153
|
+
/**
|
|
154
|
+
* ID of a site visitor that has not logged in to the site.
|
|
155
|
+
* @format GUID
|
|
156
|
+
*/
|
|
136
157
|
anonymousVisitorId?: string;
|
|
137
|
-
/**
|
|
158
|
+
/**
|
|
159
|
+
* ID of a site visitor that has logged in to the site.
|
|
160
|
+
* @format GUID
|
|
161
|
+
*/
|
|
138
162
|
memberId?: string;
|
|
139
|
-
/**
|
|
163
|
+
/**
|
|
164
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
165
|
+
* @format GUID
|
|
166
|
+
*/
|
|
140
167
|
wixUserId?: string;
|
|
141
|
-
/**
|
|
168
|
+
/**
|
|
169
|
+
* ID of an app.
|
|
170
|
+
* @format GUID
|
|
171
|
+
*/
|
|
142
172
|
appId?: string;
|
|
143
173
|
}
|
|
144
174
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sGAAwF;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sGAAwF;AA6LxF,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AAED;;;;;;;;;;;;GAYG;AACI,KAAK,UAAU,YAAY;IAChC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,+BAA+B,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEtE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA/BD,oCA+BC;AAED;;;;;;;;;;;;;GAaG;AACI,KAAK,UAAU,eAAe,CACnC,SAAoB;IAEpB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,SAAS,EAAE,SAAS;KACrB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,+BAA+B,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAEzE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC/C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,WAAW,CAAC,CACd,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAnCD,0CAmCC"}
|
|
@@ -111,9 +111,15 @@ export interface ActionEvent {
|
|
|
111
111
|
bodyAsJson?: string;
|
|
112
112
|
}
|
|
113
113
|
export interface MessageEnvelope {
|
|
114
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* App instance ID.
|
|
116
|
+
* @format GUID
|
|
117
|
+
*/
|
|
115
118
|
instanceId?: string | null;
|
|
116
|
-
/**
|
|
119
|
+
/**
|
|
120
|
+
* Event type.
|
|
121
|
+
* @maxLength 150
|
|
122
|
+
*/
|
|
117
123
|
eventType?: string;
|
|
118
124
|
/** The identification type and identity data. */
|
|
119
125
|
identity?: IdentificationData;
|
|
@@ -121,26 +127,50 @@ export interface MessageEnvelope {
|
|
|
121
127
|
data?: string;
|
|
122
128
|
}
|
|
123
129
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
124
|
-
/**
|
|
130
|
+
/**
|
|
131
|
+
* ID of a site visitor that has not logged in to the site.
|
|
132
|
+
* @format GUID
|
|
133
|
+
*/
|
|
125
134
|
anonymousVisitorId?: string;
|
|
126
|
-
/**
|
|
135
|
+
/**
|
|
136
|
+
* ID of a site visitor that has logged in to the site.
|
|
137
|
+
* @format GUID
|
|
138
|
+
*/
|
|
127
139
|
memberId?: string;
|
|
128
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
142
|
+
* @format GUID
|
|
143
|
+
*/
|
|
129
144
|
wixUserId?: string;
|
|
130
|
-
/**
|
|
145
|
+
/**
|
|
146
|
+
* ID of an app.
|
|
147
|
+
* @format GUID
|
|
148
|
+
*/
|
|
131
149
|
appId?: string;
|
|
132
150
|
/** @readonly */
|
|
133
151
|
identityType?: WebhookIdentityType;
|
|
134
152
|
}
|
|
135
153
|
/** @oneof */
|
|
136
154
|
export interface IdentificationDataIdOneOf {
|
|
137
|
-
/**
|
|
155
|
+
/**
|
|
156
|
+
* ID of a site visitor that has not logged in to the site.
|
|
157
|
+
* @format GUID
|
|
158
|
+
*/
|
|
138
159
|
anonymousVisitorId?: string;
|
|
139
|
-
/**
|
|
160
|
+
/**
|
|
161
|
+
* ID of a site visitor that has logged in to the site.
|
|
162
|
+
* @format GUID
|
|
163
|
+
*/
|
|
140
164
|
memberId?: string;
|
|
141
|
-
/**
|
|
165
|
+
/**
|
|
166
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
167
|
+
* @format GUID
|
|
168
|
+
*/
|
|
142
169
|
wixUserId?: string;
|
|
143
|
-
/**
|
|
170
|
+
/**
|
|
171
|
+
* ID of an app.
|
|
172
|
+
* @format GUID
|
|
173
|
+
*/
|
|
144
174
|
appId?: string;
|
|
145
175
|
}
|
|
146
176
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":"AA6LA,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B"}
|
|
@@ -109,9 +109,15 @@ export interface ActionEvent {
|
|
|
109
109
|
body?: string;
|
|
110
110
|
}
|
|
111
111
|
export interface MessageEnvelope {
|
|
112
|
-
/**
|
|
112
|
+
/**
|
|
113
|
+
* App instance ID.
|
|
114
|
+
* @format GUID
|
|
115
|
+
*/
|
|
113
116
|
instanceId?: string | null;
|
|
114
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* Event type.
|
|
119
|
+
* @maxLength 150
|
|
120
|
+
*/
|
|
115
121
|
eventType?: string;
|
|
116
122
|
/** The identification type and identity data. */
|
|
117
123
|
identity?: IdentificationData;
|
|
@@ -119,26 +125,50 @@ export interface MessageEnvelope {
|
|
|
119
125
|
data?: string;
|
|
120
126
|
}
|
|
121
127
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
122
|
-
/**
|
|
128
|
+
/**
|
|
129
|
+
* ID of a site visitor that has not logged in to the site.
|
|
130
|
+
* @format GUID
|
|
131
|
+
*/
|
|
123
132
|
anonymousVisitorId?: string;
|
|
124
|
-
/**
|
|
133
|
+
/**
|
|
134
|
+
* ID of a site visitor that has logged in to the site.
|
|
135
|
+
* @format GUID
|
|
136
|
+
*/
|
|
125
137
|
memberId?: string;
|
|
126
|
-
/**
|
|
138
|
+
/**
|
|
139
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
140
|
+
* @format GUID
|
|
141
|
+
*/
|
|
127
142
|
wixUserId?: string;
|
|
128
|
-
/**
|
|
143
|
+
/**
|
|
144
|
+
* ID of an app.
|
|
145
|
+
* @format GUID
|
|
146
|
+
*/
|
|
129
147
|
appId?: string;
|
|
130
148
|
/** @readonly */
|
|
131
149
|
identityType?: WebhookIdentityType;
|
|
132
150
|
}
|
|
133
151
|
/** @oneof */
|
|
134
152
|
export interface IdentificationDataIdOneOf {
|
|
135
|
-
/**
|
|
153
|
+
/**
|
|
154
|
+
* ID of a site visitor that has not logged in to the site.
|
|
155
|
+
* @format GUID
|
|
156
|
+
*/
|
|
136
157
|
anonymousVisitorId?: string;
|
|
137
|
-
/**
|
|
158
|
+
/**
|
|
159
|
+
* ID of a site visitor that has logged in to the site.
|
|
160
|
+
* @format GUID
|
|
161
|
+
*/
|
|
138
162
|
memberId?: string;
|
|
139
|
-
/**
|
|
163
|
+
/**
|
|
164
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
165
|
+
* @format GUID
|
|
166
|
+
*/
|
|
140
167
|
wixUserId?: string;
|
|
141
|
-
/**
|
|
168
|
+
/**
|
|
169
|
+
* ID of an app.
|
|
170
|
+
* @format GUID
|
|
171
|
+
*/
|
|
142
172
|
appId?: string;
|
|
143
173
|
}
|
|
144
174
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,+BAA+B,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,+BAA+B,MAAM,sCAAsC,CAAC;AA6LxF,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,KAAK,UAAU,YAAY;IAChC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,+BAA+B,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEtE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,SAAoB;IAEpB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,SAAS,EAAE,SAAS;KACrB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,+BAA+B,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAEzE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC/C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,WAAW,CAAC,CACd,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
|
@@ -111,9 +111,15 @@ export interface ActionEvent {
|
|
|
111
111
|
bodyAsJson?: string;
|
|
112
112
|
}
|
|
113
113
|
export interface MessageEnvelope {
|
|
114
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* App instance ID.
|
|
116
|
+
* @format GUID
|
|
117
|
+
*/
|
|
115
118
|
instanceId?: string | null;
|
|
116
|
-
/**
|
|
119
|
+
/**
|
|
120
|
+
* Event type.
|
|
121
|
+
* @maxLength 150
|
|
122
|
+
*/
|
|
117
123
|
eventType?: string;
|
|
118
124
|
/** The identification type and identity data. */
|
|
119
125
|
identity?: IdentificationData;
|
|
@@ -121,26 +127,50 @@ export interface MessageEnvelope {
|
|
|
121
127
|
data?: string;
|
|
122
128
|
}
|
|
123
129
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
124
|
-
/**
|
|
130
|
+
/**
|
|
131
|
+
* ID of a site visitor that has not logged in to the site.
|
|
132
|
+
* @format GUID
|
|
133
|
+
*/
|
|
125
134
|
anonymousVisitorId?: string;
|
|
126
|
-
/**
|
|
135
|
+
/**
|
|
136
|
+
* ID of a site visitor that has logged in to the site.
|
|
137
|
+
* @format GUID
|
|
138
|
+
*/
|
|
127
139
|
memberId?: string;
|
|
128
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
142
|
+
* @format GUID
|
|
143
|
+
*/
|
|
129
144
|
wixUserId?: string;
|
|
130
|
-
/**
|
|
145
|
+
/**
|
|
146
|
+
* ID of an app.
|
|
147
|
+
* @format GUID
|
|
148
|
+
*/
|
|
131
149
|
appId?: string;
|
|
132
150
|
/** @readonly */
|
|
133
151
|
identityType?: WebhookIdentityType;
|
|
134
152
|
}
|
|
135
153
|
/** @oneof */
|
|
136
154
|
export interface IdentificationDataIdOneOf {
|
|
137
|
-
/**
|
|
155
|
+
/**
|
|
156
|
+
* ID of a site visitor that has not logged in to the site.
|
|
157
|
+
* @format GUID
|
|
158
|
+
*/
|
|
138
159
|
anonymousVisitorId?: string;
|
|
139
|
-
/**
|
|
160
|
+
/**
|
|
161
|
+
* ID of a site visitor that has logged in to the site.
|
|
162
|
+
* @format GUID
|
|
163
|
+
*/
|
|
140
164
|
memberId?: string;
|
|
141
|
-
/**
|
|
165
|
+
/**
|
|
166
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
167
|
+
* @format GUID
|
|
168
|
+
*/
|
|
142
169
|
wixUserId?: string;
|
|
143
|
-
/**
|
|
170
|
+
/**
|
|
171
|
+
* ID of an app.
|
|
172
|
+
* @format GUID
|
|
173
|
+
*/
|
|
144
174
|
appId?: string;
|
|
145
175
|
}
|
|
146
176
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":";;;AA6LA,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B"}
|
|
@@ -109,9 +109,15 @@ export interface ActionEvent {
|
|
|
109
109
|
body?: string;
|
|
110
110
|
}
|
|
111
111
|
export interface MessageEnvelope {
|
|
112
|
-
/**
|
|
112
|
+
/**
|
|
113
|
+
* App instance ID.
|
|
114
|
+
* @format GUID
|
|
115
|
+
*/
|
|
113
116
|
instanceId?: string | null;
|
|
114
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* Event type.
|
|
119
|
+
* @maxLength 150
|
|
120
|
+
*/
|
|
115
121
|
eventType?: string;
|
|
116
122
|
/** The identification type and identity data. */
|
|
117
123
|
identity?: IdentificationData;
|
|
@@ -119,26 +125,50 @@ export interface MessageEnvelope {
|
|
|
119
125
|
data?: string;
|
|
120
126
|
}
|
|
121
127
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
122
|
-
/**
|
|
128
|
+
/**
|
|
129
|
+
* ID of a site visitor that has not logged in to the site.
|
|
130
|
+
* @format GUID
|
|
131
|
+
*/
|
|
123
132
|
anonymousVisitorId?: string;
|
|
124
|
-
/**
|
|
133
|
+
/**
|
|
134
|
+
* ID of a site visitor that has logged in to the site.
|
|
135
|
+
* @format GUID
|
|
136
|
+
*/
|
|
125
137
|
memberId?: string;
|
|
126
|
-
/**
|
|
138
|
+
/**
|
|
139
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
140
|
+
* @format GUID
|
|
141
|
+
*/
|
|
127
142
|
wixUserId?: string;
|
|
128
|
-
/**
|
|
143
|
+
/**
|
|
144
|
+
* ID of an app.
|
|
145
|
+
* @format GUID
|
|
146
|
+
*/
|
|
129
147
|
appId?: string;
|
|
130
148
|
/** @readonly */
|
|
131
149
|
identityType?: WebhookIdentityType;
|
|
132
150
|
}
|
|
133
151
|
/** @oneof */
|
|
134
152
|
export interface IdentificationDataIdOneOf {
|
|
135
|
-
/**
|
|
153
|
+
/**
|
|
154
|
+
* ID of a site visitor that has not logged in to the site.
|
|
155
|
+
* @format GUID
|
|
156
|
+
*/
|
|
136
157
|
anonymousVisitorId?: string;
|
|
137
|
-
/**
|
|
158
|
+
/**
|
|
159
|
+
* ID of a site visitor that has logged in to the site.
|
|
160
|
+
* @format GUID
|
|
161
|
+
*/
|
|
138
162
|
memberId?: string;
|
|
139
|
-
/**
|
|
163
|
+
/**
|
|
164
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
165
|
+
* @format GUID
|
|
166
|
+
*/
|
|
140
167
|
wixUserId?: string;
|
|
141
|
-
/**
|
|
168
|
+
/**
|
|
169
|
+
* ID of an app.
|
|
170
|
+
* @format GUID
|
|
171
|
+
*/
|
|
142
172
|
appId?: string;
|
|
143
173
|
}
|
|
144
174
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sGAAwF;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,sGAAwF;AA6LxF,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,mCAAnB,mBAAmB,QAM9B;AAED;;;;;;;;;;;;GAYG;AACI,KAAK,UAAU,YAAY;IAChC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,+BAA+B,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEtE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AA/BD,oCA+BC;AAED;;;;;;;;;;;;;GAaG;AACI,KAAK,UAAU,eAAe,CACnC,SAAoB;IAEpB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,IAAA,8DAAqC,EAAC;QACpD,SAAS,EAAE,SAAS;KACrB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,+BAA+B,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAEzE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,IAAA,gEAAuC,EAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,IAAA,gCAAiB,EACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC/C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,WAAW,CAAC,CACd,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAnCD,0CAmCC"}
|
|
@@ -111,9 +111,15 @@ export interface ActionEvent {
|
|
|
111
111
|
bodyAsJson?: string;
|
|
112
112
|
}
|
|
113
113
|
export interface MessageEnvelope {
|
|
114
|
-
/**
|
|
114
|
+
/**
|
|
115
|
+
* App instance ID.
|
|
116
|
+
* @format GUID
|
|
117
|
+
*/
|
|
115
118
|
instanceId?: string | null;
|
|
116
|
-
/**
|
|
119
|
+
/**
|
|
120
|
+
* Event type.
|
|
121
|
+
* @maxLength 150
|
|
122
|
+
*/
|
|
117
123
|
eventType?: string;
|
|
118
124
|
/** The identification type and identity data. */
|
|
119
125
|
identity?: IdentificationData;
|
|
@@ -121,26 +127,50 @@ export interface MessageEnvelope {
|
|
|
121
127
|
data?: string;
|
|
122
128
|
}
|
|
123
129
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
124
|
-
/**
|
|
130
|
+
/**
|
|
131
|
+
* ID of a site visitor that has not logged in to the site.
|
|
132
|
+
* @format GUID
|
|
133
|
+
*/
|
|
125
134
|
anonymousVisitorId?: string;
|
|
126
|
-
/**
|
|
135
|
+
/**
|
|
136
|
+
* ID of a site visitor that has logged in to the site.
|
|
137
|
+
* @format GUID
|
|
138
|
+
*/
|
|
127
139
|
memberId?: string;
|
|
128
|
-
/**
|
|
140
|
+
/**
|
|
141
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
142
|
+
* @format GUID
|
|
143
|
+
*/
|
|
129
144
|
wixUserId?: string;
|
|
130
|
-
/**
|
|
145
|
+
/**
|
|
146
|
+
* ID of an app.
|
|
147
|
+
* @format GUID
|
|
148
|
+
*/
|
|
131
149
|
appId?: string;
|
|
132
150
|
/** @readonly */
|
|
133
151
|
identityType?: WebhookIdentityType;
|
|
134
152
|
}
|
|
135
153
|
/** @oneof */
|
|
136
154
|
export interface IdentificationDataIdOneOf {
|
|
137
|
-
/**
|
|
155
|
+
/**
|
|
156
|
+
* ID of a site visitor that has not logged in to the site.
|
|
157
|
+
* @format GUID
|
|
158
|
+
*/
|
|
138
159
|
anonymousVisitorId?: string;
|
|
139
|
-
/**
|
|
160
|
+
/**
|
|
161
|
+
* ID of a site visitor that has logged in to the site.
|
|
162
|
+
* @format GUID
|
|
163
|
+
*/
|
|
140
164
|
memberId?: string;
|
|
141
|
-
/**
|
|
165
|
+
/**
|
|
166
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
167
|
+
* @format GUID
|
|
168
|
+
*/
|
|
142
169
|
wixUserId?: string;
|
|
143
|
-
/**
|
|
170
|
+
/**
|
|
171
|
+
* ID of an app.
|
|
172
|
+
* @format GUID
|
|
173
|
+
*/
|
|
144
174
|
appId?: string;
|
|
145
175
|
}
|
|
146
176
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.types.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.types.ts"],"names":[],"mappings":"AA6LA,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B"}
|
|
@@ -109,9 +109,15 @@ export interface ActionEvent {
|
|
|
109
109
|
body?: string;
|
|
110
110
|
}
|
|
111
111
|
export interface MessageEnvelope {
|
|
112
|
-
/**
|
|
112
|
+
/**
|
|
113
|
+
* App instance ID.
|
|
114
|
+
* @format GUID
|
|
115
|
+
*/
|
|
113
116
|
instanceId?: string | null;
|
|
114
|
-
/**
|
|
117
|
+
/**
|
|
118
|
+
* Event type.
|
|
119
|
+
* @maxLength 150
|
|
120
|
+
*/
|
|
115
121
|
eventType?: string;
|
|
116
122
|
/** The identification type and identity data. */
|
|
117
123
|
identity?: IdentificationData;
|
|
@@ -119,26 +125,50 @@ export interface MessageEnvelope {
|
|
|
119
125
|
data?: string;
|
|
120
126
|
}
|
|
121
127
|
export interface IdentificationData extends IdentificationDataIdOneOf {
|
|
122
|
-
/**
|
|
128
|
+
/**
|
|
129
|
+
* ID of a site visitor that has not logged in to the site.
|
|
130
|
+
* @format GUID
|
|
131
|
+
*/
|
|
123
132
|
anonymousVisitorId?: string;
|
|
124
|
-
/**
|
|
133
|
+
/**
|
|
134
|
+
* ID of a site visitor that has logged in to the site.
|
|
135
|
+
* @format GUID
|
|
136
|
+
*/
|
|
125
137
|
memberId?: string;
|
|
126
|
-
/**
|
|
138
|
+
/**
|
|
139
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
140
|
+
* @format GUID
|
|
141
|
+
*/
|
|
127
142
|
wixUserId?: string;
|
|
128
|
-
/**
|
|
143
|
+
/**
|
|
144
|
+
* ID of an app.
|
|
145
|
+
* @format GUID
|
|
146
|
+
*/
|
|
129
147
|
appId?: string;
|
|
130
148
|
/** @readonly */
|
|
131
149
|
identityType?: WebhookIdentityType;
|
|
132
150
|
}
|
|
133
151
|
/** @oneof */
|
|
134
152
|
export interface IdentificationDataIdOneOf {
|
|
135
|
-
/**
|
|
153
|
+
/**
|
|
154
|
+
* ID of a site visitor that has not logged in to the site.
|
|
155
|
+
* @format GUID
|
|
156
|
+
*/
|
|
136
157
|
anonymousVisitorId?: string;
|
|
137
|
-
/**
|
|
158
|
+
/**
|
|
159
|
+
* ID of a site visitor that has logged in to the site.
|
|
160
|
+
* @format GUID
|
|
161
|
+
*/
|
|
138
162
|
memberId?: string;
|
|
139
|
-
/**
|
|
163
|
+
/**
|
|
164
|
+
* ID of a Wix user (site owner, contributor, etc.).
|
|
165
|
+
* @format GUID
|
|
166
|
+
*/
|
|
140
167
|
wixUserId?: string;
|
|
141
|
-
/**
|
|
168
|
+
/**
|
|
169
|
+
* ID of an app.
|
|
170
|
+
* @format GUID
|
|
171
|
+
*/
|
|
142
172
|
appId?: string;
|
|
143
173
|
}
|
|
144
174
|
export declare enum WebhookIdentityType {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,+BAA+B,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"bu-legal-v2-cmp-config-cmp.universal.js","sourceRoot":"","sources":["../../../../src/bu-legal-v2-cmp-config-cmp.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,+BAA+B,MAAM,sCAAsC,CAAC;AA6LxF,MAAM,CAAN,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC7B,0CAAmB,CAAA;IACnB,8DAAuC,CAAA;IACvC,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,kCAAW,CAAA;AACb,CAAC,EANW,mBAAmB,KAAnB,mBAAmB,QAM9B;AAED;;;;;;;;;;;;GAYG;AACH,MAAM,CAAC,KAAK,UAAU,YAAY;IAChC,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC,EAAE,CAAC,CAAC;IAE1D,MAAM,OAAO,GAAG,+BAA+B,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;IAEtE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE;YAC5B,uBAAuB,EAAE,KAAK;SAC/B,EACD,EAAE,CACH,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,KAAK,UAAU,eAAe,CACnC,SAAoB;IAEpB,aAAa;IACb,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,GAAG,SAAS,CAAC,CAAC,CAG9C,CAAC;IAEF,MAAM,OAAO,GAAG,qCAAqC,CAAC;QACpD,SAAS,EAAE,SAAS;KACrB,CAAC,CAAC;IAEH,MAAM,OAAO,GAAG,+BAA+B,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAEzE,WAAW,EAAE,UAAU,EAAE,EAAE,CAAC;IAC5B,IAAI,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QACjD,WAAW,EAAE,SAAS,EAAE,CAAC,MAAM,CAAC,CAAC;QAEjC,OAAO,uCAAuC,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,SAAU,CAAC;IAC1E,CAAC;IAAC,OAAO,GAAQ,EAAE,CAAC;QAClB,MAAM,gBAAgB,GAAG,iBAAiB,CACxC,GAAG,EACH;YACE,sBAAsB,EAAE,EAAE;YAC1B,wBAAwB,EAAE,EAAE,SAAS,EAAE,MAAM,EAAE;YAC/C,uBAAuB,EAAE,KAAK;SAC/B,EACD,CAAC,WAAW,CAAC,CACd,CAAC;QACF,WAAW,EAAE,OAAO,EAAE,CAAC,GAAG,CAAC,CAAC;QAE5B,MAAM,gBAAgB,CAAC;IACzB,CAAC;AACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_consent-policy_cmp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bu.legal.v2.cmp_config"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "91c676f54bae60d4131f74ec80d1646292918fe5ee3e03afea0da90a"
|
|
52
52
|
}
|