@owox/connectors 0.12.0-next-20251104125401 → 0.12.0-next-20251105082256

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3101,7 +3101,7 @@ OPTIONS(description="${this.description}")`;
3101
3101
  ${rows.join("\n\nUNION ALL\n\n")}
3102
3102
  ) AS source
3103
3103
 
3104
- ON ${this.uniqueKeyColumns.map((item) => `(target.${item} IS NOT DISTINCT FROM source.${item})`).join("\n AND ")}
3104
+ ON ${this.uniqueKeyColumns.map((item) => "target." + item + " = source." + item).join("\n AND ")}
3105
3105
 
3106
3106
  WHEN MATCHED THEN
3107
3107
  UPDATE SET
@@ -11216,7 +11216,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11216
11216
  },
11217
11217
  "AccountId": {
11218
11218
  "description": "The Microsoft Advertising assigned identifier of an account.",
11219
- "type": "Int64"
11219
+ "type": "string"
11220
11220
  },
11221
11221
  "TimePeriod": {
11222
11222
  "description": "The time period of each report row.",
@@ -11231,7 +11231,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11231
11231
  },
11232
11232
  "CampaignId": {
11233
11233
  "description": "The Microsoft Advertising assigned identifier of a campaign.",
11234
- "type": "Int64"
11234
+ "type": "string"
11235
11235
  },
11236
11236
  "AdGroupName": {
11237
11237
  "description": "The ad group name.",
@@ -11239,7 +11239,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11239
11239
  },
11240
11240
  "AdGroupId": {
11241
11241
  "description": "The Microsoft Advertising assigned identifier of an ad group.",
11242
- "type": "Int64"
11242
+ "type": "string"
11243
11243
  },
11244
11244
  "Country": {
11245
11245
  "description": "The country where the user was located when they clicked the ad.",
@@ -11255,11 +11255,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11255
11255
  },
11256
11256
  "CurrencyCode": {
11257
11257
  "description": "The account currency type.",
11258
- "type": "String"
11258
+ "type": "string"
11259
11259
  },
11260
11260
  "AdDistribution": {
11261
11261
  "description": "The network where you want your ads to show.",
11262
- "type": "String"
11262
+ "type": "string"
11263
11263
  },
11264
11264
  "Impressions": {
11265
11265
  "description": "The number of times an ad has been displayed on search results pages.",
@@ -11320,11 +11320,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11320
11320
  },
11321
11321
  "BidMatchType": {
11322
11322
  "description": "The keyword bid match type.",
11323
- "type": "String"
11323
+ "type": "string"
11324
11324
  },
11325
11325
  "DeliveredMatchType": {
11326
11326
  "description": "The match type used to deliver an ad.",
11327
- "type": "String"
11327
+ "type": "string"
11328
11328
  },
11329
11329
  "Network": {
11330
11330
  "description": "The entire Microsoft Advertising Network made up of Microsoft sites and select traffic, and only partner traffic.",
@@ -11332,15 +11332,15 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11332
11332
  },
11333
11333
  "TopVsOther": {
11334
11334
  "description": "Indicates whether the ad impression appeared in a top position or elsewhere.",
11335
- "type": "String"
11335
+ "type": "string"
11336
11336
  },
11337
11337
  "DeviceType": {
11338
11338
  "description": "The type of device which showed ads.",
11339
- "type": "String"
11339
+ "type": "string"
11340
11340
  },
11341
11341
  "DeviceOS": {
11342
11342
  "description": "The operating system of the device reported in the DeviceType column.",
11343
- "type": "String"
11343
+ "type": "string"
11344
11344
  },
11345
11345
  "Assists": {
11346
11346
  "description": "The number of conversions from other ads within the same account that were preceded by one or more clicks from this ad.",
@@ -11396,7 +11396,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11396
11396
  },
11397
11397
  "LocationId": {
11398
11398
  "description": "The Microsoft Advertising identifier of the location where the user was physically located when they clicked the ad.",
11399
- "type": "Int64"
11399
+ "type": "string"
11400
11400
  },
11401
11401
  "QueryIntentLocationId": {
11402
11402
  "description": "The Microsoft Advertising identifier of the location that the user was searching for.",
@@ -11476,11 +11476,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11476
11476
  },
11477
11477
  "CampaignType": {
11478
11478
  "description": "The campaign type.",
11479
- "type": "String"
11479
+ "type": "string"
11480
11480
  },
11481
11481
  "AssetGroupId": {
11482
11482
  "description": "The Microsoft Advertising assigned identifier of an asset group.",
11483
- "type": "Int64"
11483
+ "type": "string"
11484
11484
  },
11485
11485
  "AssetGroupName": {
11486
11486
  "description": "The asset group name.",
@@ -11546,7 +11546,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11546
11546
  },
11547
11547
  "AccountId": {
11548
11548
  "description": "The Microsoft Advertising assigned identifier of an account.",
11549
- "type": "Int64"
11549
+ "type": "string"
11550
11550
  },
11551
11551
  "TimePeriod": {
11552
11552
  "description": "The time period of each report row.",
@@ -11561,7 +11561,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11561
11561
  },
11562
11562
  "CampaignId": {
11563
11563
  "description": "The Microsoft Advertising assigned identifier of a campaign.",
11564
- "type": "Int64"
11564
+ "type": "string"
11565
11565
  },
11566
11566
  "AdGroupName": {
11567
11567
  "description": "The ad group name.",
@@ -11569,11 +11569,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11569
11569
  },
11570
11570
  "AdId": {
11571
11571
  "description": "The Microsoft Advertising assigned identifier of an ad.",
11572
- "type": "Int64"
11572
+ "type": "string"
11573
11573
  },
11574
11574
  "AdGroupId": {
11575
11575
  "description": "The Microsoft Advertising assigned identifier of an ad group.",
11576
- "type": "Int64"
11576
+ "type": "string"
11577
11577
  },
11578
11578
  "AdTitle": {
11579
11579
  "description": "The ad title.",
@@ -11593,11 +11593,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11593
11593
  },
11594
11594
  "CurrencyCode": {
11595
11595
  "description": "The account currency type.",
11596
- "type": "String"
11596
+ "type": "string"
11597
11597
  },
11598
11598
  "AdDistribution": {
11599
11599
  "description": "The network where you want your ads to show.",
11600
- "type": "String"
11600
+ "type": "string"
11601
11601
  },
11602
11602
  "Impressions": {
11603
11603
  "description": "The number of times an ad has been displayed on search results pages.",
@@ -11642,11 +11642,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11642
11642
  },
11643
11643
  "DeviceType": {
11644
11644
  "description": "The type of device which showed ads.",
11645
- "type": "String"
11645
+ "type": "string"
11646
11646
  },
11647
11647
  "Language": {
11648
11648
  "description": "The language of the publisher where the ad was shown.",
11649
- "type": "String"
11649
+ "type": "string"
11650
11650
  },
11651
11651
  "DisplayUrl": {
11652
11652
  "description": "The ad display URL.",
@@ -11658,23 +11658,23 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11658
11658
  },
11659
11659
  "Network": {
11660
11660
  "description": "The entire Microsoft Advertising Network made up of Microsoft sites and select traffic, and only partner traffic.",
11661
- "type": "String"
11661
+ "type": "string"
11662
11662
  },
11663
11663
  "TopVsOther": {
11664
11664
  "description": "Indicates whether the ad impression appeared in a top position or elsewhere.",
11665
- "type": "String"
11665
+ "type": "string"
11666
11666
  },
11667
11667
  "BidMatchType": {
11668
11668
  "description": "The keyword bid match type.",
11669
- "type": "String"
11669
+ "type": "string"
11670
11670
  },
11671
11671
  "DeliveredMatchType": {
11672
11672
  "description": "The match type used to deliver an ad.",
11673
- "type": "String"
11673
+ "type": "string"
11674
11674
  },
11675
11675
  "DeviceOS": {
11676
11676
  "description": "The operating system of the device reported in the DeviceType column.",
11677
- "type": "String"
11677
+ "type": "string"
11678
11678
  },
11679
11679
  "Assists": {
11680
11680
  "description": "The number of conversions from other ads within the same account that were preceded by one or more clicks from this ad.",
@@ -11778,7 +11778,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11778
11778
  },
11779
11779
  "CampaignType": {
11780
11780
  "description": "The campaign type.",
11781
- "type": "String"
11781
+ "type": "string"
11782
11782
  },
11783
11783
  "BaseCampaignId": {
11784
11784
  "description": "The Microsoft Advertising assigned identifier of an experiment campaign.",
package/dist/index.js CHANGED
@@ -3106,7 +3106,7 @@ OPTIONS(description="${this.description}")`;
3106
3106
  ${rows.join("\n\nUNION ALL\n\n")}
