@bondsports/types 2.4.65-squad-b-2 → 2.4.66

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 (26) hide show
  1. package/dist/tsconfig.build.tsbuildinfo +1 -1
  2. package/dist/types/dto/customer.dto.d.ts +1 -0
  3. package/dist/types/dto/customer.dto.js.map +1 -1
  4. package/dist/types/import/dto/membership.dto.d.ts +5 -2
  5. package/dist/types/import/dto/membership.dto.js +4 -1
  6. package/dist/types/import/dto/membership.dto.js.map +1 -1
  7. package/dist/types/leagues-scheduler/types/enums.d.ts +1 -1
  8. package/dist/types/leagues-scheduler/types/enums.js +0 -1
  9. package/dist/types/leagues-scheduler/types/enums.js.map +1 -1
  10. package/dist/types/organization/dto/index.d.ts +0 -1
  11. package/dist/types/organization/dto/index.js +0 -1
  12. package/dist/types/organization/dto/index.js.map +1 -1
  13. package/dist/types/organization/entities/Organization.d.ts +1 -0
  14. package/dist/types/organization/entities/Organization.js.map +1 -1
  15. package/dist/types/organization/entities/OrganizationBranding.d.ts +2 -3
  16. package/dist/types/organization/entities/OrganizationBranding.js.map +1 -1
  17. package/dist/types/organization/types/index.d.ts +0 -1
  18. package/dist/types/organization/types/index.js +0 -1
  19. package/dist/types/organization/types/index.js.map +1 -1
  20. package/package.json +3 -2
  21. package/dist/types/organization/dto/organization-branding.dto.d.ts +0 -13
  22. package/dist/types/organization/dto/organization-branding.dto.js +0 -16
  23. package/dist/types/organization/dto/organization-branding.dto.js.map +0 -1
  24. package/dist/types/organization/types/organization-branding.enums.d.ts +0 -39
  25. package/dist/types/organization/types/organization-branding.enums.js +0 -44
  26. package/dist/types/organization/types/organization-branding.enums.js.map +0 -1
@@ -68,4 +68,5 @@ export declare class CustomerDto {
68
68
  waiverApplication?: SimpleApplicationDto;
69
69
  mainMedia?: MediaDto;
70
70
  familyStatus?: CustomerFamilyStatusEnum;
71
+ linkedAccounts?: number[];
71
72
  }
@@ -1 +1 @@
1
- {"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../src/types/dto/customer.dto.ts"],"names":[],"mappings":";;;AAGA,2EAA2E;AAI3E,+CAAgD;AAEhD,MAAa,qBAAsB,SAAQ,sCAAmB;CAE7D;AAFD,sDAEC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,qBAAqB;CAIjC;AAJD,sDAIC;AAED,MAAa,qBAAsB,SAAQ,qBAAqB;CAE/D;AAFD,sDAEC;AAED,MAAa,qBAAsB,SAAQ,qBAAqB;CAI/D;AAJD,sDAIC;AAED,MAAa,oBAAqB,SAAQ,qBAAqB;CAE9D;AAFD,oDAEC;AAED,MAAa,6BAA8B,SAAQ,sCAAmB;CAErE;AAFD,sEAEC;AAED,MAAa,uCAAwC,SAAQ,6BAAe;CAQ3E;AARD,0FAQC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,WAAW;CAoDvB;AApDD,kCAoDC"}
1
+ {"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../src/types/dto/customer.dto.ts"],"names":[],"mappings":";;;AAGA,2EAA2E;AAI3E,+CAAgD;AAEhD,MAAa,qBAAsB,SAAQ,sCAAmB;CAE7D;AAFD,sDAEC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,qBAAqB;CAIjC;AAJD,sDAIC;AAED,MAAa,qBAAsB,SAAQ,qBAAqB;CAE/D;AAFD,sDAEC;AAED,MAAa,qBAAsB,SAAQ,qBAAqB;CAI/D;AAJD,sDAIC;AAED,MAAa,oBAAqB,SAAQ,qBAAqB;CAE9D;AAFD,oDAEC;AAED,MAAa,6BAA8B,SAAQ,sCAAmB;CAErE;AAFD,sEAEC;AAED,MAAa,uCAAwC,SAAQ,6BAAe;CAQ3E;AARD,0FAQC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,WAAW;CAsDvB;AAtDD,kCAsDC"}
@@ -6,7 +6,11 @@ export declare class MembershipImportValidationDto extends ImportValidationRespo
6
6
  existingMemberships: SimpleMembershipDto[];
