bantr-api-client 11.0.4 → 12.0.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.
- package/api-type/src/trpcRouter/discount_code.router.d.ts +7 -7
- package/api-type/src/trpcRouter/free_agent_payments.router.d.ts +26 -24
- package/api-type/src/trpcRouter/league_payments.router.d.ts +16 -16
- package/api-type/src/trpcRouter/oauth.router.d.ts +1 -1
- package/api-type/src/trpcRouter/organization.router.d.ts +2 -2
- package/api-type/src/trpcRouter/pickup_payments.router.d.ts +2 -2
- package/api-type/src/trpcRouter/router.d.ts +296 -144
- package/api-type/src/trpcRouter/team.d.ts +80 -6
- package/api-type/src/trpcRouter/transaction.router.d.ts +14 -14
- package/dist/{index.d.ts → src/index.d.ts} +552 -326
- package/dist/src/index.js.map +1 -0
- package/dist/{provider.d.ts → src/provider.d.ts} +368 -216
- package/dist/{provider.js → src/provider.js} +2 -2
- package/dist/src/provider.js.map +1 -0
- package/dist/{query.d.ts → src/query.d.ts} +184 -110
- package/dist/src/query.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +21 -5
- package/api-type/src/models/assists.d.ts +0 -7
- package/api-type/src/models/base_league.d.ts +0 -45
- package/api-type/src/models/block.d.ts +0 -27
- package/api-type/src/models/chat.d.ts +0 -37
- package/api-type/src/models/chat_members.d.ts +0 -36
- package/api-type/src/models/clap.d.ts +0 -38
- package/api-type/src/models/comment.d.ts +0 -46
- package/api-type/src/models/demo_leads.d.ts +0 -64
- package/api-type/src/models/direct_message.d.ts +0 -34
- package/api-type/src/models/dynamic_group.d.ts +0 -42
- package/api-type/src/models/dynamic_season_league_template.d.ts +0 -120
- package/api-type/src/models/dynamic_stage.d.ts +0 -52
- package/api-type/src/models/dynamic_stage_template.d.ts +0 -50
- package/api-type/src/models/emoji.d.ts +0 -31
- package/api-type/src/models/emoji_media_mapper.d.ts +0 -38
- package/api-type/src/models/event.d.ts +0 -133
- package/api-type/src/models/free_agent_payment.d.ts +0 -108
- package/api-type/src/models/game_stat_model.d.ts +0 -55
- package/api-type/src/models/goals.d.ts +0 -7
- package/api-type/src/models/hooks/chat_member.d.ts +0 -4
- package/api-type/src/models/hooks/event.d.ts +0 -6
- package/api-type/src/models/hooks/league_schedule.d.ts +0 -3
- package/api-type/src/models/hooks/pickup_group_member.d.ts +0 -4
- package/api-type/src/models/hooks/schedule_events.d.ts +0 -2
- package/api-type/src/models/hooks/team_roster.d.ts +0 -4
- package/api-type/src/models/invite.d.ts +0 -108
- package/api-type/src/models/job.d.ts +0 -33
- package/api-type/src/models/job_type.d.ts +0 -26
- package/api-type/src/models/last_seen_team_message.d.ts +0 -31
- package/api-type/src/models/league.d.ts +0 -175
- package/api-type/src/models/league_group_teams.d.ts +0 -38
- package/api-type/src/models/league_media.d.ts +0 -57
- package/api-type/src/models/league_payment.d.ts +0 -93
- package/api-type/src/models/league_price.d.ts +0 -52
- package/api-type/src/models/league_registration.d.ts +0 -41
- package/api-type/src/models/league_schedule.d.ts +0 -116
- package/api-type/src/models/league_schedule_referee.d.ts +0 -29
- package/api-type/src/models/league_standing.d.ts +0 -83
- package/api-type/src/models/league_stripe.d.ts +0 -23
- package/api-type/src/models/league_teams.d.ts +0 -34
- package/api-type/src/models/league_template.d.ts +0 -35
- package/api-type/src/models/league_waitlist.d.ts +0 -39
- package/api-type/src/models/market_post.d.ts +0 -91
- package/api-type/src/models/match_cards.d.ts +0 -42
- package/api-type/src/models/match_notes.d.ts +0 -49
- package/api-type/src/models/member.d.ts +0 -138
- package/api-type/src/models/member_hidden_comment.d.ts +0 -31
- package/api-type/src/models/member_hidden_message.d.ts +0 -48
- package/api-type/src/models/member_muted_chat.d.ts +0 -38
- package/api-type/src/models/member_muted_event.d.ts +0 -25
- package/api-type/src/models/member_organizations.d.ts +0 -65
- package/api-type/src/models/member_stripe.d.ts +0 -23
- package/api-type/src/models/message.d.ts +0 -34
- package/api-type/src/models/mvp_votes.d.ts +0 -42
- package/api-type/src/models/notification.d.ts +0 -46
- package/api-type/src/models/oauth.d.ts +0 -49
- package/api-type/src/models/organization.d.ts +0 -68
- package/api-type/src/models/organization_free_agent.d.ts +0 -70
- package/api-type/src/models/organization_free_agent_price.d.ts +0 -37
- package/api-type/src/models/organization_leagues.d.ts +0 -23
- package/api-type/src/models/organization_learn_more.d.ts +0 -75
- package/api-type/src/models/organization_stripe.d.ts +0 -68
- package/api-type/src/models/organization_waivers.d.ts +0 -59
- package/api-type/src/models/organization_workspace.d.ts +0 -76
- package/api-type/src/models/organizer.d.ts +0 -70
- package/api-type/src/models/organizer_roles.d.ts +0 -26
- package/api-type/src/models/pickup.d.ts +0 -163
- package/api-type/src/models/pickup_config.d.ts +0 -34
- package/api-type/src/models/pickup_group.d.ts +0 -83
- package/api-type/src/models/pickup_group_members.d.ts +0 -42
- package/api-type/src/models/pickup_payments.d.ts +0 -79
- package/api-type/src/models/pickup_price.d.ts +0 -41
- package/api-type/src/models/pickup_registration.d.ts +0 -38
- package/api-type/src/models/pickup_roster.d.ts +0 -41
- package/api-type/src/models/pickup_stripe.d.ts +0 -23
- package/api-type/src/models/pickup_waitlist.d.ts +0 -33
- package/api-type/src/models/post.d.ts +0 -66
- package/api-type/src/models/referee_note.d.ts +0 -35
- package/api-type/src/models/referee_organization.d.ts +0 -29
- package/api-type/src/models/referees.d.ts +0 -63
- package/api-type/src/models/refresh_token.d.ts +0 -39
- package/api-type/src/models/refund.d.ts +0 -57
- package/api-type/src/models/report.d.ts +0 -32
- package/api-type/src/models/reported_comment.d.ts +0 -28
- package/api-type/src/models/reported_event.d.ts +0 -28
- package/api-type/src/models/reported_message.d.ts +0 -28
- package/api-type/src/models/reported_player.d.ts +0 -28
- package/api-type/src/models/role.d.ts +0 -44
- package/api-type/src/models/rsvp.d.ts +0 -47
- package/api-type/src/models/schedule_event.d.ts +0 -59
- package/api-type/src/models/season.d.ts +0 -48
- package/api-type/src/models/season_league_template.d.ts +0 -126
- package/api-type/src/models/setting.d.ts +0 -24
- package/api-type/src/models/signed_member_waivers.d.ts +0 -59
- package/api-type/src/models/stripe_balance.d.ts +0 -59
- package/api-type/src/models/stripe_transaction.d.ts +0 -65
- package/api-type/src/models/stripe_transfer.d.ts +0 -59
- package/api-type/src/models/stripe_webhook.d.ts +0 -26
- package/api-type/src/models/support.d.ts +0 -39
- package/api-type/src/models/team.d.ts +0 -97
- package/api-type/src/models/team_league_season_roster.d.ts +0 -42
- package/api-type/src/models/team_members.d.ts +0 -43
- package/api-type/src/models/team_message.d.ts +0 -33
- package/api-type/src/models/team_roster.d.ts +0 -71
- package/api-type/src/models/transaction.d.ts +0 -155
- package/api-type/src/models/transaction_event.d.ts +0 -49
- package/api-type/src/models/utils/chat.d.ts +0 -6
- package/api-type/src/models/utils/league.d.ts +0 -2
- package/api-type/src/models/utils/organization.d.ts +0 -1
- package/api-type/src/models/utils/team.d.ts +0 -2
- package/dist/index.js.map +0 -1
- package/dist/provider.js.map +0 -1
- package/dist/query.js.map +0 -1
- package/tsconfig.json +0 -22
- /package/dist/{index.js → src/index.js} +0 -0
- /package/dist/{query.js → src/query.js} +0 -0
@@ -1,71 +0,0 @@
|
|
1
|
-
import { Model, RelationMappings } from 'objection';
|
2
|
-
import { Status } from './rsvp';
|
3
|
-
import { Member } from './member';
|
4
|
-
import { Invite } from './invite';
|
5
|
-
declare const TeamRoster_base: Omit<typeof Model, "new"> & import("objection-js-soft-delete").SoftDeleteStatic<typeof Model>;
|
6
|
-
export declare class TeamRoster extends TeamRoster_base {
|
7
|
-
id: number;
|
8
|
-
teamId: number;
|
9
|
-
memberId: number;
|
10
|
-
isCaptain: boolean;
|
11
|
-
firstName?: string;
|
12
|
-
lastName?: string;
|
13
|
-
avatar?: string;
|
14
|
-
isActive: boolean;
|
15
|
-
updatedAt: Date | string;
|
16
|
-
createdAt: Date | string;
|
17
|
-
deletedAt: Date | null;
|
18
|
-
rsvpStatus?: Status;
|
19
|
-
goals?: number;
|
20
|
-
assists?: number;
|
21
|
-
potmVotes?: number;
|
22
|
-
email?: string;
|
23
|
-
isSub?: boolean;
|
24
|
-
isRostered?: boolean;
|
25
|
-
gamesStatus?: number[];
|
26
|
-
member?: Member;
|
27
|
-
isBlocked?: boolean;
|
28
|
-
latestOrgWaiver?: {
|
29
|
-
id: number;
|
30
|
-
name: string;
|
31
|
-
content: string;
|
32
|
-
};
|
33
|
-
latestSignedWaiver?: {
|
34
|
-
id: number;
|
35
|
-
name: string;
|
36
|
-
orgWaiverId: number;
|
37
|
-
signedDate: Date;
|
38
|
-
status: string;
|
39
|
-
};
|
40
|
-
yellowCardCount?: number;
|
41
|
-
redCardCount?: number;
|
42
|
-
invites?: Invite[];
|
43
|
-
static tableName: string;
|
44
|
-
static get idColumn(): string;
|
45
|
-
static get relationMappings(): RelationMappings;
|
46
|
-
static jsonSchema: {
|
47
|
-
type: string;
|
48
|
-
required: string[];
|
49
|
-
properties: {
|
50
|
-
id: {
|
51
|
-
type: string;
|
52
|
-
};
|
53
|
-
teamId: {
|
54
|
-
type: string;
|
55
|
-
};
|
56
|
-
memberId: {
|
57
|
-
type: string;
|
58
|
-
};
|
59
|
-
isCaptain: {
|
60
|
-
type: string;
|
61
|
-
default: boolean;
|
62
|
-
};
|
63
|
-
isActive: {
|
64
|
-
type: string;
|
65
|
-
default: boolean;
|
66
|
-
};
|
67
|
-
};
|
68
|
-
};
|
69
|
-
$afterInsert(): Promise<void>;
|
70
|
-
}
|
71
|
-
export {};
|
@@ -1,155 +0,0 @@
|
|
1
|
-
import { Model, RelationMappings } from 'objection';
|
2
|
-
import { VALID_CURRENCY_CODES } from '../constants';
|
3
|
-
import { DiscountCode } from '../modules/discount_code/discount_code.model';
|
4
|
-
import { TRANSACTION_METHOD_ENUM, TRANSACTION_STATUS_ENUM } from '../modules/transaction/transaction.schema';
|
5
|
-
import { FreeAgentPayment } from './free_agent_payment';
|
6
|
-
import { League } from './league';
|
7
|
-
import { LeaguePayment } from './league_payment';
|
8
|
-
import { Member } from './member';
|
9
|
-
import { Organization } from './organization';
|
10
|
-
import { OrgFreeAgent } from './organization_free_agent';
|
11
|
-
import { OrgWorkspace } from './organization_workspace';
|
12
|
-
import { Pickup } from './pickup';
|
13
|
-
import { PickupPayment } from './pickup_payments';
|
14
|
-
import { StripeTransaction } from './stripe_transaction';
|
15
|
-
import { TransactionEvent } from './transaction_event';
|
16
|
-
declare const Transaction_base: Omit<typeof Model, "new"> & import("objection-js-soft-delete").SoftDeleteStatic<typeof Model>;
|
17
|
-
export declare class Transaction extends Transaction_base {
|
18
|
-
id: number;
|
19
|
-
payerId: number;
|
20
|
-
payer?: Member;
|
21
|
-
paymentMethod: TRANSACTION_METHOD_ENUM;
|
22
|
-
discountCodeId: number | null;
|
23
|
-
discountCode?: DiscountCode;
|
24
|
-
documentAmount: number;
|
25
|
-
discountedAmount: number;
|
26
|
-
organizerFee: number;
|
27
|
-
bantrFee: number;
|
28
|
-
stripeFee: number;
|
29
|
-
chargedAmount: number;
|
30
|
-
paidAmount: number;
|
31
|
-
transferAmount: number;
|
32
|
-
refundedAmount: number;
|
33
|
-
transferSent: boolean;
|
34
|
-
currency: VALID_CURRENCY_CODES;
|
35
|
-
status: TRANSACTION_STATUS_ENUM;
|
36
|
-
expiresAt: Date | null;
|
37
|
-
lastStatusUpdateAt: Date | null;
|
38
|
-
leaguePaymentId: number | null;
|
39
|
-
leaguePayment?: LeaguePayment;
|
40
|
-
league?: League;
|
41
|
-
pickupPaymentId: number | null;
|
42
|
-
pickupPayment?: PickupPayment;
|
43
|
-
pickup?: Pickup;
|
44
|
-
freeAgentPaymentId: number | null;
|
45
|
-
freeAgentPayment?: FreeAgentPayment;
|
46
|
-
orgFreeAgent?: OrgFreeAgent;
|
47
|
-
organizationId: number;
|
48
|
-
organization?: Organization;
|
49
|
-
orgWorkspaceId: number | null;
|
50
|
-
orgWorkspace?: OrgWorkspace;
|
51
|
-
transactionEvents?: TransactionEvent[];
|
52
|
-
stripeTransactions?: StripeTransaction[];
|
53
|
-
updatedAt: Date;
|
54
|
-
createdAt: Date;
|
55
|
-
deletedAt: Date | null;
|
56
|
-
static tableName: string;
|
57
|
-
static get relationMappings(): RelationMappings;
|
58
|
-
static jsonSchema: {
|
59
|
-
type: string;
|
60
|
-
required: string[];
|
61
|
-
properties: {
|
62
|
-
id: {
|
63
|
-
type: string;
|
64
|
-
};
|
65
|
-
payerId: {
|
66
|
-
type: string;
|
67
|
-
};
|
68
|
-
paymentMethod: {
|
69
|
-
type: string;
|
70
|
-
enum: ["STRIPE", "CASH", "CHECK", "VENMO", "ZELLE", "ONLINE", "BANK", "Other"];
|
71
|
-
};
|
72
|
-
discountCodeId: {
|
73
|
-
type: string[];
|
74
|
-
};
|
75
|
-
documentAmount: {
|
76
|
-
type: string;
|
77
|
-
};
|
78
|
-
discountApplied: {
|
79
|
-
type: string;
|
80
|
-
};
|
81
|
-
organizerFee: {
|
82
|
-
type: string;
|
83
|
-
};
|
84
|
-
bantrFee: {
|
85
|
-
type: string;
|
86
|
-
};
|
87
|
-
stripeFee: {
|
88
|
-
type: string;
|
89
|
-
};
|
90
|
-
chargedAmount: {
|
91
|
-
type: string;
|
92
|
-
};
|
93
|
-
paidAmount: {
|
94
|
-
type: string;
|
95
|
-
};
|
96
|
-
productType: {
|
97
|
-
type: string;
|
98
|
-
enum: ["LEAGUE", "PICKUP", "ORG_FREE_AGENT"];
|
99
|
-
};
|
100
|
-
targetId: {
|
101
|
-
type: string;
|
102
|
-
};
|
103
|
-
status: {
|
104
|
-
type: string;
|
105
|
-
enum: ["CREATED", "REJECTED", "EXPIRED", "PAID", "FAILED", "REFUNDED"];
|
106
|
-
};
|
107
|
-
refundedAmount: {
|
108
|
-
type: string;
|
109
|
-
};
|
110
|
-
transferSent: {
|
111
|
-
type: string;
|
112
|
-
};
|
113
|
-
currency: {
|
114
|
-
type: string;
|
115
|
-
enum: VALID_CURRENCY_CODES[];
|
116
|
-
};
|
117
|
-
expiresAt: {
|
118
|
-
anyOf: ({
|
119
|
-
type: string;
|
120
|
-
format: string;
|
121
|
-
} | {
|
122
|
-
type: string;
|
123
|
-
format?: undefined;
|
124
|
-
})[];
|
125
|
-
};
|
126
|
-
lastStatusUpdateAt: {
|
127
|
-
anyOf: ({
|
128
|
-
type: string;
|
129
|
-
format: string;
|
130
|
-
} | {
|
131
|
-
type: string;
|
132
|
-
format?: undefined;
|
133
|
-
})[];
|
134
|
-
};
|
135
|
-
createdAt: {
|
136
|
-
type: string;
|
137
|
-
format: string;
|
138
|
-
};
|
139
|
-
updatedAt: {
|
140
|
-
type: string;
|
141
|
-
format: string;
|
142
|
-
};
|
143
|
-
deletedAt: {
|
144
|
-
anyOf: ({
|
145
|
-
type: string;
|
146
|
-
format: string;
|
147
|
-
} | {
|
148
|
-
type: string;
|
149
|
-
format?: undefined;
|
150
|
-
})[];
|
151
|
-
};
|
152
|
-
};
|
153
|
-
};
|
154
|
-
}
|
155
|
-
export {};
|
@@ -1,49 +0,0 @@
|
|
1
|
-
import { Model, RelationMappings } from 'objection';
|
2
|
-
import { TRANSACTION_STATUS_ENUM } from '../modules/transaction/transaction.schema';
|
3
|
-
declare const TransactionEvent_base: Omit<typeof Model, "new"> & import("objection-js-soft-delete").SoftDeleteStatic<typeof Model>;
|
4
|
-
export declare class TransactionEvent extends TransactionEvent_base {
|
5
|
-
id: number;
|
6
|
-
transactionId: number;
|
7
|
-
amount: number;
|
8
|
-
description: string;
|
9
|
-
status: TRANSACTION_STATUS_ENUM;
|
10
|
-
updatedAt: Date;
|
11
|
-
createdAt: Date;
|
12
|
-
deletedAt: Date | null;
|
13
|
-
static tableName: string;
|
14
|
-
static get relationMappings(): RelationMappings;
|
15
|
-
static get jsonSchema(): {
|
16
|
-
type: string;
|
17
|
-
required: string[];
|
18
|
-
properties: {
|
19
|
-
id: {
|
20
|
-
type: string;
|
21
|
-
};
|
22
|
-
transactionId: {
|
23
|
-
type: string;
|
24
|
-
};
|
25
|
-
status: {
|
26
|
-
type: string;
|
27
|
-
enum: ["CREATED", "REJECTED", "EXPIRED", "PAID", "FAILED", "REFUNDED"];
|
28
|
-
};
|
29
|
-
createdAt: {
|
30
|
-
type: string;
|
31
|
-
format: string;
|
32
|
-
};
|
33
|
-
updatedAt: {
|
34
|
-
type: string;
|
35
|
-
format: string;
|
36
|
-
};
|
37
|
-
deletedAt: {
|
38
|
-
anyOf: ({
|
39
|
-
type: string;
|
40
|
-
format: string;
|
41
|
-
} | {
|
42
|
-
type: string;
|
43
|
-
format?: undefined;
|
44
|
-
})[];
|
45
|
-
};
|
46
|
-
};
|
47
|
-
};
|
48
|
-
}
|
49
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export declare const getOrgCoordinatorsEmails: (organizationId: number, orgWorkspaceId?: number | null) => Promise<string[]>;
|
package/dist/index.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AACtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAShD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACtB,YAAY;IACZ,UAAU;IACV,qBAAqB;CACtB,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
package/dist/provider.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../src/provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAqB,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5F,OAAO,EACL,eAAe,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,EAAa,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGnD,MAAM,CAAC,MAAM,kBAAkB,GAAG,KAAK,CAAC,aAAa,CACnD,SAAS,CACV,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAY;IACnD,OAAO,EAAE,kBAAkB;CAC5B,CAAC,CAAC;AAEH,MAAM,kBAAkB,GAAG,CAAC,EAC1B,iBAAiB,EACjB,QAAQ,GAIT,EAAE,EAAE;IAEH,IAAI,iBAAiB,EAAE,CAAC;QACtB,OAAO,KAAC,mBAAmB,IAAC,MAAM,EAAE,iBAAiB,YAClD,QAAQ,GACW,CAAC;IACzB,CAAC;IAED,OAAO,4BAAG,QAAQ,GAAI,CAAC;AACzB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,QAAQ,EACR,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,WAAW,GAOZ,EAAE,EAAE;IACH,MAAM,CAAC,YAAY,CAAC,GAAG,QAAQ,CAC7B,WAAW;QACX,IAAI,WAAW,CAAC;YACd,cAAc,EAAE;gBACd,OAAO,EAAE;oBACP,oBAAoB,EAAE,KAAK;oBAC3B,kBAAkB,EAAE,KAAK;oBACzB,KAAK,EAAE,KAAK;oBACZ,SAAS,EAAE,CAAC,GAAG,EAAE,GAAG,IAAI;iBACzB;aACF;YACD,GAAG,iBAAiB;SACrB,CAAC,CACH,CAAC;IACF,MAAM,CAAC,iBAAiB,CAAC,GAAG,QAAQ,CAClC,UAAU,CAAC,YAAY,CAAC;QACtB,KAAK,EAAE;YACL,aAAa,CAAC;gBACZ,GAAG,EACD,SAAS;oBACT,CAAC,WAAW;wBACV,CAAC,CAAC,4BAA4B;wBAC9B,CAAC,CAAC,6BAA6B,CAAC;aACrC,CAAC;YACF,cAAc;YACd,mDAAmD;YACnD,2BAA2B;YAC3B,WAAW;YACX,qBAAqB;YACrB,qBAAqB;YACrB,yCAAyC;YACzC,4CAA4C;YAC5C,QAAQ;YACR,mBAAmB;YACnB,+BAA+B;YAC/B,aAAa;YACb,uBAAuB;YACvB,uBAAuB;YACvB,2CAA2C;YAC3C,8CAA8C;YAC9C,kCAAkC;YAClC,UAAU;YACV,QAAQ;YACR,MAAM;SACP;KACF,CAAC,CACH,CAAC;IAEF,OAAO,CACL,KAAC,kBAAkB,IAAC,iBAAiB,EAAE,WAAW,IAAI,YAAY,YAChE,KAAC,kBAAkB,CAAC,QAAQ,IAAC,KAAK,EAAE,YAAY,YAC9C,KAAC,UAAU,CAAC,QAAQ,IAClB,MAAM,EAAE,iBAAiB,EACzB,WAAW,EAAE,YAAY,YAExB,QAAQ,GACW,GACM,GACX,CACtB,CAAC;AACJ,CAAC,CAAC"}
|
package/dist/query.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"query.js","sourceRoot":"","sources":["../src/query.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAGpE,IAAI,QAAQ,GAA+D,IAAI,CAAC;AAOhF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,UAA2B,EAAE,EAAE,EAAE;IACrE,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,QAAQ,GAAG,qBAAqB,CAAY;YAC1C,KAAK,EAAE;gBACL,aAAa,CAAC;oBACZ,GAAG,EACD,OAAO,EAAE,SAAS;wBAClB,CAAC,OAAO,EAAE,WAAW;4BACnB,CAAC,CAAC,4BAA4B;4BAC9B,CAAC,CAAC,6BAA6B,CAAC;iBACrC,CAAC;gBACF,cAAc;gBACd,mDAAmD;gBACnD,2BAA2B;gBAC3B,WAAW;gBACX,8BAA8B;gBAC9B,8BAA8B;gBAC9B,yCAAyC;gBACzC,4CAA4C;gBAC5C,QAAQ;gBACR,mBAAmB;gBACnB,+BAA+B;gBAC/B,aAAa;gBACb,gCAAgC;gBAChC,gCAAgC;gBAChC,2CAA2C;gBAC3C,8CAA8C;gBAC9C,kCAAkC;gBAClC,UAAU;gBACV,QAAQ;gBACR,MAAM;aACP;SACF,CAAC,CAAC;IACL,CAAC;IAED,OAAO,QAAQ,CAAC;AAClB,CAAC,CAAC"}
|
package/tsconfig.json
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"composite": true,
|
4
|
-
"target": "ESNext",
|
5
|
-
"module": "ESNext",
|
6
|
-
"jsx": "react-jsx",
|
7
|
-
"moduleResolution": "node",
|
8
|
-
"baseUrl": "./",
|
9
|
-
"rootDir": "./src",
|
10
|
-
"paths": {
|
11
|
-
"*": ["node_modules/*"]
|
12
|
-
},
|
13
|
-
"outDir": "./dist",
|
14
|
-
"declaration": true,
|
15
|
-
"sourceMap": true,
|
16
|
-
"strict": true,
|
17
|
-
"esModuleInterop": true,
|
18
|
-
"skipLibCheck": true
|
19
|
-
},
|
20
|
-
"include": ["src/**/*"],
|
21
|
-
"exclude": ["node_modules", "dist", "api-type"]
|
22
|
-
}
|
File without changes
|
File without changes
|