3107
3107
  ) AS source
3108
3108
 
3109
- ON ${this.uniqueKeyColumns.map((item) => `(target.${item} IS NOT DISTINCT FROM source.${item})`).join("\n AND ")}
3109
+ ON ${this.uniqueKeyColumns.map((item) => "target." + item + " = source." + item).join("\n AND ")}
3110
3110
 
3111
3111
  WHEN MATCHED THEN
3112
3112
  UPDATE SET
@@ -11221,7 +11221,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11221
11221
  },
11222
11222
  "AccountId": {
11223
11223
  "description": "The Microsoft Advertising assigned identifier of an account.",
11224
- "type": "Int64"
11224
+ "type": "string"
11225
11225
  },
11226
11226
  "TimePeriod": {
11227
11227
  "description": "The time period of each report row.",
@@ -11236,7 +11236,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11236
11236
  },
11237
11237
  "CampaignId": {
11238
11238
  "description": "The Microsoft Advertising assigned identifier of a campaign.",
11239
- "type": "Int64"
11239
+ "type": "string"
11240
11240
  },
11241
11241
  "AdGroupName": {
11242
11242
  "description": "The ad group name.",
@@ -11244,7 +11244,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11244
11244
  },
11245
11245
  "AdGroupId": {
11246
11246
  "description": "The Microsoft Advertising assigned identifier of an ad group.",
11247
- "type": "Int64"
11247
+ "type": "string"
11248
11248
  },