7
7
  }
8
8
  export declare class MembershipMemberImportValidationDto extends ImportValidationResponseDto {
9
- existingMembers: ImportMembershipMembersDto[];
9
+ existingMembers: ExistingMembersDto[];
10
+ }
11
+ export declare class ExistingMembersDto {
12
+ id: number;
13
+ userId: number;
10
14
  }
11
15
  export declare class ImportMembershipDto extends CreateMembershipDto {
12
16
  importedId?: string;
@@ -15,7 +19,6 @@ export declare class ImportMembershipMembersDto extends AddImportedCustomerDto {
15
19
  importedId: string;
16
20
  startDate: string;
17
21
  parentId?: number;
18
- membershipId?: number;
19
22
  importedMembershipId?: string;
20
23
  nextPaymentMethodId?: number;
21
24
  nextVendorPaymentMethodId?: string;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportMembershipMembersDto = exports.ImportMembershipDto = exports.MembershipMemberImportValidationDto = exports.MembershipImportValidationDto = void 0;
3
+ exports.ImportMembershipMembersDto = exports.ImportMembershipDto = exports.ExistingMembersDto = exports.MembershipMemberImportValidationDto = exports.MembershipImportValidationDto = void 0;
4
4
  const membership_dto_1 = require("../../membership/dto/membership.dto");
5
5
  const customer_dto_1 = require("./customer.dto");
6
6
  const import_dto_1 = require("./import.dto");
@@ -10,6 +10,9 @@ exports.MembershipImportValidationDto = MembershipImportValidationDto;
10
10
  class MembershipMemberImportValidationDto extends import_dto_1.ImportValidationResponseDto {
11
11
  }
12
12
  exports.MembershipMemberImportValidationDto = MembershipMemberImportValidationDto;
13
+ class ExistingMembersDto {
14
+ }
15
+ exports.ExistingMembersDto = ExistingMembersDto;
13
16
  class ImportMembershipDto extends membership_dto_1.CreateMembershipDto {
14
17
  }
15
18
  exports.ImportMembershipDto = ImportMembershipDto;
@@ -1 +1 @@
1
- {"version":3,"file":"membership.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/membership.dto.ts"],"names":[],"mappings":";;;AACA,wEAA+F;AAG/F,iDAAwD;AACxD,6CAA2D;AAE3D,MAAa,6BAA8B,SAAQ,wCAA2B;CAE7E;AAFD,sEAEC;AAED,MAAa,mCAAoC,SAAQ,wCAA2B;CAEnF;AAFD,kFAEC;AAED,MAAa,mBAAoB,SAAQ,oCAAmB;CAE3D;AAFD,kDAEC;AAED,MAAa,0BAA2B,SAAQ,qCAAsB;CA8BrE;AA9BD,gEA8BC"}
1
+ {"version":3,"file":"membership.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/membership.dto.ts"],"names":[],"mappings":";;;AACA,wEAA+F;AAG/F,iDAAwD;AACxD,6CAA2D;AAE3D,MAAa,6BAA8B,SAAQ,wCAA2B;CAE7E;AAFD,sEAEC;AAED,MAAa,mCAAoC,SAAQ,wCAA2B;CAEnF;AAFD,kFAEC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,mBAAoB,SAAQ,oCAAmB;CAE3D;AAFD,kDAEC;AAED,MAAa,0BAA2B,SAAQ,qCAAsB;CA4BrE;AA5BD,gEA4BC"}
@@ -40,7 +40,7 @@ export declare enum EventSubTypeEnum {
40
40
  OTHER = "other"
41
41
  }
