dub 0.61.6 → 0.61.8
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/bin/mcp-server.js +169 -171
- package/bin/mcp-server.js.map +22 -22
- package/dist/commonjs/funcs/linksCount.js +3 -4
- package/dist/commonjs/funcs/linksCount.js.map +1 -1
- package/dist/commonjs/funcs/linksList.js +3 -4
- package/dist/commonjs/funcs/linksList.js.map +1 -1
- package/dist/commonjs/funcs/partnersRetrieveLinks.d.ts +1 -1
- package/dist/commonjs/funcs/partnersRetrieveLinks.d.ts.map +1 -1
- package/dist/commonjs/funcs/partnersRetrieveLinks.js +1 -1
- package/dist/commonjs/funcs/partnersRetrieveLinks.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/clickevent.d.ts +16 -16
- package/dist/commonjs/models/components/clickevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/clickevent.js +16 -16
- package/dist/commonjs/models/components/clickevent.js.map +1 -1
- package/dist/commonjs/models/components/leadcreatedevent.d.ts +14 -14
- package/dist/commonjs/models/components/leadcreatedevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/leadcreatedevent.js +14 -14
- package/dist/commonjs/models/components/leadcreatedevent.js.map +1 -1
- package/dist/commonjs/models/components/leadevent.d.ts +16 -16
- package/dist/commonjs/models/components/leadevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/leadevent.js +16 -16
- package/dist/commonjs/models/components/leadevent.js.map +1 -1
- package/dist/commonjs/models/components/linkclickedevent.d.ts +29 -29
- package/dist/commonjs/models/components/linkclickedevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/linkclickedevent.js +33 -32
- package/dist/commonjs/models/components/linkclickedevent.js.map +1 -1
- package/dist/commonjs/models/components/linkwebhookevent.d.ts +27 -27
- package/dist/commonjs/models/components/linkwebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/linkwebhookevent.js +30 -31
- package/dist/commonjs/models/components/linkwebhookevent.js.map +1 -1
- package/dist/commonjs/models/components/partnerenrolledevent.d.ts +15 -15
- package/dist/commonjs/models/components/partnerenrolledevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/partnerenrolledevent.js +18 -19
- package/dist/commonjs/models/components/partnerenrolledevent.js.map +1 -1
- package/dist/commonjs/models/components/salecreatedevent.d.ts +14 -14
- package/dist/commonjs/models/components/salecreatedevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/salecreatedevent.js +14 -14
- package/dist/commonjs/models/components/salecreatedevent.js.map +1 -1
- package/dist/commonjs/models/components/saleevent.d.ts +16 -16
- package/dist/commonjs/models/components/saleevent.d.ts.map +1 -1
- package/dist/commonjs/models/components/saleevent.js +16 -16
- package/dist/commonjs/models/components/saleevent.js.map +1 -1
- package/dist/commonjs/models/operations/createpartner.d.ts +15 -15
- package/dist/commonjs/models/operations/createpartner.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpartner.js +18 -19
- package/dist/commonjs/models/operations/createpartner.js.map +1 -1
- package/dist/commonjs/models/operations/getcustomers.d.ts +15 -15
- package/dist/commonjs/models/operations/getcustomers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getcustomers.js +18 -19
- package/dist/commonjs/models/operations/getcustomers.js.map +1 -1
- package/dist/commonjs/models/operations/listevents.d.ts +6 -6
- package/dist/commonjs/models/operations/listevents.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevents.js +3 -3
- package/dist/commonjs/models/operations/listevents.js.map +1 -1
- package/dist/commonjs/models/operations/retrieveanalytics.d.ts +2 -2
- package/dist/commonjs/models/operations/retrievelinks.d.ts +13 -13
- package/dist/commonjs/models/operations/retrievelinks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retrievelinks.js +17 -16
- package/dist/commonjs/models/operations/retrievelinks.js.map +1 -1
- package/dist/commonjs/models/operations/retrievepartneranalytics.d.ts +2 -2
- package/dist/commonjs/sdk/partners.d.ts +1 -1
- package/dist/commonjs/sdk/partners.d.ts.map +1 -1
- package/dist/esm/funcs/linksCount.js +4 -5
- package/dist/esm/funcs/linksCount.js.map +1 -1
- package/dist/esm/funcs/linksList.js +4 -5
- package/dist/esm/funcs/linksList.js.map +1 -1
- package/dist/esm/funcs/partnersRetrieveLinks.d.ts +1 -1
- package/dist/esm/funcs/partnersRetrieveLinks.d.ts.map +1 -1
- package/dist/esm/funcs/partnersRetrieveLinks.js +1 -1
- package/dist/esm/funcs/partnersRetrieveLinks.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/clickevent.d.ts +16 -16
- package/dist/esm/models/components/clickevent.d.ts.map +1 -1
- package/dist/esm/models/components/clickevent.js +16 -16
- package/dist/esm/models/components/clickevent.js.map +1 -1
- package/dist/esm/models/components/leadcreatedevent.d.ts +14 -14
- package/dist/esm/models/components/leadcreatedevent.d.ts.map +1 -1
- package/dist/esm/models/components/leadcreatedevent.js +14 -14
- package/dist/esm/models/components/leadcreatedevent.js.map +1 -1
- package/dist/esm/models/components/leadevent.d.ts +16 -16
- package/dist/esm/models/components/leadevent.d.ts.map +1 -1
- package/dist/esm/models/components/leadevent.js +16 -16
- package/dist/esm/models/components/leadevent.js.map +1 -1
- package/dist/esm/models/components/linkclickedevent.d.ts +29 -29
- package/dist/esm/models/components/linkclickedevent.d.ts.map +1 -1
- package/dist/esm/models/components/linkclickedevent.js +30 -29
- package/dist/esm/models/components/linkclickedevent.js.map +1 -1
- package/dist/esm/models/components/linkwebhookevent.d.ts +27 -27
- package/dist/esm/models/components/linkwebhookevent.d.ts.map +1 -1
- package/dist/esm/models/components/linkwebhookevent.js +27 -28
- package/dist/esm/models/components/linkwebhookevent.js.map +1 -1
- package/dist/esm/models/components/partnerenrolledevent.d.ts +15 -15
- package/dist/esm/models/components/partnerenrolledevent.d.ts.map +1 -1
- package/dist/esm/models/components/partnerenrolledevent.js +15 -16
- package/dist/esm/models/components/partnerenrolledevent.js.map +1 -1
- package/dist/esm/models/components/salecreatedevent.d.ts +14 -14
- package/dist/esm/models/components/salecreatedevent.d.ts.map +1 -1
- package/dist/esm/models/components/salecreatedevent.js +14 -14
- package/dist/esm/models/components/salecreatedevent.js.map +1 -1
- package/dist/esm/models/components/saleevent.d.ts +16 -16
- package/dist/esm/models/components/saleevent.d.ts.map +1 -1
- package/dist/esm/models/components/saleevent.js +16 -16
- package/dist/esm/models/components/saleevent.js.map +1 -1
- package/dist/esm/models/operations/createpartner.d.ts +15 -15
- package/dist/esm/models/operations/createpartner.d.ts.map +1 -1
- package/dist/esm/models/operations/createpartner.js +15 -16
- package/dist/esm/models/operations/createpartner.js.map +1 -1
- package/dist/esm/models/operations/getcustomers.d.ts +15 -15
- package/dist/esm/models/operations/getcustomers.d.ts.map +1 -1
- package/dist/esm/models/operations/getcustomers.js +15 -16
- package/dist/esm/models/operations/getcustomers.js.map +1 -1
- package/dist/esm/models/operations/listevents.d.ts +6 -6
- package/dist/esm/models/operations/listevents.d.ts.map +1 -1
- package/dist/esm/models/operations/listevents.js +3 -3
- package/dist/esm/models/operations/listevents.js.map +1 -1
- package/dist/esm/models/operations/retrieveanalytics.d.ts +2 -2
- package/dist/esm/models/operations/retrievelinks.d.ts +13 -13
- package/dist/esm/models/operations/retrievelinks.d.ts.map +1 -1
- package/dist/esm/models/operations/retrievelinks.js +14 -13
- package/dist/esm/models/operations/retrievelinks.js.map +1 -1
- package/dist/esm/models/operations/retrievepartneranalytics.d.ts +2 -2
- package/dist/esm/sdk/partners.d.ts +1 -1
- package/dist/esm/sdk/partners.d.ts.map +1 -1
- package/docs/sdks/partners/README.md +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/linksCount.ts +14 -18
- package/src/funcs/linksList.ts +18 -22
- package/src/funcs/partnersRetrieveLinks.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/clickevent.ts +32 -32
- package/src/models/components/leadcreatedevent.ts +28 -28
- package/src/models/components/leadevent.ts +32 -32
- package/src/models/components/linkclickedevent.ts +57 -67
- package/src/models/components/linkwebhookevent.ts +163 -153
- package/src/models/components/partnerenrolledevent.ts +45 -34
- package/src/models/components/salecreatedevent.ts +28 -28
- package/src/models/components/saleevent.ts +32 -32
- package/src/models/operations/createpartner.ts +41 -34
- package/src/models/operations/getcustomers.ts +45 -35
- package/src/models/operations/listevents.ts +8 -8
- package/src/models/operations/retrieveanalytics.ts +2 -2
- package/src/models/operations/retrievelinks.ts +39 -49
- package/src/models/operations/retrievepartneranalytics.ts +2 -2
- package/src/sdk/partners.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -34241,9 +34241,9 @@ var init_config = __esm(() => {
|
|
|
34241
34241
|
SDK_METADATA = {
|
|
34242
34242
|
language: "typescript",
|
|
34243
34243
|
openapiDocVersion: "0.0.1",
|
|
34244
|
-
sdkVersion: "0.61.
|
|
34245
|
-
genVersion: "2.
|
|
34246
|
-
userAgent: "speakeasy-sdk/typescript 0.61.
|
|
34244
|
+
sdkVersion: "0.61.8",
|
|
34245
|
+
genVersion: "2.588.0",
|
|
34246
|
+
userAgent: "speakeasy-sdk/typescript 0.61.8 2.588.0 0.0.1 dub"
|
|
34247
34247
|
};
|
|
34248
34248
|
});
|
|
34249
34249
|
|
|
@@ -37429,7 +37429,7 @@ var init_clickevent = __esm(() => {
|
|
|
37429
37429
|
os: stringType(),
|
|
37430
37430
|
referer: stringType(),
|
|
37431
37431
|
refererUrl: stringType(),
|
|
37432
|
-
qr: booleanType()
|
|
37432
|
+
qr: booleanType(),
|
|
37433
37433
|
ip: stringType()
|
|
37434
37434
|
});
|
|
37435
37435
|
Click$outboundSchema = objectType({
|
|
@@ -37445,7 +37445,7 @@ var init_clickevent = __esm(() => {
|
|
|
37445
37445
|
os: stringType(),
|
|
37446
37446
|
referer: stringType(),
|
|
37447
37447
|
refererUrl: stringType(),
|
|
37448
|
-
qr: booleanType()
|
|
37448
|
+
qr: booleanType(),
|
|
37449
37449
|
ip: stringType()
|
|
37450
37450
|
});
|
|
37451
37451
|
((Click$) => {
|
|
@@ -38483,26 +38483,26 @@ var init_clickevent = __esm(() => {
|
|
|
38483
38483
|
domain: stringType(),
|
|
38484
38484
|
key: stringType(),
|
|
38485
38485
|
url: stringType(),
|
|
38486
|
-
trackConversion: booleanType()
|
|
38486
|
+
trackConversion: booleanType(),
|
|
38487
38487
|
externalId: nullableType(stringType()),
|
|
38488
38488
|
tenantId: nullableType(stringType()),
|
|
38489
38489
|
programId: nullableType(stringType()),
|
|
38490
38490
|
partnerId: nullableType(stringType()),
|
|
38491
|
-
archived: booleanType()
|
|
38491
|
+
archived: booleanType(),
|
|
38492
38492
|
expiresAt: stringType(),
|
|
38493
38493
|
expiredUrl: nullableType(stringType()),
|
|
38494
38494
|
password: nullableType(stringType()),
|
|
38495
|
-
proxy: booleanType()
|
|
38495
|
+
proxy: booleanType(),
|
|
38496
38496
|
title: nullableType(stringType()),
|
|
38497
38497
|
description: nullableType(stringType()),
|
|
38498
38498
|
image: nullableType(stringType()),
|
|
38499
38499
|
video: nullableType(stringType()),
|
|
38500
|
-
rewrite: booleanType()
|
|
38501
|
-
doIndex: booleanType()
|
|
38500
|
+
rewrite: booleanType(),
|
|
38501
|
+
doIndex: booleanType(),
|
|
38502
38502
|
ios: nullableType(stringType()),
|
|
38503
38503
|
android: nullableType(stringType()),
|
|
38504
38504
|
geo: nullableType(lazyType(() => ClickEventGeo$inboundSchema)),
|
|
38505
|
-
publicStats: booleanType()
|
|
38505
|
+
publicStats: booleanType(),
|
|
38506
38506
|
tagId: nullableType(stringType()),
|
|
38507
38507
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
38508
38508
|
folderId: nullableType(stringType()),
|
|
@@ -38542,26 +38542,26 @@ var init_clickevent = __esm(() => {
|
|
|
38542
38542
|
domain: stringType(),
|
|
38543
38543
|
key: stringType(),
|
|
38544
38544
|
url: stringType(),
|
|
38545
|
-
trackConversion: booleanType()
|
|
38545
|
+
trackConversion: booleanType(),
|
|
38546
38546
|
externalId: nullableType(stringType()),
|
|
38547
38547
|
tenantId: nullableType(stringType()),
|
|
38548
38548
|
programId: nullableType(stringType()),
|
|
38549
38549
|
partnerId: nullableType(stringType()),
|
|
38550
|
-
archived: booleanType()
|
|
38550
|
+
archived: booleanType(),
|
|
38551
38551
|
expiresAt: stringType(),
|
|
38552
38552
|
expiredUrl: nullableType(stringType()),
|
|
38553
38553
|
password: nullableType(stringType()),
|
|
38554
|
-
proxy: booleanType()
|
|
38554
|
+
proxy: booleanType(),
|
|
38555
38555
|
title: nullableType(stringType()),
|
|
38556
38556
|
description: nullableType(stringType()),
|
|
38557
38557
|
image: nullableType(stringType()),
|
|
38558
38558
|
video: nullableType(stringType()),
|
|
38559
|
-
rewrite: booleanType()
|
|
38560
|
-
doIndex: booleanType()
|
|
38559
|
+
rewrite: booleanType(),
|
|
38560
|
+
doIndex: booleanType(),
|
|
38561
38561
|
ios: nullableType(stringType()),
|
|
38562
38562
|
android: nullableType(stringType()),
|
|
38563
38563
|
geo: nullableType(lazyType(() => ClickEventGeo$outboundSchema)),
|
|
38564
|
-
publicStats: booleanType()
|
|
38564
|
+
publicStats: booleanType(),
|
|
38565
38565
|
tagId: nullableType(stringType()),
|
|
38566
38566
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
38567
38567
|
folderId: nullableType(stringType()),
|
|
@@ -38602,7 +38602,7 @@ var init_clickevent = __esm(() => {
|
|
|
38602
38602
|
})(Link$ ||= {});
|
|
38603
38603
|
ClickEvent$inboundSchema = objectType({
|
|
38604
38604
|
event: Event$inboundSchema,
|
|
38605
|
-
timestamp: stringType()
|
|
38605
|
+
timestamp: stringType(),
|
|
38606
38606
|
click: lazyType(() => Click$inboundSchema),
|
|
38607
38607
|
link: lazyType(() => Link$inboundSchema),
|
|
38608
38608
|
click_id: stringType(),
|
|
@@ -38626,7 +38626,7 @@ var init_clickevent = __esm(() => {
|
|
|
38626
38626
|
});
|
|
38627
38627
|
ClickEvent$outboundSchema = objectType({
|
|
38628
38628
|
event: Event$outboundSchema,
|
|
38629
|
-
timestamp: stringType()
|
|
38629
|
+
timestamp: stringType(),
|
|
38630
38630
|
click: lazyType(() => Click$outboundSchema),
|
|
38631
38631
|
link: lazyType(() => Link$outboundSchema),
|
|
38632
38632
|
clickId: stringType(),
|
|
@@ -39093,7 +39093,7 @@ var init_leadcreatedevent = __esm(() => {
|
|
|
39093
39093
|
os: stringType(),
|
|
39094
39094
|
referer: stringType(),
|
|
39095
39095
|
refererUrl: stringType(),
|
|
39096
|
-
qr: booleanType()
|
|
39096
|
+
qr: booleanType(),
|
|
39097
39097
|
ip: stringType()
|
|
39098
39098
|
});
|
|
39099
39099
|
LeadCreatedEventClick$outboundSchema = objectType({
|
|
@@ -39109,7 +39109,7 @@ var init_leadcreatedevent = __esm(() => {
|
|
|
39109
39109
|
os: stringType(),
|
|
39110
39110
|
referer: stringType(),
|
|
39111
39111
|
refererUrl: stringType(),
|
|
39112
|
-
qr: booleanType()
|
|
39112
|
+
qr: booleanType(),
|
|
39113
39113
|
ip: stringType()
|
|
39114
39114
|
});
|
|
39115
39115
|
((LeadCreatedEventClick$) => {
|
|
@@ -40147,26 +40147,26 @@ var init_leadcreatedevent = __esm(() => {
|
|
|
40147
40147
|
domain: stringType(),
|
|
40148
40148
|
key: stringType(),
|
|
40149
40149
|
url: stringType(),
|
|
40150
|
-
trackConversion: booleanType()
|
|
40150
|
+
trackConversion: booleanType(),
|
|
40151
40151
|
externalId: nullableType(stringType()),
|
|
40152
40152
|
tenantId: nullableType(stringType()),
|
|
40153
40153
|
programId: nullableType(stringType()),
|
|
40154
40154
|
partnerId: nullableType(stringType()),
|
|
40155
|
-
archived: booleanType()
|
|
40155
|
+
archived: booleanType(),
|
|
40156
40156
|
expiresAt: stringType(),
|
|
40157
40157
|
expiredUrl: nullableType(stringType()),
|
|
40158
40158
|
password: nullableType(stringType()),
|
|
40159
|
-
proxy: booleanType()
|
|
40159
|
+
proxy: booleanType(),
|
|
40160
40160
|
title: nullableType(stringType()),
|
|
40161
40161
|
description: nullableType(stringType()),
|
|
40162
40162
|
image: nullableType(stringType()),
|
|
40163
40163
|
video: nullableType(stringType()),
|
|
40164
|
-
rewrite: booleanType()
|
|
40165
|
-
doIndex: booleanType()
|
|
40164
|
+
rewrite: booleanType(),
|
|
40165
|
+
doIndex: booleanType(),
|
|
40166
40166
|
ios: nullableType(stringType()),
|
|
40167
40167
|
android: nullableType(stringType()),
|
|
40168
40168
|
geo: nullableType(lazyType(() => LeadCreatedEventGeo$inboundSchema)),
|
|
40169
|
-
publicStats: booleanType()
|
|
40169
|
+
publicStats: booleanType(),
|
|
40170
40170
|
tagId: nullableType(stringType()),
|
|
40171
40171
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
40172
40172
|
folderId: nullableType(stringType()),
|
|
@@ -40206,26 +40206,26 @@ var init_leadcreatedevent = __esm(() => {
|
|
|
40206
40206
|
domain: stringType(),
|
|
40207
40207
|
key: stringType(),
|
|
40208
40208
|
url: stringType(),
|
|
40209
|
-
trackConversion: booleanType()
|
|
40209
|
+
trackConversion: booleanType(),
|
|
40210
40210
|
externalId: nullableType(stringType()),
|
|
40211
40211
|
tenantId: nullableType(stringType()),
|
|
40212
40212
|
programId: nullableType(stringType()),
|
|
40213
40213
|
partnerId: nullableType(stringType()),
|
|
40214
|
-
archived: booleanType()
|
|
40214
|
+
archived: booleanType(),
|
|
40215
40215
|
expiresAt: stringType(),
|
|
40216
40216
|
expiredUrl: nullableType(stringType()),
|
|
40217
40217
|
password: nullableType(stringType()),
|
|
40218
|
-
proxy: booleanType()
|
|
40218
|
+
proxy: booleanType(),
|
|
40219
40219
|
title: nullableType(stringType()),
|
|
40220
40220
|
description: nullableType(stringType()),
|
|
40221
40221
|
image: nullableType(stringType()),
|
|
40222
40222
|
video: nullableType(stringType()),
|
|
40223
|
-
rewrite: booleanType()
|
|
40224
|
-
doIndex: booleanType()
|
|
40223
|
+
rewrite: booleanType(),
|
|
40224
|
+
doIndex: booleanType(),
|
|
40225
40225
|
ios: nullableType(stringType()),
|
|
40226
40226
|
android: nullableType(stringType()),
|
|
40227
40227
|
geo: nullableType(lazyType(() => LeadCreatedEventGeo$outboundSchema)),
|
|
40228
|
-
publicStats: booleanType()
|
|
40228
|
+
publicStats: booleanType(),
|
|
40229
40229
|
tagId: nullableType(stringType()),
|
|
40230
40230
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
40231
40231
|
folderId: nullableType(stringType()),
|
|
@@ -40326,7 +40326,7 @@ var init_leadevent = __esm(() => {
|
|
|
40326
40326
|
os: stringType(),
|
|
40327
40327
|
referer: stringType(),
|
|
40328
40328
|
refererUrl: stringType(),
|
|
40329
|
-
qr: booleanType()
|
|
40329
|
+
qr: booleanType(),
|
|
40330
40330
|
ip: stringType()
|
|
40331
40331
|
});
|
|
40332
40332
|
LeadEventClick$outboundSchema = objectType({
|
|
@@ -40342,7 +40342,7 @@ var init_leadevent = __esm(() => {
|
|
|
40342
40342
|
os: stringType(),
|
|
40343
40343
|
referer: stringType(),
|
|
40344
40344
|
refererUrl: stringType(),
|
|
40345
|
-
qr: booleanType()
|
|
40345
|
+
qr: booleanType(),
|
|
40346
40346
|
ip: stringType()
|
|
40347
40347
|
});
|
|
40348
40348
|
((LeadEventClick$) => {
|
|
@@ -41380,26 +41380,26 @@ var init_leadevent = __esm(() => {
|
|
|
41380
41380
|
domain: stringType(),
|
|
41381
41381
|
key: stringType(),
|
|
41382
41382
|
url: stringType(),
|
|
41383
|
-
trackConversion: booleanType()
|
|
41383
|
+
trackConversion: booleanType(),
|
|
41384
41384
|
externalId: nullableType(stringType()),
|
|
41385
41385
|
tenantId: nullableType(stringType()),
|
|
41386
41386
|
programId: nullableType(stringType()),
|
|
41387
41387
|
partnerId: nullableType(stringType()),
|
|
41388
|
-
archived: booleanType()
|
|
41388
|
+
archived: booleanType(),
|
|
41389
41389
|
expiresAt: stringType(),
|
|
41390
41390
|
expiredUrl: nullableType(stringType()),
|
|
41391
41391
|
password: nullableType(stringType()),
|
|
41392
|
-
proxy: booleanType()
|
|
41392
|
+
proxy: booleanType(),
|
|
41393
41393
|
title: nullableType(stringType()),
|
|
41394
41394
|
description: nullableType(stringType()),
|
|
41395
41395
|
image: nullableType(stringType()),
|
|
41396
41396
|
video: nullableType(stringType()),
|
|
41397
|
-
rewrite: booleanType()
|
|
41398
|
-
doIndex: booleanType()
|
|
41397
|
+
rewrite: booleanType(),
|
|
41398
|
+
doIndex: booleanType(),
|
|
41399
41399
|
ios: nullableType(stringType()),
|
|
41400
41400
|
android: nullableType(stringType()),
|
|
41401
41401
|
geo: nullableType(lazyType(() => LeadEventGeo$inboundSchema)),
|
|
41402
|
-
publicStats: booleanType()
|
|
41402
|
+
publicStats: booleanType(),
|
|
41403
41403
|
tagId: nullableType(stringType()),
|
|
41404
41404
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
41405
41405
|
folderId: nullableType(stringType()),
|
|
@@ -41439,26 +41439,26 @@ var init_leadevent = __esm(() => {
|
|
|
41439
41439
|
domain: stringType(),
|
|
41440
41440
|
key: stringType(),
|
|
41441
41441
|
url: stringType(),
|
|
41442
|
-
trackConversion: booleanType()
|
|
41442
|
+
trackConversion: booleanType(),
|
|
41443
41443
|
externalId: nullableType(stringType()),
|
|
41444
41444
|
tenantId: nullableType(stringType()),
|
|
41445
41445
|
programId: nullableType(stringType()),
|
|
41446
41446
|
partnerId: nullableType(stringType()),
|
|
41447
|
-
archived: booleanType()
|
|
41447
|
+
archived: booleanType(),
|
|
41448
41448
|
expiresAt: stringType(),
|
|
41449
41449
|
expiredUrl: nullableType(stringType()),
|
|
41450
41450
|
password: nullableType(stringType()),
|
|
41451
|
-
proxy: booleanType()
|
|
41451
|
+
proxy: booleanType(),
|
|
41452
41452
|
title: nullableType(stringType()),
|
|
41453
41453
|
description: nullableType(stringType()),
|
|
41454
41454
|
image: nullableType(stringType()),
|
|
41455
41455
|
video: nullableType(stringType()),
|
|
41456
|
-
rewrite: booleanType()
|
|
41457
|
-
doIndex: booleanType()
|
|
41456
|
+
rewrite: booleanType(),
|
|
41457
|
+
doIndex: booleanType(),
|
|
41458
41458
|
ios: nullableType(stringType()),
|
|
41459
41459
|
android: nullableType(stringType()),
|
|
41460
41460
|
geo: nullableType(lazyType(() => LeadEventGeo$outboundSchema)),
|
|
41461
|
-
publicStats: booleanType()
|
|
41461
|
+
publicStats: booleanType(),
|
|
41462
41462
|
tagId: nullableType(stringType()),
|
|
41463
41463
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
41464
41464
|
folderId: nullableType(stringType()),
|
|
@@ -41521,7 +41521,7 @@ var init_leadevent = __esm(() => {
|
|
|
41521
41521
|
})(Customer$ ||= {});
|
|
41522
41522
|
LeadEvent$inboundSchema = objectType({
|
|
41523
41523
|
event: LeadEventEvent$inboundSchema,
|
|
41524
|
-
timestamp: stringType()
|
|
41524
|
+
timestamp: stringType(),
|
|
41525
41525
|
eventId: stringType(),
|
|
41526
41526
|
eventName: stringType(),
|
|
41527
41527
|
metadata: stringType(),
|
|
@@ -41549,7 +41549,7 @@ var init_leadevent = __esm(() => {
|
|
|
41549
41549
|
});
|
|
41550
41550
|
LeadEvent$outboundSchema = objectType({
|
|
41551
41551
|
event: LeadEventEvent$outboundSchema,
|
|
41552
|
-
timestamp: stringType()
|
|
41552
|
+
timestamp: stringType(),
|
|
41553
41553
|
eventId: stringType(),
|
|
41554
41554
|
eventName: stringType(),
|
|
41555
41555
|
metadata: stringType(),
|
|
@@ -41582,7 +41582,7 @@ var init_leadevent = __esm(() => {
|
|
|
41582
41582
|
});
|
|
41583
41583
|
|
|
41584
41584
|
// src/models/components/linkclickedevent.ts
|
|
41585
|
-
var LinkClickedEventEvent, LinkClickedEventEvent$inboundSchema, LinkClickedEventEvent$outboundSchema, LinkClickedEventEvent$, LinkClickedEventClick$inboundSchema, LinkClickedEventClick$outboundSchema, LinkClickedEventClick$, LinkClickedEventGeo$inboundSchema, LinkClickedEventGeo$outboundSchema, LinkClickedEventGeo$, LinkClickedEventTestVariants$inboundSchema, LinkClickedEventTestVariants$outboundSchema, LinkClickedEventTestVariants$, LinkClickedEventLink$inboundSchema, LinkClickedEventLink$outboundSchema, LinkClickedEventLink$,
|
|
41585
|
+
var LinkClickedEventEvent, LinkClickedEventEvent$inboundSchema, LinkClickedEventEvent$outboundSchema, LinkClickedEventEvent$, LinkClickedEventClick$inboundSchema, LinkClickedEventClick$outboundSchema, LinkClickedEventClick$, LinkClickedEventGeo$inboundSchema, LinkClickedEventGeo$outboundSchema, LinkClickedEventGeo$, LinkClickedEventTestVariants$inboundSchema, LinkClickedEventTestVariants$outboundSchema, LinkClickedEventTestVariants$, LinkClickedEventLink$inboundSchema, LinkClickedEventLink$outboundSchema, LinkClickedEventLink$, Data$inboundSchema, Data$outboundSchema, Data$, LinkClickedEvent$inboundSchema, LinkClickedEvent$outboundSchema, LinkClickedEvent$;
|
|
41586
41586
|
var init_linkclickedevent = __esm(() => {
|
|
41587
41587
|
init_lib();
|
|
41588
41588
|
init_primitives();
|
|
@@ -41609,7 +41609,7 @@ var init_linkclickedevent = __esm(() => {
|
|
|
41609
41609
|
os: stringType(),
|
|
41610
41610
|
referer: stringType(),
|
|
41611
41611
|
refererUrl: stringType(),
|
|
41612
|
-
qr: booleanType()
|
|
41612
|
+
qr: booleanType(),
|
|
41613
41613
|
ip: stringType()
|
|
41614
41614
|
});
|
|
41615
41615
|
LinkClickedEventClick$outboundSchema = objectType({
|
|
@@ -41625,7 +41625,7 @@ var init_linkclickedevent = __esm(() => {
|
|
|
41625
41625
|
os: stringType(),
|
|
41626
41626
|
referer: stringType(),
|
|
41627
41627
|
refererUrl: stringType(),
|
|
41628
|
-
qr: booleanType()
|
|
41628
|
+
qr: booleanType(),
|
|
41629
41629
|
ip: stringType()
|
|
41630
41630
|
});
|
|
41631
41631
|
((LinkClickedEventClick$) => {
|
|
@@ -42663,26 +42663,26 @@ var init_linkclickedevent = __esm(() => {
|
|
|
42663
42663
|
domain: stringType(),
|
|
42664
42664
|
key: stringType(),
|
|
42665
42665
|
url: stringType(),
|
|
42666
|
-
trackConversion: booleanType()
|
|
42666
|
+
trackConversion: booleanType(),
|
|
42667
42667
|
externalId: nullableType(stringType()),
|
|
42668
42668
|
tenantId: nullableType(stringType()),
|
|
42669
42669
|
programId: nullableType(stringType()),
|
|
42670
42670
|
partnerId: nullableType(stringType()),
|
|
42671
|
-
archived: booleanType()
|
|
42671
|
+
archived: booleanType(),
|
|
42672
42672
|
expiresAt: stringType(),
|
|
42673
42673
|
expiredUrl: nullableType(stringType()),
|
|
42674
42674
|
password: nullableType(stringType()),
|
|
42675
|
-
proxy: booleanType()
|
|
42675
|
+
proxy: booleanType(),
|
|
42676
42676
|
title: nullableType(stringType()),
|
|
42677
42677
|
description: nullableType(stringType()),
|
|
42678
42678
|
image: nullableType(stringType()),
|
|
42679
42679
|
video: nullableType(stringType()),
|
|
42680
|
-
rewrite: booleanType()
|
|
42681
|
-
doIndex: booleanType()
|
|
42680
|
+
rewrite: booleanType(),
|
|
42681
|
+
doIndex: booleanType(),
|
|
42682
42682
|
ios: nullableType(stringType()),
|
|
42683
42683
|
android: nullableType(stringType()),
|
|
42684
42684
|
geo: nullableType(lazyType(() => LinkClickedEventGeo$inboundSchema)),
|
|
42685
|
-
publicStats: booleanType()
|
|
42685
|
+
publicStats: booleanType(),
|
|
42686
42686
|
tagId: nullableType(stringType()),
|
|
42687
42687
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
42688
42688
|
folderId: nullableType(stringType()),
|
|
@@ -42722,26 +42722,26 @@ var init_linkclickedevent = __esm(() => {
|
|
|
42722
42722
|
domain: stringType(),
|
|
42723
42723
|
key: stringType(),
|
|
42724
42724
|
url: stringType(),
|
|
42725
|
-
trackConversion: booleanType()
|
|
42725
|
+
trackConversion: booleanType(),
|
|
42726
42726
|
externalId: nullableType(stringType()),
|
|
42727
42727
|
tenantId: nullableType(stringType()),
|
|
42728
42728
|
programId: nullableType(stringType()),
|
|
42729
42729
|
partnerId: nullableType(stringType()),
|
|
42730
|
-
archived: booleanType()
|
|
42730
|
+
archived: booleanType(),
|
|
42731
42731
|
expiresAt: stringType(),
|
|
42732
42732
|
expiredUrl: nullableType(stringType()),
|
|
42733
42733
|
password: nullableType(stringType()),
|
|
42734
|
-
proxy: booleanType()
|
|
42734
|
+
proxy: booleanType(),
|
|
42735
42735
|
title: nullableType(stringType()),
|
|
42736
42736
|
description: nullableType(stringType()),
|
|
42737
42737
|
image: nullableType(stringType()),
|
|
42738
42738
|
video: nullableType(stringType()),
|
|
42739
|
-
rewrite: booleanType()
|
|
42740
|
-
doIndex: booleanType()
|
|
42739
|
+
rewrite: booleanType(),
|
|
42740
|
+
doIndex: booleanType(),
|
|
42741
42741
|
ios: nullableType(stringType()),
|
|
42742
42742
|
android: nullableType(stringType()),
|
|
42743
42743
|
geo: nullableType(lazyType(() => LinkClickedEventGeo$outboundSchema)),
|
|
42744
|
-
publicStats: booleanType()
|
|
42744
|
+
publicStats: booleanType(),
|
|
42745
42745
|
tagId: nullableType(stringType()),
|
|
42746
42746
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
42747
42747
|
folderId: nullableType(stringType()),
|
|
@@ -42780,29 +42780,29 @@ var init_linkclickedevent = __esm(() => {
|
|
|
42780
42780
|
LinkClickedEventLink$.inboundSchema = LinkClickedEventLink$inboundSchema;
|
|
42781
42781
|
LinkClickedEventLink$.outboundSchema = LinkClickedEventLink$outboundSchema;
|
|
42782
42782
|
})(LinkClickedEventLink$ ||= {});
|
|
42783
|
-
|
|
42783
|
+
Data$inboundSchema = objectType({
|
|
42784
42784
|
click: lazyType(() => LinkClickedEventClick$inboundSchema),
|
|
42785
42785
|
link: lazyType(() => LinkClickedEventLink$inboundSchema)
|
|
42786
42786
|
});
|
|
42787
|
-
|
|
42787
|
+
Data$outboundSchema = objectType({
|
|
42788
42788
|
click: lazyType(() => LinkClickedEventClick$outboundSchema),
|
|
42789
42789
|
link: lazyType(() => LinkClickedEventLink$outboundSchema)
|
|
42790
42790
|
});
|
|
42791
|
-
((
|
|
42792
|
-
|
|
42793
|
-
|
|
42794
|
-
})(
|
|
42791
|
+
((Data$) => {
|
|
42792
|
+
Data$.inboundSchema = Data$inboundSchema;
|
|
42793
|
+
Data$.outboundSchema = Data$outboundSchema;
|
|
42794
|
+
})(Data$ ||= {});
|
|
42795
42795
|
LinkClickedEvent$inboundSchema = objectType({
|
|
42796
42796
|
id: stringType(),
|
|
42797
42797
|
event: LinkClickedEventEvent$inboundSchema,
|
|
42798
42798
|
createdAt: stringType(),
|
|
42799
|
-
data: lazyType(() =>
|
|
42799
|
+
data: lazyType(() => Data$inboundSchema)
|
|
42800
42800
|
});
|
|
42801
42801
|
LinkClickedEvent$outboundSchema = objectType({
|
|
42802
42802
|
id: stringType(),
|
|
42803
42803
|
event: LinkClickedEventEvent$outboundSchema,
|
|
42804
42804
|
createdAt: stringType(),
|
|
42805
|
-
data: lazyType(() =>
|
|
42805
|
+
data: lazyType(() => Data$outboundSchema)
|
|
42806
42806
|
});
|
|
42807
42807
|
((LinkClickedEvent$) => {
|
|
42808
42808
|
LinkClickedEvent$.inboundSchema = LinkClickedEvent$inboundSchema;
|
|
@@ -45027,7 +45027,7 @@ var init_linkschema = __esm(() => {
|
|
|
45027
45027
|
});
|
|
45028
45028
|
|
|
45029
45029
|
// src/models/components/linkwebhookevent.ts
|
|
45030
|
-
var Three, Two, One, Three$inboundSchema, Three$outboundSchema, Three$, Two$inboundSchema, Two$outboundSchema, Two$, One$inboundSchema, One$outboundSchema, One$, LinkWebhookEventEvent$inboundSchema, LinkWebhookEventEvent$outboundSchema, LinkWebhookEventEvent$, LinkWebhookEventGeo$inboundSchema, LinkWebhookEventGeo$outboundSchema, LinkWebhookEventGeo$, LinkWebhookEventTestVariants$inboundSchema, LinkWebhookEventTestVariants$outboundSchema, LinkWebhookEventTestVariants$,
|
|
45030
|
+
var Three, Two, One, Three$inboundSchema, Three$outboundSchema, Three$, Two$inboundSchema, Two$outboundSchema, Two$, One$inboundSchema, One$outboundSchema, One$, LinkWebhookEventEvent$inboundSchema, LinkWebhookEventEvent$outboundSchema, LinkWebhookEventEvent$, LinkWebhookEventGeo$inboundSchema, LinkWebhookEventGeo$outboundSchema, LinkWebhookEventGeo$, LinkWebhookEventTestVariants$inboundSchema, LinkWebhookEventTestVariants$outboundSchema, LinkWebhookEventTestVariants$, LinkWebhookEventLink$inboundSchema, LinkWebhookEventLink$outboundSchema, LinkWebhookEventLink$, LinkWebhookEvent$inboundSchema, LinkWebhookEvent$outboundSchema, LinkWebhookEvent$;
|
|
45031
45031
|
var init_linkwebhookevent = __esm(() => {
|
|
45032
45032
|
init_lib();
|
|
45033
45033
|
init_primitives();
|
|
@@ -46091,31 +46091,31 @@ var init_linkwebhookevent = __esm(() => {
|
|
|
46091
46091
|
LinkWebhookEventTestVariants$.inboundSchema = LinkWebhookEventTestVariants$inboundSchema;
|
|
46092
46092
|
LinkWebhookEventTestVariants$.outboundSchema = LinkWebhookEventTestVariants$outboundSchema;
|
|
46093
46093
|
})(LinkWebhookEventTestVariants$ ||= {});
|
|
46094
|
-
|
|
46094
|
+
LinkWebhookEventLink$inboundSchema = objectType({
|
|
46095
46095
|
id: stringType(),
|
|
46096
46096
|
domain: stringType(),
|
|
46097
46097
|
key: stringType(),
|
|
46098
46098
|
url: stringType(),
|
|
46099
|
-
trackConversion: booleanType()
|
|
46099
|
+
trackConversion: booleanType(),
|
|
46100
46100
|
externalId: nullableType(stringType()),
|
|
46101
46101
|
tenantId: nullableType(stringType()),
|
|
46102
46102
|
programId: nullableType(stringType()),
|
|
46103
46103
|
partnerId: nullableType(stringType()),
|
|
46104
|
-
archived: booleanType()
|
|
46104
|
+
archived: booleanType(),
|
|
46105
46105
|
expiresAt: stringType(),
|
|
46106
46106
|
expiredUrl: nullableType(stringType()),
|
|
46107
46107
|
password: nullableType(stringType()),
|
|
46108
|
-
proxy: booleanType()
|
|
46108
|
+
proxy: booleanType(),
|
|
46109
46109
|
title: nullableType(stringType()),
|
|
46110
46110
|
description: nullableType(stringType()),
|
|
46111
46111
|
image: nullableType(stringType()),
|
|
46112
46112
|
video: nullableType(stringType()),
|
|
46113
|
-
rewrite: booleanType()
|
|
46114
|
-
doIndex: booleanType()
|
|
46113
|
+
rewrite: booleanType(),
|
|
46114
|
+
doIndex: booleanType(),
|
|
46115
46115
|
ios: nullableType(stringType()),
|
|
46116
46116
|
android: nullableType(stringType()),
|
|
46117
46117
|
geo: nullableType(lazyType(() => LinkWebhookEventGeo$inboundSchema)),
|
|
46118
|
-
publicStats: booleanType()
|
|
46118
|
+
publicStats: booleanType(),
|
|
46119
46119
|
tagId: nullableType(stringType()),
|
|
46120
46120
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
46121
46121
|
folderId: nullableType(stringType()),
|
|
@@ -46150,31 +46150,31 @@ var init_linkwebhookevent = __esm(() => {
|
|
|
46150
46150
|
utm_content: "utmContent"
|
|
46151
46151
|
});
|
|
46152
46152
|
});
|
|
46153
|
-
|
|
46153
|
+
LinkWebhookEventLink$outboundSchema = objectType({
|
|
46154
46154
|
id: stringType(),
|
|
46155
46155
|
domain: stringType(),
|
|
46156
46156
|
key: stringType(),
|
|
46157
46157
|
url: stringType(),
|
|
46158
|
-
trackConversion: booleanType()
|
|
46158
|
+
trackConversion: booleanType(),
|
|
46159
46159
|
externalId: nullableType(stringType()),
|
|
46160
46160
|
tenantId: nullableType(stringType()),
|
|
46161
46161
|
programId: nullableType(stringType()),
|
|
46162
46162
|
partnerId: nullableType(stringType()),
|
|
46163
|
-
archived: booleanType()
|
|
46163
|
+
archived: booleanType(),
|
|
46164
46164
|
expiresAt: stringType(),
|
|
46165
46165
|
expiredUrl: nullableType(stringType()),
|
|
46166
46166
|
password: nullableType(stringType()),
|
|
46167
|
-
proxy: booleanType()
|
|
46167
|
+
proxy: booleanType(),
|
|
46168
46168
|
title: nullableType(stringType()),
|
|
46169
46169
|
description: nullableType(stringType()),
|
|
46170
46170
|
image: nullableType(stringType()),
|
|
46171
46171
|
video: nullableType(stringType()),
|
|
46172
|
-
rewrite: booleanType()
|
|
46173
|
-
doIndex: booleanType()
|
|
46172
|
+
rewrite: booleanType(),
|
|
46173
|
+
doIndex: booleanType(),
|
|
46174
46174
|
ios: nullableType(stringType()),
|
|
46175
46175
|
android: nullableType(stringType()),
|
|
46176
46176
|
geo: nullableType(lazyType(() => LinkWebhookEventGeo$outboundSchema)),
|
|
46177
|
-
publicStats: booleanType()
|
|
46177
|
+
publicStats: booleanType(),
|
|
46178
46178
|
tagId: nullableType(stringType()),
|
|
46179
46179
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
46180
46180
|
folderId: nullableType(stringType()),
|
|
@@ -46209,15 +46209,15 @@ var init_linkwebhookevent = __esm(() => {
|
|
|
46209
46209
|
utmContent: "utm_content"
|
|
46210
46210
|
});
|
|
46211
46211
|
});
|
|
46212
|
-
((
|
|
46213
|
-
|
|
46214
|
-
|
|
46215
|
-
})(
|
|
46212
|
+
((LinkWebhookEventLink$) => {
|
|
46213
|
+
LinkWebhookEventLink$.inboundSchema = LinkWebhookEventLink$inboundSchema;
|
|
46214
|
+
LinkWebhookEventLink$.outboundSchema = LinkWebhookEventLink$outboundSchema;
|
|
46215
|
+
})(LinkWebhookEventLink$ ||= {});
|
|
46216
46216
|
LinkWebhookEvent$inboundSchema = objectType({
|
|
46217
46217
|
id: stringType(),
|
|
46218
46218
|
event: unionType([One$inboundSchema, Two$inboundSchema, Three$inboundSchema]),
|
|
46219
46219
|
createdAt: stringType(),
|
|
46220
|
-
data: lazyType(() =>
|
|
46220
|
+
data: lazyType(() => LinkWebhookEventLink$inboundSchema)
|
|
46221
46221
|
});
|
|
46222
46222
|
LinkWebhookEvent$outboundSchema = objectType({
|
|
46223
46223
|
id: stringType(),
|
|
@@ -46227,7 +46227,7 @@ var init_linkwebhookevent = __esm(() => {
|
|
|
46227
46227
|
Three$outboundSchema
|
|
46228
46228
|
]),
|
|
46229
46229
|
createdAt: stringType(),
|
|
46230
|
-
data: lazyType(() =>
|
|
46230
|
+
data: lazyType(() => LinkWebhookEventLink$outboundSchema)
|
|
46231
46231
|
});
|
|
46232
46232
|
((LinkWebhookEvent$) => {
|
|
46233
46233
|
LinkWebhookEvent$.inboundSchema = LinkWebhookEvent$inboundSchema;
|
|
@@ -46328,7 +46328,7 @@ var init_partneranalyticstoplinks = __esm(() => {
|
|
|
46328
46328
|
});
|
|
46329
46329
|
|
|
46330
46330
|
// src/models/components/partnerenrolledevent.ts
|
|
46331
|
-
var PartnerEnrolledEventEvent, Status, PartnerEnrolledEventEvent$inboundSchema, PartnerEnrolledEventEvent$outboundSchema, PartnerEnrolledEventEvent$, Status$inboundSchema, Status$outboundSchema, Status$,
|
|
46331
|
+
var PartnerEnrolledEventEvent, Status, PartnerEnrolledEventEvent$inboundSchema, PartnerEnrolledEventEvent$outboundSchema, PartnerEnrolledEventEvent$, Status$inboundSchema, Status$outboundSchema, Status$, PartnerEnrolledEventLink$inboundSchema, PartnerEnrolledEventLink$outboundSchema, PartnerEnrolledEventLink$, PartnerEnrolledEventData$inboundSchema, PartnerEnrolledEventData$outboundSchema, PartnerEnrolledEventData$, PartnerEnrolledEvent$inboundSchema, PartnerEnrolledEvent$outboundSchema, PartnerEnrolledEvent$;
|
|
46332
46332
|
var init_partnerenrolledevent = __esm(() => {
|
|
46333
46333
|
init_lib();
|
|
46334
46334
|
PartnerEnrolledEventEvent = {
|
|
@@ -46354,7 +46354,7 @@ var init_partnerenrolledevent = __esm(() => {
|
|
|
46354
46354
|
Status$.inboundSchema = Status$inboundSchema;
|
|
46355
46355
|
Status$.outboundSchema = Status$outboundSchema;
|
|
46356
46356
|
})(Status$ ||= {});
|
|
46357
|
-
|
|
46357
|
+
PartnerEnrolledEventLink$inboundSchema = objectType({
|
|
46358
46358
|
id: stringType(),
|
|
46359
46359
|
domain: stringType(),
|
|
46360
46360
|
key: stringType(),
|
|
@@ -46365,7 +46365,7 @@ var init_partnerenrolledevent = __esm(() => {
|
|
|
46365
46365
|
sales: numberType().default(0),
|
|
46366
46366
|
saleAmount: numberType().default(0)
|
|
46367
46367
|
});
|
|
46368
|
-
|
|
46368
|
+
PartnerEnrolledEventLink$outboundSchema = objectType({
|
|
46369
46369
|
id: stringType(),
|
|
46370
46370
|
domain: stringType(),
|
|
46371
46371
|
key: stringType(),
|
|
@@ -46376,10 +46376,10 @@ var init_partnerenrolledevent = __esm(() => {
|
|
|
46376
46376
|
sales: numberType().default(0),
|
|
46377
46377
|
saleAmount: numberType().default(0)
|
|
46378
46378
|
});
|
|
46379
|
-
((
|
|
46380
|
-
|
|
46381
|
-
|
|
46382
|
-
})(
|
|
46379
|
+
((PartnerEnrolledEventLink$) => {
|
|
46380
|
+
PartnerEnrolledEventLink$.inboundSchema = PartnerEnrolledEventLink$inboundSchema;
|
|
46381
|
+
PartnerEnrolledEventLink$.outboundSchema = PartnerEnrolledEventLink$outboundSchema;
|
|
46382
|
+
})(PartnerEnrolledEventLink$ ||= {});
|
|
46383
46383
|
PartnerEnrolledEventData$inboundSchema = objectType({
|
|
46384
46384
|
id: stringType(),
|
|
46385
46385
|
name: stringType(),
|
|
@@ -46392,7 +46392,7 @@ var init_partnerenrolledevent = __esm(() => {
|
|
|
46392
46392
|
status: Status$inboundSchema,
|
|
46393
46393
|
programId: stringType(),
|
|
46394
46394
|
tenantId: nullableType(stringType()),
|
|
46395
|
-
links: nullableType(arrayType(lazyType(() =>
|
|
46395
|
+
links: nullableType(arrayType(lazyType(() => PartnerEnrolledEventLink$inboundSchema))),
|
|
46396
46396
|
clicks: numberType().default(0),
|
|
46397
46397
|
leads: numberType().default(0),
|
|
46398
46398
|
sales: numberType().default(0),
|
|
@@ -46412,7 +46412,7 @@ var init_partnerenrolledevent = __esm(() => {
|
|
|
46412
46412
|
status: Status$outboundSchema,
|
|
46413
46413
|
programId: stringType(),
|
|
46414
46414
|
tenantId: nullableType(stringType()),
|
|
46415
|
-
links: nullableType(arrayType(lazyType(() =>
|
|
46415
|
+
links: nullableType(arrayType(lazyType(() => PartnerEnrolledEventLink$outboundSchema))),
|
|
46416
46416
|
clicks: numberType().default(0),
|
|
46417
46417
|
leads: numberType().default(0),
|
|
46418
46418
|
sales: numberType().default(0),
|
|
@@ -46492,7 +46492,7 @@ var init_salecreatedevent = __esm(() => {
|
|
|
46492
46492
|
os: stringType(),
|
|
46493
46493
|
referer: stringType(),
|
|
46494
46494
|
refererUrl: stringType(),
|
|
46495
|
-
qr: booleanType()
|
|
46495
|
+
qr: booleanType(),
|
|
46496
46496
|
ip: stringType()
|
|
46497
46497
|
});
|
|
46498
46498
|
SaleCreatedEventClick$outboundSchema = objectType({
|
|
@@ -46508,7 +46508,7 @@ var init_salecreatedevent = __esm(() => {
|
|
|
46508
46508
|
os: stringType(),
|
|
46509
46509
|
referer: stringType(),
|
|
46510
46510
|
refererUrl: stringType(),
|
|
46511
|
-
qr: booleanType()
|
|
46511
|
+
qr: booleanType(),
|
|
46512
46512
|
ip: stringType()
|
|
46513
46513
|
});
|
|
46514
46514
|
((SaleCreatedEventClick$) => {
|
|
@@ -47546,26 +47546,26 @@ var init_salecreatedevent = __esm(() => {
|
|
|
47546
47546
|
domain: stringType(),
|
|
47547
47547
|
key: stringType(),
|
|
47548
47548
|
url: stringType(),
|
|
47549
|
-
trackConversion: booleanType()
|
|
47549
|
+
trackConversion: booleanType(),
|
|
47550
47550
|
externalId: nullableType(stringType()),
|
|
47551
47551
|
tenantId: nullableType(stringType()),
|
|
47552
47552
|
programId: nullableType(stringType()),
|
|
47553
47553
|
partnerId: nullableType(stringType()),
|
|
47554
|
-
archived: booleanType()
|
|
47554
|
+
archived: booleanType(),
|
|
47555
47555
|
expiresAt: stringType(),
|
|
47556
47556
|
expiredUrl: nullableType(stringType()),
|
|
47557
47557
|
password: nullableType(stringType()),
|
|
47558
|
-
proxy: booleanType()
|
|
47558
|
+
proxy: booleanType(),
|
|
47559
47559
|
title: nullableType(stringType()),
|
|
47560
47560
|
description: nullableType(stringType()),
|
|
47561
47561
|
image: nullableType(stringType()),
|
|
47562
47562
|
video: nullableType(stringType()),
|
|
47563
|
-
rewrite: booleanType()
|
|
47564
|
-
doIndex: booleanType()
|
|
47563
|
+
rewrite: booleanType(),
|
|
47564
|
+
doIndex: booleanType(),
|
|
47565
47565
|
ios: nullableType(stringType()),
|
|
47566
47566
|
android: nullableType(stringType()),
|
|
47567
47567
|
geo: nullableType(lazyType(() => SaleCreatedEventGeo$inboundSchema)),
|
|
47568
|
-
publicStats: booleanType()
|
|
47568
|
+
publicStats: booleanType(),
|
|
47569
47569
|
tagId: nullableType(stringType()),
|
|
47570
47570
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
47571
47571
|
folderId: nullableType(stringType()),
|
|
@@ -47605,26 +47605,26 @@ var init_salecreatedevent = __esm(() => {
|
|
|
47605
47605
|
domain: stringType(),
|
|
47606
47606
|
key: stringType(),
|
|
47607
47607
|
url: stringType(),
|
|
47608
|
-
trackConversion: booleanType()
|
|
47608
|
+
trackConversion: booleanType(),
|
|
47609
47609
|
externalId: nullableType(stringType()),
|
|
47610
47610
|
tenantId: nullableType(stringType()),
|
|
47611
47611
|
programId: nullableType(stringType()),
|
|
47612
47612
|
partnerId: nullableType(stringType()),
|
|
47613
|
-
archived: booleanType()
|
|
47613
|
+
archived: booleanType(),
|
|
47614
47614
|
expiresAt: stringType(),
|
|
47615
47615
|
expiredUrl: nullableType(stringType()),
|
|
47616
47616
|
password: nullableType(stringType()),
|
|
47617
|
-
proxy: booleanType()
|
|
47617
|
+
proxy: booleanType(),
|
|
47618
47618
|
title: nullableType(stringType()),
|
|
47619
47619
|
description: nullableType(stringType()),
|
|
47620
47620
|
image: nullableType(stringType()),
|
|
47621
47621
|
video: nullableType(stringType()),
|
|
47622
|
-
rewrite: booleanType()
|
|
47623
|
-
doIndex: booleanType()
|
|
47622
|
+
rewrite: booleanType(),
|
|
47623
|
+
doIndex: booleanType(),
|
|
47624
47624
|
ios: nullableType(stringType()),
|
|
47625
47625
|
android: nullableType(stringType()),
|
|
47626
47626
|
geo: nullableType(lazyType(() => SaleCreatedEventGeo$outboundSchema)),
|
|
47627
|
-
publicStats: booleanType()
|
|
47627
|
+
publicStats: booleanType(),
|
|
47628
47628
|
tagId: nullableType(stringType()),
|
|
47629
47629
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
47630
47630
|
folderId: nullableType(stringType()),
|
|
@@ -48768,26 +48768,26 @@ var init_saleevent = __esm(() => {
|
|
|
48768
48768
|
domain: stringType(),
|
|
48769
48769
|
key: stringType(),
|
|
48770
48770
|
url: stringType(),
|
|
48771
|
-
trackConversion: booleanType()
|
|
48771
|
+
trackConversion: booleanType(),
|
|
48772
48772
|
externalId: nullableType(stringType()),
|
|
48773
48773
|
tenantId: nullableType(stringType()),
|
|
48774
48774
|
programId: nullableType(stringType()),
|
|
48775
48775
|
partnerId: nullableType(stringType()),
|
|
48776
|
-
archived: booleanType()
|
|
48776
|
+
archived: booleanType(),
|
|
48777
48777
|
expiresAt: stringType(),
|
|
48778
48778
|
expiredUrl: nullableType(stringType()),
|
|
48779
48779
|
password: nullableType(stringType()),
|
|
48780
|
-
proxy: booleanType()
|
|
48780
|
+
proxy: booleanType(),
|
|
48781
48781
|
title: nullableType(stringType()),
|
|
48782
48782
|
description: nullableType(stringType()),
|
|
48783
48783
|
image: nullableType(stringType()),
|
|
48784
48784
|
video: nullableType(stringType()),
|
|
48785
|
-
rewrite: booleanType()
|
|
48786
|
-
doIndex: booleanType()
|
|
48785
|
+
rewrite: booleanType(),
|
|
48786
|
+
doIndex: booleanType(),
|
|
48787
48787
|
ios: nullableType(stringType()),
|
|
48788
48788
|
android: nullableType(stringType()),
|
|
48789
48789
|
geo: nullableType(lazyType(() => SaleEventGeo$inboundSchema)),
|
|
48790
|
-
publicStats: booleanType()
|
|
48790
|
+
publicStats: booleanType(),
|
|
48791
48791
|
tagId: nullableType(stringType()),
|
|
48792
48792
|
tags: nullableType(arrayType(TagSchema$inboundSchema)),
|
|
48793
48793
|
folderId: nullableType(stringType()),
|
|
@@ -48827,26 +48827,26 @@ var init_saleevent = __esm(() => {
|
|
|
48827
48827
|
domain: stringType(),
|
|
48828
48828
|
key: stringType(),
|
|
48829
48829
|
url: stringType(),
|
|
48830
|
-
trackConversion: booleanType()
|
|
48830
|
+
trackConversion: booleanType(),
|
|
48831
48831
|
externalId: nullableType(stringType()),
|
|
48832
48832
|
tenantId: nullableType(stringType()),
|
|
48833
48833
|
programId: nullableType(stringType()),
|
|
48834
48834
|
partnerId: nullableType(stringType()),
|
|
48835
|
-
archived: booleanType()
|
|
48835
|
+
archived: booleanType(),
|
|
48836
48836
|
expiresAt: stringType(),
|
|
48837
48837
|
expiredUrl: nullableType(stringType()),
|
|
48838
48838
|
password: nullableType(stringType()),
|
|
48839
|
-
proxy: booleanType()
|
|
48839
|
+
proxy: booleanType(),
|
|
48840
48840
|
title: nullableType(stringType()),
|
|
48841
48841
|
description: nullableType(stringType()),
|
|
48842
48842
|
image: nullableType(stringType()),
|
|
48843
48843
|
video: nullableType(stringType()),
|
|
48844
|
-
rewrite: booleanType()
|
|
48845
|
-
doIndex: booleanType()
|
|
48844
|
+
rewrite: booleanType(),
|
|
48845
|
+
doIndex: booleanType(),
|
|
48846
48846
|
ios: nullableType(stringType()),
|
|
48847
48847
|
android: nullableType(stringType()),
|
|
48848
48848
|
geo: nullableType(lazyType(() => SaleEventGeo$outboundSchema)),
|
|
48849
|
-
publicStats: booleanType()
|
|
48849
|
+
publicStats: booleanType(),
|
|
48850
48850
|
tagId: nullableType(stringType()),
|
|
48851
48851
|
tags: nullableType(arrayType(TagSchema$outboundSchema)),
|
|
48852
48852
|
folderId: nullableType(stringType()),
|
|
@@ -48898,7 +48898,7 @@ var init_saleevent = __esm(() => {
|
|
|
48898
48898
|
os: stringType(),
|
|
48899
48899
|
referer: stringType(),
|
|
48900
48900
|
refererUrl: stringType(),
|
|
48901
|
-
qr: booleanType()
|
|
48901
|
+
qr: booleanType(),
|
|
48902
48902
|
ip: stringType()
|
|
48903
48903
|
});
|
|
48904
48904
|
SaleEventClick$outboundSchema = objectType({
|
|
@@ -48914,7 +48914,7 @@ var init_saleevent = __esm(() => {
|
|
|
48914
48914
|
os: stringType(),
|
|
48915
48915
|
referer: stringType(),
|
|
48916
48916
|
refererUrl: stringType(),
|
|
48917
|
-
qr: booleanType()
|
|
48917
|
+
qr: booleanType(),
|
|
48918
48918
|
ip: stringType()
|
|
48919
48919
|
});
|
|
48920
48920
|
((SaleEventClick$) => {
|
|
@@ -48965,7 +48965,7 @@ var init_saleevent = __esm(() => {
|
|
|
48965
48965
|
})(Sale$ ||= {});
|
|
48966
48966
|
SaleEvent$inboundSchema = objectType({
|
|
48967
48967
|
event: SaleEventEvent$inboundSchema,
|
|
48968
|
-
timestamp: stringType()
|
|
48968
|
+
timestamp: stringType(),
|
|
48969
48969
|
eventId: stringType(),
|
|
48970
48970
|
eventName: stringType(),
|
|
48971
48971
|
link: lazyType(() => SaleEventLink$inboundSchema),
|
|
@@ -48999,7 +48999,7 @@ var init_saleevent = __esm(() => {
|
|
|
48999
48999
|
});
|
|
49000
49000
|
SaleEvent$outboundSchema = objectType({
|
|
49001
49001
|
event: SaleEventEvent$outboundSchema,
|
|
49002
|
-
timestamp: stringType()
|
|
49002
|
+
timestamp: stringType(),
|
|
49003
49003
|
eventId: stringType(),
|
|
49004
49004
|
eventName: stringType(),
|
|
49005
49005
|
link: lazyType(() => SaleEventLink$outboundSchema),
|
|
@@ -49879,7 +49879,7 @@ var init_createlink = __esm(() => {
|
|
|
49879
49879
|
});
|
|
49880
49880
|
|
|
49881
49881
|
// src/models/operations/createpartner.ts
|
|
49882
|
-
var Country2, Status2, Country$inboundSchema2, Country$outboundSchema2, Country$2, CreatePartnerTagIds$inboundSchema, CreatePartnerTagIds$outboundSchema, CreatePartnerTagIds$, CreatePartnerTagNames$inboundSchema, CreatePartnerTagNames$outboundSchema, CreatePartnerTagNames$, CreatePartnerTestVariants$inboundSchema, CreatePartnerTestVariants$outboundSchema, CreatePartnerTestVariants$, LinkProps$inboundSchema, LinkProps$outboundSchema, LinkProps$, CreatePartnerRequestBody$inboundSchema, CreatePartnerRequestBody$outboundSchema, CreatePartnerRequestBody$, Status$inboundSchema2, Status$outboundSchema2, Status$2,
|
|
49882
|
+
var Country2, Status2, Country$inboundSchema2, Country$outboundSchema2, Country$2, CreatePartnerTagIds$inboundSchema, CreatePartnerTagIds$outboundSchema, CreatePartnerTagIds$, CreatePartnerTagNames$inboundSchema, CreatePartnerTagNames$outboundSchema, CreatePartnerTagNames$, CreatePartnerTestVariants$inboundSchema, CreatePartnerTestVariants$outboundSchema, CreatePartnerTestVariants$, LinkProps$inboundSchema, LinkProps$outboundSchema, LinkProps$, CreatePartnerRequestBody$inboundSchema, CreatePartnerRequestBody$outboundSchema, CreatePartnerRequestBody$, Status$inboundSchema2, Status$outboundSchema2, Status$2, CreatePartnerLink$inboundSchema, CreatePartnerLink$outboundSchema, CreatePartnerLink$, CreatePartnerResponseBody$inboundSchema, CreatePartnerResponseBody$outboundSchema, CreatePartnerResponseBody$;
|
|
49883
49883
|
var init_createpartner = __esm(() => {
|
|
49884
49884
|
init_lib();
|
|
49885
49885
|
init_primitives();
|
|
@@ -50287,7 +50287,7 @@ var init_createpartner = __esm(() => {
|
|
|
50287
50287
|
Status$.inboundSchema = Status$inboundSchema2;
|
|
50288
50288
|
Status$.outboundSchema = Status$outboundSchema2;
|
|
50289
50289
|
})(Status$2 ||= {});
|
|
50290
|
-
|
|
50290
|
+
CreatePartnerLink$inboundSchema = objectType({
|
|
50291
50291
|
id: stringType(),
|
|
50292
50292
|
domain: stringType(),
|
|
50293
50293
|
key: stringType(),
|
|
@@ -50298,7 +50298,7 @@ var init_createpartner = __esm(() => {
|
|
|
50298
50298
|
sales: numberType().default(0),
|
|
50299
50299
|
saleAmount: numberType().default(0)
|
|
50300
50300
|
});
|
|
50301
|
-
|
|
50301
|
+
CreatePartnerLink$outboundSchema = objectType({
|
|
50302
50302
|
id: stringType(),
|
|
50303
50303
|
domain: stringType(),
|
|
50304
50304
|
key: stringType(),
|
|
@@ -50309,10 +50309,10 @@ var init_createpartner = __esm(() => {
|
|
|
50309
50309
|
sales: numberType().default(0),
|
|
50310
50310
|
saleAmount: numberType().default(0)
|
|
50311
50311
|
});
|
|
50312
|
-
((
|
|
50313
|
-
|
|
50314
|
-
|
|
50315
|
-
})(
|
|
50312
|
+
((CreatePartnerLink$) => {
|
|
50313
|
+
CreatePartnerLink$.inboundSchema = CreatePartnerLink$inboundSchema;
|
|
50314
|
+
CreatePartnerLink$.outboundSchema = CreatePartnerLink$outboundSchema;
|
|
50315
|
+
})(CreatePartnerLink$ ||= {});
|
|
50316
50316
|
CreatePartnerResponseBody$inboundSchema = objectType({
|
|
50317
50317
|
id: stringType(),
|
|
50318
50318
|
name: stringType(),
|
|
@@ -50325,7 +50325,7 @@ var init_createpartner = __esm(() => {
|
|
|
50325
50325
|
status: Status$inboundSchema2,
|
|
50326
50326
|
programId: stringType(),
|
|
50327
50327
|
tenantId: nullableType(stringType()),
|
|
50328
|
-
links: nullableType(arrayType(lazyType(() =>
|
|
50328
|
+
links: nullableType(arrayType(lazyType(() => CreatePartnerLink$inboundSchema))),
|
|
50329
50329
|
clicks: numberType().default(0),
|
|
50330
50330
|
leads: numberType().default(0),
|
|
50331
50331
|
sales: numberType().default(0),
|
|
@@ -50345,7 +50345,7 @@ var init_createpartner = __esm(() => {
|
|
|
50345
50345
|
status: Status$outboundSchema2,
|
|
50346
50346
|
programId: stringType(),
|
|
50347
50347
|
tenantId: nullableType(stringType()),
|
|
50348
|
-
links: nullableType(arrayType(lazyType(() =>
|
|
50348
|
+
links: nullableType(arrayType(lazyType(() => CreatePartnerLink$outboundSchema))),
|
|
50349
50349
|
clicks: numberType().default(0),
|
|
50350
50350
|
leads: numberType().default(0),
|
|
50351
50351
|
sales: numberType().default(0),
|
|
@@ -51199,7 +51199,7 @@ var init_getcustomer = __esm(() => {
|
|
|
51199
51199
|
});
|
|
51200
51200
|
|
|
51201
51201
|
// src/models/operations/getcustomers.ts
|
|
51202
|
-
var GetCustomersType, GetCustomersRequest$inboundSchema, GetCustomersRequest$outboundSchema, GetCustomersRequest$,
|
|
51202
|
+
var GetCustomersType, GetCustomersRequest$inboundSchema, GetCustomersRequest$outboundSchema, GetCustomersRequest$, GetCustomersLink$inboundSchema, GetCustomersLink$outboundSchema, GetCustomersLink$, GetCustomersPartner$inboundSchema, GetCustomersPartner$outboundSchema, GetCustomersPartner$, GetCustomersType$inboundSchema, GetCustomersType$outboundSchema, GetCustomersType$, Discount$inboundSchema, Discount$outboundSchema, Discount$, GetCustomersResponseBody$inboundSchema, GetCustomersResponseBody$outboundSchema, GetCustomersResponseBody$;
|
|
51203
51203
|
var init_getcustomers = __esm(() => {
|
|
51204
51204
|
init_lib();
|
|
51205
51205
|
GetCustomersType = {
|
|
@@ -51220,24 +51220,24 @@ var init_getcustomers = __esm(() => {
|
|
|
51220
51220
|
GetCustomersRequest$.inboundSchema = GetCustomersRequest$inboundSchema;
|
|
51221
51221
|
GetCustomersRequest$.outboundSchema = GetCustomersRequest$outboundSchema;
|
|
51222
51222
|
})(GetCustomersRequest$ ||= {});
|
|
51223
|
-
|
|
51223
|
+
GetCustomersLink$inboundSchema = objectType({
|
|
51224
51224
|
id: stringType(),
|
|
51225
51225
|
domain: stringType(),
|
|
51226
51226
|
key: stringType(),
|
|
51227
51227
|
shortLink: stringType(),
|
|
51228
51228
|
programId: nullableType(stringType())
|
|
51229
51229
|
});
|
|
51230
|
-
|
|
51230
|
+
GetCustomersLink$outboundSchema = objectType({
|
|
51231
51231
|
id: stringType(),
|
|
51232
51232
|
domain: stringType(),
|
|
51233
51233
|
key: stringType(),
|
|
51234
51234
|
shortLink: stringType(),
|
|
51235
51235
|
programId: nullableType(stringType())
|
|
51236
51236
|
});
|
|
51237
|
-
((
|
|
51238
|
-
|
|
51239
|
-
|
|
51240
|
-
})(
|
|
51237
|
+
((GetCustomersLink$) => {
|
|
51238
|
+
GetCustomersLink$.inboundSchema = GetCustomersLink$inboundSchema;
|
|
51239
|
+
GetCustomersLink$.outboundSchema = GetCustomersLink$outboundSchema;
|
|
51240
|
+
})(GetCustomersLink$ ||= {});
|
|
51241
51241
|
GetCustomersPartner$inboundSchema = objectType({
|
|
51242
51242
|
id: stringType(),
|
|
51243
51243
|
name: stringType(),
|
|
@@ -51292,7 +51292,7 @@ var init_getcustomers = __esm(() => {
|
|
|
51292
51292
|
avatar: nullableType(stringType()).optional(),
|
|
51293
51293
|
country: nullableType(stringType()).optional(),
|
|
51294
51294
|
createdAt: stringType(),
|
|
51295
|
-
link: nullableType(lazyType(() =>
|
|
51295
|
+
link: nullableType(lazyType(() => GetCustomersLink$inboundSchema)).optional(),
|
|
51296
51296
|
programId: nullableType(stringType()).optional(),
|
|
51297
51297
|
partner: nullableType(lazyType(() => GetCustomersPartner$inboundSchema)).optional(),
|
|
51298
51298
|
discount: nullableType(lazyType(() => Discount$inboundSchema)).optional()
|
|
@@ -51305,7 +51305,7 @@ var init_getcustomers = __esm(() => {
|
|
|
51305
51305
|
avatar: nullableType(stringType()).optional(),
|
|
51306
51306
|
country: nullableType(stringType()).optional(),
|
|
51307
51307
|
createdAt: stringType(),
|
|
51308
|
-
link: nullableType(lazyType(() =>
|
|
51308
|
+
link: nullableType(lazyType(() => GetCustomersLink$outboundSchema)).optional(),
|
|
51309
51309
|
programId: nullableType(stringType()).optional(),
|
|
51310
51310
|
partner: nullableType(lazyType(() => GetCustomersPartner$outboundSchema)).optional(),
|
|
51311
51311
|
discount: nullableType(lazyType(() => Discount$outboundSchema)).optional()
|
|
@@ -51801,7 +51801,7 @@ var init_listevents = __esm(() => {
|
|
|
51801
51801
|
programId: stringType().optional(),
|
|
51802
51802
|
partnerId: stringType().optional(),
|
|
51803
51803
|
customerId: stringType().optional(),
|
|
51804
|
-
interval: QueryParamInterval$inboundSchema.
|
|
51804
|
+
interval: QueryParamInterval$inboundSchema.optional(),
|
|
51805
51805
|
start: stringType().optional(),
|
|
51806
51806
|
end: stringType().optional(),
|
|
51807
51807
|
timezone: stringType().default("UTC"),
|
|
@@ -51850,7 +51850,7 @@ var init_listevents = __esm(() => {
|
|
|
51850
51850
|
programId: stringType().optional(),
|
|
51851
51851
|
partnerId: stringType().optional(),
|
|
51852
51852
|
customerId: stringType().optional(),
|
|
51853
|
-
interval: QueryParamInterval$outboundSchema.
|
|
51853
|
+
interval: QueryParamInterval$outboundSchema.optional(),
|
|
51854
51854
|
start: stringType().optional(),
|
|
51855
51855
|
end: stringType().optional(),
|
|
51856
51856
|
timezone: stringType().default("UTC"),
|
|
@@ -52143,7 +52143,7 @@ var init_retrieveanalytics = __esm(() => {
|
|
|
52143
52143
|
});
|
|
52144
52144
|
|
|
52145
52145
|
// src/models/operations/retrievelinks.ts
|
|
52146
|
-
var RetrieveLinksRequest$inboundSchema, RetrieveLinksRequest$outboundSchema, RetrieveLinksRequest$,
|
|
52146
|
+
var RetrieveLinksRequest$inboundSchema, RetrieveLinksRequest$outboundSchema, RetrieveLinksRequest$, Link$inboundSchema2, Link$outboundSchema2, Link$2;
|
|
52147
52147
|
var init_retrievelinks = __esm(() => {
|
|
52148
52148
|
init_lib();
|
|
52149
52149
|
RetrieveLinksRequest$inboundSchema = objectType({
|
|
@@ -52160,7 +52160,7 @@ var init_retrievelinks = __esm(() => {
|
|
|
52160
52160
|
RetrieveLinksRequest$.inboundSchema = RetrieveLinksRequest$inboundSchema;
|
|
52161
52161
|
RetrieveLinksRequest$.outboundSchema = RetrieveLinksRequest$outboundSchema;
|
|
52162
52162
|
})(RetrieveLinksRequest$ ||= {});
|
|
52163
|
-
|
|
52163
|
+
Link$inboundSchema2 = objectType({
|
|
52164
52164
|
id: stringType(),
|
|
52165
52165
|
domain: stringType(),
|
|
52166
52166
|
key: stringType(),
|
|
@@ -52171,7 +52171,7 @@ var init_retrievelinks = __esm(() => {
|
|
|
52171
52171
|
sales: numberType().default(0),
|
|
52172
52172
|
saleAmount: numberType().default(0)
|
|
52173
52173
|
});
|
|
52174
|
-
|
|
52174
|
+
Link$outboundSchema2 = objectType({
|
|
52175
52175
|
id: stringType(),
|
|
52176
52176
|
domain: stringType(),
|
|
52177
52177
|
key: stringType(),
|
|
@@ -52182,10 +52182,10 @@ var init_retrievelinks = __esm(() => {
|
|
|
52182
52182
|
sales: numberType().default(0),
|
|
52183
52183
|
saleAmount: numberType().default(0)
|
|
52184
52184
|
});
|
|
52185
|
-
((
|
|
52186
|
-
|
|
52187
|
-
|
|
52188
|
-
})(
|
|
52185
|
+
((Link$) => {
|
|
52186
|
+
Link$.inboundSchema = Link$inboundSchema2;
|
|
52187
|
+
Link$.outboundSchema = Link$outboundSchema2;
|
|
52188
|
+
})(Link$2 ||= {});
|
|
52189
52189
|
});
|
|
52190
52190
|
|
|
52191
52191
|
// src/models/operations/retrievepartneranalytics.ts
|
|
@@ -55401,20 +55401,19 @@ async function $do17(client, request, options) {
|
|
|
55401
55401
|
const payload = parsed.value;
|
|
55402
55402
|
const body = null;
|
|
55403
55403
|
const path = pathToFunc("/links/count")();
|
|
55404
|
-
const query =
|
|
55405
|
-
tagIds: payload?.tagIds
|
|
55406
|
-
}, { explode: false }), encodeFormQuery({
|
|
55404
|
+
const query = encodeFormQuery({
|
|
55407
55405
|
domain: payload?.domain,
|
|
55408
55406
|
folderId: payload?.folderId,
|
|
55409
55407
|
groupBy: payload?.groupBy,
|
|
55410
55408
|
search: payload?.search,
|
|
55411
55409
|
showArchived: payload?.showArchived,
|
|
55412
55410
|
tagId: payload?.tagId,
|
|
55411
|
+
tagIds: payload?.tagIds,
|
|
55413
55412
|
tagNames: payload?.tagNames,
|
|
55414
55413
|
tenantId: payload?.tenantId,
|
|
55415
55414
|
userId: payload?.userId,
|
|
55416
55415
|
withTags: payload?.withTags
|
|
55417
|
-
})
|
|
55416
|
+
});
|
|
55418
55417
|
const headers = new Headers(compactMap({
|
|
55419
55418
|
Accept: "application/json"
|
|
55420
55419
|
}));
|
|
@@ -56115,9 +56114,7 @@ async function $do23(client, request, options) {
|
|
|
56115
56114
|
const payload = parsed.value;
|
|
56116
56115
|
const body = null;
|
|
56117
56116
|
const path = pathToFunc("/links")();
|
|
56118
|
-
const query =
|
|
56119
|
-
tagIds: payload?.tagIds
|
|
56120
|
-
}, { explode: false }), encodeFormQuery({
|
|
56117
|
+
const query = encodeFormQuery({
|
|
56121
56118
|
domain: payload?.domain,
|
|
56122
56119
|
folderId: payload?.folderId,
|
|
56123
56120
|
page: payload?.page,
|
|
@@ -56128,11 +56125,12 @@ async function $do23(client, request, options) {
|
|
|
56128
56125
|
sortBy: payload?.sortBy,
|
|
56129
56126
|
sortOrder: payload?.sortOrder,
|
|
56130
56127
|
tagId: payload?.tagId,
|
|
56128
|
+
tagIds: payload?.tagIds,
|
|
56131
56129
|
tagNames: payload?.tagNames,
|
|
56132
56130
|
tenantId: payload?.tenantId,
|
|
56133
56131
|
userId: payload?.userId,
|
|
56134
56132
|
withTags: payload?.withTags
|
|
56135
|
-
})
|
|
56133
|
+
});
|
|
56136
56134
|
const headers = new Headers(compactMap({
|
|
56137
56135
|
Accept: "application/json"
|
|
56138
56136
|
}));
|
|
@@ -57040,7 +57038,7 @@ async function $do30(client, request, options) {
|
|
|
57040
57038
|
const responseFields = {
|
|
57041
57039
|
HttpMeta: { Response: response, Request: req }
|
|
57042
57040
|
};
|
|
57043
|
-
const [result] = await match(json(200, arrayType(
|
|
57041
|
+
const [result] = await match(json(200, arrayType(Link$inboundSchema2)), jsonErr(400, BadRequest$inboundSchema), jsonErr(401, Unauthorized$inboundSchema), jsonErr(403, Forbidden$inboundSchema), jsonErr(404, NotFound$inboundSchema), jsonErr(409, Conflict$inboundSchema), jsonErr(410, InviteExpired$inboundSchema), jsonErr(422, UnprocessableEntity$inboundSchema), jsonErr(429, RateLimitExceeded$inboundSchema), jsonErr(500, InternalServerError$inboundSchema), fail("4XX"), fail("5XX"))(response, { extraFields: responseFields });
|
|
57044
57042
|
if (!result.ok) {
|
|
57045
57043
|
return [result, { status: "complete", request: req, response }];
|
|
57046
57044
|
}
|
|
@@ -58399,7 +58397,7 @@ Update a workspace by ID or slug.`,
|
|
|
58399
58397
|
function createMCPServer(deps) {
|
|
58400
58398
|
const server = new McpServer({
|
|
58401
58399
|
name: "Dub",
|
|
58402
|
-
version: "0.61.
|
|
58400
|
+
version: "0.61.8"
|
|
58403
58401
|
});
|
|
58404
58402
|
const client = new DubCore({
|
|
58405
58403
|
token: deps.token,
|
|
@@ -59695,7 +59693,7 @@ var routes = rn({
|
|
|
59695
59693
|
var app = Ve(routes, {
|
|
59696
59694
|
name: "mcp",
|
|
59697
59695
|
versionInfo: {
|
|
59698
|
-
currentVersion: "0.61.
|
|
59696
|
+
currentVersion: "0.61.8"
|
|
59699
59697
|
}
|
|
59700
59698
|
});
|
|
59701
59699
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -59703,5 +59701,5 @@ export {
|
|
|
59703
59701
|
app
|
|
59704
59702
|
};
|
|
59705
59703
|
|
|
59706
|
-
//# debugId=
|
|
59704
|
+
//# debugId=E443F56B65F46D3964756E2164756E21
|
|
59707
59705
|
//# sourceMappingURL=mcp-server.js.map
|