11249
11249
  "Country": {
11250
11250
  "description": "The country where the user was located when they clicked the ad.",
@@ -11260,11 +11260,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11260
11260
  },
11261
11261
  "CurrencyCode": {
11262
11262
  "description": "The account currency type.",
11263
- "type": "String"
11263
+ "type": "string"
11264
11264
  },
11265
11265
  "AdDistribution": {
11266
11266
  "description": "The network where you want your ads to show.",
11267
- "type": "String"
11267
+ "type": "string"
11268
11268
  },
11269
11269
  "Impressions": {
11270
11270
  "description": "The number of times an ad has been displayed on search results pages.",
@@ -11325,11 +11325,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11325
11325
  },
11326
11326
  "BidMatchType": {
11327
11327
  "description": "The keyword bid match type.",
11328
- "type": "String"
11328
+ "type": "string"
11329
11329
  },
11330
11330
  "DeliveredMatchType": {
11331
11331
  "description": "The match type used to deliver an ad.",
11332
- "type": "String"
11332
+ "type": "string"
11333
11333
  },
11334
11334
  "Network": {
11335
11335
  "description": "The entire Microsoft Advertising Network made up of Microsoft sites and select traffic, and only partner traffic.",
@@ -11337,15 +11337,15 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11337
11337
  },
11338
11338
  "TopVsOther": {
11339
11339
  "description": "Indicates whether the ad impression appeared in a top position or elsewhere.",
11340
- "type": "String"
11340
+ "type": "string"
11341
11341
  },
11342
11342
  "DeviceType": {
11343
11343
  "description": "The type of device which showed ads.",
11344
- "type": "String"
11344
+ "type": "string"
11345
11345
  },
11346
11346
  "DeviceOS": {
11347
11347
  "description": "The operating system of the device reported in the DeviceType column.",
11348
- "type": "String"
11348
+ "type": "string"
11349
11349
  },
11350
11350
  "Assists": {
11351
11351
  "description": "The number of conversions from other ads within the same account that were preceded by one or more clicks from this ad.",
@@ -11401,7 +11401,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11401
11401
  },
11402
11402
  "LocationId": {
11403
11403
  "description": "The Microsoft Advertising identifier of the location where the user was physically located when they clicked the ad.",
11404
- "type": "Int64"
11404
+ "type": "string"
11405
11405
  },
11406
11406
  "QueryIntentLocationId": {
11407
11407
  "description": "The Microsoft Advertising identifier of the location that the user was searching for.",
@@ -11481,11 +11481,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11481
11481
  },
11482
11482
  "CampaignType": {
11483
11483
  "description": "The campaign type.",
11484
- "type": "String"
11484
+ "type": "string"
11485
11485
  },
11486
11486
  "AssetGroupId": {
11487
11487
  "description": "The Microsoft Advertising assigned identifier of an asset group.",
11488
- "type": "Int64"
11488
+ "type": "string"
11489
11489
  },
