@tennac-booking/sdk 1.0.15 → 1.0.81
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/.openapi-generator/FILES +134 -125
- package/README.md +12 -2
- package/api.ts +457 -14
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +352 -14
- package/dist/api.js +188 -3
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +352 -14
- package/dist/esm/api.js +181 -1
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/CancelBookingResponse.md +22 -0
- package/docs/CancelBookingResponseBooking.md +30 -0
- package/docs/ConfirmPaymentMethodSetupRequestBody.md +22 -0
- package/docs/ConfirmPaymentMethodSetupResponse.md +22 -0
- package/docs/CourtResponse.md +15 -13
- package/docs/ManagerCancelBookingResponse.md +22 -0
- package/docs/ManagerCancelBookingResponseBooking.md +30 -0
- package/docs/SetupPaymentMethodRequestBody.md +22 -0
- package/docs/SetupPaymentMethodResponse.md +24 -0
- package/docs/UserPaymentApi.md +121 -0
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickle Ball API
|
|
6
6
|
* API for managing pickle ball games and players
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.17
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -22,8 +22,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
22
22
|
});
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
26
|
-
exports.
|
|
25
|
+
exports.StaffClubBookingsApi = exports.StaffClubBookingsApiFactory = exports.StaffClubBookingsApiFp = exports.StaffClubBookingsApiAxiosParamCreator = exports.StaffClubAnalyticsApi = exports.StaffClubAnalyticsApiFactory = exports.StaffClubAnalyticsApiFp = exports.StaffClubAnalyticsApiAxiosParamCreator = exports.ManagerSportsApi = exports.ManagerSportsApiFactory = exports.ManagerSportsApiFp = exports.ManagerSportsApiAxiosParamCreator = exports.ManagerClubsApi = exports.ManagerClubsApiFactory = exports.ManagerClubsApiFp = exports.ManagerClubsApiAxiosParamCreator = exports.ManagerClubSubscriptionsApi = exports.ManagerClubSubscriptionsApiFactory = exports.ManagerClubSubscriptionsApiFp = exports.ManagerClubSubscriptionsApiAxiosParamCreator = exports.ManagerClubSlotsApi = exports.ManagerClubSlotsApiFactory = exports.ManagerClubSlotsApiFp = exports.ManagerClubSlotsApiAxiosParamCreator = exports.ManagerClubRolesApi = exports.ManagerClubRolesApiFactory = exports.ManagerClubRolesApiFp = exports.ManagerClubRolesApiAxiosParamCreator = exports.ManagerClubCourtsApi = exports.ManagerClubCourtsApiFactory = exports.ManagerClubCourtsApiFp = exports.ManagerClubCourtsApiAxiosParamCreator = exports.AdminClubsApi = exports.AdminClubsApiFactory = exports.AdminClubsApiFp = exports.AdminClubsApiAxiosParamCreator = exports.AdminClubSlotsApi = exports.AdminClubSlotsApiFactory = exports.AdminClubSlotsApiFp = exports.AdminClubSlotsApiAxiosParamCreator = exports.SubscriptionResponseStatusEnum = exports.StripeStatus = exports.PaymentMethod = exports.ManagerCancelBookingResponseBookingStatusEnum = exports.CreatePriceRequestIntervalEnum = exports.CourtStatus = exports.CourtResponseSurfaceEnum = exports.CourtResponseStatusEnum = exports.CancelBookingResponseBookingStatusEnum = exports.BookingStatus = void 0;
|
|
26
|
+
exports.UserProfileApiFp = exports.UserProfileApiAxiosParamCreator = exports.UserPaymentApi = exports.UserPaymentApiFactory = exports.UserPaymentApiFp = exports.UserPaymentApiAxiosParamCreator = exports.UserClubsApi = exports.UserClubsApiFactory = exports.UserClubsApiFp = exports.UserClubsApiAxiosParamCreator = exports.UserClubSportsApi = exports.UserClubSportsApiFactory = exports.UserClubSportsApiFp = exports.UserClubSportsApiAxiosParamCreator = exports.UserClubSlotsApi = exports.UserClubSlotsApiFactory = exports.UserClubSlotsApiFp = exports.UserClubSlotsApiAxiosParamCreator = exports.UserClubCourtsApi = exports.UserClubCourtsApiFactory = exports.UserClubCourtsApiFp = exports.UserClubCourtsApiAxiosParamCreator = exports.UserBookingsApi = exports.UserBookingsApiFactory = exports.UserBookingsApiFp = exports.UserBookingsApiAxiosParamCreator = exports.UserAuthenticationApi = exports.UserAuthenticationApiFactory = exports.UserAuthenticationApiFp = exports.UserAuthenticationApiAxiosParamCreator = exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.StaffSportsApi = exports.StaffSportsApiFactory = exports.StaffSportsApiFp = exports.StaffSportsApiAxiosParamCreator = exports.StaffProfileApi = exports.StaffProfileApiFactory = exports.StaffProfileApiFp = exports.StaffProfileApiAxiosParamCreator = exports.StaffClubsApi = exports.StaffClubsApiFactory = exports.StaffClubsApiFp = exports.StaffClubsApiAxiosParamCreator = exports.StaffClubSettingsApi = exports.StaffClubSettingsApiFactory = exports.StaffClubSettingsApiFp = exports.StaffClubSettingsApiAxiosParamCreator = void 0;
|
|
27
|
+
exports.UserSubscriptionsApi = exports.UserSubscriptionsApiFactory = exports.UserSubscriptionsApiFp = exports.UserSubscriptionsApiAxiosParamCreator = exports.UserProfileApi = exports.UserProfileApiFactory = void 0;
|
|
27
28
|
const axios_1 = require("axios");
|
|
28
29
|
// Some imports not used depending on template conditions
|
|
29
30
|
// @ts-ignore
|
|
@@ -39,6 +40,9 @@ exports.BookingStatus = {
|
|
|
39
40
|
Active: 'active',
|
|
40
41
|
Inactive: 'inactive'
|
|
41
42
|
};
|
|
43
|
+
exports.CancelBookingResponseBookingStatusEnum = {
|
|
44
|
+
Cancelled: 'cancelled'
|
|
45
|
+
};
|
|
42
46
|
exports.CourtResponseStatusEnum = {
|
|
43
47
|
Available: 'available',
|
|
44
48
|
Unavailable: 'unavailable'
|
|
@@ -64,6 +68,9 @@ exports.CreatePriceRequestIntervalEnum = {
|
|
|
64
68
|
Month: 'month',
|
|
65
69
|
Year: 'year'
|
|
66
70
|
};
|
|
71
|
+
exports.ManagerCancelBookingResponseBookingStatusEnum = {
|
|
72
|
+
Cancelled: 'cancelled'
|
|
73
|
+
};
|
|
67
74
|
/**
|
|
68
75
|
* Méthode de paiement
|
|
69
76
|
* @export
|
|
@@ -4262,6 +4269,184 @@ class UserClubsApi extends base_1.BaseAPI {
|
|
|
4262
4269
|
}
|
|
4263
4270
|
}
|
|
4264
4271
|
exports.UserClubsApi = UserClubsApi;
|
|
4272
|
+
/**
|
|
4273
|
+
* UserPaymentApi - axios parameter creator
|
|
4274
|
+
* @export
|
|
4275
|
+
*/
|
|
4276
|
+
const UserPaymentApiAxiosParamCreator = function (configuration) {
|
|
4277
|
+
return {
|
|
4278
|
+
/**
|
|
4279
|
+
* Confirme que la méthode de paiement a été configurée avec succès et la sauvegarde pour l\'utilisateur
|
|
4280
|
+
* @summary Confirme la configuration d\'une méthode de paiement
|
|
4281
|
+
* @param {ConfirmPaymentMethodSetupRequestBody} confirmPaymentMethodSetupRequestBody
|
|
4282
|
+
* @param {*} [options] Override http request option.
|
|
4283
|
+
* @throws {RequiredError}
|
|
4284
|
+
*/
|
|
4285
|
+
confirmPaymentMethodSetup: (confirmPaymentMethodSetupRequestBody_1, ...args_1) => __awaiter(this, [confirmPaymentMethodSetupRequestBody_1, ...args_1], void 0, function* (confirmPaymentMethodSetupRequestBody, options = {}) {
|
|
4286
|
+
// verify required parameter 'confirmPaymentMethodSetupRequestBody' is not null or undefined
|
|
4287
|
+
(0, common_1.assertParamExists)('confirmPaymentMethodSetup', 'confirmPaymentMethodSetupRequestBody', confirmPaymentMethodSetupRequestBody);
|
|
4288
|
+
const localVarPath = `/api/users/confirmPaymentMethodSetup`;
|
|
4289
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4290
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4291
|
+
let baseOptions;
|
|
4292
|
+
if (configuration) {
|
|
4293
|
+
baseOptions = configuration.baseOptions;
|
|
4294
|
+
}
|
|
4295
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
4296
|
+
const localVarHeaderParameter = {};
|
|
4297
|
+
const localVarQueryParameter = {};
|
|
4298
|
+
// authentication bearerAuth required
|
|
4299
|
+
// http bearer authentication required
|
|
4300
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4301
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4302
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4303
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4304
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4305
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(confirmPaymentMethodSetupRequestBody, localVarRequestOptions, configuration);
|
|
4306
|
+
return {
|
|
4307
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4308
|
+
options: localVarRequestOptions,
|
|
4309
|
+
};
|
|
4310
|
+
}),
|
|
4311
|
+
/**
|
|
4312
|
+
* Initie la configuration d\'une méthode de paiement via Stripe Setup Intent pour permettre les futurs paiements
|
|
4313
|
+
* @summary Configure une méthode de paiement pour un utilisateur
|
|
4314
|
+
* @param {SetupPaymentMethodRequestBody} setupPaymentMethodRequestBody
|
|
4315
|
+
* @param {*} [options] Override http request option.
|
|
4316
|
+
* @throws {RequiredError}
|
|
4317
|
+
*/
|
|
4318
|
+
setupPaymentMethod: (setupPaymentMethodRequestBody_1, ...args_1) => __awaiter(this, [setupPaymentMethodRequestBody_1, ...args_1], void 0, function* (setupPaymentMethodRequestBody, options = {}) {
|
|
4319
|
+
// verify required parameter 'setupPaymentMethodRequestBody' is not null or undefined
|
|
4320
|
+
(0, common_1.assertParamExists)('setupPaymentMethod', 'setupPaymentMethodRequestBody', setupPaymentMethodRequestBody);
|
|
4321
|
+
const localVarPath = `/api/users/setupPaymentMethod`;
|
|
4322
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
4323
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
4324
|
+
let baseOptions;
|
|
4325
|
+
if (configuration) {
|
|
4326
|
+
baseOptions = configuration.baseOptions;
|
|
4327
|
+
}
|
|
4328
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
4329
|
+
const localVarHeaderParameter = {};
|
|
4330
|
+
const localVarQueryParameter = {};
|
|
4331
|
+
// authentication bearerAuth required
|
|
4332
|
+
// http bearer authentication required
|
|
4333
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
4334
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
4335
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
4336
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4337
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
4338
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(setupPaymentMethodRequestBody, localVarRequestOptions, configuration);
|
|
4339
|
+
return {
|
|
4340
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
4341
|
+
options: localVarRequestOptions,
|
|
4342
|
+
};
|
|
4343
|
+
}),
|
|
4344
|
+
};
|
|
4345
|
+
};
|
|
4346
|
+
exports.UserPaymentApiAxiosParamCreator = UserPaymentApiAxiosParamCreator;
|
|
4347
|
+
/**
|
|
4348
|
+
* UserPaymentApi - functional programming interface
|
|
4349
|
+
* @export
|
|
4350
|
+
*/
|
|
4351
|
+
const UserPaymentApiFp = function (configuration) {
|
|
4352
|
+
const localVarAxiosParamCreator = (0, exports.UserPaymentApiAxiosParamCreator)(configuration);
|
|
4353
|
+
return {
|
|
4354
|
+
/**
|
|
4355
|
+
* Confirme que la méthode de paiement a été configurée avec succès et la sauvegarde pour l\'utilisateur
|
|
4356
|
+
* @summary Confirme la configuration d\'une méthode de paiement
|
|
4357
|
+
* @param {ConfirmPaymentMethodSetupRequestBody} confirmPaymentMethodSetupRequestBody
|
|
4358
|
+
* @param {*} [options] Override http request option.
|
|
4359
|
+
* @throws {RequiredError}
|
|
4360
|
+
*/
|
|
4361
|
+
confirmPaymentMethodSetup(confirmPaymentMethodSetupRequestBody, options) {
|
|
4362
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4363
|
+
var _a, _b, _c;
|
|
4364
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.confirmPaymentMethodSetup(confirmPaymentMethodSetupRequestBody, options);
|
|
4365
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4366
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['UserPaymentApi.confirmPaymentMethodSetup']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4367
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4368
|
+
});
|
|
4369
|
+
},
|
|
4370
|
+
/**
|
|
4371
|
+
* Initie la configuration d\'une méthode de paiement via Stripe Setup Intent pour permettre les futurs paiements
|
|
4372
|
+
* @summary Configure une méthode de paiement pour un utilisateur
|
|
4373
|
+
* @param {SetupPaymentMethodRequestBody} setupPaymentMethodRequestBody
|
|
4374
|
+
* @param {*} [options] Override http request option.
|
|
4375
|
+
* @throws {RequiredError}
|
|
4376
|
+
*/
|
|
4377
|
+
setupPaymentMethod(setupPaymentMethodRequestBody, options) {
|
|
4378
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4379
|
+
var _a, _b, _c;
|
|
4380
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.setupPaymentMethod(setupPaymentMethodRequestBody, options);
|
|
4381
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4382
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['UserPaymentApi.setupPaymentMethod']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4383
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4384
|
+
});
|
|
4385
|
+
},
|
|
4386
|
+
};
|
|
4387
|
+
};
|
|
4388
|
+
exports.UserPaymentApiFp = UserPaymentApiFp;
|
|
4389
|
+
/**
|
|
4390
|
+
* UserPaymentApi - factory interface
|
|
4391
|
+
* @export
|
|
4392
|
+
*/
|
|
4393
|
+
const UserPaymentApiFactory = function (configuration, basePath, axios) {
|
|
4394
|
+
const localVarFp = (0, exports.UserPaymentApiFp)(configuration);
|
|
4395
|
+
return {
|
|
4396
|
+
/**
|
|
4397
|
+
* Confirme que la méthode de paiement a été configurée avec succès et la sauvegarde pour l\'utilisateur
|
|
4398
|
+
* @summary Confirme la configuration d\'une méthode de paiement
|
|
4399
|
+
* @param {UserPaymentApiConfirmPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
4400
|
+
* @param {*} [options] Override http request option.
|
|
4401
|
+
* @throws {RequiredError}
|
|
4402
|
+
*/
|
|
4403
|
+
confirmPaymentMethodSetup(requestParameters, options) {
|
|
4404
|
+
return localVarFp.confirmPaymentMethodSetup(requestParameters.confirmPaymentMethodSetupRequestBody, options).then((request) => request(axios, basePath));
|
|
4405
|
+
},
|
|
4406
|
+
/**
|
|
4407
|
+
* Initie la configuration d\'une méthode de paiement via Stripe Setup Intent pour permettre les futurs paiements
|
|
4408
|
+
* @summary Configure une méthode de paiement pour un utilisateur
|
|
4409
|
+
* @param {UserPaymentApiSetupPaymentMethodRequest} requestParameters Request parameters.
|
|
4410
|
+
* @param {*} [options] Override http request option.
|
|
4411
|
+
* @throws {RequiredError}
|
|
4412
|
+
*/
|
|
4413
|
+
setupPaymentMethod(requestParameters, options) {
|
|
4414
|
+
return localVarFp.setupPaymentMethod(requestParameters.setupPaymentMethodRequestBody, options).then((request) => request(axios, basePath));
|
|
4415
|
+
},
|
|
4416
|
+
};
|
|
4417
|
+
};
|
|
4418
|
+
exports.UserPaymentApiFactory = UserPaymentApiFactory;
|
|
4419
|
+
/**
|
|
4420
|
+
* UserPaymentApi - object-oriented interface
|
|
4421
|
+
* @export
|
|
4422
|
+
* @class UserPaymentApi
|
|
4423
|
+
* @extends {BaseAPI}
|
|
4424
|
+
*/
|
|
4425
|
+
class UserPaymentApi extends base_1.BaseAPI {
|
|
4426
|
+
/**
|
|
4427
|
+
* Confirme que la méthode de paiement a été configurée avec succès et la sauvegarde pour l\'utilisateur
|
|
4428
|
+
* @summary Confirme la configuration d\'une méthode de paiement
|
|
4429
|
+
* @param {UserPaymentApiConfirmPaymentMethodSetupRequest} requestParameters Request parameters.
|
|
4430
|
+
* @param {*} [options] Override http request option.
|
|
4431
|
+
* @throws {RequiredError}
|
|
4432
|
+
* @memberof UserPaymentApi
|
|
4433
|
+
*/
|
|
4434
|
+
confirmPaymentMethodSetup(requestParameters, options) {
|
|
4435
|
+
return (0, exports.UserPaymentApiFp)(this.configuration).confirmPaymentMethodSetup(requestParameters.confirmPaymentMethodSetupRequestBody, options).then((request) => request(this.axios, this.basePath));
|
|
4436
|
+
}
|
|
4437
|
+
/**
|
|
4438
|
+
* Initie la configuration d\'une méthode de paiement via Stripe Setup Intent pour permettre les futurs paiements
|
|
4439
|
+
* @summary Configure une méthode de paiement pour un utilisateur
|
|
4440
|
+
* @param {UserPaymentApiSetupPaymentMethodRequest} requestParameters Request parameters.
|
|
4441
|
+
* @param {*} [options] Override http request option.
|
|
4442
|
+
* @throws {RequiredError}
|
|
4443
|
+
* @memberof UserPaymentApi
|
|
4444
|
+
*/
|
|
4445
|
+
setupPaymentMethod(requestParameters, options) {
|
|
4446
|
+
return (0, exports.UserPaymentApiFp)(this.configuration).setupPaymentMethod(requestParameters.setupPaymentMethodRequestBody, options).then((request) => request(this.axios, this.basePath));
|
|
4447
|
+
}
|
|
4448
|
+
}
|
|
4449
|
+
exports.UserPaymentApi = UserPaymentApi;
|
|
4265
4450
|
/**
|
|
4266
4451
|
* UserProfileApi - axios parameter creator
|
|
4267
4452
|
* @export
|
package/dist/base.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickle Ball API
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.17
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickle Ball API
|
|
6
6
|
* API for managing pickle ball games and players
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.17
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickle Ball API
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.17
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickle Ball API
|
|
6
6
|
* API for managing pickle ball games and players
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.17
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Pickle Ball API
|
|
3
3
|
* API for managing pickle ball games and players
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.
|
|
5
|
+
* The version of the OpenAPI document: 1.0.17
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Pickle Ball API
|
|
6
6
|
* API for managing pickle ball games and players
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.17
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|