@transcend-io/privacy-types 1.10.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/.yarn/sdks/eslint/package.json +6 -0
  2. package/.yarn/sdks/prettier/package.json +6 -0
  3. package/.yarn/sdks/typescript/package.json +6 -0
  4. package/build/index.d.ts +2 -0
  5. package/build/index.d.ts.map +1 -1
  6. package/build/index.js +2 -0
  7. package/build/index.js.map +1 -1
  8. package/build/purposeSubCategories/additional.d.ts +9 -0
  9. package/build/purposeSubCategories/additional.d.ts.map +1 -0
  10. package/build/purposeSubCategories/additional.js +9 -0
  11. package/build/purposeSubCategories/additional.js.map +1 -0
  12. package/build/purposeSubCategories/advertising.d.ts +9 -0
  13. package/build/purposeSubCategories/advertising.d.ts.map +1 -0
  14. package/build/purposeSubCategories/advertising.js +9 -0
  15. package/build/purposeSubCategories/advertising.js.map +1 -0
  16. package/build/purposeSubCategories/analytics.d.ts +9 -0
  17. package/build/purposeSubCategories/analytics.d.ts.map +1 -0
  18. package/build/purposeSubCategories/analytics.js +9 -0
  19. package/build/purposeSubCategories/analytics.js.map +1 -0
  20. package/build/purposeSubCategories/essential.d.ts +9 -0
  21. package/build/purposeSubCategories/essential.d.ts.map +1 -0
  22. package/build/purposeSubCategories/essential.js +9 -0
  23. package/build/purposeSubCategories/essential.js.map +1 -0
  24. package/build/purposeSubCategories/hr.d.ts +9 -0
  25. package/build/purposeSubCategories/hr.d.ts.map +1 -0
  26. package/build/purposeSubCategories/hr.js +9 -0
  27. package/build/purposeSubCategories/hr.js.map +1 -0
  28. package/build/purposeSubCategories/index.d.ts +20 -0
  29. package/build/purposeSubCategories/index.d.ts.map +1 -0
  30. package/build/purposeSubCategories/index.js +33 -0
  31. package/build/purposeSubCategories/index.js.map +1 -0
  32. package/build/purposeSubCategories/legal.d.ts +9 -0
  33. package/build/purposeSubCategories/legal.d.ts.map +1 -0
  34. package/build/purposeSubCategories/legal.js +9 -0
  35. package/build/purposeSubCategories/legal.js.map +1 -0
  36. package/build/purposeSubCategories/marketing.d.ts +9 -0
  37. package/build/purposeSubCategories/marketing.d.ts.map +1 -0
  38. package/build/purposeSubCategories/marketing.js +9 -0
  39. package/build/purposeSubCategories/marketing.js.map +1 -0
  40. package/build/purposeSubCategories/operationSecurity.d.ts +9 -0
  41. package/build/purposeSubCategories/operationSecurity.d.ts.map +1 -0
  42. package/build/purposeSubCategories/operationSecurity.js +9 -0
  43. package/build/purposeSubCategories/operationSecurity.js.map +1 -0
  44. package/build/purposeSubCategories/other.d.ts +9 -0
  45. package/build/purposeSubCategories/other.d.ts.map +1 -0
  46. package/build/purposeSubCategories/other.js +9 -0
  47. package/build/purposeSubCategories/other.js.map +1 -0
  48. package/build/purposeSubCategories/personalization.d.ts +9 -0
  49. package/build/purposeSubCategories/personalization.d.ts.map +1 -0
  50. package/build/purposeSubCategories/personalization.js +9 -0
  51. package/build/purposeSubCategories/personalization.js.map +1 -0
  52. package/build/purposeSubCategories/sale.d.ts +9 -0
  53. package/build/purposeSubCategories/sale.d.ts.map +1 -0
  54. package/build/purposeSubCategories/sale.js +9 -0
  55. package/build/purposeSubCategories/sale.js.map +1 -0
  56. package/build/purposeSubCategories/transfer.d.ts +9 -0
  57. package/build/purposeSubCategories/transfer.d.ts.map +1 -0
  58. package/build/purposeSubCategories/transfer.js +9 -0
  59. package/build/purposeSubCategories/transfer.js.map +1 -0
  60. package/build/purposeSubCategories/unspecified.d.ts +9 -0
  61. package/build/purposeSubCategories/unspecified.d.ts.map +1 -0
  62. package/build/purposeSubCategories/unspecified.js +9 -0
  63. package/build/purposeSubCategories/unspecified.js.map +1 -0
  64. package/build/subcategories/connection.d.ts +9 -0
  65. package/build/subcategories/connection.d.ts.map +1 -0
  66. package/build/subcategories/connection.js +10 -0
  67. package/build/subcategories/connection.js.map +1 -0
  68. package/build/subcategories/contact.d.ts +13 -0
  69. package/build/subcategories/contact.d.ts.map +1 -0
  70. package/build/subcategories/contact.js +14 -0
  71. package/build/subcategories/contact.js.map +1 -0
  72. package/build/subcategories/demographic.d.ts +9 -0
  73. package/build/subcategories/demographic.d.ts.map +1 -0
  74. package/build/subcategories/demographic.js +10 -0
  75. package/build/subcategories/demographic.js.map +1 -0
  76. package/build/subcategories/device.d.ts +9 -0
  77. package/build/subcategories/device.d.ts.map +1 -0
  78. package/build/subcategories/device.js +10 -0
  79. package/build/subcategories/device.js.map +1 -0
  80. package/build/subcategories/financial.d.ts +11 -0
  81. package/build/subcategories/financial.d.ts.map +1 -0
  82. package/build/subcategories/financial.js +12 -0
  83. package/build/subcategories/financial.js.map +1 -0
  84. package/build/subcategories/health.d.ts +9 -0
  85. package/build/subcategories/health.d.ts.map +1 -0
  86. package/build/subcategories/health.js +10 -0
  87. package/build/subcategories/health.js.map +1 -0
  88. package/build/subcategories/id.d.ts +9 -0
  89. package/build/subcategories/id.d.ts.map +1 -0
  90. package/build/subcategories/id.js +10 -0
  91. package/build/subcategories/id.js.map +1 -0
  92. package/build/subcategories/index.d.ts +24 -0
  93. package/build/subcategories/index.d.ts.map +1 -0
  94. package/build/subcategories/index.js +35 -0
  95. package/build/subcategories/index.js.map +1 -0
  96. package/build/subcategories/location.d.ts +9 -0
  97. package/build/subcategories/location.d.ts.map +1 -0
  98. package/build/subcategories/location.js +10 -0
  99. package/build/subcategories/location.js.map +1 -0
  100. package/build/subcategories/onlineActivity.d.ts +9 -0
  101. package/build/subcategories/onlineActivity.d.ts.map +1 -0
  102. package/build/subcategories/onlineActivity.js +10 -0
  103. package/build/subcategories/onlineActivity.js.map +1 -0
  104. package/build/subcategories/socialMedia.d.ts +9 -0
  105. package/build/subcategories/socialMedia.d.ts.map +1 -0
  106. package/build/subcategories/socialMedia.js +10 -0
  107. package/build/subcategories/socialMedia.js.map +1 -0
  108. package/build/subcategories/survey.d.ts +9 -0
  109. package/build/subcategories/survey.d.ts.map +1 -0
  110. package/build/subcategories/survey.js +10 -0
  111. package/build/subcategories/survey.js.map +1 -0
  112. package/build/subcategories/tracking.d.ts +9 -0
  113. package/build/subcategories/tracking.d.ts.map +1 -0
  114. package/build/subcategories/tracking.js +10 -0
  115. package/build/subcategories/tracking.js.map +1 -0
  116. package/build/subcategories/unspecified.d.ts +9 -0
  117. package/build/subcategories/unspecified.d.ts.map +1 -0
  118. package/build/subcategories/unspecified.js +9 -0
  119. package/build/subcategories/unspecified.js.map +1 -0
  120. package/build/subcategories/userProfile.d.ts +9 -0
  121. package/build/subcategories/userProfile.d.ts.map +1 -0
  122. package/build/subcategories/userProfile.js +10 -0
  123. package/build/subcategories/userProfile.js.map +1 -0
  124. package/build/tests/index.test.js +6 -0
  125. package/build/tests/index.test.js.map +1 -1
  126. package/build/tsbuildinfo +1 -1
  127. package/package.json +2 -2
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "eslint",
3
+ "version": "8.10.0-sdk",
4
+ "main": "./lib/api.js",
5
+ "type": "commonjs"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "prettier",
3
+ "version": "2.5.1-sdk",
4
+ "main": "./index.js",
5
+ "type": "commonjs"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "typescript",
3
+ "version": "4.5.5-sdk",
4
+ "main": "./lib/typescript.js",
5
+ "type": "commonjs"
6
+ }
package/build/index.d.ts CHANGED
@@ -2,4 +2,6 @@ export * from './actions';
2
2
  export * from './objects';