11490
11490
  "AssetGroupName": {
11491
11491
  "description": "The asset group name.",
@@ -11551,7 +11551,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11551
11551
  },
11552
11552
  "AccountId": {
11553
11553
  "description": "The Microsoft Advertising assigned identifier of an account.",
11554
- "type": "Int64"
11554
+ "type": "string"
11555
11555
  },
11556
11556
  "TimePeriod": {
11557
11557
  "description": "The time period of each report row.",
@@ -11566,7 +11566,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11566
11566
  },
11567
11567
  "CampaignId": {
11568
11568
  "description": "The Microsoft Advertising assigned identifier of a campaign.",
11569
- "type": "Int64"
11569
+ "type": "string"
11570
11570
  },
11571
11571
  "AdGroupName": {
11572
11572
  "description": "The ad group name.",
@@ -11574,11 +11574,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11574
11574
  },
11575
11575
  "AdId": {
11576
11576
  "description": "The Microsoft Advertising assigned identifier of an ad.",
11577
- "type": "Int64"
11577
+ "type": "string"
11578
11578
  },
11579
11579
  "AdGroupId": {
11580
11580
  "description": "The Microsoft Advertising assigned identifier of an ad group.",
11581
- "type": "Int64"
11581
+ "type": "string"
11582
11582
  },
11583
11583
  "AdTitle": {
11584
11584
  "description": "The ad title.",
@@ -11598,11 +11598,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11598
11598
  },
11599
11599
  "CurrencyCode": {
11600
11600
  "description": "The account currency type.",
11601
- "type": "String"
11601
+ "type": "string"
11602
11602
  },
11603
11603
  "AdDistribution": {
11604
11604
  "description": "The network where you want your ads to show.",
11605
- "type": "String"
11605
+ "type": "string"
11606
11606
  },
11607
11607
  "Impressions": {
11608
11608
  "description": "The number of times an ad has been displayed on search results pages.",
@@ -11647,11 +11647,11 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11647
11647
  },
11648
11648
  "DeviceType": {
11649
11649
  "description": "The type of device which showed ads.",
11650
- "type": "String"
11650
+ "type": "string"
11651
11651
  },
11652
11652
  "Language": {
11653
11653
  "description": "The language of the publisher where the ad was shown.",
11654
- "type": "String"
11654
+ "type": "string"
11655
11655
  },
11656
11656
  "DisplayUrl": {
11657
11657
  "description": "The ad display URL.",
@@ -11663,23 +11663,23 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11663
11663
  },
11664
11664
  "Network": {
11665
11665
  "description": "The entire Microsoft Advertising Network made up of Microsoft sites and select traffic, and only partner traffic.",
11666
- "type": "String"
11666
+ "type": "string"
11667
11667
  },
11668
11668
  "TopVsOther": {
11669
11669
  "description": "Indicates whether the ad impression appeared in a top position or elsewhere.",
11670
- "type": "String"
11670
+ "type": "string"
11671
11671
  },
11672
11672
  "BidMatchType": {
11673
11673
  "description": "The keyword bid match type.",
11674
- "type": "String"
11674
+ "type": "string"
11675
11675
  },
11676
11676
  "DeliveredMatchType": {
11677
11677
  "description": "The match type used to deliver an ad.",
11678
- "type": "String"
11678
+ "type": "string"
11679
11679
  },
11680
11680
  "DeviceOS": {
11681
11681
  "description": "The operating system of the device reported in the DeviceType column.",
11682
- "type": "String"
11682
+ "type": "string"
11683
11683
  },
11684
11684
  "Assists": {
11685
11685
  "description": "The number of conversions from other ads within the same account that were preceded by one or more clicks from this ad.",
@@ -11783,7 +11783,7 @@ API Response: ${JSON.stringify(statusResult, null, 2)}`);
11783
11783
  },
11784
11784
  "CampaignType": {
11785
11785
  "description": "The campaign type.",
11786
- "type": "String"
11786
+ "type": "string"
11787
11787
  },
11788
11788
  "BaseCampaignId": {
11789
11789
  "description": "The Microsoft Advertising assigned identifier of an experiment campaign.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owox/connectors",
3
- "version": "0.12.0-next-20251104125401",
3
+ "version": "0.12.0-next-20251105082256",
4
4
  "description": "Connectors and storages for different data sources",
5
5
  "license": "MIT",
6
6
  "publishConfig": {