42
42
  export declare const PLAYOFF_EVENT_SUB_TYPES: readonly [EventSubTypeEnum.PLAYOFF, EventSubTypeEnum.FINAL];
43
- export declare const REGULAR_SEASON_EVENT_SUB_TYPES: readonly [EventSubTypeEnum.GAME, EventSubTypeEnum.MATCH, EventSubTypeEnum.EXHIBITION, EventSubTypeEnum.FRIENDLY, EventSubTypeEnum.SCRIMMAGE];
43
+ export declare const REGULAR_SEASON_EVENT_SUB_TYPES: readonly [EventSubTypeEnum.GAME, EventSubTypeEnum.EXHIBITION, EventSubTypeEnum.FRIENDLY, EventSubTypeEnum.SCRIMMAGE];
44
44
  /**
45
45
  * Returns the event sub-types for a given stage type.
46
46
  */
@@ -51,7 +51,6 @@ var EventSubTypeEnum;
51
51
  exports.PLAYOFF_EVENT_SUB_TYPES = [EventSubTypeEnum.PLAYOFF, EventSubTypeEnum.FINAL];
52
52
  exports.REGULAR_SEASON_EVENT_SUB_TYPES = [
53
53
  EventSubTypeEnum.GAME,
54
- EventSubTypeEnum.MATCH,
55
54
  EventSubTypeEnum.EXHIBITION,
56
55
  EventSubTypeEnum.FRIENDLY,
57
56
  EventSubTypeEnum.SCRIMMAGE,
@@ -1 +1 @@
1
- {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/enums.ts"],"names":[],"mappings":";;;AAAA,+EAA6E;AAE7E,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,sCAAiB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IACnC,yEAA6C,CAAA;IAC7C,uEAA2C,CAAA;IAC3C,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,qEAAyC,CAAA;AAC1C,CAAC,EAPW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOnC;AAED,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IACjC,6CAAmB,CAAA;IACnB,yCAAe,CAAA;AAChB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;IACnB,yCAAyB,CAAA;IACzB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;AAClB,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AAED,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC3B,iCAAa,CAAA;IACb,mCAAe,CAAA;IACf,yCAAqB,CAAA;IACrB,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,mCAAe,CAAA;IACf,mCAAe,CAAA;AAChB,CAAC,EAXW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAW3B;AAEY,QAAA,uBAAuB,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAU,CAAC;AAEtF,QAAA,8BAA8B,GAAG;IAC7C,gBAAgB,CAAC,IAAI;IACrB,gBAAgB,CAAC,KAAK;IACtB,gBAAgB,CAAC,UAAU;IAC3B,gBAAgB,CAAC,QAAQ;IACzB,gBAAgB,CAAC,SAAS;CACjB,CAAC;AAEX,MAAM,wBAAwB,GAAuD;IACpF,CAAC,4BAAa,CAAC,QAAQ,CAAC,EAAE,+BAAuB;IACjD,CAAC,4BAAa,CAAC,cAAc,CAAC,EAAE,sCAA8B;CAC9D,CAAC;AAEF;;GAEG;AACH,SAAgB,wBAAwB,CAAC,SAAwB;IAChE,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,SAAS,CAAC,IAAI,sCAA8B,CAAC,CAAC,CAAC;AACrF,CAAC;AAFD,4DAEC"}
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/enums.ts"],"names":[],"mappings":";;;AAAA,+EAA6E;AAE7E,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,sCAAiB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,wBAOX;AAPD,WAAY,wBAAwB;IACnC,yEAA6C,CAAA;IAC7C,uEAA2C,CAAA;IAC3C,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,qEAAyC,CAAA;AAC1C,CAAC,EAPW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAOnC;AAED,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IACjC,6CAAmB,CAAA;IACnB,yCAAe,CAAA;AAChB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;IACnB,yCAAyB,CAAA;IACzB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;AAClB,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AAED,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC3B,iCAAa,CAAA;IACb,mCAAe,CAAA;IACf,yCAAqB,CAAA;IACrB,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,mCAAe,CAAA;IACf,mCAAe,CAAA;AAChB,CAAC,EAXW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAW3B;AAEY,QAAA,uBAAuB,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAU,CAAC;AAEtF,QAAA,8BAA8B,GAAG;IAC7C,gBAAgB,CAAC,IAAI;IACrB,gBAAgB,CAAC,UAAU;IAC3B,gBAAgB,CAAC,QAAQ;IACzB,gBAAgB,CAAC,SAAS;CACjB,CAAC;AAEX,MAAM,wBAAwB,GAAuD;IACpF,CAAC,4BAAa,CAAC,QAAQ,CAAC,EAAE,+BAAuB;IACjD,CAAC,4BAAa,CAAC,cAAc,CAAC,EAAE,sCAA8B;CAC9D,CAAC;AAEF;;GAEG;AACH,SAAgB,wBAAwB,CAAC,SAAwB;IAChE,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,SAAS,CAAC,IAAI,sCAA8B,CAAC,CAAC,CAAC;AACrF,CAAC;AAFD,4DAEC"}
@@ -1,4 +1,3 @@
1
- export * from './organization-branding.dto';
2
1
  export * from './organization-payment-method.dto';
3
2
  export * from './organization-users.dto';
4
3
  export * from './organization.dto';
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./organization-branding.dto"), exports);
18
17
  __exportStar(require("./organization-payment-method.dto"), exports);
19
18
  __exportStar(require("./organization-users.dto"), exports);
20
19
  __exportStar(require("./organization.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/organization/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,oEAAkD;AAClD,2DAAyC;AACzC,qDAAmC;AACnC,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/organization/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oEAAkD;AAClD,2DAAyC;AACzC,qDAAmC;AACnC,+CAA6B"}
@@ -44,6 +44,7 @@ export declare class Organization extends BondBaseEntity {
44
44
  accountingStyles?: OrganizationAccountingStyleEnum | null;
45
45
  mainMedia: Media;
46
46
  brandings: OrganizationBranding[];
47
+ brandingsV2?: OrganizationBranding[];
47
48
  uberOrganization: UberOrganization;
48
49
  fees: Fee[];
49
50
  paymentMethods: OrganizationPaymentMethod[];
@@ -1 +1 @@
1
- {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAGA,gEAA6D;AAW7D,MAAa,YAAa,SAAQ,+BAAc;CA4F/C;AA5FD,oCA4FC"}
1
+ {"version":3,"file":"Organization.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/Organization.ts"],"names":[],"mappings":";;;AAGA,gEAA6D;AAW7D,MAAa,YAAa,SAAQ,+BAAc;CA+F/C;AA/FD,oCA+FC"}
@@ -1,9 +1,8 @@
1
1
  import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
2
- import { OrganizationBrandingKeyEnum } from '../types/organization-branding.enums';
3
2
  import { Organization } from './Organization';
4
3
  export declare class OrganizationBranding extends OrganizationConnectionBaseEntity {
5
- key: OrganizationBrandingKeyEnum;
4
+ key?: string;
6
5
  value?: string;
7
- deletedAt?: Date;
6
+ version: number;
8
7
  organization: Organization;
9
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OrganizationBranding.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/OrganizationBranding.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAKjG,MAAa,oBAAqB,SAAQ,mEAAgC;CAQzE;AARD,oDAQC"}
1
+ {"version":3,"file":"OrganizationBranding.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/OrganizationBranding.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAIjG,MAAa,oBAAqB,SAAQ,mEAAgC;CAQzE;AARD,oDAQC"}
@@ -1,2 +1 @@
1
1
  export * from './enums';
2
- export * from './organization-branding.enums';
@@ -15,5 +15,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./enums"), exports);
18
- __exportStar(require("./organization-branding.enums"), exports);
19
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/organization/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/organization/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.65-squad-b-2",
3
+ "version": "2.4.66",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -39,7 +39,8 @@
39
39
  "rimraf": "^3.0.2",
40
40
  "stripe": "9.1.0",
41
41
  "typeorm": "^0.2.32",
42
- "zod": "^3.25.49"
42
+ "zod": "^3.25.49",
43
+ "@types/lodash": "^4.17.24"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@bondsports/eslint-config": "^1.0.2",
@@ -1,13 +0,0 @@
1
- import { OrganizationBrandingKeyEnum } from '../types/organization-branding.enums';
2
- import { OrganizationBaseEntityDto } from './organization.dto';
3
- export declare class SetOrganizationBrandingValueDto {
4
- key: OrganizationBrandingKeyEnum;
5
- value: string;
6
- }
7
- export declare class SetOrganizationBrandingsDto {
8
- brandings: SetOrganizationBrandingValueDto[];
9
- }
10
- export declare class OrganizationBrandingDto extends OrganizationBaseEntityDto {
11
- key: OrganizationBrandingKeyEnum;
12
- value: string;
13
- }
@@ -1,16 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrganizationBrandingDto = exports.SetOrganizationBrandingsDto = exports.SetOrganizationBrandingValueDto = void 0;
4
- const organization_branding_enums_1 = require("../types/organization-branding.enums");
5
- const organization_dto_1 = require("./organization.dto");
6
- const MAX_ORGANIZATION_BRANDINGS = Object.keys(organization_branding_enums_1.OrganizationBrandingKeyEnum).length;
7
- class SetOrganizationBrandingValueDto {
8
- }
9
- exports.SetOrganizationBrandingValueDto = SetOrganizationBrandingValueDto;
10
- class SetOrganizationBrandingsDto {
11
- }
12
- exports.SetOrganizationBrandingsDto = SetOrganizationBrandingsDto;
13
- class OrganizationBrandingDto extends organization_dto_1.OrganizationBaseEntityDto {
14
- }
15
- exports.OrganizationBrandingDto = OrganizationBrandingDto;
16
- //# sourceMappingURL=organization-branding.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"organization-branding.dto.js","sourceRoot":"","sources":["../../../../src/types/organization/dto/organization-branding.dto.ts"],"names":[],"mappings":";;;AACA,sFAAmF;AAEnF,yDAA+D;AAE/D,MAAM,0BAA0B,GAAG,MAAM,CAAC,IAAI,CAAC,yDAA2B,CAAC,CAAC,MAAM,CAAC;AAEnF,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AAED,MAAa,2BAA2B;CAEvC;AAFD,kEAEC;AAED,MAAa,uBAAwB,SAAQ,4CAAyB;CAIrE;AAJD,0DAIC"}
@@ -1,39 +0,0 @@
1
- export declare enum OrganizationBrandingKeyEnum {
2
- B_GREEN = "b_green",
3
- BG_BACKGROUND_DISABLED = "bg_background_disabled",
4
- BG_BACKGROUND_FIELDS = "bg_background_fields",
5
- BG_BACKGROUND_OVERLAY = "bg_background_overlay",
6
- BG_BACKGROUND_PRIMARY = "bg_background_primary",
7
- BG_BACKGROUND_SECONDARY = "bg_background_secondary",
8
- BG_BORDER_PRIMARY = "bg_border_primary",
9
- BG_BORDER_SEPERATOR = "bg_border_seperator",
10
- BG_ERROR = "bg_error",
11
- BG_SELECT_HOVER = "bg_select_hover",
12
- BG_SYSTEM = "bg_system",
13
- BG_SYSTEM_GRADIENT = "bg_system_gradient",
14
- BG_TEXT_DISABLED = "bg_text_disabled",
15
- BG_TEXT_PRIMARY = "bg_text_primary",
16
- BG_TEXT_SECONDARY = "bg_text_secondary",
17
- BG_TEXT_TERIATY = "bg_text_teriaty",
18
- BG_UNAVAILABLE = "bg_unavailable",
19
- BG_WHITE = "bg_white",
20
- BLACK = "black",
21
- BTN_GREEN_BG = "btnGreenBg",
22
- OPACITY_BACKGROUND = "opacityBackground",
23
- SUCCESS_GREEN_BG = "successGreenBg",
24
- SUCCESS_GREEN_TEXT = "successGreenText",
25
- T_GREEN = "t_green",
26
- TX_BACKGROUND_FIELDS = "tx_background_fields",
27
- TX_BACKGROUND_OVERLAY = "tx_background_overlay",
28
- TX_BACKGROUND_PRIMARY = "tx_background_primary",
29
- TX_BACKGROUND_SECONDARY = "tx_background_secondary",
30
- TX_BORDER_PRIMARY = "tx_border_primary",
31
- TX_BORDER_SEPERATOR = "tx_border_seperator",
32
- TX_ERROR = "tx_error",
33
- TX_SYSTEM = "tx_system",
34
- TX_TEXT_DISABLED = "tx_text_disabled",
35
- TX_TEXT_PRIMARY = "tx_text_primary",
36
- TX_TEXT_SECONDARY = "tx_text_secondary",
37
- TX_TEXT_TERIATY = "tx_text_teriaty",
38
- TX_WHITE = "tx_white"
39
- }
@@ -1,44 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrganizationBrandingKeyEnum = void 0;
4
- var OrganizationBrandingKeyEnum;
5
- (function (OrganizationBrandingKeyEnum) {
6
- OrganizationBrandingKeyEnum["B_GREEN"] = "b_green";
7
- OrganizationBrandingKeyEnum["BG_BACKGROUND_DISABLED"] = "bg_background_disabled";
8
- OrganizationBrandingKeyEnum["BG_BACKGROUND_FIELDS"] = "bg_background_fields";
9
- OrganizationBrandingKeyEnum["BG_BACKGROUND_OVERLAY"] = "bg_background_overlay";
10
- OrganizationBrandingKeyEnum["BG_BACKGROUND_PRIMARY"] = "bg_background_primary";
11
- OrganizationBrandingKeyEnum["BG_BACKGROUND_SECONDARY"] = "bg_background_secondary";
12
- OrganizationBrandingKeyEnum["BG_BORDER_PRIMARY"] = "bg_border_primary";
13
- OrganizationBrandingKeyEnum["BG_BORDER_SEPERATOR"] = "bg_border_seperator";
14
- OrganizationBrandingKeyEnum["BG_ERROR"] = "bg_error";
15
- OrganizationBrandingKeyEnum["BG_SELECT_HOVER"] = "bg_select_hover";
16
- OrganizationBrandingKeyEnum["BG_SYSTEM"] = "bg_system";
17
- OrganizationBrandingKeyEnum["BG_SYSTEM_GRADIENT"] = "bg_system_gradient";
18
- OrganizationBrandingKeyEnum["BG_TEXT_DISABLED"] = "bg_text_disabled";
19
- OrganizationBrandingKeyEnum["BG_TEXT_PRIMARY"] = "bg_text_primary";
20
- OrganizationBrandingKeyEnum["BG_TEXT_SECONDARY"] = "bg_text_secondary";
21
- OrganizationBrandingKeyEnum["BG_TEXT_TERIATY"] = "bg_text_teriaty";
22
- OrganizationBrandingKeyEnum["BG_UNAVAILABLE"] = "bg_unavailable";
23
- OrganizationBrandingKeyEnum["BG_WHITE"] = "bg_white";
24
- OrganizationBrandingKeyEnum["BLACK"] = "black";
25
- OrganizationBrandingKeyEnum["BTN_GREEN_BG"] = "btnGreenBg";
26
- OrganizationBrandingKeyEnum["OPACITY_BACKGROUND"] = "opacityBackground";
27
- OrganizationBrandingKeyEnum["SUCCESS_GREEN_BG"] = "successGreenBg";
28
- OrganizationBrandingKeyEnum["SUCCESS_GREEN_TEXT"] = "successGreenText";
29
- OrganizationBrandingKeyEnum["T_GREEN"] = "t_green";
30
- OrganizationBrandingKeyEnum["TX_BACKGROUND_FIELDS"] = "tx_background_fields";
31
- OrganizationBrandingKeyEnum["TX_BACKGROUND_OVERLAY"] = "tx_background_overlay";
32
- OrganizationBrandingKeyEnum["TX_BACKGROUND_PRIMARY"] = "tx_background_primary";
33
- OrganizationBrandingKeyEnum["TX_BACKGROUND_SECONDARY"] = "tx_background_secondary";
34
- OrganizationBrandingKeyEnum["TX_BORDER_PRIMARY"] = "tx_border_primary";
35
- OrganizationBrandingKeyEnum["TX_BORDER_SEPERATOR"] = "tx_border_seperator";
36
- OrganizationBrandingKeyEnum["TX_ERROR"] = "tx_error";
37
- OrganizationBrandingKeyEnum["TX_SYSTEM"] = "tx_system";
38
- OrganizationBrandingKeyEnum["TX_TEXT_DISABLED"] = "tx_text_disabled";
39
- OrganizationBrandingKeyEnum["TX_TEXT_PRIMARY"] = "tx_text_primary";
40
- OrganizationBrandingKeyEnum["TX_TEXT_SECONDARY"] = "tx_text_secondary";
41
- OrganizationBrandingKeyEnum["TX_TEXT_TERIATY"] = "tx_text_teriaty";
42
- OrganizationBrandingKeyEnum["TX_WHITE"] = "tx_white";
43
- })(OrganizationBrandingKeyEnum = exports.OrganizationBrandingKeyEnum || (exports.OrganizationBrandingKeyEnum = {}));
44
- //# sourceMappingURL=organization-branding.enums.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"organization-branding.enums.js","sourceRoot":"","sources":["../../../../src/types/organization/types/organization-branding.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,2BAsCX;AAtCD,WAAY,2BAA2B;IACtC,kDAAmB,CAAA;IACnB,gFAAiD,CAAA;IACjD,4EAA6C,CAAA;IAC7C,8EAA+C,CAAA;IAC/C,8EAA+C,CAAA;IAC/C,kFAAmD,CAAA;IACnD,sEAAuC,CAAA;IACvC,0EAA2C,CAAA;IAC3C,oDAAqB,CAAA;IACrB,kEAAmC,CAAA;IACnC,sDAAuB,CAAA;IACvB,wEAAyC,CAAA;IACzC,oEAAqC,CAAA;IACrC,kEAAmC,CAAA;IACnC,sEAAuC,CAAA;IACvC,kEAAmC,CAAA;IACnC,gEAAiC,CAAA;IACjC,oDAAqB,CAAA;IACrB,8CAAe,CAAA;IACf,0DAA2B,CAAA;IAC3B,uEAAwC,CAAA;IACxC,kEAAmC,CAAA;IACnC,sEAAuC,CAAA;IACvC,kDAAmB,CAAA;IACnB,4EAA6C,CAAA;IAC7C,8EAA+C,CAAA;IAC/C,8EAA+C,CAAA;IAC/C,kFAAmD,CAAA;IACnD,sEAAuC,CAAA;IACvC,0EAA2C,CAAA;IAC3C,oDAAqB,CAAA;IACrB,sDAAuB,CAAA;IACvB,oEAAqC,CAAA;IACrC,kEAAmC,CAAA;IACnC,sEAAuC,CAAA;IACvC,kEAAmC,CAAA;IACnC,oDAAqB,CAAA;AACtB,CAAC,EAtCW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAsCtC"}