3
3
  export * from './request';
4
4
  export * from './identifier';
5
+ export * from './subcategories';
6
+ export * from './purposeSubCategories';
5
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC"}
package/build/index.js CHANGED
@@ -14,4 +14,6 @@ __exportStar(require("./actions"), exports);
14
14
  __exportStar(require("./objects"), exports);
15
15
  __exportStar(require("./request"), exports);
16
16
  __exportStar(require("./identifier"), exports);
17
+ __exportStar(require("./subcategories"), exports);
18
+ __exportStar(require("./purposeSubCategories"), exports);
17
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,kDAAgC;AAChC,yDAAuC"}
@@ -0,0 +1,9 @@
1
+ export declare const AdditionalPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Additional: "ADDITIONAL";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type AdditionalPurposeSubCategory = typeof AdditionalPurposeSubCategory[keyof typeof AdditionalPurposeSubCategory];
9
+ //# sourceMappingURL=additional.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/additional.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;IACvC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,MAAM,OAAO,4BAA4B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdditionalPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.AdditionalPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Additional: 'ADDITIONAL',
8
+ });
9
+ //# sourceMappingURL=additional.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional.js","sourceRoot":"","sources":["../../src/purposeSubCategories/additional.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,4BAA4B,GAAG,IAAA,qBAAQ,EAAC;IACnD,2BAA2B;IAC3B,UAAU,EAAE,YAAY;CACzB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const AdvertisingPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Advertising: "ADVERTISING";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type AdvertisingPurposeSubCategory = typeof AdvertisingPurposeSubCategory[keyof typeof AdvertisingPurposeSubCategory];
9
+ //# sourceMappingURL=advertising.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advertising.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/advertising.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;IACxC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdvertisingPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.AdvertisingPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Advertising: 'ADVERTISING',
8
+ });
9
+ //# sourceMappingURL=advertising.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advertising.js","sourceRoot":"","sources":["../../src/purposeSubCategories/advertising.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,6BAA6B,GAAG,IAAA,qBAAQ,EAAC;IACpD,2BAA2B;IAC3B,WAAW,EAAE,aAAa;CAC3B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const AnalyticsPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Analytics: "ANALYTICS";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type AnalyticsPurposeSubCategory = typeof AnalyticsPurposeSubCategory[keyof typeof AnalyticsPurposeSubCategory];
9
+ //# sourceMappingURL=analytics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analytics.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/analytics.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;IACtC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AnalyticsPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.AnalyticsPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Analytics: 'ANALYTICS',
8
+ });
9
+ //# sourceMappingURL=analytics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"analytics.js","sourceRoot":"","sources":["../../src/purposeSubCategories/analytics.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,2BAA2B,GAAG,IAAA,qBAAQ,EAAC;IAClD,2BAA2B;IAC3B,SAAS,EAAE,WAAW;CACvB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const EssentialPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Essential: "ESSENTIAL";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type EssentialPurposeSubCategory = typeof EssentialPurposeSubCategory[keyof typeof EssentialPurposeSubCategory];
9
+ //# sourceMappingURL=essential.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essential.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/essential.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;IACtC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EssentialPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.EssentialPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Essential: 'ESSENTIAL',
8
+ });
9
+ //# sourceMappingURL=essential.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"essential.js","sourceRoot":"","sources":["../../src/purposeSubCategories/essential.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,2BAA2B,GAAG,IAAA,qBAAQ,EAAC;IAClD,2BAA2B;IAC3B,SAAS,EAAE,WAAW;CACvB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const HRPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ HR: "HR";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type HRPurposeSubCategory = typeof HRPurposeSubCategory[keyof typeof HRPurposeSubCategory];
9
+ //# sourceMappingURL=hr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hr.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/hr.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;IAC/B,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,oBAAoB,GAC9B,OAAO,oBAAoB,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.HRPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.HRPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ HR: 'HR',
8
+ });
9
+ //# sourceMappingURL=hr.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hr.js","sourceRoot":"","sources":["../../src/purposeSubCategories/hr.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,oBAAoB,GAAG,IAAA,qBAAQ,EAAC;IAC3C,2BAA2B;IAC3B,EAAE,EAAE,IAAI;CACT,CAAC,CAAC"}
@@ -0,0 +1,20 @@
1
+ export declare const DefaultPurposeSubCategoryType: {
2
+ Unspecified: "UNSPECIFIED";
3
+ Transfer: "TRANSFER";
4
+ Sale: "SALE";
5
+ Personalization: "PERSONALIZATION";
6
+ Other: "Other";
7
+ OperationSecurity: "OPERATION_SECURITY";
8
+ Marketing: "MARKETING";
9
+ Legal: "LEGAL";
10
+ HR: "HR";
11
+ Essential: "ESSENTIAL";
12
+ Analytics: "ANALYTICS";
13
+ Advertising: "ADVERTISING";
14
+ Additional: "ADDITIONAL";
15
+ };
16
+ /**
17
+ * Overload type
18
+ */
19
+ export declare type DefaultPurposeSubCategoryType = typeof DefaultPurposeSubCategoryType[keyof typeof DefaultPurposeSubCategoryType];
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/index.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;CAcxC,CAAC;AAEH;;GAEG;AACH,oBAAY,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,CAAC,CAAC"}
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DefaultPurposeSubCategoryType = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ const additional_1 = require("./additional");
6
+ const advertising_1 = require("./advertising");
7
+ const analytics_1 = require("./analytics");
8
+ const essential_1 = require("./essential");
9
+ const hr_1 = require("./hr");
10
+ const legal_1 = require("./legal");
11
+ const marketing_1 = require("./marketing");
12
+ const operationSecurity_1 = require("./operationSecurity");
13
+ const other_1 = require("./other");
14
+ const personalization_1 = require("./personalization");
15
+ const sale_1 = require("./sale");
16
+ const transfer_1 = require("./transfer");
17
+ const unspecified_1 = require("./unspecified");
18
+ exports.DefaultPurposeSubCategoryType = (0, type_utils_1.makeEnum)({
19
+ ...additional_1.AdditionalPurposeSubCategory,
20
+ ...advertising_1.AdvertisingPurposeSubCategory,
21
+ ...analytics_1.AnalyticsPurposeSubCategory,
22
+ ...essential_1.EssentialPurposeSubCategory,
23
+ ...hr_1.HRPurposeSubCategory,
24
+ ...legal_1.LegalPurposeSubCategory,
25
+ ...marketing_1.MarketingPurposeSubCategory,
26
+ ...operationSecurity_1.OperationSecurityPurposeSubCategory,
27
+ ...other_1.OtherPurposeSubCategory,
28
+ ...personalization_1.PersonalizationPurposeSubCategory,
29
+ ...sale_1.SalePurposeSubCategory,
30
+ ...transfer_1.TransferPurposeSubCategory,
31
+ ...unspecified_1.UnspecifiedPurposeSubCategory,
32
+ });
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/purposeSubCategories/index.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEpD,6CAA4D;AAC5D,+CAA8D;AAC9D,2CAA0D;AAC1D,2CAA0D;AAC1D,6BAA4C;AAC5C,mCAAkD;AAClD,2CAA0D;AAC1D,2DAA0E;AAC1E,mCAAkD;AAClD,uDAAsE;AACtE,iCAAgD;AAChD,yCAAwD;AACxD,+CAA8D;AAEjD,QAAA,6BAA6B,GAAG,IAAA,qBAAQ,EAAC;IACpD,GAAG,yCAA4B;IAC/B,GAAG,2CAA6B;IAChC,GAAG,uCAA2B;IAC9B,GAAG,uCAA2B;IAC9B,GAAG,yBAAoB;IACvB,GAAG,+BAAuB;IAC1B,GAAG,uCAA2B;IAC9B,GAAG,uDAAmC;IACtC,GAAG,+BAAuB;IAC1B,GAAG,mDAAiC;IACpC,GAAG,6BAAsB;IACzB,GAAG,qCAA0B;IAC7B,GAAG,2CAA6B;CACjC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const LegalPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Legal: "LEGAL";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type LegalPurposeSubCategory = typeof LegalPurposeSubCategory[keyof typeof LegalPurposeSubCategory];
9
+ //# sourceMappingURL=legal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legal.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/legal.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;IAClC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,uBAAuB,GACjC,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LegalPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.LegalPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Legal: 'LEGAL',
8
+ });
9
+ //# sourceMappingURL=legal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legal.js","sourceRoot":"","sources":["../../src/purposeSubCategories/legal.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,uBAAuB,GAAG,IAAA,qBAAQ,EAAC;IAC9C,2BAA2B;IAC3B,KAAK,EAAE,OAAO;CACf,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const MarketingPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Marketing: "MARKETING";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type MarketingPurposeSubCategory = typeof MarketingPurposeSubCategory[keyof typeof MarketingPurposeSubCategory];
9
+ //# sourceMappingURL=marketing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"marketing.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/marketing.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;IACtC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,MAAM,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MarketingPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.MarketingPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Marketing: 'MARKETING',
8
+ });
9
+ //# sourceMappingURL=marketing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"marketing.js","sourceRoot":"","sources":["../../src/purposeSubCategories/marketing.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,2BAA2B,GAAG,IAAA,qBAAQ,EAAC;IAClD,2BAA2B;IAC3B,SAAS,EAAE,WAAW;CACvB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const OperationSecurityPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ OperationSecurity: "OPERATION_SECURITY";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type OperationSecurityPurposeSubCategory = typeof OperationSecurityPurposeSubCategory[keyof typeof OperationSecurityPurposeSubCategory];
9
+ //# sourceMappingURL=operationSecurity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationSecurity.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/operationSecurity.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mCAAmC;IAC9C,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OperationSecurityPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.OperationSecurityPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ OperationSecurity: 'OPERATION_SECURITY',
8
+ });
9
+ //# sourceMappingURL=operationSecurity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operationSecurity.js","sourceRoot":"","sources":["../../src/purposeSubCategories/operationSecurity.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,mCAAmC,GAAG,IAAA,qBAAQ,EAAC;IAC1D,2BAA2B;IAC3B,iBAAiB,EAAE,oBAAoB;CACxC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const OtherPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Other: "Other";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type OtherPurposeSubCategory = typeof OtherPurposeSubCategory[keyof typeof OtherPurposeSubCategory];
9
+ //# sourceMappingURL=other.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"other.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/other.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB;IAClC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,uBAAuB,GACjC,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OtherPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.OtherPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Other: 'Other',
8
+ });
9
+ //# sourceMappingURL=other.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"other.js","sourceRoot":"","sources":["../../src/purposeSubCategories/other.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,uBAAuB,GAAG,IAAA,qBAAQ,EAAC;IAC9C,2BAA2B;IAC3B,KAAK,EAAE,OAAO;CACf,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const PersonalizationPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Personalization: "PERSONALIZATION";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type PersonalizationPurposeSubCategory = typeof PersonalizationPurposeSubCategory[keyof typeof PersonalizationPurposeSubCategory];
9
+ //# sourceMappingURL=personalization.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"personalization.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/personalization.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iCAAiC;IAC5C,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PersonalizationPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.PersonalizationPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Personalization: 'PERSONALIZATION',
8
+ });
9
+ //# sourceMappingURL=personalization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"personalization.js","sourceRoot":"","sources":["../../src/purposeSubCategories/personalization.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,iCAAiC,GAAG,IAAA,qBAAQ,EAAC;IACxD,2BAA2B;IAC3B,eAAe,EAAE,iBAAiB;CACnC,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const SalePurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Sale: "SALE";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type SalePurposeSubCategory = typeof SalePurposeSubCategory[keyof typeof SalePurposeSubCategory];
9
+ //# sourceMappingURL=sale.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sale.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/sale.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;IACjC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,sBAAsB,GAChC,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SalePurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.SalePurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Sale: 'SALE',
8
+ });
9
+ //# sourceMappingURL=sale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sale.js","sourceRoot":"","sources":["../../src/purposeSubCategories/sale.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,sBAAsB,GAAG,IAAA,qBAAQ,EAAC;IAC7C,2BAA2B;IAC3B,IAAI,EAAE,MAAM;CACb,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const TransferPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Transfer: "TRANSFER";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type TransferPurposeSubCategory = typeof TransferPurposeSubCategory[keyof typeof TransferPurposeSubCategory];
9
+ //# sourceMappingURL=transfer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/transfer.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,0BAA0B;IACrC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,0BAA0B,GACpC,OAAO,0BAA0B,CAAC,MAAM,OAAO,0BAA0B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TransferPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.TransferPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Transfer: 'TRANSFER',
8
+ });
9
+ //# sourceMappingURL=transfer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transfer.js","sourceRoot":"","sources":["../../src/purposeSubCategories/transfer.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,0BAA0B,GAAG,IAAA,qBAAQ,EAAC;IACjD,2BAA2B;IAC3B,QAAQ,EAAE,UAAU;CACrB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const UnspecifiedPurposeSubCategory: {
2
+ /** Fallback sub purpose */
3
+ Unspecified: "UNSPECIFIED";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type UnspecifiedPurposeSubCategory = typeof UnspecifiedPurposeSubCategory[keyof typeof UnspecifiedPurposeSubCategory];
9
+ //# sourceMappingURL=unspecified.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unspecified.d.ts","sourceRoot":"","sources":["../../src/purposeSubCategories/unspecified.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;IACxC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,MAAM,OAAO,6BAA6B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UnspecifiedPurposeSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.UnspecifiedPurposeSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** Fallback sub purpose */
7
+ Unspecified: 'UNSPECIFIED',
8
+ });
9
+ //# sourceMappingURL=unspecified.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unspecified.js","sourceRoot":"","sources":["../../src/purposeSubCategories/unspecified.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,6BAA6B,GAAG,IAAA,qBAAQ,EAAC;IACpD,2BAA2B;IAC3B,WAAW,EAAE,aAAa;CAC3B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const ConnectionSubCategory: {
2
+ /** Fallback subcategory */
3
+ Connection: "CONNECTION";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type ConnectionSubCategory = typeof ConnectionSubCategory[keyof typeof ConnectionSubCategory];
9
+ //# sourceMappingURL=connection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.d.ts","sourceRoot":"","sources":["../../src/subcategories/connection.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB;IAEhC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,qBAAqB,GAC/B,OAAO,qBAAqB,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConnectionSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.ConnectionSubCategory = (0, type_utils_1.makeEnum)({
6
+ // TODO: https://transcend.height.app/T-14003 - add more subcategories
7
+ /** Fallback subcategory */
8
+ Connection: 'CONNECTION',
9
+ });
10
+ //# sourceMappingURL=connection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connection.js","sourceRoot":"","sources":["../../src/subcategories/connection.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,qBAAqB,GAAG,IAAA,qBAAQ,EAAC;IAC5C,sEAAsE;IACtE,2BAA2B;IAC3B,UAAU,EAAE,YAAY;CACzB,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ export declare const ContactSubCategory: {
2
+ /** An email address */
3
+ Email: "EMAIL";
4
+ /** A phone number */
5
+ Phone: "PHONE";
6
+ /** Fallback subcategory */
7
+ Contact: "CONTACT";
8
+ };
9
+ /**
10
+ * Overload with type of integration
11
+ */
12
+ export declare type ContactSubCategory = typeof ContactSubCategory[keyof typeof ContactSubCategory];
13
+ //# sourceMappingURL=contact.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../src/subcategories/contact.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;IAC7B,uBAAuB;;IAEvB,qBAAqB;;IAGrB,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,kBAAkB,GAC5B,OAAO,kBAAkB,CAAC,MAAM,OAAO,kBAAkB,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ContactSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.ContactSubCategory = (0, type_utils_1.makeEnum)({
6
+ /** An email address */
7
+ Email: 'EMAIL',
8
+ /** A phone number */
9
+ Phone: 'PHONE',
10
+ // TODO: https://transcend.height.app/T-14003 - add more contact subcategories (address, etc.)
11
+ /** Fallback subcategory */
12
+ Contact: 'CONTACT',
13
+ });
14
+ //# sourceMappingURL=contact.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"contact.js","sourceRoot":"","sources":["../../src/subcategories/contact.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,kBAAkB,GAAG,IAAA,qBAAQ,EAAC;IACzC,uBAAuB;IACvB,KAAK,EAAE,OAAO;IACd,qBAAqB;IACrB,KAAK,EAAE,OAAO;IACd,8FAA8F;IAC9F,2BAA2B;IAC3B,OAAO,EAAE,SAAS;CACnB,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const DemographicSubCategory: {
2
+ /** Fallback subcategory */
3
+ Demographic: "DEMOGRAPHIC";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type DemographicSubCategory = typeof DemographicSubCategory[keyof typeof DemographicSubCategory];
9
+ //# sourceMappingURL=demographic.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demographic.d.ts","sourceRoot":"","sources":["../../src/subcategories/demographic.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;IAEjC,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,sBAAsB,GAChC,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DemographicSubCategory = void 0;
4
+ const type_utils_1 = require("@transcend-io/type-utils");
5
+ exports.DemographicSubCategory = (0, type_utils_1.makeEnum)({
6
+ // TODO: https://transcend.height.app/T-14003 - add more subcategories
7
+ /** Fallback subcategory */
8
+ Demographic: 'DEMOGRAPHIC',
9
+ });
10
+ //# sourceMappingURL=demographic.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"demographic.js","sourceRoot":"","sources":["../../src/subcategories/demographic.ts"],"names":[],"mappings":";;;AAAA,yDAAoD;AAEvC,QAAA,sBAAsB,GAAG,IAAA,qBAAQ,EAAC;IAC7C,sEAAsE;IACtE,2BAA2B;IAC3B,WAAW,EAAE,aAAa;CAC3B,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare const DeviceSubCategory: {
2
+ /** Fallback subcategory */
3
+ Device: "DEVICE";
4
+ };
5
+ /**
6
+ * Overload with type of integration
7
+ */
8
+ export declare type DeviceSubCategory = typeof DeviceSubCategory[keyof typeof DeviceSubCategory];
9
+ //# sourceMappingURL=device.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"device.d.ts","sourceRoot":"","sources":["../../src/subcategories/device.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB;IAE5B,2BAA2B;;CAE3B,CAAC;AAEH;;GAEG;AACH,oBAAY,iBAAiB,GAC3B,OAAO,iBAAiB,CAAC,MAAM,OAAO,iBAAiB,CAAC,CAAC"}